01KM6VVE4V2Z664ZX9EX00FZZK: clippy (helios)

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

Buildomat Job: 01KM6VVXX5Z93438QQFE47NCJ7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-21T00:15:45.183Zjob assigned to worker 01KM6VW40K56NM6Z9KYS4A67PT [factory aws, i-03b562b129bbed12d] (queued for 1 m 38 s)
 
22026-03-21T00:15:53.328Zstarting task 0: "setup"
32026-03-21T00:15:53.333Z++ uname -s
42026-03-21T00:15:53.336Z+ kern=SunOS
52026-03-21T00:15:53.336Z+ build_user=build
62026-03-21T00:15:53.336Z+ build_uid=12345
72026-03-21T00:15:53.336Z+ work_dir=/work
82026-03-21T00:15:53.336Z+ input_dir=/input
92026-03-21T00:15:53.336Z+ [[ 0 == 12345 ]]
102026-03-21T00:15:53.336Z+ case "$kern" in
112026-03-21T00:15:53.336Z+ groupadd -g 12345 build
122026-03-21T00:15:53.339Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-21T00:15:55.343Z+ zfs create -o mountpoint=/work rpool/work
142026-03-21T00:15:55.455Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-21T00:15:55.458Z+ home_fs=zfs
162026-03-21T00:15:55.458Z+ [[ zfs == autofs ]]
172026-03-21T00:15:55.458Z+ mkdir -p /home/build
182026-03-21T00:15:55.462Z+ chown build:build /home/build /work
192026-03-21T00:15:57.461Z+ chmod 0700 /home/build /work
202026-03-21T00:15:57.464Zprocess exited: duration 4137 ms, exit code 0
 
212026-03-21T00:15:57.470Zstarting task 1: "rust-toolchain"
222026-03-21T00:15:57.474Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-21T00:15:57.474Z * rust toolchain channel = "1.94.0"
242026-03-21T00:15:57.474Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-21T00:15:57.474Z * rust toolchain profile = "default"
262026-03-21T00:15:57.474Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-21T00:15:57.474Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-21T00:15:57.477Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-21T00:15:57.477Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-21T00:15:57.586Zinfo: downloading installer
312026-03-21T00:15:59.315Zwarn: It looks like you have an existing installation of Rust at:
322026-03-21T00:15:59.315Zwarn: /opt/ooce/bin
332026-03-21T00:15:59.315Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-21T00:15:59.315Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-21T00:15:59.315Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-21T00:15:59.315Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-21T00:15:59.315Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-21T00:15:59.315Zerror: cannot install while Rust is installed
392026-03-21T00:15:59.315Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-21T00:15:59.315Zwarn: It looks like you have an existing rustup settings file at:
412026-03-21T00:15:59.315Zwarn: /home/build/.rustup/settings.toml
422026-03-21T00:15:59.316Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-21T00:15:59.316Zwarn: instead of the one inferred from the default host triple.
442026-03-21T00:15:59.327Zinfo: profile set to default
452026-03-21T00:15:59.327Zinfo: default host triple is x86_64-unknown-illumos
462026-03-21T00:15:59.330Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-21T00:15:59.502Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-21T00:15:59.505Zinfo: downloading 6 components
492026-03-21T00:16:18.061Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-21T00:16:18.061Z
512026-03-21T00:16:18.101Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-21T00:16:18.101Z
532026-03-21T00:16:18.101Z
542026-03-21T00:16:18.101ZRust is installed now. Great!
552026-03-21T00:16:18.101Z
562026-03-21T00:16:18.105ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-21T00:16:18.105Zenvironment variable. This has not been done automatically.
582026-03-21T00:16:18.105Z
592026-03-21T00:16:18.105ZTo configure your current shell, you need to source
602026-03-21T00:16:18.105Zthe corresponding env file under $HOME/.cargo.
612026-03-21T00:16:18.105Z
622026-03-21T00:16:18.105ZThis is usually done by running one of the following (note the leading DOT):
632026-03-21T00:16:18.105Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-21T00:16:18.105Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-21T00:16:18.105Zsource "~/.cargo/env.nu" # For nushell
662026-03-21T00:16:18.105Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-21T00:16:18.105Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-21T00:16:18.105Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-21T00:16:18.105Zwarn: no default linker (`cc`) was found in your PATH
702026-03-21T00:16:18.105Zwarn: many Rust crates require a system C toolchain to build
712026-03-21T00:16:18.210Z+ rustup --version
722026-03-21T00:16:18.221Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-21T00:16:18.225Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-21T00:16:18.249Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-21T00:16:18.252Z+ cargo --version
762026-03-21T00:16:18.268Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-21T00:16:18.271Z+ rustc --version
782026-03-21T00:16:18.297Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-21T00:16:18.301Zprocess exited: duration 20829 ms, exit code 0
 
802026-03-21T00:16:18.307Zstarting task 2: "authentication"
812026-03-21T00:16:18.326Zprocess exited: duration 19 ms, exit code 0
 
822026-03-21T00:16:18.332Zstarting task 3: "clone repository"
832026-03-21T00:16:18.338Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-21T00:16:18.341Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-21T00:16:18.364ZCloning into '/work/oxidecomputer/omicron'...
862026-03-21T00:16:29.846Z+ cd /work/oxidecomputer/omicron
872026-03-21T00:16:29.849Z+ git fetch origin 63d24c2b6823057a8db0ba81ff20d46804eb2d94
882026-03-21T00:16:30.146ZFrom https://github.com/oxidecomputer/omicron
892026-03-21T00:16:30.146Z * branch 63d24c2b6823057a8db0ba81ff20d46804eb2d94 -> FETCH_HEAD
902026-03-21T00:16:30.157Z+ [[ -n expectorate-no-comment ]]
912026-03-21T00:16:30.160Z++ git branch --show-current
922026-03-21T00:16:30.160Z+ current=main
932026-03-21T00:16:30.160Z+ [[ main != expectorate-no-comment ]]
942026-03-21T00:16:30.160Z+ git branch -f expectorate-no-comment 63d24c2b6823057a8db0ba81ff20d46804eb2d94
952026-03-21T00:16:30.163Z+ git checkout -f expectorate-no-comment
962026-03-21T00:16:30.483ZSwitched to branch 'expectorate-no-comment'
972026-03-21T00:16:30.487Z+ git reset --hard 63d24c2b6823057a8db0ba81ff20d46804eb2d94
982026-03-21T00:16:30.556ZHEAD is now at 63d24c2b6 merge
992026-03-21T00:16:30.560Zprocess exited: duration 12206 ms, exit code 0
 
