01KM23E73JTBFB3A5T40M6DSRZ: clippy (helios)

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

Buildomat Job: 01KM23F0EBGREG78FM0TBP4V1D

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T03:52:01.554Zjob assigned to worker 01KM23F5YRMH6NW7T1T06TM0C1 [factory aws, i-094b7989719754eec] (queued for 1 m 21 s)
 
22026-03-19T03:52:09.772Zstarting task 0: "setup"
32026-03-19T03:52:09.781Z++ uname -s
42026-03-19T03:52:09.789Z+ kern=SunOS
52026-03-19T03:52:09.790Z+ build_user=build
62026-03-19T03:52:09.790Z+ build_uid=12345
72026-03-19T03:52:09.790Z+ work_dir=/work
82026-03-19T03:52:09.790Z+ input_dir=/input
92026-03-19T03:52:09.790Z+ [[ 0 == 12345 ]]
102026-03-19T03:52:09.790Z+ case "$kern" in
112026-03-19T03:52:09.790Z+ groupadd -g 12345 build
122026-03-19T03:52:09.791Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T03:52:11.785Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T03:52:11.894Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T03:52:11.901Z+ home_fs=zfs
162026-03-19T03:52:11.901Z+ [[ zfs == autofs ]]
172026-03-19T03:52:11.901Z+ mkdir -p /home/build
182026-03-19T03:52:11.901Z+ chown build:build /home/build /work
192026-03-19T03:52:12.901Z+ chmod 0700 /home/build /work
202026-03-19T03:52:12.905Zprocess exited: duration 3133 ms, exit code 0
 
212026-03-19T03:52:12.912Zstarting task 1: "rust-toolchain"
222026-03-19T03:52:12.916Z * rust toolchain channel = "1.94.0"
232026-03-19T03:52:12.916Z * rust toolchain profile = "default"
242026-03-19T03:52:12.916Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
252026-03-19T03:52:12.916Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-19T03:52:12.916Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T03:52:12.916Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T03:52:12.921Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T03:52:12.921Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T03:52:13.053Zinfo: downloading installer
312026-03-19T03:52:14.592Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T03:52:14.592Zwarn: /opt/ooce/bin
332026-03-19T03:52:14.592Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T03:52:14.592Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T03:52:14.592Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T03:52:14.592Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T03:52:14.592Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T03:52:14.592Zerror: cannot install while Rust is installed
392026-03-19T03:52:14.592Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T03:52:14.592Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T03:52:14.592Zwarn: /home/build/.rustup/settings.toml
422026-03-19T03:52:14.592Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T03:52:14.592Zwarn: instead of the one inferred from the default host triple.
442026-03-19T03:52:14.619Zinfo: profile set to default
452026-03-19T03:52:14.619Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T03:52:14.623Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T03:52:14.792Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T03:52:14.795Zinfo: downloading 6 components
492026-03-19T03:52:31.055Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T03:52:31.055Z
512026-03-19T03:52:31.087Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T03:52:31.087Z
532026-03-19T03:52:31.091Z
542026-03-19T03:52:31.091ZRust is installed now. Great!
552026-03-19T03:52:31.091Z
562026-03-19T03:52:31.091ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T03:52:31.091Zenvironment variable. This has not been done automatically.
582026-03-19T03:52:31.091Z
592026-03-19T03:52:31.091ZTo configure your current shell, you need to source
602026-03-19T03:52:31.091Zthe corresponding env file under $HOME/.cargo.
612026-03-19T03:52:31.091Z
622026-03-19T03:52:31.091ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T03:52:31.091Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T03:52:31.091Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T03:52:31.091Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T03:52:31.091Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T03:52:31.091Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T03:52:31.091Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T03:52:31.091Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T03:52:31.091Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T03:52:31.185Z+ rustup --version
722026-03-19T03:52:31.196Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T03:52:31.199Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T03:52:31.220Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T03:52:31.223Z+ cargo --version
762026-03-19T03:52:31.239Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T03:52:31.244Z+ rustc --version
782026-03-19T03:52:31.266Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T03:52:31.271Zprocess exited: duration 18352 ms, exit code 0
 
802026-03-19T03:52:31.278Zstarting task 2: "authentication"
812026-03-19T03:52:31.298Zprocess exited: duration 19 ms, exit code 0
 
822026-03-19T03:52:31.308Zstarting task 3: "clone repository"
832026-03-19T03:52:31.313Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T03:52:31.317Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T03:52:31.339ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T03:54:10.168Z+ cd /work/oxidecomputer/omicron
872026-03-19T03:54:10.171Z+ git fetch origin e9cafb93a966bfa2d1b31c06bdc77a5cb7ae1bf2
882026-03-19T03:54:10.535ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T03:54:10.535Z * branch e9cafb93a966bfa2d1b31c06bdc77a5cb7ae1bf2 -> FETCH_HEAD
902026-03-19T03:54:10.548Z+ [[ -n audit-log-timeout-task ]]
912026-03-19T03:54:10.548Z++ git branch --show-current
922026-03-19T03:54:10.548Z+ current=main
932026-03-19T03:54:10.548Z+ [[ main != audit-log-timeout-task ]]
942026-03-19T03:54:10.548Z+ git branch -f audit-log-timeout-task e9cafb93a966bfa2d1b31c06bdc77a5cb7ae1bf2
952026-03-19T03:54:10.549Z+ git checkout -f audit-log-timeout-task
962026-03-19T03:54:10.829ZSwitched to branch 'audit-log-timeout-task'
972026-03-19T03:54:10.832Z+ git reset --hard e9cafb93a966bfa2d1b31c06bdc77a5cb7ae1bf2
982026-03-19T03:54:11.152ZHEAD is now at e9cafb93a add note to skill about passing in mutable status object
992026-03-19T03:54:11.156Zprocess exited: duration 99818 ms, exit code 0
 
