01KM1AMF3T0SYD42QMJ14RMF17: clippy (helios)

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

Buildomat Job: 01KM1AMVZB3PZB12EE7N6BP13V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T20:38:04.017Zjob assigned to worker 01KM1AMYR67XXJBRXJQ24RMJG3 [factory aws, i-0bef8443c47f829b8] (queued for 1 m 6 s)
 
22026-03-18T20:38:11.843Zstarting task 0: "setup"
32026-03-18T20:38:11.847Z++ uname -s
42026-03-18T20:38:11.850Z+ kern=SunOS
52026-03-18T20:38:11.850Z+ build_user=build
62026-03-18T20:38:11.850Z+ build_uid=12345
72026-03-18T20:38:11.850Z+ work_dir=/work
82026-03-18T20:38:11.850Z+ input_dir=/input
92026-03-18T20:38:11.850Z+ [[ 0 == 12345 ]]
102026-03-18T20:38:11.850Z+ case "$kern" in
112026-03-18T20:38:11.850Z+ groupadd -g 12345 build
122026-03-18T20:38:11.853Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T20:38:13.858Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T20:38:13.978Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T20:38:13.981Z+ home_fs=zfs
162026-03-18T20:38:13.981Z+ [[ zfs == autofs ]]
172026-03-18T20:38:13.981Z+ mkdir -p /home/build
182026-03-18T20:38:13.984Z+ chown build:build /home/build /work
192026-03-18T20:38:14.984Z+ chmod 0700 /home/build /work
202026-03-18T20:38:14.987Zprocess exited: duration 3146 ms, exit code 0
 
212026-03-18T20:38:14.993Zstarting task 1: "rust-toolchain"
222026-03-18T20:38:14.998Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T20:38:14.999Z * rust toolchain channel = "1.94.0"
242026-03-18T20:38:14.999Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T20:38:14.999Z * rust toolchain profile = "default"
262026-03-18T20:38:14.999Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T20:38:14.999Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T20:38:15.002Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T20:38:15.002Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T20:38:15.132Zinfo: downloading installer
312026-03-18T20:38:16.870Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T20:38:16.870Zwarn: /opt/ooce/bin
332026-03-18T20:38:16.870Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T20:38:16.870Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T20:38:16.870Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T20:38:16.870Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T20:38:16.870Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T20:38:16.870Zerror: cannot install while Rust is installed
392026-03-18T20:38:16.870Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T20:38:16.873Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T20:38:16.873Zwarn: /home/build/.rustup/settings.toml
422026-03-18T20:38:16.873Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T20:38:16.873Zwarn: instead of the one inferred from the default host triple.
442026-03-18T20:38:16.883Zinfo: profile set to default
452026-03-18T20:38:16.883Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T20:38:16.885Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T20:38:17.034Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T20:38:17.037Zinfo: downloading 6 components
492026-03-18T20:38:34.174Z
502026-03-18T20:38:34.174Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-03-18T20:38:34.207Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T20:38:34.207Z
532026-03-18T20:38:34.210Z
542026-03-18T20:38:34.210ZRust is installed now. Great!
552026-03-18T20:38:34.210Z
562026-03-18T20:38:34.210ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T20:38:34.210Zenvironment variable. This has not been done automatically.
582026-03-18T20:38:34.210Z
592026-03-18T20:38:34.210ZTo configure your current shell, you need to source
602026-03-18T20:38:34.210Zthe corresponding env file under $HOME/.cargo.
612026-03-18T20:38:34.211Z
622026-03-18T20:38:34.211ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T20:38:34.211Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T20:38:34.211Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T20:38:34.211Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T20:38:34.211Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T20:38:34.211Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T20:38:34.211Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T20:38:34.211Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T20:38:34.211Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T20:38:34.313Z+ rustup --version
722026-03-18T20:38:34.323Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T20:38:34.326Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T20:38:34.350Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T20:38:34.353Z+ cargo --version
762026-03-18T20:38:34.370Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T20:38:34.373Z+ rustc --version
782026-03-18T20:38:34.398Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T20:38:34.401Zprocess exited: duration 19414 ms, exit code 0
 
802026-03-18T20:38:34.406Zstarting task 2: "authentication"
812026-03-18T20:38:34.425Zprocess exited: duration 19 ms, exit code 0
 
822026-03-18T20:38:34.431Zstarting task 3: "clone repository"
832026-03-18T20:38:34.434Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T20:38:34.437Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T20:38:34.468ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T20:43:07.692Z+ cd /work/oxidecomputer/omicron
872026-03-18T20:43:07.692Z+ git fetch origin 4c2f62386f58bc1b5a6b2cf0d1797399521e7785
882026-03-18T20:43:08.249ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T20:43:08.249Z * branch 4c2f62386f58bc1b5a6b2cf0d1797399521e7785 -> FETCH_HEAD
902026-03-18T20:43:08.260Z+ [[ -n sunshowers/spr/update-to-nextest-09131-enable-flaky-fail ]]
912026-03-18T20:43:08.263Z++ git branch --show-current
922026-03-18T20:43:08.266Z+ current=main
932026-03-18T20:43:08.266Z+ [[ main != sunshowers/spr/update-to-nextest-09131-enable-flaky-fail ]]
942026-03-18T20:43:08.266Z+ git branch -f sunshowers/spr/update-to-nextest-09131-enable-flaky-fail 4c2f62386f58bc1b5a6b2cf0d1797399521e7785
952026-03-18T20:43:08.269Z+ git checkout -f sunshowers/spr/update-to-nextest-09131-enable-flaky-fail
962026-03-18T20:43:08.589ZSwitched to branch 'sunshowers/spr/update-to-nextest-09131-enable-flaky-fail'
972026-03-18T20:43:08.592Z+ git reset --hard 4c2f62386f58bc1b5a6b2cf0d1797399521e7785
982026-03-18T20:43:08.610ZHEAD is now at 4c2f62386 export a Chrome trace
992026-03-18T20:43:08.613Zprocess exited: duration 274286 ms, exit code 0
 