1002026-03-21T00:16:30.566Zstarting task 4: "build"
1012026-03-21T00:16:30.571Z+ source ./env.sh
1022026-03-21T00:16:30.574Z++ OLD_SHELL_OPTS=ehxB
1032026-03-21T00:16:30.574Z++ set -o xtrace
1042026-03-21T00:16:30.574Z++++ dirname ./env.sh
1052026-03-21T00:16:30.577Z+++ readlink -f .
1062026-03-21T00:16:30.577Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-21T00:16:30.577Z++ 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-21T00:16:30.577Z++ 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-21T00:16:30.577Z++ 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-21T00:16:30.577Z++ 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-21T00:16:30.577Z++ 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-21T00:16:30.577Z++ 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-21T00:16:30.577Z++ 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-21T00:16:30.577Z++ 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-21T00:16:30.577Z++ case $OLD_SHELL_OPTS in
1162026-03-21T00:16:30.578Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-21T00:16:30.578Z+ source .github/buildomat/ci-env.sh
1182026-03-21T00:16:30.578Z++ export CARGO_TERM_COLOR=always
1192026-03-21T00:16:30.578Z++ CARGO_TERM_COLOR=always
1202026-03-21T00:16:30.578Z+ cargo --version
1212026-03-21T00:16:30.590Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-21T00:16:30.593Z+ rustc --version
1232026-03-21T00:16:30.617Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-21T00:16:30.620Z+ banner prerequisites
1252026-03-21T00:16:30.623Z
1262026-03-21T00:16:30.623Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-21T00:16:30.623Z # # # # # # # # # # # # # # #
1282026-03-21T00:16:30.623Z # # # # ##### # # ##### # # # # # #### #
1292026-03-21T00:16:30.623Z ##### ##### # ##### # # # # # # # # #
1302026-03-21T00:16:30.623Z # # # # # # # # # # # # # # #
1312026-03-21T00:16:30.623Z # # # ###### # # ###### ### # #### # #### #
1322026-03-21T00:16:30.623Z
1332026-03-21T00:16:30.623Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-21T00:16:42.046Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-21T00:16:51.965Z Startup: Caching catalogs ... Done
1362026-03-21T00:17:14.545ZPlanning: Solver setup ... Done (21.118s)
1372026-03-21T00:17:14.696ZPlanning: Running solver ... Done (0.153s)
1382026-03-21T00:17:14.884ZPlanning: Finding local manifests ... Done (0.002s)
1392026-03-21T00:17:14.964ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-21T00:17:15.024ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-21T00:17:15.071ZPlanning: Package planning ... Done (0.043s)
1422026-03-21T00:17:15.105ZPlanning: Merging actions ... Done (0.039s)
1432026-03-21T00:17:15.398ZPlanning: Checking for conflicting actions ... Done (0.289s)
1442026-03-21T00:17:15.407ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-21T00:17:17.171ZPlanning: Evaluating mediators ... Done (1.758s)
1462026-03-21T00:17:17.183ZPlanning: Planning completed in 25.06 seconds
1472026-03-21T00:17:17.260Z Packages to install: 4
1482026-03-21T00:17:17.260Z Mediators to change: 2
1492026-03-21T00:17:17.261Z Services to change: 1
1502026-03-21T00:17:17.271Z Estimated space available: 155.43 GB
1512026-03-21T00:17:17.271ZEstimated space to be consumed: 1.83 GB
1522026-03-21T00:17:17.271Z Create boot environment: No
1532026-03-21T00:17:17.271ZCreate backup boot environment: No
1542026-03-21T00:17:17.271Z Rebuild boot archive: No
1552026-03-21T00:17:17.271Z
1562026-03-21T00:17:17.271ZChanged mediators:
1572026-03-21T00:17:17.272Z mediator clang:
1582026-03-21T00:17:17.272Z version: None -> 15 (system default)
1592026-03-21T00:17:17.272Z
1602026-03-21T00:17:17.272Z mediator llvm:
1612026-03-21T00:17:17.272Z version: 14 (system default) -> 15 (system default)
1622026-03-21T00:17:17.272Z
1632026-03-21T00:17:17.272ZChanged packages:
1642026-03-21T00:17:17.272Zhelios-dev
1652026-03-21T00:17:17.272Z developer/build-essential
1662026-03-21T00:17:17.273Z None -> 11-2.0
1672026-03-21T00:17:17.273Z library/libxmlsec1
1682026-03-21T00:17:17.273Z None -> 1.2.35-2.0
1692026-03-21T00:17:17.273Z ooce/developer/clang-15
1702026-03-21T00:17:17.273Z None -> 15.0.7-2.0
1712026-03-21T00:17:17.273Z ooce/developer/llvm-15
1722026-03-21T00:17:17.273Z None -> 15.0.7-2.0
1732026-03-21T00:17:17.273Z
1742026-03-21T00:17:17.273ZServices:
1752026-03-21T00:17:17.274Z restart_fmri:
1762026-03-21T00:17:17.274Z svc:/system/update-man-index:default
1772026-03-21T00:17:17.372Z
1782026-03-21T00:17:17.372ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-21T00:17:22.773ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (27.4M/s)
1802026-03-21T00:17:26.326ZDownload: Completed 212.60 MB in 8.96 seconds (23.7M/s)
1812026-03-21T00:17:26.590Z Actions: 1/3689 actions (Installing new actions)
1822026-03-21T00:17:30.766Z Actions: Completed 3689 actions in 4.18 seconds.
1832026-03-21T00:17:31.158Z Done (0.387s)
1842026-03-21T00:17:31.158Z Done (0.000s)
1852026-03-21T00:17:32.163Z Done (1.005s)
1862026-03-21T00:17:36.194Z Done (3.669s)
1872026-03-21T00:17:36.276Z Done (0.015s)
1882026-03-21T00:17:36.279Z Done (0.000s)
1892026-03-21T00:17:36.426Z Done (0.000s)
1902026-03-21T00:17:37.412ZPlanning: Evaluating mediator changes ... Done
1912026-03-21T00:17:37.558ZPlanning: Checking for conflicting actions ... Done
1922026-03-21T00:17:37.561ZPlanning: Consolidating action changes ... Done
1932026-03-21T00:17:37.781ZPlanning: Evaluating mediators ... Done
1942026-03-21T00:17:37.784ZPlanning: Planning completed in 0.37 seconds
1952026-03-21T00:17:37.810Z Mediators to change: 2
1962026-03-21T00:17:37.810Z Create boot environment: No
1972026-03-21T00:17:37.813ZCreate backup boot environment: No
1982026-03-21T00:17:37.889Z Done
1992026-03-21T00:17:37.889Z Done
2002026-03-21T00:17:38.640Z Done
2012026-03-21T00:17:41.958Z Done
2022026-03-21T00:17:42.036Z Done
2032026-03-21T00:17:42.040Z Done
2042026-03-21T00:17:42.189Z Done
2052026-03-21T00:17:42.723ZPlanning: Evaluating mediator changes ... Done
2062026-03-21T00:17:42.726ZPlanning: Merging actions ... Done
2072026-03-21T00:17:42.890ZPlanning: Checking for conflicting actions ... Done
2082026-03-21T00:17:42.894ZPlanning: Consolidating action changes ... Done
2092026-03-21T00:17:43.107ZPlanning: Evaluating mediators ... Done
2102026-03-21T00:17:43.150ZPlanning: Planning completed in 0.63 seconds
2112026-03-21T00:17:43.180Z Packages to change: 1
2122026-03-21T00:17:43.180Z Mediators to change: 1
2132026-03-21T00:17:43.187Z Services to change: 1
2142026-03-21T00:17:43.187Z Create boot environment: No
2152026-03-21T00:17:43.187ZCreate backup boot environment: Yes
2162026-03-21T00:17:45.820Z Actions: 1/6 actions (Updating modified actions)
2172026-03-21T00:17:45.828Z Actions: Completed 6 actions in 0.00 seconds.
2182026-03-21T00:17:45.828Z Done
2192026-03-21T00:17:45.828Z Done
2202026-03-21T00:17:46.012Z Done
2212026-03-21T00:17:49.273Z Done
2222026-03-21T00:17:49.356Z Done
2232026-03-21T00:17:49.359Z Done
2242026-03-21T00:17:49.525Z Done
2252026-03-21T00:17:49.903ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262026-03-21T00:17:49.903Zclang system 15 system
2272026-03-21T00:17:49.903Zcsh system system illumos
2282026-03-21T00:17:49.904Zctags system system illumos
2292026-03-21T00:17:49.904Zfile system system illumos
2302026-03-21T00:17:49.904Zgcc vendor 12 vendor
2312026-03-21T00:17:49.904Zgcc system 10 system
2322026-03-21T00:17:49.904Zgcc system 7 system
2332026-03-21T00:17:49.904Zgo system 1.20 system
2342026-03-21T00:17:49.904Zgo system 1.19 system
2352026-03-21T00:17:49.904Zllvm system 15 system
2362026-03-21T00:17:49.904Zllvm system 14 system
2372026-03-21T00:17:49.904Zmariadb system 10.6 system
2382026-03-21T00:17:49.904Zmta vendor vendor dma
2392026-03-21T00:17:49.904Zopenjdk system 17 system
2402026-03-21T00:17:49.904Zopenjdk system 11 system
2412026-03-21T00:17:49.904Zopenjdk system 1.8 system
2422026-03-21T00:17:49.904Zopenssl vendor 3 vendor
2432026-03-21T00:17:49.904Zperl system 5.36 system
2442026-03-21T00:17:49.904Zpostgresql system 15 system
2452026-03-21T00:17:49.904Zpostgresql system 13 system
2462026-03-21T00:17:49.904Zpython vendor 3 vendor
2472026-03-21T00:17:49.904Zpython system 2 system
2482026-03-21T00:17:49.904Zpython3 system 3.11 system
2492026-03-21T00:17:49.904Zruby system 3.0 system
2502026-03-21T00:17:49.904Zwords vendor vendor american-english
2512026-03-21T00:17:49.904Zwords system system australian-english
2522026-03-21T00:17:49.904Zwords system system british-english
2532026-03-21T00:17:49.904Zwords system system canadian-english
2542026-03-21T00:17:49.904Zwords system system french
2552026-03-21T00:17:49.904Zwords system system italian
2562026-03-21T00:17:49.904Zwords system system ngerman
2572026-03-21T00:17:49.904Zwords system system ogerman
2582026-03-21T00:17:49.904Zwords system system spanish
2592026-03-21T00:17:50.200ZPUBLISHER TYPE STATUS P LOCATION
2602026-03-21T00:17:50.200Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-03-21T00:17:56.178ZFMRI IFO
2622026-03-21T00:17:56.179Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-03-21T00:17:56.179Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-03-21T00:17:56.179Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-03-21T00:17:56.179Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-03-21T00:17:56.179Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-03-21T00:17:56.179Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-03-21T00:17:56.179Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692026-03-21T00:17:56.179Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-03-21T00:17:56.179Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-03-21T00:17:56.179Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-03-21T00:17:56.179Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-03-21T00:17:56.179Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-03-21T00:17:56.179Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-03-21T00:17:56.179Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-03-21T00:17:56.179Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-03-21T00:17:56.179Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-03-21T00:17:57.417Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-03-21T00:17:57.686Z Updating crates.io index
2802026-03-21T00:17:57.689Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-03-21T00:17:57.989Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-03-21T00:17:58.876Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-03-21T00:17:59.266Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2842026-03-21T00:17:59.597Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852026-03-21T00:18:00.613Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-03-21T00:18:01.643Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-03-21T00:18:03.453Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-21T00:18:05.155Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-03-21T00:18:05.922Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-03-21T00:18:06.512Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-03-21T00:18:07.277Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-03-21T00:18:07.883Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-03-21T00:18:08.432Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-03-21T00:18:08.761Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-03-21T00:18:09.798Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-03-21T00:18:10.280Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-03-21T00:18:10.687Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-03-21T00:18:10.962Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-03-21T00:18:11.396Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-03-21T00:18:11.754Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-03-21T00:18:11.991Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-03-21T00:18:12.219Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-03-21T00:18:12.615Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-03-21T00:18:12.988Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-03-21T00:18:13.592Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-03-21T00:18:13.836Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-03-21T00:18:14.134Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-03-21T00:18:14.413Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-03-21T00:18:15.706Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102026-03-21T00:18:15.987Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3112026-03-21T00:18:16.381Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3122026-03-21T00:18:16.707Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3132026-03-21T00:18:17.039Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142026-03-21T00:18:17.444Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152026-03-21T00:18:17.694Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162026-03-21T00:18:17.924Z Updating git repository `https://github.com/illumos/smf-rs`
3172026-03-21T00:18:18.320Z Updating git repository `https://github.com/oxidecomputer/omicron`
3182026-03-21T00:18:32.439Z Downloading crates ...
3192026-03-21T00:18:32.492Z Downloaded cpufeatures v0.2.17
3202026-03-21T00:18:32.498Z Downloaded anstream v0.6.21
3212026-03-21T00:18:32.502Z Downloaded idna_adapter v1.2.1
3222026-03-21T00:18:32.504Z Downloaded digest v0.10.7
3232026-03-21T00:18:32.508Z Downloaded getrandom v0.4.1
3242026-03-21T00:18:32.511Z Downloaded errno v0.3.14
3252026-03-21T00:18:32.514Z Downloaded tinystr v0.8.2
3262026-03-21T00:18:32.516Z Downloaded icu_provider v2.1.1
3272026-03-21T00:18:32.516Z Downloaded crypto-common v0.1.7
3282026-03-21T00:18:32.519Z Downloaded fastrand v2.3.0
3292026-03-21T00:18:32.519Z Downloaded thiserror-impl v2.0.18
3302026-03-21T00:18:32.522Z Downloaded unicode-ident v1.0.24
3312026-03-21T00:18:32.526Z Downloaded yoke-derive v0.8.1
3322026-03-21T00:18:32.526Z Downloaded utf8_iter v1.0.4
3332026-03-21T00:18:32.530Z Downloaded usdt-attr-macro v0.5.0
3342026-03-21T00:18:32.530Z Downloaded typeid v1.0.3
3352026-03-21T00:18:32.530Z Downloaded generic-array v0.14.7
3362026-03-21T00:18:32.530Z Downloaded percent-encoding v2.3.2
3372026-03-21T00:18:32.533Z Downloaded serde-untagged v0.1.9
3382026-03-21T00:18:32.533Z Downloaded litemap v0.8.1
3392026-03-21T00:18:32.533Z Downloaded scroll v0.12.0
3402026-03-21T00:18:32.536Z Downloaded utf8parse v0.2.2
3412026-03-21T00:18:32.536Z Downloaded usdt-macro v0.5.0
3422026-03-21T00:18:32.536Z Downloaded memmap v0.7.0
3432026-03-21T00:18:32.539Z Downloaded zerofrom-derive v0.1.6
3442026-03-21T00:18:32.539Z Downloaded icu_properties v2.1.2
3452026-03-21T00:18:32.542Z Downloaded version_check v0.9.5
3462026-03-21T00:18:32.542Z Downloaded unicode-linebreak v0.1.5
3472026-03-21T00:18:32.545Z Downloaded pretty-hex v0.4.1
3482026-03-21T00:18:32.545Z Downloaded sha2 v0.10.9
3492026-03-21T00:18:32.547Z Downloaded zerofrom v0.1.6
3502026-03-21T00:18:32.550Z Downloaded heck v0.5.0
3512026-03-21T00:18:32.550Z Downloaded toml_datetime v0.6.11
3522026-03-21T00:18:32.550Z Downloaded erased-serde v0.4.9
3532026-03-21T00:18:32.553Z Downloaded unicode-xid v0.2.6
3542026-03-21T00:18:32.553Z Downloaded displaydoc v0.2.5
3552026-03-21T00:18:32.556Z Downloaded usdt v0.5.0
3562026-03-21T00:18:32.556Z Downloaded thread-id v4.2.2
3572026-03-21T00:18:32.560Z Downloaded is_terminal_polyfill v1.70.2
3582026-03-21T00:18:32.560Z Downloaded icu_normalizer_data v2.1.1
3592026-03-21T00:18:32.563Z Downloaded zerovec-derive v0.11.2
3602026-03-21T00:18:32.565Z Downloaded thiserror v2.0.18
3612026-03-21T00:18:32.569Z Downloaded toml_write v0.1.2
3622026-03-21T00:18:32.571Z Downloaded anstyle-query v1.1.5
3632026-03-21T00:18:32.571Z Downloaded ordered-float v2.10.1
3642026-03-21T00:18:32.574Z Downloaded zmij v1.0.21
3652026-03-21T00:18:32.574Z Downloaded thiserror v1.0.69
3662026-03-21T00:18:32.577Z Downloaded serde_tokenstream v0.2.3
3672026-03-21T00:18:32.580Z Downloaded dtrace-parser v0.2.0
3682026-03-21T00:18:32.580Z Downloaded toml v0.8.23
3692026-03-21T00:18:32.582Z Downloaded yoke v0.8.1
3702026-03-21T00:18:32.585Z Downloaded usdt-impl v0.5.0
3712026-03-21T00:18:32.585Z Downloaded thiserror-impl v1.0.69
3722026-03-21T00:18:32.585Z Downloaded macaddr v1.0.1
3732026-03-21T00:18:32.588Z Downloaded heck v0.4.1
3742026-03-21T00:18:32.588Z Downloaded zerocopy-derive v0.7.35
3752026-03-21T00:18:32.591Z Downloaded textwrap v0.16.2
3762026-03-21T00:18:32.594Z Downloaded terminal_size v0.4.3
3772026-03-21T00:18:32.594Z Downloaded scroll_derive v0.12.1
3782026-03-21T00:18:32.594Z Downloaded plain v0.2.3
3792026-03-21T00:18:32.597Z Downloaded stable_deref_trait v1.2.1
3802026-03-21T00:18:32.597Z Downloaded colorchoice v1.0.4
3812026-03-21T00:18:32.597Z Downloaded itoa v1.0.17
3822026-03-21T00:18:32.600Z Downloaded form_urlencoded v1.2.2
3832026-03-21T00:18:32.600Z Downloaded typenum v1.19.0
3842026-03-21T00:18:32.602Z Downloaded proc-macro-error-attr v1.0.4
3852026-03-21T00:18:32.602Z Downloaded zerotrie v0.2.3
3862026-03-21T00:18:32.605Z Downloaded tabled_derive v0.7.0
3872026-03-21T00:18:32.605Z Downloaded serde-value v0.7.0
3882026-03-21T00:18:32.608Z Downloaded ucd-trie v0.1.7
3892026-03-21T00:18:32.608Z Downloaded toml_edit v0.22.27
3902026-03-21T00:18:32.611Z Downloaded url v2.5.8
3912026-03-21T00:18:32.615Z Downloaded swrite v0.1.0
3922026-03-21T00:18:32.615Z Downloaded cfg-if v1.0.4
3932026-03-21T00:18:32.618Z Downloaded smawk v0.3.2
3942026-03-21T00:18:32.618Z Downloaded fnv v1.0.7
3952026-03-21T00:18:32.618Z Downloaded writeable v0.6.2
3962026-03-21T00:18:32.618Z Downloaded cargo-platform v0.2.0
3972026-03-21T00:18:32.622Z Downloaded serde_spanned v0.6.9
3982026-03-21T00:18:32.626Z Downloaded zerocopy v0.7.35
3992026-03-21T00:18:32.635Z Downloaded zerovec v0.11.5
4002026-03-21T00:18:32.640Z Downloaded fs-err v3.3.0
4012026-03-21T00:18:32.643Z Downloaded winnow v0.7.14
4022026-03-21T00:18:32.647Z Downloaded quote v1.0.44
4032026-03-21T00:18:32.651Z Downloaded anstyle-parse v0.2.7
4042026-03-21T00:18:32.653Z Downloaded potential_utf v0.1.4
4052026-03-21T00:18:32.653Z Downloaded icu_locale_core v2.1.1
4062026-03-21T00:18:32.656Z Downloaded strsim v0.11.1
4072026-03-21T00:18:32.658Z Downloaded unicode-width v0.2.0
4082026-03-21T00:18:32.661Z Downloaded cargo_toml v0.21.0
4092026-03-21T00:18:32.664Z Downloaded unicode-width v0.1.14
4102026-03-21T00:18:32.667Z Downloaded synstructure v0.13.2
4112026-03-21T00:18:32.667Z Downloaded anstyle v1.0.13
4122026-03-21T00:18:32.670Z Downloaded cargo_metadata v0.21.0
4132026-03-21T00:18:32.670Z Downloaded proc-macro-error v1.0.4
4142026-03-21T00:18:32.673Z Downloaded equivalent v1.0.2
4152026-03-21T00:18:32.673Z Downloaded camino-tempfile v1.4.1
4162026-03-21T00:18:32.676Z Downloaded byteorder v1.5.0
4172026-03-21T00:18:32.676Z Downloaded bytecount v0.6.9
4182026-03-21T00:18:32.676Z Downloaded dof v0.3.0
4192026-03-21T00:18:32.705Z Downloaded semver v1.0.27
4202026-03-21T00:18:32.705Z Downloaded smallvec v1.15.1
4212026-03-21T00:18:32.705Z Downloaded icu_normalizer v2.1.1
4222026-03-21T00:18:32.705Z Downloaded clap_derive v4.5.55
4232026-03-21T00:18:32.705Z Downloaded clap_lex v1.0.0
4242026-03-21T00:18:32.705Z Downloaded pest_derive v2.8.6
4252026-03-21T00:18:32.705Z Downloaded autocfg v1.5.0
4262026-03-21T00:18:32.705Z Downloaded block-buffer v0.10.4
4272026-03-21T00:18:32.705Z Downloaded cargo-util-schemas v0.8.2
4282026-03-21T00:18:32.705Z Downloaded tempfile v3.25.0
4292026-03-21T00:18:32.705Z Downloaded anyhow v1.0.102
4302026-03-21T00:18:32.705Z Downloaded pest_generator v2.8.6
4312026-03-21T00:18:32.705Z Downloaded camino v1.2.2
4322026-03-21T00:18:32.715Z Downloaded log v0.4.29
4332026-03-21T00:18:32.715Z Downloaded serde_core v1.0.228
4342026-03-21T00:18:32.728Z Downloaded num-traits v0.2.19
4352026-03-21T00:18:32.728Z Downloaded bitflags v2.11.0
4362026-03-21T00:18:32.728Z Downloaded serde_derive v1.0.228
4372026-03-21T00:18:32.728Z Downloaded proc-macro2 v1.0.106
4382026-03-21T00:18:32.737Z Downloaded papergrid v0.11.0
4392026-03-21T00:18:32.737Z Downloaded once_cell v1.21.3
4402026-03-21T00:18:32.737Z Downloaded clap v4.5.60
4412026-03-21T00:18:32.743Z Downloaded pest_meta v2.8.6
4422026-03-21T00:18:32.759Z Downloaded indexmap v2.13.0
4432026-03-21T00:18:32.763Z Downloaded serde v1.0.228
4442026-03-21T00:18:32.766Z Downloaded icu_properties_data v2.1.2
4452026-03-21T00:18:32.771Z Downloaded pest v2.8.6
4462026-03-21T00:18:32.775Z Downloaded serde_json v1.0.149
4472026-03-21T00:18:32.781Z Downloaded memchr v2.8.0
4482026-03-21T00:18:32.784Z Downloaded icu_collections v2.1.1
4492026-03-21T00:18:32.795Z Downloaded idna v1.1.0
4502026-03-21T00:18:32.798Z Downloaded hashbrown v0.16.1
4512026-03-21T00:18:32.812Z Downloaded goblin v0.8.2
4522026-03-21T00:18:32.817Z Downloaded clap_builder v4.5.60
4532026-03-21T00:18:32.828Z Downloaded tabled v0.15.0
4542026-03-21T00:18:32.839Z Downloaded syn v1.0.109
4552026-03-21T00:18:32.846Z Downloaded syn v2.0.117
4562026-03-21T00:18:32.854Z Downloaded rustix v1.1.3
4572026-03-21T00:18:32.885Z Downloaded libc v0.2.180
4582026-03-21T00:18:32.970Z Compiling proc-macro2 v1.0.106
4592026-03-21T00:18:32.970Z Compiling quote v1.0.44
4602026-03-21T00:18:32.974Z Compiling unicode-ident v1.0.24
4612026-03-21T00:18:32.974Z Compiling serde_core v1.0.228
4622026-03-21T00:18:32.974Z Compiling libc v0.2.180
4632026-03-21T00:18:32.974Z Compiling version_check v0.9.5
4642026-03-21T00:18:32.974Z Compiling serde v1.0.228
4652026-03-21T00:18:32.974Z Compiling stable_deref_trait v1.2.1
4662026-03-21T00:18:33.393Z Compiling memchr v2.8.0
4672026-03-21T00:18:33.415Z Compiling zmij v1.0.21
4682026-03-21T00:18:33.719Z Compiling autocfg v1.5.0
4692026-03-21T00:18:33.766Z Compiling ucd-trie v0.1.7
4702026-03-21T00:18:34.124Z Compiling thiserror v1.0.69
4712026-03-21T00:18:34.127Z Compiling itoa v1.0.17
4722026-03-21T00:18:34.275Z Compiling pest v2.8.6
4732026-03-21T00:18:34.298Z Compiling writeable v0.6.2
4742026-03-21T00:18:34.320Z Compiling litemap v0.8.1
4752026-03-21T00:18:34.381Z Compiling byteorder v1.5.0
4762026-03-21T00:18:34.626Z Compiling icu_properties_data v2.1.2
4772026-03-21T00:18:34.710Z Compiling icu_normalizer_data v2.1.1
4782026-03-21T00:18:34.797Z Compiling rustix v1.1.3
4792026-03-21T00:18:34.938Z Compiling syn v2.0.117
4802026-03-21T00:18:35.031Z Compiling errno v0.3.14
4812026-03-21T00:18:35.055Z Compiling bitflags v2.11.0
4822026-03-21T00:18:35.225Z Compiling serde_json v1.0.149
4832026-03-21T00:18:35.545Z Compiling num-traits v0.2.19
4842026-03-21T00:18:35.593Z Compiling equivalent v1.0.2
4852026-03-21T00:18:35.730Z Compiling smallvec v1.15.1
4862026-03-21T00:18:35.778Z Compiling hashbrown v0.16.1
4872026-03-21T00:18:35.835Z Compiling pest_meta v2.8.6
4882026-03-21T00:18:36.012Z Compiling typeid v1.0.3
4892026-03-21T00:18:36.369Z Compiling thread-id v4.2.2
4902026-03-21T00:18:36.408Z Compiling proc-macro-error-attr v1.0.4
4912026-03-21T00:18:36.462Z Compiling indexmap v2.13.0
4922026-03-21T00:18:36.486Z Compiling usdt-impl v0.5.0
4932026-03-21T00:18:36.512Z Compiling winnow v0.7.14
4942026-03-21T00:18:36.636Z Compiling syn v1.0.109
4952026-03-21T00:18:36.753Z Compiling erased-serde v0.4.9
4962026-03-21T00:18:37.067Z Compiling toml_write v0.1.2
4972026-03-21T00:18:37.351Z Compiling proc-macro-error v1.0.4
4982026-03-21T00:18:37.421Z Compiling percent-encoding v2.3.2
4992026-03-21T00:18:37.586Z Compiling log v0.4.29
5002026-03-21T00:18:37.672Z Compiling thiserror v2.0.18
5012026-03-21T00:18:37.821Z Compiling getrandom v0.4.1
5022026-03-21T00:18:38.101Z Compiling utf8_iter v1.0.4
5032026-03-21T00:18:38.196Z Compiling utf8parse v0.2.2
5042026-03-21T00:18:38.241Z Compiling camino v1.2.2
5052026-03-21T00:18:38.265Z Compiling plain v0.2.3
5062026-03-21T00:18:38.325Z Compiling anstyle-parse v0.2.7
5072026-03-21T00:18:38.349Z Compiling ordered-float v2.10.1
5082026-03-21T00:18:38.473Z Compiling form_urlencoded v1.2.2
5092026-03-21T00:18:38.642Z Compiling synstructure v0.13.2
5102026-03-21T00:18:38.672Z Compiling pest_generator v2.8.6
5112026-03-21T00:18:38.769Z Compiling terminal_size v0.4.3
5122026-03-21T00:18:38.946Z Compiling is_terminal_polyfill v1.70.2
5132026-03-21T00:18:39.058Z Compiling colorchoice v1.0.4
5142026-03-21T00:18:39.082Z Compiling anstyle-query v1.1.5
5152026-03-21T00:18:39.243Z Compiling cfg-if v1.0.4
5162026-03-21T00:18:39.256Z Compiling anstyle v1.0.13
5172026-03-21T00:18:39.256Z Compiling pretty-hex v0.4.1
5182026-03-21T00:18:39.256Z Compiling serde-untagged v0.1.9
5192026-03-21T00:18:39.498Z Compiling anstream v0.6.21
5202026-03-21T00:18:39.595Z Compiling semver v1.0.27
5212026-03-21T00:18:39.647Z Compiling fs-err v3.3.0
5222026-03-21T00:18:39.673Z Compiling heck v0.5.0
5232026-03-21T00:18:39.887Z Compiling unicode-xid v0.2.6
5242026-03-21T00:18:39.912Z Compiling strsim v0.11.1
5252026-03-21T00:18:40.005Z Compiling bytecount v0.6.9
5262026-03-21T00:18:40.030Z Compiling anyhow v1.0.102
5272026-03-21T00:18:40.066Z Compiling unicode-width v0.1.14
5282026-03-21T00:18:40.118Z Compiling once_cell v1.21.3
5292026-03-21T00:18:40.192Z Compiling fnv v1.0.7
5302026-03-21T00:18:40.325Z Compiling heck v0.4.1
5312026-03-21T00:18:40.400Z Compiling fastrand v2.3.0
5322026-03-21T00:18:40.449Z Compiling clap_lex v1.0.0
5332026-03-21T00:18:40.618Z Compiling papergrid v0.11.0
5342026-03-21T00:18:40.751Z Compiling tempfile v3.25.0
5352026-03-21T00:18:40.776Z Compiling clap_builder v4.5.60
5362026-03-21T00:18:40.823Z Compiling memmap v0.7.0
5372026-03-21T00:18:40.923Z Compiling unicode-linebreak v0.1.5
5382026-03-21T00:18:41.060Z Compiling unicode-width v0.2.0
5392026-03-21T00:18:41.234Z Compiling serde_derive v1.0.228
5402026-03-21T00:18:41.259Z Compiling zerofrom-derive v0.1.6
5412026-03-21T00:18:41.262Z Compiling yoke-derive v0.8.1
5422026-03-21T00:18:41.414Z Compiling zerovec-derive v0.11.2
5432026-03-21T00:18:41.815Z Compiling displaydoc v0.2.5
5442026-03-21T00:18:42.586Z Compiling thiserror-impl v1.0.69
5452026-03-21T00:18:42.783Z Compiling zerocopy-derive v0.7.35
5462026-03-21T00:18:42.846Z Compiling pest_derive v2.8.6
5472026-03-21T00:18:42.882Z Compiling scroll_derive v0.12.1
5482026-03-21T00:18:43.179Z Compiling zerofrom v0.1.6
5492026-03-21T00:18:43.348Z Compiling yoke v0.8.1
5502026-03-21T00:18:43.380Z Compiling thiserror-impl v2.0.18
5512026-03-21T00:18:43.594Z Compiling zerovec v0.11.5
5522026-03-21T00:18:43.747Z Compiling zerotrie v0.2.3
5532026-03-21T00:18:43.926Z Compiling zerocopy v0.7.35
5542026-03-21T00:18:44.143Z Compiling scroll v0.12.0
5552026-03-21T00:18:44.279Z Compiling tinystr v0.8.2
5562026-03-21T00:18:44.482Z Compiling potential_utf v0.1.4
5572026-03-21T00:18:44.540Z Compiling icu_locale_core v2.1.1
5582026-03-21T00:18:44.587Z Compiling dtrace-parser v0.2.0
5592026-03-21T00:18:44.698Z Compiling icu_collections v2.1.1
5602026-03-21T00:18:44.776Z Compiling goblin v0.8.2
5612026-03-21T00:18:45.135Z Compiling tabled_derive v0.7.0
5622026-03-21T00:18:45.392Z Compiling clap_derive v4.5.55
5632026-03-21T00:18:45.423Z Compiling icu_provider v2.1.1
5642026-03-21T00:18:45.655Z Compiling smawk v0.3.2
5652026-03-21T00:18:45.812Z Compiling icu_normalizer v2.1.1
5662026-03-21T00:18:45.836Z Compiling icu_properties v2.1.2
5672026-03-21T00:18:45.863Z Compiling textwrap v0.16.2
5682026-03-21T00:18:46.030Z Compiling toml_datetime v0.6.11
5692026-03-21T00:18:46.104Z Compiling serde_spanned v0.6.9
5702026-03-21T00:18:46.291Z Compiling toml_edit v0.22.27
5712026-03-21T00:18:46.372Z Compiling dof v0.3.0
5722026-03-21T00:18:46.399Z Compiling serde_tokenstream v0.2.3
5732026-03-21T00:18:46.493Z Compiling serde-value v0.7.0
5742026-03-21T00:18:46.568Z Compiling cargo-platform v0.2.0
5752026-03-21T00:18:46.889Z Compiling tabled v0.15.0
5762026-03-21T00:18:46.925Z Compiling macaddr v1.0.1
5772026-03-21T00:18:46.978Z Compiling camino-tempfile v1.4.1
5782026-03-21T00:18:47.219Z Compiling idna_adapter v1.2.1
5792026-03-21T00:18:47.400Z Compiling idna v1.1.0
5802026-03-21T00:18:47.629Z Compiling usdt-macro v0.5.0
5812026-03-21T00:18:47.664Z Compiling usdt-attr-macro v0.5.0
5822026-03-21T00:18:47.780Z Compiling clap v4.5.60
5832026-03-21T00:18:47.909Z Compiling url v2.5.8
5842026-03-21T00:18:48.306Z Compiling toml v0.8.23
5852026-03-21T00:18:48.539Z Compiling swrite v0.1.0
5862026-03-21T00:18:48.663Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5872026-03-21T00:18:48.851Z Compiling cargo-util-schemas v0.8.2
5882026-03-21T00:18:48.933Z Compiling usdt v0.5.0
5892026-03-21T00:18:48.976Z Compiling cargo_toml v0.21.0
5902026-03-21T00:18:50.143Z Compiling cargo_metadata v0.21.0
5912026-03-21T00:18:51.441Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5922026-03-21T00:18:54.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.08s
5932026-03-21T00:18:54.563Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5942026-03-21T00:18:55.302Z Downloading crates ...
5952026-03-21T00:18:55.418Z Downloaded arrayref v0.3.9
5962026-03-21T00:18:55.421Z Downloaded atomicwrites v0.4.4
5972026-03-21T00:18:55.424Z Downloaded backon v1.6.0
5982026-03-21T00:18:55.428Z Downloaded bit-set v0.5.3
5992026-03-21T00:18:55.433Z Downloaded adler2 v2.0.1
6002026-03-21T00:18:55.436Z Downloaded critical-section v1.2.0
6012026-03-21T00:18:55.439Z Downloaded darling_macro v0.23.0
6022026-03-21T00:18:55.442Z Downloaded dof v0.4.0
6032026-03-21T00:18:55.447Z Downloaded diesel-dtrace v0.5.0
6042026-03-21T00:18:55.447Z Downloaded cmake v0.1.57
6052026-03-21T00:18:55.450Z Downloaded bitfield v0.19.4
6062026-03-21T00:18:55.450Z Downloaded drift v0.1.3
6072026-03-21T00:18:55.454Z Downloaded dirs-next v2.0.0
6082026-03-21T00:18:55.454Z Downloaded crossbeam-deque v0.8.6
6092026-03-21T00:18:55.457Z Downloaded derive_more v0.99.20
6102026-03-21T00:18:55.460Z Downloaded difflib v0.4.0
6112026-03-21T00:18:55.460Z Downloaded defmt v1.0.1
6122026-03-21T00:18:55.464Z Downloaded darling_macro v0.20.11
6132026-03-21T00:18:55.464Z Downloaded atty v0.2.14
6142026-03-21T00:18:55.466Z Downloaded async-stream v0.3.6
6152026-03-21T00:18:55.466Z Downloaded cargo_toml v0.22.3
6162026-03-21T00:18:55.470Z Downloaded derive-where v1.6.0
6172026-03-21T00:18:55.473Z Downloaded downcast-rs v2.0.2
6182026-03-21T00:18:55.473Z Downloaded ciborium-io v0.2.2
6192026-03-21T00:18:55.475Z Downloaded bb8 v0.8.6
6202026-03-21T00:18:55.475Z Downloaded debug-ignore v1.0.5
6212026-03-21T00:18:55.478Z Downloaded defmt-parser v1.0.0
6222026-03-21T00:18:55.478Z Downloaded derive_builder_macro v0.20.2
6232026-03-21T00:18:55.478Z Downloaded cookie v0.18.1
6242026-03-21T00:18:55.481Z Downloaded curve25519-dalek-derive v0.1.1
6252026-03-21T00:18:55.481Z Downloaded crunchy v0.2.4
6262026-03-21T00:18:55.485Z Downloaded derive-ex v0.1.8
6272026-03-21T00:18:55.485Z Downloaded ciborium-ll v0.2.2
6282026-03-21T00:18:55.488Z Downloaded ciborium v0.2.2
6292026-03-21T00:18:55.488Z Downloaded convert_case v0.4.0
6302026-03-21T00:18:55.488Z Downloaded bcrypt-pbkdf v0.10.0
6312026-03-21T00:18:55.491Z Downloaded float-ord v0.3.2
6322026-03-21T00:18:55.491Z Downloaded env_filter v1.0.0
6332026-03-21T00:18:55.494Z Downloaded assert_matches v1.5.0
6342026-03-21T00:18:55.494Z Downloaded bitfield-macros v0.19.4
6352026-03-21T00:18:55.494Z Downloaded foreign-types-shared v0.1.1
6362026-03-21T00:18:55.497Z Downloaded async-recursion v1.1.1
6372026-03-21T00:18:55.499Z Downloaded fallible-iterator v0.2.0
6382026-03-21T00:18:55.499Z Downloaded darling_core v0.23.0
6392026-03-21T00:18:55.503Z Downloaded atomic-waker v1.1.2
6402026-03-21T00:18:55.505Z Downloaded enum-as-inner v0.6.1
6412026-03-21T00:18:55.508Z Downloaded blake2 v0.10.6
6422026-03-21T00:18:55.508Z Downloaded crc8 v0.1.1
6432026-03-21T00:18:55.511Z Downloaded crc v3.4.0
6442026-03-21T00:18:55.511Z Downloaded flagset v0.4.7
6452026-03-21T00:18:55.513Z Downloaded diesel_table_macro_syntax v0.3.0
6462026-03-21T00:18:55.514Z Downloaded cfg_aliases v0.1.1
6472026-03-21T00:18:55.514Z Downloaded dyn-clone v1.0.20
6482026-03-21T00:18:55.516Z Downloaded dtrace-parser v0.3.0
6492026-03-21T00:18:55.516Z Downloaded foreign-types-shared v0.3.1
6502026-03-21T00:18:55.519Z Downloaded dirs-sys-next v0.1.2
6512026-03-21T00:18:55.519Z Downloaded fixedbitset v0.4.2
6522026-03-21T00:18:55.519Z Downloaded bitfield-struct v0.6.2
6532026-03-21T00:18:55.522Z Downloaded ascii-canvas v3.0.0
6542026-03-21T00:18:55.522Z Downloaded endian-type v0.1.2
6552026-03-21T00:18:55.524Z Downloaded cstr-argument v0.1.2
6562026-03-21T00:18:55.525Z Downloaded cobs v0.3.0
6572026-03-21T00:18:55.525Z Downloaded base16ct v1.0.0
6582026-03-21T00:18:55.528Z Downloaded cpufeatures v0.3.0
6592026-03-21T00:18:55.528Z Downloaded cargo-platform v0.1.9
6602026-03-21T00:18:55.528Z Downloaded crc-catalog v2.4.0
6612026-03-21T00:18:55.531Z Downloaded block-padding v0.3.3
6622026-03-21T00:18:55.531Z Downloaded async-stream-impl v0.3.6
6632026-03-21T00:18:55.534Z Downloaded bit-set v0.8.0
6642026-03-21T00:18:55.534Z Downloaded foreign-types v0.3.2
6652026-03-21T00:18:55.534Z Downloaded const_format_proc_macros v0.2.34
6662026-03-21T00:18:55.536Z Downloaded embedded-io v0.6.1
6672026-03-21T00:18:55.539Z Downloaded blowfish v0.9.1
6682026-03-21T00:18:55.539Z Downloaded bcs v0.1.6
6692026-03-21T00:18:55.542Z Downloaded foreign-types v0.5.0
6702026-03-21T00:18:55.542Z Downloaded futures-task v0.3.32
6712026-03-21T00:18:55.542Z Downloaded arrayvec v0.7.6
6722026-03-21T00:18:55.594Z Downloaded dropshot-api-manager-types v0.6.0
6732026-03-21T00:18:55.598Z Downloaded display-error-chain v0.2.2
6742026-03-21T00:18:55.598Z Downloaded defmt v0.3.100
6752026-03-21T00:18:55.598Z Downloaded float-cmp v0.10.0
6762026-03-21T00:18:55.598Z Downloaded console v0.15.11
6772026-03-21T00:18:55.598Z Downloaded futures-sink v0.3.32
6782026-03-21T00:18:55.598Z Downloaded git-stub v1.0.0
6792026-03-21T00:18:55.599Z Downloaded deranged v0.5.8
6802026-03-21T00:18:55.599Z Downloaded crossbeam-utils v0.8.21
6812026-03-21T00:18:55.599Z Downloaded globwalk v0.9.1
6822026-03-21T00:18:55.599Z Downloaded foreign-types-macros v0.2.3
6832026-03-21T00:18:55.599Z Downloaded dunce v1.0.5
6842026-03-21T00:18:55.599Z Downloaded constant_time_eq v0.4.2
6852026-03-21T00:18:55.599Z Downloaded ghash v0.5.1
6862026-03-21T00:18:55.599Z Downloaded dsl_auto_type v0.2.0
6872026-03-21T00:18:55.599Z Downloaded gethostname v0.5.0
6882026-03-21T00:18:55.599Z Downloaded convert_case v0.10.0
6892026-03-21T00:18:55.599Z Downloaded fxhash v0.2.1
6902026-03-21T00:18:55.599Z Downloaded futures-io v0.3.32
6912026-03-21T00:18:55.599Z Downloaded cipher v0.4.4
6922026-03-21T00:18:55.599Z Downloaded cbc v0.1.2
6932026-03-21T00:18:55.599Z Downloaded argon2 v0.5.3
6942026-03-21T00:18:55.599Z Downloaded hash32 v0.2.1
6952026-03-21T00:18:55.599Z Downloaded der_derive v0.7.3
6962026-03-21T00:18:55.599Z Downloaded funty v2.0.0
6972026-03-21T00:18:55.599Z Downloaded foldhash v0.1.5
6982026-03-21T00:18:55.599Z Downloaded chacha20 v0.9.1
6992026-03-21T00:18:55.599Z Downloaded filetime v0.2.27
7002026-03-21T00:18:55.599Z Downloaded fs-err v2.11.0
7012026-03-21T00:18:55.599Z Downloaded backoff v0.4.0
7022026-03-21T00:18:55.599Z Downloaded fixedbitset v0.5.7
7032026-03-21T00:18:55.599Z Downloaded ff v0.13.1
7042026-03-21T00:18:55.599Z Downloaded hash32 v0.3.1
7052026-03-21T00:18:55.599Z Downloaded hex v0.4.3
7062026-03-21T00:18:55.599Z Downloaded headers-core v0.3.0
7072026-03-21T00:18:55.599Z Downloaded fd-lock v4.0.4
7082026-03-21T00:18:55.599Z Downloaded corncobs v0.1.4
7092026-03-21T00:18:55.599Z Downloaded home v0.5.12
7102026-03-21T00:18:55.599Z Downloaded ahash v0.8.12
7112026-03-21T00:18:55.603Z Downloaded diff v0.1.13
7122026-03-21T00:18:55.603Z Downloaded find-msvc-tools v0.1.9
7132026-03-21T00:18:55.606Z Downloaded http-body v1.0.1
7142026-03-21T00:18:55.606Z Downloaded colored v2.2.0
7152026-03-21T00:18:55.609Z Downloaded clang-sys v1.8.1
7162026-03-21T00:18:55.609Z Downloaded env_logger v0.11.9
7172026-03-21T00:18:55.612Z Downloaded hubpack_derive v0.1.1
7182026-03-21T00:18:55.612Z Downloaded http-range v0.1.5
7192026-03-21T00:18:55.617Z Downloaded hostname v0.4.2
7202026-03-21T00:18:55.617Z Downloaded group v0.13.0
7212026-03-21T00:18:55.617Z Downloaded httpdate v1.0.3
7222026-03-21T00:18:55.617Z Downloaded ecdsa v0.16.9
7232026-03-21T00:18:55.619Z Downloaded ident_case v1.0.1
7242026-03-21T00:18:55.619Z Downloaded hubpack v0.1.2
7252026-03-21T00:18:55.622Z Downloaded ena v0.14.4
7262026-03-21T00:18:55.622Z Downloaded indoc v1.0.9
7272026-03-21T00:18:55.625Z Downloaded git-stub-vcs v0.1.0
7282026-03-21T00:18:55.628Z Downloaded internet-checksum v0.2.1
7292026-03-21T00:18:55.628Z Downloaded either v1.15.0
7302026-03-21T00:18:55.628Z Downloaded globset v0.4.18
7312026-03-21T00:18:55.631Z Downloaded colored v3.1.1
7322026-03-21T00:18:55.634Z Downloaded cancel-safe-futures v0.1.5
7332026-03-21T00:18:55.637Z Downloaded bit-vec v0.8.0
7342026-03-21T00:18:55.637Z Downloaded instant v0.1.13
7352026-03-21T00:18:55.640Z Downloaded instability v0.3.11
7362026-03-21T00:18:55.653Z Downloaded is-terminal v0.4.17
7372026-03-21T00:18:55.655Z Downloaded is_ci v1.2.0
7382026-03-21T00:18:55.655Z Downloaded lazy_static v1.5.0
7392026-03-21T00:18:55.658Z Downloaded keccak v0.1.6
7402026-03-21T00:18:55.658Z Downloaded hex-literal v0.4.1
7412026-03-21T00:18:55.661Z Downloaded lalrpop-util v0.19.12
7422026-03-21T00:18:55.661Z Downloaded glob v0.3.3
7432026-03-21T00:18:55.664Z Downloaded foldhash v0.2.0
7442026-03-21T00:18:55.664Z Downloaded highway v1.3.0
7452026-03-21T00:18:55.667Z Downloaded des v0.8.1
7462026-03-21T00:18:55.667Z Downloaded darling v0.23.0
7472026-03-21T00:18:55.670Z Downloaded libscf-sys v1.1.0
7482026-03-21T00:18:55.673Z Downloaded kstat-rs v0.2.4
7492026-03-21T00:18:55.673Z Downloaded hostname v0.3.1
7502026-03-21T00:18:55.676Z Downloaded lru v0.12.5
7512026-03-21T00:18:55.676Z Downloaded darling v0.20.11
7522026-03-21T00:18:55.679Z Downloaded memoffset v0.9.1
7532026-03-21T00:18:55.682Z Downloaded managed v0.8.0
7542026-03-21T00:18:55.682Z Downloaded http-body-util v0.1.3
7552026-03-21T00:18:55.685Z Downloaded match_cfg v0.1.0
7562026-03-21T00:18:55.686Z Downloaded ingot v0.1.1
7572026-03-21T00:18:55.688Z Downloaded impl-trait-for-tuples v0.2.3
7582026-03-21T00:18:55.688Z Downloaded multimap v0.10.1
7592026-03-21T00:18:55.691Z Downloaded mime v0.3.17
7602026-03-21T00:18:55.691Z Downloaded md5 v0.7.0
7612026-03-21T00:18:55.694Z Downloaded newline-converter v0.3.0
7622026-03-21T00:18:55.694Z Downloaded new_debug_unreachable v1.0.6
7632026-03-21T00:18:55.694Z Downloaded futures-channel v0.3.32
7642026-03-21T00:18:55.697Z Downloaded nibble_vec v0.1.0
7652026-03-21T00:18:55.697Z Downloaded hyper-staticfile v0.10.1
7662026-03-21T00:18:55.699Z Downloaded ipnet v2.11.0
7672026-03-21T00:18:55.699Z Downloaded ingot-types v0.1.2
7682026-03-21T00:18:55.704Z Downloaded humantime v2.3.0
7692026-03-21T00:18:55.705Z Downloaded csv-core v0.1.13
7702026-03-21T00:18:55.708Z Downloaded newtype_derive v0.1.6
7712026-03-21T00:18:55.708Z Downloaded crc-any v2.5.0
7722026-03-21T00:18:55.708Z Downloaded md-5 v0.10.6
7732026-03-21T00:18:55.713Z Downloaded maybe-uninit v2.0.0
7742026-03-21T00:18:55.713Z Downloaded maplit v1.0.2
7752026-03-21T00:18:55.713Z Downloaded lru-cache v0.1.2
7762026-03-21T00:18:55.713Z Downloaded linked-hash-map v0.5.6
7772026-03-21T00:18:55.716Z Downloaded nodrop v0.1.14
7782026-03-21T00:18:55.716Z Downloaded newtype-uuid-macros v0.1.0
7792026-03-21T00:18:55.716Z Downloaded ipnetwork v0.21.1
7802026-03-21T00:18:55.716Z Downloaded nonempty v0.12.0
7812026-03-21T00:18:55.719Z Downloaded elliptic-curve v0.13.8
7822026-03-21T00:18:55.722Z Downloaded num v0.4.3
7832026-03-21T00:18:55.722Z Downloaded crossbeam-epoch v0.9.18
7842026-03-21T00:18:55.725Z Downloaded num-derive v0.4.2
7852026-03-21T00:18:55.727Z Downloaded num_threads v0.1.7
7862026-03-21T00:18:55.727Z Downloaded hickory-client v0.25.2
7872026-03-21T00:18:55.730Z Downloaded hyper-tls v0.6.0
7882026-03-21T00:18:55.730Z Downloaded libloading v0.8.9
7892026-03-21T00:18:55.733Z Downloaded num-iter v0.1.45
7902026-03-21T00:18:55.733Z Downloaded num-derive v0.3.3
7912026-03-21T00:18:55.736Z Downloaded num-conv v0.2.0
7922026-03-21T00:18:55.736Z Downloaded half v1.8.3
7932026-03-21T00:18:55.739Z Downloaded olpc-cjson v0.1.4
7942026-03-21T00:18:55.739Z Downloaded jobserver v0.1.34
7952026-03-21T00:18:55.742Z Downloaded opaque-debug v0.3.1
7962026-03-21T00:18:55.742Z Downloaded darling_core v0.21.3
7972026-03-21T00:18:55.745Z Downloaded lock_api v0.4.14
7982026-03-21T00:18:55.748Z Downloaded getrandom v0.2.17
7992026-03-21T00:18:55.751Z Downloaded openssl-probe v0.2.1
8002026-03-21T00:18:55.751Z Downloaded oso-derive v0.27.3
8012026-03-21T00:18:55.754Z Downloaded linear-map v1.2.0
8022026-03-21T00:18:55.754Z Downloaded iana-time-zone v0.1.65
8032026-03-21T00:18:55.757Z Downloaded ingot-macros v0.1.1
8042026-03-21T00:18:55.757Z Downloaded indoc v2.0.7
8052026-03-21T00:18:55.760Z Downloaded packed_struct_codegen v0.10.1
8062026-03-21T00:18:55.762Z Downloaded libsw-core v0.3.2
8072026-03-21T00:18:55.763Z Downloaded hmac v0.12.1
8082026-03-21T00:18:55.765Z Downloaded parse-display v0.10.0
8092026-03-21T00:18:55.765Z Downloaded pbkdf2 v0.11.0
8102026-03-21T00:18:55.768Z Downloaded mime_guess v2.0.5
8112026-03-21T00:18:55.768Z Downloaded hyper-rustls v0.27.7
8122026-03-21T00:18:55.772Z Downloaded parse-size v1.1.0
8132026-03-21T00:18:55.772Z Downloaded newtype-uuid v1.3.2
8142026-03-21T00:18:55.775Z Downloaded native-tls v0.2.18
8152026-03-21T00:18:55.775Z Downloaded const_format v0.2.35
8162026-03-21T00:18:55.778Z Downloaded nanorand v0.7.0
8172026-03-21T00:18:55.780Z Downloaded phf_shared v0.11.3
8182026-03-21T00:18:55.783Z Downloaded peg-runtime v0.8.5
8192026-03-21T00:18:55.783Z Downloaded path-slash v0.1.5
8202026-03-21T00:18:55.783Z Downloaded half v2.7.1
8212026-03-21T00:18:55.786Z Downloaded normalize-line-endings v0.3.0
8222026-03-21T00:18:55.786Z Downloaded darling_core v0.20.11
8232026-03-21T00:18:55.790Z Downloaded num_enum_derive v0.5.11
8242026-03-21T00:18:55.793Z Downloaded num-complex v0.4.6
8252026-03-21T00:18:55.793Z Downloaded num_enum v0.5.11
8262026-03-21T00:18:55.796Z Downloaded pbkdf2 v0.12.2
8272026-03-21T00:18:55.798Z Downloaded num_enum v0.7.5
8282026-03-21T00:18:55.801Z Downloaded num_enum_derive v0.7.5
8292026-03-21T00:18:55.804Z Downloaded libefi-sys v0.1.0
8302026-03-21T00:18:55.804Z Downloaded nu-ansi-term v0.50.3
8312026-03-21T00:18:55.806Z Downloaded console v0.16.2
8322026-03-21T00:18:55.809Z Downloaded arc-swap v1.8.2
8332026-03-21T00:18:55.812Z Downloaded getrandom v0.3.4
8342026-03-21T00:18:55.815Z Downloaded phf_shared v0.13.1
8352026-03-21T00:18:55.815Z Downloaded libsw v3.5.0
8362026-03-21T00:18:55.817Z Downloaded crypto-bigint v0.5.5
8372026-03-21T00:18:55.821Z Downloaded flume v0.11.1
8382026-03-21T00:18:55.824Z Downloaded pin-utils v0.1.0
8392026-03-21T00:18:55.827Z Downloaded crossbeam-channel v0.5.15
8402026-03-21T00:18:55.829Z Downloaded precomputed-hash v0.1.1
8412026-03-21T00:18:55.829Z Downloaded owo-colors v4.3.0
8422026-03-21T00:18:55.832Z Downloaded httparse v1.10.1
8432026-03-21T00:18:55.835Z Downloaded predicates-tree v1.0.13
8442026-03-21T00:18:55.835Z Downloaded proc-macro-error-attr2 v2.0.0
8452026-03-21T00:18:55.838Z Downloaded crossterm v0.29.0
8462026-03-21T00:18:55.840Z Downloaded parse-display-derive v0.10.0
8472026-03-21T00:18:55.843Z Downloaded parking_lot_core v0.8.6
8482026-03-21T00:18:55.846Z Downloaded packed_struct v0.10.1
8492026-03-21T00:18:55.846Z Downloaded oxnet v0.1.4
8502026-03-21T00:18:55.851Z Downloaded base64 v0.21.7
8512026-03-21T00:18:55.855Z Downloaded headers v0.4.1
8522026-03-21T00:18:55.855Z Downloaded proc-macro-crate v3.4.0
8532026-03-21T00:18:55.858Z Downloaded bumpalo v3.20.2
8542026-03-21T00:18:55.858Z Downloaded progenitor-macro v0.13.0
8552026-03-21T00:18:55.861Z Downloaded progenitor-macro v0.10.0
8562026-03-21T00:18:55.861Z Downloaded progenitor-client v0.11.2
8572026-03-21T00:18:55.861Z Downloaded heapless v0.7.17
8582026-03-21T00:18:55.863Z Downloaded psl-types v2.0.11
8592026-03-21T00:18:55.866Z Downloaded quick-error v1.2.3
8602026-03-21T00:18:55.866Z Downloaded derive_more v2.1.1
8612026-03-21T00:18:55.874Z Downloaded peg v0.8.5
8622026-03-21T00:18:55.878Z Downloaded pem v3.0.6
8632026-03-21T00:18:55.882Z Downloaded phf v0.13.1
8642026-03-21T00:18:55.882Z Downloaded phf v0.12.1
8652026-03-21T00:18:55.882Z Downloaded omicron-zone-package v0.12.2
8662026-03-21T00:18:55.885Z Downloaded num-rational v0.4.2
8672026-03-21T00:18:55.888Z Downloaded pin-project-lite v0.2.17
8682026-03-21T00:18:55.891Z Downloaded num-integer v0.1.46
8692026-03-21T00:18:55.891Z Downloaded libbz2-rs-sys v0.2.2
8702026-03-21T00:18:55.896Z Downloaded polyval v0.6.2
8712026-03-21T00:18:55.898Z Downloaded pkg-config v0.3.32
8722026-03-21T00:18:55.899Z Downloaded poly1305 v0.8.0
8732026-03-21T00:18:55.899Z Downloaded radium v0.7.0
8742026-03-21T00:18:55.901Z Downloaded powerfmt v0.2.0
8752026-03-21T00:18:55.901Z Downloaded rand_chacha v0.3.1
8762026-03-21T00:18:55.901Z Downloaded rand_xorshift v0.4.0
8772026-03-21T00:18:55.904Z Downloaded ed25519-dalek v2.2.0
8782026-03-21T00:18:55.907Z Downloaded recursive v0.1.1
8792026-03-21T00:18:55.907Z Downloaded postgres-protocol v0.6.10
8802026-03-21T00:18:55.909Z Downloaded predicates v3.1.4
8812026-03-21T00:18:55.912Z Downloaded ppv-lite86 v0.2.21
8822026-03-21T00:18:55.912Z Downloaded proc-macro-crate v1.3.1
8832026-03-21T00:18:55.916Z Downloaded parking_lot_core v0.9.12
8842026-03-21T00:18:55.916Z Downloaded ref-cast v1.0.25
8852026-03-21T00:18:55.919Z Downloaded ref-cast-impl v1.0.25
8862026-03-21T00:18:55.919Z Downloaded recursive-proc-macro-impl v0.1.1
8872026-03-21T00:18:55.919Z Downloaded password-hash v0.5.0
8882026-03-21T00:18:55.924Z Downloaded indexmap v1.9.3
8892026-03-21T00:18:55.928Z Downloaded compact_str v0.8.1
8902026-03-21T00:18:55.928Z Downloaded progenitor v0.11.2
8912026-03-21T00:18:55.928Z Downloaded parking_lot v0.11.2
8922026-03-21T00:18:55.930Z Downloaded progenitor v0.10.0
8932026-03-21T00:18:55.930Z Downloaded proc-macro-error2 v2.0.1
8942026-03-21T00:18:55.933Z Downloaded progenitor v0.13.0
8952026-03-21T00:18:55.936Z Downloaded password-hash v0.4.2
8962026-03-21T00:18:55.936Z Downloaded rfc6979 v0.4.0
8972026-03-21T00:18:55.939Z Downloaded primeorder v0.13.6
8982026-03-21T00:18:55.939Z Downloaded parking_lot v0.12.5
8992026-03-21T00:18:55.942Z Downloaded progenitor-extras v0.1.1
9002026-03-21T00:18:55.942Z Downloaded progenitor-client v0.13.0
9012026-03-21T00:18:55.945Z Downloaded hickory-resolver v0.25.2
9022026-03-21T00:18:55.947Z Downloaded psm v0.1.30
9032026-03-21T00:18:55.950Z Downloaded pem-rfc7468 v0.7.0
9042026-03-21T00:18:55.950Z Downloaded hickory-resolver v0.24.4
9052026-03-21T00:18:55.953Z Downloaded rustc_version v0.4.1
9062026-03-21T00:18:55.956Z Downloaded rustc_version v0.1.7
9072026-03-21T00:18:55.956Z Downloaded rustc-hash v2.1.1
9082026-03-21T00:18:55.959Z Downloaded pin-project-internal v1.1.11
9092026-03-21T00:18:55.959Z Downloaded rtoolbox v0.0.3
9102026-03-21T00:18:55.962Z Downloaded russh-cryptovec v0.7.3
9112026-03-21T00:18:55.962Z Downloaded pkcs5 v0.7.1
9122026-03-21T00:18:55.965Z Downloaded pkcs1 v0.7.5
9132026-03-21T00:18:55.969Z Downloaded postcard v1.1.3
9142026-03-21T00:18:55.969Z Downloaded rand_seeder v0.4.0
9152026-03-21T00:18:55.972Z Downloaded pkcs8 v0.10.2
9162026-03-21T00:18:55.972Z Downloaded r2d2 v0.8.10
9172026-03-21T00:18:55.975Z Downloaded same-file v1.0.6
9182026-03-21T00:18:55.975Z Downloaded hashbrown v0.13.2
9192026-03-21T00:18:55.978Z Downloaded diesel_derives v2.3.7
9202026-03-21T00:18:55.983Z Downloaded scheduled-thread-pool v0.2.7
9212026-03-21T00:18:55.985Z Downloaded rand_core v0.9.5
9222026-03-21T00:18:55.986Z Downloaded rand_core v0.6.4
9232026-03-21T00:18:55.988Z Downloaded salsa20 v0.10.2
9242026-03-21T00:18:55.988Z Downloaded scopeguard v1.2.0
9252026-03-21T00:18:55.991Z Downloaded rand_chacha v0.9.0
9262026-03-21T00:18:55.991Z Downloaded postgres-types v0.2.12
9272026-03-21T00:18:55.994Z Downloaded flate2 v1.1.9
9282026-03-21T00:18:55.997Z Downloaded seq-macro v0.3.6
9292026-03-21T00:18:56.000Z Downloaded serde-big-array v0.5.1
9302026-03-21T00:18:56.003Z Downloaded serde_bytes v0.11.19
9312026-03-21T00:18:56.004Z Downloaded secrecy v0.8.0
9322026-03-21T00:18:56.004Z Downloaded serde_repr v0.1.20
9332026-03-21T00:18:56.007Z Downloaded serde_plain v1.0.2
9342026-03-21T00:18:56.007Z Downloaded papergrid v0.17.0
9352026-03-21T00:18:56.009Z Downloaded resolv-conf v0.7.6
9362026-03-21T00:18:56.013Z Downloaded semver v0.1.20
9372026-03-21T00:18:56.013Z Downloaded miniz_oxide v0.8.9
9382026-03-21T00:18:56.017Z Downloaded secrecy v0.10.3
9392026-03-21T00:18:56.017Z Downloaded jiff-static v0.2.21
9402026-03-21T00:18:56.020Z Downloaded dropshot-api-manager v0.6.0
9412026-03-21T00:18:56.023Z Downloaded serde_urlencoded v0.7.1
9422026-03-21T00:18:56.023Z Downloaded derive_more-impl v2.1.1
9432026-03-21T00:18:56.026Z Downloaded signal-hook-mio v0.2.5
9442026-03-21T00:18:56.028Z Downloaded rustls-pemfile v2.2.0
9452026-03-21T00:18:56.031Z Downloaded scrypt v0.11.0
9462026-03-21T00:18:56.031Z Downloaded pin-project v1.1.11
9472026-03-21T00:18:56.039Z Downloaded shell-words v1.1.1
9482026-03-21T00:18:56.042Z Downloaded serde_spanned v1.0.4
9492026-03-21T00:18:56.042Z Downloaded quinn-udp v0.5.14
9502026-03-21T00:18:56.044Z Downloaded rustls-pemfile v1.0.4
9512026-03-21T00:18:56.047Z Downloaded p256 v0.13.2
9522026-03-21T00:18:56.050Z Downloaded minimal-lexical v0.2.1
9532026-03-21T00:18:56.053Z Downloaded slog-bunyan v2.5.0
9542026-03-21T00:18:56.053Z Downloaded signal-hook-tokio v0.3.1
9552026-03-21T00:18:56.057Z Downloaded openssl-sys v0.9.111
9562026-03-21T00:18:56.060Z Downloaded slog-envlogger v2.2.0
9572026-03-21T00:18:56.060Z Downloaded crossterm v0.28.1
9582026-03-21T00:18:56.064Z Downloaded schemars_derive v0.8.22
9592026-03-21T00:18:56.067Z Downloaded rusty-fork v0.3.1
9602026-03-21T00:18:56.067Z Downloaded sct v0.7.1
9612026-03-21T00:18:56.069Z Downloaded scroll v0.13.0
9622026-03-21T00:18:56.072Z Downloaded rustversion v1.0.22
9632026-03-21T00:18:56.075Z Downloaded progenitor-impl v0.11.2
9642026-03-21T00:18:56.075Z Downloaded rand_core v0.10.0
9652026-03-21T00:18:56.078Z Downloaded serde-hex v0.1.0
9662026-03-21T00:18:56.078Z Downloaded oso v0.27.3
9672026-03-21T00:18:56.080Z Downloaded siphasher v1.0.2
9682026-03-21T00:18:56.083Z Downloaded sigpipe v0.1.3
9692026-03-21T00:18:56.083Z Downloaded signature v2.2.0
9702026-03-21T00:18:56.086Z Downloaded rustls-native-certs v0.8.3
9712026-03-21T00:18:56.086Z Downloaded sqlparser_derive v0.5.0
9722026-03-21T00:18:56.088Z Downloaded serde_path_to_error v0.1.20
9732026-03-21T00:18:56.088Z Downloaded sec1 v0.7.3
9742026-03-21T00:18:56.091Z Downloaded scroll_derive v0.13.1
9752026-03-21T00:18:56.091Z Downloaded sapling-renderdag v0.1.0
9762026-03-21T00:18:56.094Z Downloaded expectorate v1.2.0
9772026-03-21T00:18:56.094Z Downloaded ssh-encoding v0.2.0
9782026-03-21T00:18:56.097Z Downloaded indicatif v0.18.4
9792026-03-21T00:18:56.100Z Downloaded litrs v1.0.0
9802026-03-21T00:18:56.102Z Downloaded peg-macros v0.8.5
9812026-03-21T00:18:56.102Z Downloaded hashbrown v0.12.3
9822026-03-21T00:18:56.106Z Downloaded heapless v0.8.0
9832026-03-21T00:18:56.109Z Downloaded sha1 v0.10.6
9842026-03-21T00:18:56.111Z Downloaded supports-color v3.0.2
9852026-03-21T00:18:56.111Z Downloaded ssh-cipher v0.2.0
9862026-03-21T00:18:56.114Z Downloaded http v1.4.0
9872026-03-21T00:18:56.117Z Downloaded rustls-pki-types v1.14.0
9882026-03-21T00:18:56.120Z Downloaded strum v0.26.3
9892026-03-21T00:18:56.120Z Downloaded signal-hook-registry v1.4.8
9902026-03-21T00:18:56.120Z Downloaded structmeta v0.3.0
9912026-03-21T00:18:56.123Z Downloaded cc v1.2.56
9922026-03-21T00:18:56.126Z Downloaded der v0.7.10
9932026-03-21T00:18:56.128Z Downloaded strip-ansi-escapes v0.2.1
9942026-03-21T00:18:56.128Z Downloaded strum v0.27.2
9952026-03-21T00:18:56.131Z Downloaded simd-adler32 v0.3.8
9962026-03-21T00:18:56.131Z Downloaded shlex v1.3.0
9972026-03-21T00:18:56.134Z Downloaded progenitor-macro v0.11.2
9982026-03-21T00:18:56.134Z Downloaded progenitor-client v0.10.0
9992026-03-21T00:18:56.134Z Downloaded paste v1.0.15
10002026-03-21T00:18:56.137Z Downloaded sync-ptr v0.1.4
10012026-03-21T00:18:56.140Z Downloaded tabwriter v1.4.1
10022026-03-21T00:18:56.140Z Downloaded smallvec v0.6.14
10032026-03-21T00:18:56.140Z Downloaded tap v1.0.1
10042026-03-21T00:18:56.142Z Downloaded smf v0.2.3
10052026-03-21T00:18:56.142Z Downloaded rcgen v0.12.1
10062026-03-21T00:18:56.145Z Downloaded slog-scope v4.4.1
10072026-03-21T00:18:56.146Z Downloaded take_mut v0.2.2
10082026-03-21T00:18:56.149Z Downloaded tabled_derive v0.11.0
10092026-03-21T00:18:56.149Z Downloaded subtle v2.6.1
10102026-03-21T00:18:56.149Z Downloaded hyper-util v0.1.20
10112026-03-21T00:18:56.153Z Downloaded spki v0.7.3
10122026-03-21T00:18:56.156Z Downloaded slog-json v2.6.1
10132026-03-21T00:18:56.160Z Downloaded sqlformat v0.3.5
10142026-03-21T00:18:56.160Z Downloaded thread-id v5.1.0
10152026-03-21T00:18:56.163Z Downloaded termtree v0.5.1
10162026-03-21T00:18:56.163Z Downloaded slog-term v2.9.2
10172026-03-21T00:18:56.163Z Downloaded serde_cbor v0.11.2
10182026-03-21T00:18:56.165Z Downloaded tinyvec_macros v0.1.1
10192026-03-21T00:18:56.166Z Downloaded tagptr v0.2.0
10202026-03-21T00:18:56.168Z Downloaded testing_table v0.3.0
10212026-03-21T00:18:56.168Z Downloaded stacker v0.1.23
10222026-03-21T00:18:56.171Z Downloaded snafu-derive v0.8.9
10232026-03-21T00:18:56.171Z Downloaded progenitor-impl v0.10.0
10242026-03-21T00:18:56.174Z Downloaded slog-dtrace v0.3.0
10252026-03-21T00:18:56.174Z Downloaded progenitor-impl v0.13.0
10262026-03-21T00:18:56.177Z Downloaded aes-gcm v0.10.3
10272026-03-21T00:18:56.179Z Downloaded prettyplease v0.2.37
10282026-03-21T00:18:56.182Z Downloaded ron v0.8.1
10292026-03-21T00:18:56.185Z Downloaded structmeta-derive v0.3.0
10302026-03-21T00:18:56.188Z Downloaded static_assertions v1.1.0
10312026-03-21T00:18:56.188Z Downloaded serde_with_macros v3.17.0
10322026-03-21T00:18:56.191Z Downloaded russh-keys v0.45.0
10332026-03-21T00:18:56.194Z Downloaded thiserror-impl-no-std v2.0.2
10342026-03-21T00:18:56.195Z Downloaded bytes v1.11.1
10352026-03-21T00:18:56.197Z Downloaded rustls-platform-verifier v0.6.2
10362026-03-21T00:18:56.200Z Downloaded support-bundle-viewer v0.1.2
10372026-03-21T00:18:56.200Z Downloaded hickory-server v0.25.2
10382026-03-21T00:18:56.203Z Downloaded string_cache v0.8.9
10392026-03-21T00:18:56.206Z Downloaded ryu v1.0.23
10402026-03-21T00:18:56.209Z Downloaded sync_wrapper v1.0.2
10412026-03-21T00:18:56.209Z Downloaded strum_macros v0.26.4
10422026-03-21T00:18:56.212Z Downloaded schemars v0.8.22
10432026-03-21T00:18:56.220Z Downloaded slog-stdlog v4.1.1
10442026-03-21T00:18:56.223Z Downloaded slog-async v2.8.0
10452026-03-21T00:18:56.223Z Downloaded rayon-core v1.13.0
10462026-03-21T00:18:56.225Z Downloaded itertools v0.10.5
10472026-03-21T00:18:56.230Z Downloaded tiny-keccak v2.0.2
10482026-03-21T00:18:56.232Z Downloaded hashbrown v0.15.5
10492026-03-21T00:18:56.235Z Downloaded topological-sort v0.2.2
10502026-03-21T00:18:56.238Z Downloaded serde_derive_internals v0.29.1
10512026-03-21T00:18:56.238Z Downloaded time-core v0.1.8
10522026-03-21T00:18:56.242Z Downloaded thread_local v1.1.9
10532026-03-21T00:18:56.242Z Downloaded num-bigint v0.4.6
10542026-03-21T00:18:56.245Z Downloaded thiserror-no-std v2.0.2
10552026-03-21T00:18:56.248Z Downloaded termios v0.3.3
10562026-03-21T00:18:56.250Z Downloaded aho-corasick v1.1.4
10572026-03-21T00:18:56.253Z Downloaded nom v7.1.3
10582026-03-21T00:18:56.257Z Downloaded tower-service v0.3.3
10592026-03-21T00:18:56.260Z Downloaded tower-layer v0.3.3
10602026-03-21T00:18:56.260Z Downloaded trait-variant v0.1.2
10612026-03-21T00:18:56.263Z Downloaded tokio-macros v2.6.0
10622026-03-21T00:18:56.263Z Downloaded tokio-dtrace v0.1.1
10632026-03-21T00:18:56.263Z Downloaded tls_codec v0.4.2
10642026-03-21T00:18:56.268Z Downloaded time-macros v0.2.27
10652026-03-21T00:18:56.271Z Downloaded try-lock v0.2.5
10662026-03-21T00:18:56.271Z Downloaded libxml v0.3.3
10672026-03-21T00:18:56.275Z Downloaded typify-macro v0.4.3
10682026-03-21T00:18:56.275Z Downloaded tokio-rustls v0.25.0
10692026-03-21T00:18:56.279Z Downloaded signal-hook v0.3.18
10702026-03-21T00:18:56.279Z Downloaded strum_macros v0.24.3
10712026-03-21T00:18:56.282Z Downloaded tokio-tungstenite v0.21.0
10722026-03-21T00:18:56.282Z Downloaded unarray v0.1.4
10732026-03-21T00:18:56.282Z Downloaded typify-macro v0.6.1
10742026-03-21T00:18:56.285Z Downloaded pretty_assertions v1.4.1
10752026-03-21T00:18:56.285Z Downloaded stringprep v0.1.5
10762026-03-21T00:18:56.288Z Downloaded strum_macros v0.27.2
10772026-03-21T00:18:56.288Z Downloaded iddqd v0.3.17
10782026-03-21T00:18:56.293Z Downloaded universal-hash v0.5.1
10792026-03-21T00:18:56.297Z Downloaded unit-prefix v0.5.2
10802026-03-21T00:18:56.297Z Downloaded unicode-truncate v1.1.0
10812026-03-21T00:18:56.300Z Downloaded slog v2.8.2
10822026-03-21T00:18:56.300Z Downloaded tokio-tungstenite v0.23.1
10832026-03-21T00:18:56.303Z Downloaded spin v0.9.8
10842026-03-21T00:18:56.306Z Downloaded iri-string v0.7.10
10852026-03-21T00:18:56.309Z Downloaded untrusted v0.9.0
10862026-03-21T00:18:56.312Z Downloaded untrusted v0.7.1
10872026-03-21T00:18:56.312Z Downloaded utf-8 v0.7.6
10882026-03-21T00:18:56.316Z Downloaded usdt-attr-macro v0.6.0
10892026-03-21T00:18:56.316Z Downloaded usdt v0.6.0
10902026-03-21T00:18:56.316Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10912026-03-21T00:18:56.316Z Downloaded term v0.7.0
10922026-03-21T00:18:56.321Z Downloaded usdt-macro v0.6.0
10932026-03-21T00:18:56.321Z Downloaded toml_writer v1.0.6+spec-1.1.0
10942026-03-21T00:18:56.323Z Downloaded term v1.2.1
10952026-03-21T00:18:56.324Z Downloaded itertools v0.13.0
10962026-03-21T00:18:56.328Z Downloaded tls_codec_derive v0.4.2
10972026-03-21T00:18:56.330Z Downloaded itertools v0.12.1
10982026-03-21T00:18:56.335Z Downloaded rsa v0.9.10
10992026-03-21T00:18:56.338Z Downloaded void v1.0.2
11002026-03-21T00:18:56.341Z Downloaded waitgroup v0.1.2
11012026-03-21T00:18:56.341Z Downloaded schemars v0.9.0
11022026-03-21T00:18:56.349Z Downloaded want v0.3.1
11032026-03-21T00:18:56.352Z Downloaded wait-timeout v0.2.1
11042026-03-21T00:18:56.352Z Downloaded tui-tree-widget v0.23.1
11052026-03-21T00:18:56.355Z Downloaded rustls-webpki v0.103.9
11062026-03-21T00:18:56.359Z Downloaded tokio-stream v0.1.18
11072026-03-21T00:18:56.361Z Downloaded unicase v2.9.0
11082026-03-21T00:18:56.361Z Downloaded tokio-native-tls v0.3.1
11092026-03-21T00:18:56.361Z Downloaded rand v0.9.2
11102026-03-21T00:18:56.364Z Downloaded samael v0.0.19
11112026-03-21T00:18:56.369Z Downloaded tokio-rustls v0.24.1
11122026-03-21T00:18:56.371Z Downloaded subprocess v0.2.15
11132026-03-21T00:18:56.374Z Downloaded similar v2.7.0
11142026-03-21T00:18:56.377Z Downloaded socket2 v0.6.2
11152026-03-21T00:18:56.380Z Downloaded serde_yaml v0.9.34+deprecated
11162026-03-21T00:18:56.382Z Downloaded num-bigint-dig v0.8.6
11172026-03-21T00:18:56.385Z Downloaded rand v0.8.5
11182026-03-21T00:18:56.388Z Downloaded socket2 v0.5.10
11192026-03-21T00:18:56.391Z Downloaded usdt-impl v0.6.0
11202026-03-21T00:18:56.392Z Downloaded snafu v0.8.9
11212026-03-21T00:18:56.395Z Downloaded zone v0.3.1
11222026-03-21T00:18:56.401Z Downloaded zeroize_derive v1.4.3
11232026-03-21T00:18:56.401Z Downloaded vergen-lib v0.1.6
11242026-03-21T00:18:56.404Z Downloaded schemars v1.2.1
11252026-03-21T00:18:56.409Z Downloaded toml_parser v1.0.9+spec-1.1.0
11262026-03-21T00:18:56.412Z Downloaded h2 v0.4.13
11272026-03-21T00:18:56.416Z Downloaded test-strategy v0.4.5
11282026-03-21T00:18:56.419Z Downloaded uzers v0.12.2
11292026-03-21T00:18:56.422Z Downloaded walkdir v2.5.0
11302026-03-21T00:18:56.425Z Downloaded tracing-attributes v0.1.31
11312026-03-21T00:18:56.425Z Downloaded zone_cfg_derive v0.3.1
11322026-03-21T00:18:56.428Z Downloaded tar v0.4.44
11332026-03-21T00:18:56.428Z Downloaded vergen-git2 v1.0.7
11342026-03-21T00:18:56.430Z Downloaded tokio-rustls v0.26.4
11352026-03-21T00:18:56.431Z Downloaded publicsuffix v2.3.0
11362026-03-21T00:18:56.435Z Downloaded whoami v2.1.0
11372026-03-21T00:18:56.438Z Downloaded p521 v0.13.3
11382026-03-21T00:18:56.438Z Downloaded wyz v0.5.1
11392026-03-21T00:18:56.440Z Downloaded futures-util v0.3.32
11402026-03-21T00:18:56.447Z Downloaded xshell v0.2.7
11412026-03-21T00:18:56.451Z Downloaded xattr v1.6.1
11422026-03-21T00:18:56.451Z Downloaded unicode-properties v0.1.4
11432026-03-21T00:18:56.454Z Downloaded hyper v1.8.1
11442026-03-21T00:18:56.457Z Downloaded zstd v0.13.3
11452026-03-21T00:18:56.460Z Downloaded zeroize v1.8.2
11462026-03-21T00:18:56.460Z Downloaded xz2 v0.1.7
11472026-03-21T00:18:56.463Z Downloaded xshell-macros v0.2.7
11482026-03-21T00:18:56.463Z Downloaded toml v0.9.12+spec-1.1.0
11492026-03-21T00:18:56.466Z Downloaded blake3 v1.8.3
11502026-03-21T00:18:56.471Z Downloaded toml v0.7.8
11512026-03-21T00:18:56.474Z Downloaded tinyvec v1.10.0
11522026-03-21T00:18:56.476Z Downloaded whoami v1.6.1
11532026-03-21T00:18:56.479Z Downloaded hkdf v0.12.4
11542026-03-21T00:18:56.479Z Downloaded vsss-rs v3.3.4
11552026-03-21T00:18:56.482Z Downloaded typify v0.6.1
11562026-03-21T00:18:56.484Z Downloaded twox-hash v2.1.2
11572026-03-21T00:18:56.487Z Downloaded vergen-gitcl v1.0.8
11582026-03-21T00:18:56.487Z Downloaded unicode-bidi v0.3.18
11592026-03-21T00:18:56.490Z Downloaded tungstenite v0.23.0
11602026-03-21T00:18:56.493Z Downloaded tungstenite v0.21.0
11612026-03-21T00:18:56.496Z Downloaded vergen v9.0.6
11622026-03-21T00:18:56.496Z Downloaded russh v0.45.0
11632026-03-21T00:18:56.499Z Downloaded rand v0.10.0
11642026-03-21T00:18:56.502Z Downloaded steno v0.4.1
11652026-03-21T00:18:56.505Z Downloaded zstd-safe v7.2.4
11662026-03-21T00:18:56.508Z Downloaded uuid v1.21.0
11672026-03-21T00:18:56.544Z Downloaded unsafe-libyaml v0.2.11
11682026-03-21T00:18:56.544Z Downloaded quinn v0.11.9
11692026-03-21T00:18:56.544Z Downloaded qorb v0.4.1
11702026-03-21T00:18:56.544Z Downloaded toml_edit v0.23.10+spec-1.0.0
11712026-03-21T00:18:56.544Z Downloaded yasna v0.5.2
11722026-03-21T00:18:56.544Z Downloaded vte v0.14.1
11732026-03-21T00:18:56.544Z Downloaded zerocopy v0.6.6
11742026-03-21T00:18:56.544Z Downloaded libm v0.2.16
11752026-03-21T00:18:56.544Z Downloaded itertools v0.14.0
11762026-03-21T00:18:56.544Z Downloaded tracing-core v0.1.36
11772026-03-21T00:18:56.544Z Downloaded rpassword v7.4.0
11782026-03-21T00:18:56.547Z Downloaded rustyline v14.0.0
11792026-03-21T00:18:56.547Z Downloaded typify v0.4.3
11802026-03-21T00:18:56.550Z Downloaded bitvec v1.0.1
11812026-03-21T00:18:56.560Z Downloaded reedline v0.40.0
11822026-03-21T00:18:56.566Z Downloaded tokio-postgres v0.7.16
11832026-03-21T00:18:56.569Z Downloaded ron v0.12.0
11842026-03-21T00:18:56.576Z Downloaded unicode_categories v0.1.1
11852026-03-21T00:18:56.578Z Downloaded toml_edit v0.19.15
11862026-03-21T00:18:56.589Z Downloaded zopfli v0.8.3
11872026-03-21T00:18:56.592Z Downloaded zip v0.6.6
11882026-03-21T00:18:56.595Z Downloaded ssh-key v0.6.7
11892026-03-21T00:18:56.599Z Downloaded regex v1.12.3
11902026-03-21T00:18:56.603Z Downloaded chrono v0.4.44
11912026-03-21T00:18:56.608Z Downloaded p384 v0.13.1
11922026-03-21T00:18:56.612Z Downloaded git2 v0.20.4
11932026-03-21T00:18:56.618Z Downloaded reqwest v0.12.28
11942026-03-21T00:18:56.623Z Downloaded reqwest v0.13.2
11952026-03-21T00:18:56.627Z Downloaded yansi v1.0.1
11962026-03-21T00:18:56.630Z Downloaded typed-path v0.9.3
11972026-03-21T00:18:56.633Z Downloaded rustls-webpki v0.101.7
11982026-03-21T00:18:56.644Z Downloaded tower v0.5.3
11992026-03-21T00:18:56.650Z Downloaded rayon v1.11.0
12002026-03-21T00:18:56.657Z Downloaded portable-atomic v1.13.1
12012026-03-21T00:18:56.663Z Downloaded unicode-normalization v0.1.25
12022026-03-21T00:18:56.665Z Downloaded aws-lc-rs v1.16.0
12032026-03-21T00:18:56.672Z Downloaded zerocopy-derive v0.8.40
12042026-03-21T00:18:56.679Z Downloaded serde_with v3.17.0
12052026-03-21T00:18:56.688Z Downloaded tower-http v0.6.8
12062026-03-21T00:18:56.694Z Downloaded salty v0.3.0
12072026-03-21T00:18:56.700Z Downloaded x509-cert v0.2.5
12082026-03-21T00:18:56.704Z Downloaded unicode-segmentation v1.12.0
12092026-03-21T00:18:56.707Z Downloaded rustls-webpki v0.102.8
12102026-03-21T00:18:56.720Z Downloaded quick-xml v0.37.5
12112026-03-21T00:18:56.724Z Downloaded lalrpop v0.19.12
12122026-03-21T00:18:56.732Z Downloaded bindgen v0.71.1
12132026-03-21T00:18:56.737Z Downloaded moka v0.12.13
12142026-03-21T00:18:56.743Z Downloaded radix_trie v0.2.1
12152026-03-21T00:18:56.747Z Downloaded tokio-util v0.7.18
12162026-03-21T00:18:56.752Z Downloaded proptest v1.10.0
12172026-03-21T00:18:56.759Z Downloaded zip v4.6.1
12182026-03-21T00:18:56.762Z Downloaded winnow v0.6.26
12192026-03-21T00:18:56.769Z Downloaded mio v1.1.1
12202026-03-21T00:18:56.773Z Downloaded slab v0.4.12
12212026-03-21T00:18:56.775Z Downloaded bstr v1.12.1
12222026-03-21T00:18:56.781Z Downloaded tough v0.20.0
12232026-03-21T00:18:56.787Z Downloaded prefix-trie v0.7.0
12242026-03-21T00:18:56.790Z Downloaded rustls v0.21.12
12252026-03-21T00:18:56.798Z Downloaded goblin v0.10.5
12262026-03-21T00:18:56.804Z Downloaded base64 v0.22.1
12272026-03-21T00:18:56.806Z Downloaded ar_archive_writer v0.5.1
12282026-03-21T00:18:56.809Z Downloaded oxide-tokio-rt v0.1.3
12292026-03-21T00:18:56.812Z Downloaded multer v3.1.0
12302026-03-21T00:18:56.812Z Downloaded memmap2 v0.9.10
12312026-03-21T00:18:56.814Z Downloaded curve25519-dalek v4.1.3
12322026-03-21T00:18:56.819Z Downloaded nix v0.27.1
12332026-03-21T00:18:56.827Z Downloaded smoltcp v0.9.1
12342026-03-21T00:18:56.835Z Downloaded hickory-proto v0.24.4
12352026-03-21T00:18:56.846Z Downloaded winnow v0.5.40
12362026-03-21T00:18:56.852Z Downloaded rustls v0.22.4
12372026-03-21T00:18:56.861Z Downloaded smoltcp v0.11.0
12382026-03-21T00:18:56.870Z Downloaded quinn-proto v0.11.13
12392026-03-21T00:18:56.875Z Downloaded polar-core v0.27.3
12402026-03-21T00:18:56.883Z Downloaded rustls v0.23.37
12412026-03-21T00:18:56.890Z Downloaded petname v2.0.2
12422026-03-21T00:18:56.894Z Downloaded openssl v0.10.75
12432026-03-21T00:18:56.902Z Downloaded tabled v0.20.0
12442026-03-21T00:18:56.915Z Downloaded time v0.3.47
12452026-03-21T00:18:56.924Z Downloaded nix v0.28.0
12462026-03-21T00:18:56.933Z Downloaded dropshot v0.16.7
12472026-03-21T00:18:56.949Z Downloaded regex-syntax v0.6.29
12482026-03-21T00:18:56.955Z Downloaded object v0.37.3
12492026-03-21T00:18:56.963Z Downloaded zlib-rs v0.6.2
12502026-03-21T00:18:56.967Z Downloaded vcpkg v0.2.15
12512026-03-21T00:18:56.997Z Downloaded webpki-roots v1.0.6
12522026-03-21T00:18:56.999Z Downloaded sled v0.34.7
12532026-03-21T00:18:57.007Z Downloaded nix v0.31.1
12542026-03-21T00:18:57.016Z Downloaded zerocopy v0.8.40
12552026-03-21T00:18:57.028Z Downloaded typify-impl v0.4.3
12562026-03-21T00:18:57.035Z Downloaded hickory-proto v0.25.2
12572026-03-21T00:18:57.046Z Downloaded regress v0.10.5
12582026-03-21T00:18:57.053Z Downloaded rustix v0.38.44
12592026-03-21T00:18:57.069Z Downloaded bzip2-sys v0.1.13+1.0.8
12602026-03-21T00:18:57.078Z Downloaded regex-syntax v0.8.10
12612026-03-21T00:18:57.084Z Downloaded regex-automata v0.4.14
12622026-03-21T00:18:57.096Z Downloaded diesel v2.3.7
12632026-03-21T00:18:57.111Z Downloaded nix v0.29.0
12642026-03-21T00:18:57.119Z Downloaded sqlparser v0.61.0
12652026-03-21T00:18:57.127Z Downloaded lzma-sys v0.1.20
12662026-03-21T00:18:57.148Z Downloaded jiff v0.2.21
12672026-03-21T00:18:57.162Z Downloaded chrono-tz v0.10.4
12682026-03-21T00:18:57.176Z Downloaded tracing v0.1.44
12692026-03-21T00:18:57.193Z Downloaded typify-impl v0.6.1
12702026-03-21T00:18:57.204Z Downloaded petgraph v0.8.3
12712026-03-21T00:18:57.220Z Downloaded libz-sys v1.1.24
12722026-03-21T00:18:57.236Z Downloaded ratatui v0.29.0
12732026-03-21T00:18:57.250Z Downloaded object v0.30.4
12742026-03-21T00:18:57.257Z Downloaded zerocopy-derive v0.6.6
12752026-03-21T00:18:57.264Z Downloaded openapiv3 v2.2.0
12762026-03-21T00:18:57.273Z Downloaded ignore v0.4.25
12772026-03-21T00:18:57.275Z Downloaded predicates-core v1.0.10
12782026-03-21T00:18:57.275Z Downloaded sha3 v0.10.8
12792026-03-21T00:18:57.279Z Downloaded futures v0.3.32
12802026-03-21T00:18:57.282Z Downloaded phf_shared v0.12.1
12812026-03-21T00:18:57.285Z Downloaded fatfs v0.3.6
12822026-03-21T00:18:57.287Z Downloaded openssl-probe v0.1.6
12832026-03-21T00:18:57.287Z Downloaded openssl-macros v0.1.1
12842026-03-21T00:18:57.287Z Downloaded dropshot_endpoint v0.16.7
12852026-03-21T00:18:57.290Z Downloaded petgraph v0.6.5
12862026-03-21T00:18:57.302Z Downloaded lzss v0.8.2
12872026-03-21T00:18:57.305Z Downloaded lru-slab v0.1.2
12882026-03-21T00:18:57.305Z Downloaded chacha20poly1305 v0.10.1
12892026-03-21T00:18:57.308Z Downloaded crc32fast v1.5.0
12902026-03-21T00:18:57.308Z Downloaded cookie_store v0.22.1
12912026-03-21T00:18:57.311Z Downloaded async-bb8-diesel v0.2.1
12922026-03-21T00:18:57.311Z Downloaded inout v0.1.4
12932026-03-21T00:18:57.311Z Downloaded indent_write v2.2.0
12942026-03-21T00:18:57.313Z Downloaded const-oid v0.9.6
12952026-03-21T00:18:57.314Z Downloaded futures-executor v0.3.32
12962026-03-21T00:18:57.314Z Downloaded embedded-io v0.4.0
12972026-03-21T00:18:57.316Z Downloaded ed25519 v2.2.3
12982026-03-21T00:18:57.316Z Downloaded derive_builder_core v0.20.2
12992026-03-21T00:18:57.319Z Downloaded darling v0.21.3
13002026-03-21T00:18:57.323Z Downloaded fs_extra v1.3.0
13012026-03-21T00:18:57.323Z Downloaded chacha20 v0.10.0
13022026-03-21T00:18:57.326Z Downloaded bit-vec v0.6.3
13032026-03-21T00:18:57.326Z Downloaded ctr v0.9.2
13042026-03-21T00:18:57.326Z Downloaded derive_builder v0.20.2
13052026-03-21T00:18:57.329Z Downloaded cexpr v0.6.0
13062026-03-21T00:18:57.332Z Downloaded bzip2 v0.4.4
13072026-03-21T00:18:57.332Z Downloaded base64ct v1.8.3
13082026-03-21T00:18:57.335Z Downloaded daft-derive v0.1.5
13092026-03-21T00:18:57.337Z Downloaded camino-tempfile-ext v0.3.3
13102026-03-21T00:18:57.337Z Downloaded castaway v0.2.4
13112026-03-21T00:18:57.340Z Downloaded cassowary v0.3.0
13122026-03-21T00:18:57.340Z Downloaded csv v1.4.0
13132026-03-21T00:18:57.354Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-03-21T00:18:57.367Z Downloaded cargo_metadata v0.19.2
13152026-03-21T00:18:57.370Z Downloaded futures-core v0.3.32
13162026-03-21T00:18:57.370Z Downloaded defmt-macros v1.0.1
13172026-03-21T00:18:57.373Z Downloaded data-encoding v2.10.0
13182026-03-21T00:18:57.373Z Downloaded futures-macro v0.3.32
13192026-03-21T00:18:57.376Z Downloaded erased-serde v0.3.31
13202026-03-21T00:18:57.376Z Downloaded bzip2 v0.6.1
13212026-03-21T00:18:57.376Z Downloaded async-trait v0.1.89
13222026-03-21T00:18:57.379Z Downloaded aes v0.8.4
13232026-03-21T00:18:57.382Z Downloaded tokio v1.49.0
13242026-03-21T00:18:57.409Z Downloaded daft v0.1.5
13252026-03-21T00:18:57.412Z Downloaded base16ct v0.2.0
13262026-03-21T00:18:57.412Z Downloaded document-features v0.2.12
13272026-03-21T00:18:57.415Z Downloaded darling_macro v0.21.3
13282026-03-21T00:18:57.416Z Downloaded crucible-workspace-hack v0.1.0
13292026-03-21T00:18:57.416Z Downloaded cfg_aliases v0.2.1
13302026-03-21T00:18:57.416Z Downloaded bitflags v1.3.2
13312026-03-21T00:18:57.416Z Downloaded buf-list v1.1.2
13322026-03-21T00:18:57.418Z Downloaded array-init v0.0.4
13332026-03-21T00:18:57.418Z Downloaded allocator-api2 v0.2.21
13342026-03-21T00:18:57.421Z Downloaded aead v0.5.2
13352026-03-21T00:18:57.464Z Downloaded encoding_rs v0.8.35
13362026-03-21T00:18:57.487Z Downloaded ring v0.17.14
13372026-03-21T00:18:57.526Z Downloaded libgit2-sys v0.18.3+1.9.2
13382026-03-21T00:18:57.977Z Downloaded aws-lc-sys v0.37.1
13392026-03-21T00:18:58.300Z Compiling libc v0.2.180
13402026-03-21T00:18:58.303Z Compiling serde v1.0.228
13412026-03-21T00:18:58.303Z Compiling log v0.4.29
13422026-03-21T00:18:58.303Z Compiling find-msvc-tools v0.1.9
13432026-03-21T00:18:58.493Z Compiling shlex v1.3.0
13442026-03-21T00:18:58.493Z Compiling smallvec v1.15.1
13452026-03-21T00:18:58.510Z Compiling syn v2.0.117
13462026-03-21T00:18:58.527Z Compiling typenum v1.19.0
13472026-03-21T00:18:58.730Z Compiling generic-array v0.14.7
13482026-03-21T00:18:58.748Z Compiling subtle v2.6.1
13492026-03-21T00:18:58.776Z Compiling scopeguard v1.2.0
13502026-03-21T00:18:58.795Z Compiling portable-atomic v1.13.1
13512026-03-21T00:18:58.874Z Compiling lock_api v0.4.14
13522026-03-21T00:18:58.903Z Compiling const-oid v0.9.6
13532026-03-21T00:18:58.977Z Compiling critical-section v1.2.0
13542026-03-21T00:18:59.032Z Compiling zerocopy v0.8.40
13552026-03-21T00:18:59.141Z Compiling serde_json v1.0.149
13562026-03-21T00:18:59.173Z Compiling parking_lot_core v0.9.12
13572026-03-21T00:18:59.372Z Compiling pin-project-lite v0.2.17
13582026-03-21T00:18:59.648Z Compiling getrandom v0.2.17
13592026-03-21T00:18:59.651Z Compiling jobserver v0.1.34
13602026-03-21T00:18:59.683Z Compiling errno v0.3.14
13612026-03-21T00:18:59.874Z Compiling rand_core v0.6.4
13622026-03-21T00:18:59.939Z Compiling cc v1.2.56
13632026-03-21T00:18:59.971Z Compiling signal-hook-registry v1.4.8
13642026-03-21T00:19:00.185Z Compiling pkg-config v0.3.32
13652026-03-21T00:19:00.234Z Compiling mio v1.1.1
13662026-03-21T00:19:00.338Z Compiling once_cell v1.21.3
13672026-03-21T00:19:00.378Z Compiling bitflags v2.11.0
13682026-03-21T00:19:00.541Z Compiling parking_lot v0.12.5
13692026-03-21T00:19:00.613Z Compiling libm v0.2.16
13702026-03-21T00:19:00.683Z Compiling num-traits v0.2.19
13712026-03-21T00:19:00.915Z Compiling futures-core v0.3.32
13722026-03-21T00:19:00.972Z Compiling socket2 v0.6.2
13732026-03-21T00:19:01.055Z Compiling percent-encoding v2.3.2
13742026-03-21T00:19:01.109Z Compiling allocator-api2 v0.2.21
13752026-03-21T00:19:01.147Z Compiling cpufeatures v0.2.17
13762026-03-21T00:19:01.244Z Compiling futures-sink v0.3.32
13772026-03-21T00:19:01.311Z Compiling foldhash v0.2.0
13782026-03-21T00:19:01.369Z Compiling futures-channel v0.3.32
13792026-03-21T00:19:01.388Z Compiling slab v0.4.12
13802026-03-21T00:19:01.541Z Compiling hashbrown v0.16.1
13812026-03-21T00:19:01.570Z Compiling futures-io v0.3.32
13822026-03-21T00:19:01.595Z Compiling getrandom v0.4.1
13832026-03-21T00:19:01.614Z Compiling futures-task v0.3.32
13842026-03-21T00:19:01.672Z Compiling rustversion v1.0.22
13852026-03-21T00:19:01.768Z Compiling getrandom v0.3.4
13862026-03-21T00:19:01.839Z Compiling rand_core v0.10.0
13872026-03-21T00:19:02.060Z Compiling form_urlencoded v1.2.2
13882026-03-21T00:19:02.287Z Compiling indexmap v2.13.0
13892026-03-21T00:19:02.316Z Compiling cmake v0.1.57
13902026-03-21T00:19:02.369Z Compiling fs_extra v1.3.0
13912026-03-21T00:19:02.706Z Compiling synstructure v0.13.2
13922026-03-21T00:19:02.758Z Compiling dunce v1.0.5
13932026-03-21T00:19:02.893Z Compiling ident_case v1.0.1
13942026-03-21T00:19:02.911Z Compiling base64ct v1.8.3
13952026-03-21T00:19:03.028Z Compiling aws-lc-sys v0.37.1
13962026-03-21T00:19:03.051Z Compiling flagset v0.4.7
13972026-03-21T00:19:03.120Z Compiling rand_core v0.9.5
13982026-03-21T00:19:03.205Z Compiling iana-time-zone v0.1.65
13992026-03-21T00:19:03.224Z Compiling pem-rfc7468 v0.7.0
14002026-03-21T00:19:03.245Z Compiling rustix v1.1.3
14012026-03-21T00:19:03.307Z Compiling uuid v1.21.0
14022026-03-21T00:19:03.465Z Compiling ring v0.17.14
14032026-03-21T00:19:03.483Z Compiling rustc_version v0.4.1
14042026-03-21T00:19:03.630Z Compiling regex-syntax v0.8.10
14052026-03-21T00:19:03.633Z Compiling vcpkg v0.2.15
14062026-03-21T00:19:03.904Z Compiling aws-lc-rs v1.16.0
14072026-03-21T00:19:04.190Z Compiling tracing-core v0.1.36
14082026-03-21T00:19:04.266Z Compiling crossbeam-utils v0.8.21
14092026-03-21T00:19:04.690Z Compiling openssl-sys v0.9.111
14102026-03-21T00:19:04.712Z Compiling pest_generator v2.8.6
14112026-03-21T00:19:04.969Z Compiling serde_derive_internals v0.29.1
14122026-03-21T00:19:05.371Z Compiling serde_derive v1.0.228
14132026-03-21T00:19:05.468Z Compiling zeroize_derive v1.4.3
14142026-03-21T00:19:05.651Z Compiling zerofrom-derive v0.1.6
14152026-03-21T00:19:05.676Z Compiling yoke-derive v0.8.1
14162026-03-21T00:19:06.223Z Compiling zerocopy-derive v0.8.40
14172026-03-21T00:19:06.301Z Compiling zeroize v1.8.2
14182026-03-21T00:19:06.931Z Compiling zerovec-derive v0.11.2
14192026-03-21T00:19:07.222Z Compiling displaydoc v0.2.5
14202026-03-21T00:19:07.343Z Compiling crypto-common v0.1.7
14212026-03-21T00:19:07.524Z Compiling block-buffer v0.10.4
14222026-03-21T00:19:07.564Z Compiling zerofrom v0.1.6
14232026-03-21T00:19:07.721Z Compiling yoke v0.8.1
14242026-03-21T00:19:07.738Z Compiling digest v0.10.7
14252026-03-21T00:19:07.955Z Compiling tokio-macros v2.6.0
14262026-03-21T00:19:08.048Z Compiling hmac v0.12.1
14272026-03-21T00:19:08.188Z Compiling zerotrie v0.2.3
14282026-03-21T00:19:08.241Z Compiling futures-macro v0.3.32
14292026-03-21T00:19:08.324Z Compiling block-padding v0.3.3
14302026-03-21T00:19:08.393Z Compiling zerovec v0.11.5
14312026-03-21T00:19:08.521Z Compiling inout v0.1.4
14322026-03-21T00:19:08.580Z Compiling sha2 v0.10.9
14332026-03-21T00:19:08.734Z Compiling cipher v0.4.4
14342026-03-21T00:19:08.916Z Compiling der_derive v0.7.3
14352026-03-21T00:19:09.082Z Compiling tinystr v0.8.2
14362026-03-21T00:19:09.101Z Compiling potential_utf v0.1.4
14372026-03-21T00:19:09.313Z Compiling icu_locale_core v2.1.1
14382026-03-21T00:19:09.316Z Compiling icu_collections v2.1.1
14392026-03-21T00:19:09.351Z Compiling futures-util v0.3.32
14402026-03-21T00:19:10.030Z Compiling salsa20 v0.10.2
14412026-03-21T00:19:10.206Z Compiling bytes v1.11.1
14422026-03-21T00:19:10.211Z Compiling chrono v0.4.44
14432026-03-21T00:19:10.261Z Compiling icu_provider v2.1.1
14442026-03-21T00:19:10.503Z Compiling der v0.7.10
14452026-03-21T00:19:10.612Z Compiling icu_properties v2.1.2
14462026-03-21T00:19:10.651Z Compiling icu_normalizer v2.1.1
14472026-03-21T00:19:11.025Z Compiling tokio v1.49.0
14482026-03-21T00:19:11.350Z Compiling http v1.4.0
14492026-03-21T00:19:12.071Z Compiling idna_adapter v1.2.1
14502026-03-21T00:19:12.124Z Compiling spki v0.7.3
14512026-03-21T00:19:12.144Z Compiling pbkdf2 v0.12.2
14522026-03-21T00:19:12.234Z Compiling idna v1.1.0
14532026-03-21T00:19:12.285Z Compiling thiserror-impl v2.0.18
14542026-03-21T00:19:12.379Z Compiling scrypt v0.11.0
14552026-03-21T00:19:12.516Z Compiling ppv-lite86 v0.2.21
14562026-03-21T00:19:12.579Z Compiling cbc v0.1.2
14572026-03-21T00:19:12.624Z Compiling url v2.5.8
14582026-03-21T00:19:12.702Z Compiling aes v0.8.4
14592026-03-21T00:19:12.759Z Compiling rustls-pki-types v1.14.0
14602026-03-21T00:19:12.957Z Compiling rand_chacha v0.9.0
14612026-03-21T00:19:13.094Z Compiling tracing-attributes v0.1.31
14622026-03-21T00:19:13.352Z Compiling pkcs5 v0.7.1
14632026-03-21T00:19:13.663Z Compiling rand v0.9.2
14642026-03-21T00:19:13.835Z Compiling http-body v1.0.1
14652026-03-21T00:19:13.991Z Compiling untrusted v0.9.0
14662026-03-21T00:19:14.024Z Compiling httparse v1.10.1
14672026-03-21T00:19:14.072Z Compiling thiserror v2.0.18
14682026-03-21T00:19:14.091Z Compiling base64 v0.22.1
14692026-03-21T00:19:14.135Z Compiling schemars v0.8.22
14702026-03-21T00:19:14.199Z Compiling openssl-probe v0.2.1
14712026-03-21T00:19:14.380Z Compiling untrusted v0.7.1
14722026-03-21T00:19:14.425Z Compiling syn v1.0.109
14732026-03-21T00:19:14.566Z Compiling pkcs8 v0.10.2
14742026-03-21T00:19:14.585Z Compiling schemars_derive v0.8.22
14752026-03-21T00:19:14.735Z Compiling pest_derive v2.8.6
14762026-03-21T00:19:14.876Z Compiling scroll_derive v0.13.1
14772026-03-21T00:19:14.922Z Compiling tracing v0.1.44
14782026-03-21T00:19:15.271Z Compiling darling_core v0.20.11
14792026-03-21T00:19:15.271Z Compiling dyn-clone v1.0.20
14802026-03-21T00:19:15.459Z Compiling try-lock v0.2.5
14812026-03-21T00:19:15.595Z Compiling rustls v0.23.37
14822026-03-21T00:19:15.642Z Compiling tower-layer v0.3.3
14832026-03-21T00:19:15.804Z Compiling tinyvec_macros v0.1.1
14842026-03-21T00:19:15.844Z Compiling atomic-waker v1.1.2
14852026-03-21T00:19:15.893Z Compiling tower-service v0.3.3
14862026-03-21T00:19:15.940Z Compiling scroll v0.13.0
14872026-03-21T00:19:15.994Z Compiling tinyvec v1.10.0
14882026-03-21T00:19:16.013Z Compiling want v0.3.1
14892026-03-21T00:19:16.220Z Compiling tokio-util v0.7.18
14902026-03-21T00:19:16.843Z Compiling ipnet v2.11.0
14912026-03-21T00:19:17.017Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14922026-03-21T00:19:17.508Z Compiling h2 v0.4.13
14932026-03-21T00:19:17.534Z Compiling spin v0.9.8
14942026-03-21T00:19:17.626Z Compiling aho-corasick v1.1.4
14952026-03-21T00:19:17.784Z Compiling openssl v0.10.75
14962026-03-21T00:19:18.075Z Compiling time-core v0.1.8
14972026-03-21T00:19:18.093Z Compiling crc32fast v1.5.0
14982026-03-21T00:19:18.261Z Compiling num-conv v0.2.0
14992026-03-21T00:19:18.430Z Compiling powerfmt v0.2.0
15002026-03-21T00:19:18.434Z Compiling foreign-types-shared v0.1.1
15012026-03-21T00:19:18.487Z Compiling darling_macro v0.20.11
15022026-03-21T00:19:18.550Z Compiling pin-utils v0.1.0
15032026-03-21T00:19:18.638Z Compiling httpdate v1.0.3
15042026-03-21T00:19:18.690Z Compiling deranged v0.5.8
15052026-03-21T00:19:18.917Z Compiling regex-automata v0.4.14
15062026-03-21T00:19:18.936Z Compiling foreign-types v0.3.2
15072026-03-21T00:19:19.088Z Compiling darling v0.20.11
15082026-03-21T00:19:19.113Z Compiling time-macros v0.2.27
15092026-03-21T00:19:19.188Z Compiling tempfile v3.25.0
15102026-03-21T00:19:20.077Z Compiling goblin v0.10.5
15112026-03-21T00:19:20.596Z Compiling thiserror-impl v1.0.69
15122026-03-21T00:19:20.808Z Compiling openssl-macros v0.1.1
15132026-03-21T00:19:21.302Z Compiling wait-timeout v0.2.1
15142026-03-21T00:19:21.639Z Compiling hyper v1.8.1
15152026-03-21T00:19:21.937Z Compiling num_threads v0.1.7
15162026-03-21T00:19:22.056Z Compiling siphasher v1.0.2
15172026-03-21T00:19:22.304Z Compiling bit-vec v0.8.0
15182026-03-21T00:19:22.310Z Compiling simd-adler32 v0.3.8
15192026-03-21T00:19:22.571Z Compiling either v1.15.0
15202026-03-21T00:19:22.620Z Compiling native-tls v0.2.18
15212026-03-21T00:19:22.837Z Compiling usdt-impl v0.6.0
15222026-03-21T00:19:22.866Z Compiling quick-error v1.2.3
15232026-03-21T00:19:22.926Z Compiling bit-set v0.8.0
15242026-03-21T00:19:23.003Z Compiling rusty-fork v0.3.1
15252026-03-21T00:19:23.119Z Compiling hyper-util v0.1.20
15262026-03-21T00:19:23.137Z Compiling thiserror v1.0.69
15272026-03-21T00:19:23.265Z Compiling time v0.3.47
15282026-03-21T00:19:23.767Z Compiling derive_builder_core v0.20.2
15292026-03-21T00:19:24.774Z Compiling dof v0.4.0
15302026-03-21T00:19:25.227Z Compiling unicode-normalization v0.1.25
15312026-03-21T00:19:25.461Z Compiling crossbeam-epoch v0.9.18
15322026-03-21T00:19:25.480Z Compiling dtrace-parser v0.3.0
15332026-03-21T00:19:25.836Z Compiling rustls-native-certs v0.8.3
15342026-03-21T00:19:25.892Z Compiling signature v2.2.0
15352026-03-21T00:19:26.103Z Compiling scroll_derive v0.12.1
15362026-03-21T00:19:26.140Z Compiling heapless v0.7.17
15372026-03-21T00:19:26.198Z Compiling rand_xorshift v0.4.0
15382026-03-21T00:19:26.392Z Compiling slog v2.8.2
15392026-03-21T00:19:26.410Z Compiling darling_core v0.21.3
15402026-03-21T00:19:26.436Z Compiling bzip2-sys v0.1.13+1.0.8
15412026-03-21T00:19:26.513Z Compiling sync_wrapper v1.0.2
15422026-03-21T00:19:26.613Z Compiling thread-id v5.1.0
15432026-03-21T00:19:26.642Z Compiling cookie v0.18.1
15442026-03-21T00:19:26.713Z Compiling unicode-segmentation v1.12.0
15452026-03-21T00:19:26.774Z Compiling rayon-core v1.13.0
15462026-03-21T00:19:26.867Z Compiling unicode-properties v0.1.4
15472026-03-21T00:19:26.967Z Compiling anyhow v1.0.102
15482026-03-21T00:19:26.989Z Compiling unarray v0.1.4
15492026-03-21T00:19:27.120Z Compiling paste v1.0.15
15502026-03-21T00:19:27.138Z Compiling unicode-bidi v0.3.18
15512026-03-21T00:19:27.219Z Compiling adler2 v2.0.1
15522026-03-21T00:19:27.356Z Compiling zstd-safe v7.2.4
15532026-03-21T00:19:27.381Z Compiling signal-hook v0.3.18
15542026-03-21T00:19:27.589Z Compiling stringprep v0.1.5
15552026-03-21T00:19:27.626Z Compiling miniz_oxide v0.8.9
15562026-03-21T00:19:27.643Z Compiling proptest v1.10.0
15572026-03-21T00:19:27.802Z Compiling scroll v0.12.0
15582026-03-21T00:19:28.173Z Compiling tower v0.5.3
15592026-03-21T00:19:28.490Z Compiling crossbeam-deque v0.8.6
15602026-03-21T00:19:28.593Z Compiling derive_builder_macro v0.20.2
15612026-03-21T00:19:28.690Z Compiling ipnetwork v0.21.1
15622026-03-21T00:19:28.727Z Compiling http-body-util v0.1.3
15632026-03-21T00:19:28.776Z Compiling webpki-roots v1.0.6
15642026-03-21T00:19:28.795Z Compiling rand_chacha v0.3.1
15652026-03-21T00:19:28.927Z Compiling erased-serde v0.3.31
15662026-03-21T00:19:29.040Z Compiling toml_datetime v0.6.11
15672026-03-21T00:19:29.170Z Compiling serde_tokenstream v0.2.3
15682026-03-21T00:19:29.203Z Compiling serde_spanned v0.6.9
15692026-03-21T00:19:29.371Z Compiling md-5 v0.10.6
15702026-03-21T00:19:29.389Z Compiling zerocopy-derive v0.7.35
15712026-03-21T00:19:29.613Z Compiling curve25519-dalek v4.1.3
15722026-03-21T00:19:29.616Z Compiling num-integer v0.1.46
15732026-03-21T00:19:29.707Z Compiling vergen-lib v0.1.6
15742026-03-21T00:19:29.889Z Compiling hash32 v0.2.1
15752026-03-21T00:19:29.931Z Compiling ff v0.13.1
15762026-03-21T00:19:30.029Z Compiling memoffset v0.9.1
15772026-03-21T00:19:30.032Z Compiling darling_macro v0.21.3
15782026-03-21T00:19:30.068Z Compiling ref-cast v1.0.25
15792026-03-21T00:19:30.103Z Compiling smoltcp v0.9.1
15802026-03-21T00:19:30.135Z Compiling psl-types v2.0.11
15812026-03-21T00:19:30.268Z Compiling rustix v0.38.44
15822026-03-21T00:19:30.298Z Compiling base16ct v0.2.0
15832026-03-21T00:19:30.455Z Compiling fallible-iterator v0.2.0
15842026-03-21T00:19:30.531Z Compiling iri-string v0.7.10
15852026-03-21T00:19:30.550Z Compiling cfg_aliases v0.2.1
15862026-03-21T00:19:30.582Z Compiling ryu v1.0.23
15872026-03-21T00:19:30.638Z Compiling zlib-rs v0.6.2
15882026-03-21T00:19:30.658Z Compiling litrs v1.0.0
15892026-03-21T00:19:30.720Z Compiling num-bigint-dig v0.8.6
15902026-03-21T00:19:30.808Z Compiling serde_urlencoded v0.7.1
15912026-03-21T00:19:30.869Z Compiling postgres-protocol v0.6.10
15922026-03-21T00:19:31.087Z Compiling newtype-uuid v1.3.2
15932026-03-21T00:19:31.121Z Compiling darling v0.21.3
15942026-03-21T00:19:31.224Z Compiling nix v0.31.1
15952026-03-21T00:19:31.343Z Compiling document-features v0.2.12
15962026-03-21T00:19:31.513Z Compiling zerocopy v0.7.35
15972026-03-21T00:19:31.622Z Compiling sec1 v0.7.3
15982026-03-21T00:19:31.894Z Compiling publicsuffix v2.3.0
15992026-03-21T00:19:31.980Z Compiling group v0.13.0
16002026-03-21T00:19:32.201Z Compiling tower-http v0.6.8
16012026-03-21T00:19:32.220Z Compiling num-iter v0.1.45
16022026-03-21T00:19:32.364Z Compiling derive_builder v0.20.2
16032026-03-21T00:19:32.519Z Compiling rand v0.8.5
16042026-03-21T00:19:32.683Z Compiling oxnet v0.1.4
16052026-03-21T00:19:32.722Z Compiling proc-macro-error v1.0.4
16062026-03-21T00:19:32.856Z Compiling tokio-native-tls v0.3.1
16072026-03-21T00:19:33.065Z Compiling goblin v0.8.2
16082026-03-21T00:19:33.845Z Compiling heck v0.4.1
16092026-03-21T00:19:33.915Z Compiling phf_shared v0.13.1
16102026-03-21T00:19:33.992Z Compiling regex v1.12.3
16112026-03-21T00:19:34.132Z Compiling hubpack_derive v0.1.1
16122026-03-21T00:19:34.245Z Compiling lazy_static v1.5.0
16132026-03-21T00:19:34.352Z Compiling cargo-platform v0.1.9
16142026-03-21T00:19:34.374Z Compiling hkdf v0.12.4
16152026-03-21T00:19:34.606Z Compiling crypto-bigint v0.5.5
16162026-03-21T00:19:34.622Z Compiling ref-cast-impl v1.0.25
16172026-03-21T00:19:34.699Z Compiling strum_macros v0.27.2
16182026-03-21T00:19:34.740Z Compiling daft-derive v0.1.5
16192026-03-21T00:19:35.280Z Compiling flate2 v1.1.9
16202026-03-21T00:19:35.342Z Compiling curve25519-dalek-derive v0.1.1
16212026-03-21T00:19:35.705Z Compiling async-trait v0.1.89
16222026-03-21T00:19:35.827Z Compiling terminal_size v0.4.3
16232026-03-21T00:19:36.002Z Compiling vergen v9.0.6
16242026-03-21T00:19:36.171Z Compiling fs-err v3.3.0
16252026-03-21T00:19:36.228Z Compiling ahash v0.8.12
16262026-03-21T00:19:36.400Z Compiling object v0.37.3
16272026-03-21T00:19:36.470Z Compiling foldhash v0.1.5
16282026-03-21T00:19:36.686Z Compiling bitflags v1.3.2
16292026-03-21T00:19:36.735Z Compiling bumpalo v3.20.2
16302026-03-21T00:19:36.777Z Compiling libbz2-rs-sys v0.2.2
16312026-03-21T00:19:37.068Z Compiling winnow v0.5.40
16322026-03-21T00:19:37.146Z Compiling managed v0.8.0
16332026-03-21T00:19:37.452Z Compiling strum v0.27.2
16342026-03-21T00:19:37.505Z Compiling bzip2 v0.6.1
16352026-03-21T00:19:37.609Z Compiling clap_builder v4.5.60
16362026-03-21T00:19:37.699Z Compiling zopfli v0.8.3
16372026-03-21T00:19:37.775Z Compiling console v0.16.2
16382026-03-21T00:19:38.143Z Compiling hashbrown v0.15.5
16392026-03-21T00:19:38.583Z Compiling dof v0.3.0
16402026-03-21T00:19:38.643Z Compiling elliptic-curve v0.13.8
16412026-03-21T00:19:38.881Z Compiling toml_edit v0.19.15
16422026-03-21T00:19:39.034Z Compiling daft v0.1.5
16432026-03-21T00:19:39.327Z Compiling hubpack v0.1.2
16442026-03-21T00:19:39.398Z Compiling cargo_metadata v0.19.2
16452026-03-21T00:19:39.661Z Compiling phf v0.13.1
16462026-03-21T00:19:39.881Z Compiling zone_cfg_derive v0.3.1
16472026-03-21T00:19:40.725Z Compiling signal-hook-mio v0.2.5
16482026-03-21T00:19:41.341Z Compiling cookie_store v0.22.1
16492026-03-21T00:19:41.360Z Compiling rayon v1.11.0
16502026-03-21T00:19:41.888Z Compiling zstd v0.13.3
16512026-03-21T00:19:42.017Z Compiling hyper-tls v0.6.0
16522026-03-21T00:19:42.223Z Compiling bzip2 v0.4.4
16532026-03-21T00:19:42.330Z Compiling postgres-types v0.2.12
16542026-03-21T00:19:42.349Z Compiling serde_with_macros v3.17.0
16552026-03-21T00:19:42.621Z Compiling usdt-attr-macro v0.6.0
16562026-03-21T00:19:42.711Z Compiling usdt-macro v0.6.0
16572026-03-21T00:19:43.088Z Compiling ed25519 v2.2.3
16582026-03-21T00:19:43.662Z Compiling dtrace-parser v0.2.0
16592026-03-21T00:19:43.695Z Compiling itertools v0.12.1
16602026-03-21T00:19:43.830Z Compiling phf_shared v0.11.3
16612026-03-21T00:19:43.875Z Compiling bstr v1.12.1
16622026-03-21T00:19:44.075Z Compiling pkcs1 v0.7.5
16632026-03-21T00:19:44.101Z Compiling hex v0.4.3
16642026-03-21T00:19:44.232Z Compiling serde-big-array v0.5.1
16652026-03-21T00:19:44.469Z Compiling rfc6979 v0.4.0
16662026-03-21T00:19:44.506Z Compiling enum-as-inner v0.6.1
16672026-03-21T00:19:44.629Z Compiling serde_repr v0.1.20
16682026-03-21T00:19:44.648Z Compiling clap_derive v4.5.55
16692026-03-21T00:19:44.751Z Compiling strum_macros v0.26.4
16702026-03-21T00:19:44.791Z Compiling float-cmp v0.10.0
16712026-03-21T00:19:44.983Z Compiling memmap2 v0.9.10
16722026-03-21T00:19:45.168Z Compiling thread-id v4.2.2
16732026-03-21T00:19:45.272Z Compiling env_filter v1.0.0
16742026-03-21T00:19:45.291Z Compiling encoding_rs v0.8.35
16752026-03-21T00:19:45.321Z Compiling new_debug_unreachable v1.0.6
16762026-03-21T00:19:45.413Z Compiling precomputed-hash v0.1.1
16772026-03-21T00:19:45.439Z Compiling rustc-hash v2.1.1
16782026-03-21T00:19:45.527Z Compiling whoami v2.1.0
16792026-03-21T00:19:45.594Z Compiling unit-prefix v0.5.2
16802026-03-21T00:19:45.671Z Compiling fixedbitset v0.4.2
16812026-03-21T00:19:45.777Z Compiling mime v0.3.17
16822026-03-21T00:19:45.956Z Compiling fixedbitset v0.5.7
16832026-03-21T00:19:46.026Z Compiling static_assertions v1.1.0
16842026-03-21T00:19:46.118Z Compiling predicates-core v1.0.10
16852026-03-21T00:19:46.136Z Compiling difflib v0.4.0
16862026-03-21T00:19:46.349Z Compiling normalize-line-endings v0.3.0
16872026-03-21T00:19:46.371Z Compiling keccak v0.1.6
16882026-03-21T00:19:46.468Z Compiling data-encoding v2.10.0
16892026-03-21T00:19:46.900Z Compiling jiff v0.2.21
16902026-03-21T00:19:46.964Z Compiling hickory-proto v0.25.2
16912026-03-21T00:19:47.104Z Compiling clap v4.5.60
16922026-03-21T00:19:47.185Z Compiling strum v0.26.3
16932026-03-21T00:19:47.205Z Compiling sha3 v0.10.8
16942026-03-21T00:19:47.347Z Compiling predicates v3.1.4
16952026-03-21T00:19:47.366Z Compiling petgraph v0.8.3
16962026-03-21T00:19:47.433Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16972026-03-21T00:19:47.488Z Compiling petgraph v0.6.5
16982026-03-21T00:19:47.802Z Compiling tokio-postgres v0.7.16
16992026-03-21T00:19:48.219Z Compiling indicatif v0.18.4
17002026-03-21T00:19:49.346Z Compiling toml_edit v0.22.27
17012026-03-21T00:19:49.510Z Compiling iddqd v0.3.17
17022026-03-21T00:19:50.027Z Compiling string_cache v0.8.9
17032026-03-21T00:19:50.323Z Compiling env_logger v0.11.9
17042026-03-21T00:19:50.775Z Compiling zip v4.6.1
17052026-03-21T00:19:50.808Z Compiling zone v0.3.1
17062026-03-21T00:19:51.065Z Compiling usdt-impl v0.5.0
17072026-03-21T00:19:51.200Z Compiling usdt v0.6.0
17082026-03-21T00:19:51.529Z Compiling ecdsa v0.16.9
17092026-03-21T00:19:51.712Z Compiling similar v2.7.0
17102026-03-21T00:19:51.838Z Compiling serde_with v3.17.0
17112026-03-21T00:19:52.039Z Compiling rsa v0.9.10
17122026-03-21T00:19:52.078Z Compiling crossterm v0.28.1
17132026-03-21T00:19:52.863Z Compiling ed25519-dalek v2.2.0
17142026-03-21T00:19:52.882Z Compiling zip v0.6.6
17152026-03-21T00:19:53.664Z Compiling toml v0.7.8
17162026-03-21T00:19:54.163Z Compiling toml_parser v1.0.9+spec-1.1.0
17172026-03-21T00:19:54.235Z Compiling itertools v0.13.0
17182026-03-21T00:19:54.272Z Compiling tokio-stream v0.1.18
17192026-03-21T00:19:54.560Z Compiling buf-list v1.1.2
17202026-03-21T00:19:55.024Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17212026-03-21T00:19:55.034Z Compiling x509-cert v0.2.5
17222026-03-21T00:19:55.043Z Compiling openapiv3 v2.2.0
17232026-03-21T00:19:55.299Z Compiling sha1 v0.10.6
17242026-03-21T00:19:55.332Z Compiling toml_datetime v0.7.5+spec-1.1.0
17252026-03-21T00:19:55.598Z Compiling lalrpop-util v0.19.12
17262026-03-21T00:19:55.714Z Compiling peg-runtime v0.8.5
17272026-03-21T00:19:55.827Z Compiling thread_local v1.1.9
17282026-03-21T00:19:55.976Z Compiling slog-async v2.8.0
17292026-03-21T00:19:56.082Z Compiling crossbeam-channel v0.5.15
17302026-03-21T00:19:56.148Z Compiling futures-executor v0.3.32
17312026-03-21T00:19:56.255Z Compiling filetime v0.2.27
17322026-03-21T00:19:56.377Z Compiling is-terminal v0.4.17
17332026-03-21T00:19:56.483Z Compiling take_mut v0.2.2
17342026-03-21T00:19:56.502Z Compiling xattr v1.6.1
17352026-03-21T00:19:56.505Z Compiling term v1.2.1
17362026-03-21T00:19:56.708Z Compiling tar v0.4.44
17372026-03-21T00:19:56.724Z Compiling futures v0.3.32
17382026-03-21T00:19:57.226Z Compiling slog-term v2.9.2
17392026-03-21T00:20:03.714Z Compiling rustls-webpki v0.103.9
17402026-03-21T00:20:07.783Z Compiling tokio-rustls v0.26.4
17412026-03-21T00:20:07.783Z Compiling rustls-platform-verifier v0.6.2
17422026-03-21T00:20:08.053Z Compiling hyper-rustls v0.27.7
17432026-03-21T00:20:08.318Z Compiling reqwest v0.13.2
17442026-03-21T00:20:08.318Z Compiling reqwest v0.12.28
17452026-03-21T00:20:11.377Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17462026-03-21T00:20:11.654Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17472026-03-21T00:20:15.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17482026-03-21T00:20:15.659Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17492026-03-21T00:20:15.720ZMar 21 00:20:14.739 INFO Starting download, target: MaghemiteMgd
17502026-03-21T00:20:15.720ZMar 21 00:20:14.740 INFO Starting download, target: DendriteStub
17512026-03-21T00:20:15.723ZMar 21 00:20:14.740 INFO Starting download, target: Console
17522026-03-21T00:20:15.723ZMar 21 00:20:14.740 INFO Starting download, target: Cockroach
17532026-03-21T00:20:15.723ZMar 21 00:20:14.740 INFO Starting download, target: TransceiverControl
17542026-03-21T00:20:15.723ZMar 21 00:20:14.740 INFO Starting download, target: Clickhouse
17552026-03-21T00:20:15.723ZMar 21 00:20:14.740 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17562026-03-21T00:20:15.724ZMar 21 00:20:14.740 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-03-21T00:20:15.724ZMar 21 00:20:14.740 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17582026-03-21T00:20:15.724ZMar 21 00:20:14.740 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17592026-03-21T00:20:15.724ZMar 21 00:20:14.740 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17602026-03-21T00:20:15.724ZMar 21 00:20:14.740 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-03-21T00:20:16.232ZMar 21 00:20:15.247 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17622026-03-21T00:20:16.576ZMar 21 00:20:15.594 INFO Download complete, target: TransceiverControl
17632026-03-21T00:20:16.820ZMar 21 00:20:15.837 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-03-21T00:20:17.114ZMar 21 00:20:16.081 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17652026-03-21T00:20:17.224ZMar 21 00:20:16.241 INFO Download complete, target: Console
17662026-03-21T00:20:17.689ZMar 21 00:20:16.707 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17672026-03-21T00:20:18.319ZMar 21 00:20:17.338 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17682026-03-21T00:20:18.319ZMar 21 00:20:17.338 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17692026-03-21T00:20:18.356ZMar 21 00:20:17.376 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-21T00:20:20.703ZMar 21 00:20:19.722 INFO Download complete, target: DendriteStub
17712026-03-21T00:20:21.397ZMar 21 00:20:20.416 INFO Download complete, target: MaghemiteMgd
17722026-03-21T00:20:26.341ZMar 21 00:20:25.358 INFO Checking that binary works, target: Cockroach
17732026-03-21T00:20:26.455ZMar 21 00:20:25.473 INFO Download complete, target: Cockroach
17742026-03-21T00:20:29.886ZMar 21 00:20:28.905 INFO Checking that binary works, target: Clickhouse
17752026-03-21T00:20:30.044ZMar 21 00:20:29.063 INFO Download complete, target: Clickhouse
17762026-03-21T00:20:30.061ZAll builder prerequisites installed successfully, and PATH looks valid
17772026-03-21T00:20:30.064Z
17782026-03-21T00:20:30.064Zreal 3:59.420479662
17792026-03-21T00:20:30.064Zuser 10:26.296644295
17802026-03-21T00:20:30.064Zsys 1:48.077108629
17812026-03-21T00:20:30.064Ztrap 0.332793548
17822026-03-21T00:20:30.064Ztflt 0.678129532
17832026-03-21T00:20:30.064Zdflt 0.643884896
17842026-03-21T00:20:30.064Zkflt 0.108594792
17852026-03-21T00:20:30.064Zlock 31:14.169048583
17862026-03-21T00:20:30.064Zslp 29:26.357786531
17872026-03-21T00:20:30.064Zlat 57.237467782
17882026-03-21T00:20:30.064Zstop 2:39.712349962
17892026-03-21T00:20:30.064Z+ banner clippy
17902026-03-21T00:20:30.064Z
17912026-03-21T00:20:30.064Z #### # # ##### ##### # #
17922026-03-21T00:20:30.064Z # # # # # # # # # #
17932026-03-21T00:20:30.064Z # # # # # # # #
17942026-03-21T00:20:30.064Z # # # ##### ##### #
17952026-03-21T00:20:30.064Z # # # # # # #
17962026-03-21T00:20:30.064Z #### ###### # # # #
17972026-03-21T00:20:30.065Z
17982026-03-21T00:20:30.065Z+ export CARGO_INCREMENTAL=0
17992026-03-21T00:20:30.065Z+ CARGO_INCREMENTAL=0
18002026-03-21T00:20:30.065Z+ ptime -m cargo xtask clippy
18012026-03-21T00:20:30.764Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18022026-03-21T00:20:31.044Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18032026-03-21T00:20:33.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
18042026-03-21T00:20:33.651Z Running `target/debug/xtask clippy`
18052026-03-21T00:20:33.683Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18062026-03-21T00:20:34.454Z Downloading crates ...
18072026-03-21T00:20:34.710Z Downloaded assert-json-diff v2.0.2
18082026-03-21T00:20:34.715Z Downloaded anes v0.1.6
18092026-03-21T00:20:34.721Z Downloaded approx v0.5.1
18102026-03-21T00:20:34.724Z Downloaded backtrace-ext v0.2.1
18112026-03-21T00:20:34.730Z Downloaded supports-hyperlinks v2.1.0
18122026-03-21T00:20:34.733Z Downloaded stringmetrics v2.2.2
18132026-03-21T00:20:34.733Z Downloaded cast v0.3.0
18142026-03-21T00:20:34.753Z Downloaded similar-asserts v1.7.0
18152026-03-21T00:20:34.756Z Downloaded cargo-platform v0.3.2
18162026-03-21T00:20:34.756Z Downloaded parking v2.2.1
18172026-03-21T00:20:34.759Z Downloaded nested v0.1.1
18182026-03-21T00:20:34.759Z Downloaded async-lock v3.4.2
18192026-03-21T00:20:34.762Z Downloaded relative-path v1.9.3
18202026-03-21T00:20:34.762Z Downloaded linkme v0.3.35
18212026-03-21T00:20:34.765Z Downloaded assert_cmd v2.1.2
18222026-03-21T00:20:34.768Z Downloaded datatest-stable v0.3.3
18232026-03-21T00:20:34.772Z Downloaded target-triple v1.0.0
18242026-03-21T00:20:34.772Z Downloaded addr2line v0.25.1
18252026-03-21T00:20:34.776Z Downloaded supports-color v2.1.0
18262026-03-21T00:20:34.783Z Downloaded plotters-svg v0.3.7
18272026-03-21T00:20:34.787Z Downloaded constant_time_eq v0.3.1
18282026-03-21T00:20:34.798Z Downloaded serde_regex v1.1.0
18292026-03-21T00:20:34.801Z Downloaded event-listener-strategy v0.5.4
18302026-03-21T00:20:34.804Z Downloaded linkme-impl v0.3.35
18312026-03-21T00:20:34.804Z Downloaded async-object-pool v0.2.0
18322026-03-21T00:20:34.808Z Downloaded terminal_size v0.1.17
18332026-03-21T00:20:34.808Z Downloaded toml v1.0.3+spec-1.1.0
18342026-03-21T00:20:34.810Z Downloaded partial-io v0.5.4
18352026-03-21T00:20:34.810Z Downloaded miette-derive v5.10.0
18362026-03-21T00:20:34.814Z Downloaded supports-unicode v2.1.0
18372026-03-21T00:20:34.814Z Downloaded pathdiff v0.2.3
18382026-03-21T00:20:34.817Z Downloaded plotters-backend v0.3.7
18392026-03-21T00:20:34.820Z Downloaded guppy-workspace-hack v0.1.0
18402026-03-21T00:20:34.820Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18412026-03-21T00:20:34.820Z Downloaded path-tree v0.8.3
18422026-03-21T00:20:34.820Z Downloaded escape8259 v0.5.3
18432026-03-21T00:20:34.825Z Downloaded tinytemplate v1.2.1
18442026-03-21T00:20:34.828Z Downloaded target-lexicon v0.13.3
18452026-03-21T00:20:34.828Z Downloaded criterion-plot v0.6.0
18462026-03-21T00:20:34.831Z Downloaded termcolor v1.4.1
18472026-03-21T00:20:34.831Z Downloaded target-spec v3.5.7
18482026-03-21T00:20:34.831Z Downloaded cargo_metadata v0.23.1
18492026-03-21T00:20:34.834Z Downloaded concurrent-queue v2.5.0
18502026-03-21T00:20:34.837Z Downloaded knuffel v3.2.0
18512026-03-21T00:20:34.840Z Downloaded libtest-mimic v0.8.1
18522026-03-21T00:20:34.843Z Downloaded rust-argon2 v2.1.0
18532026-03-21T00:20:34.846Z Downloaded owo-colors v3.5.0
18542026-03-21T00:20:34.846Z Downloaded knuffel-derive v3.2.0
18552026-03-21T00:20:34.849Z Downloaded futures-timer v3.0.3
18562026-03-21T00:20:34.849Z Downloaded httptest v0.16.4
18572026-03-21T00:20:34.852Z Downloaded event-listener v5.4.1
18582026-03-21T00:20:34.856Z Downloaded trybuild v1.0.116
18592026-03-21T00:20:34.861Z Downloaded miette v5.10.0
18602026-03-21T00:20:34.864Z Downloaded oorandom v11.1.5
18612026-03-21T00:20:34.868Z Downloaded blake2b_simd v1.0.4
18622026-03-21T00:20:34.882Z Downloaded criterion v0.7.0
18632026-03-21T00:20:34.887Z Downloaded rustc-demangle v0.1.27
18642026-03-21T00:20:34.890Z Downloaded cfg-expr v0.20.6
18652026-03-21T00:20:34.893Z Downloaded rstest v0.25.0
18662026-03-21T00:20:34.898Z Downloaded textwrap v0.15.2
18672026-03-21T00:20:34.902Z Downloaded rstest_macros v0.25.0
18682026-03-21T00:20:34.902Z Downloaded rand_distr v0.5.1
18692026-03-21T00:20:34.906Z Downloaded fancy-regex v0.14.0
18702026-03-21T00:20:34.906Z Downloaded chumsky v0.9.3
18712026-03-21T00:20:34.909Z Downloaded backtrace v0.3.76
18722026-03-21T00:20:34.912Z Downloaded hashbrown v0.14.5
18732026-03-21T00:20:34.916Z Downloaded plotters v0.3.7
18742026-03-21T00:20:34.921Z Downloaded guppy v0.17.25
18752026-03-21T00:20:34.943Z Downloaded gimli v0.32.3
18762026-03-21T00:20:35.049Z Downloaded httpmock v0.8.3
18772026-03-21T00:20:37.234Z Checking cfg-if v1.0.4
18782026-03-21T00:20:37.647Z Checking libc v0.2.180
18792026-03-21T00:20:37.649Z Checking serde_core v1.0.228
18802026-03-21T00:20:37.744Z Checking memchr v2.8.0
18812026-03-21T00:20:37.794Z Checking smallvec v1.15.1
18822026-03-21T00:20:37.845Z Checking log v0.4.29
18832026-03-21T00:20:37.849Z Checking itoa v1.0.17
18842026-03-21T00:20:37.952Z Checking zeroize v1.8.2
18852026-03-21T00:20:38.007Z Checking libm v0.2.16
18862026-03-21T00:20:38.070Z Checking scopeguard v1.2.0
18872026-03-21T00:20:38.125Z Checking stable_deref_trait v1.2.1
18882026-03-21T00:20:38.182Z Checking zmij v1.0.21
18892026-03-21T00:20:38.236Z Checking lock_api v0.4.14
18902026-03-21T00:20:38.236Z Checking zerofrom v0.1.6
18912026-03-21T00:20:38.337Z Checking errno v0.3.14
18922026-03-21T00:20:38.338Z Checking getrandom v0.2.17
18932026-03-21T00:20:38.435Z Checking percent-encoding v2.3.2
18942026-03-21T00:20:38.484Z Checking yoke v0.8.1
18952026-03-21T00:20:38.533Z Checking litemap v0.8.1
18962026-03-21T00:20:38.580Z Checking writeable v0.6.2
18972026-03-21T00:20:38.628Z Checking subtle v2.6.1
18982026-03-21T00:20:38.677Z Checking icu_normalizer_data v2.1.1
18992026-03-21T00:20:38.677Z Checking icu_properties_data v2.1.2
19002026-03-21T00:20:38.768Z Checking zerovec v0.11.5
19012026-03-21T00:20:38.815Z Checking zerotrie v0.2.3
19022026-03-21T00:20:38.864Z Checking form_urlencoded v1.2.2
19032026-03-21T00:20:38.864Z Checking rand_core v0.6.4
19042026-03-21T00:20:38.961Z Checking portable-atomic v1.13.1
19052026-03-21T00:20:39.012Z Checking utf8_iter v1.0.4
19062026-03-21T00:20:39.015Z Checking num-traits v0.2.19
19072026-03-21T00:20:39.104Z Checking pin-project-lite v0.2.17
19082026-03-21T00:20:39.168Z Checking zerocopy v0.8.40
19092026-03-21T00:20:39.218Z Checking critical-section v1.2.0
19102026-03-21T00:20:39.269Z Checking parking_lot_core v0.9.12
19112026-03-21T00:20:39.320Z Checking rand_core v0.10.0
19122026-03-21T00:20:39.389Z Checking signal-hook-registry v1.4.8
19132026-03-21T00:20:39.437Z Checking tinystr v0.8.2
19142026-03-21T00:20:39.549Z Checking potential_utf v0.1.4
19152026-03-21T00:20:39.599Z Checking parking_lot v0.12.5
19162026-03-21T00:20:39.602Z Checking once_cell v1.21.3
19172026-03-21T00:20:39.648Z Checking getrandom v0.4.1
19182026-03-21T00:20:39.741Z Checking icu_locale_core v2.1.1
19192026-03-21T00:20:39.790Z Checking icu_collections v2.1.1
19202026-03-21T00:20:39.850Z Checking mio v1.1.1
19212026-03-21T00:20:39.901Z Checking serde v1.0.228
19222026-03-21T00:20:39.904Z Checking bitflags v2.11.0
19232026-03-21T00:20:39.997Z Checking serde_json v1.0.149
19242026-03-21T00:20:40.048Z Checking typenum v1.19.0
19252026-03-21T00:20:40.206Z Checking socket2 v0.6.2
19262026-03-21T00:20:40.271Z Checking thiserror v2.0.18
19272026-03-21T00:20:40.322Z Checking iana-time-zone v0.1.65
19282026-03-21T00:20:40.494Z Checking allocator-api2 v0.2.21
19292026-03-21T00:20:40.505Z Checking bytes v1.11.1
19302026-03-21T00:20:40.505Z Checking chrono v0.4.44
19312026-03-21T00:20:40.597Z Checking icu_provider v2.1.1
19322026-03-21T00:20:40.648Z Checking uuid v1.21.0
19332026-03-21T00:20:40.795Z Checking generic-array v0.14.7
19342026-03-21T00:20:40.861Z Checking semver v1.0.27
19352026-03-21T00:20:40.942Z Checking icu_properties v2.1.2
19362026-03-21T00:20:40.992Z Checking icu_normalizer v2.1.1
19372026-03-21T00:20:41.123Z Checking futures-core v0.3.32
19382026-03-21T00:20:41.177Z Checking tokio v1.49.0
19392026-03-21T00:20:41.240Z Checking equivalent v1.0.2
19402026-03-21T00:20:41.348Z Checking const-oid v0.9.6
19412026-03-21T00:20:41.404Z Checking dyn-clone v1.0.20
19422026-03-21T00:20:41.451Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19432026-03-21T00:20:41.499Z Checking crypto-common v0.1.7
19442026-03-21T00:20:41.567Z Checking foldhash v0.2.0
19452026-03-21T00:20:41.719Z Checking block-buffer v0.10.4
19462026-03-21T00:20:41.793Z Checking futures-sink v0.3.32
19472026-03-21T00:20:41.840Z Checking hashbrown v0.16.1
19482026-03-21T00:20:41.899Z Checking rustix v1.1.3
19492026-03-21T00:20:41.949Z Checking byteorder v1.5.0
19502026-03-21T00:20:41.997Z Checking futures-channel v0.3.32
19512026-03-21T00:20:42.134Z Checking idna_adapter v1.2.1
19522026-03-21T00:20:42.256Z Checking futures-task v0.3.32
19532026-03-21T00:20:42.305Z Checking futures-io v0.3.32
19542026-03-21T00:20:42.353Z Checking idna v1.1.0
19552026-03-21T00:20:42.402Z Checking digest v0.10.7
19562026-03-21T00:20:42.474Z Checking slab v0.4.12
19572026-03-21T00:20:42.523Z Checking cpufeatures v0.2.17
19582026-03-21T00:20:42.573Z Checking indexmap v2.13.0
19592026-03-21T00:20:42.652Z Checking thiserror v1.0.69
19602026-03-21T00:20:42.705Z Checking getrandom v0.3.4
19612026-03-21T00:20:42.753Z Checking futures-util v0.3.32
19622026-03-21T00:20:42.757Z Checking url v2.5.8
19632026-03-21T00:20:42.847Z Checking fnv v1.0.7
19642026-03-21T00:20:42.922Z Checking regex-syntax v0.8.10
19652026-03-21T00:20:43.005Z Checking http v1.4.0
19662026-03-21T00:20:43.143Z Checking tracing-core v0.1.36
19672026-03-21T00:20:43.238Z Checking ppv-lite86 v0.2.21
19682026-03-21T00:20:43.378Z Checking base64 v0.22.1
19692026-03-21T00:20:43.427Z Checking schemars v0.8.22
19702026-03-21T00:20:43.593Z Checking tracing v0.1.44
19712026-03-21T00:20:43.683Z Checking unicode-ident v1.0.24
19722026-03-21T00:20:43.734Z Checking ipnet v2.11.0
19732026-03-21T00:20:43.826Z Checking utf8parse v0.2.2
19742026-03-21T00:20:43.880Z Checking anstyle v1.0.13
19752026-03-21T00:20:43.928Z Checking proc-macro2 v1.0.106
19762026-03-21T00:20:43.999Z Checking untrusted v0.9.0
19772026-03-21T00:20:44.119Z Checking anstyle-parse v0.2.7
19782026-03-21T00:20:44.169Z Checking aho-corasick v1.1.4
19792026-03-21T00:20:44.215Z Checking ring v0.17.14
19802026-03-21T00:20:44.353Z Checking is_terminal_polyfill v1.70.2
19812026-03-21T00:20:44.405Z Checking quote v1.0.44
19822026-03-21T00:20:44.408Z Checking base64ct v1.8.3
19832026-03-21T00:20:44.505Z Checking anstyle-query v1.1.5
19842026-03-21T00:20:44.663Z Checking colorchoice v1.0.4
19852026-03-21T00:20:44.712Z Checking syn v2.0.117
19862026-03-21T00:20:44.763Z Checking block-padding v0.3.3
19872026-03-21T00:20:44.811Z Checking terminal_size v0.4.3
19882026-03-21T00:20:44.858Z Checking anstream v0.6.21
19892026-03-21T00:20:44.971Z Checking inout v0.1.4
19902026-03-21T00:20:45.016Z Checking rustls-pki-types v1.14.0
19912026-03-21T00:20:45.129Z Checking regex-automata v0.4.14
19922026-03-21T00:20:45.160Z Checking crossbeam-utils v0.8.21
19932026-03-21T00:20:45.296Z Checking httparse v1.10.1
19942026-03-21T00:20:45.418Z Checking cipher v0.4.4
19952026-03-21T00:20:45.468Z Checking strsim v0.11.1
19962026-03-21T00:20:45.525Z Checking tokio-util v0.7.18
19972026-03-21T00:20:45.596Z Checking clap_lex v1.0.0
19982026-03-21T00:20:45.645Z Checking sha2 v0.10.9
19992026-03-21T00:20:45.714Z Checking pem-rfc7468 v0.7.0
20002026-03-21T00:20:45.765Z Checking http-body v1.0.1
20012026-03-21T00:20:45.768Z Checking rand_core v0.9.5
20022026-03-21T00:20:45.860Z Checking clap_builder v4.5.60
20032026-03-21T00:20:45.954Z Checking atomic-waker v1.1.2
20042026-03-21T00:20:46.003Z Checking hmac v0.12.1
20052026-03-21T00:20:46.052Z Checking try-lock v0.2.5
20062026-03-21T00:20:46.101Z Checking httpdate v1.0.3
20072026-03-21T00:20:46.148Z Checking pin-utils v0.1.0
20082026-03-21T00:20:46.211Z Checking want v0.3.1
20092026-03-21T00:20:46.216Z Checking ryu v1.0.23
20102026-03-21T00:20:46.306Z Checking tower-layer v0.3.3
20112026-03-21T00:20:46.356Z Checking flagset v0.4.7
20122026-03-21T00:20:46.405Z Checking tower-service v0.3.3
20132026-03-21T00:20:46.408Z Checking h2 v0.4.13
20142026-03-21T00:20:46.500Z Checking rand_chacha v0.9.0
20152026-03-21T00:20:46.549Z Checking erased-serde v0.3.31
20162026-03-21T00:20:46.552Z Checking der v0.7.10
20172026-03-21T00:20:46.552Z Checking spin v0.9.8
20182026-03-21T00:20:46.798Z Checking rand v0.9.2
20192026-03-21T00:20:46.873Z Checking anyhow v1.0.102
20202026-03-21T00:20:47.165Z Checking slog v2.8.2
20212026-03-21T00:20:47.214Z Checking powerfmt v0.2.0
20222026-03-21T00:20:47.450Z Checking deranged v0.5.8
20232026-03-21T00:20:47.501Z Checking num_threads v0.1.7
20242026-03-21T00:20:47.577Z Checking num-conv v0.2.0
20252026-03-21T00:20:47.626Z Checking clap v4.5.60
20262026-03-21T00:20:47.679Z Checking time-core v0.1.8
20272026-03-21T00:20:47.731Z Checking http-body-util v0.1.3
20282026-03-21T00:20:47.734Z Checking aws-lc-sys v0.37.1
20292026-03-21T00:20:47.828Z Checking untrusted v0.7.1
20302026-03-21T00:20:47.831Z Checking openssl-probe v0.2.1
20312026-03-21T00:20:47.923Z Checking fastrand v2.3.0
20322026-03-21T00:20:48.007Z Checking regex v1.12.3
20332026-03-21T00:20:48.011Z Checking spki v0.7.3
20342026-03-21T00:20:48.108Z Checking serde_urlencoded v0.7.1
20352026-03-21T00:20:48.111Z Checking pbkdf2 v0.12.2
20362026-03-21T00:20:48.200Z Checking aes v0.8.4
20372026-03-21T00:20:48.305Z Checking rand_chacha v0.3.1
20382026-03-21T00:20:48.356Z Checking pretty-hex v0.4.1
20392026-03-21T00:20:48.414Z Checking unicode-width v0.2.0
20402026-03-21T00:20:48.464Z Checking cbc v0.1.2
20412026-03-21T00:20:48.534Z Checking aws-lc-rs v1.16.0
20422026-03-21T00:20:48.583Z Checking salsa20 v0.10.2
20432026-03-21T00:20:48.631Z Checking rand v0.8.5
20442026-03-21T00:20:48.681Z Checking ipnetwork v0.21.1
20452026-03-21T00:20:48.769Z Checking tempfile v3.25.0
20462026-03-21T00:20:48.821Z Checking scrypt v0.11.0
20472026-03-21T00:20:48.824Z Checking time v0.3.47
20482026-03-21T00:20:48.824Z Checking hex v0.4.3
20492026-03-21T00:20:48.994Z Checking plain v0.2.3
20502026-03-21T00:20:49.043Z Checking pkcs5 v0.7.1
20512026-03-21T00:20:49.142Z Checking rustls-native-certs v0.8.3
20522026-03-21T00:20:49.163Z Checking sync_wrapper v1.0.2
20532026-03-21T00:20:49.213Z Checking camino v1.2.2
20542026-03-21T00:20:49.289Z Checking ucd-trie v0.1.7
20552026-03-21T00:20:49.339Z Checking tower v0.5.3
20562026-03-21T00:20:49.389Z Checking webpki-roots v1.0.6
20572026-03-21T00:20:49.438Z Checking pkcs8 v0.10.2
20582026-03-21T00:20:49.496Z Checking pest v2.8.6
20592026-03-21T00:20:49.577Z Checking iri-string v0.7.10
20602026-03-21T00:20:49.628Z Checking mime v0.3.17
20612026-03-21T00:20:49.708Z Checking either v1.15.0
20622026-03-21T00:20:49.759Z Checking rustls-webpki v0.103.9
20632026-03-21T00:20:49.900Z Checking openapiv3 v2.2.0
20642026-03-21T00:20:49.903Z Checking winnow v0.7.14
20652026-03-21T00:20:50.005Z Checking oxnet v0.1.4
20662026-03-21T00:20:50.118Z Checking hyper v1.8.1
20672026-03-21T00:20:50.357Z Checking rustls v0.23.37
20682026-03-21T00:20:50.362Z Checking lazy_static v1.5.0
20692026-03-21T00:20:50.523Z Checking foreign-types-shared v0.1.1
20702026-03-21T00:20:50.573Z Checking static_assertions v1.1.0
20712026-03-21T00:20:50.669Z Checking foreign-types v0.3.2
20722026-03-21T00:20:50.719Z Checking signature v2.2.0
20732026-03-21T00:20:50.799Z Checking openssl-sys v0.9.111
20742026-03-21T00:20:50.924Z Checking encoding_rs v0.8.35
20752026-03-21T00:20:51.008Z Checking simd-adler32 v0.3.8
20762026-03-21T00:20:51.104Z Checking tower-http v0.6.8
20772026-03-21T00:20:51.279Z Checking hubpack v0.1.2
20782026-03-21T00:20:51.393Z Checking hyper-util v0.1.20
20792026-03-21T00:20:51.490Z Checking openssl v0.10.75
20802026-03-21T00:20:51.540Z Checking adler2 v2.0.1
20812026-03-21T00:20:51.543Z Checking strum v0.26.3
20822026-03-21T00:20:51.636Z Checking sha1 v0.10.6
20832026-03-21T00:20:51.715Z Checking miniz_oxide v0.8.9
20842026-03-21T00:20:51.766Z Checking tinyvec_macros v0.1.1
20852026-03-21T00:20:51.770Z Checking data-encoding v2.10.0
20862026-03-21T00:20:51.877Z Checking toml_datetime v0.6.11
20872026-03-21T00:20:51.925Z Checking tinyvec v1.10.0
20882026-03-21T00:20:52.154Z Checking serde_spanned v0.6.9
20892026-03-21T00:20:52.206Z Checking num-integer v0.1.46
20902026-03-21T00:20:52.256Z Checking scroll v0.13.0
20912026-03-21T00:20:52.260Z Checking memmap2 v0.9.10
20922026-03-21T00:20:52.356Z Checking bit-vec v0.8.0
20932026-03-21T00:20:52.406Z Checking base16ct v0.2.0
20942026-03-21T00:20:52.528Z Checking dtrace-parser v0.3.0
20952026-03-21T00:20:52.577Z Checking crossbeam-epoch v0.9.18
20962026-03-21T00:20:52.625Z Checking sec1 v0.7.3
20972026-03-21T00:20:52.675Z Checking bit-set v0.8.0
20982026-03-21T00:20:52.678Z Checking goblin v0.10.5
20992026-03-21T00:20:52.882Z Checking crc32fast v1.5.0
21002026-03-21T00:20:52.960Z Checking ff v0.13.1
21012026-03-21T00:20:52.964Z Checking thread-id v5.1.0
21022026-03-21T00:20:53.027Z Checking wait-timeout v0.2.1
21032026-03-21T00:20:53.076Z Checking num-iter v0.1.45
21042026-03-21T00:20:53.128Z Checking bstr v1.12.1
21052026-03-21T00:20:53.131Z Checking hkdf v0.12.4
21062026-03-21T00:20:53.224Z Checking group v0.13.0
21072026-03-21T00:20:53.227Z Checking ahash v0.8.12
21082026-03-21T00:20:53.317Z Checking crypto-bigint v0.5.5
21092026-03-21T00:20:53.382Z Checking quick-error v1.2.3
21102026-03-21T00:20:53.450Z Checking rand_xorshift v0.4.0
21112026-03-21T00:20:53.552Z Checking rusty-fork v0.3.1
21122026-03-21T00:20:53.603Z Checking scroll v0.12.0
21132026-03-21T00:20:53.653Z Checking unarray v0.1.4
21142026-03-21T00:20:53.657Z Checking tokio-rustls v0.26.4
21152026-03-21T00:20:53.747Z Checking num-bigint-dig v0.8.6
21162026-03-21T00:20:53.804Z Checking pkcs1 v0.7.5
21172026-03-21T00:20:53.868Z Checking proptest v1.10.0
21182026-03-21T00:20:53.941Z Checking goblin v0.8.2
21192026-03-21T00:20:53.994Z Checking hyper-rustls v0.27.7
21202026-03-21T00:20:54.117Z Checking x509-cert v0.2.5
21212026-03-21T00:20:54.295Z Checking zerocopy v0.7.35
21222026-03-21T00:20:54.411Z Checking native-tls v0.2.18
21232026-03-21T00:20:54.678Z Checking tokio-native-tls v0.3.1
21242026-03-21T00:20:54.727Z Checking elliptic-curve v0.13.8
21252026-03-21T00:20:54.914Z Checking hyper-tls v0.6.0
21262026-03-21T00:20:54.964Z Checking psl-types v2.0.11
21272026-03-21T00:20:55.034Z Checking zlib-rs v0.6.2
21282026-03-21T00:20:55.085Z Checking unicode-segmentation v1.12.0
21292026-03-21T00:20:55.148Z Checking publicsuffix v2.3.0
21302026-03-21T00:20:55.201Z Checking reqwest v0.12.28
21312026-03-21T00:20:55.204Z Checking rsa v0.9.10
21322026-03-21T00:20:55.399Z Checking crossbeam-deque v0.8.6
21332026-03-21T00:20:55.666Z Checking dtrace-parser v0.2.0
21342026-03-21T00:20:55.678Z Checking cookie v0.18.1
21352026-03-21T00:20:55.884Z Checking rfc6979 v0.4.0
21362026-03-21T00:20:55.935Z Checking thread-id v4.2.2
21372026-03-21T00:20:55.990Z Checking dof v0.4.0
21382026-03-21T00:20:56.040Z Checking toml_write v0.1.2
21392026-03-21T00:20:56.091Z Checking ecdsa v0.16.9
21402026-03-21T00:20:56.095Z Checking cookie_store v0.22.1
21412026-03-21T00:20:56.281Z Checking flate2 v1.1.9
21422026-03-21T00:20:56.329Z Checking toml_edit v0.22.27
21432026-03-21T00:20:56.399Z Checking rustls-platform-verifier v0.6.2
21442026-03-21T00:20:56.449Z Checking newtype-uuid v1.3.2
21452026-03-21T00:20:56.577Z Checking toml_parser v1.0.9+spec-1.1.0
21462026-03-21T00:20:56.631Z Checking curve25519-dalek v4.1.3
21472026-03-21T00:20:56.634Z Checking dof v0.3.0
21482026-03-21T00:20:56.634Z Checking memoffset v0.9.1
21492026-03-21T00:20:56.786Z Checking rustix v0.38.44
21502026-03-21T00:20:56.791Z Checking env_filter v1.0.0
21512026-03-21T00:20:56.868Z Checking keccak v0.1.6
21522026-03-21T00:20:56.916Z Checking usdt-impl v0.6.0
21532026-03-21T00:20:57.044Z Checking env_logger v0.11.9
21542026-03-21T00:20:57.095Z Checking usdt-impl v0.5.0
21552026-03-21T00:20:57.098Z Checking daft v0.1.5
21562026-03-21T00:20:57.193Z Checking sha3 v0.10.8
21572026-03-21T00:20:57.320Z Checking usdt v0.6.0
21582026-03-21T00:20:57.369Z Checking reqwest v0.13.2
21592026-03-21T00:20:57.494Z Checking ed25519 v2.2.3
21602026-03-21T00:20:57.499Z Checking itertools v0.13.0
21612026-03-21T00:20:57.594Z Checking serde_with v3.17.0
21622026-03-21T00:20:57.597Z Checking siphasher v1.0.2
21632026-03-21T00:20:57.720Z Checking bitflags v1.3.2
21642026-03-21T00:20:57.778Z Checking ed25519-dalek v2.2.0
21652026-03-21T00:20:57.854Z Checking unicode-normalization v0.1.25
21662026-03-21T00:20:57.905Z Checking signal-hook v0.3.18
21672026-03-21T00:20:57.953Z Checking toml_datetime v0.7.5+spec-1.1.0
21682026-03-21T00:20:58.003Z Checking winnow v0.5.40
21692026-03-21T00:20:58.112Z Checking managed v0.8.0
21702026-03-21T00:20:58.187Z Checking nix v0.31.1
21712026-03-21T00:20:58.259Z Checking rayon-core v1.13.0
21722026-03-21T00:20:58.399Z Checking bzip2-sys v0.1.13+1.0.8
21732026-03-21T00:20:58.457Z Checking object v0.37.3
21742026-03-21T00:20:58.548Z Checking foldhash v0.1.5
21752026-03-21T00:20:58.601Z Checking bzip2 v0.4.4
21762026-03-21T00:20:58.731Z Checking signal-hook-mio v0.2.5
21772026-03-21T00:20:58.781Z Checking hashbrown v0.15.5
21782026-03-21T00:20:58.852Z Checking ref-cast v1.0.25
21792026-03-21T00:20:58.904Z Checking zstd-sys v2.0.16+zstd.1.5.7
21802026-03-21T00:20:59.019Z Checking zip v0.6.6
21812026-03-21T00:20:59.068Z Checking libbz2-rs-sys v0.2.2
21822026-03-21T00:20:59.114Z Checking zstd-safe v7.2.4
21832026-03-21T00:20:59.369Z Checking bumpalo v3.20.2
21842026-03-21T00:20:59.456Z Checking zstd v0.13.3
21852026-03-21T00:20:59.509Z Checking crossterm v0.28.1
21862026-03-21T00:20:59.619Z Checking bzip2 v0.6.1
21872026-03-21T00:20:59.624Z Checking toml_edit v0.19.15
21882026-03-21T00:20:59.624Z Checking rayon v1.11.0
21892026-03-21T00:20:59.758Z Checking zopfli v0.8.3
21902026-03-21T00:20:59.762Z Checking similar v2.7.0
21912026-03-21T00:20:59.762Z Checking fs-err v3.3.0
21922026-03-21T00:20:59.900Z Checking hash32 v0.2.1
21932026-03-21T00:21:00.160Z Checking serde-big-array v0.5.1
21942026-03-21T00:21:00.228Z Checking unicode-bidi v0.3.18
21952026-03-21T00:21:00.281Z Checking predicates-core v1.0.10
21962026-03-21T00:21:00.348Z Checking unicode-properties v0.1.4
21972026-03-21T00:21:00.398Z Checking jiff v0.2.21
21982026-03-21T00:21:00.477Z Checking heapless v0.7.17
21992026-03-21T00:21:00.527Z Checking hickory-proto v0.25.2
22002026-03-21T00:21:00.634Z Checking tokio-stream v0.1.18
22012026-03-21T00:21:00.682Z Checking stringprep v0.1.5
22022026-03-21T00:21:00.919Z Checking md-5 v0.10.6
22032026-03-21T00:21:01.080Z Checking float-cmp v0.10.0
22042026-03-21T00:21:01.133Z Checking difflib v0.4.0
22052026-03-21T00:21:01.136Z Checking toml v0.7.8
22062026-03-21T00:21:01.228Z Checking fallible-iterator v0.2.0
22072026-03-21T00:21:01.283Z Checking rustc-hash v2.1.1
22082026-03-21T00:21:01.399Z Checking normalize-line-endings v0.3.0
22092026-03-21T00:21:01.468Z Checking iddqd v0.3.17
22102026-03-21T00:21:01.556Z Checking predicates v3.1.4
22112026-03-21T00:21:01.636Z Checking postgres-protocol v0.6.10
22122026-03-21T00:21:01.685Z Checking smoltcp v0.9.1
22132026-03-21T00:21:01.783Z Checking phf_shared v0.11.3
22142026-03-21T00:21:01.788Z Checking phf_shared v0.13.1
22152026-03-21T00:21:01.991Z Checking itertools v0.12.1
22162026-03-21T00:21:02.039Z Checking console v0.16.2
22172026-03-21T00:21:02.096Z Checking buf-list v1.1.2
22182026-03-21T00:21:02.145Z Checking strum v0.27.2
22192026-03-21T00:21:02.324Z Checking new_debug_unreachable v1.0.6
22202026-03-21T00:21:02.373Z Checking fixedbitset v0.5.7
22212026-03-21T00:21:02.451Z Checking unit-prefix v0.5.2
22222026-03-21T00:21:02.500Z Checking precomputed-hash v0.1.1
22232026-03-21T00:21:02.549Z Checking fixedbitset v0.4.2
22242026-03-21T00:21:02.647Z Checking lalrpop-util v0.19.12
22252026-03-21T00:21:02.650Z Checking indicatif v0.18.4
22262026-03-21T00:21:02.743Z Checking petgraph v0.8.3
22272026-03-21T00:21:02.747Z Checking string_cache v0.8.9
22282026-03-21T00:21:02.836Z Checking petgraph v0.6.5
22292026-03-21T00:21:02.893Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22302026-03-21T00:21:03.039Z Checking phf v0.13.1
22312026-03-21T00:21:03.237Z Checking postgres-types v0.2.12
22322026-03-21T00:21:03.287Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22332026-03-21T00:21:03.419Z Checking zone v0.3.1
22342026-03-21T00:21:03.567Z Checking zip v4.6.1
22352026-03-21T00:21:03.685Z Checking peg-runtime v0.8.5
22362026-03-21T00:21:03.734Z Checking whoami v2.1.0
22372026-03-21T00:21:03.956Z Checking futures-executor v0.3.32
22382026-03-21T00:21:04.024Z Checking tokio-postgres v0.7.16
22392026-03-21T00:21:04.077Z Checking is-terminal v0.4.17
22402026-03-21T00:21:04.182Z Checking futures v0.3.32
22412026-03-21T00:21:04.232Z Checking crossbeam-channel v0.5.15
22422026-03-21T00:21:04.322Z Compiling structmeta-derive v0.3.0
22432026-03-21T00:21:04.376Z Checking thread_local v1.1.9
22442026-03-21T00:21:04.380Z Checking term v1.2.1
22452026-03-21T00:21:04.617Z Checking take_mut v0.2.2
22462026-03-21T00:21:04.662Z Compiling newtype-uuid-macros v0.1.0
22472026-03-21T00:21:04.712Z Compiling rustls v0.22.4
22482026-03-21T00:21:04.760Z Checking slog-term v2.9.2
22492026-03-21T00:21:04.810Z Checking slog-async v2.8.0
22502026-03-21T00:21:04.934Z Checking regress v0.10.5
22512026-03-21T00:21:05.051Z Compiling multer v3.1.0
22522026-03-21T00:21:05.100Z Compiling async-stream-impl v0.3.6
22532026-03-21T00:21:05.149Z Compiling dropshot v0.16.7
22542026-03-21T00:21:05.474Z Compiling dropshot_endpoint v0.16.7
22552026-03-21T00:21:05.536Z Checking match_cfg v0.1.0
22562026-03-21T00:21:05.668Z Checking hostname v0.3.1
22572026-03-21T00:21:05.725Z Checking slog-json v2.6.1
22582026-03-21T00:21:05.770Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22592026-03-21T00:21:05.820Z Compiling structmeta v0.3.0
22602026-03-21T00:21:05.870Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612026-03-21T00:21:05.931Z Checking debug-ignore v1.0.5
22622026-03-21T00:21:05.983Z Checking slog-bunyan v2.5.0
22632026-03-21T00:21:06.098Z Checking serde_spanned v1.0.4
22642026-03-21T00:21:06.148Z Compiling derive-ex v0.1.8
22652026-03-21T00:21:06.198Z Checking toml_writer v1.0.6+spec-1.1.0
22662026-03-21T00:21:06.253Z Checking rustls-webpki v0.102.8
22672026-03-21T00:21:06.306Z Checking serde_path_to_error v0.1.20
22682026-03-21T00:21:06.310Z Checking progenitor-client v0.13.0
22692026-03-21T00:21:06.437Z Checking async-stream v0.3.6
22702026-03-21T00:21:06.487Z Checking toml v0.9.12+spec-1.1.0
22712026-03-21T00:21:06.693Z Checking waitgroup v0.1.2
22722026-03-21T00:21:06.740Z Checking rustls-pemfile v2.2.0
22732026-03-21T00:21:06.858Z Checking hostname v0.4.2
22742026-03-21T00:21:06.920Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-03-21T00:21:06.970Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22762026-03-21T00:21:06.974Z Compiling parse-display-derive v0.10.0
22772026-03-21T00:21:07.065Z Checking itertools v0.14.0
22782026-03-21T00:21:07.142Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22792026-03-21T00:21:07.145Z Checking macaddr v1.0.1
22802026-03-21T00:21:07.351Z Checking progenitor-client v0.10.0
22812026-03-21T00:21:07.472Z Checking instant v0.1.13
22822026-03-21T00:21:07.638Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22832026-03-21T00:21:07.710Z Checking backoff v0.4.0
22842026-03-21T00:21:07.713Z Checking backon v1.6.0
22852026-03-21T00:21:07.941Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22862026-03-21T00:21:07.994Z Checking heck v0.5.0
22872026-03-21T00:21:08.124Z Checking progenitor-extras v0.1.1
22882026-03-21T00:21:08.192Z Checking camino-tempfile v1.4.1
22892026-03-21T00:21:08.415Z Checking toml v0.8.23
22902026-03-21T00:21:08.573Z Compiling test-strategy v0.4.5
22912026-03-21T00:21:08.621Z Compiling convert_case v0.4.0
22922026-03-21T00:21:08.668Z Compiling unsafe-libyaml v0.2.11
22932026-03-21T00:21:08.822Z Checking tokio-rustls v0.25.0
22942026-03-21T00:21:08.901Z Checking secrecy v0.10.3
22952026-03-21T00:21:09.095Z Compiling toml_edit v0.23.10+spec-1.0.0
22962026-03-21T00:21:09.192Z Compiling derive_more v0.99.20
22972026-03-21T00:21:09.405Z Checking parse-display v0.10.0
22982026-03-21T00:21:09.636Z Compiling serde_yaml v0.9.34+deprecated
22992026-03-21T00:21:09.717Z Compiling crucible-workspace-hack v0.1.0
23002026-03-21T00:21:09.991Z Compiling proc-macro-crate v3.4.0
23012026-03-21T00:21:10.225Z Compiling typify-impl v0.6.1
23022026-03-21T00:21:10.818Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23032026-03-21T00:21:10.922Z Checking half v2.7.1
23042026-03-21T00:21:11.217Z Checking ciborium-io v0.2.2
23052026-03-21T00:21:11.322Z Checking glob v0.3.3
23062026-03-21T00:21:11.376Z Checking ciborium-ll v0.2.2
23072026-03-21T00:21:11.606Z Compiling heapless v0.8.0
23082026-03-21T00:21:11.655Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23092026-03-21T00:21:11.731Z Checking ciborium v0.2.2
23102026-03-21T00:21:11.777Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23112026-03-21T00:21:12.069Z Compiling ingot-macros v0.1.1
23122026-03-21T00:21:12.287Z Checking tabwriter v1.4.1
23132026-03-21T00:21:12.337Z Checking hash32 v0.3.1
23142026-03-21T00:21:12.386Z Compiling smoltcp v0.11.0
23152026-03-21T00:21:12.434Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23162026-03-21T00:21:12.530Z Compiling num_enum_derive v0.7.5
23172026-03-21T00:21:12.798Z Checking cobs v0.3.0
23182026-03-21T00:21:12.884Z Compiling foreign-types-macros v0.2.3
23192026-03-21T00:21:13.000Z Checking cpufeatures v0.3.0
23202026-03-21T00:21:13.050Z Checking foreign-types-shared v0.3.1
23212026-03-21T00:21:13.134Z Checking chacha20 v0.10.0
23222026-03-21T00:21:13.229Z Checking postcard v1.1.3
23232026-03-21T00:21:13.695Z Compiling proc-macro-crate v1.3.1
23242026-03-21T00:21:13.741Z Checking foreign-types v0.5.0
23252026-03-21T00:21:13.824Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23262026-03-21T00:21:13.880Z Checking sigpipe v0.1.3
23272026-03-21T00:21:14.015Z Checking num_enum v0.7.5
23282026-03-21T00:21:14.060Z Checking cstr-argument v0.1.2
23292026-03-21T00:21:14.145Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-03-21T00:21:14.196Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-03-21T00:21:14.252Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23322026-03-21T00:21:14.301Z Checking colored v3.1.1
23332026-03-21T00:21:14.584Z Compiling num_enum_derive v0.5.11
23342026-03-21T00:21:14.631Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23352026-03-21T00:21:14.635Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-03-21T00:21:14.725Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23372026-03-21T00:21:14.874Z Checking rand v0.10.0
23382026-03-21T00:21:14.877Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23392026-03-21T00:21:14.969Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23402026-03-21T00:21:14.972Z Checking indent_write v2.2.0
23412026-03-21T00:21:15.174Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23422026-03-21T00:21:15.367Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23432026-03-21T00:21:15.444Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23442026-03-21T00:21:15.611Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23452026-03-21T00:21:15.657Z Checking smf v0.2.3
23462026-03-21T00:21:15.888Z Compiling num-derive v0.4.2
23472026-03-21T00:21:15.937Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23482026-03-21T00:21:15.988Z Checking num_enum v0.5.11
23492026-03-21T00:21:16.034Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23502026-03-21T00:21:16.038Z Checking ingot-types v0.1.2
23512026-03-21T00:21:16.163Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23522026-03-21T00:21:16.269Z Checking whoami v1.6.1
23532026-03-21T00:21:16.332Z Checking universal-hash v0.5.1
23542026-03-21T00:21:16.528Z Checking opaque-debug v0.3.1
23552026-03-21T00:21:16.533Z Checking aead v0.5.2
23562026-03-21T00:21:16.623Z Checking ingot v0.1.1
23572026-03-21T00:21:16.673Z Checking swrite v0.1.0
23582026-03-21T00:21:16.677Z Checking poly1305 v0.8.0
23592026-03-21T00:21:16.767Z Checking chacha20 v0.9.1
23602026-03-21T00:21:16.770Z Compiling typify-macro v0.6.1
23612026-03-21T00:21:16.861Z Checking unicode-width v0.1.14
23622026-03-21T00:21:16.865Z Compiling thiserror-impl-no-std v2.0.2
23632026-03-21T00:21:17.053Z Checking password-hash v0.5.0
23642026-03-21T00:21:17.103Z Checking blake2 v0.10.6
23652026-03-21T00:21:17.151Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23662026-03-21T00:21:17.224Z Checking chacha20poly1305 v0.10.1
23672026-03-21T00:21:17.396Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23682026-03-21T00:21:17.445Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23692026-03-21T00:21:17.522Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23702026-03-21T00:21:17.526Z Checking argon2 v0.5.3
23712026-03-21T00:21:17.818Z Compiling usdt-attr-macro v0.5.0
23722026-03-21T00:21:17.871Z Compiling usdt-macro v0.5.0
23732026-03-21T00:21:17.918Z Checking memmap v0.7.0
23742026-03-21T00:21:18.063Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23752026-03-21T00:21:18.129Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23762026-03-21T00:21:18.469Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23772026-03-21T00:21:18.586Z Checking thiserror-no-std v2.0.2
23782026-03-21T00:21:18.677Z Compiling derive-where v1.6.0
23792026-03-21T00:21:18.740Z Checking vsss-rs v3.3.4
23802026-03-21T00:21:18.858Z Checking atomicwrites v0.4.4
23812026-03-21T00:21:18.902Z Checking usdt v0.5.0
23822026-03-21T00:21:19.048Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23832026-03-21T00:21:19.097Z Checking console v0.15.11
23842026-03-21T00:21:19.148Z Checking tokio-dtrace v0.1.1
23852026-03-21T00:21:19.258Z Compiling typify v0.6.1
23862026-03-21T00:21:19.413Z Compiling progenitor-impl v0.13.0
23872026-03-21T00:21:19.465Z Checking oxide-tokio-rt v0.1.3
23882026-03-21T00:21:19.557Z Checking newline-converter v0.3.0
23892026-03-21T00:21:19.729Z Checking expectorate v1.2.0
23902026-03-21T00:21:19.777Z Compiling prettyplease v0.2.37
23912026-03-21T00:21:19.851Z Checking bytecount v0.6.9
23922026-03-21T00:21:19.929Z Compiling owo-colors v4.3.0
23932026-03-21T00:21:20.024Z Compiling cancel-safe-futures v0.1.5
23942026-03-21T00:21:20.140Z Checking libsw-core v0.3.2
23952026-03-21T00:21:20.456Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-03-21T00:21:20.456Z Checking libsw v3.5.0
23972026-03-21T00:21:20.576Z Checking same-file v1.0.6
23982026-03-21T00:21:20.669Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23992026-03-21T00:21:20.718Z Checking linear-map v1.2.0
24002026-03-21T00:21:20.772Z Checking num-rational v0.4.2
24012026-03-21T00:21:20.821Z Checking walkdir v2.5.0
24022026-03-21T00:21:20.870Z Checking num-complex v0.4.6
24032026-03-21T00:21:20.983Z Checking float-ord v0.3.2
24042026-03-21T00:21:21.067Z Checking gethostname v0.5.0
24052026-03-21T00:21:21.249Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24062026-03-21T00:21:21.388Z Compiling async-recursion v1.1.1
24072026-03-21T00:21:21.391Z Checking num v0.4.3
24082026-03-21T00:21:21.486Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24092026-03-21T00:21:21.582Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24102026-03-21T00:21:22.015Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24112026-03-21T00:21:22.541Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24122026-03-21T00:21:23.171Z Compiling progenitor-macro v0.13.0
24132026-03-21T00:21:23.712Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-03-21T00:21:25.342Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24152026-03-21T00:21:25.402Z Checking unicode-linebreak v0.1.5
24162026-03-21T00:21:25.456Z Checking smawk v0.3.2
24172026-03-21T00:21:25.625Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24182026-03-21T00:21:25.676Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-03-21T00:21:25.725Z Checking globset v0.4.18
24202026-03-21T00:21:26.368Z Compiling convert_case v0.10.0
24212026-03-21T00:21:26.992Z Compiling slog-dtrace v0.3.0
24222026-03-21T00:21:27.272Z Checking resolv-conf v0.7.6
24232026-03-21T00:21:27.569Z Compiling derive_more-impl v2.1.1
24242026-03-21T00:21:27.845Z Compiling pin-project-internal v1.1.11
24252026-03-21T00:21:27.990Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24262026-03-21T00:21:27.993Z Checking pem v3.0.6
24272026-03-21T00:21:28.278Z Checking fd-lock v4.0.4
24282026-03-21T00:21:28.330Z Checking vte v0.14.1
24292026-03-21T00:21:28.476Z Checking display-error-chain v0.2.2
24302026-03-21T00:21:28.568Z Checking strip-ansi-escapes v0.2.1
24312026-03-21T00:21:28.672Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24322026-03-21T00:21:28.721Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24332026-03-21T00:21:28.769Z Checking derive_more v2.1.1
24342026-03-21T00:21:28.772Z Compiling snafu-derive v0.8.9
24352026-03-21T00:21:28.875Z Checking termtree v0.5.1
24362026-03-21T00:21:28.951Z Checking crossterm v0.29.0
24372026-03-21T00:21:29.095Z Checking nu-ansi-term v0.50.3
24382026-03-21T00:21:29.409Z Checking linked-hash-map v0.5.6
24392026-03-21T00:21:29.457Z Checking pin-project v1.1.11
24402026-03-21T00:21:29.549Z Checking reedline v0.40.0
24412026-03-21T00:21:29.622Z Checking textwrap v0.16.2
24422026-03-21T00:21:29.672Z Checking lru-cache v0.1.2
24432026-03-21T00:21:29.755Z Checking olpc-cjson v0.1.4
24442026-03-21T00:21:29.865Z Checking hickory-proto v0.24.4
24452026-03-21T00:21:29.996Z Checking serde_plain v1.0.2
24462026-03-21T00:21:30.223Z Checking typed-path v0.9.3
24472026-03-21T00:21:30.323Z Checking progenitor v0.13.0
24482026-03-21T00:21:30.543Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24492026-03-21T00:21:31.212Z Compiling minimal-lexical v0.2.1
24502026-03-21T00:21:31.381Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24512026-03-21T00:21:31.462Z Checking snafu v0.8.9
24522026-03-21T00:21:31.585Z Compiling nom v7.1.3
24532026-03-21T00:21:31.818Z Checking tough v0.20.0
24542026-03-21T00:21:32.134Z Checking nibble_vec v0.1.0
24552026-03-21T00:21:32.334Z Checking endian-type v0.1.2
24562026-03-21T00:21:32.334Z Checking hickory-resolver v0.24.4
24572026-03-21T00:21:32.628Z Checking radix_trie v0.2.1
24582026-03-21T00:21:32.947Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24592026-03-21T00:21:33.345Z Compiling ar_archive_writer v0.5.1
24602026-03-21T00:21:33.545Z Checking humantime v2.3.0
24612026-03-21T00:21:33.730Z Checking qorb v0.4.1
24622026-03-21T00:21:33.806Z Checking csv-core v0.1.13
24632026-03-21T00:21:33.827Z Checking base64 v0.21.7
24642026-03-21T00:21:34.048Z Checking csv v1.4.0
24652026-03-21T00:21:34.181Z Compiling stacker v0.1.23
24662026-03-21T00:21:34.230Z Compiling cfg_aliases v0.1.1
24672026-03-21T00:21:34.370Z Checking highway v1.3.0
24682026-03-21T00:21:34.601Z Compiling nix v0.28.0
24692026-03-21T00:21:34.605Z Compiling psm v0.1.30
24702026-03-21T00:21:34.605Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24712026-03-21T00:21:34.741Z Checking papergrid v0.11.0
24722026-03-21T00:21:34.744Z Compiling tabled_derive v0.7.0
24732026-03-21T00:21:34.835Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24742026-03-21T00:21:35.092Z Checking home v0.5.12
24752026-03-21T00:21:35.299Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24762026-03-21T00:21:35.347Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24772026-03-21T00:21:35.396Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24782026-03-21T00:21:35.624Z Checking phf_shared v0.12.1
24792026-03-21T00:21:35.858Z Compiling recursive-proc-macro-impl v0.1.1
24802026-03-21T00:21:35.907Z Compiling chrono-tz v0.10.4
24812026-03-21T00:21:36.039Z Compiling semver v0.1.20
24822026-03-21T00:21:36.115Z Checking tabled v0.15.0
24832026-03-21T00:21:36.162Z Checking phf v0.12.1
24842026-03-21T00:21:36.322Z Compiling rustc_version v0.1.7
24852026-03-21T00:21:36.388Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24862026-03-21T00:21:36.437Z Checking recursive v0.1.1
24872026-03-21T00:21:36.485Z Compiling const_format_proc_macros v0.2.34
24882026-03-21T00:21:36.490Z Compiling peg-macros v0.8.5
24892026-03-21T00:21:36.595Z Checking winnow v0.6.26
24902026-03-21T00:21:36.649Z Compiling sqlparser_derive v0.5.0
24912026-03-21T00:21:37.089Z Checking unicode_categories v0.1.1
24922026-03-21T00:21:37.658Z Checking const_format v0.2.35
24932026-03-21T00:21:37.754Z Checking sqlparser v0.61.0
24942026-03-21T00:21:37.802Z Checking rustyline v14.0.0
24952026-03-21T00:21:38.087Z Compiling newtype_derive v0.1.6
24962026-03-21T00:21:38.371Z Checking sqlformat v0.3.5
24972026-03-21T00:21:38.480Z Checking peg v0.8.5
24982026-03-21T00:21:38.615Z Checking bcs v0.1.6
24992026-03-21T00:21:38.975Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25002026-03-21T00:21:39.022Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25012026-03-21T00:21:39.070Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25022026-03-21T00:21:39.250Z Checking steno v0.4.1
25032026-03-21T00:21:39.299Z Compiling typify-impl v0.4.3
25042026-03-21T00:21:39.436Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25052026-03-21T00:21:40.448Z Checking utf-8 v0.7.6
25062026-03-21T00:21:40.646Z Checking filetime v0.2.27
25072026-03-21T00:21:40.693Z Checking arc-swap v1.8.2
25082026-03-21T00:21:41.138Z Checking xattr v1.6.1
25092026-03-21T00:21:41.238Z Checking tar v0.4.44
25102026-03-21T00:21:41.791Z Checking slog-scope v4.4.1
25112026-03-21T00:21:41.929Z Checking tungstenite v0.21.0
25122026-03-21T00:21:42.005Z Checking slog-stdlog v4.1.1
25132026-03-21T00:21:42.200Z Checking slog-envlogger v2.2.0
25142026-03-21T00:21:42.281Z Checking typeid v1.0.3
25152026-03-21T00:21:42.429Z Checking subprocess v0.2.15
25162026-03-21T00:21:42.475Z Checking headers-core v0.3.0
25172026-03-21T00:21:42.541Z Checking tokio-tungstenite v0.21.0
25182026-03-21T00:21:42.671Z Checking headers v0.4.1
25192026-03-21T00:21:42.846Z Compiling lzma-sys v0.1.20
25202026-03-21T00:21:42.947Z Compiling cargo_toml v0.22.3
25212026-03-21T00:21:43.060Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25222026-03-21T00:21:43.361Z Checking yasna v0.5.2
25232026-03-21T00:21:43.653Z Checking xz2 v0.1.7
25242026-03-21T00:21:43.914Z Checking ron v0.12.0
25252026-03-21T00:21:43.917Z Checking rcgen v0.12.1
25262026-03-21T00:21:44.433Z Checking base16ct v1.0.0
25272026-03-21T00:21:44.502Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25282026-03-21T00:21:44.551Z Checking dropshot-api-manager-types v0.6.0
25292026-03-21T00:21:44.638Z Checking tagptr v0.2.0
25302026-03-21T00:21:44.809Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25312026-03-21T00:21:44.871Z Checking moka v0.12.13
25322026-03-21T00:21:44.962Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25332026-03-21T00:21:45.064Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25342026-03-21T00:21:45.180Z Compiling libefi-sys v0.1.0
25352026-03-21T00:21:45.454Z Compiling radium v0.7.0
25362026-03-21T00:21:45.719Z Compiling typify-macro v0.4.3
25372026-03-21T00:21:45.782Z Compiling bitfield-struct v0.6.2
25382026-03-21T00:21:45.832Z Checking hickory-resolver v0.25.2
25392026-03-21T00:21:45.944Z Compiling maybe-uninit v2.0.0
25402026-03-21T00:21:46.346Z Checking tap v1.0.1
25412026-03-21T00:21:46.533Z Checking wyz v0.5.1
25422026-03-21T00:21:46.676Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25432026-03-21T00:21:46.884Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25442026-03-21T00:21:46.982Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25452026-03-21T00:21:47.030Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-03-21T00:21:47.223Z Compiling zerocopy-derive v0.6.6
25472026-03-21T00:21:47.354Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25482026-03-21T00:21:47.404Z Checking funty v2.0.0
25492026-03-21T00:21:47.497Z Compiling packed_struct v0.10.1
25502026-03-21T00:21:47.591Z Checking crc-catalog v2.4.0
25512026-03-21T00:21:47.763Z Checking crc v3.4.0
25522026-03-21T00:21:47.957Z Checking bitvec v1.0.1
25532026-03-21T00:21:48.022Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25542026-03-21T00:21:48.069Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25552026-03-21T00:21:48.117Z Compiling typify v0.4.3
25562026-03-21T00:21:48.338Z Compiling progenitor-impl v0.10.0
25572026-03-21T00:21:48.516Z Checking zerocopy v0.6.6
25582026-03-21T00:21:48.519Z Compiling packed_struct_codegen v0.10.1
25592026-03-21T00:21:48.608Z Compiling bitfield-macros v0.19.4
25602026-03-21T00:21:48.972Z Compiling indexmap v1.9.3
25612026-03-21T00:21:49.258Z Checking nodrop v0.1.14
25622026-03-21T00:21:49.417Z Checking array-init v0.0.4
25632026-03-21T00:21:49.606Z Checking bitfield v0.19.4
25642026-03-21T00:21:49.733Z Checking smallvec v0.6.14
25652026-03-21T00:21:49.857Z Checking hashbrown v0.12.3
25662026-03-21T00:21:49.935Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25672026-03-21T00:21:50.023Z Checking serde-hex v0.1.0
25682026-03-21T00:21:50.026Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25692026-03-21T00:21:50.178Z Checking ron v0.8.1
25702026-03-21T00:21:50.944Z Checking hashbrown v0.13.2
25712026-03-21T00:21:50.990Z Checking crc-any v2.5.0
25722026-03-21T00:21:51.269Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25732026-03-21T00:21:51.317Z Checking path-slash v0.1.5
25742026-03-21T00:21:51.489Z Compiling xshell-macros v0.2.7
25752026-03-21T00:21:51.537Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25762026-03-21T00:21:51.585Z Checking object v0.30.4
25772026-03-21T00:21:51.682Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-03-21T00:21:52.019Z Checking xshell v0.2.7
25792026-03-21T00:21:52.069Z Compiling progenitor-macro v0.10.0
25802026-03-21T00:21:52.072Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-03-21T00:21:52.170Z Checking half v1.8.3
25822026-03-21T00:21:52.305Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25832026-03-21T00:21:52.520Z Checking serde_cbor v0.11.2
25842026-03-21T00:21:53.076Z Compiling num-derive v0.3.3
25852026-03-21T00:21:53.122Z Compiling proc-macro-error-attr2 v2.0.0
25862026-03-21T00:21:53.350Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25872026-03-21T00:21:53.673Z Compiling proc-macro-error2 v2.0.1
25882026-03-21T00:21:53.677Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25892026-03-21T00:21:54.124Z Compiling tabled_derive v0.11.0
25902026-03-21T00:21:54.211Z Checking papergrid v0.17.0
25912026-03-21T00:21:54.292Z Checking libscf-sys v1.1.0
25922026-03-21T00:21:54.502Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25932026-03-21T00:21:54.656Z Checking testing_table v0.3.0
25942026-03-21T00:21:54.812Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25952026-03-21T00:21:54.815Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25962026-03-21T00:21:55.144Z Checking maplit v1.0.2
25972026-03-21T00:21:55.346Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25982026-03-21T00:21:55.408Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25992026-03-21T00:21:55.736Z Checking tabled v0.20.0
26002026-03-21T00:21:55.916Z Checking crc8 v0.1.1
26012026-03-21T00:21:55.964Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26022026-03-21T00:21:56.014Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26032026-03-21T00:21:56.018Z Checking fxhash v0.2.1
26042026-03-21T00:21:56.108Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26052026-03-21T00:21:56.298Z Checking unicase v2.9.0
26062026-03-21T00:21:56.503Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26072026-03-21T00:21:56.853Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26082026-03-21T00:21:57.043Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26092026-03-21T00:21:57.173Z Checking kstat-rs v0.2.4
26102026-03-21T00:21:57.376Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26112026-03-21T00:21:57.442Z Compiling parking_lot_core v0.8.6
26122026-03-21T00:21:57.548Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26132026-03-21T00:21:57.696Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26142026-03-21T00:21:57.808Z Compiling diesel_derives v2.3.7
26152026-03-21T00:21:57.988Z Compiling git-stub v1.0.0
26162026-03-21T00:21:58.144Z Checking scheduled-thread-pool v0.2.7
26172026-03-21T00:21:58.214Z Compiling dsl_auto_type v0.2.0
26182026-03-21T00:21:58.366Z Compiling vergen-gitcl v1.0.8
26192026-03-21T00:21:58.422Z Compiling diesel_table_macro_syntax v0.3.0
26202026-03-21T00:21:58.609Z Checking r2d2 v0.8.10
26212026-03-21T00:21:58.706Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26222026-03-21T00:21:58.754Z Compiling git-stub-vcs v0.1.0
26232026-03-21T00:21:58.867Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26242026-03-21T00:21:58.902Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26252026-03-21T00:21:59.090Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26262026-03-21T00:21:59.141Z Checking downcast-rs v2.0.2
26272026-03-21T00:21:59.185Z Checking progenitor v0.10.0
26282026-03-21T00:21:59.284Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26292026-03-21T00:21:59.287Z Checking parking_lot v0.11.2
26302026-03-21T00:21:59.378Z Checking prefix-trie v0.7.0
26312026-03-21T00:21:59.476Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26322026-03-21T00:21:59.621Z Checking nanorand v0.7.0
26332026-03-21T00:21:59.670Z Compiling dirs-sys-next v0.1.2
26342026-03-21T00:21:59.880Z Compiling crunchy v0.2.4
26352026-03-21T00:21:59.927Z Checking hickory-server v0.25.2
26362026-03-21T00:21:59.930Z Checking flume v0.11.1
26372026-03-21T00:22:00.082Z Compiling dirs-next v2.0.0
26382026-03-21T00:22:00.297Z Checking sled v0.34.7
26392026-03-21T00:22:00.300Z Compiling clang-sys v1.8.1
26402026-03-21T00:22:00.388Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26412026-03-21T00:22:00.391Z Checking hickory-client v0.25.2
26422026-03-21T00:22:00.668Z Compiling tiny-keccak v2.0.2
26432026-03-21T00:22:00.987Z Compiling term v0.7.0
26442026-03-21T00:22:01.080Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26452026-03-21T00:22:01.147Z Compiling bit-vec v0.6.3
26462026-03-21T00:22:01.326Z Compiling salty v0.3.0
26472026-03-21T00:22:01.479Z Compiling bit-set v0.5.3
26482026-03-21T00:22:01.629Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26492026-03-21T00:22:01.723Z Compiling ascii-canvas v3.0.0
26502026-03-21T00:22:01.819Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26512026-03-21T00:22:02.082Z Checking primeorder v0.13.6
26522026-03-21T00:22:02.364Z Compiling itertools v0.10.5
26532026-03-21T00:22:02.451Z Compiling ena v0.14.4
26542026-03-21T00:22:02.573Z Compiling libloading v0.8.9
26552026-03-21T00:22:02.800Z Compiling regex-syntax v0.6.29
26562026-03-21T00:22:02.892Z Compiling bindgen v0.71.1
26572026-03-21T00:22:03.157Z Compiling diff v0.1.13
26582026-03-21T00:22:03.679Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26592026-03-21T00:22:03.950Z Compiling cexpr v0.6.0
26602026-03-21T00:22:03.994Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26612026-03-21T00:22:04.467Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26622026-03-21T00:22:04.924Z Compiling lalrpop v0.19.12
26632026-03-21T00:22:05.359Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26642026-03-21T00:22:05.588Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26652026-03-21T00:22:05.790Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-03-21T00:22:06.080Z Compiling libxml v0.3.3
26672026-03-21T00:22:06.398Z Compiling fs-err v2.11.0
26682026-03-21T00:22:06.624Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26692026-03-21T00:22:06.728Z Checking diesel v2.3.7
26702026-03-21T00:22:06.848Z Checking p384 v0.13.1
26712026-03-21T00:22:07.054Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26722026-03-21T00:22:07.451Z Compiling strum_macros v0.24.3
26732026-03-21T00:22:08.881Z Compiling indoc v1.0.9
26742026-03-21T00:22:09.616Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26752026-03-21T00:22:10.095Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26762026-03-21T00:22:10.304Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-03-21T00:22:10.397Z Checking quick-xml v0.37.5
26782026-03-21T00:22:10.589Z Checking derive_builder v0.20.2
26792026-03-21T00:22:10.740Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26802026-03-21T00:22:10.789Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26812026-03-21T00:22:10.793Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26822026-03-21T00:22:11.457Z Compiling oso-derive v0.27.3
26832026-03-21T00:22:11.650Z Compiling trait-variant v0.1.2
26842026-03-21T00:22:12.077Z Compiling impl-trait-for-tuples v0.2.3
26852026-03-21T00:22:12.413Z Checking openssl-probe v0.1.6
26862026-03-21T00:22:12.616Z Checking parse-size v1.1.0
26872026-03-21T00:22:12.821Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26882026-03-21T00:22:13.235Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26892026-03-21T00:22:13.289Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26902026-03-21T00:22:13.507Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26912026-03-21T00:22:14.003Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26922026-03-21T00:22:14.364Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26932026-03-21T00:22:14.424Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-21T00:22:14.554Z Compiling progenitor-impl v0.11.2
26952026-03-21T00:22:15.151Z Checking assert_matches v1.5.0
26962026-03-21T00:22:15.219Z Compiling mime_guess v2.0.5
26972026-03-21T00:22:15.484Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26982026-03-21T00:22:15.899Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26992026-03-21T00:22:15.963Z Checking predicates-tree v1.0.13
27002026-03-21T00:22:16.150Z Checking progenitor-client v0.11.2
27012026-03-21T00:22:16.506Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27022026-03-21T00:22:16.553Z Checking http-range v0.1.5
27032026-03-21T00:22:16.641Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27042026-03-21T00:22:16.869Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27052026-03-21T00:22:17.478Z Checking atty v0.2.14
27062026-03-21T00:22:18.369Z Compiling progenitor-macro v0.11.2
27072026-03-21T00:22:18.430Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27082026-03-21T00:22:18.976Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27092026-03-21T00:22:19.587Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27102026-03-21T00:22:20.316Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27112026-03-21T00:22:20.362Z Checking bb8 v0.8.6
27122026-03-21T00:22:20.599Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27132026-03-21T00:22:20.760Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27142026-03-21T00:22:20.899Z Checking corncobs v0.1.4
27152026-03-21T00:22:21.033Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27162026-03-21T00:22:21.126Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27172026-03-21T00:22:21.498Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-03-21T00:22:21.986Z Checking hyper-staticfile v0.10.1
27192026-03-21T00:22:22.032Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27202026-03-21T00:22:22.413Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27212026-03-21T00:22:22.459Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27222026-03-21T00:22:22.745Z Checking ignore v0.4.25
27232026-03-21T00:22:22.944Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27242026-03-21T00:22:23.335Z Checking signal-hook-tokio v0.3.1
27252026-03-21T00:22:23.541Z Checking secrecy v0.8.0
27262026-03-21T00:22:23.674Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27272026-03-21T00:22:24.033Z Checking globwalk v0.9.1
27282026-03-21T00:22:24.406Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27292026-03-21T00:22:24.543Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27302026-03-21T00:22:24.943Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-03-21T00:22:25.062Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27322026-03-21T00:22:25.187Z Checking nonempty v0.12.0
27332026-03-21T00:22:25.370Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27342026-03-21T00:22:25.450Z Checking camino-tempfile-ext v0.3.3
27352026-03-21T00:22:25.605Z Checking progenitor v0.11.2
27362026-03-21T00:22:25.716Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27372026-03-21T00:22:25.761Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27382026-03-21T00:22:25.824Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27392026-03-21T00:22:26.259Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27402026-03-21T00:22:26.629Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27412026-03-21T00:22:26.749Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-21T00:22:27.219Z Checking async-bb8-diesel v0.2.1
27432026-03-21T00:22:27.436Z Checking diesel-dtrace v0.5.0
27442026-03-21T00:22:27.802Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27452026-03-21T00:22:27.849Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27462026-03-21T00:22:28.403Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27472026-03-21T00:22:28.790Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27482026-03-21T00:22:28.842Z Checking tungstenite v0.23.0
27492026-03-21T00:22:29.341Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27502026-03-21T00:22:29.398Z Checking void v1.0.2
27512026-03-21T00:22:29.463Z Checking tokio-tungstenite v0.23.1
27522026-03-21T00:22:29.579Z Checking lzss v0.8.2
27532026-03-21T00:22:29.823Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27542026-03-21T00:22:29.873Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27552026-03-21T00:22:29.873Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27562026-03-21T00:22:30.121Z Checking nix v0.27.1
27572026-03-21T00:22:30.738Z Checking serde_bytes v0.11.19
27582026-03-21T00:22:30.893Z Checking rand_seeder v0.4.0
27592026-03-21T00:22:31.020Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27602026-03-21T00:22:31.125Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-03-21T00:22:31.498Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27622026-03-21T00:22:31.648Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27632026-03-21T00:22:31.764Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27642026-03-21T00:22:32.132Z Checking is_ci v1.2.0
27652026-03-21T00:22:32.304Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27662026-03-21T00:22:32.676Z Checking yansi v1.0.1
27672026-03-21T00:22:32.910Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27682026-03-21T00:22:32.957Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27692026-03-21T00:22:33.006Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27702026-03-21T00:22:33.068Z Checking pretty_assertions v1.4.1
27712026-03-21T00:22:33.278Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27722026-03-21T00:22:33.281Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27732026-03-21T00:22:33.632Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27742026-03-21T00:22:33.965Z Compiling darling_core v0.23.0
27752026-03-21T00:22:34.998Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27762026-03-21T00:22:35.312Z Compiling indoc v2.0.7
27772026-03-21T00:22:35.708Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27782026-03-21T00:22:35.876Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27792026-03-21T00:22:35.940Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-03-21T00:22:35.996Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-03-21T00:22:36.288Z Compiling instability v0.3.11
27822026-03-21T00:22:36.784Z Compiling libz-sys v1.1.24
27832026-03-21T00:22:36.843Z Checking castaway v0.2.4
27842026-03-21T00:22:37.036Z Checking compact_str v0.8.1
27852026-03-21T00:22:37.039Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-03-21T00:22:37.609Z Checking supports-color v3.0.2
27872026-03-21T00:22:37.656Z Compiling darling_macro v0.23.0
27882026-03-21T00:22:37.823Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27892026-03-21T00:22:38.118Z Checking unicode-truncate v1.1.0
27902026-03-21T00:22:38.343Z Compiling darling v0.23.0
27912026-03-21T00:22:38.388Z Checking lru v0.12.5
27922026-03-21T00:22:38.494Z Checking cassowary v0.3.0
27932026-03-21T00:22:38.699Z Compiling libgit2-sys v0.18.3+1.9.2
27942026-03-21T00:22:39.006Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27952026-03-21T00:22:39.521Z Checking ratatui v0.29.0
27962026-03-21T00:22:39.568Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27972026-03-21T00:22:40.642Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27982026-03-21T00:22:40.928Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27992026-03-21T00:22:41.345Z Compiling vergen-git2 v1.0.7
28002026-03-21T00:22:41.392Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28012026-03-21T00:22:41.611Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28022026-03-21T00:22:41.780Z Checking colored v2.2.0
28032026-03-21T00:22:41.786Z Compiling rustls v0.21.12
28042026-03-21T00:22:41.894Z Checking plotters-backend v0.3.7
28052026-03-21T00:22:42.014Z Checking shell-words v1.1.1
28062026-03-21T00:22:42.239Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-21T00:22:42.242Z Checking plotters-svg v0.3.7
28082026-03-21T00:22:42.330Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28092026-03-21T00:22:42.501Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-03-21T00:22:42.640Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28112026-03-21T00:22:42.796Z Checking sct v0.7.1
28122026-03-21T00:22:43.015Z Checking rustls-webpki v0.101.7
28132026-03-21T00:22:43.246Z Compiling nix v0.29.0
28142026-03-21T00:22:43.515Z Checking cast v0.3.0
28152026-03-21T00:22:43.582Z Checking hex-literal v0.4.1
28162026-03-21T00:22:43.746Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-03-21T00:22:43.794Z Checking criterion-plot v0.6.0
28182026-03-21T00:22:44.288Z Checking plotters v0.3.7
28192026-03-21T00:22:45.373Z Checking erased-serde v0.4.9
28202026-03-21T00:22:45.712Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28212026-03-21T00:22:45.944Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28222026-03-21T00:22:46.930Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28232026-03-21T00:22:47.965Z Checking tinytemplate v1.2.1
28242026-03-21T00:22:48.288Z Checking ordered-float v2.10.1
28252026-03-21T00:22:48.671Z Checking anes v0.1.6
28262026-03-21T00:22:48.955Z Checking oorandom v11.1.5
28272026-03-21T00:22:49.140Z Checking criterion v0.7.0
28282026-03-21T00:22:49.400Z Checking serde-value v0.7.0
28292026-03-21T00:22:49.723Z Checking serde-untagged v0.1.9
28302026-03-21T00:22:50.020Z Checking tokio-rustls v0.24.1
28312026-03-21T00:22:50.663Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28322026-03-21T00:22:50.837Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-03-21T00:22:51.126Z Checking rustls-pemfile v1.0.4
28342026-03-21T00:22:51.343Z Checking twox-hash v2.1.2
28352026-03-21T00:22:51.743Z Checking unicode-xid v0.2.6
28362026-03-21T00:22:51.858Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28372026-03-21T00:22:51.925Z Checking cargo-util-schemas v0.8.2
28382026-03-21T00:22:52.178Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28392026-03-21T00:22:52.412Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-21T00:22:53.203Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28412026-03-21T00:22:53.447Z Checking fatfs v0.3.6
28422026-03-21T00:22:54.110Z Checking cargo-platform v0.2.0
28432026-03-21T00:22:54.241Z Compiling petname v2.0.2
28442026-03-21T00:22:54.399Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28452026-03-21T00:22:54.913Z Compiling seq-macro v0.3.6
28462026-03-21T00:22:55.853Z Checking cargo_metadata v0.21.0
28472026-03-21T00:22:56.154Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28482026-03-21T00:22:56.377Z Checking concurrent-queue v2.5.0
28492026-03-21T00:22:56.669Z Checking rtoolbox v0.0.3
28502026-03-21T00:22:56.933Z Checking parking v2.2.1
28512026-03-21T00:22:56.939Z Checking futures-timer v3.0.3
28522026-03-21T00:22:57.080Z Checking event-listener v5.4.1
28532026-03-21T00:22:57.206Z Checking rpassword v7.4.0
28542026-03-21T00:22:57.433Z Checking tui-tree-widget v0.23.1
28552026-03-21T00:22:57.664Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28562026-03-21T00:22:57.736Z Checking polyval v0.6.2
28572026-03-21T00:22:57.924Z Checking sapling-renderdag v0.1.0
28582026-03-21T00:22:57.971Z Checking sync-ptr v0.1.4
28592026-03-21T00:22:58.018Z Checking ghash v0.5.1
28602026-03-21T00:22:58.161Z Checking event-listener-strategy v0.5.4
28612026-03-21T00:22:58.207Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28622026-03-21T00:22:58.278Z Checking ctr v0.9.2
28632026-03-21T00:22:58.367Z Checking arrayref v0.3.9
28642026-03-21T00:22:58.488Z Checking constant_time_eq v0.4.2
28652026-03-21T00:22:58.534Z Checking arrayvec v0.7.6
28662026-03-21T00:22:58.538Z Checking aes-gcm v0.10.3
28672026-03-21T00:22:58.767Z Checking async-lock v3.4.2
28682026-03-21T00:22:58.813Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28692026-03-21T00:22:58.871Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28702026-03-21T00:22:59.329Z Checking ssh-encoding v0.2.0
28712026-03-21T00:22:59.620Z Checking blowfish v0.9.1
28722026-03-21T00:22:59.721Z Compiling samael v0.0.19
28732026-03-21T00:22:59.857Z Checking bcrypt-pbkdf v0.10.0
28742026-03-21T00:23:00.105Z Checking ssh-cipher v0.2.0
28752026-03-21T00:23:00.155Z Checking async-object-pool v0.2.0
28762026-03-21T00:23:00.338Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28772026-03-21T00:23:00.384Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28782026-03-21T00:23:00.798Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28792026-03-21T00:23:01.181Z Checking serde_regex v1.1.0
28802026-03-21T00:23:01.426Z Checking password-hash v0.4.2
28812026-03-21T00:23:01.677Z Checking assert-json-diff v2.0.2
28822026-03-21T00:23:01.761Z Checking path-tree v0.8.3
28832026-03-21T00:23:01.936Z Checking gimli v0.32.3
28842026-03-21T00:23:02.046Z Compiling target-lexicon v0.13.3
28852026-03-21T00:23:02.567Z Checking stringmetrics v2.2.2
28862026-03-21T00:23:02.805Z Checking httpmock v0.8.3
28872026-03-21T00:23:02.867Z Checking pbkdf2 v0.11.0
28882026-03-21T00:23:03.132Z Checking ssh-key v0.6.7
28892026-03-21T00:23:04.227Z Checking addr2line v0.25.1
28902026-03-21T00:23:04.633Z Checking p256 v0.13.2
28912026-03-21T00:23:05.008Z Checking p521 v0.13.3
28922026-03-21T00:23:05.826Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28932026-03-21T00:23:05.830Z Checking russh-cryptovec v0.7.3
28942026-03-21T00:23:05.921Z Checking md5 v0.7.0
28952026-03-21T00:23:06.081Z Checking rustc-demangle v0.1.27
28962026-03-21T00:23:06.128Z Compiling guppy-workspace-hack v0.1.0
28972026-03-21T00:23:06.183Z Checking russh-keys v0.45.0
28982026-03-21T00:23:06.444Z Checking backtrace v0.3.76
28992026-03-21T00:23:06.786Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29002026-03-21T00:23:06.868Z Checking num-bigint v0.4.6
29012026-03-21T00:23:06.913Z Checking des v0.8.1
29022026-03-21T00:23:07.160Z Compiling blake3 v1.8.3
29032026-03-21T00:23:07.274Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29042026-03-21T00:23:07.663Z Compiling target-spec v3.5.7
29052026-03-21T00:23:07.853Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29062026-03-21T00:23:08.298Z Checking russh v0.45.0
29072026-03-21T00:23:08.733Z Checking backtrace-ext v0.2.1
29082026-03-21T00:23:08.781Z Checking cfg-expr v0.20.6
29092026-03-21T00:23:08.912Z Checking supports-color v2.1.0
29102026-03-21T00:23:08.974Z Checking textwrap v0.15.2
29112026-03-21T00:23:09.121Z Checking supports-hyperlinks v2.1.0
29122026-03-21T00:23:09.281Z Checking supports-unicode v2.1.0
29132026-03-21T00:23:09.328Z Checking hashbrown v0.14.5
29142026-03-21T00:23:09.378Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29152026-03-21T00:23:09.473Z Checking cargo-platform v0.3.2
29162026-03-21T00:23:09.684Z Checking terminal_size v0.1.17
29172026-03-21T00:23:09.745Z Checking socket2 v0.5.10
29182026-03-21T00:23:09.856Z Compiling miette-derive v5.10.0
29192026-03-21T00:23:10.032Z Checking internet-checksum v0.2.1
29202026-03-21T00:23:10.123Z Checking owo-colors v3.5.0
29212026-03-21T00:23:10.228Z Checking chumsky v0.9.3
29222026-03-21T00:23:10.854Z Checking cargo_metadata v0.23.1
29232026-03-21T00:23:11.417Z Checking miette v5.10.0
29242026-03-21T00:23:11.550Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29252026-03-21T00:23:11.913Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29262026-03-21T00:23:12.151Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29272026-03-21T00:23:12.158Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29282026-03-21T00:23:12.499Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29292026-03-21T00:23:12.548Z Checking httptest v0.16.4
29302026-03-21T00:23:12.649Z Checking pathdiff v0.2.3
29312026-03-21T00:23:12.833Z Compiling knuffel-derive v3.2.0
29322026-03-21T00:23:13.066Z Compiling git2 v0.20.4
29332026-03-21T00:23:13.114Z Checking nested v0.1.1
29342026-03-21T00:23:13.160Z Checking topological-sort v0.2.2
29352026-03-21T00:23:13.330Z Checking guppy v0.17.25
29362026-03-21T00:23:13.381Z Checking omicron-zone-package v0.12.2
29372026-03-21T00:23:13.660Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29382026-03-21T00:23:13.965Z Checking similar-asserts v1.7.0
29392026-03-21T00:23:14.206Z Compiling rstest_macros v0.25.0
29402026-03-21T00:23:14.612Z Compiling target-triple v1.0.0
29412026-03-21T00:23:14.659Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29422026-03-21T00:23:14.848Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29432026-03-21T00:23:14.894Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29442026-03-21T00:23:14.947Z Checking knuffel v3.2.0
29452026-03-21T00:23:15.082Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29462026-03-21T00:23:15.369Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29472026-03-21T00:23:15.835Z Checking toml_datetime v1.0.0+spec-1.1.0
29482026-03-21T00:23:16.160Z Checking escape8259 v0.5.3
29492026-03-21T00:23:16.371Z Compiling relative-path v1.9.3
29502026-03-21T00:23:16.833Z Compiling assert_cmd v2.1.2
29512026-03-21T00:23:17.243Z Checking libtest-mimic v0.8.1
29522026-03-21T00:23:17.317Z Checking toml v1.0.3+spec-1.1.0
29532026-03-21T00:23:17.844Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29542026-03-21T00:23:18.021Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29552026-03-21T00:23:18.065Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29562026-03-21T00:23:18.259Z Checking blake2b_simd v1.0.4
29572026-03-21T00:23:18.831Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29582026-03-21T00:23:18.981Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29592026-03-21T00:23:19.341Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29602026-03-21T00:23:19.522Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29612026-03-21T00:23:19.810Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29622026-03-21T00:23:19.858Z Compiling polar-core v0.27.3
29632026-03-21T00:23:20.055Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29642026-03-21T00:23:20.314Z Checking fancy-regex v0.14.0
29652026-03-21T00:23:20.617Z Checking serde_tokenstream v0.2.3
29662026-03-21T00:23:20.853Z Checking uzers v0.12.2
29672026-03-21T00:23:20.944Z Compiling linkme-impl v0.3.35
29682026-03-21T00:23:21.169Z Checking constant_time_eq v0.3.1
29692026-03-21T00:23:21.348Z Checking termcolor v1.4.1
29702026-03-21T00:23:21.499Z Checking rust-argon2 v2.1.0
29712026-03-21T00:23:21.698Z Checking trybuild v1.0.116
29722026-03-21T00:23:21.841Z Checking datatest-stable v0.3.3
29732026-03-21T00:23:22.234Z Checking rstest v0.25.0
29742026-03-21T00:23:22.725Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29752026-03-21T00:23:22.819Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29762026-03-21T00:23:23.197Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29772026-03-21T00:23:23.247Z Checking support-bundle-viewer v0.1.2
29782026-03-21T00:23:23.621Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29792026-03-21T00:23:23.926Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29802026-03-21T00:23:24.186Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29812026-03-21T00:23:24.235Z Checking drift v0.1.3
29822026-03-21T00:23:24.483Z Checking rand_distr v0.5.1
29832026-03-21T00:23:24.680Z Checking multimap v0.10.1
29842026-03-21T00:23:24.951Z Checking approx v0.5.1
29852026-03-21T00:23:25.106Z Compiling linkme v0.3.35
29862026-03-21T00:23:25.175Z Checking dropshot-api-manager v0.6.0
29872026-03-21T00:23:26.646Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29882026-03-21T00:23:26.804Z Checking oso v0.27.3
29892026-03-21T00:23:26.927Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29902026-03-21T00:23:27.121Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29912026-03-21T00:23:27.392Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29922026-03-21T00:23:27.690Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29932026-03-21T00:23:27.737Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29942026-03-21T00:23:27.936Z Checking partial-io v0.5.4
29952026-03-21T00:23:27.997Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29962026-03-21T00:23:28.083Z Checking cargo_toml v0.21.0
29972026-03-21T00:23:28.261Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29982026-03-21T00:23:28.388Z Checking termios v0.3.3
29992026-03-21T00:23:28.596Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30002026-03-21T00:23:29.003Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30012026-03-21T00:23:29.283Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30022026-03-21T00:23:29.684Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30032026-03-21T00:23:30.534Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30042026-03-21T00:23:34.006Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30052026-03-21T00:23:39.162Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30062026-03-21T00:23:41.942Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30072026-03-21T00:23:47.278Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30082026-03-21T00:23:49.231Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30092026-03-21T00:23:54.807Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30102026-03-21T00:24:00.739Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30112026-03-21T00:24:02.895Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30122026-03-21T00:24:04.113Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30132026-03-21T00:24:14.799Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30142026-03-21T00:26:11.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 37s
30152026-03-21T00:26:12.051Z
30162026-03-21T00:26:12.054Zreal 5:41.959747840
30172026-03-21T00:26:12.055Zuser 28:30.244805843
30182026-03-21T00:26:12.055Zsys 6:02.901490469
30192026-03-21T00:26:12.055Ztrap 0.697077709
30202026-03-21T00:26:12.055Ztflt 0.084346487
30212026-03-21T00:26:12.055Zdflt 0.180887023
30222026-03-21T00:26:12.055Zkflt 0.002399235
30232026-03-21T00:26:12.055Zlock 1:20:22.984755781
30242026-03-21T00:26:12.055Zslp 1:17:08.120014024
30252026-03-21T00:26:12.055Zlat 1:56.864738321
30262026-03-21T00:26:12.055Zstop 14:27.685818963
30272026-03-21T00:26:12.055Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30282026-03-21T00:26:12.055Z+ ptime -m cargo doc --workspace --no-deps
30292026-03-21T00:26:13.288Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30302026-03-21T00:26:13.288Z |
30312026-03-21T00:26:13.288Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30322026-03-21T00:26:13.288Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30332026-03-21T00:26:14.576Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-03-21T00:26:14.849Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30352026-03-21T00:26:14.901Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30362026-03-21T00:26:14.985Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372026-03-21T00:26:15.170Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30382026-03-21T00:26:15.200Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30392026-03-21T00:26:15.230Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30402026-03-21T00:26:15.268Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30412026-03-21T00:26:15.338Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30422026-03-21T00:26:15.449Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30432026-03-21T00:26:15.495Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30442026-03-21T00:26:15.540Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30452026-03-21T00:26:15.599Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30462026-03-21T00:26:15.630Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30472026-03-21T00:26:15.675Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30482026-03-21T00:26:15.728Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30492026-03-21T00:26:15.763Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30502026-03-21T00:26:15.796Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30512026-03-21T00:26:15.856Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30522026-03-21T00:26:15.931Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30532026-03-21T00:26:16.220Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30542026-03-21T00:26:16.548Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30552026-03-21T00:26:16.741Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30562026-03-21T00:26:16.819Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30572026-03-21T00:26:16.853Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30582026-03-21T00:26:17.036Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30592026-03-21T00:26:17.068Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30602026-03-21T00:26:17.279Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30612026-03-21T00:26:17.351Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30622026-03-21T00:26:17.427Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30632026-03-21T00:26:17.539Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30642026-03-21T00:26:17.582Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30652026-03-21T00:26:17.775Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30662026-03-21T00:26:18.018Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30672026-03-21T00:26:18.049Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30682026-03-21T00:26:18.078Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30692026-03-21T00:26:18.254Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30702026-03-21T00:26:18.367Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30712026-03-21T00:26:18.397Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30722026-03-21T00:26:18.693Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30732026-03-21T00:26:18.775Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30742026-03-21T00:26:19.104Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30752026-03-21T00:26:19.137Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30762026-03-21T00:26:19.174Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30772026-03-21T00:26:19.245Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30782026-03-21T00:26:19.348Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30792026-03-21T00:26:19.537Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30802026-03-21T00:26:19.580Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30812026-03-21T00:26:19.657Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30822026-03-21T00:26:19.826Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30832026-03-21T00:26:19.831Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30842026-03-21T00:26:19.885Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30852026-03-21T00:26:19.916Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30862026-03-21T00:26:20.232Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30872026-03-21T00:26:20.232Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30882026-03-21T00:26:20.287Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30892026-03-21T00:26:20.290Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30902026-03-21T00:26:20.545Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30912026-03-21T00:26:20.572Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30922026-03-21T00:26:20.601Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30932026-03-21T00:26:20.794Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30942026-03-21T00:26:20.882Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30952026-03-21T00:26:20.923Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30962026-03-21T00:26:20.963Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30972026-03-21T00:26:21.190Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30982026-03-21T00:26:21.220Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30992026-03-21T00:26:21.289Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31002026-03-21T00:26:21.576Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31012026-03-21T00:26:21.580Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31022026-03-21T00:26:21.633Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31032026-03-21T00:26:21.664Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31042026-03-21T00:26:21.816Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31052026-03-21T00:26:22.212Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31062026-03-21T00:26:22.375Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31072026-03-21T00:26:23.338Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31082026-03-21T00:26:23.429Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31092026-03-21T00:26:23.630Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31102026-03-21T00:26:23.985Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31112026-03-21T00:26:24.108Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31122026-03-21T00:26:24.141Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31132026-03-21T00:26:24.294Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31142026-03-21T00:26:24.522Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31152026-03-21T00:26:24.561Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31162026-03-21T00:26:24.857Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31172026-03-21T00:26:25.230Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31182026-03-21T00:26:25.558Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31192026-03-21T00:26:25.645Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31202026-03-21T00:26:25.722Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31212026-03-21T00:26:26.179Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31222026-03-21T00:26:26.657Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31232026-03-21T00:26:26.926Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31242026-03-21T00:26:26.956Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31252026-03-21T00:26:27.248Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31262026-03-21T00:26:27.568Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31272026-03-21T00:26:28.125Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31282026-03-21T00:26:28.156Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31292026-03-21T00:26:29.196Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31302026-03-21T00:26:29.290Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31312026-03-21T00:26:29.673Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31322026-03-21T00:26:30.410Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31332026-03-21T00:26:30.581Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31342026-03-21T00:26:30.912Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31352026-03-21T00:26:31.077Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31362026-03-21T00:26:31.114Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31372026-03-21T00:26:31.337Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31382026-03-21T00:26:31.368Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31392026-03-21T00:26:31.425Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31402026-03-21T00:26:31.803Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31412026-03-21T00:26:31.860Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31422026-03-21T00:26:32.061Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31432026-03-21T00:26:32.092Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31442026-03-21T00:26:32.285Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31452026-03-21T00:26:32.472Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31462026-03-21T00:26:33.025Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31472026-03-21T00:26:33.403Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31482026-03-21T00:26:33.562Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31492026-03-21T00:26:34.542Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31502026-03-21T00:26:34.949Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31512026-03-21T00:26:35.071Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31522026-03-21T00:26:35.416Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31532026-03-21T00:26:35.883Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31542026-03-21T00:26:35.944Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31552026-03-21T00:26:35.975Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31562026-03-21T00:26:36.591Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31572026-03-21T00:26:36.791Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31582026-03-21T00:26:37.003Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31592026-03-21T00:26:38.282Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31602026-03-21T00:26:38.285Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31612026-03-21T00:26:38.777Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31622026-03-21T00:26:38.820Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31632026-03-21T00:26:39.062Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31642026-03-21T00:26:39.526Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31652026-03-21T00:26:40.141Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31662026-03-21T00:26:41.684Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31672026-03-21T00:26:42.374Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31682026-03-21T00:26:42.782Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31692026-03-21T00:26:43.210Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31702026-03-21T00:26:43.362Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31712026-03-21T00:26:43.574Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31722026-03-21T00:26:43.680Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31732026-03-21T00:26:43.749Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31742026-03-21T00:26:44.344Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31752026-03-21T00:26:44.587Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31762026-03-21T00:26:45.144Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31772026-03-21T00:26:45.733Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31782026-03-21T00:26:46.509Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31792026-03-21T00:26:46.962Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31802026-03-21T00:26:49.361Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31812026-03-21T00:26:49.848Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31822026-03-21T00:26:50.068Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31832026-03-21T00:26:51.839Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31842026-03-21T00:26:53.116Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31852026-03-21T00:26:54.335Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31862026-03-21T00:26:54.682Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31872026-03-21T00:26:55.217Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31882026-03-21T00:26:55.823Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31892026-03-21T00:26:56.162Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31902026-03-21T00:26:57.473Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31912026-03-21T00:26:58.179Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31922026-03-21T00:26:58.578Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31932026-03-21T00:26:59.084Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31942026-03-21T00:26:59.498Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31952026-03-21T00:26:59.586Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31962026-03-21T00:26:59.629Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31972026-03-21T00:26:59.663Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31982026-03-21T00:26:59.903Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31992026-03-21T00:27:00.073Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32002026-03-21T00:27:00.669Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32012026-03-21T00:27:00.981Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32022026-03-21T00:27:01.169Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32032026-03-21T00:27:01.858Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32042026-03-21T00:27:01.894Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32052026-03-21T00:27:02.095Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32062026-03-21T00:27:02.462Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32072026-03-21T00:27:02.959Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32082026-03-21T00:27:02.992Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32092026-03-21T00:27:03.333Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32102026-03-21T00:27:04.381Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32112026-03-21T00:27:06.262Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32122026-03-21T00:27:07.708Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132026-03-21T00:27:08.107Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142026-03-21T00:27:10.575Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32152026-03-21T00:27:12.609Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32162026-03-21T00:27:12.984Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32172026-03-21T00:27:15.402Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32182026-03-21T00:27:16.019Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32192026-03-21T00:27:16.648Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32202026-03-21T00:27:19.657Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32212026-03-21T00:27:20.405Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32222026-03-21T00:27:21.789Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32232026-03-21T00:27:22.340Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32242026-03-21T00:27:24.195Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32252026-03-21T00:27:25.082Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32262026-03-21T00:27:26.415Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32272026-03-21T00:27:27.044Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32282026-03-21T00:27:27.756Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32292026-03-21T00:27:27.874Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32302026-03-21T00:27:29.921Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32312026-03-21T00:27:32.315Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32322026-03-21T00:27:33.421Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32332026-03-21T00:27:34.037Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32342026-03-21T00:27:38.334Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32352026-03-21T00:27:39.238Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32362026-03-21T00:27:40.311Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32372026-03-21T00:27:41.251Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32382026-03-21T00:27:42.243Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32392026-03-21T00:27:43.230Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32402026-03-21T00:27:44.709Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32412026-03-21T00:27:47.026Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32422026-03-21T00:27:47.267Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32432026-03-21T00:27:48.202Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32442026-03-21T00:27:49.691Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32452026-03-21T00:27:50.495Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32462026-03-21T00:27:51.650Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32472026-03-21T00:27:55.102Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32482026-03-21T00:27:58.457Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32492026-03-21T00:27:59.551Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32502026-03-21T00:28:00.835Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32512026-03-21T00:28:01.641Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32522026-03-21T00:28:05.370Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32532026-03-21T00:28:05.971Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32542026-03-21T00:28:06.943Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32552026-03-21T00:28:08.767Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32562026-03-21T00:28:10.347Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32572026-03-21T00:28:12.165Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32582026-03-21T00:28:15.291Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32592026-03-21T00:28:16.195Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32602026-03-21T00:28:18.133Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32612026-03-21T00:28:20.516Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32622026-03-21T00:28:22.469Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32632026-03-21T00:28:24.345Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32642026-03-21T00:28:26.498Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32652026-03-21T00:28:28.943Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32662026-03-21T00:28:31.809Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32672026-03-21T00:28:36.369Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32682026-03-21T00:28:38.473Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32692026-03-21T00:28:38.576Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32702026-03-21T00:28:40.924Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32712026-03-21T00:28:43.323Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32722026-03-21T00:28:45.779Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32732026-03-21T00:28:48.299Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32742026-03-21T00:28:51.074Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32752026-03-21T00:28:53.513Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32762026-03-21T00:28:56.367Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32772026-03-21T00:28:58.446Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32782026-03-21T00:29:00.927Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32792026-03-21T00:29:03.434Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32802026-03-21T00:29:05.808Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32812026-03-21T00:29:08.246Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32822026-03-21T00:29:10.487Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32832026-03-21T00:29:12.947Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32842026-03-21T00:29:15.930Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32852026-03-21T00:29:17.954Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32862026-03-21T00:29:20.517Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-03-21T00:29:23.117Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32882026-03-21T00:29:26.088Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32892026-03-21T00:29:28.396Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32902026-03-21T00:29:31.080Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32912026-03-21T00:29:36.234Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32922026-03-21T00:29:38.922Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32932026-03-21T00:29:41.425Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32942026-03-21T00:29:44.201Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32952026-03-21T00:29:46.795Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32962026-03-21T00:29:51.307Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32972026-03-21T00:29:52.481Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32982026-03-21T00:29:54.025Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32992026-03-21T00:29:58.345Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33002026-03-21T00:30:01.233Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33012026-03-21T00:30:04.037Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33022026-03-21T00:30:06.894Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33032026-03-21T00:30:09.804Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33042026-03-21T00:30:12.590Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33052026-03-21T00:30:15.715Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33062026-03-21T00:30:18.759Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33072026-03-21T00:30:21.866Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33082026-03-21T00:30:24.130Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33092026-03-21T00:30:27.170Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33102026-03-21T00:30:29.926Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33112026-03-21T00:30:32.945Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33122026-03-21T00:30:35.931Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33132026-03-21T00:30:39.037Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33142026-03-21T00:30:41.815Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33152026-03-21T00:30:44.732Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33162026-03-21T00:30:47.794Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33172026-03-21T00:30:50.584Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33182026-03-21T00:30:53.651Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33192026-03-21T00:30:56.723Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33202026-03-21T00:30:59.800Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33212026-03-21T00:31:02.836Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33222026-03-21T00:31:05.897Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33232026-03-21T00:31:08.888Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33242026-03-21T00:31:11.762Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33252026-03-21T00:31:14.864Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33262026-03-21T00:31:17.940Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33272026-03-21T00:31:21.056Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33282026-03-21T00:31:24.133Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33292026-03-21T00:31:27.508Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33302026-03-21T00:31:30.554Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33312026-03-21T00:31:33.662Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33322026-03-21T00:31:36.740Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33332026-03-21T00:31:41.470Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33342026-03-21T00:31:43.013Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33352026-03-21T00:31:46.199Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33362026-03-21T00:31:49.277Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33372026-03-21T00:31:53.095Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33382026-03-21T00:31:55.988Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33392026-03-21T00:31:59.214Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33402026-03-21T00:32:08.549Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33412026-03-21T00:32:08.616Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33422026-03-21T00:32:12.858Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33432026-03-21T00:32:16.820Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33442026-03-21T00:32:20.987Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33452026-03-21T00:32:25.286Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33462026-03-21T00:32:31.289Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33472026-03-21T00:32:34.832Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33482026-03-21T00:32:39.296Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33492026-03-21T00:32:44.196Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33502026-03-21T00:32:48.631Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33512026-03-21T00:32:53.343Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33522026-03-21T00:32:58.071Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33532026-03-21T00:33:02.505Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33542026-03-21T00:33:07.211Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33552026-03-21T00:33:11.795Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33562026-03-21T00:33:16.356Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33572026-03-21T00:33:21.042Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33582026-03-21T00:33:25.720Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33592026-03-21T00:33:30.480Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33602026-03-21T00:33:35.133Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33612026-03-21T00:33:39.794Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33622026-03-21T00:34:16.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 04s
33632026-03-21T00:34:17.019Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33642026-03-21T00:34:17.138Z
33652026-03-21T00:34:17.141Zreal 8:04.962245571
33662026-03-21T00:34:17.141Zuser 23:33.242615346
33672026-03-21T00:34:17.141Zsys 4:28.015486405
33682026-03-21T00:34:17.141Ztrap 0.409135697
33692026-03-21T00:34:17.141Ztflt 0.021872851
33702026-03-21T00:34:17.141Zdflt 0.018539321
33712026-03-21T00:34:17.141Zkflt 0.000027054
33722026-03-21T00:34:17.141Zlock 7:18:03.853016023
33732026-03-21T00:34:17.141Zslp 2:41:02.500517815
33742026-03-21T00:34:17.141Zlat 34.991872757
33752026-03-21T00:34:17.141Zstop 1:59.407529655
33762026-03-21T00:34:17.141Zprocess exited: duration 1066502 ms, exit code 0
 
33772026-03-21T00:34:17.148Zfound 0 output files