01KM63TCD47PRVRAEJG44F4J3X: clippy (helios)

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

Buildomat Job: 01KM63TYEG6R5B9ZFTC16VFTDJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T17:15:39.024Zjob assigned to worker 01KM63TX79BB79CVFDHVVFMBYM [factory aws, i-00c9661c91c99a8e8] (queued for 1 m 30 s)
 
22026-03-20T17:15:46.942Zstarting task 0: "setup"
32026-03-20T17:15:46.947Z++ uname -s
42026-03-20T17:15:46.950Z+ kern=SunOS
52026-03-20T17:15:46.950Z+ build_user=build
62026-03-20T17:15:46.950Z+ build_uid=12345
72026-03-20T17:15:46.951Z+ work_dir=/work
82026-03-20T17:15:46.951Z+ input_dir=/input
92026-03-20T17:15:46.951Z+ [[ 0 == 12345 ]]
102026-03-20T17:15:46.951Z+ case "$kern" in
112026-03-20T17:15:46.951Z+ groupadd -g 12345 build
122026-03-20T17:15:46.954Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T17:15:48.957Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T17:15:49.068Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T17:15:49.071Z+ home_fs=zfs
162026-03-20T17:15:49.071Z+ [[ zfs == autofs ]]
172026-03-20T17:15:49.071Z+ mkdir -p /home/build
182026-03-20T17:15:49.074Z+ chown build:build /home/build /work
192026-03-20T17:15:51.074Z+ chmod 0700 /home/build /work
202026-03-20T17:15:51.077Zprocess exited: duration 4136 ms, exit code 0
 
212026-03-20T17:15:51.085Zstarting task 1: "rust-toolchain"
222026-03-20T17:15:51.088Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-20T17:15:51.088Z * rust toolchain channel = "1.94.0"
242026-03-20T17:15:51.088Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-20T17:15:51.088Z * rust toolchain profile = "default"
262026-03-20T17:15:51.088Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T17:15:51.088Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T17:15:51.091Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T17:15:51.091Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-20T17:15:51.214Zinfo: downloading installer
312026-03-20T17:15:52.889Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T17:15:52.889Zwarn: /opt/ooce/bin
332026-03-20T17:15:52.889Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T17:15:52.889Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T17:15:52.889Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T17:15:52.889Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T17:15:52.889Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T17:15:52.889Zerror: cannot install while Rust is installed
392026-03-20T17:15:52.889Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T17:15:52.889Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T17:15:52.889Zwarn: /home/build/.rustup/settings.toml
422026-03-20T17:15:52.889Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T17:15:52.889Zwarn: instead of the one inferred from the default host triple.
442026-03-20T17:15:52.906Zinfo: profile set to default
452026-03-20T17:15:52.906Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T17:15:52.909Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-20T17:15:53.051Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-20T17:15:53.055Zinfo: downloading 6 components
492026-03-20T17:16:09.815Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-20T17:16:09.815Z
512026-03-20T17:16:09.850Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-20T17:16:09.850Z
532026-03-20T17:16:09.854Z
542026-03-20T17:16:09.854ZRust is installed now. Great!
552026-03-20T17:16:09.854Z
562026-03-20T17:16:09.854ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T17:16:09.854Zenvironment variable. This has not been done automatically.
582026-03-20T17:16:09.854Z
592026-03-20T17:16:09.854ZTo configure your current shell, you need to source
602026-03-20T17:16:09.854Zthe corresponding env file under $HOME/.cargo.
612026-03-20T17:16:09.854Z
622026-03-20T17:16:09.854ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T17:16:09.854Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T17:16:09.854Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T17:16:09.854Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T17:16:09.855Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T17:16:09.855Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T17:16:09.855Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T17:16:09.855Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T17:16:09.855Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T17:16:09.959Z+ rustup --version
722026-03-20T17:16:09.969Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T17:16:09.975Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T17:16:09.995Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-20T17:16:10.006Z+ cargo --version
762026-03-20T17:16:10.014Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-20T17:16:10.018Z+ rustc --version
782026-03-20T17:16:10.043Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-20T17:16:10.047Zprocess exited: duration 18967 ms, exit code 0
 
802026-03-20T17:16:10.054Zstarting task 2: "authentication"
812026-03-20T17:16:10.075Zprocess exited: duration 21 ms, exit code 0
 
822026-03-20T17:16:10.084Zstarting task 3: "clone repository"
832026-03-20T17:16:10.088Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-20T17:16:10.091Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-20T17:16:10.130ZCloning into '/work/oxidecomputer/omicron'...
862026-03-20T17:16:20.580Z+ cd /work/oxidecomputer/omicron
872026-03-20T17:16:20.580Z+ git fetch origin b770aca505bb58f3bdbe9a6522d0f72949e7f286
882026-03-20T17:16:20.893ZFrom https://github.com/oxidecomputer/omicron
892026-03-20T17:16:20.893Z * branch b770aca505bb58f3bdbe9a6522d0f72949e7f286 -> FETCH_HEAD
902026-03-20T17:16:20.903Z+ [[ -n sunshowers/spr/reconfigurator-example-system-now-publishes-ntp-and-crdb-information ]]
912026-03-20T17:16:20.906Z++ git branch --show-current
922026-03-20T17:16:20.909Z+ current=main
932026-03-20T17:16:20.909Z+ [[ main != sunshowers/spr/reconfigurator-example-system-now-publishes-ntp-and-crdb-information ]]
942026-03-20T17:16:20.909Z+ git branch -f sunshowers/spr/reconfigurator-example-system-now-publishes-ntp-and-crdb-information b770aca505bb58f3bdbe9a6522d0f72949e7f286
952026-03-20T17:16:20.912Z+ git checkout -f sunshowers/spr/reconfigurator-example-system-now-publishes-ntp-and-crdb-information
962026-03-20T17:16:21.244ZSwitched to branch 'sunshowers/spr/reconfigurator-example-system-now-publishes-ntp-and-crdb-information'
972026-03-20T17:16:21.249Z+ git reset --hard b770aca505bb58f3bdbe9a6522d0f72949e7f286
982026-03-20T17:16:21.276ZHEAD is now at b770aca50 [spr] initial version
992026-03-20T17:16:21.279Zprocess exited: duration 11196 ms, exit code 0
 