1002026-03-18T20:43:08.619Zstarting task 4: "build"
1012026-03-18T20:43:08.624Z+ source ./env.sh
1022026-03-18T20:43:08.627Z++ OLD_SHELL_OPTS=ehxB
1032026-03-18T20:43:08.627Z++ set -o xtrace
1042026-03-18T20:43:08.627Z++++ dirname ./env.sh
1052026-03-18T20:43:08.632Z+++ readlink -f .
1062026-03-18T20:43:08.632Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-18T20:43:08.632Z++ 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-18T20:43:08.632Z++ 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-18T20:43:08.632Z++ 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-18T20:43:08.632Z++ 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-18T20:43:08.632Z++ 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-18T20:43:08.632Z++ 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-18T20:43:08.632Z++ 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-18T20:43:08.632Z++ 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-18T20:43:08.632Z++ case $OLD_SHELL_OPTS in
1162026-03-18T20:43:08.632Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-18T20:43:08.632Z+ source .github/buildomat/ci-env.sh
1182026-03-18T20:43:08.632Z++ export CARGO_TERM_COLOR=always
1192026-03-18T20:43:08.632Z++ CARGO_TERM_COLOR=always
1202026-03-18T20:43:08.632Z+ cargo --version
1212026-03-18T20:43:08.650Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-18T20:43:08.650Z+ rustc --version
1232026-03-18T20:43:08.669Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-18T20:43:08.676Z+ banner prerequisites
1252026-03-18T20:43:08.680Z
1262026-03-18T20:43:08.680Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-18T20:43:08.680Z # # # # # # # # # # # # # # #
1282026-03-18T20:43:08.680Z # # # # ##### # # ##### # # # # # #### #
1292026-03-18T20:43:08.681Z ##### ##### # ##### # # # # # # # # #
1302026-03-18T20:43:08.681Z # # # # # # # # # # # # # # #
1312026-03-18T20:43:08.681Z # # # ###### # # ###### ### # #### # #### #
1322026-03-18T20:43:08.681Z
1332026-03-18T20:43:08.681Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-18T20:43:18.531Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-18T20:43:28.147Z Startup: Caching catalogs ... Done
1362026-03-18T20:43:50.573ZPlanning: Solver setup ... Done (20.832s)
1372026-03-18T20:43:50.724ZPlanning: Running solver ... Done (0.152s)
1382026-03-18T20:43:50.902ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-18T20:43:50.915ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-18T20:43:51.039ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-18T20:43:51.082ZPlanning: Package planning ... Done (0.043s)
1422026-03-18T20:43:51.125ZPlanning: Merging actions ... Done (0.043s)
1432026-03-18T20:43:51.361ZPlanning: Checking for conflicting actions ... Done (0.237s)
1442026-03-18T20:43:51.372ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-18T20:43:52.210ZPlanning: Evaluating mediators ... Done (0.838s)
1462026-03-18T20:43:52.219ZPlanning: Planning completed in 23.94 seconds
1472026-03-18T20:43:52.233Z Packages to install: 4
1482026-03-18T20:43:52.236Z Mediators to change: 2
1492026-03-18T20:43:52.236Z Services to change: 1
1502026-03-18T20:43:52.236Z Estimated space available: 155.43 GB
1512026-03-18T20:43:52.236ZEstimated space to be consumed: 1.83 GB
1522026-03-18T20:43:52.236Z Create boot environment: No
1532026-03-18T20:43:52.237ZCreate backup boot environment: No
1542026-03-18T20:43:52.237Z Rebuild boot archive: No
1552026-03-18T20:43:52.237Z
1562026-03-18T20:43:52.237ZChanged mediators:
1572026-03-18T20:43:52.237Z mediator clang:
1582026-03-18T20:43:52.237Z version: None -> 15 (system default)
1592026-03-18T20:43:52.237Z
1602026-03-18T20:43:52.237Z mediator llvm:
1612026-03-18T20:43:52.237Z version: 14 (system default) -> 15 (system default)
1622026-03-18T20:43:52.237Z
1632026-03-18T20:43:52.237ZChanged packages:
1642026-03-18T20:43:52.237Zhelios-dev
1652026-03-18T20:43:52.237Z developer/build-essential
1662026-03-18T20:43:52.237Z None -> 11-2.0
1672026-03-18T20:43:52.237Z library/libxmlsec1
1682026-03-18T20:43:52.237Z None -> 1.2.35-2.0
1692026-03-18T20:43:52.237Z ooce/developer/clang-15
1702026-03-18T20:43:52.237Z None -> 15.0.7-2.0
1712026-03-18T20:43:52.237Z ooce/developer/llvm-15
1722026-03-18T20:43:52.237Z None -> 15.0.7-2.0
1732026-03-18T20:43:52.237Z
1742026-03-18T20:43:52.237ZServices:
1752026-03-18T20:43:52.237Z restart_fmri:
1762026-03-18T20:43:52.237Z svc:/system/update-man-index:default
1772026-03-18T20:43:52.281Z
1782026-03-18T20:43:52.281ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-18T20:43:57.279ZDownload: 2347/3290 items 119.7/212.6MB 56% complete (24.1M/s)
1802026-03-18T20:43:59.849ZDownload: Completed 212.60 MB in 7.57 seconds (28.1M/s)
1812026-03-18T20:44:00.175Z Actions: 1/3689 actions (Installing new actions)
1822026-03-18T20:44:04.284Z Actions: Completed 3689 actions in 4.11 seconds.
1832026-03-18T20:44:04.655Z Done (0.367s)
1842026-03-18T20:44:04.655Z Done (0.000s)
1852026-03-18T20:44:05.639Z Done (0.984s)
1862026-03-18T20:44:09.594Z Done (3.606s)
1872026-03-18T20:44:09.680Z Done (0.015s)
1882026-03-18T20:44:09.684Z Done (0.000s)
1892026-03-18T20:44:09.870Z Done (0.000s)
1902026-03-18T20:44:10.850ZPlanning: Evaluating mediator changes ... Done
1912026-03-18T20:44:11.002ZPlanning: Checking for conflicting actions ... Done
1922026-03-18T20:44:11.005ZPlanning: Consolidating action changes ... Done
1932026-03-18T20:44:11.227ZPlanning: Evaluating mediators ... Done
1942026-03-18T20:44:11.230ZPlanning: Planning completed in 0.38 seconds
1952026-03-18T20:44:11.257Z Mediators to change: 2
1962026-03-18T20:44:11.257Z Create boot environment: No
1972026-03-18T20:44:11.261ZCreate backup boot environment: No
1982026-03-18T20:44:11.323Z Done
1992026-03-18T20:44:11.323Z Done
2002026-03-18T20:44:12.072Z Done
2012026-03-18T20:44:15.374Z Done
2022026-03-18T20:44:15.457Z Done
2032026-03-18T20:44:15.460Z Done
2042026-03-18T20:44:15.609Z Done
2052026-03-18T20:44:16.149ZPlanning: Evaluating mediator changes ... Done
2062026-03-18T20:44:16.152ZPlanning: Merging actions ... Done
2072026-03-18T20:44:16.319ZPlanning: Checking for conflicting actions ... Done
2082026-03-18T20:44:16.321ZPlanning: Consolidating action changes ... Done
2092026-03-18T20:44:16.539ZPlanning: Evaluating mediators ... Done
2102026-03-18T20:44:16.584ZPlanning: Planning completed in 0.64 seconds
2112026-03-18T20:44:16.612Z Packages to change: 1
2122026-03-18T20:44:16.612Z Mediators to change: 1
2132026-03-18T20:44:16.616Z Services to change: 1
2142026-03-18T20:44:16.616Z Create boot environment: No
2152026-03-18T20:44:16.616ZCreate backup boot environment: Yes
2162026-03-18T20:44:19.261Z Actions: 1/6 actions (Updating modified actions)
2172026-03-18T20:44:19.265Z Actions: Completed 6 actions in 0.00 seconds.
2182026-03-18T20:44:19.265Z Done
2192026-03-18T20:44:19.265Z Done
2202026-03-18T20:44:19.453Z Done
2212026-03-18T20:44:22.751Z Done
2222026-03-18T20:44:22.838Z Done
2232026-03-18T20:44:22.842Z Done
2242026-03-18T20:44:23.002Z Done
2252026-03-18T20:44:23.382ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262026-03-18T20:44:23.383Zclang system 15 system
2272026-03-18T20:44:23.383Zcsh system system illumos
2282026-03-18T20:44:23.383Zctags system system illumos
2292026-03-18T20:44:23.383Zfile system system illumos
2302026-03-18T20:44:23.383Zgcc vendor 12 vendor
2312026-03-18T20:44:23.383Zgcc system 10 system
2322026-03-18T20:44:23.383Zgcc system 7 system
2332026-03-18T20:44:23.383Zgo system 1.20 system
2342026-03-18T20:44:23.383Zgo system 1.19 system
2352026-03-18T20:44:23.383Zllvm system 15 system
2362026-03-18T20:44:23.383Zllvm system 14 system
2372026-03-18T20:44:23.383Zmariadb system 10.6 system
2382026-03-18T20:44:23.383Zmta vendor vendor dma
2392026-03-18T20:44:23.383Zopenjdk system 17 system
2402026-03-18T20:44:23.383Zopenjdk system 11 system
2412026-03-18T20:44:23.383Zopenjdk system 1.8 system
2422026-03-18T20:44:23.383Zopenssl vendor 3 vendor
2432026-03-18T20:44:23.383Zperl system 5.36 system
2442026-03-18T20:44:23.383Zpostgresql system 15 system
2452026-03-18T20:44:23.383Zpostgresql system 13 system
2462026-03-18T20:44:23.383Zpython vendor 3 vendor
2472026-03-18T20:44:23.383Zpython system 2 system
2482026-03-18T20:44:23.383Zpython3 system 3.11 system
2492026-03-18T20:44:23.383Zruby system 3.0 system
2502026-03-18T20:44:23.383Zwords vendor vendor american-english
2512026-03-18T20:44:23.383Zwords system system australian-english
2522026-03-18T20:44:23.383Zwords system system british-english
2532026-03-18T20:44:23.383Zwords system system canadian-english
2542026-03-18T20:44:23.383Zwords system system french
2552026-03-18T20:44:23.383Zwords system system italian
2562026-03-18T20:44:23.383Zwords system system ngerman
2572026-03-18T20:44:23.383Zwords system system ogerman
2582026-03-18T20:44:23.383Zwords system system spanish
2592026-03-18T20:44:23.685ZPUBLISHER TYPE STATUS P LOCATION
2602026-03-18T20:44:23.685Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-03-18T20:44:29.619ZFMRI IFO
2622026-03-18T20:44:29.619Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-03-18T20:44:29.619Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-03-18T20:44:29.619Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-03-18T20:44:29.620Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-03-18T20:44:29.620Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-03-18T20:44:29.620Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-03-18T20:44:29.620Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692026-03-18T20:44:29.620Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-03-18T20:44:29.620Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-03-18T20:44:29.620Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-03-18T20:44:29.620Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-03-18T20:44:29.620Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-03-18T20:44:29.620Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-03-18T20:44:29.620Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-03-18T20:44:29.620Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-03-18T20:44:29.620Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-03-18T20:44:30.862Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-03-18T20:44:31.177Z Updating crates.io index
2802026-03-18T20:44:31.210Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-03-18T20:44:31.507Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-03-18T20:44:32.441Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-03-18T20:44:32.877Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2842026-03-18T20:44:33.345Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852026-03-18T20:44:34.172Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-03-18T20:44:35.142Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-03-18T20:44:36.566Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-18T20:44:38.215Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-03-18T20:44:41.467Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-03-18T20:44:41.783Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-03-18T20:44:45.343Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-03-18T20:44:45.744Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-03-18T20:44:46.223Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-03-18T20:44:46.643Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-03-18T20:44:48.137Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-03-18T20:44:49.061Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-03-18T20:44:49.490Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-03-18T20:44:49.880Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-03-18T20:44:50.379Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-03-18T20:44:50.694Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-03-18T20:44:50.940Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-03-18T20:44:51.287Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-03-18T20:44:51.738Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-03-18T20:44:52.165Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-03-18T20:44:52.860Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-03-18T20:44:53.123Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-03-18T20:44:53.564Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-03-18T20:44:54.509Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-03-18T20:44:55.162Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102026-03-18T20:44:55.446Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3112026-03-18T20:44:56.032Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3122026-03-18T20:44:56.367Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3132026-03-18T20:44:57.053Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142026-03-18T20:44:57.344Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152026-03-18T20:44:57.603Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162026-03-18T20:44:57.868Z Updating git repository `https://github.com/illumos/smf-rs`
3172026-03-18T20:44:58.267Z Updating git repository `https://github.com/oxidecomputer/omicron`
3182026-03-18T20:46:58.847Z Downloading crates ...
3192026-03-18T20:46:58.899Z Downloaded anstyle-query v1.1.5
3202026-03-18T20:46:58.902Z Downloaded percent-encoding v2.3.2
3212026-03-18T20:46:58.904Z Downloaded bytecount v0.6.9
3222026-03-18T20:46:58.907Z Downloaded camino v1.2.2
3232026-03-18T20:46:58.920Z Downloaded anstream v0.6.21
3242026-03-18T20:46:58.927Z Downloaded textwrap v0.16.2
3252026-03-18T20:46:58.930Z Downloaded num-traits v0.2.19
3262026-03-18T20:46:58.932Z Downloaded ucd-trie v0.1.7
3272026-03-18T20:46:58.932Z Downloaded is_terminal_polyfill v1.70.2
3282026-03-18T20:46:58.935Z Downloaded cargo-util-schemas v0.8.2
3292026-03-18T20:46:58.935Z Downloaded toml_write v0.1.2
3302026-03-18T20:46:58.938Z Downloaded toml_datetime v0.6.11
3312026-03-18T20:46:58.938Z Downloaded getrandom v0.4.1
3322026-03-18T20:46:58.940Z Downloaded usdt v0.5.0
3332026-03-18T20:46:58.940Z Downloaded erased-serde v0.4.9
3342026-03-18T20:46:58.943Z Downloaded unicode-ident v1.0.24
3352026-03-18T20:46:58.946Z Downloaded thread-id v4.2.2
3362026-03-18T20:46:58.946Z Downloaded plain v0.2.3
3372026-03-18T20:46:58.948Z Downloaded clap_lex v1.0.0
3382026-03-18T20:46:58.948Z Downloaded proc-macro-error-attr v1.0.4
3392026-03-18T20:46:58.948Z Downloaded zerofrom-derive v0.1.6
3402026-03-18T20:46:58.951Z Downloaded form_urlencoded v1.2.2
3412026-03-18T20:46:58.951Z Downloaded zerofrom v0.1.6
3422026-03-18T20:46:58.951Z Downloaded yoke-derive v0.8.1
3432026-03-18T20:46:58.954Z Downloaded dof v0.3.0
3442026-03-18T20:46:58.954Z Downloaded version_check v0.9.5
3452026-03-18T20:46:58.954Z Downloaded utf8_iter v1.0.4
3462026-03-18T20:46:58.954Z Downloaded usdt-attr-macro v0.5.0
3472026-03-18T20:46:58.957Z Downloaded typeid v1.0.3
3482026-03-18T20:46:58.957Z Downloaded generic-array v0.14.7
3492026-03-18T20:46:58.957Z Downloaded usdt-macro v0.5.0
3502026-03-18T20:46:58.961Z Downloaded utf8parse v0.2.2
3512026-03-18T20:46:58.961Z Downloaded unicode-xid v0.2.6
3522026-03-18T20:46:58.961Z Downloaded unicode-linebreak v0.1.5
3532026-03-18T20:46:58.964Z Downloaded scroll v0.12.0
3542026-03-18T20:46:58.964Z Downloaded anyhow v1.0.102
3552026-03-18T20:46:58.968Z Downloaded thiserror-impl v2.0.18
3562026-03-18T20:46:58.971Z Downloaded swrite v0.1.0
3572026-03-18T20:46:58.971Z Downloaded yoke v0.8.1
3582026-03-18T20:46:58.971Z Downloaded thiserror v1.0.69
3592026-03-18T20:46:58.976Z Downloaded zerovec-derive v0.11.2
3602026-03-18T20:46:58.979Z Downloaded synstructure v0.13.2
3612026-03-18T20:46:58.979Z Downloaded usdt-impl v0.5.0
3622026-03-18T20:46:58.979Z Downloaded clap_derive v4.5.55
3632026-03-18T20:46:58.979Z Downloaded zmij v1.0.21
3642026-03-18T20:46:58.981Z Downloaded serde_tokenstream v0.2.3
3652026-03-18T20:46:58.982Z Downloaded potential_utf v0.1.4
3662026-03-18T20:46:58.982Z Downloaded crypto-common v0.1.7
3672026-03-18T20:46:58.987Z Downloaded writeable v0.6.2
3682026-03-18T20:46:58.987Z Downloaded tinystr v0.8.2
3692026-03-18T20:46:58.989Z Downloaded thiserror v2.0.18
3702026-03-18T20:46:58.989Z Downloaded zerocopy-derive v0.7.35
3712026-03-18T20:46:58.992Z Downloaded toml v0.8.23
3722026-03-18T20:46:58.995Z Downloaded cpufeatures v0.2.17
3732026-03-18T20:46:58.998Z Downloaded thiserror-impl v1.0.69
3742026-03-18T20:46:58.998Z Downloaded ordered-float v2.10.1
3752026-03-18T20:46:58.998Z Downloaded equivalent v1.0.2
3762026-03-18T20:46:59.001Z Downloaded strsim v0.11.1
3772026-03-18T20:46:59.001Z Downloaded idna_adapter v1.2.1
3782026-03-18T20:46:59.001Z Downloaded memmap v0.7.0
3792026-03-18T20:46:59.001Z Downloaded cargo-platform v0.2.0
3802026-03-18T20:46:59.004Z Downloaded fnv v1.0.7
3812026-03-18T20:46:59.004Z Downloaded tabled_derive v0.7.0
3822026-03-18T20:46:59.004Z Downloaded dtrace-parser v0.2.0
3832026-03-18T20:46:59.004Z Downloaded zerotrie v0.2.3
3842026-03-18T20:46:59.007Z Downloaded pretty-hex v0.4.1
3852026-03-18T20:46:59.007Z Downloaded typenum v1.19.0
3862026-03-18T20:46:59.010Z Downloaded cfg-if v1.0.4
3872026-03-18T20:46:59.013Z Downloaded errno v0.3.14
3882026-03-18T20:46:59.022Z Downloaded url v2.5.8
3892026-03-18T20:46:59.025Z Downloaded fastrand v2.3.0
3902026-03-18T20:46:59.028Z Downloaded toml_edit v0.22.27
3912026-03-18T20:46:59.030Z Downloaded macaddr v1.0.1
3922026-03-18T20:46:59.030Z Downloaded serde-value v0.7.0
3932026-03-18T20:46:59.030Z Downloaded heck v0.5.0
3942026-03-18T20:46:59.033Z Downloaded stable_deref_trait v1.2.1
3952026-03-18T20:46:59.033Z Downloaded semver v1.0.27
3962026-03-18T20:46:59.033Z Downloaded itoa v1.0.17
3972026-03-18T20:46:59.036Z Downloaded zerovec v0.11.5
3982026-03-18T20:46:59.038Z Downloaded terminal_size v0.4.3
3992026-03-18T20:46:59.041Z Downloaded scroll_derive v0.12.1
4002026-03-18T20:46:59.041Z Downloaded cargo_metadata v0.21.0
4012026-03-18T20:46:59.041Z Downloaded colorchoice v1.0.4
4022026-03-18T20:46:59.044Z Downloaded zerocopy v0.7.35
4032026-03-18T20:46:59.052Z Downloaded smawk v0.3.2
4042026-03-18T20:46:59.055Z Downloaded winnow v0.7.14
4052026-03-18T20:46:59.059Z Downloaded cargo_toml v0.21.0
4062026-03-18T20:46:59.062Z Downloaded camino-tempfile v1.4.1
4072026-03-18T20:46:59.062Z Downloaded serde_spanned v0.6.9
4082026-03-18T20:46:59.065Z Downloaded unicode-width v0.2.0
4092026-03-18T20:46:59.068Z Downloaded unicode-width v0.1.14
4102026-03-18T20:46:59.072Z Downloaded displaydoc v0.2.5
4112026-03-18T20:46:59.074Z Downloaded serde-untagged v0.1.9
4122026-03-18T20:46:59.074Z Downloaded serde_derive v1.0.228
4132026-03-18T20:46:59.077Z Downloaded autocfg v1.5.0
4142026-03-18T20:46:59.077Z Downloaded heck v0.4.1
4152026-03-18T20:46:59.080Z Downloaded block-buffer v0.10.4
4162026-03-18T20:46:59.086Z Downloaded quote v1.0.44
4172026-03-18T20:46:59.088Z Downloaded proc-macro-error v1.0.4
4182026-03-18T20:46:59.091Z Downloaded fs-err v3.3.0
4192026-03-18T20:46:59.091Z Downloaded byteorder v1.5.0
4202026-03-18T20:46:59.094Z Downloaded anstyle-parse v0.2.7
4212026-03-18T20:46:59.098Z Downloaded sha2 v0.10.9
4222026-03-18T20:46:59.100Z Downloaded icu_normalizer v2.1.1
4232026-03-18T20:46:59.103Z Downloaded pest_generator v2.8.6
4242026-03-18T20:46:59.106Z Downloaded anstyle v1.0.13
4252026-03-18T20:46:59.108Z Downloaded clap v4.5.60
4262026-03-18T20:46:59.113Z Downloaded smallvec v1.15.1
4272026-03-18T20:46:59.117Z Downloaded bitflags v2.11.0
4282026-03-18T20:46:59.121Z Downloaded serde v1.0.228
4292026-03-18T20:46:59.121Z Downloaded once_cell v1.21.3
4302026-03-18T20:46:59.123Z Downloaded pest_derive v2.8.6
4312026-03-18T20:46:59.126Z Downloaded digest v0.10.7
4322026-03-18T20:46:59.129Z Downloaded icu_provider v2.1.1
4332026-03-18T20:46:59.131Z Downloaded proc-macro2 v1.0.106
4342026-03-18T20:46:59.134Z Downloaded tempfile v3.25.0
4352026-03-18T20:46:59.134Z Downloaded litemap v0.8.1
4362026-03-18T20:46:59.137Z Downloaded icu_properties v2.1.2
4372026-03-18T20:46:59.149Z Downloaded icu_locale_core v2.1.1
4382026-03-18T20:46:59.156Z Downloaded log v0.4.29
4392026-03-18T20:46:59.158Z Downloaded icu_normalizer_data v2.1.1
4402026-03-18T20:46:59.161Z Downloaded icu_collections v2.1.1
4412026-03-18T20:46:59.166Z Downloaded pest_meta v2.8.6
4422026-03-18T20:46:59.168Z Downloaded papergrid v0.11.0
4432026-03-18T20:46:59.171Z Downloaded serde_core v1.0.228
4442026-03-18T20:46:59.184Z Downloaded memchr v2.8.0
4452026-03-18T20:46:59.188Z Downloaded idna v1.1.0
4462026-03-18T20:46:59.191Z Downloaded clap_builder v4.5.60
4472026-03-18T20:46:59.195Z Downloaded indexmap v2.13.0
4482026-03-18T20:46:59.212Z Downloaded pest v2.8.6
4492026-03-18T20:46:59.216Z Downloaded icu_properties_data v2.1.2
4502026-03-18T20:46:59.222Z Downloaded hashbrown v0.16.1
4512026-03-18T20:46:59.233Z Downloaded serde_json v1.0.149
4522026-03-18T20:46:59.248Z Downloaded goblin v0.8.2
4532026-03-18T20:46:59.253Z Downloaded tabled v0.15.0
4542026-03-18T20:46:59.264Z Downloaded syn v1.0.109
4552026-03-18T20:46:59.271Z Downloaded syn v2.0.117
4562026-03-18T20:46:59.278Z Downloaded rustix v1.1.3
4572026-03-18T20:46:59.310Z Downloaded libc v0.2.180
4582026-03-18T20:46:59.397Z Compiling proc-macro2 v1.0.106
4592026-03-18T20:46:59.399Z Compiling unicode-ident v1.0.24
4602026-03-18T20:46:59.400Z Compiling quote v1.0.44
4612026-03-18T20:46:59.400Z Compiling serde_core v1.0.228
4622026-03-18T20:46:59.400Z Compiling libc v0.2.180
4632026-03-18T20:46:59.400Z Compiling version_check v0.9.5
4642026-03-18T20:46:59.400Z Compiling serde v1.0.228
4652026-03-18T20:46:59.400Z Compiling memchr v2.8.0
4662026-03-18T20:46:59.804Z Compiling stable_deref_trait v1.2.1
4672026-03-18T20:46:59.901Z Compiling zmij v1.0.21
4682026-03-18T20:47:00.157Z Compiling itoa v1.0.17
4692026-03-18T20:47:00.160Z Compiling ucd-trie v0.1.7
4702026-03-18T20:47:00.319Z Compiling autocfg v1.5.0
4712026-03-18T20:47:00.555Z Compiling thiserror v1.0.69
4722026-03-18T20:47:00.579Z Compiling pest v2.8.6
4732026-03-18T20:47:00.692Z Compiling litemap v0.8.1
4742026-03-18T20:47:00.761Z Compiling writeable v0.6.2
4752026-03-18T20:47:00.881Z Compiling rustix v1.1.3
4762026-03-18T20:47:00.945Z Compiling icu_properties_data v2.1.2
4772026-03-18T20:47:01.009Z Compiling byteorder v1.5.0
4782026-03-18T20:47:01.181Z Compiling icu_normalizer_data v2.1.1
4792026-03-18T20:47:01.406Z Compiling syn v2.0.117
4802026-03-18T20:47:01.488Z Compiling errno v0.3.14
4812026-03-18T20:47:01.526Z Compiling bitflags v2.11.0
4822026-03-18T20:47:01.591Z Compiling serde_json v1.0.149
4832026-03-18T20:47:01.859Z Compiling num-traits v0.2.19
4842026-03-18T20:47:01.887Z Compiling hashbrown v0.16.1
4852026-03-18T20:47:01.911Z Compiling smallvec v1.15.1
4862026-03-18T20:47:02.087Z Compiling pest_meta v2.8.6
4872026-03-18T20:47:02.187Z Compiling equivalent v1.0.2
4882026-03-18T20:47:02.295Z Compiling typeid v1.0.3
4892026-03-18T20:47:02.562Z Compiling indexmap v2.13.0
4902026-03-18T20:47:02.711Z Compiling thread-id v4.2.2
4912026-03-18T20:47:02.816Z Compiling usdt-impl v0.5.0
4922026-03-18T20:47:02.872Z Compiling proc-macro-error-attr v1.0.4
4932026-03-18T20:47:02.905Z Compiling syn v1.0.109
4942026-03-18T20:47:03.113Z Compiling erased-serde v0.4.9
4952026-03-18T20:47:03.135Z Compiling toml_write v0.1.2
4962026-03-18T20:47:03.413Z Compiling winnow v0.7.14
4972026-03-18T20:47:03.642Z Compiling proc-macro-error v1.0.4
4982026-03-18T20:47:03.706Z Compiling plain v0.2.3
4992026-03-18T20:47:03.851Z Compiling utf8parse v0.2.2
5002026-03-18T20:47:03.877Z Compiling getrandom v0.4.1
5012026-03-18T20:47:03.998Z Compiling camino v1.2.2
5022026-03-18T20:47:04.301Z Compiling log v0.4.29
5032026-03-18T20:47:04.410Z Compiling utf8_iter v1.0.4
5042026-03-18T20:47:04.498Z Compiling percent-encoding v2.3.2
5052026-03-18T20:47:04.502Z Compiling thiserror v2.0.18
5062026-03-18T20:47:04.597Z Compiling ordered-float v2.10.1
5072026-03-18T20:47:04.652Z Compiling anstyle-parse v0.2.7
5082026-03-18T20:47:04.746Z Compiling form_urlencoded v1.2.2
5092026-03-18T20:47:04.977Z Compiling terminal_size v0.4.3
5102026-03-18T20:47:05.175Z Compiling synstructure v0.13.2
5112026-03-18T20:47:05.211Z Compiling pest_generator v2.8.6
5122026-03-18T20:47:05.283Z Compiling colorchoice v1.0.4
5132026-03-18T20:47:05.420Z Compiling cfg-if v1.0.4
5142026-03-18T20:47:05.444Z Compiling is_terminal_polyfill v1.70.2
5152026-03-18T20:47:05.481Z Compiling pretty-hex v0.4.1
5162026-03-18T20:47:05.512Z Compiling anstyle-query v1.1.5
5172026-03-18T20:47:05.543Z Compiling anstyle v1.0.13
5182026-03-18T20:47:05.651Z Compiling serde-untagged v0.1.9
5192026-03-18T20:47:05.783Z Compiling anstream v0.6.21
5202026-03-18T20:47:05.839Z Compiling semver v1.0.27
5212026-03-18T20:47:05.997Z Compiling fs-err v3.3.0
5222026-03-18T20:47:06.152Z Compiling heck v0.5.0
5232026-03-18T20:47:06.194Z Compiling unicode-xid v0.2.6
5242026-03-18T20:47:06.239Z Compiling anyhow v1.0.102
5252026-03-18T20:47:06.270Z Compiling clap_lex v1.0.0
5262026-03-18T20:47:06.345Z Compiling bytecount v0.6.9
5272026-03-18T20:47:06.368Z Compiling fastrand v2.3.0
5282026-03-18T20:47:06.468Z Compiling once_cell v1.21.3
5292026-03-18T20:47:06.517Z Compiling fnv v1.0.7
5302026-03-18T20:47:06.634Z Compiling strsim v0.11.1
5312026-03-18T20:47:06.658Z Compiling heck v0.4.1
5322026-03-18T20:47:06.712Z Compiling unicode-width v0.1.14
5332026-03-18T20:47:06.748Z Compiling tempfile v3.25.0
5342026-03-18T20:47:06.948Z Compiling clap_builder v4.5.60
5352026-03-18T20:47:07.070Z Compiling papergrid v0.11.0
5362026-03-18T20:47:07.219Z Compiling memmap v0.7.0
5372026-03-18T20:47:07.245Z Compiling unicode-width v0.2.0
5382026-03-18T20:47:07.267Z Compiling unicode-linebreak v0.1.5
5392026-03-18T20:47:07.452Z Compiling smawk v0.3.2
5402026-03-18T20:47:07.605Z Compiling textwrap v0.16.2
5412026-03-18T20:47:07.703Z Compiling serde_derive v1.0.228
5422026-03-18T20:47:07.905Z Compiling zerofrom-derive v0.1.6
5432026-03-18T20:47:08.054Z Compiling yoke-derive v0.8.1
5442026-03-18T20:47:08.105Z Compiling zerovec-derive v0.11.2
5452026-03-18T20:47:08.236Z Compiling displaydoc v0.2.5
5462026-03-18T20:47:09.089Z Compiling thiserror-impl v1.0.69
5472026-03-18T20:47:09.206Z Compiling zerocopy-derive v0.7.35
5482026-03-18T20:47:09.580Z Compiling pest_derive v2.8.6
5492026-03-18T20:47:09.639Z Compiling scroll_derive v0.12.1
5502026-03-18T20:47:09.833Z Compiling zerofrom v0.1.6
5512026-03-18T20:47:10.002Z Compiling yoke v0.8.1
5522026-03-18T20:47:10.113Z Compiling thiserror-impl v2.0.18
5532026-03-18T20:47:10.251Z Compiling zerovec v0.11.5
5542026-03-18T20:47:10.331Z Compiling zerotrie v0.2.3
5552026-03-18T20:47:10.492Z Compiling zerocopy v0.7.35
5562026-03-18T20:47:10.736Z Compiling scroll v0.12.0
5572026-03-18T20:47:10.908Z Compiling tinystr v0.8.2
5582026-03-18T20:47:10.946Z Compiling potential_utf v0.1.4
5592026-03-18T20:47:11.091Z Compiling dtrace-parser v0.2.0
5602026-03-18T20:47:11.157Z Compiling icu_locale_core v2.1.1
5612026-03-18T20:47:11.182Z Compiling icu_collections v2.1.1
5622026-03-18T20:47:11.205Z Compiling goblin v0.8.2
5632026-03-18T20:47:11.282Z Compiling tabled_derive v0.7.0
5642026-03-18T20:47:11.687Z Compiling clap_derive v4.5.55
5652026-03-18T20:47:12.036Z Compiling icu_provider v2.1.1
5662026-03-18T20:47:12.135Z Compiling camino-tempfile v1.4.1
5672026-03-18T20:47:12.397Z Compiling icu_properties v2.1.2
5682026-03-18T20:47:12.433Z Compiling icu_normalizer v2.1.1
5692026-03-18T20:47:12.448Z Compiling toml_datetime v0.6.11
5702026-03-18T20:47:12.471Z Compiling serde_spanned v0.6.9
5712026-03-18T20:47:12.499Z Compiling dof v0.3.0
5722026-03-18T20:47:12.532Z Compiling serde_tokenstream v0.2.3
5732026-03-18T20:47:12.655Z Compiling serde-value v0.7.0
5742026-03-18T20:47:12.788Z Compiling toml_edit v0.22.27
5752026-03-18T20:47:13.054Z Compiling cargo-platform v0.2.0
5762026-03-18T20:47:13.204Z Compiling tabled v0.15.0
5772026-03-18T20:47:13.208Z Compiling macaddr v1.0.1
5782026-03-18T20:47:13.414Z Compiling swrite v0.1.0
5792026-03-18T20:47:13.525Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5802026-03-18T20:47:13.663Z Compiling idna_adapter v1.2.1
5812026-03-18T20:47:13.740Z Compiling usdt-attr-macro v0.5.0
5822026-03-18T20:47:13.841Z Compiling idna v1.1.0
5832026-03-18T20:47:13.864Z Compiling usdt-macro v0.5.0
5842026-03-18T20:47:14.083Z Compiling clap v4.5.60
5852026-03-18T20:47:14.215Z Compiling url v2.5.8
5862026-03-18T20:47:14.746Z Compiling toml v0.8.23
5872026-03-18T20:47:15.256Z Compiling cargo-util-schemas v0.8.2
5882026-03-18T20:47:15.321Z Compiling usdt v0.5.0
5892026-03-18T20:47:15.463Z Compiling cargo_toml v0.21.0
5902026-03-18T20:47:16.449Z Compiling cargo_metadata v0.21.0
5912026-03-18T20:47:17.743Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5922026-03-18T20:47:20.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 50s
5932026-03-18T20:47:20.882Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5942026-03-18T20:47:21.610Z Downloading crates ...
5952026-03-18T20:47:21.722Z Downloaded cfg_aliases v0.2.1
5962026-03-18T20:47:21.729Z Downloaded base16ct v0.2.0
5972026-03-18T20:47:21.734Z Downloaded crc v3.4.0
5982026-03-18T20:47:21.737Z Downloaded aes v0.8.4
5992026-03-18T20:47:21.740Z Downloaded daft-derive v0.1.5
6002026-03-18T20:47:21.744Z Downloaded bytes v1.11.1
6012026-03-18T20:47:21.748Z Downloaded async-bb8-diesel v0.2.1
6022026-03-18T20:47:21.750Z Downloaded arrayref v0.3.9
6032026-03-18T20:47:21.753Z Downloaded darling v0.21.3
6042026-03-18T20:47:21.756Z Downloaded data-encoding v2.10.0
6052026-03-18T20:47:21.758Z Downloaded critical-section v1.2.0
6062026-03-18T20:47:21.761Z Downloaded ciborium-ll v0.2.2
6072026-03-18T20:47:21.761Z Downloaded daft v0.1.5
6082026-03-18T20:47:21.763Z Downloaded dtrace-parser v0.3.0
6092026-03-18T20:47:21.763Z Downloaded display-error-chain v0.2.2
6102026-03-18T20:47:21.766Z Downloaded ciborium v0.2.2
6112026-03-18T20:47:21.769Z Downloaded darling_macro v0.23.0
6122026-03-18T20:47:21.769Z Downloaded crossbeam-channel v0.5.15
6132026-03-18T20:47:21.772Z Downloaded diesel_derives v2.3.7
6142026-03-18T20:47:21.777Z Downloaded erased-serde v0.3.31
6152026-03-18T20:47:21.779Z Downloaded darling v0.20.11
6162026-03-18T20:47:21.783Z Downloaded colored v2.2.0
6172026-03-18T20:47:21.786Z Downloaded ena v0.14.4
6182026-03-18T20:47:21.789Z Downloaded convert_case v0.4.0
6192026-03-18T20:47:21.789Z Downloaded camino-tempfile-ext v0.3.3
6202026-03-18T20:47:21.791Z Downloaded blowfish v0.9.1
6212026-03-18T20:47:21.794Z Downloaded drift v0.1.3
6222026-03-18T20:47:21.797Z Downloaded atomicwrites v0.4.4
6232026-03-18T20:47:21.799Z Downloaded diff v0.1.13
6242026-03-18T20:47:21.802Z Downloaded env_filter v1.0.0
6252026-03-18T20:47:21.802Z Downloaded dirs-next v2.0.0
6262026-03-18T20:47:21.805Z Downloaded gethostname v0.5.0
6272026-03-18T20:47:21.807Z Downloaded cstr-argument v0.1.2
6282026-03-18T20:47:21.807Z Downloaded async-stream-impl v0.3.6
6292026-03-18T20:47:21.807Z Downloaded ascii-canvas v3.0.0
6302026-03-18T20:47:21.810Z Downloaded chacha20poly1305 v0.10.1
6312026-03-18T20:47:21.813Z Downloaded difflib v0.4.0
6322026-03-18T20:47:21.813Z Downloaded bitfield-macros v0.19.4
6332026-03-18T20:47:21.813Z Downloaded diesel_table_macro_syntax v0.3.0
6342026-03-18T20:47:21.815Z Downloaded cargo-platform v0.1.9
6352026-03-18T20:47:21.815Z Downloaded float-cmp v0.10.0
6362026-03-18T20:47:21.818Z Downloaded fd-lock v4.0.4
6372026-03-18T20:47:21.820Z Downloaded darling_macro v0.20.11
6382026-03-18T20:47:21.821Z Downloaded dirs-sys-next v0.1.2
6392026-03-18T20:47:21.823Z Downloaded dropshot-api-manager-types v0.6.0
6402026-03-18T20:47:21.823Z Downloaded bb8 v0.8.6
6412026-03-18T20:47:21.826Z Downloaded bit-set v0.5.3
6422026-03-18T20:47:21.826Z Downloaded dyn-clone v1.0.20
6432026-03-18T20:47:21.828Z Downloaded foreign-types-macros v0.2.3
6442026-03-18T20:47:21.828Z Downloaded derive_builder_macro v0.20.2
6452026-03-18T20:47:21.831Z Downloaded downcast-rs v2.0.2
6462026-03-18T20:47:21.831Z Downloaded crc-any v2.5.0
6472026-03-18T20:47:21.834Z Downloaded cpufeatures v0.3.0
6482026-03-18T20:47:21.836Z Downloaded embedded-io v0.4.0
6492026-03-18T20:47:21.836Z Downloaded foreign-types-shared v0.3.1
6502026-03-18T20:47:21.839Z Downloaded enum-as-inner v0.6.1
6512026-03-18T20:47:21.839Z Downloaded fixedbitset v0.4.2
6522026-03-18T20:47:21.842Z Downloaded blake2 v0.10.6
6532026-03-18T20:47:21.844Z Downloaded float-ord v0.3.2
6542026-03-18T20:47:21.844Z Downloaded ecdsa v0.16.9
6552026-03-18T20:47:21.847Z Downloaded bitflags v1.3.2
6562026-03-18T20:47:21.850Z Downloaded find-msvc-tools v0.1.9
6572026-03-18T20:47:21.850Z Downloaded ed25519 v2.2.3
6582026-03-18T20:47:21.852Z Downloaded base16ct v1.0.0
6592026-03-18T20:47:21.855Z Downloaded dsl_auto_type v0.2.0
6602026-03-18T20:47:21.855Z Downloaded endian-type v0.1.2
6612026-03-18T20:47:21.857Z Downloaded cobs v0.3.0
6622026-03-18T20:47:21.857Z Downloaded castaway v0.2.4
6632026-03-18T20:47:21.860Z Downloaded crc8 v0.1.1
6642026-03-18T20:47:21.860Z Downloaded ciborium-io v0.2.2
6652026-03-18T20:47:21.860Z Downloaded bcrypt-pbkdf v0.10.0
6662026-03-18T20:47:21.863Z Downloaded fxhash v0.2.1
6672026-03-18T20:47:21.863Z Downloaded foreign-types v0.5.0
6682026-03-18T20:47:21.866Z Downloaded crunchy v0.2.4
6692026-03-18T20:47:21.866Z Downloaded dunce v1.0.5
6702026-03-18T20:47:21.866Z Downloaded atty v0.2.14
6712026-03-18T20:47:21.869Z Downloaded foreign-types-shared v0.1.1
6722026-03-18T20:47:21.869Z Downloaded crc-catalog v2.4.0
6732026-03-18T20:47:21.872Z Downloaded futures-sink v0.3.32
6742026-03-18T20:47:21.872Z Downloaded flagset v0.4.7
6752026-03-18T20:47:21.872Z Downloaded embedded-io v0.6.1
6762026-03-18T20:47:21.874Z Downloaded git-stub v1.0.0
6772026-03-18T20:47:21.874Z Downloaded foreign-types v0.3.2
6782026-03-18T20:47:21.877Z Downloaded cfg_aliases v0.1.1
6792026-03-18T20:47:21.877Z Downloaded futures-task v0.3.32
6802026-03-18T20:47:21.880Z Downloaded array-init v0.0.4
6812026-03-18T20:47:21.880Z Downloaded futures-core v0.3.32
6822026-03-18T20:47:21.883Z Downloaded bitfield-struct v0.6.2
6832026-03-18T20:47:21.883Z Downloaded document-features v0.2.12
6842026-03-18T20:47:21.885Z Downloaded globwalk v0.9.1
6852026-03-18T20:47:21.886Z Downloaded ghash v0.5.1
6862026-03-18T20:47:21.888Z Downloaded hash32 v0.3.1
6872026-03-18T20:47:21.888Z Downloaded block-padding v0.3.3
6882026-03-18T20:47:21.891Z Downloaded bcs v0.1.6
6892026-03-18T20:47:21.891Z Downloaded der_derive v0.7.3
6902026-03-18T20:47:21.893Z Downloaded defmt-macros v1.0.1
6912026-03-18T20:47:21.896Z Downloaded diesel-dtrace v0.5.0
6922026-03-18T20:47:21.898Z Downloaded funty v2.0.0
6932026-03-18T20:47:21.899Z Downloaded env_logger v0.11.9
6942026-03-18T20:47:21.901Z Downloaded headers-core v0.3.0
6952026-03-18T20:47:21.901Z Downloaded futures-io v0.3.32
6962026-03-18T20:47:21.904Z Downloaded hex v0.4.3
6972026-03-18T20:47:21.904Z Downloaded filetime v0.2.27
6982026-03-18T20:47:21.907Z Downloaded crossbeam-utils v0.8.21
6992026-03-18T20:47:21.909Z Downloaded home v0.5.12
7002026-03-18T20:47:21.910Z Downloaded derive_more v2.1.1
7012026-03-18T20:47:21.918Z Downloaded ident_case v1.0.1
7022026-03-18T20:47:21.921Z Downloaded cassowary v0.3.0
7032026-03-18T20:47:21.924Z Downloaded arc-swap v1.8.2
7042026-03-18T20:47:21.926Z Downloaded arrayvec v0.7.6
7052026-03-18T20:47:21.929Z Downloaded instant v0.1.13
7062026-03-18T20:47:21.929Z Downloaded inout v0.1.4
7072026-03-18T20:47:21.933Z Downloaded futures-macro v0.3.32
7082026-03-18T20:47:21.933Z Downloaded deranged v0.5.8
7092026-03-18T20:47:21.935Z Downloaded hubpack_derive v0.1.1
7102026-03-18T20:47:21.935Z Downloaded hubpack v0.1.2
7112026-03-18T20:47:21.935Z Downloaded httpdate v1.0.3
7122026-03-18T20:47:21.938Z Downloaded foldhash v0.2.0
7132026-03-18T20:47:21.938Z Downloaded chacha20 v0.9.1
7142026-03-18T20:47:21.941Z Downloaded fs_extra v1.3.0
7152026-03-18T20:47:21.944Z Downloaded fixedbitset v0.5.7
7162026-03-18T20:47:21.944Z Downloaded cexpr v0.6.0
7172026-03-18T20:47:21.948Z Downloaded hash32 v0.2.1
7182026-03-18T20:47:21.948Z Downloaded indoc v1.0.9
7192026-03-18T20:47:21.951Z Downloaded is_ci v1.2.0
7202026-03-18T20:47:21.953Z Downloaded is-terminal v0.4.17
7212026-03-18T20:47:21.953Z Downloaded indent_write v2.2.0
7222026-03-18T20:47:21.953Z Downloaded instability v0.3.11
7232026-03-18T20:47:21.956Z Downloaded futures-executor v0.3.32
7242026-03-18T20:47:21.971Z Downloaded lalrpop-util v0.19.12
7252026-03-18T20:47:21.974Z Downloaded hyper-tls v0.6.0
7262026-03-18T20:47:21.974Z Downloaded http-body-util v0.1.3
7272026-03-18T20:47:21.977Z Downloaded foldhash v0.1.5
7282026-03-18T20:47:21.980Z Downloaded fallible-iterator v0.2.0
7292026-03-18T20:47:21.980Z Downloaded git-stub-vcs v0.1.0
7302026-03-18T20:47:21.983Z Downloaded lazy_static v1.5.0
7312026-03-18T20:47:21.983Z Downloaded kstat-rs v0.2.4
7322026-03-18T20:47:21.985Z Downloaded dropshot_endpoint v0.16.7
7332026-03-18T20:47:21.988Z Downloaded lru-cache v0.1.2
7342026-03-18T20:47:21.988Z Downloaded managed v0.8.0
7352026-03-18T20:47:21.991Z Downloaded lru v0.12.5
7362026-03-18T20:47:21.991Z Downloaded libscf-sys v1.1.0
7372026-03-18T20:47:21.993Z Downloaded humantime v2.3.0
7382026-03-18T20:47:21.993Z Downloaded lru-slab v0.1.2
7392026-03-18T20:47:21.996Z Downloaded futures-channel v0.3.32
7402026-03-18T20:47:21.998Z Downloaded ff v0.13.1
7412026-03-18T20:47:21.998Z Downloaded either v1.15.0
7422026-03-18T20:47:22.001Z Downloaded hyper-staticfile v0.10.1
7432026-03-18T20:47:22.004Z Downloaded getrandom v0.2.17
7442026-03-18T20:47:22.007Z Downloaded half v1.8.3
7452026-03-18T20:47:22.009Z Downloaded mime v0.3.17
7462026-03-18T20:47:22.009Z Downloaded md5 v0.7.0
7472026-03-18T20:47:22.012Z Downloaded match_cfg v0.1.0
7482026-03-18T20:47:22.012Z Downloaded memoffset v0.9.1
7492026-03-18T20:47:22.015Z Downloaded lzss v0.8.2
7502026-03-18T20:47:22.015Z Downloaded ingot v0.1.1
7512026-03-18T20:47:22.017Z Downloaded maybe-uninit v2.0.0
7522026-03-18T20:47:22.017Z Downloaded ipnet v2.11.0
7532026-03-18T20:47:22.020Z Downloaded hickory-client v0.25.2
7542026-03-18T20:47:22.023Z Downloaded des v0.8.1
7552026-03-18T20:47:22.023Z Downloaded num v0.4.3
7562026-03-18T20:47:22.025Z Downloaded newtype_derive v0.1.6
7572026-03-18T20:47:22.025Z Downloaded new_debug_unreachable v1.0.6
7582026-03-18T20:47:22.028Z Downloaded multimap v0.10.1
7592026-03-18T20:47:22.028Z Downloaded newtype-uuid-macros v0.1.0
7602026-03-18T20:47:22.031Z Downloaded nonempty v0.12.0
7612026-03-18T20:47:22.031Z Downloaded num-conv v0.2.0
7622026-03-18T20:47:22.033Z Downloaded nodrop v0.1.14
7632026-03-18T20:47:22.034Z Downloaded nibble_vec v0.1.0
7642026-03-18T20:47:22.036Z Downloaded newline-converter v0.3.0
7652026-03-18T20:47:22.036Z Downloaded highway v1.3.0
7662026-03-18T20:47:22.039Z Downloaded iana-time-zone v0.1.65
7672026-03-18T20:47:22.043Z Downloaded md-5 v0.10.6
7682026-03-18T20:47:22.043Z Downloaded libsw-core v0.3.2
7692026-03-18T20:47:22.046Z Downloaded lock_api v0.4.14
7702026-03-18T20:47:22.046Z Downloaded maplit v1.0.2
7712026-03-18T20:47:22.049Z Downloaded libefi-sys v0.1.0
7722026-03-18T20:47:22.049Z Downloaded keccak v0.1.6
7732026-03-18T20:47:22.051Z Downloaded olpc-cjson v0.1.4
7742026-03-18T20:47:22.051Z Downloaded num-derive v0.4.2
7752026-03-18T20:47:22.054Z Downloaded num_threads v0.1.7
7762026-03-18T20:47:22.054Z Downloaded num_enum_derive v0.5.11
7772026-03-18T20:47:22.057Z Downloaded num-iter v0.1.45
7782026-03-18T20:47:22.057Z Downloaded ingot-macros v0.1.1
7792026-03-18T20:47:22.059Z Downloaded opaque-debug v0.3.1
7802026-03-18T20:47:22.060Z Downloaded linear-map v1.2.0
7812026-03-18T20:47:22.062Z Downloaded cookie v0.18.1
7822026-03-18T20:47:22.062Z Downloaded fatfs v0.3.6
7832026-03-18T20:47:22.065Z Downloaded futures v0.3.32
7842026-03-18T20:47:22.069Z Downloaded openssl-macros v0.1.1
7852026-03-18T20:47:22.072Z Downloaded fs-err v2.11.0
7862026-03-18T20:47:22.075Z Downloaded elliptic-curve v0.13.8
7872026-03-18T20:47:22.077Z Downloaded getrandom v0.3.4
7882026-03-18T20:47:22.080Z Downloaded nanorand v0.7.0
7892026-03-18T20:47:22.083Z Downloaded multer v3.1.0
7902026-03-18T20:47:22.085Z Downloaded nu-ansi-term v0.50.3
7912026-03-18T20:47:22.088Z Downloaded oso-derive v0.27.3
7922026-03-18T20:47:22.088Z Downloaded parse-size v1.1.0
7932026-03-18T20:47:22.088Z Downloaded packed_struct_codegen v0.10.1
7942026-03-18T20:47:22.092Z Downloaded openssl-probe v0.2.1
7952026-03-18T20:47:22.092Z Downloaded mime_guess v2.0.5
7962026-03-18T20:47:22.095Z Downloaded const_format v0.2.35
7972026-03-18T20:47:22.098Z Downloaded native-tls v0.2.18
7982026-03-18T20:47:22.100Z Downloaded pbkdf2 v0.12.2
7992026-03-18T20:47:22.100Z Downloaded path-slash v0.1.5
8002026-03-18T20:47:22.103Z Downloaded newtype-uuid v1.3.2
8012026-03-18T20:47:22.103Z Downloaded allocator-api2 v0.2.21
8022026-03-18T20:47:22.106Z Downloaded httparse v1.10.1
8032026-03-18T20:47:22.108Z Downloaded libloading v0.8.9
8042026-03-18T20:47:22.111Z Downloaded derive_more v0.99.20
8052026-03-18T20:47:22.114Z Downloaded num-integer v0.1.46
8062026-03-18T20:47:22.117Z Downloaded num-derive v0.3.3
8072026-03-18T20:47:22.119Z Downloaded indexmap v1.9.3
8082026-03-18T20:47:22.122Z Downloaded phf_shared v0.13.1
8092026-03-18T20:47:22.122Z Downloaded peg-runtime v0.8.5
8102026-03-18T20:47:22.122Z Downloaded num_enum_derive v0.7.5
8112026-03-18T20:47:22.125Z Downloaded pin-utils v0.1.0
8122026-03-18T20:47:22.125Z Downloaded parse-display v0.10.0
8132026-03-18T20:47:22.128Z Downloaded phf_shared v0.12.1
8142026-03-18T20:47:22.128Z Downloaded phf_shared v0.11.3
8152026-03-18T20:47:22.130Z Downloaded num_enum v0.7.5
8162026-03-18T20:47:22.133Z Downloaded ignore v0.4.25
8172026-03-18T20:47:22.135Z Downloaded litrs v1.0.0
8182026-03-18T20:47:22.138Z Downloaded num_enum v0.5.11
8192026-03-18T20:47:22.142Z Downloaded powerfmt v0.2.0
8202026-03-18T20:47:22.145Z Downloaded precomputed-hash v0.1.1
8212026-03-18T20:47:22.145Z Downloaded proc-macro-crate v3.4.0
8222026-03-18T20:47:22.148Z Downloaded ar_archive_writer v0.5.1
8232026-03-18T20:47:22.150Z Downloaded openssl-probe v0.1.6
8242026-03-18T20:47:22.154Z Downloaded der v0.7.10
8252026-03-18T20:47:22.158Z Downloaded predicates-core v1.0.10
8262026-03-18T20:47:22.158Z Downloaded password-hash v0.4.2
8272026-03-18T20:47:22.160Z Downloaded base64 v0.21.7
8282026-03-18T20:47:22.163Z Downloaded progenitor-client v0.10.0
8292026-03-18T20:47:22.163Z Downloaded progenitor-macro v0.11.2
8302026-03-18T20:47:22.166Z Downloaded oxide-tokio-rt v0.1.3
8312026-03-18T20:47:22.166Z Downloaded parse-display-derive v0.10.0
8322026-03-18T20:47:22.168Z Downloaded packed_struct v0.10.1
8332026-03-18T20:47:22.169Z Downloaded quick-error v1.2.3
8342026-03-18T20:47:22.172Z Downloaded progenitor-macro v0.13.0
8352026-03-18T20:47:22.172Z Downloaded proc-macro-crate v1.3.1
8362026-03-18T20:47:22.174Z Downloaded proc-macro-error-attr2 v2.0.0
8372026-03-18T20:47:22.174Z Downloaded predicates-tree v1.0.13
8382026-03-18T20:47:22.174Z Downloaded owo-colors v4.3.0
8392026-03-18T20:47:22.177Z Downloaded progenitor-macro v0.10.0
8402026-03-18T20:47:22.179Z Downloaded peg v0.8.5
8412026-03-18T20:47:22.182Z Downloaded heapless v0.8.0
8422026-03-18T20:47:22.185Z Downloaded indicatif v0.18.4
8432026-03-18T20:47:22.188Z Downloaded pem v3.0.6
8442026-03-18T20:47:22.191Z Downloaded peg-macros v0.8.5
8452026-03-18T20:47:22.194Z Downloaded phf v0.13.1
8462026-03-18T20:47:22.194Z Downloaded pin-project-lite v0.2.17
8472026-03-18T20:47:22.197Z Downloaded radium v0.7.0
8482026-03-18T20:47:22.200Z Downloaded pin-project-internal v1.1.11
8492026-03-18T20:47:22.203Z Downloaded pem-rfc7468 v0.7.0
8502026-03-18T20:47:22.203Z Downloaded darling_core v0.20.11
8512026-03-18T20:47:22.207Z Downloaded ed25519-dalek v2.2.0
8522026-03-18T20:47:22.215Z Downloaded cc v1.2.56
8532026-03-18T20:47:22.220Z Downloaded flume v0.11.1
8542026-03-18T20:47:22.220Z Downloaded recursive-proc-macro-impl v0.1.1
8552026-03-18T20:47:22.220Z Downloaded memmap2 v0.9.10
8562026-03-18T20:47:22.220Z Downloaded crypto-bigint v0.5.5
8572026-03-18T20:47:22.225Z Downloaded predicates v3.1.4
8582026-03-18T20:47:22.227Z Downloaded primeorder v0.13.6
8592026-03-18T20:47:22.230Z Downloaded poly1305 v0.8.0
8602026-03-18T20:47:22.233Z Downloaded ref-cast-impl v1.0.25
8612026-03-18T20:47:22.233Z Downloaded ref-cast v1.0.25
8622026-03-18T20:47:22.236Z Downloaded psl-types v2.0.11
8632026-03-18T20:47:22.238Z Downloaded proc-macro-error2 v2.0.1
8642026-03-18T20:47:22.241Z Downloaded progenitor v0.13.0
8652026-03-18T20:47:22.241Z Downloaded progenitor v0.11.2
8662026-03-18T20:47:22.243Z Downloaded progenitor-client v0.13.0
8672026-03-18T20:47:22.246Z Downloaded progenitor-client v0.11.2
8682026-03-18T20:47:22.246Z Downloaded parking_lot_core v0.9.12
8692026-03-18T20:47:22.249Z Downloaded ppv-lite86 v0.2.21
8702026-03-18T20:47:22.249Z Downloaded parking_lot v0.11.2
8712026-03-18T20:47:22.252Z Downloaded rfc6979 v0.4.0
8722026-03-18T20:47:22.252Z Downloaded libbz2-rs-sys v0.2.2
8732026-03-18T20:47:22.255Z Downloaded rtoolbox v0.0.3
8742026-03-18T20:47:22.258Z Downloaded parking_lot_core v0.8.6
8752026-03-18T20:47:22.258Z Downloaded progenitor-extras v0.1.1
8762026-03-18T20:47:22.261Z Downloaded omicron-zone-package v0.12.2
8772026-03-18T20:47:22.263Z Downloaded rand_core v0.10.0
8782026-03-18T20:47:22.263Z Downloaded psm v0.1.30
8792026-03-18T20:47:22.266Z Downloaded rustc_version v0.4.1
8802026-03-18T20:47:22.269Z Downloaded progenitor v0.10.0
8812026-03-18T20:47:22.269Z Downloaded pkcs5 v0.7.1
8822026-03-18T20:47:22.272Z Downloaded pkcs1 v0.7.5
8832026-03-18T20:47:22.274Z Downloaded r2d2 v0.8.10
8842026-03-18T20:47:22.277Z Downloaded rustc_version v0.1.7
8852026-03-18T20:47:22.277Z Downloaded russh-cryptovec v0.7.3
8862026-03-18T20:47:22.280Z Downloaded phf v0.12.1
8872026-03-18T20:47:22.280Z Downloaded headers v0.4.1
8882026-03-18T20:47:22.284Z Downloaded rand_seeder v0.4.0
8892026-03-18T20:47:22.287Z Downloaded miniz_oxide v0.8.9
8902026-03-18T20:47:22.290Z Downloaded same-file v1.0.6
8912026-03-18T20:47:22.290Z Downloaded rand_core v0.9.5
8922026-03-18T20:47:22.293Z Downloaded rand_core v0.6.4
8932026-03-18T20:47:22.295Z Downloaded oso v0.27.3
8942026-03-18T20:47:22.298Z Downloaded rand_chacha v0.9.0
8952026-03-18T20:47:22.298Z Downloaded postcard v1.1.3
8962026-03-18T20:47:22.301Z Downloaded rustc-hash v2.1.1
8972026-03-18T20:47:22.303Z Downloaded pkg-config v0.3.32
8982026-03-18T20:47:22.304Z Downloaded scroll_derive v0.13.1
8992026-03-18T20:47:22.304Z Downloaded bumpalo v3.20.2
9002026-03-18T20:47:22.306Z Downloaded scrypt v0.11.0
9012026-03-18T20:47:22.309Z Downloaded postgres-types v0.2.12
9022026-03-18T20:47:22.312Z Downloaded secrecy v0.8.0
9032026-03-18T20:47:22.312Z Downloaded papergrid v0.17.0
9042026-03-18T20:47:22.316Z Downloaded scheduled-thread-pool v0.2.7
9052026-03-18T20:47:22.319Z Downloaded sapling-renderdag v0.1.0
9062026-03-18T20:47:22.322Z Downloaded hickory-server v0.25.2
9072026-03-18T20:47:22.325Z Downloaded parking_lot v0.12.5
9082026-03-18T20:47:22.327Z Downloaded quinn-udp v0.5.14
9092026-03-18T20:47:22.328Z Downloaded salsa20 v0.10.2
9102026-03-18T20:47:22.330Z Downloaded resolv-conf v0.7.6
9112026-03-18T20:47:22.330Z Downloaded postgres-protocol v0.6.10
9122026-03-18T20:47:22.333Z Downloaded secrecy v0.10.3
9132026-03-18T20:47:22.333Z Downloaded scopeguard v1.2.0
9142026-03-18T20:47:22.336Z Downloaded polyval v0.6.2
9152026-03-18T20:47:22.339Z Downloaded hickory-resolver v0.25.2
9162026-03-18T20:47:22.342Z Downloaded rustls-pemfile v2.2.0
9172026-03-18T20:47:22.342Z Downloaded serde_repr v0.1.20
9182026-03-18T20:47:22.345Z Downloaded shell-words v1.1.1
9192026-03-18T20:47:22.348Z Downloaded serde_urlencoded v0.7.1
9202026-03-18T20:47:22.348Z Downloaded serde_spanned v1.0.4
9212026-03-18T20:47:22.350Z Downloaded jiff-static v0.2.21
9222026-03-18T20:47:22.353Z Downloaded serde-big-array v0.5.1
9232026-03-18T20:47:22.353Z Downloaded pkcs8 v0.10.2
9242026-03-18T20:47:22.356Z Downloaded serde_plain v1.0.2
9252026-03-18T20:47:22.359Z Downloaded hickory-resolver v0.24.4
9262026-03-18T20:47:22.361Z Downloaded signal-hook-mio v0.2.5
9272026-03-18T20:47:22.364Z Downloaded serde_bytes v0.11.19
9282026-03-18T20:47:22.364Z Downloaded semver v0.1.20
9292026-03-18T20:47:22.367Z Downloaded rustls-pemfile v1.0.4
9302026-03-18T20:47:22.367Z Downloaded rustls-native-certs v0.8.3
9312026-03-18T20:47:22.369Z Downloaded rusty-fork v0.3.1
9322026-03-18T20:47:22.372Z Downloaded siphasher v1.0.2
9332026-03-18T20:47:22.372Z Downloaded progenitor-impl v0.11.2
9342026-03-18T20:47:22.375Z Downloaded sigpipe v0.1.3
9352026-03-18T20:47:22.378Z Downloaded signature v2.2.0
9362026-03-18T20:47:22.378Z Downloaded signal-hook-tokio v0.3.1
9372026-03-18T20:47:22.381Z Downloaded prefix-trie v0.7.0
9382026-03-18T20:47:22.385Z Downloaded scroll v0.13.0
9392026-03-18T20:47:22.385Z Downloaded schemars_derive v0.8.22
9402026-03-18T20:47:22.385Z Downloaded rustversion v1.0.22
9412026-03-18T20:47:22.387Z Downloaded slog-envlogger v2.2.0
9422026-03-18T20:47:22.390Z Downloaded slog-bunyan v2.5.0
9432026-03-18T20:47:22.390Z Downloaded hashbrown v0.12.3
9442026-03-18T20:47:22.393Z Downloaded expectorate v1.2.0
9452026-03-18T20:47:22.396Z Downloaded progenitor-impl v0.13.0
9462026-03-18T20:47:22.399Z Downloaded hashbrown v0.13.2
9472026-03-18T20:47:22.401Z Downloaded dropshot-api-manager v0.6.0
9482026-03-18T20:47:22.405Z Downloaded derive_more-impl v2.1.1
9492026-03-18T20:47:22.411Z Downloaded sqlparser_derive v0.5.0
9502026-03-18T20:47:22.415Z Downloaded serde_derive_internals v0.29.1
9512026-03-18T20:47:22.415Z Downloaded serde-hex v0.1.0
9522026-03-18T20:47:22.415Z Downloaded progenitor-impl v0.10.0
9532026-03-18T20:47:22.418Z Downloaded openssl-sys v0.9.111
9542026-03-18T20:47:22.422Z Downloaded minimal-lexical v0.2.1
9552026-03-18T20:47:22.425Z Downloaded ssh-encoding v0.2.0
9562026-03-18T20:47:22.428Z Downloaded ssh-cipher v0.2.0
9572026-03-18T20:47:22.428Z Downloaded sha1 v0.10.6
9582026-03-18T20:47:22.432Z Downloaded serde_path_to_error v0.1.20
9592026-03-18T20:47:22.436Z Downloaded hyper-util v0.1.20
9602026-03-18T20:47:22.439Z Downloaded aws-lc-rs v1.16.0
9612026-03-18T20:47:22.445Z Downloaded strum v0.27.2
9622026-03-18T20:47:22.448Z Downloaded p256 v0.13.2
9632026-03-18T20:47:22.451Z Downloaded strum v0.26.3
9642026-03-18T20:47:22.451Z Downloaded structmeta-derive v0.3.0
9652026-03-18T20:47:22.451Z Downloaded structmeta v0.3.0
9662026-03-18T20:47:22.454Z Downloaded slog-scope v4.4.1
9672026-03-18T20:47:22.454Z Downloaded slog-json v2.6.1
9682026-03-18T20:47:22.457Z Downloaded slog-dtrace v0.3.0
9692026-03-18T20:47:22.457Z Downloaded sync_wrapper v1.0.2
9702026-03-18T20:47:22.461Z Downloaded take_mut v0.2.2
9712026-03-18T20:47:22.461Z Downloaded slog-term v2.9.2
9722026-03-18T20:47:22.465Z Downloaded subtle v2.6.1
9732026-03-18T20:47:22.465Z Downloaded tap v1.0.1
9742026-03-18T20:47:22.465Z Downloaded tabled_derive v0.11.0
9752026-03-18T20:47:22.468Z Downloaded prettyplease v0.2.37
9762026-03-18T20:47:22.471Z Downloaded ron v0.8.1
9772026-03-18T20:47:22.473Z Downloaded mio v1.1.1
9782026-03-18T20:47:22.478Z Downloaded tagptr v0.2.0
9792026-03-18T20:47:22.481Z Downloaded sync-ptr v0.1.4
9802026-03-18T20:47:22.481Z Downloaded snafu-derive v0.8.9
9812026-03-18T20:47:22.484Z Downloaded spki v0.7.3
9822026-03-18T20:47:22.484Z Downloaded itertools v0.10.5
9832026-03-18T20:47:22.488Z Downloaded tabwriter v1.4.1
9842026-03-18T20:47:22.493Z Downloaded testing_table v0.3.0
9852026-03-18T20:47:22.493Z Downloaded supports-color v3.0.2
9862026-03-18T20:47:22.496Z Downloaded stringprep v0.1.5
9872026-03-18T20:47:22.496Z Downloaded static_assertions v1.1.0
9882026-03-18T20:47:22.496Z Downloaded sec1 v0.7.3
9892026-03-18T20:47:22.500Z Downloaded time-core v0.1.8
9902026-03-18T20:47:22.500Z Downloaded serde_with_macros v3.17.0
9912026-03-18T20:47:22.503Z Downloaded shlex v1.3.0
9922026-03-18T20:47:22.503Z Downloaded thread-id v5.1.0
9932026-03-18T20:47:22.506Z Downloaded termtree v0.5.1
9942026-03-18T20:47:22.506Z Downloaded tinyvec_macros v0.1.1
9952026-03-18T20:47:22.508Z Downloaded rustls-pki-types v1.14.0
9962026-03-18T20:47:22.511Z Downloaded string_cache v0.8.9
9972026-03-18T20:47:22.511Z Downloaded aes-gcm v0.10.3
9982026-03-18T20:47:22.514Z Downloaded thiserror-impl-no-std v2.0.2
9992026-03-18T20:47:22.517Z Downloaded simd-adler32 v0.3.8
10002026-03-18T20:47:22.519Z Downloaded stacker v0.1.23
10012026-03-18T20:47:22.519Z Downloaded num-bigint v0.4.6
10022026-03-18T20:47:22.523Z Downloaded strum_macros v0.26.4
10032026-03-18T20:47:22.527Z Downloaded ryu v1.0.23
10042026-03-18T20:47:22.530Z Downloaded support-bundle-viewer v0.1.2
10052026-03-18T20:47:22.532Z Downloaded strum_macros v0.27.2
10062026-03-18T20:47:22.535Z Downloaded smallvec v0.6.14
10072026-03-18T20:47:22.536Z Downloaded publicsuffix v2.3.0
10082026-03-18T20:47:22.538Z Downloaded iddqd v0.3.17
10092026-03-18T20:47:22.543Z Downloaded smf v0.2.3
10102026-03-18T20:47:22.545Z Downloaded serde_cbor v0.11.2
10112026-03-18T20:47:22.550Z Downloaded sqlformat v0.3.5
10122026-03-18T20:47:22.550Z Downloaded rand v0.8.5
10132026-03-18T20:47:22.552Z Downloaded crossterm v0.29.0
10142026-03-18T20:47:22.557Z Downloaded tower-service v0.3.3
10152026-03-18T20:47:22.560Z Downloaded tower-layer v0.3.3
10162026-03-18T20:47:22.560Z Downloaded termios v0.3.3
10172026-03-18T20:47:22.562Z Downloaded nom v7.1.3
10182026-03-18T20:47:22.566Z Downloaded tiny-keccak v2.0.2
10192026-03-18T20:47:22.569Z Downloaded signal-hook v0.3.18
10202026-03-18T20:47:22.572Z Downloaded tls_codec_derive v0.4.2
10212026-03-18T20:47:22.576Z Downloaded try-lock v0.2.5
10222026-03-18T20:47:22.576Z Downloaded time-macros v0.2.27
10232026-03-18T20:47:22.579Z Downloaded libxml v0.3.3
10242026-03-18T20:47:22.582Z Downloaded trait-variant v0.1.2
10252026-03-18T20:47:22.585Z Downloaded typify-macro v0.6.1
10262026-03-18T20:47:22.585Z Downloaded tokio-native-tls v0.3.1
10272026-03-18T20:47:22.588Z Downloaded thread_local v1.1.9
10282026-03-18T20:47:22.588Z Downloaded strum_macros v0.24.3
10292026-03-18T20:47:22.594Z Downloaded slog v2.8.2
10302026-03-18T20:47:22.598Z Downloaded similar v2.7.0
10312026-03-18T20:47:22.598Z Downloaded tokio-macros v2.6.0
10322026-03-18T20:47:22.602Z Downloaded tokio-rustls v0.25.0
10332026-03-18T20:47:22.602Z Downloaded topological-sort v0.2.2
10342026-03-18T20:47:22.602Z Downloaded serde_yaml v0.9.34+deprecated
10352026-03-18T20:47:22.604Z Downloaded universal-hash v0.5.1
10362026-03-18T20:47:22.607Z Downloaded unit-prefix v0.5.2
10372026-03-18T20:47:22.607Z Downloaded thiserror-no-std v2.0.2
10382026-03-18T20:47:22.609Z Downloaded quinn v0.11.9
10392026-03-18T20:47:22.612Z Downloaded num-bigint-dig v0.8.6
10402026-03-18T20:47:22.616Z Downloaded term v0.7.0
10412026-03-18T20:47:22.619Z Downloaded typify-macro v0.4.3
10422026-03-18T20:47:22.622Z Downloaded term v1.2.1
10432026-03-18T20:47:22.625Z Downloaded unicode-truncate v1.1.0
10442026-03-18T20:47:22.625Z Downloaded untrusted v0.9.0
10452026-03-18T20:47:22.628Z Downloaded usdt v0.6.0
10462026-03-18T20:47:22.628Z Downloaded unarray v0.1.4
10472026-03-18T20:47:22.630Z Downloaded untrusted v0.7.1
10482026-03-18T20:47:22.630Z Downloaded itertools v0.12.1
10492026-03-18T20:47:22.635Z Downloaded usdt-macro v0.6.0
10502026-03-18T20:47:22.637Z Downloaded tokio-tungstenite v0.23.1
10512026-03-18T20:47:22.640Z Downloaded tokio-dtrace v0.1.1
10522026-03-18T20:47:22.640Z Downloaded utf-8 v0.7.6
10532026-03-18T20:47:22.643Z Downloaded rand v0.9.2
10542026-03-18T20:47:22.646Z Downloaded usdt-attr-macro v0.6.0
10552026-03-18T20:47:22.646Z Downloaded aho-corasick v1.1.4
10562026-03-18T20:47:22.649Z Downloaded tui-tree-widget v0.23.1
10572026-03-18T20:47:22.652Z Downloaded want v0.3.1
10582026-03-18T20:47:22.652Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10592026-03-18T20:47:22.655Z Downloaded crossterm v0.28.1
10602026-03-18T20:47:22.658Z Downloaded xattr v1.6.1
10612026-03-18T20:47:22.661Z Downloaded waitgroup v0.1.2
10622026-03-18T20:47:22.661Z Downloaded void v1.0.2
10632026-03-18T20:47:22.664Z Downloaded itertools v0.13.0
10642026-03-18T20:47:22.668Z Downloaded tokio-tungstenite v0.21.0
10652026-03-18T20:47:22.670Z Downloaded subprocess v0.2.15
10662026-03-18T20:47:22.673Z Downloaded schemars v0.9.0
10672026-03-18T20:47:22.682Z Downloaded xshell-macros v0.2.7
10682026-03-18T20:47:22.685Z Downloaded hkdf v0.12.4
10692026-03-18T20:47:22.687Z Downloaded samael v0.0.19
10702026-03-18T20:47:22.690Z Downloaded zeroize_derive v1.4.3
10712026-03-18T20:47:22.693Z Downloaded snafu v0.8.9
10722026-03-18T20:47:22.697Z Downloaded unicase v2.9.0
10732026-03-18T20:47:22.699Z Downloaded toml_writer v1.0.6+spec-1.1.0
10742026-03-18T20:47:22.702Z Downloaded tls_codec v0.4.2
10752026-03-18T20:47:22.702Z Downloaded test-strategy v0.4.5
10762026-03-18T20:47:22.704Z Downloaded uzers v0.12.2
10772026-03-18T20:47:22.707Z Downloaded zone v0.3.1
10782026-03-18T20:47:22.710Z Downloaded tokio-stream v0.1.18
10792026-03-18T20:47:22.712Z Downloaded zone_cfg_derive v0.3.1
10802026-03-18T20:47:22.712Z Downloaded usdt-impl v0.6.0
10812026-03-18T20:47:22.715Z Downloaded vergen-git2 v1.0.7
10822026-03-18T20:47:22.715Z Downloaded rustls-platform-verifier v0.6.2
10832026-03-18T20:47:22.718Z Downloaded vergen-lib v0.1.6
10842026-03-18T20:47:22.720Z Downloaded twox-hash v2.1.2
10852026-03-18T20:47:22.723Z Downloaded wait-timeout v0.2.1
10862026-03-18T20:47:22.723Z Downloaded tracing-attributes v0.1.31
10872026-03-18T20:47:22.726Z Downloaded whoami v1.6.1
10882026-03-18T20:47:22.728Z Downloaded hyper v1.8.1
10892026-03-18T20:47:22.732Z Downloaded vsss-rs v3.3.4
10902026-03-18T20:47:22.735Z Downloaded walkdir v2.5.0
10912026-03-18T20:47:22.737Z Downloaded vergen-gitcl v1.0.8
10922026-03-18T20:47:22.737Z Downloaded schemars v1.2.1
10932026-03-18T20:47:22.749Z Downloaded xz2 v0.1.7
10942026-03-18T20:47:22.752Z Downloaded xshell v0.2.7
10952026-03-18T20:47:22.755Z Downloaded wyz v0.5.1
10962026-03-18T20:47:22.755Z Downloaded unicode-properties v0.1.4
10972026-03-18T20:47:22.757Z Downloaded toml_parser v1.0.9+spec-1.1.0
10982026-03-18T20:47:22.757Z Downloaded zeroize v1.8.2
10992026-03-18T20:47:22.760Z Downloaded tinyvec v1.10.0
11002026-03-18T20:47:22.763Z Downloaded libm v0.2.16
11012026-03-18T20:47:22.768Z Downloaded zstd v0.13.3
11022026-03-18T20:47:22.771Z Downloaded itertools v0.14.0
11032026-03-18T20:47:22.776Z Downloaded zstd-safe v7.2.4
11042026-03-18T20:47:22.778Z Downloaded russh v0.45.0
11052026-03-18T20:47:22.782Z Downloaded typify v0.4.3
11062026-03-18T20:47:22.785Z Downloaded vergen v9.0.6
11072026-03-18T20:47:22.788Z Downloaded steno v0.4.1
11082026-03-18T20:47:22.791Z Downloaded rustyline v14.0.0
11092026-03-18T20:47:22.795Z Downloaded whoami v2.1.0
11102026-03-18T20:47:22.797Z Downloaded p521 v0.13.3
11112026-03-18T20:47:22.817Z Downloaded zerocopy v0.6.6
11122026-03-18T20:47:22.820Z Downloaded yasna v0.5.2
11132026-03-18T20:47:22.823Z Downloaded typify v0.6.1
11142026-03-18T20:47:22.826Z Downloaded ron v0.12.0
11152026-03-18T20:47:22.832Z Downloaded unsafe-libyaml v0.2.11
11162026-03-18T20:47:22.835Z Downloaded uuid v1.21.0
11172026-03-18T20:47:22.837Z Downloaded blake3 v1.8.3
11182026-03-18T20:47:22.842Z Downloaded tungstenite v0.21.0
11192026-03-18T20:47:22.846Z Downloaded vte v0.14.1
11202026-03-18T20:47:22.848Z Downloaded unicode-bidi v0.3.18
11212026-03-18T20:47:22.851Z Downloaded tracing-core v0.1.36
11222026-03-18T20:47:22.851Z Downloaded toml_edit v0.23.10+spec-1.0.0
11232026-03-18T20:47:22.855Z Downloaded rpassword v7.4.0
11242026-03-18T20:47:22.858Z Downloaded tungstenite v0.23.0
11252026-03-18T20:47:22.860Z Downloaded toml v0.7.8
11262026-03-18T20:47:22.863Z Downloaded toml_edit v0.19.15
11272026-03-18T20:47:22.875Z Downloaded zopfli v0.8.3
11282026-03-18T20:47:22.878Z Downloaded bindgen v0.71.1
11292026-03-18T20:47:22.882Z Downloaded toml v0.9.12+spec-1.1.0
11302026-03-18T20:47:22.886Z Downloaded curve25519-dalek v4.1.3
11312026-03-18T20:47:22.891Z Downloaded tokio-postgres v0.7.16
11322026-03-18T20:47:22.895Z Downloaded reqwest v0.13.2
11332026-03-18T20:47:22.900Z Downloaded unicode_categories v0.1.1
11342026-03-18T20:47:22.903Z Downloaded reqwest v0.12.28
11352026-03-18T20:47:22.905Z Downloaded regex v1.12.3
11362026-03-18T20:47:22.910Z Downloaded zip v0.6.6
11372026-03-18T20:47:22.913Z Downloaded portable-atomic v1.13.1
11382026-03-18T20:47:22.918Z Downloaded rayon v1.11.0
11392026-03-18T20:47:22.925Z Downloaded tower v0.5.3
11402026-03-18T20:47:22.931Z Downloaded zerocopy-derive v0.8.40
11412026-03-18T20:47:22.938Z Downloaded yansi v1.0.1
11422026-03-18T20:47:22.941Z Downloaded git2 v0.20.4
11432026-03-18T20:47:22.946Z Downloaded quick-xml v0.37.5
11442026-03-18T20:47:22.950Z Downloaded goblin v0.10.5
11452026-03-18T20:47:22.956Z Downloaded bitvec v1.0.1
11462026-03-18T20:47:22.967Z Downloaded x509-cert v0.2.5
11472026-03-18T20:47:22.971Z Downloaded unicode-segmentation v1.12.0
11482026-03-18T20:47:22.974Z Downloaded rustls-webpki v0.101.7
11492026-03-18T20:47:22.984Z Downloaded salty v0.3.0
11502026-03-18T20:47:22.989Z Downloaded typed-path v0.9.3
11512026-03-18T20:47:22.993Z Downloaded moka v0.12.13
11522026-03-18T20:47:22.999Z Downloaded proptest v1.10.0
11532026-03-18T20:47:23.006Z Downloaded zip v4.6.1
11542026-03-18T20:47:23.009Z Downloaded unicode-normalization v0.1.25
11552026-03-18T20:47:23.012Z Downloaded rustls-webpki v0.102.8
11562026-03-18T20:47:23.028Z Downloaded tower-http v0.6.8
11572026-03-18T20:47:23.032Z Downloaded object v0.30.4
11582026-03-18T20:47:23.039Z Downloaded tough v0.20.0
11592026-03-18T20:47:23.048Z Downloaded tokio-util v0.7.18
11602026-03-18T20:47:23.052Z Downloaded serde_with v3.17.0
11612026-03-18T20:47:23.061Z Downloaded petname v2.0.2
11622026-03-18T20:47:23.065Z Downloaded bstr v1.12.1
11632026-03-18T20:47:23.072Z Downloaded winnow v0.5.40
11642026-03-18T20:47:23.078Z Downloaded radix_trie v0.2.1
11652026-03-18T20:47:23.082Z Downloaded quinn-proto v0.11.13
11662026-03-18T20:47:23.087Z Downloaded lalrpop v0.19.12
11672026-03-18T20:47:23.095Z Downloaded openssl v0.10.75
11682026-03-18T20:47:23.102Z Downloaded winnow v0.6.26
11692026-03-18T20:47:23.109Z Downloaded nix v0.27.1
11702026-03-18T20:47:23.117Z Downloaded polar-core v0.27.3
11712026-03-18T20:47:23.122Z Downloaded nix v0.29.0
11722026-03-18T20:47:23.131Z Downloaded time v0.3.47
11732026-03-18T20:47:23.140Z Downloaded nix v0.28.0
11742026-03-18T20:47:23.148Z Downloaded tabled v0.20.0
11752026-03-18T20:47:23.161Z Downloaded nix v0.31.1
11762026-03-18T20:47:23.170Z Downloaded zlib-rs v0.6.2
11772026-03-18T20:47:23.174Z Downloaded hickory-proto v0.24.4
11782026-03-18T20:47:23.187Z Downloaded webpki-roots v1.0.6
11792026-03-18T20:47:23.191Z Downloaded smoltcp v0.9.1
11802026-03-18T20:47:23.196Z Downloaded vcpkg v0.2.15
11812026-03-18T20:47:23.226Z Downloaded rustls v0.21.12
11822026-03-18T20:47:23.234Z Downloaded regress v0.10.5
11832026-03-18T20:47:23.240Z Downloaded rustls v0.22.4
11842026-03-18T20:47:23.250Z Downloaded zerocopy v0.8.40
11852026-03-18T20:47:23.257Z Downloaded regex-syntax v0.8.10
11862026-03-18T20:47:23.263Z Downloaded rustix v0.38.44
11872026-03-18T20:47:23.281Z Downloaded openapiv3 v2.2.0
11882026-03-18T20:47:23.289Z Downloaded diesel v2.3.7
11892026-03-18T20:47:23.304Z Downloaded smoltcp v0.11.0
11902026-03-18T20:47:23.313Z Downloaded rustls v0.23.37
11912026-03-18T20:47:23.322Z Downloaded sqlparser v0.61.0
11922026-03-18T20:47:23.330Z Downloaded hickory-proto v0.25.2
11932026-03-18T20:47:23.343Z Downloaded object v0.37.3
11942026-03-18T20:47:23.350Z Downloaded tracing v0.1.44
11952026-03-18T20:47:23.365Z Downloaded regex-syntax v0.6.29
11962026-03-18T20:47:23.371Z Downloaded dropshot v0.16.7
11972026-03-18T20:47:23.387Z Downloaded p384 v0.13.1
11982026-03-18T20:47:23.390Z Downloaded sled v0.34.7
11992026-03-18T20:47:23.398Z Downloaded ssh-key v0.6.7
12002026-03-18T20:47:23.403Z Downloaded zerocopy-derive v0.6.6
12012026-03-18T20:47:23.411Z Downloaded reedline v0.40.0
12022026-03-18T20:47:23.425Z Downloaded chrono v0.4.44
12032026-03-18T20:47:23.425Z Downloaded tar v0.4.44
12042026-03-18T20:47:23.428Z Downloaded h2 v0.4.13
12052026-03-18T20:47:23.431Z Downloaded tokio-rustls v0.26.4
12062026-03-18T20:47:23.431Z Downloaded tokio-rustls v0.24.1
12072026-03-18T20:47:23.434Z Downloaded rustls-webpki v0.103.9
12082026-03-18T20:47:23.437Z Downloaded csv v1.4.0
12092026-03-18T20:47:23.451Z Downloaded typify-impl v0.6.1
12102026-03-18T20:47:23.463Z Downloaded ratatui v0.29.0
12112026-03-18T20:47:23.478Z Downloaded typify-impl v0.4.3
12122026-03-18T20:47:23.489Z Downloaded jiff v0.2.21
12132026-03-18T20:47:23.503Z Downloaded bzip2-sys v0.1.13+1.0.8
12142026-03-18T20:47:23.513Z Downloaded futures-util v0.3.32
12152026-03-18T20:47:23.522Z Downloaded regex-automata v0.4.14
12162026-03-18T20:47:23.534Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12172026-03-18T20:47:23.550Z Downloaded petgraph v0.6.5
12182026-03-18T20:47:23.562Z Downloaded libz-sys v1.1.24
12192026-03-18T20:47:23.579Z Downloaded lzma-sys v0.1.20
12202026-03-18T20:47:23.600Z Downloaded rand v0.10.0
12212026-03-18T20:47:23.603Z Downloaded chrono-tz v0.10.4
12222026-03-18T20:47:23.617Z Downloaded socket2 v0.6.2
12232026-03-18T20:47:23.622Z Downloaded socket2 v0.5.10
12242026-03-18T20:47:23.628Z Downloaded petgraph v0.8.3
12252026-03-18T20:47:23.637Z Downloaded rsa v0.9.10
12262026-03-18T20:47:23.640Z Downloaded iri-string v0.7.10
12272026-03-18T20:47:23.646Z Downloaded hashbrown v0.15.5
12282026-03-18T20:47:23.650Z Downloaded qorb v0.4.1
12292026-03-18T20:47:23.653Z Downloaded spin v0.9.8
12302026-03-18T20:47:23.656Z Downloaded schemars v0.8.22
12312026-03-18T20:47:23.663Z Downloaded sha3 v0.10.8
12322026-03-18T20:47:23.667Z Downloaded slog-stdlog v4.1.1
12332026-03-18T20:47:23.670Z Downloaded tokio v1.49.0
12342026-03-18T20:47:23.697Z Downloaded rayon-core v1.13.0
12352026-03-18T20:47:23.700Z Downloaded rcgen v0.12.1
12362026-03-18T20:47:23.704Z Downloaded strip-ansi-escapes v0.2.1
12372026-03-18T20:47:23.704Z Downloaded slog-async v2.8.0
12382026-03-18T20:47:23.707Z Downloaded slab v0.4.12
12392026-03-18T20:47:23.707Z Downloaded signal-hook-registry v1.4.8
12402026-03-18T20:47:23.707Z Downloaded pretty_assertions v1.4.1
12412026-03-18T20:47:23.710Z Downloaded http v1.4.0
12422026-03-18T20:47:23.710Z Downloaded pin-project v1.1.11
12432026-03-18T20:47:23.718Z Downloaded seq-macro v0.3.6
12442026-03-18T20:47:23.721Z Downloaded encoding_rs v0.8.35
12452026-03-18T20:47:23.736Z Downloaded sct v0.7.1
12462026-03-18T20:47:23.739Z Downloaded russh-keys v0.45.0
12472026-03-18T20:47:23.742Z Downloaded recursive v0.1.1
12482026-03-18T20:47:23.742Z Downloaded rand_xorshift v0.4.0
12492026-03-18T20:47:23.742Z Downloaded rand_chacha v0.3.1
12502026-03-18T20:47:23.745Z Downloaded flate2 v1.1.9
12512026-03-18T20:47:23.748Z Downloaded pbkdf2 v0.11.0
12522026-03-18T20:47:23.748Z Downloaded password-hash v0.5.0
12532026-03-18T20:47:23.751Z Downloaded half v2.7.1
12542026-03-18T20:47:23.754Z Downloaded heapless v0.7.17
12552026-03-18T20:47:23.754Z Downloaded paste v1.0.15
12562026-03-18T20:47:23.756Z Downloaded oxnet v0.1.4
12572026-03-18T20:47:23.757Z Downloaded num-complex v0.4.6
12582026-03-18T20:47:23.759Z Downloaded num-rational v0.4.2
12592026-03-18T20:47:23.759Z Downloaded derive-where v1.6.0
12602026-03-18T20:47:23.762Z Downloaded normalize-line-endings v0.3.0
12612026-03-18T20:47:23.762Z Downloaded libsw v3.5.0
12622026-03-18T20:47:23.765Z Downloaded jobserver v0.1.34
12632026-03-18T20:47:23.765Z Downloaded hyper-rustls v0.27.7
12642026-03-18T20:47:23.768Z Downloaded hmac v0.12.1
12652026-03-18T20:47:23.768Z Downloaded ingot-types v0.1.2
12662026-03-18T20:47:23.768Z Downloaded indoc v2.0.7
12672026-03-18T20:47:23.771Z Downloaded derive_builder_core v0.20.2
12682026-03-18T20:47:23.774Z Downloaded compact_str v0.8.1
12692026-03-18T20:47:23.774Z Downloaded console v0.16.2
12702026-03-18T20:47:23.776Z Downloaded ipnetwork v0.21.1
12712026-03-18T20:47:23.776Z Downloaded convert_case v0.10.0
12722026-03-18T20:47:23.779Z Downloaded glob v0.3.3
12732026-03-18T20:47:23.779Z Downloaded crc32fast v1.5.0
12742026-03-18T20:47:23.782Z Downloaded corncobs v0.1.4
12752026-03-18T20:47:23.782Z Downloaded cookie_store v0.22.1
12762026-03-18T20:47:23.785Z Downloaded constant_time_eq v0.4.2
12772026-03-18T20:47:23.785Z Downloaded console v0.15.11
12782026-03-18T20:47:23.787Z Downloaded clang-sys v1.8.1
12792026-03-18T20:47:23.787Z Downloaded cargo_toml v0.22.3
12802026-03-18T20:47:23.790Z Downloaded bzip2 v0.4.4
12812026-03-18T20:47:23.790Z Downloaded backoff v0.4.0
12822026-03-18T20:47:23.792Z Downloaded linked-hash-map v0.5.6
12832026-03-18T20:47:23.792Z Downloaded impl-trait-for-tuples v0.2.3
12842026-03-18T20:47:23.795Z Downloaded derive_builder v0.20.2
12852026-03-18T20:47:23.853Z Downloaded darling_core v0.21.3
12862026-03-18T20:47:23.858Z Downloaded darling v0.23.0
12872026-03-18T20:47:23.858Z Downloaded crossbeam-epoch v0.9.18
12882026-03-18T20:47:23.858Z Downloaded const-oid v0.9.6
12892026-03-18T20:47:23.858Z Downloaded colored v3.1.1
12902026-03-18T20:47:23.858Z Downloaded cancel-safe-futures v0.1.5
12912026-03-18T20:47:23.858Z Downloaded internet-checksum v0.2.1
12922026-03-18T20:47:23.858Z Downloaded globset v0.4.18
12932026-03-18T20:47:23.858Z Downloaded group v0.13.0
12942026-03-18T20:47:23.858Z Downloaded const_format_proc_macros v0.2.34
12952026-03-18T20:47:23.858Z Downloaded cipher v0.4.4
12962026-03-18T20:47:23.858Z Downloaded buf-list v1.1.2
12972026-03-18T20:47:23.858Z Downloaded bitfield v0.19.4
12982026-03-18T20:47:23.858Z Downloaded http-range v0.1.5
12992026-03-18T20:47:23.858Z Downloaded http-body v1.0.1
13002026-03-18T20:47:23.858Z Downloaded hostname v0.4.2
13012026-03-18T20:47:23.858Z Downloaded hostname v0.3.1
13022026-03-18T20:47:23.858Z Downloaded hex-literal v0.4.1
13032026-03-18T20:47:23.858Z Downloaded bit-vec v0.8.0
13042026-03-18T20:47:23.858Z Downloaded crossbeam-deque v0.8.6
13052026-03-18T20:47:23.858Z Downloaded defmt v1.0.1
13062026-03-18T20:47:23.858Z Downloaded darling_core v0.23.0
13072026-03-18T20:47:23.858Z Downloaded ring v0.17.14
13082026-03-18T20:47:23.865Z Downloaded ctr v0.9.2
13092026-03-18T20:47:23.867Z Downloaded chacha20 v0.10.0
13102026-03-18T20:47:23.871Z Downloaded backon v1.6.0
13112026-03-18T20:47:23.871Z Downloaded async-trait v0.1.89
13122026-03-18T20:47:23.874Z Downloaded defmt v0.3.100
13132026-03-18T20:47:23.874Z Downloaded cargo_metadata v0.19.2
13142026-03-18T20:47:23.874Z Downloaded bit-set v0.8.0
13152026-03-18T20:47:23.877Z Downloaded assert_matches v1.5.0
13162026-03-18T20:47:23.877Z Downloaded csv-core v0.1.13
13172026-03-18T20:47:23.877Z Downloaded crucible-workspace-hack v0.1.0
13182026-03-18T20:47:23.880Z Downloaded dof v0.4.0
13192026-03-18T20:47:23.880Z Downloaded defmt-parser v1.0.0
13202026-03-18T20:47:23.880Z Downloaded bzip2 v0.6.1
13212026-03-18T20:47:23.880Z Downloaded cbc v0.1.2
13222026-03-18T20:47:23.883Z Downloaded bit-vec v0.6.3
13232026-03-18T20:47:23.883Z Downloaded base64 v0.22.1
13242026-03-18T20:47:23.888Z Downloaded argon2 v0.5.3
13252026-03-18T20:47:23.888Z Downloaded aead v0.5.2
13262026-03-18T20:47:23.888Z Downloaded derive-ex v0.1.8
13272026-03-18T20:47:23.888Z Downloaded atomic-waker v1.1.2
13282026-03-18T20:47:23.888Z Downloaded debug-ignore v1.0.5
13292026-03-18T20:47:23.892Z Downloaded darling_macro v0.21.3
13302026-03-18T20:47:23.892Z Downloaded cmake v0.1.57
13312026-03-18T20:47:23.892Z Downloaded async-recursion v1.1.1
13322026-03-18T20:47:23.895Z Downloaded libgit2-sys v0.18.3+1.9.2
13332026-03-18T20:47:23.935Z Downloaded base64ct v1.8.3
13342026-03-18T20:47:23.940Z Downloaded async-stream v0.3.6
13352026-03-18T20:47:23.940Z Downloaded adler2 v2.0.1
13362026-03-18T20:47:23.944Z Downloaded ahash v0.8.12
13372026-03-18T20:47:23.944Z Downloaded curve25519-dalek-derive v0.1.1
13382026-03-18T20:47:24.413Z Downloaded aws-lc-sys v0.37.1
13392026-03-18T20:47:24.739Z Compiling libc v0.2.180
13402026-03-18T20:47:24.742Z Compiling serde v1.0.228
13412026-03-18T20:47:24.742Z Compiling log v0.4.29
13422026-03-18T20:47:24.742Z Compiling shlex v1.3.0
13432026-03-18T20:47:24.928Z Compiling find-msvc-tools v0.1.9
13442026-03-18T20:47:24.943Z Compiling smallvec v1.15.1
13452026-03-18T20:47:24.961Z Compiling syn v2.0.117
13462026-03-18T20:47:24.964Z Compiling typenum v1.19.0
13472026-03-18T20:47:25.154Z Compiling generic-array v0.14.7
13482026-03-18T20:47:25.185Z Compiling subtle v2.6.1
13492026-03-18T20:47:25.230Z Compiling scopeguard v1.2.0
13502026-03-18T20:47:25.296Z Compiling portable-atomic v1.13.1
13512026-03-18T20:47:25.315Z Compiling const-oid v0.9.6
13522026-03-18T20:47:25.355Z Compiling lock_api v0.4.14
13532026-03-18T20:47:25.411Z Compiling critical-section v1.2.0
13542026-03-18T20:47:25.463Z Compiling zerocopy v0.8.40
13552026-03-18T20:47:25.538Z Compiling serde_json v1.0.149
13562026-03-18T20:47:25.644Z Compiling parking_lot_core v0.9.12
13572026-03-18T20:47:25.766Z Compiling pin-project-lite v0.2.17
13582026-03-18T20:47:25.984Z Compiling pkg-config v0.3.32
13592026-03-18T20:47:26.022Z Compiling getrandom v0.2.17
13602026-03-18T20:47:26.111Z Compiling jobserver v0.1.34
13612026-03-18T20:47:26.236Z Compiling rand_core v0.6.4
13622026-03-18T20:47:26.295Z Compiling errno v0.3.14
13632026-03-18T20:47:26.475Z Compiling cc v1.2.56
13642026-03-18T20:47:26.569Z Compiling once_cell v1.21.3
13652026-03-18T20:47:26.606Z Compiling signal-hook-registry v1.4.8
13662026-03-18T20:47:26.641Z Compiling parking_lot v0.12.5
13672026-03-18T20:47:26.706Z Compiling mio v1.1.1
13682026-03-18T20:47:26.728Z Compiling bitflags v2.11.0
13692026-03-18T20:47:26.827Z Compiling libm v0.2.16
13702026-03-18T20:47:26.949Z Compiling num-traits v0.2.19
13712026-03-18T20:47:27.013Z Compiling futures-core v0.3.32
13722026-03-18T20:47:27.128Z Compiling socket2 v0.6.2
13732026-03-18T20:47:27.196Z Compiling percent-encoding v2.3.2
13742026-03-18T20:47:27.336Z Compiling allocator-api2 v0.2.21
13752026-03-18T20:47:27.365Z Compiling cpufeatures v0.2.17
13762026-03-18T20:47:27.434Z Compiling futures-sink v0.3.32
13772026-03-18T20:47:27.457Z Compiling foldhash v0.2.0
13782026-03-18T20:47:27.475Z Compiling futures-io v0.3.32
13792026-03-18T20:47:27.562Z Compiling futures-channel v0.3.32
13802026-03-18T20:47:27.662Z Compiling slab v0.4.12
13812026-03-18T20:47:27.665Z Compiling getrandom v0.4.1
13822026-03-18T20:47:27.729Z Compiling hashbrown v0.16.1
13832026-03-18T20:47:27.766Z Compiling futures-task v0.3.32
13842026-03-18T20:47:27.949Z Compiling getrandom v0.3.4
13852026-03-18T20:47:27.967Z Compiling rand_core v0.10.0
13862026-03-18T20:47:28.041Z Compiling rustversion v1.0.22
13872026-03-18T20:47:28.179Z Compiling cmake v0.1.57
13882026-03-18T20:47:28.571Z Compiling indexmap v2.13.0
13892026-03-18T20:47:28.698Z Compiling form_urlencoded v1.2.2
13902026-03-18T20:47:28.726Z Compiling dunce v1.0.5
13912026-03-18T20:47:28.849Z Compiling fs_extra v1.3.0
13922026-03-18T20:47:28.924Z Compiling base64ct v1.8.3
13932026-03-18T20:47:28.949Z Compiling ident_case v1.0.1
13942026-03-18T20:47:29.106Z Compiling synstructure v0.13.2
13952026-03-18T20:47:29.171Z Compiling flagset v0.4.7
13962026-03-18T20:47:29.200Z Compiling aws-lc-sys v0.37.1
13972026-03-18T20:47:29.313Z Compiling pem-rfc7468 v0.7.0
13982026-03-18T20:47:29.339Z Compiling rand_core v0.9.5
13992026-03-18T20:47:29.401Z Compiling rustix v1.1.3
14002026-03-18T20:47:29.468Z Compiling iana-time-zone v0.1.65
14012026-03-18T20:47:29.487Z Compiling ring v0.17.14
14022026-03-18T20:47:29.684Z Compiling uuid v1.21.0
14032026-03-18T20:47:29.719Z Compiling rustc_version v0.4.1
14042026-03-18T20:47:29.736Z Compiling aws-lc-rs v1.16.0
14052026-03-18T20:47:29.957Z Compiling regex-syntax v0.8.10
14062026-03-18T20:47:30.104Z Compiling vcpkg v0.2.15
14072026-03-18T20:47:30.155Z Compiling tracing-core v0.1.36
14082026-03-18T20:47:30.607Z Compiling crossbeam-utils v0.8.21
14092026-03-18T20:47:30.938Z Compiling pest_generator v2.8.6
14102026-03-18T20:47:31.002Z Compiling serde_derive_internals v0.29.1
14112026-03-18T20:47:31.113Z Compiling openssl-sys v0.9.111
14122026-03-18T20:47:31.671Z Compiling serde_derive v1.0.228
14132026-03-18T20:47:31.783Z Compiling zeroize_derive v1.4.3
14142026-03-18T20:47:31.802Z Compiling zerofrom-derive v0.1.6
14152026-03-18T20:47:31.879Z Compiling yoke-derive v0.8.1
14162026-03-18T20:47:32.236Z Compiling zerocopy-derive v0.8.40
14172026-03-18T20:47:32.616Z Compiling zeroize v1.8.2
14182026-03-18T20:47:33.233Z Compiling zerovec-derive v0.11.2
14192026-03-18T20:47:33.452Z Compiling displaydoc v0.2.5
14202026-03-18T20:47:33.703Z Compiling crypto-common v0.1.7
14212026-03-18T20:47:33.730Z Compiling zerofrom v0.1.6
14222026-03-18T20:47:33.880Z Compiling yoke v0.8.1
14232026-03-18T20:47:33.897Z Compiling block-buffer v0.10.4
14242026-03-18T20:47:34.107Z Compiling digest v0.10.7
14252026-03-18T20:47:34.125Z Compiling tokio-macros v2.6.0
14262026-03-18T20:47:34.350Z Compiling futures-macro v0.3.32
14272026-03-18T20:47:34.412Z Compiling zerotrie v0.2.3
14282026-03-18T20:47:34.430Z Compiling hmac v0.12.1
14292026-03-18T20:47:34.624Z Compiling block-padding v0.3.3
14302026-03-18T20:47:34.715Z Compiling zerovec v0.11.5
14312026-03-18T20:47:34.802Z Compiling inout v0.1.4
14322026-03-18T20:47:34.824Z Compiling sha2 v0.10.9
14332026-03-18T20:47:35.018Z Compiling cipher v0.4.4
14342026-03-18T20:47:35.067Z Compiling der_derive v0.7.3
14352026-03-18T20:47:35.362Z Compiling tinystr v0.8.2
14362026-03-18T20:47:35.397Z Compiling potential_utf v0.1.4
14372026-03-18T20:47:35.416Z Compiling futures-util v0.3.32
14382026-03-18T20:47:35.610Z Compiling icu_locale_core v2.1.1
14392026-03-18T20:47:35.631Z Compiling icu_collections v2.1.1
14402026-03-18T20:47:36.251Z Compiling salsa20 v0.10.2
14412026-03-18T20:47:36.339Z Compiling bytes v1.11.1
14422026-03-18T20:47:36.378Z Compiling der v0.7.10
14432026-03-18T20:47:36.416Z Compiling chrono v0.4.44
14442026-03-18T20:47:36.672Z Compiling icu_provider v2.1.1
14452026-03-18T20:47:36.808Z Compiling pbkdf2 v0.12.2
14462026-03-18T20:47:36.945Z Compiling thiserror-impl v2.0.18
14472026-03-18T20:47:37.046Z Compiling tokio v1.49.0
14482026-03-18T20:47:37.154Z Compiling icu_properties v2.1.2
14492026-03-18T20:47:38.007Z Compiling icu_normalizer v2.1.1
14502026-03-18T20:47:38.315Z Compiling spki v0.7.3
14512026-03-18T20:47:38.564Z Compiling idna_adapter v1.2.1
14522026-03-18T20:47:38.587Z Compiling ppv-lite86 v0.2.21
14532026-03-18T20:47:38.587Z Compiling http v1.4.0
14542026-03-18T20:47:38.710Z Compiling idna v1.1.0
14552026-03-18T20:47:38.733Z Compiling thiserror v2.0.18
14562026-03-18T20:47:38.738Z Compiling scrypt v0.11.0
14572026-03-18T20:47:38.771Z Compiling cbc v0.1.2
14582026-03-18T20:47:38.864Z Compiling aes v0.8.4
14592026-03-18T20:47:38.948Z Compiling rustls-pki-types v1.14.0
14602026-03-18T20:47:39.029Z Compiling rand_chacha v0.9.0
14612026-03-18T20:47:39.069Z Compiling tracing-attributes v0.1.31
14622026-03-18T20:47:39.544Z Compiling url v2.5.8
14632026-03-18T20:47:39.566Z Compiling http-body v1.0.1
14642026-03-18T20:47:39.757Z Compiling pkcs5 v0.7.1
14652026-03-18T20:47:39.840Z Compiling rand v0.9.2
14662026-03-18T20:47:39.979Z Compiling untrusted v0.9.0
14672026-03-18T20:47:40.126Z Compiling untrusted v0.7.1
14682026-03-18T20:47:40.232Z Compiling base64 v0.22.1
14692026-03-18T20:47:40.277Z Compiling openssl-probe v0.2.1
14702026-03-18T20:47:40.387Z Compiling syn v1.0.109
14712026-03-18T20:47:40.495Z Compiling httparse v1.10.1
14722026-03-18T20:47:40.587Z Compiling schemars v0.8.22
14732026-03-18T20:47:40.630Z Compiling pkcs8 v0.10.2
14742026-03-18T20:47:40.863Z Compiling tracing v0.1.44
14752026-03-18T20:47:40.866Z Compiling schemars_derive v0.8.22
14762026-03-18T20:47:40.900Z Compiling pest_derive v2.8.6
14772026-03-18T20:47:40.981Z Compiling scroll_derive v0.13.1
14782026-03-18T20:47:41.202Z Compiling darling_core v0.20.11
14792026-03-18T20:47:41.426Z Compiling atomic-waker v1.1.2
14802026-03-18T20:47:41.577Z Compiling try-lock v0.2.5
14812026-03-18T20:47:41.675Z Compiling rustls v0.23.37
14822026-03-18T20:47:41.709Z Compiling tinyvec_macros v0.1.1
14832026-03-18T20:47:41.794Z Compiling dyn-clone v1.0.20
14842026-03-18T20:47:41.895Z Compiling tower-service v0.3.3
14852026-03-18T20:47:41.967Z Compiling tower-layer v0.3.3
14862026-03-18T20:47:42.008Z Compiling tinyvec v1.10.0
14872026-03-18T20:47:42.023Z Compiling scroll v0.13.0
14882026-03-18T20:47:42.166Z Compiling tokio-util v0.7.18
14892026-03-18T20:47:42.367Z Compiling want v0.3.1
14902026-03-18T20:47:42.870Z Compiling ipnet v2.11.0
14912026-03-18T20:47:43.242Z Compiling h2 v0.4.13
14922026-03-18T20:47:43.553Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14932026-03-18T20:47:43.618Z Compiling spin v0.9.8
14942026-03-18T20:47:43.892Z Compiling aho-corasick v1.1.4
14952026-03-18T20:47:44.070Z Compiling crc32fast v1.5.0
14962026-03-18T20:47:44.392Z Compiling openssl v0.10.75
14972026-03-18T20:47:44.411Z Compiling foreign-types-shared v0.1.1
14982026-03-18T20:47:44.510Z Compiling darling_macro v0.20.11
14992026-03-18T20:47:44.529Z Compiling time-core v0.1.8
15002026-03-18T20:47:44.683Z Compiling powerfmt v0.2.0
15012026-03-18T20:47:44.713Z Compiling httpdate v1.0.3
15022026-03-18T20:47:44.947Z Compiling num-conv v0.2.0
15032026-03-18T20:47:44.997Z Compiling pin-utils v0.1.0
15042026-03-18T20:47:45.073Z Compiling regex-automata v0.4.14
15052026-03-18T20:47:45.092Z Compiling tempfile v3.25.0
15062026-03-18T20:47:45.112Z Compiling darling v0.20.11
15072026-03-18T20:47:45.131Z Compiling time-macros v0.2.27
15082026-03-18T20:47:45.212Z Compiling deranged v0.5.8
15092026-03-18T20:47:45.609Z Compiling foreign-types v0.3.2
15102026-03-18T20:47:46.207Z Compiling goblin v0.10.5
15112026-03-18T20:47:46.576Z Compiling openssl-macros v0.1.1
15122026-03-18T20:47:47.063Z Compiling thiserror-impl v1.0.69
15132026-03-18T20:47:47.259Z Compiling hyper v1.8.1
15142026-03-18T20:47:48.257Z Compiling wait-timeout v0.2.1
15152026-03-18T20:47:48.600Z Compiling quick-error v1.2.3
15162026-03-18T20:47:48.603Z Compiling bit-vec v0.8.0
15172026-03-18T20:47:48.732Z Compiling num_threads v0.1.7
15182026-03-18T20:47:48.783Z Compiling either v1.15.0
15192026-03-18T20:47:48.850Z Compiling siphasher v1.0.2
15202026-03-18T20:47:48.919Z Compiling native-tls v0.2.18
15212026-03-18T20:47:49.045Z Compiling usdt-impl v0.6.0
15222026-03-18T20:47:49.090Z Compiling simd-adler32 v0.3.8
15232026-03-18T20:47:49.189Z Compiling bit-set v0.8.0
15242026-03-18T20:47:49.320Z Compiling time v0.3.47
15252026-03-18T20:47:49.390Z Compiling thiserror v1.0.69
15262026-03-18T20:47:49.415Z Compiling rusty-fork v0.3.1
15272026-03-18T20:47:49.418Z Compiling hyper-util v0.1.20
15282026-03-18T20:47:50.052Z Compiling dof v0.4.0
15292026-03-18T20:47:50.831Z Compiling derive_builder_core v0.20.2
15302026-03-18T20:47:51.471Z Compiling unicode-normalization v0.1.25
15312026-03-18T20:47:51.647Z Compiling crossbeam-epoch v0.9.18
15322026-03-18T20:47:51.700Z Compiling dtrace-parser v0.3.0
15332026-03-18T20:47:51.997Z Compiling rustls-native-certs v0.8.3
15342026-03-18T20:47:52.068Z Compiling signature v2.2.0
15352026-03-18T20:47:52.090Z Compiling scroll_derive v0.12.1
15362026-03-18T20:47:52.207Z Compiling heapless v0.7.17
15372026-03-18T20:47:52.279Z Compiling rand_xorshift v0.4.0
15382026-03-18T20:47:52.369Z Compiling slog v2.8.2
15392026-03-18T20:47:52.490Z Compiling darling_core v0.21.3
15402026-03-18T20:47:52.505Z Compiling bzip2-sys v0.1.13+1.0.8
15412026-03-18T20:47:52.597Z Compiling sync_wrapper v1.0.2
15422026-03-18T20:47:52.723Z Compiling thread-id v5.1.0
15432026-03-18T20:47:52.742Z Compiling cookie v0.18.1
15442026-03-18T20:47:52.862Z Compiling unicode-segmentation v1.12.0
15452026-03-18T20:47:52.883Z Compiling rayon-core v1.13.0
15462026-03-18T20:47:52.966Z Compiling signal-hook v0.3.18
15472026-03-18T20:47:52.987Z Compiling unarray v0.1.4
15482026-03-18T20:47:53.098Z Compiling anyhow v1.0.102
15492026-03-18T20:47:53.122Z Compiling adler2 v2.0.1
15502026-03-18T20:47:53.176Z Compiling unicode-bidi v0.3.18
15512026-03-18T20:47:53.284Z Compiling paste v1.0.15
15522026-03-18T20:47:53.380Z Compiling unicode-properties v0.1.4
15532026-03-18T20:47:53.492Z Compiling zstd-safe v7.2.4
15542026-03-18T20:47:53.659Z Compiling stringprep v0.1.5
15552026-03-18T20:47:53.696Z Compiling miniz_oxide v0.8.9
15562026-03-18T20:47:53.783Z Compiling proptest v1.10.0
15572026-03-18T20:47:53.936Z Compiling scroll v0.12.0
15582026-03-18T20:47:54.259Z Compiling tower v0.5.3
15592026-03-18T20:47:54.557Z Compiling derive_builder_macro v0.20.2
15602026-03-18T20:47:54.711Z Compiling crossbeam-deque v0.8.6
15612026-03-18T20:47:54.729Z Compiling ipnetwork v0.21.1
15622026-03-18T20:47:54.879Z Compiling http-body-util v0.1.3
15632026-03-18T20:47:54.951Z Compiling webpki-roots v1.0.6
15642026-03-18T20:47:54.994Z Compiling rand_chacha v0.3.1
15652026-03-18T20:47:55.102Z Compiling erased-serde v0.3.31
15662026-03-18T20:47:55.131Z Compiling serde_tokenstream v0.2.3
15672026-03-18T20:47:55.192Z Compiling serde_spanned v0.6.9
15682026-03-18T20:47:55.240Z Compiling toml_datetime v0.6.11
15692026-03-18T20:47:55.369Z Compiling md-5 v0.10.6
15702026-03-18T20:47:55.533Z Compiling zerocopy-derive v0.7.35
15712026-03-18T20:47:55.572Z Compiling curve25519-dalek v4.1.3
15722026-03-18T20:47:55.575Z Compiling vergen-lib v0.1.6
15732026-03-18T20:47:55.817Z Compiling num-integer v0.1.46
15742026-03-18T20:47:55.820Z Compiling hash32 v0.2.1
15752026-03-18T20:47:55.988Z Compiling ff v0.13.1
15762026-03-18T20:47:56.021Z Compiling memoffset v0.9.1
15772026-03-18T20:47:56.060Z Compiling darling_macro v0.21.3
15782026-03-18T20:47:56.080Z Compiling ref-cast v1.0.25
15792026-03-18T20:47:56.157Z Compiling fallible-iterator v0.2.0
15802026-03-18T20:47:56.248Z Compiling psl-types v2.0.11
15812026-03-18T20:47:56.266Z Compiling smoltcp v0.9.1
15822026-03-18T20:47:56.402Z Compiling num-bigint-dig v0.8.6
15832026-03-18T20:47:56.458Z Compiling ryu v1.0.23
15842026-03-18T20:47:56.570Z Compiling zlib-rs v0.6.2
15852026-03-18T20:47:56.636Z Compiling base16ct v0.2.0
15862026-03-18T20:47:56.658Z Compiling rustix v0.38.44
15872026-03-18T20:47:56.683Z Compiling cfg_aliases v0.2.1
15882026-03-18T20:47:56.686Z Compiling litrs v1.0.0
15892026-03-18T20:47:56.720Z Compiling iri-string v0.7.10
15902026-03-18T20:47:56.793Z Compiling nix v0.31.1
15912026-03-18T20:47:56.857Z Compiling sec1 v0.7.3
15922026-03-18T20:47:57.212Z Compiling newtype-uuid v1.3.2
15932026-03-18T20:47:57.212Z Compiling zerocopy v0.7.35
15942026-03-18T20:47:57.300Z Compiling darling v0.21.3
15952026-03-18T20:47:57.374Z Compiling document-features v0.2.12
15962026-03-18T20:47:57.426Z Compiling serde_urlencoded v0.7.1
15972026-03-18T20:47:57.647Z Compiling postgres-protocol v0.6.10
15982026-03-18T20:47:57.857Z Compiling publicsuffix v2.3.0
15992026-03-18T20:47:58.078Z Compiling group v0.13.0
16002026-03-18T20:47:58.163Z Compiling num-iter v0.1.45
16012026-03-18T20:47:58.348Z Compiling tower-http v0.6.8
16022026-03-18T20:47:58.397Z Compiling rand v0.8.5
16032026-03-18T20:47:58.825Z Compiling derive_builder v0.20.2
16042026-03-18T20:47:58.890Z Compiling oxnet v0.1.4
16052026-03-18T20:47:58.926Z Compiling proc-macro-error v1.0.4
16062026-03-18T20:47:59.105Z Compiling tokio-native-tls v0.3.1
16072026-03-18T20:47:59.312Z Compiling goblin v0.8.2
16082026-03-18T20:47:59.975Z Compiling heck v0.4.1
16092026-03-18T20:47:59.996Z Compiling phf_shared v0.13.1
16102026-03-18T20:48:00.105Z Compiling hubpack_derive v0.1.1
16112026-03-18T20:48:00.263Z Compiling regex v1.12.3
16122026-03-18T20:48:00.319Z Compiling lazy_static v1.5.0
16132026-03-18T20:48:00.436Z Compiling cargo-platform v0.1.9
16142026-03-18T20:48:00.439Z Compiling hkdf v0.12.4
16152026-03-18T20:48:00.654Z Compiling crypto-bigint v0.5.5
16162026-03-18T20:48:00.657Z Compiling strum_macros v0.27.2
16172026-03-18T20:48:00.762Z Compiling flate2 v1.1.9
16182026-03-18T20:48:00.845Z Compiling curve25519-dalek-derive v0.1.1
16192026-03-18T20:48:01.227Z Compiling ref-cast-impl v1.0.25
16202026-03-18T20:48:01.314Z Compiling async-trait v0.1.89
16212026-03-18T20:48:01.682Z Compiling daft-derive v0.1.5
16222026-03-18T20:48:01.962Z Compiling terminal_size v0.4.3
16232026-03-18T20:48:02.136Z Compiling vergen v9.0.6
16242026-03-18T20:48:02.366Z Compiling fs-err v3.3.0
16252026-03-18T20:48:02.601Z Compiling ahash v0.8.12
16262026-03-18T20:48:02.620Z Compiling managed v0.8.0
16272026-03-18T20:48:02.727Z Compiling winnow v0.5.40
16282026-03-18T20:48:02.907Z Compiling bitflags v1.3.2
16292026-03-18T20:48:02.944Z Compiling foldhash v0.1.5
16302026-03-18T20:48:03.008Z Compiling bumpalo v3.20.2
16312026-03-18T20:48:03.163Z Compiling libbz2-rs-sys v0.2.2
16322026-03-18T20:48:03.338Z Compiling object v0.37.3
16332026-03-18T20:48:03.386Z Compiling strum v0.27.2
16342026-03-18T20:48:03.550Z Compiling console v0.16.2
16352026-03-18T20:48:03.569Z Compiling zopfli v0.8.3
16362026-03-18T20:48:03.738Z Compiling bzip2 v0.6.1
16372026-03-18T20:48:04.004Z Compiling hashbrown v0.15.5
16382026-03-18T20:48:04.250Z Compiling clap_builder v4.5.60
16392026-03-18T20:48:04.352Z Compiling daft v0.1.5
16402026-03-18T20:48:04.580Z Compiling toml_edit v0.19.15
16412026-03-18T20:48:04.708Z Compiling dof v0.3.0
16422026-03-18T20:48:04.750Z Compiling elliptic-curve v0.13.8
16432026-03-18T20:48:05.197Z Compiling hubpack v0.1.2
16442026-03-18T20:48:05.281Z Compiling cargo_metadata v0.19.2
16452026-03-18T20:48:05.677Z Compiling zone_cfg_derive v0.3.1
16462026-03-18T20:48:06.498Z Compiling phf v0.13.1
16472026-03-18T20:48:06.719Z Compiling signal-hook-mio v0.2.5
16482026-03-18T20:48:07.109Z Compiling cookie_store v0.22.1
16492026-03-18T20:48:07.350Z Compiling zstd v0.13.3
16502026-03-18T20:48:07.705Z Compiling rayon v1.11.0
16512026-03-18T20:48:07.975Z Compiling hyper-tls v0.6.0
16522026-03-18T20:48:08.025Z Compiling bzip2 v0.4.4
16532026-03-18T20:48:08.307Z Compiling postgres-types v0.2.12
16542026-03-18T20:48:08.343Z Compiling serde_with_macros v3.17.0
16552026-03-18T20:48:08.543Z Compiling usdt-attr-macro v0.6.0
16562026-03-18T20:48:08.815Z Compiling usdt-macro v0.6.0
16572026-03-18T20:48:09.077Z Compiling ed25519 v2.2.3
16582026-03-18T20:48:09.600Z Compiling dtrace-parser v0.2.0
16592026-03-18T20:48:09.773Z Compiling phf_shared v0.11.3
16602026-03-18T20:48:09.867Z Compiling itertools v0.12.1
16612026-03-18T20:48:10.012Z Compiling bstr v1.12.1
16622026-03-18T20:48:10.030Z Compiling pkcs1 v0.7.5
16632026-03-18T20:48:10.211Z Compiling hex v0.4.3
16642026-03-18T20:48:10.214Z Compiling serde-big-array v0.5.1
16652026-03-18T20:48:10.409Z Compiling rfc6979 v0.4.0
16662026-03-18T20:48:10.565Z Compiling serde_repr v0.1.20
16672026-03-18T20:48:10.568Z Compiling enum-as-inner v0.6.1
16682026-03-18T20:48:10.601Z Compiling clap_derive v4.5.55
16692026-03-18T20:48:10.646Z Compiling strum_macros v0.26.4
16702026-03-18T20:48:10.894Z Compiling float-cmp v0.10.0
16712026-03-18T20:48:11.083Z Compiling thread-id v4.2.2
16722026-03-18T20:48:11.193Z Compiling memmap2 v0.9.10
16732026-03-18T20:48:11.213Z Compiling env_filter v1.0.0
16742026-03-18T20:48:11.270Z Compiling encoding_rs v0.8.35
16752026-03-18T20:48:11.475Z Compiling whoami v2.1.0
16762026-03-18T20:48:11.560Z Compiling jiff v0.2.21
16772026-03-18T20:48:11.616Z Compiling predicates-core v1.0.10
16782026-03-18T20:48:11.846Z Compiling difflib v0.4.0
16792026-03-18T20:48:11.981Z Compiling new_debug_unreachable v1.0.6
16802026-03-18T20:48:12.077Z Compiling static_assertions v1.1.0
16812026-03-18T20:48:12.177Z Compiling normalize-line-endings v0.3.0
16822026-03-18T20:48:12.301Z Compiling fixedbitset v0.4.2
16832026-03-18T20:48:12.591Z Compiling precomputed-hash v0.1.1
16842026-03-18T20:48:12.610Z Compiling data-encoding v2.10.0
16852026-03-18T20:48:12.703Z Compiling unit-prefix v0.5.2
16862026-03-18T20:48:12.724Z Compiling rustc-hash v2.1.1
16872026-03-18T20:48:12.885Z Compiling mime v0.3.17
16882026-03-18T20:48:12.957Z Compiling fixedbitset v0.5.7
16892026-03-18T20:48:13.024Z Compiling keccak v0.1.6
16902026-03-18T20:48:13.084Z Compiling strum v0.26.3
16912026-03-18T20:48:13.234Z Compiling sha3 v0.10.8
16922026-03-18T20:48:13.253Z Compiling petgraph v0.8.3
16932026-03-18T20:48:13.346Z Compiling hickory-proto v0.25.2
16942026-03-18T20:48:13.365Z Compiling clap v4.5.60
16952026-03-18T20:48:13.469Z Compiling indicatif v0.18.4
16962026-03-18T20:48:13.646Z Compiling toml_edit v0.22.27
16972026-03-18T20:48:13.840Z Compiling iddqd v0.3.17
16982026-03-18T20:48:14.161Z Compiling string_cache v0.8.9
16992026-03-18T20:48:14.456Z Compiling petgraph v0.6.5
17002026-03-18T20:48:14.618Z Compiling predicates v3.1.4
17012026-03-18T20:48:15.364Z Compiling zip v4.6.1
17022026-03-18T20:48:15.481Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032026-03-18T20:48:15.911Z Compiling tokio-postgres v0.7.16
17042026-03-18T20:48:16.479Z Compiling zone v0.3.1
17052026-03-18T20:48:16.667Z Compiling env_logger v0.11.9
17062026-03-18T20:48:17.147Z Compiling usdt v0.6.0
17072026-03-18T20:48:17.400Z Compiling usdt-impl v0.5.0
17082026-03-18T20:48:17.478Z Compiling similar v2.7.0
17092026-03-18T20:48:17.496Z Compiling ecdsa v0.16.9
17102026-03-18T20:48:17.515Z Compiling serde_with v3.17.0
17112026-03-18T20:48:18.058Z Compiling rsa v0.9.10
17122026-03-18T20:48:18.172Z Compiling crossterm v0.28.1
17132026-03-18T20:48:18.674Z Compiling ed25519-dalek v2.2.0
17142026-03-18T20:48:19.313Z Compiling zip v0.6.6
17152026-03-18T20:48:19.789Z Compiling toml v0.7.8
17162026-03-18T20:48:20.086Z Compiling toml_parser v1.0.9+spec-1.1.0
17172026-03-18T20:48:20.287Z Compiling itertools v0.13.0
17182026-03-18T20:48:20.495Z Compiling tokio-stream v0.1.18
17192026-03-18T20:48:20.656Z Compiling buf-list v1.1.2
17202026-03-18T20:48:20.907Z Compiling x509-cert v0.2.5
17212026-03-18T20:48:20.938Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17222026-03-18T20:48:21.016Z Compiling openapiv3 v2.2.0
17232026-03-18T20:48:21.113Z Compiling sha1 v0.10.6
17242026-03-18T20:48:21.338Z Compiling toml_datetime v0.7.5+spec-1.1.0
17252026-03-18T20:48:21.401Z Compiling lalrpop-util v0.19.12
17262026-03-18T20:48:21.649Z Compiling peg-runtime v0.8.5
17272026-03-18T20:48:21.725Z Compiling thread_local v1.1.9
17282026-03-18T20:48:21.977Z Compiling slog-async v2.8.0
17292026-03-18T20:48:22.013Z Compiling crossbeam-channel v0.5.15
17302026-03-18T20:48:22.052Z Compiling futures-executor v0.3.32
17312026-03-18T20:48:22.247Z Compiling is-terminal v0.4.17
17322026-03-18T20:48:22.368Z Compiling filetime v0.2.27
17332026-03-18T20:48:22.386Z Compiling xattr v1.6.1
17342026-03-18T20:48:22.405Z Compiling take_mut v0.2.2
17352026-03-18T20:48:22.541Z Compiling term v1.2.1
17362026-03-18T20:48:22.590Z Compiling tar v0.4.44
17372026-03-18T20:48:22.627Z Compiling futures v0.3.32
17382026-03-18T20:48:23.181Z Compiling slog-term v2.9.2
17392026-03-18T20:48:29.710Z Compiling rustls-webpki v0.103.9
17402026-03-18T20:48:33.751Z Compiling tokio-rustls v0.26.4
17412026-03-18T20:48:33.753Z Compiling rustls-platform-verifier v0.6.2
17422026-03-18T20:48:34.019Z Compiling hyper-rustls v0.27.7
17432026-03-18T20:48:34.284Z Compiling reqwest v0.13.2
17442026-03-18T20:48:34.284Z Compiling reqwest v0.12.28
17452026-03-18T20:48:37.226Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17462026-03-18T20:48:37.502Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17472026-03-18T20:48:41.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17482026-03-18T20:48:41.486Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17492026-03-18T20:48:41.545ZMar 18 20:48:40.890 INFO Starting download, target: Cockroach
17502026-03-18T20:48:41.545ZMar 18 20:48:40.890 INFO Starting download, target: MaghemiteMgd
17512026-03-18T20:48:41.545ZMar 18 20:48:40.890 INFO Starting download, target: Console
17522026-03-18T20:48:41.545ZMar 18 20:48:40.890 INFO Starting download, target: DendriteStub
17532026-03-18T20:48:41.548ZMar 18 20:48:40.890 INFO Starting download, target: Clickhouse
17542026-03-18T20:48:41.548ZMar 18 20:48:40.890 INFO Starting download, target: TransceiverControl
17552026-03-18T20:48:41.548ZMar 18 20:48:40.890 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17562026-03-18T20:48:41.548ZMar 18 20:48:40.890 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-03-18T20:48:41.548ZMar 18 20:48:40.890 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17582026-03-18T20:48:41.548ZMar 18 20:48:40.890 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17592026-03-18T20:48:41.548ZMar 18 20:48:40.890 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17602026-03-18T20:48:41.548ZMar 18 20:48:40.890 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-03-18T20:48:42.113ZMar 18 20:48:41.451 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17622026-03-18T20:48:42.443ZMar 18 20:48:41.786 INFO Download complete, target: TransceiverControl
17632026-03-18T20:48:42.494ZMar 18 20:48:41.835 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-03-18T20:48:42.868ZMar 18 20:48:42.213 INFO Download complete, target: Console
17652026-03-18T20:48:43.170ZMar 18 20:48:42.515 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17662026-03-18T20:48:43.258ZMar 18 20:48:42.603 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17672026-03-18T20:48:43.473ZMar 18 20:48:42.817 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17682026-03-18T20:48:43.957ZMar 18 20:48:43.303 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17692026-03-18T20:48:43.957ZMar 18 20:48:43.304 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17702026-03-18T20:48:46.880ZMar 18 20:48:46.227 INFO Download complete, target: MaghemiteMgd
17712026-03-18T20:48:46.880ZMar 18 20:48:46.227 INFO Download complete, target: DendriteStub
17722026-03-18T20:48:51.608ZMar 18 20:48:50.958 INFO Checking that binary works, target: Cockroach
17732026-03-18T20:48:51.724ZMar 18 20:48:51.074 INFO Download complete, target: Cockroach
17742026-03-18T20:48:54.653ZMar 18 20:48:54.003 INFO Checking that binary works, target: Clickhouse
17752026-03-18T20:48:54.813ZMar 18 20:48:54.163 INFO Download complete, target: Clickhouse
17762026-03-18T20:48:54.831ZAll builder prerequisites installed successfully, and PATH looks valid
17772026-03-18T20:48:54.834Z
17782026-03-18T20:48:54.834Zreal 5:46.287173536
17792026-03-18T20:48:54.834Zuser 10:20.522353856
17802026-03-18T20:48:54.834Zsys 1:48.006127642
17812026-03-18T20:48:54.834Ztrap 0.308575873
17822026-03-18T20:48:54.834Ztflt 0.634414310
17832026-03-18T20:48:54.834Zdflt 0.530809579
17842026-03-18T20:48:54.834Zkflt 0.021105750
17852026-03-18T20:48:54.834Zlock 30:59.008828726
17862026-03-18T20:48:54.834Zslp 32:39.911731562
17872026-03-18T20:48:54.834Zlat 56.831480889
17882026-03-18T20:48:54.834Zstop 2:38.551358953
17892026-03-18T20:48:54.834Z+ banner clippy
17902026-03-18T20:48:54.834Z
17912026-03-18T20:48:54.834Z #### # # ##### ##### # #
17922026-03-18T20:48:54.834Z # # # # # # # # # #
17932026-03-18T20:48:54.835Z # # # # # # # #
17942026-03-18T20:48:54.835Z # # # ##### ##### #
17952026-03-18T20:48:54.835Z # # # # # # #
17962026-03-18T20:48:54.835Z #### ###### # # # #
17972026-03-18T20:48:54.835Z
17982026-03-18T20:48:54.835Z+ export CARGO_INCREMENTAL=0
17992026-03-18T20:48:54.835Z+ CARGO_INCREMENTAL=0
18002026-03-18T20:48:54.835Z+ ptime -m cargo xtask clippy
18012026-03-18T20:48:55.521Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18022026-03-18T20:48:55.801Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18032026-03-18T20:48:58.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
18042026-03-18T20:48:58.411Z Running `target/debug/xtask clippy`
18052026-03-18T20:48:58.441Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18062026-03-18T20:48:59.218Z Downloading crates ...
18072026-03-18T20:48:59.507Z Downloaded owo-colors v3.5.0
18082026-03-18T20:48:59.510Z Downloaded plotters v0.3.7
18092026-03-18T20:48:59.516Z Downloaded tinytemplate v1.2.1
18102026-03-18T20:48:59.519Z Downloaded anes v0.1.6
18112026-03-18T20:48:59.522Z Downloaded criterion-plot v0.6.0
18122026-03-18T20:48:59.522Z Downloaded approx v0.5.1
18132026-03-18T20:48:59.522Z Downloaded rstest v0.25.0
18142026-03-18T20:48:59.526Z Downloaded concurrent-queue v2.5.0
18152026-03-18T20:48:59.529Z Downloaded addr2line v0.25.1
18162026-03-18T20:48:59.532Z Downloaded knuffel-derive v3.2.0
18172026-03-18T20:48:59.532Z Downloaded plotters-svg v0.3.7
18182026-03-18T20:48:59.532Z Downloaded nested v0.1.1
18192026-03-18T20:48:59.535Z Downloaded cargo-platform v0.3.2
18202026-03-18T20:48:59.538Z Downloaded terminal_size v0.1.17
18212026-03-18T20:48:59.538Z Downloaded partial-io v0.5.4
18222026-03-18T20:48:59.541Z Downloaded oorandom v11.1.5
18232026-03-18T20:48:59.541Z Downloaded blake2b_simd v1.0.4
18242026-03-18T20:48:59.544Z Downloaded assert_cmd v2.1.2
18252026-03-18T20:48:59.544Z Downloaded cargo_metadata v0.23.1
18262026-03-18T20:48:59.547Z Downloaded constant_time_eq v0.3.1
18272026-03-18T20:48:59.550Z Downloaded linkme-impl v0.3.35
18282026-03-18T20:48:59.550Z Downloaded similar-asserts v1.7.0
18292026-03-18T20:48:59.553Z Downloaded supports-unicode v2.1.0
18302026-03-18T20:48:59.553Z Downloaded libtest-mimic v0.8.1
18312026-03-18T20:48:59.556Z Downloaded serde_regex v1.1.0
18322026-03-18T20:48:59.556Z Downloaded cast v0.3.0
18332026-03-18T20:48:59.559Z Downloaded pathdiff v0.2.3
18342026-03-18T20:48:59.561Z Downloaded trybuild v1.0.116
18352026-03-18T20:48:59.564Z Downloaded plotters-backend v0.3.7
18362026-03-18T20:48:59.564Z Downloaded target-spec v3.5.7
18372026-03-18T20:48:59.566Z Downloaded fancy-regex v0.14.0
18382026-03-18T20:48:59.570Z Downloaded criterion v0.7.0
18392026-03-18T20:48:59.573Z Downloaded target-triple v1.0.0
18402026-03-18T20:48:59.575Z Downloaded escape8259 v0.5.3
18412026-03-18T20:48:59.575Z Downloaded async-object-pool v0.2.0
18422026-03-18T20:48:59.575Z Downloaded supports-hyperlinks v2.1.0
18432026-03-18T20:48:59.578Z Downloaded guppy-workspace-hack v0.1.0
18442026-03-18T20:48:59.578Z Downloaded path-tree v0.8.3
18452026-03-18T20:48:59.583Z Downloaded backtrace-ext v0.2.1
18462026-03-18T20:48:59.589Z Downloaded parking v2.2.1
18472026-03-18T20:48:59.592Z Downloaded supports-color v2.1.0
18482026-03-18T20:48:59.595Z Downloaded rustc-demangle v0.1.27
18492026-03-18T20:48:59.597Z Downloaded target-lexicon v0.13.3
18502026-03-18T20:48:59.597Z Downloaded miette-derive v5.10.0
18512026-03-18T20:48:59.600Z Downloaded knuffel v3.2.0
18522026-03-18T20:48:59.603Z Downloaded termcolor v1.4.1
18532026-03-18T20:48:59.603Z Downloaded rust-argon2 v2.1.0
18542026-03-18T20:48:59.603Z Downloaded assert-json-diff v2.0.2
18552026-03-18T20:48:59.607Z Downloaded rand_distr v0.5.1
18562026-03-18T20:48:59.610Z Downloaded stringmetrics v2.2.2
18572026-03-18T20:48:59.613Z Downloaded relative-path v1.9.3
18582026-03-18T20:48:59.613Z Downloaded linkme v0.3.35
18592026-03-18T20:48:59.615Z Downloaded event-listener-strategy v0.5.4
18602026-03-18T20:48:59.615Z Downloaded async-lock v3.4.2
18612026-03-18T20:48:59.618Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18622026-03-18T20:48:59.618Z Downloaded event-listener v5.4.1
18632026-03-18T20:48:59.621Z Downloaded httptest v0.16.4
18642026-03-18T20:48:59.623Z Downloaded futures-timer v3.0.3
18652026-03-18T20:48:59.623Z Downloaded datatest-stable v0.3.3
18662026-03-18T20:48:59.626Z Downloaded cfg-expr v0.20.6
18672026-03-18T20:48:59.636Z Downloaded textwrap v0.15.2
18682026-03-18T20:48:59.639Z Downloaded rstest_macros v0.25.0
18692026-03-18T20:48:59.641Z Downloaded chumsky v0.9.3
18702026-03-18T20:48:59.645Z Downloaded toml v1.0.3+spec-1.1.0
18712026-03-18T20:48:59.647Z Downloaded backtrace v0.3.76
18722026-03-18T20:48:59.651Z Downloaded miette v5.10.0
18732026-03-18T20:48:59.662Z Downloaded guppy v0.17.25
18742026-03-18T20:48:59.669Z Downloaded hashbrown v0.14.5
18752026-03-18T20:48:59.686Z Downloaded gimli v0.32.3
18762026-03-18T20:48:59.783Z Downloaded httpmock v0.8.3
18772026-03-18T20:49:01.931Z Checking cfg-if v1.0.4
18782026-03-18T20:49:02.343Z Checking libc v0.2.180
18792026-03-18T20:49:02.346Z Checking serde_core v1.0.228
18802026-03-18T20:49:02.442Z Checking memchr v2.8.0
18812026-03-18T20:49:02.487Z Checking smallvec v1.15.1
18822026-03-18T20:49:02.537Z Checking itoa v1.0.17
18832026-03-18T20:49:02.540Z Checking log v0.4.29
18842026-03-18T20:49:02.637Z Checking zeroize v1.8.2
18852026-03-18T20:49:02.691Z Checking libm v0.2.16
18862026-03-18T20:49:02.752Z Checking scopeguard v1.2.0
18872026-03-18T20:49:02.804Z Checking stable_deref_trait v1.2.1
18882026-03-18T20:49:02.857Z Checking zmij v1.0.21
18892026-03-18T20:49:02.909Z Checking zerofrom v0.1.6
18902026-03-18T20:49:02.959Z Checking errno v0.3.14
18912026-03-18T20:49:02.959Z Checking getrandom v0.2.17
18922026-03-18T20:49:02.963Z Checking lock_api v0.4.14
18932026-03-18T20:49:03.094Z Checking yoke v0.8.1
18942026-03-18T20:49:03.144Z Checking percent-encoding v2.3.2
18952026-03-18T20:49:03.148Z Checking litemap v0.8.1
18962026-03-18T20:49:03.235Z Checking writeable v0.6.2
18972026-03-18T20:49:03.282Z Checking subtle v2.6.1
18982026-03-18T20:49:03.330Z Checking icu_normalizer_data v2.1.1
18992026-03-18T20:49:03.376Z Checking icu_properties_data v2.1.2
19002026-03-18T20:49:03.382Z Checking zerovec v0.11.5
19012026-03-18T20:49:03.468Z Checking zerotrie v0.2.3
19022026-03-18T20:49:03.510Z Checking form_urlencoded v1.2.2
19032026-03-18T20:49:03.558Z Checking rand_core v0.6.4
19042026-03-18T20:49:03.560Z Checking portable-atomic v1.13.1
19052026-03-18T20:49:03.653Z Checking utf8_iter v1.0.4
19062026-03-18T20:49:03.702Z Checking num-traits v0.2.19
19072026-03-18T20:49:03.748Z Checking pin-project-lite v0.2.17
19082026-03-18T20:49:03.812Z Checking zerocopy v0.8.40
19092026-03-18T20:49:03.862Z Checking critical-section v1.2.0
19102026-03-18T20:49:03.911Z Checking parking_lot_core v0.9.12
19112026-03-18T20:49:03.960Z Checking rand_core v0.10.0
19122026-03-18T20:49:04.009Z Checking tinystr v0.8.2
19132026-03-18T20:49:04.054Z Checking potential_utf v0.1.4
19142026-03-18T20:49:04.179Z Checking getrandom v0.4.1
19152026-03-18T20:49:04.228Z Checking parking_lot v0.12.5
19162026-03-18T20:49:04.240Z Checking once_cell v1.21.3
19172026-03-18T20:49:04.320Z Checking icu_collections v2.1.1
19182026-03-18T20:49:04.323Z Checking icu_locale_core v2.1.1
19192026-03-18T20:49:04.419Z Checking signal-hook-registry v1.4.8
19202026-03-18T20:49:04.502Z Checking mio v1.1.1
19212026-03-18T20:49:04.559Z Checking typenum v1.19.0
19222026-03-18T20:49:04.610Z Checking serde v1.0.228
19232026-03-18T20:49:04.610Z Checking bitflags v2.11.0
19242026-03-18T20:49:04.705Z Checking serde_json v1.0.149
19252026-03-18T20:49:04.786Z Checking socket2 v0.6.2
19262026-03-18T20:49:04.927Z Checking thiserror v2.0.18
19272026-03-18T20:49:04.977Z Checking iana-time-zone v0.1.65
19282026-03-18T20:49:05.101Z Checking allocator-api2 v0.2.21
19292026-03-18T20:49:05.155Z Checking semver v1.0.27
19302026-03-18T20:49:05.155Z Checking uuid v1.21.0
19312026-03-18T20:49:05.248Z Checking icu_provider v2.1.1
19322026-03-18T20:49:05.293Z Checking bytes v1.11.1
19332026-03-18T20:49:05.341Z Checking generic-array v0.14.7
19342026-03-18T20:49:05.457Z Checking chrono v0.4.44
19352026-03-18T20:49:05.524Z Checking futures-core v0.3.32
19362026-03-18T20:49:05.586Z Checking icu_properties v2.1.2
19372026-03-18T20:49:05.642Z Checking icu_normalizer v2.1.1
19382026-03-18T20:49:05.706Z Checking equivalent v1.0.2
19392026-03-18T20:49:05.781Z Checking dyn-clone v1.0.20
19402026-03-18T20:49:05.848Z Checking const-oid v0.9.6
19412026-03-18T20:49:05.933Z Checking tokio v1.49.0
19422026-03-18T20:49:05.980Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19432026-03-18T20:49:06.032Z Checking crypto-common v0.1.7
19442026-03-18T20:49:06.075Z Checking foldhash v0.2.0
19452026-03-18T20:49:06.218Z Checking block-buffer v0.10.4
19462026-03-18T20:49:06.318Z Checking hashbrown v0.16.1
19472026-03-18T20:49:06.377Z Checking futures-sink v0.3.32
19482026-03-18T20:49:06.429Z Checking rustix v1.1.3
19492026-03-18T20:49:06.541Z Checking byteorder v1.5.0
19502026-03-18T20:49:06.661Z Checking futures-channel v0.3.32
19512026-03-18T20:49:06.762Z Checking idna_adapter v1.2.1
19522026-03-18T20:49:06.848Z Checking futures-task v0.3.32
19532026-03-18T20:49:06.898Z Checking digest v0.10.7
19542026-03-18T20:49:06.952Z Checking idna v1.1.0
19552026-03-18T20:49:06.955Z Checking futures-io v0.3.32
19562026-03-18T20:49:07.046Z Checking slab v0.4.12
19572026-03-18T20:49:07.094Z Checking cpufeatures v0.2.17
19582026-03-18T20:49:07.181Z Checking indexmap v2.13.0
19592026-03-18T20:49:07.229Z Checking thiserror v1.0.69
19602026-03-18T20:49:07.232Z Checking getrandom v0.3.4
19612026-03-18T20:49:07.321Z Checking url v2.5.8
19622026-03-18T20:49:07.324Z Checking futures-util v0.3.32
19632026-03-18T20:49:07.411Z Checking fnv v1.0.7
19642026-03-18T20:49:07.488Z Checking regex-syntax v0.8.10
19652026-03-18T20:49:07.562Z Checking http v1.4.0
19662026-03-18T20:49:07.637Z Checking tracing-core v0.1.36
19672026-03-18T20:49:07.860Z Checking ppv-lite86 v0.2.21
19682026-03-18T20:49:07.935Z Checking schemars v0.8.22
19692026-03-18T20:49:07.984Z Checking base64 v0.22.1
19702026-03-18T20:49:08.085Z Checking tracing v0.1.44
19712026-03-18T20:49:08.310Z Checking unicode-ident v1.0.24
19722026-03-18T20:49:08.359Z Checking ipnet v2.11.0
19732026-03-18T20:49:08.406Z Checking utf8parse v0.2.2
19742026-03-18T20:49:08.409Z Checking anstyle v1.0.13
19752026-03-18T20:49:08.501Z Checking proc-macro2 v1.0.106
19762026-03-18T20:49:08.568Z Checking untrusted v0.9.0
19772026-03-18T20:49:08.725Z Checking anstyle-parse v0.2.7
19782026-03-18T20:49:08.771Z Checking aho-corasick v1.1.4
19792026-03-18T20:49:08.774Z Checking ring v0.17.14
19802026-03-18T20:49:08.866Z Checking is_terminal_polyfill v1.70.2
19812026-03-18T20:49:08.953Z Checking colorchoice v1.0.4
19822026-03-18T20:49:09.002Z Checking quote v1.0.44
19832026-03-18T20:49:09.049Z Checking anstyle-query v1.1.5
19842026-03-18T20:49:09.116Z Checking base64ct v1.8.3
19852026-03-18T20:49:09.199Z Checking anstream v0.6.21
19862026-03-18T20:49:09.286Z Checking syn v2.0.117
19872026-03-18T20:49:09.334Z Checking block-padding v0.3.3
19882026-03-18T20:49:09.479Z Checking terminal_size v0.4.3
19892026-03-18T20:49:09.527Z Checking rustls-pki-types v1.14.0
19902026-03-18T20:49:09.573Z Checking inout v0.1.4
19912026-03-18T20:49:09.662Z Checking crossbeam-utils v0.8.21
19922026-03-18T20:49:09.756Z Checking regex-automata v0.4.14
19932026-03-18T20:49:09.804Z Checking httparse v1.10.1
19942026-03-18T20:49:09.948Z Checking cipher v0.4.4
19952026-03-18T20:49:10.043Z Checking strsim v0.11.1
19962026-03-18T20:49:10.138Z Checking clap_lex v1.0.0
19972026-03-18T20:49:10.188Z Checking sha2 v0.10.9
19982026-03-18T20:49:10.237Z Checking pem-rfc7468 v0.7.0
19992026-03-18T20:49:10.289Z Checking http-body v1.0.1
20002026-03-18T20:49:10.292Z Checking tokio-util v0.7.18
20012026-03-18T20:49:10.337Z Checking rand_core v0.9.5
20022026-03-18T20:49:10.428Z Checking clap_builder v4.5.60
20032026-03-18T20:49:10.476Z Checking atomic-waker v1.1.2
20042026-03-18T20:49:10.524Z Checking hmac v0.12.1
20052026-03-18T20:49:10.573Z Checking httpdate v1.0.3
20062026-03-18T20:49:10.634Z Checking try-lock v0.2.5
20072026-03-18T20:49:10.682Z Checking pin-utils v0.1.0
20082026-03-18T20:49:10.731Z Checking ryu v1.0.23
20092026-03-18T20:49:10.793Z Checking want v0.3.1
20102026-03-18T20:49:10.796Z Checking tower-layer v0.3.3
20112026-03-18T20:49:10.885Z Checking tower-service v0.3.3
20122026-03-18T20:49:10.940Z Checking flagset v0.4.7
20132026-03-18T20:49:10.990Z Checking rand_chacha v0.9.0
20142026-03-18T20:49:11.036Z Checking erased-serde v0.3.31
20152026-03-18T20:49:11.082Z Checking spin v0.9.8
20162026-03-18T20:49:11.136Z Checking der v0.7.10
20172026-03-18T20:49:11.187Z Checking h2 v0.4.13
20182026-03-18T20:49:11.284Z Checking rand v0.9.2
20192026-03-18T20:49:11.354Z Checking anyhow v1.0.102
20202026-03-18T20:49:11.632Z Checking slog v2.8.2
20212026-03-18T20:49:11.682Z Checking powerfmt v0.2.0
20222026-03-18T20:49:11.915Z Checking deranged v0.5.8
20232026-03-18T20:49:11.964Z Checking num_threads v0.1.7
20242026-03-18T20:49:12.022Z Checking num-conv v0.2.0
20252026-03-18T20:49:12.110Z Checking time-core v0.1.8
20262026-03-18T20:49:12.159Z Checking clap v4.5.60
20272026-03-18T20:49:12.209Z Checking http-body-util v0.1.3
20282026-03-18T20:49:12.255Z Checking aws-lc-sys v0.37.1
20292026-03-18T20:49:12.304Z Checking untrusted v0.7.1
20302026-03-18T20:49:12.355Z Checking openssl-probe v0.2.1
20312026-03-18T20:49:12.358Z Checking fastrand v2.3.0
20322026-03-18T20:49:12.488Z Checking regex v1.12.3
20332026-03-18T20:49:12.539Z Checking spki v0.7.3
20342026-03-18T20:49:12.544Z Checking serde_urlencoded v0.7.1
20352026-03-18T20:49:12.631Z Checking pbkdf2 v0.12.2
20362026-03-18T20:49:12.678Z Checking aes v0.8.4
20372026-03-18T20:49:12.784Z Checking rand_chacha v0.3.1
20382026-03-18T20:49:12.832Z Checking unicode-width v0.2.0
20392026-03-18T20:49:12.892Z Checking pretty-hex v0.4.1
20402026-03-18T20:49:12.942Z Checking cbc v0.1.2
20412026-03-18T20:49:12.995Z Checking aws-lc-rs v1.16.0
20422026-03-18T20:49:13.076Z Checking salsa20 v0.10.2
20432026-03-18T20:49:13.125Z Checking rand v0.8.5
20442026-03-18T20:49:13.172Z Checking ipnetwork v0.21.1
20452026-03-18T20:49:13.221Z Checking tempfile v3.25.0
20462026-03-18T20:49:13.270Z Checking time v0.3.47
20472026-03-18T20:49:13.273Z Checking hex v0.4.3
20482026-03-18T20:49:13.362Z Checking scrypt v0.11.0
20492026-03-18T20:49:13.481Z Checking plain v0.2.3
20502026-03-18T20:49:13.530Z Checking rustls-native-certs v0.8.3
20512026-03-18T20:49:13.577Z Checking pkcs5 v0.7.1
20522026-03-18T20:49:13.651Z Checking sync_wrapper v1.0.2
20532026-03-18T20:49:13.654Z Checking camino v1.2.2
20542026-03-18T20:49:13.743Z Checking ucd-trie v0.1.7
20552026-03-18T20:49:13.813Z Checking tower v0.5.3
20562026-03-18T20:49:13.863Z Checking webpki-roots v1.0.6
20572026-03-18T20:49:13.947Z Checking pest v2.8.6
20582026-03-18T20:49:13.950Z Checking pkcs8 v0.10.2
20592026-03-18T20:49:14.048Z Checking iri-string v0.7.10
20602026-03-18T20:49:14.098Z Checking mime v0.3.17
20612026-03-18T20:49:14.168Z Checking rustls-webpki v0.103.9
20622026-03-18T20:49:14.272Z Checking either v1.15.0
20632026-03-18T20:49:14.383Z Checking openapiv3 v2.2.0
20642026-03-18T20:49:14.432Z Checking winnow v0.7.14
20652026-03-18T20:49:14.562Z Checking oxnet v0.1.4
20662026-03-18T20:49:14.787Z Checking rustls v0.23.37
20672026-03-18T20:49:14.836Z Checking hyper v1.8.1
20682026-03-18T20:49:14.886Z Checking lazy_static v1.5.0
20692026-03-18T20:49:14.933Z Checking static_assertions v1.1.0
20702026-03-18T20:49:15.033Z Checking foreign-types-shared v0.1.1
20712026-03-18T20:49:15.081Z Checking signature v2.2.0
20722026-03-18T20:49:15.177Z Checking foreign-types v0.3.2
20732026-03-18T20:49:15.278Z Checking openssl-sys v0.9.111
20742026-03-18T20:49:15.327Z Checking encoding_rs v0.8.35
20752026-03-18T20:49:15.472Z Checking simd-adler32 v0.3.8
20762026-03-18T20:49:15.590Z Checking tower-http v0.6.8
20772026-03-18T20:49:15.740Z Checking hubpack v0.1.2
20782026-03-18T20:49:15.959Z Checking openssl v0.10.75
20792026-03-18T20:49:16.010Z Checking adler2 v2.0.1
20802026-03-18T20:49:16.013Z Checking strum v0.26.3
20812026-03-18T20:49:16.104Z Checking sha1 v0.10.6
20822026-03-18T20:49:16.152Z Checking hyper-util v0.1.20
20832026-03-18T20:49:16.201Z Checking miniz_oxide v0.8.9
20842026-03-18T20:49:16.204Z Checking data-encoding v2.10.0
20852026-03-18T20:49:16.292Z Checking tinyvec_macros v0.1.1
20862026-03-18T20:49:16.343Z Checking serde_spanned v0.6.9
20872026-03-18T20:49:16.417Z Checking tinyvec v1.10.0
20882026-03-18T20:49:16.536Z Checking toml_datetime v0.6.11
20892026-03-18T20:49:16.634Z Checking num-integer v0.1.46
20902026-03-18T20:49:16.682Z Checking scroll v0.13.0
20912026-03-18T20:49:16.729Z Checking memmap2 v0.9.10
20922026-03-18T20:49:16.808Z Checking bit-vec v0.8.0
20932026-03-18T20:49:16.874Z Checking base16ct v0.2.0
20942026-03-18T20:49:16.976Z Checking dtrace-parser v0.3.0
20952026-03-18T20:49:16.986Z Checking crossbeam-epoch v0.9.18
20962026-03-18T20:49:17.069Z Checking goblin v0.10.5
20972026-03-18T20:49:17.116Z Checking sec1 v0.7.3
20982026-03-18T20:49:17.124Z Checking bit-set v0.8.0
20992026-03-18T20:49:17.315Z Checking crc32fast v1.5.0
21002026-03-18T20:49:17.369Z Checking ff v0.13.1
21012026-03-18T20:49:17.410Z Checking thread-id v5.1.0
21022026-03-18T20:49:17.466Z Checking wait-timeout v0.2.1
21032026-03-18T20:49:17.530Z Checking num-iter v0.1.45
21042026-03-18T20:49:17.586Z Checking group v0.13.0
21052026-03-18T20:49:17.592Z Checking bstr v1.12.1
21062026-03-18T20:49:17.677Z Checking hkdf v0.12.4
21072026-03-18T20:49:17.720Z Checking ahash v0.8.12
21082026-03-18T20:49:17.842Z Checking crypto-bigint v0.5.5
21092026-03-18T20:49:17.897Z Checking quick-error v1.2.3
21102026-03-18T20:49:17.904Z Checking rand_xorshift v0.4.0
21112026-03-18T20:49:18.004Z Checking scroll v0.12.0
21122026-03-18T20:49:18.053Z Checking tokio-rustls v0.26.4
21132026-03-18T20:49:18.100Z Checking unarray v0.1.4
21142026-03-18T20:49:18.103Z Checking rusty-fork v0.3.1
21152026-03-18T20:49:18.194Z Checking num-bigint-dig v0.8.6
21162026-03-18T20:49:18.266Z Checking pkcs1 v0.7.5
21172026-03-18T20:49:18.337Z Checking goblin v0.8.2
21182026-03-18T20:49:18.388Z Checking hyper-rustls v0.27.7
21192026-03-18T20:49:18.438Z Checking proptest v1.10.0
21202026-03-18T20:49:18.579Z Checking x509-cert v0.2.5
21212026-03-18T20:49:18.687Z Checking zerocopy v0.7.35
21222026-03-18T20:49:18.819Z Checking native-tls v0.2.18
21232026-03-18T20:49:19.084Z Checking tokio-native-tls v0.3.1
21242026-03-18T20:49:19.193Z Checking elliptic-curve v0.13.8
21252026-03-18T20:49:19.328Z Checking hyper-tls v0.6.0
21262026-03-18T20:49:19.407Z Checking zlib-rs v0.6.2
21272026-03-18T20:49:19.455Z Checking unicode-segmentation v1.12.0
21282026-03-18T20:49:19.525Z Checking psl-types v2.0.11
21292026-03-18T20:49:19.584Z Checking reqwest v0.12.28
21302026-03-18T20:49:19.651Z Checking rsa v0.9.10
21312026-03-18T20:49:19.715Z Checking publicsuffix v2.3.0
21322026-03-18T20:49:19.908Z Checking crossbeam-deque v0.8.6
21332026-03-18T20:49:19.957Z Checking dtrace-parser v0.2.0
21342026-03-18T20:49:20.170Z Checking cookie v0.18.1
21352026-03-18T20:49:20.299Z Checking rfc6979 v0.4.0
21362026-03-18T20:49:20.302Z Checking dof v0.4.0
21372026-03-18T20:49:20.302Z Checking thread-id v4.2.2
21382026-03-18T20:49:20.478Z Checking toml_write v0.1.2
21392026-03-18T20:49:20.481Z Checking ecdsa v0.16.9
21402026-03-18T20:49:20.571Z Checking cookie_store v0.22.1
21412026-03-18T20:49:20.639Z Checking flate2 v1.1.9
21422026-03-18T20:49:20.740Z Checking toml_edit v0.22.27
21432026-03-18T20:49:20.791Z Checking rustls-platform-verifier v0.6.2
21442026-03-18T20:49:20.975Z Checking newtype-uuid v1.3.2
21452026-03-18T20:49:21.032Z Checking toml_parser v1.0.9+spec-1.1.0
21462026-03-18T20:49:21.036Z Checking dof v0.3.0
21472026-03-18T20:49:21.036Z Checking curve25519-dalek v4.1.3
21482026-03-18T20:49:21.162Z Checking memoffset v0.9.1
21492026-03-18T20:49:21.165Z Checking rustix v0.38.44
21502026-03-18T20:49:21.263Z Checking env_filter v1.0.0
21512026-03-18T20:49:21.313Z Checking usdt-impl v0.6.0
21522026-03-18T20:49:21.316Z Checking keccak v0.1.6
21532026-03-18T20:49:21.474Z Checking usdt-impl v0.5.0
21542026-03-18T20:49:21.522Z Checking env_logger v0.11.9
21552026-03-18T20:49:21.526Z Checking daft v0.1.5
21562026-03-18T20:49:21.615Z Checking sha3 v0.10.8
21572026-03-18T20:49:21.702Z Checking usdt v0.6.0
21582026-03-18T20:49:21.847Z Checking reqwest v0.13.2
21592026-03-18T20:49:21.895Z Checking ed25519 v2.2.3
21602026-03-18T20:49:21.898Z Checking itertools v0.13.0
21612026-03-18T20:49:21.988Z Checking serde_with v3.17.0
21622026-03-18T20:49:21.991Z Checking siphasher v1.0.2
21632026-03-18T20:49:22.165Z Checking bitflags v1.3.2
21642026-03-18T20:49:22.215Z Checking ed25519-dalek v2.2.0
21652026-03-18T20:49:22.263Z Checking unicode-normalization v0.1.25
21662026-03-18T20:49:22.312Z Checking signal-hook v0.3.18
21672026-03-18T20:49:22.316Z Checking toml_datetime v0.7.5+spec-1.1.0
21682026-03-18T20:49:22.404Z Checking winnow v0.5.40
21692026-03-18T20:49:22.551Z Checking managed v0.8.0
21702026-03-18T20:49:22.599Z Checking nix v0.31.1
21712026-03-18T20:49:22.655Z Checking rayon-core v1.13.0
21722026-03-18T20:49:22.821Z Checking bzip2-sys v0.1.13+1.0.8
21732026-03-18T20:49:22.867Z Checking object v0.37.3
21742026-03-18T20:49:22.962Z Checking foldhash v0.1.5
21752026-03-18T20:49:23.012Z Checking bzip2 v0.4.4
21762026-03-18T20:49:23.112Z Checking signal-hook-mio v0.2.5
21772026-03-18T20:49:23.175Z Checking hashbrown v0.15.5
21782026-03-18T20:49:23.259Z Checking ref-cast v1.0.25
21792026-03-18T20:49:23.307Z Checking zstd-sys v2.0.16+zstd.1.5.7
21802026-03-18T20:49:23.398Z Checking zip v0.6.6
21812026-03-18T20:49:23.442Z Checking libbz2-rs-sys v0.2.2
21822026-03-18T20:49:23.492Z Checking zstd-safe v7.2.4
21832026-03-18T20:49:23.743Z Checking bumpalo v3.20.2
21842026-03-18T20:49:23.842Z Checking zstd v0.13.3
21852026-03-18T20:49:23.890Z Checking crossterm v0.28.1
21862026-03-18T20:49:23.984Z Checking bzip2 v0.6.1
21872026-03-18T20:49:24.035Z Checking toml_edit v0.19.15
21882026-03-18T20:49:24.038Z Checking zopfli v0.8.3
21892026-03-18T20:49:24.077Z Checking rayon v1.11.0
21902026-03-18T20:49:24.077Z Checking similar v2.7.0
21912026-03-18T20:49:24.215Z Checking fs-err v3.3.0
21922026-03-18T20:49:24.262Z Checking hash32 v0.2.1
21932026-03-18T20:49:24.515Z Checking serde-big-array v0.5.1
21942026-03-18T20:49:24.573Z Checking unicode-bidi v0.3.18
21952026-03-18T20:49:24.650Z Checking jiff v0.2.21
21962026-03-18T20:49:24.726Z Checking predicates-core v1.0.10
21972026-03-18T20:49:24.729Z Checking unicode-properties v0.1.4
21982026-03-18T20:49:24.913Z Checking heapless v0.7.17
21992026-03-18T20:49:24.969Z Checking hickory-proto v0.25.2
22002026-03-18T20:49:25.019Z Checking tokio-stream v0.1.18
22012026-03-18T20:49:25.022Z Checking stringprep v0.1.5
22022026-03-18T20:49:25.297Z Checking md-5 v0.10.6
22032026-03-18T20:49:25.487Z Checking toml v0.7.8
22042026-03-18T20:49:25.535Z Checking float-cmp v0.10.0
22052026-03-18T20:49:25.538Z Checking difflib v0.4.0
22062026-03-18T20:49:25.626Z Checking rustc-hash v2.1.1
22072026-03-18T20:49:25.778Z Checking fallible-iterator v0.2.0
22082026-03-18T20:49:25.825Z Checking normalize-line-endings v0.3.0
22092026-03-18T20:49:25.829Z Checking iddqd v0.3.17
22102026-03-18T20:49:25.947Z Checking smoltcp v0.9.1
22112026-03-18T20:49:25.995Z Checking predicates v3.1.4
22122026-03-18T20:49:26.151Z Checking phf_shared v0.11.3
22132026-03-18T20:49:26.201Z Checking postgres-protocol v0.6.10
22142026-03-18T20:49:26.204Z Checking phf_shared v0.13.1
22152026-03-18T20:49:26.382Z Checking itertools v0.12.1
22162026-03-18T20:49:26.434Z Checking console v0.16.2
22172026-03-18T20:49:26.548Z Checking buf-list v1.1.2
22182026-03-18T20:49:26.647Z Checking strum v0.27.2
22192026-03-18T20:49:26.804Z Checking fixedbitset v0.4.2
22202026-03-18T20:49:26.853Z Checking lalrpop-util v0.19.12
22212026-03-18T20:49:26.856Z Checking precomputed-hash v0.1.1
22222026-03-18T20:49:26.942Z Checking fixedbitset v0.5.7
22232026-03-18T20:49:27.033Z Checking new_debug_unreachable v1.0.6
22242026-03-18T20:49:27.037Z Checking unit-prefix v0.5.2
22252026-03-18T20:49:27.077Z Checking petgraph v0.6.5
22262026-03-18T20:49:27.170Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22272026-03-18T20:49:27.173Z Checking string_cache v0.8.9
22282026-03-18T20:49:27.261Z Checking petgraph v0.8.3
22292026-03-18T20:49:27.314Z Checking indicatif v0.18.4
22302026-03-18T20:49:27.461Z Checking postgres-types v0.2.12
22312026-03-18T20:49:27.779Z Checking zip v4.6.1
22322026-03-18T20:49:27.827Z Checking zone v0.3.1
22332026-03-18T20:49:27.875Z Checking phf v0.13.1
22342026-03-18T20:49:27.923Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22352026-03-18T20:49:28.107Z Checking peg-runtime v0.8.5
22362026-03-18T20:49:28.319Z Checking whoami v2.1.0
22372026-03-18T20:49:28.367Z Checking futures-executor v0.3.32
22382026-03-18T20:49:28.506Z Checking is-terminal v0.4.17
22392026-03-18T20:49:28.572Z Checking crossbeam-channel v0.5.15
22402026-03-18T20:49:28.620Z Checking tokio-postgres v0.7.16
22412026-03-18T20:49:28.667Z Checking futures v0.3.32
22422026-03-18T20:49:28.670Z Compiling structmeta-derive v0.3.0
22432026-03-18T20:49:28.761Z Checking thread_local v1.1.9
22442026-03-18T20:49:28.808Z Checking take_mut v0.2.2
22452026-03-18T20:49:28.856Z Checking term v1.2.1
22462026-03-18T20:49:28.976Z Compiling newtype-uuid-macros v0.1.0
22472026-03-18T20:49:29.025Z Compiling rustls v0.22.4
22482026-03-18T20:49:29.071Z Checking slog-async v2.8.0
22492026-03-18T20:49:29.177Z Checking slog-term v2.9.2
22502026-03-18T20:49:29.343Z Checking regress v0.10.5
22512026-03-18T20:49:29.406Z Compiling multer v3.1.0
22522026-03-18T20:49:29.486Z Compiling async-stream-impl v0.3.6
22532026-03-18T20:49:29.569Z Compiling dropshot v0.16.7
22542026-03-18T20:49:29.783Z Compiling dropshot_endpoint v0.16.7
22552026-03-18T20:49:29.953Z Checking match_cfg v0.1.0
22562026-03-18T20:49:30.034Z Checking slog-json v2.6.1
22572026-03-18T20:49:30.084Z Checking hostname v0.3.1
22582026-03-18T20:49:30.205Z Compiling structmeta v0.3.0
22592026-03-18T20:49:30.256Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22602026-03-18T20:49:30.304Z Checking slog-bunyan v2.5.0
22612026-03-18T20:49:30.347Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-03-18T20:49:30.349Z Checking debug-ignore v1.0.5
22632026-03-18T20:49:30.489Z Checking serde_spanned v1.0.4
22642026-03-18T20:49:30.538Z Compiling derive-ex v0.1.8
22652026-03-18T20:49:30.588Z Checking toml_writer v1.0.6+spec-1.1.0
22662026-03-18T20:49:30.642Z Checking rustls-webpki v0.102.8
22672026-03-18T20:49:30.695Z Checking serde_path_to_error v0.1.20
22682026-03-18T20:49:30.776Z Checking progenitor-client v0.13.0
22692026-03-18T20:49:30.870Z Checking toml v0.9.12+spec-1.1.0
22702026-03-18T20:49:30.921Z Checking async-stream v0.3.6
22712026-03-18T20:49:31.147Z Checking waitgroup v0.1.2
22722026-03-18T20:49:31.149Z Checking rustls-pemfile v2.2.0
22732026-03-18T20:49:31.309Z Checking hostname v0.4.2
22742026-03-18T20:49:31.312Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-03-18T20:49:31.404Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22762026-03-18T20:49:31.452Z Compiling parse-display-derive v0.10.0
22772026-03-18T20:49:31.499Z Checking itertools v0.14.0
22782026-03-18T20:49:31.575Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22792026-03-18T20:49:31.578Z Checking macaddr v1.0.1
22802026-03-18T20:49:31.731Z Checking progenitor-client v0.10.0
22812026-03-18T20:49:31.890Z Checking instant v0.1.13
22822026-03-18T20:49:32.040Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22832026-03-18T20:49:32.088Z Checking backoff v0.4.0
22842026-03-18T20:49:32.136Z Checking backon v1.6.0
22852026-03-18T20:49:32.184Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22862026-03-18T20:49:32.398Z Checking progenitor-extras v0.1.1
22872026-03-18T20:49:32.401Z Checking heck v0.5.0
22882026-03-18T20:49:32.590Z Checking camino-tempfile v1.4.1
22892026-03-18T20:49:32.762Z Checking toml v0.8.23
22902026-03-18T20:49:32.888Z Compiling test-strategy v0.4.5
22912026-03-18T20:49:32.891Z Compiling convert_case v0.4.0
22922026-03-18T20:49:32.994Z Compiling unsafe-libyaml v0.2.11
22932026-03-18T20:49:33.240Z Checking tokio-rustls v0.25.0
22942026-03-18T20:49:33.288Z Checking secrecy v0.10.3
22952026-03-18T20:49:33.421Z Compiling derive_more v0.99.20
22962026-03-18T20:49:33.476Z Compiling toml_edit v0.23.10+spec-1.0.0
22972026-03-18T20:49:33.750Z Checking parse-display v0.10.0
22982026-03-18T20:49:33.971Z Compiling serde_yaml v0.9.34+deprecated
22992026-03-18T20:49:34.032Z Compiling crucible-workspace-hack v0.1.0
23002026-03-18T20:49:34.303Z Compiling proc-macro-crate v3.4.0
23012026-03-18T20:49:34.614Z Compiling typify-impl v0.6.1
23022026-03-18T20:49:35.042Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23032026-03-18T20:49:35.324Z Checking half v2.7.1
23042026-03-18T20:49:35.585Z Checking glob v0.3.3
23052026-03-18T20:49:35.717Z Checking ciborium-io v0.2.2
23062026-03-18T20:49:35.867Z Compiling heapless v0.8.0
23072026-03-18T20:49:35.913Z Checking ciborium-ll v0.2.2
23082026-03-18T20:49:36.059Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23092026-03-18T20:49:36.155Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23102026-03-18T20:49:36.203Z Checking ciborium v0.2.2
23112026-03-18T20:49:36.420Z Compiling ingot-macros v0.1.1
23122026-03-18T20:49:36.531Z Checking tabwriter v1.4.1
23132026-03-18T20:49:36.708Z Checking hash32 v0.3.1
23142026-03-18T20:49:36.758Z Compiling smoltcp v0.11.0
23152026-03-18T20:49:36.761Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23162026-03-18T20:49:36.850Z Compiling num_enum_derive v0.7.5
23172026-03-18T20:49:37.045Z Checking cobs v0.3.0
23182026-03-18T20:49:37.157Z Compiling foreign-types-macros v0.2.3
23192026-03-18T20:49:37.275Z Checking cpufeatures v0.3.0
23202026-03-18T20:49:37.335Z Checking foreign-types-shared v0.3.1
23212026-03-18T20:49:37.405Z Checking chacha20 v0.10.0
23222026-03-18T20:49:37.521Z Checking postcard v1.1.3
23232026-03-18T20:49:37.954Z Checking foreign-types v0.5.0
23242026-03-18T20:49:37.957Z Compiling proc-macro-crate v1.3.1
23252026-03-18T20:49:38.078Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23262026-03-18T20:49:38.126Z Checking cstr-argument v0.1.2
23272026-03-18T20:49:38.286Z Checking num_enum v0.7.5
23282026-03-18T20:49:38.332Z Checking sigpipe v0.1.3
23292026-03-18T20:49:38.396Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-03-18T20:49:38.467Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-03-18T20:49:38.470Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23322026-03-18T20:49:38.582Z Checking colored v3.1.1
23332026-03-18T20:49:38.848Z Compiling num_enum_derive v0.5.11
23342026-03-18T20:49:38.898Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-03-18T20:49:38.898Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23362026-03-18T20:49:38.988Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23372026-03-18T20:49:39.136Z Checking rand v0.10.0
23382026-03-18T20:49:39.184Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23392026-03-18T20:49:39.187Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23402026-03-18T20:49:39.266Z Checking indent_write v2.2.0
23412026-03-18T20:49:39.522Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23422026-03-18T20:49:39.651Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23432026-03-18T20:49:39.794Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23442026-03-18T20:49:39.845Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23452026-03-18T20:49:39.892Z Checking smf v0.2.3
23462026-03-18T20:49:40.130Z Compiling num-derive v0.4.2
23472026-03-18T20:49:40.246Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23482026-03-18T20:49:40.294Z Checking num_enum v0.5.11
23492026-03-18T20:49:40.297Z Checking ingot-types v0.1.2
23502026-03-18T20:49:40.385Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23512026-03-18T20:49:40.513Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23522026-03-18T20:49:40.614Z Checking whoami v1.6.1
23532026-03-18T20:49:40.675Z Checking universal-hash v0.5.1
23542026-03-18T20:49:40.819Z Checking ingot v0.1.1
23552026-03-18T20:49:40.873Z Checking opaque-debug v0.3.1
23562026-03-18T20:49:40.873Z Checking aead v0.5.2
23572026-03-18T20:49:40.995Z Checking swrite v0.1.0
23582026-03-18T20:49:40.998Z Checking poly1305 v0.8.0
23592026-03-18T20:49:41.086Z Compiling typify-macro v0.6.1
23602026-03-18T20:49:41.137Z Checking chacha20 v0.9.1
23612026-03-18T20:49:41.140Z Checking unicode-width v0.1.14
23622026-03-18T20:49:41.228Z Compiling thiserror-impl-no-std v2.0.2
23632026-03-18T20:49:41.352Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23642026-03-18T20:49:41.413Z Checking password-hash v0.5.0
23652026-03-18T20:49:41.459Z Checking blake2 v0.10.6
23662026-03-18T20:49:41.540Z Checking chacha20poly1305 v0.10.1
23672026-03-18T20:49:41.678Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23682026-03-18T20:49:41.740Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23692026-03-18T20:49:41.786Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23702026-03-18T20:49:41.833Z Checking argon2 v0.5.3
23712026-03-18T20:49:42.086Z Compiling usdt-macro v0.5.0
23722026-03-18T20:49:42.134Z Compiling usdt-attr-macro v0.5.0
23732026-03-18T20:49:42.182Z Checking memmap v0.7.0
23742026-03-18T20:49:42.310Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23752026-03-18T20:49:42.388Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23762026-03-18T20:49:42.707Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23772026-03-18T20:49:42.820Z Checking thiserror-no-std v2.0.2
23782026-03-18T20:49:42.970Z Checking vsss-rs v3.3.4
23792026-03-18T20:49:43.053Z Compiling derive-where v1.6.0
23802026-03-18T20:49:43.100Z Checking atomicwrites v0.4.4
23812026-03-18T20:49:43.163Z Checking usdt v0.5.0
23822026-03-18T20:49:43.166Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23832026-03-18T20:49:43.300Z Checking console v0.15.11
23842026-03-18T20:49:43.405Z Checking tokio-dtrace v0.1.1
23852026-03-18T20:49:43.456Z Compiling typify v0.6.1
23862026-03-18T20:49:43.627Z Compiling progenitor-impl v0.13.0
23872026-03-18T20:49:43.727Z Checking oxide-tokio-rt v0.1.3
23882026-03-18T20:49:43.735Z Checking newline-converter v0.3.0
23892026-03-18T20:49:43.942Z Checking expectorate v1.2.0
23902026-03-18T20:49:43.989Z Compiling prettyplease v0.2.37
23912026-03-18T20:49:44.058Z Checking bytecount v0.6.9
23922026-03-18T20:49:44.138Z Compiling owo-colors v4.3.0
23932026-03-18T20:49:44.238Z Compiling cancel-safe-futures v0.1.5
23942026-03-18T20:49:44.449Z Checking libsw-core v0.3.2
23952026-03-18T20:49:44.688Z Checking libsw v3.5.0
23962026-03-18T20:49:44.735Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23972026-03-18T20:49:44.874Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23982026-03-18T20:49:44.926Z Checking linear-map v1.2.0
23992026-03-18T20:49:44.930Z Checking same-file v1.0.6
24002026-03-18T20:49:45.073Z Checking num-rational v0.4.2
24012026-03-18T20:49:45.121Z Checking walkdir v2.5.0
24022026-03-18T20:49:45.125Z Checking num-complex v0.4.6
24032026-03-18T20:49:45.232Z Checking float-ord v0.3.2
24042026-03-18T20:49:45.369Z Checking gethostname v0.5.0
24052026-03-18T20:49:45.551Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24062026-03-18T20:49:45.646Z Compiling async-recursion v1.1.1
24072026-03-18T20:49:45.695Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24082026-03-18T20:49:45.742Z Checking num v0.4.3
24092026-03-18T20:49:45.875Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24102026-03-18T20:49:46.249Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24112026-03-18T20:49:46.736Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24122026-03-18T20:49:47.386Z Compiling progenitor-macro v0.13.0
24132026-03-18T20:49:47.968Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-03-18T20:49:49.513Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24152026-03-18T20:49:49.613Z Checking unicode-linebreak v0.1.5
24162026-03-18T20:49:49.664Z Checking smawk v0.3.2
24172026-03-18T20:49:49.863Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24182026-03-18T20:49:49.932Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-03-18T20:49:50.047Z Checking globset v0.4.18
24202026-03-18T20:49:50.571Z Compiling convert_case v0.10.0
24212026-03-18T20:49:51.302Z Compiling slog-dtrace v0.3.0
24222026-03-18T20:49:51.580Z Checking resolv-conf v0.7.6
24232026-03-18T20:49:51.740Z Compiling derive_more-impl v2.1.1
24242026-03-18T20:49:52.053Z Compiling pin-project-internal v1.1.11
24252026-03-18T20:49:52.056Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24262026-03-18T20:49:52.184Z Checking pem v3.0.6
24272026-03-18T20:49:52.393Z Checking fd-lock v4.0.4
24282026-03-18T20:49:52.439Z Checking vte v0.14.1
24292026-03-18T20:49:52.588Z Checking display-error-chain v0.2.2
24302026-03-18T20:49:52.679Z Checking strip-ansi-escapes v0.2.1
24312026-03-18T20:49:52.777Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24322026-03-18T20:49:52.842Z Checking derive_more v2.1.1
24332026-03-18T20:49:52.888Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24342026-03-18T20:49:52.935Z Compiling snafu-derive v0.8.9
24352026-03-18T20:49:52.983Z Checking crossterm v0.29.0
24362026-03-18T20:49:52.986Z Checking nu-ansi-term v0.50.3
24372026-03-18T20:49:53.296Z Checking linked-hash-map v0.5.6
24382026-03-18T20:49:53.559Z Checking termtree v0.5.1
24392026-03-18T20:49:53.605Z Checking pin-project v1.1.11
24402026-03-18T20:49:53.714Z Checking lru-cache v0.1.2
24412026-03-18T20:49:53.765Z Checking reedline v0.40.0
24422026-03-18T20:49:53.858Z Checking textwrap v0.16.2
24432026-03-18T20:49:53.906Z Checking olpc-cjson v0.1.4
24442026-03-18T20:49:54.129Z Checking hickory-proto v0.24.4
24452026-03-18T20:49:54.180Z Checking serde_plain v1.0.2
24462026-03-18T20:49:54.456Z Checking typed-path v0.9.3
24472026-03-18T20:49:54.503Z Checking progenitor v0.13.0
24482026-03-18T20:49:54.724Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24492026-03-18T20:49:55.408Z Compiling minimal-lexical v0.2.1
24502026-03-18T20:49:55.598Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24512026-03-18T20:49:55.660Z Checking snafu v0.8.9
24522026-03-18T20:49:55.779Z Compiling nom v7.1.3
24532026-03-18T20:49:56.018Z Checking tough v0.20.0
24542026-03-18T20:49:56.329Z Checking nibble_vec v0.1.0
24552026-03-18T20:49:56.541Z Checking endian-type v0.1.2
24562026-03-18T20:49:56.669Z Checking hickory-resolver v0.24.4
24572026-03-18T20:49:56.748Z Checking radix_trie v0.2.1
24582026-03-18T20:49:57.059Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24592026-03-18T20:49:57.561Z Compiling ar_archive_writer v0.5.1
24602026-03-18T20:49:57.645Z Checking humantime v2.3.0
24612026-03-18T20:49:57.691Z Checking qorb v0.4.1
24622026-03-18T20:49:57.845Z Checking csv-core v0.1.13
24632026-03-18T20:49:57.913Z Checking base64 v0.21.7
24642026-03-18T20:49:58.112Z Checking csv v1.4.0
24652026-03-18T20:49:58.258Z Compiling stacker v0.1.23
24662026-03-18T20:49:58.306Z Checking highway v1.3.0
24672026-03-18T20:49:58.622Z Compiling cfg_aliases v0.1.1
24682026-03-18T20:49:58.671Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24692026-03-18T20:49:58.765Z Compiling nix v0.28.0
24702026-03-18T20:49:58.768Z Checking papergrid v0.11.0
24712026-03-18T20:49:58.857Z Compiling psm v0.1.30
24722026-03-18T20:49:58.860Z Compiling tabled_derive v0.7.0
24732026-03-18T20:49:58.953Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24742026-03-18T20:49:59.265Z Checking home v0.5.12
24752026-03-18T20:49:59.314Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24762026-03-18T20:49:59.419Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24772026-03-18T20:49:59.466Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24782026-03-18T20:49:59.744Z Checking phf_shared v0.12.1
24792026-03-18T20:49:59.968Z Compiling recursive-proc-macro-impl v0.1.1
24802026-03-18T20:50:00.052Z Compiling chrono-tz v0.10.4
24812026-03-18T20:50:00.099Z Compiling semver v0.1.20
24822026-03-18T20:50:00.160Z Checking phf v0.12.1
24832026-03-18T20:50:00.212Z Checking tabled v0.15.0
24842026-03-18T20:50:00.384Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24852026-03-18T20:50:00.431Z Compiling rustc_version v0.1.7
24862026-03-18T20:50:00.504Z Compiling const_format_proc_macros v0.2.34
24872026-03-18T20:50:00.551Z Checking recursive v0.1.1
24882026-03-18T20:50:00.599Z Compiling peg-macros v0.8.5
24892026-03-18T20:50:00.709Z Checking winnow v0.6.26
24902026-03-18T20:50:00.762Z Compiling sqlparser_derive v0.5.0
24912026-03-18T20:50:01.623Z Checking unicode_categories v0.1.1
24922026-03-18T20:50:01.670Z Checking rustyline v14.0.0
24932026-03-18T20:50:01.787Z Checking sqlparser v0.61.0
24942026-03-18T20:50:01.835Z Checking const_format v0.2.35
24952026-03-18T20:50:02.289Z Compiling newtype_derive v0.1.6
24962026-03-18T20:50:02.337Z Checking sqlformat v0.3.5
24972026-03-18T20:50:02.449Z Checking peg v0.8.5
24982026-03-18T20:50:02.612Z Checking bcs v0.1.6
24992026-03-18T20:50:02.905Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25002026-03-18T20:50:02.953Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25012026-03-18T20:50:02.999Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25022026-03-18T20:50:03.177Z Checking steno v0.4.1
25032026-03-18T20:50:03.362Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25042026-03-18T20:50:03.432Z Compiling typify-impl v0.4.3
25052026-03-18T20:50:04.446Z Checking utf-8 v0.7.6
25062026-03-18T20:50:04.616Z Checking filetime v0.2.27
25072026-03-18T20:50:04.663Z Checking arc-swap v1.8.2
25082026-03-18T20:50:05.006Z Checking xattr v1.6.1
25092026-03-18T20:50:05.212Z Checking tar v0.4.44
25102026-03-18T20:50:05.774Z Checking slog-scope v4.4.1
25112026-03-18T20:50:05.917Z Checking tungstenite v0.21.0
25122026-03-18T20:50:05.989Z Checking slog-stdlog v4.1.1
25132026-03-18T20:50:06.180Z Checking slog-envlogger v2.2.0
25142026-03-18T20:50:06.228Z Checking typeid v1.0.3
25152026-03-18T20:50:06.397Z Checking subprocess v0.2.15
25162026-03-18T20:50:06.441Z Checking headers-core v0.3.0
25172026-03-18T20:50:06.527Z Checking tokio-tungstenite v0.21.0
25182026-03-18T20:50:06.616Z Checking headers v0.4.1
25192026-03-18T20:50:06.807Z Compiling lzma-sys v0.1.20
25202026-03-18T20:50:06.919Z Compiling cargo_toml v0.22.3
25212026-03-18T20:50:07.009Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25222026-03-18T20:50:07.291Z Checking yasna v0.5.2
25232026-03-18T20:50:07.584Z Checking xz2 v0.1.7
25242026-03-18T20:50:07.841Z Checking ron v0.12.0
25252026-03-18T20:50:07.887Z Checking rcgen v0.12.1
25262026-03-18T20:50:08.256Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25272026-03-18T20:50:08.343Z Checking base16ct v1.0.0
25282026-03-18T20:50:08.545Z Checking dropshot-api-manager-types v0.6.0
25292026-03-18T20:50:08.642Z Checking tagptr v0.2.0
25302026-03-18T20:50:08.800Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25312026-03-18T20:50:08.878Z Checking moka v0.12.13
25322026-03-18T20:50:08.916Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25332026-03-18T20:50:09.059Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25342026-03-18T20:50:09.135Z Compiling radium v0.7.0
25352026-03-18T20:50:09.534Z Compiling libefi-sys v0.1.0
25362026-03-18T20:50:09.780Z Compiling bitfield-struct v0.6.2
25372026-03-18T20:50:09.830Z Checking hickory-resolver v0.25.2
25382026-03-18T20:50:09.922Z Compiling typify-macro v0.4.3
25392026-03-18T20:50:09.968Z Compiling maybe-uninit v2.0.0
25402026-03-18T20:50:10.369Z Checking tap v1.0.1
25412026-03-18T20:50:10.549Z Checking wyz v0.5.1
25422026-03-18T20:50:10.661Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25432026-03-18T20:50:10.888Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25442026-03-18T20:50:10.935Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25452026-03-18T20:50:11.024Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-03-18T20:50:11.253Z Compiling zerocopy-derive v0.6.6
25472026-03-18T20:50:11.363Z Checking crc-catalog v2.4.0
25482026-03-18T20:50:11.410Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25492026-03-18T20:50:11.497Z Checking funty v2.0.0
25502026-03-18T20:50:11.545Z Compiling packed_struct v0.10.1
25512026-03-18T20:50:11.548Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-03-18T20:50:11.947Z Checking crc v3.4.0
25532026-03-18T20:50:11.995Z Checking bitvec v1.0.1
25542026-03-18T20:50:12.042Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25552026-03-18T20:50:12.233Z Compiling packed_struct_codegen v0.10.1
25562026-03-18T20:50:12.280Z Compiling bitfield-macros v0.19.4
25572026-03-18T20:50:12.283Z Compiling typify v0.4.3
25582026-03-18T20:50:12.437Z Checking zerocopy v0.6.6
25592026-03-18T20:50:12.498Z Compiling progenitor-impl v0.10.0
25602026-03-18T20:50:12.889Z Compiling indexmap v1.9.3
25612026-03-18T20:50:13.175Z Checking nodrop v0.1.14
25622026-03-18T20:50:13.260Z Checking bitfield v0.19.4
25632026-03-18T20:50:13.329Z Checking array-init v0.0.4
25642026-03-18T20:50:13.715Z Checking smallvec v0.6.14
25652026-03-18T20:50:13.761Z Checking hashbrown v0.12.3
25662026-03-18T20:50:13.807Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25672026-03-18T20:50:13.855Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25682026-03-18T20:50:14.001Z Checking serde-hex v0.1.0
25692026-03-18T20:50:14.048Z Checking ron v0.8.1
25702026-03-18T20:50:14.912Z Checking hashbrown v0.13.2
25712026-03-18T20:50:14.957Z Checking crc-any v2.5.0
25722026-03-18T20:50:15.192Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25732026-03-18T20:50:15.240Z Checking path-slash v0.1.5
25742026-03-18T20:50:15.407Z Compiling xshell-macros v0.2.7
25752026-03-18T20:50:15.452Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25762026-03-18T20:50:15.535Z Checking object v0.30.4
25772026-03-18T20:50:15.581Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-03-18T20:50:15.940Z Checking xshell v0.2.7
25792026-03-18T20:50:15.988Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-03-18T20:50:16.224Z Checking half v1.8.3
25812026-03-18T20:50:16.269Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25822026-03-18T20:50:16.313Z Compiling progenitor-macro v0.10.0
25832026-03-18T20:50:16.530Z Checking serde_cbor v0.11.2
25842026-03-18T20:50:16.878Z Compiling num-derive v0.3.3
25852026-03-18T20:50:17.099Z Compiling proc-macro-error-attr2 v2.0.0
25862026-03-18T20:50:17.250Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25872026-03-18T20:50:17.567Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25882026-03-18T20:50:17.641Z Compiling proc-macro-error2 v2.0.1
25892026-03-18T20:50:18.060Z Checking papergrid v0.17.0
25902026-03-18T20:50:18.104Z Checking libscf-sys v1.1.0
25912026-03-18T20:50:18.107Z Compiling tabled_derive v0.11.0
25922026-03-18T20:50:18.308Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25932026-03-18T20:50:18.557Z Checking testing_table v0.3.0
25942026-03-18T20:50:18.616Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25952026-03-18T20:50:18.713Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25962026-03-18T20:50:18.994Z Checking maplit v1.0.2
25972026-03-18T20:50:19.194Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25982026-03-18T20:50:19.261Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25992026-03-18T20:50:19.739Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26002026-03-18T20:50:19.787Z Checking tabled v0.20.0
26012026-03-18T20:50:19.790Z Checking crc8 v0.1.1
26022026-03-18T20:50:19.877Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26032026-03-18T20:50:19.924Z Checking fxhash v0.2.1
26042026-03-18T20:50:19.994Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26052026-03-18T20:50:20.123Z Checking unicase v2.9.0
26062026-03-18T20:50:20.368Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26072026-03-18T20:50:20.415Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26082026-03-18T20:50:20.909Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26092026-03-18T20:50:20.955Z Checking kstat-rs v0.2.4
26102026-03-18T20:50:21.174Z Compiling diesel_derives v2.3.7
26112026-03-18T20:50:21.226Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26122026-03-18T20:50:21.270Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26132026-03-18T20:50:21.441Z Compiling parking_lot_core v0.8.6
26142026-03-18T20:50:21.534Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26152026-03-18T20:50:21.733Z Compiling git-stub v1.0.0
26162026-03-18T20:50:21.848Z Checking scheduled-thread-pool v0.2.7
26172026-03-18T20:50:21.969Z Compiling dsl_auto_type v0.2.0
26182026-03-18T20:50:22.070Z Compiling vergen-gitcl v1.0.8
26192026-03-18T20:50:22.116Z Compiling diesel_table_macro_syntax v0.3.0
26202026-03-18T20:50:22.409Z Checking r2d2 v0.8.10
26212026-03-18T20:50:22.458Z Compiling git-stub-vcs v0.1.0
26222026-03-18T20:50:22.553Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26232026-03-18T20:50:22.682Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26242026-03-18T20:50:22.729Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26252026-03-18T20:50:22.778Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26262026-03-18T20:50:22.825Z Checking downcast-rs v2.0.2
26272026-03-18T20:50:22.969Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26282026-03-18T20:50:23.015Z Checking parking_lot v0.11.2
26292026-03-18T20:50:23.144Z Checking prefix-trie v0.7.0
26302026-03-18T20:50:23.286Z Checking progenitor v0.10.0
26312026-03-18T20:50:23.331Z Checking nanorand v0.7.0
26322026-03-18T20:50:23.497Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26332026-03-18T20:50:23.547Z Compiling dirs-sys-next v0.1.2
26342026-03-18T20:50:23.593Z Compiling crunchy v0.2.4
26352026-03-18T20:50:23.641Z Checking flume v0.11.1
26362026-03-18T20:50:23.644Z Checking hickory-server v0.25.2
26372026-03-18T20:50:23.869Z Compiling dirs-next v2.0.0
26382026-03-18T20:50:24.039Z Checking sled v0.34.7
26392026-03-18T20:50:24.085Z Compiling clang-sys v1.8.1
26402026-03-18T20:50:24.088Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26412026-03-18T20:50:24.175Z Checking hickory-client v0.25.2
26422026-03-18T20:50:24.458Z Compiling tiny-keccak v2.0.2
26432026-03-18T20:50:24.739Z Compiling term v0.7.0
26442026-03-18T20:50:24.829Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26452026-03-18T20:50:24.872Z Compiling bit-vec v0.6.3
26462026-03-18T20:50:25.072Z Compiling salty v0.3.0
26472026-03-18T20:50:25.201Z Compiling ascii-canvas v3.0.0
26482026-03-18T20:50:25.390Z Compiling bit-set v0.5.3
26492026-03-18T20:50:25.553Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26502026-03-18T20:50:25.601Z Checking primeorder v0.13.6
26512026-03-18T20:50:25.646Z Compiling itertools v0.10.5
26522026-03-18T20:50:25.761Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26532026-03-18T20:50:26.078Z Compiling ena v0.14.4
26542026-03-18T20:50:26.231Z Compiling libloading v0.8.9
26552026-03-18T20:50:26.388Z Compiling regex-syntax v0.6.29
26562026-03-18T20:50:26.542Z Compiling diff v0.1.13
26572026-03-18T20:50:26.935Z Compiling bindgen v0.71.1
26582026-03-18T20:50:27.390Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26592026-03-18T20:50:27.565Z Compiling cexpr v0.6.0
26602026-03-18T20:50:27.642Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26612026-03-18T20:50:28.500Z Compiling lalrpop v0.19.12
26622026-03-18T20:50:28.544Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26632026-03-18T20:50:29.013Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26642026-03-18T20:50:29.310Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26652026-03-18T20:50:29.413Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-03-18T20:50:29.699Z Compiling libxml v0.3.3
26672026-03-18T20:50:30.025Z Compiling fs-err v2.11.0
26682026-03-18T20:50:30.275Z Checking diesel v2.3.7
26692026-03-18T20:50:30.440Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26702026-03-18T20:50:30.498Z Checking p384 v0.13.1
26712026-03-18T20:50:30.868Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26722026-03-18T20:50:31.092Z Compiling strum_macros v0.24.3
26732026-03-18T20:50:32.534Z Compiling indoc v1.0.9
26742026-03-18T20:50:33.195Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26752026-03-18T20:50:33.669Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26762026-03-18T20:50:33.951Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-03-18T20:50:34.062Z Checking quick-xml v0.37.5
26782026-03-18T20:50:34.255Z Checking derive_builder v0.20.2
26792026-03-18T20:50:34.412Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26802026-03-18T20:50:34.459Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26812026-03-18T20:50:34.735Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26822026-03-18T20:50:35.017Z Compiling oso-derive v0.27.3
26832026-03-18T20:50:35.348Z Compiling impl-trait-for-tuples v0.2.3
26842026-03-18T20:50:35.684Z Compiling trait-variant v0.1.2
26852026-03-18T20:50:36.441Z Checking parse-size v1.1.0
26862026-03-18T20:50:36.642Z Checking openssl-probe v0.1.6
26872026-03-18T20:50:36.819Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26882026-03-18T20:50:36.870Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26892026-03-18T20:50:36.918Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26902026-03-18T20:50:37.365Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26912026-03-18T20:50:37.547Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26922026-03-18T20:50:37.963Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26932026-03-18T20:50:38.023Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-18T20:50:38.366Z Compiling progenitor-impl v0.11.2
26952026-03-18T20:50:38.740Z Checking assert_matches v1.5.0
26962026-03-18T20:50:38.831Z Compiling mime_guess v2.0.5
26972026-03-18T20:50:39.060Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26982026-03-18T20:50:39.489Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26992026-03-18T20:50:39.594Z Checking predicates-tree v1.0.13
27002026-03-18T20:50:39.781Z Checking progenitor-client v0.11.2
27012026-03-18T20:50:40.131Z Checking http-range v0.1.5
27022026-03-18T20:50:40.174Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27032026-03-18T20:50:40.232Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27042026-03-18T20:50:40.397Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27052026-03-18T20:50:41.084Z Checking atty v0.2.14
27062026-03-18T20:50:41.952Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27072026-03-18T20:50:42.147Z Compiling progenitor-macro v0.11.2
27082026-03-18T20:50:42.483Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27092026-03-18T20:50:43.091Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27102026-03-18T20:50:43.815Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27112026-03-18T20:50:43.859Z Checking bb8 v0.8.6
27122026-03-18T20:50:44.096Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27132026-03-18T20:50:44.265Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27142026-03-18T20:50:44.402Z Checking corncobs v0.1.4
27152026-03-18T20:50:44.518Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27162026-03-18T20:50:44.618Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27172026-03-18T20:50:44.992Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-03-18T20:50:45.466Z Checking hyper-staticfile v0.10.1
27192026-03-18T20:50:45.512Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27202026-03-18T20:50:45.889Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27212026-03-18T20:50:45.935Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27222026-03-18T20:50:46.206Z Checking ignore v0.4.25
27232026-03-18T20:50:46.251Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27242026-03-18T20:50:46.787Z Checking signal-hook-tokio v0.3.1
27252026-03-18T20:50:46.976Z Checking secrecy v0.8.0
27262026-03-18T20:50:47.022Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27272026-03-18T20:50:47.380Z Checking globwalk v0.9.1
27282026-03-18T20:50:47.818Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27292026-03-18T20:50:47.964Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27302026-03-18T20:50:48.403Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-03-18T20:50:48.463Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27322026-03-18T20:50:48.558Z Checking nonempty v0.12.0
27332026-03-18T20:50:48.746Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27342026-03-18T20:50:48.812Z Checking camino-tempfile-ext v0.3.3
27352026-03-18T20:50:49.102Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27362026-03-18T20:50:49.162Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27372026-03-18T20:50:49.285Z Checking progenitor v0.11.2
27382026-03-18T20:50:49.534Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27392026-03-18T20:50:49.725Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27402026-03-18T20:50:50.062Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27412026-03-18T20:50:50.209Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-18T20:50:50.677Z Checking diesel-dtrace v0.5.0
27432026-03-18T20:50:51.032Z Checking async-bb8-diesel v0.2.1
27442026-03-18T20:50:51.139Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27452026-03-18T20:50:51.518Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27462026-03-18T20:50:52.057Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27472026-03-18T20:50:52.204Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27482026-03-18T20:50:52.417Z Checking tungstenite v0.23.0
27492026-03-18T20:50:52.720Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27502026-03-18T20:50:52.805Z Checking void v1.0.2
27512026-03-18T20:50:52.981Z Checking lzss v0.8.2
27522026-03-18T20:50:53.027Z Checking tokio-tungstenite v0.23.1
27532026-03-18T20:50:53.201Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27542026-03-18T20:50:53.268Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27552026-03-18T20:50:53.406Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27562026-03-18T20:50:53.513Z Checking nix v0.27.1
27572026-03-18T20:50:54.102Z Checking serde_bytes v0.11.19
27582026-03-18T20:50:54.278Z Checking rand_seeder v0.4.0
27592026-03-18T20:50:54.392Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27602026-03-18T20:50:54.512Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-03-18T20:50:55.004Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27622026-03-18T20:50:55.051Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27632026-03-18T20:50:55.265Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27642026-03-18T20:50:55.484Z Checking is_ci v1.2.0
27652026-03-18T20:50:55.653Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27662026-03-18T20:50:56.028Z Checking yansi v1.0.1
27672026-03-18T20:50:56.232Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27682026-03-18T20:50:56.289Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27692026-03-18T20:50:56.414Z Checking pretty_assertions v1.4.1
27702026-03-18T20:50:56.459Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27712026-03-18T20:50:56.604Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27722026-03-18T20:50:56.650Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27732026-03-18T20:50:56.952Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27742026-03-18T20:50:57.278Z Compiling darling_core v0.23.0
27752026-03-18T20:50:58.058Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27762026-03-18T20:50:58.601Z Compiling indoc v2.0.7
27772026-03-18T20:50:59.060Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27782026-03-18T20:50:59.146Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27792026-03-18T20:50:59.236Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-03-18T20:50:59.354Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-03-18T20:50:59.653Z Compiling instability v0.3.11
27822026-03-18T20:51:00.110Z Compiling libz-sys v1.1.24
27832026-03-18T20:51:00.155Z Checking castaway v0.2.4
27842026-03-18T20:51:00.321Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27852026-03-18T20:51:00.365Z Checking compact_str v0.8.1
27862026-03-18T20:51:00.923Z Checking supports-color v3.0.2
27872026-03-18T20:51:00.969Z Compiling darling_macro v0.23.0
27882026-03-18T20:51:01.126Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27892026-03-18T20:51:01.408Z Checking unicode-truncate v1.1.0
27902026-03-18T20:51:01.636Z Checking lru v0.12.5
27912026-03-18T20:51:01.681Z Compiling darling v0.23.0
27922026-03-18T20:51:01.725Z Checking cassowary v0.3.0
27932026-03-18T20:51:01.949Z Compiling libgit2-sys v0.18.3+1.9.2
27942026-03-18T20:51:02.241Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27952026-03-18T20:51:02.631Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27962026-03-18T20:51:02.813Z Checking ratatui v0.29.0
27972026-03-18T20:51:03.875Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27982026-03-18T20:51:04.158Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27992026-03-18T20:51:04.578Z Compiling vergen-git2 v1.0.7
28002026-03-18T20:51:04.626Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28012026-03-18T20:51:04.675Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-03-18T20:51:04.912Z Checking colored v2.2.0
28032026-03-18T20:51:04.957Z Compiling rustls v0.21.12
28042026-03-18T20:51:05.001Z Checking shell-words v1.1.1
28052026-03-18T20:51:05.196Z Checking plotters-backend v0.3.7
28062026-03-18T20:51:05.390Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-18T20:51:05.450Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28082026-03-18T20:51:05.498Z Checking plotters-svg v0.3.7
28092026-03-18T20:51:05.734Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28102026-03-18T20:51:05.787Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28112026-03-18T20:51:06.023Z Checking rustls-webpki v0.101.7
28122026-03-18T20:51:06.379Z Checking sct v0.7.1
28132026-03-18T20:51:06.509Z Compiling nix v0.29.0
28142026-03-18T20:51:06.590Z Checking cast v0.3.0
28152026-03-18T20:51:06.702Z Checking hex-literal v0.4.1
28162026-03-18T20:51:06.842Z Checking criterion-plot v0.6.0
28172026-03-18T20:51:06.886Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28182026-03-18T20:51:07.331Z Checking plotters v0.3.7
28192026-03-18T20:51:08.405Z Checking erased-serde v0.4.9
28202026-03-18T20:51:08.939Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28212026-03-18T20:51:08.984Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28222026-03-18T20:51:09.967Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28232026-03-18T20:51:10.982Z Checking tinytemplate v1.2.1
28242026-03-18T20:51:11.298Z Checking ordered-float v2.10.1
28252026-03-18T20:51:11.669Z Checking oorandom v11.1.5
28262026-03-18T20:51:11.853Z Checking anes v0.1.6
28272026-03-18T20:51:12.130Z Checking criterion v0.7.0
28282026-03-18T20:51:12.615Z Checking serde-value v0.7.0
28292026-03-18T20:51:12.943Z Checking serde-untagged v0.1.9
28302026-03-18T20:51:13.239Z Checking tokio-rustls v0.24.1
28312026-03-18T20:51:13.789Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28322026-03-18T20:51:13.871Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-03-18T20:51:14.151Z Checking rustls-pemfile v1.0.4
28342026-03-18T20:51:14.370Z Checking twox-hash v2.1.2
28352026-03-18T20:51:14.816Z Checking unicode-xid v0.2.6
28362026-03-18T20:51:14.932Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28372026-03-18T20:51:14.996Z Checking cargo-util-schemas v0.8.2
28382026-03-18T20:51:15.258Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28392026-03-18T20:51:15.480Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-18T20:51:16.227Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28412026-03-18T20:51:16.466Z Checking fatfs v0.3.6
28422026-03-18T20:51:17.112Z Checking cargo-platform v0.2.0
28432026-03-18T20:51:17.260Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28442026-03-18T20:51:17.398Z Compiling petname v2.0.2
28452026-03-18T20:51:18.073Z Compiling seq-macro v0.3.6
28462026-03-18T20:51:18.999Z Checking cargo_metadata v0.21.0
28472026-03-18T20:51:19.225Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28482026-03-18T20:51:19.521Z Checking concurrent-queue v2.5.0
28492026-03-18T20:51:19.800Z Checking rtoolbox v0.0.3
28502026-03-18T20:51:20.009Z Checking futures-timer v3.0.3
28512026-03-18T20:51:20.086Z Checking parking v2.2.1
28522026-03-18T20:51:20.277Z Checking event-listener v5.4.1
28532026-03-18T20:51:20.280Z Checking rpassword v7.4.0
28542026-03-18T20:51:20.608Z Checking tui-tree-widget v0.23.1
28552026-03-18T20:51:20.654Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28562026-03-18T20:51:20.883Z Checking polyval v0.6.2
28572026-03-18T20:51:20.928Z Checking sapling-renderdag v0.1.0
28582026-03-18T20:51:21.056Z Checking sync-ptr v0.1.4
28592026-03-18T20:51:21.126Z Checking ghash v0.5.1
28602026-03-18T20:51:21.249Z Checking event-listener-strategy v0.5.4
28612026-03-18T20:51:21.295Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28622026-03-18T20:51:21.338Z Checking ctr v0.9.2
28632026-03-18T20:51:21.454Z Checking arrayvec v0.7.6
28642026-03-18T20:51:21.564Z Checking constant_time_eq v0.4.2
28652026-03-18T20:51:21.610Z Checking arrayref v0.3.9
28662026-03-18T20:51:21.742Z Checking aes-gcm v0.10.3
28672026-03-18T20:51:21.786Z Checking async-lock v3.4.2
28682026-03-18T20:51:21.893Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28692026-03-18T20:51:21.966Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28702026-03-18T20:51:22.400Z Checking ssh-encoding v0.2.0
28712026-03-18T20:51:22.694Z Checking blowfish v0.9.1
28722026-03-18T20:51:22.932Z Checking bcrypt-pbkdf v0.10.0
28732026-03-18T20:51:23.177Z Checking ssh-cipher v0.2.0
28742026-03-18T20:51:23.223Z Checking async-object-pool v0.2.0
28752026-03-18T20:51:23.403Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28762026-03-18T20:51:23.449Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28772026-03-18T20:51:23.827Z Compiling samael v0.0.19
28782026-03-18T20:51:23.872Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28792026-03-18T20:51:24.232Z Checking serde_regex v1.1.0
28802026-03-18T20:51:24.480Z Checking password-hash v0.4.2
28812026-03-18T20:51:24.774Z Checking assert-json-diff v2.0.2
28822026-03-18T20:51:24.823Z Checking path-tree v0.8.3
28832026-03-18T20:51:25.025Z Compiling target-lexicon v0.13.3
28842026-03-18T20:51:25.103Z Checking gimli v0.32.3
28852026-03-18T20:51:25.635Z Checking stringmetrics v2.2.2
28862026-03-18T20:51:25.789Z Checking pbkdf2 v0.11.0
28872026-03-18T20:51:25.861Z Checking httpmock v0.8.3
28882026-03-18T20:51:26.038Z Checking ssh-key v0.6.7
28892026-03-18T20:51:27.361Z Checking addr2line v0.25.1
28902026-03-18T20:51:27.746Z Checking p256 v0.13.2
28912026-03-18T20:51:28.120Z Checking p521 v0.13.3
28922026-03-18T20:51:28.853Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28932026-03-18T20:51:28.962Z Checking russh-cryptovec v0.7.3
28942026-03-18T20:51:29.141Z Checking md5 v0.7.0
28952026-03-18T20:51:29.185Z Compiling guppy-workspace-hack v0.1.0
28962026-03-18T20:51:29.422Z Checking rustc-demangle v0.1.27
28972026-03-18T20:51:29.537Z Checking russh-keys v0.45.0
28982026-03-18T20:51:29.778Z Checking backtrace v0.3.76
28992026-03-18T20:51:29.991Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29002026-03-18T20:51:30.035Z Checking num-bigint v0.4.6
29012026-03-18T20:51:30.218Z Checking des v0.8.1
29022026-03-18T20:51:30.476Z Compiling blake3 v1.8.3
29032026-03-18T20:51:30.624Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29042026-03-18T20:51:30.972Z Compiling target-spec v3.5.7
29052026-03-18T20:51:31.191Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29062026-03-18T20:51:31.473Z Checking russh v0.45.0
29072026-03-18T20:51:31.959Z Checking backtrace-ext v0.2.1
29082026-03-18T20:51:32.068Z Checking cfg-expr v0.20.6
29092026-03-18T20:51:32.157Z Checking supports-color v2.1.0
29102026-03-18T20:51:32.242Z Checking textwrap v0.15.2
29112026-03-18T20:51:32.366Z Checking supports-unicode v2.1.0
29122026-03-18T20:51:32.547Z Checking supports-hyperlinks v2.1.0
29132026-03-18T20:51:32.547Z Checking hashbrown v0.14.5
29142026-03-18T20:51:32.636Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29152026-03-18T20:51:32.772Z Checking cargo-platform v0.3.2
29162026-03-18T20:51:32.932Z Checking socket2 v0.5.10
29172026-03-18T20:51:33.039Z Checking terminal_size v0.1.17
29182026-03-18T20:51:33.212Z Compiling miette-derive v5.10.0
29192026-03-18T20:51:33.257Z Checking internet-checksum v0.2.1
29202026-03-18T20:51:33.302Z Checking owo-colors v3.5.0
29212026-03-18T20:51:33.445Z Checking chumsky v0.9.3
29222026-03-18T20:51:34.032Z Checking cargo_metadata v0.23.1
29232026-03-18T20:51:34.800Z Checking miette v5.10.0
29242026-03-18T20:51:34.983Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29252026-03-18T20:51:35.109Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29262026-03-18T20:51:35.180Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29272026-03-18T20:51:35.514Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29282026-03-18T20:51:35.596Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29292026-03-18T20:51:35.853Z Compiling git2 v0.20.4
29302026-03-18T20:51:35.897Z Checking httptest v0.16.4
29312026-03-18T20:51:36.061Z Checking pathdiff v0.2.3
29322026-03-18T20:51:36.218Z Compiling knuffel-derive v3.2.0
29332026-03-18T20:51:36.262Z Checking topological-sort v0.2.2
29342026-03-18T20:51:36.416Z Checking nested v0.1.1
29352026-03-18T20:51:36.475Z Checking omicron-zone-package v0.12.2
29362026-03-18T20:51:36.630Z Checking guppy v0.17.25
29372026-03-18T20:51:36.739Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29382026-03-18T20:51:37.042Z Checking similar-asserts v1.7.0
29392026-03-18T20:51:37.272Z Compiling rstest_macros v0.25.0
29402026-03-18T20:51:37.667Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29412026-03-18T20:51:37.712Z Compiling target-triple v1.0.0
29422026-03-18T20:51:37.948Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29432026-03-18T20:51:38.011Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29442026-03-18T20:51:38.180Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29452026-03-18T20:51:38.296Z Checking knuffel v3.2.0
29462026-03-18T20:51:38.465Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29472026-03-18T20:51:39.324Z Checking toml_datetime v1.0.0+spec-1.1.0
29482026-03-18T20:51:39.659Z Checking escape8259 v0.5.3
29492026-03-18T20:51:39.875Z Compiling assert_cmd v2.1.2
29502026-03-18T20:51:40.056Z Compiling relative-path v1.9.3
29512026-03-18T20:51:40.292Z Checking libtest-mimic v0.8.1
29522026-03-18T20:51:40.338Z Checking toml v1.0.3+spec-1.1.0
29532026-03-18T20:51:40.754Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29542026-03-18T20:51:40.851Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29552026-03-18T20:51:41.024Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29562026-03-18T20:51:41.212Z Checking blake2b_simd v1.0.4
29572026-03-18T20:51:41.792Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29582026-03-18T20:51:41.956Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29592026-03-18T20:51:42.312Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29602026-03-18T20:51:42.517Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29612026-03-18T20:51:42.803Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29622026-03-18T20:51:43.020Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29632026-03-18T20:51:43.303Z Checking fancy-regex v0.14.0
29642026-03-18T20:51:43.598Z Checking serde_tokenstream v0.2.3
29652026-03-18T20:51:43.721Z Compiling polar-core v0.27.3
29662026-03-18T20:51:43.851Z Checking uzers v0.12.2
29672026-03-18T20:51:43.916Z Checking constant_time_eq v0.3.1
29682026-03-18T20:51:44.097Z Compiling linkme-impl v0.3.35
29692026-03-18T20:51:44.179Z Checking termcolor v1.4.1
29702026-03-18T20:51:44.526Z Checking trybuild v1.0.116
29712026-03-18T20:51:44.764Z Checking rust-argon2 v2.1.0
29722026-03-18T20:51:45.125Z Checking datatest-stable v0.3.3
29732026-03-18T20:51:45.756Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29742026-03-18T20:51:45.759Z Checking rstest v0.25.0
29752026-03-18T20:51:46.027Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29762026-03-18T20:51:46.202Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29772026-03-18T20:51:46.248Z Checking support-bundle-viewer v0.1.2
29782026-03-18T20:51:46.593Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29792026-03-18T20:51:46.887Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29802026-03-18T20:51:47.082Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29812026-03-18T20:51:47.172Z Checking drift v0.1.3
29822026-03-18T20:51:47.470Z Checking rand_distr v0.5.1
29832026-03-18T20:51:47.736Z Checking multimap v0.10.1
29842026-03-18T20:51:48.005Z Checking approx v0.5.1
29852026-03-18T20:51:48.104Z Compiling linkme v0.3.35
29862026-03-18T20:51:48.225Z Checking dropshot-api-manager v0.6.0
29872026-03-18T20:51:49.627Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29882026-03-18T20:51:49.886Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29892026-03-18T20:51:50.106Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29902026-03-18T20:51:50.375Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29912026-03-18T20:51:50.681Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29922026-03-18T20:51:50.730Z Checking oso v0.27.3
29932026-03-18T20:51:50.759Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29942026-03-18T20:51:51.027Z Checking partial-io v0.5.4
29952026-03-18T20:51:51.079Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29962026-03-18T20:51:51.342Z Checking cargo_toml v0.21.0
29972026-03-18T20:51:51.390Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29982026-03-18T20:51:51.437Z Checking termios v0.3.3
29992026-03-18T20:51:51.642Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30002026-03-18T20:51:51.696Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30012026-03-18T20:51:52.040Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30022026-03-18T20:51:52.543Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30032026-03-18T20:51:54.402Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30042026-03-18T20:51:56.841Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30052026-03-18T20:52:01.887Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30062026-03-18T20:52:04.935Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30072026-03-18T20:52:09.934Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30082026-03-18T20:52:11.819Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30092026-03-18T20:52:17.209Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30102026-03-18T20:52:23.744Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30112026-03-18T20:52:25.005Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30122026-03-18T20:52:27.555Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30132026-03-18T20:52:37.176Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30142026-03-18T20:54:32.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 34s
30152026-03-18T20:54:33.739Z
30162026-03-18T20:54:33.742Zreal 5:39.032249580
30172026-03-18T20:54:33.742Zuser 28:21.111731050
30182026-03-18T20:54:33.742Zsys 5:57.262329214
30192026-03-18T20:54:33.742Ztrap 0.720472516
30202026-03-18T20:54:33.742Ztflt 0.092748445
30212026-03-18T20:54:33.742Zdflt 0.116086960
30222026-03-18T20:54:33.742Zkflt 0.001064489
30232026-03-18T20:54:33.742Zlock 1:19:56.994088696
30242026-03-18T20:54:33.742Zslp 1:16:50.199190941
30252026-03-18T20:54:33.742Zlat 1:57.711815399
30262026-03-18T20:54:33.742Zstop 13:58.522749256
30272026-03-18T20:54:33.742Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30282026-03-18T20:54:33.742Z+ ptime -m cargo doc --workspace --no-deps
30292026-03-18T20:54:34.919Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30302026-03-18T20:54:34.919Z |
30312026-03-18T20:54:34.919Z = 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-18T20:54:34.919Z = 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-18T20:54:36.233Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-03-18T20:54:36.506Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30352026-03-18T20:54:36.557Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30362026-03-18T20:54:36.639Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372026-03-18T20:54:36.818Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30382026-03-18T20:54:36.818Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30392026-03-18T20:54:36.874Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30402026-03-18T20:54:36.909Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30412026-03-18T20:54:36.980Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30422026-03-18T20:54:37.030Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30432026-03-18T20:54:37.078Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30442026-03-18T20:54:37.134Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30452026-03-18T20:54:37.179Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30462026-03-18T20:54:37.236Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30472026-03-18T20:54:37.267Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30482026-03-18T20:54:37.296Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30492026-03-18T20:54:37.408Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30502026-03-18T20:54:37.441Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30512026-03-18T20:54:37.444Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30522026-03-18T20:54:37.532Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30532026-03-18T20:54:37.747Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30542026-03-18T20:54:38.150Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30552026-03-18T20:54:38.321Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30562026-03-18T20:54:38.353Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30572026-03-18T20:54:38.383Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30582026-03-18T20:54:38.560Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30592026-03-18T20:54:38.591Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30602026-03-18T20:54:38.849Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30612026-03-18T20:54:38.998Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30622026-03-18T20:54:39.081Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30632026-03-18T20:54:39.134Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30642026-03-18T20:54:39.273Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30652026-03-18T20:54:39.346Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30662026-03-18T20:54:39.512Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30672026-03-18T20:54:39.542Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30682026-03-18T20:54:39.635Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30692026-03-18T20:54:39.831Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30702026-03-18T20:54:39.860Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30712026-03-18T20:54:40.158Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30722026-03-18T20:54:40.189Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30732026-03-18T20:54:40.575Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30742026-03-18T20:54:40.613Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30752026-03-18T20:54:40.716Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30762026-03-18T20:54:40.841Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30772026-03-18T20:54:40.942Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30782026-03-18T20:54:40.977Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30792026-03-18T20:54:41.232Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30802026-03-18T20:54:41.290Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30812026-03-18T20:54:41.334Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30822026-03-18T20:54:41.363Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30832026-03-18T20:54:41.528Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30842026-03-18T20:54:41.557Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30852026-03-18T20:54:41.590Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30862026-03-18T20:54:41.709Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30872026-03-18T20:54:41.869Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30882026-03-18T20:54:41.897Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30892026-03-18T20:54:41.925Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30902026-03-18T20:54:42.005Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30912026-03-18T20:54:42.150Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30922026-03-18T20:54:42.187Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30932026-03-18T20:54:42.299Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30942026-03-18T20:54:42.376Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30952026-03-18T20:54:42.437Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30962026-03-18T20:54:42.477Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30972026-03-18T20:54:42.622Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30982026-03-18T20:54:42.688Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30992026-03-18T20:54:42.759Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31002026-03-18T20:54:42.986Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31012026-03-18T20:54:43.015Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31022026-03-18T20:54:43.071Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31032026-03-18T20:54:43.101Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31042026-03-18T20:54:43.225Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31052026-03-18T20:54:43.765Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31062026-03-18T20:54:43.799Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31072026-03-18T20:54:44.839Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31082026-03-18T20:54:45.291Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31092026-03-18T20:54:45.576Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31102026-03-18T20:54:45.579Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31112026-03-18T20:54:45.646Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31122026-03-18T20:54:45.681Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31132026-03-18T20:54:46.110Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31142026-03-18T20:54:46.186Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31152026-03-18T20:54:46.392Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31162026-03-18T20:54:46.780Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31172026-03-18T20:54:47.158Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31182026-03-18T20:54:47.188Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31192026-03-18T20:54:47.218Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31202026-03-18T20:54:47.511Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31212026-03-18T20:54:47.542Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31222026-03-18T20:54:48.014Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31232026-03-18T20:54:48.422Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31242026-03-18T20:54:48.746Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31252026-03-18T20:54:48.748Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31262026-03-18T20:54:49.012Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31272026-03-18T20:54:49.181Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31282026-03-18T20:54:49.811Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31292026-03-18T20:54:49.910Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31302026-03-18T20:54:50.832Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31312026-03-18T20:54:51.117Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-03-18T20:54:51.214Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31332026-03-18T20:54:51.942Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31342026-03-18T20:54:52.328Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31352026-03-18T20:54:52.652Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31362026-03-18T20:54:52.700Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31372026-03-18T20:54:52.847Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31382026-03-18T20:54:53.057Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31392026-03-18T20:54:53.088Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31402026-03-18T20:54:53.136Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31412026-03-18T20:54:53.382Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31422026-03-18T20:54:53.460Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31432026-03-18T20:54:53.647Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31442026-03-18T20:54:53.682Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31452026-03-18T20:54:53.744Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31462026-03-18T20:54:54.029Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31472026-03-18T20:54:54.142Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31482026-03-18T20:54:54.816Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31492026-03-18T20:54:55.209Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31502026-03-18T20:54:55.994Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31512026-03-18T20:54:56.620Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31522026-03-18T20:54:57.004Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31532026-03-18T20:54:57.080Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31542026-03-18T20:54:57.423Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31552026-03-18T20:54:57.543Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31562026-03-18T20:54:57.572Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31572026-03-18T20:54:57.942Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31582026-03-18T20:54:58.458Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31592026-03-18T20:54:58.500Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31602026-03-18T20:54:58.668Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31612026-03-18T20:54:58.943Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31622026-03-18T20:55:00.187Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31632026-03-18T20:55:00.431Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31642026-03-18T20:55:00.673Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31652026-03-18T20:55:01.162Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31662026-03-18T20:55:01.784Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31672026-03-18T20:55:03.270Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31682026-03-18T20:55:03.989Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31692026-03-18T20:55:04.334Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31702026-03-18T20:55:05.057Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31712026-03-18T20:55:05.121Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31722026-03-18T20:55:05.154Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31732026-03-18T20:55:05.431Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31742026-03-18T20:55:05.649Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31752026-03-18T20:55:06.447Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31762026-03-18T20:55:06.477Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31772026-03-18T20:55:07.535Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31782026-03-18T20:55:08.274Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-03-18T20:55:08.463Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31802026-03-18T20:55:09.312Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31812026-03-18T20:55:12.267Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31822026-03-18T20:55:12.476Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31832026-03-18T20:55:13.804Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31842026-03-18T20:55:15.336Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31852026-03-18T20:55:16.049Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31862026-03-18T20:55:16.349Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31872026-03-18T20:55:16.710Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31882026-03-18T20:55:17.396Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31892026-03-18T20:55:18.177Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31902026-03-18T20:55:19.596Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31912026-03-18T20:55:20.315Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31922026-03-18T20:55:20.471Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31932026-03-18T20:55:20.888Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31942026-03-18T20:55:21.046Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31952026-03-18T20:55:21.173Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31962026-03-18T20:55:21.338Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31972026-03-18T20:55:22.169Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31982026-03-18T20:55:22.253Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31992026-03-18T20:55:22.283Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32002026-03-18T20:55:22.668Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32012026-03-18T20:55:22.701Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32022026-03-18T20:55:22.930Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32032026-03-18T20:55:23.107Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32042026-03-18T20:55:23.670Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32052026-03-18T20:55:24.437Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32062026-03-18T20:55:24.776Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32072026-03-18T20:55:25.585Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32082026-03-18T20:55:25.649Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32092026-03-18T20:55:26.380Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32102026-03-18T20:55:27.252Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32112026-03-18T20:55:27.724Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32122026-03-18T20:55:29.147Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132026-03-18T20:55:29.510Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142026-03-18T20:55:33.599Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32152026-03-18T20:55:34.193Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32162026-03-18T20:55:35.797Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32172026-03-18T20:55:37.036Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-03-18T20:55:37.695Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32192026-03-18T20:55:40.092Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32202026-03-18T20:55:40.727Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32212026-03-18T20:55:43.006Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32222026-03-18T20:55:43.948Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32232026-03-18T20:55:45.325Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32242026-03-18T20:55:45.868Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32252026-03-18T20:55:46.630Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32262026-03-18T20:55:48.605Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32272026-03-18T20:55:49.642Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32282026-03-18T20:55:51.794Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32292026-03-18T20:55:52.344Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32302026-03-18T20:55:53.251Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32312026-03-18T20:55:54.292Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32322026-03-18T20:55:55.013Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32332026-03-18T20:55:56.127Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32342026-03-18T20:56:01.589Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32352026-03-18T20:56:02.980Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32362026-03-18T20:56:03.759Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32372026-03-18T20:56:04.880Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32382026-03-18T20:56:05.964Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32392026-03-18T20:56:07.086Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32402026-03-18T20:56:08.148Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32412026-03-18T20:56:08.222Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32422026-03-18T20:56:09.567Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32432026-03-18T20:56:10.890Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32442026-03-18T20:56:13.003Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32452026-03-18T20:56:14.302Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32462026-03-18T20:56:17.303Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32472026-03-18T20:56:18.687Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32482026-03-18T20:56:19.740Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32492026-03-18T20:56:21.290Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32502026-03-18T20:56:21.972Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32512026-03-18T20:56:23.387Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32522026-03-18T20:56:24.799Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32532026-03-18T20:56:28.234Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32542026-03-18T20:56:28.869Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32552026-03-18T20:56:29.767Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32562026-03-18T20:56:31.381Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32572026-03-18T20:56:33.596Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32582026-03-18T20:56:36.599Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32592026-03-18T20:56:37.453Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32602026-03-18T20:56:39.448Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32612026-03-18T20:56:41.599Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32622026-03-18T20:56:43.738Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32632026-03-18T20:56:45.704Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32642026-03-18T20:56:48.756Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32652026-03-18T20:56:50.362Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32662026-03-18T20:56:52.950Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32672026-03-18T20:56:57.597Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32682026-03-18T20:56:59.852Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32692026-03-18T20:57:00.001Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32702026-03-18T20:57:02.411Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32712026-03-18T20:57:04.875Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32722026-03-18T20:57:07.361Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32732026-03-18T20:57:09.778Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32742026-03-18T20:57:12.701Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32752026-03-18T20:57:15.133Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32762026-03-18T20:57:19.056Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32772026-03-18T20:57:20.125Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32782026-03-18T20:57:22.596Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32792026-03-18T20:57:25.064Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32802026-03-18T20:57:27.541Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32812026-03-18T20:57:30.004Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32822026-03-18T20:57:32.214Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32832026-03-18T20:57:34.970Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32842026-03-18T20:57:37.191Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-03-18T20:57:39.646Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32862026-03-18T20:57:42.233Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32872026-03-18T20:57:44.809Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32882026-03-18T20:57:47.357Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32892026-03-18T20:57:50.371Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32902026-03-18T20:57:52.643Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32912026-03-18T20:57:55.255Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32922026-03-18T20:57:57.950Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32932026-03-18T20:58:00.491Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32942026-03-18T20:58:03.193Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32952026-03-18T20:58:10.289Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32962026-03-18T20:58:11.558Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32972026-03-18T20:58:14.408Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32982026-03-18T20:58:17.211Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32992026-03-18T20:58:20.060Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33002026-03-18T20:58:22.897Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33012026-03-18T20:58:25.652Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33022026-03-18T20:58:28.558Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33032026-03-18T20:58:31.521Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33042026-03-18T20:58:34.176Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33052026-03-18T20:58:37.156Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33062026-03-18T20:58:40.275Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33072026-03-18T20:58:42.816Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33082026-03-18T20:58:46.186Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33092026-03-18T20:58:48.386Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33102026-03-18T20:58:51.412Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33112026-03-18T20:58:54.288Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33122026-03-18T20:58:57.164Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33132026-03-18T20:59:00.020Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33142026-03-18T20:59:02.872Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33152026-03-18T20:59:05.702Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33162026-03-18T20:59:08.619Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33172026-03-18T20:59:11.580Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33182026-03-18T20:59:14.357Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33192026-03-18T20:59:17.252Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33202026-03-18T20:59:20.311Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33212026-03-18T20:59:23.047Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33222026-03-18T20:59:25.882Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33232026-03-18T20:59:29.276Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33242026-03-18T20:59:31.976Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33252026-03-18T20:59:35.011Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33262026-03-18T20:59:38.121Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33272026-03-18T20:59:41.215Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33282026-03-18T20:59:44.292Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33292026-03-18T20:59:47.436Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33302026-03-18T20:59:50.654Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33312026-03-18T20:59:53.790Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33322026-03-18T20:59:56.955Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33332026-03-18T21:00:00.078Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33342026-03-18T21:00:03.216Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33352026-03-18T21:00:06.442Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33362026-03-18T21:00:09.634Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33372026-03-18T21:00:13.270Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33382026-03-18T21:00:16.240Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33392026-03-18T21:00:19.352Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33402026-03-18T21:00:28.757Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33412026-03-18T21:00:28.962Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33422026-03-18T21:00:34.638Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33432026-03-18T21:00:38.261Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33442026-03-18T21:00:42.788Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33452026-03-18T21:00:47.313Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33462026-03-18T21:00:51.899Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33472026-03-18T21:00:56.798Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33482026-03-18T21:01:01.223Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33492026-03-18T21:01:05.862Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33502026-03-18T21:01:10.620Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33512026-03-18T21:01:15.418Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33522026-03-18T21:01:23.630Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33532026-03-18T21:01:24.527Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33542026-03-18T21:01:29.149Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33552026-03-18T21:01:33.626Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33562026-03-18T21:01:38.289Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33572026-03-18T21:01:42.936Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33582026-03-18T21:01:47.631Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33592026-03-18T21:01:52.155Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33602026-03-18T21:01:56.791Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33612026-03-18T21:02:01.423Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33622026-03-18T21:02:38.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 04s
33632026-03-18T21:02:38.633Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33642026-03-18T21:02:38.745Z
33652026-03-18T21:02:38.751Zreal 8:05.104924315
33662026-03-18T21:02:38.751Zuser 23:35.321662031
33672026-03-18T21:02:38.751Zsys 4:28.744320458
33682026-03-18T21:02:38.751Ztrap 0.398176951
33692026-03-18T21:02:38.751Ztflt 0.018688002
33702026-03-18T21:02:38.751Zdflt 0.029874217
33712026-03-18T21:02:38.751Zkflt 0.000062992
33722026-03-18T21:02:38.751Zlock 7:18:27.182008818
33732026-03-18T21:02:38.751Zslp 2:41:09.880350458
33742026-03-18T21:02:38.751Zlat 36.427683449
33752026-03-18T21:02:38.752Zstop 1:55.656527339
33762026-03-18T21:02:38.752Zprocess exited: duration 1170578 ms, exit code 0
 
33772026-03-18T21:02:38.760Zfound 0 output files