1002026-03-19T03:54:11.162Zstarting task 4: "build"
1012026-03-19T03:54:11.167Z+ source ./env.sh
1022026-03-19T03:54:11.171Z++ OLD_SHELL_OPTS=ehxB
1032026-03-19T03:54:11.171Z++ set -o xtrace
1042026-03-19T03:54:11.171Z++++ dirname ./env.sh
1052026-03-19T03:54:11.175Z+++ readlink -f .
1062026-03-19T03:54:11.175Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-19T03:54:11.175Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-19T03:54:11.175Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-19T03:54:11.175Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-19T03:54:11.175Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-19T03:54:11.176Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-03-19T03:54:11.176Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-03-19T03:54:11.176Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-03-19T03:54:11.176Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-19T03:54:11.176Z++ case $OLD_SHELL_OPTS in
1162026-03-19T03:54:11.176Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-19T03:54:11.176Z+ source .github/buildomat/ci-env.sh
1182026-03-19T03:54:11.176Z++ export CARGO_TERM_COLOR=always
1192026-03-19T03:54:11.176Z++ CARGO_TERM_COLOR=always
1202026-03-19T03:54:11.176Z+ cargo --version
1212026-03-19T03:54:11.185Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-19T03:54:11.188Z+ rustc --version
1232026-03-19T03:54:11.212Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-19T03:54:11.215Z+ banner prerequisites
1252026-03-19T03:54:11.219Z
1262026-03-19T03:54:11.219Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-19T03:54:11.219Z # # # # # # # # # # # # # # #
1282026-03-19T03:54:11.219Z # # # # ##### # # ##### # # # # # #### #
1292026-03-19T03:54:11.219Z ##### ##### # ##### # # # # # # # # #
1302026-03-19T03:54:11.219Z # # # # # # # # # # # # # # #
1312026-03-19T03:54:11.220Z # # # ###### # # ###### ### # #### # #### #
1322026-03-19T03:54:11.220Z
1332026-03-19T03:54:11.220Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-19T03:54:22.309Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-19T03:54:32.113Z Startup: Caching catalogs ... Done
1362026-03-19T03:54:54.642ZPlanning: Solver setup ... Done (21.101s)
1372026-03-19T03:54:54.795ZPlanning: Running solver ... Done (0.153s)
1382026-03-19T03:54:54.981ZPlanning: Finding local manifests ... Done (0.002s)
1392026-03-19T03:54:54.995ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-19T03:54:55.151ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-19T03:54:55.194ZPlanning: Package planning ... Done (0.043s)
1422026-03-19T03:54:55.234ZPlanning: Merging actions ... Done (0.040s)
1432026-03-19T03:54:55.468ZPlanning: Checking for conflicting actions ... Done (0.235s)
1442026-03-19T03:54:55.479ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-19T03:54:57.168ZPlanning: Evaluating mediators ... Done (1.687s)
1462026-03-19T03:54:57.175ZPlanning: Planning completed in 24.91 seconds
1472026-03-19T03:54:57.187Z Packages to install: 4
1482026-03-19T03:54:57.194Z Mediators to change: 2
1492026-03-19T03:54:57.194Z Services to change: 1
1502026-03-19T03:54:57.194Z Estimated space available: 155.43 GB
1512026-03-19T03:54:57.194ZEstimated space to be consumed: 1.83 GB
1522026-03-19T03:54:57.194Z Create boot environment: No
1532026-03-19T03:54:57.194ZCreate backup boot environment: No
1542026-03-19T03:54:57.194Z Rebuild boot archive: No
1552026-03-19T03:54:57.194Z
1562026-03-19T03:54:57.194ZChanged mediators:
1572026-03-19T03:54:57.194Z mediator clang:
1582026-03-19T03:54:57.194Z version: None -> 15 (system default)
1592026-03-19T03:54:57.194Z
1602026-03-19T03:54:57.194Z mediator llvm:
1612026-03-19T03:54:57.194Z version: 14 (system default) -> 15 (system default)
1622026-03-19T03:54:57.194Z
1632026-03-19T03:54:57.194ZChanged packages:
1642026-03-19T03:54:57.194Zhelios-dev
1652026-03-19T03:54:57.194Z developer/build-essential
1662026-03-19T03:54:57.194Z None -> 11-2.0
1672026-03-19T03:54:57.194Z library/libxmlsec1
1682026-03-19T03:54:57.194Z None -> 1.2.35-2.0
1692026-03-19T03:54:57.194Z ooce/developer/clang-15
1702026-03-19T03:54:57.194Z None -> 15.0.7-2.0
1712026-03-19T03:54:57.194Z ooce/developer/llvm-15
1722026-03-19T03:54:57.194Z None -> 15.0.7-2.0
1732026-03-19T03:54:57.194Z
1742026-03-19T03:54:57.194ZServices:
1752026-03-19T03:54:57.194Z restart_fmri:
1762026-03-19T03:54:57.194Z svc:/system/update-man-index:default
1772026-03-19T03:54:57.324Z
1782026-03-19T03:54:57.324ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-19T03:55:02.326ZDownload: 2710/3290 items 120.8/212.6MB 56% complete (24.4M/s)
1802026-03-19T03:55:04.215ZDownload: Completed 212.60 MB in 6.89 seconds (30.9M/s)
1812026-03-19T03:55:06.072Z Actions: 1/3689 actions (Installing new actions)
1822026-03-19T03:55:10.273Z Actions: Completed 3689 actions in 4.20 seconds.
1832026-03-19T03:55:10.646Z Done (0.369s)
1842026-03-19T03:55:10.646Z Done (0.000s)
1852026-03-19T03:55:11.636Z Done (0.989s)
1862026-03-19T03:55:15.553Z Done (3.573s)
1872026-03-19T03:55:15.634Z Done (0.015s)
1882026-03-19T03:55:15.639Z Done (0.000s)
1892026-03-19T03:55:15.813Z Done (0.000s)
1902026-03-19T03:55:16.775ZPlanning: Evaluating mediator changes ... Done
1912026-03-19T03:55:16.918ZPlanning: Checking for conflicting actions ... Done
1922026-03-19T03:55:16.922ZPlanning: Consolidating action changes ... Done
1932026-03-19T03:55:17.144ZPlanning: Evaluating mediators ... Done
1942026-03-19T03:55:17.149ZPlanning: Planning completed in 0.37 seconds
1952026-03-19T03:55:17.172Z Mediators to change: 2
1962026-03-19T03:55:17.172Z Create boot environment: No
1972026-03-19T03:55:17.176ZCreate backup boot environment: No
1982026-03-19T03:55:17.239Z Done
1992026-03-19T03:55:17.239Z Done
2002026-03-19T03:55:17.968Z Done
2012026-03-19T03:55:21.285Z Done
2022026-03-19T03:55:21.371Z Done
2032026-03-19T03:55:21.375Z Done
2042026-03-19T03:55:21.536Z Done
2052026-03-19T03:55:22.074ZPlanning: Evaluating mediator changes ... Done
2062026-03-19T03:55:22.078ZPlanning: Merging actions ... Done
2072026-03-19T03:55:22.243ZPlanning: Checking for conflicting actions ... Done
2082026-03-19T03:55:22.247ZPlanning: Consolidating action changes ... Done
2092026-03-19T03:55:22.465ZPlanning: Evaluating mediators ... Done
2102026-03-19T03:55:22.508ZPlanning: Planning completed in 0.64 seconds
2112026-03-19T03:55:22.538Z Packages to change: 1
2122026-03-19T03:55:22.538Z Mediators to change: 1
2132026-03-19T03:55:22.543Z Services to change: 1
2142026-03-19T03:55:22.543Z Create boot environment: No
2152026-03-19T03:55:22.543ZCreate backup boot environment: Yes
2162026-03-19T03:55:25.204Z Actions: 1/6 actions (Updating modified actions)
2172026-03-19T03:55:25.207Z Actions: Completed 6 actions in 0.00 seconds.
2182026-03-19T03:55:25.207Z Done
2192026-03-19T03:55:25.207Z Done
2202026-03-19T03:55:25.394Z Done
2212026-03-19T03:55:28.658Z Done
2222026-03-19T03:55:28.743Z Done
2232026-03-19T03:55:28.746Z Done
2242026-03-19T03:55:28.920Z Done
2252026-03-19T03:55:29.302ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262026-03-19T03:55:29.302Zclang system 15 system
2272026-03-19T03:55:29.302Zcsh system system illumos
2282026-03-19T03:55:29.302Zctags system system illumos
2292026-03-19T03:55:29.302Zfile system system illumos
2302026-03-19T03:55:29.302Zgcc vendor 12 vendor
2312026-03-19T03:55:29.302Zgcc system 10 system
2322026-03-19T03:55:29.302Zgcc system 7 system
2332026-03-19T03:55:29.302Zgo system 1.20 system
2342026-03-19T03:55:29.302Zgo system 1.19 system
2352026-03-19T03:55:29.302Zllvm system 15 system
2362026-03-19T03:55:29.302Zllvm system 14 system
2372026-03-19T03:55:29.302Zmariadb system 10.6 system
2382026-03-19T03:55:29.303Zmta vendor vendor dma
2392026-03-19T03:55:29.303Zopenjdk system 17 system
2402026-03-19T03:55:29.303Zopenjdk system 11 system
2412026-03-19T03:55:29.303Zopenjdk system 1.8 system
2422026-03-19T03:55:29.303Zopenssl vendor 3 vendor
2432026-03-19T03:55:29.303Zperl system 5.36 system
2442026-03-19T03:55:29.303Zpostgresql system 15 system
2452026-03-19T03:55:29.303Zpostgresql system 13 system
2462026-03-19T03:55:29.303Zpython vendor 3 vendor
2472026-03-19T03:55:29.303Zpython system 2 system
2482026-03-19T03:55:29.303Zpython3 system 3.11 system
2492026-03-19T03:55:29.303Zruby system 3.0 system
2502026-03-19T03:55:29.303Zwords vendor vendor american-english
2512026-03-19T03:55:29.303Zwords system system australian-english
2522026-03-19T03:55:29.303Zwords system system british-english
2532026-03-19T03:55:29.303Zwords system system canadian-english
2542026-03-19T03:55:29.303Zwords system system french
2552026-03-19T03:55:29.303Zwords system system italian
2562026-03-19T03:55:29.303Zwords system system ngerman
2572026-03-19T03:55:29.303Zwords system system ogerman
2582026-03-19T03:55:29.303Zwords system system spanish
2592026-03-19T03:55:29.599ZPUBLISHER TYPE STATUS P LOCATION
2602026-03-19T03:55:29.602Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-03-19T03:55:35.715ZFMRI IFO
2622026-03-19T03:55:35.715Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-03-19T03:55:35.716Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-03-19T03:55:35.716Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-03-19T03:55:35.716Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-03-19T03:55:35.716Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-03-19T03:55:35.716Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-03-19T03:55:35.716Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692026-03-19T03:55:35.716Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-03-19T03:55:35.716Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-03-19T03:55:35.716Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-03-19T03:55:35.716Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-03-19T03:55:35.716Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-03-19T03:55:35.716Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-03-19T03:55:35.716Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-03-19T03:55:35.716Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-03-19T03:55:35.716Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-03-19T03:55:36.938Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-03-19T03:55:37.215Z Updating crates.io index
2802026-03-19T03:55:37.253Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-03-19T03:55:37.494Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-03-19T03:55:38.303Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-03-19T03:55:38.698Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2842026-03-19T03:55:39.017Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852026-03-19T03:55:39.833Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-03-19T03:55:40.492Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-03-19T03:55:41.866Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-19T03:55:48.894Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-03-19T03:55:49.705Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-03-19T03:55:50.126Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-03-19T03:55:51.599Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-03-19T03:55:52.025Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-03-19T03:55:52.444Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-03-19T03:55:52.728Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-03-19T03:55:53.791Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-03-19T03:55:54.320Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-03-19T03:55:54.750Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-03-19T03:55:55.028Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-03-19T03:55:55.442Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-03-19T03:55:55.800Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-03-19T03:55:56.028Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-03-19T03:55:56.262Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-03-19T03:55:56.722Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-03-19T03:55:57.083Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-03-19T03:55:57.697Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-03-19T03:55:58.026Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-03-19T03:55:58.349Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-03-19T03:55:58.670Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-03-19T03:56:00.077Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102026-03-19T03:56:00.355Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3112026-03-19T03:56:00.731Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3122026-03-19T03:56:01.150Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3132026-03-19T03:56:01.513Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142026-03-19T03:56:02.083Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152026-03-19T03:56:02.368Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162026-03-19T03:56:02.603Z Updating git repository `https://github.com/illumos/smf-rs`
3172026-03-19T03:56:02.976Z Updating git repository `https://github.com/oxidecomputer/omicron`
3182026-03-19T03:56:23.301Z Downloading crates ...
3192026-03-19T03:56:23.370Z Downloaded heck v0.4.1
3202026-03-19T03:56:23.376Z Downloaded anyhow v1.0.102
3212026-03-19T03:56:23.379Z Downloaded unicode-xid v0.2.6
3222026-03-19T03:56:23.382Z Downloaded tabled_derive v0.7.0
3232026-03-19T03:56:23.382Z Downloaded proc-macro2 v1.0.106
3242026-03-19T03:56:23.385Z Downloaded ucd-trie v0.1.7
3252026-03-19T03:56:23.389Z Downloaded toml_datetime v0.6.11
3262026-03-19T03:56:23.392Z Downloaded yoke-derive v0.8.1
3272026-03-19T03:56:23.392Z Downloaded serde_derive v1.0.228
3282026-03-19T03:56:23.392Z Downloaded zerofrom v0.1.6
3292026-03-19T03:56:23.396Z Downloaded utf8parse v0.2.2
3302026-03-19T03:56:23.396Z Downloaded toml_write v0.1.2
3312026-03-19T03:56:23.396Z Downloaded memmap v0.7.0
3322026-03-19T03:56:23.402Z Downloaded cargo_metadata v0.21.0
3332026-03-19T03:56:23.405Z Downloaded toml v0.8.23
3342026-03-19T03:56:23.408Z Downloaded usdt-impl v0.5.0
3352026-03-19T03:56:23.408Z Downloaded dtrace-parser v0.2.0
3362026-03-19T03:56:23.411Z Downloaded textwrap v0.16.2
3372026-03-19T03:56:23.414Z Downloaded usdt-macro v0.5.0
3382026-03-19T03:56:23.415Z Downloaded unicode-ident v1.0.24
3392026-03-19T03:56:23.418Z Downloaded anstyle v1.0.13
3402026-03-19T03:56:23.418Z Downloaded colorchoice v1.0.4
3412026-03-19T03:56:23.418Z Downloaded anstream v0.6.21
3422026-03-19T03:56:23.421Z Downloaded usdt v0.5.0
3432026-03-19T03:56:23.421Z Downloaded zmij v1.0.21
3442026-03-19T03:56:23.421Z Downloaded writeable v0.6.2
3452026-03-19T03:56:23.448Z Downloaded crypto-common v0.1.7
3462026-03-19T03:56:23.448Z Downloaded autocfg v1.5.0
3472026-03-19T03:56:23.448Z Downloaded icu_provider v2.1.1
3482026-03-19T03:56:23.448Z Downloaded scroll_derive v0.12.1
3492026-03-19T03:56:23.448Z Downloaded zerofrom-derive v0.1.6
3502026-03-19T03:56:23.448Z Downloaded zerocopy v0.7.35
3512026-03-19T03:56:23.448Z Downloaded zerocopy-derive v0.7.35
3522026-03-19T03:56:23.448Z Downloaded toml_edit v0.22.27
3532026-03-19T03:56:23.448Z Downloaded thiserror v1.0.69
3542026-03-19T03:56:23.453Z Downloaded plain v0.2.3
3552026-03-19T03:56:23.453Z Downloaded dof v0.3.0
3562026-03-19T03:56:23.453Z Downloaded thiserror-impl v2.0.18
3572026-03-19T03:56:23.453Z Downloaded thiserror-impl v1.0.69
3582026-03-19T03:56:23.453Z Downloaded unicode-linebreak v0.1.5
3592026-03-19T03:56:23.453Z Downloaded version_check v0.9.5
3602026-03-19T03:56:23.456Z Downloaded url v2.5.8
3612026-03-19T03:56:23.456Z Downloaded unicode-width v0.1.14
3622026-03-19T03:56:23.459Z Downloaded erased-serde v0.4.9
3632026-03-19T03:56:23.463Z Downloaded cargo-platform v0.2.0
3642026-03-19T03:56:23.463Z Downloaded pretty-hex v0.4.1
3652026-03-19T03:56:23.466Z Downloaded block-buffer v0.10.4
3662026-03-19T03:56:23.466Z Downloaded itoa v1.0.17
3672026-03-19T03:56:23.466Z Downloaded equivalent v1.0.2
3682026-03-19T03:56:23.466Z Downloaded anstyle-query v1.1.5
3692026-03-19T03:56:23.471Z Downloaded serde_spanned v0.6.9
3702026-03-19T03:56:23.474Z Downloaded macaddr v1.0.1
3712026-03-19T03:56:23.474Z Downloaded heck v0.5.0
3722026-03-19T03:56:23.474Z Downloaded form_urlencoded v1.2.2
3732026-03-19T03:56:23.479Z Downloaded clap_lex v1.0.0
3742026-03-19T03:56:23.479Z Downloaded cfg-if v1.0.4
3752026-03-19T03:56:23.479Z Downloaded smawk v0.3.2
3762026-03-19T03:56:23.482Z Downloaded fastrand v2.3.0
3772026-03-19T03:56:23.482Z Downloaded serde_tokenstream v0.2.3
3782026-03-19T03:56:23.485Z Downloaded percent-encoding v2.3.2
3792026-03-19T03:56:23.490Z Downloaded potential_utf v0.1.4
3802026-03-19T03:56:23.493Z Downloaded proc-macro-error-attr v1.0.4
3812026-03-19T03:56:23.496Z Downloaded serde-value v0.7.0
3822026-03-19T03:56:23.499Z Downloaded fnv v1.0.7
3832026-03-19T03:56:23.502Z Downloaded utf8_iter v1.0.4
3842026-03-19T03:56:23.502Z Downloaded thread-id v4.2.2
3852026-03-19T03:56:23.506Z Downloaded quote v1.0.44
3862026-03-19T03:56:23.512Z Downloaded usdt-attr-macro v0.5.0
3872026-03-19T03:56:23.515Z Downloaded anstyle-parse v0.2.7
3882026-03-19T03:56:23.518Z Downloaded generic-array v0.14.7
3892026-03-19T03:56:23.518Z Downloaded cpufeatures v0.2.17
3902026-03-19T03:56:23.523Z Downloaded typeid v1.0.3
3912026-03-19T03:56:23.523Z Downloaded sha2 v0.10.9
3922026-03-19T03:56:23.526Z Downloaded zerovec-derive v0.11.2
3932026-03-19T03:56:23.526Z Downloaded camino-tempfile v1.4.1
3942026-03-19T03:56:23.529Z Downloaded yoke v0.8.1
3952026-03-19T03:56:23.529Z Downloaded thiserror v2.0.18
3962026-03-19T03:56:23.534Z Downloaded tinystr v0.8.2
3972026-03-19T03:56:23.538Z Downloaded once_cell v1.21.3
3982026-03-19T03:56:23.538Z Downloaded smallvec v1.15.1
3992026-03-19T03:56:23.538Z Downloaded displaydoc v0.2.5
4002026-03-19T03:56:23.542Z Downloaded serde-untagged v0.1.9
4012026-03-19T03:56:23.542Z Downloaded scroll v0.12.0
4022026-03-19T03:56:23.548Z Downloaded unicode-width v0.2.0
4032026-03-19T03:56:23.551Z Downloaded zerovec v0.11.5
4042026-03-19T03:56:23.551Z Downloaded zerotrie v0.2.3
4052026-03-19T03:56:23.554Z Downloaded pest_generator v2.8.6
4062026-03-19T03:56:23.554Z Downloaded typenum v1.19.0
4072026-03-19T03:56:23.557Z Downloaded stable_deref_trait v1.2.1
4082026-03-19T03:56:23.557Z Downloaded is_terminal_polyfill v1.70.2
4092026-03-19T03:56:23.557Z Downloaded pest_derive v2.8.6
4102026-03-19T03:56:23.560Z Downloaded winnow v0.7.14
4112026-03-19T03:56:23.564Z Downloaded swrite v0.1.0
4122026-03-19T03:56:23.568Z Downloaded strsim v0.11.1
4132026-03-19T03:56:23.568Z Downloaded ordered-float v2.10.1
4142026-03-19T03:56:23.568Z Downloaded bitflags v2.11.0
4152026-03-19T03:56:23.571Z Downloaded terminal_size v0.4.3
4162026-03-19T03:56:23.571Z Downloaded synstructure v0.13.2
4172026-03-19T03:56:23.575Z Downloaded clap_derive v4.5.55
4182026-03-19T03:56:23.575Z Downloaded proc-macro-error v1.0.4
4192026-03-19T03:56:23.578Z Downloaded getrandom v0.4.1
4202026-03-19T03:56:23.578Z Downloaded camino v1.2.2
4212026-03-19T03:56:23.581Z Downloaded errno v0.3.14
4222026-03-19T03:56:23.581Z Downloaded bytecount v0.6.9
4232026-03-19T03:56:23.584Z Downloaded clap v4.5.60
4242026-03-19T03:56:23.588Z Downloaded tempfile v3.25.0
4252026-03-19T03:56:23.591Z Downloaded papergrid v0.11.0
4262026-03-19T03:56:23.594Z Downloaded icu_properties v2.1.2
4272026-03-19T03:56:23.597Z Downloaded cargo_toml v0.21.0
4282026-03-19T03:56:23.602Z Downloaded serde_core v1.0.228
4292026-03-19T03:56:23.605Z Downloaded icu_collections v2.1.1
4302026-03-19T03:56:23.609Z Downloaded cargo-util-schemas v0.8.2
4312026-03-19T03:56:23.612Z Downloaded pest_meta v2.8.6
4322026-03-19T03:56:23.612Z Downloaded icu_normalizer_data v2.1.1
4332026-03-19T03:56:23.615Z Downloaded icu_locale_core v2.1.1
4342026-03-19T03:56:23.619Z Downloaded log v0.4.29
4352026-03-19T03:56:23.619Z Downloaded clap_builder v4.5.60
4362026-03-19T03:56:23.623Z Downloaded icu_normalizer v2.1.1
4372026-03-19T03:56:23.626Z Downloaded num-traits v0.2.19
4382026-03-19T03:56:23.632Z Downloaded indexmap v2.13.0
4392026-03-19T03:56:23.639Z Downloaded memchr v2.8.0
4402026-03-19T03:56:23.647Z Downloaded serde v1.0.228
4412026-03-19T03:56:23.660Z Downloaded hashbrown v0.16.1
4422026-03-19T03:56:23.668Z Downloaded serde_json v1.0.149
4432026-03-19T03:56:23.673Z Downloaded pest v2.8.6
4442026-03-19T03:56:23.682Z Downloaded idna v1.1.0
4452026-03-19T03:56:23.685Z Downloaded icu_properties_data v2.1.2
4462026-03-19T03:56:23.694Z Downloaded goblin v0.8.2
4472026-03-19T03:56:23.703Z Downloaded litemap v0.8.1
4482026-03-19T03:56:23.706Z Downloaded digest v0.10.7
4492026-03-19T03:56:23.709Z Downloaded tabled v0.15.0
4502026-03-19T03:56:23.718Z Downloaded syn v2.0.117
4512026-03-19T03:56:23.734Z Downloaded rustix v1.1.3
4522026-03-19T03:56:23.760Z Downloaded libc v0.2.180
4532026-03-19T03:56:23.781Z Downloaded idna_adapter v1.2.1
4542026-03-19T03:56:23.785Z Downloaded fs-err v3.3.0
4552026-03-19T03:56:24.081Z Downloaded byteorder v1.5.0
4562026-03-19T03:56:24.304Z Downloaded semver v1.0.27
4572026-03-19T03:56:24.792Z Downloaded syn v1.0.109
4582026-03-19T03:56:24.863Z Compiling proc-macro2 v1.0.106
4592026-03-19T03:56:24.866Z Compiling unicode-ident v1.0.24
4602026-03-19T03:56:24.866Z Compiling quote v1.0.44
4612026-03-19T03:56:24.866Z Compiling serde_core v1.0.228
4622026-03-19T03:56:24.866Z Compiling libc v0.2.180
4632026-03-19T03:56:24.866Z Compiling version_check v0.9.5
4642026-03-19T03:56:24.866Z Compiling memchr v2.8.0
4652026-03-19T03:56:24.866Z Compiling stable_deref_trait v1.2.1
4662026-03-19T03:56:25.241Z Compiling serde v1.0.228
4672026-03-19T03:56:25.268Z Compiling zmij v1.0.21
4682026-03-19T03:56:25.612Z Compiling ucd-trie v0.1.7
4692026-03-19T03:56:25.754Z Compiling itoa v1.0.17
4702026-03-19T03:56:25.959Z Compiling autocfg v1.5.0
4712026-03-19T03:56:25.983Z Compiling thiserror v1.0.69
4722026-03-19T03:56:26.009Z Compiling pest v2.8.6
4732026-03-19T03:56:26.086Z Compiling writeable v0.6.2
4742026-03-19T03:56:26.109Z Compiling litemap v0.8.1
4752026-03-19T03:56:26.334Z Compiling icu_properties_data v2.1.2
4762026-03-19T03:56:26.358Z Compiling byteorder v1.5.0
4772026-03-19T03:56:26.554Z Compiling rustix v1.1.3
4782026-03-19T03:56:26.673Z Compiling icu_normalizer_data v2.1.1
4792026-03-19T03:56:26.773Z Compiling syn v2.0.117
4802026-03-19T03:56:26.933Z Compiling errno v0.3.14
4812026-03-19T03:56:26.956Z Compiling bitflags v2.11.0
4822026-03-19T03:56:27.038Z Compiling serde_json v1.0.149
4832026-03-19T03:56:27.237Z Compiling num-traits v0.2.19
4842026-03-19T03:56:27.314Z Compiling typeid v1.0.3
4852026-03-19T03:56:27.380Z Compiling smallvec v1.15.1
4862026-03-19T03:56:27.463Z Compiling pest_meta v2.8.6
4872026-03-19T03:56:27.641Z Compiling equivalent v1.0.2
4882026-03-19T03:56:27.704Z Compiling hashbrown v0.16.1
4892026-03-19T03:56:27.926Z Compiling thread-id v4.2.2
4902026-03-19T03:56:28.010Z Compiling usdt-impl v0.5.0
4912026-03-19T03:56:28.033Z Compiling proc-macro-error-attr v1.0.4
4922026-03-19T03:56:28.154Z Compiling winnow v0.7.14
4932026-03-19T03:56:28.252Z Compiling syn v1.0.109
4942026-03-19T03:56:28.275Z Compiling erased-serde v0.4.9
4952026-03-19T03:56:28.421Z Compiling indexmap v2.13.0
4962026-03-19T03:56:28.634Z Compiling toml_write v0.1.2
4972026-03-19T03:56:29.148Z Compiling proc-macro-error v1.0.4
4982026-03-19T03:56:29.265Z Compiling thiserror v2.0.18
4992026-03-19T03:56:29.383Z Compiling utf8parse v0.2.2
5002026-03-19T03:56:29.524Z Compiling camino v1.2.2
5012026-03-19T03:56:29.698Z Compiling getrandom v0.4.1
5022026-03-19T03:56:29.808Z Compiling log v0.4.29
5032026-03-19T03:56:29.912Z Compiling plain v0.2.3
5042026-03-19T03:56:29.936Z Compiling utf8_iter v1.0.4
5052026-03-19T03:56:30.050Z Compiling percent-encoding v2.3.2
5062026-03-19T03:56:30.098Z Compiling ordered-float v2.10.1
5072026-03-19T03:56:30.172Z Compiling anstyle-parse v0.2.7
5082026-03-19T03:56:30.237Z Compiling form_urlencoded v1.2.2
5092026-03-19T03:56:30.417Z Compiling terminal_size v0.4.3
5102026-03-19T03:56:30.464Z Compiling synstructure v0.13.2
5112026-03-19T03:56:30.467Z Compiling pest_generator v2.8.6
5122026-03-19T03:56:30.585Z Compiling colorchoice v1.0.4
5132026-03-19T03:56:30.695Z Compiling is_terminal_polyfill v1.70.2
5142026-03-19T03:56:30.730Z Compiling anstyle-query v1.1.5
5152026-03-19T03:56:30.806Z Compiling cfg-if v1.0.4
5162026-03-19T03:56:30.832Z Compiling pretty-hex v0.4.1
5172026-03-19T03:56:30.864Z Compiling anstyle v1.0.13
5182026-03-19T03:56:30.940Z Compiling serde-untagged v0.1.9
5192026-03-19T03:56:31.111Z Compiling anstream v0.6.21
5202026-03-19T03:56:31.161Z Compiling semver v1.0.27
5212026-03-19T03:56:31.280Z Compiling fs-err v3.3.0
5222026-03-19T03:56:31.432Z Compiling fastrand v2.3.0
5232026-03-19T03:56:31.511Z Compiling strsim v0.11.1
5242026-03-19T03:56:31.515Z Compiling heck v0.5.0
5252026-03-19T03:56:31.579Z Compiling bytecount v0.6.9
5262026-03-19T03:56:31.654Z Compiling anyhow v1.0.102
5272026-03-19T03:56:31.756Z Compiling clap_lex v1.0.0
5282026-03-19T03:56:31.783Z Compiling fnv v1.0.7
5292026-03-19T03:56:31.849Z Compiling heck v0.4.1
5302026-03-19T03:56:31.908Z Compiling unicode-xid v0.2.6
5312026-03-19T03:56:32.049Z Compiling unicode-width v0.1.14
5322026-03-19T03:56:32.072Z Compiling once_cell v1.21.3
5332026-03-19T03:56:32.135Z Compiling clap_builder v4.5.60
5342026-03-19T03:56:32.343Z Compiling papergrid v0.11.0
5352026-03-19T03:56:32.367Z Compiling tempfile v3.25.0
5362026-03-19T03:56:32.415Z Compiling memmap v0.7.0
5372026-03-19T03:56:32.513Z Compiling smawk v0.3.2
5382026-03-19T03:56:32.642Z Compiling unicode-width v0.2.0
5392026-03-19T03:56:32.685Z Compiling unicode-linebreak v0.1.5
5402026-03-19T03:56:32.860Z Compiling camino-tempfile v1.4.1
5412026-03-19T03:56:32.990Z Compiling textwrap v0.16.2
5422026-03-19T03:56:32.993Z Compiling serde_derive v1.0.228
5432026-03-19T03:56:33.151Z Compiling zerofrom-derive v0.1.6
5442026-03-19T03:56:33.324Z Compiling yoke-derive v0.8.1
5452026-03-19T03:56:33.389Z Compiling zerovec-derive v0.11.2
5462026-03-19T03:56:33.602Z Compiling displaydoc v0.2.5
5472026-03-19T03:56:34.353Z Compiling thiserror-impl v1.0.69
5482026-03-19T03:56:34.613Z Compiling zerocopy-derive v0.7.35
5492026-03-19T03:56:34.906Z Compiling pest_derive v2.8.6
5502026-03-19T03:56:34.931Z Compiling scroll_derive v0.12.1
5512026-03-19T03:56:35.069Z Compiling zerofrom v0.1.6
5522026-03-19T03:56:35.236Z Compiling yoke v0.8.1
5532026-03-19T03:56:35.428Z Compiling thiserror-impl v2.0.18
5542026-03-19T03:56:35.479Z Compiling zerovec v0.11.5
5552026-03-19T03:56:35.742Z Compiling zerotrie v0.2.3
5562026-03-19T03:56:35.778Z Compiling zerocopy v0.7.35
5572026-03-19T03:56:36.130Z Compiling tinystr v0.8.2
5582026-03-19T03:56:36.165Z Compiling potential_utf v0.1.4
5592026-03-19T03:56:36.165Z Compiling dtrace-parser v0.2.0
5602026-03-19T03:56:36.376Z Compiling icu_locale_core v2.1.1
5612026-03-19T03:56:36.400Z Compiling icu_collections v2.1.1
5622026-03-19T03:56:36.403Z Compiling scroll v0.12.0
5632026-03-19T03:56:36.555Z Compiling tabled_derive v0.7.0
5642026-03-19T03:56:36.768Z Compiling goblin v0.8.2
5652026-03-19T03:56:36.927Z Compiling clap_derive v4.5.55
5662026-03-19T03:56:37.344Z Compiling icu_provider v2.1.1
5672026-03-19T03:56:37.627Z Compiling toml_datetime v0.6.11
5682026-03-19T03:56:37.691Z Compiling icu_properties v2.1.2
5692026-03-19T03:56:37.719Z Compiling icu_normalizer v2.1.1
5702026-03-19T03:56:37.753Z Compiling serde_spanned v0.6.9
5712026-03-19T03:56:37.753Z Compiling dof v0.3.0
5722026-03-19T03:56:37.802Z Compiling serde_tokenstream v0.2.3
5732026-03-19T03:56:37.936Z Compiling toml_edit v0.22.27
5742026-03-19T03:56:37.992Z Compiling serde-value v0.7.0
5752026-03-19T03:56:38.295Z Compiling cargo-platform v0.2.0
5762026-03-19T03:56:38.443Z Compiling tabled v0.15.0
5772026-03-19T03:56:38.469Z Compiling macaddr v1.0.1
5782026-03-19T03:56:38.644Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5792026-03-19T03:56:38.755Z Compiling swrite v0.1.0
5802026-03-19T03:56:38.975Z Compiling idna_adapter v1.2.1
5812026-03-19T03:56:39.024Z Compiling usdt-macro v0.5.0
5822026-03-19T03:56:39.127Z Compiling idna v1.1.0
5832026-03-19T03:56:39.153Z Compiling usdt-attr-macro v0.5.0
5842026-03-19T03:56:39.328Z Compiling clap v4.5.60
5852026-03-19T03:56:39.493Z Compiling url v2.5.8
5862026-03-19T03:56:39.919Z Compiling toml v0.8.23
5872026-03-19T03:56:40.476Z Compiling cargo-util-schemas v0.8.2
5882026-03-19T03:56:40.767Z Compiling usdt v0.5.0
5892026-03-19T03:56:40.767Z Compiling cargo_toml v0.21.0
5902026-03-19T03:56:41.694Z Compiling cargo_metadata v0.21.0
5912026-03-19T03:56:42.965Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5922026-03-19T03:56:45.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
5932026-03-19T03:56:46.059Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5942026-03-19T03:56:46.797Z Downloading crates ...
5952026-03-19T03:56:46.933Z Downloaded adler2 v2.0.1
5962026-03-19T03:56:46.955Z Downloaded crc32fast v1.5.0
5972026-03-19T03:56:46.958Z Downloaded backon v1.6.0
5982026-03-19T03:56:46.961Z Downloaded derive_builder_macro v0.20.2
5992026-03-19T03:56:46.964Z Downloaded fd-lock v4.0.4
6002026-03-19T03:56:46.967Z Downloaded aho-corasick v1.1.4
6012026-03-19T03:56:46.972Z Downloaded foreign-types v0.5.0
6022026-03-19T03:56:46.975Z Downloaded crossterm v0.28.1
6032026-03-19T03:56:46.978Z Downloaded camino-tempfile-ext v0.3.3
6042026-03-19T03:56:46.981Z Downloaded ascii-canvas v3.0.0
6052026-03-19T03:56:46.981Z Downloaded crc8 v0.1.1
6062026-03-19T03:56:46.984Z Downloaded ciborium-ll v0.2.2
6072026-03-19T03:56:46.984Z Downloaded cfg_aliases v0.1.1
6082026-03-19T03:56:46.984Z Downloaded dof v0.4.0
6092026-03-19T03:56:46.987Z Downloaded critical-section v1.2.0
6102026-03-19T03:56:46.987Z Downloaded crossterm v0.29.0
6112026-03-19T03:56:46.992Z Downloaded cfg_aliases v0.2.1
6122026-03-19T03:56:46.994Z Downloaded async-stream-impl v0.3.6
6132026-03-19T03:56:46.995Z Downloaded ciborium-io v0.2.2
6142026-03-19T03:56:46.995Z Downloaded base16ct v1.0.0
6152026-03-19T03:56:46.998Z Downloaded assert_matches v1.5.0
6162026-03-19T03:56:47.005Z Downloaded bitfield-macros v0.19.4
6172026-03-19T03:56:47.010Z Downloaded diesel v2.3.7
6182026-03-19T03:56:47.024Z Downloaded ed25519 v2.2.3
6192026-03-19T03:56:47.027Z Downloaded env_filter v1.0.0
6202026-03-19T03:56:47.027Z Downloaded downcast-rs v2.0.2
6212026-03-19T03:56:47.030Z Downloaded defmt v1.0.1
6222026-03-19T03:56:47.033Z Downloaded defmt v0.3.100
6232026-03-19T03:56:47.033Z Downloaded crossbeam-deque v0.8.6
6242026-03-19T03:56:47.036Z Downloaded embedded-io v0.6.1
6252026-03-19T03:56:47.036Z Downloaded dunce v1.0.5
6262026-03-19T03:56:47.036Z Downloaded darling_macro v0.20.11
6272026-03-19T03:56:47.039Z Downloaded corncobs v0.1.4
6282026-03-19T03:56:47.039Z Downloaded fs-err v2.11.0
6292026-03-19T03:56:47.043Z Downloaded futures-io v0.3.32
6302026-03-19T03:56:47.043Z Downloaded fixedbitset v0.4.2
6312026-03-19T03:56:47.043Z Downloaded enum-as-inner v0.6.1
6322026-03-19T03:56:47.046Z Downloaded dyn-clone v1.0.20
6332026-03-19T03:56:47.046Z Downloaded gethostname v0.5.0
6342026-03-19T03:56:47.049Z Downloaded futures-sink v0.3.32
6352026-03-19T03:56:47.049Z Downloaded fs_extra v1.3.0
6362026-03-19T03:56:47.052Z Downloaded dropshot-api-manager v0.6.0
6372026-03-19T03:56:47.052Z Downloaded cargo_toml v0.22.3
6382026-03-19T03:56:47.055Z Downloaded futures-core v0.3.32
6392026-03-19T03:56:47.055Z Downloaded derive-ex v0.1.8
6402026-03-19T03:56:47.059Z Downloaded ctr v0.9.2
6412026-03-19T03:56:47.059Z Downloaded deranged v0.5.8
6422026-03-19T03:56:47.063Z Downloaded cancel-safe-futures v0.1.5
6432026-03-19T03:56:47.063Z Downloaded fxhash v0.2.1
6442026-03-19T03:56:47.066Z Downloaded dirs-sys-next v0.1.2
6452026-03-19T03:56:47.066Z Downloaded const_format v0.2.35
6462026-03-19T03:56:47.069Z Downloaded futures-macro v0.3.32
6472026-03-19T03:56:47.069Z Downloaded git-stub-vcs v0.1.0
6482026-03-19T03:56:47.072Z Downloaded foldhash v0.2.0
6492026-03-19T03:56:47.072Z Downloaded erased-serde v0.3.31
6502026-03-19T03:56:47.075Z Downloaded futures-channel v0.3.32
6512026-03-19T03:56:47.075Z Downloaded bumpalo v3.20.2
6522026-03-19T03:56:47.078Z Downloaded dropshot_endpoint v0.16.7
6532026-03-19T03:56:47.082Z Downloaded base64 v0.21.7
6542026-03-19T03:56:47.085Z Downloaded fatfs v0.3.6
6552026-03-19T03:56:47.088Z Downloaded dropshot v0.16.7
6562026-03-19T03:56:47.102Z Downloaded ghash v0.5.1
6572026-03-19T03:56:47.106Z Downloaded daft-derive v0.1.5
6582026-03-19T03:56:47.109Z Downloaded crunchy v0.2.4
6592026-03-19T03:56:47.109Z Downloaded ff v0.13.1
6602026-03-19T03:56:47.109Z Downloaded getrandom v0.3.4
6612026-03-19T03:56:47.112Z Downloaded home v0.5.12
6622026-03-19T03:56:47.115Z Downloaded crossbeam-epoch v0.9.18
6632026-03-19T03:56:47.115Z Downloaded getrandom v0.2.17
6642026-03-19T03:56:47.119Z Downloaded http-range v0.1.5
6652026-03-19T03:56:47.122Z Downloaded hubpack_derive v0.1.1
6662026-03-19T03:56:47.122Z Downloaded glob v0.3.3
6672026-03-19T03:56:47.122Z Downloaded futures-task v0.3.32
6682026-03-19T03:56:47.125Z Downloaded bindgen v0.71.1
6692026-03-19T03:56:47.128Z Downloaded group v0.13.0
6702026-03-19T03:56:47.131Z Downloaded httparse v1.10.1
6712026-03-19T03:56:47.134Z Downloaded half v1.8.3
6722026-03-19T03:56:47.134Z Downloaded ena v0.14.4
6732026-03-19T03:56:47.153Z Downloaded indexmap v1.9.3
6742026-03-19T03:56:47.156Z Downloaded bstr v1.12.1
6752026-03-19T03:56:47.161Z Downloaded indoc v2.0.7
6762026-03-19T03:56:47.165Z Downloaded heapless v0.7.17
6772026-03-19T03:56:47.168Z Downloaded internet-checksum v0.2.1
6782026-03-19T03:56:47.171Z Downloaded hyper-util v0.1.20
6792026-03-19T03:56:47.175Z Downloaded impl-trait-for-tuples v0.2.3
6802026-03-19T03:56:47.179Z Downloaded flagset v0.4.7
6812026-03-19T03:56:47.179Z Downloaded data-encoding v2.10.0
6822026-03-19T03:56:47.182Z Downloaded darling v0.20.11
6832026-03-19T03:56:47.182Z Downloaded keccak v0.1.6
6842026-03-19T03:56:47.185Z Downloaded itertools v0.13.0
6852026-03-19T03:56:47.189Z Downloaded lazy_static v1.5.0
6862026-03-19T03:56:47.192Z Downloaded libxml v0.3.3
6872026-03-19T03:56:47.195Z Downloaded flate2 v1.1.9
6882026-03-19T03:56:47.199Z Downloaded ed25519-dalek v2.2.0
6892026-03-19T03:56:47.202Z Downloaded derive_more-impl v2.1.1
6902026-03-19T03:56:47.206Z Downloaded md5 v0.7.0
6912026-03-19T03:56:47.209Z Downloaded lru-slab v0.1.2
6922026-03-19T03:56:47.209Z Downloaded der v0.7.10
6932026-03-19T03:56:47.212Z Downloaded maybe-uninit v2.0.0
6942026-03-19T03:56:47.215Z Downloaded ingot-types v0.1.2
6952026-03-19T03:56:47.215Z Downloaded ingot v0.1.1
6962026-03-19T03:56:47.218Z Downloaded indicatif v0.18.4
6972026-03-19T03:56:47.221Z Downloaded futures v0.3.32
6982026-03-19T03:56:47.224Z Downloaded linear-map v1.2.0
6992026-03-19T03:56:47.224Z Downloaded flume v0.11.1
7002026-03-19T03:56:47.228Z Downloaded hyper-tls v0.6.0
7012026-03-19T03:56:47.231Z Downloaded filetime v0.2.27
7022026-03-19T03:56:47.231Z Downloaded h2 v0.4.13
7032026-03-19T03:56:47.236Z Downloaded foldhash v0.1.5
7042026-03-19T03:56:47.239Z Downloaded darling_core v0.20.11
7052026-03-19T03:56:47.242Z Downloaded hyper-rustls v0.27.7
7062026-03-19T03:56:47.246Z Downloaded highway v1.3.0
7072026-03-19T03:56:47.246Z Downloaded globwalk v0.9.1
7082026-03-19T03:56:47.249Z Downloaded env_logger v0.11.9
7092026-03-19T03:56:47.249Z Downloaded instability v0.3.11
7102026-03-19T03:56:47.252Z Downloaded derive_more v2.1.1
7112026-03-19T03:56:47.258Z Downloaded newtype-uuid v1.3.2
7122026-03-19T03:56:47.261Z Downloaded derive_builder v0.20.2
7132026-03-19T03:56:47.264Z Downloaded darling_core v0.23.0
7142026-03-19T03:56:47.267Z Downloaded libz-sys v1.1.24
7152026-03-19T03:56:47.285Z Downloaded memmap2 v0.9.10
7162026-03-19T03:56:47.288Z Downloaded crypto-bigint v0.5.5
7172026-03-19T03:56:47.291Z Downloaded arrayref v0.3.9
7182026-03-19T03:56:47.294Z Downloaded native-tls v0.2.18
7192026-03-19T03:56:47.294Z Downloaded console v0.15.11
7202026-03-19T03:56:47.297Z Downloaded bit-vec v0.6.3
7212026-03-19T03:56:47.301Z Downloaded allocator-api2 v0.2.21
7222026-03-19T03:56:47.301Z Downloaded ignore v0.4.25
7232026-03-19T03:56:47.305Z Downloaded http v1.4.0
7242026-03-19T03:56:47.308Z Downloaded hostname v0.3.1
7252026-03-19T03:56:47.308Z Downloaded hash32 v0.2.1
7262026-03-19T03:56:47.311Z Downloaded curve25519-dalek v4.1.3
7272026-03-19T03:56:47.315Z Downloaded managed v0.8.0
7282026-03-19T03:56:47.318Z Downloaded hex-literal v0.4.1
7292026-03-19T03:56:47.319Z Downloaded futures-util v0.3.32
7302026-03-19T03:56:47.327Z Downloaded num v0.4.3
7312026-03-19T03:56:47.330Z Downloaded memoffset v0.9.1
7322026-03-19T03:56:47.330Z Downloaded lru v0.12.5
7332026-03-19T03:56:47.333Z Downloaded clang-sys v1.8.1
7342026-03-19T03:56:47.333Z Downloaded new_debug_unreachable v1.0.6
7352026-03-19T03:56:47.336Z Downloaded cpufeatures v0.3.0
7362026-03-19T03:56:47.336Z Downloaded castaway v0.2.4
7372026-03-19T03:56:47.340Z Downloaded mio v1.1.1
7382026-03-19T03:56:47.343Z Downloaded hmac v0.12.1
7392026-03-19T03:56:47.343Z Downloaded newtype-uuid-macros v0.1.0
7402026-03-19T03:56:47.346Z Downloaded blowfish v0.9.1
7412026-03-19T03:56:47.346Z Downloaded async-trait v0.1.89
7422026-03-19T03:56:47.349Z Downloaded bcrypt-pbkdf v0.10.0
7432026-03-19T03:56:47.352Z Downloaded block-padding v0.3.3
7442026-03-19T03:56:47.352Z Downloaded ingot-macros v0.1.1
7452026-03-19T03:56:47.352Z Downloaded arc-swap v1.8.2
7462026-03-19T03:56:47.356Z Downloaded libloading v0.8.9
7472026-03-19T03:56:47.359Z Downloaded olpc-cjson v0.1.4
7482026-03-19T03:56:47.359Z Downloaded http-body v1.0.1
7492026-03-19T03:56:47.362Z Downloaded chacha20poly1305 v0.10.1
7502026-03-19T03:56:47.362Z Downloaded bzip2-sys v0.1.13+1.0.8
7512026-03-19T03:56:47.371Z Downloaded ident_case v1.0.1
7522026-03-19T03:56:47.374Z Downloaded jiff-static v0.2.21
7532026-03-19T03:56:47.377Z Downloaded instant v0.1.13
7542026-03-19T03:56:47.377Z Downloaded itertools v0.10.5
7552026-03-19T03:56:47.380Z Downloaded nonempty v0.12.0
7562026-03-19T03:56:47.385Z Downloaded libscf-sys v1.1.0
7572026-03-19T03:56:47.385Z Downloaded console v0.16.2
7582026-03-19T03:56:47.388Z Downloaded aes-gcm v0.10.3
7592026-03-19T03:56:47.388Z Downloaded omicron-zone-package v0.12.2
7602026-03-19T03:56:47.392Z Downloaded num_enum_derive v0.5.11
7612026-03-19T03:56:47.392Z Downloaded lzss v0.8.2
7622026-03-19T03:56:47.395Z Downloaded heapless v0.8.0
7632026-03-19T03:56:47.398Z Downloaded goblin v0.10.5
7642026-03-19T03:56:47.402Z Downloaded is-terminal v0.4.17
7652026-03-19T03:56:47.405Z Downloaded headers-core v0.3.0
7662026-03-19T03:56:47.405Z Downloaded md-5 v0.10.6
7672026-03-19T03:56:47.408Z Downloaded num-complex v0.4.6
7682026-03-19T03:56:47.408Z Downloaded num-bigint v0.4.6
7692026-03-19T03:56:47.411Z Downloaded is_ci v1.2.0
7702026-03-19T03:56:47.415Z Downloaded bitfield v0.19.4
7712026-03-19T03:56:47.415Z Downloaded pbkdf2 v0.11.0
7722026-03-19T03:56:47.415Z Downloaded bcs v0.1.6
7732026-03-19T03:56:47.420Z Downloaded base64ct v1.8.3
7742026-03-19T03:56:47.423Z Downloaded parse-size v1.1.0
7752026-03-19T03:56:47.423Z Downloaded num_enum_derive v0.7.5
7762026-03-19T03:56:47.423Z Downloaded lru-cache v0.1.2
7772026-03-19T03:56:47.423Z Downloaded find-msvc-tools v0.1.9
7782026-03-19T03:56:47.426Z Downloaded http-body-util v0.1.3
7792026-03-19T03:56:47.426Z Downloaded hickory-resolver v0.25.2
7802026-03-19T03:56:47.429Z Downloaded crc-catalog v2.4.0
7812026-03-19T03:56:47.432Z Downloaded buf-list v1.1.2
7822026-03-19T03:56:47.435Z Downloaded parse-display v0.10.0
7832026-03-19T03:56:47.435Z Downloaded newtype_derive v0.1.6
7842026-03-19T03:56:47.435Z Downloaded libefi-sys v0.1.0
7852026-03-19T03:56:47.438Z Downloaded iana-time-zone v0.1.65
7862026-03-19T03:56:47.439Z Downloaded git2 v0.20.4
7872026-03-19T03:56:47.445Z Downloaded mime v0.3.17
7882026-03-19T03:56:47.448Z Downloaded pbkdf2 v0.12.2
7892026-03-19T03:56:47.448Z Downloaded moka v0.12.13
7902026-03-19T03:56:47.454Z Downloaded newline-converter v0.3.0
7912026-03-19T03:56:47.457Z Downloaded nanorand v0.7.0
7922026-03-19T03:56:47.457Z Downloaded parking_lot_core v0.8.6
7932026-03-19T03:56:47.460Z Downloaded multer v3.1.0
7942026-03-19T03:56:47.463Z Downloaded lock_api v0.4.14
7952026-03-19T03:56:47.463Z Downloaded jobserver v0.1.34
7962026-03-19T03:56:47.467Z Downloaded oso v0.27.3
7972026-03-19T03:56:47.467Z Downloaded peg-runtime v0.8.5
7982026-03-19T03:56:47.470Z Downloaded hickory-proto v0.24.4
7992026-03-19T03:56:47.479Z Downloaded pin-project-internal v1.1.11
8002026-03-19T03:56:47.482Z Downloaded parking_lot v0.11.2
8012026-03-19T03:56:47.485Z Downloaded oxnet v0.1.4
8022026-03-19T03:56:47.486Z Downloaded predicates v3.1.4
8032026-03-19T03:56:47.489Z Downloaded peg-macros v0.8.5
8042026-03-19T03:56:47.489Z Downloaded num-rational v0.4.2
8052026-03-19T03:56:47.492Z Downloaded ppv-lite86 v0.2.21
8062026-03-19T03:56:47.492Z Downloaded mime_guess v2.0.5
8072026-03-19T03:56:47.497Z Downloaded openssl-macros v0.1.1
8082026-03-19T03:56:47.497Z Downloaded pem v3.0.6
8092026-03-19T03:56:47.497Z Downloaded pin-project-lite v0.2.17
8102026-03-19T03:56:47.501Z Downloaded num-integer v0.1.46
8112026-03-19T03:56:47.504Z Downloaded owo-colors v4.3.0
8122026-03-19T03:56:47.504Z Downloaded nix v0.29.0
8132026-03-19T03:56:47.512Z Downloaded pkg-config v0.3.32
8142026-03-19T03:56:47.515Z Downloaded phf_shared v0.12.1
8152026-03-19T03:56:47.515Z Downloaded dsl_auto_type v0.2.0
8162026-03-19T03:56:47.518Z Downloaded password-hash v0.4.2
8172026-03-19T03:56:47.519Z Downloaded packed_struct v0.10.1
8182026-03-19T03:56:47.522Z Downloaded nom v7.1.3
8192026-03-19T03:56:47.525Z Downloaded minimal-lexical v0.2.1
8202026-03-19T03:56:47.528Z Downloaded lalrpop v0.19.12
8212026-03-19T03:56:47.536Z Downloaded p256 v0.13.2
8222026-03-19T03:56:47.539Z Downloaded dropshot-api-manager-types v0.6.0
8232026-03-19T03:56:47.542Z Downloaded itertools v0.14.0
8242026-03-19T03:56:47.545Z Downloaded proc-macro-crate v3.4.0
8252026-03-19T03:56:47.549Z Downloaded defmt-parser v1.0.0
8262026-03-19T03:56:47.549Z Downloaded phf_shared v0.11.3
8272026-03-19T03:56:47.575Z Downloaded num_threads v0.1.7
8282026-03-19T03:56:47.575Z Downloaded des v0.8.1
8292026-03-19T03:56:47.575Z Downloaded derive_more v0.99.20
8302026-03-19T03:56:47.579Z Downloaded progenitor v0.11.2
8312026-03-19T03:56:47.579Z Downloaded progenitor v0.10.0
8322026-03-19T03:56:47.579Z Downloaded postgres-types v0.2.12
8332026-03-19T03:56:47.580Z Downloaded float-cmp v0.10.0
8342026-03-19T03:56:47.580Z Downloaded nix v0.27.1
8352026-03-19T03:56:47.580Z Downloaded hickory-proto v0.25.2
8362026-03-19T03:56:47.583Z Downloaded progenitor-macro v0.13.0
8372026-03-19T03:56:47.583Z Downloaded prettyplease v0.2.37
8382026-03-19T03:56:47.586Z Downloaded pkcs8 v0.10.2
8392026-03-19T03:56:47.589Z Downloaded parking_lot_core v0.9.12
8402026-03-19T03:56:47.592Z Downloaded expectorate v1.2.0
8412026-03-19T03:56:47.592Z Downloaded display-error-chain v0.2.2
8422026-03-19T03:56:47.596Z Downloaded diesel_table_macro_syntax v0.3.0
8432026-03-19T03:56:47.596Z Downloaded ecdsa v0.16.9
8442026-03-19T03:56:47.596Z Downloaded debug-ignore v1.0.5
8452026-03-19T03:56:47.599Z Downloaded openssl-sys v0.9.111
8462026-03-19T03:56:47.602Z Downloaded darling_macro v0.23.0
8472026-03-19T03:56:47.602Z Downloaded psl-types v2.0.11
8482026-03-19T03:56:47.605Z Downloaded miniz_oxide v0.8.9
8492026-03-19T03:56:47.608Z Downloaded rand_core v0.9.5
8502026-03-19T03:56:47.608Z Downloaded num-derive v0.4.2
8512026-03-19T03:56:47.608Z Downloaded nodrop v0.1.14
8522026-03-19T03:56:47.613Z Downloaded crc v3.4.0
8532026-03-19T03:56:47.613Z Downloaded bb8 v0.8.6
8542026-03-19T03:56:47.613Z Downloaded compact_str v0.8.1
8552026-03-19T03:56:47.616Z Downloaded iri-string v0.7.10
8562026-03-19T03:56:47.620Z Downloaded inout v0.1.4
8572026-03-19T03:56:47.623Z Downloaded headers v0.4.1
8582026-03-19T03:56:47.626Z Downloaded hashbrown v0.13.2
8592026-03-19T03:56:47.629Z Downloaded crossbeam-channel v0.5.15
8602026-03-19T03:56:47.632Z Downloaded p384 v0.13.1
8612026-03-19T03:56:47.637Z Downloaded rand v0.9.2
8622026-03-19T03:56:47.640Z Downloaded csv v1.4.0
8632026-03-19T03:56:47.659Z Downloaded quinn-udp v0.5.14
8642026-03-19T03:56:47.663Z Downloaded quick-error v1.2.3
8652026-03-19T03:56:47.663Z Downloaded peg v0.8.5
8662026-03-19T03:56:47.663Z Downloaded openssl v0.10.75
8672026-03-19T03:56:47.670Z Downloaded foreign-types-macros v0.2.3
8682026-03-19T03:56:47.673Z Downloaded openssl-probe v0.2.1
8692026-03-19T03:56:47.673Z Downloaded polyval v0.6.2
8702026-03-19T03:56:47.676Z Downloaded object v0.37.3
8712026-03-19T03:56:47.683Z Downloaded ref-cast v1.0.25
8722026-03-19T03:56:47.686Z Downloaded oxide-tokio-rt v0.1.3
8732026-03-19T03:56:47.690Z Downloaded phf v0.13.1
8742026-03-19T03:56:47.690Z Downloaded petgraph v0.8.3
8752026-03-19T03:56:47.706Z Downloaded resolv-conf v0.7.6
8762026-03-19T03:56:47.710Z Downloaded rand_xorshift v0.4.0
8772026-03-19T03:56:47.710Z Downloaded radium v0.7.0
8782026-03-19T03:56:47.713Z Downloaded quick-xml v0.37.5
8792026-03-19T03:56:47.716Z Downloaded ref-cast-impl v1.0.25
8802026-03-19T03:56:47.716Z Downloaded rand_chacha v0.9.0
8812026-03-19T03:56:47.719Z Downloaded rand_chacha v0.3.1
8822026-03-19T03:56:47.719Z Downloaded progenitor-macro v0.11.2
8832026-03-19T03:56:47.719Z Downloaded predicates-core v1.0.10
8842026-03-19T03:56:47.722Z Downloaded phf_shared v0.13.1
8852026-03-19T03:56:47.722Z Downloaded russh-cryptovec v0.7.3
8862026-03-19T03:56:47.722Z Downloaded paste v1.0.15
8872026-03-19T03:56:47.726Z Downloaded password-hash v0.5.0
8882026-03-19T03:56:47.726Z Downloaded openapiv3 v2.2.0
8892026-03-19T03:56:47.735Z Downloaded rand_seeder v0.4.0
8902026-03-19T03:56:47.739Z Downloaded precomputed-hash v0.1.1
8912026-03-19T03:56:47.739Z Downloaded daft v0.1.5
8922026-03-19T03:56:47.739Z Downloaded endian-type v0.1.2
8932026-03-19T03:56:47.742Z Downloaded r2d2 v0.8.10
8942026-03-19T03:56:47.742Z Downloaded pkcs5 v0.7.1
8952026-03-19T03:56:47.745Z Downloaded prefix-trie v0.7.0
8962026-03-19T03:56:47.748Z Downloaded progenitor-client v0.11.2
8972026-03-19T03:56:47.748Z Downloaded pkcs1 v0.7.5
8982026-03-19T03:56:47.751Z Downloaded drift v0.1.3
8992026-03-19T03:56:47.755Z Downloaded powerfmt v0.2.0
9002026-03-19T03:56:47.755Z Downloaded dtrace-parser v0.3.0
9012026-03-19T03:56:47.758Z Downloaded phf v0.12.1
9022026-03-19T03:56:47.758Z Downloaded parking_lot v0.12.5
9032026-03-19T03:56:47.761Z Downloaded recursive v0.1.1
9042026-03-19T03:56:47.761Z Downloaded git-stub v1.0.0
9052026-03-19T03:56:47.761Z Downloaded diff v0.1.13
9062026-03-19T03:56:47.764Z Downloaded papergrid v0.17.0
9072026-03-19T03:56:47.768Z Downloaded pretty_assertions v1.4.1
9082026-03-19T03:56:47.771Z Downloaded proc-macro-error-attr2 v2.0.0
9092026-03-19T03:56:47.771Z Downloaded hickory-resolver v0.24.4
9102026-03-19T03:56:47.774Z Downloaded ron v0.8.1
9112026-03-19T03:56:47.778Z Downloaded sapling-renderdag v0.1.0
9122026-03-19T03:56:47.781Z Downloaded progenitor-extras v0.1.1
9132026-03-19T03:56:47.781Z Downloaded derive-where v1.6.0
9142026-03-19T03:56:47.784Z Downloaded progenitor-client v0.10.0
9152026-03-19T03:56:47.787Z Downloaded proc-macro-crate v1.3.1
9162026-03-19T03:56:47.787Z Downloaded kstat-rs v0.2.4
9172026-03-19T03:56:47.790Z Downloaded embedded-io v0.4.0
9182026-03-19T03:56:47.790Z Downloaded defmt-macros v1.0.1
9192026-03-19T03:56:47.793Z Downloaded pem-rfc7468 v0.7.0
9202026-03-19T03:56:47.793Z Downloaded openssl-probe v0.1.6
9212026-03-19T03:56:47.796Z Downloaded globset v0.4.18
9222026-03-19T03:56:47.796Z Downloaded progenitor-impl v0.10.0
9232026-03-19T03:56:47.799Z Downloaded rand v0.10.0
9242026-03-19T03:56:47.803Z Downloaded csv-core v0.1.13
9252026-03-19T03:56:47.803Z Downloaded progenitor-client v0.13.0
9262026-03-19T03:56:47.803Z Downloaded progenitor v0.13.0
9272026-03-19T03:56:47.806Z Downloaded psm v0.1.30
9282026-03-19T03:56:47.809Z Downloaded rcgen v0.12.1
9292026-03-19T03:56:47.809Z Downloaded portable-atomic v1.13.1
9302026-03-19T03:56:47.814Z Downloaded scroll v0.13.0
9312026-03-19T03:56:47.817Z Downloaded darling_core v0.21.3
9322026-03-19T03:56:47.820Z Downloaded progenitor-impl v0.11.2
9332026-03-19T03:56:47.823Z Downloaded float-ord v0.3.2
9342026-03-19T03:56:47.823Z Downloaded predicates-tree v1.0.13
9352026-03-19T03:56:47.824Z Downloaded oso-derive v0.27.3
9362026-03-19T03:56:47.826Z Downloaded quinn v0.11.9
9372026-03-19T03:56:47.830Z Downloaded scroll_derive v0.13.1
9382026-03-19T03:56:47.830Z Downloaded object v0.30.4
9392026-03-19T03:56:47.836Z Downloaded recursive-proc-macro-impl v0.1.1
9402026-03-19T03:56:47.840Z Downloaded indoc v1.0.9
9412026-03-19T03:56:47.840Z Downloaded rustls-pemfile v1.0.4
9422026-03-19T03:56:47.843Z Downloaded rustversion v1.0.22
9432026-03-19T03:56:47.846Z Downloaded rand_core v0.6.4
9442026-03-19T03:56:47.846Z Downloaded humantime v2.3.0
9452026-03-19T03:56:47.846Z Downloaded scheduled-thread-pool v0.2.7
9462026-03-19T03:56:47.849Z Downloaded pin-utils v0.1.0
9472026-03-19T03:56:47.849Z Downloaded serde_cbor v0.11.2
9482026-03-19T03:56:47.853Z Downloaded rtoolbox v0.0.3
9492026-03-19T03:56:47.853Z Downloaded rustc_version v0.1.7
9502026-03-19T03:56:47.856Z Downloaded num-bigint-dig v0.8.6
9512026-03-19T03:56:47.859Z Downloaded proptest v1.10.0
9522026-03-19T03:56:47.865Z Downloaded rustls-platform-verifier v0.6.2
9532026-03-19T03:56:47.869Z Downloaded slog-async v2.8.0
9542026-03-19T03:56:47.869Z Downloaded scopeguard v1.2.0
9552026-03-19T03:56:47.872Z Downloaded sha1 v0.10.6
9562026-03-19T03:56:47.872Z Downloaded seq-macro v0.3.6
9572026-03-19T03:56:47.875Z Downloaded schemars_derive v0.8.22
9582026-03-19T03:56:47.875Z Downloaded funty v2.0.0
9592026-03-19T03:56:47.875Z Downloaded fixedbitset v0.5.7
9602026-03-19T03:56:47.878Z Downloaded colored v3.1.1
9612026-03-19T03:56:47.882Z Downloaded darling v0.21.3
9622026-03-19T03:56:47.885Z Downloaded serde-big-array v0.5.1
9632026-03-19T03:56:47.885Z Downloaded cobs v0.3.0
9642026-03-19T03:56:47.888Z Downloaded signature v2.2.0
9652026-03-19T03:56:47.888Z Downloaded opaque-debug v0.3.1
9662026-03-19T03:56:47.888Z Downloaded hostname v0.4.2
9672026-03-19T03:56:47.891Z Downloaded sigpipe v0.1.3
9682026-03-19T03:56:47.891Z Downloaded maplit v1.0.2
9692026-03-19T03:56:47.891Z Downloaded serde_bytes v0.11.19
9702026-03-19T03:56:47.894Z Downloaded secrecy v0.10.3
9712026-03-19T03:56:47.894Z Downloaded salsa20 v0.10.2
9722026-03-19T03:56:47.897Z Downloaded cbc v0.1.2
9732026-03-19T03:56:47.897Z Downloaded secrecy v0.8.0
9742026-03-19T03:56:47.897Z Downloaded bitfield-struct v0.6.2
9752026-03-19T03:56:47.903Z Downloaded backoff v0.4.0
9762026-03-19T03:56:47.903Z Downloaded sec1 v0.7.3
9772026-03-19T03:56:47.906Z Downloaded signal-hook-registry v1.4.8
9782026-03-19T03:56:47.906Z Downloaded hash32 v0.3.1
9792026-03-19T03:56:47.906Z Downloaded serde_plain v1.0.2
9802026-03-19T03:56:47.906Z Downloaded serde_urlencoded v0.7.1
9812026-03-19T03:56:47.909Z Downloaded packed_struct_codegen v0.10.1
9822026-03-19T03:56:47.909Z Downloaded linked-hash-map v0.5.6
9832026-03-19T03:56:47.912Z Downloaded scrypt v0.11.0
9842026-03-19T03:56:47.912Z Downloaded ryu v1.0.23
9852026-03-19T03:56:47.916Z Downloaded rsa v0.9.10
9862026-03-19T03:56:47.919Z Downloaded signal-hook v0.3.18
9872026-03-19T03:56:47.922Z Downloaded reqwest v0.12.28
9882026-03-19T03:56:47.925Z Downloaded serde_spanned v1.0.4
9892026-03-19T03:56:47.928Z Downloaded rustyline v14.0.0
9902026-03-19T03:56:47.931Z Downloaded path-slash v0.1.5
9912026-03-19T03:56:47.931Z Downloaded crossbeam-utils v0.8.21
9922026-03-19T03:56:47.936Z Downloaded num-derive v0.3.3
9932026-03-19T03:56:47.939Z Downloaded simd-adler32 v0.3.8
9942026-03-19T03:56:47.939Z Downloaded reedline v0.40.0
9952026-03-19T03:56:47.943Z Downloaded ron v0.12.0
9962026-03-19T03:56:47.950Z Downloaded rfc6979 v0.4.0
9972026-03-19T03:56:47.953Z Downloaded progenitor-macro v0.10.0
9982026-03-19T03:56:47.953Z Downloaded parse-display-derive v0.10.0
9992026-03-19T03:56:47.953Z Downloaded ipnetwork v0.21.1
10002026-03-19T03:56:47.956Z Downloaded indent_write v2.2.0
10012026-03-19T03:56:47.956Z Downloaded slog-term v2.9.2
10022026-03-19T03:56:47.959Z Downloaded schemars v0.8.22
10032026-03-19T03:56:47.966Z Downloaded schemars v0.9.0
10042026-03-19T03:56:47.975Z Downloaded slab v0.4.12
10052026-03-19T03:56:47.978Z Downloaded num_enum v0.7.5
10062026-03-19T03:56:47.981Z Downloaded semver v0.1.20
10072026-03-19T03:56:47.984Z Downloaded poly1305 v0.8.0
10082026-03-19T03:56:47.984Z Downloaded rustc-hash v2.1.1
10092026-03-19T03:56:47.988Z Downloaded same-file v1.0.6
10102026-03-19T03:56:47.988Z Downloaded radix_trie v0.2.1
10112026-03-19T03:56:47.991Z Downloaded siphasher v1.0.2
10122026-03-19T03:56:47.994Z Downloaded rpassword v7.4.0
10132026-03-19T03:56:47.994Z Downloaded signal-hook-tokio v0.3.1
10142026-03-19T03:56:47.997Z Downloaded regex v1.12.3
10152026-03-19T03:56:48.001Z Downloaded slog v2.8.2
10162026-03-19T03:56:48.004Z Downloaded litrs v1.0.0
10172026-03-19T03:56:48.007Z Downloaded serde_repr v0.1.20
10182026-03-19T03:56:48.007Z Downloaded rayon v1.11.0
10192026-03-19T03:56:48.013Z Downloaded similar v2.7.0
10202026-03-19T03:56:48.016Z Downloaded samael v0.0.19
10212026-03-19T03:56:48.021Z Downloaded testing_table v0.3.0
10222026-03-19T03:56:48.024Z Downloaded slog-json v2.6.1
10232026-03-19T03:56:48.024Z Downloaded shell-words v1.1.1
10242026-03-19T03:56:48.027Z Downloaded sqlparser_derive v0.5.0
10252026-03-19T03:56:48.028Z Downloaded slog-bunyan v2.5.0
10262026-03-19T03:56:48.028Z Downloaded postgres-protocol v0.6.10
10272026-03-19T03:56:48.031Z Downloaded smallvec v0.6.14
10282026-03-19T03:56:48.031Z Downloaded rustls-native-certs v0.8.3
10292026-03-19T03:56:48.034Z Downloaded libsw-core v0.3.2
10302026-03-19T03:56:48.034Z Downloaded hickory-client v0.25.2
10312026-03-19T03:56:48.037Z Downloaded regex-syntax v0.8.10
10322026-03-19T03:56:48.042Z Downloaded sync_wrapper v1.0.2
10332026-03-19T03:56:48.045Z Downloaded reqwest v0.13.2
10342026-03-19T03:56:48.048Z Downloaded serde-hex v0.1.0
10352026-03-19T03:56:48.051Z Downloaded ssh-encoding v0.2.0
10362026-03-19T03:56:48.051Z Downloaded tabwriter v1.4.1
10372026-03-19T03:56:48.055Z Downloaded spki v0.7.3
10382026-03-19T03:56:48.055Z Downloaded smf v0.2.3
10392026-03-19T03:56:48.058Z Downloaded slog-stdlog v4.1.1
10402026-03-19T03:56:48.058Z Downloaded time-core v0.1.8
10412026-03-19T03:56:48.058Z Downloaded rustls-webpki v0.103.9
10422026-03-19T03:56:48.061Z Downloaded tinyvec_macros v0.1.1
10432026-03-19T03:56:48.061Z Downloaded slog-envlogger v2.2.0
10442026-03-19T03:56:48.065Z Downloaded primeorder v0.13.6
10452026-03-19T03:56:48.065Z Downloaded slog-dtrace v0.3.0
10462026-03-19T03:56:48.065Z Downloaded num-iter v0.1.45
10472026-03-19T03:56:48.068Z Downloaded atomicwrites v0.4.4
10482026-03-19T03:56:48.068Z Downloaded arrayvec v0.7.6
10492026-03-19T03:56:48.071Z Downloaded thread-id v5.1.0
10502026-03-19T03:56:48.071Z Downloaded termtree v0.5.1
10512026-03-19T03:56:48.071Z Downloaded tap v1.0.1
10522026-03-19T03:56:48.074Z Downloaded stacker v0.1.23
10532026-03-19T03:56:48.074Z Downloaded tagptr v0.2.0
10542026-03-19T03:56:48.078Z Downloaded supports-color v3.0.2
10552026-03-19T03:56:48.078Z Downloaded structmeta-derive v0.3.0
10562026-03-19T03:56:48.081Z Downloaded snafu-derive v0.8.9
10572026-03-19T03:56:48.081Z Downloaded string_cache v0.8.9
10582026-03-19T03:56:48.081Z Downloaded foreign-types v0.3.2
10592026-03-19T03:56:48.084Z Downloaded document-features v0.2.12
10602026-03-19T03:56:48.084Z Downloaded term v0.7.0
10612026-03-19T03:56:48.087Z Downloaded subprocess v0.2.15
10622026-03-19T03:56:48.090Z Downloaded slog-scope v4.4.1
10632026-03-19T03:56:48.090Z Downloaded strum v0.27.2
10642026-03-19T03:56:48.090Z Downloaded serde_with_macros v3.17.0
10652026-03-19T03:56:48.093Z Downloaded serde_derive_internals v0.29.1
10662026-03-19T03:56:48.093Z Downloaded sct v0.7.1
10672026-03-19T03:56:48.098Z Downloaded dirs-next v2.0.0
10682026-03-19T03:56:48.102Z Downloaded toml_writer v1.0.6+spec-1.1.0
10692026-03-19T03:56:48.102Z Downloaded strum_macros v0.24.3
10702026-03-19T03:56:48.102Z Downloaded static_assertions v1.1.0
10712026-03-19T03:56:48.105Z Downloaded stringprep v0.1.5
10722026-03-19T03:56:48.105Z Downloaded derive_builder_core v0.20.2
10732026-03-19T03:56:48.106Z Downloaded bitvec v1.0.1
10742026-03-19T03:56:48.116Z Downloaded hubpack v0.1.2
10752026-03-19T03:56:48.119Z Downloaded fallible-iterator v0.2.0
10762026-03-19T03:56:48.119Z Downloaded tabled v0.20.0
10772026-03-19T03:56:48.132Z Downloaded thiserror-no-std v2.0.2
10782026-03-19T03:56:48.135Z Downloaded strum_macros v0.27.2
10792026-03-19T03:56:48.138Z Downloaded spin v0.9.8
10802026-03-19T03:56:48.142Z Downloaded structmeta v0.3.0
10812026-03-19T03:56:48.142Z Downloaded socket2 v0.5.10
10822026-03-19T03:56:48.145Z Downloaded tower-layer v0.3.3
10832026-03-19T03:56:48.146Z Downloaded ssh-cipher v0.2.0
10842026-03-19T03:56:48.146Z Downloaded russh-keys v0.45.0
10852026-03-19T03:56:48.146Z Downloaded tls_codec_derive v0.4.2
10862026-03-19T03:56:48.149Z Downloaded tiny-keccak v2.0.2
10872026-03-19T03:56:48.152Z Downloaded thread_local v1.1.9
10882026-03-19T03:56:48.152Z Downloaded tls_codec v0.4.2
10892026-03-19T03:56:48.156Z Downloaded either v1.15.0
10902026-03-19T03:56:48.156Z Downloaded der_derive v0.7.3
10912026-03-19T03:56:48.156Z Downloaded blake3 v1.8.3
10922026-03-19T03:56:48.162Z Downloaded tokio-native-tls v0.3.1
10932026-03-19T03:56:48.165Z Downloaded hashbrown v0.12.3
10942026-03-19T03:56:48.169Z Downloaded tokio-macros v2.6.0
10952026-03-19T03:56:48.172Z Downloaded tower-service v0.3.3
10962026-03-19T03:56:48.172Z Downloaded tokio-rustls v0.25.0
10972026-03-19T03:56:48.175Z Downloaded tokio-dtrace v0.1.1
10982026-03-19T03:56:48.175Z Downloaded strum_macros v0.26.4
10992026-03-19T03:56:48.178Z Downloaded term v1.2.1
11002026-03-19T03:56:48.181Z Downloaded take_mut v0.2.2
11012026-03-19T03:56:48.181Z Downloaded tokio-rustls v0.24.1
11022026-03-19T03:56:48.184Z Downloaded rayon-core v1.13.0
11032026-03-19T03:56:48.187Z Downloaded ring v0.17.14
11042026-03-19T03:56:48.217Z Downloaded whoami v2.1.0
11052026-03-19T03:56:48.220Z Downloaded untrusted v0.9.0
11062026-03-19T03:56:48.220Z Downloaded topological-sort v0.2.2
11072026-03-19T03:56:48.224Z Downloaded serde_yaml v0.9.34+deprecated
11082026-03-19T03:56:48.224Z Downloaded diesel_derives v2.3.7
11092026-03-19T03:56:48.230Z Downloaded chrono v0.4.44
11102026-03-19T03:56:48.235Z Downloaded diesel-dtrace v0.5.0
11112026-03-19T03:56:48.239Z Downloaded aes v0.8.4
11122026-03-19T03:56:48.239Z Downloaded futures-executor v0.3.32
11132026-03-19T03:56:48.242Z Downloaded tokio-tungstenite v0.21.0
11142026-03-19T03:56:48.242Z Downloaded base64 v0.22.1
11152026-03-19T03:56:48.245Z Downloaded bytes v1.11.1
11162026-03-19T03:56:48.249Z Downloaded usdt-attr-macro v0.6.0
11172026-03-19T03:56:48.252Z Downloaded unit-prefix v0.5.2
11182026-03-19T03:56:48.252Z Downloaded tinyvec v1.10.0
11192026-03-19T03:56:48.252Z Downloaded support-bundle-viewer v0.1.2
11202026-03-19T03:56:48.255Z Downloaded qorb v0.4.1
11212026-03-19T03:56:48.259Z Downloaded want v0.3.1
11222026-03-19T03:56:48.259Z Downloaded untrusted v0.7.1
11232026-03-19T03:56:48.262Z Downloaded tokio-tungstenite v0.23.1
11242026-03-19T03:56:48.262Z Downloaded void v1.0.2
11252026-03-19T03:56:48.262Z Downloaded unicode-truncate v1.1.0
11262026-03-19T03:56:48.265Z Downloaded unarray v0.1.4
11272026-03-19T03:56:48.265Z Downloaded socket2 v0.6.2
11282026-03-19T03:56:48.268Z Downloaded rand v0.8.5
11292026-03-19T03:56:48.271Z Downloaded universal-hash v0.5.1
11302026-03-19T03:56:48.271Z Downloaded try-lock v0.2.5
11312026-03-19T03:56:48.271Z Downloaded hickory-server v0.25.2
11322026-03-19T03:56:48.275Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11332026-03-19T03:56:48.278Z Downloaded crucible-workspace-hack v0.1.0
11342026-03-19T03:56:48.278Z Downloaded wait-timeout v0.2.1
11352026-03-19T03:56:48.278Z Downloaded utf-8 v0.7.6
11362026-03-19T03:56:48.278Z Downloaded schemars v1.2.1
11372026-03-19T03:56:48.289Z Downloaded unicode-properties v0.1.4
11382026-03-19T03:56:48.292Z Downloaded unicase v2.9.0
11392026-03-19T03:56:48.292Z Downloaded tui-tree-widget v0.23.1
11402026-03-19T03:56:48.295Z Downloaded trait-variant v0.1.2
11412026-03-19T03:56:48.295Z Downloaded tracing-core v0.1.36
11422026-03-19T03:56:48.299Z Downloaded foreign-types-shared v0.1.1
11432026-03-19T03:56:48.299Z Downloaded elliptic-curve v0.13.8
11442026-03-19T03:56:48.302Z Downloaded typify-macro v0.6.1
11452026-03-19T03:56:48.302Z Downloaded xshell-macros v0.2.7
11462026-03-19T03:56:48.302Z Downloaded cassowary v0.3.0
11472026-03-19T03:56:48.306Z Downloaded cargo_metadata v0.19.2
11482026-03-19T03:56:48.306Z Downloaded blake2 v0.10.6
11492026-03-19T03:56:48.309Z Downloaded time-macros v0.2.27
11502026-03-19T03:56:48.309Z Downloaded darling_macro v0.21.3
11512026-03-19T03:56:48.309Z Downloaded darling v0.23.0
11522026-03-19T03:56:48.312Z Downloaded uzers v0.12.2
11532026-03-19T03:56:48.315Z Downloaded steno v0.4.1
11542026-03-19T03:56:48.318Z Downloaded usdt-macro v0.6.0
11552026-03-19T03:56:48.319Z Downloaded cookie_store v0.22.1
11562026-03-19T03:56:48.322Z Downloaded constant_time_eq v0.4.2
11572026-03-19T03:56:48.322Z Downloaded bitflags v1.3.2
11582026-03-19T03:56:48.325Z Downloaded tungstenite v0.23.0
11592026-03-19T03:56:48.328Z Downloaded argon2 v0.5.3
11602026-03-19T03:56:48.328Z Downloaded walkdir v2.5.0
11612026-03-19T03:56:48.331Z Downloaded tungstenite v0.21.0
11622026-03-19T03:56:48.334Z Downloaded toml_parser v1.0.9+spec-1.1.0
11632026-03-19T03:56:48.335Z Downloaded tokio-rustls v0.26.4
11642026-03-19T03:56:48.338Z Downloaded hashbrown v0.15.5
11652026-03-19T03:56:48.341Z Downloaded tracing-attributes v0.1.31
11662026-03-19T03:56:48.344Z Downloaded curve25519-dalek-derive v0.1.1
11672026-03-19T03:56:48.344Z Downloaded cstr-argument v0.1.2
11682026-03-19T03:56:48.344Z Downloaded ssh-key v0.6.7
11692026-03-19T03:56:48.349Z Downloaded strip-ansi-escapes v0.2.1
11702026-03-19T03:56:48.361Z Downloaded tokio-stream v0.1.18
11712026-03-19T03:56:48.367Z Downloaded toml_edit v0.19.15
11722026-03-19T03:56:48.380Z Downloaded zerocopy v0.8.40
11732026-03-19T03:56:48.387Z Downloaded zone_cfg_derive v0.3.1
11742026-03-19T03:56:48.391Z Downloaded zone v0.3.1
11752026-03-19T03:56:48.391Z Downloaded xz2 v0.1.7
11762026-03-19T03:56:48.391Z Downloaded toml_edit v0.23.10+spec-1.0.0
11772026-03-19T03:56:48.394Z Downloaded yasna v0.5.2
11782026-03-19T03:56:48.399Z Downloaded typify v0.4.3
11792026-03-19T03:56:48.404Z Downloaded toml v0.7.8
11802026-03-19T03:56:48.404Z Downloaded twox-hash v2.1.2
11812026-03-19T03:56:48.410Z Downloaded itertools v0.12.1
11822026-03-19T03:56:48.416Z Downloaded salty v0.3.0
11832026-03-19T03:56:48.429Z Downloaded usdt v0.6.0
11842026-03-19T03:56:48.445Z Downloaded xattr v1.6.1
11852026-03-19T03:56:48.448Z Downloaded uuid v1.21.0
11862026-03-19T03:56:48.451Z Downloaded waitgroup v0.1.2
11872026-03-19T03:56:48.455Z Downloaded vergen-lib v0.1.6
11882026-03-19T03:56:48.455Z Downloaded rustls v0.21.12
11892026-03-19T03:56:48.462Z Downloaded rustls-webpki v0.102.8
11902026-03-19T03:56:48.476Z Downloaded vsss-rs v3.3.4
11912026-03-19T03:56:48.483Z Downloaded tokio-postgres v0.7.16
11922026-03-19T03:56:48.487Z Downloaded serde_with v3.17.0
11932026-03-19T03:56:48.501Z Downloaded wyz v0.5.1
11942026-03-19T03:56:48.505Z Downloaded xshell v0.2.7
11952026-03-19T03:56:48.505Z Downloaded vergen-git2 v1.0.7
11962026-03-19T03:56:48.505Z Downloaded unicode-segmentation v1.12.0
11972026-03-19T03:56:48.509Z Downloaded zeroize_derive v1.4.3
11982026-03-19T03:56:48.521Z Downloaded zstd-safe v7.2.4
11992026-03-19T03:56:48.528Z Downloaded vergen-gitcl v1.0.8
12002026-03-19T03:56:48.531Z Downloaded typed-path v0.9.3
12012026-03-19T03:56:48.534Z Downloaded tower v0.5.3
12022026-03-19T03:56:48.541Z Downloaded whoami v1.6.1
12032026-03-19T03:56:48.547Z Downloaded rustls-webpki v0.101.7
12042026-03-19T03:56:48.558Z Downloaded zeroize v1.8.2
12052026-03-19T03:56:48.561Z Downloaded zerocopy v0.6.6
12062026-03-19T03:56:48.564Z Downloaded x509-cert v0.2.5
12072026-03-19T03:56:48.573Z Downloaded unicode-bidi v0.3.18
12082026-03-19T03:56:48.585Z Downloaded vte v0.14.1
12092026-03-19T03:56:48.593Z Downloaded zopfli v0.8.3
12102026-03-19T03:56:48.607Z Downloaded tokio-util v0.7.18
12112026-03-19T03:56:48.616Z Downloaded unicode_categories v0.1.1
12122026-03-19T03:56:48.626Z Downloaded aws-lc-sys v0.37.1
12132026-03-19T03:56:48.825Z Downloaded zip v0.6.6
12142026-03-19T03:56:48.832Z Downloaded yansi v1.0.1
12152026-03-19T03:56:48.835Z Downloaded zerocopy-derive v0.8.40
12162026-03-19T03:56:48.841Z Downloaded tower-http v0.6.8
12172026-03-19T03:56:48.847Z Downloaded zip v4.6.1
12182026-03-19T03:56:48.850Z Downloaded tough v0.20.0
12192026-03-19T03:56:48.889Z Downloaded winnow v0.6.26
12202026-03-19T03:56:48.896Z Downloaded rustls v0.23.37
12212026-03-19T03:56:48.910Z Downloaded smoltcp v0.9.1
12222026-03-19T03:56:48.918Z Downloaded unicode-normalization v0.1.25
12232026-03-19T03:56:48.924Z Downloaded difflib v0.4.0
12242026-03-19T03:56:48.946Z Downloaded polar-core v0.27.3
12252026-03-19T03:56:48.961Z Downloaded winnow v0.5.40
12262026-03-19T03:56:48.967Z Downloaded time v0.3.47
12272026-03-19T03:56:48.976Z Downloaded encoding_rs v0.8.35
12282026-03-19T03:56:48.992Z Downloaded zstd v0.13.3
12292026-03-19T03:56:48.996Z Downloaded regex-syntax v0.6.29
12302026-03-19T03:56:49.004Z Downloaded nix v0.31.1
12312026-03-19T03:56:49.012Z Downloaded smoltcp v0.11.0
12322026-03-19T03:56:49.020Z Downloaded nix v0.28.0
12332026-03-19T03:56:49.028Z Downloaded rustls v0.22.4
12342026-03-19T03:56:49.038Z Downloaded vcpkg v0.2.15
12352026-03-19T03:56:49.069Z Downloaded zlib-rs v0.6.2
12362026-03-19T03:56:49.073Z Downloaded ratatui v0.29.0
12372026-03-19T03:56:49.087Z Downloaded webpki-roots v1.0.6
12382026-03-19T03:56:49.090Z Downloaded rustix v0.38.44
12392026-03-19T03:56:49.138Z Downloaded cipher v0.4.4
12402026-03-19T03:56:49.145Z Downloaded half v2.7.1
12412026-03-19T03:56:49.157Z Downloaded regex-automata v0.4.14
12422026-03-19T03:56:49.169Z Downloaded rustls-pki-types v1.14.0
12432026-03-19T03:56:49.173Z Downloaded aead v0.5.2
12442026-03-19T03:56:49.173Z Downloaded chacha20 v0.9.1
12452026-03-19T03:56:49.178Z Downloaded tracing v0.1.44
12462026-03-19T03:56:49.194Z Downloaded typify-macro v0.4.3
12472026-03-19T03:56:49.198Z Downloaded ar_archive_writer v0.5.1
12482026-03-19T03:56:49.198Z Downloaded cmake v0.1.57
12492026-03-19T03:56:49.201Z Downloaded async-stream v0.3.6
12502026-03-19T03:56:49.202Z Downloaded proc-macro-error2 v2.0.1
12512026-03-19T03:56:49.205Z Downloaded typify-impl v0.6.1
12522026-03-19T03:56:50.216Z Downloaded signal-hook-mio v0.2.5
12532026-03-19T03:56:50.221Z Downloaded atomic-waker v1.1.2
12542026-03-19T03:56:50.221Z Downloaded aws-lc-rs v1.16.0
12552026-03-19T03:56:50.221Z Downloaded colored v2.2.0
12562026-03-19T03:56:50.221Z Downloaded cargo-platform v0.1.9
12572026-03-19T03:56:50.221Z Downloaded typify-impl v0.4.3
12582026-03-19T03:56:50.221Z Downloaded multimap v0.10.1
12592026-03-19T03:56:50.221Z Downloaded hex v0.4.3
12602026-03-19T03:56:50.221Z Downloaded zerocopy-derive v0.6.6
12612026-03-19T03:56:50.221Z Downloaded ahash v0.8.12
12622026-03-19T03:56:50.221Z Downloaded jiff v0.2.21
12632026-03-19T03:56:50.221Z Downloaded nibble_vec v0.1.0
12642026-03-19T03:56:50.221Z Downloaded crc-any v2.5.0
12652026-03-19T03:56:50.221Z Downloaded const_format_proc_macros v0.2.34
12662026-03-19T03:56:50.221Z Downloaded ciborium v0.2.2
12672026-03-19T03:56:50.221Z Downloaded bit-set v0.5.3
12682026-03-19T03:56:50.221Z Downloaded cookie v0.18.1
12692026-03-19T03:56:50.221Z Downloaded typify v0.6.1
12702026-03-19T03:56:50.221Z Downloaded sha3 v0.10.8
12712026-03-19T03:56:50.221Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12722026-03-19T03:56:50.221Z Downloaded test-strategy v0.4.5
12732026-03-19T03:56:50.221Z Downloaded num_enum v0.5.11
12742026-03-19T03:56:50.221Z Downloaded usdt-impl v0.6.0
12752026-03-19T03:56:50.221Z Downloaded tokio v1.49.0
12762026-03-19T03:56:50.221Z Downloaded russh v0.45.0
12772026-03-19T03:56:50.221Z Downloaded bit-set v0.8.0
12782026-03-19T03:56:50.221Z Downloaded iddqd v0.3.17
12792026-03-19T03:56:50.221Z Downloaded hyper-staticfile v0.10.1
12802026-03-19T03:56:50.221Z Downloaded num-conv v0.2.0
12812026-03-19T03:56:50.221Z Downloaded convert_case v0.4.0
12822026-03-19T03:56:50.221Z Downloaded cc v1.2.56
12832026-03-19T03:56:50.221Z Downloaded toml v0.9.12+spec-1.1.0
12842026-03-19T03:56:50.221Z Downloaded sqlformat v0.3.5
12852026-03-19T03:56:50.221Z Downloaded regress v0.10.5
12862026-03-19T03:56:50.222Z Downloaded rustc_version v0.4.1
12872026-03-19T03:56:50.222Z Downloaded bzip2 v0.6.1
12882026-03-19T03:56:50.222Z Downloaded bit-vec v0.8.0
12892026-03-19T03:56:50.222Z Downloaded ipnet v2.11.0
12902026-03-19T03:56:50.222Z Downloaded chacha20 v0.10.0
12912026-03-19T03:56:50.222Z Downloaded libgit2-sys v0.18.3+1.9.2
12922026-03-19T03:56:50.222Z Downloaded vergen v9.0.6
12932026-03-19T03:56:50.222Z Downloaded hyper v1.8.1
12942026-03-19T03:56:50.222Z Downloaded strum v0.26.3
12952026-03-19T03:56:50.222Z Downloaded termios v0.3.3
12962026-03-19T03:56:50.222Z Downloaded lalrpop-util v0.19.12
12972026-03-19T03:56:50.222Z Downloaded httpdate v1.0.3
12982026-03-19T03:56:50.222Z Downloaded async-recursion v1.1.1
12992026-03-19T03:56:50.222Z Downloaded base16ct v0.2.0
13002026-03-19T03:56:50.222Z Downloaded nu-ansi-term v0.50.3
13012026-03-19T03:56:50.222Z Downloaded atty v0.2.14
13022026-03-19T03:56:50.222Z Downloaded array-init v0.0.4
13032026-03-19T03:56:50.222Z Downloaded serde_path_to_error v0.1.20
13042026-03-19T03:56:50.222Z Downloaded foreign-types-shared v0.3.1
13052026-03-19T03:56:50.222Z Downloaded libbz2-rs-sys v0.2.2
13062026-03-19T03:56:50.222Z Downloaded progenitor-impl v0.13.0
13072026-03-19T03:56:50.222Z Downloaded convert_case v0.10.0
13082026-03-19T03:56:50.222Z Downloaded bzip2 v0.4.4
13092026-03-19T03:56:50.222Z Downloaded hkdf v0.12.4
13102026-03-19T03:56:50.222Z Downloaded match_cfg v0.1.0
13112026-03-19T03:56:50.222Z Downloaded normalize-line-endings v0.3.0
13122026-03-19T03:56:50.222Z Downloaded tar v0.4.44
13132026-03-19T03:56:50.222Z Downloaded lzma-sys v0.1.20
13142026-03-19T03:56:50.222Z Downloaded rustls-pemfile v2.2.0
13152026-03-19T03:56:50.222Z Downloaded petname v2.0.2
13162026-03-19T03:56:50.222Z Downloaded quinn-proto v0.11.13
13172026-03-19T03:56:50.222Z Downloaded publicsuffix v2.3.0
13182026-03-19T03:56:50.222Z Downloaded cexpr v0.6.0
13192026-03-19T03:56:50.222Z Downloaded postcard v1.1.3
13202026-03-19T03:56:50.222Z Downloaded chrono-tz v0.10.4
13212026-03-19T03:56:50.222Z Downloaded thiserror-impl-no-std v2.0.2
13222026-03-19T03:56:50.222Z Downloaded sync-ptr v0.1.4
13232026-03-19T03:56:50.222Z Downloaded libsw v3.5.0
13242026-03-19T03:56:50.222Z Downloaded subtle v2.6.1
13252026-03-19T03:56:50.223Z Downloaded tabled_derive v0.11.0
13262026-03-19T03:56:50.223Z Downloaded rand_core v0.10.0
13272026-03-19T03:56:50.223Z Downloaded const-oid v0.9.6
13282026-03-19T03:56:50.223Z Downloaded shlex v1.3.0
13292026-03-19T03:56:50.223Z Downloaded rusty-fork v0.3.1
13302026-03-19T03:56:50.223Z Downloaded p521 v0.13.3
13312026-03-19T03:56:50.223Z Downloaded unsafe-libyaml v0.2.11
13322026-03-19T03:56:50.223Z Downloaded petgraph v0.6.5
13332026-03-19T03:56:50.223Z Downloaded sqlparser v0.61.0
13342026-03-19T03:56:50.223Z Downloaded sled v0.34.7
13352026-03-19T03:56:50.223Z Downloaded async-bb8-diesel v0.2.1
13362026-03-19T03:56:50.223Z Downloaded pin-project v1.1.11
13372026-03-19T03:56:50.223Z Downloaded snafu v0.8.9
13382026-03-19T03:56:51.017Z Downloaded libm v0.2.16
13392026-03-19T03:56:51.167Z Compiling libc v0.2.180
13402026-03-19T03:56:51.167Z Compiling serde v1.0.228
13412026-03-19T03:56:51.171Z Compiling log v0.4.29
13422026-03-19T03:56:51.171Z Compiling find-msvc-tools v0.1.9
13432026-03-19T03:56:51.355Z Compiling shlex v1.3.0
13442026-03-19T03:56:51.355Z Compiling smallvec v1.15.1
13452026-03-19T03:56:51.370Z Compiling syn v2.0.117
13462026-03-19T03:56:51.388Z Compiling typenum v1.19.0
13472026-03-19T03:56:51.591Z Compiling generic-array v0.14.7
13482026-03-19T03:56:51.610Z Compiling subtle v2.6.1
13492026-03-19T03:56:51.611Z Compiling scopeguard v1.2.0
13502026-03-19T03:56:51.661Z Compiling portable-atomic v1.13.1
13512026-03-19T03:56:51.735Z Compiling lock_api v0.4.14
13522026-03-19T03:56:51.751Z Compiling const-oid v0.9.6
13532026-03-19T03:56:51.836Z Compiling critical-section v1.2.0
13542026-03-19T03:56:51.885Z Compiling zerocopy v0.8.40
13552026-03-19T03:56:51.979Z Compiling pin-project-lite v0.2.17
13562026-03-19T03:56:52.024Z Compiling parking_lot_core v0.9.12
13572026-03-19T03:56:52.095Z Compiling serde_json v1.0.149
13582026-03-19T03:56:52.354Z Compiling pkg-config v0.3.32
13592026-03-19T03:56:52.444Z Compiling bitflags v2.11.0
13602026-03-19T03:56:52.539Z Compiling getrandom v0.2.17
13612026-03-19T03:56:52.639Z Compiling jobserver v0.1.34
13622026-03-19T03:56:52.726Z Compiling rand_core v0.6.4
13632026-03-19T03:56:52.807Z Compiling errno v0.3.14
13642026-03-19T03:56:52.984Z Compiling cc v1.2.56
13652026-03-19T03:56:52.991Z Compiling once_cell v1.21.3
13662026-03-19T03:56:53.052Z Compiling signal-hook-registry v1.4.8
13672026-03-19T03:56:53.070Z Compiling parking_lot v0.12.5
13682026-03-19T03:56:53.122Z Compiling mio v1.1.1
13692026-03-19T03:56:53.190Z Compiling libm v0.2.16
13702026-03-19T03:56:53.245Z Compiling num-traits v0.2.19
13712026-03-19T03:56:53.388Z Compiling futures-core v0.3.32
13722026-03-19T03:56:53.553Z Compiling socket2 v0.6.2
13732026-03-19T03:56:53.588Z Compiling percent-encoding v2.3.2
13742026-03-19T03:56:53.648Z Compiling allocator-api2 v0.2.21
13752026-03-19T03:56:53.737Z Compiling futures-sink v0.3.32
13762026-03-19T03:56:53.812Z Compiling foldhash v0.2.0
13772026-03-19T03:56:53.892Z Compiling cpufeatures v0.2.17
13782026-03-19T03:56:53.955Z Compiling futures-channel v0.3.32
13792026-03-19T03:56:53.983Z Compiling futures-task v0.3.32
13802026-03-19T03:56:54.119Z Compiling hashbrown v0.16.1
13812026-03-19T03:56:54.136Z Compiling futures-io v0.3.32
13822026-03-19T03:56:54.153Z Compiling slab v0.4.12
13832026-03-19T03:56:54.198Z Compiling getrandom v0.4.1
13842026-03-19T03:56:54.248Z Compiling rustversion v1.0.22
13852026-03-19T03:56:54.328Z Compiling getrandom v0.3.4
13862026-03-19T03:56:54.373Z Compiling rand_core v0.10.0
13872026-03-19T03:56:54.583Z Compiling cmake v0.1.57
13882026-03-19T03:56:54.941Z Compiling indexmap v2.13.0
13892026-03-19T03:56:55.124Z Compiling form_urlencoded v1.2.2
13902026-03-19T03:56:55.189Z Compiling dunce v1.0.5
13912026-03-19T03:56:55.282Z Compiling fs_extra v1.3.0
13922026-03-19T03:56:55.302Z Compiling base64ct v1.8.3
13932026-03-19T03:56:55.348Z Compiling synstructure v0.13.2
13942026-03-19T03:56:55.510Z Compiling ident_case v1.0.1
13952026-03-19T03:56:55.527Z Compiling flagset v0.4.7
13962026-03-19T03:56:55.628Z Compiling aws-lc-sys v0.37.1
13972026-03-19T03:56:55.663Z Compiling pem-rfc7468 v0.7.0
13982026-03-19T03:56:55.679Z Compiling rand_core v0.9.5
13992026-03-19T03:56:55.700Z Compiling iana-time-zone v0.1.65
14002026-03-19T03:56:55.843Z Compiling rustix v1.1.3
14012026-03-19T03:56:55.874Z Compiling ring v0.17.14
14022026-03-19T03:56:55.950Z Compiling uuid v1.21.0
14032026-03-19T03:56:56.021Z Compiling rustc_version v0.4.1
14042026-03-19T03:56:56.063Z Compiling vcpkg v0.2.15
14052026-03-19T03:56:56.168Z Compiling regex-syntax v0.8.10
14062026-03-19T03:56:56.434Z Compiling aws-lc-rs v1.16.0
14072026-03-19T03:56:56.788Z Compiling tracing-core v0.1.36
14082026-03-19T03:56:56.819Z Compiling crossbeam-utils v0.8.21
14092026-03-19T03:56:57.024Z Compiling openssl-sys v0.9.111
14102026-03-19T03:56:57.199Z Compiling pest_generator v2.8.6
14112026-03-19T03:56:57.518Z Compiling serde_derive_internals v0.29.1
14122026-03-19T03:56:57.773Z Compiling openssl-probe v0.2.1
14132026-03-19T03:56:57.940Z Compiling serde_derive v1.0.228
14142026-03-19T03:56:57.990Z Compiling zeroize_derive v1.4.3
14152026-03-19T03:56:58.113Z Compiling zerofrom-derive v0.1.6
14162026-03-19T03:56:58.156Z Compiling yoke-derive v0.8.1
14172026-03-19T03:56:58.741Z Compiling zerocopy-derive v0.8.40
14182026-03-19T03:56:58.819Z Compiling zeroize v1.8.2
14192026-03-19T03:56:59.370Z Compiling zerovec-derive v0.11.2
14202026-03-19T03:56:59.744Z Compiling displaydoc v0.2.5
14212026-03-19T03:56:59.856Z Compiling crypto-common v0.1.7
14222026-03-19T03:57:00.030Z Compiling block-buffer v0.10.4
14232026-03-19T03:57:00.047Z Compiling zerofrom v0.1.6
14242026-03-19T03:57:00.198Z Compiling yoke v0.8.1
14252026-03-19T03:57:00.231Z Compiling digest v0.10.7
14262026-03-19T03:57:00.429Z Compiling tokio-macros v2.6.0
14272026-03-19T03:57:00.541Z Compiling hmac v0.12.1
14282026-03-19T03:57:00.642Z Compiling futures-macro v0.3.32
14292026-03-19T03:57:00.695Z Compiling zerotrie v0.2.3
14302026-03-19T03:57:00.736Z Compiling block-padding v0.3.3
14312026-03-19T03:57:00.825Z Compiling zerovec v0.11.5
14322026-03-19T03:57:00.928Z Compiling inout v0.1.4
14332026-03-19T03:57:01.083Z Compiling sha2 v0.10.9
14342026-03-19T03:57:01.134Z Compiling cipher v0.4.4
14352026-03-19T03:57:01.377Z Compiling der_derive v0.7.3
14362026-03-19T03:57:01.473Z Compiling tinystr v0.8.2
14372026-03-19T03:57:01.508Z Compiling potential_utf v0.1.4
14382026-03-19T03:57:01.687Z Compiling icu_collections v2.1.1
14392026-03-19T03:57:01.710Z Compiling icu_locale_core v2.1.1
14402026-03-19T03:57:01.728Z Compiling futures-util v0.3.32
14412026-03-19T03:57:02.333Z Compiling salsa20 v0.10.2
14422026-03-19T03:57:02.501Z Compiling pbkdf2 v0.12.2
14432026-03-19T03:57:02.630Z Compiling bytes v1.11.1
14442026-03-19T03:57:02.647Z Compiling icu_provider v2.1.1
14452026-03-19T03:57:02.665Z Compiling der v0.7.10
14462026-03-19T03:57:02.916Z Compiling chrono v0.4.44
14472026-03-19T03:57:02.919Z Compiling thiserror-impl v2.0.18
14482026-03-19T03:57:03.016Z Compiling icu_normalizer v2.1.1
14492026-03-19T03:57:03.442Z Compiling tokio v1.49.0
14502026-03-19T03:57:03.718Z Compiling icu_properties v2.1.2
14512026-03-19T03:57:04.341Z Compiling spki v0.7.3
14522026-03-19T03:57:04.594Z Compiling http v1.4.0
14532026-03-19T03:57:04.711Z Compiling thiserror v2.0.18
14542026-03-19T03:57:04.829Z Compiling scrypt v0.11.0
14552026-03-19T03:57:04.848Z Compiling ppv-lite86 v0.2.21
14562026-03-19T03:57:04.851Z Compiling aes v0.8.4
14572026-03-19T03:57:05.053Z Compiling idna_adapter v1.2.1
14582026-03-19T03:57:05.144Z Compiling cbc v0.1.2
14592026-03-19T03:57:05.214Z Compiling idna v1.1.0
14602026-03-19T03:57:05.279Z Compiling rand_chacha v0.9.0
14612026-03-19T03:57:05.299Z Compiling rustls-pki-types v1.14.0
14622026-03-19T03:57:05.316Z Compiling tracing-attributes v0.1.31
14632026-03-19T03:57:05.813Z Compiling url v2.5.8
14642026-03-19T03:57:05.882Z Compiling rand v0.9.2
14652026-03-19T03:57:06.063Z Compiling http-body v1.0.1
14662026-03-19T03:57:06.147Z Compiling pkcs5 v0.7.1
14672026-03-19T03:57:06.228Z Compiling untrusted v0.7.1
14682026-03-19T03:57:06.246Z Compiling untrusted v0.9.0
14692026-03-19T03:57:06.375Z Compiling syn v1.0.109
14702026-03-19T03:57:06.392Z Compiling base64 v0.22.1
14712026-03-19T03:57:06.747Z Compiling httparse v1.10.1
14722026-03-19T03:57:06.766Z Compiling schemars v0.8.22
14732026-03-19T03:57:06.842Z Compiling pkcs8 v0.10.2
14742026-03-19T03:57:06.896Z Compiling schemars_derive v0.8.22
14752026-03-19T03:57:07.029Z Compiling pest_derive v2.8.6
14762026-03-19T03:57:07.075Z Compiling tracing v0.1.44
14772026-03-19T03:57:07.225Z Compiling scroll_derive v0.13.1
14782026-03-19T03:57:07.407Z Compiling darling_core v0.20.11
14792026-03-19T03:57:07.550Z Compiling atomic-waker v1.1.2
14802026-03-19T03:57:07.698Z Compiling tower-layer v0.3.3
14812026-03-19T03:57:07.884Z Compiling dyn-clone v1.0.20
14822026-03-19T03:57:07.902Z Compiling tower-service v0.3.3
14832026-03-19T03:57:08.012Z Compiling tinyvec_macros v0.1.1
14842026-03-19T03:57:08.051Z Compiling try-lock v0.2.5
14852026-03-19T03:57:08.095Z Compiling rustls v0.23.37
14862026-03-19T03:57:08.183Z Compiling want v0.3.1
14872026-03-19T03:57:08.259Z Compiling scroll v0.13.0
14882026-03-19T03:57:08.302Z Compiling tinyvec v1.10.0
14892026-03-19T03:57:08.535Z Compiling tokio-util v0.7.18
14902026-03-19T03:57:08.770Z Compiling ipnet v2.11.0
14912026-03-19T03:57:09.299Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14922026-03-19T03:57:09.463Z Compiling h2 v0.4.13
14932026-03-19T03:57:09.786Z Compiling spin v0.9.8
14942026-03-19T03:57:09.969Z Compiling aho-corasick v1.1.4
14952026-03-19T03:57:10.056Z Compiling num-conv v0.2.0
14962026-03-19T03:57:10.224Z Compiling httpdate v1.0.3
14972026-03-19T03:57:10.431Z Compiling foreign-types-shared v0.1.1
14982026-03-19T03:57:10.538Z Compiling openssl v0.10.75
14992026-03-19T03:57:10.578Z Compiling crc32fast v1.5.0
15002026-03-19T03:57:10.674Z Compiling darling_macro v0.20.11
15012026-03-19T03:57:10.846Z Compiling powerfmt v0.2.0
15022026-03-19T03:57:10.904Z Compiling time-core v0.1.8
15032026-03-19T03:57:11.087Z Compiling pin-utils v0.1.0
15042026-03-19T03:57:11.104Z Compiling time-macros v0.2.27
15052026-03-19T03:57:11.176Z Compiling regex-automata v0.4.14
15062026-03-19T03:57:11.260Z Compiling darling v0.20.11
15072026-03-19T03:57:11.356Z Compiling deranged v0.5.8
15082026-03-19T03:57:11.456Z Compiling foreign-types v0.3.2
15092026-03-19T03:57:11.542Z Compiling tempfile v3.25.0
15102026-03-19T03:57:12.278Z Compiling goblin v0.10.5
15112026-03-19T03:57:12.516Z Compiling thiserror-impl v1.0.69
15122026-03-19T03:57:12.691Z Compiling openssl-macros v0.1.1
15132026-03-19T03:57:13.874Z Compiling hyper v1.8.1
15142026-03-19T03:57:14.206Z Compiling wait-timeout v0.2.1
15152026-03-19T03:57:14.396Z Compiling siphasher v1.0.2
15162026-03-19T03:57:14.540Z Compiling either v1.15.0
15172026-03-19T03:57:14.638Z Compiling native-tls v0.2.18
15182026-03-19T03:57:14.771Z Compiling num_threads v0.1.7
15192026-03-19T03:57:14.802Z Compiling bit-vec v0.8.0
15202026-03-19T03:57:14.881Z Compiling usdt-impl v0.6.0
15212026-03-19T03:57:14.899Z Compiling quick-error v1.2.3
15222026-03-19T03:57:15.026Z Compiling simd-adler32 v0.3.8
15232026-03-19T03:57:15.095Z Compiling bit-set v0.8.0
15242026-03-19T03:57:15.149Z Compiling rusty-fork v0.3.1
15252026-03-19T03:57:15.294Z Compiling hyper-util v0.1.20
15262026-03-19T03:57:15.369Z Compiling time v0.3.47
15272026-03-19T03:57:15.556Z Compiling thiserror v1.0.69
15282026-03-19T03:57:16.203Z Compiling dof v0.4.0
15292026-03-19T03:57:16.893Z Compiling derive_builder_core v0.20.2
15302026-03-19T03:57:17.500Z Compiling unicode-normalization v0.1.25
15312026-03-19T03:57:17.537Z Compiling crossbeam-epoch v0.9.18
15322026-03-19T03:57:17.790Z Compiling dtrace-parser v0.3.0
15332026-03-19T03:57:17.957Z Compiling rustls-native-certs v0.8.3
15342026-03-19T03:57:18.051Z Compiling signature v2.2.0
15352026-03-19T03:57:18.089Z Compiling scroll_derive v0.12.1
15362026-03-19T03:57:18.225Z Compiling heapless v0.7.17
15372026-03-19T03:57:18.265Z Compiling rand_xorshift v0.4.0
15382026-03-19T03:57:18.322Z Compiling darling_core v0.21.3
15392026-03-19T03:57:18.452Z Compiling slog v2.8.2
15402026-03-19T03:57:18.512Z Compiling bzip2-sys v0.1.13+1.0.8
15412026-03-19T03:57:18.674Z Compiling sync_wrapper v1.0.2
15422026-03-19T03:57:18.815Z Compiling thread-id v5.1.0
15432026-03-19T03:57:18.832Z Compiling cookie v0.18.1
15442026-03-19T03:57:18.876Z Compiling paste v1.0.15
15452026-03-19T03:57:18.917Z Compiling adler2 v2.0.1
15462026-03-19T03:57:18.952Z Compiling signal-hook v0.3.18
15472026-03-19T03:57:19.076Z Compiling unicode-properties v0.1.4
15482026-03-19T03:57:19.079Z Compiling unarray v0.1.4
15492026-03-19T03:57:19.156Z Compiling anyhow v1.0.102
15502026-03-19T03:57:19.205Z Compiling rayon-core v1.13.0
15512026-03-19T03:57:19.210Z Compiling zstd-safe v7.2.4
15522026-03-19T03:57:19.356Z Compiling unicode-segmentation v1.12.0
15532026-03-19T03:57:19.416Z Compiling unicode-bidi v0.3.18
15542026-03-19T03:57:19.541Z Compiling proptest v1.10.0
15552026-03-19T03:57:19.854Z Compiling stringprep v0.1.5
15562026-03-19T03:57:19.869Z Compiling miniz_oxide v0.8.9
15572026-03-19T03:57:19.889Z Compiling scroll v0.12.0
15582026-03-19T03:57:20.337Z Compiling tower v0.5.3
15592026-03-19T03:57:20.734Z Compiling derive_builder_macro v0.20.2
15602026-03-19T03:57:20.827Z Compiling crossbeam-deque v0.8.6
15612026-03-19T03:57:20.875Z Compiling ipnetwork v0.21.1
15622026-03-19T03:57:20.943Z Compiling http-body-util v0.1.3
15632026-03-19T03:57:20.997Z Compiling webpki-roots v1.0.6
15642026-03-19T03:57:21.058Z Compiling rand_chacha v0.3.1
15652026-03-19T03:57:21.142Z Compiling erased-serde v0.3.31
15662026-03-19T03:57:21.251Z Compiling toml_datetime v0.6.11
15672026-03-19T03:57:21.296Z Compiling serde_spanned v0.6.9
15682026-03-19T03:57:21.375Z Compiling serde_tokenstream v0.2.3
15692026-03-19T03:57:21.466Z Compiling md-5 v0.10.6
15702026-03-19T03:57:21.580Z Compiling zerocopy-derive v0.7.35
15712026-03-19T03:57:21.669Z Compiling curve25519-dalek v4.1.3
15722026-03-19T03:57:21.773Z Compiling num-integer v0.1.46
15732026-03-19T03:57:21.857Z Compiling vergen-lib v0.1.6
15742026-03-19T03:57:21.907Z Compiling darling_macro v0.21.3
15752026-03-19T03:57:22.073Z Compiling hash32 v0.2.1
15762026-03-19T03:57:22.090Z Compiling ff v0.13.1
15772026-03-19T03:57:22.094Z Compiling memoffset v0.9.1
15782026-03-19T03:57:22.198Z Compiling psl-types v2.0.11
15792026-03-19T03:57:22.252Z Compiling num-bigint-dig v0.8.6
15802026-03-19T03:57:22.309Z Compiling cfg_aliases v0.2.1
15812026-03-19T03:57:22.332Z Compiling fallible-iterator v0.2.0
15822026-03-19T03:57:22.349Z Compiling smoltcp v0.9.1
15832026-03-19T03:57:22.396Z Compiling zlib-rs v0.6.2
15842026-03-19T03:57:22.476Z Compiling base16ct v0.2.0
15852026-03-19T03:57:22.503Z Compiling iri-string v0.7.10
15862026-03-19T03:57:22.697Z Compiling litrs v1.0.0
15872026-03-19T03:57:22.716Z Compiling rustix v0.38.44
15882026-03-19T03:57:22.733Z Compiling ref-cast v1.0.25
15892026-03-19T03:57:22.763Z Compiling ryu v1.0.23
15902026-03-19T03:57:22.983Z Compiling serde_urlencoded v0.7.1
15912026-03-19T03:57:23.185Z Compiling newtype-uuid v1.3.2
15922026-03-19T03:57:23.251Z Compiling zerocopy v0.7.35
15932026-03-19T03:57:23.299Z Compiling postgres-protocol v0.6.10
15942026-03-19T03:57:23.366Z Compiling document-features v0.2.12
15952026-03-19T03:57:23.603Z Compiling sec1 v0.7.3
15962026-03-19T03:57:24.022Z Compiling darling v0.21.3
15972026-03-19T03:57:24.072Z Compiling nix v0.31.1
15982026-03-19T03:57:24.120Z Compiling tower-http v0.6.8
15992026-03-19T03:57:24.160Z Compiling publicsuffix v2.3.0
16002026-03-19T03:57:24.368Z Compiling group v0.13.0
16012026-03-19T03:57:24.596Z Compiling num-iter v0.1.45
16022026-03-19T03:57:24.649Z Compiling rand v0.8.5
16032026-03-19T03:57:24.683Z Compiling derive_builder v0.20.2
16042026-03-19T03:57:24.738Z Compiling oxnet v0.1.4
16052026-03-19T03:57:24.960Z Compiling proc-macro-error v1.0.4
16062026-03-19T03:57:25.163Z Compiling tokio-native-tls v0.3.1
16072026-03-19T03:57:25.341Z Compiling goblin v0.8.2
16082026-03-19T03:57:25.762Z Compiling heck v0.4.1
16092026-03-19T03:57:26.048Z Compiling phf_shared v0.13.1
16102026-03-19T03:57:26.068Z Compiling hubpack_derive v0.1.1
16112026-03-19T03:57:26.153Z Compiling regex v1.12.3
16122026-03-19T03:57:26.363Z Compiling lazy_static v1.5.0
16132026-03-19T03:57:26.477Z Compiling cargo-platform v0.1.9
16142026-03-19T03:57:26.534Z Compiling flate2 v1.1.9
16152026-03-19T03:57:26.610Z Compiling hkdf v0.12.4
16162026-03-19T03:57:26.737Z Compiling crypto-bigint v0.5.5
16172026-03-19T03:57:26.800Z Compiling strum_macros v0.27.2
16182026-03-19T03:57:26.817Z Compiling daft-derive v0.1.5
16192026-03-19T03:57:27.004Z Compiling ref-cast-impl v1.0.25
16202026-03-19T03:57:27.083Z Compiling curve25519-dalek-derive v0.1.1
16212026-03-19T03:57:27.692Z Compiling async-trait v0.1.89
16222026-03-19T03:57:27.749Z Compiling terminal_size v0.4.3
16232026-03-19T03:57:27.909Z Compiling vergen v9.0.6
16242026-03-19T03:57:27.927Z Compiling fs-err v3.3.0
16252026-03-19T03:57:28.130Z Compiling ahash v0.8.12
16262026-03-19T03:57:28.152Z Compiling managed v0.8.0
16272026-03-19T03:57:28.372Z Compiling foldhash v0.1.5
16282026-03-19T03:57:28.432Z Compiling bumpalo v3.20.2
16292026-03-19T03:57:28.582Z Compiling object v0.37.3
16302026-03-19T03:57:28.754Z Compiling bitflags v1.3.2
16312026-03-19T03:57:28.874Z Compiling winnow v0.5.40
16322026-03-19T03:57:28.962Z Compiling libbz2-rs-sys v0.2.2
16332026-03-19T03:57:29.523Z Compiling strum v0.27.2
16342026-03-19T03:57:29.606Z Compiling bzip2 v0.6.1
16352026-03-19T03:57:29.683Z Compiling clap_builder v4.5.60
16362026-03-19T03:57:29.865Z Compiling zopfli v0.8.3
16372026-03-19T03:57:29.882Z Compiling hashbrown v0.15.5
16382026-03-19T03:57:30.263Z Compiling dof v0.3.0
16392026-03-19T03:57:30.382Z Compiling console v0.16.2
16402026-03-19T03:57:30.717Z Compiling toml_edit v0.19.15
16412026-03-19T03:57:30.788Z Compiling elliptic-curve v0.13.8
16422026-03-19T03:57:31.111Z Compiling daft v0.1.5
16432026-03-19T03:57:31.305Z Compiling cargo_metadata v0.19.2
16442026-03-19T03:57:31.345Z Compiling hubpack v0.1.2
16452026-03-19T03:57:31.620Z Compiling phf v0.13.1
16462026-03-19T03:57:31.824Z Compiling zone_cfg_derive v0.3.1
16472026-03-19T03:57:33.110Z Compiling signal-hook-mio v0.2.5
16482026-03-19T03:57:33.128Z Compiling cookie_store v0.22.1
16492026-03-19T03:57:33.248Z Compiling zstd v0.13.3
16502026-03-19T03:57:33.589Z Compiling hyper-tls v0.6.0
16512026-03-19T03:57:33.661Z Compiling rayon v1.11.0
16522026-03-19T03:57:33.891Z Compiling bzip2 v0.4.4
16532026-03-19T03:57:34.022Z Compiling serde_with_macros v3.17.0
16542026-03-19T03:57:34.082Z Compiling postgres-types v0.2.12
16552026-03-19T03:57:34.466Z Compiling usdt-macro v0.6.0
16562026-03-19T03:57:34.748Z Compiling usdt-attr-macro v0.6.0
16572026-03-19T03:57:34.847Z Compiling ed25519 v2.2.3
16582026-03-19T03:57:35.418Z Compiling dtrace-parser v0.2.0
16592026-03-19T03:57:35.543Z Compiling itertools v0.12.1
16602026-03-19T03:57:35.737Z Compiling phf_shared v0.11.3
16612026-03-19T03:57:35.758Z Compiling bstr v1.12.1
16622026-03-19T03:57:35.972Z Compiling pkcs1 v0.7.5
16632026-03-19T03:57:35.975Z Compiling hex v0.4.3
16642026-03-19T03:57:36.131Z Compiling serde-big-array v0.5.1
16652026-03-19T03:57:36.304Z Compiling rfc6979 v0.4.0
16662026-03-19T03:57:36.336Z Compiling enum-as-inner v0.6.1
16672026-03-19T03:57:36.455Z Compiling clap_derive v4.5.55
16682026-03-19T03:57:36.455Z Compiling serde_repr v0.1.20
16692026-03-19T03:57:36.500Z Compiling strum_macros v0.26.4
16702026-03-19T03:57:36.633Z Compiling float-cmp v0.10.0
16712026-03-19T03:57:36.814Z Compiling thread-id v4.2.2
16722026-03-19T03:57:36.918Z Compiling memmap2 v0.9.10
16732026-03-19T03:57:36.968Z Compiling env_filter v1.0.0
16742026-03-19T03:57:37.146Z Compiling encoding_rs v0.8.35
16752026-03-19T03:57:37.183Z Compiling keccak v0.1.6
16762026-03-19T03:57:37.201Z Compiling new_debug_unreachable v1.0.6
16772026-03-19T03:57:37.288Z Compiling static_assertions v1.1.0
16782026-03-19T03:57:37.367Z Compiling normalize-line-endings v0.3.0
16792026-03-19T03:57:37.384Z Compiling predicates-core v1.0.10
16802026-03-19T03:57:37.481Z Compiling mime v0.3.17
16812026-03-19T03:57:37.606Z Compiling fixedbitset v0.5.7
16822026-03-19T03:57:37.813Z Compiling difflib v0.4.0
16832026-03-19T03:57:38.007Z Compiling rustc-hash v2.1.1
16842026-03-19T03:57:38.161Z Compiling jiff v0.2.21
16852026-03-19T03:57:38.289Z Compiling unit-prefix v0.5.2
16862026-03-19T03:57:38.470Z Compiling fixedbitset v0.4.2
16872026-03-19T03:57:38.566Z Compiling precomputed-hash v0.1.1
16882026-03-19T03:57:38.674Z Compiling data-encoding v2.10.0
16892026-03-19T03:57:38.748Z Compiling whoami v2.1.0
16902026-03-19T03:57:38.805Z Compiling petgraph v0.6.5
16912026-03-19T03:57:38.878Z Compiling strum v0.26.3
16922026-03-19T03:57:38.881Z Compiling clap v4.5.60
16932026-03-19T03:57:38.980Z Compiling string_cache v0.8.9
16942026-03-19T03:57:39.056Z Compiling indicatif v0.18.4
16952026-03-19T03:57:39.239Z Compiling hickory-proto v0.25.2
16962026-03-19T03:57:39.269Z Compiling tokio-postgres v0.7.16
16972026-03-19T03:57:39.294Z Compiling iddqd v0.3.17
16982026-03-19T03:57:39.709Z Compiling predicates v3.1.4
16992026-03-19T03:57:40.216Z Compiling petgraph v0.8.3
17002026-03-19T03:57:40.580Z Compiling sha3 v0.10.8
17012026-03-19T03:57:40.833Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17022026-03-19T03:57:40.901Z Compiling env_logger v0.11.9
17032026-03-19T03:57:41.170Z Compiling toml_edit v0.22.27
17042026-03-19T03:57:41.368Z Compiling usdt v0.6.0
17052026-03-19T03:57:41.687Z Compiling zone v0.3.1
17062026-03-19T03:57:42.234Z Compiling zip v4.6.1
17072026-03-19T03:57:42.577Z Compiling usdt-impl v0.5.0
17082026-03-19T03:57:42.858Z Compiling ecdsa v0.16.9
17092026-03-19T03:57:43.339Z Compiling similar v2.7.0
17102026-03-19T03:57:43.367Z Compiling serde_with v3.17.0
17112026-03-19T03:57:43.510Z Compiling rsa v0.9.10
17122026-03-19T03:57:44.025Z Compiling crossterm v0.28.1
17132026-03-19T03:57:44.541Z Compiling ed25519-dalek v2.2.0
17142026-03-19T03:57:44.561Z Compiling zip v0.6.6
17152026-03-19T03:57:45.372Z Compiling toml v0.7.8
17162026-03-19T03:57:45.857Z Compiling toml_parser v1.0.9+spec-1.1.0
17172026-03-19T03:57:46.097Z Compiling itertools v0.13.0
17182026-03-19T03:57:46.162Z Compiling tokio-stream v0.1.18
17192026-03-19T03:57:46.193Z Compiling buf-list v1.1.2
17202026-03-19T03:57:46.544Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17212026-03-19T03:57:46.703Z Compiling x509-cert v0.2.5
17222026-03-19T03:57:46.760Z Compiling openapiv3 v2.2.0
17232026-03-19T03:57:46.945Z Compiling sha1 v0.10.6
17242026-03-19T03:57:47.012Z Compiling toml_datetime v0.7.5+spec-1.1.0
17252026-03-19T03:57:47.219Z Compiling peg-runtime v0.8.5
17262026-03-19T03:57:47.388Z Compiling lalrpop-util v0.19.12
17272026-03-19T03:57:47.580Z Compiling thread_local v1.1.9
17282026-03-19T03:57:47.629Z Compiling slog-async v2.8.0
17292026-03-19T03:57:47.713Z Compiling crossbeam-channel v0.5.15
17302026-03-19T03:57:47.768Z Compiling futures-executor v0.3.32
17312026-03-19T03:57:47.895Z Compiling is-terminal v0.4.17
17322026-03-19T03:57:48.008Z Compiling filetime v0.2.27
17332026-03-19T03:57:48.025Z Compiling xattr v1.6.1
17342026-03-19T03:57:48.098Z Compiling term v1.2.1
17352026-03-19T03:57:48.220Z Compiling take_mut v0.2.2
17362026-03-19T03:57:48.237Z Compiling tar v0.4.44
17372026-03-19T03:57:48.307Z Compiling futures v0.3.32
17382026-03-19T03:57:48.876Z Compiling slog-term v2.9.2
17392026-03-19T03:57:55.427Z Compiling rustls-webpki v0.103.9
17402026-03-19T03:57:59.450Z Compiling tokio-rustls v0.26.4
17412026-03-19T03:57:59.450Z Compiling rustls-platform-verifier v0.6.2
17422026-03-19T03:57:59.703Z Compiling hyper-rustls v0.27.7
17432026-03-19T03:57:59.958Z Compiling reqwest v0.12.28
17442026-03-19T03:57:59.974Z Compiling reqwest v0.13.2
17452026-03-19T03:58:02.932Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17462026-03-19T03:58:03.194Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17472026-03-19T03:58:06.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17482026-03-19T03:58:07.154Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17492026-03-19T03:58:07.211ZMar 19 03:58:06.283 INFO Starting download, target: DendriteStub
17502026-03-19T03:58:07.212ZMar 19 03:58:06.283 INFO Starting download, target: Clickhouse
17512026-03-19T03:58:07.212ZMar 19 03:58:06.283 INFO Starting download, target: Cockroach
17522026-03-19T03:58:07.212ZMar 19 03:58:06.283 INFO Starting download, target: MaghemiteMgd
17532026-03-19T03:58:07.216ZMar 19 03:58:06.283 INFO Starting download, target: TransceiverControl
17542026-03-19T03:58:07.216ZMar 19 03:58:06.283 INFO Starting download, target: Console
17552026-03-19T03:58:07.216ZMar 19 03:58:06.283 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17562026-03-19T03:58:07.216ZMar 19 03:58:06.283 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-03-19T03:58:07.216ZMar 19 03:58:06.283 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17582026-03-19T03:58:07.216ZMar 19 03:58:06.283 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17592026-03-19T03:58:07.216ZMar 19 03:58:06.283 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17602026-03-19T03:58:07.216ZMar 19 03:58:06.283 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17612026-03-19T03:58:07.663ZMar 19 03:58:06.734 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17622026-03-19T03:58:08.012ZMar 19 03:58:07.069 INFO Download complete, target: TransceiverControl
17632026-03-19T03:58:08.222ZMar 19 03:58:07.290 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-03-19T03:58:08.596ZMar 19 03:58:07.659 INFO Download complete, target: Console
17652026-03-19T03:58:08.891ZMar 19 03:58:07.956 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17662026-03-19T03:58:09.191ZMar 19 03:58:08.261 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17672026-03-19T03:58:09.456ZMar 19 03:58:08.526 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17682026-03-19T03:58:10.006ZMar 19 03:58:09.077 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17692026-03-19T03:58:10.007ZMar 19 03:58:09.077 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17702026-03-19T03:58:12.456ZMar 19 03:58:11.526 INFO Download complete, target: DendriteStub
17712026-03-19T03:58:12.754ZMar 19 03:58:11.824 INFO Download complete, target: MaghemiteMgd
17722026-03-19T03:58:17.769ZMar 19 03:58:16.838 INFO Checking that binary works, target: Cockroach
17732026-03-19T03:58:17.911ZMar 19 03:58:16.980 INFO Download complete, target: Cockroach
17742026-03-19T03:58:20.609ZMar 19 03:58:19.677 INFO Checking that binary works, target: Clickhouse
17752026-03-19T03:58:20.823ZMar 19 03:58:19.891 INFO Download complete, target: Clickhouse
17762026-03-19T03:58:20.840ZAll builder prerequisites installed successfully, and PATH looks valid
17772026-03-19T03:58:20.844Z
17782026-03-19T03:58:20.844Zreal 4:09.550382014
17792026-03-19T03:58:20.844Zuser 10:18.418976570
17802026-03-19T03:58:20.844Zsys 1:45.447668345
17812026-03-19T03:58:20.844Ztrap 0.300924791
17822026-03-19T03:58:20.844Ztflt 0.740302194
17832026-03-19T03:58:20.844Zdflt 0.788444204
17842026-03-19T03:58:20.844Zkflt 0.101898957
17852026-03-19T03:58:20.844Zlock 31:40.610723026
17862026-03-19T03:58:20.844Zslp 29:19.729996295
17872026-03-19T03:58:20.844Zlat 53.023043039
17882026-03-19T03:58:20.844Zstop 2:41.847972481
17892026-03-19T03:58:20.844Z+ banner clippy
17902026-03-19T03:58:20.844Z
17912026-03-19T03:58:20.844Z #### # # ##### ##### # #
17922026-03-19T03:58:20.844Z # # # # # # # # # #
17932026-03-19T03:58:20.845Z # # # # # # # #
17942026-03-19T03:58:20.845Z # # # ##### ##### #
17952026-03-19T03:58:20.845Z # # # # # # #
17962026-03-19T03:58:20.845Z #### ###### # # # #
17972026-03-19T03:58:20.845Z
17982026-03-19T03:58:20.845Z+ export CARGO_INCREMENTAL=0
17992026-03-19T03:58:20.845Z+ CARGO_INCREMENTAL=0
18002026-03-19T03:58:20.845Z+ ptime -m cargo xtask clippy
18012026-03-19T03:58:21.529Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18022026-03-19T03:58:21.803Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18032026-03-19T03:58:24.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
18042026-03-19T03:58:24.432Z Running `target/debug/xtask clippy`
18052026-03-19T03:58:24.464Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18062026-03-19T03:58:25.248Z Downloading crates ...
18072026-03-19T03:58:25.506Z Downloaded blake2b_simd v1.0.4
18082026-03-19T03:58:25.509Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18092026-03-19T03:58:25.513Z Downloaded supports-hyperlinks v2.1.0
18102026-03-19T03:58:25.518Z Downloaded anes v0.1.6
18112026-03-19T03:58:25.530Z Downloaded addr2line v0.25.1
18122026-03-19T03:58:25.580Z Downloaded criterion-plot v0.6.0
18132026-03-19T03:58:25.584Z Downloaded constant_time_eq v0.3.1
18142026-03-19T03:58:25.584Z Downloaded cast v0.3.0
18152026-03-19T03:58:25.584Z Downloaded cargo-platform v0.3.2
18162026-03-19T03:58:25.584Z Downloaded event-listener v5.4.1
18172026-03-19T03:58:25.584Z Downloaded assert_cmd v2.1.2
18182026-03-19T03:58:25.584Z Downloaded target-lexicon v0.13.3
18192026-03-19T03:58:25.584Z Downloaded event-listener-strategy v0.5.4
18202026-03-19T03:58:25.584Z Downloaded trybuild v1.0.116
18212026-03-19T03:58:25.584Z Downloaded relative-path v1.9.3
18222026-03-19T03:58:25.584Z Downloaded guppy-workspace-hack v0.1.0
18232026-03-19T03:58:25.584Z Downloaded futures-timer v3.0.3
18242026-03-19T03:58:25.588Z Downloaded gimli v0.32.3
18252026-03-19T03:58:25.593Z Downloaded pathdiff v0.2.3
18262026-03-19T03:58:25.597Z Downloaded async-object-pool v0.2.0
18272026-03-19T03:58:25.597Z Downloaded concurrent-queue v2.5.0
18282026-03-19T03:58:25.597Z Downloaded approx v0.5.1
18292026-03-19T03:58:25.601Z Downloaded owo-colors v3.5.0
18302026-03-19T03:58:25.605Z Downloaded serde_regex v1.1.0
18312026-03-19T03:58:25.610Z Downloaded target-spec v3.5.7
18322026-03-19T03:58:25.610Z Downloaded linkme-impl v0.3.35
18332026-03-19T03:58:25.613Z Downloaded miette-derive v5.10.0
18342026-03-19T03:58:25.613Z Downloaded escape8259 v0.5.3
18352026-03-19T03:58:25.613Z Downloaded knuffel-derive v3.2.0
18362026-03-19T03:58:25.617Z Downloaded httptest v0.16.4
18372026-03-19T03:58:25.627Z Downloaded supports-unicode v2.1.0
18382026-03-19T03:58:25.631Z Downloaded target-triple v1.0.0
18392026-03-19T03:58:25.631Z Downloaded nested v0.1.1
18402026-03-19T03:58:25.634Z Downloaded oorandom v11.1.5
18412026-03-19T03:58:25.638Z Downloaded parking v2.2.1
18422026-03-19T03:58:25.638Z Downloaded chumsky v0.9.3
18432026-03-19T03:58:25.642Z Downloaded rust-argon2 v2.1.0
18442026-03-19T03:58:25.642Z Downloaded partial-io v0.5.4
18452026-03-19T03:58:25.645Z Downloaded stringmetrics v2.2.2
18462026-03-19T03:58:25.645Z Downloaded libtest-mimic v0.8.1
18472026-03-19T03:58:25.649Z Downloaded backtrace-ext v0.2.1
18482026-03-19T03:58:25.652Z Downloaded similar-asserts v1.7.0
18492026-03-19T03:58:25.656Z Downloaded terminal_size v0.1.17
18502026-03-19T03:58:25.656Z Downloaded plotters-svg v0.3.7
18512026-03-19T03:58:25.660Z Downloaded linkme v0.3.35
18522026-03-19T03:58:25.660Z Downloaded datatest-stable v0.3.3
18532026-03-19T03:58:25.664Z Downloaded assert-json-diff v2.0.2
18542026-03-19T03:58:25.668Z Downloaded supports-color v2.1.0
18552026-03-19T03:58:25.668Z Downloaded cargo_metadata v0.23.1
18562026-03-19T03:58:25.668Z Downloaded path-tree v0.8.3
18572026-03-19T03:58:25.668Z Downloaded plotters-backend v0.3.7
18582026-03-19T03:58:25.673Z Downloaded rand_distr v0.5.1
18592026-03-19T03:58:25.677Z Downloaded rstest v0.25.0
18602026-03-19T03:58:25.682Z Downloaded termcolor v1.4.1
18612026-03-19T03:58:25.686Z Downloaded tinytemplate v1.2.1
18622026-03-19T03:58:25.686Z Downloaded rustc-demangle v0.1.27
18632026-03-19T03:58:25.693Z Downloaded fancy-regex v0.14.0
18642026-03-19T03:58:25.696Z Downloaded cfg-expr v0.20.6
18652026-03-19T03:58:25.702Z Downloaded textwrap v0.15.2
18662026-03-19T03:58:25.706Z Downloaded async-lock v3.4.2
18672026-03-19T03:58:25.710Z Downloaded toml v1.0.3+spec-1.1.0
18682026-03-19T03:58:25.714Z Downloaded hashbrown v0.14.5
18692026-03-19T03:58:25.717Z Downloaded criterion v0.7.0
18702026-03-19T03:58:25.722Z Downloaded rstest_macros v0.25.0
18712026-03-19T03:58:25.725Z Downloaded knuffel v3.2.0
18722026-03-19T03:58:25.731Z Downloaded guppy v0.17.25
18732026-03-19T03:58:25.734Z Downloaded backtrace v0.3.76
18742026-03-19T03:58:25.734Z Downloaded plotters v0.3.7
18752026-03-19T03:58:25.740Z Downloaded miette v5.10.0
18762026-03-19T03:58:25.828Z Downloaded httpmock v0.8.3
18772026-03-19T03:58:27.972Z Checking cfg-if v1.0.4
18782026-03-19T03:58:28.383Z Checking libc v0.2.180
18792026-03-19T03:58:28.386Z Checking serde_core v1.0.228
18802026-03-19T03:58:28.476Z Checking memchr v2.8.0
18812026-03-19T03:58:28.524Z Checking smallvec v1.15.1
18822026-03-19T03:58:28.572Z Checking itoa v1.0.17
18832026-03-19T03:58:28.573Z Checking log v0.4.29
18842026-03-19T03:58:28.672Z Checking zeroize v1.8.2
18852026-03-19T03:58:28.723Z Checking libm v0.2.16
18862026-03-19T03:58:28.788Z Checking scopeguard v1.2.0
18872026-03-19T03:58:28.839Z Checking stable_deref_trait v1.2.1
18882026-03-19T03:58:28.893Z Checking zmij v1.0.21
18892026-03-19T03:58:28.942Z Checking zerofrom v0.1.6
18902026-03-19T03:58:28.989Z Checking lock_api v0.4.14
18912026-03-19T03:58:29.033Z Checking errno v0.3.14
18922026-03-19T03:58:29.036Z Checking getrandom v0.2.17
18932026-03-19T03:58:29.125Z Checking yoke v0.8.1
18942026-03-19T03:58:29.172Z Checking percent-encoding v2.3.2
18952026-03-19T03:58:29.219Z Checking litemap v0.8.1
18962026-03-19T03:58:29.265Z Checking writeable v0.6.2
18972026-03-19T03:58:29.310Z Checking subtle v2.6.1
18982026-03-19T03:58:29.356Z Checking icu_normalizer_data v2.1.1
18992026-03-19T03:58:29.402Z Checking icu_properties_data v2.1.2
19002026-03-19T03:58:29.405Z Checking zerovec v0.11.5
19012026-03-19T03:58:29.490Z Checking zerotrie v0.2.3
19022026-03-19T03:58:29.536Z Checking form_urlencoded v1.2.2
19032026-03-19T03:58:29.536Z Checking rand_core v0.6.4
19042026-03-19T03:58:29.536Z Checking portable-atomic v1.13.1
19052026-03-19T03:58:29.669Z Checking pin-project-lite v0.2.17
19062026-03-19T03:58:29.721Z Checking num-traits v0.2.19
19072026-03-19T03:58:29.770Z Checking utf8_iter v1.0.4
19082026-03-19T03:58:29.820Z Checking zerocopy v0.8.40
19092026-03-19T03:58:29.868Z Checking critical-section v1.2.0
19102026-03-19T03:58:29.915Z Checking parking_lot_core v0.9.12
19112026-03-19T03:58:29.964Z Checking rand_core v0.10.0
19122026-03-19T03:58:30.032Z Checking signal-hook-registry v1.4.8
19132026-03-19T03:58:30.081Z Checking tinystr v0.8.2
19142026-03-19T03:58:30.178Z Checking potential_utf v0.1.4
19152026-03-19T03:58:30.224Z Checking parking_lot v0.12.5
19162026-03-19T03:58:30.272Z Checking once_cell v1.21.3
19172026-03-19T03:58:30.276Z Checking getrandom v0.4.1
19182026-03-19T03:58:30.362Z Checking icu_locale_core v2.1.1
19192026-03-19T03:58:30.409Z Checking icu_collections v2.1.1
19202026-03-19T03:58:30.503Z Checking mio v1.1.1
19212026-03-19T03:58:30.557Z Checking typenum v1.19.0
19222026-03-19T03:58:30.606Z Checking serde v1.0.228
19232026-03-19T03:58:30.606Z Checking bitflags v2.11.0
19242026-03-19T03:58:30.609Z Checking serde_json v1.0.149
19252026-03-19T03:58:30.839Z Checking socket2 v0.6.2
19262026-03-19T03:58:30.933Z Checking thiserror v2.0.18
19272026-03-19T03:58:30.984Z Checking iana-time-zone v0.1.65
19282026-03-19T03:58:31.103Z Checking allocator-api2 v0.2.21
19292026-03-19T03:58:31.156Z Checking icu_provider v2.1.1
19302026-03-19T03:58:31.202Z Checking semver v1.0.27
19312026-03-19T03:58:31.202Z Checking uuid v1.21.0
19322026-03-19T03:58:31.295Z Checking bytes v1.11.1
19332026-03-19T03:58:31.298Z Checking generic-array v0.14.7
19342026-03-19T03:58:31.490Z Checking icu_normalizer v2.1.1
19352026-03-19T03:58:31.536Z Checking icu_properties v2.1.2
19362026-03-19T03:58:31.582Z Checking chrono v0.4.44
19372026-03-19T03:58:31.630Z Checking futures-core v0.3.32
19382026-03-19T03:58:31.691Z Checking equivalent v1.0.2
19392026-03-19T03:58:31.842Z Checking dyn-clone v1.0.20
19402026-03-19T03:58:31.843Z Checking const-oid v0.9.6
19412026-03-19T03:58:31.937Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19422026-03-19T03:58:31.940Z Checking tokio v1.49.0
19432026-03-19T03:58:32.027Z Checking crypto-common v0.1.7
19442026-03-19T03:58:32.072Z Checking foldhash v0.2.0
19452026-03-19T03:58:32.219Z Checking block-buffer v0.10.4
19462026-03-19T03:58:32.308Z Checking hashbrown v0.16.1
19472026-03-19T03:58:32.351Z Checking futures-sink v0.3.32
19482026-03-19T03:58:32.467Z Checking rustix v1.1.3
19492026-03-19T03:58:32.513Z Checking byteorder v1.5.0
19502026-03-19T03:58:32.718Z Checking idna_adapter v1.2.1
19512026-03-19T03:58:32.769Z Checking futures-channel v0.3.32
19522026-03-19T03:58:32.817Z Checking slab v0.4.12
19532026-03-19T03:58:32.887Z Checking digest v0.10.7
19542026-03-19T03:58:32.933Z Checking idna v1.1.0
19552026-03-19T03:58:33.012Z Checking futures-io v0.3.32
19562026-03-19T03:58:33.069Z Checking futures-task v0.3.32
19572026-03-19T03:58:33.069Z Checking cpufeatures v0.2.17
19582026-03-19T03:58:33.177Z Checking indexmap v2.13.0
19592026-03-19T03:58:33.222Z Checking thiserror v1.0.69
19602026-03-19T03:58:33.269Z Checking getrandom v0.3.4
19612026-03-19T03:58:33.313Z Checking futures-util v0.3.32
19622026-03-19T03:58:33.316Z Checking url v2.5.8
19632026-03-19T03:58:33.402Z Checking fnv v1.0.7
19642026-03-19T03:58:33.479Z Checking regex-syntax v0.8.10
19652026-03-19T03:58:33.552Z Checking http v1.4.0
19662026-03-19T03:58:33.682Z Checking tracing-core v0.1.36
19672026-03-19T03:58:33.850Z Checking ppv-lite86 v0.2.21
19682026-03-19T03:58:33.962Z Checking schemars v0.8.22
19692026-03-19T03:58:34.009Z Checking base64 v0.22.1
19702026-03-19T03:58:34.122Z Checking tracing v0.1.44
19712026-03-19T03:58:34.286Z Checking unicode-ident v1.0.24
19722026-03-19T03:58:34.351Z Checking ipnet v2.11.0
19732026-03-19T03:58:34.406Z Checking anstyle v1.0.13
19742026-03-19T03:58:34.445Z Checking utf8parse v0.2.2
19752026-03-19T03:58:34.487Z Checking proc-macro2 v1.0.106
19762026-03-19T03:58:34.602Z Checking untrusted v0.9.0
19772026-03-19T03:58:34.665Z Checking anstyle-parse v0.2.7
19782026-03-19T03:58:34.729Z Checking aho-corasick v1.1.4
19792026-03-19T03:58:34.781Z Checking ring v0.17.14
19802026-03-19T03:58:34.886Z Checking colorchoice v1.0.4
19812026-03-19T03:58:34.942Z Checking base64ct v1.8.3
19822026-03-19T03:58:34.977Z Checking quote v1.0.44
19832026-03-19T03:58:35.036Z Checking is_terminal_polyfill v1.70.2
19842026-03-19T03:58:35.182Z Checking anstyle-query v1.1.5
19852026-03-19T03:58:35.232Z Checking syn v2.0.117
19862026-03-19T03:58:35.279Z Checking block-padding v0.3.3
19872026-03-19T03:58:35.330Z Checking anstream v0.6.21
19882026-03-19T03:58:35.333Z Checking terminal_size v0.4.3
19892026-03-19T03:58:35.481Z Checking inout v0.1.4
19902026-03-19T03:58:35.545Z Checking rustls-pki-types v1.14.0
19912026-03-19T03:58:35.623Z Checking crossbeam-utils v0.8.21
19922026-03-19T03:58:35.680Z Checking regex-automata v0.4.14
19932026-03-19T03:58:35.729Z Checking httparse v1.10.1
19942026-03-19T03:58:35.970Z Checking cipher v0.4.4
19952026-03-19T03:58:36.008Z Checking strsim v0.11.1
19962026-03-19T03:58:36.085Z Checking clap_lex v1.0.0
19972026-03-19T03:58:36.178Z Checking sha2 v0.10.9
19982026-03-19T03:58:36.182Z Checking pem-rfc7468 v0.7.0
19992026-03-19T03:58:36.307Z Checking tokio-util v0.7.18
20002026-03-19T03:58:36.349Z Checking http-body v1.0.1
20012026-03-19T03:58:36.366Z Checking rand_core v0.9.5
20022026-03-19T03:58:36.390Z Checking clap_builder v4.5.60
20032026-03-19T03:58:36.443Z Checking atomic-waker v1.1.2
20042026-03-19T03:58:36.541Z Checking hmac v0.12.1
20052026-03-19T03:58:36.606Z Checking httpdate v1.0.3
20062026-03-19T03:58:36.655Z Checking try-lock v0.2.5
20072026-03-19T03:58:36.655Z Checking tower-service v0.3.3
20082026-03-19T03:58:36.743Z Checking tower-layer v0.3.3
20092026-03-19T03:58:36.808Z Checking want v0.3.1
20102026-03-19T03:58:36.855Z Checking ryu v1.0.23
20112026-03-19T03:58:36.859Z Checking flagset v0.4.7
20122026-03-19T03:58:36.962Z Checking pin-utils v0.1.0
20132026-03-19T03:58:37.009Z Checking rand_chacha v0.9.0
20142026-03-19T03:58:37.062Z Checking erased-serde v0.3.31
20152026-03-19T03:58:37.109Z Checking der v0.7.10
20162026-03-19T03:58:37.155Z Checking spin v0.9.8
20172026-03-19T03:58:37.159Z Checking h2 v0.4.13
20182026-03-19T03:58:37.297Z Checking rand v0.9.2
20192026-03-19T03:58:37.421Z Checking anyhow v1.0.102
20202026-03-19T03:58:37.661Z Checking slog v2.8.2
20212026-03-19T03:58:37.713Z Checking powerfmt v0.2.0
20222026-03-19T03:58:37.945Z Checking deranged v0.5.8
20232026-03-19T03:58:37.992Z Checking time-core v0.1.8
20242026-03-19T03:58:38.049Z Checking num_threads v0.1.7
20252026-03-19T03:58:38.120Z Checking clap v4.5.60
20262026-03-19T03:58:38.170Z Checking num-conv v0.2.0
20272026-03-19T03:58:38.218Z Checking http-body-util v0.1.3
20282026-03-19T03:58:38.222Z Checking aws-lc-sys v0.37.1
20292026-03-19T03:58:38.309Z Checking untrusted v0.7.1
20302026-03-19T03:58:38.313Z Checking fastrand v2.3.0
20312026-03-19T03:58:38.400Z Checking openssl-probe v0.2.1
20322026-03-19T03:58:38.487Z Checking regex v1.12.3
20332026-03-19T03:58:38.535Z Checking spki v0.7.3
20342026-03-19T03:58:38.581Z Checking serde_urlencoded v0.7.1
20352026-03-19T03:58:38.585Z Checking pbkdf2 v0.12.2
20362026-03-19T03:58:38.671Z Checking aes v0.8.4
20372026-03-19T03:58:38.751Z Checking rand_chacha v0.3.1
20382026-03-19T03:58:38.799Z Checking unicode-width v0.2.0
20392026-03-19T03:58:38.900Z Checking pretty-hex v0.4.1
20402026-03-19T03:58:38.948Z Checking salsa20 v0.10.2
20412026-03-19T03:58:38.999Z Checking aws-lc-rs v1.16.0
20422026-03-19T03:58:39.054Z Checking rand v0.8.5
20432026-03-19T03:58:39.101Z Checking cbc v0.1.2
20442026-03-19T03:58:39.152Z Checking ipnetwork v0.21.1
20452026-03-19T03:58:39.155Z Checking scrypt v0.11.0
20462026-03-19T03:58:39.243Z Checking tempfile v3.25.0
20472026-03-19T03:58:39.290Z Checking time v0.3.47
20482026-03-19T03:58:39.336Z Checking hex v0.4.3
20492026-03-19T03:58:39.404Z Checking plain v0.2.3
20502026-03-19T03:58:39.460Z Checking pkcs5 v0.7.1
20512026-03-19T03:58:39.531Z Checking rustls-native-certs v0.8.3
20522026-03-19T03:58:39.578Z Checking sync_wrapper v1.0.2
20532026-03-19T03:58:39.668Z Checking camino v1.2.2
20542026-03-19T03:58:39.728Z Checking ucd-trie v0.1.7
20552026-03-19T03:58:39.776Z Checking tower v0.5.3
20562026-03-19T03:58:39.823Z Checking webpki-roots v1.0.6
20572026-03-19T03:58:39.868Z Checking pkcs8 v0.10.2
20582026-03-19T03:58:39.928Z Checking pest v2.8.6
20592026-03-19T03:58:40.003Z Checking iri-string v0.7.10
20602026-03-19T03:58:40.051Z Checking mime v0.3.17
20612026-03-19T03:58:40.127Z Checking either v1.15.0
20622026-03-19T03:58:40.175Z Checking rustls-webpki v0.103.9
20632026-03-19T03:58:40.312Z Checking openapiv3 v2.2.0
20642026-03-19T03:58:40.359Z Checking winnow v0.7.14
20652026-03-19T03:58:40.414Z Checking oxnet v0.1.4
20662026-03-19T03:58:40.758Z Checking lazy_static v1.5.0
20672026-03-19T03:58:40.762Z Checking rustls v0.23.37
20682026-03-19T03:58:40.850Z Checking hyper v1.8.1
20692026-03-19T03:58:40.897Z Checking foreign-types-shared v0.1.1
20702026-03-19T03:58:40.940Z Checking static_assertions v1.1.0
20712026-03-19T03:58:41.032Z Checking foreign-types v0.3.2
20722026-03-19T03:58:41.079Z Checking signature v2.2.0
20732026-03-19T03:58:41.162Z Checking openssl-sys v0.9.111
20742026-03-19T03:58:41.280Z Checking encoding_rs v0.8.35
20752026-03-19T03:58:41.431Z Checking simd-adler32 v0.3.8
20762026-03-19T03:58:41.491Z Checking tower-http v0.6.8
20772026-03-19T03:58:41.695Z Checking hubpack v0.1.2
20782026-03-19T03:58:41.828Z Checking openssl v0.10.75
20792026-03-19T03:58:41.890Z Checking adler2 v2.0.1
20802026-03-19T03:58:41.950Z Checking strum v0.26.3
20812026-03-19T03:58:42.023Z Checking sha1 v0.10.6
20822026-03-19T03:58:42.070Z Checking miniz_oxide v0.8.9
20832026-03-19T03:58:42.120Z Checking tinyvec_macros v0.1.1
20842026-03-19T03:58:42.165Z Checking hyper-util v0.1.20
20852026-03-19T03:58:42.169Z Checking data-encoding v2.10.0
20862026-03-19T03:58:42.254Z Checking tinyvec v1.10.0
20872026-03-19T03:58:42.258Z Checking toml_datetime v0.6.11
20882026-03-19T03:58:42.544Z Checking serde_spanned v0.6.9
20892026-03-19T03:58:42.594Z Checking num-integer v0.1.46
20902026-03-19T03:58:42.599Z Checking scroll v0.13.0
20912026-03-19T03:58:42.599Z Checking memmap2 v0.9.10
20922026-03-19T03:58:42.731Z Checking base16ct v0.2.0
20932026-03-19T03:58:42.773Z Checking bit-vec v0.8.0
20942026-03-19T03:58:42.920Z Checking dtrace-parser v0.3.0
20952026-03-19T03:58:42.975Z Checking sec1 v0.7.3
20962026-03-19T03:58:42.979Z Checking crossbeam-epoch v0.9.18
20972026-03-19T03:58:43.059Z Checking goblin v0.10.5
20982026-03-19T03:58:43.099Z Checking bit-set v0.8.0
20992026-03-19T03:58:43.283Z Checking crc32fast v1.5.0
21002026-03-19T03:58:43.331Z Checking ff v0.13.1
21012026-03-19T03:58:43.335Z Checking thread-id v5.1.0
21022026-03-19T03:58:43.335Z Checking wait-timeout v0.2.1
21032026-03-19T03:58:43.498Z Checking num-iter v0.1.45
21042026-03-19T03:58:43.547Z Checking group v0.13.0
21052026-03-19T03:58:43.551Z Checking bstr v1.12.1
21062026-03-19T03:58:43.636Z Checking hkdf v0.12.4
21072026-03-19T03:58:43.682Z Checking ahash v0.8.12
21082026-03-19T03:58:43.768Z Checking crypto-bigint v0.5.5
21092026-03-19T03:58:43.840Z Checking quick-error v1.2.3
21102026-03-19T03:58:43.908Z Checking rand_xorshift v0.4.0
21112026-03-19T03:58:43.973Z Checking scroll v0.12.0
21122026-03-19T03:58:44.020Z Checking rusty-fork v0.3.1
21132026-03-19T03:58:44.067Z Checking tokio-rustls v0.26.4
21142026-03-19T03:58:44.114Z Checking unarray v0.1.4
21152026-03-19T03:58:44.161Z Checking num-bigint-dig v0.8.6
21162026-03-19T03:58:44.268Z Checking pkcs1 v0.7.5
21172026-03-19T03:58:44.316Z Checking proptest v1.10.0
21182026-03-19T03:58:44.319Z Checking goblin v0.8.2
21192026-03-19T03:58:44.405Z Checking hyper-rustls v0.27.7
21202026-03-19T03:58:44.580Z Checking x509-cert v0.2.5
21212026-03-19T03:58:44.682Z Checking native-tls v0.2.18
21222026-03-19T03:58:44.729Z Checking zerocopy v0.7.35
21232026-03-19T03:58:44.949Z Checking tokio-native-tls v0.3.1
21242026-03-19T03:58:45.114Z Checking elliptic-curve v0.13.8
21252026-03-19T03:58:45.182Z Checking hyper-tls v0.6.0
21262026-03-19T03:58:45.346Z Checking zlib-rs v0.6.2
21272026-03-19T03:58:45.427Z Checking reqwest v0.12.28
21282026-03-19T03:58:45.474Z Checking psl-types v2.0.11
21292026-03-19T03:58:45.520Z Checking unicode-segmentation v1.12.0
21302026-03-19T03:58:45.568Z Checking rsa v0.9.10
21312026-03-19T03:58:45.659Z Checking publicsuffix v2.3.0
21322026-03-19T03:58:45.898Z Checking crossbeam-deque v0.8.6
21332026-03-19T03:58:45.966Z Checking dtrace-parser v0.2.0
21342026-03-19T03:58:46.159Z Checking cookie v0.18.1
21352026-03-19T03:58:46.224Z Checking rfc6979 v0.4.0
21362026-03-19T03:58:46.271Z Checking dof v0.4.0
21372026-03-19T03:58:46.316Z Checking thread-id v4.2.2
21382026-03-19T03:58:46.403Z Checking toml_write v0.1.2
21392026-03-19T03:58:46.452Z Checking ecdsa v0.16.9
21402026-03-19T03:58:46.498Z Checking cookie_store v0.22.1
21412026-03-19T03:58:46.567Z Checking rustls-platform-verifier v0.6.2
21422026-03-19T03:58:46.615Z Checking flate2 v1.1.9
21432026-03-19T03:58:46.662Z Checking toml_edit v0.22.27
21442026-03-19T03:58:46.775Z Checking toml_parser v1.0.9+spec-1.1.0
21452026-03-19T03:58:46.856Z Checking newtype-uuid v1.3.2
21462026-03-19T03:58:46.933Z Checking curve25519-dalek v4.1.3
21472026-03-19T03:58:46.982Z Checking dof v0.3.0
21482026-03-19T03:58:46.986Z Checking rustix v0.38.44
21492026-03-19T03:58:47.071Z Checking memoffset v0.9.1
21502026-03-19T03:58:47.148Z Checking env_filter v1.0.0
21512026-03-19T03:58:47.195Z Checking usdt-impl v0.6.0
21522026-03-19T03:58:47.242Z Checking keccak v0.1.6
21532026-03-19T03:58:47.288Z Checking daft v0.1.5
21542026-03-19T03:58:47.363Z Checking env_logger v0.11.9
21552026-03-19T03:58:47.410Z Checking usdt-impl v0.5.0
21562026-03-19T03:58:47.487Z Checking sha3 v0.10.8
21572026-03-19T03:58:47.587Z Checking usdt v0.6.0
21582026-03-19T03:58:47.637Z Checking reqwest v0.13.2
21592026-03-19T03:58:47.681Z Checking ed25519 v2.2.3
21602026-03-19T03:58:47.789Z Checking itertools v0.13.0
21612026-03-19T03:58:47.793Z Checking serde_with v3.17.0
21622026-03-19T03:58:47.880Z Checking siphasher v1.0.2
21632026-03-19T03:58:47.945Z Checking bitflags v1.3.2
21642026-03-19T03:58:48.005Z Checking ed25519-dalek v2.2.0
21652026-03-19T03:58:48.075Z Checking unicode-normalization v0.1.25
21662026-03-19T03:58:48.130Z Checking signal-hook v0.3.18
21672026-03-19T03:58:48.202Z Checking toml_datetime v0.7.5+spec-1.1.0
21682026-03-19T03:58:48.205Z Checking managed v0.8.0
21692026-03-19T03:58:48.355Z Checking winnow v0.5.40
21702026-03-19T03:58:48.412Z Checking nix v0.31.1
21712026-03-19T03:58:48.499Z Checking rayon-core v1.13.0
21722026-03-19T03:58:48.547Z Checking bzip2-sys v0.1.13+1.0.8
21732026-03-19T03:58:48.647Z Checking object v0.37.3
21742026-03-19T03:58:48.696Z Checking foldhash v0.1.5
21752026-03-19T03:58:48.811Z Checking bzip2 v0.4.4
21762026-03-19T03:58:48.899Z Checking hashbrown v0.15.5
21772026-03-19T03:58:48.965Z Checking signal-hook-mio v0.2.5
21782026-03-19T03:58:49.057Z Checking ref-cast v1.0.25
21792026-03-19T03:58:49.126Z Checking zstd-sys v2.0.16+zstd.1.5.7
21802026-03-19T03:58:49.214Z Checking zip v0.6.6
21812026-03-19T03:58:49.261Z Checking bumpalo v3.20.2
21822026-03-19T03:58:49.307Z Checking zstd-safe v7.2.4
21832026-03-19T03:58:49.551Z Checking libbz2-rs-sys v0.2.2
21842026-03-19T03:58:49.555Z Checking zstd v0.13.3
21852026-03-19T03:58:49.640Z Checking zopfli v0.8.3
21862026-03-19T03:58:49.687Z Checking crossterm v0.28.1
21872026-03-19T03:58:49.840Z Checking rayon v1.11.0
21882026-03-19T03:58:49.889Z Checking similar v2.7.0
21892026-03-19T03:58:49.889Z Checking fs-err v3.3.0
21902026-03-19T03:58:49.978Z Checking toml_edit v0.19.15
21912026-03-19T03:58:50.094Z Checking bzip2 v0.6.1
21922026-03-19T03:58:50.140Z Checking hash32 v0.2.1
21932026-03-19T03:58:50.307Z Checking serde-big-array v0.5.1
21942026-03-19T03:58:50.353Z Checking unicode-bidi v0.3.18
21952026-03-19T03:58:50.398Z Checking unicode-properties v0.1.4
21962026-03-19T03:58:50.476Z Checking predicates-core v1.0.10
21972026-03-19T03:58:50.524Z Checking jiff v0.2.21
21982026-03-19T03:58:50.670Z Checking heapless v0.7.17
21992026-03-19T03:58:50.673Z Checking hickory-proto v0.25.2
22002026-03-19T03:58:50.762Z Checking tokio-stream v0.1.18
22012026-03-19T03:58:50.807Z Checking stringprep v0.1.5
22022026-03-19T03:58:51.038Z Checking md-5 v0.10.6
22032026-03-19T03:58:51.246Z Checking float-cmp v0.10.0
22042026-03-19T03:58:51.293Z Checking difflib v0.4.0
22052026-03-19T03:58:51.339Z Checking normalize-line-endings v0.3.0
22062026-03-19T03:58:51.407Z Checking toml v0.7.8
22072026-03-19T03:58:51.455Z Checking rustc-hash v2.1.1
22082026-03-19T03:58:51.501Z Checking fallible-iterator v0.2.0
22092026-03-19T03:58:51.552Z Checking predicates v3.1.4
22102026-03-19T03:58:51.633Z Checking iddqd v0.3.17
22112026-03-19T03:58:51.875Z Checking smoltcp v0.9.1
22122026-03-19T03:58:51.878Z Checking phf_shared v0.11.3
22132026-03-19T03:58:51.967Z Checking postgres-protocol v0.6.10
22142026-03-19T03:58:51.971Z Checking phf_shared v0.13.1
22152026-03-19T03:58:52.056Z Checking itertools v0.12.1
22162026-03-19T03:58:52.143Z Checking console v0.16.2
22172026-03-19T03:58:52.310Z Checking buf-list v1.1.2
22182026-03-19T03:58:52.410Z Checking strum v0.27.2
22192026-03-19T03:58:52.574Z Checking precomputed-hash v0.1.1
22202026-03-19T03:58:52.620Z Checking fixedbitset v0.4.2
22212026-03-19T03:58:52.624Z Checking new_debug_unreachable v1.0.6
22222026-03-19T03:58:52.711Z Checking lalrpop-util v0.19.12
22232026-03-19T03:58:52.715Z Checking fixedbitset v0.5.7
22242026-03-19T03:58:52.809Z Checking unit-prefix v0.5.2
22252026-03-19T03:58:52.857Z Checking string_cache v0.8.9
22262026-03-19T03:58:52.860Z Checking petgraph v0.6.5
22272026-03-19T03:58:52.948Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22282026-03-19T03:58:53.001Z Checking indicatif v0.18.4
22292026-03-19T03:58:53.049Z Checking petgraph v0.8.3
22302026-03-19T03:58:53.161Z Checking postgres-types v0.2.12
22312026-03-19T03:58:53.478Z Checking zone v0.3.1
22322026-03-19T03:58:53.557Z Checking phf v0.13.1
22332026-03-19T03:58:53.633Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22342026-03-19T03:58:53.680Z Checking zip v4.6.1
22352026-03-19T03:58:53.784Z Checking peg-runtime v0.8.5
22362026-03-19T03:58:53.978Z Checking whoami v2.1.0
22372026-03-19T03:58:54.027Z Checking futures-executor v0.3.32
22382026-03-19T03:58:54.163Z Checking is-terminal v0.4.17
22392026-03-19T03:58:54.262Z Checking tokio-postgres v0.7.16
22402026-03-19T03:58:54.310Z Checking futures v0.3.32
22412026-03-19T03:58:54.313Z Checking crossbeam-channel v0.5.15
22422026-03-19T03:58:54.441Z Compiling structmeta-derive v0.3.0
22432026-03-19T03:58:54.490Z Checking thread_local v1.1.9
22442026-03-19T03:58:54.538Z Checking term v1.2.1
22452026-03-19T03:58:54.622Z Checking take_mut v0.2.2
22462026-03-19T03:58:54.736Z Compiling newtype-uuid-macros v0.1.0
22472026-03-19T03:58:54.788Z Compiling rustls v0.22.4
22482026-03-19T03:58:54.836Z Checking slog-async v2.8.0
22492026-03-19T03:58:54.881Z Checking slog-term v2.9.2
22502026-03-19T03:58:55.096Z Checking regress v0.10.5
22512026-03-19T03:58:55.157Z Compiling multer v3.1.0
22522026-03-19T03:58:55.249Z Compiling async-stream-impl v0.3.6
22532026-03-19T03:58:55.296Z Compiling dropshot v0.16.7
22542026-03-19T03:58:55.522Z Compiling dropshot_endpoint v0.16.7
22552026-03-19T03:58:55.672Z Checking match_cfg v0.1.0
22562026-03-19T03:58:55.775Z Checking slog-json v2.6.1
22572026-03-19T03:58:55.823Z Checking hostname v0.3.1
22582026-03-19T03:58:55.908Z Compiling structmeta v0.3.0
22592026-03-19T03:58:55.971Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22602026-03-19T03:58:56.022Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612026-03-19T03:58:56.063Z Checking slog-bunyan v2.5.0
22622026-03-19T03:58:56.067Z Checking debug-ignore v1.0.5
22632026-03-19T03:58:56.209Z Compiling derive-ex v0.1.8
22642026-03-19T03:58:56.257Z Checking serde_spanned v1.0.4
22652026-03-19T03:58:56.306Z Checking toml_writer v1.0.6+spec-1.1.0
22662026-03-19T03:58:56.357Z Checking rustls-webpki v0.102.8
22672026-03-19T03:58:56.459Z Checking serde_path_to_error v0.1.20
22682026-03-19T03:58:56.513Z Checking progenitor-client v0.13.0
22692026-03-19T03:58:56.578Z Checking async-stream v0.3.6
22702026-03-19T03:58:56.625Z Checking toml v0.9.12+spec-1.1.0
22712026-03-19T03:58:56.840Z Checking waitgroup v0.1.2
22722026-03-19T03:58:56.887Z Checking rustls-pemfile v2.2.0
22732026-03-19T03:58:57.004Z Checking hostname v0.4.2
22742026-03-19T03:58:57.052Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-03-19T03:58:57.099Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22762026-03-19T03:58:57.103Z Compiling parse-display-derive v0.10.0
22772026-03-19T03:58:57.189Z Checking itertools v0.14.0
22782026-03-19T03:58:57.265Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22792026-03-19T03:58:57.269Z Checking macaddr v1.0.1
22802026-03-19T03:58:57.471Z Checking progenitor-client v0.10.0
22812026-03-19T03:58:57.577Z Checking instant v0.1.13
22822026-03-19T03:58:57.725Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22832026-03-19T03:58:57.789Z Checking backoff v0.4.0
22842026-03-19T03:58:57.836Z Checking backon v1.6.0
22852026-03-19T03:58:57.949Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22862026-03-19T03:58:58.050Z Checking heck v0.5.0
22872026-03-19T03:58:58.127Z Checking progenitor-extras v0.1.1
22882026-03-19T03:58:58.332Z Checking camino-tempfile v1.4.1
22892026-03-19T03:58:58.501Z Checking toml v0.8.23
22902026-03-19T03:58:58.553Z Compiling test-strategy v0.4.5
22912026-03-19T03:58:58.653Z Compiling convert_case v0.4.0
22922026-03-19T03:58:58.701Z Compiling unsafe-libyaml v0.2.11
22932026-03-19T03:58:58.964Z Checking tokio-rustls v0.25.0
22942026-03-19T03:58:59.045Z Checking secrecy v0.10.3
22952026-03-19T03:58:59.191Z Compiling derive_more v0.99.20
22962026-03-19T03:58:59.238Z Compiling toml_edit v0.23.10+spec-1.0.0
22972026-03-19T03:58:59.469Z Checking parse-display v0.10.0
22982026-03-19T03:58:59.693Z Compiling serde_yaml v0.9.34+deprecated
22992026-03-19T03:58:59.740Z Compiling crucible-workspace-hack v0.1.0
23002026-03-19T03:59:00.000Z Compiling proc-macro-crate v3.4.0
23012026-03-19T03:59:00.320Z Compiling typify-impl v0.6.1
23022026-03-19T03:59:00.601Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23032026-03-19T03:59:00.981Z Checking half v2.7.1
23042026-03-19T03:59:01.125Z Checking glob v0.3.3
23052026-03-19T03:59:01.371Z Checking ciborium-io v0.2.2
23062026-03-19T03:59:01.419Z Compiling heapless v0.8.0
23072026-03-19T03:59:01.523Z Checking ciborium-ll v0.2.2
23082026-03-19T03:59:01.749Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23092026-03-19T03:59:01.795Z Checking ciborium v0.2.2
23102026-03-19T03:59:01.886Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23112026-03-19T03:59:02.100Z Compiling ingot-macros v0.1.1
23122026-03-19T03:59:02.103Z Checking tabwriter v1.4.1
23132026-03-19T03:59:02.364Z Checking hash32 v0.3.1
23142026-03-19T03:59:02.368Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23152026-03-19T03:59:02.455Z Compiling smoltcp v0.11.0
23162026-03-19T03:59:02.459Z Compiling num_enum_derive v0.7.5
23172026-03-19T03:59:02.715Z Checking cobs v0.3.0
23182026-03-19T03:59:02.763Z Compiling foreign-types-macros v0.2.3
23192026-03-19T03:59:02.965Z Checking cpufeatures v0.3.0
23202026-03-19T03:59:03.025Z Checking foreign-types-shared v0.3.1
23212026-03-19T03:59:03.104Z Checking chacha20 v0.10.0
23222026-03-19T03:59:03.233Z Checking postcard v1.1.3
23232026-03-19T03:59:03.610Z Checking foreign-types v0.5.0
23242026-03-19T03:59:03.702Z Compiling proc-macro-crate v1.3.1
23252026-03-19T03:59:03.748Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23262026-03-19T03:59:03.833Z Checking cstr-argument v0.1.2
23272026-03-19T03:59:03.962Z Checking num_enum v0.7.5
23282026-03-19T03:59:04.023Z Checking sigpipe v0.1.3
23292026-03-19T03:59:04.071Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-03-19T03:59:04.141Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-03-19T03:59:04.187Z Checking colored v3.1.1
23322026-03-19T03:59:04.294Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23332026-03-19T03:59:04.485Z Compiling num_enum_derive v0.5.11
23342026-03-19T03:59:04.530Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-03-19T03:59:04.626Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23362026-03-19T03:59:04.685Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-03-19T03:59:04.768Z Checking rand v0.10.0
23382026-03-19T03:59:04.813Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23392026-03-19T03:59:04.880Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23402026-03-19T03:59:04.940Z Checking indent_write v2.2.0
23412026-03-19T03:59:05.143Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23422026-03-19T03:59:05.251Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23432026-03-19T03:59:05.407Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23442026-03-19T03:59:05.458Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23452026-03-19T03:59:05.546Z Checking smf v0.2.3
23462026-03-19T03:59:05.731Z Compiling num-derive v0.4.2
23472026-03-19T03:59:05.864Z Checking num_enum v0.5.11
23482026-03-19T03:59:05.911Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-03-19T03:59:05.915Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23502026-03-19T03:59:06.001Z Checking ingot-types v0.1.2
23512026-03-19T03:59:06.047Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23522026-03-19T03:59:06.222Z Checking whoami v1.6.1
23532026-03-19T03:59:06.281Z Checking universal-hash v0.5.1
23542026-03-19T03:59:06.473Z Checking opaque-debug v0.3.1
23552026-03-19T03:59:06.477Z Checking aead v0.5.2
23562026-03-19T03:59:06.572Z Checking ingot v0.1.1
23572026-03-19T03:59:06.577Z Checking swrite v0.1.0
23582026-03-19T03:59:06.662Z Checking poly1305 v0.8.0
23592026-03-19T03:59:06.666Z Checking chacha20 v0.9.1
23602026-03-19T03:59:06.752Z Checking unicode-width v0.1.14
23612026-03-19T03:59:06.793Z Compiling typify-macro v0.6.1
23622026-03-19T03:59:06.797Z Compiling thiserror-impl-no-std v2.0.2
23632026-03-19T03:59:06.937Z Checking password-hash v0.5.0
23642026-03-19T03:59:06.982Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23652026-03-19T03:59:07.074Z Checking blake2 v0.10.6
23662026-03-19T03:59:07.119Z Checking chacha20poly1305 v0.10.1
23672026-03-19T03:59:07.268Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23682026-03-19T03:59:07.315Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23692026-03-19T03:59:07.318Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23702026-03-19T03:59:07.417Z Checking argon2 v0.5.3
23712026-03-19T03:59:07.681Z Compiling usdt-attr-macro v0.5.0
23722026-03-19T03:59:07.728Z Compiling usdt-macro v0.5.0
23732026-03-19T03:59:07.732Z Checking memmap v0.7.0
23742026-03-19T03:59:07.890Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23752026-03-19T03:59:07.937Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23762026-03-19T03:59:08.306Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23772026-03-19T03:59:08.420Z Checking thiserror-no-std v2.0.2
23782026-03-19T03:59:08.574Z Checking vsss-rs v3.3.4
23792026-03-19T03:59:08.737Z Compiling derive-where v1.6.0
23802026-03-19T03:59:08.784Z Checking usdt v0.5.0
23812026-03-19T03:59:08.832Z Checking atomicwrites v0.4.4
23822026-03-19T03:59:08.943Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23832026-03-19T03:59:09.087Z Checking console v0.15.11
23842026-03-19T03:59:09.091Z Checking tokio-dtrace v0.1.1
23852026-03-19T03:59:09.202Z Compiling typify v0.6.1
23862026-03-19T03:59:09.354Z Checking oxide-tokio-rt v0.1.3
23872026-03-19T03:59:09.399Z Compiling progenitor-impl v0.13.0
23882026-03-19T03:59:09.444Z Checking newline-converter v0.3.0
23892026-03-19T03:59:09.590Z Compiling prettyplease v0.2.37
23902026-03-19T03:59:09.636Z Checking expectorate v1.2.0
23912026-03-19T03:59:09.703Z Checking bytecount v0.6.9
23922026-03-19T03:59:09.831Z Compiling owo-colors v4.3.0
23932026-03-19T03:59:09.875Z Compiling cancel-safe-futures v0.1.5
23942026-03-19T03:59:09.981Z Checking libsw-core v0.3.2
23952026-03-19T03:59:10.209Z Checking libsw v3.5.0
23962026-03-19T03:59:10.262Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23972026-03-19T03:59:10.437Z Checking same-file v1.0.6
23982026-03-19T03:59:10.484Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23992026-03-19T03:59:10.572Z Checking linear-map v1.2.0
24002026-03-19T03:59:10.620Z Checking walkdir v2.5.0
24012026-03-19T03:59:10.665Z Checking num-rational v0.4.2
24022026-03-19T03:59:10.711Z Checking num-complex v0.4.6
24032026-03-19T03:59:10.826Z Checking float-ord v0.3.2
24042026-03-19T03:59:10.872Z Checking gethostname v0.5.0
24052026-03-19T03:59:11.081Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24062026-03-19T03:59:11.212Z Compiling async-recursion v1.1.1
24072026-03-19T03:59:11.258Z Checking num v0.4.3
24082026-03-19T03:59:11.320Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24092026-03-19T03:59:11.410Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24102026-03-19T03:59:11.874Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24112026-03-19T03:59:12.276Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24122026-03-19T03:59:13.034Z Compiling progenitor-macro v0.13.0
24132026-03-19T03:59:13.530Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-03-19T03:59:15.065Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24152026-03-19T03:59:15.128Z Checking smawk v0.3.2
24162026-03-19T03:59:15.180Z Checking unicode-linebreak v0.1.5
24172026-03-19T03:59:15.329Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24182026-03-19T03:59:15.492Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-03-19T03:59:15.591Z Checking globset v0.4.18
24202026-03-19T03:59:16.084Z Compiling convert_case v0.10.0
24212026-03-19T03:59:16.826Z Compiling slog-dtrace v0.3.0
24222026-03-19T03:59:17.099Z Checking resolv-conf v0.7.6
24232026-03-19T03:59:17.269Z Compiling derive_more-impl v2.1.1
24242026-03-19T03:59:17.551Z Compiling pin-project-internal v1.1.11
24252026-03-19T03:59:17.596Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24262026-03-19T03:59:17.726Z Checking pem v3.0.6
24272026-03-19T03:59:17.888Z Checking fd-lock v4.0.4
24282026-03-19T03:59:17.965Z Checking vte v0.14.1
24292026-03-19T03:59:18.081Z Checking display-error-chain v0.2.2
24302026-03-19T03:59:18.223Z Checking strip-ansi-escapes v0.2.1
24312026-03-19T03:59:18.274Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24322026-03-19T03:59:18.394Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24332026-03-19T03:59:18.397Z Checking derive_more v2.1.1
24342026-03-19T03:59:18.482Z Compiling snafu-derive v0.8.9
24352026-03-19T03:59:18.487Z Checking linked-hash-map v0.5.6
24362026-03-19T03:59:18.586Z Checking crossterm v0.29.0
24372026-03-19T03:59:18.784Z Checking nu-ansi-term v0.50.3
24382026-03-19T03:59:19.092Z Checking termtree v0.5.1
24392026-03-19T03:59:19.138Z Checking pin-project v1.1.11
24402026-03-19T03:59:19.207Z Checking reedline v0.40.0
24412026-03-19T03:59:19.299Z Checking lru-cache v0.1.2
24422026-03-19T03:59:19.303Z Checking textwrap v0.16.2
24432026-03-19T03:59:19.486Z Checking olpc-cjson v0.1.4
24442026-03-19T03:59:19.664Z Checking hickory-proto v0.24.4
24452026-03-19T03:59:19.710Z Checking serde_plain v1.0.2
24462026-03-19T03:59:19.937Z Compiling minimal-lexical v0.2.1
24472026-03-19T03:59:20.137Z Checking progenitor v0.13.0
24482026-03-19T03:59:20.306Z Checking typed-path v0.9.3
24492026-03-19T03:59:20.354Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24502026-03-19T03:59:20.809Z Compiling nom v7.1.3
24512026-03-19T03:59:21.169Z Checking snafu v0.8.9
24522026-03-19T03:59:21.430Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24532026-03-19T03:59:21.494Z Checking tough v0.20.0
24542026-03-19T03:59:22.110Z Checking nibble_vec v0.1.0
24552026-03-19T03:59:22.157Z Checking endian-type v0.1.2
24562026-03-19T03:59:22.307Z Checking hickory-resolver v0.24.4
24572026-03-19T03:59:22.359Z Checking radix_trie v0.2.1
24582026-03-19T03:59:22.672Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24592026-03-19T03:59:22.717Z Compiling ar_archive_writer v0.5.1
24602026-03-19T03:59:23.046Z Checking humantime v2.3.0
24612026-03-19T03:59:23.331Z Checking qorb v0.4.1
24622026-03-19T03:59:23.375Z Checking csv-core v0.1.13
24632026-03-19T03:59:23.517Z Checking base64 v0.21.7
24642026-03-19T03:59:23.645Z Checking csv v1.4.0
24652026-03-19T03:59:23.873Z Compiling stacker v0.1.23
24662026-03-19T03:59:23.926Z Checking highway v1.3.0
24672026-03-19T03:59:23.993Z Compiling psm v0.1.30
24682026-03-19T03:59:24.193Z Compiling cfg_aliases v0.1.1
24692026-03-19T03:59:24.241Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24702026-03-19T03:59:24.330Z Checking papergrid v0.11.0
24712026-03-19T03:59:24.333Z Compiling nix v0.28.0
24722026-03-19T03:59:24.370Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24732026-03-19T03:59:24.418Z Compiling tabled_derive v0.7.0
24742026-03-19T03:59:24.866Z Checking home v0.5.12
24752026-03-19T03:59:24.915Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24762026-03-19T03:59:25.047Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24772026-03-19T03:59:25.051Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24782026-03-19T03:59:25.193Z Checking phf_shared v0.12.1
24792026-03-19T03:59:25.239Z Compiling recursive-proc-macro-impl v0.1.1
24802026-03-19T03:59:25.419Z Compiling semver v0.1.20
24812026-03-19T03:59:25.710Z Compiling chrono-tz v0.10.4
24822026-03-19T03:59:25.756Z Compiling rustc_version v0.1.7
24832026-03-19T03:59:25.803Z Checking tabled v0.15.0
24842026-03-19T03:59:25.807Z Checking recursive v0.1.1
24852026-03-19T03:59:25.807Z Checking phf v0.12.1
24862026-03-19T03:59:26.029Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24872026-03-19T03:59:26.078Z Compiling const_format_proc_macros v0.2.34
24882026-03-19T03:59:26.122Z Compiling peg-macros v0.8.5
24892026-03-19T03:59:26.126Z Checking winnow v0.6.26
24902026-03-19T03:59:26.126Z Compiling sqlparser_derive v0.5.0
24912026-03-19T03:59:26.702Z Checking unicode_categories v0.1.1
24922026-03-19T03:59:27.243Z Checking sqlparser v0.61.0
24932026-03-19T03:59:27.294Z Checking rustyline v14.0.0
24942026-03-19T03:59:27.418Z Checking const_format v0.2.35
24952026-03-19T03:59:27.796Z Checking sqlformat v0.3.5
24962026-03-19T03:59:27.904Z Compiling newtype_derive v0.1.6
24972026-03-19T03:59:27.985Z Checking peg v0.8.5
24982026-03-19T03:59:28.214Z Checking bcs v0.1.6
24992026-03-19T03:59:28.447Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25002026-03-19T03:59:28.534Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25012026-03-19T03:59:28.580Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25022026-03-19T03:59:28.721Z Checking steno v0.4.1
25032026-03-19T03:59:28.949Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25042026-03-19T03:59:29.085Z Compiling typify-impl v0.4.3
25052026-03-19T03:59:29.855Z Checking utf-8 v0.7.6
25062026-03-19T03:59:30.065Z Checking filetime v0.2.27
25072026-03-19T03:59:30.110Z Checking arc-swap v1.8.2
25082026-03-19T03:59:30.443Z Checking xattr v1.6.1
25092026-03-19T03:59:30.646Z Checking tar v0.4.44
25102026-03-19T03:59:31.202Z Checking slog-scope v4.4.1
25112026-03-19T03:59:31.338Z Checking tungstenite v0.21.0
25122026-03-19T03:59:31.411Z Checking slog-stdlog v4.1.1
25132026-03-19T03:59:31.600Z Checking slog-envlogger v2.2.0
25142026-03-19T03:59:31.730Z Checking typeid v1.0.3
25152026-03-19T03:59:31.818Z Checking subprocess v0.2.15
25162026-03-19T03:59:31.898Z Checking headers-core v0.3.0
25172026-03-19T03:59:31.945Z Checking tokio-tungstenite v0.21.0
25182026-03-19T03:59:32.069Z Checking headers v0.4.1
25192026-03-19T03:59:32.223Z Compiling lzma-sys v0.1.20
25202026-03-19T03:59:32.329Z Compiling cargo_toml v0.22.3
25212026-03-19T03:59:32.429Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25222026-03-19T03:59:32.729Z Checking yasna v0.5.2
25232026-03-19T03:59:33.015Z Checking xz2 v0.1.7
25242026-03-19T03:59:33.293Z Checking ron v0.12.0
25252026-03-19T03:59:33.338Z Checking rcgen v0.12.1
25262026-03-19T03:59:33.794Z Checking base16ct v1.0.0
25272026-03-19T03:59:33.840Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25282026-03-19T03:59:33.998Z Checking dropshot-api-manager-types v0.6.0
25292026-03-19T03:59:34.237Z Checking tagptr v0.2.0
25302026-03-19T03:59:34.282Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25312026-03-19T03:59:34.333Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25322026-03-19T03:59:34.456Z Checking moka v0.12.13
25332026-03-19T03:59:34.532Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25342026-03-19T03:59:34.577Z Compiling libefi-sys v0.1.0
25352026-03-19T03:59:34.844Z Compiling radium v0.7.0
25362026-03-19T03:59:35.265Z Compiling bitfield-struct v0.6.2
25372026-03-19T03:59:35.323Z Checking tap v1.0.1
25382026-03-19T03:59:35.372Z Checking hickory-resolver v0.25.2
25392026-03-19T03:59:35.478Z Compiling typify-macro v0.4.3
25402026-03-19T03:59:35.522Z Compiling maybe-uninit v2.0.0
25412026-03-19T03:59:36.010Z Checking wyz v0.5.1
25422026-03-19T03:59:36.132Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25432026-03-19T03:59:36.341Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25442026-03-19T03:59:36.382Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25452026-03-19T03:59:36.427Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25462026-03-19T03:59:36.577Z Compiling zerocopy-derive v0.6.6
25472026-03-19T03:59:36.720Z Compiling packed_struct v0.10.1
25482026-03-19T03:59:36.774Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25492026-03-19T03:59:36.909Z Checking crc-catalog v2.4.0
25502026-03-19T03:59:37.039Z Checking funty v2.0.0
25512026-03-19T03:59:37.085Z Checking crc v3.4.0
25522026-03-19T03:59:37.187Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-03-19T03:59:37.401Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25542026-03-19T03:59:37.555Z Checking bitvec v1.0.1
25552026-03-19T03:59:37.645Z Compiling packed_struct_codegen v0.10.1
25562026-03-19T03:59:37.649Z Compiling bitfield-macros v0.19.4
25572026-03-19T03:59:37.736Z Checking zerocopy v0.6.6
25582026-03-19T03:59:37.739Z Compiling indexmap v1.9.3
25592026-03-19T03:59:37.825Z Compiling typify v0.4.3
25602026-03-19T03:59:38.054Z Compiling progenitor-impl v0.10.0
25612026-03-19T03:59:38.273Z Checking nodrop v0.1.14
25622026-03-19T03:59:38.426Z Checking array-init v0.0.4
25632026-03-19T03:59:38.692Z Checking bitfield v0.19.4
25642026-03-19T03:59:39.011Z Checking smallvec v0.6.14
25652026-03-19T03:59:39.110Z Checking hashbrown v0.12.3
25662026-03-19T03:59:39.222Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25672026-03-19T03:59:39.311Z Checking serde-hex v0.1.0
25682026-03-19T03:59:39.416Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25692026-03-19T03:59:39.462Z Checking ron v0.8.1
25702026-03-19T03:59:40.210Z Checking hashbrown v0.13.2
25712026-03-19T03:59:40.254Z Checking crc-any v2.5.0
25722026-03-19T03:59:40.526Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25732026-03-19T03:59:40.661Z Checking path-slash v0.1.5
25742026-03-19T03:59:40.766Z Compiling xshell-macros v0.2.7
25752026-03-19T03:59:40.814Z Checking object v0.30.4
25762026-03-19T03:59:40.899Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25772026-03-19T03:59:41.065Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-03-19T03:59:41.283Z Checking xshell v0.2.7
25792026-03-19T03:59:41.397Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-03-19T03:59:41.442Z Checking half v1.8.3
25812026-03-19T03:59:41.558Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25822026-03-19T03:59:41.745Z Checking serde_cbor v0.11.2
25832026-03-19T03:59:41.791Z Compiling progenitor-macro v0.10.0
25842026-03-19T03:59:42.273Z Compiling num-derive v0.3.3
25852026-03-19T03:59:42.317Z Compiling proc-macro-error-attr2 v2.0.0
25862026-03-19T03:59:42.518Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25872026-03-19T03:59:42.830Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25882026-03-19T03:59:42.874Z Compiling proc-macro-error2 v2.0.1
25892026-03-19T03:59:43.333Z Checking papergrid v0.17.0
25902026-03-19T03:59:43.377Z Compiling tabled_derive v0.11.0
25912026-03-19T03:59:43.474Z Checking libscf-sys v1.1.0
25922026-03-19T03:59:43.678Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25932026-03-19T03:59:43.821Z Checking testing_table v0.3.0
25942026-03-19T03:59:43.978Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25952026-03-19T03:59:43.983Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25962026-03-19T03:59:44.300Z Checking maplit v1.0.2
25972026-03-19T03:59:44.484Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25982026-03-19T03:59:44.544Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25992026-03-19T03:59:44.997Z Checking tabled v0.20.0
26002026-03-19T03:59:45.047Z Checking crc8 v0.1.1
26012026-03-19T03:59:45.091Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26022026-03-19T03:59:45.148Z Checking fxhash v0.2.1
26032026-03-19T03:59:45.203Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26042026-03-19T03:59:45.306Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26052026-03-19T03:59:45.359Z Checking unicase v2.9.0
26062026-03-19T03:59:45.593Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26072026-03-19T03:59:45.817Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26082026-03-19T03:59:46.135Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26092026-03-19T03:59:46.261Z Checking kstat-rs v0.2.4
26102026-03-19T03:59:46.424Z Compiling parking_lot_core v0.8.6
26112026-03-19T03:59:46.536Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26122026-03-19T03:59:46.647Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26132026-03-19T03:59:46.786Z Compiling diesel_derives v2.3.7
26142026-03-19T03:59:46.830Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26152026-03-19T03:59:47.107Z Compiling git-stub v1.0.0
26162026-03-19T03:59:47.151Z Checking scheduled-thread-pool v0.2.7
26172026-03-19T03:59:47.273Z Compiling dsl_auto_type v0.2.0
26182026-03-19T03:59:47.370Z Compiling vergen-gitcl v1.0.8
26192026-03-19T03:59:47.475Z Compiling diesel_table_macro_syntax v0.3.0
26202026-03-19T03:59:47.695Z Checking r2d2 v0.8.10
26212026-03-19T03:59:47.756Z Compiling git-stub-vcs v0.1.0
26222026-03-19T03:59:47.814Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26232026-03-19T03:59:47.846Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26242026-03-19T03:59:47.959Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26252026-03-19T03:59:48.086Z Checking downcast-rs v2.0.2
26262026-03-19T03:59:48.161Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26272026-03-19T03:59:48.254Z Checking parking_lot v0.11.2
26282026-03-19T03:59:48.301Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26292026-03-19T03:59:48.420Z Checking prefix-trie v0.7.0
26302026-03-19T03:59:48.538Z Checking nanorand v0.7.0
26312026-03-19T03:59:48.766Z Checking progenitor v0.10.0
26322026-03-19T03:59:48.839Z Compiling dirs-sys-next v0.1.2
26332026-03-19T03:59:48.887Z Compiling crunchy v0.2.4
26342026-03-19T03:59:48.977Z Checking hickory-server v0.25.2
26352026-03-19T03:59:49.021Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26362026-03-19T03:59:49.066Z Compiling dirs-next v2.0.0
26372026-03-19T03:59:49.153Z Checking flume v0.11.1
26382026-03-19T03:59:49.236Z Checking sled v0.34.7
26392026-03-19T03:59:49.279Z Compiling clang-sys v1.8.1
26402026-03-19T03:59:49.380Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26412026-03-19T03:59:49.502Z Checking hickory-client v0.25.2
26422026-03-19T03:59:49.649Z Compiling tiny-keccak v2.0.2
26432026-03-19T03:59:49.997Z Compiling term v0.7.0
26442026-03-19T03:59:50.055Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26452026-03-19T03:59:50.059Z Compiling salty v0.3.0
26462026-03-19T03:59:50.341Z Compiling bit-vec v0.6.3
26472026-03-19T03:59:50.449Z Compiling ascii-canvas v3.0.0
26482026-03-19T03:59:50.601Z Compiling bit-set v0.5.3
26492026-03-19T03:59:50.774Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26502026-03-19T03:59:50.818Z Checking primeorder v0.13.6
26512026-03-19T03:59:50.863Z Compiling itertools v0.10.5
26522026-03-19T03:59:51.176Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26532026-03-19T03:59:51.241Z Compiling ena v0.14.4
26542026-03-19T03:59:51.447Z Compiling libloading v0.8.9
26552026-03-19T03:59:51.553Z Compiling regex-syntax v0.6.29
26562026-03-19T03:59:51.754Z Compiling diff v0.1.13
26572026-03-19T03:59:51.962Z Compiling bindgen v0.71.1
26582026-03-19T03:59:52.585Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26592026-03-19T03:59:52.765Z Compiling cexpr v0.6.0
26602026-03-19T03:59:52.841Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26612026-03-19T03:59:53.743Z Compiling lalrpop v0.19.12
26622026-03-19T03:59:53.786Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26632026-03-19T03:59:54.267Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26642026-03-19T03:59:54.510Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26652026-03-19T03:59:54.646Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-03-19T03:59:54.918Z Compiling libxml v0.3.3
26672026-03-19T03:59:55.227Z Compiling fs-err v2.11.0
26682026-03-19T03:59:55.575Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26692026-03-19T03:59:55.621Z Checking diesel v2.3.7
26702026-03-19T03:59:55.679Z Checking p384 v0.13.1
26712026-03-19T03:59:55.992Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26722026-03-19T03:59:56.292Z Compiling strum_macros v0.24.3
26732026-03-19T03:59:57.696Z Compiling indoc v1.0.9
26742026-03-19T03:59:58.401Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26752026-03-19T03:59:58.886Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26762026-03-19T03:59:59.153Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-03-19T03:59:59.295Z Checking quick-xml v0.37.5
26782026-03-19T03:59:59.425Z Checking derive_builder v0.20.2
26792026-03-19T03:59:59.606Z Compiling oso-derive v0.27.3
26802026-03-19T03:59:59.677Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26812026-03-19T04:00:00.159Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26822026-03-19T04:00:00.205Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26832026-03-19T04:00:00.265Z Compiling trait-variant v0.1.2
26842026-03-19T04:00:00.568Z Compiling impl-trait-for-tuples v0.2.3
26852026-03-19T04:00:01.000Z Checking openssl-probe v0.1.6
26862026-03-19T04:00:01.178Z Checking parse-size v1.1.0
26872026-03-19T04:00:01.371Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26882026-03-19T04:00:02.210Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26892026-03-19T04:00:02.500Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26902026-03-19T04:00:02.543Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26912026-03-19T04:00:02.800Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26922026-03-19T04:00:02.860Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26932026-03-19T04:00:03.562Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-19T04:00:03.660Z Compiling progenitor-impl v0.11.2
26952026-03-19T04:00:03.853Z Checking assert_matches v1.5.0
26962026-03-19T04:00:04.092Z Compiling mime_guess v2.0.5
26972026-03-19T04:00:04.608Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26982026-03-19T04:00:04.826Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26992026-03-19T04:00:05.012Z Checking predicates-tree v1.0.13
27002026-03-19T04:00:05.193Z Checking progenitor-client v0.11.2
27012026-03-19T04:00:05.238Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27022026-03-19T04:00:05.514Z Checking http-range v0.1.5
27032026-03-19T04:00:05.604Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27042026-03-19T04:00:05.712Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27052026-03-19T04:00:06.330Z Checking atty v0.2.14
27062026-03-19T04:00:07.224Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27072026-03-19T04:00:07.352Z Compiling progenitor-macro v0.11.2
27082026-03-19T04:00:07.757Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27092026-03-19T04:00:08.374Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27102026-03-19T04:00:09.102Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27112026-03-19T04:00:09.190Z Checking bb8 v0.8.6
27122026-03-19T04:00:09.382Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27132026-03-19T04:00:09.583Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27142026-03-19T04:00:09.675Z Checking corncobs v0.1.4
27152026-03-19T04:00:09.803Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27162026-03-19T04:00:09.875Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27172026-03-19T04:00:10.293Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-03-19T04:00:10.757Z Checking hyper-staticfile v0.10.1
27192026-03-19T04:00:10.801Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27202026-03-19T04:00:11.168Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27212026-03-19T04:00:11.214Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27222026-03-19T04:00:11.217Z Checking ignore v0.4.25
27232026-03-19T04:00:11.490Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27242026-03-19T04:00:11.833Z Checking signal-hook-tokio v0.3.1
27252026-03-19T04:00:12.033Z Checking secrecy v0.8.0
27262026-03-19T04:00:12.212Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27272026-03-19T04:00:12.562Z Checking globwalk v0.9.1
27282026-03-19T04:00:12.900Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27292026-03-19T04:00:13.046Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27302026-03-19T04:00:13.563Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27312026-03-19T04:00:13.610Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-03-19T04:00:13.709Z Checking nonempty v0.12.0
27332026-03-19T04:00:13.950Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27342026-03-19T04:00:13.997Z Checking camino-tempfile-ext v0.3.3
27352026-03-19T04:00:14.251Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27362026-03-19T04:00:14.333Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27372026-03-19T04:00:14.542Z Checking progenitor v0.11.2
27382026-03-19T04:00:14.766Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27392026-03-19T04:00:14.809Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27402026-03-19T04:00:15.205Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27412026-03-19T04:00:15.286Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-19T04:00:15.743Z Checking diesel-dtrace v0.5.0
27432026-03-19T04:00:16.097Z Checking async-bb8-diesel v0.2.1
27442026-03-19T04:00:16.351Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27452026-03-19T04:00:16.586Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27462026-03-19T04:00:17.131Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27472026-03-19T04:00:17.368Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27482026-03-19T04:00:17.488Z Checking tungstenite v0.23.0
27492026-03-19T04:00:17.716Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27502026-03-19T04:00:17.956Z Checking void v1.0.2
27512026-03-19T04:00:18.123Z Checking tokio-tungstenite v0.23.1
27522026-03-19T04:00:18.174Z Checking lzss v0.8.2
27532026-03-19T04:00:18.224Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27542026-03-19T04:00:18.464Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27552026-03-19T04:00:18.510Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27562026-03-19T04:00:18.712Z Checking nix v0.27.1
27572026-03-19T04:00:19.130Z Checking serde_bytes v0.11.19
27582026-03-19T04:00:19.413Z Checking rand_seeder v0.4.0
27592026-03-19T04:00:19.474Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27602026-03-19T04:00:19.637Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-03-19T04:00:20.076Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27622026-03-19T04:00:20.154Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27632026-03-19T04:00:20.340Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27642026-03-19T04:00:20.800Z Checking is_ci v1.2.0
27652026-03-19T04:00:20.970Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27662026-03-19T04:00:21.155Z Checking yansi v1.0.1
27672026-03-19T04:00:21.271Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27682026-03-19T04:00:21.495Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27692026-03-19T04:00:21.543Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27702026-03-19T04:00:21.586Z Checking pretty_assertions v1.4.1
27712026-03-19T04:00:21.791Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27722026-03-19T04:00:21.858Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27732026-03-19T04:00:22.136Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27742026-03-19T04:00:22.467Z Compiling darling_core v0.23.0
27752026-03-19T04:00:23.162Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27762026-03-19T04:00:23.835Z Compiling indoc v2.0.7
27772026-03-19T04:00:24.116Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27782026-03-19T04:00:24.183Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27792026-03-19T04:00:24.402Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-03-19T04:00:24.457Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-03-19T04:00:24.737Z Compiling instability v0.3.11
27822026-03-19T04:00:25.163Z Compiling libz-sys v1.1.24
27832026-03-19T04:00:25.222Z Checking castaway v0.2.4
27842026-03-19T04:00:25.407Z Checking compact_str v0.8.1
27852026-03-19T04:00:25.483Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-03-19T04:00:25.950Z Checking supports-color v3.0.2
27872026-03-19T04:00:26.121Z Compiling darling_macro v0.23.0
27882026-03-19T04:00:26.165Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27892026-03-19T04:00:26.447Z Checking unicode-truncate v1.1.0
27902026-03-19T04:00:26.679Z Checking lru v0.12.5
27912026-03-19T04:00:26.768Z Checking cassowary v0.3.0
27922026-03-19T04:00:26.814Z Compiling darling v0.23.0
27932026-03-19T04:00:27.026Z Compiling libgit2-sys v0.18.3+1.9.2
27942026-03-19T04:00:27.306Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27952026-03-19T04:00:27.804Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27962026-03-19T04:00:27.944Z Checking ratatui v0.29.0
27972026-03-19T04:00:28.931Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27982026-03-19T04:00:29.214Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27992026-03-19T04:00:29.614Z Compiling vergen-git2 v1.0.7
28002026-03-19T04:00:29.783Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28012026-03-19T04:00:29.828Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-03-19T04:00:29.949Z Checking colored v2.2.0
28032026-03-19T04:00:30.059Z Compiling rustls v0.21.12
28042026-03-19T04:00:30.105Z Checking shell-words v1.1.1
28052026-03-19T04:00:30.251Z Checking plotters-backend v0.3.7
28062026-03-19T04:00:30.452Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-19T04:00:30.511Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28082026-03-19T04:00:30.555Z Checking plotters-svg v0.3.7
28092026-03-19T04:00:30.775Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-03-19T04:00:30.819Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28112026-03-19T04:00:31.049Z Checking sct v0.7.1
28122026-03-19T04:00:31.265Z Checking rustls-webpki v0.101.7
28132026-03-19T04:00:31.412Z Compiling nix v0.29.0
28142026-03-19T04:00:31.715Z Checking hex-literal v0.4.1
28152026-03-19T04:00:31.759Z Checking cast v0.3.0
28162026-03-19T04:00:32.007Z Checking criterion-plot v0.6.0
28172026-03-19T04:00:32.065Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28182026-03-19T04:00:32.484Z Checking plotters v0.3.7
28192026-03-19T04:00:33.539Z Checking erased-serde v0.4.9
28202026-03-19T04:00:33.677Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28212026-03-19T04:00:34.101Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28222026-03-19T04:00:35.069Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28232026-03-19T04:00:36.073Z Checking tinytemplate v1.2.1
28242026-03-19T04:00:36.391Z Checking ordered-float v2.10.1
28252026-03-19T04:00:36.824Z Checking anes v0.1.6
28262026-03-19T04:00:37.098Z Checking oorandom v11.1.5
28272026-03-19T04:00:37.281Z Checking criterion v0.7.0
28282026-03-19T04:00:37.345Z Checking serde-value v0.7.0
28292026-03-19T04:00:37.667Z Checking serde-untagged v0.1.9
28302026-03-19T04:00:37.966Z Checking tokio-rustls v0.24.1
28312026-03-19T04:00:38.601Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28322026-03-19T04:00:38.933Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-03-19T04:00:39.214Z Checking rustls-pemfile v1.0.4
28342026-03-19T04:00:39.424Z Checking twox-hash v2.1.2
28352026-03-19T04:00:39.659Z Checking unicode-xid v0.2.6
28362026-03-19T04:00:39.838Z Checking cargo-util-schemas v0.8.2
28372026-03-19T04:00:39.944Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28382026-03-19T04:00:40.330Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28392026-03-19T04:00:40.557Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-19T04:00:41.059Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28412026-03-19T04:00:41.293Z Checking fatfs v0.3.6
28422026-03-19T04:00:41.949Z Checking cargo-platform v0.2.0
28432026-03-19T04:00:42.232Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28442026-03-19T04:00:42.315Z Compiling petname v2.0.2
28452026-03-19T04:00:42.987Z Compiling seq-macro v0.3.6
28462026-03-19T04:00:43.915Z Checking cargo_metadata v0.21.0
28472026-03-19T04:00:44.212Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28482026-03-19T04:00:44.723Z Checking concurrent-queue v2.5.0
28492026-03-19T04:00:44.965Z Checking rtoolbox v0.0.3
28502026-03-19T04:00:45.008Z Checking futures-timer v3.0.3
28512026-03-19T04:00:45.168Z Checking parking v2.2.1
28522026-03-19T04:00:45.275Z Checking rpassword v7.4.0
28532026-03-19T04:00:45.353Z Checking event-listener v5.4.1
28542026-03-19T04:00:45.631Z Checking tui-tree-widget v0.23.1
28552026-03-19T04:00:45.677Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28562026-03-19T04:00:45.903Z Checking polyval v0.6.2
28572026-03-19T04:00:45.949Z Checking sapling-renderdag v0.1.0
28582026-03-19T04:00:45.996Z Checking sync-ptr v0.1.4
28592026-03-19T04:00:46.147Z Checking ghash v0.5.1
28602026-03-19T04:00:46.191Z Checking event-listener-strategy v0.5.4
28612026-03-19T04:00:46.308Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28622026-03-19T04:00:46.352Z Checking ctr v0.9.2
28632026-03-19T04:00:46.397Z Checking arrayref v0.3.9
28642026-03-19T04:00:46.529Z Checking constant_time_eq v0.4.2
28652026-03-19T04:00:46.583Z Checking arrayvec v0.7.6
28662026-03-19T04:00:46.627Z Checking aes-gcm v0.10.3
28672026-03-19T04:00:46.796Z Checking async-lock v3.4.2
28682026-03-19T04:00:46.858Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28692026-03-19T04:00:46.902Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28702026-03-19T04:00:47.355Z Checking ssh-encoding v0.2.0
28712026-03-19T04:00:47.643Z Checking blowfish v0.9.1
28722026-03-19T04:00:47.872Z Checking bcrypt-pbkdf v0.10.0
28732026-03-19T04:00:48.118Z Checking ssh-cipher v0.2.0
28742026-03-19T04:00:48.164Z Checking async-object-pool v0.2.0
28752026-03-19T04:00:48.341Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28762026-03-19T04:00:48.387Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28772026-03-19T04:00:48.534Z Compiling samael v0.0.19
28782026-03-19T04:00:48.796Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28792026-03-19T04:00:49.183Z Checking serde_regex v1.1.0
28802026-03-19T04:00:49.420Z Checking password-hash v0.4.2
28812026-03-19T04:00:49.669Z Checking assert-json-diff v2.0.2
28822026-03-19T04:00:49.748Z Checking path-tree v0.8.3
28832026-03-19T04:00:49.921Z Checking stringmetrics v2.2.2
28842026-03-19T04:00:50.032Z Compiling target-lexicon v0.13.3
28852026-03-19T04:00:50.150Z Checking gimli v0.32.3
28862026-03-19T04:00:50.593Z Checking httpmock v0.8.3
28872026-03-19T04:00:50.787Z Checking pbkdf2 v0.11.0
28882026-03-19T04:00:51.064Z Checking ssh-key v0.6.7
28892026-03-19T04:00:52.368Z Checking addr2line v0.25.1
28902026-03-19T04:00:52.752Z Checking p256 v0.13.2
28912026-03-19T04:00:53.120Z Checking p521 v0.13.3
28922026-03-19T04:00:53.588Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28932026-03-19T04:00:53.880Z Checking russh-cryptovec v0.7.3
28942026-03-19T04:00:53.985Z Checking rustc-demangle v0.1.27
28952026-03-19T04:00:54.092Z Compiling guppy-workspace-hack v0.1.0
28962026-03-19T04:00:54.320Z Checking md5 v0.7.0
28972026-03-19T04:00:54.425Z Checking backtrace v0.3.76
28982026-03-19T04:00:54.577Z Checking russh-keys v0.45.0
28992026-03-19T04:00:54.707Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29002026-03-19T04:00:54.856Z Checking num-bigint v0.4.6
29012026-03-19T04:00:55.006Z Checking des v0.8.1
29022026-03-19T04:00:55.440Z Compiling blake3 v1.8.3
29032026-03-19T04:00:55.484Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29042026-03-19T04:00:55.935Z Compiling target-spec v3.5.7
29052026-03-19T04:00:56.049Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29062026-03-19T04:00:56.276Z Checking russh v0.45.0
29072026-03-19T04:00:56.790Z Checking cfg-expr v0.20.6
29082026-03-19T04:00:56.923Z Checking backtrace-ext v0.2.1
29092026-03-19T04:00:57.095Z Checking supports-color v2.1.0
29102026-03-19T04:00:57.139Z Checking textwrap v0.15.2
29112026-03-19T04:00:57.302Z Checking supports-unicode v2.1.0
29122026-03-19T04:00:57.347Z Checking supports-hyperlinks v2.1.0
29132026-03-19T04:00:57.447Z Checking hashbrown v0.14.5
29142026-03-19T04:00:57.490Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29152026-03-19T04:00:57.535Z Checking cargo-platform v0.3.2
29162026-03-19T04:00:57.785Z Checking socket2 v0.5.10
29172026-03-19T04:00:57.828Z Checking terminal_size v0.1.17
29182026-03-19T04:00:57.999Z Compiling miette-derive v5.10.0
29192026-03-19T04:00:58.118Z Checking owo-colors v3.5.0
29202026-03-19T04:00:58.164Z Checking internet-checksum v0.2.1
29212026-03-19T04:00:58.357Z Checking chumsky v0.9.3
29222026-03-19T04:00:58.851Z Checking cargo_metadata v0.23.1
29232026-03-19T04:00:59.555Z Checking miette v5.10.0
29242026-03-19T04:00:59.851Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29252026-03-19T04:00:59.896Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29262026-03-19T04:00:59.968Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29272026-03-19T04:01:00.233Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29282026-03-19T04:01:00.378Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29292026-03-19T04:01:00.571Z Checking httptest v0.16.4
29302026-03-19T04:01:00.927Z Checking pathdiff v0.2.3
29312026-03-19T04:01:00.995Z Compiling git2 v0.20.4
29322026-03-19T04:01:01.049Z Compiling knuffel-derive v3.2.0
29332026-03-19T04:01:01.095Z Checking topological-sort v0.2.2
29342026-03-19T04:01:01.138Z Checking nested v0.1.1
29352026-03-19T04:01:01.304Z Checking omicron-zone-package v0.12.2
29362026-03-19T04:01:01.354Z Checking guppy v0.17.25
29372026-03-19T04:01:01.519Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29382026-03-19T04:01:01.824Z Checking similar-asserts v1.7.0
29392026-03-19T04:01:02.054Z Compiling rstest_macros v0.25.0
29402026-03-19T04:01:02.440Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29412026-03-19T04:01:02.510Z Compiling target-triple v1.0.0
29422026-03-19T04:01:02.688Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29432026-03-19T04:01:02.782Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29442026-03-19T04:01:02.973Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29452026-03-19T04:01:03.096Z Checking knuffel v3.2.0
29462026-03-19T04:01:03.276Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29472026-03-19T04:01:03.996Z Checking toml_datetime v1.0.0+spec-1.1.0
29482026-03-19T04:01:04.310Z Checking escape8259 v0.5.3
29492026-03-19T04:01:04.516Z Compiling assert_cmd v2.1.2
29502026-03-19T04:01:04.866Z Compiling relative-path v1.9.3
29512026-03-19T04:01:05.033Z Checking libtest-mimic v0.8.1
29522026-03-19T04:01:05.078Z Checking toml v1.0.3+spec-1.1.0
29532026-03-19T04:01:05.590Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29542026-03-19T04:01:05.763Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29552026-03-19T04:01:05.859Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29562026-03-19T04:01:05.960Z Checking blake2b_simd v1.0.4
29572026-03-19T04:01:06.505Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29582026-03-19T04:01:06.685Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29592026-03-19T04:01:07.017Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29602026-03-19T04:01:07.242Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29612026-03-19T04:01:07.552Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29622026-03-19T04:01:07.710Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29632026-03-19T04:01:07.993Z Checking fancy-regex v0.14.0
29642026-03-19T04:01:08.304Z Compiling polar-core v0.27.3
29652026-03-19T04:01:08.360Z Checking serde_tokenstream v0.2.3
29662026-03-19T04:01:08.575Z Checking uzers v0.12.2
29672026-03-19T04:01:08.686Z Checking constant_time_eq v0.3.1
29682026-03-19T04:01:08.864Z Compiling linkme-impl v0.3.35
29692026-03-19T04:01:08.910Z Checking termcolor v1.4.1
29702026-03-19T04:01:09.257Z Checking trybuild v1.0.116
29712026-03-19T04:01:09.400Z Checking rust-argon2 v2.1.0
29722026-03-19T04:01:09.733Z Checking datatest-stable v0.3.3
29732026-03-19T04:01:10.364Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29742026-03-19T04:01:10.576Z Checking rstest v0.25.0
29752026-03-19T04:01:10.774Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29762026-03-19T04:01:10.819Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29772026-03-19T04:01:10.866Z Checking support-bundle-viewer v0.1.2
29782026-03-19T04:01:11.223Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29792026-03-19T04:01:11.518Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29802026-03-19T04:01:11.736Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29812026-03-19T04:01:11.800Z Checking drift v0.1.3
29822026-03-19T04:01:12.021Z Checking rand_distr v0.5.1
29832026-03-19T04:01:12.215Z Checking multimap v0.10.1
29842026-03-19T04:01:12.636Z Checking approx v0.5.1
29852026-03-19T04:01:12.720Z Compiling linkme v0.3.35
29862026-03-19T04:01:12.854Z Checking dropshot-api-manager v0.6.0
29872026-03-19T04:01:14.287Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29882026-03-19T04:01:14.485Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29892026-03-19T04:01:14.740Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29902026-03-19T04:01:15.005Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29912026-03-19T04:01:15.056Z Checking oso v0.27.3
29922026-03-19T04:01:15.314Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29932026-03-19T04:01:15.510Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29942026-03-19T04:01:15.559Z Checking partial-io v0.5.4
29952026-03-19T04:01:15.603Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29962026-03-19T04:01:15.861Z Checking cargo_toml v0.21.0
29972026-03-19T04:01:16.003Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29982026-03-19T04:01:16.093Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29992026-03-19T04:01:16.350Z Checking termios v0.3.3
30002026-03-19T04:01:16.395Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30012026-03-19T04:01:16.650Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30022026-03-19T04:01:17.122Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30032026-03-19T04:01:18.694Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30042026-03-19T04:01:21.615Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30052026-03-19T04:01:26.838Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30062026-03-19T04:01:29.585Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30072026-03-19T04:01:34.624Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30082026-03-19T04:01:36.715Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30092026-03-19T04:01:42.889Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30102026-03-19T04:01:48.505Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30112026-03-19T04:01:50.608Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30122026-03-19T04:01:51.373Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30132026-03-19T04:02:02.463Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30142026-03-19T04:03:59.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 34s
30152026-03-19T04:04:00.160Z
30162026-03-19T04:04:00.164Zreal 5:39.213831721
30172026-03-19T04:04:00.164Zuser 28:14.998994588
30182026-03-19T04:04:00.164Zsys 5:53.655351701
30192026-03-19T04:04:00.164Ztrap 0.722404915
30202026-03-19T04:04:00.164Ztflt 0.100839996
30212026-03-19T04:04:00.164Zdflt 0.146376439
30222026-03-19T04:04:00.164Zkflt 0.000697544
30232026-03-19T04:04:00.164Zlock 1:19:42.775396661
30242026-03-19T04:04:00.164Zslp 1:16:50.418710889
30252026-03-19T04:04:00.164Zlat 1:55.284480211
30262026-03-19T04:04:00.164Zstop 13:41.239803852
30272026-03-19T04:04:00.164Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30282026-03-19T04:04:00.164Z+ ptime -m cargo doc --workspace --no-deps
30292026-03-19T04:04:01.343Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30302026-03-19T04:04:01.343Z |
30312026-03-19T04:04:01.343Z = 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)`
30322026-03-19T04:04:01.343Z = 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>
30332026-03-19T04:04:02.670Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-03-19T04:04:02.941Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30352026-03-19T04:04:02.991Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30362026-03-19T04:04:03.074Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372026-03-19T04:04:03.251Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30382026-03-19T04:04:03.254Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30392026-03-19T04:04:03.308Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30402026-03-19T04:04:03.342Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30412026-03-19T04:04:03.415Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30422026-03-19T04:04:03.497Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30432026-03-19T04:04:03.526Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30442026-03-19T04:04:03.566Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30452026-03-19T04:04:03.595Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30462026-03-19T04:04:03.670Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30472026-03-19T04:04:03.701Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30482026-03-19T04:04:03.732Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30492026-03-19T04:04:03.847Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30502026-03-19T04:04:03.879Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30512026-03-19T04:04:03.940Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30522026-03-19T04:04:03.970Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30532026-03-19T04:04:04.182Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30542026-03-19T04:04:04.573Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30552026-03-19T04:04:04.751Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30562026-03-19T04:04:04.781Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30572026-03-19T04:04:04.812Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30582026-03-19T04:04:04.989Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30592026-03-19T04:04:04.993Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30602026-03-19T04:04:05.283Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30612026-03-19T04:04:05.430Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30622026-03-19T04:04:05.518Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30632026-03-19T04:04:05.554Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30642026-03-19T04:04:05.728Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30652026-03-19T04:04:05.779Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30662026-03-19T04:04:05.953Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30672026-03-19T04:04:05.983Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30682026-03-19T04:04:06.069Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30692026-03-19T04:04:06.243Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30702026-03-19T04:04:06.274Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30712026-03-19T04:04:06.569Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30722026-03-19T04:04:06.641Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30732026-03-19T04:04:07.029Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30742026-03-19T04:04:07.068Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30752026-03-19T04:04:07.203Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30762026-03-19T04:04:07.285Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30772026-03-19T04:04:07.378Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30782026-03-19T04:04:07.423Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30792026-03-19T04:04:07.672Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30802026-03-19T04:04:07.730Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30812026-03-19T04:04:07.770Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30822026-03-19T04:04:07.802Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30832026-03-19T04:04:07.964Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30842026-03-19T04:04:07.993Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30852026-03-19T04:04:08.025Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30862026-03-19T04:04:08.142Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30872026-03-19T04:04:08.306Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30882026-03-19T04:04:08.334Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30892026-03-19T04:04:08.363Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30902026-03-19T04:04:08.440Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30912026-03-19T04:04:08.584Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30922026-03-19T04:04:08.624Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30932026-03-19T04:04:08.739Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30942026-03-19T04:04:08.817Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30952026-03-19T04:04:08.881Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30962026-03-19T04:04:08.920Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30972026-03-19T04:04:09.063Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30982026-03-19T04:04:09.132Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30992026-03-19T04:04:09.225Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31002026-03-19T04:04:09.411Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31012026-03-19T04:04:09.465Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31022026-03-19T04:04:09.522Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31032026-03-19T04:04:09.553Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31042026-03-19T04:04:09.761Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31052026-03-19T04:04:10.181Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31062026-03-19T04:04:10.313Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31072026-03-19T04:04:11.278Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31082026-03-19T04:04:11.711Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31092026-03-19T04:04:12.032Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31102026-03-19T04:04:12.085Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31112026-03-19T04:04:12.222Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31122026-03-19T04:04:12.263Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31132026-03-19T04:04:12.497Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31142026-03-19T04:04:12.644Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31152026-03-19T04:04:12.971Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31162026-03-19T04:04:13.234Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31172026-03-19T04:04:13.428Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31182026-03-19T04:04:13.525Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31192026-03-19T04:04:13.656Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31202026-03-19T04:04:13.786Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31212026-03-19T04:04:14.104Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31222026-03-19T04:04:14.372Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31232026-03-19T04:04:14.979Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31242026-03-19T04:04:15.021Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31252026-03-19T04:04:15.101Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31262026-03-19T04:04:15.490Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31272026-03-19T04:04:15.561Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31282026-03-19T04:04:16.274Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31292026-03-19T04:04:16.451Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31302026-03-19T04:04:17.385Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31312026-03-19T04:04:17.839Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31322026-03-19T04:04:18.224Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31332026-03-19T04:04:18.615Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31342026-03-19T04:04:18.817Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31352026-03-19T04:04:18.960Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31362026-03-19T04:04:19.265Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31372026-03-19T04:04:19.295Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31382026-03-19T04:04:19.405Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31392026-03-19T04:04:19.534Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31402026-03-19T04:04:19.607Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31412026-03-19T04:04:19.819Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31422026-03-19T04:04:19.988Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31432026-03-19T04:04:20.051Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31442026-03-19T04:04:20.085Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31452026-03-19T04:04:20.245Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31462026-03-19T04:04:20.468Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31472026-03-19T04:04:20.648Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31482026-03-19T04:04:21.183Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31492026-03-19T04:04:21.729Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31502026-03-19T04:04:22.346Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31512026-03-19T04:04:23.130Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31522026-03-19T04:04:23.357Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31532026-03-19T04:04:23.392Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31542026-03-19T04:04:23.732Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31552026-03-19T04:04:23.901Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31562026-03-19T04:04:24.054Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31572026-03-19T04:04:24.313Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31582026-03-19T04:04:24.875Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31592026-03-19T04:04:24.909Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31602026-03-19T04:04:24.958Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31612026-03-19T04:04:25.357Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31622026-03-19T04:04:26.609Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31632026-03-19T04:04:26.997Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31642026-03-19T04:04:27.142Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31652026-03-19T04:04:27.721Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31662026-03-19T04:04:28.205Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31672026-03-19T04:04:28.330Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31682026-03-19T04:04:29.827Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31692026-03-19T04:04:30.210Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31702026-03-19T04:04:31.046Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31712026-03-19T04:04:31.423Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31722026-03-19T04:04:31.608Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31732026-03-19T04:04:31.769Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31742026-03-19T04:04:32.271Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31752026-03-19T04:04:32.816Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31762026-03-19T04:04:33.853Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31772026-03-19T04:04:34.783Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31782026-03-19T04:04:36.220Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-03-19T04:04:36.560Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31802026-03-19T04:04:37.108Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31812026-03-19T04:04:38.112Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31822026-03-19T04:04:39.346Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31832026-03-19T04:04:40.632Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31842026-03-19T04:04:40.919Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31852026-03-19T04:04:42.594Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31862026-03-19T04:04:42.597Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31872026-03-19T04:04:43.296Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31882026-03-19T04:04:43.771Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31892026-03-19T04:04:44.482Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31902026-03-19T04:04:44.951Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31912026-03-19T04:04:45.170Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31922026-03-19T04:04:46.015Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31932026-03-19T04:04:46.315Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31942026-03-19T04:04:46.636Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31952026-03-19T04:04:47.174Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31962026-03-19T04:04:47.510Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31972026-03-19T04:04:47.590Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31982026-03-19T04:04:48.539Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31992026-03-19T04:04:48.676Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32002026-03-19T04:04:49.029Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32012026-03-19T04:04:49.123Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32022026-03-19T04:04:49.532Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32032026-03-19T04:04:49.703Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32042026-03-19T04:04:49.935Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32052026-03-19T04:04:50.006Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32062026-03-19T04:04:50.525Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32072026-03-19T04:04:51.263Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32082026-03-19T04:04:51.413Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32092026-03-19T04:04:52.170Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32102026-03-19T04:04:52.982Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32112026-03-19T04:04:53.113Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32122026-03-19T04:04:54.915Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132026-03-19T04:04:55.771Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142026-03-19T04:04:59.789Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32152026-03-19T04:05:00.762Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32162026-03-19T04:05:01.715Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32172026-03-19T04:05:03.050Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-03-19T04:05:04.805Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32192026-03-19T04:05:06.393Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32202026-03-19T04:05:07.315Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32212026-03-19T04:05:09.239Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32222026-03-19T04:05:10.171Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32232026-03-19T04:05:10.842Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32242026-03-19T04:05:12.561Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32252026-03-19T04:05:14.282Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32262026-03-19T04:05:15.332Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32272026-03-19T04:05:15.584Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32282026-03-19T04:05:15.987Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32292026-03-19T04:05:17.083Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32302026-03-19T04:05:17.867Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32312026-03-19T04:05:20.272Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32322026-03-19T04:05:24.602Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32332026-03-19T04:05:25.780Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32342026-03-19T04:05:26.745Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32352026-03-19T04:05:27.805Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32362026-03-19T04:05:29.378Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32372026-03-19T04:05:30.368Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32382026-03-19T04:05:31.417Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32392026-03-19T04:05:37.217Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32402026-03-19T04:05:40.245Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32412026-03-19T04:05:40.245Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32422026-03-19T04:05:40.245Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32432026-03-19T04:05:40.300Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32442026-03-19T04:05:40.300Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32452026-03-19T04:05:41.857Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32462026-03-19T04:05:44.204Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32472026-03-19T04:05:44.228Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32482026-03-19T04:05:45.518Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32492026-03-19T04:05:46.649Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32502026-03-19T04:05:47.788Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32512026-03-19T04:05:48.768Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32522026-03-19T04:05:50.176Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32532026-03-19T04:05:51.379Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32542026-03-19T04:05:54.812Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32552026-03-19T04:05:56.064Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32562026-03-19T04:05:56.978Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32572026-03-19T04:05:58.416Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32582026-03-19T04:06:01.606Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32592026-03-19T04:06:02.711Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32602026-03-19T04:06:04.435Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32612026-03-19T04:06:06.568Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32622026-03-19T04:06:08.522Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32632026-03-19T04:06:10.929Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32642026-03-19T04:06:13.785Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32652026-03-19T04:06:15.396Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32662026-03-19T04:06:17.737Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32672026-03-19T04:06:22.858Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32682026-03-19T04:06:24.970Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32692026-03-19T04:06:25.213Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32702026-03-19T04:06:27.334Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32712026-03-19T04:06:29.775Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32722026-03-19T04:06:32.254Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32732026-03-19T04:06:34.647Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32742026-03-19T04:06:37.558Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32752026-03-19T04:06:39.928Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32762026-03-19T04:06:42.787Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32772026-03-19T04:06:44.848Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32782026-03-19T04:06:47.271Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32792026-03-19T04:06:49.743Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32802026-03-19T04:06:52.175Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32812026-03-19T04:06:54.627Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32822026-03-19T04:06:56.784Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32832026-03-19T04:06:59.546Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32842026-03-19T04:07:01.648Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32852026-03-19T04:07:04.132Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32862026-03-19T04:07:06.696Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32872026-03-19T04:07:09.225Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32882026-03-19T04:07:11.698Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32892026-03-19T04:07:14.263Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32902026-03-19T04:07:16.770Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32912026-03-19T04:07:19.270Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32922026-03-19T04:07:22.281Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32932026-03-19T04:07:24.537Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32942026-03-19T04:07:27.087Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32952026-03-19T04:07:34.104Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32962026-03-19T04:07:35.326Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32972026-03-19T04:07:38.104Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32982026-03-19T04:07:41.013Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32992026-03-19T04:07:43.824Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33002026-03-19T04:07:46.590Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33012026-03-19T04:07:49.337Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33022026-03-19T04:07:52.271Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33032026-03-19T04:07:55.180Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33042026-03-19T04:07:57.897Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33052026-03-19T04:08:00.958Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33062026-03-19T04:08:03.596Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33072026-03-19T04:08:06.793Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33082026-03-19T04:08:09.284Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33092026-03-19T04:08:12.723Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33102026-03-19T04:08:15.042Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33112026-03-19T04:08:17.942Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33122026-03-19T04:08:20.781Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33132026-03-19T04:08:23.791Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33142026-03-19T04:08:26.570Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33152026-03-19T04:08:29.584Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33162026-03-19T04:08:32.361Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33172026-03-19T04:08:35.498Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33182026-03-19T04:08:38.454Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33192026-03-19T04:08:41.431Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33202026-03-19T04:08:44.435Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33212026-03-19T04:08:47.412Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33222026-03-19T04:08:50.378Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33232026-03-19T04:08:53.638Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33242026-03-19T04:08:56.353Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33252026-03-19T04:08:59.391Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33262026-03-19T04:09:02.452Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33272026-03-19T04:09:05.526Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33282026-03-19T04:09:08.588Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33292026-03-19T04:09:11.711Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33302026-03-19T04:09:14.931Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33312026-03-19T04:09:17.995Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33322026-03-19T04:09:21.080Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33332026-03-19T04:09:24.174Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33342026-03-19T04:09:27.297Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33352026-03-19T04:09:30.477Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33362026-03-19T04:09:33.694Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33372026-03-19T04:09:36.710Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33382026-03-19T04:09:40.446Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33392026-03-19T04:09:49.338Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33402026-03-19T04:09:49.365Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33412026-03-19T04:09:53.337Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33422026-03-19T04:09:57.549Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33432026-03-19T04:10:03.380Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33442026-03-19T04:10:06.959Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33452026-03-19T04:10:11.374Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33462026-03-19T04:10:15.948Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33472026-03-19T04:10:20.509Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33482026-03-19T04:10:25.303Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33492026-03-19T04:10:29.750Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33502026-03-19T04:10:34.243Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33512026-03-19T04:10:38.941Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33522026-03-19T04:10:43.592Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33532026-03-19T04:10:48.067Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33542026-03-19T04:10:52.842Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33552026-03-19T04:10:57.249Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33562026-03-19T04:11:01.872Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33572026-03-19T04:11:06.436Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33582026-03-19T04:11:11.020Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33592026-03-19T04:11:15.715Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33602026-03-19T04:11:22.329Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33612026-03-19T04:11:24.974Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33622026-03-19T04:12:01.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 01s
33632026-03-19T04:12:01.651Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33642026-03-19T04:12:01.772Z
33652026-03-19T04:12:01.778Zreal 8:01.381108769
33662026-03-19T04:12:01.778Zuser 23:33.809546531
33672026-03-19T04:12:01.778Zsys 4:27.118362026
33682026-03-19T04:12:01.778Ztrap 0.415282832
33692026-03-19T04:12:01.778Ztflt 0.020411778
33702026-03-19T04:12:01.778Zdflt 0.030544317
33712026-03-19T04:12:01.778Zkflt 0.000083463
33722026-03-19T04:12:01.778Zlock 7:13:02.597113945
33732026-03-19T04:12:01.778Zslp 2:39:41.462710830
33742026-03-19T04:12:01.778Zlat 38.051846363
33752026-03-19T04:12:01.778Zstop 1:58.434860813
33762026-03-19T04:12:01.778Zprocess exited: duration 1070307 ms, exit code 0
 
33772026-03-19T04:12:01.787Zfound 0 output files