1002026-03-20T17:16:21.285Zstarting task 4: "build"
1012026-03-20T17:16:21.289Z+ source ./env.sh
1022026-03-20T17:16:21.292Z++ OLD_SHELL_OPTS=ehxB
1032026-03-20T17:16:21.292Z++ set -o xtrace
1042026-03-20T17:16:21.292Z++++ dirname ./env.sh
1052026-03-20T17:16:21.295Z+++ readlink -f .
1062026-03-20T17:16:21.295Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-20T17:16:21.298Z++ 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-20T17:16:21.298Z++ 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-20T17:16:21.298Z++ 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-20T17:16:21.298Z++ 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-20T17:16:21.298Z++ 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-20T17:16:21.298Z++ 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-20T17:16:21.298Z++ 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-20T17:16:21.298Z++ 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-20T17:16:21.298Z++ case $OLD_SHELL_OPTS in
1162026-03-20T17:16:21.298Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-20T17:16:21.298Z+ source .github/buildomat/ci-env.sh
1182026-03-20T17:16:21.298Z++ export CARGO_TERM_COLOR=always
1192026-03-20T17:16:21.298Z++ CARGO_TERM_COLOR=always
1202026-03-20T17:16:21.298Z+ cargo --version
1212026-03-20T17:16:21.307Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-20T17:16:21.310Z+ rustc --version
1232026-03-20T17:16:21.336Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-20T17:16:21.339Z+ banner prerequisites
1252026-03-20T17:16:21.342Z
1262026-03-20T17:16:21.342Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-20T17:16:21.342Z # # # # # # # # # # # # # # #
1282026-03-20T17:16:21.342Z # # # # ##### # # ##### # # # # # #### #
1292026-03-20T17:16:21.342Z ##### ##### # ##### # # # # # # # # #
1302026-03-20T17:16:21.342Z # # # # # # # # # # # # # # #
1312026-03-20T17:16:21.342Z # # # ###### # # ###### ### # #### # #### #
1322026-03-20T17:16:21.342Z
1332026-03-20T17:16:21.342Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-20T17:16:31.316Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-20T17:16:41.285Z Startup: Caching catalogs ... Done
1362026-03-20T17:17:03.774ZPlanning: Solver setup ... Done (21.013s)
1372026-03-20T17:17:03.928ZPlanning: Running solver ... Done (0.154s)
1382026-03-20T17:17:04.119ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-20T17:17:04.132ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-20T17:17:04.257ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-20T17:17:04.299ZPlanning: Package planning ... Done (0.042s)
1422026-03-20T17:17:04.342ZPlanning: Merging actions ... Done (0.043s)
1432026-03-20T17:17:04.584ZPlanning: Checking for conflicting actions ... Done (0.241s)
1442026-03-20T17:17:04.594ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-20T17:17:05.452ZPlanning: Evaluating mediators ... Done (0.858s)
1462026-03-20T17:17:05.461ZPlanning: Planning completed in 24.04 seconds
1472026-03-20T17:17:05.474Z Packages to install: 4
1482026-03-20T17:17:05.477Z Mediators to change: 2
1492026-03-20T17:17:05.477Z Services to change: 1
1502026-03-20T17:17:05.477Z Estimated space available: 155.43 GB
1512026-03-20T17:17:05.477ZEstimated space to be consumed: 1.83 GB
1522026-03-20T17:17:05.477Z Create boot environment: No
1532026-03-20T17:17:05.477ZCreate backup boot environment: No
1542026-03-20T17:17:05.478Z Rebuild boot archive: No
1552026-03-20T17:17:05.478Z
1562026-03-20T17:17:05.478ZChanged mediators:
1572026-03-20T17:17:05.478Z mediator clang:
1582026-03-20T17:17:05.478Z version: None -> 15 (system default)
1592026-03-20T17:17:05.478Z
1602026-03-20T17:17:05.478Z mediator llvm:
1612026-03-20T17:17:05.478Z version: 14 (system default) -> 15 (system default)
1622026-03-20T17:17:05.478Z
1632026-03-20T17:17:05.478ZChanged packages:
1642026-03-20T17:17:05.478Zhelios-dev
1652026-03-20T17:17:05.478Z developer/build-essential
1662026-03-20T17:17:05.478Z None -> 11-2.0
1672026-03-20T17:17:05.478Z library/libxmlsec1
1682026-03-20T17:17:05.478Z None -> 1.2.35-2.0
1692026-03-20T17:17:05.478Z ooce/developer/clang-15
1702026-03-20T17:17:05.478Z None -> 15.0.7-2.0
1712026-03-20T17:17:05.478Z ooce/developer/llvm-15
1722026-03-20T17:17:05.478Z None -> 15.0.7-2.0
1732026-03-20T17:17:05.478Z
1742026-03-20T17:17:05.478ZServices:
1752026-03-20T17:17:05.478Z restart_fmri:
1762026-03-20T17:17:05.478Z svc:/system/update-man-index:default
1772026-03-20T17:17:05.526Z
1782026-03-20T17:17:05.526ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-20T17:17:10.528ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (24.7M/s)
1802026-03-20T17:17:14.009ZDownload: Completed 212.60 MB in 8.48 seconds (25.1M/s)
1812026-03-20T17:17:14.263Z Actions: 1/3689 actions (Installing new actions)
1822026-03-20T17:17:18.365Z Actions: Completed 3689 actions in 4.10 seconds.
1832026-03-20T17:17:18.738Z Done (0.368s)
1842026-03-20T17:17:18.738Z Done (0.000s)
1852026-03-20T17:17:19.746Z Done (1.008s)
1862026-03-20T17:17:23.968Z Done (3.856s)
1872026-03-20T17:17:24.058Z Done (0.019s)
1882026-03-20T17:17:24.061Z Done (0.000s)
1892026-03-20T17:17:24.196Z Done (0.000s)
1902026-03-20T17:17:25.207ZPlanning: Evaluating mediator changes ... Done
1912026-03-20T17:17:25.352ZPlanning: Checking for conflicting actions ... Done
1922026-03-20T17:17:25.355ZPlanning: Consolidating action changes ... Done
1932026-03-20T17:17:25.580ZPlanning: Evaluating mediators ... Done
1942026-03-20T17:17:25.583ZPlanning: Planning completed in 0.37 seconds
1952026-03-20T17:17:25.611Z Mediators to change: 2
1962026-03-20T17:17:25.611Z Create boot environment: No
1972026-03-20T17:17:25.614ZCreate backup boot environment: No
1982026-03-20T17:17:25.687Z Done
1992026-03-20T17:17:25.687Z Done
2002026-03-20T17:17:26.445Z Done
2012026-03-20T17:17:29.845Z Done
2022026-03-20T17:17:29.934Z Done
2032026-03-20T17:17:29.938Z Done
2042026-03-20T17:17:30.087Z Done
2052026-03-20T17:17:30.632ZPlanning: Evaluating mediator changes ... Done
2062026-03-20T17:17:30.637ZPlanning: Merging actions ... Done
2072026-03-20T17:17:30.802ZPlanning: Checking for conflicting actions ... Done
2082026-03-20T17:17:30.806ZPlanning: Consolidating action changes ... Done
2092026-03-20T17:17:31.025ZPlanning: Evaluating mediators ... Done
2102026-03-20T17:17:31.068ZPlanning: Planning completed in 0.64 seconds
2112026-03-20T17:17:31.098Z Packages to change: 1
2122026-03-20T17:17:31.098Z Mediators to change: 1
2132026-03-20T17:17:31.101Z Services to change: 1
2142026-03-20T17:17:31.101Z Create boot environment: No
2152026-03-20T17:17:31.101ZCreate backup boot environment: Yes
2162026-03-20T17:17:33.640Z Actions: 1/6 actions (Updating modified actions)
2172026-03-20T17:17:33.643Z Actions: Completed 6 actions in 0.00 seconds.
2182026-03-20T17:17:33.643Z Done
2192026-03-20T17:17:33.643Z Done
2202026-03-20T17:17:33.834Z Done
2212026-03-20T17:17:37.115Z Done
2222026-03-20T17:17:37.202Z Done
2232026-03-20T17:17:37.205Z Done
2242026-03-20T17:17:37.357Z Done
2252026-03-20T17:17:37.741ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262026-03-20T17:17:37.741Zclang system 15 system
2272026-03-20T17:17:37.741Zcsh system system illumos
2282026-03-20T17:17:37.741Zctags system system illumos
2292026-03-20T17:17:37.741Zfile system system illumos
2302026-03-20T17:17:37.741Zgcc vendor 12 vendor
2312026-03-20T17:17:37.742Zgcc system 10 system
2322026-03-20T17:17:37.742Zgcc system 7 system
2332026-03-20T17:17:37.742Zgo system 1.20 system
2342026-03-20T17:17:37.742Zgo system 1.19 system
2352026-03-20T17:17:37.742Zllvm system 15 system
2362026-03-20T17:17:37.742Zllvm system 14 system
2372026-03-20T17:17:37.742Zmariadb system 10.6 system
2382026-03-20T17:17:37.742Zmta vendor vendor dma
2392026-03-20T17:17:37.742Zopenjdk system 17 system
2402026-03-20T17:17:37.742Zopenjdk system 11 system
2412026-03-20T17:17:37.742Zopenjdk system 1.8 system
2422026-03-20T17:17:37.742Zopenssl vendor 3 vendor
2432026-03-20T17:17:37.742Zperl system 5.36 system
2442026-03-20T17:17:37.742Zpostgresql system 15 system
2452026-03-20T17:17:37.742Zpostgresql system 13 system
2462026-03-20T17:17:37.742Zpython vendor 3 vendor
2472026-03-20T17:17:37.742Zpython system 2 system
2482026-03-20T17:17:37.742Zpython3 system 3.11 system
2492026-03-20T17:17:37.742Zruby system 3.0 system
2502026-03-20T17:17:37.742Zwords vendor vendor american-english
2512026-03-20T17:17:37.742Zwords system system australian-english
2522026-03-20T17:17:37.742Zwords system system british-english
2532026-03-20T17:17:37.742Zwords system system canadian-english
2542026-03-20T17:17:37.742Zwords system system french
2552026-03-20T17:17:37.742Zwords system system italian
2562026-03-20T17:17:37.742Zwords system system ngerman
2572026-03-20T17:17:37.742Zwords system system ogerman
2582026-03-20T17:17:37.742Zwords system system spanish
2592026-03-20T17:17:38.045ZPUBLISHER TYPE STATUS P LOCATION
2602026-03-20T17:17:38.045Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-03-20T17:17:44.120ZFMRI IFO
2622026-03-20T17:17:44.120Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-03-20T17:17:44.120Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-03-20T17:17:44.120Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-03-20T17:17:44.120Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-03-20T17:17:44.120Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-03-20T17:17:44.120Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-03-20T17:17:44.120Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692026-03-20T17:17:44.120Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-03-20T17:17:44.120Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-03-20T17:17:44.120Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-03-20T17:17:44.120Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-03-20T17:17:44.120Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-03-20T17:17:44.120Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-03-20T17:17:44.120Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-03-20T17:17:44.120Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-03-20T17:17:44.120Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-03-20T17:17:45.387Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-03-20T17:17:45.691Z Updating crates.io index
2802026-03-20T17:17:45.735Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-03-20T17:17:46.682Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-03-20T17:17:47.196Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-03-20T17:17:47.451Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2842026-03-20T17:17:48.050Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852026-03-20T17:17:48.957Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-03-20T17:17:49.486Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-03-20T17:17:50.950Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-20T17:17:52.586Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-03-20T17:17:53.651Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-03-20T17:17:54.002Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-03-20T17:17:54.974Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-03-20T17:17:55.475Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-03-20T17:17:55.910Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-03-20T17:17:56.375Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-03-20T17:17:57.299Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-03-20T17:17:57.799Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-03-20T17:17:58.258Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-03-20T17:17:58.635Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-03-20T17:17:59.048Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-03-20T17:17:59.310Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-03-20T17:17:59.530Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-03-20T17:17:59.833Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-03-20T17:18:00.285Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-03-20T17:18:00.857Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-03-20T17:18:01.358Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-03-20T17:18:01.647Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-03-20T17:18:02.019Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-03-20T17:18:02.345Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-03-20T17:18:04.330Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102026-03-20T17:18:04.653Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3112026-03-20T17:18:05.158Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3122026-03-20T17:18:05.568Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3132026-03-20T17:18:05.923Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142026-03-20T17:18:06.515Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152026-03-20T17:18:06.989Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162026-03-20T17:18:07.328Z Updating git repository `https://github.com/illumos/smf-rs`
3172026-03-20T17:18:07.777Z Updating git repository `https://github.com/oxidecomputer/omicron`
3182026-03-20T17:18:23.308Z Downloading crates ...
3192026-03-20T17:18:23.370Z Downloaded errno v0.3.14
3202026-03-20T17:18:23.380Z Downloaded quote v1.0.44
3212026-03-20T17:18:23.383Z Downloaded idna_adapter v1.2.1
3222026-03-20T17:18:23.383Z Downloaded cargo_metadata v0.21.0
3232026-03-20T17:18:23.393Z Downloaded serde_spanned v0.6.9
3242026-03-20T17:18:23.398Z Downloaded stable_deref_trait v1.2.1
3252026-03-20T17:18:23.400Z Downloaded anstream v0.6.21
3262026-03-20T17:18:23.400Z Downloaded pest_generator v2.8.6
3272026-03-20T17:18:23.403Z Downloaded cfg-if v1.0.4
3282026-03-20T17:18:23.407Z Downloaded usdt-attr-macro v0.5.0
3292026-03-20T17:18:23.410Z Downloaded writeable v0.6.2
3302026-03-20T17:18:23.410Z Downloaded heck v0.5.0
3312026-03-20T17:18:23.410Z Downloaded smawk v0.3.2
3322026-03-20T17:18:23.413Z Downloaded memmap v0.7.0
3332026-03-20T17:18:23.417Z Downloaded serde_tokenstream v0.2.3
3342026-03-20T17:18:23.423Z Downloaded cargo-util-schemas v0.8.2
3352026-03-20T17:18:23.426Z Downloaded unicode-xid v0.2.6
3362026-03-20T17:18:23.429Z Downloaded scroll_derive v0.12.1
3372026-03-20T17:18:23.429Z Downloaded proc-macro-error-attr v1.0.4
3382026-03-20T17:18:23.432Z Downloaded utf8parse v0.2.2
3392026-03-20T17:18:23.435Z Downloaded typeid v1.0.3
3402026-03-20T17:18:23.435Z Downloaded bitflags v2.11.0
3412026-03-20T17:18:23.437Z Downloaded toml_datetime v0.6.11
3422026-03-20T17:18:23.441Z Downloaded thread-id v4.2.2
3432026-03-20T17:18:23.441Z Downloaded yoke-derive v0.8.1
3442026-03-20T17:18:23.441Z Downloaded usdt-macro v0.5.0
3452026-03-20T17:18:23.441Z Downloaded unicode-linebreak v0.1.5
3462026-03-20T17:18:23.444Z Downloaded usdt v0.5.0
3472026-03-20T17:18:23.450Z Downloaded toml_write v0.1.2
3482026-03-20T17:18:23.453Z Downloaded heck v0.4.1
3492026-03-20T17:18:23.453Z Downloaded equivalent v1.0.2
3502026-03-20T17:18:23.456Z Downloaded zerofrom-derive v0.1.6
3512026-03-20T17:18:23.456Z Downloaded itoa v1.0.17
3522026-03-20T17:18:23.456Z Downloaded form_urlencoded v1.2.2
3532026-03-20T17:18:23.458Z Downloaded version_check v0.9.5
3542026-03-20T17:18:23.462Z Downloaded cpufeatures v0.2.17
3552026-03-20T17:18:23.462Z Downloaded colorchoice v1.0.4
3562026-03-20T17:18:23.464Z Downloaded zerofrom v0.1.6
3572026-03-20T17:18:23.464Z Downloaded potential_utf v0.1.4
3582026-03-20T17:18:23.464Z Downloaded percent-encoding v2.3.2
3592026-03-20T17:18:23.467Z Downloaded dof v0.3.0
3602026-03-20T17:18:23.467Z Downloaded utf8_iter v1.0.4
3612026-03-20T17:18:23.470Z Downloaded fnv v1.0.7
3622026-03-20T17:18:23.470Z Downloaded block-buffer v0.10.4
3632026-03-20T17:18:23.470Z Downloaded ordered-float v2.10.1
3642026-03-20T17:18:23.482Z Downloaded tinystr v0.8.2
3652026-03-20T17:18:23.486Z Downloaded thiserror-impl v2.0.18
3662026-03-20T17:18:23.492Z Downloaded zmij v1.0.21
3672026-03-20T17:18:23.495Z Downloaded yoke v0.8.1
3682026-03-20T17:18:23.495Z Downloaded thiserror-impl v1.0.69
3692026-03-20T17:18:23.498Z Downloaded typenum v1.19.0
3702026-03-20T17:18:23.498Z Downloaded zerovec-derive v0.11.2
3712026-03-20T17:18:23.501Z Downloaded usdt-impl v0.5.0
3722026-03-20T17:18:23.501Z Downloaded fastrand v2.3.0
3732026-03-20T17:18:23.501Z Downloaded serde-value v0.7.0
3742026-03-20T17:18:23.504Z Downloaded crypto-common v0.1.7
3752026-03-20T17:18:23.507Z Downloaded zerocopy-derive v0.7.35
3762026-03-20T17:18:23.538Z Downloaded thiserror v1.0.69
3772026-03-20T17:18:23.538Z Downloaded toml v0.8.23
3782026-03-20T17:18:23.538Z Downloaded tabled_derive v0.7.0
3792026-03-20T17:18:23.538Z Downloaded cargo-platform v0.2.0
3802026-03-20T17:18:23.538Z Downloaded thiserror v2.0.18
3812026-03-20T17:18:23.538Z Downloaded strsim v0.11.1
3822026-03-20T17:18:23.538Z Downloaded unicode-ident v1.0.24
3832026-03-20T17:18:23.538Z Downloaded textwrap v0.16.2
3842026-03-20T17:18:23.538Z Downloaded is_terminal_polyfill v1.70.2
3852026-03-20T17:18:23.538Z Downloaded erased-serde v0.4.9
3862026-03-20T17:18:23.538Z Downloaded digest v0.10.7
3872026-03-20T17:18:23.538Z Downloaded ucd-trie v0.1.7
3882026-03-20T17:18:23.538Z Downloaded toml_edit v0.22.27
3892026-03-20T17:18:23.541Z Downloaded swrite v0.1.0
3902026-03-20T17:18:23.541Z Downloaded dtrace-parser v0.2.0
3912026-03-20T17:18:23.541Z Downloaded zerotrie v0.2.3
3922026-03-20T17:18:23.544Z Downloaded anstyle-query v1.1.5
3932026-03-20T17:18:23.547Z Downloaded url v2.5.8
3942026-03-20T17:18:23.550Z Downloaded terminal_size v0.4.3
3952026-03-20T17:18:23.551Z Downloaded plain v0.2.3
3962026-03-20T17:18:23.555Z Downloaded fs-err v3.3.0
3972026-03-20T17:18:23.558Z Downloaded proc-macro-error v1.0.4
3982026-03-20T17:18:23.563Z Downloaded bytecount v0.6.9
3992026-03-20T17:18:23.566Z Downloaded zerovec v0.11.5
4002026-03-20T17:18:23.570Z Downloaded macaddr v1.0.1
4012026-03-20T17:18:23.573Z Downloaded anstyle-parse v0.2.7
4022026-03-20T17:18:23.576Z Downloaded semver v1.0.27
4032026-03-20T17:18:23.576Z Downloaded zerocopy v0.7.35
4042026-03-20T17:18:23.586Z Downloaded pretty-hex v0.4.1
4052026-03-20T17:18:23.589Z Downloaded winnow v0.7.14
4062026-03-20T17:18:23.593Z Downloaded byteorder v1.5.0
4072026-03-20T17:18:23.596Z Downloaded camino-tempfile v1.4.1
4082026-03-20T17:18:23.596Z Downloaded anstyle v1.0.13
4092026-03-20T17:18:23.599Z Downloaded generic-array v0.14.7
4102026-03-20T17:18:23.599Z Downloaded pest_meta v2.8.6
4112026-03-20T17:18:23.602Z Downloaded serde-untagged v0.1.9
4122026-03-20T17:18:23.602Z Downloaded clap_lex v1.0.0
4132026-03-20T17:18:23.602Z Downloaded unicode-width v0.2.0
4142026-03-20T17:18:23.606Z Downloaded scroll v0.12.0
4152026-03-20T17:18:23.609Z Downloaded cargo_toml v0.21.0
4162026-03-20T17:18:23.609Z Downloaded autocfg v1.5.0
4172026-03-20T17:18:23.612Z Downloaded synstructure v0.13.2
4182026-03-20T17:18:23.612Z Downloaded clap_derive v4.5.55
4192026-03-20T17:18:23.612Z Downloaded anyhow v1.0.102
4202026-03-20T17:18:23.615Z Downloaded displaydoc v0.2.5
4212026-03-20T17:18:23.618Z Downloaded unicode-width v0.1.14
4222026-03-20T17:18:23.624Z Downloaded icu_normalizer v2.1.1
4232026-03-20T17:18:23.627Z Downloaded sha2 v0.10.9
4242026-03-20T17:18:23.630Z Downloaded pest_derive v2.8.6
4252026-03-20T17:18:23.633Z Downloaded serde v1.0.228
4262026-03-20T17:18:23.636Z Downloaded once_cell v1.21.3
4272026-03-20T17:18:23.638Z Downloaded litemap v0.8.1
4282026-03-20T17:18:23.638Z Downloaded camino v1.2.2
4292026-03-20T17:18:23.642Z Downloaded smallvec v1.15.1
4302026-03-20T17:18:23.642Z Downloaded log v0.4.29
4312026-03-20T17:18:23.645Z Downloaded tempfile v3.25.0
4322026-03-20T17:18:23.651Z Downloaded icu_collections v2.1.1
4332026-03-20T17:18:23.655Z Downloaded serde_core v1.0.228
4342026-03-20T17:18:23.660Z Downloaded icu_provider v2.1.1
4352026-03-20T17:18:23.663Z Downloaded icu_properties v2.1.2
4362026-03-20T17:18:23.666Z Downloaded papergrid v0.11.0
4372026-03-20T17:18:23.670Z Downloaded getrandom v0.4.1
4382026-03-20T17:18:23.676Z Downloaded serde_derive v1.0.228
4392026-03-20T17:18:23.678Z Downloaded proc-macro2 v1.0.106
4402026-03-20T17:18:23.682Z Downloaded num-traits v0.2.19
4412026-03-20T17:18:23.685Z Downloaded clap v4.5.60
4422026-03-20T17:18:23.691Z Downloaded icu_normalizer_data v2.1.1
4432026-03-20T17:18:23.694Z Downloaded icu_locale_core v2.1.1
4442026-03-20T17:18:23.703Z Downloaded idna v1.1.0
4452026-03-20T17:18:23.718Z Downloaded hashbrown v0.16.1
4462026-03-20T17:18:23.727Z Downloaded indexmap v2.13.0
4472026-03-20T17:18:23.730Z Downloaded memchr v2.8.0
4482026-03-20T17:18:23.733Z Downloaded clap_builder v4.5.60
4492026-03-20T17:18:23.742Z Downloaded pest v2.8.6
4502026-03-20T17:18:23.760Z Downloaded icu_properties_data v2.1.2
4512026-03-20T17:18:23.766Z Downloaded serde_json v1.0.149
4522026-03-20T17:18:23.785Z Downloaded goblin v0.8.2
4532026-03-20T17:18:23.797Z Downloaded tabled v0.15.0
4542026-03-20T17:18:23.811Z Downloaded syn v1.0.109
4552026-03-20T17:18:23.823Z Downloaded syn v2.0.117
4562026-03-20T17:18:23.847Z Downloaded rustix v1.1.3
4572026-03-20T17:18:23.884Z Downloaded libc v0.2.180
4582026-03-20T17:18:23.971Z Compiling proc-macro2 v1.0.106
4592026-03-20T17:18:23.974Z Compiling unicode-ident v1.0.24
4602026-03-20T17:18:23.974Z Compiling quote v1.0.44
4612026-03-20T17:18:23.975Z Compiling serde_core v1.0.228
4622026-03-20T17:18:23.975Z Compiling libc v0.2.180
4632026-03-20T17:18:23.975Z Compiling version_check v0.9.5
4642026-03-20T17:18:23.975Z Compiling serde v1.0.228
4652026-03-20T17:18:23.975Z Compiling stable_deref_trait v1.2.1
4662026-03-20T17:18:24.343Z Compiling memchr v2.8.0
4672026-03-20T17:18:24.453Z Compiling zmij v1.0.21
4682026-03-20T17:18:24.708Z Compiling itoa v1.0.17
4692026-03-20T17:18:24.711Z Compiling ucd-trie v0.1.7
4702026-03-20T17:18:24.757Z Compiling thiserror v1.0.69
4712026-03-20T17:18:24.941Z Compiling autocfg v1.5.0
4722026-03-20T17:18:25.197Z Compiling pest v2.8.6
4732026-03-20T17:18:25.237Z Compiling writeable v0.6.2
4742026-03-20T17:18:25.362Z Compiling litemap v0.8.1
4752026-03-20T17:18:25.391Z Compiling rustix v1.1.3
4762026-03-20T17:18:25.491Z Compiling icu_normalizer_data v2.1.1
4772026-03-20T17:18:25.623Z Compiling icu_properties_data v2.1.2
4782026-03-20T17:18:25.743Z Compiling byteorder v1.5.0
4792026-03-20T17:18:25.860Z Compiling syn v2.0.117
4802026-03-20T17:18:26.003Z Compiling errno v0.3.14
4812026-03-20T17:18:26.048Z Compiling serde_json v1.0.149
4822026-03-20T17:18:26.180Z Compiling bitflags v2.11.0
4832026-03-20T17:18:26.336Z Compiling num-traits v0.2.19
4842026-03-20T17:18:26.492Z Compiling smallvec v1.15.1
4852026-03-20T17:18:26.567Z Compiling typeid v1.0.3
4862026-03-20T17:18:26.602Z Compiling equivalent v1.0.2
4872026-03-20T17:18:26.713Z Compiling pest_meta v2.8.6
4882026-03-20T17:18:26.770Z Compiling hashbrown v0.16.1
4892026-03-20T17:18:27.007Z Compiling thread-id v4.2.2
4902026-03-20T17:18:27.112Z Compiling usdt-impl v0.5.0
4912026-03-20T17:18:27.179Z Compiling proc-macro-error-attr v1.0.4
4922026-03-20T17:18:27.443Z Compiling toml_write v0.1.2
4932026-03-20T17:18:27.469Z Compiling indexmap v2.13.0
4942026-03-20T17:18:27.493Z Compiling erased-serde v0.4.9
4952026-03-20T17:18:27.536Z Compiling winnow v0.7.14
4962026-03-20T17:18:27.720Z Compiling syn v1.0.109
4972026-03-20T17:18:28.371Z Compiling proc-macro-error v1.0.4
4982026-03-20T17:18:28.407Z Compiling camino v1.2.2
4992026-03-20T17:18:28.619Z Compiling utf8parse v0.2.2
5002026-03-20T17:18:28.768Z Compiling getrandom v0.4.1
5012026-03-20T17:18:28.828Z Compiling percent-encoding v2.3.2
5022026-03-20T17:18:29.080Z Compiling plain v0.2.3
5032026-03-20T17:18:29.162Z Compiling thiserror v2.0.18
5042026-03-20T17:18:29.192Z Compiling utf8_iter v1.0.4
5052026-03-20T17:18:29.216Z Compiling log v0.4.29
5062026-03-20T17:18:29.274Z Compiling ordered-float v2.10.1
5072026-03-20T17:18:29.391Z Compiling form_urlencoded v1.2.2
5082026-03-20T17:18:29.530Z Compiling anstyle-parse v0.2.7
5092026-03-20T17:18:29.672Z Compiling synstructure v0.13.2
5102026-03-20T17:18:29.675Z Compiling pest_generator v2.8.6
5112026-03-20T17:18:29.775Z Compiling terminal_size v0.4.3
5122026-03-20T17:18:29.950Z Compiling pretty-hex v0.4.1
5132026-03-20T17:18:30.127Z Compiling anstyle v1.0.13
5142026-03-20T17:18:30.153Z Compiling colorchoice v1.0.4
5152026-03-20T17:18:30.253Z Compiling is_terminal_polyfill v1.70.2
5162026-03-20T17:18:30.301Z Compiling anstyle-query v1.1.5
5172026-03-20T17:18:30.327Z Compiling cfg-if v1.0.4
5182026-03-20T17:18:30.378Z Compiling serde-untagged v0.1.9
5192026-03-20T17:18:30.450Z Compiling anstream v0.6.21
5202026-03-20T17:18:30.582Z Compiling semver v1.0.27
5212026-03-20T17:18:30.693Z Compiling fs-err v3.3.0
5222026-03-20T17:18:30.696Z Compiling clap_lex v1.0.0
5232026-03-20T17:18:30.885Z Compiling heck v0.4.1
5242026-03-20T17:18:30.936Z Compiling anyhow v1.0.102
5252026-03-20T17:18:31.019Z Compiling fastrand v2.3.0
5262026-03-20T17:18:31.043Z Compiling fnv v1.0.7
5272026-03-20T17:18:31.069Z Compiling bytecount v0.6.9
5282026-03-20T17:18:31.176Z Compiling once_cell v1.21.3
5292026-03-20T17:18:31.200Z Compiling unicode-xid v0.2.6
5302026-03-20T17:18:31.242Z Compiling strsim v0.11.1
5312026-03-20T17:18:31.358Z Compiling unicode-width v0.1.14
5322026-03-20T17:18:31.381Z Compiling heck v0.5.0
5332026-03-20T17:18:31.487Z Compiling tempfile v3.25.0
5342026-03-20T17:18:31.702Z Compiling papergrid v0.11.0
5352026-03-20T17:18:31.706Z Compiling clap_builder v4.5.60
5362026-03-20T17:18:31.885Z Compiling memmap v0.7.0
5372026-03-20T17:18:31.965Z Compiling smawk v0.3.2
5382026-03-20T17:18:32.057Z Compiling unicode-linebreak v0.1.5
5392026-03-20T17:18:32.123Z Compiling unicode-width v0.2.0
5402026-03-20T17:18:32.250Z Compiling serde_derive v1.0.228
5412026-03-20T17:18:32.381Z Compiling zerofrom-derive v0.1.6
5422026-03-20T17:18:32.527Z Compiling yoke-derive v0.8.1
5432026-03-20T17:18:32.673Z Compiling zerovec-derive v0.11.2
5442026-03-20T17:18:32.712Z Compiling displaydoc v0.2.5
5452026-03-20T17:18:33.698Z Compiling thiserror-impl v1.0.69
5462026-03-20T17:18:33.793Z Compiling zerocopy-derive v0.7.35
5472026-03-20T17:18:34.107Z Compiling pest_derive v2.8.6
5482026-03-20T17:18:34.164Z Compiling scroll_derive v0.12.1
5492026-03-20T17:18:34.318Z Compiling zerofrom v0.1.6
5502026-03-20T17:18:34.486Z Compiling yoke v0.8.1
5512026-03-20T17:18:34.640Z Compiling thiserror-impl v2.0.18
5522026-03-20T17:18:34.738Z Compiling zerovec v0.11.5
5532026-03-20T17:18:34.950Z Compiling zerotrie v0.2.3
5542026-03-20T17:18:35.050Z Compiling zerocopy v0.7.35
5552026-03-20T17:18:35.345Z Compiling scroll v0.12.0
5562026-03-20T17:18:35.395Z Compiling tinystr v0.8.2
5572026-03-20T17:18:35.578Z Compiling potential_utf v0.1.4
5582026-03-20T17:18:35.665Z Compiling icu_locale_core v2.1.1
5592026-03-20T17:18:35.699Z Compiling dtrace-parser v0.2.0
5602026-03-20T17:18:35.797Z Compiling icu_collections v2.1.1
5612026-03-20T17:18:35.845Z Compiling goblin v0.8.2
5622026-03-20T17:18:36.068Z Compiling tabled_derive v0.7.0
5632026-03-20T17:18:36.486Z Compiling clap_derive v4.5.55
5642026-03-20T17:18:36.650Z Compiling icu_provider v2.1.1
5652026-03-20T17:18:36.767Z Compiling textwrap v0.16.2
5662026-03-20T17:18:37.054Z Compiling toml_datetime v0.6.11
5672026-03-20T17:18:37.080Z Compiling serde_spanned v0.6.9
5682026-03-20T17:18:37.198Z Compiling icu_normalizer v2.1.1
5692026-03-20T17:18:37.310Z Compiling icu_properties v2.1.2
5702026-03-20T17:18:37.356Z Compiling dof v0.3.0
5712026-03-20T17:18:37.381Z Compiling serde_tokenstream v0.2.3
5722026-03-20T17:18:37.414Z Compiling toml_edit v0.22.27
5732026-03-20T17:18:37.485Z Compiling serde-value v0.7.0
5742026-03-20T17:18:37.885Z Compiling cargo-platform v0.2.0
5752026-03-20T17:18:37.951Z Compiling tabled v0.15.0
5762026-03-20T17:18:37.997Z Compiling macaddr v1.0.1
5772026-03-20T17:18:38.258Z Compiling camino-tempfile v1.4.1
5782026-03-20T17:18:38.298Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5792026-03-20T17:18:38.576Z Compiling idna_adapter v1.2.1
5802026-03-20T17:18:38.618Z Compiling swrite v0.1.0
5812026-03-20T17:18:38.651Z Compiling usdt-macro v0.5.0
5822026-03-20T17:18:38.744Z Compiling idna v1.1.0
5832026-03-20T17:18:38.771Z Compiling usdt-attr-macro v0.5.0
5842026-03-20T17:18:38.973Z Compiling clap v4.5.60
5852026-03-20T17:18:39.146Z Compiling url v2.5.8
5862026-03-20T17:18:39.403Z Compiling toml v0.8.23
5872026-03-20T17:18:39.969Z Compiling cargo-util-schemas v0.8.2
5882026-03-20T17:18:40.001Z Compiling usdt v0.5.0
5892026-03-20T17:18:40.189Z Compiling cargo_toml v0.21.0
5902026-03-20T17:18:41.212Z Compiling cargo_metadata v0.21.0
5912026-03-20T17:18:42.528Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5922026-03-20T17:18:45.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
5932026-03-20T17:18:45.657Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5942026-03-20T17:18:46.398Z Downloading crates ...
5952026-03-20T17:18:46.510Z Downloaded arrayref v0.3.9
5962026-03-20T17:18:46.522Z Downloaded adler2 v2.0.1
5972026-03-20T17:18:46.529Z Downloaded cfg_aliases v0.2.1
5982026-03-20T17:18:46.532Z Downloaded castaway v0.2.4
5992026-03-20T17:18:46.532Z Downloaded atomic-waker v1.1.2
6002026-03-20T17:18:46.535Z Downloaded cstr-argument v0.1.2
6012026-03-20T17:18:46.535Z Downloaded defmt-parser v1.0.0
6022026-03-20T17:18:46.540Z Downloaded curve25519-dalek-derive v0.1.1
6032026-03-20T17:18:46.547Z Downloaded const_format_proc_macros v0.2.34
6042026-03-20T17:18:46.550Z Downloaded dunce v1.0.5
6052026-03-20T17:18:46.550Z Downloaded foreign-types-shared v0.3.1
6062026-03-20T17:18:46.553Z Downloaded colored v3.1.1
6072026-03-20T17:18:46.556Z Downloaded clang-sys v1.8.1
6082026-03-20T17:18:46.556Z Downloaded async-bb8-diesel v0.2.1
6092026-03-20T17:18:46.559Z Downloaded allocator-api2 v0.2.21
6102026-03-20T17:18:46.562Z Downloaded block-padding v0.3.3
6112026-03-20T17:18:46.562Z Downloaded assert_matches v1.5.0
6122026-03-20T17:18:46.565Z Downloaded bitfield v0.19.4
6132026-03-20T17:18:46.565Z Downloaded fixedbitset v0.4.2
6142026-03-20T17:18:46.568Z Downloaded derive_builder_macro v0.20.2
6152026-03-20T17:18:46.568Z Downloaded atomicwrites v0.4.4
6162026-03-20T17:18:46.568Z Downloaded document-features v0.2.12
6172026-03-20T17:18:46.571Z Downloaded derive-where v1.6.0
6182026-03-20T17:18:46.574Z Downloaded fixedbitset v0.5.7
6192026-03-20T17:18:46.577Z Downloaded bitfield-struct v0.6.2
6202026-03-20T17:18:46.577Z Downloaded ascii-canvas v3.0.0
6212026-03-20T17:18:46.579Z Downloaded darling_macro v0.23.0
6222026-03-20T17:18:46.579Z Downloaded bzip2 v0.4.4
6232026-03-20T17:18:46.582Z Downloaded deranged v0.5.8
6242026-03-20T17:18:46.582Z Downloaded base64 v0.22.1
6252026-03-20T17:18:46.585Z Downloaded darling v0.21.3
6262026-03-20T17:18:46.590Z Downloaded futures-core v0.3.32
6272026-03-20T17:18:46.592Z Downloaded ciborium-ll v0.2.2
6282026-03-20T17:18:46.595Z Downloaded cfg_aliases v0.1.1
6292026-03-20T17:18:46.595Z Downloaded defmt-macros v1.0.1
6302026-03-20T17:18:46.598Z Downloaded bitfield-macros v0.19.4
6312026-03-20T17:18:46.598Z Downloaded defmt v0.3.100
6322026-03-20T17:18:46.601Z Downloaded darling v0.20.11
6332026-03-20T17:18:46.604Z Downloaded debug-ignore v1.0.5
6342026-03-20T17:18:46.606Z Downloaded bit-vec v0.8.0
6352026-03-20T17:18:46.610Z Downloaded darling_core v0.23.0
6362026-03-20T17:18:46.613Z Downloaded crunchy v0.2.4
6372026-03-20T17:18:46.613Z Downloaded cargo-platform v0.1.9
6382026-03-20T17:18:46.616Z Downloaded bit-set v0.5.3
6392026-03-20T17:18:46.616Z Downloaded base64ct v1.8.3
6402026-03-20T17:18:46.619Z Downloaded enum-as-inner v0.6.1
6412026-03-20T17:18:46.619Z Downloaded async-stream-impl v0.3.6
6422026-03-20T17:18:46.622Z Downloaded derive_builder_core v0.20.2
6432026-03-20T17:18:46.622Z Downloaded daft-derive v0.1.5
6442026-03-20T17:18:46.626Z Downloaded fatfs v0.3.6
6452026-03-20T17:18:46.628Z Downloaded crc8 v0.1.1
6462026-03-20T17:18:46.631Z Downloaded foreign-types-macros v0.2.3
6472026-03-20T17:18:46.631Z Downloaded crc v3.4.0
6482026-03-20T17:18:46.634Z Downloaded foreign-types v0.5.0
6492026-03-20T17:18:46.634Z Downloaded embedded-io v0.4.0
6502026-03-20T17:18:46.638Z Downloaded dyn-clone v1.0.20
6512026-03-20T17:18:46.638Z Downloaded fd-lock v4.0.4
6522026-03-20T17:18:46.640Z Downloaded fs-err v2.11.0
6532026-03-20T17:18:46.640Z Downloaded dtrace-parser v0.3.0
6542026-03-20T17:18:46.644Z Downloaded ciborium-io v0.2.2
6552026-03-20T17:18:46.644Z Downloaded chacha20 v0.9.1
6562026-03-20T17:18:46.646Z Downloaded float-ord v0.3.2
6572026-03-20T17:18:46.647Z Downloaded display-error-chain v0.2.2
6582026-03-20T17:18:46.650Z Downloaded dirs-next v2.0.0
6592026-03-20T17:18:46.650Z Downloaded dsl_auto_type v0.2.0
6602026-03-20T17:18:46.650Z Downloaded dropshot-api-manager-types v0.6.0
6612026-03-20T17:18:46.652Z Downloaded camino-tempfile-ext v0.3.3
6622026-03-20T17:18:46.653Z Downloaded cobs v0.3.0
6632026-03-20T17:18:46.656Z Downloaded futures-task v0.3.32
6642026-03-20T17:18:46.656Z Downloaded env_filter v1.0.0
6652026-03-20T17:18:46.659Z Downloaded futures-sink v0.3.32
6662026-03-20T17:18:46.659Z Downloaded downcast-rs v2.0.2
6672026-03-20T17:18:46.659Z Downloaded foreign-types-shared v0.1.1
6682026-03-20T17:18:46.662Z Downloaded dof v0.4.0
6692026-03-20T17:18:46.662Z Downloaded blowfish v0.9.1
6702026-03-20T17:18:46.665Z Downloaded base16ct v0.2.0
6712026-03-20T17:18:46.665Z Downloaded fxhash v0.2.1
6722026-03-20T17:18:46.667Z Downloaded futures-io v0.3.32
6732026-03-20T17:18:46.667Z Downloaded funty v2.0.0
6742026-03-20T17:18:46.667Z Downloaded endian-type v0.1.2
6752026-03-20T17:18:46.671Z Downloaded critical-section v1.2.0
6762026-03-20T17:18:46.671Z Downloaded argon2 v0.5.3
6772026-03-20T17:18:46.673Z Downloaded cexpr v0.6.0
6782026-03-20T17:18:46.673Z Downloaded embedded-io v0.6.1
6792026-03-20T17:18:46.679Z Downloaded data-encoding v2.10.0
6802026-03-20T17:18:46.679Z Downloaded cookie v0.18.1
6812026-03-20T17:18:46.682Z Downloaded git-stub v1.0.0
6822026-03-20T17:18:46.682Z Downloaded hash32 v0.2.1
6832026-03-20T17:18:46.682Z Downloaded gethostname v0.5.0
6842026-03-20T17:18:46.682Z Downloaded ghash v0.5.1
6852026-03-20T17:18:46.686Z Downloaded derive-ex v0.1.8
6862026-03-20T17:18:46.686Z Downloaded futures-channel v0.3.32
6872026-03-20T17:18:46.690Z Downloaded bcs v0.1.6
6882026-03-20T17:18:46.690Z Downloaded flagset v0.4.7
6892026-03-20T17:18:46.690Z Downloaded foldhash v0.1.5
6902026-03-20T17:18:46.693Z Downloaded ecdsa v0.16.9
6912026-03-20T17:18:46.695Z Downloaded convert_case v0.10.0
6922026-03-20T17:18:46.695Z Downloaded globwalk v0.9.1
6932026-03-20T17:18:46.698Z Downloaded cassowary v0.3.0
6942026-03-20T17:18:46.698Z Downloaded headers-core v0.3.0
6952026-03-20T17:18:46.701Z Downloaded futures-macro v0.3.32
6962026-03-20T17:18:46.701Z Downloaded hex v0.4.3
6972026-03-20T17:18:46.701Z Downloaded float-cmp v0.10.0
6982026-03-20T17:18:46.704Z Downloaded hex-literal v0.4.1
6992026-03-20T17:18:46.704Z Downloaded cargo_metadata v0.19.2
7002026-03-20T17:18:46.707Z Downloaded hostname v0.4.2
7012026-03-20T17:18:46.707Z Downloaded hostname v0.3.1
7022026-03-20T17:18:46.710Z Downloaded erased-serde v0.3.31
7032026-03-20T17:18:46.713Z Downloaded ed25519 v2.2.3
7042026-03-20T17:18:46.713Z Downloaded foldhash v0.2.0
7052026-03-20T17:18:46.716Z Downloaded corncobs v0.1.4
7062026-03-20T17:18:46.719Z Downloaded foreign-types v0.3.2
7072026-03-20T17:18:46.719Z Downloaded constant_time_eq v0.4.2
7082026-03-20T17:18:46.722Z Downloaded csv-core v0.1.13
7092026-03-20T17:18:46.722Z Downloaded buf-list v1.1.2
7102026-03-20T17:18:46.725Z Downloaded hyper-tls v0.6.0
7112026-03-20T17:18:46.727Z Downloaded httpdate v1.0.3
7122026-03-20T17:18:46.728Z Downloaded backon v1.6.0
7132026-03-20T17:18:46.732Z Downloaded hubpack_derive v0.1.1
7142026-03-20T17:18:46.732Z Downloaded http-range v0.1.5
7152026-03-20T17:18:46.735Z Downloaded hubpack v0.1.2
7162026-03-20T17:18:46.735Z Downloaded cookie_store v0.22.1
7172026-03-20T17:18:46.735Z Downloaded cipher v0.4.4
7182026-03-20T17:18:46.754Z Downloaded is_ci v1.2.0
7192026-03-20T17:18:46.757Z Downloaded crossbeam-utils v0.8.21
7202026-03-20T17:18:46.760Z Downloaded crossbeam-epoch v0.9.18
7212026-03-20T17:18:46.760Z Downloaded is-terminal v0.4.17
7222026-03-20T17:18:46.763Z Downloaded internet-checksum v0.2.1
7232026-03-20T17:18:46.763Z Downloaded group v0.13.0
7242026-03-20T17:18:46.767Z Downloaded instant v0.1.13
7252026-03-20T17:18:46.767Z Downloaded instability v0.3.11
7262026-03-20T17:18:46.770Z Downloaded inout v0.1.4
7272026-03-20T17:18:46.770Z Downloaded indoc v1.0.9
7282026-03-20T17:18:46.773Z Downloaded lalrpop-util v0.19.12
7292026-03-20T17:18:46.773Z Downloaded kstat-rs v0.2.4
7302026-03-20T17:18:46.774Z Downloaded chacha20 v0.10.0
7312026-03-20T17:18:46.777Z Downloaded libscf-sys v1.1.0
7322026-03-20T17:18:46.777Z Downloaded keccak v0.1.6
7332026-03-20T17:18:46.779Z Downloaded lru-cache v0.1.2
7342026-03-20T17:18:46.779Z Downloaded highway v1.3.0
7352026-03-20T17:18:46.782Z Downloaded find-msvc-tools v0.1.9
7362026-03-20T17:18:46.785Z Downloaded fs_extra v1.3.0
7372026-03-20T17:18:46.785Z Downloaded humantime v2.3.0
7382026-03-20T17:18:46.788Z Downloaded drift v0.1.3
7392026-03-20T17:18:46.792Z Downloaded md-5 v0.10.6
7402026-03-20T17:18:46.795Z Downloaded mime v0.3.17
7412026-03-20T17:18:46.795Z Downloaded memoffset v0.9.1
7422026-03-20T17:18:46.795Z Downloaded maplit v1.0.2
7432026-03-20T17:18:46.798Z Downloaded lru v0.12.5
7442026-03-20T17:18:46.798Z Downloaded dropshot-api-manager v0.6.0
7452026-03-20T17:18:46.801Z Downloaded ident_case v1.0.1
7462026-03-20T17:18:46.804Z Downloaded http-body-util v0.1.3
7472026-03-20T17:18:46.804Z Downloaded maybe-uninit v2.0.0
7482026-03-20T17:18:46.807Z Downloaded darling_core v0.20.11
7492026-03-20T17:18:46.809Z Downloaded md5 v0.7.0
7502026-03-20T17:18:46.812Z Downloaded lru-slab v0.1.2
7512026-03-20T17:18:46.812Z Downloaded globset v0.4.18
7522026-03-20T17:18:46.815Z Downloaded newtype-uuid-macros v0.1.0
7532026-03-20T17:18:46.815Z Downloaded nibble_vec v0.1.0
7542026-03-20T17:18:46.819Z Downloaded ipnet v2.11.0
7552026-03-20T17:18:46.819Z Downloaded newtype_derive v0.1.6
7562026-03-20T17:18:46.819Z Downloaded ingot-types v0.1.2
7572026-03-20T17:18:46.821Z Downloaded newline-converter v0.3.0
7582026-03-20T17:18:46.821Z Downloaded num v0.4.3
7592026-03-20T17:18:46.824Z Downloaded normalize-line-endings v0.3.0
7602026-03-20T17:18:46.824Z Downloaded nonempty v0.12.0
7612026-03-20T17:18:46.827Z Downloaded new_debug_unreachable v1.0.6
7622026-03-20T17:18:46.827Z Downloaded indoc v2.0.7
7632026-03-20T17:18:46.830Z Downloaded ipnetwork v0.21.1
7642026-03-20T17:18:46.830Z Downloaded impl-trait-for-tuples v0.2.3
7652026-03-20T17:18:46.833Z Downloaded libsw v3.5.0
7662026-03-20T17:18:46.836Z Downloaded const-oid v0.9.6
7672026-03-20T17:18:46.839Z Downloaded nodrop v0.1.14
7682026-03-20T17:18:46.839Z Downloaded lazy_static v1.5.0
7692026-03-20T17:18:46.839Z Downloaded multimap v0.10.1
7702026-03-20T17:18:46.842Z Downloaded num-derive v0.4.2
7712026-03-20T17:18:46.845Z Downloaded num-iter v0.1.45
7722026-03-20T17:18:46.845Z Downloaded jobserver v0.1.34
7732026-03-20T17:18:46.847Z Downloaded libsw-core v0.3.2
7742026-03-20T17:18:46.847Z Downloaded num_threads v0.1.7
7752026-03-20T17:18:46.850Z Downloaded hickory-client v0.25.2
7762026-03-20T17:18:46.853Z Downloaded num_enum_derive v0.5.11
7772026-03-20T17:18:46.853Z Downloaded derive_more v0.99.20
7782026-03-20T17:18:46.856Z Downloaded hmac v0.12.1
7792026-03-20T17:18:46.860Z Downloaded linear-map v1.2.0
7802026-03-20T17:18:46.863Z Downloaded libloading v0.8.9
7812026-03-20T17:18:46.863Z Downloaded lzss v0.8.2
7822026-03-20T17:18:46.865Z Downloaded openssl-macros v0.1.1
7832026-03-20T17:18:46.865Z Downloaded openssl-probe v0.1.6
7842026-03-20T17:18:46.868Z Downloaded opaque-debug v0.3.1
7852026-03-20T17:18:46.868Z Downloaded aes-gcm v0.10.3
7862026-03-20T17:18:46.871Z Downloaded oso-derive v0.27.3
7872026-03-20T17:18:46.874Z Downloaded openssl-probe v0.2.1
7882026-03-20T17:18:46.875Z Downloaded iana-time-zone v0.1.65
7892026-03-20T17:18:46.878Z Downloaded olpc-cjson v0.1.4
7902026-03-20T17:18:46.878Z Downloaded multer v3.1.0
7912026-03-20T17:18:46.881Z Downloaded parse-size v1.1.0
7922026-03-20T17:18:46.881Z Downloaded packed_struct_codegen v0.10.1
7932026-03-20T17:18:46.883Z Downloaded getrandom v0.3.4
7942026-03-20T17:18:46.887Z Downloaded pbkdf2 v0.12.2
7952026-03-20T17:18:46.890Z Downloaded pbkdf2 v0.11.0
7962026-03-20T17:18:46.890Z Downloaded mime_guess v2.0.5
7972026-03-20T17:18:46.896Z Downloaded path-slash v0.1.5
7982026-03-20T17:18:46.899Z Downloaded native-tls v0.2.18
7992026-03-20T17:18:46.899Z Downloaded nanorand v0.7.0
8002026-03-20T17:18:46.899Z Downloaded peg-runtime v0.8.5
8012026-03-20T17:18:46.899Z Downloaded parse-display v0.10.0
8022026-03-20T17:18:46.899Z Downloaded ingot v0.1.1
8032026-03-20T17:18:46.903Z Downloaded newtype-uuid v1.3.2
8042026-03-20T17:18:46.903Z Downloaded compact_str v0.8.1
8052026-03-20T17:18:46.906Z Downloaded chacha20poly1305 v0.10.1
8062026-03-20T17:18:46.909Z Downloaded num-rational v0.4.2
8072026-03-20T17:18:46.909Z Downloaded num-integer v0.1.46
8082026-03-20T17:18:46.912Z Downloaded nu-ansi-term v0.50.3
8092026-03-20T17:18:46.916Z Downloaded half v1.8.3
8102026-03-20T17:18:46.916Z Downloaded phf_shared v0.11.3
8112026-03-20T17:18:46.919Z Downloaded num_enum_derive v0.7.5
8122026-03-20T17:18:46.919Z Downloaded num_enum v0.7.5
8132026-03-20T17:18:46.922Z Downloaded pin-utils v0.1.0
8142026-03-20T17:18:46.925Z Downloaded phf_shared v0.13.1
8152026-03-20T17:18:46.925Z Downloaded num_enum v0.5.11
8162026-03-20T17:18:46.928Z Downloaded litrs v1.0.0
8172026-03-20T17:18:46.931Z Downloaded hyper-rustls v0.27.7
8182026-03-20T17:18:46.935Z Downloaded oxide-tokio-rt v0.1.3
8192026-03-20T17:18:46.938Z Downloaded crossterm v0.28.1
8202026-03-20T17:18:46.941Z Downloaded predicates-core v1.0.10
8212026-03-20T17:18:46.944Z Downloaded precomputed-hash v0.1.1
8222026-03-20T17:18:46.944Z Downloaded futures v0.3.32
8232026-03-20T17:18:46.948Z Downloaded lock_api v0.4.14
8242026-03-20T17:18:46.950Z Downloaded predicates-tree v1.0.13
8252026-03-20T17:18:46.955Z Downloaded powerfmt v0.2.0
8262026-03-20T17:18:46.955Z Downloaded derive_more-impl v2.1.1
8272026-03-20T17:18:46.957Z Downloaded proc-macro-error-attr2 v2.0.0
8282026-03-20T17:18:46.960Z Downloaded parking_lot_core v0.8.6
8292026-03-20T17:18:46.960Z Downloaded ignore v0.4.25
8302026-03-20T17:18:46.963Z Downloaded progenitor-client v0.11.2
8312026-03-20T17:18:46.966Z Downloaded proc-macro-crate v1.3.1
8322026-03-20T17:18:46.966Z Downloaded proc-macro-crate v3.4.0
8332026-03-20T17:18:46.969Z Downloaded paste v1.0.15
8342026-03-20T17:18:46.972Z Downloaded peg v0.8.5
8352026-03-20T17:18:46.974Z Downloaded heapless v0.7.17
8362026-03-20T17:18:46.977Z Downloaded half v2.7.1
8372026-03-20T17:18:46.980Z Downloaded phf v0.13.1
8382026-03-20T17:18:46.983Z Downloaded pem v3.0.6
8392026-03-20T17:18:46.983Z Downloaded polyval v0.6.2
8402026-03-20T17:18:46.985Z Downloaded pin-project-lite v0.2.17
8412026-03-20T17:18:47.036Z Downloaded phf_shared v0.12.1
8422026-03-20T17:18:47.036Z Downloaded pem-rfc7468 v0.7.0
8432026-03-20T17:18:47.036Z Downloaded pkcs8 v0.10.2
8442026-03-20T17:18:47.036Z Downloaded predicates v3.1.4
8452026-03-20T17:18:47.036Z Downloaded progenitor-macro v0.11.2
8462026-03-20T17:18:47.036Z Downloaded poly1305 v0.8.0
8472026-03-20T17:18:47.036Z Downloaded rand_chacha v0.3.1
8482026-03-20T17:18:47.036Z Downloaded pin-project-internal v1.1.11
8492026-03-20T17:18:47.036Z Downloaded crypto-bigint v0.5.5
8502026-03-20T17:18:47.036Z Downloaded ppv-lite86 v0.2.21
8512026-03-20T17:18:47.036Z Downloaded pkg-config v0.3.32
8522026-03-20T17:18:47.036Z Downloaded progenitor-client v0.10.0
8532026-03-20T17:18:47.036Z Downloaded oxnet v0.1.4
8542026-03-20T17:18:47.036Z Downloaded memmap2 v0.9.10
8552026-03-20T17:18:47.036Z Downloaded ed25519-dalek v2.2.0
8562026-03-20T17:18:47.036Z Downloaded owo-colors v4.3.0
8572026-03-20T17:18:47.036Z Downloaded indexmap v1.9.3
8582026-03-20T17:18:47.036Z Downloaded quick-error v1.2.3
8592026-03-20T17:18:47.036Z Downloaded rand_xorshift v0.4.0
8602026-03-20T17:18:47.036Z Downloaded postgres-protocol v0.6.10
8612026-03-20T17:18:47.036Z Downloaded ref-cast v1.0.25
8622026-03-20T17:18:47.036Z Downloaded indicatif v0.18.4
8632026-03-20T17:18:47.040Z Downloaded primeorder v0.13.6
8642026-03-20T17:18:47.040Z Downloaded ref-cast-impl v1.0.25
8652026-03-20T17:18:47.040Z Downloaded progenitor v0.11.2
8662026-03-20T17:18:47.040Z Downloaded rfc6979 v0.4.0
8672026-03-20T17:18:47.040Z Downloaded proc-macro-error2 v2.0.1
8682026-03-20T17:18:47.040Z Downloaded heapless v0.8.0
8692026-03-20T17:18:47.043Z Downloaded psm v0.1.30
8702026-03-20T17:18:47.046Z Downloaded recursive v0.1.1
8712026-03-20T17:18:47.046Z Downloaded progenitor-macro v0.10.0
8722026-03-20T17:18:47.051Z Downloaded hickory-resolver v0.25.2
8732026-03-20T17:18:47.053Z Downloaded hickory-resolver v0.24.4
8742026-03-20T17:18:47.056Z Downloaded rtoolbox v0.0.3
8752026-03-20T17:18:47.056Z Downloaded recursive-proc-macro-impl v0.1.1
8762026-03-20T17:18:47.056Z Downloaded phf v0.12.1
8772026-03-20T17:18:47.060Z Downloaded progenitor v0.10.0
8782026-03-20T17:18:47.060Z Downloaded num-complex v0.4.6
8792026-03-20T17:18:47.063Z Downloaded password-hash v0.5.0
8802026-03-20T17:18:47.063Z Downloaded progenitor v0.13.0
8812026-03-20T17:18:47.066Z Downloaded cc v1.2.56
8822026-03-20T17:18:47.068Z Downloaded parking_lot_core v0.9.12
8832026-03-20T17:18:47.068Z Downloaded parking_lot v0.11.2
8842026-03-20T17:18:47.071Z Downloaded rustc-hash v2.1.1
8852026-03-20T17:18:47.071Z Downloaded radium v0.7.0
8862026-03-20T17:18:47.074Z Downloaded psl-types v2.0.11
8872026-03-20T17:18:47.074Z Downloaded r2d2 v0.8.10
8882026-03-20T17:18:47.077Z Downloaded postcard v1.1.3
8892026-03-20T17:18:47.078Z Downloaded postgres-types v0.2.12
8902026-03-20T17:18:47.081Z Downloaded pkcs1 v0.7.5
8912026-03-20T17:18:47.084Z Downloaded russh-cryptovec v0.7.3
8922026-03-20T17:18:47.084Z Downloaded oso v0.27.3
8932026-03-20T17:18:47.087Z Downloaded rustc_version v0.1.7
8942026-03-20T17:18:47.088Z Downloaded pkcs5 v0.7.1
8952026-03-20T17:18:47.091Z Downloaded rustc_version v0.4.1
8962026-03-20T17:18:47.091Z Downloaded salsa20 v0.10.2
8972026-03-20T17:18:47.094Z Downloaded p256 v0.13.2
8982026-03-20T17:18:47.096Z Downloaded parking_lot v0.12.5
8992026-03-20T17:18:47.099Z Downloaded resolv-conf v0.7.6
9002026-03-20T17:18:47.099Z Downloaded miniz_oxide v0.8.9
9012026-03-20T17:18:47.102Z Downloaded diesel_derives v2.3.7
9022026-03-20T17:18:47.106Z Downloaded serde_bytes v0.11.19
9032026-03-20T17:18:47.109Z Downloaded serde-big-array v0.5.1
9042026-03-20T17:18:47.109Z Downloaded rand_core v0.6.4
9052026-03-20T17:18:47.112Z Downloaded same-file v1.0.6
9062026-03-20T17:18:47.112Z Downloaded sapling-renderdag v0.1.0
9072026-03-20T17:18:47.115Z Downloaded rand_chacha v0.9.0
9082026-03-20T17:18:47.115Z Downloaded secrecy v0.10.3
9092026-03-20T17:18:47.117Z Downloaded scopeguard v1.2.0
9102026-03-20T17:18:47.118Z Downloaded jiff-static v0.2.21
9112026-03-20T17:18:47.121Z Downloaded secrecy v0.8.0
9122026-03-20T17:18:47.121Z Downloaded scheduled-thread-pool v0.2.7
9132026-03-20T17:18:47.121Z Downloaded progenitor-macro v0.13.0
9142026-03-20T17:18:47.126Z Downloaded rand_core v0.10.0
9152026-03-20T17:18:47.126Z Downloaded pin-project v1.1.11
9162026-03-20T17:18:47.132Z Downloaded serde_urlencoded v0.7.1
9172026-03-20T17:18:47.135Z Downloaded rustversion v1.0.22
9182026-03-20T17:18:47.138Z Downloaded minimal-lexical v0.2.1
9192026-03-20T17:18:47.141Z Downloaded seq-macro v0.3.6
9202026-03-20T17:18:47.141Z Downloaded rustls-native-certs v0.8.3
9212026-03-20T17:18:47.144Z Downloaded rand_seeder v0.4.0
9222026-03-20T17:18:47.147Z Downloaded signal-hook-tokio v0.3.1
9232026-03-20T17:18:47.147Z Downloaded quinn-udp v0.5.14
9242026-03-20T17:18:47.152Z Downloaded serde_spanned v1.0.4
9252026-03-20T17:18:47.152Z Downloaded serde_repr v0.1.20
9262026-03-20T17:18:47.156Z Downloaded progenitor-extras v0.1.1
9272026-03-20T17:18:47.156Z Downloaded signal-hook-mio v0.2.5
9282026-03-20T17:18:47.156Z Downloaded crossbeam-channel v0.5.15
9292026-03-20T17:18:47.159Z Downloaded rustls-pemfile v2.2.0
9302026-03-20T17:18:47.159Z Downloaded rustls-pemfile v1.0.4
9312026-03-20T17:18:47.162Z Downloaded omicron-zone-package v0.12.2
9322026-03-20T17:18:47.165Z Downloaded siphasher v1.0.2
9332026-03-20T17:18:47.165Z Downloaded sigpipe v0.1.3
9342026-03-20T17:18:47.168Z Downloaded shell-words v1.1.1
9352026-03-20T17:18:47.168Z Downloaded expectorate v1.2.0
9362026-03-20T17:18:47.171Z Downloaded slog-envlogger v2.2.0
9372026-03-20T17:18:47.171Z Downloaded hickory-server v0.25.2
9382026-03-20T17:18:47.175Z Downloaded aho-corasick v1.1.4
9392026-03-20T17:18:47.179Z Downloaded papergrid v0.17.0
9402026-03-20T17:18:47.183Z Downloaded hashbrown v0.13.2
9412026-03-20T17:18:47.187Z Downloaded slog-bunyan v2.5.0
9422026-03-20T17:18:47.189Z Downloaded serde-hex v0.1.0
9432026-03-20T17:18:47.189Z Downloaded hashbrown v0.12.3
9442026-03-20T17:18:47.193Z Downloaded schemars_derive v0.8.22
9452026-03-20T17:18:47.195Z Downloaded aes v0.8.4
9462026-03-20T17:18:47.198Z Downloaded flate2 v1.1.9
9472026-03-20T17:18:47.201Z Downloaded elliptic-curve v0.13.8
9482026-03-20T17:18:47.204Z Downloaded sec1 v0.7.3
9492026-03-20T17:18:47.207Z Downloaded sha1 v0.10.6
9502026-03-20T17:18:47.210Z Downloaded semver v0.1.20
9512026-03-20T17:18:47.210Z Downloaded scrypt v0.11.0
9522026-03-20T17:18:47.210Z Downloaded rand_core v0.9.5
9532026-03-20T17:18:47.220Z Downloaded ssh-encoding v0.2.0
9542026-03-20T17:18:47.225Z Downloaded serde_plain v1.0.2
9552026-03-20T17:18:47.225Z Downloaded strum v0.27.2
9562026-03-20T17:18:47.225Z Downloaded structmeta v0.3.0
9572026-03-20T17:18:47.228Z Downloaded strip-ansi-escapes v0.2.1
9582026-03-20T17:18:47.228Z Downloaded sqlparser_derive v0.5.0
9592026-03-20T17:18:47.231Z Downloaded serde_path_to_error v0.1.20
9602026-03-20T17:18:47.231Z Downloaded progenitor-impl v0.10.0
9612026-03-20T17:18:47.235Z Downloaded http v1.4.0
9622026-03-20T17:18:47.238Z Downloaded slab v0.4.12
9632026-03-20T17:18:47.238Z Downloaded simd-adler32 v0.3.8
9642026-03-20T17:18:47.241Z Downloaded strum v0.26.3
9652026-03-20T17:18:47.242Z Downloaded signature v2.2.0
9662026-03-20T17:18:47.242Z Downloaded subtle v2.6.1
9672026-03-20T17:18:47.244Z Downloaded russh-keys v0.45.0
9682026-03-20T17:18:47.247Z Downloaded progenitor-impl v0.13.0
9692026-03-20T17:18:47.250Z Downloaded tabled_derive v0.11.0
9702026-03-20T17:18:47.250Z Downloaded sync_wrapper v1.0.2
9712026-03-20T17:18:47.250Z Downloaded sync-ptr v0.1.4
9722026-03-20T17:18:47.253Z Downloaded supports-color v3.0.2
9732026-03-20T17:18:47.253Z Downloaded rcgen v0.12.1
9742026-03-20T17:18:47.256Z Downloaded hyper-util v0.1.20
9752026-03-20T17:18:47.259Z Downloaded take_mut v0.2.2
9762026-03-20T17:18:47.262Z Downloaded itertools v0.10.5
9772026-03-20T17:18:47.265Z Downloaded slog-scope v4.4.1
9782026-03-20T17:18:47.268Z Downloaded tagptr v0.2.0
9792026-03-20T17:18:47.268Z Downloaded progenitor-impl v0.11.2
9802026-03-20T17:18:47.271Z Downloaded slog-json v2.6.1
9812026-03-20T17:18:47.275Z Downloaded scroll v0.13.0
9822026-03-20T17:18:47.275Z Downloaded termtree v0.5.1
9832026-03-20T17:18:47.278Z Downloaded tap v1.0.1
9842026-03-20T17:18:47.278Z Downloaded slog-stdlog v4.1.1
9852026-03-20T17:18:47.278Z Downloaded spki v0.7.3
9862026-03-20T17:18:47.281Z Downloaded smf v0.2.3
9872026-03-20T17:18:47.281Z Downloaded shlex v1.3.0
9882026-03-20T17:18:47.281Z Downloaded crossterm v0.29.0
9892026-03-20T17:18:47.286Z Downloaded snafu-derive v0.8.9
9902026-03-20T17:18:47.290Z Downloaded serde_cbor v0.11.2
9912026-03-20T17:18:47.290Z Downloaded thread-id v5.1.0
9922026-03-20T17:18:47.293Z Downloaded thiserror-impl-no-std v2.0.2
9932026-03-20T17:18:47.293Z Downloaded structmeta-derive v0.3.0
9942026-03-20T17:18:47.293Z Downloaded stacker v0.1.23
9952026-03-20T17:18:47.296Z Downloaded rustls-platform-verifier v0.6.2
9962026-03-20T17:18:47.299Z Downloaded time-core v0.1.8
9972026-03-20T17:18:47.299Z Downloaded sct v0.7.1
9982026-03-20T17:18:47.302Z Downloaded strum_macros v0.24.3
9992026-03-20T17:18:47.305Z Downloaded slog-term v2.9.2
10002026-03-20T17:18:47.308Z Downloaded strum_macros v0.26.4
10012026-03-20T17:18:47.308Z Downloaded stringprep v0.1.5
10022026-03-20T17:18:47.311Z Downloaded support-bundle-viewer v0.1.2
10032026-03-20T17:18:47.311Z Downloaded pretty_assertions v1.4.1
10042026-03-20T17:18:47.313Z Downloaded static_assertions v1.1.0
10052026-03-20T17:18:47.313Z Downloaded string_cache v0.8.9
10062026-03-20T17:18:47.316Z Downloaded ryu v1.0.23
10072026-03-20T17:18:47.319Z Downloaded rustls-pki-types v1.14.0
10082026-03-20T17:18:47.320Z Downloaded tabwriter v1.4.1
10092026-03-20T17:18:47.322Z Downloaded smallvec v0.6.14
10102026-03-20T17:18:47.322Z Downloaded mio v1.1.1
10112026-03-20T17:18:47.326Z Downloaded tinyvec_macros v0.1.1
10122026-03-20T17:18:47.329Z Downloaded prettyplease v0.2.37
10132026-03-20T17:18:47.332Z Downloaded ssh-cipher v0.2.0
10142026-03-20T17:18:47.332Z Downloaded sqlformat v0.3.5
10152026-03-20T17:18:47.335Z Downloaded testing_table v0.3.0
10162026-03-20T17:18:47.335Z Downloaded ron v0.8.1
10172026-03-20T17:18:47.338Z Downloaded rayon-core v1.13.0
10182026-03-20T17:18:47.341Z Downloaded quinn v0.11.9
10192026-03-20T17:18:47.344Z Downloaded serde_with_macros v3.17.0
10202026-03-20T17:18:47.347Z Downloaded nom v7.1.3
10212026-03-20T17:18:47.349Z Downloaded num-bigint v0.4.6
10222026-03-20T17:18:47.353Z Downloaded termios v0.3.3
10232026-03-20T17:18:47.357Z Downloaded thread_local v1.1.9
10242026-03-20T17:18:47.357Z Downloaded tower-service v0.3.3
10252026-03-20T17:18:47.360Z Downloaded tower-layer v0.3.3
10262026-03-20T17:18:47.360Z Downloaded thiserror-no-std v2.0.2
10272026-03-20T17:18:47.363Z Downloaded try-lock v0.2.5
10282026-03-20T17:18:47.363Z Downloaded signal-hook v0.3.18
10292026-03-20T17:18:47.366Z Downloaded trait-variant v0.1.2
10302026-03-20T17:18:47.366Z Downloaded serde_derive_internals v0.29.1
10312026-03-20T17:18:47.370Z Downloaded slog-dtrace v0.3.0
10322026-03-20T17:18:47.370Z Downloaded slog-async v2.8.0
10332026-03-20T17:18:47.373Z Downloaded topological-sort v0.2.2
10342026-03-20T17:18:47.373Z Downloaded spin v0.9.8
10352026-03-20T17:18:47.375Z Downloaded signal-hook-registry v1.4.8
10362026-03-20T17:18:47.376Z Downloaded rusty-fork v0.3.1
10372026-03-20T17:18:47.378Z Downloaded prefix-trie v0.7.0
10382026-03-20T17:18:47.381Z Downloaded publicsuffix v2.3.0
10392026-03-20T17:18:47.384Z Downloaded tls_codec v0.4.2
10402026-03-20T17:18:47.384Z Downloaded progenitor-client v0.13.0
10412026-03-20T17:18:47.387Z Downloaded unarray v0.1.4
10422026-03-20T17:18:47.387Z Downloaded tiny-keccak v2.0.2
10432026-03-20T17:18:47.389Z Downloaded time-macros v0.2.27
10442026-03-20T17:18:47.392Z Downloaded typify-macro v0.6.1
10452026-03-20T17:18:47.392Z Downloaded slog v2.8.2
10462026-03-20T17:18:47.395Z Downloaded tokio-rustls v0.25.0
10472026-03-20T17:18:47.398Z Downloaded tokio-dtrace v0.1.1
10482026-03-20T17:18:47.398Z Downloaded openssl-sys v0.9.111
10492026-03-20T17:18:47.402Z Downloaded qorb v0.4.1
10502026-03-20T17:18:47.406Z Downloaded tokio-tungstenite v0.21.0
10512026-03-20T17:18:47.409Z Downloaded untrusted v0.7.1
10522026-03-20T17:18:47.409Z Downloaded unicode-truncate v1.1.0
10532026-03-20T17:18:47.412Z Downloaded untrusted v0.9.0
10542026-03-20T17:18:47.412Z Downloaded utf-8 v0.7.6
10552026-03-20T17:18:47.414Z Downloaded unit-prefix v0.5.2
10562026-03-20T17:18:47.415Z Downloaded toml_writer v1.0.6+spec-1.1.0
10572026-03-20T17:18:47.418Z Downloaded itertools v0.12.1
10582026-03-20T17:18:47.420Z Downloaded term v0.7.0
10592026-03-20T17:18:47.423Z Downloaded tokio-native-tls v0.3.1
10602026-03-20T17:18:47.426Z Downloaded serde_yaml v0.9.34+deprecated
10612026-03-20T17:18:47.429Z Downloaded usdt-attr-macro v0.6.0
10622026-03-20T17:18:47.429Z Downloaded tui-tree-widget v0.23.1
10632026-03-20T17:18:47.429Z Downloaded usdt-macro v0.6.0
10642026-03-20T17:18:47.432Z Downloaded socket2 v0.5.10
10652026-03-20T17:18:47.432Z Downloaded void v1.0.2
10662026-03-20T17:18:47.435Z Downloaded usdt v0.6.0
10672026-03-20T17:18:47.435Z Downloaded socket2 v0.6.2
10682026-03-20T17:18:47.438Z Downloaded tokio-tungstenite v0.23.1
10692026-03-20T17:18:47.438Z Downloaded waitgroup v0.1.2
10702026-03-20T17:18:47.441Z Downloaded term v1.2.1
10712026-03-20T17:18:47.441Z Downloaded wait-timeout v0.2.1
10722026-03-20T17:18:47.445Z Downloaded libxml v0.3.3
10732026-03-20T17:18:47.447Z Downloaded schemars v0.9.0
10742026-03-20T17:18:47.455Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10752026-03-20T17:18:47.458Z Downloaded xattr v1.6.1
10762026-03-20T17:18:47.461Z Downloaded want v0.3.1
10772026-03-20T17:18:47.461Z Downloaded xshell-macros v0.2.7
10782026-03-20T17:18:47.461Z Downloaded tls_codec_derive v0.4.2
10792026-03-20T17:18:47.464Z Downloaded subprocess v0.2.15
10802026-03-20T17:18:47.467Z Downloaded itertools v0.14.0
10812026-03-20T17:18:47.470Z Downloaded num-bigint-dig v0.8.6
10822026-03-20T17:18:47.473Z Downloaded similar v2.7.0
10832026-03-20T17:18:47.477Z Downloaded futures-util v0.3.32
10842026-03-20T17:18:47.486Z Downloaded tokio-rustls v0.24.1
10852026-03-20T17:18:47.489Z Downloaded schemars v0.8.22
10862026-03-20T17:18:47.497Z Downloaded tokio-macros v2.6.0
10872026-03-20T17:18:47.500Z Downloaded itertools v0.13.0
10882026-03-20T17:18:47.504Z Downloaded vergen-lib v0.1.6
10892026-03-20T17:18:47.507Z Downloaded tokio-rustls v0.26.4
10902026-03-20T17:18:47.507Z Downloaded uzers v0.12.2
10912026-03-20T17:18:47.510Z Downloaded tokio-stream v0.1.18
10922026-03-20T17:18:47.512Z Downloaded zone v0.3.1
10932026-03-20T17:18:47.515Z Downloaded zeroize_derive v1.4.3
10942026-03-20T17:18:47.515Z Downloaded vergen-git2 v1.0.7
10952026-03-20T17:18:47.518Z Downloaded zone_cfg_derive v0.3.1
10962026-03-20T17:18:47.518Z Downloaded bindgen v0.71.1
10972026-03-20T17:18:47.522Z Downloaded walkdir v2.5.0
10982026-03-20T17:18:47.525Z Downloaded vergen-gitcl v1.0.8
10992026-03-20T17:18:47.525Z Downloaded test-strategy v0.4.5
11002026-03-20T17:18:47.528Z Downloaded unicode-properties v0.1.4
11012026-03-20T17:18:47.531Z Downloaded unicase v2.9.0
11022026-03-20T17:18:47.531Z Downloaded whoami v1.6.1
11032026-03-20T17:18:47.534Z Downloaded vsss-rs v3.3.4
11042026-03-20T17:18:47.537Z Downloaded snafu v0.8.9
11052026-03-20T17:18:47.540Z Downloaded xz2 v0.1.7
11062026-03-20T17:18:47.543Z Downloaded tracing-attributes v0.1.31
11072026-03-20T17:18:47.545Z Downloaded hyper v1.8.1
11082026-03-20T17:18:47.548Z Downloaded libm v0.2.16
11092026-03-20T17:18:47.556Z Downloaded whoami v2.1.0
11102026-03-20T17:18:47.559Z Downloaded usdt-impl v0.6.0
11112026-03-20T17:18:47.559Z Downloaded xshell v0.2.7
11122026-03-20T17:18:47.562Z Downloaded wyz v0.5.1
11132026-03-20T17:18:47.562Z Downloaded toml_parser v1.0.9+spec-1.1.0
11142026-03-20T17:18:47.565Z Downloaded twox-hash v2.1.2
11152026-03-20T17:18:47.568Z Downloaded tinyvec v1.10.0
11162026-03-20T17:18:47.568Z Downloaded h2 v0.4.13
11172026-03-20T17:18:47.573Z Downloaded toml v0.7.8
11182026-03-20T17:18:47.576Z Downloaded zeroize v1.8.2
11192026-03-20T17:18:47.578Z Downloaded rsa v0.9.10
11202026-03-20T17:18:47.581Z Downloaded p521 v0.13.3
11212026-03-20T17:18:47.584Z Downloaded tar v0.4.44
11222026-03-20T17:18:47.587Z Downloaded zstd-safe v7.2.4
11232026-03-20T17:18:47.587Z Downloaded typify v0.6.1
11242026-03-20T17:18:47.590Z Downloaded toml v0.9.12+spec-1.1.0
11252026-03-20T17:18:47.593Z Downloaded schemars v1.2.1
11262026-03-20T17:18:47.604Z Downloaded yasna v0.5.2
11272026-03-20T17:18:47.606Z Downloaded tungstenite v0.21.0
11282026-03-20T17:18:47.609Z Downloaded russh v0.45.0
11292026-03-20T17:18:47.612Z Downloaded tungstenite v0.23.0
11302026-03-20T17:18:47.615Z Downloaded rand v0.10.0
11312026-03-20T17:18:47.618Z Downloaded ron v0.12.0
11322026-03-20T17:18:47.624Z Downloaded zerocopy v0.6.6
11332026-03-20T17:18:47.627Z Downloaded unicode-bidi v0.3.18
11342026-03-20T17:18:47.630Z Downloaded bitvec v1.0.1
11352026-03-20T17:18:47.640Z Downloaded vte v0.14.1
11362026-03-20T17:18:47.643Z Downloaded vergen v9.0.6
11372026-03-20T17:18:47.646Z Downloaded rpassword v7.4.0
11382026-03-20T17:18:47.646Z Downloaded uuid v1.21.0
11392026-03-20T17:18:47.650Z Downloaded toml_edit v0.23.10+spec-1.0.0
11402026-03-20T17:18:47.653Z Downloaded zstd v0.13.3
11412026-03-20T17:18:47.653Z Downloaded reedline v0.40.0
11422026-03-20T17:18:47.660Z Downloaded tracing-core v0.1.36
11432026-03-20T17:18:47.663Z Downloaded hkdf v0.12.4
11442026-03-20T17:18:47.663Z Downloaded strum_macros v0.27.2
11452026-03-20T17:18:47.666Z Downloaded rustyline v14.0.0
11462026-03-20T17:18:47.668Z Downloaded typify v0.4.3
11472026-03-20T17:18:47.671Z Downloaded samael v0.0.19
11482026-03-20T17:18:47.677Z Downloaded blake3 v1.8.3
11492026-03-20T17:18:47.681Z Downloaded tokio-postgres v0.7.16
11502026-03-20T17:18:47.685Z Downloaded steno v0.4.1
11512026-03-20T17:18:47.688Z Downloaded zopfli v0.8.3
11522026-03-20T17:18:47.691Z Downloaded rand v0.8.5
11532026-03-20T17:18:47.694Z Downloaded ssh-key v0.6.7
11542026-03-20T17:18:47.699Z Downloaded toml_edit v0.19.15
11552026-03-20T17:18:47.711Z Downloaded yansi v1.0.1
11562026-03-20T17:18:47.714Z Downloaded unicode_categories v0.1.1
11572026-03-20T17:18:47.717Z Downloaded iddqd v0.3.17
11582026-03-20T17:18:47.720Z Downloaded iri-string v0.7.10
11592026-03-20T17:18:47.725Z Downloaded rustls-webpki v0.103.9
11602026-03-20T17:18:47.727Z Downloaded unsafe-libyaml v0.2.11
11612026-03-20T17:18:47.730Z Downloaded p384 v0.13.1
11622026-03-20T17:18:47.734Z Downloaded rand v0.9.2
11632026-03-20T17:18:47.737Z Downloaded git2 v0.20.4
11642026-03-20T17:18:47.744Z Downloaded quick-xml v0.37.5
11652026-03-20T17:18:47.748Z Downloaded aws-lc-rs v1.16.0
11662026-03-20T17:18:47.755Z Downloaded zerocopy-derive v0.8.40
11672026-03-20T17:18:47.762Z Downloaded zip v0.6.6
11682026-03-20T17:18:47.766Z Downloaded reqwest v0.13.2
11692026-03-20T17:18:47.770Z Downloaded unicode-segmentation v1.12.0
11702026-03-20T17:18:47.773Z Downloaded x509-cert v0.2.5
11712026-03-20T17:18:47.777Z Downloaded portable-atomic v1.13.1
11722026-03-20T17:18:47.783Z Downloaded tower v0.5.3
11732026-03-20T17:18:47.789Z Downloaded typed-path v0.9.3
11742026-03-20T17:18:47.794Z Downloaded goblin v0.10.5
11752026-03-20T17:18:47.800Z Downloaded rayon v1.11.0
11762026-03-20T17:18:47.807Z Downloaded rustls-webpki v0.101.7
11772026-03-20T17:18:47.818Z Downloaded zip v4.6.1
11782026-03-20T17:18:47.821Z Downloaded moka v0.12.13
11792026-03-20T17:18:47.827Z Downloaded curve25519-dalek v4.1.3
11802026-03-20T17:18:47.835Z Downloaded unicode-normalization v0.1.25
11812026-03-20T17:18:47.838Z Downloaded petname v2.0.2
11822026-03-20T17:18:47.841Z Downloaded tokio-util v0.7.18
11832026-03-20T17:18:47.847Z Downloaded tower-http v0.6.8
11842026-03-20T17:18:47.854Z Downloaded salty v0.3.0
11852026-03-20T17:18:47.859Z Downloaded rustls-webpki v0.102.8
11862026-03-20T17:18:47.875Z Downloaded tough v0.20.0
11872026-03-20T17:18:47.881Z Downloaded serde_with v3.17.0
11882026-03-20T17:18:47.890Z Downloaded winnow v0.6.26
11892026-03-20T17:18:47.896Z Downloaded nix v0.27.1
11902026-03-20T17:18:47.905Z Downloaded radix_trie v0.2.1
11912026-03-20T17:18:47.909Z Downloaded quinn-proto v0.11.13
11922026-03-20T17:18:47.915Z Downloaded winnow v0.5.40
11932026-03-20T17:18:47.921Z Downloaded openssl v0.10.75
11942026-03-20T17:18:47.929Z Downloaded polar-core v0.27.3
11952026-03-20T17:18:47.935Z Downloaded tabled v0.20.0
11962026-03-20T17:18:47.948Z Downloaded bstr v1.12.1
11972026-03-20T17:18:47.955Z Downloaded dropshot v0.16.7
11982026-03-20T17:18:47.972Z Downloaded time v0.3.47
11992026-03-20T17:18:47.981Z Downloaded vcpkg v0.2.15
12002026-03-20T17:18:48.013Z Downloaded regex-syntax v0.6.29
12012026-03-20T17:18:48.019Z Downloaded hickory-proto v0.24.4
12022026-03-20T17:18:48.030Z Downloaded nix v0.31.1
12032026-03-20T17:18:48.039Z Downloaded nix v0.28.0
12042026-03-20T17:18:48.048Z Downloaded zlib-rs v0.6.2
12052026-03-20T17:18:48.053Z Downloaded webpki-roots v1.0.6
12062026-03-20T17:18:48.056Z Downloaded smoltcp v0.9.1
12072026-03-20T17:18:48.064Z Downloaded smoltcp v0.11.0
12082026-03-20T17:18:48.074Z Downloaded object v0.37.3
12092026-03-20T17:18:48.082Z Downloaded regex-syntax v0.8.10
12102026-03-20T17:18:48.088Z Downloaded rustls v0.23.37
12112026-03-20T17:18:48.098Z Downloaded zerocopy v0.8.40
12122026-03-20T17:18:48.104Z Downloaded openapiv3 v2.2.0
12132026-03-20T17:18:48.114Z Downloaded rustix v0.38.44
12142026-03-20T17:18:48.131Z Downloaded regress v0.10.5
12152026-03-20T17:18:48.138Z Downloaded hickory-proto v0.25.2
12162026-03-20T17:18:48.150Z Downloaded rustls v0.22.4
12172026-03-20T17:18:48.163Z Downloaded diesel v2.3.7
12182026-03-20T17:18:48.177Z Downloaded sled v0.34.7
12192026-03-20T17:18:48.186Z Downloaded rustls v0.21.12
12202026-03-20T17:18:48.194Z Downloaded nix v0.29.0
12212026-03-20T17:18:48.202Z Downloaded typify-impl v0.6.1
12222026-03-20T17:18:48.213Z Downloaded sqlparser v0.61.0
12232026-03-20T17:18:48.221Z Downloaded proptest v1.10.0
12242026-03-20T17:18:48.228Z Downloaded object v0.30.4
12252026-03-20T17:18:48.235Z Downloaded reqwest v0.12.28
12262026-03-20T17:18:48.239Z Downloaded regex v1.12.3
12272026-03-20T17:18:48.243Z Downloaded zerocopy-derive v0.6.6
12282026-03-20T17:18:48.251Z Downloaded ratatui v0.29.0
12292026-03-20T17:18:48.266Z Downloaded typify-impl v0.4.3
12302026-03-20T17:18:48.278Z Downloaded tracing v0.1.44
12312026-03-20T17:18:48.294Z Downloaded petgraph v0.6.5
12322026-03-20T17:18:48.309Z Downloaded regex-automata v0.4.14
12332026-03-20T17:18:48.319Z Downloaded jiff v0.2.21
12342026-03-20T17:18:48.333Z Downloaded bzip2-sys v0.1.13+1.0.8
12352026-03-20T17:18:48.342Z Downloaded chrono v0.4.44
12362026-03-20T17:18:48.347Z Downloaded petgraph v0.8.3
12372026-03-20T17:18:48.363Z Downloaded lalrpop v0.19.12
12382026-03-20T17:18:48.372Z Downloaded universal-hash v0.5.1
12392026-03-20T17:18:48.374Z Downloaded lzma-sys v0.1.20
12402026-03-20T17:18:48.393Z Downloaded hashbrown v0.15.5
12412026-03-20T17:18:48.396Z Downloaded chrono-tz v0.10.4
12422026-03-20T17:18:48.410Z Downloaded sha3 v0.10.8
12432026-03-20T17:18:48.413Z Downloaded csv v1.4.0
12442026-03-20T17:18:48.429Z Downloaded tokio v1.49.0
12452026-03-20T17:18:48.457Z Downloaded typify-macro v0.4.3
12462026-03-20T17:18:48.460Z Downloaded scroll_derive v0.13.1
12472026-03-20T17:18:48.460Z Downloaded libz-sys v1.1.24
12482026-03-20T17:18:48.474Z Downloaded peg-macros v0.8.5
12492026-03-20T17:18:48.477Z Downloaded base64 v0.21.7
12502026-03-20T17:18:48.480Z Downloaded libbz2-rs-sys v0.2.2
12512026-03-20T17:18:48.480Z Downloaded headers v0.4.1
12522026-03-20T17:18:48.483Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12532026-03-20T17:18:48.496Z Downloaded parse-display-derive v0.10.0
12542026-03-20T17:18:48.499Z Downloaded password-hash v0.4.2
12552026-03-20T17:18:48.499Z Downloaded packed_struct v0.10.1
12562026-03-20T17:18:48.502Z Downloaded bumpalo v3.20.2
12572026-03-20T17:18:48.502Z Downloaded der v0.7.10
12582026-03-20T17:18:48.505Z Downloaded bytes v1.11.1
12592026-03-20T17:18:48.508Z Downloaded httparse v1.10.1
12602026-03-20T17:18:48.511Z Downloaded const_format v0.2.35
12612026-03-20T17:18:48.513Z Downloaded cancel-safe-futures v0.1.5
12622026-03-20T17:18:48.516Z Downloaded ingot-macros v0.1.1
12632026-03-20T17:18:48.516Z Downloaded arc-swap v1.8.2
12642026-03-20T17:18:48.540Z Downloaded darling_core v0.21.3
12652026-03-20T17:18:48.540Z Downloaded libefi-sys v0.1.0
12662026-03-20T17:18:48.540Z Downloaded dropshot_endpoint v0.16.7
12672026-03-20T17:18:48.540Z Downloaded crc32fast v1.5.0
12682026-03-20T17:18:48.540Z Downloaded num-derive v0.3.3
12692026-03-20T17:18:48.540Z Downloaded num-conv v0.2.0
12702026-03-20T17:18:48.540Z Downloaded hyper-staticfile v0.10.1
12712026-03-20T17:18:48.540Z Downloaded getrandom v0.2.17
12722026-03-20T17:18:48.540Z Downloaded encoding_rs v0.8.35
12732026-03-20T17:18:48.548Z Downloaded derive_builder v0.20.2
12742026-03-20T17:18:48.551Z Downloaded des v0.8.1
12752026-03-20T17:18:48.554Z Downloaded crc-any v2.5.0
12762026-03-20T17:18:48.554Z Downloaded linked-hash-map v0.5.6
12772026-03-20T17:18:48.557Z Downloaded match_cfg v0.1.0
12782026-03-20T17:18:48.557Z Downloaded managed v0.8.0
12792026-03-20T17:18:48.557Z Downloaded defmt v1.0.1
12802026-03-20T17:18:48.561Z Downloaded bzip2 v0.6.1
12812026-03-20T17:18:48.561Z Downloaded cargo_toml v0.22.3
12822026-03-20T17:18:48.564Z Downloaded indent_write v2.2.0
12832026-03-20T17:18:48.564Z Downloaded hash32 v0.3.1
12842026-03-20T17:18:48.564Z Downloaded ring v0.17.14
12852026-03-20T17:18:48.593Z Downloaded git-stub-vcs v0.1.0
12862026-03-20T17:18:48.596Z Downloaded fallible-iterator v0.2.0
12872026-03-20T17:18:48.596Z Downloaded ena v0.14.4
12882026-03-20T17:18:48.596Z Downloaded darling v0.23.0
12892026-03-20T17:18:48.600Z Downloaded console v0.16.2
12902026-03-20T17:18:48.603Z Downloaded colored v2.2.0
12912026-03-20T17:18:48.603Z Downloaded ciborium v0.2.2
12922026-03-20T17:18:48.608Z Downloaded bitflags v1.3.2
12932026-03-20T17:18:48.611Z Downloaded http-body v1.0.1
12942026-03-20T17:18:48.611Z Downloaded glob v0.3.3
12952026-03-20T17:18:48.611Z Downloaded env_logger v0.11.9
12962026-03-20T17:18:48.611Z Downloaded dirs-sys-next v0.1.2
12972026-03-20T17:18:48.612Z Downloaded backoff v0.4.0
12982026-03-20T17:18:48.614Z Downloaded async-trait v0.1.89
12992026-03-20T17:18:48.614Z Downloaded filetime v0.2.27
13002026-03-20T17:18:48.617Z Downloaded ff v0.13.1
13012026-03-20T17:18:48.617Z Downloaded diesel-dtrace v0.5.0
13022026-03-20T17:18:48.617Z Downloaded crossbeam-deque v0.8.6
13032026-03-20T17:18:48.620Z Downloaded der_derive v0.7.3
13042026-03-20T17:18:48.620Z Downloaded cmake v0.1.57
13052026-03-20T17:18:48.620Z Downloaded cbc v0.1.2
13062026-03-20T17:18:48.623Z Downloaded blake2 v0.10.6
13072026-03-20T17:18:48.623Z Downloaded home v0.5.12
13082026-03-20T17:18:48.623Z Downloaded futures-executor v0.3.32
13092026-03-20T17:18:48.626Z Downloaded flume v0.11.1
13102026-03-20T17:18:48.630Z Downloaded console v0.15.11
13112026-03-20T17:18:48.630Z Downloaded diesel_table_macro_syntax v0.3.0
13122026-03-20T17:18:48.630Z Downloaded ahash v0.8.12
13132026-03-20T17:18:48.633Z Downloaded darling_macro v0.20.11
13142026-03-20T17:18:48.633Z Downloaded crc-catalog v2.4.0
13152026-03-20T17:18:48.633Z Downloaded bcrypt-pbkdf v0.10.0
13162026-03-20T17:18:48.633Z Downloaded arrayvec v0.7.6
13172026-03-20T17:18:48.633Z Downloaded async-stream v0.3.6
13182026-03-20T17:18:48.636Z Downloaded array-init v0.0.4
13192026-03-20T17:18:48.636Z Downloaded cpufeatures v0.3.0
13202026-03-20T17:18:48.636Z Downloaded atty v0.2.14
13212026-03-20T17:18:48.639Z Downloaded bb8 v0.8.6
13222026-03-20T17:18:48.639Z Downloaded daft v0.1.5
13232026-03-20T17:18:48.639Z Downloaded ctr v0.9.2
13242026-03-20T17:18:48.642Z Downloaded convert_case v0.4.0
13252026-03-20T17:18:48.642Z Downloaded aead v0.5.2
13262026-03-20T17:18:48.642Z Downloaded difflib v0.4.0
13272026-03-20T17:18:48.642Z Downloaded async-recursion v1.1.1
13282026-03-20T17:18:48.645Z Downloaded ar_archive_writer v0.5.1
13292026-03-20T17:18:48.648Z Downloaded crucible-workspace-hack v0.1.0
13302026-03-20T17:18:48.648Z Downloaded bit-set v0.8.0
13312026-03-20T17:18:48.648Z Downloaded base16ct v1.0.0
13322026-03-20T17:18:48.651Z Downloaded darling_macro v0.21.3
13332026-03-20T17:18:48.651Z Downloaded bit-vec v0.6.3
13342026-03-20T17:18:48.651Z Downloaded either v1.15.0
13352026-03-20T17:18:48.651Z Downloaded diff v0.1.13
13362026-03-20T17:18:48.654Z Downloaded derive_more v2.1.1
13372026-03-20T17:18:48.661Z Downloaded libgit2-sys v0.18.3+1.9.2
13382026-03-20T17:18:49.162Z Downloaded aws-lc-sys v0.37.1
13392026-03-20T17:18:49.486Z Compiling libc v0.2.180
13402026-03-20T17:18:49.489Z Compiling serde v1.0.228
13412026-03-20T17:18:49.490Z Compiling log v0.4.29
13422026-03-20T17:18:49.490Z Compiling shlex v1.3.0
13432026-03-20T17:18:49.672Z Compiling find-msvc-tools v0.1.9
13442026-03-20T17:18:49.688Z Compiling smallvec v1.15.1
13452026-03-20T17:18:49.705Z Compiling syn v2.0.117
13462026-03-20T17:18:49.741Z Compiling typenum v1.19.0
13472026-03-20T17:18:49.914Z Compiling generic-array v0.14.7
13482026-03-20T17:18:49.932Z Compiling subtle v2.6.1
13492026-03-20T17:18:49.983Z Compiling scopeguard v1.2.0
13502026-03-20T17:18:50.039Z Compiling portable-atomic v1.13.1
13512026-03-20T17:18:50.073Z Compiling const-oid v0.9.6
13522026-03-20T17:18:50.124Z Compiling lock_api v0.4.14
13532026-03-20T17:18:50.148Z Compiling critical-section v1.2.0
13542026-03-20T17:18:50.223Z Compiling zerocopy v0.8.40
13552026-03-20T17:18:50.294Z Compiling serde_json v1.0.149
13562026-03-20T17:18:50.424Z Compiling parking_lot_core v0.9.12
13572026-03-20T17:18:50.524Z Compiling pin-project-lite v0.2.17
13582026-03-20T17:18:50.755Z Compiling pkg-config v0.3.32
13592026-03-20T17:18:50.799Z Compiling getrandom v0.2.17
13602026-03-20T17:18:50.859Z Compiling jobserver v0.1.34
13612026-03-20T17:18:51.010Z Compiling rand_core v0.6.4
13622026-03-20T17:18:51.081Z Compiling errno v0.3.14
13632026-03-20T17:18:51.142Z Compiling cc v1.2.56
13642026-03-20T17:18:51.287Z Compiling once_cell v1.21.3
13652026-03-20T17:18:51.368Z Compiling signal-hook-registry v1.4.8
13662026-03-20T17:18:51.405Z Compiling mio v1.1.1
13672026-03-20T17:18:51.498Z Compiling bitflags v2.11.0
13682026-03-20T17:18:51.555Z Compiling libm v0.2.16
13692026-03-20T17:18:51.716Z Compiling parking_lot v0.12.5
13702026-03-20T17:18:51.751Z Compiling num-traits v0.2.19
13712026-03-20T17:18:51.789Z Compiling futures-core v0.3.32
13722026-03-20T17:18:51.992Z Compiling socket2 v0.6.2
13732026-03-20T17:18:52.049Z Compiling percent-encoding v2.3.2
13742026-03-20T17:18:52.192Z Compiling allocator-api2 v0.2.21
13752026-03-20T17:18:52.261Z Compiling cpufeatures v0.2.17
13762026-03-20T17:18:52.335Z Compiling foldhash v0.2.0
13772026-03-20T17:18:52.373Z Compiling futures-sink v0.3.32
13782026-03-20T17:18:52.391Z Compiling getrandom v0.4.1
13792026-03-20T17:18:52.509Z Compiling futures-channel v0.3.32
13802026-03-20T17:18:52.649Z Compiling futures-task v0.3.32
13812026-03-20T17:18:52.721Z Compiling slab v0.4.12
13822026-03-20T17:18:52.790Z Compiling hashbrown v0.16.1
13832026-03-20T17:18:52.832Z Compiling futures-io v0.3.32
13842026-03-20T17:18:52.881Z Compiling rustversion v1.0.22
13852026-03-20T17:18:52.901Z Compiling rand_core v0.10.0
13862026-03-20T17:18:52.961Z Compiling getrandom v0.3.4
13872026-03-20T17:18:53.041Z Compiling form_urlencoded v1.2.2
13882026-03-20T17:18:53.399Z Compiling cmake v0.1.57
13892026-03-20T17:18:53.480Z Compiling ident_case v1.0.1
13902026-03-20T17:18:53.641Z Compiling indexmap v2.13.0
13912026-03-20T17:18:53.662Z Compiling fs_extra v1.3.0
13922026-03-20T17:18:53.743Z Compiling dunce v1.0.5
13932026-03-20T17:18:53.869Z Compiling synstructure v0.13.2
13942026-03-20T17:18:53.952Z Compiling base64ct v1.8.3
13952026-03-20T17:18:54.033Z Compiling aws-lc-sys v0.37.1
13962026-03-20T17:18:54.199Z Compiling flagset v0.4.7
13972026-03-20T17:18:54.218Z Compiling rand_core v0.9.5
13982026-03-20T17:18:54.282Z Compiling pem-rfc7468 v0.7.0
13992026-03-20T17:18:54.360Z Compiling rustix v1.1.3
14002026-03-20T17:18:54.379Z Compiling iana-time-zone v0.1.65
14012026-03-20T17:18:54.579Z Compiling ring v0.17.14
14022026-03-20T17:18:54.582Z Compiling uuid v1.21.0
14032026-03-20T17:18:54.638Z Compiling rustc_version v0.4.1
14042026-03-20T17:18:54.695Z Compiling vcpkg v0.2.15
14052026-03-20T17:18:54.737Z Compiling regex-syntax v0.8.10
14062026-03-20T17:18:55.072Z Compiling aws-lc-rs v1.16.0
14072026-03-20T17:18:55.444Z Compiling tracing-core v0.1.36
14082026-03-20T17:18:55.503Z Compiling crossbeam-utils v0.8.21
14092026-03-20T17:18:55.740Z Compiling openssl-sys v0.9.111
14102026-03-20T17:18:55.907Z Compiling pest_generator v2.8.6
14112026-03-20T17:18:56.210Z Compiling serde_derive_internals v0.29.1
14122026-03-20T17:18:56.485Z Compiling openssl-probe v0.2.1
14132026-03-20T17:18:56.535Z Compiling serde_derive v1.0.228
14142026-03-20T17:18:56.710Z Compiling zeroize_derive v1.4.3
14152026-03-20T17:18:56.797Z Compiling zerofrom-derive v0.1.6
14162026-03-20T17:18:56.844Z Compiling yoke-derive v0.8.1
14172026-03-20T17:18:57.485Z Compiling zerocopy-derive v0.8.40
14182026-03-20T17:18:57.586Z Compiling zeroize v1.8.2
14192026-03-20T17:18:58.103Z Compiling zerovec-derive v0.11.2
14202026-03-20T17:18:58.463Z Compiling displaydoc v0.2.5
14212026-03-20T17:18:58.643Z Compiling crypto-common v0.1.7
14222026-03-20T17:18:58.767Z Compiling zerofrom v0.1.6
14232026-03-20T17:18:58.822Z Compiling block-buffer v0.10.4
14242026-03-20T17:18:58.928Z Compiling yoke v0.8.1
14252026-03-20T17:18:59.029Z Compiling digest v0.10.7
14262026-03-20T17:18:59.171Z Compiling tokio-macros v2.6.0
14272026-03-20T17:18:59.351Z Compiling hmac v0.12.1
14282026-03-20T17:18:59.435Z Compiling zerotrie v0.2.3
14292026-03-20T17:18:59.485Z Compiling futures-macro v0.3.32
14302026-03-20T17:18:59.554Z Compiling block-padding v0.3.3
14312026-03-20T17:18:59.573Z Compiling zerovec v0.11.5
14322026-03-20T17:18:59.756Z Compiling inout v0.1.4
14332026-03-20T17:18:59.833Z Compiling sha2 v0.10.9
14342026-03-20T17:18:59.973Z Compiling cipher v0.4.4
14352026-03-20T17:19:00.140Z Compiling der_derive v0.7.3
14362026-03-20T17:19:00.284Z Compiling tinystr v0.8.2
14372026-03-20T17:19:00.326Z Compiling potential_utf v0.1.4
14382026-03-20T17:19:00.548Z Compiling icu_locale_core v2.1.1
14392026-03-20T17:19:00.567Z Compiling icu_collections v2.1.1
14402026-03-20T17:19:00.587Z Compiling futures-util v0.3.32
14412026-03-20T17:19:01.211Z Compiling salsa20 v0.10.2
14422026-03-20T17:19:01.348Z Compiling bytes v1.11.1
14432026-03-20T17:19:01.388Z Compiling icu_provider v2.1.1
14442026-03-20T17:19:01.419Z Compiling der v0.7.10
14452026-03-20T17:19:01.684Z Compiling chrono v0.4.44
14462026-03-20T17:19:01.771Z Compiling icu_normalizer v2.1.1
14472026-03-20T17:19:01.787Z Compiling icu_properties v2.1.2
14482026-03-20T17:19:02.174Z Compiling tokio v1.49.0
14492026-03-20T17:19:02.515Z Compiling http v1.4.0
14502026-03-20T17:19:03.099Z Compiling idna_adapter v1.2.1
14512026-03-20T17:19:03.295Z Compiling idna v1.1.0
14522026-03-20T17:19:03.381Z Compiling spki v0.7.3
14532026-03-20T17:19:03.645Z Compiling url v2.5.8
14542026-03-20T17:19:03.668Z Compiling pbkdf2 v0.12.2
14552026-03-20T17:19:03.774Z Compiling ppv-lite86 v0.2.21
14562026-03-20T17:19:03.799Z Compiling thiserror-impl v2.0.18
14572026-03-20T17:19:03.816Z Compiling scrypt v0.11.0
14582026-03-20T17:19:03.925Z Compiling aes v0.8.4
14592026-03-20T17:19:04.152Z Compiling cbc v0.1.2
14602026-03-20T17:19:04.171Z Compiling rand_chacha v0.9.0
14612026-03-20T17:19:04.222Z Compiling rustls-pki-types v1.14.0
14622026-03-20T17:19:04.338Z Compiling tracing-attributes v0.1.31
14632026-03-20T17:19:04.702Z Compiling pkcs5 v0.7.1
14642026-03-20T17:19:04.833Z Compiling rand v0.9.2
14652026-03-20T17:19:05.052Z Compiling http-body v1.0.1
14662026-03-20T17:19:05.244Z Compiling untrusted v0.7.1
14672026-03-20T17:19:05.322Z Compiling httparse v1.10.1
14682026-03-20T17:19:05.350Z Compiling schemars v0.8.22
14692026-03-20T17:19:05.400Z Compiling untrusted v0.9.0
14702026-03-20T17:19:05.556Z Compiling syn v1.0.109
14712026-03-20T17:19:05.587Z Compiling thiserror v2.0.18
14722026-03-20T17:19:05.605Z Compiling base64 v0.22.1
14732026-03-20T17:19:05.829Z Compiling pkcs8 v0.10.2
14742026-03-20T17:19:05.877Z Compiling schemars_derive v0.8.22
14752026-03-20T17:19:06.001Z Compiling pest_derive v2.8.6
14762026-03-20T17:19:06.025Z Compiling scroll_derive v0.13.1
14772026-03-20T17:19:06.135Z Compiling tracing v0.1.44
14782026-03-20T17:19:06.490Z Compiling darling_core v0.20.11
14792026-03-20T17:19:06.537Z Compiling tower-service v0.3.3
14802026-03-20T17:19:06.655Z Compiling tower-layer v0.3.3
14812026-03-20T17:19:06.862Z Compiling atomic-waker v1.1.2
14822026-03-20T17:19:06.901Z Compiling dyn-clone v1.0.20
14832026-03-20T17:19:07.020Z Compiling rustls v0.23.37
14842026-03-20T17:19:07.078Z Compiling tinyvec_macros v0.1.1
14852026-03-20T17:19:07.099Z Compiling try-lock v0.2.5
14862026-03-20T17:19:07.167Z Compiling tinyvec v1.10.0
14872026-03-20T17:19:07.251Z Compiling want v0.3.1
14882026-03-20T17:19:07.290Z Compiling scroll v0.13.0
14892026-03-20T17:19:07.481Z Compiling tokio-util v0.7.18
14902026-03-20T17:19:08.093Z Compiling ipnet v2.11.0
14912026-03-20T17:19:08.268Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14922026-03-20T17:19:08.769Z Compiling h2 v0.4.13
14932026-03-20T17:19:08.788Z Compiling spin v0.9.8
14942026-03-20T17:19:08.915Z Compiling aho-corasick v1.1.4
14952026-03-20T17:19:09.064Z Compiling openssl v0.10.75
14962026-03-20T17:19:09.351Z Compiling num-conv v0.2.0
14972026-03-20T17:19:09.400Z Compiling time-core v0.1.8
14982026-03-20T17:19:09.526Z Compiling foreign-types-shared v0.1.1
14992026-03-20T17:19:09.590Z Compiling crc32fast v1.5.0
15002026-03-20T17:19:09.634Z Compiling powerfmt v0.2.0
15012026-03-20T17:19:09.851Z Compiling darling_macro v0.20.11
15022026-03-20T17:19:09.903Z Compiling httpdate v1.0.3
15032026-03-20T17:19:09.935Z Compiling pin-utils v0.1.0
15042026-03-20T17:19:10.090Z Compiling regex-automata v0.4.14
15052026-03-20T17:19:10.192Z Compiling deranged v0.5.8
15062026-03-20T17:19:10.266Z Compiling foreign-types v0.3.2
15072026-03-20T17:19:10.308Z Compiling time-macros v0.2.27
15082026-03-20T17:19:10.452Z Compiling darling v0.20.11
15092026-03-20T17:19:10.557Z Compiling tempfile v3.25.0
15102026-03-20T17:19:11.306Z Compiling goblin v0.10.5
15112026-03-20T17:19:11.562Z Compiling thiserror-impl v1.0.69
15122026-03-20T17:19:11.756Z Compiling openssl-macros v0.1.1
15132026-03-20T17:19:12.996Z Compiling hyper v1.8.1
15142026-03-20T17:19:13.309Z Compiling wait-timeout v0.2.1
15152026-03-20T17:19:13.384Z Compiling usdt-impl v0.6.0
15162026-03-20T17:19:13.638Z Compiling native-tls v0.2.18
15172026-03-20T17:19:13.654Z Compiling quick-error v1.2.3
15182026-03-20T17:19:13.781Z Compiling siphasher v1.0.2
15192026-03-20T17:19:13.884Z Compiling num_threads v0.1.7
15202026-03-20T17:19:14.006Z Compiling bit-vec v0.8.0
15212026-03-20T17:19:14.036Z Compiling either v1.15.0
15222026-03-20T17:19:14.215Z Compiling simd-adler32 v0.3.8
15232026-03-20T17:19:14.306Z Compiling bit-set v0.8.0
15242026-03-20T17:19:14.338Z Compiling time v0.3.47
15252026-03-20T17:19:14.515Z Compiling hyper-util v0.1.20
15262026-03-20T17:19:14.574Z Compiling rusty-fork v0.3.1
15272026-03-20T17:19:15.062Z Compiling thiserror v1.0.69
15282026-03-20T17:19:15.167Z Compiling dof v0.4.0
15292026-03-20T17:19:15.936Z Compiling derive_builder_core v0.20.2
15302026-03-20T17:19:16.765Z Compiling unicode-normalization v0.1.25
15312026-03-20T17:19:16.803Z Compiling crossbeam-epoch v0.9.18
15322026-03-20T17:19:16.864Z Compiling dtrace-parser v0.3.0
15332026-03-20T17:19:17.142Z Compiling rustls-native-certs v0.8.3
15342026-03-20T17:19:17.282Z Compiling signature v2.2.0
15352026-03-20T17:19:17.401Z Compiling scroll_derive v0.12.1
15362026-03-20T17:19:17.440Z Compiling heapless v0.7.17
15372026-03-20T17:19:17.503Z Compiling rand_xorshift v0.4.0
15382026-03-20T17:19:17.556Z Compiling slog v2.8.2
15392026-03-20T17:19:17.710Z Compiling darling_core v0.21.3
15402026-03-20T17:19:17.740Z Compiling bzip2-sys v0.1.13+1.0.8
15412026-03-20T17:19:17.786Z Compiling sync_wrapper v1.0.2
15422026-03-20T17:19:17.921Z Compiling thread-id v5.1.0
15432026-03-20T17:19:17.940Z Compiling cookie v0.18.1
15442026-03-20T17:19:18.027Z Compiling adler2 v2.0.1
15452026-03-20T17:19:18.092Z Compiling unicode-segmentation v1.12.0
15462026-03-20T17:19:18.166Z Compiling unicode-properties v0.1.4
15472026-03-20T17:19:18.191Z Compiling zstd-safe v7.2.4
15482026-03-20T17:19:18.275Z Compiling unicode-bidi v0.3.18
15492026-03-20T17:19:18.432Z Compiling unarray v0.1.4
15502026-03-20T17:19:18.437Z Compiling rayon-core v1.13.0
15512026-03-20T17:19:18.585Z Compiling anyhow v1.0.102
15522026-03-20T17:19:18.612Z Compiling signal-hook v0.3.18
15532026-03-20T17:19:18.647Z Compiling paste v1.0.15
15542026-03-20T17:19:18.846Z Compiling stringprep v0.1.5
15552026-03-20T17:19:19.032Z Compiling proptest v1.10.0
15562026-03-20T17:19:19.241Z Compiling scroll v0.12.0
15572026-03-20T17:19:19.421Z Compiling miniz_oxide v0.8.9
15582026-03-20T17:19:19.590Z Compiling tower v0.5.3
15592026-03-20T17:19:20.079Z Compiling derive_builder_macro v0.20.2
15602026-03-20T17:19:20.209Z Compiling crossbeam-deque v0.8.6
15612026-03-20T17:19:20.229Z Compiling ipnetwork v0.21.1
15622026-03-20T17:19:20.248Z Compiling http-body-util v0.1.3
15632026-03-20T17:19:20.267Z Compiling webpki-roots v1.0.6
15642026-03-20T17:19:20.420Z Compiling rand_chacha v0.3.1
15652026-03-20T17:19:20.459Z Compiling serde_spanned v0.6.9
15662026-03-20T17:19:20.563Z Compiling toml_datetime v0.6.11
15672026-03-20T17:19:20.645Z Compiling serde_tokenstream v0.2.3
15682026-03-20T17:19:20.665Z Compiling erased-serde v0.3.31
15692026-03-20T17:19:20.760Z Compiling md-5 v0.10.6
15702026-03-20T17:19:20.900Z Compiling zerocopy-derive v0.7.35
15712026-03-20T17:19:20.967Z Compiling curve25519-dalek v4.1.3
15722026-03-20T17:19:21.055Z Compiling vergen-lib v0.1.6
15732026-03-20T17:19:21.285Z Compiling num-integer v0.1.46
15742026-03-20T17:19:21.304Z Compiling darling_macro v0.21.3
15752026-03-20T17:19:21.388Z Compiling hash32 v0.2.1
15762026-03-20T17:19:21.409Z Compiling ff v0.13.1
15772026-03-20T17:19:21.449Z Compiling memoffset v0.9.1
15782026-03-20T17:19:21.580Z Compiling iri-string v0.7.10
15792026-03-20T17:19:21.641Z Compiling rustix v0.38.44
15802026-03-20T17:19:21.693Z Compiling psl-types v2.0.11
15812026-03-20T17:19:21.731Z Compiling ryu v1.0.23
15822026-03-20T17:19:21.856Z Compiling smoltcp v0.9.1
15832026-03-20T17:19:21.908Z Compiling base16ct v0.2.0
15842026-03-20T17:19:21.967Z Compiling ref-cast v1.0.25
15852026-03-20T17:19:22.072Z Compiling litrs v1.0.0
15862026-03-20T17:19:22.092Z Compiling fallible-iterator v0.2.0
15872026-03-20T17:19:22.140Z Compiling cfg_aliases v0.2.1
15882026-03-20T17:19:22.297Z Compiling zlib-rs v0.6.2
15892026-03-20T17:19:22.341Z Compiling num-bigint-dig v0.8.6
15902026-03-20T17:19:22.518Z Compiling newtype-uuid v1.3.2
15912026-03-20T17:19:22.598Z Compiling postgres-protocol v0.6.10
15922026-03-20T17:19:22.621Z Compiling nix v0.31.1
15932026-03-20T17:19:22.800Z Compiling document-features v0.2.12
15942026-03-20T17:19:23.080Z Compiling zerocopy v0.7.35
15952026-03-20T17:19:23.123Z Compiling sec1 v0.7.3
15962026-03-20T17:19:23.368Z Compiling tower-http v0.6.8
15972026-03-20T17:19:23.510Z Compiling darling v0.21.3
15982026-03-20T17:19:23.591Z Compiling serde_urlencoded v0.7.1
15992026-03-20T17:19:23.616Z Compiling publicsuffix v2.3.0
16002026-03-20T17:19:23.857Z Compiling num-iter v0.1.45
16012026-03-20T17:19:23.913Z Compiling group v0.13.0
16022026-03-20T17:19:24.001Z Compiling rand v0.8.5
16032026-03-20T17:19:24.026Z Compiling derive_builder v0.20.2
16042026-03-20T17:19:24.143Z Compiling oxnet v0.1.4
16052026-03-20T17:19:24.508Z Compiling proc-macro-error v1.0.4
16062026-03-20T17:19:24.669Z Compiling goblin v0.8.2
16072026-03-20T17:19:24.934Z Compiling tokio-native-tls v0.3.1
16082026-03-20T17:19:25.546Z Compiling heck v0.4.1
16092026-03-20T17:19:25.565Z Compiling phf_shared v0.13.1
16102026-03-20T17:19:25.631Z Compiling hubpack_derive v0.1.1
16112026-03-20T17:19:25.768Z Compiling regex v1.12.3
16122026-03-20T17:19:25.839Z Compiling lazy_static v1.5.0
16132026-03-20T17:19:25.897Z Compiling cargo-platform v0.1.9
16142026-03-20T17:19:25.960Z Compiling hkdf v0.12.4
16152026-03-20T17:19:26.172Z Compiling crypto-bigint v0.5.5
16162026-03-20T17:19:26.198Z Compiling daft-derive v0.1.5
16172026-03-20T17:19:26.233Z Compiling ref-cast-impl v1.0.25
16182026-03-20T17:19:26.366Z Compiling async-trait v0.1.89
16192026-03-20T17:19:26.926Z Compiling flate2 v1.1.9
16202026-03-20T17:19:26.946Z Compiling strum_macros v0.27.2
16212026-03-20T17:19:27.143Z Compiling curve25519-dalek-derive v0.1.1
16222026-03-20T17:19:27.523Z Compiling terminal_size v0.4.3
16232026-03-20T17:19:27.706Z Compiling vergen v9.0.6
16242026-03-20T17:19:27.822Z Compiling fs-err v3.3.0
16252026-03-20T17:19:27.941Z Compiling ahash v0.8.12
16262026-03-20T17:19:28.035Z Compiling bumpalo v3.20.2
16272026-03-20T17:19:28.064Z Compiling foldhash v0.1.5
16282026-03-20T17:19:28.197Z Compiling bitflags v1.3.2
16292026-03-20T17:19:28.286Z Compiling managed v0.8.0
16302026-03-20T17:19:28.308Z Compiling object v0.37.3
16312026-03-20T17:19:28.369Z Compiling libbz2-rs-sys v0.2.2
16322026-03-20T17:19:28.577Z Compiling winnow v0.5.40
16332026-03-20T17:19:29.132Z Compiling bzip2 v0.6.1
16342026-03-20T17:19:29.310Z Compiling console v0.16.2
16352026-03-20T17:19:29.406Z Compiling zopfli v0.8.3
16362026-03-20T17:19:29.641Z Compiling hashbrown v0.15.5
16372026-03-20T17:19:29.718Z Compiling strum v0.27.2
16382026-03-20T17:19:29.882Z Compiling clap_builder v4.5.60
16392026-03-20T17:19:30.083Z Compiling dof v0.3.0
16402026-03-20T17:19:30.308Z Compiling elliptic-curve v0.13.8
16412026-03-20T17:19:30.403Z Compiling toml_edit v0.19.15
16422026-03-20T17:19:30.600Z Compiling daft v0.1.5
16432026-03-20T17:19:30.978Z Compiling hubpack v0.1.2
16442026-03-20T17:19:30.997Z Compiling cargo_metadata v0.19.2
16452026-03-20T17:19:31.270Z Compiling zone_cfg_derive v0.3.1
16462026-03-20T17:19:32.117Z Compiling phf v0.13.1
16472026-03-20T17:19:32.353Z Compiling signal-hook-mio v0.2.5
16482026-03-20T17:19:32.938Z Compiling cookie_store v0.22.1
16492026-03-20T17:19:33.015Z Compiling hyper-tls v0.6.0
16502026-03-20T17:19:33.311Z Compiling zstd v0.13.3
16512026-03-20T17:19:33.369Z Compiling rayon v1.11.0
16522026-03-20T17:19:33.674Z Compiling bzip2 v0.4.4
16532026-03-20T17:19:33.945Z Compiling serde_with_macros v3.17.0
16542026-03-20T17:19:33.982Z Compiling postgres-types v0.2.12
16552026-03-20T17:19:34.213Z Compiling usdt-macro v0.6.0
16562026-03-20T17:19:34.295Z Compiling usdt-attr-macro v0.6.0
16572026-03-20T17:19:34.758Z Compiling ed25519 v2.2.3
16582026-03-20T17:19:35.200Z Compiling dtrace-parser v0.2.0
16592026-03-20T17:19:35.350Z Compiling itertools v0.12.1
16602026-03-20T17:19:35.506Z Compiling phf_shared v0.11.3
16612026-03-20T17:19:35.606Z Compiling bstr v1.12.1
16622026-03-20T17:19:35.762Z Compiling pkcs1 v0.7.5
16632026-03-20T17:19:35.870Z Compiling hex v0.4.3
16642026-03-20T17:19:35.926Z Compiling serde-big-array v0.5.1
16652026-03-20T17:19:36.112Z Compiling rfc6979 v0.4.0
16662026-03-20T17:19:36.232Z Compiling clap_derive v4.5.55
16672026-03-20T17:19:36.273Z Compiling enum-as-inner v0.6.1
16682026-03-20T17:19:36.276Z Compiling strum_macros v0.26.4
16692026-03-20T17:19:36.314Z Compiling serde_repr v0.1.20
16702026-03-20T17:19:36.520Z Compiling float-cmp v0.10.0
16712026-03-20T17:19:36.715Z Compiling thread-id v4.2.2
16722026-03-20T17:19:36.826Z Compiling memmap2 v0.9.10
16732026-03-20T17:19:36.951Z Compiling env_filter v1.0.0
16742026-03-20T17:19:37.029Z Compiling encoding_rs v0.8.35
16752026-03-20T17:19:37.072Z Compiling keccak v0.1.6
16762026-03-20T17:19:37.118Z Compiling fixedbitset v0.5.7
16772026-03-20T17:19:37.404Z Compiling rustc-hash v2.1.1
16782026-03-20T17:19:37.574Z Compiling new_debug_unreachable v1.0.6
16792026-03-20T17:19:37.574Z Compiling mime v0.3.17
16802026-03-20T17:19:37.703Z Compiling data-encoding v2.10.0
16812026-03-20T17:19:37.935Z Compiling jiff v0.2.21
16822026-03-20T17:19:38.278Z Compiling whoami v2.1.0
16832026-03-20T17:19:38.560Z Compiling difflib v0.4.0
16842026-03-20T17:19:38.696Z Compiling normalize-line-endings v0.3.0
16852026-03-20T17:19:38.721Z Compiling fixedbitset v0.4.2
16862026-03-20T17:19:38.763Z Compiling unit-prefix v0.5.2
16872026-03-20T17:19:38.783Z Compiling predicates-core v1.0.10
16882026-03-20T17:19:38.818Z Compiling precomputed-hash v0.1.1
16892026-03-20T17:19:38.933Z Compiling static_assertions v1.1.0
16902026-03-20T17:19:38.953Z Compiling predicates v3.1.4
16912026-03-20T17:19:39.010Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16922026-03-20T17:19:39.014Z Compiling petgraph v0.6.5
16932026-03-20T17:19:39.049Z Compiling string_cache v0.8.9
16942026-03-20T17:19:39.168Z Compiling indicatif v0.18.4
16952026-03-20T17:19:39.339Z Compiling toml_edit v0.22.27
16962026-03-20T17:19:39.359Z Compiling strum v0.26.3
16972026-03-20T17:19:39.531Z Compiling clap v4.5.60
16982026-03-20T17:19:39.643Z Compiling tokio-postgres v0.7.16
16992026-03-20T17:19:39.859Z Compiling hickory-proto v0.25.2
17002026-03-20T17:19:40.362Z Compiling iddqd v0.3.17
17012026-03-20T17:19:41.099Z Compiling petgraph v0.8.3
17022026-03-20T17:19:41.897Z Compiling zip v4.6.1
17032026-03-20T17:19:42.721Z Compiling sha3 v0.10.8
17042026-03-20T17:19:42.860Z Compiling env_logger v0.11.9
17052026-03-20T17:19:43.273Z Compiling usdt v0.6.0
17062026-03-20T17:19:43.273Z Compiling zone v0.3.1
17072026-03-20T17:19:43.319Z Compiling usdt-impl v0.5.0
17082026-03-20T17:19:43.349Z Compiling ecdsa v0.16.9
17092026-03-20T17:19:43.628Z Compiling similar v2.7.0
17102026-03-20T17:19:43.876Z Compiling serde_with v3.17.0
17112026-03-20T17:19:43.879Z Compiling rsa v0.9.10
17122026-03-20T17:19:43.932Z Compiling crossterm v0.28.1
17132026-03-20T17:19:44.095Z Compiling ed25519-dalek v2.2.0
17142026-03-20T17:19:44.823Z Compiling zip v0.6.6
17152026-03-20T17:19:45.487Z Compiling toml v0.7.8
17162026-03-20T17:19:46.154Z Compiling toml_parser v1.0.9+spec-1.1.0
17172026-03-20T17:19:46.215Z Compiling itertools v0.13.0
17182026-03-20T17:19:46.323Z Compiling tokio-stream v0.1.18
17192026-03-20T17:19:46.348Z Compiling buf-list v1.1.2
17202026-03-20T17:19:46.433Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17212026-03-20T17:19:46.708Z Compiling x509-cert v0.2.5
17222026-03-20T17:19:46.868Z Compiling openapiv3 v2.2.0
17232026-03-20T17:19:46.951Z Compiling sha1 v0.10.6
17242026-03-20T17:19:47.022Z Compiling toml_datetime v0.7.5+spec-1.1.0
17252026-03-20T17:19:47.269Z Compiling lalrpop-util v0.19.12
17262026-03-20T17:19:47.435Z Compiling peg-runtime v0.8.5
17272026-03-20T17:19:47.573Z Compiling thread_local v1.1.9
17282026-03-20T17:19:47.841Z Compiling slog-async v2.8.0
17292026-03-20T17:19:47.862Z Compiling crossbeam-channel v0.5.15
17302026-03-20T17:19:47.983Z Compiling futures-executor v0.3.32
17312026-03-20T17:19:48.099Z Compiling filetime v0.2.27
17322026-03-20T17:19:48.232Z Compiling is-terminal v0.4.17
17332026-03-20T17:19:48.314Z Compiling term v1.2.1
17342026-03-20T17:19:48.336Z Compiling take_mut v0.2.2
17352026-03-20T17:19:48.348Z Compiling xattr v1.6.1
17362026-03-20T17:19:48.485Z Compiling futures v0.3.32
17372026-03-20T17:19:48.559Z Compiling tar v0.4.44
17382026-03-20T17:19:49.080Z Compiling slog-term v2.9.2
17392026-03-20T17:19:55.479Z Compiling rustls-webpki v0.103.9
17402026-03-20T17:19:59.536Z Compiling tokio-rustls v0.26.4
17412026-03-20T17:19:59.536Z Compiling rustls-platform-verifier v0.6.2
17422026-03-20T17:19:59.800Z Compiling hyper-rustls v0.27.7
17432026-03-20T17:20:00.066Z Compiling reqwest v0.12.28
17442026-03-20T17:20:00.069Z Compiling reqwest v0.13.2
17452026-03-20T17:20:03.073Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17462026-03-20T17:20:03.356Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17472026-03-20T17:20:07.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17482026-03-20T17:20:07.389Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17492026-03-20T17:20:07.453ZMar 20 17:20:06.639 INFO Starting download, target: TransceiverControl
17502026-03-20T17:20:07.453ZMar 20 17:20:06.640 INFO Starting download, target: Console
17512026-03-20T17:20:07.453ZMar 20 17:20:06.640 INFO Starting download, target: DendriteStub
17522026-03-20T17:20:07.454ZMar 20 17:20:06.640 INFO Starting download, target: Clickhouse
17532026-03-20T17:20:07.457ZMar 20 17:20:06.640 INFO Starting download, target: Cockroach
17542026-03-20T17:20:07.457ZMar 20 17:20:06.640 INFO Starting download, target: MaghemiteMgd
17552026-03-20T17:20:07.457ZMar 20 17:20:06.640 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17562026-03-20T17:20:07.457ZMar 20 17:20:06.640 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-03-20T17:20:07.457ZMar 20 17:20:06.640 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17582026-03-20T17:20:07.457ZMar 20 17:20:06.640 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17592026-03-20T17:20:07.457ZMar 20 17:20:06.640 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17602026-03-20T17:20:07.457ZMar 20 17:20:06.640 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17612026-03-20T17:20:07.906ZMar 20 17:20:07.089 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17622026-03-20T17:20:08.274ZMar 20 17:20:07.459 INFO Download complete, target: TransceiverControl
17632026-03-20T17:20:08.556ZMar 20 17:20:07.733 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-03-20T17:20:08.925ZMar 20 17:20:08.106 INFO Download complete, target: Console
17652026-03-20T17:20:09.065ZMar 20 17:20:08.246 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17662026-03-20T17:20:09.259ZMar 20 17:20:08.445 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17672026-03-20T17:20:09.816ZMar 20 17:20:09.003 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17682026-03-20T17:20:10.225ZMar 20 17:20:09.411 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17692026-03-20T17:20:10.225ZMar 20 17:20:09.411 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17702026-03-20T17:20:12.690ZMar 20 17:20:11.878 INFO Download complete, target: DendriteStub
17712026-03-20T17:20:13.022ZMar 20 17:20:12.210 INFO Download complete, target: MaghemiteMgd
17722026-03-20T17:20:17.915ZMar 20 17:20:17.105 INFO Checking that binary works, target: Cockroach
17732026-03-20T17:20:18.035ZMar 20 17:20:17.225 INFO Download complete, target: Cockroach
17742026-03-20T17:20:20.958ZMar 20 17:20:20.148 INFO Checking that binary works, target: Clickhouse
17752026-03-20T17:20:21.138ZMar 20 17:20:20.328 INFO Download complete, target: Clickhouse
17762026-03-20T17:20:21.156ZAll builder prerequisites installed successfully, and PATH looks valid
17772026-03-20T17:20:21.159Z
17782026-03-20T17:20:21.159Zreal 3:59.877239264
17792026-03-20T17:20:21.159Zuser 10:30.478568439
17802026-03-20T17:20:21.159Zsys 1:49.473853581
17812026-03-20T17:20:21.159Ztrap 0.322292198
17822026-03-20T17:20:21.159Ztflt 0.669961227
17832026-03-20T17:20:21.159Zdflt 0.492138097
17842026-03-20T17:20:21.159Zkflt 0.023328170
17852026-03-20T17:20:21.159Zlock 30:56.670277096
17862026-03-20T17:20:21.159Zslp 29:30.487560073
17872026-03-20T17:20:21.159Zlat 55.993358980
17882026-03-20T17:20:21.159Zstop 2:44.502736383
17892026-03-20T17:20:21.159Z+ banner clippy
17902026-03-20T17:20:21.159Z
17912026-03-20T17:20:21.160Z #### # # ##### ##### # #
17922026-03-20T17:20:21.160Z # # # # # # # # # #
17932026-03-20T17:20:21.160Z # # # # # # # #
17942026-03-20T17:20:21.160Z # # # ##### ##### #
17952026-03-20T17:20:21.160Z # # # # # # #
17962026-03-20T17:20:21.160Z #### ###### # # # #
17972026-03-20T17:20:21.160Z
17982026-03-20T17:20:21.160Z+ export CARGO_INCREMENTAL=0
17992026-03-20T17:20:21.160Z+ CARGO_INCREMENTAL=0
18002026-03-20T17:20:21.160Z+ ptime -m cargo xtask clippy
18012026-03-20T17:20:21.862Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18022026-03-20T17:20:22.139Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18032026-03-20T17:20:24.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
18042026-03-20T17:20:24.771Z Running `target/debug/xtask clippy`
18052026-03-20T17:20:24.804Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18062026-03-20T17:20:25.587Z Downloading crates ...
18072026-03-20T17:20:25.840Z Downloaded linkme-impl v0.3.35
18082026-03-20T17:20:25.846Z Downloaded owo-colors v3.5.0
18092026-03-20T17:20:25.850Z Downloaded anes v0.1.6
18102026-03-20T17:20:25.853Z Downloaded backtrace-ext v0.2.1
18112026-03-20T17:20:25.857Z Downloaded cfg-expr v0.20.6
18122026-03-20T17:20:25.857Z Downloaded rustc-demangle v0.1.27
18132026-03-20T17:20:25.877Z Downloaded tinytemplate v1.2.1
18142026-03-20T17:20:25.881Z Downloaded assert-json-diff v2.0.2
18152026-03-20T17:20:25.881Z Downloaded approx v0.5.1
18162026-03-20T17:20:25.881Z Downloaded target-triple v1.0.0
18172026-03-20T17:20:25.886Z Downloaded target-spec v3.5.7
18182026-03-20T17:20:25.886Z Downloaded target-lexicon v0.13.3
18192026-03-20T17:20:25.886Z Downloaded criterion-plot v0.6.0
18202026-03-20T17:20:25.889Z Downloaded supports-unicode v2.1.0
18212026-03-20T17:20:25.889Z Downloaded plotters-backend v0.3.7
18222026-03-20T17:20:25.889Z Downloaded nested v0.1.1
18232026-03-20T17:20:25.889Z Downloaded cast v0.3.0
18242026-03-20T17:20:25.893Z Downloaded event-listener-strategy v0.5.4
18252026-03-20T17:20:25.899Z Downloaded serde_regex v1.1.0
18262026-03-20T17:20:25.902Z Downloaded termcolor v1.4.1
18272026-03-20T17:20:25.902Z Downloaded stringmetrics v2.2.2
18282026-03-20T17:20:25.902Z Downloaded plotters-svg v0.3.7
18292026-03-20T17:20:25.906Z Downloaded knuffel-derive v3.2.0
18302026-03-20T17:20:25.906Z Downloaded escape8259 v0.5.3
18312026-03-20T17:20:25.906Z Downloaded constant_time_eq v0.3.1
18322026-03-20T17:20:25.909Z Downloaded miette-derive v5.10.0
18332026-03-20T17:20:25.909Z Downloaded path-tree v0.8.3
18342026-03-20T17:20:25.909Z Downloaded guppy-workspace-hack v0.1.0
18352026-03-20T17:20:25.913Z Downloaded partial-io v0.5.4
18362026-03-20T17:20:25.917Z Downloaded libtest-mimic v0.8.1
18372026-03-20T17:20:25.917Z Downloaded terminal_size v0.1.17
18382026-03-20T17:20:25.917Z Downloaded datatest-stable v0.3.3
18392026-03-20T17:20:25.921Z Downloaded rust-argon2 v2.1.0
18402026-03-20T17:20:25.924Z Downloaded concurrent-queue v2.5.0
18412026-03-20T17:20:25.924Z Downloaded async-lock v3.4.2
18422026-03-20T17:20:25.928Z Downloaded async-object-pool v0.2.0
18432026-03-20T17:20:25.931Z Downloaded supports-hyperlinks v2.1.0
18442026-03-20T17:20:25.931Z Downloaded supports-color v2.1.0
18452026-03-20T17:20:25.931Z Downloaded pathdiff v0.2.3
18462026-03-20T17:20:25.935Z Downloaded similar-asserts v1.7.0
18472026-03-20T17:20:25.938Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18482026-03-20T17:20:25.938Z Downloaded parking v2.2.1
18492026-03-20T17:20:25.942Z Downloaded cargo-platform v0.3.2
18502026-03-20T17:20:25.950Z Downloaded cargo_metadata v0.23.1
18512026-03-20T17:20:25.953Z Downloaded textwrap v0.15.2
18522026-03-20T17:20:25.953Z Downloaded assert_cmd v2.1.2
18532026-03-20T17:20:25.956Z Downloaded rand_distr v0.5.1
18542026-03-20T17:20:25.959Z Downloaded relative-path v1.9.3
18552026-03-20T17:20:25.959Z Downloaded oorandom v11.1.5
18562026-03-20T17:20:25.959Z Downloaded futures-timer v3.0.3
18572026-03-20T17:20:25.963Z Downloaded addr2line v0.25.1
18582026-03-20T17:20:25.966Z Downloaded linkme v0.3.35
18592026-03-20T17:20:25.966Z Downloaded httptest v0.16.4
18602026-03-20T17:20:25.969Z Downloaded rstest_macros v0.25.0
18612026-03-20T17:20:25.973Z Downloaded fancy-regex v0.14.0
18622026-03-20T17:20:25.973Z Downloaded event-listener v5.4.1
18632026-03-20T17:20:25.984Z Downloaded trybuild v1.0.116
18642026-03-20T17:20:25.987Z Downloaded chumsky v0.9.3
18652026-03-20T17:20:25.991Z Downloaded blake2b_simd v1.0.4
18662026-03-20T17:20:25.995Z Downloaded rstest v0.25.0
18672026-03-20T17:20:25.999Z Downloaded knuffel v3.2.0
18682026-03-20T17:20:26.003Z Downloaded toml v1.0.3+spec-1.1.0
18692026-03-20T17:20:26.007Z Downloaded backtrace v0.3.76
18702026-03-20T17:20:26.014Z Downloaded miette v5.10.0
18712026-03-20T17:20:26.022Z Downloaded criterion v0.7.0
18722026-03-20T17:20:26.025Z Downloaded guppy v0.17.25
18732026-03-20T17:20:26.031Z Downloaded plotters v0.3.7
18742026-03-20T17:20:26.037Z Downloaded hashbrown v0.14.5
18752026-03-20T17:20:26.047Z Downloaded gimli v0.32.3
18762026-03-20T17:20:26.141Z Downloaded httpmock v0.8.3
18772026-03-20T17:20:28.323Z Checking cfg-if v1.0.4
18782026-03-20T17:20:28.734Z Checking libc v0.2.180
18792026-03-20T17:20:28.737Z Checking serde_core v1.0.228
18802026-03-20T17:20:28.831Z Checking memchr v2.8.0
18812026-03-20T17:20:28.879Z Checking smallvec v1.15.1
18822026-03-20T17:20:28.930Z Checking itoa v1.0.17
18832026-03-20T17:20:28.934Z Checking log v0.4.29
18842026-03-20T17:20:29.032Z Checking zeroize v1.8.2
18852026-03-20T17:20:29.085Z Checking libm v0.2.16
18862026-03-20T17:20:29.149Z Checking scopeguard v1.2.0
18872026-03-20T17:20:29.203Z Checking stable_deref_trait v1.2.1
18882026-03-20T17:20:29.256Z Checking zmij v1.0.21
18892026-03-20T17:20:29.309Z Checking zerofrom v0.1.6
18902026-03-20T17:20:29.359Z Checking lock_api v0.4.14
18912026-03-20T17:20:29.410Z Checking errno v0.3.14
18922026-03-20T17:20:29.410Z Checking getrandom v0.2.17
18932026-03-20T17:20:29.504Z Checking yoke v0.8.1
18942026-03-20T17:20:29.555Z Checking percent-encoding v2.3.2
18952026-03-20T17:20:29.605Z Checking litemap v0.8.1
18962026-03-20T17:20:29.651Z Checking writeable v0.6.2
18972026-03-20T17:20:29.695Z Checking subtle v2.6.1
18982026-03-20T17:20:29.748Z Checking icu_normalizer_data v2.1.1
18992026-03-20T17:20:29.794Z Checking icu_properties_data v2.1.2
19002026-03-20T17:20:29.797Z Checking zerovec v0.11.5
19012026-03-20T17:20:29.886Z Checking zerotrie v0.2.3
19022026-03-20T17:20:29.889Z Checking form_urlencoded v1.2.2
19032026-03-20T17:20:29.978Z Checking rand_core v0.6.4
19042026-03-20T17:20:30.026Z Checking portable-atomic v1.13.1
19052026-03-20T17:20:30.075Z Checking utf8_iter v1.0.4
19062026-03-20T17:20:30.141Z Checking pin-project-lite v0.2.17
19072026-03-20T17:20:30.144Z Checking num-traits v0.2.19
19082026-03-20T17:20:30.251Z Checking zerocopy v0.8.40
19092026-03-20T17:20:30.302Z Checking critical-section v1.2.0
19102026-03-20T17:20:30.350Z Checking parking_lot_core v0.9.12
19112026-03-20T17:20:30.398Z Checking rand_core v0.10.0
19122026-03-20T17:20:30.470Z Checking signal-hook-registry v1.4.8
19132026-03-20T17:20:30.519Z Checking tinystr v0.8.2
19142026-03-20T17:20:30.632Z Checking potential_utf v0.1.4
19152026-03-20T17:20:30.667Z Checking parking_lot v0.12.5
19162026-03-20T17:20:30.671Z Checking once_cell v1.21.3
19172026-03-20T17:20:30.760Z Checking getrandom v0.4.1
19182026-03-20T17:20:30.809Z Checking icu_locale_core v2.1.1
19192026-03-20T17:20:30.855Z Checking icu_collections v2.1.1
19202026-03-20T17:20:30.960Z Checking mio v1.1.1
19212026-03-20T17:20:31.016Z Checking typenum v1.19.0
19222026-03-20T17:20:31.067Z Checking serde v1.0.228
19232026-03-20T17:20:31.067Z Checking bitflags v2.11.0
19242026-03-20T17:20:31.067Z Checking serde_json v1.0.149
19252026-03-20T17:20:31.300Z Checking socket2 v0.6.2
19262026-03-20T17:20:31.367Z Checking thiserror v2.0.18
19272026-03-20T17:20:31.421Z Checking iana-time-zone v0.1.65
19282026-03-20T17:20:31.544Z Checking allocator-api2 v0.2.21
19292026-03-20T17:20:31.596Z Checking uuid v1.21.0
19302026-03-20T17:20:31.643Z Checking icu_provider v2.1.1
19312026-03-20T17:20:31.689Z Checking semver v1.0.27
19322026-03-20T17:20:31.738Z Checking bytes v1.11.1
19332026-03-20T17:20:31.787Z Checking generic-array v0.14.7
19342026-03-20T17:20:31.961Z Checking chrono v0.4.44
19352026-03-20T17:20:32.012Z Checking icu_normalizer v2.1.1
19362026-03-20T17:20:32.012Z Checking icu_properties v2.1.2
19372026-03-20T17:20:32.109Z Checking futures-core v0.3.32
19382026-03-20T17:20:32.173Z Checking equivalent v1.0.2
19392026-03-20T17:20:32.338Z Checking dyn-clone v1.0.20
19402026-03-20T17:20:32.341Z Checking const-oid v0.9.6
19412026-03-20T17:20:32.436Z Checking tokio v1.49.0
19422026-03-20T17:20:32.482Z Checking crypto-common v0.1.7
19432026-03-20T17:20:32.529Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19442026-03-20T17:20:32.576Z Checking foldhash v0.2.0
19452026-03-20T17:20:32.673Z Checking block-buffer v0.10.4
19462026-03-20T17:20:32.811Z Checking hashbrown v0.16.1
19472026-03-20T17:20:32.910Z Checking futures-sink v0.3.32
19482026-03-20T17:20:32.969Z Checking rustix v1.1.3
19492026-03-20T17:20:33.071Z Checking byteorder v1.5.0
19502026-03-20T17:20:33.183Z Checking futures-channel v0.3.32
19512026-03-20T17:20:33.232Z Checking idna_adapter v1.2.1
19522026-03-20T17:20:33.388Z Checking futures-io v0.3.32
19532026-03-20T17:20:33.437Z Checking digest v0.10.7
19542026-03-20T17:20:33.440Z Checking idna v1.1.0
19552026-03-20T17:20:33.529Z Checking slab v0.4.12
19562026-03-20T17:20:33.576Z Checking futures-task v0.3.32
19572026-03-20T17:20:33.580Z Checking cpufeatures v0.2.17
19582026-03-20T17:20:33.727Z Checking indexmap v2.13.0
19592026-03-20T17:20:33.778Z Checking thiserror v1.0.69
19602026-03-20T17:20:33.782Z Checking getrandom v0.3.4
19612026-03-20T17:20:33.826Z Checking futures-util v0.3.32
19622026-03-20T17:20:33.914Z Checking url v2.5.8
19632026-03-20T17:20:33.962Z Checking fnv v1.0.7
19642026-03-20T17:20:34.043Z Checking regex-syntax v0.8.10
19652026-03-20T17:20:34.116Z Checking http v1.4.0
19662026-03-20T17:20:34.184Z Checking tracing-core v0.1.36
19672026-03-20T17:20:34.343Z Checking ppv-lite86 v0.2.21
19682026-03-20T17:20:34.550Z Checking schemars v0.8.22
19692026-03-20T17:20:34.600Z Checking base64 v0.22.1
19702026-03-20T17:20:34.673Z Checking tracing v0.1.44
19712026-03-20T17:20:34.796Z Checking unicode-ident v1.0.24
19722026-03-20T17:20:34.956Z Checking ipnet v2.11.0
19732026-03-20T17:20:35.006Z Checking utf8parse v0.2.2
19742026-03-20T17:20:35.009Z Checking anstyle v1.0.13
19752026-03-20T17:20:35.049Z Checking proc-macro2 v1.0.106
19762026-03-20T17:20:35.173Z Checking untrusted v0.9.0
19772026-03-20T17:20:35.344Z Checking anstyle-parse v0.2.7
19782026-03-20T17:20:35.392Z Checking ring v0.17.14
19792026-03-20T17:20:35.395Z Checking aho-corasick v1.1.4
19802026-03-20T17:20:35.496Z Checking anstyle-query v1.1.5
19812026-03-20T17:20:35.545Z Checking quote v1.0.44
19822026-03-20T17:20:35.593Z Checking is_terminal_polyfill v1.70.2
19832026-03-20T17:20:35.649Z Checking base64ct v1.8.3
19842026-03-20T17:20:35.742Z Checking colorchoice v1.0.4
19852026-03-20T17:20:35.813Z Checking syn v2.0.117
19862026-03-20T17:20:35.910Z Checking anstream v0.6.21
19872026-03-20T17:20:35.959Z Checking block-padding v0.3.3
19882026-03-20T17:20:36.011Z Checking terminal_size v0.4.3
19892026-03-20T17:20:36.165Z Checking inout v0.1.4
19902026-03-20T17:20:36.214Z Checking rustls-pki-types v1.14.0
19912026-03-20T17:20:36.265Z Checking crossbeam-utils v0.8.21
19922026-03-20T17:20:36.385Z Checking httparse v1.10.1
19932026-03-20T17:20:36.435Z Checking regex-automata v0.4.14
19942026-03-20T17:20:36.643Z Checking cipher v0.4.4
19952026-03-20T17:20:36.647Z Checking clap_lex v1.0.0
19962026-03-20T17:20:36.810Z Checking strsim v0.11.1
19972026-03-20T17:20:36.814Z Checking sha2 v0.10.9
19982026-03-20T17:20:36.859Z Checking pem-rfc7468 v0.7.0
19992026-03-20T17:20:36.961Z Checking tokio-util v0.7.18
20002026-03-20T17:20:37.014Z Checking http-body v1.0.1
20012026-03-20T17:20:37.069Z Checking rand_core v0.9.5
20022026-03-20T17:20:37.073Z Checking clap_builder v4.5.60
20032026-03-20T17:20:37.176Z Checking atomic-waker v1.1.2
20042026-03-20T17:20:37.225Z Checking hmac v0.12.1
20052026-03-20T17:20:37.298Z Checking try-lock v0.2.5
20062026-03-20T17:20:37.349Z Checking httpdate v1.0.3
20072026-03-20T17:20:37.395Z Checking flagset v0.4.7
20082026-03-20T17:20:37.442Z Checking pin-utils v0.1.0
20092026-03-20T17:20:37.489Z Checking want v0.3.1
20102026-03-20T17:20:37.566Z Checking ryu v1.0.23
20112026-03-20T17:20:37.571Z Checking tower-layer v0.3.3
20122026-03-20T17:20:37.662Z Checking tower-service v0.3.3
20132026-03-20T17:20:37.709Z Checking der v0.7.10
20142026-03-20T17:20:37.795Z Checking rand_chacha v0.9.0
20152026-03-20T17:20:37.845Z Checking erased-serde v0.3.31
20162026-03-20T17:20:37.849Z Checking h2 v0.4.13
20172026-03-20T17:20:37.849Z Checking spin v0.9.8
20182026-03-20T17:20:38.098Z Checking rand v0.9.2
20192026-03-20T17:20:38.206Z Checking anyhow v1.0.102
20202026-03-20T17:20:38.473Z Checking slog v2.8.2
20212026-03-20T17:20:38.524Z Checking powerfmt v0.2.0
20222026-03-20T17:20:38.758Z Checking deranged v0.5.8
20232026-03-20T17:20:38.761Z Checking num_threads v0.1.7
20242026-03-20T17:20:38.852Z Checking time-core v0.1.8
20252026-03-20T17:20:38.902Z Checking num-conv v0.2.0
20262026-03-20T17:20:38.906Z Checking clap v4.5.60
20272026-03-20T17:20:38.994Z Checking http-body-util v0.1.3
20282026-03-20T17:20:39.042Z Checking aws-lc-sys v0.37.1
20292026-03-20T17:20:39.094Z Checking untrusted v0.7.1
20302026-03-20T17:20:39.097Z Checking openssl-probe v0.2.1
20312026-03-20T17:20:39.138Z Checking fastrand v2.3.0
20322026-03-20T17:20:39.233Z Checking regex v1.12.3
20332026-03-20T17:20:39.281Z Checking spki v0.7.3
20342026-03-20T17:20:39.332Z Checking serde_urlencoded v0.7.1
20352026-03-20T17:20:39.336Z Checking pbkdf2 v0.12.2
20362026-03-20T17:20:39.465Z Checking aes v0.8.4
20372026-03-20T17:20:39.539Z Checking rand_chacha v0.3.1
20382026-03-20T17:20:39.589Z Checking pretty-hex v0.4.1
20392026-03-20T17:20:39.649Z Checking unicode-width v0.2.0
20402026-03-20T17:20:39.700Z Checking salsa20 v0.10.2
20412026-03-20T17:20:39.776Z Checking cbc v0.1.2
20422026-03-20T17:20:39.832Z Checking aws-lc-rs v1.16.0
20432026-03-20T17:20:39.883Z Checking rand v0.8.5
20442026-03-20T17:20:39.928Z Checking ipnetwork v0.21.1
20452026-03-20T17:20:39.981Z Checking scrypt v0.11.0
20462026-03-20T17:20:40.030Z Checking tempfile v3.25.0
20472026-03-20T17:20:40.077Z Checking hex v0.4.3
20482026-03-20T17:20:40.127Z Checking time v0.3.47
20492026-03-20T17:20:40.196Z Checking plain v0.2.3
20502026-03-20T17:20:40.251Z Checking pkcs5 v0.7.1
20512026-03-20T17:20:40.322Z Checking rustls-native-certs v0.8.3
20522026-03-20T17:20:40.374Z Checking sync_wrapper v1.0.2
20532026-03-20T17:20:40.423Z Checking camino v1.2.2
20542026-03-20T17:20:40.574Z Checking ucd-trie v0.1.7
20552026-03-20T17:20:40.581Z Checking tower v0.5.3
20562026-03-20T17:20:40.631Z Checking pkcs8 v0.10.2
20572026-03-20T17:20:40.681Z Checking webpki-roots v1.0.6
20582026-03-20T17:20:40.734Z Checking pest v2.8.6
20592026-03-20T17:20:40.810Z Checking iri-string v0.7.10
20602026-03-20T17:20:40.870Z Checking mime v0.3.17
20612026-03-20T17:20:40.920Z Checking either v1.15.0
20622026-03-20T17:20:41.041Z Checking rustls-webpki v0.103.9
20632026-03-20T17:20:41.146Z Checking openapiv3 v2.2.0
20642026-03-20T17:20:41.149Z Checking winnow v0.7.14
20652026-03-20T17:20:41.242Z Checking oxnet v0.1.4
20662026-03-20T17:20:41.593Z Checking lazy_static v1.5.0
20672026-03-20T17:20:41.646Z Checking hyper v1.8.1
20682026-03-20T17:20:41.697Z Checking rustls v0.23.37
20692026-03-20T17:20:41.752Z Checking foreign-types-shared v0.1.1
20702026-03-20T17:20:41.801Z Checking static_assertions v1.1.0
20712026-03-20T17:20:41.896Z Checking foreign-types v0.3.2
20722026-03-20T17:20:41.946Z Checking signature v2.2.0
20732026-03-20T17:20:42.025Z Checking openssl-sys v0.9.111
20742026-03-20T17:20:42.150Z Checking encoding_rs v0.8.35
20752026-03-20T17:20:42.263Z Checking simd-adler32 v0.3.8
20762026-03-20T17:20:42.334Z Checking tower-http v0.6.8
20772026-03-20T17:20:42.539Z Checking hubpack v0.1.2
20782026-03-20T17:20:42.705Z Checking openssl v0.10.75
20792026-03-20T17:20:42.756Z Checking adler2 v2.0.1
20802026-03-20T17:20:42.807Z Checking strum v0.26.3
20812026-03-20T17:20:42.922Z Checking sha1 v0.10.6
20822026-03-20T17:20:42.973Z Checking miniz_oxide v0.8.9
20832026-03-20T17:20:42.976Z Checking hyper-util v0.1.20
20842026-03-20T17:20:43.066Z Checking data-encoding v2.10.0
20852026-03-20T17:20:43.069Z Checking tinyvec_macros v0.1.1
20862026-03-20T17:20:43.163Z Checking toml_datetime v0.6.11
20872026-03-20T17:20:43.232Z Checking tinyvec v1.10.0
20882026-03-20T17:20:43.441Z Checking serde_spanned v0.6.9
20892026-03-20T17:20:43.491Z Checking num-integer v0.1.46
20902026-03-20T17:20:43.494Z Checking scroll v0.13.0
20912026-03-20T17:20:43.583Z Checking memmap2 v0.9.10
20922026-03-20T17:20:43.639Z Checking base16ct v0.2.0
20932026-03-20T17:20:43.702Z Checking bit-vec v0.8.0
20942026-03-20T17:20:43.834Z Checking dtrace-parser v0.3.0
20952026-03-20T17:20:43.837Z Checking sec1 v0.7.3
20962026-03-20T17:20:43.837Z Checking crossbeam-epoch v0.9.18
20972026-03-20T17:20:43.928Z Checking goblin v0.10.5
20982026-03-20T17:20:44.020Z Checking bit-set v0.8.0
20992026-03-20T17:20:44.185Z Checking crc32fast v1.5.0
21002026-03-20T17:20:44.192Z Checking ff v0.13.1
21012026-03-20T17:20:44.279Z Checking thread-id v5.1.0
21022026-03-20T17:20:44.282Z Checking wait-timeout v0.2.1
21032026-03-20T17:20:44.417Z Checking num-iter v0.1.45
21042026-03-20T17:20:44.464Z Checking bstr v1.12.1
21052026-03-20T17:20:44.468Z Checking group v0.13.0
21062026-03-20T17:20:44.559Z Checking hkdf v0.12.4
21072026-03-20T17:20:44.609Z Checking ahash v0.8.12
21082026-03-20T17:20:44.740Z Checking crypto-bigint v0.5.5
21092026-03-20T17:20:44.790Z Checking quick-error v1.2.3
21102026-03-20T17:20:44.794Z Checking rand_xorshift v0.4.0
21112026-03-20T17:20:44.908Z Checking scroll v0.12.0
21122026-03-20T17:20:44.960Z Checking rusty-fork v0.3.1
21132026-03-20T17:20:45.031Z Checking unarray v0.1.4
21142026-03-20T17:20:45.084Z Checking num-bigint-dig v0.8.6
21152026-03-20T17:20:45.087Z Checking tokio-rustls v0.26.4
21162026-03-20T17:20:45.203Z Checking pkcs1 v0.7.5
21172026-03-20T17:20:45.253Z Checking proptest v1.10.0
21182026-03-20T17:20:45.299Z Checking goblin v0.8.2
21192026-03-20T17:20:45.464Z Checking hyper-rustls v0.27.7
21202026-03-20T17:20:45.522Z Checking x509-cert v0.2.5
21212026-03-20T17:20:45.602Z Checking native-tls v0.2.18
21222026-03-20T17:20:45.772Z Checking zerocopy v0.7.35
21232026-03-20T17:20:45.872Z Checking tokio-native-tls v0.3.1
21242026-03-20T17:20:46.111Z Checking hyper-tls v0.6.0
21252026-03-20T17:20:46.160Z Checking elliptic-curve v0.13.8
21262026-03-20T17:20:46.281Z Checking unicode-segmentation v1.12.0
21272026-03-20T17:20:46.365Z Checking reqwest v0.12.28
21282026-03-20T17:20:46.484Z Checking zlib-rs v0.6.2
21292026-03-20T17:20:46.534Z Checking psl-types v2.0.11
21302026-03-20T17:20:46.607Z Checking rsa v0.9.10
21312026-03-20T17:20:46.727Z Checking publicsuffix v2.3.0
21322026-03-20T17:20:46.777Z Checking crossbeam-deque v0.8.6
21332026-03-20T17:20:46.981Z Checking dtrace-parser v0.2.0
21342026-03-20T17:20:47.048Z Checking cookie v0.18.1
21352026-03-20T17:20:47.284Z Checking rfc6979 v0.4.0
21362026-03-20T17:20:47.339Z Checking thread-id v4.2.2
21372026-03-20T17:20:47.342Z Checking dof v0.4.0
21382026-03-20T17:20:47.432Z Checking toml_write v0.1.2
21392026-03-20T17:20:47.482Z Checking ecdsa v0.16.9
21402026-03-20T17:20:47.485Z Checking cookie_store v0.22.1
21412026-03-20T17:20:47.577Z Checking rustls-platform-verifier v0.6.2
21422026-03-20T17:20:47.695Z Checking toml_edit v0.22.27
21432026-03-20T17:20:47.749Z Checking flate2 v1.1.9
21442026-03-20T17:20:47.800Z Checking toml_parser v1.0.9+spec-1.1.0
21452026-03-20T17:20:47.849Z Checking newtype-uuid v1.3.2
21462026-03-20T17:20:47.990Z Checking curve25519-dalek v4.1.3
21472026-03-20T17:20:48.040Z Checking dof v0.3.0
21482026-03-20T17:20:48.044Z Checking memoffset v0.9.1
21492026-03-20T17:20:48.151Z Checking rustix v0.38.44
21502026-03-20T17:20:48.204Z Checking env_filter v1.0.0
21512026-03-20T17:20:48.254Z Checking keccak v0.1.6
21522026-03-20T17:20:48.302Z Checking usdt-impl v0.6.0
21532026-03-20T17:20:48.306Z Checking daft v0.1.5
21542026-03-20T17:20:48.426Z Checking env_logger v0.11.9
21552026-03-20T17:20:48.476Z Checking usdt-impl v0.5.0
21562026-03-20T17:20:48.525Z Checking sha3 v0.10.8
21572026-03-20T17:20:48.704Z Checking usdt v0.6.0
21582026-03-20T17:20:48.707Z Checking reqwest v0.13.2
21592026-03-20T17:20:48.799Z Checking ed25519 v2.2.3
21602026-03-20T17:20:48.847Z Checking itertools v0.13.0
21612026-03-20T17:20:48.901Z Checking serde_with v3.17.0
21622026-03-20T17:20:48.952Z Checking siphasher v1.0.2
21632026-03-20T17:20:49.081Z Checking bitflags v1.3.2
21642026-03-20T17:20:49.086Z Checking ed25519-dalek v2.2.0
21652026-03-20T17:20:49.207Z Checking unicode-normalization v0.1.25
21662026-03-20T17:20:49.257Z Checking signal-hook v0.3.18
21672026-03-20T17:20:49.321Z Checking toml_datetime v0.7.5+spec-1.1.0
21682026-03-20T17:20:49.371Z Checking winnow v0.5.40
21692026-03-20T17:20:49.486Z Checking managed v0.8.0
21702026-03-20T17:20:49.555Z Checking nix v0.31.1
21712026-03-20T17:20:49.637Z Checking rayon-core v1.13.0
21722026-03-20T17:20:49.779Z Checking bzip2-sys v0.1.13+1.0.8
21732026-03-20T17:20:49.827Z Checking object v0.37.3
21742026-03-20T17:20:49.927Z Checking foldhash v0.1.5
21752026-03-20T17:20:49.981Z Checking bzip2 v0.4.4
21762026-03-20T17:20:50.112Z Checking signal-hook-mio v0.2.5
21772026-03-20T17:20:50.160Z Checking hashbrown v0.15.5
21782026-03-20T17:20:50.233Z Checking ref-cast v1.0.25
21792026-03-20T17:20:50.283Z Checking zstd-sys v2.0.16+zstd.1.5.7
21802026-03-20T17:20:50.391Z Checking zip v0.6.6
21812026-03-20T17:20:50.448Z Checking bumpalo v3.20.2
21822026-03-20T17:20:50.491Z Checking zstd-safe v7.2.4
21832026-03-20T17:20:50.742Z Checking libbz2-rs-sys v0.2.2
21842026-03-20T17:20:50.746Z Checking zstd v0.13.3
21852026-03-20T17:20:50.839Z Checking zopfli v0.8.3
21862026-03-20T17:20:50.886Z Checking crossterm v0.28.1
21872026-03-20T17:20:50.984Z Checking rayon v1.11.0
21882026-03-20T17:20:51.035Z Checking similar v2.7.0
21892026-03-20T17:20:51.038Z Checking toml_edit v0.19.15
21902026-03-20T17:20:51.127Z Checking fs-err v3.3.0
21912026-03-20T17:20:51.296Z Checking bzip2 v0.6.1
21922026-03-20T17:20:51.347Z Checking hash32 v0.2.1
21932026-03-20T17:20:51.552Z Checking serde-big-array v0.5.1
21942026-03-20T17:20:51.601Z Checking unicode-properties v0.1.4
21952026-03-20T17:20:51.605Z Checking unicode-bidi v0.3.18
21962026-03-20T17:20:51.605Z Checking jiff v0.2.21
21972026-03-20T17:20:51.760Z Checking predicates-core v1.0.10
21982026-03-20T17:20:51.885Z Checking heapless v0.7.17
21992026-03-20T17:20:51.935Z Checking hickory-proto v0.25.2
22002026-03-20T17:20:51.982Z Checking tokio-stream v0.1.18
22012026-03-20T17:20:52.076Z Checking stringprep v0.1.5
22022026-03-20T17:20:52.320Z Checking md-5 v0.10.6
22032026-03-20T17:20:52.495Z Checking float-cmp v0.10.0
22042026-03-20T17:20:52.553Z Checking rustc-hash v2.1.1
22052026-03-20T17:20:52.557Z Checking normalize-line-endings v0.3.0
22062026-03-20T17:20:52.647Z Checking toml v0.7.8
22072026-03-20T17:20:52.709Z Checking difflib v0.4.0
22082026-03-20T17:20:52.764Z Checking fallible-iterator v0.2.0
22092026-03-20T17:20:52.767Z Checking iddqd v0.3.17
22102026-03-20T17:20:52.992Z Checking predicates v3.1.4
22112026-03-20T17:20:53.110Z Checking smoltcp v0.9.1
22122026-03-20T17:20:53.160Z Checking phf_shared v0.13.1
22132026-03-20T17:20:53.208Z Checking postgres-protocol v0.6.10
22142026-03-20T17:20:53.211Z Checking phf_shared v0.11.3
22152026-03-20T17:20:53.446Z Checking itertools v0.12.1
22162026-03-20T17:20:53.495Z Checking console v0.16.2
22172026-03-20T17:20:53.500Z Checking buf-list v1.1.2
22182026-03-20T17:20:53.663Z Checking strum v0.27.2
22192026-03-20T17:20:53.816Z Checking fixedbitset v0.4.2
22202026-03-20T17:20:53.865Z Checking new_debug_unreachable v1.0.6
22212026-03-20T17:20:53.938Z Checking fixedbitset v0.5.7
22222026-03-20T17:20:53.990Z Checking lalrpop-util v0.19.12
22232026-03-20T17:20:53.993Z Checking unit-prefix v0.5.2
22242026-03-20T17:20:54.086Z Checking precomputed-hash v0.1.1
22252026-03-20T17:20:54.089Z Checking petgraph v0.6.5
22262026-03-20T17:20:54.231Z Checking string_cache v0.8.9
22272026-03-20T17:20:54.234Z Checking petgraph v0.8.3
22282026-03-20T17:20:54.234Z Checking indicatif v0.18.4
22292026-03-20T17:20:54.276Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22302026-03-20T17:20:54.493Z Checking postgres-types v0.2.12
22312026-03-20T17:20:54.835Z Checking phf v0.13.1
22322026-03-20T17:20:54.904Z Checking zone v0.3.1
22332026-03-20T17:20:54.955Z Checking zip v4.6.1
22342026-03-20T17:20:55.002Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22352026-03-20T17:20:55.073Z Checking whoami v2.1.0
22362026-03-20T17:20:55.370Z Checking peg-runtime v0.8.5
22372026-03-20T17:20:55.421Z Checking tokio-postgres v0.7.16
22382026-03-20T17:20:55.599Z Checking futures-executor v0.3.32
22392026-03-20T17:20:55.653Z Checking is-terminal v0.4.17
22402026-03-20T17:20:55.772Z Checking crossbeam-channel v0.5.15
22412026-03-20T17:20:55.823Z Checking futures v0.3.32
22422026-03-20T17:20:55.827Z Compiling structmeta-derive v0.3.0
22432026-03-20T17:20:55.866Z Checking thread_local v1.1.9
22442026-03-20T17:20:55.966Z Checking term v1.2.1
22452026-03-20T17:20:55.969Z Checking take_mut v0.2.2
22462026-03-20T17:20:56.168Z Compiling newtype-uuid-macros v0.1.0
22472026-03-20T17:20:56.216Z Compiling rustls v0.22.4
22482026-03-20T17:20:56.264Z Checking slog-async v2.8.0
22492026-03-20T17:20:56.311Z Checking slog-term v2.9.2
22502026-03-20T17:20:56.531Z Checking regress v0.10.5
22512026-03-20T17:20:56.593Z Compiling multer v3.1.0
22522026-03-20T17:20:56.645Z Compiling async-stream-impl v0.3.6
22532026-03-20T17:20:56.700Z Compiling dropshot v0.16.7
22542026-03-20T17:20:56.976Z Compiling dropshot_endpoint v0.16.7
22552026-03-20T17:20:57.126Z Checking match_cfg v0.1.0
22562026-03-20T17:20:57.177Z Checking slog-json v2.6.1
22572026-03-20T17:20:57.232Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22582026-03-20T17:20:57.289Z Checking hostname v0.3.1
22592026-03-20T17:20:57.356Z Compiling structmeta v0.3.0
22602026-03-20T17:20:57.419Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612026-03-20T17:20:57.469Z Checking slog-bunyan v2.5.0
22622026-03-20T17:20:57.517Z Checking debug-ignore v1.0.5
22632026-03-20T17:20:57.651Z Checking serde_spanned v1.0.4
22642026-03-20T17:20:57.703Z Compiling derive-ex v0.1.8
22652026-03-20T17:20:57.760Z Checking toml_writer v1.0.6+spec-1.1.0
22662026-03-20T17:20:57.806Z Checking rustls-webpki v0.102.8
22672026-03-20T17:20:57.856Z Checking serde_path_to_error v0.1.20
22682026-03-20T17:20:57.903Z Checking progenitor-client v0.13.0
22692026-03-20T17:20:57.992Z Checking async-stream v0.3.6
22702026-03-20T17:20:58.047Z Checking toml v0.9.12+spec-1.1.0
22712026-03-20T17:20:58.255Z Checking waitgroup v0.1.2
22722026-03-20T17:20:58.302Z Checking rustls-pemfile v2.2.0
22732026-03-20T17:20:58.424Z Checking hostname v0.4.2
22742026-03-20T17:20:58.521Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-03-20T17:20:58.572Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22762026-03-20T17:20:58.575Z Compiling parse-display-derive v0.10.0
22772026-03-20T17:20:58.667Z Checking itertools v0.14.0
22782026-03-20T17:20:58.748Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22792026-03-20T17:20:58.751Z Checking macaddr v1.0.1
22802026-03-20T17:20:58.931Z Checking progenitor-client v0.10.0
22812026-03-20T17:20:59.070Z Checking instant v0.1.13
22822026-03-20T17:20:59.225Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22832026-03-20T17:20:59.275Z Checking backoff v0.4.0
22842026-03-20T17:20:59.338Z Checking backon v1.6.0
22852026-03-20T17:20:59.477Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22862026-03-20T17:20:59.603Z Checking heck v0.5.0
22872026-03-20T17:20:59.607Z Checking progenitor-extras v0.1.1
22882026-03-20T17:20:59.804Z Checking camino-tempfile v1.4.1
22892026-03-20T17:20:59.988Z Checking toml v0.8.23
22902026-03-20T17:21:00.122Z Compiling test-strategy v0.4.5
22912026-03-20T17:21:00.178Z Compiling unsafe-libyaml v0.2.11
22922026-03-20T17:21:00.237Z Compiling convert_case v0.4.0
22932026-03-20T17:21:00.469Z Checking tokio-rustls v0.25.0
22942026-03-20T17:21:00.516Z Checking secrecy v0.10.3
22952026-03-20T17:21:00.709Z Compiling toml_edit v0.23.10+spec-1.0.0
22962026-03-20T17:21:00.820Z Compiling derive_more v0.99.20
22972026-03-20T17:21:01.017Z Checking parse-display v0.10.0
22982026-03-20T17:21:01.228Z Compiling serde_yaml v0.9.34+deprecated
22992026-03-20T17:21:01.275Z Compiling crucible-workspace-hack v0.1.0
23002026-03-20T17:21:01.535Z Compiling proc-macro-crate v3.4.0
23012026-03-20T17:21:01.881Z Compiling typify-impl v0.6.1
23022026-03-20T17:21:02.263Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23032026-03-20T17:21:02.556Z Checking half v2.7.1
23042026-03-20T17:21:02.810Z Checking glob v0.3.3
23052026-03-20T17:21:02.966Z Checking ciborium-io v0.2.2
23062026-03-20T17:21:03.094Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23072026-03-20T17:21:03.148Z Checking ciborium-ll v0.2.2
23082026-03-20T17:21:03.365Z Compiling heapless v0.8.0
23092026-03-20T17:21:03.462Z Checking ciborium v0.2.2
23102026-03-20T17:21:03.507Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23112026-03-20T17:21:03.555Z Compiling ingot-macros v0.1.1
23122026-03-20T17:21:03.977Z Checking tabwriter v1.4.1
23132026-03-20T17:21:04.044Z Checking hash32 v0.3.1
23142026-03-20T17:21:04.090Z Compiling smoltcp v0.11.0
23152026-03-20T17:21:04.137Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23162026-03-20T17:21:04.204Z Compiling num_enum_derive v0.7.5
23172026-03-20T17:21:04.480Z Checking cobs v0.3.0
23182026-03-20T17:21:04.578Z Compiling foreign-types-macros v0.2.3
23192026-03-20T17:21:04.693Z Checking foreign-types-shared v0.3.1
23202026-03-20T17:21:04.741Z Checking cpufeatures v0.3.0
23212026-03-20T17:21:04.851Z Checking postcard v1.1.3
23222026-03-20T17:21:04.943Z Checking chacha20 v0.10.0
23232026-03-20T17:21:05.407Z Checking foreign-types v0.5.0
23242026-03-20T17:21:05.457Z Compiling proc-macro-crate v1.3.1
23252026-03-20T17:21:05.505Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23262026-03-20T17:21:05.552Z Checking sigpipe v0.1.3
23272026-03-20T17:21:05.692Z Checking cstr-argument v0.1.2
23282026-03-20T17:21:05.742Z Checking num_enum v0.7.5
23292026-03-20T17:21:05.828Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-03-20T17:21:05.890Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-03-20T17:21:05.939Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23322026-03-20T17:21:06.058Z Checking colored v3.1.1
23332026-03-20T17:21:06.279Z Compiling num_enum_derive v0.5.11
23342026-03-20T17:21:06.328Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-03-20T17:21:06.376Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23362026-03-20T17:21:06.423Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23372026-03-20T17:21:06.573Z Checking rand v0.10.0
23382026-03-20T17:21:06.622Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23392026-03-20T17:21:06.669Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23402026-03-20T17:21:06.674Z Checking indent_write v2.2.0
23412026-03-20T17:21:06.922Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23422026-03-20T17:21:07.073Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23432026-03-20T17:21:07.197Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23442026-03-20T17:21:07.267Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23452026-03-20T17:21:07.321Z Checking smf v0.2.3
23462026-03-20T17:21:07.519Z Checking ingot-types v0.1.2
23472026-03-20T17:21:07.570Z Compiling num-derive v0.4.2
23482026-03-20T17:21:07.676Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-03-20T17:21:07.724Z Checking num_enum v0.5.11
23502026-03-20T17:21:07.773Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23512026-03-20T17:21:07.905Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23522026-03-20T17:21:08.006Z Checking whoami v1.6.1
23532026-03-20T17:21:08.065Z Checking ingot v0.1.1
23542026-03-20T17:21:08.110Z Checking universal-hash v0.5.1
23552026-03-20T17:21:08.275Z Checking opaque-debug v0.3.1
23562026-03-20T17:21:08.324Z Checking aead v0.5.2
23572026-03-20T17:21:08.401Z Checking swrite v0.1.0
23582026-03-20T17:21:08.404Z Checking poly1305 v0.8.0
23592026-03-20T17:21:08.496Z Compiling typify-macro v0.6.1
23602026-03-20T17:21:08.545Z Checking chacha20 v0.9.1
23612026-03-20T17:21:08.548Z Checking unicode-width v0.1.14
23622026-03-20T17:21:08.636Z Compiling thiserror-impl-no-std v2.0.2
23632026-03-20T17:21:08.822Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23642026-03-20T17:21:08.870Z Checking password-hash v0.5.0
23652026-03-20T17:21:08.873Z Checking blake2 v0.10.6
23662026-03-20T17:21:08.965Z Checking chacha20poly1305 v0.10.1
23672026-03-20T17:21:09.156Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23682026-03-20T17:21:09.205Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23692026-03-20T17:21:09.252Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23702026-03-20T17:21:09.256Z Checking argon2 v0.5.3
23712026-03-20T17:21:09.627Z Compiling usdt-attr-macro v0.5.0
23722026-03-20T17:21:09.630Z Compiling usdt-macro v0.5.0
23732026-03-20T17:21:09.723Z Checking memmap v0.7.0
23742026-03-20T17:21:09.787Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23752026-03-20T17:21:09.936Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23762026-03-20T17:21:10.275Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23772026-03-20T17:21:10.331Z Checking thiserror-no-std v2.0.2
23782026-03-20T17:21:10.482Z Checking vsss-rs v3.3.4
23792026-03-20T17:21:10.532Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23802026-03-20T17:21:10.593Z Compiling derive-where v1.6.0
23812026-03-20T17:21:10.668Z Checking atomicwrites v0.4.4
23822026-03-20T17:21:10.724Z Checking usdt v0.5.0
23832026-03-20T17:21:10.872Z Checking console v0.15.11
23842026-03-20T17:21:10.934Z Compiling typify v0.6.1
23852026-03-20T17:21:11.108Z Compiling progenitor-impl v0.13.0
23862026-03-20T17:21:11.269Z Checking tokio-dtrace v0.1.1
23872026-03-20T17:21:11.319Z Checking newline-converter v0.3.0
23882026-03-20T17:21:11.498Z Checking expectorate v1.2.0
23892026-03-20T17:21:11.546Z Checking oxide-tokio-rt v0.1.3
23902026-03-20T17:21:11.596Z Checking bytecount v0.6.9
23912026-03-20T17:21:11.698Z Compiling prettyplease v0.2.37
23922026-03-20T17:21:11.761Z Compiling owo-colors v4.3.0
23932026-03-20T17:21:11.811Z Compiling cancel-safe-futures v0.1.5
23942026-03-20T17:21:12.063Z Checking libsw-core v0.3.2
23952026-03-20T17:21:12.109Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23962026-03-20T17:21:12.205Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23972026-03-20T17:21:12.299Z Checking libsw v3.5.0
23982026-03-20T17:21:12.395Z Checking linear-map v1.2.0
23992026-03-20T17:21:12.487Z Checking same-file v1.0.6
24002026-03-20T17:21:12.535Z Checking num-rational v0.4.2
24012026-03-20T17:21:12.675Z Checking walkdir v2.5.0
24022026-03-20T17:21:12.723Z Checking num-complex v0.4.6
24032026-03-20T17:21:12.728Z Checking float-ord v0.3.2
24042026-03-20T17:21:12.923Z Checking gethostname v0.5.0
24052026-03-20T17:21:13.074Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24062026-03-20T17:21:13.200Z Compiling async-recursion v1.1.1
24072026-03-20T17:21:13.257Z Checking num v0.4.3
24082026-03-20T17:21:13.260Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24092026-03-20T17:21:13.398Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24102026-03-20T17:21:13.465Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24112026-03-20T17:21:14.269Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24122026-03-20T17:21:14.912Z Compiling progenitor-macro v0.13.0
24132026-03-20T17:21:15.626Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-03-20T17:21:16.805Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24152026-03-20T17:21:17.277Z Checking smawk v0.3.2
24162026-03-20T17:21:17.335Z Checking unicode-linebreak v0.1.5
24172026-03-20T17:21:17.426Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24182026-03-20T17:21:17.658Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-03-20T17:21:17.705Z Checking globset v0.4.18
24202026-03-20T17:21:18.227Z Compiling convert_case v0.10.0
24212026-03-20T17:21:18.980Z Compiling slog-dtrace v0.3.0
24222026-03-20T17:21:19.266Z Checking resolv-conf v0.7.6
24232026-03-20T17:21:19.473Z Compiling derive_more-impl v2.1.1
24242026-03-20T17:21:19.751Z Compiling pin-project-internal v1.1.11
24252026-03-20T17:21:19.754Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24262026-03-20T17:21:19.930Z Checking pem v3.0.6
24272026-03-20T17:21:20.103Z Checking fd-lock v4.0.4
24282026-03-20T17:21:20.174Z Checking vte v0.14.1
24292026-03-20T17:21:20.298Z Checking display-error-chain v0.2.2
24302026-03-20T17:21:20.413Z Checking strip-ansi-escapes v0.2.1
24312026-03-20T17:21:20.491Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24322026-03-20T17:21:20.588Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24332026-03-20T17:21:20.637Z Checking derive_more v2.1.1
24342026-03-20T17:21:20.641Z Compiling snafu-derive v0.8.9
24352026-03-20T17:21:20.732Z Checking termtree v0.5.1
24362026-03-20T17:21:20.820Z Checking crossterm v0.29.0
24372026-03-20T17:21:20.948Z Checking linked-hash-map v0.5.6
24382026-03-20T17:21:21.224Z Checking nu-ansi-term v0.50.3
24392026-03-20T17:21:21.319Z Checking pin-project v1.1.11
24402026-03-20T17:21:21.430Z Checking lru-cache v0.1.2
24412026-03-20T17:21:21.490Z Checking textwrap v0.16.2
24422026-03-20T17:21:21.548Z Checking reedline v0.40.0
24432026-03-20T17:21:21.682Z Checking olpc-cjson v0.1.4
24442026-03-20T17:21:21.819Z Checking hickory-proto v0.24.4
24452026-03-20T17:21:21.903Z Checking serde_plain v1.0.2
24462026-03-20T17:21:22.027Z Checking progenitor v0.13.0
24472026-03-20T17:21:22.139Z Compiling minimal-lexical v0.2.1
24482026-03-20T17:21:22.241Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24492026-03-20T17:21:22.518Z Checking typed-path v0.9.3
24502026-03-20T17:21:23.197Z Compiling nom v7.1.3
24512026-03-20T17:21:23.365Z Checking snafu v0.8.9
24522026-03-20T17:21:23.668Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24532026-03-20T17:21:23.733Z Checking tough v0.20.0
24542026-03-20T17:21:24.362Z Checking nibble_vec v0.1.0
24552026-03-20T17:21:24.441Z Checking endian-type v0.1.2
24562026-03-20T17:21:24.570Z Checking hickory-resolver v0.24.4
24572026-03-20T17:21:24.651Z Checking radix_trie v0.2.1
24582026-03-20T17:21:24.989Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24592026-03-20T17:21:25.104Z Compiling ar_archive_writer v0.5.1
24602026-03-20T17:21:25.366Z Checking humantime v2.3.0
24612026-03-20T17:21:25.603Z Checking qorb v0.4.1
24622026-03-20T17:21:25.651Z Checking csv-core v0.1.13
24632026-03-20T17:21:25.782Z Checking base64 v0.21.7
24642026-03-20T17:21:25.928Z Checking csv v1.4.0
24652026-03-20T17:21:25.979Z Compiling stacker v0.1.23
24662026-03-20T17:21:26.140Z Compiling cfg_aliases v0.1.1
24672026-03-20T17:21:26.284Z Checking highway v1.3.0
24682026-03-20T17:21:26.350Z Compiling psm v0.1.30
24692026-03-20T17:21:26.449Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24702026-03-20T17:21:26.498Z Compiling nix v0.28.0
24712026-03-20T17:21:26.546Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24722026-03-20T17:21:26.596Z Checking papergrid v0.11.0
24732026-03-20T17:21:26.642Z Compiling tabled_derive v0.7.0
24742026-03-20T17:21:27.008Z Checking home v0.5.12
24752026-03-20T17:21:27.206Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24762026-03-20T17:21:27.209Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24772026-03-20T17:21:27.341Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24782026-03-20T17:21:27.497Z Checking phf_shared v0.12.1
24792026-03-20T17:21:27.583Z Compiling recursive-proc-macro-impl v0.1.1
24802026-03-20T17:21:27.726Z Compiling semver v0.1.20
24812026-03-20T17:21:27.777Z Compiling chrono-tz v0.10.4
24822026-03-20T17:21:27.980Z Checking phf v0.12.1
24832026-03-20T17:21:28.031Z Checking tabled v0.15.0
24842026-03-20T17:21:28.078Z Compiling rustc_version v0.1.7
24852026-03-20T17:21:28.170Z Checking recursive v0.1.1
24862026-03-20T17:21:28.259Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24872026-03-20T17:21:28.311Z Compiling const_format_proc_macros v0.2.34
24882026-03-20T17:21:28.375Z Compiling peg-macros v0.8.5
24892026-03-20T17:21:28.425Z Checking winnow v0.6.26
24902026-03-20T17:21:28.471Z Compiling sqlparser_derive v0.5.0
24912026-03-20T17:21:29.507Z Checking unicode_categories v0.1.1
24922026-03-20T17:21:29.557Z Checking sqlparser v0.61.0
24932026-03-20T17:21:29.605Z Checking rustyline v14.0.0
24942026-03-20T17:21:29.734Z Checking const_format v0.2.35
24952026-03-20T17:21:30.149Z Checking sqlformat v0.3.5
24962026-03-20T17:21:30.258Z Compiling newtype_derive v0.1.6
24972026-03-20T17:21:30.309Z Checking peg v0.8.5
24982026-03-20T17:21:30.538Z Checking bcs v0.1.6
24992026-03-20T17:21:30.777Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25002026-03-20T17:21:30.866Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25012026-03-20T17:21:30.915Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25022026-03-20T17:21:31.052Z Checking steno v0.4.1
25032026-03-20T17:21:31.293Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25042026-03-20T17:21:31.355Z Compiling typify-impl v0.4.3
25052026-03-20T17:21:32.374Z Checking utf-8 v0.7.6
25062026-03-20T17:21:32.487Z Checking filetime v0.2.27
25072026-03-20T17:21:32.589Z Checking arc-swap v1.8.2
25082026-03-20T17:21:32.929Z Checking xattr v1.6.1
25092026-03-20T17:21:33.140Z Checking tar v0.4.44
25102026-03-20T17:21:33.717Z Checking slog-scope v4.4.1
25112026-03-20T17:21:33.847Z Checking tungstenite v0.21.0
25122026-03-20T17:21:33.937Z Checking slog-stdlog v4.1.1
25132026-03-20T17:21:34.133Z Checking slog-envlogger v2.2.0
25142026-03-20T17:21:34.181Z Checking typeid v1.0.3
25152026-03-20T17:21:34.372Z Checking subprocess v0.2.15
25162026-03-20T17:21:34.424Z Checking headers-core v0.3.0
25172026-03-20T17:21:34.486Z Checking tokio-tungstenite v0.21.0
25182026-03-20T17:21:34.599Z Checking headers v0.4.1
25192026-03-20T17:21:34.806Z Compiling lzma-sys v0.1.20
25202026-03-20T17:21:34.879Z Compiling cargo_toml v0.22.3
25212026-03-20T17:21:34.928Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25222026-03-20T17:21:35.306Z Checking yasna v0.5.2
25232026-03-20T17:21:35.599Z Checking xz2 v0.1.7
25242026-03-20T17:21:35.867Z Checking ron v0.12.0
25252026-03-20T17:21:35.870Z Checking rcgen v0.12.1
25262026-03-20T17:21:36.288Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25272026-03-20T17:21:36.385Z Checking base16ct v1.0.0
25282026-03-20T17:21:36.577Z Checking dropshot-api-manager-types v0.6.0
25292026-03-20T17:21:36.625Z Checking tagptr v0.2.0
25302026-03-20T17:21:36.844Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25312026-03-20T17:21:36.893Z Checking moka v0.12.13
25322026-03-20T17:21:36.945Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25332026-03-20T17:21:37.107Z Compiling radium v0.7.0
25342026-03-20T17:21:37.170Z Compiling libefi-sys v0.1.0
25352026-03-20T17:21:37.561Z Compiling bitfield-struct v0.6.2
25362026-03-20T17:21:37.609Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25372026-03-20T17:21:37.840Z Checking hickory-resolver v0.25.2
25382026-03-20T17:21:37.928Z Compiling typify-macro v0.4.3
25392026-03-20T17:21:38.172Z Compiling maybe-uninit v2.0.0
25402026-03-20T17:21:38.495Z Checking tap v1.0.1
25412026-03-20T17:21:38.675Z Checking wyz v0.5.1
25422026-03-20T17:21:38.724Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25432026-03-20T17:21:38.863Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25442026-03-20T17:21:38.919Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25452026-03-20T17:21:39.011Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-03-20T17:21:39.407Z Compiling zerocopy-derive v0.6.6
25472026-03-20T17:21:39.454Z Checking crc-catalog v2.4.0
25482026-03-20T17:21:39.458Z Compiling packed_struct v0.10.1
25492026-03-20T17:21:39.550Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-03-20T17:21:39.621Z Checking funty v2.0.0
25512026-03-20T17:21:39.696Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-03-20T17:21:39.935Z Checking crc v3.4.0
25532026-03-20T17:21:40.055Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25542026-03-20T17:21:40.130Z Checking bitvec v1.0.1
25552026-03-20T17:21:40.287Z Compiling packed_struct_codegen v0.10.1
25562026-03-20T17:21:40.335Z Compiling bitfield-macros v0.19.4
25572026-03-20T17:21:40.381Z Compiling typify v0.4.3
25582026-03-20T17:21:40.561Z Compiling progenitor-impl v0.10.0
25592026-03-20T17:21:40.655Z Checking zerocopy v0.6.6
25602026-03-20T17:21:41.123Z Compiling indexmap v1.9.3
25612026-03-20T17:21:41.309Z Checking nodrop v0.1.14
25622026-03-20T17:21:41.466Z Checking array-init v0.0.4
25632026-03-20T17:21:41.530Z Checking bitfield v0.19.4
25642026-03-20T17:21:41.793Z Checking smallvec v0.6.14
25652026-03-20T17:21:41.842Z Checking hashbrown v0.12.3
25662026-03-20T17:21:41.950Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25672026-03-20T17:21:41.998Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25682026-03-20T17:21:42.093Z Checking serde-hex v0.1.0
25692026-03-20T17:21:42.194Z Checking ron v0.8.1
25702026-03-20T17:21:42.939Z Checking hashbrown v0.13.2
25712026-03-20T17:21:42.984Z Checking crc-any v2.5.0
25722026-03-20T17:21:43.253Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25732026-03-20T17:21:43.300Z Checking path-slash v0.1.5
25742026-03-20T17:21:43.469Z Compiling xshell-macros v0.2.7
25752026-03-20T17:21:43.518Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25762026-03-20T17:21:43.568Z Checking object v0.30.4
25772026-03-20T17:21:43.615Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-03-20T17:21:43.996Z Checking xshell v0.2.7
25792026-03-20T17:21:44.045Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-03-20T17:21:44.257Z Checking half v1.8.3
25812026-03-20T17:21:44.303Z Compiling progenitor-macro v0.10.0
25822026-03-20T17:21:44.393Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25832026-03-20T17:21:44.604Z Checking serde_cbor v0.11.2
25842026-03-20T17:21:44.995Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25852026-03-20T17:21:45.188Z Compiling num-derive v0.3.3
25862026-03-20T17:21:45.325Z Compiling proc-macro-error-attr2 v2.0.0
25872026-03-20T17:21:45.413Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25882026-03-20T17:21:45.882Z Compiling proc-macro-error2 v2.0.1
25892026-03-20T17:21:45.930Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25902026-03-20T17:21:46.337Z Compiling tabled_derive v0.11.0
25912026-03-20T17:21:46.384Z Checking libscf-sys v1.1.0
25922026-03-20T17:21:46.588Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25932026-03-20T17:21:46.636Z Checking papergrid v0.17.0
25942026-03-20T17:21:46.711Z Checking testing_table v0.3.0
25952026-03-20T17:21:46.875Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25962026-03-20T17:21:46.923Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25972026-03-20T17:21:47.385Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25982026-03-20T17:21:47.705Z Checking maplit v1.0.2
25992026-03-20T17:21:47.854Z Checking crc8 v0.1.1
26002026-03-20T17:21:47.920Z Checking fxhash v0.2.1
26012026-03-20T17:21:47.994Z Checking tabled v0.20.0
26022026-03-20T17:21:48.042Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26032026-03-20T17:21:48.046Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26042026-03-20T17:21:48.046Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26052026-03-20T17:21:48.177Z Checking unicase v2.9.0
26062026-03-20T17:21:48.423Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26072026-03-20T17:21:48.895Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26082026-03-20T17:21:49.024Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26092026-03-20T17:21:49.235Z Checking kstat-rs v0.2.4
26102026-03-20T17:21:49.425Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26112026-03-20T17:21:49.513Z Compiling parking_lot_core v0.8.6
26122026-03-20T17:21:49.560Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26132026-03-20T17:21:49.693Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26142026-03-20T17:21:49.867Z Compiling diesel_derives v2.3.7
26152026-03-20T17:21:50.032Z Compiling git-stub v1.0.0
26162026-03-20T17:21:50.202Z Checking scheduled-thread-pool v0.2.7
26172026-03-20T17:21:50.257Z Compiling dsl_auto_type v0.2.0
26182026-03-20T17:21:50.419Z Compiling vergen-gitcl v1.0.8
26192026-03-20T17:21:50.464Z Compiling diesel_table_macro_syntax v0.3.0
26202026-03-20T17:21:50.743Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26212026-03-20T17:21:50.789Z Checking r2d2 v0.8.10
26222026-03-20T17:21:50.792Z Compiling git-stub-vcs v0.1.0
26232026-03-20T17:21:50.934Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26242026-03-20T17:21:50.982Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26252026-03-20T17:21:51.069Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26262026-03-20T17:21:51.203Z Checking downcast-rs v2.0.2
26272026-03-20T17:21:51.335Z Checking parking_lot v0.11.2
26282026-03-20T17:21:51.385Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26292026-03-20T17:21:51.496Z Checking progenitor v0.10.0
26302026-03-20T17:21:51.499Z Checking prefix-trie v0.7.0
26312026-03-20T17:21:51.623Z Checking nanorand v0.7.0
26322026-03-20T17:21:51.749Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26332026-03-20T17:21:51.761Z Compiling dirs-sys-next v0.1.2
26342026-03-20T17:21:51.922Z Compiling crunchy v0.2.4
26352026-03-20T17:21:52.026Z Checking hickory-server v0.25.2
26362026-03-20T17:21:52.137Z Compiling dirs-next v2.0.0
26372026-03-20T17:21:52.183Z Checking flume v0.11.1
26382026-03-20T17:21:52.229Z Checking sled v0.34.7
26392026-03-20T17:21:52.343Z Compiling clang-sys v1.8.1
26402026-03-20T17:21:52.405Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26412026-03-20T17:21:52.543Z Checking hickory-client v0.25.2
26422026-03-20T17:21:52.685Z Compiling tiny-keccak v2.0.2
26432026-03-20T17:21:53.055Z Compiling term v0.7.0
26442026-03-20T17:21:53.105Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26452026-03-20T17:21:53.153Z Compiling salty v0.3.0
26462026-03-20T17:21:53.348Z Compiling bit-vec v0.6.3
26472026-03-20T17:21:53.564Z Compiling ascii-canvas v3.0.0
26482026-03-20T17:21:53.679Z Compiling bit-set v0.5.3
26492026-03-20T17:21:53.873Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26502026-03-20T17:21:53.926Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26512026-03-20T17:21:53.972Z Checking primeorder v0.13.6
26522026-03-20T17:21:54.377Z Compiling itertools v0.10.5
26532026-03-20T17:21:54.425Z Compiling ena v0.14.4
26542026-03-20T17:21:54.651Z Compiling libloading v0.8.9
26552026-03-20T17:21:54.757Z Compiling fs-err v2.11.0
26562026-03-20T17:21:54.976Z Compiling regex-syntax v0.6.29
26572026-03-20T17:21:55.052Z Compiling diff v0.1.13
26582026-03-20T17:21:55.137Z Compiling bindgen v0.71.1
26592026-03-20T17:21:55.845Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26602026-03-20T17:21:55.922Z Compiling cexpr v0.6.0
26612026-03-20T17:21:56.197Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26622026-03-20T17:21:56.664Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26632026-03-20T17:21:56.894Z Compiling lalrpop v0.19.12
26642026-03-20T17:21:57.566Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-03-20T17:21:57.771Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26662026-03-20T17:21:58.278Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26672026-03-20T17:21:58.688Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26682026-03-20T17:21:58.691Z Checking diesel v2.3.7
26692026-03-20T17:21:58.783Z Compiling libxml v0.3.3
26702026-03-20T17:21:58.971Z Checking parse-size v1.1.0
26712026-03-20T17:21:59.169Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26722026-03-20T17:21:59.287Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26732026-03-20T17:21:59.741Z Checking p384 v0.13.1
26742026-03-20T17:22:00.368Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26752026-03-20T17:22:00.416Z Compiling strum_macros v0.24.3
26762026-03-20T17:22:01.230Z Compiling indoc v1.0.9
26772026-03-20T17:22:02.286Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26782026-03-20T17:22:02.703Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26792026-03-20T17:22:02.990Z Checking predicates-tree v1.0.13
26802026-03-20T17:22:03.068Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26812026-03-20T17:22:03.176Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26822026-03-20T17:22:03.225Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26832026-03-20T17:22:03.615Z Checking quick-xml v0.37.5
26842026-03-20T17:22:03.720Z Checking derive_builder v0.20.2
26852026-03-20T17:22:03.910Z Compiling oso-derive v0.27.3
26862026-03-20T17:22:04.626Z Compiling impl-trait-for-tuples v0.2.3
26872026-03-20T17:22:04.936Z Compiling trait-variant v0.1.2
26882026-03-20T17:22:05.661Z Checking openssl-probe v0.1.6
26892026-03-20T17:22:05.710Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26902026-03-20T17:22:05.763Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26912026-03-20T17:22:05.846Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26922026-03-20T17:22:05.947Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26932026-03-20T17:22:06.657Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26942026-03-20T17:22:06.883Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-03-20T17:22:06.931Z Compiling progenitor-impl v0.11.2
26962026-03-20T17:22:07.317Z Checking assert_matches v1.5.0
26972026-03-20T17:22:07.416Z Compiling mime_guess v2.0.5
26982026-03-20T17:22:07.953Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26992026-03-20T17:22:08.187Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-03-20T17:22:08.383Z Checking progenitor-client v0.11.2
27012026-03-20T17:22:08.751Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27022026-03-20T17:22:08.798Z Checking http-range v0.1.5
27032026-03-20T17:22:08.952Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27042026-03-20T17:22:09.117Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27052026-03-20T17:22:09.167Z Checking ignore v0.4.25
27062026-03-20T17:22:10.000Z Checking atty v0.2.14
27072026-03-20T17:22:10.174Z Checking globwalk v0.9.1
27082026-03-20T17:22:10.850Z Compiling progenitor-macro v0.11.2
27092026-03-20T17:22:11.184Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27102026-03-20T17:22:11.745Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27112026-03-20T17:22:12.366Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27122026-03-20T17:22:12.698Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27132026-03-20T17:22:12.987Z Checking bb8 v0.8.6
27142026-03-20T17:22:13.125Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27152026-03-20T17:22:13.394Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27162026-03-20T17:22:13.442Z Checking corncobs v0.1.4
27172026-03-20T17:22:13.655Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-03-20T17:22:13.828Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-03-20T17:22:14.041Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27202026-03-20T17:22:14.559Z Checking hyper-staticfile v0.10.1
27212026-03-20T17:22:14.659Z Checking camino-tempfile-ext v0.3.3
27222026-03-20T17:22:14.983Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27232026-03-20T17:22:15.031Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27242026-03-20T17:22:15.395Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27252026-03-20T17:22:15.680Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27262026-03-20T17:22:15.778Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-20T17:22:16.539Z Checking signal-hook-tokio v0.3.1
27282026-03-20T17:22:16.751Z Checking secrecy v0.8.0
27292026-03-20T17:22:16.959Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27302026-03-20T17:22:17.399Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27312026-03-20T17:22:17.850Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-03-20T17:22:18.041Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27332026-03-20T17:22:18.092Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27342026-03-20T17:22:18.139Z Checking progenitor v0.11.2
27352026-03-20T17:22:18.201Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27362026-03-20T17:22:18.359Z Checking nonempty v0.12.0
27372026-03-20T17:22:18.621Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27382026-03-20T17:22:18.723Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27392026-03-20T17:22:18.896Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27402026-03-20T17:22:19.060Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27412026-03-20T17:22:19.356Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-20T17:22:19.564Z Checking diesel-dtrace v0.5.0
27432026-03-20T17:22:19.934Z Checking async-bb8-diesel v0.2.1
27442026-03-20T17:22:20.007Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27452026-03-20T17:22:20.463Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27462026-03-20T17:22:20.838Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27472026-03-20T17:22:20.989Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27482026-03-20T17:22:21.368Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27492026-03-20T17:22:21.420Z Checking tungstenite v0.23.0
27502026-03-20T17:22:21.961Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27512026-03-20T17:22:22.051Z Checking tokio-tungstenite v0.23.1
27522026-03-20T17:22:22.296Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27532026-03-20T17:22:22.448Z Checking rand_seeder v0.4.0
27542026-03-20T17:22:22.699Z Checking void v1.0.2
27552026-03-20T17:22:22.787Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27562026-03-20T17:22:22.892Z Checking lzss v0.8.2
27572026-03-20T17:22:23.191Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27582026-03-20T17:22:23.316Z Checking nix v0.27.1
27592026-03-20T17:22:23.449Z Checking serde_bytes v0.11.19
27602026-03-20T17:22:23.603Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27612026-03-20T17:22:23.730Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27622026-03-20T17:22:23.872Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27632026-03-20T17:22:24.085Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27642026-03-20T17:22:24.793Z Checking is_ci v1.2.0
27652026-03-20T17:22:24.966Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27662026-03-20T17:22:25.119Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27672026-03-20T17:22:25.234Z Checking yansi v1.0.1
27682026-03-20T17:22:25.338Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27692026-03-20T17:22:25.638Z Checking pretty_assertions v1.4.1
27702026-03-20T17:22:25.686Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27712026-03-20T17:22:25.854Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27722026-03-20T17:22:26.024Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27732026-03-20T17:22:26.089Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27742026-03-20T17:22:26.427Z Compiling darling_core v0.23.0
27752026-03-20T17:22:27.783Z Compiling indoc v2.0.7
27762026-03-20T17:22:27.906Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27772026-03-20T17:22:28.206Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-03-20T17:22:28.380Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27792026-03-20T17:22:28.429Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-03-20T17:22:28.722Z Compiling instability v0.3.11
27812026-03-20T17:22:29.061Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27822026-03-20T17:22:29.305Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-03-20T17:22:29.351Z Compiling libz-sys v1.1.24
27842026-03-20T17:22:29.893Z Checking castaway v0.2.4
27852026-03-20T17:22:30.089Z Checking compact_str v0.8.1
27862026-03-20T17:22:30.213Z Compiling darling_macro v0.23.0
27872026-03-20T17:22:30.713Z Checking supports-color v3.0.2
27882026-03-20T17:22:30.904Z Compiling darling v0.23.0
27892026-03-20T17:22:30.962Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27902026-03-20T17:22:31.114Z Checking unicode-truncate v1.1.0
27912026-03-20T17:22:31.246Z Checking lru v0.12.5
27922026-03-20T17:22:31.357Z Checking cassowary v0.3.0
27932026-03-20T17:22:31.571Z Compiling libgit2-sys v0.18.3+1.9.2
27942026-03-20T17:22:31.761Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27952026-03-20T17:22:31.886Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27962026-03-20T17:22:32.062Z Checking ratatui v0.29.0
27972026-03-20T17:22:33.516Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27982026-03-20T17:22:33.766Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27992026-03-20T17:22:33.881Z Compiling vergen-git2 v1.0.7
28002026-03-20T17:22:33.948Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28012026-03-20T17:22:34.124Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-03-20T17:22:34.231Z Checking colored v2.2.0
28032026-03-20T17:22:34.299Z Checking plotters-backend v0.3.7
28042026-03-20T17:22:34.445Z Checking shell-words v1.1.1
28052026-03-20T17:22:34.553Z Compiling rustls v0.21.12
28062026-03-20T17:22:34.641Z Checking plotters-svg v0.3.7
28072026-03-20T17:22:34.825Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-03-20T17:22:34.871Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28092026-03-20T17:22:34.982Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-03-20T17:22:35.164Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28112026-03-20T17:22:35.276Z Checking rustls-webpki v0.101.7
28122026-03-20T17:22:35.771Z Checking sct v0.7.1
28132026-03-20T17:22:35.820Z Compiling nix v0.29.0
28142026-03-20T17:22:35.994Z Checking cast v0.3.0
28152026-03-20T17:22:36.155Z Checking hex-literal v0.4.1
28162026-03-20T17:22:36.246Z Checking criterion-plot v0.6.0
28172026-03-20T17:22:36.324Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28182026-03-20T17:22:36.764Z Checking plotters v0.3.7
28192026-03-20T17:22:37.846Z Checking erased-serde v0.4.9
28202026-03-20T17:22:38.317Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28212026-03-20T17:22:38.434Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28222026-03-20T17:22:39.448Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28232026-03-20T17:22:40.516Z Checking tinytemplate v1.2.1
28242026-03-20T17:22:40.816Z Checking ordered-float v2.10.1
28252026-03-20T17:22:41.203Z Checking oorandom v11.1.5
28262026-03-20T17:22:41.395Z Checking anes v0.1.6
28272026-03-20T17:22:41.680Z Checking criterion v0.7.0
28282026-03-20T17:22:42.059Z Checking serde-value v0.7.0
28292026-03-20T17:22:42.386Z Checking serde-untagged v0.1.9
28302026-03-20T17:22:42.689Z Checking tokio-rustls v0.24.1
28312026-03-20T17:22:43.334Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28322026-03-20T17:22:43.382Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-03-20T17:22:43.670Z Checking rustls-pemfile v1.0.4
28342026-03-20T17:22:43.890Z Checking twox-hash v2.1.2
28352026-03-20T17:22:44.356Z Checking unicode-xid v0.2.6
28362026-03-20T17:22:44.486Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28372026-03-20T17:22:44.540Z Checking cargo-util-schemas v0.8.2
28382026-03-20T17:22:44.961Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28392026-03-20T17:22:45.194Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-20T17:22:45.797Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28412026-03-20T17:22:46.043Z Checking fatfs v0.3.6
28422026-03-20T17:22:46.712Z Checking cargo-platform v0.2.0
28432026-03-20T17:22:46.999Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28442026-03-20T17:22:47.047Z Compiling petname v2.0.2
28452026-03-20T17:22:47.734Z Compiling seq-macro v0.3.6
28462026-03-20T17:22:48.678Z Checking cargo_metadata v0.21.0
28472026-03-20T17:22:49.021Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28482026-03-20T17:22:49.800Z Checking concurrent-queue v2.5.0
28492026-03-20T17:22:50.088Z Checking rtoolbox v0.0.3
28502026-03-20T17:22:50.301Z Checking parking v2.2.1
28512026-03-20T17:22:50.410Z Checking futures-timer v3.0.3
28522026-03-20T17:22:50.492Z Checking event-listener v5.4.1
28532026-03-20T17:22:50.685Z Checking rpassword v7.4.0
28542026-03-20T17:22:50.828Z Checking tui-tree-widget v0.23.1
28552026-03-20T17:22:50.878Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28562026-03-20T17:22:51.109Z Checking polyval v0.6.2
28572026-03-20T17:22:51.156Z Checking sapling-renderdag v0.1.0
28582026-03-20T17:22:51.293Z Checking sync-ptr v0.1.4
28592026-03-20T17:22:51.359Z Checking ghash v0.5.1
28602026-03-20T17:22:51.494Z Checking event-listener-strategy v0.5.4
28612026-03-20T17:22:51.541Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28622026-03-20T17:22:51.588Z Checking ctr v0.9.2
28632026-03-20T17:22:51.708Z Checking constant_time_eq v0.4.2
28642026-03-20T17:22:51.826Z Checking arrayvec v0.7.6
28652026-03-20T17:22:51.871Z Checking arrayref v0.3.9
28662026-03-20T17:22:51.921Z Checking aes-gcm v0.10.3
28672026-03-20T17:22:52.070Z Checking async-lock v3.4.2
28682026-03-20T17:22:52.115Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28692026-03-20T17:22:52.161Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28702026-03-20T17:22:52.651Z Checking ssh-encoding v0.2.0
28712026-03-20T17:22:52.898Z Compiling samael v0.0.19
28722026-03-20T17:22:52.956Z Checking blowfish v0.9.1
28732026-03-20T17:22:53.192Z Checking bcrypt-pbkdf v0.10.0
28742026-03-20T17:22:53.430Z Checking ssh-cipher v0.2.0
28752026-03-20T17:22:53.478Z Checking async-object-pool v0.2.0
28762026-03-20T17:22:53.666Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28772026-03-20T17:22:53.714Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28782026-03-20T17:22:54.129Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28792026-03-20T17:22:54.538Z Checking serde_regex v1.1.0
28802026-03-20T17:22:54.795Z Checking password-hash v0.4.2
28812026-03-20T17:22:55.081Z Checking assert-json-diff v2.0.2
28822026-03-20T17:22:55.148Z Checking path-tree v0.8.3
28832026-03-20T17:22:55.346Z Compiling target-lexicon v0.13.3
28842026-03-20T17:22:55.434Z Checking stringmetrics v2.2.2
28852026-03-20T17:22:55.669Z Checking gimli v0.32.3
28862026-03-20T17:22:55.982Z Checking httpmock v0.8.3
28872026-03-20T17:22:56.138Z Checking pbkdf2 v0.11.0
28882026-03-20T17:22:56.399Z Checking ssh-key v0.6.7
28892026-03-20T17:22:57.951Z Checking addr2line v0.25.1
28902026-03-20T17:22:58.357Z Checking p256 v0.13.2
28912026-03-20T17:22:58.732Z Checking p521 v0.13.3
28922026-03-20T17:22:59.014Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28932026-03-20T17:22:59.197Z Checking russh-cryptovec v0.7.3
28942026-03-20T17:22:59.306Z Checking md5 v0.7.0
28952026-03-20T17:22:59.428Z Compiling guppy-workspace-hack v0.1.0
28962026-03-20T17:22:59.585Z Checking rustc-demangle v0.1.27
28972026-03-20T17:22:59.630Z Checking russh-keys v0.45.0
28982026-03-20T17:22:59.932Z Checking backtrace v0.3.76
28992026-03-20T17:23:00.103Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29002026-03-20T17:23:00.148Z Checking num-bigint v0.4.6
29012026-03-20T17:23:00.376Z Checking des v0.8.1
29022026-03-20T17:23:00.620Z Compiling blake3 v1.8.3
29032026-03-20T17:23:00.739Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29042026-03-20T17:23:01.125Z Compiling target-spec v3.5.7
29052026-03-20T17:23:01.322Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29062026-03-20T17:23:01.632Z Checking russh v0.45.0
29072026-03-20T17:23:02.137Z Checking backtrace-ext v0.2.1
29082026-03-20T17:23:02.233Z Checking cfg-expr v0.20.6
29092026-03-20T17:23:02.326Z Checking supports-color v2.1.0
29102026-03-20T17:23:02.413Z Checking textwrap v0.15.2
29112026-03-20T17:23:02.536Z Checking supports-hyperlinks v2.1.0
29122026-03-20T17:23:02.722Z Checking supports-unicode v2.1.0
29132026-03-20T17:23:02.722Z Checking hashbrown v0.14.5
29142026-03-20T17:23:02.815Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29152026-03-20T17:23:02.954Z Checking cargo-platform v0.3.2
29162026-03-20T17:23:03.119Z Checking terminal_size v0.1.17
29172026-03-20T17:23:03.226Z Checking socket2 v0.5.10
29182026-03-20T17:23:03.293Z Compiling miette-derive v5.10.0
29192026-03-20T17:23:03.418Z Checking internet-checksum v0.2.1
29202026-03-20T17:23:03.603Z Checking owo-colors v3.5.0
29212026-03-20T17:23:03.650Z Checking chumsky v0.9.3
29222026-03-20T17:23:04.279Z Checking cargo_metadata v0.23.1
29232026-03-20T17:23:04.887Z Checking miette v5.10.0
29242026-03-20T17:23:05.208Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29252026-03-20T17:23:05.374Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29262026-03-20T17:23:05.522Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29272026-03-20T17:23:05.618Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29282026-03-20T17:23:05.951Z Compiling git2 v0.20.4
29292026-03-20T17:23:06.001Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29302026-03-20T17:23:06.005Z Checking httptest v0.16.4
29312026-03-20T17:23:06.318Z Checking pathdiff v0.2.3
29322026-03-20T17:23:06.501Z Compiling knuffel-derive v3.2.0
29332026-03-20T17:23:06.549Z Checking nested v0.1.1
29342026-03-20T17:23:06.598Z Checking topological-sort v0.2.2
29352026-03-20T17:23:06.768Z Checking guppy v0.17.25
29362026-03-20T17:23:06.817Z Checking omicron-zone-package v0.12.2
29372026-03-20T17:23:07.173Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29382026-03-20T17:23:07.484Z Checking similar-asserts v1.7.0
29392026-03-20T17:23:07.726Z Compiling rstest_macros v0.25.0
29402026-03-20T17:23:08.056Z Compiling target-triple v1.0.0
29412026-03-20T17:23:08.110Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29422026-03-20T17:23:08.293Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29432026-03-20T17:23:08.341Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29442026-03-20T17:23:08.524Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29452026-03-20T17:23:08.587Z Checking knuffel v3.2.0
29462026-03-20T17:23:09.264Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29472026-03-20T17:23:09.516Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29482026-03-20T17:23:10.073Z Checking toml_datetime v1.0.0+spec-1.1.0
29492026-03-20T17:23:10.388Z Compiling assert_cmd v2.1.2
29502026-03-20T17:23:10.433Z Checking escape8259 v0.5.3
29512026-03-20T17:23:10.648Z Compiling relative-path v1.9.3
29522026-03-20T17:23:10.790Z Checking libtest-mimic v0.8.1
29532026-03-20T17:23:10.854Z Checking toml v1.0.3+spec-1.1.0
29542026-03-20T17:23:10.902Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29552026-03-20T17:23:11.363Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29562026-03-20T17:23:11.541Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29572026-03-20T17:23:11.742Z Checking blake2b_simd v1.0.4
29582026-03-20T17:23:11.813Z Compiling polar-core v0.27.3
29592026-03-20T17:23:12.354Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29602026-03-20T17:23:12.471Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29612026-03-20T17:23:12.853Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29622026-03-20T17:23:13.002Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29632026-03-20T17:23:13.287Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29642026-03-20T17:23:13.545Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29652026-03-20T17:23:13.800Z Checking fancy-regex v0.14.0
29662026-03-20T17:23:14.100Z Checking serde_tokenstream v0.2.3
29672026-03-20T17:23:14.434Z Checking uzers v0.12.2
29682026-03-20T17:23:14.501Z Checking constant_time_eq v0.3.1
29692026-03-20T17:23:14.696Z Compiling linkme-impl v0.3.35
29702026-03-20T17:23:14.806Z Checking termcolor v1.4.1
29712026-03-20T17:23:15.184Z Checking trybuild v1.0.116
29722026-03-20T17:23:15.248Z Checking rust-argon2 v2.1.0
29732026-03-20T17:23:15.629Z Checking datatest-stable v0.3.3
29742026-03-20T17:23:16.342Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29752026-03-20T17:23:16.456Z Checking rstest v0.25.0
29762026-03-20T17:23:16.691Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29772026-03-20T17:23:16.768Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29782026-03-20T17:23:16.849Z Checking support-bundle-viewer v0.1.2
29792026-03-20T17:23:17.218Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29802026-03-20T17:23:17.625Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29812026-03-20T17:23:17.758Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29822026-03-20T17:23:17.926Z Checking drift v0.1.3
29832026-03-20T17:23:18.072Z Checking rand_distr v0.5.1
29842026-03-20T17:23:18.390Z Checking multimap v0.10.1
29852026-03-20T17:23:18.669Z Checking approx v0.5.1
29862026-03-20T17:23:18.729Z Compiling linkme v0.3.35
29872026-03-20T17:23:18.794Z Checking oso v0.27.3
29882026-03-20T17:23:18.904Z Checking dropshot-api-manager v0.6.0
29892026-03-20T17:23:20.128Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29902026-03-20T17:23:20.570Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29912026-03-20T17:23:20.620Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29922026-03-20T17:23:20.933Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29932026-03-20T17:23:21.064Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29942026-03-20T17:23:21.204Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29952026-03-20T17:23:21.271Z Checking partial-io v0.5.4
29962026-03-20T17:23:21.579Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29972026-03-20T17:23:21.627Z Checking cargo_toml v0.21.0
29982026-03-20T17:23:21.717Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29992026-03-20T17:23:21.769Z Checking termios v0.3.3
30002026-03-20T17:23:21.815Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30012026-03-20T17:23:22.185Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30022026-03-20T17:23:22.522Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30032026-03-20T17:23:22.845Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30042026-03-20T17:23:24.721Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30052026-03-20T17:23:26.996Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30062026-03-20T17:23:32.379Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30072026-03-20T17:23:35.296Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30082026-03-20T17:23:40.379Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30092026-03-20T17:23:42.953Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-03-20T17:23:49.618Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30112026-03-20T17:23:54.565Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30122026-03-20T17:23:56.242Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30132026-03-20T17:23:56.662Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30142026-03-20T17:24:08.656Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30152026-03-20T17:26:09.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 44s
30162026-03-20T17:26:09.808Z
30172026-03-20T17:26:09.812Zreal 5:48.741874662
30182026-03-20T17:26:09.812Zuser 29:01.029820845
30192026-03-20T17:26:09.812Zsys 6:05.061320845
30202026-03-20T17:26:09.812Ztrap 0.733219561
30212026-03-20T17:26:09.812Ztflt 0.055772527
30222026-03-20T17:26:09.812Zdflt 0.205687240
30232026-03-20T17:26:09.812Zkflt 0.001059737
30242026-03-20T17:26:09.812Zlock 1:21:51.491723801
30252026-03-20T17:26:09.812Zslp 1:18:38.066578316
30262026-03-20T17:26:09.812Zlat 1:56.350566128
30272026-03-20T17:26:09.812Zstop 14:17.574622746
30282026-03-20T17:26:09.812Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30292026-03-20T17:26:09.812Z+ ptime -m cargo doc --workspace --no-deps
30302026-03-20T17:26:11.020Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30312026-03-20T17:26:11.020Z |
30322026-03-20T17:26:11.020Z = 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)`
30332026-03-20T17:26:11.020Z = 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>
30342026-03-20T17:26:12.351Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30352026-03-20T17:26:12.626Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30362026-03-20T17:26:12.677Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30372026-03-20T17:26:12.763Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30382026-03-20T17:26:12.952Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30392026-03-20T17:26:12.984Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30402026-03-20T17:26:13.015Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30412026-03-20T17:26:13.052Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30422026-03-20T17:26:13.123Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30432026-03-20T17:26:13.237Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30442026-03-20T17:26:13.284Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30452026-03-20T17:26:13.329Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30462026-03-20T17:26:13.388Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30472026-03-20T17:26:13.420Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30482026-03-20T17:26:13.462Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30492026-03-20T17:26:13.519Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30502026-03-20T17:26:13.550Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30512026-03-20T17:26:13.585Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30522026-03-20T17:26:13.651Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30532026-03-20T17:26:13.729Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30542026-03-20T17:26:13.982Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30552026-03-20T17:26:14.323Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30562026-03-20T17:26:14.517Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30572026-03-20T17:26:14.580Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30582026-03-20T17:26:14.614Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30592026-03-20T17:26:14.799Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30602026-03-20T17:26:14.889Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30612026-03-20T17:26:15.051Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30622026-03-20T17:26:15.126Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30632026-03-20T17:26:15.236Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30642026-03-20T17:26:15.327Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30652026-03-20T17:26:15.359Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30662026-03-20T17:26:15.544Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30672026-03-20T17:26:15.792Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30682026-03-20T17:26:15.824Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30692026-03-20T17:26:15.853Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30702026-03-20T17:26:16.136Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30712026-03-20T17:26:16.196Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30722026-03-20T17:26:16.236Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30732026-03-20T17:26:16.526Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30742026-03-20T17:26:16.629Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30752026-03-20T17:26:16.966Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30762026-03-20T17:26:16.998Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30772026-03-20T17:26:17.052Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30782026-03-20T17:26:17.160Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30792026-03-20T17:26:17.195Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30802026-03-20T17:26:17.449Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30812026-03-20T17:26:17.506Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30822026-03-20T17:26:17.551Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30832026-03-20T17:26:17.699Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30842026-03-20T17:26:17.762Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30852026-03-20T17:26:17.803Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30862026-03-20T17:26:17.833Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30872026-03-20T17:26:18.125Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30882026-03-20T17:26:18.129Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30892026-03-20T17:26:18.183Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30902026-03-20T17:26:18.187Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30912026-03-20T17:26:18.443Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30922026-03-20T17:26:18.470Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30932026-03-20T17:26:18.500Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30942026-03-20T17:26:18.696Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30952026-03-20T17:26:18.783Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30962026-03-20T17:26:18.826Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30972026-03-20T17:26:18.866Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30982026-03-20T17:26:19.038Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30992026-03-20T17:26:19.083Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31002026-03-20T17:26:19.149Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31012026-03-20T17:26:19.401Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31022026-03-20T17:26:19.432Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31032026-03-20T17:26:19.488Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31042026-03-20T17:26:19.522Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31052026-03-20T17:26:19.675Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31062026-03-20T17:26:20.230Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31072026-03-20T17:26:20.276Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31082026-03-20T17:26:21.303Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31092026-03-20T17:26:21.864Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31102026-03-20T17:26:22.098Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31112026-03-20T17:26:22.154Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31122026-03-20T17:26:22.205Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31132026-03-20T17:26:22.240Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31142026-03-20T17:26:22.628Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31152026-03-20T17:26:22.661Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31162026-03-20T17:26:22.934Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31172026-03-20T17:26:23.254Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31182026-03-20T17:26:23.283Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31192026-03-20T17:26:23.645Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31202026-03-20T17:26:23.677Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31212026-03-20T17:26:23.710Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31222026-03-20T17:26:24.093Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31232026-03-20T17:26:24.498Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31242026-03-20T17:26:24.988Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31252026-03-20T17:26:24.992Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31262026-03-20T17:26:25.248Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-03-20T17:26:25.613Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31282026-03-20T17:26:25.722Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31292026-03-20T17:26:26.367Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31302026-03-20T17:26:26.427Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31312026-03-20T17:26:27.355Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31322026-03-20T17:26:27.555Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31332026-03-20T17:26:27.741Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31342026-03-20T17:26:28.500Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31352026-03-20T17:26:28.946Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31362026-03-20T17:26:29.282Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31372026-03-20T17:26:29.354Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31382026-03-20T17:26:29.438Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31392026-03-20T17:26:29.615Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31402026-03-20T17:26:29.703Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31412026-03-20T17:26:29.737Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31422026-03-20T17:26:29.979Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31432026-03-20T17:26:30.126Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31442026-03-20T17:26:30.176Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31452026-03-20T17:26:30.251Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31462026-03-20T17:26:30.352Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31472026-03-20T17:26:30.639Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31482026-03-20T17:26:30.835Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31492026-03-20T17:26:31.385Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31502026-03-20T17:26:31.994Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31512026-03-20T17:26:32.601Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31522026-03-20T17:26:33.311Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31532026-03-20T17:26:33.658Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31542026-03-20T17:26:33.684Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31552026-03-20T17:26:34.039Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31562026-03-20T17:26:34.227Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31572026-03-20T17:26:34.271Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31582026-03-20T17:26:34.640Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31592026-03-20T17:26:35.224Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31602026-03-20T17:26:35.253Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31612026-03-20T17:26:35.321Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31622026-03-20T17:26:35.708Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31632026-03-20T17:26:37.085Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31642026-03-20T17:26:37.316Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31652026-03-20T17:26:37.506Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31662026-03-20T17:26:38.042Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31672026-03-20T17:26:38.655Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31682026-03-20T17:26:40.227Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31692026-03-20T17:26:40.525Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31702026-03-20T17:26:41.348Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31712026-03-20T17:26:41.901Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31722026-03-20T17:26:42.122Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31732026-03-20T17:26:42.164Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31742026-03-20T17:26:42.198Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31752026-03-20T17:26:42.332Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31762026-03-20T17:26:42.441Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31772026-03-20T17:26:43.201Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31782026-03-20T17:26:44.247Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31792026-03-20T17:26:45.434Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31802026-03-20T17:26:45.556Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31812026-03-20T17:26:46.465Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31822026-03-20T17:26:49.605Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31832026-03-20T17:26:49.811Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31842026-03-20T17:26:52.056Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31852026-03-20T17:26:52.199Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31862026-03-20T17:26:52.331Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31872026-03-20T17:26:53.804Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31882026-03-20T17:26:54.106Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31892026-03-20T17:26:54.686Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31902026-03-20T17:26:56.182Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31912026-03-20T17:26:56.456Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31922026-03-20T17:26:57.044Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31932026-03-20T17:26:58.446Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31942026-03-20T17:26:58.576Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31952026-03-20T17:26:58.610Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31962026-03-20T17:26:58.613Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31972026-03-20T17:26:58.687Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31982026-03-20T17:26:59.346Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31992026-03-20T17:26:59.411Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32002026-03-20T17:26:59.662Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32012026-03-20T17:26:59.739Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32022026-03-20T17:26:59.974Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32032026-03-20T17:27:00.245Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32042026-03-20T17:27:00.338Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32052026-03-20T17:27:01.189Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32062026-03-20T17:27:01.287Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32072026-03-20T17:27:02.187Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32082026-03-20T17:27:02.221Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32092026-03-20T17:27:02.520Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32102026-03-20T17:27:03.428Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32112026-03-20T17:27:03.460Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32122026-03-20T17:27:05.593Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32132026-03-20T17:27:06.952Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142026-03-20T17:27:07.481Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32152026-03-20T17:27:11.429Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32162026-03-20T17:27:12.414Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32172026-03-20T17:27:13.010Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32182026-03-20T17:27:14.197Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32192026-03-20T17:27:15.024Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32202026-03-20T17:27:17.944Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32212026-03-20T17:27:19.514Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32222026-03-20T17:27:20.356Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32232026-03-20T17:27:20.826Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32242026-03-20T17:27:21.793Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32252026-03-20T17:27:25.800Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32262026-03-20T17:27:26.266Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32272026-03-20T17:27:27.010Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32282026-03-20T17:27:27.827Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32292026-03-20T17:27:28.116Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32302026-03-20T17:27:28.722Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32312026-03-20T17:27:28.879Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32322026-03-20T17:27:32.650Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32332026-03-20T17:27:33.608Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32342026-03-20T17:27:37.534Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32352026-03-20T17:27:38.583Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32362026-03-20T17:27:40.631Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32372026-03-20T17:27:41.517Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32382026-03-20T17:27:42.525Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32392026-03-20T17:27:43.547Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32402026-03-20T17:27:44.505Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32412026-03-20T17:27:45.611Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32422026-03-20T17:27:46.995Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32432026-03-20T17:27:47.095Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32442026-03-20T17:27:48.031Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32452026-03-20T17:27:51.799Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32462026-03-20T17:27:52.578Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32472026-03-20T17:27:53.876Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32482026-03-20T17:27:56.800Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32492026-03-20T17:27:57.222Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32502026-03-20T17:27:59.204Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32512026-03-20T17:28:00.368Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32522026-03-20T17:28:01.285Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32532026-03-20T17:28:03.058Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32542026-03-20T17:28:06.352Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32552026-03-20T17:28:07.013Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32562026-03-20T17:28:08.048Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32572026-03-20T17:28:09.637Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32582026-03-20T17:28:12.385Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32592026-03-20T17:28:13.585Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32602026-03-20T17:28:16.932Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32612026-03-20T17:28:17.911Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32622026-03-20T17:28:19.996Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32632026-03-20T17:28:22.683Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32642026-03-20T17:28:24.781Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32652026-03-20T17:28:26.910Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32662026-03-20T17:28:29.500Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32672026-03-20T17:28:31.689Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32682026-03-20T17:28:34.083Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32692026-03-20T17:28:38.987Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32702026-03-20T17:28:41.219Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32712026-03-20T17:28:41.504Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32722026-03-20T17:28:43.917Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32732026-03-20T17:28:46.397Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32742026-03-20T17:28:48.914Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32752026-03-20T17:28:51.391Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32762026-03-20T17:28:54.359Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32772026-03-20T17:28:59.629Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32782026-03-20T17:29:01.060Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32792026-03-20T17:29:02.073Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32802026-03-20T17:29:04.642Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32812026-03-20T17:29:06.876Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32822026-03-20T17:29:09.469Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32832026-03-20T17:29:11.835Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32842026-03-20T17:29:14.068Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32852026-03-20T17:29:16.916Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32862026-03-20T17:29:19.105Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32872026-03-20T17:29:21.650Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32882026-03-20T17:29:24.272Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32892026-03-20T17:29:26.906Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32902026-03-20T17:29:29.440Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32912026-03-20T17:29:32.005Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32922026-03-20T17:29:35.124Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32932026-03-20T17:29:37.423Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32942026-03-20T17:29:40.159Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32952026-03-20T17:29:42.732Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32962026-03-20T17:29:45.592Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32972026-03-20T17:29:50.924Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32982026-03-20T17:29:55.553Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32992026-03-20T17:29:56.816Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33002026-03-20T17:29:59.717Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33012026-03-20T17:30:02.667Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33022026-03-20T17:30:05.539Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33032026-03-20T17:30:08.329Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33042026-03-20T17:30:11.482Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33052026-03-20T17:30:14.258Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33062026-03-20T17:30:17.197Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33072026-03-20T17:30:20.433Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33082026-03-20T17:30:22.961Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33092026-03-20T17:30:25.807Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33102026-03-20T17:30:29.406Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33112026-03-20T17:30:31.945Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33122026-03-20T17:30:34.635Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33132026-03-20T17:30:37.694Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33142026-03-20T17:30:40.600Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33152026-03-20T17:30:43.536Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33162026-03-20T17:30:46.539Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33172026-03-20T17:30:49.348Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33182026-03-20T17:30:52.541Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33192026-03-20T17:30:55.394Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33202026-03-20T17:30:58.424Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33212026-03-20T17:31:01.325Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33222026-03-20T17:31:04.185Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33232026-03-20T17:31:07.194Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33242026-03-20T17:31:10.244Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33252026-03-20T17:31:13.606Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33262026-03-20T17:31:16.349Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33272026-03-20T17:31:19.515Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33282026-03-20T17:31:22.680Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33292026-03-20T17:31:25.857Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33302026-03-20T17:31:29.256Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33312026-03-20T17:31:32.492Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33322026-03-20T17:31:35.692Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33332026-03-20T17:31:38.941Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33342026-03-20T17:31:42.190Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33352026-03-20T17:31:45.517Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33362026-03-20T17:31:48.807Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33372026-03-20T17:31:52.605Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33382026-03-20T17:31:55.586Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33392026-03-20T17:31:58.815Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33402026-03-20T17:32:08.227Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33412026-03-20T17:32:08.333Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33422026-03-20T17:32:14.249Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33432026-03-20T17:32:17.815Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33442026-03-20T17:32:22.488Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33452026-03-20T17:32:27.113Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33462026-03-20T17:32:31.752Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33472026-03-20T17:32:36.388Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33482026-03-20T17:32:41.070Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33492026-03-20T17:32:45.743Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33502026-03-20T17:32:50.389Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33512026-03-20T17:32:55.011Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33522026-03-20T17:32:59.689Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33532026-03-20T17:33:04.335Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33542026-03-20T17:33:09.187Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33552026-03-20T17:33:13.747Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33562026-03-20T17:33:18.676Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-03-20T17:33:23.294Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33582026-03-20T17:33:28.103Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33592026-03-20T17:33:32.869Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33602026-03-20T17:33:37.672Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33612026-03-20T17:33:42.528Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33622026-03-20T17:33:47.245Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33632026-03-20T17:33:51.946Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33642026-03-20T17:34:29.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 19s
33652026-03-20T17:34:29.799Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33662026-03-20T17:34:29.919Z
33672026-03-20T17:34:29.923Zreal 8:20.152079955
33682026-03-20T17:34:29.923Zuser 24:18.086118409
33692026-03-20T17:34:29.923Zsys 4:35.559852050
33702026-03-20T17:34:29.923Ztrap 0.425921425
33712026-03-20T17:34:29.923Ztflt 0.012318176
33722026-03-20T17:34:29.923Zdflt 0.023881360
33732026-03-20T17:34:29.923Zkflt 0.000022604
33742026-03-20T17:34:29.923Zlock 7:32:38.537394608
33752026-03-20T17:34:29.923Zslp 2:46:12.673688314
33762026-03-20T17:34:29.923Zlat 34.659588083
33772026-03-20T17:34:29.923Zstop 2:01.131961995
33782026-03-20T17:34:29.923Zprocess exited: duration 1088933 ms, exit code 0
 
33792026-03-20T17:34:29.931Zfound 0 output files