01KKWETWMVM9AX0JDZ0T3BM67X: clippy (helios)

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

Buildomat Job: 01KKWEV77DM602552M2ENQAXAC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T23:15:18.102Zjob assigned to worker 01KKWEVCJV046MVQ0V5W1KA5M7 [factory aws, i-025d3eb515c609c8f] (queued for 1 m 10 s)
 
22026-03-16T23:15:25.736Zstarting task 0: "setup"
32026-03-16T23:15:25.740Z++ uname -s
42026-03-16T23:15:25.740Z+ kern=SunOS
52026-03-16T23:15:25.740Z+ build_user=build
62026-03-16T23:15:25.740Z+ build_uid=12345
72026-03-16T23:15:25.740Z+ work_dir=/work
82026-03-16T23:15:25.743Z+ input_dir=/input
92026-03-16T23:15:25.743Z+ [[ 0 == 12345 ]]
102026-03-16T23:15:25.743Z+ case "$kern" in
112026-03-16T23:15:25.743Z+ groupadd -g 12345 build
122026-03-16T23:15:25.743Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T23:15:27.749Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T23:15:27.869Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T23:15:27.872Z+ home_fs=zfs
162026-03-16T23:15:27.872Z+ [[ zfs == autofs ]]
172026-03-16T23:15:27.872Z+ mkdir -p /home/build
182026-03-16T23:15:27.872Z+ chown build:build /home/build /work
192026-03-16T23:15:29.875Z+ chmod 0700 /home/build /work
202026-03-16T23:15:29.878Zprocess exited: duration 4144 ms, exit code 0
 
212026-03-16T23:15:29.884Zstarting task 1: "rust-toolchain"
222026-03-16T23:15:29.888Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-16T23:15:29.888Z * rust toolchain channel = "1.94.0"
242026-03-16T23:15:29.888Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-16T23:15:29.888Z * rust toolchain profile = "default"
262026-03-16T23:15:29.888Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-16T23:15:29.888Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T23:15:29.891Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T23:15:29.891Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-16T23:15:30.008Zinfo: downloading installer
312026-03-16T23:15:31.730Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T23:15:31.730Zwarn: /opt/ooce/bin
332026-03-16T23:15:31.730Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T23:15:31.730Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T23:15:31.730Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T23:15:31.730Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T23:15:31.731Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T23:15:31.731Zerror: cannot install while Rust is installed
392026-03-16T23:15:31.731Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T23:15:31.731Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T23:15:31.731Zwarn: /home/build/.rustup/settings.toml
422026-03-16T23:15:31.731Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T23:15:31.731Zwarn: instead of the one inferred from the default host triple.
442026-03-16T23:15:31.747Zinfo: profile set to default
452026-03-16T23:15:31.747Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T23:15:31.750Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-16T23:15:31.913Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-16T23:15:31.916Zinfo: downloading 6 components
492026-03-16T23:15:47.196Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-16T23:15:47.196Z
512026-03-16T23:15:47.229Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-16T23:15:47.230Z
532026-03-16T23:15:47.233Z
542026-03-16T23:15:47.233ZRust is installed now. Great!
552026-03-16T23:15:47.233Z
562026-03-16T23:15:47.233ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T23:15:47.233Zenvironment variable. This has not been done automatically.
582026-03-16T23:15:47.233Z
592026-03-16T23:15:47.233ZTo configure your current shell, you need to source
602026-03-16T23:15:47.233Zthe corresponding env file under $HOME/.cargo.
612026-03-16T23:15:47.233Z
622026-03-16T23:15:47.233ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T23:15:47.233Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T23:15:47.233Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T23:15:47.233Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T23:15:47.233Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T23:15:47.233Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T23:15:47.233Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T23:15:47.233Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T23:15:47.233Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T23:15:47.342Z+ rustup --version
722026-03-16T23:15:47.352Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T23:15:47.355Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T23:15:47.379Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-16T23:15:47.382Z+ cargo --version
762026-03-16T23:15:47.398Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-16T23:15:47.401Z+ rustc --version
782026-03-16T23:15:47.426Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-16T23:15:47.429Zprocess exited: duration 17542 ms, exit code 0
 
802026-03-16T23:15:47.435Zstarting task 2: "authentication"
812026-03-16T23:15:47.454Zprocess exited: duration 19 ms, exit code 0
 
822026-03-16T23:15:47.460Zstarting task 3: "clone repository"
832026-03-16T23:15:47.464Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-16T23:15:47.467Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-16T23:15:47.506ZCloning into '/work/oxidecomputer/omicron'...
862026-03-16T23:15:58.211Z+ cd /work/oxidecomputer/omicron
872026-03-16T23:15:58.211Z+ git fetch origin 2b2b8d0206e6014fcc5fc9163e80f3bd51135416
882026-03-16T23:15:58.477ZFrom https://github.com/oxidecomputer/omicron
892026-03-16T23:15:58.477Z * branch 2b2b8d0206e6014fcc5fc9163e80f3bd51135416 -> FETCH_HEAD
902026-03-16T23:15:58.487Z+ [[ -n bump-console-ac30d2d8 ]]
912026-03-16T23:15:58.490Z++ git branch --show-current
922026-03-16T23:15:58.490Z+ current=main
932026-03-16T23:15:58.490Z+ [[ main != bump-console-ac30d2d8 ]]
942026-03-16T23:15:58.493Z+ git branch -f bump-console-ac30d2d8 2b2b8d0206e6014fcc5fc9163e80f3bd51135416
952026-03-16T23:15:58.496Z+ git checkout -f bump-console-ac30d2d8
962026-03-16T23:15:58.816ZSwitched to branch 'bump-console-ac30d2d8'
972026-03-16T23:15:58.819Z+ git reset --hard 2b2b8d0206e6014fcc5fc9163e80f3bd51135416
982026-03-16T23:15:58.836ZHEAD is now at 2b2b8d020 Bump web console (light mode polish)
992026-03-16T23:15:58.838Zprocess exited: duration 11375 ms, exit code 0
 
1002026-03-16T23:15:58.844Zstarting task 4: "build"
1012026-03-16T23:15:58.849Z+ source ./env.sh
1022026-03-16T23:15:58.852Z++ OLD_SHELL_OPTS=ehxB
1032026-03-16T23:15:58.852Z++ set -o xtrace
1042026-03-16T23:15:58.852Z++++ dirname ./env.sh
1052026-03-16T23:15:58.855Z+++ readlink -f .
1062026-03-16T23:15:58.855Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-16T23:15:58.855Z++ 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-16T23:15:58.855Z++ 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-16T23:15:58.855Z++ 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-16T23:15:58.855Z++ 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-16T23:15:58.855Z++ 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-16T23:15:58.856Z++ 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-16T23:15:58.856Z++ 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-16T23:15:58.856Z++ 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-16T23:15:58.856Z++ case $OLD_SHELL_OPTS in
1162026-03-16T23:15:58.856Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-16T23:15:58.856Z+ source .github/buildomat/ci-env.sh
1182026-03-16T23:15:58.856Z++ export CARGO_TERM_COLOR=always
1192026-03-16T23:15:58.856Z++ CARGO_TERM_COLOR=always
1202026-03-16T23:15:58.856Z+ cargo --version
1212026-03-16T23:15:58.867Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-16T23:15:58.870Z+ rustc --version
1232026-03-16T23:15:58.895Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-16T23:15:58.898Z+ banner prerequisites
1252026-03-16T23:15:58.901Z
1262026-03-16T23:15:58.901Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-16T23:15:58.901Z # # # # # # # # # # # # # # #
1282026-03-16T23:15:58.901Z # # # # ##### # # ##### # # # # # #### #
1292026-03-16T23:15:58.901Z ##### ##### # ##### # # # # # # # # #
1302026-03-16T23:15:58.901Z # # # # # # # # # # # # # # #
1312026-03-16T23:15:58.901Z # # # ###### # # ###### ### # #### # #### #
1322026-03-16T23:15:58.901Z
1332026-03-16T23:15:58.901Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-16T23:16:08.790Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-16T23:16:18.411Z Startup: Caching catalogs ... Done
1362026-03-16T23:16:40.680ZPlanning: Solver setup ... Done (20.671s)
1372026-03-16T23:16:40.831ZPlanning: Running solver ... Done (0.152s)
1382026-03-16T23:16:41.015ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-16T23:16:41.041ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-16T23:16:41.177ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-16T23:16:41.220ZPlanning: Package planning ... Done (0.043s)
1422026-03-16T23:16:41.263ZPlanning: Merging actions ... Done (0.042s)
1432026-03-16T23:16:41.506ZPlanning: Checking for conflicting actions ... Done (0.243s)
1442026-03-16T23:16:41.516ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-16T23:16:42.326ZPlanning: Evaluating mediators ... Done (0.809s)
1462026-03-16T23:16:42.334ZPlanning: Planning completed in 23.78 seconds
1472026-03-16T23:16:42.348Z Packages to install: 4
1482026-03-16T23:16:42.351Z Mediators to change: 2
1492026-03-16T23:16:42.351Z Services to change: 1
1502026-03-16T23:16:42.351Z Estimated space available: 155.43 GB
1512026-03-16T23:16:42.351ZEstimated space to be consumed: 1.83 GB
1522026-03-16T23:16:42.351Z Create boot environment: No
1532026-03-16T23:16:42.351ZCreate backup boot environment: No
1542026-03-16T23:16:42.351Z Rebuild boot archive: No
1552026-03-16T23:16:42.351Z
1562026-03-16T23:16:42.351ZChanged mediators:
1572026-03-16T23:16:42.351Z mediator clang:
1582026-03-16T23:16:42.351Z version: None -> 15 (system default)
1592026-03-16T23:16:42.351Z
1602026-03-16T23:16:42.351Z mediator llvm:
1612026-03-16T23:16:42.351Z version: 14 (system default) -> 15 (system default)
1622026-03-16T23:16:42.351Z
1632026-03-16T23:16:42.351ZChanged packages:
1642026-03-16T23:16:42.351Zhelios-dev
1652026-03-16T23:16:42.351Z developer/build-essential
1662026-03-16T23:16:42.351Z None -> 11-2.0
1672026-03-16T23:16:42.351Z library/libxmlsec1
1682026-03-16T23:16:42.351Z None -> 1.2.35-2.0
1692026-03-16T23:16:42.351Z ooce/developer/clang-15
1702026-03-16T23:16:42.351Z None -> 15.0.7-2.0
1712026-03-16T23:16:42.351Z ooce/developer/llvm-15
1722026-03-16T23:16:42.351Z None -> 15.0.7-2.0
1732026-03-16T23:16:42.351Z
1742026-03-16T23:16:42.351ZServices:
1752026-03-16T23:16:42.351Z restart_fmri:
1762026-03-16T23:16:42.351Z svc:/system/update-man-index:default
1772026-03-16T23:16:42.396Z
1782026-03-16T23:16:42.397ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-16T23:16:47.399ZDownload: 2036/3290 items 117.7/212.6MB 55% complete (23.8M/s)
1802026-03-16T23:16:52.400ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (20.4M/s)
1812026-03-16T23:16:53.630ZDownload: Completed 212.60 MB in 11.23 seconds (18.9M/s)
1822026-03-16T23:16:53.898Z Actions: 1/3689 actions (Installing new actions)
1832026-03-16T23:16:58.022Z Actions: Completed 3689 actions in 4.12 seconds.
1842026-03-16T23:16:58.396Z Done (0.368s)
1852026-03-16T23:16:58.396Z Done (0.000s)
1862026-03-16T23:16:59.396Z Done (1.000s)
1872026-03-16T23:17:03.425Z Done (3.685s)
1882026-03-16T23:17:03.511Z Done (0.018s)
1892026-03-16T23:17:03.515Z Done (0.000s)
1902026-03-16T23:17:03.651Z Done (0.000s)
1912026-03-16T23:17:04.632ZPlanning: Evaluating mediator changes ... Done
1922026-03-16T23:17:04.775ZPlanning: Checking for conflicting actions ... Done
1932026-03-16T23:17:04.778ZPlanning: Consolidating action changes ... Done
1942026-03-16T23:17:04.998ZPlanning: Evaluating mediators ... Done
1952026-03-16T23:17:05.001ZPlanning: Planning completed in 0.37 seconds
1962026-03-16T23:17:05.027Z Mediators to change: 2
1972026-03-16T23:17:05.027Z Create boot environment: No
1982026-03-16T23:17:05.031ZCreate backup boot environment: No
1992026-03-16T23:17:05.113Z Done
2002026-03-16T23:17:05.113Z Done
2012026-03-16T23:17:05.862Z Done
2022026-03-16T23:17:09.178Z Done
2032026-03-16T23:17:09.263Z Done
2042026-03-16T23:17:09.266Z Done
2052026-03-16T23:17:09.412Z Done
2062026-03-16T23:17:09.950ZPlanning: Evaluating mediator changes ... Done
2072026-03-16T23:17:09.953ZPlanning: Merging actions ... Done
2082026-03-16T23:17:10.118ZPlanning: Checking for conflicting actions ... Done
2092026-03-16T23:17:10.121ZPlanning: Consolidating action changes ... Done
2102026-03-16T23:17:10.338ZPlanning: Evaluating mediators ... Done
2112026-03-16T23:17:10.381ZPlanning: Planning completed in 0.63 seconds
2122026-03-16T23:17:10.412Z Packages to change: 1
2132026-03-16T23:17:10.412Z Mediators to change: 1
2142026-03-16T23:17:10.415Z Services to change: 1
2152026-03-16T23:17:10.415Z Create boot environment: No
2162026-03-16T23:17:10.415ZCreate backup boot environment: Yes
2172026-03-16T23:17:13.052Z Actions: 1/6 actions (Updating modified actions)
2182026-03-16T23:17:13.056Z Actions: Completed 6 actions in 0.00 seconds.
2192026-03-16T23:17:13.056Z Done
2202026-03-16T23:17:13.056Z Done
2212026-03-16T23:17:13.244Z Done
2222026-03-16T23:17:16.540Z Done
2232026-03-16T23:17:16.629Z Done
2242026-03-16T23:17:16.632Z Done
2252026-03-16T23:17:16.792Z Done
2262026-03-16T23:17:17.172ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-03-16T23:17:17.172Zclang system 15 system
2282026-03-16T23:17:17.172Zcsh system system illumos
2292026-03-16T23:17:17.172Zctags system system illumos
2302026-03-16T23:17:17.172Zfile system system illumos
2312026-03-16T23:17:17.172Zgcc vendor 12 vendor
2322026-03-16T23:17:17.172Zgcc system 10 system
2332026-03-16T23:17:17.172Zgcc system 7 system
2342026-03-16T23:17:17.172Zgo system 1.20 system
2352026-03-16T23:17:17.172Zgo system 1.19 system
2362026-03-16T23:17:17.172Zllvm system 15 system
2372026-03-16T23:17:17.172Zllvm system 14 system
2382026-03-16T23:17:17.172Zmariadb system 10.6 system
2392026-03-16T23:17:17.172Zmta vendor vendor dma
2402026-03-16T23:17:17.172Zopenjdk system 17 system
2412026-03-16T23:17:17.172Zopenjdk system 11 system
2422026-03-16T23:17:17.172Zopenjdk system 1.8 system
2432026-03-16T23:17:17.172Zopenssl vendor 3 vendor
2442026-03-16T23:17:17.172Zperl system 5.36 system
2452026-03-16T23:17:17.172Zpostgresql system 15 system
2462026-03-16T23:17:17.172Zpostgresql system 13 system
2472026-03-16T23:17:17.172Zpython vendor 3 vendor
2482026-03-16T23:17:17.172Zpython system 2 system
2492026-03-16T23:17:17.172Zpython3 system 3.11 system
2502026-03-16T23:17:17.172Zruby system 3.0 system
2512026-03-16T23:17:17.176Zwords vendor vendor american-english
2522026-03-16T23:17:17.176Zwords system system australian-english
2532026-03-16T23:17:17.176Zwords system system british-english
2542026-03-16T23:17:17.176Zwords system system canadian-english
2552026-03-16T23:17:17.176Zwords system system french
2562026-03-16T23:17:17.176Zwords system system italian
2572026-03-16T23:17:17.176Zwords system system ngerman
2582026-03-16T23:17:17.176Zwords system system ogerman
2592026-03-16T23:17:17.176Zwords system system spanish
2602026-03-16T23:17:17.473ZPUBLISHER TYPE STATUS P LOCATION
2612026-03-16T23:17:17.473Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622026-03-16T23:17:23.389ZFMRI IFO
2632026-03-16T23:17:23.389Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642026-03-16T23:17:23.389Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652026-03-16T23:17:23.389Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662026-03-16T23:17:23.389Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672026-03-16T23:17:23.389Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682026-03-16T23:17:23.389Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2692026-03-16T23:17:23.389Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702026-03-16T23:17:23.389Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-03-16T23:17:23.389Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-03-16T23:17:23.389Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-03-16T23:17:23.389Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-03-16T23:17:23.389Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-03-16T23:17:23.389Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-03-16T23:17:23.389Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-03-16T23:17:23.389Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-03-16T23:17:23.389Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-03-16T23:17:24.615Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-03-16T23:17:24.872Z Updating crates.io index
2812026-03-16T23:17:24.876Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-03-16T23:17:25.162Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-03-16T23:17:27.224Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-03-16T23:17:27.224Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-16T23:17:27.224Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-16T23:17:28.811Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-16T23:17:28.834Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-16T23:17:30.857Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-16T23:17:31.404Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-16T23:17:32.396Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-16T23:17:32.638Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-16T23:17:33.528Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-16T23:17:34.057Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-16T23:17:34.462Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-16T23:17:34.781Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-16T23:17:35.819Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-16T23:17:38.285Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-16T23:17:38.436Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-16T23:17:38.436Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-16T23:17:38.436Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-16T23:17:38.436Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-16T23:17:38.436Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-16T23:17:39.696Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-16T23:17:39.728Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-16T23:17:39.729Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-16T23:17:40.330Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-16T23:17:40.344Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-16T23:17:40.701Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-16T23:17:41.459Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-03-16T23:17:43.585Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-03-16T23:17:43.792Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-03-16T23:17:43.792Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-16T23:17:43.792Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-03-16T23:17:44.005Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-03-16T23:17:44.318Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-03-16T23:17:44.509Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-03-16T23:17:44.773Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-03-16T23:17:45.178Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-03-16T23:17:58.934Z Downloading crates ...
3202026-03-16T23:17:59.070Z Downloaded icu_provider v2.1.1
3212026-03-16T23:17:59.689Z Downloaded pest_generator v2.8.6
3222026-03-16T23:17:59.689Z Downloaded dtrace-parser v0.2.0
3232026-03-16T23:17:59.689Z Downloaded terminal_size v0.4.3
3242026-03-16T23:17:59.689Z Downloaded usdt-attr-macro v0.5.0
3252026-03-16T23:17:59.690Z Downloaded bytecount v0.6.9
3262026-03-16T23:17:59.690Z Downloaded proc-macro-error v1.0.4
3272026-03-16T23:17:59.690Z Downloaded camino-tempfile v1.4.1
3282026-03-16T23:17:59.690Z Downloaded clap v4.5.60
3292026-03-16T23:17:59.690Z Downloaded toml_datetime v0.6.11
3302026-03-16T23:17:59.690Z Downloaded utf8parse v0.2.2
3312026-03-16T23:17:59.690Z Downloaded zerofrom-derive v0.1.6
3322026-03-16T23:17:59.690Z Downloaded cfg-if v1.0.4
3332026-03-16T23:17:59.690Z Downloaded byteorder v1.5.0
3342026-03-16T23:17:59.690Z Downloaded cargo-platform v0.2.0
3352026-03-16T23:17:59.690Z Downloaded anstream v0.6.21
3362026-03-16T23:17:59.690Z Downloaded unicode-xid v0.2.6
3372026-03-16T23:17:59.690Z Downloaded cargo_toml v0.21.0
3382026-03-16T23:17:59.690Z Downloaded yoke-derive v0.8.1
3392026-03-16T23:17:59.690Z Downloaded version_check v0.9.5
3402026-03-16T23:17:59.690Z Downloaded thread-id v4.2.2
3412026-03-16T23:17:59.690Z Downloaded crypto-common v0.1.7
3422026-03-16T23:17:59.690Z Downloaded anstyle v1.0.13
3432026-03-16T23:17:59.690Z Downloaded toml_write v0.1.2
3442026-03-16T23:17:59.691Z Downloaded cargo-util-schemas v0.8.2
3452026-03-16T23:17:59.691Z Downloaded cargo_metadata v0.21.0
3462026-03-16T23:17:59.691Z Downloaded icu_normalizer_data v2.1.1
3472026-03-16T23:17:59.691Z Downloaded sha2 v0.10.9
3482026-03-16T23:17:59.691Z Downloaded usdt v0.5.0
3492026-03-16T23:17:59.691Z Downloaded anstyle-parse v0.2.7
3502026-03-16T23:17:59.691Z Downloaded typeid v1.0.3
3512026-03-16T23:17:59.691Z Downloaded pest_derive v2.8.6
3522026-03-16T23:17:59.691Z Downloaded heck v0.4.1
3532026-03-16T23:17:59.691Z Downloaded fs-err v3.3.0
3542026-03-16T23:17:59.691Z Downloaded zerofrom v0.1.6
3552026-03-16T23:17:59.691Z Downloaded utf8_iter v1.0.4
3562026-03-16T23:17:59.691Z Downloaded serde_derive v1.0.228
3572026-03-16T23:17:59.691Z Downloaded plain v0.2.3
3582026-03-16T23:17:59.691Z Downloaded serde_core v1.0.228
3592026-03-16T23:17:59.691Z Downloaded digest v0.10.7
3602026-03-16T23:17:59.691Z Downloaded usdt-macro v0.5.0
3612026-03-16T23:17:59.692Z Downloaded potential_utf v0.1.4
3622026-03-16T23:17:59.692Z Downloaded erased-serde v0.4.9
3632026-03-16T23:17:59.692Z Downloaded zerovec-derive v0.11.2
3642026-03-16T23:17:59.692Z Downloaded thiserror-impl v2.0.18
3652026-03-16T23:17:59.692Z Downloaded clap_derive v4.5.55
3662026-03-16T23:17:59.692Z Downloaded writeable v0.6.2
3672026-03-16T23:17:59.692Z Downloaded usdt-impl v0.5.0
3682026-03-16T23:17:59.692Z Downloaded scroll_derive v0.12.1
3692026-03-16T23:17:59.692Z Downloaded unicode-linebreak v0.1.5
3702026-03-16T23:17:59.692Z Downloaded errno v0.3.14
3712026-03-16T23:17:59.692Z Downloaded proc-macro-error-attr v1.0.4
3722026-03-16T23:17:59.692Z Downloaded getrandom v0.4.1
3732026-03-16T23:17:59.692Z Downloaded zmij v1.0.21
3742026-03-16T23:17:59.692Z Downloaded serde_spanned v0.6.9
3752026-03-16T23:17:59.692Z Downloaded pretty-hex v0.4.1
3762026-03-16T23:17:59.692Z Downloaded once_cell v1.21.3
3772026-03-16T23:17:59.693Z Downloaded toml_edit v0.22.27
3782026-03-16T23:17:59.693Z Downloaded thiserror v2.0.18
3792026-03-16T23:17:59.693Z Downloaded zerocopy-derive v0.7.35
3802026-03-16T23:17:59.693Z Downloaded ucd-trie v0.1.7
3812026-03-16T23:17:59.693Z Downloaded heck v0.5.0
3822026-03-16T23:17:59.693Z Downloaded textwrap v0.16.2
3832026-03-16T23:17:59.693Z Downloaded yoke v0.8.1
3842026-03-16T23:17:59.693Z Downloaded fnv v1.0.7
3852026-03-16T23:17:59.720Z Downloaded colorchoice v1.0.4
3862026-03-16T23:17:59.721Z Downloaded toml v0.8.23
3872026-03-16T23:17:59.721Z Downloaded smawk v0.3.2
3882026-03-16T23:17:59.721Z Downloaded memmap v0.7.0
3892026-03-16T23:17:59.721Z Downloaded generic-array v0.14.7
3902026-03-16T23:17:59.721Z Downloaded block-buffer v0.10.4
3912026-03-16T23:17:59.721Z Downloaded ordered-float v2.10.1
3922026-03-16T23:17:59.721Z Downloaded is_terminal_polyfill v1.70.2
3932026-03-16T23:17:59.721Z Downloaded zerotrie v0.2.3
3942026-03-16T23:17:59.722Z Downloaded typenum v1.19.0
3952026-03-16T23:17:59.722Z Downloaded unicode-ident v1.0.24
3962026-03-16T23:17:59.722Z Downloaded url v2.5.8
3972026-03-16T23:17:59.722Z Downloaded serde_tokenstream v0.2.3
3982026-03-16T23:17:59.722Z Downloaded serde-untagged v0.1.9
3992026-03-16T23:17:59.722Z Downloaded strsim v0.11.1
4002026-03-16T23:17:59.722Z Downloaded idna_adapter v1.2.1
4012026-03-16T23:17:59.722Z Downloaded tabled_derive v0.7.0
4022026-03-16T23:17:59.722Z Downloaded macaddr v1.0.1
4032026-03-16T23:17:59.723Z Downloaded fastrand v2.3.0
4042026-03-16T23:17:59.723Z Downloaded equivalent v1.0.2
4052026-03-16T23:17:59.723Z Downloaded cpufeatures v0.2.17
4062026-03-16T23:17:59.723Z Downloaded percent-encoding v2.3.2
4072026-03-16T23:17:59.723Z Downloaded clap_lex v1.0.0
4082026-03-16T23:17:59.723Z Downloaded serde-value v0.7.0
4092026-03-16T23:17:59.723Z Downloaded dof v0.3.0
4102026-03-16T23:17:59.723Z Downloaded thiserror-impl v1.0.69
4112026-03-16T23:17:59.723Z Downloaded thiserror v1.0.69
4122026-03-16T23:17:59.723Z Downloaded swrite v0.1.0
4132026-03-16T23:17:59.723Z Downloaded itoa v1.0.17
4142026-03-16T23:17:59.723Z Downloaded form_urlencoded v1.2.2
4152026-03-16T23:17:59.723Z Downloaded anstyle-query v1.1.5
4162026-03-16T23:17:59.724Z Downloaded tinystr v0.8.2
4172026-03-16T23:17:59.724Z Downloaded camino v1.2.2
4182026-03-16T23:17:59.724Z Downloaded zerovec v0.11.5
4192026-03-16T23:17:59.724Z Downloaded displaydoc v0.2.5
4202026-03-16T23:17:59.724Z Downloaded zerocopy v0.7.35
4212026-03-16T23:17:59.724Z Downloaded winnow v0.7.14
4222026-03-16T23:17:59.724Z Downloaded stable_deref_trait v1.2.1
4232026-03-16T23:17:59.724Z Downloaded semver v1.0.27
4242026-03-16T23:17:59.724Z Downloaded synstructure v0.13.2
4252026-03-16T23:17:59.724Z Downloaded quote v1.0.44
4262026-03-16T23:17:59.724Z Downloaded unicode-width v0.2.0
4272026-03-16T23:17:59.725Z Downloaded scroll v0.12.0
4282026-03-16T23:17:59.725Z Downloaded litemap v0.8.1
4292026-03-16T23:17:59.725Z Downloaded smallvec v1.15.1
4302026-03-16T23:17:59.725Z Downloaded anyhow v1.0.102
4312026-03-16T23:17:59.725Z Downloaded unicode-width v0.1.14
4322026-03-16T23:17:59.725Z Downloaded tempfile v3.25.0
4332026-03-16T23:17:59.725Z Downloaded bitflags v2.11.0
4342026-03-16T23:17:59.725Z Downloaded icu_locale_core v2.1.1
4352026-03-16T23:17:59.726Z Downloaded autocfg v1.5.0
4362026-03-16T23:17:59.726Z Downloaded proc-macro2 v1.0.106
4372026-03-16T23:17:59.726Z Downloaded log v0.4.29
4382026-03-16T23:17:59.726Z Downloaded pest_meta v2.8.6
4392026-03-16T23:17:59.726Z Downloaded num-traits v0.2.19
4402026-03-16T23:17:59.726Z Downloaded papergrid v0.11.0
4412026-03-16T23:17:59.726Z Downloaded icu_properties v2.1.2
4422026-03-16T23:17:59.726Z Downloaded serde v1.0.228
4432026-03-16T23:17:59.726Z Downloaded memchr v2.8.0
4442026-03-16T23:17:59.726Z Downloaded icu_collections v2.1.1
4452026-03-16T23:17:59.727Z Downloaded icu_normalizer v2.1.1
4462026-03-16T23:17:59.727Z Downloaded hashbrown v0.16.1
4472026-03-16T23:17:59.727Z Downloaded icu_properties_data v2.1.2
4482026-03-16T23:17:59.727Z Downloaded indexmap v2.13.0
4492026-03-16T23:17:59.727Z Downloaded pest v2.8.6
4502026-03-16T23:17:59.727Z Downloaded idna v1.1.0
4512026-03-16T23:17:59.727Z Downloaded serde_json v1.0.149
4522026-03-16T23:17:59.727Z Downloaded clap_builder v4.5.60
4532026-03-16T23:17:59.727Z Downloaded goblin v0.8.2
4542026-03-16T23:17:59.727Z Downloaded tabled v0.15.0
4552026-03-16T23:17:59.727Z Downloaded syn v1.0.109
4562026-03-16T23:17:59.727Z Downloaded syn v2.0.117
4572026-03-16T23:17:59.727Z Downloaded rustix v1.1.3
4582026-03-16T23:17:59.727Z Downloaded libc v0.2.180
4592026-03-16T23:17:59.727Z Compiling proc-macro2 v1.0.106
4602026-03-16T23:17:59.727Z Compiling unicode-ident v1.0.24
4612026-03-16T23:17:59.728Z Compiling quote v1.0.44
4622026-03-16T23:17:59.728Z Compiling serde_core v1.0.228
4632026-03-16T23:17:59.728Z Compiling libc v0.2.180
4642026-03-16T23:17:59.728Z Compiling version_check v0.9.5
4652026-03-16T23:17:59.728Z Compiling memchr v2.8.0
4662026-03-16T23:17:59.728Z Compiling stable_deref_trait v1.2.1
4672026-03-16T23:17:59.970Z Compiling serde v1.0.228
4682026-03-16T23:17:59.987Z Compiling zmij v1.0.21
4692026-03-16T23:18:00.410Z Compiling ucd-trie v0.1.7
4702026-03-16T23:18:00.428Z Compiling itoa v1.0.17
4712026-03-16T23:18:00.468Z Compiling autocfg v1.5.0
4722026-03-16T23:18:00.480Z Compiling thiserror v1.0.69
4732026-03-16T23:18:00.561Z Compiling pest v2.8.6
4742026-03-16T23:18:00.602Z Compiling litemap v0.8.1
4752026-03-16T23:18:00.836Z Compiling writeable v0.6.2
4762026-03-16T23:18:00.867Z Compiling icu_properties_data v2.1.2
4772026-03-16T23:18:00.932Z Compiling byteorder v1.5.0
4782026-03-16T23:18:01.372Z Compiling rustix v1.1.3
4792026-03-16T23:18:01.398Z Compiling icu_normalizer_data v2.1.1
4802026-03-16T23:18:01.631Z Compiling syn v2.0.117
4812026-03-16T23:18:01.642Z Compiling errno v0.3.14
4822026-03-16T23:18:01.642Z Compiling bitflags v2.11.0
4832026-03-16T23:18:01.642Z Compiling serde_json v1.0.149
4842026-03-16T23:18:02.055Z Compiling num-traits v0.2.19
4852026-03-16T23:18:02.062Z Compiling hashbrown v0.16.1
4862026-03-16T23:18:02.386Z Compiling pest_meta v2.8.6
4872026-03-16T23:18:02.408Z Compiling typeid v1.0.3
4882026-03-16T23:18:02.408Z Compiling smallvec v1.15.1
4892026-03-16T23:18:02.713Z Compiling equivalent v1.0.2
4902026-03-16T23:18:02.741Z Compiling indexmap v2.13.0
4912026-03-16T23:18:02.915Z Compiling thread-id v4.2.2
4922026-03-16T23:18:02.927Z Compiling usdt-impl v0.5.0
4932026-03-16T23:18:02.942Z Compiling proc-macro-error-attr v1.0.4
4942026-03-16T23:18:02.976Z Compiling syn v1.0.109
4952026-03-16T23:18:03.196Z Compiling winnow v0.7.14
4962026-03-16T23:18:03.208Z Compiling toml_write v0.1.2
4972026-03-16T23:18:03.508Z Compiling erased-serde v0.4.9
4982026-03-16T23:18:03.836Z Compiling proc-macro-error v1.0.4
4992026-03-16T23:18:03.862Z Compiling thiserror v2.0.18
5002026-03-16T23:18:04.076Z Compiling percent-encoding v2.3.2
5012026-03-16T23:18:04.299Z Compiling getrandom v0.4.1
5022026-03-16T23:18:04.326Z Compiling camino v1.2.2
5032026-03-16T23:18:04.553Z Compiling utf8parse v0.2.2
5042026-03-16T23:18:04.594Z Compiling plain v0.2.3
5052026-03-16T23:18:04.704Z Compiling utf8_iter v1.0.4
5062026-03-16T23:18:04.725Z Compiling log v0.4.29
5072026-03-16T23:18:04.806Z Compiling anstyle-parse v0.2.7
5082026-03-16T23:18:04.830Z Compiling ordered-float v2.10.1
5092026-03-16T23:18:04.890Z Compiling form_urlencoded v1.2.2
5102026-03-16T23:18:05.116Z Compiling terminal_size v0.4.3
5112026-03-16T23:18:05.184Z Compiling anstyle v1.0.13
5122026-03-16T23:18:05.214Z Compiling cfg-if v1.0.4
5132026-03-16T23:18:05.285Z Compiling synstructure v0.13.2
5142026-03-16T23:18:05.311Z Compiling pest_generator v2.8.6
5152026-03-16T23:18:05.398Z Compiling anstyle-query v1.1.5
5162026-03-16T23:18:05.475Z Compiling is_terminal_polyfill v1.70.2
5172026-03-16T23:18:05.539Z Compiling pretty-hex v0.4.1
5182026-03-16T23:18:05.564Z Compiling colorchoice v1.0.4
5192026-03-16T23:18:05.595Z Compiling serde-untagged v0.1.9
5202026-03-16T23:18:05.692Z Compiling anstream v0.6.21
5212026-03-16T23:18:05.917Z Compiling semver v1.0.27
5222026-03-16T23:18:06.095Z Compiling fs-err v3.3.0
5232026-03-16T23:18:06.122Z Compiling unicode-xid v0.2.6
5242026-03-16T23:18:06.246Z Compiling fnv v1.0.7
5252026-03-16T23:18:06.275Z Compiling strsim v0.11.1
5262026-03-16T23:18:06.333Z Compiling fastrand v2.3.0
5272026-03-16T23:18:06.354Z Compiling anyhow v1.0.102
5282026-03-16T23:18:06.380Z Compiling bytecount v0.6.9
5292026-03-16T23:18:06.386Z Compiling clap_lex v1.0.0
5302026-03-16T23:18:06.550Z Compiling unicode-width v0.1.14
5312026-03-16T23:18:06.758Z Compiling heck v0.4.1
5322026-03-16T23:18:06.781Z Compiling once_cell v1.21.3
5332026-03-16T23:18:06.810Z Compiling heck v0.5.0
5342026-03-16T23:18:06.962Z Compiling papergrid v0.11.0
5352026-03-16T23:18:07.062Z Compiling tempfile v3.25.0
5362026-03-16T23:18:07.111Z Compiling clap_builder v4.5.60
5372026-03-16T23:18:07.267Z Compiling memmap v0.7.0
5382026-03-16T23:18:07.367Z Compiling smawk v0.3.2
5392026-03-16T23:18:07.507Z Compiling unicode-width v0.2.0
5402026-03-16T23:18:07.547Z Compiling unicode-linebreak v0.1.5
5412026-03-16T23:18:07.829Z Compiling serde_derive v1.0.228
5422026-03-16T23:18:07.868Z Compiling zerofrom-derive v0.1.6
5432026-03-16T23:18:07.872Z Compiling yoke-derive v0.8.1
5442026-03-16T23:18:08.043Z Compiling zerovec-derive v0.11.2
5452026-03-16T23:18:08.108Z Compiling displaydoc v0.2.5
5462026-03-16T23:18:08.947Z Compiling thiserror-impl v1.0.69
5472026-03-16T23:18:09.072Z Compiling zerocopy-derive v0.7.35
5482026-03-16T23:18:09.445Z Compiling pest_derive v2.8.6
5492026-03-16T23:18:09.526Z Compiling scroll_derive v0.12.1
5502026-03-16T23:18:09.793Z Compiling zerofrom v0.1.6
5512026-03-16T23:18:09.960Z Compiling yoke v0.8.1
5522026-03-16T23:18:09.983Z Compiling thiserror-impl v2.0.18
5532026-03-16T23:18:10.209Z Compiling zerovec v0.11.5
5542026-03-16T23:18:10.216Z Compiling zerotrie v0.2.3
5552026-03-16T23:18:10.379Z Compiling zerocopy v0.7.35
5562026-03-16T23:18:10.636Z Compiling scroll v0.12.0
5572026-03-16T23:18:10.793Z Compiling dtrace-parser v0.2.0
5582026-03-16T23:18:10.911Z Compiling tinystr v0.8.2
5592026-03-16T23:18:10.987Z Compiling potential_utf v0.1.4
5602026-03-16T23:18:11.172Z Compiling icu_locale_core v2.1.1
5612026-03-16T23:18:11.197Z Compiling icu_collections v2.1.1
5622026-03-16T23:18:11.221Z Compiling goblin v0.8.2
5632026-03-16T23:18:11.384Z Compiling tabled_derive v0.7.0
5642026-03-16T23:18:11.760Z Compiling clap_derive v4.5.55
5652026-03-16T23:18:11.879Z Compiling textwrap v0.16.2
5662026-03-16T23:18:11.952Z Compiling camino-tempfile v1.4.1
5672026-03-16T23:18:12.257Z Compiling icu_provider v2.1.1
5682026-03-16T23:18:12.522Z Compiling swrite v0.1.0
5692026-03-16T23:18:12.634Z Compiling icu_properties v2.1.2
5702026-03-16T23:18:12.658Z Compiling icu_normalizer v2.1.1
5712026-03-16T23:18:12.682Z Compiling toml_datetime v0.6.11
5722026-03-16T23:18:12.682Z Compiling serde_spanned v0.6.9
5732026-03-16T23:18:12.728Z Compiling dof v0.3.0
5742026-03-16T23:18:12.904Z Compiling serde_tokenstream v0.2.3
5752026-03-16T23:18:12.913Z Compiling toml_edit v0.22.27
5762026-03-16T23:18:13.031Z Compiling serde-value v0.7.0
5772026-03-16T23:18:13.305Z Compiling cargo-platform v0.2.0
5782026-03-16T23:18:13.392Z Compiling tabled v0.15.0
5792026-03-16T23:18:13.519Z Compiling macaddr v1.0.1
5802026-03-16T23:18:13.658Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5812026-03-16T23:18:13.844Z Compiling idna_adapter v1.2.1
5822026-03-16T23:18:13.987Z Compiling idna v1.1.0
5832026-03-16T23:18:14.045Z Compiling usdt-attr-macro v0.5.0
5842026-03-16T23:18:14.069Z Compiling usdt-macro v0.5.0
5852026-03-16T23:18:14.129Z Compiling clap v4.5.60
5862026-03-16T23:18:14.391Z Compiling url v2.5.8
5872026-03-16T23:18:14.860Z Compiling toml v0.8.23
5882026-03-16T23:18:15.377Z Compiling cargo-util-schemas v0.8.2
5892026-03-16T23:18:15.404Z Compiling cargo_toml v0.21.0
5902026-03-16T23:18:15.701Z Compiling usdt v0.5.0
5912026-03-16T23:18:16.582Z Compiling cargo_metadata v0.21.0
5922026-03-16T23:18:17.923Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-03-16T23:18:20.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.34s
5942026-03-16T23:18:21.061Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-03-16T23:18:21.789Z Downloading crates ...
5962026-03-16T23:18:21.901Z Downloaded adler2 v2.0.1
5972026-03-16T23:18:21.905Z Downloaded ahash v0.8.12
5982026-03-16T23:18:21.908Z Downloaded blowfish v0.9.1
5992026-03-16T23:18:21.914Z Downloaded bitfield-macros v0.19.4
6002026-03-16T23:18:21.916Z Downloaded bitfield-struct v0.6.2
6012026-03-16T23:18:21.919Z Downloaded critical-section v1.2.0
6022026-03-16T23:18:21.927Z Downloaded cobs v0.3.0
6032026-03-16T23:18:21.935Z Downloaded cookie v0.18.1
6042026-03-16T23:18:21.938Z Downloaded ciborium v0.2.2
6052026-03-16T23:18:21.941Z Downloaded debug-ignore v1.0.5
6062026-03-16T23:18:21.944Z Downloaded arrayref v0.3.9
6072026-03-16T23:18:21.944Z Downloaded cargo-platform v0.1.9
6082026-03-16T23:18:21.947Z Downloaded ecdsa v0.16.9
6092026-03-16T23:18:21.947Z Downloaded deranged v0.5.8
6102026-03-16T23:18:21.950Z Downloaded defmt v0.3.100
6112026-03-16T23:18:21.950Z Downloaded darling_macro v0.23.0
6122026-03-16T23:18:21.950Z Downloaded darling_core v0.21.3
6132026-03-16T23:18:21.954Z Downloaded dsl_auto_type v0.2.0
6142026-03-16T23:18:21.957Z Downloaded defmt-macros v1.0.1
6152026-03-16T23:18:21.959Z Downloaded convert_case v0.4.0
6162026-03-16T23:18:21.959Z Downloaded bitflags v1.3.2
6172026-03-16T23:18:21.962Z Downloaded crunchy v0.2.4
6182026-03-16T23:18:21.962Z Downloaded compact_str v0.8.1
6192026-03-16T23:18:21.965Z Downloaded atomic-waker v1.1.2
6202026-03-16T23:18:21.968Z Downloaded convert_case v0.10.0
6212026-03-16T23:18:21.968Z Downloaded chacha20 v0.9.1
6222026-03-16T23:18:21.971Z Downloaded dtrace-parser v0.3.0
6232026-03-16T23:18:21.971Z Downloaded backoff v0.4.0
6242026-03-16T23:18:21.974Z Downloaded darling_macro v0.20.11
6252026-03-16T23:18:21.977Z Downloaded clang-sys v1.8.1
6262026-03-16T23:18:21.977Z Downloaded endian-type v0.1.2
6272026-03-16T23:18:21.980Z Downloaded fixedbitset v0.4.2
6282026-03-16T23:18:21.980Z Downloaded defmt-parser v1.0.0
6292026-03-16T23:18:21.983Z Downloaded dyn-clone v1.0.20
6302026-03-16T23:18:21.983Z Downloaded async-trait v0.1.89
6312026-03-16T23:18:21.986Z Downloaded env_filter v1.0.0
6322026-03-16T23:18:21.990Z Downloaded daft v0.1.5
6332026-03-16T23:18:21.990Z Downloaded crossbeam-deque v0.8.6
6342026-03-16T23:18:21.995Z Downloaded base16ct v0.2.0
6352026-03-16T23:18:21.995Z Downloaded async-stream-impl v0.3.6
6362026-03-16T23:18:21.995Z Downloaded atomicwrites v0.4.4
6372026-03-16T23:18:21.995Z Downloaded darling_core v0.20.11
6382026-03-16T23:18:21.999Z Downloaded downcast-rs v2.0.2
6392026-03-16T23:18:22.004Z Downloaded ascii-canvas v3.0.0
6402026-03-16T23:18:22.004Z Downloaded dirs-sys-next v0.1.2
6412026-03-16T23:18:22.004Z Downloaded dunce v1.0.5
6422026-03-16T23:18:22.004Z Downloaded array-init v0.0.4
6432026-03-16T23:18:22.008Z Downloaded cpufeatures v0.3.0
6442026-03-16T23:18:22.008Z Downloaded enum-as-inner v0.6.1
6452026-03-16T23:18:22.008Z Downloaded ciborium-io v0.2.2
6462026-03-16T23:18:22.009Z Downloaded cfg_aliases v0.1.1
6472026-03-16T23:18:22.012Z Downloaded async-stream v0.3.6
6482026-03-16T23:18:22.012Z Downloaded ed25519 v2.2.3
6492026-03-16T23:18:22.015Z Downloaded const_format_proc_macros v0.2.34
6502026-03-16T23:18:22.015Z Downloaded buf-list v1.1.2
6512026-03-16T23:18:22.019Z Downloaded embedded-io v0.6.1
6522026-03-16T23:18:22.022Z Downloaded curve25519-dalek-derive v0.1.1
6532026-03-16T23:18:22.022Z Downloaded float-cmp v0.10.0
6542026-03-16T23:18:22.022Z Downloaded dropshot-api-manager-types v0.6.0
6552026-03-16T23:18:22.022Z Downloaded foreign-types-macros v0.2.3
6562026-03-16T23:18:22.025Z Downloaded derive_builder_macro v0.20.2
6572026-03-16T23:18:22.025Z Downloaded fd-lock v4.0.4
6582026-03-16T23:18:22.028Z Downloaded foreign-types-shared v0.3.1
6592026-03-16T23:18:22.028Z Downloaded darling v0.23.0
6602026-03-16T23:18:22.031Z Downloaded crc-catalog v2.4.0
6612026-03-16T23:18:22.034Z Downloaded bcrypt-pbkdf v0.10.0
6622026-03-16T23:18:22.034Z Downloaded cfg_aliases v0.2.1
6632026-03-16T23:18:22.037Z Downloaded embedded-io v0.4.0
6642026-03-16T23:18:22.037Z Downloaded atty v0.2.14
6652026-03-16T23:18:22.040Z Downloaded bb8 v0.8.6
6662026-03-16T23:18:22.040Z Downloaded derive_more v2.1.1
6672026-03-16T23:18:22.048Z Downloaded futures-core v0.3.32
6682026-03-16T23:18:22.051Z Downloaded fxhash v0.2.1
6692026-03-16T23:18:22.051Z Downloaded foreign-types v0.3.2
6702026-03-16T23:18:22.067Z Downloaded cstr-argument v0.1.2
6712026-03-16T23:18:22.067Z Downloaded gethostname v0.5.0
6722026-03-16T23:18:22.067Z Downloaded find-msvc-tools v0.1.9
6732026-03-16T23:18:22.067Z Downloaded funty v2.0.0
6742026-03-16T23:18:22.067Z Downloaded foreign-types v0.5.0
6752026-03-16T23:18:22.067Z Downloaded console v0.15.11
6762026-03-16T23:18:22.067Z Downloaded cexpr v0.6.0
6772026-03-16T23:18:22.067Z Downloaded float-ord v0.3.2
6782026-03-16T23:18:22.067Z Downloaded crc v3.4.0
6792026-03-16T23:18:22.067Z Downloaded camino-tempfile-ext v0.3.3
6802026-03-16T23:18:22.067Z Downloaded flagset v0.4.7
6812026-03-16T23:18:22.067Z Downloaded foreign-types-shared v0.1.1
6822026-03-16T23:18:22.071Z Downloaded dof v0.4.0
6832026-03-16T23:18:22.071Z Downloaded git-stub v1.0.0
6842026-03-16T23:18:22.071Z Downloaded allocator-api2 v0.2.21
6852026-03-16T23:18:22.074Z Downloaded ghash v0.5.1
6862026-03-16T23:18:22.074Z Downloaded futures-io v0.3.32
6872026-03-16T23:18:22.074Z Downloaded futures-task v0.3.32
6882026-03-16T23:18:22.077Z Downloaded globwalk v0.9.1
6892026-03-16T23:18:22.077Z Downloaded either v1.15.0
6902026-03-16T23:18:22.080Z Downloaded hash32 v0.2.1
6912026-03-16T23:18:22.080Z Downloaded defmt v1.0.1
6922026-03-16T23:18:22.083Z Downloaded hash32 v0.3.1
6932026-03-16T23:18:22.086Z Downloaded home v0.5.12
6942026-03-16T23:18:22.086Z Downloaded dirs-next v2.0.0
6952026-03-16T23:18:22.089Z Downloaded filetime v0.2.27
6962026-03-16T23:18:22.089Z Downloaded daft-derive v0.1.5
6972026-03-16T23:18:22.092Z Downloaded fallible-iterator v0.2.0
6982026-03-16T23:18:22.095Z Downloaded elliptic-curve v0.13.8
6992026-03-16T23:18:22.098Z Downloaded hex-literal v0.4.1
7002026-03-16T23:18:22.101Z Downloaded cassowary v0.3.0
7012026-03-16T23:18:22.101Z Downloaded bcs v0.1.6
7022026-03-16T23:18:22.101Z Downloaded hex v0.4.3
7032026-03-16T23:18:22.105Z Downloaded http-range v0.1.5
7042026-03-16T23:18:22.105Z Downloaded futures-macro v0.3.32
7052026-03-16T23:18:22.108Z Downloaded arrayvec v0.7.6
7062026-03-16T23:18:22.108Z Downloaded derive-ex v0.1.8
7072026-03-16T23:18:22.111Z Downloaded fs-err v2.11.0
7082026-03-16T23:18:22.111Z Downloaded diesel-dtrace v0.5.0
7092026-03-16T23:18:22.114Z Downloaded http-body v1.0.1
7102026-03-16T23:18:22.114Z Downloaded hubpack_derive v0.1.1
7112026-03-16T23:18:22.117Z Downloaded hubpack v0.1.2
7122026-03-16T23:18:22.117Z Downloaded httpdate v1.0.3
7132026-03-16T23:18:22.117Z Downloaded ff v0.13.1
7142026-03-16T23:18:22.120Z Downloaded erased-serde v0.3.31
7152026-03-16T23:18:22.120Z Downloaded indoc v1.0.9
7162026-03-16T23:18:22.123Z Downloaded crossbeam-epoch v0.9.18
7172026-03-16T23:18:22.125Z Downloaded foldhash v0.1.5
7182026-03-16T23:18:22.125Z Downloaded constant_time_eq v0.4.2
7192026-03-16T23:18:22.128Z Downloaded fixedbitset v0.5.7
7202026-03-16T23:18:22.132Z Downloaded drift v0.1.3
7212026-03-16T23:18:22.148Z Downloaded is-terminal v0.4.17
7222026-03-16T23:18:22.151Z Downloaded inout v0.1.4
7232026-03-16T23:18:22.151Z Downloaded group v0.13.0
7242026-03-16T23:18:22.154Z Downloaded keccak v0.1.6
7252026-03-16T23:18:22.154Z Downloaded futures-sink v0.3.32
7262026-03-16T23:18:22.154Z Downloaded instant v0.1.13
7272026-03-16T23:18:22.157Z Downloaded lazy_static v1.5.0
7282026-03-16T23:18:22.160Z Downloaded cargo_toml v0.22.3
7292026-03-16T23:18:22.160Z Downloaded is_ci v1.2.0
7302026-03-16T23:18:22.160Z Downloaded des v0.8.1
7312026-03-16T23:18:22.163Z Downloaded darling_core v0.23.0
7322026-03-16T23:18:22.166Z Downloaded highway v1.3.0
7332026-03-16T23:18:22.168Z Downloaded kstat-rs v0.2.4
7342026-03-16T23:18:22.168Z Downloaded lalrpop-util v0.19.12
7352026-03-16T23:18:22.171Z Downloaded bit-vec v0.8.0
7362026-03-16T23:18:22.171Z Downloaded fs_extra v1.3.0
7372026-03-16T23:18:22.174Z Downloaded http-body-util v0.1.3
7382026-03-16T23:18:22.177Z Downloaded derive_builder_core v0.20.2
7392026-03-16T23:18:22.177Z Downloaded darling v0.20.11
7402026-03-16T23:18:22.180Z Downloaded libscf-sys v1.1.0
7412026-03-16T23:18:22.183Z Downloaded colored v3.1.1
7422026-03-16T23:18:22.186Z Downloaded linked-hash-map v0.5.6
7432026-03-16T23:18:22.186Z Downloaded bzip2 v0.6.1
7442026-03-16T23:18:22.189Z Downloaded crc-any v2.5.0
7452026-03-16T23:18:22.189Z Downloaded humantime v2.3.0
7462026-03-16T23:18:22.192Z Downloaded chacha20 v0.10.0
7472026-03-16T23:18:22.192Z Downloaded darling v0.21.3
7482026-03-16T23:18:22.196Z Downloaded maplit v1.0.2
7492026-03-16T23:18:22.198Z Downloaded bumpalo v3.20.2
7502026-03-16T23:18:22.203Z Downloaded lzss v0.8.2
7512026-03-16T23:18:22.203Z Downloaded managed v0.8.0
7522026-03-16T23:18:22.206Z Downloaded lru-slab v0.1.2
7532026-03-16T23:18:22.206Z Downloaded md5 v0.7.0
7542026-03-16T23:18:22.206Z Downloaded mime v0.3.17
7552026-03-16T23:18:22.206Z Downloaded fatfs v0.3.6
7562026-03-16T23:18:22.209Z Downloaded half v1.8.3
7572026-03-16T23:18:22.212Z Downloaded memoffset v0.9.1
7582026-03-16T23:18:22.212Z Downloaded match_cfg v0.1.0
7592026-03-16T23:18:22.215Z Downloaded maybe-uninit v2.0.0
7602026-03-16T23:18:22.215Z Downloaded ingot v0.1.1
7612026-03-16T23:18:22.215Z Downloaded ipnet v2.11.0
7622026-03-16T23:18:22.218Z Downloaded internet-checksum v0.2.1
7632026-03-16T23:18:22.218Z Downloaded nibble_vec v0.1.0
7642026-03-16T23:18:22.220Z Downloaded new_debug_unreachable v1.0.6
7652026-03-16T23:18:22.221Z Downloaded multimap v0.10.1
7662026-03-16T23:18:22.221Z Downloaded newtype_derive v0.1.6
7672026-03-16T23:18:22.224Z Downloaded nodrop v0.1.14
7682026-03-16T23:18:22.224Z Downloaded num v0.4.3
7692026-03-16T23:18:22.227Z Downloaded num-derive v0.3.3
7702026-03-16T23:18:22.227Z Downloaded normalize-line-endings v0.3.0
7712026-03-16T23:18:22.227Z Downloaded nonempty v0.12.0
7722026-03-16T23:18:22.229Z Downloaded newline-converter v0.3.0
7732026-03-16T23:18:22.229Z Downloaded ingot-types v0.1.2
7742026-03-16T23:18:22.232Z Downloaded jobserver v0.1.34
7752026-03-16T23:18:22.232Z Downloaded hmac v0.12.1
7762026-03-16T23:18:22.235Z Downloaded indoc v2.0.7
7772026-03-16T23:18:22.238Z Downloaded libefi-sys v0.1.0
7782026-03-16T23:18:22.238Z Downloaded cookie_store v0.22.1
7792026-03-16T23:18:22.242Z Downloaded futures v0.3.32
7802026-03-16T23:18:22.245Z Downloaded num-iter v0.1.45
7812026-03-16T23:18:22.245Z Downloaded libsw-core v0.3.2
7822026-03-16T23:18:22.248Z Downloaded libsw v3.5.0
7832026-03-16T23:18:22.248Z Downloaded num_enum_derive v0.5.11
7842026-03-16T23:18:22.250Z Downloaded num-derive v0.4.2
7852026-03-16T23:18:22.251Z Downloaded linear-map v1.2.0
7862026-03-16T23:18:22.253Z Downloaded httparse v1.10.1
7872026-03-16T23:18:22.253Z Downloaded cancel-safe-futures v0.1.5
7882026-03-16T23:18:22.256Z Downloaded num_threads v0.1.7
7892026-03-16T23:18:22.259Z Downloaded openssl-probe v0.1.6
7902026-03-16T23:18:22.259Z Downloaded chacha20poly1305 v0.10.1
7912026-03-16T23:18:22.262Z Downloaded bytes v1.11.1
7922026-03-16T23:18:22.265Z Downloaded opaque-debug v0.3.1
7932026-03-16T23:18:22.265Z Downloaded hyper-rustls v0.27.7
7942026-03-16T23:18:22.268Z Downloaded ipnetwork v0.21.1
7952026-03-16T23:18:22.268Z Downloaded olpc-cjson v0.1.4
7962026-03-16T23:18:22.271Z Downloaded oso-derive v0.27.3
7972026-03-16T23:18:22.271Z Downloaded md-5 v0.10.6
7982026-03-16T23:18:22.274Z Downloaded openssl-macros v0.1.1
7992026-03-16T23:18:22.274Z Downloaded mime_guess v2.0.5
8002026-03-16T23:18:22.274Z Downloaded packed_struct_codegen v0.10.1
8012026-03-16T23:18:22.277Z Downloaded parse-display v0.10.0
8022026-03-16T23:18:22.277Z Downloaded openssl-probe v0.2.1
8032026-03-16T23:18:22.277Z Downloaded getrandom v0.3.4
8042026-03-16T23:18:22.280Z Downloaded getrandom v0.2.17
8052026-03-16T23:18:22.283Z Downloaded diff v0.1.13
8062026-03-16T23:18:22.285Z Downloaded ingot-macros v0.1.1
8072026-03-16T23:18:22.288Z Downloaded crossbeam-channel v0.5.15
8082026-03-16T23:18:22.291Z Downloaded newtype-uuid-macros v0.1.0
8092026-03-16T23:18:22.291Z Downloaded newtype-uuid v1.3.2
8102026-03-16T23:18:22.294Z Downloaded native-tls v0.2.18
8112026-03-16T23:18:22.294Z Downloaded nanorand v0.7.0
8122026-03-16T23:18:22.297Z Downloaded crypto-bigint v0.5.5
8132026-03-16T23:18:22.301Z Downloaded pbkdf2 v0.12.2
8142026-03-16T23:18:22.304Z Downloaded num-conv v0.2.0
8152026-03-16T23:18:22.304Z Downloaded hickory-client v0.25.2
8162026-03-16T23:18:22.307Z Downloaded nu-ansi-term v0.50.3
8172026-03-16T23:18:22.310Z Downloaded libloading v0.8.9
8182026-03-16T23:18:22.310Z Downloaded const_format v0.2.35
8192026-03-16T23:18:22.313Z Downloaded pbkdf2 v0.11.0
8202026-03-16T23:18:22.316Z Downloaded peg-runtime v0.8.5
8212026-03-16T23:18:22.318Z Downloaded phf_shared v0.13.1
8222026-03-16T23:18:22.318Z Downloaded num-rational v0.4.2
8232026-03-16T23:18:22.318Z Downloaded multer v3.1.0
8242026-03-16T23:18:22.321Z Downloaded pin-utils v0.1.0
8252026-03-16T23:18:22.321Z Downloaded phf_shared v0.11.3
8262026-03-16T23:18:22.324Z Downloaded iana-time-zone v0.1.65
8272026-03-16T23:18:22.327Z Downloaded num_enum v0.7.5
8282026-03-16T23:18:22.330Z Downloaded num_enum_derive v0.7.5
8292026-03-16T23:18:22.333Z Downloaded base64 v0.21.7
8302026-03-16T23:18:22.336Z Downloaded proc-macro-crate v1.3.1
8312026-03-16T23:18:22.336Z Downloaded predicates-tree v1.0.13
8322026-03-16T23:18:22.336Z Downloaded precomputed-hash v0.1.1
8332026-03-16T23:18:22.338Z Downloaded powerfmt v0.2.0
8342026-03-16T23:18:22.339Z Downloaded indexmap v1.9.3
8352026-03-16T23:18:22.341Z Downloaded oxide-tokio-rt v0.1.3
8362026-03-16T23:18:22.344Z Downloaded parse-size v1.1.0
8372026-03-16T23:18:22.344Z Downloaded ignore v0.4.25
8382026-03-16T23:18:22.347Z Downloaded lock_api v0.4.14
8392026-03-16T23:18:22.347Z Downloaded litrs v1.0.0
8402026-03-16T23:18:22.350Z Downloaded proc-macro-crate v3.4.0
8412026-03-16T23:18:22.350Z Downloaded parse-display-derive v0.10.0
8422026-03-16T23:18:22.353Z Downloaded arc-swap v1.8.2
8432026-03-16T23:18:22.355Z Downloaded proc-macro-error-attr2 v2.0.0
8442026-03-16T23:18:22.355Z Downloaded memmap2 v0.9.10
8452026-03-16T23:18:22.358Z Downloaded headers v0.4.1
8462026-03-16T23:18:22.361Z Downloaded path-slash v0.1.5
8472026-03-16T23:18:22.364Z Downloaded num-complex v0.4.6
8482026-03-16T23:18:22.364Z Downloaded paste v1.0.15
8492026-03-16T23:18:22.366Z Downloaded parking_lot_core v0.8.6
8502026-03-16T23:18:22.369Z Downloaded progenitor-client v0.11.2
8512026-03-16T23:18:22.369Z Downloaded half v2.7.1
8522026-03-16T23:18:22.372Z Downloaded progenitor-macro v0.13.0
8532026-03-16T23:18:22.375Z Downloaded libbz2-rs-sys v0.2.2
8542026-03-16T23:18:22.375Z Downloaded progenitor-macro v0.11.2
8552026-03-16T23:18:22.378Z Downloaded heapless v0.7.17
8562026-03-16T23:18:22.381Z Downloaded password-hash v0.5.0
8572026-03-16T23:18:22.381Z Downloaded peg-macros v0.8.5
8582026-03-16T23:18:22.384Z Downloaded password-hash v0.4.2
8592026-03-16T23:18:22.384Z Downloaded progenitor-macro v0.10.0
8602026-03-16T23:18:22.386Z Downloaded psl-types v2.0.11
8612026-03-16T23:18:22.387Z Downloaded peg v0.8.5
8622026-03-16T23:18:22.389Z Downloaded pem v3.0.6
8632026-03-16T23:18:22.390Z Downloaded predicates-core v1.0.10
8642026-03-16T23:18:22.392Z Downloaded phf_shared v0.12.1
8652026-03-16T23:18:22.392Z Downloaded phf v0.13.1
8662026-03-16T23:18:22.395Z Downloaded phf v0.12.1
8672026-03-16T23:18:22.395Z Downloaded pin-project-lite v0.2.17
8682026-03-16T23:18:22.398Z Downloaded pin-project-internal v1.1.11
8692026-03-16T23:18:22.401Z Downloaded polyval v0.6.2
8702026-03-16T23:18:22.404Z Downloaded radium v0.7.0
8712026-03-16T23:18:22.404Z Downloaded pkg-config v0.3.32
8722026-03-16T23:18:22.404Z Downloaded pkcs8 v0.10.2
8732026-03-16T23:18:22.407Z Downloaded rand_xorshift v0.4.0
8742026-03-16T23:18:22.410Z Downloaded rand_chacha v0.3.1
8752026-03-16T23:18:22.410Z Downloaded oxnet v0.1.4
8762026-03-16T23:18:22.413Z Downloaded der v0.7.10
8772026-03-16T23:18:22.416Z Downloaded owo-colors v4.3.0
8782026-03-16T23:18:22.418Z Downloaded omicron-zone-package v0.12.2
8792026-03-16T23:18:22.418Z Downloaded num_enum v0.5.11
8802026-03-16T23:18:22.422Z Downloaded recursive-proc-macro-impl v0.1.1
8812026-03-16T23:18:22.425Z Downloaded progenitor-client v0.10.0
8822026-03-16T23:18:22.425Z Downloaded predicates v3.1.4
8832026-03-16T23:18:22.428Z Downloaded ppv-lite86 v0.2.21
8842026-03-16T23:18:22.428Z Downloaded packed_struct v0.10.1
8852026-03-16T23:18:22.431Z Downloaded parking_lot_core v0.9.12
8862026-03-16T23:18:22.434Z Downloaded recursive v0.1.1
8872026-03-16T23:18:22.434Z Downloaded num-integer v0.1.46
8882026-03-16T23:18:22.434Z Downloaded ref-cast v1.0.25
8892026-03-16T23:18:22.437Z Downloaded primeorder v0.13.6
8902026-03-16T23:18:22.439Z Downloaded indicatif v0.18.4
8912026-03-16T23:18:22.442Z Downloaded progenitor v0.11.2
8922026-03-16T23:18:22.442Z Downloaded quick-error v1.2.3
8932026-03-16T23:18:22.445Z Downloaded rfc6979 v0.4.0
8942026-03-16T23:18:22.445Z Downloaded psm v0.1.30
8952026-03-16T23:18:22.448Z Downloaded progenitor-extras v0.1.1
8962026-03-16T23:18:22.450Z Downloaded heapless v0.8.0
8972026-03-16T23:18:22.453Z Downloaded ar_archive_writer v0.5.1
8982026-03-16T23:18:22.456Z Downloaded ed25519-dalek v2.2.0
8992026-03-16T23:18:22.459Z Downloaded parking_lot v0.12.5
9002026-03-16T23:18:22.459Z Downloaded pem-rfc7468 v0.7.0
9012026-03-16T23:18:22.462Z Downloaded russh-cryptovec v0.7.3
9022026-03-16T23:18:22.462Z Downloaded progenitor-client v0.13.0
9032026-03-16T23:18:22.465Z Downloaded proc-macro-error2 v2.0.1
9042026-03-16T23:18:22.467Z Downloaded rustc-hash v2.1.1
9052026-03-16T23:18:22.467Z Downloaded pkcs5 v0.7.1
9062026-03-16T23:18:22.470Z Downloaded derive_more-impl v2.1.1
9072026-03-16T23:18:22.473Z Downloaded poly1305 v0.8.0
9082026-03-16T23:18:22.476Z Downloaded rtoolbox v0.0.3
9092026-03-16T23:18:22.479Z Downloaded rand_chacha v0.9.0
9102026-03-16T23:18:22.479Z Downloaded rustc_version v0.1.7
9112026-03-16T23:18:22.482Z Downloaded r2d2 v0.8.10
9122026-03-16T23:18:22.482Z Downloaded pkcs1 v0.7.5
9132026-03-16T23:18:22.484Z Downloaded flate2 v1.1.9
9142026-03-16T23:18:22.487Z Downloaded postcard v1.1.3
9152026-03-16T23:18:22.490Z Downloaded progenitor v0.10.0
9162026-03-16T23:18:22.490Z Downloaded rand_seeder v0.4.0
9172026-03-16T23:18:22.493Z Downloaded dropshot-api-manager v0.6.0
9182026-03-16T23:18:22.496Z Downloaded oso v0.27.3
9192026-03-16T23:18:22.499Z Downloaded rand_core v0.10.0
9202026-03-16T23:18:22.499Z Downloaded postgres-protocol v0.6.10
9212026-03-16T23:18:22.502Z Downloaded scheduled-thread-pool v0.2.7
9222026-03-16T23:18:22.502Z Downloaded same-file v1.0.6
9232026-03-16T23:18:22.505Z Downloaded sapling-renderdag v0.1.0
9242026-03-16T23:18:22.505Z Downloaded ref-cast-impl v1.0.25
9252026-03-16T23:18:22.505Z Downloaded papergrid v0.17.0
9262026-03-16T23:18:22.509Z Downloaded p256 v0.13.2
9272026-03-16T23:18:22.512Z Downloaded salsa20 v0.10.2
9282026-03-16T23:18:22.514Z Downloaded miniz_oxide v0.8.9
9292026-03-16T23:18:22.518Z Downloaded progenitor v0.13.0
9302026-03-16T23:18:22.518Z Downloaded hickory-resolver v0.24.4
9312026-03-16T23:18:22.521Z Downloaded semver v0.1.20
9322026-03-16T23:18:22.524Z Downloaded scrypt v0.11.0
9332026-03-16T23:18:22.524Z Downloaded serde-big-array v0.5.1
9342026-03-16T23:18:22.526Z Downloaded seq-macro v0.3.6
9352026-03-16T23:18:22.526Z Downloaded parking_lot v0.11.2
9362026-03-16T23:18:22.529Z Downloaded flume v0.11.1
9372026-03-16T23:18:22.532Z Downloaded secrecy v0.10.3
9382026-03-16T23:18:22.532Z Downloaded scroll_derive v0.13.1
9392026-03-16T23:18:22.535Z Downloaded serde_repr v0.1.20
9402026-03-16T23:18:22.535Z Downloaded serde_urlencoded v0.7.1
9412026-03-16T23:18:22.537Z Downloaded expectorate v1.2.0
9422026-03-16T23:18:22.540Z Downloaded pin-project v1.1.11
9432026-03-16T23:18:22.547Z Downloaded rustls-pemfile v2.2.0
9442026-03-16T23:18:22.549Z Downloaded rustls-pemfile v1.0.4
9452026-03-16T23:18:22.552Z Downloaded serde_bytes v0.11.19
9462026-03-16T23:18:22.552Z Downloaded rand_core v0.6.4
9472026-03-16T23:18:22.555Z Downloaded rustls-native-certs v0.8.3
9482026-03-16T23:18:22.555Z Downloaded signal-hook-tokio v0.3.1
9492026-03-16T23:18:22.558Z Downloaded jiff-static v0.2.21
9502026-03-16T23:18:22.561Z Downloaded signature v2.2.0
9512026-03-16T23:18:22.561Z Downloaded shell-words v1.1.1
9522026-03-16T23:18:22.563Z Downloaded quinn-udp v0.5.14
9532026-03-16T23:18:22.564Z Downloaded hickory-resolver v0.25.2
9542026-03-16T23:18:22.566Z Downloaded rand_core v0.9.5
9552026-03-16T23:18:22.569Z Downloaded rusty-fork v0.3.1
9562026-03-16T23:18:22.569Z Downloaded openssl-sys v0.9.111
9572026-03-16T23:18:22.573Z Downloaded signal-hook-mio v0.2.5
9582026-03-16T23:18:22.575Z Downloaded sigpipe v0.1.3
9592026-03-16T23:18:22.575Z Downloaded sha1 v0.10.6
9602026-03-16T23:18:22.578Z Downloaded schemars_derive v0.8.22
9612026-03-16T23:18:22.578Z Downloaded postgres-types v0.2.12
9622026-03-16T23:18:22.581Z Downloaded rustversion v1.0.22
9632026-03-16T23:18:22.584Z Downloaded minimal-lexical v0.2.1
9642026-03-16T23:18:22.587Z Downloaded prefix-trie v0.7.0
9652026-03-16T23:18:22.589Z Downloaded siphasher v1.0.2
9662026-03-16T23:18:22.592Z Downloaded sct v0.7.1
9672026-03-16T23:18:22.595Z Downloaded slog-bunyan v2.5.0
9682026-03-16T23:18:22.595Z Downloaded serde_spanned v1.0.4
9692026-03-16T23:18:22.598Z Downloaded slog-envlogger v2.2.0
9702026-03-16T23:18:22.598Z Downloaded hickory-server v0.25.2
9712026-03-16T23:18:22.601Z Downloaded serde_plain v1.0.2
9722026-03-16T23:18:22.603Z Downloaded rustc_version v0.4.1
9732026-03-16T23:18:22.603Z Downloaded resolv-conf v0.7.6
9742026-03-16T23:18:22.606Z Downloaded cc v1.2.56
9752026-03-16T23:18:22.609Z Downloaded secrecy v0.8.0
9762026-03-16T23:18:22.609Z Downloaded sec1 v0.7.3
9772026-03-16T23:18:22.612Z Downloaded scroll v0.13.0
9782026-03-16T23:18:22.612Z Downloaded scopeguard v1.2.0
9792026-03-16T23:18:22.612Z Downloaded derive_more v0.99.20
9802026-03-16T23:18:22.616Z Downloaded http v1.4.0
9812026-03-16T23:18:22.619Z Downloaded aes v0.8.4
9822026-03-16T23:18:22.622Z Downloaded lru-cache v0.1.2
9832026-03-16T23:18:22.625Z Downloaded lru v0.12.5
9842026-03-16T23:18:22.625Z Downloaded impl-trait-for-tuples v0.2.3
9852026-03-16T23:18:22.628Z Downloaded hyper-staticfile v0.10.1
9862026-03-16T23:18:22.630Z Downloaded serde_derive_internals v0.29.1
9872026-03-16T23:18:22.630Z Downloaded ssh-cipher v0.2.0
9882026-03-16T23:18:22.633Z Downloaded base64 v0.22.1
9892026-03-16T23:18:22.636Z Downloaded sqlparser_derive v0.5.0
9902026-03-16T23:18:22.636Z Downloaded serde_path_to_error v0.1.20
9912026-03-16T23:18:22.639Z Downloaded serde-hex v0.1.0
9922026-03-16T23:18:22.639Z Downloaded dropshot_endpoint v0.16.7
9932026-03-16T23:18:22.642Z Downloaded diesel_derives v2.3.7
9942026-03-16T23:18:22.645Z Downloaded ssh-encoding v0.2.0
9952026-03-16T23:18:22.648Z Downloaded structmeta-derive v0.3.0
9962026-03-16T23:18:22.648Z Downloaded structmeta v0.3.0
9972026-03-16T23:18:22.651Z Downloaded simd-adler32 v0.3.8
9982026-03-16T23:18:22.651Z Downloaded signal-hook-registry v1.4.8
9992026-03-16T23:18:22.654Z Downloaded hyper-util v0.1.20
10002026-03-16T23:18:22.657Z Downloaded subtle v2.6.1
10012026-03-16T23:18:22.660Z Downloaded strum v0.27.2
10022026-03-16T23:18:22.660Z Downloaded rustls-pki-types v1.14.0
10032026-03-16T23:18:22.663Z Downloaded shlex v1.3.0
10042026-03-16T23:18:22.663Z Downloaded supports-color v3.0.2
10052026-03-16T23:18:22.668Z Downloaded strum v0.26.3
10062026-03-16T23:18:22.668Z Downloaded slog-dtrace v0.3.0
10072026-03-16T23:18:22.668Z Downloaded slog-async v2.8.0
10082026-03-16T23:18:22.672Z Downloaded strip-ansi-escapes v0.2.1
10092026-03-16T23:18:22.672Z Downloaded crossterm v0.29.0
10102026-03-16T23:18:22.675Z Downloaded take_mut v0.2.2
10112026-03-16T23:18:22.675Z Downloaded tagptr v0.2.0
10122026-03-16T23:18:22.675Z Downloaded sync_wrapper v1.0.2
10132026-03-16T23:18:22.678Z Downloaded itertools v0.10.5
10142026-03-16T23:18:22.682Z Downloaded tap v1.0.1
10152026-03-16T23:18:22.685Z Downloaded testing_table v0.3.0
10162026-03-16T23:18:22.685Z Downloaded tabwriter v1.4.1
10172026-03-16T23:18:22.685Z Downloaded smf v0.2.3
10182026-03-16T23:18:22.685Z Downloaded smallvec v0.6.14
10192026-03-16T23:18:22.688Z Downloaded termtree v0.5.1
10202026-03-16T23:18:22.689Z Downloaded slog-term v2.9.2
10212026-03-16T23:18:22.691Z Downloaded crossterm v0.28.1
10222026-03-16T23:18:22.694Z Downloaded sqlformat v0.3.5
10232026-03-16T23:18:22.697Z Downloaded aes-gcm v0.10.3
10242026-03-16T23:18:22.701Z Downloaded serde_with_macros v3.17.0
10252026-03-16T23:18:22.705Z Downloaded snafu-derive v0.8.9
10262026-03-16T23:18:22.705Z Downloaded slog-stdlog v4.1.1
10272026-03-16T23:18:22.705Z Downloaded thiserror-impl-no-std v2.0.2
10282026-03-16T23:18:22.708Z Downloaded time-core v0.1.8
10292026-03-16T23:18:22.708Z Downloaded tinyvec_macros v0.1.1
10302026-03-16T23:18:22.708Z Downloaded thread-id v5.1.0
10312026-03-16T23:18:22.712Z Downloaded string_cache v0.8.9
10322026-03-16T23:18:22.712Z Downloaded static_assertions v1.1.0
10332026-03-16T23:18:22.715Z Downloaded stacker v0.1.23
10342026-03-16T23:18:22.715Z Downloaded serde_cbor v0.11.2
10352026-03-16T23:18:22.718Z Downloaded prettyplease v0.2.37
10362026-03-16T23:18:22.722Z Downloaded spki v0.7.3
10372026-03-16T23:18:22.722Z Downloaded slog-scope v4.4.1
10382026-03-16T23:18:22.727Z Downloaded slog-json v2.6.1
10392026-03-16T23:18:22.727Z Downloaded stringprep v0.1.5
10402026-03-16T23:18:22.728Z Downloaded rayon-core v1.13.0
10412026-03-16T23:18:22.731Z Downloaded slab v0.4.12
10422026-03-16T23:18:22.731Z Downloaded rcgen v0.12.1
10432026-03-16T23:18:22.731Z Downloaded pretty_assertions v1.4.1
10442026-03-16T23:18:22.734Z Downloaded schemars v0.8.22
10452026-03-16T23:18:22.740Z Downloaded tabled_derive v0.11.0
10462026-03-16T23:18:22.743Z Downloaded support-bundle-viewer v0.1.2
10472026-03-16T23:18:22.743Z Downloaded strum_macros v0.27.2
10482026-03-16T23:18:22.746Z Downloaded publicsuffix v2.3.0
10492026-03-16T23:18:22.749Z Downloaded num-bigint v0.4.6
10502026-03-16T23:18:22.752Z Downloaded ron v0.8.1
10512026-03-16T23:18:22.757Z Downloaded thiserror-no-std v2.0.2
10522026-03-16T23:18:22.760Z Downloaded rand v0.8.5
10532026-03-16T23:18:22.763Z Downloaded libxml v0.3.3
10542026-03-16T23:18:22.766Z Downloaded thread_local v1.1.9
10552026-03-16T23:18:22.770Z Downloaded termios v0.3.3
10562026-03-16T23:18:22.770Z Downloaded quinn v0.11.9
10572026-03-16T23:18:22.773Z Downloaded tls_codec v0.4.2
10582026-03-16T23:18:22.776Z Downloaded nom v7.1.3
10592026-03-16T23:18:22.779Z Downloaded tiny-keccak v2.0.2
10602026-03-16T23:18:22.783Z Downloaded iddqd v0.3.17
10612026-03-16T23:18:22.786Z Downloaded schemars v0.9.0
10622026-03-16T23:18:22.796Z Downloaded unarray v0.1.4
10632026-03-16T23:18:22.799Z Downloaded try-lock v0.2.5
10642026-03-16T23:18:22.799Z Downloaded tower-layer v0.3.3
10652026-03-16T23:18:22.799Z Downloaded tls_codec_derive v0.4.2
10662026-03-16T23:18:22.803Z Downloaded strum_macros v0.26.4
10672026-03-16T23:18:22.803Z Downloaded topological-sort v0.2.2
10682026-03-16T23:18:22.805Z Downloaded tower-service v0.3.3
10692026-03-16T23:18:22.805Z Downloaded spin v0.9.8
10702026-03-16T23:18:22.808Z Downloaded progenitor-impl v0.11.2
10712026-03-16T23:18:22.808Z Downloaded typify-macro v0.4.3
10722026-03-16T23:18:22.813Z Downloaded signal-hook v0.3.18
10732026-03-16T23:18:22.813Z Downloaded tokio-native-tls v0.3.1
10742026-03-16T23:18:22.817Z Downloaded typify-macro v0.6.1
10752026-03-16T23:18:22.817Z Downloaded tokio-macros v2.6.0
10762026-03-16T23:18:22.817Z Downloaded unicode-truncate v1.1.0
10772026-03-16T23:18:22.819Z Downloaded tokio-dtrace v0.1.1
10782026-03-16T23:18:22.820Z Downloaded strum_macros v0.24.3
10792026-03-16T23:18:22.823Z Downloaded slog v2.8.2
10802026-03-16T23:18:22.823Z Downloaded ryu v1.0.23
10812026-03-16T23:18:22.827Z Downloaded rustls-platform-verifier v0.6.2
10822026-03-16T23:18:22.830Z Downloaded universal-hash v0.5.1
10832026-03-16T23:18:22.830Z Downloaded tokio-tungstenite v0.23.1
10842026-03-16T23:18:22.833Z Downloaded utf-8 v0.7.6
10852026-03-16T23:18:22.833Z Downloaded tokio-tungstenite v0.21.0
10862026-03-16T23:18:22.837Z Downloaded tokio-rustls v0.25.0
10872026-03-16T23:18:22.837Z Downloaded usdt-macro v0.6.0
10882026-03-16T23:18:22.840Z Downloaded num-bigint-dig v0.8.6
10892026-03-16T23:18:22.843Z Downloaded usdt-attr-macro v0.6.0
10902026-03-16T23:18:22.843Z Downloaded usdt v0.6.0
10912026-03-16T23:18:22.843Z Downloaded time-macros v0.2.27
10922026-03-16T23:18:22.846Z Downloaded untrusted v0.9.0
10932026-03-16T23:18:22.846Z Downloaded untrusted v0.7.1
10942026-03-16T23:18:22.846Z Downloaded unit-prefix v0.5.2
10952026-03-16T23:18:22.849Z Downloaded qorb v0.4.1
10962026-03-16T23:18:22.852Z Downloaded serde_yaml v0.9.34+deprecated
10972026-03-16T23:18:22.856Z Downloaded wait-timeout v0.2.1
10982026-03-16T23:18:22.856Z Downloaded waitgroup v0.1.2
10992026-03-16T23:18:22.856Z Downloaded rsa v0.9.10
11002026-03-16T23:18:22.860Z Downloaded rand v0.9.2
11012026-03-16T23:18:22.863Z Downloaded toml_writer v1.0.6+spec-1.1.0
11022026-03-16T23:18:22.866Z Downloaded samael v0.0.19
11032026-03-16T23:18:22.869Z Downloaded tui-tree-widget v0.23.1
11042026-03-16T23:18:22.872Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11052026-03-16T23:18:22.872Z Downloaded void v1.0.2
11062026-03-16T23:18:22.875Z Downloaded rustls-webpki v0.103.9
11072026-03-16T23:18:22.875Z Downloaded bitvec v1.0.1
11082026-03-16T23:18:22.886Z Downloaded xshell-macros v0.2.7
11092026-03-16T23:18:22.889Z Downloaded want v0.3.1
11102026-03-16T23:18:22.889Z Downloaded itertools v0.12.1
11112026-03-16T23:18:22.892Z Downloaded term v0.7.0
11122026-03-16T23:18:22.895Z Downloaded trait-variant v0.1.2
11132026-03-16T23:18:22.898Z Downloaded similar v2.7.0
11142026-03-16T23:18:22.901Z Downloaded tar v0.4.44
11152026-03-16T23:18:22.904Z Downloaded hkdf v0.12.4
11162026-03-16T23:18:22.904Z Downloaded iri-string v0.7.10
11172026-03-16T23:18:22.909Z Downloaded tokio-rustls v0.26.4
11182026-03-16T23:18:22.912Z Downloaded tokio-stream v0.1.18
11192026-03-16T23:18:22.915Z Downloaded toml_parser v1.0.9+spec-1.1.0
11202026-03-16T23:18:22.918Z Downloaded test-strategy v0.4.5
11212026-03-16T23:18:22.921Z Downloaded usdt-impl v0.6.0
11222026-03-16T23:18:22.924Z Downloaded aho-corasick v1.1.4
11232026-03-16T23:18:22.926Z Downloaded vergen-git2 v1.0.7
11242026-03-16T23:18:22.929Z Downloaded rand v0.10.0
11252026-03-16T23:18:22.932Z Downloaded vsss-rs v3.3.4
11262026-03-16T23:18:22.932Z Downloaded vergen-lib v0.1.6
11272026-03-16T23:18:22.935Z Downloaded zone_cfg_derive v0.3.1
11282026-03-16T23:18:22.935Z Downloaded socket2 v0.5.10
11292026-03-16T23:18:22.938Z Downloaded vergen-gitcl v1.0.8
11302026-03-16T23:18:22.938Z Downloaded p521 v0.13.3
11312026-03-16T23:18:22.941Z Downloaded futures-util v0.3.32
11322026-03-16T23:18:22.948Z Downloaded xattr v1.6.1
11332026-03-16T23:18:22.951Z Downloaded subprocess v0.2.15
11342026-03-16T23:18:22.954Z Downloaded whoami v2.1.0
11352026-03-16T23:18:22.957Z Downloaded wyz v0.5.1
11362026-03-16T23:18:22.957Z Downloaded unicase v2.9.0
11372026-03-16T23:18:22.957Z Downloaded whoami v1.6.1
11382026-03-16T23:18:22.960Z Downloaded xshell v0.2.7
11392026-03-16T23:18:22.960Z Downloaded walkdir v2.5.0
11402026-03-16T23:18:22.962Z Downloaded unicode-properties v0.1.4
11412026-03-16T23:18:22.965Z Downloaded twox-hash v2.1.2
11422026-03-16T23:18:22.965Z Downloaded h2 v0.4.13
11432026-03-16T23:18:22.969Z Downloaded toml v0.7.8
11442026-03-16T23:18:22.972Z Downloaded schemars v1.2.1
11452026-03-16T23:18:22.983Z Downloaded zeroize v1.8.2
11462026-03-16T23:18:22.986Z Downloaded snafu v0.8.9
11472026-03-16T23:18:22.989Z Downloaded zeroize_derive v1.4.3
11482026-03-16T23:18:22.991Z Downloaded zone v0.3.1
11492026-03-16T23:18:22.992Z Downloaded russh v0.45.0
11502026-03-16T23:18:22.994Z Downloaded zstd v0.13.3
11512026-03-16T23:18:22.997Z Downloaded zstd-safe v7.2.4
11522026-03-16T23:18:23.001Z Downloaded tracing-attributes v0.1.31
11532026-03-16T23:18:23.001Z Downloaded steno v0.4.1
11542026-03-16T23:18:23.004Z Downloaded vergen v9.0.6
11552026-03-16T23:18:23.007Z Downloaded tungstenite v0.23.0
11562026-03-16T23:18:23.009Z Downloaded uzers v0.12.2
11572026-03-16T23:18:23.009Z Downloaded toml v0.9.12+spec-1.1.0
11582026-03-16T23:18:23.012Z Downloaded itertools v0.14.0
11592026-03-16T23:18:23.017Z Downloaded unicode-bidi v0.3.18
11602026-03-16T23:18:23.020Z Downloaded xz2 v0.1.7
11612026-03-16T23:18:23.023Z Downloaded typify v0.6.1
11622026-03-16T23:18:23.026Z Downloaded tracing-core v0.1.36
11632026-03-16T23:18:23.026Z Downloaded rustyline v14.0.0
11642026-03-16T23:18:23.029Z Downloaded zerocopy v0.6.6
11652026-03-16T23:18:23.032Z Downloaded term v1.2.1
11662026-03-16T23:18:23.036Z Downloaded yasna v0.5.2
11672026-03-16T23:18:23.036Z Downloaded toml_edit v0.23.10+spec-1.0.0
11682026-03-16T23:18:23.039Z Downloaded libm v0.2.16
11692026-03-16T23:18:23.046Z Downloaded uuid v1.21.0
11702026-03-16T23:18:23.049Z Downloaded aws-lc-rs v1.16.0
11712026-03-16T23:18:23.055Z Downloaded vte v0.14.1
11722026-03-16T23:18:23.058Z Downloaded rpassword v7.4.0
11732026-03-16T23:18:23.061Z Downloaded tinyvec v1.10.0
11742026-03-16T23:18:23.064Z Downloaded socket2 v0.6.2
11752026-03-16T23:18:23.064Z Downloaded typify v0.4.3
11762026-03-16T23:18:23.067Z Downloaded tokio-postgres v0.7.16
11772026-03-16T23:18:23.070Z Downloaded reedline v0.40.0
11782026-03-16T23:18:23.076Z Downloaded tokio-rustls v0.24.1
11792026-03-16T23:18:23.079Z Downloaded ron v0.12.0
11802026-03-16T23:18:23.083Z Downloaded unsafe-libyaml v0.2.11
11812026-03-16T23:18:23.086Z Downloaded toml_edit v0.19.15
11822026-03-16T23:18:23.097Z Downloaded zopfli v0.8.3
11832026-03-16T23:18:23.100Z Downloaded hyper v1.8.1
11842026-03-16T23:18:23.104Z Downloaded itertools v0.13.0
11852026-03-16T23:18:23.109Z Downloaded tungstenite v0.21.0
11862026-03-16T23:18:23.112Z Downloaded git2 v0.20.4
11872026-03-16T23:18:23.123Z Downloaded reqwest v0.12.28
11882026-03-16T23:18:23.127Z Downloaded bindgen v0.71.1
11892026-03-16T23:18:23.130Z Downloaded regex v1.12.3
11902026-03-16T23:18:23.132Z Downloaded unicode_categories v0.1.1
11912026-03-16T23:18:23.135Z Downloaded mio v1.1.1
11922026-03-16T23:18:23.138Z Downloaded ssh-key v0.6.7
11932026-03-16T23:18:23.143Z Downloaded zip v0.6.6
11942026-03-16T23:18:23.146Z Downloaded p384 v0.13.1
11952026-03-16T23:18:23.150Z Downloaded zerocopy-derive v0.8.40
11962026-03-16T23:18:23.156Z Downloaded hashbrown v0.15.5
11972026-03-16T23:18:23.160Z Downloaded curve25519-dalek v4.1.3
11982026-03-16T23:18:23.167Z Downloaded yansi v1.0.1
11992026-03-16T23:18:23.169Z Downloaded russh-keys v0.45.0
12002026-03-16T23:18:23.172Z Downloaded progenitor-impl v0.13.0
12012026-03-16T23:18:23.172Z Downloaded hashbrown v0.13.2
12022026-03-16T23:18:23.175Z Downloaded sync-ptr v0.1.4
12032026-03-16T23:18:23.178Z Downloaded progenitor-impl v0.10.0
12042026-03-16T23:18:23.178Z Downloaded typed-path v0.9.3
12052026-03-16T23:18:23.182Z Downloaded tower v0.5.3
12062026-03-16T23:18:23.189Z Downloaded salty v0.3.0
12072026-03-16T23:18:23.194Z Downloaded x509-cert v0.2.5
12082026-03-16T23:18:23.198Z Downloaded chrono v0.4.44
12092026-03-16T23:18:23.204Z Downloaded unicode-segmentation v1.12.0
12102026-03-16T23:18:23.207Z Downloaded rustls-webpki v0.101.7
12112026-03-16T23:18:23.217Z Downloaded reqwest v0.13.2
12122026-03-16T23:18:23.222Z Downloaded tokio-util v0.7.18
12132026-03-16T23:18:23.227Z Downloaded proptest v1.10.0
12142026-03-16T23:18:23.235Z Downloaded tower-http v0.6.8
12152026-03-16T23:18:23.240Z Downloaded zip v4.6.1
12162026-03-16T23:18:23.243Z Downloaded rustls-webpki v0.102.8
12172026-03-16T23:18:23.258Z Downloaded unicode-normalization v0.1.25
12182026-03-16T23:18:23.261Z Downloaded petname v2.0.2
12192026-03-16T23:18:23.264Z Downloaded lalrpop v0.19.12
12202026-03-16T23:18:23.273Z Downloaded tough v0.20.0
12212026-03-16T23:18:23.279Z Downloaded nix v0.27.1
12222026-03-16T23:18:23.286Z Downloaded rayon v1.11.0
12232026-03-16T23:18:23.293Z Downloaded radix_trie v0.2.1
12242026-03-16T23:18:23.298Z Downloaded winnow v0.6.26
12252026-03-16T23:18:23.304Z Downloaded winnow v0.5.40
12262026-03-16T23:18:23.311Z Downloaded quinn-proto v0.11.13
12272026-03-16T23:18:23.316Z Downloaded object v0.30.4
12282026-03-16T23:18:23.323Z Downloaded serde_with v3.17.0
12292026-03-16T23:18:23.332Z Downloaded polar-core v0.27.3
12302026-03-16T23:18:23.339Z Downloaded openssl v0.10.75
12312026-03-16T23:18:23.346Z Downloaded bstr v1.12.1
12322026-03-16T23:18:23.353Z Downloaded tabled v0.20.0
12332026-03-16T23:18:23.366Z Downloaded time v0.3.47
12342026-03-16T23:18:23.375Z Downloaded rustls v0.21.12
12352026-03-16T23:18:23.383Z Downloaded nix v0.29.0
12362026-03-16T23:18:23.392Z Downloaded vcpkg v0.2.15
12372026-03-16T23:18:23.421Z Downloaded zerocopy v0.8.40
12382026-03-16T23:18:23.428Z Downloaded dropshot v0.16.7
12392026-03-16T23:18:23.444Z Downloaded webpki-roots v1.0.6
12402026-03-16T23:18:23.447Z Downloaded smoltcp v0.11.0
12412026-03-16T23:18:23.455Z Downloaded zlib-rs v0.6.2
12422026-03-16T23:18:23.460Z Downloaded hickory-proto v0.24.4
12432026-03-16T23:18:23.471Z Downloaded rustls v0.23.37
12442026-03-16T23:18:23.480Z Downloaded rustls v0.22.4
12452026-03-16T23:18:23.490Z Downloaded regress v0.10.5
12462026-03-16T23:18:23.497Z Downloaded regex-syntax v0.8.10
12472026-03-16T23:18:23.503Z Downloaded openapiv3 v2.2.0
12482026-03-16T23:18:23.512Z Downloaded hickory-proto v0.25.2
12492026-03-16T23:18:23.523Z Downloaded object v0.37.3
12502026-03-16T23:18:23.532Z Downloaded rustix v0.38.44
12512026-03-16T23:18:23.548Z Downloaded sqlparser v0.61.0
12522026-03-16T23:18:23.557Z Downloaded diesel v2.3.7
12532026-03-16T23:18:23.573Z Downloaded typify-impl v0.6.1
12542026-03-16T23:18:23.582Z Downloaded ratatui v0.29.0
12552026-03-16T23:18:23.598Z Downloaded sled v0.34.7
12562026-03-16T23:18:23.605Z Downloaded tracing v0.1.44
12572026-03-16T23:18:23.622Z Downloaded nix v0.31.1
12582026-03-16T23:18:23.631Z Downloaded regex-syntax v0.6.29
12592026-03-16T23:18:23.636Z Downloaded nix v0.28.0
12602026-03-16T23:18:23.645Z Downloaded smoltcp v0.9.1
12612026-03-16T23:18:23.653Z Downloaded quick-xml v0.37.5
12622026-03-16T23:18:23.657Z Downloaded bzip2-sys v0.1.13+1.0.8
12632026-03-16T23:18:23.666Z Downloaded moka v0.12.13
12642026-03-16T23:18:23.672Z Downloaded portable-atomic v1.13.1
12652026-03-16T23:18:23.678Z Downloaded goblin v0.10.5
12662026-03-16T23:18:23.683Z Downloaded hashbrown v0.12.3
12672026-03-16T23:18:23.686Z Downloaded futures-channel v0.3.32
12682026-03-16T23:18:23.689Z Downloaded regex-automata v0.4.14
12692026-03-16T23:18:23.699Z Downloaded foldhash v0.2.0
12702026-03-16T23:18:23.702Z Downloaded petgraph v0.8.3
12712026-03-16T23:18:23.717Z Downloaded typify-impl v0.4.3
12722026-03-16T23:18:23.728Z Downloaded zerocopy-derive v0.6.6
12732026-03-16T23:18:23.735Z Downloaded csv v1.4.0
12742026-03-16T23:18:23.751Z Downloaded chrono-tz v0.10.4
12752026-03-16T23:18:23.765Z Downloaded libz-sys v1.1.24
12762026-03-16T23:18:23.780Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12772026-03-16T23:18:23.794Z Downloaded petgraph v0.6.5
12782026-03-16T23:18:23.808Z Downloaded lzma-sys v0.1.20
12792026-03-16T23:18:23.828Z Downloaded bzip2 v0.4.4
12802026-03-16T23:18:23.831Z Downloaded backon v1.6.0
12812026-03-16T23:18:23.834Z Downloaded instability v0.3.11
12822026-03-16T23:18:23.834Z Downloaded indent_write v2.2.0
12832026-03-16T23:18:23.834Z Downloaded hyper-tls v0.6.0
12842026-03-16T23:18:23.834Z Downloaded globset v0.4.18
12852026-03-16T23:18:23.837Z Downloaded glob v0.3.3
12862026-03-16T23:18:23.837Z Downloaded jiff v0.2.21
12872026-03-16T23:18:23.850Z Downloaded git-stub-vcs v0.1.0
12882026-03-16T23:18:23.852Z Downloaded crc32fast v1.5.0
12892026-03-16T23:18:23.852Z Downloaded blake2 v0.10.6
12902026-03-16T23:18:23.855Z Downloaded async-bb8-diesel v0.2.1
12912026-03-16T23:18:23.855Z Downloaded console v0.16.2
12922026-03-16T23:18:23.858Z Downloaded colored v2.2.0
12932026-03-16T23:18:23.861Z Downloaded ident_case v1.0.1
12942026-03-16T23:18:23.861Z Downloaded futures-executor v0.3.32
12952026-03-16T23:18:23.861Z Downloaded env_logger v0.11.9
12962026-03-16T23:18:23.864Z Downloaded ena v0.14.4
12972026-03-16T23:18:23.864Z Downloaded darling_macro v0.21.3
12982026-03-16T23:18:23.864Z Downloaded cargo_metadata v0.19.2
12992026-03-16T23:18:23.867Z Downloaded data-encoding v2.10.0
13002026-03-16T23:18:23.867Z Downloaded hostname v0.4.2
13012026-03-16T23:18:23.867Z Downloaded hostname v0.3.1
13022026-03-16T23:18:23.869Z Downloaded headers-core v0.3.0
13032026-03-16T23:18:23.870Z Downloaded cbc v0.1.2
13042026-03-16T23:18:23.870Z Downloaded base64ct v1.8.3
13052026-03-16T23:18:23.873Z Downloaded argon2 v0.5.3
13062026-03-16T23:18:23.873Z Downloaded derive-where v1.6.0
13072026-03-16T23:18:23.875Z Downloaded encoding_rs v0.8.35
13082026-03-16T23:18:23.890Z Downloaded sha3 v0.10.8
13092026-03-16T23:18:23.894Z Downloaded tokio v1.49.0
13102026-03-16T23:18:23.923Z Downloaded corncobs v0.1.4
13112026-03-16T23:18:23.926Z Downloaded bitfield v0.19.4
13122026-03-16T23:18:23.926Z Downloaded bit-vec v0.6.3
13132026-03-16T23:18:23.926Z Downloaded csv-core v0.1.13
13142026-03-16T23:18:23.931Z Downloaded cmake v0.1.57
13152026-03-16T23:18:23.931Z Downloaded display-error-chain v0.2.2
13162026-03-16T23:18:23.931Z Downloaded async-recursion v1.1.1
13172026-03-16T23:18:23.934Z Downloaded derive_builder v0.20.2
13182026-03-16T23:18:23.934Z Downloaded crossbeam-utils v0.8.21
13192026-03-16T23:18:23.937Z Downloaded crucible-workspace-hack v0.1.0
13202026-03-16T23:18:23.937Z Downloaded cipher v0.4.4
13212026-03-16T23:18:23.937Z Downloaded der_derive v0.7.3
13222026-03-16T23:18:23.940Z Downloaded crc8 v0.1.1
13232026-03-16T23:18:23.940Z Downloaded const-oid v0.9.6
13242026-03-16T23:18:23.940Z Downloaded base16ct v1.0.0
13252026-03-16T23:18:23.943Z Downloaded difflib v0.4.0
13262026-03-16T23:18:23.943Z Downloaded ctr v0.9.2
13272026-03-16T23:18:23.943Z Downloaded bit-set v0.8.0
13282026-03-16T23:18:23.946Z Downloaded bit-set v0.5.3
13292026-03-16T23:18:23.946Z Downloaded assert_matches v1.5.0
13302026-03-16T23:18:23.946Z Downloaded document-features v0.2.12
13312026-03-16T23:18:23.946Z Downloaded diesel_table_macro_syntax v0.3.0
13322026-03-16T23:18:23.949Z Downloaded block-padding v0.3.3
13332026-03-16T23:18:23.949Z Downloaded castaway v0.2.4
13342026-03-16T23:18:23.949Z Downloaded aead v0.5.2
13352026-03-16T23:18:23.949Z Downloaded ciborium-ll v0.2.2
13362026-03-16T23:18:23.949Z Downloaded blake3 v1.8.3
13372026-03-16T23:18:24.035Z Downloaded ring v0.17.14
13382026-03-16T23:18:24.089Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-03-16T23:18:24.612Z Downloaded aws-lc-sys v0.37.1
13402026-03-16T23:18:24.937Z Compiling libc v0.2.180
13412026-03-16T23:18:24.941Z Compiling serde v1.0.228
13422026-03-16T23:18:24.941Z Compiling log v0.4.29
13432026-03-16T23:18:24.941Z Compiling find-msvc-tools v0.1.9
13442026-03-16T23:18:25.139Z Compiling shlex v1.3.0
13452026-03-16T23:18:25.139Z Compiling smallvec v1.15.1
13462026-03-16T23:18:25.156Z Compiling syn v2.0.117
13472026-03-16T23:18:25.174Z Compiling typenum v1.19.0
13482026-03-16T23:18:25.383Z Compiling generic-array v0.14.7
13492026-03-16T23:18:25.400Z Compiling subtle v2.6.1
13502026-03-16T23:18:25.427Z Compiling scopeguard v1.2.0
13512026-03-16T23:18:25.448Z Compiling portable-atomic v1.13.1
13522026-03-16T23:18:25.534Z Compiling const-oid v0.9.6
13532026-03-16T23:18:25.557Z Compiling lock_api v0.4.14
13542026-03-16T23:18:25.632Z Compiling critical-section v1.2.0
13552026-03-16T23:18:25.687Z Compiling zerocopy v0.8.40
13562026-03-16T23:18:25.762Z Compiling pin-project-lite v0.2.17
13572026-03-16T23:18:25.857Z Compiling parking_lot_core v0.9.12
13582026-03-16T23:18:25.885Z Compiling serde_json v1.0.149
13592026-03-16T23:18:26.187Z Compiling pkg-config v0.3.32
13602026-03-16T23:18:26.260Z Compiling getrandom v0.2.17
13612026-03-16T23:18:26.322Z Compiling jobserver v0.1.34
13622026-03-16T23:18:26.438Z Compiling rand_core v0.6.4
13632026-03-16T23:18:26.538Z Compiling errno v0.3.14
13642026-03-16T23:18:26.607Z Compiling cc v1.2.56
13652026-03-16T23:18:26.842Z Compiling once_cell v1.21.3
13662026-03-16T23:18:26.860Z Compiling signal-hook-registry v1.4.8
13672026-03-16T23:18:26.947Z Compiling mio v1.1.1
13682026-03-16T23:18:27.071Z Compiling bitflags v2.11.0
13692026-03-16T23:18:27.116Z Compiling libm v0.2.16
13702026-03-16T23:18:27.229Z Compiling parking_lot v0.12.5
13712026-03-16T23:18:27.311Z Compiling num-traits v0.2.19
13722026-03-16T23:18:27.372Z Compiling futures-core v0.3.32
13732026-03-16T23:18:27.576Z Compiling socket2 v0.6.2
13742026-03-16T23:18:27.615Z Compiling percent-encoding v2.3.2
13752026-03-16T23:18:27.761Z Compiling allocator-api2 v0.2.21
13762026-03-16T23:18:27.764Z Compiling futures-sink v0.3.32
13772026-03-16T23:18:27.868Z Compiling cpufeatures v0.2.17
13782026-03-16T23:18:27.917Z Compiling foldhash v0.2.0
13792026-03-16T23:18:27.936Z Compiling futures-channel v0.3.32
13802026-03-16T23:18:27.964Z Compiling futures-task v0.3.32
13812026-03-16T23:18:28.166Z Compiling getrandom v0.4.1
13822026-03-16T23:18:28.196Z Compiling hashbrown v0.16.1
13832026-03-16T23:18:28.216Z Compiling futures-io v0.3.32
13842026-03-16T23:18:28.234Z Compiling slab v0.4.12
13852026-03-16T23:18:28.253Z Compiling getrandom v0.3.4
13862026-03-16T23:18:28.417Z Compiling rustversion v1.0.22
13872026-03-16T23:18:28.469Z Compiling rand_core v0.10.0
13882026-03-16T23:18:28.616Z Compiling form_urlencoded v1.2.2
13892026-03-16T23:18:28.934Z Compiling cmake v0.1.57
13902026-03-16T23:18:29.032Z Compiling indexmap v2.13.0
13912026-03-16T23:18:29.142Z Compiling base64ct v1.8.3
13922026-03-16T23:18:29.227Z Compiling fs_extra v1.3.0
13932026-03-16T23:18:29.482Z Compiling synstructure v0.13.2
13942026-03-16T23:18:29.500Z Compiling ident_case v1.0.1
13952026-03-16T23:18:29.542Z Compiling dunce v1.0.5
13962026-03-16T23:18:29.602Z Compiling pem-rfc7468 v0.7.0
13972026-03-16T23:18:29.658Z Compiling flagset v0.4.7
13982026-03-16T23:18:29.661Z Compiling aws-lc-sys v0.37.1
13992026-03-16T23:18:29.704Z Compiling rand_core v0.9.5
14002026-03-16T23:18:29.750Z Compiling iana-time-zone v0.1.65
14012026-03-16T23:18:29.825Z Compiling rustix v1.1.3
14022026-03-16T23:18:29.966Z Compiling uuid v1.21.0
14032026-03-16T23:18:30.019Z Compiling ring v0.17.14
14042026-03-16T23:18:30.037Z Compiling rustc_version v0.4.1
14052026-03-16T23:18:30.058Z Compiling aws-lc-rs v1.16.0
14062026-03-16T23:18:30.347Z Compiling regex-syntax v0.8.10
14072026-03-16T23:18:30.425Z Compiling vcpkg v0.2.15
14082026-03-16T23:18:30.469Z Compiling tracing-core v0.1.36
14092026-03-16T23:18:30.874Z Compiling crossbeam-utils v0.8.21
14102026-03-16T23:18:31.254Z Compiling pest_generator v2.8.6
14112026-03-16T23:18:31.275Z Compiling serde_derive_internals v0.29.1
14122026-03-16T23:18:31.452Z Compiling openssl-sys v0.9.111
14132026-03-16T23:18:32.103Z Compiling serde_derive v1.0.228
14142026-03-16T23:18:32.162Z Compiling zeroize_derive v1.4.3
14152026-03-16T23:18:32.241Z Compiling zerofrom-derive v0.1.6
14162026-03-16T23:18:32.282Z Compiling yoke-derive v0.8.1
14172026-03-16T23:18:32.533Z Compiling zerocopy-derive v0.8.40
14182026-03-16T23:18:33.010Z Compiling zeroize v1.8.2
14192026-03-16T23:18:33.647Z Compiling zerovec-derive v0.11.2
14202026-03-16T23:18:33.845Z Compiling displaydoc v0.2.5
14212026-03-16T23:18:34.043Z Compiling crypto-common v0.1.7
14222026-03-16T23:18:34.147Z Compiling zerofrom v0.1.6
14232026-03-16T23:18:34.218Z Compiling block-buffer v0.10.4
14242026-03-16T23:18:34.303Z Compiling yoke v0.8.1
14252026-03-16T23:18:34.426Z Compiling digest v0.10.7
14262026-03-16T23:18:34.540Z Compiling tokio-macros v2.6.0
14272026-03-16T23:18:34.744Z Compiling hmac v0.12.1
14282026-03-16T23:18:34.804Z Compiling zerotrie v0.2.3
14292026-03-16T23:18:34.921Z Compiling futures-macro v0.3.32
14302026-03-16T23:18:34.941Z Compiling block-padding v0.3.3
14312026-03-16T23:18:35.110Z Compiling zerovec v0.11.5
14322026-03-16T23:18:35.144Z Compiling inout v0.1.4
14332026-03-16T23:18:35.196Z Compiling sha2 v0.10.9
14342026-03-16T23:18:35.357Z Compiling cipher v0.4.4
14352026-03-16T23:18:35.485Z Compiling der_derive v0.7.3
14362026-03-16T23:18:35.700Z Compiling salsa20 v0.10.2
14372026-03-16T23:18:35.814Z Compiling tinystr v0.8.2
14382026-03-16T23:18:35.878Z Compiling potential_utf v0.1.4
14392026-03-16T23:18:35.987Z Compiling futures-util v0.3.32
14402026-03-16T23:18:36.073Z Compiling icu_locale_core v2.1.1
14412026-03-16T23:18:36.092Z Compiling icu_collections v2.1.1
14422026-03-16T23:18:36.772Z Compiling bytes v1.11.1
14432026-03-16T23:18:36.796Z Compiling der v0.7.10
14442026-03-16T23:18:36.861Z Compiling chrono v0.4.44
14452026-03-16T23:18:37.098Z Compiling icu_provider v2.1.1
14462026-03-16T23:18:37.335Z Compiling pbkdf2 v0.12.2
14472026-03-16T23:18:37.475Z Compiling tokio v1.49.0
14482026-03-16T23:18:37.492Z Compiling icu_normalizer v2.1.1
14492026-03-16T23:18:37.609Z Compiling icu_properties v2.1.2
14502026-03-16T23:18:38.212Z Compiling spki v0.7.3
14512026-03-16T23:18:38.464Z Compiling http v1.4.0
14522026-03-16T23:18:38.482Z Compiling thiserror-impl v2.0.18
14532026-03-16T23:18:38.767Z Compiling ppv-lite86 v0.2.21
14542026-03-16T23:18:38.810Z Compiling idna_adapter v1.2.1
14552026-03-16T23:18:38.978Z Compiling idna v1.1.0
14562026-03-16T23:18:39.147Z Compiling scrypt v0.11.0
14572026-03-16T23:18:39.174Z Compiling rand_chacha v0.9.0
14582026-03-16T23:18:39.208Z Compiling cbc v0.1.2
14592026-03-16T23:18:39.389Z Compiling url v2.5.8
14602026-03-16T23:18:39.468Z Compiling aes v0.8.4
14612026-03-16T23:18:39.681Z Compiling rustls-pki-types v1.14.0
14622026-03-16T23:18:39.828Z Compiling tracing-attributes v0.1.31
14632026-03-16T23:18:40.041Z Compiling pkcs5 v0.7.1
14642026-03-16T23:18:40.239Z Compiling thiserror v2.0.18
14652026-03-16T23:18:40.272Z Compiling rand v0.9.2
14662026-03-16T23:18:40.368Z Compiling http-body v1.0.1
14672026-03-16T23:18:40.527Z Compiling syn v1.0.109
14682026-03-16T23:18:40.555Z Compiling base64 v0.22.1
14692026-03-16T23:18:40.678Z Compiling openssl-probe v0.2.1
14702026-03-16T23:18:40.855Z Compiling untrusted v0.9.0
14712026-03-16T23:18:40.896Z Compiling schemars v0.8.22
14722026-03-16T23:18:40.915Z Compiling untrusted v0.7.1
14732026-03-16T23:18:40.961Z Compiling httparse v1.10.1
14742026-03-16T23:18:41.123Z Compiling pkcs8 v0.10.2
14752026-03-16T23:18:41.165Z Compiling schemars_derive v0.8.22
14762026-03-16T23:18:41.305Z Compiling pest_derive v2.8.6
14772026-03-16T23:18:41.449Z Compiling scroll_derive v0.13.1
14782026-03-16T23:18:41.620Z Compiling tracing v0.1.44
14792026-03-16T23:18:41.848Z Compiling darling_core v0.20.11
14802026-03-16T23:18:42.023Z Compiling try-lock v0.2.5
14812026-03-16T23:18:42.158Z Compiling tinyvec_macros v0.1.1
14822026-03-16T23:18:42.224Z Compiling tower-service v0.3.3
14832026-03-16T23:18:42.245Z Compiling rustls v0.23.37
14842026-03-16T23:18:42.339Z Compiling tower-layer v0.3.3
14852026-03-16T23:18:42.456Z Compiling dyn-clone v1.0.20
14862026-03-16T23:18:42.549Z Compiling tokio-util v0.7.18
14872026-03-16T23:18:42.552Z Compiling atomic-waker v1.1.2
14882026-03-16T23:18:42.627Z Compiling scroll v0.13.0
14892026-03-16T23:18:42.719Z Compiling tinyvec v1.10.0
14902026-03-16T23:18:42.973Z Compiling want v0.3.1
14912026-03-16T23:18:43.475Z Compiling h2 v0.4.13
14922026-03-16T23:18:43.556Z Compiling ipnet v2.11.0
14932026-03-16T23:18:43.958Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14942026-03-16T23:18:44.225Z Compiling spin v0.9.8
14952026-03-16T23:18:44.456Z Compiling aho-corasick v1.1.4
14962026-03-16T23:18:44.490Z Compiling crc32fast v1.5.0
14972026-03-16T23:18:44.656Z Compiling num-conv v0.2.0
14982026-03-16T23:18:44.826Z Compiling httpdate v1.0.3
14992026-03-16T23:18:44.829Z Compiling pin-utils v0.1.0
15002026-03-16T23:18:44.934Z Compiling foreign-types-shared v0.1.1
15012026-03-16T23:18:45.041Z Compiling powerfmt v0.2.0
15022026-03-16T23:18:45.104Z Compiling darling_macro v0.20.11
15032026-03-16T23:18:45.122Z Compiling openssl v0.10.75
15042026-03-16T23:18:45.304Z Compiling time-core v0.1.8
15052026-03-16T23:18:45.343Z Compiling tempfile v3.25.0
15062026-03-16T23:18:45.430Z Compiling deranged v0.5.8
15072026-03-16T23:18:45.495Z Compiling time-macros v0.2.27
15082026-03-16T23:18:45.695Z Compiling darling v0.20.11
15092026-03-16T23:18:45.799Z Compiling regex-automata v0.4.14
15102026-03-16T23:18:45.843Z Compiling foreign-types v0.3.2
15112026-03-16T23:18:46.819Z Compiling goblin v0.10.5
15122026-03-16T23:18:46.950Z Compiling openssl-macros v0.1.1
15132026-03-16T23:18:47.445Z Compiling hyper v1.8.1
15142026-03-16T23:18:47.532Z Compiling thiserror-impl v1.0.69
15152026-03-16T23:18:48.809Z Compiling wait-timeout v0.2.1
15162026-03-16T23:18:48.831Z Compiling either v1.15.0
15172026-03-16T23:18:49.094Z Compiling quick-error v1.2.3
15182026-03-16T23:18:49.143Z Compiling usdt-impl v0.6.0
15192026-03-16T23:18:49.195Z Compiling simd-adler32 v0.3.8
15202026-03-16T23:18:49.221Z Compiling native-tls v0.2.18
15212026-03-16T23:18:49.393Z Compiling siphasher v1.0.2
15222026-03-16T23:18:49.469Z Compiling bit-vec v0.8.0
15232026-03-16T23:18:49.517Z Compiling num_threads v0.1.7
15242026-03-16T23:18:49.611Z Compiling time v0.3.47
15252026-03-16T23:18:49.651Z Compiling rusty-fork v0.3.1
15262026-03-16T23:18:49.674Z Compiling thiserror v1.0.69
15272026-03-16T23:18:49.762Z Compiling bit-set v0.8.0
15282026-03-16T23:18:49.798Z Compiling hyper-util v0.1.20
15292026-03-16T23:18:50.299Z Compiling derive_builder_core v0.20.2
15302026-03-16T23:18:51.475Z Compiling dof v0.4.0
15312026-03-16T23:18:51.620Z Compiling unicode-normalization v0.1.25
15322026-03-16T23:18:51.842Z Compiling crossbeam-epoch v0.9.18
15332026-03-16T23:18:52.098Z Compiling dtrace-parser v0.3.0
15342026-03-16T23:18:52.262Z Compiling rustls-native-certs v0.8.3
15352026-03-16T23:18:52.281Z Compiling signature v2.2.0
15362026-03-16T23:18:52.507Z Compiling scroll_derive v0.12.1
15372026-03-16T23:18:52.644Z Compiling heapless v0.7.17
15382026-03-16T23:18:52.796Z Compiling rand_xorshift v0.4.0
15392026-03-16T23:18:52.939Z Compiling slog v2.8.2
15402026-03-16T23:18:52.991Z Compiling darling_core v0.21.3
15412026-03-16T23:18:53.141Z Compiling bzip2-sys v0.1.13+1.0.8
15422026-03-16T23:18:53.160Z Compiling sync_wrapper v1.0.2
15432026-03-16T23:18:53.177Z Compiling thread-id v5.1.0
15442026-03-16T23:18:53.280Z Compiling cookie v0.18.1
15452026-03-16T23:18:53.299Z Compiling signal-hook v0.3.18
15462026-03-16T23:18:53.353Z Compiling unicode-segmentation v1.12.0
15472026-03-16T23:18:53.485Z Compiling anyhow v1.0.102
15482026-03-16T23:18:53.505Z Compiling rayon-core v1.13.0
15492026-03-16T23:18:53.509Z Compiling zstd-safe v7.2.4
15502026-03-16T23:18:53.725Z Compiling adler2 v2.0.1
15512026-03-16T23:18:53.766Z Compiling paste v1.0.15
15522026-03-16T23:18:53.859Z Compiling unicode-properties v0.1.4
15532026-03-16T23:18:53.879Z Compiling unicode-bidi v0.3.18
15542026-03-16T23:18:53.897Z Compiling unarray v0.1.4
15552026-03-16T23:18:54.027Z Compiling proptest v1.10.0
15562026-03-16T23:18:54.182Z Compiling miniz_oxide v0.8.9
15572026-03-16T23:18:54.310Z Compiling stringprep v0.1.5
15582026-03-16T23:18:54.387Z Compiling scroll v0.12.0
15592026-03-16T23:18:54.591Z Compiling tower v0.5.3
15602026-03-16T23:18:55.063Z Compiling crossbeam-deque v0.8.6
15612026-03-16T23:18:55.096Z Compiling derive_builder_macro v0.20.2
15622026-03-16T23:18:55.208Z Compiling ipnetwork v0.21.1
15632026-03-16T23:18:55.299Z Compiling http-body-util v0.1.3
15642026-03-16T23:18:55.337Z Compiling webpki-roots v1.0.6
15652026-03-16T23:18:55.486Z Compiling rand_chacha v0.3.1
15662026-03-16T23:18:55.504Z Compiling serde_spanned v0.6.9
15672026-03-16T23:18:55.614Z Compiling serde_tokenstream v0.2.3
15682026-03-16T23:18:55.683Z Compiling toml_datetime v0.6.11
15692026-03-16T23:18:55.686Z Compiling erased-serde v0.3.31
15702026-03-16T23:18:55.721Z Compiling md-5 v0.10.6
15712026-03-16T23:18:55.923Z Compiling zerocopy-derive v0.7.35
15722026-03-16T23:18:56.019Z Compiling curve25519-dalek v4.1.3
15732026-03-16T23:18:56.023Z Compiling vergen-lib v0.1.6
15742026-03-16T23:18:56.260Z Compiling num-integer v0.1.46
15752026-03-16T23:18:56.425Z Compiling hash32 v0.2.1
15762026-03-16T23:18:56.445Z Compiling ff v0.13.1
15772026-03-16T23:18:56.528Z Compiling memoffset v0.9.1
15782026-03-16T23:18:56.555Z Compiling darling_macro v0.21.3
15792026-03-16T23:18:56.614Z Compiling zlib-rs v0.6.2
15802026-03-16T23:18:56.670Z Compiling iri-string v0.7.10
15812026-03-16T23:18:56.750Z Compiling litrs v1.0.0
15822026-03-16T23:18:56.805Z Compiling cfg_aliases v0.2.1
15832026-03-16T23:18:56.898Z Compiling psl-types v2.0.11
15842026-03-16T23:18:57.063Z Compiling fallible-iterator v0.2.0
15852026-03-16T23:18:57.111Z Compiling base16ct v0.2.0
15862026-03-16T23:18:57.213Z Compiling num-bigint-dig v0.8.6
15872026-03-16T23:18:57.334Z Compiling rustix v0.38.44
15882026-03-16T23:18:57.446Z Compiling smoltcp v0.9.1
15892026-03-16T23:18:57.449Z Compiling ref-cast v1.0.25
15902026-03-16T23:18:57.483Z Compiling ryu v1.0.23
15912026-03-16T23:18:57.713Z Compiling serde_urlencoded v0.7.1
15922026-03-16T23:18:57.927Z Compiling document-features v0.2.12
15932026-03-16T23:18:57.944Z Compiling postgres-protocol v0.6.10
15942026-03-16T23:18:57.961Z Compiling newtype-uuid v1.3.2
15952026-03-16T23:18:58.034Z Compiling sec1 v0.7.3
15962026-03-16T23:18:58.384Z Compiling tower-http v0.6.8
15972026-03-16T23:18:58.401Z Compiling darling v0.21.3
15982026-03-16T23:18:58.502Z Compiling zerocopy v0.7.35
15992026-03-16T23:18:58.660Z Compiling publicsuffix v2.3.0
16002026-03-16T23:18:58.680Z Compiling nix v0.31.1
16012026-03-16T23:18:58.917Z Compiling group v0.13.0
16022026-03-16T23:18:58.983Z Compiling num-iter v0.1.45
16032026-03-16T23:18:59.189Z Compiling rand v0.8.5
16042026-03-16T23:18:59.222Z Compiling derive_builder v0.20.2
16052026-03-16T23:18:59.283Z Compiling oxnet v0.1.4
16062026-03-16T23:18:59.507Z Compiling proc-macro-error v1.0.4
16072026-03-16T23:18:59.660Z Compiling tokio-native-tls v0.3.1
16082026-03-16T23:18:59.870Z Compiling goblin v0.8.2
16092026-03-16T23:19:00.516Z Compiling heck v0.4.1
16102026-03-16T23:19:00.635Z Compiling phf_shared v0.13.1
16112026-03-16T23:19:00.670Z Compiling regex v1.12.3
16122026-03-16T23:19:00.810Z Compiling flate2 v1.1.9
16132026-03-16T23:19:00.966Z Compiling hubpack_derive v0.1.1
16142026-03-16T23:19:01.020Z Compiling lazy_static v1.5.0
16152026-03-16T23:19:01.137Z Compiling cargo-platform v0.1.9
16162026-03-16T23:19:01.231Z Compiling hkdf v0.12.4
16172026-03-16T23:19:01.267Z Compiling crypto-bigint v0.5.5
16182026-03-16T23:19:01.370Z Compiling strum_macros v0.27.2
16192026-03-16T23:19:01.437Z Compiling ref-cast-impl v1.0.25
16202026-03-16T23:19:01.473Z Compiling async-trait v0.1.89
16212026-03-16T23:19:01.521Z Compiling curve25519-dalek-derive v0.1.1
16222026-03-16T23:19:02.159Z Compiling daft-derive v0.1.5
16232026-03-16T23:19:02.417Z Compiling terminal_size v0.4.3
16242026-03-16T23:19:02.595Z Compiling vergen v9.0.6
16252026-03-16T23:19:02.818Z Compiling fs-err v3.3.0
16262026-03-16T23:19:02.981Z Compiling ahash v0.8.12
16272026-03-16T23:19:03.054Z Compiling libbz2-rs-sys v0.2.2
16282026-03-16T23:19:03.104Z Compiling bumpalo v3.20.2
16292026-03-16T23:19:03.230Z Compiling object v0.37.3
16302026-03-16T23:19:03.430Z Compiling winnow v0.5.40
16312026-03-16T23:19:03.570Z Compiling foldhash v0.1.5
16322026-03-16T23:19:03.793Z Compiling managed v0.8.0
16332026-03-16T23:19:03.965Z Compiling bitflags v1.3.2
16342026-03-16T23:19:04.080Z Compiling clap_builder v4.5.60
16352026-03-16T23:19:04.102Z Compiling strum v0.27.2
16362026-03-16T23:19:04.233Z Compiling console v0.16.2
16372026-03-16T23:19:04.261Z Compiling hashbrown v0.15.5
16382026-03-16T23:19:04.827Z Compiling bzip2 v0.6.1
16392026-03-16T23:19:04.999Z Compiling zopfli v0.8.3
16402026-03-16T23:19:05.089Z Compiling daft v0.1.5
16412026-03-16T23:19:05.163Z Compiling dof v0.3.0
16422026-03-16T23:19:05.223Z Compiling toml_edit v0.19.15
16432026-03-16T23:19:05.441Z Compiling elliptic-curve v0.13.8
16442026-03-16T23:19:05.966Z Compiling hubpack v0.1.2
16452026-03-16T23:19:06.012Z Compiling cargo_metadata v0.19.2
16462026-03-16T23:19:06.245Z Compiling phf v0.13.1
16472026-03-16T23:19:06.460Z Compiling zone_cfg_derive v0.3.1
16482026-03-16T23:19:07.340Z Compiling signal-hook-mio v0.2.5
16492026-03-16T23:19:07.488Z Compiling zstd v0.13.3
16502026-03-16T23:19:07.860Z Compiling cookie_store v0.22.1
16512026-03-16T23:19:08.256Z Compiling bzip2 v0.4.4
16522026-03-16T23:19:08.397Z Compiling rayon v1.11.0
16532026-03-16T23:19:08.417Z Compiling hyper-tls v0.6.0
16542026-03-16T23:19:08.656Z Compiling serde_with_macros v3.17.0
16552026-03-16T23:19:08.708Z Compiling postgres-types v0.2.12
16562026-03-16T23:19:08.988Z Compiling usdt-attr-macro v0.6.0
16572026-03-16T23:19:09.421Z Compiling usdt-macro v0.6.0
16582026-03-16T23:19:09.468Z Compiling ed25519 v2.2.3
16592026-03-16T23:19:10.039Z Compiling dtrace-parser v0.2.0
16602026-03-16T23:19:10.186Z Compiling phf_shared v0.11.3
16612026-03-16T23:19:10.317Z Compiling itertools v0.12.1
16622026-03-16T23:19:10.369Z Compiling bstr v1.12.1
16632026-03-16T23:19:10.428Z Compiling pkcs1 v0.7.5
16642026-03-16T23:19:10.609Z Compiling serde-big-array v0.5.1
16652026-03-16T23:19:10.792Z Compiling hex v0.4.3
16662026-03-16T23:19:10.869Z Compiling rfc6979 v0.4.0
16672026-03-16T23:19:10.968Z Compiling serde_repr v0.1.20
16682026-03-16T23:19:11.020Z Compiling strum_macros v0.26.4
16692026-03-16T23:19:11.084Z Compiling clap_derive v4.5.55
16702026-03-16T23:19:11.149Z Compiling enum-as-inner v0.6.1
16712026-03-16T23:19:11.250Z Compiling float-cmp v0.10.0
16722026-03-16T23:19:11.438Z Compiling memmap2 v0.9.10
16732026-03-16T23:19:11.652Z Compiling thread-id v4.2.2
16742026-03-16T23:19:11.766Z Compiling env_filter v1.0.0
16752026-03-16T23:19:11.785Z Compiling encoding_rs v0.8.35
16762026-03-16T23:19:11.806Z Compiling rustc-hash v2.1.1
16772026-03-16T23:19:11.962Z Compiling jiff v0.2.21
16782026-03-16T23:19:12.038Z Compiling fixedbitset v0.5.7
16792026-03-16T23:19:12.171Z Compiling static_assertions v1.1.0
16802026-03-16T23:19:12.269Z Compiling whoami v2.1.0
16812026-03-16T23:19:12.456Z Compiling normalize-line-endings v0.3.0
16822026-03-16T23:19:12.578Z Compiling data-encoding v2.10.0
16832026-03-16T23:19:12.783Z Compiling new_debug_unreachable v1.0.6
16842026-03-16T23:19:12.876Z Compiling keccak v0.1.6
16852026-03-16T23:19:13.484Z Compiling unit-prefix v0.5.2
16862026-03-16T23:19:13.560Z Compiling mime v0.3.17
16872026-03-16T23:19:13.580Z Compiling fixedbitset v0.4.2
16882026-03-16T23:19:13.601Z Compiling precomputed-hash v0.1.1
16892026-03-16T23:19:13.666Z Compiling difflib v0.4.0
16902026-03-16T23:19:13.707Z Compiling predicates-core v1.0.10
16912026-03-16T23:19:13.856Z Compiling petgraph v0.6.5
16922026-03-16T23:19:13.859Z Compiling toml_edit v0.22.27
16932026-03-16T23:19:13.893Z Compiling string_cache v0.8.9
16942026-03-16T23:19:13.934Z Compiling indicatif v0.18.4
16952026-03-16T23:19:13.986Z Compiling predicates v3.1.4
16962026-03-16T23:19:14.182Z Compiling clap v4.5.60
16972026-03-16T23:19:14.286Z Compiling strum v0.26.3
16982026-03-16T23:19:14.420Z Compiling sha3 v0.10.8
16992026-03-16T23:19:14.448Z Compiling hickory-proto v0.25.2
17002026-03-16T23:19:14.876Z Compiling tokio-postgres v0.7.16
17012026-03-16T23:19:15.013Z Compiling petgraph v0.8.3
17022026-03-16T23:19:15.108Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032026-03-16T23:19:15.907Z Compiling zip v4.6.1
17042026-03-16T23:19:17.223Z Compiling env_logger v0.11.9
17052026-03-16T23:19:17.705Z Compiling iddqd v0.3.17
17062026-03-16T23:19:17.724Z Compiling zone v0.3.1
17072026-03-16T23:19:17.784Z Compiling usdt-impl v0.5.0
17082026-03-16T23:19:17.857Z Compiling usdt v0.6.0
17092026-03-16T23:19:17.895Z Compiling serde_with v3.17.0
17102026-03-16T23:19:18.187Z Compiling ecdsa v0.16.9
17112026-03-16T23:19:18.559Z Compiling similar v2.7.0
17122026-03-16T23:19:18.638Z Compiling rsa v0.9.10
17132026-03-16T23:19:18.711Z Compiling crossterm v0.28.1
17142026-03-16T23:19:18.935Z Compiling ed25519-dalek v2.2.0
17152026-03-16T23:19:19.721Z Compiling zip v0.6.6
17162026-03-16T23:19:20.278Z Compiling toml v0.7.8
17172026-03-16T23:19:20.795Z Compiling toml_parser v1.0.9+spec-1.1.0
17182026-03-16T23:19:20.855Z Compiling itertools v0.13.0
17192026-03-16T23:19:20.982Z Compiling tokio-stream v0.1.18
17202026-03-16T23:19:21.127Z Compiling buf-list v1.1.2
17212026-03-16T23:19:21.259Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17222026-03-16T23:19:21.482Z Compiling x509-cert v0.2.5
17232026-03-16T23:19:21.613Z Compiling openapiv3 v2.2.0
17242026-03-16T23:19:21.657Z Compiling sha1 v0.10.6
17252026-03-16T23:19:21.715Z Compiling toml_datetime v0.7.5+spec-1.1.0
17262026-03-16T23:19:21.950Z Compiling lalrpop-util v0.19.12
17272026-03-16T23:19:22.107Z Compiling peg-runtime v0.8.5
17282026-03-16T23:19:22.197Z Compiling thread_local v1.1.9
17292026-03-16T23:19:22.475Z Compiling slog-async v2.8.0
17302026-03-16T23:19:22.531Z Compiling crossbeam-channel v0.5.15
17312026-03-16T23:19:22.577Z Compiling futures-executor v0.3.32
17322026-03-16T23:19:22.815Z Compiling is-terminal v0.4.17
17332026-03-16T23:19:22.875Z Compiling filetime v0.2.27
17342026-03-16T23:19:22.913Z Compiling xattr v1.6.1
17352026-03-16T23:19:22.948Z Compiling take_mut v0.2.2
17362026-03-16T23:19:23.089Z Compiling term v1.2.1
17372026-03-16T23:19:23.130Z Compiling tar v0.4.44
17382026-03-16T23:19:23.146Z Compiling futures v0.3.32
17392026-03-16T23:19:23.718Z Compiling slog-term v2.9.2
17402026-03-16T23:19:30.331Z Compiling rustls-webpki v0.103.9
17412026-03-16T23:19:34.372Z Compiling tokio-rustls v0.26.4
17422026-03-16T23:19:34.372Z Compiling rustls-platform-verifier v0.6.2
17432026-03-16T23:19:34.624Z Compiling hyper-rustls v0.27.7
17442026-03-16T23:19:34.887Z Compiling reqwest v0.13.2
17452026-03-16T23:19:34.904Z Compiling reqwest v0.12.28
17462026-03-16T23:19:37.939Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17472026-03-16T23:19:38.214Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17482026-03-16T23:19:42.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17492026-03-16T23:19:42.272Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17502026-03-16T23:19:42.333ZMar 16 23:19:41.805 INFO Starting download, target: Clickhouse
17512026-03-16T23:19:42.333ZMar 16 23:19:41.805 INFO Starting download, target: DendriteStub
17522026-03-16T23:19:42.333ZMar 16 23:19:41.805 INFO Starting download, target: TransceiverControl
17532026-03-16T23:19:42.333ZMar 16 23:19:41.805 INFO Starting download, target: Console
17542026-03-16T23:19:42.333ZMar 16 23:19:41.805 INFO Starting download, target: MaghemiteMgd
17552026-03-16T23:19:42.337ZMar 16 23:19:41.805 INFO Starting download, target: Cockroach
17562026-03-16T23:19:42.337ZMar 16 23:19:41.805 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17572026-03-16T23:19:42.337ZMar 16 23:19:41.805 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-03-16T23:19:42.337ZMar 16 23:19:41.806 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17592026-03-16T23:19:42.337ZMar 16 23:19:41.806 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-03-16T23:19:42.337ZMar 16 23:19:41.806 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17612026-03-16T23:19:42.337ZMar 16 23:19:41.806 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-03-16T23:19:42.717ZMar 16 23:19:42.184 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17632026-03-16T23:19:43.046ZMar 16 23:19:42.515 INFO Download complete, target: TransceiverControl
17642026-03-16T23:19:43.396ZMar 16 23:19:42.867 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17652026-03-16T23:19:43.768ZMar 16 23:19:43.238 INFO Download complete, target: Console
17662026-03-16T23:19:43.955ZMar 16 23:19:43.426 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672026-03-16T23:19:44.060ZMar 16 23:19:43.530 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-03-16T23:19:44.354ZMar 16 23:19:43.825 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-03-16T23:19:44.743ZMar 16 23:19:44.215 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17702026-03-16T23:19:44.743ZMar 16 23:19:44.215 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17712026-03-16T23:19:47.580ZMar 16 23:19:47.050 INFO Download complete, target: DendriteStub
17722026-03-16T23:19:47.652ZMar 16 23:19:47.123 INFO Download complete, target: MaghemiteMgd
17732026-03-16T23:19:52.357ZMar 16 23:19:51.820 INFO Checking that binary works, target: Cockroach
17742026-03-16T23:19:52.481ZMar 16 23:19:51.938 INFO Download complete, target: Cockroach
17752026-03-16T23:19:55.397ZMar 16 23:19:54.867 INFO Checking that binary works, target: Clickhouse
17762026-03-16T23:19:55.540ZMar 16 23:19:55.009 INFO Download complete, target: Clickhouse
17772026-03-16T23:19:55.557ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-03-16T23:19:55.561Z
17792026-03-16T23:19:55.561Zreal 3:56.616295976
17802026-03-16T23:19:55.561Zuser 10:23.771805658
17812026-03-16T23:19:55.561Zsys 1:47.499583172
17822026-03-16T23:19:55.561Ztrap 0.336606847
17832026-03-16T23:19:55.561Ztflt 0.672510994
17842026-03-16T23:19:55.561Zdflt 0.540455447
17852026-03-16T23:19:55.561Zkflt 0.023467623
17862026-03-16T23:19:55.561Zlock 30:24.842286030
17872026-03-16T23:19:55.561Zslp 29:18.281724952
17882026-03-16T23:19:55.561Zlat 54.873376873
17892026-03-16T23:19:55.561Zstop 2:35.029930947
17902026-03-16T23:19:55.561Z+ banner clippy
17912026-03-16T23:19:55.561Z
17922026-03-16T23:19:55.561Z #### # # ##### ##### # #
17932026-03-16T23:19:55.561Z # # # # # # # # # #
17942026-03-16T23:19:55.561Z # # # # # # # #
17952026-03-16T23:19:55.561Z # # # ##### ##### #
17962026-03-16T23:19:55.561Z # # # # # # #
17972026-03-16T23:19:55.561Z #### ###### # # # #
17982026-03-16T23:19:55.561Z
17992026-03-16T23:19:55.565Z+ export CARGO_INCREMENTAL=0
18002026-03-16T23:19:55.565Z+ CARGO_INCREMENTAL=0
18012026-03-16T23:19:55.565Z+ ptime -m cargo xtask clippy
18022026-03-16T23:19:56.256Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-03-16T23:19:56.533Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-03-16T23:19:59.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
18052026-03-16T23:19:59.136Z Running `target/debug/xtask clippy`
18062026-03-16T23:19:59.165Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18072026-03-16T23:19:59.939Z Downloading crates ...
18082026-03-16T23:20:00.196Z Downloaded constant_time_eq v0.3.1
18092026-03-16T23:20:00.203Z Downloaded addr2line v0.25.1
18102026-03-16T23:20:00.209Z Downloaded stringmetrics v2.2.2
18112026-03-16T23:20:00.213Z Downloaded path-tree v0.8.3
18122026-03-16T23:20:00.217Z Downloaded tinytemplate v1.2.1
18132026-03-16T23:20:00.217Z Downloaded similar-asserts v1.7.0
18142026-03-16T23:20:00.238Z Downloaded terminal_size v0.1.17
18152026-03-16T23:20:00.241Z Downloaded cargo-platform v0.3.2
18162026-03-16T23:20:00.241Z Downloaded termcolor v1.4.1
18172026-03-16T23:20:00.241Z Downloaded supports-unicode v2.1.0
18182026-03-16T23:20:00.241Z Downloaded pathdiff v0.2.3
18192026-03-16T23:20:00.245Z Downloaded guppy-workspace-hack v0.1.0
18202026-03-16T23:20:00.245Z Downloaded rand_distr v0.5.1
18212026-03-16T23:20:00.248Z Downloaded cast v0.3.0
18222026-03-16T23:20:00.252Z Downloaded escape8259 v0.5.3
18232026-03-16T23:20:00.259Z Downloaded approx v0.5.1
18242026-03-16T23:20:00.262Z Downloaded parking v2.2.1
18252026-03-16T23:20:00.262Z Downloaded linkme-impl v0.3.35
18262026-03-16T23:20:00.265Z Downloaded target-triple v1.0.0
18272026-03-16T23:20:00.268Z Downloaded nested v0.1.1
18282026-03-16T23:20:00.268Z Downloaded supports-hyperlinks v2.1.0
18292026-03-16T23:20:00.272Z Downloaded supports-color v2.1.0
18302026-03-16T23:20:00.275Z Downloaded miette-derive v5.10.0
18312026-03-16T23:20:00.275Z Downloaded backtrace-ext v0.2.1
18322026-03-16T23:20:00.277Z Downloaded serde_regex v1.1.0
18332026-03-16T23:20:00.277Z Downloaded assert_cmd v2.1.2
18342026-03-16T23:20:00.281Z Downloaded assert-json-diff v2.0.2
18352026-03-16T23:20:00.284Z Downloaded plotters-svg v0.3.7
18362026-03-16T23:20:00.284Z Downloaded async-object-pool v0.2.0
18372026-03-16T23:20:00.290Z Downloaded plotters-backend v0.3.7
18382026-03-16T23:20:00.293Z Downloaded rustc-demangle v0.1.27
18392026-03-16T23:20:00.293Z Downloaded chumsky v0.9.3
18402026-03-16T23:20:00.296Z Downloaded cargo_metadata v0.23.1
18412026-03-16T23:20:00.299Z Downloaded oorandom v11.1.5
18422026-03-16T23:20:00.299Z Downloaded futures-timer v3.0.3
18432026-03-16T23:20:00.302Z Downloaded anes v0.1.6
18442026-03-16T23:20:00.302Z Downloaded linkme v0.3.35
18452026-03-16T23:20:00.305Z Downloaded owo-colors v3.5.0
18462026-03-16T23:20:00.305Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18472026-03-16T23:20:00.308Z Downloaded blake2b_simd v1.0.4
18482026-03-16T23:20:00.308Z Downloaded relative-path v1.9.3
18492026-03-16T23:20:00.312Z Downloaded libtest-mimic v0.8.1
18502026-03-16T23:20:00.312Z Downloaded concurrent-queue v2.5.0
18512026-03-16T23:20:00.314Z Downloaded event-listener-strategy v0.5.4
18522026-03-16T23:20:00.315Z Downloaded target-spec v3.5.7
18532026-03-16T23:20:00.318Z Downloaded criterion-plot v0.6.0
18542026-03-16T23:20:00.318Z Downloaded partial-io v0.5.4
18552026-03-16T23:20:00.320Z Downloaded trybuild v1.0.116
18562026-03-16T23:20:00.323Z Downloaded target-lexicon v0.13.3
18572026-03-16T23:20:00.323Z Downloaded async-lock v3.4.2
18582026-03-16T23:20:00.326Z Downloaded httptest v0.16.4
18592026-03-16T23:20:00.329Z Downloaded rust-argon2 v2.1.0
18602026-03-16T23:20:00.329Z Downloaded datatest-stable v0.3.3
18612026-03-16T23:20:00.332Z Downloaded knuffel-derive v3.2.0
18622026-03-16T23:20:00.335Z Downloaded backtrace v0.3.76
18632026-03-16T23:20:00.338Z Downloaded cfg-expr v0.20.6
18642026-03-16T23:20:00.341Z Downloaded event-listener v5.4.1
18652026-03-16T23:20:00.341Z Downloaded toml v1.0.3+spec-1.1.0
18662026-03-16T23:20:00.344Z Downloaded rstest_macros v0.25.0
18672026-03-16T23:20:00.348Z Downloaded rstest v0.25.0
18682026-03-16T23:20:00.351Z Downloaded textwrap v0.15.2
18692026-03-16T23:20:00.357Z Downloaded miette v5.10.0
18702026-03-16T23:20:00.361Z Downloaded knuffel v3.2.0
18712026-03-16T23:20:00.365Z Downloaded guppy v0.17.25
18722026-03-16T23:20:00.370Z Downloaded fancy-regex v0.14.0
18732026-03-16T23:20:00.377Z Downloaded hashbrown v0.14.5
18742026-03-16T23:20:00.380Z Downloaded plotters v0.3.7
18752026-03-16T23:20:00.387Z Downloaded criterion v0.7.0
18762026-03-16T23:20:00.395Z Downloaded gimli v0.32.3
18772026-03-16T23:20:00.495Z Downloaded httpmock v0.8.3
18782026-03-16T23:20:02.669Z Checking cfg-if v1.0.4
18792026-03-16T23:20:03.076Z Checking libc v0.2.180
18802026-03-16T23:20:03.079Z Checking serde_core v1.0.228
18812026-03-16T23:20:03.169Z Checking memchr v2.8.0
18822026-03-16T23:20:03.218Z Checking smallvec v1.15.1
18832026-03-16T23:20:03.267Z Checking log v0.4.29
18842026-03-16T23:20:03.271Z Checking itoa v1.0.17
18852026-03-16T23:20:03.367Z Checking zeroize v1.8.2
18862026-03-16T23:20:03.423Z Checking libm v0.2.16
18872026-03-16T23:20:03.489Z Checking scopeguard v1.2.0
18882026-03-16T23:20:03.542Z Checking stable_deref_trait v1.2.1
18892026-03-16T23:20:03.595Z Checking zmij v1.0.21
18902026-03-16T23:20:03.648Z Checking zerofrom v0.1.6
18912026-03-16T23:20:03.701Z Checking errno v0.3.14
18922026-03-16T23:20:03.701Z Checking getrandom v0.2.17
18932026-03-16T23:20:03.704Z Checking lock_api v0.4.14
18942026-03-16T23:20:03.848Z Checking percent-encoding v2.3.2
18952026-03-16T23:20:03.895Z Checking yoke v0.8.1
18962026-03-16T23:20:03.940Z Checking writeable v0.6.2
18972026-03-16T23:20:03.987Z Checking litemap v0.8.1
18982026-03-16T23:20:04.030Z Checking subtle v2.6.1
18992026-03-16T23:20:04.080Z Checking icu_normalizer_data v2.1.1
19002026-03-16T23:20:04.083Z Checking icu_properties_data v2.1.2
19012026-03-16T23:20:04.170Z Checking zerovec v0.11.5
19022026-03-16T23:20:04.216Z Checking zerotrie v0.2.3
19032026-03-16T23:20:04.220Z Checking form_urlencoded v1.2.2
19042026-03-16T23:20:04.308Z Checking rand_core v0.6.4
19052026-03-16T23:20:04.311Z Checking portable-atomic v1.13.1
19062026-03-16T23:20:04.400Z Checking utf8_iter v1.0.4
19072026-03-16T23:20:04.447Z Checking num-traits v0.2.19
19082026-03-16T23:20:04.496Z Checking pin-project-lite v0.2.17
19092026-03-16T23:20:04.572Z Checking zerocopy v0.8.40
19102026-03-16T23:20:04.620Z Checking critical-section v1.2.0
19112026-03-16T23:20:04.669Z Checking parking_lot_core v0.9.12
19122026-03-16T23:20:04.716Z Checking rand_core v0.10.0
19132026-03-16T23:20:04.789Z Checking signal-hook-registry v1.4.8
19142026-03-16T23:20:04.837Z Checking tinystr v0.8.2
19152026-03-16T23:20:04.933Z Checking potential_utf v0.1.4
19162026-03-16T23:20:04.980Z Checking parking_lot v0.12.5
19172026-03-16T23:20:04.983Z Checking once_cell v1.21.3
19182026-03-16T23:20:05.071Z Checking getrandom v0.4.1
19192026-03-16T23:20:05.122Z Checking icu_locale_core v2.1.1
19202026-03-16T23:20:05.164Z Checking icu_collections v2.1.1
19212026-03-16T23:20:05.261Z Checking mio v1.1.1
19222026-03-16T23:20:05.313Z Checking serde v1.0.228
19232026-03-16T23:20:05.313Z Checking bitflags v2.11.0
19242026-03-16T23:20:05.316Z Checking serde_json v1.0.149
19252026-03-16T23:20:05.448Z Checking typenum v1.19.0
19262026-03-16T23:20:05.603Z Checking socket2 v0.6.2
19272026-03-16T23:20:05.669Z Checking thiserror v2.0.18
19282026-03-16T23:20:05.716Z Checking iana-time-zone v0.1.65
19292026-03-16T23:20:05.843Z Checking allocator-api2 v0.2.21
19302026-03-16T23:20:05.896Z Checking uuid v1.21.0
19312026-03-16T23:20:05.944Z Checking bytes v1.11.1
19322026-03-16T23:20:05.947Z Checking icu_provider v2.1.1
19332026-03-16T23:20:06.035Z Checking chrono v0.4.44
19342026-03-16T23:20:06.213Z Checking generic-array v0.14.7
19352026-03-16T23:20:06.261Z Checking semver v1.0.27
19362026-03-16T23:20:06.308Z Checking icu_properties v2.1.2
19372026-03-16T23:20:06.356Z Checking icu_normalizer v2.1.1
19382026-03-16T23:20:06.405Z Checking futures-core v0.3.32
19392026-03-16T23:20:06.577Z Checking equivalent v1.0.2
19402026-03-16T23:20:06.629Z Checking tokio v1.49.0
19412026-03-16T23:20:06.699Z Checking dyn-clone v1.0.20
19422026-03-16T23:20:06.752Z Checking const-oid v0.9.6
19432026-03-16T23:20:06.796Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19442026-03-16T23:20:06.867Z Checking foldhash v0.2.0
19452026-03-16T23:20:06.913Z Checking crypto-common v0.1.7
19462026-03-16T23:20:07.127Z Checking hashbrown v0.16.1
19472026-03-16T23:20:07.132Z Checking block-buffer v0.10.4
19482026-03-16T23:20:07.224Z Checking futures-sink v0.3.32
19492026-03-16T23:20:07.261Z Checking rustix v1.1.3
19502026-03-16T23:20:07.331Z Checking byteorder v1.5.0
19512026-03-16T23:20:07.379Z Checking futures-channel v0.3.32
19522026-03-16T23:20:07.494Z Checking idna_adapter v1.2.1
19532026-03-16T23:20:07.634Z Checking futures-io v0.3.32
19542026-03-16T23:20:07.681Z Checking futures-task v0.3.32
19552026-03-16T23:20:07.684Z Checking idna v1.1.0
19562026-03-16T23:20:07.792Z Checking digest v0.10.7
19572026-03-16T23:20:07.838Z Checking slab v0.4.12
19582026-03-16T23:20:07.885Z Checking cpufeatures v0.2.17
19592026-03-16T23:20:07.931Z Checking indexmap v2.13.0
19602026-03-16T23:20:08.009Z Checking thiserror v1.0.69
19612026-03-16T23:20:08.070Z Checking url v2.5.8
19622026-03-16T23:20:08.117Z Checking getrandom v0.3.4
19632026-03-16T23:20:08.120Z Checking futures-util v0.3.32
19642026-03-16T23:20:08.209Z Checking fnv v1.0.7
19652026-03-16T23:20:08.336Z Checking regex-syntax v0.8.10
19662026-03-16T23:20:08.384Z Checking http v1.4.0
19672026-03-16T23:20:08.478Z Checking tracing-core v0.1.36
19682026-03-16T23:20:08.565Z Checking ppv-lite86 v0.2.21
19692026-03-16T23:20:08.697Z Checking schemars v0.8.22
19702026-03-16T23:20:08.745Z Checking base64 v0.22.1
19712026-03-16T23:20:08.955Z Checking tracing v0.1.44
19722026-03-16T23:20:09.037Z Checking unicode-ident v1.0.24
19732026-03-16T23:20:09.096Z Checking ipnet v2.11.0
19742026-03-16T23:20:09.215Z Checking utf8parse v0.2.2
19752026-03-16T23:20:09.262Z Checking anstyle v1.0.13
19762026-03-16T23:20:09.307Z Checking proc-macro2 v1.0.106
19772026-03-16T23:20:09.378Z Checking untrusted v0.9.0
19782026-03-16T23:20:09.477Z Checking anstyle-parse v0.2.7
19792026-03-16T23:20:09.537Z Checking aho-corasick v1.1.4
19802026-03-16T23:20:09.583Z Checking ring v0.17.14
19812026-03-16T23:20:09.645Z Checking colorchoice v1.0.4
19822026-03-16T23:20:09.707Z Checking anstyle-query v1.1.5
19832026-03-16T23:20:09.762Z Checking quote v1.0.44
19842026-03-16T23:20:09.810Z Checking is_terminal_polyfill v1.70.2
19852026-03-16T23:20:09.863Z Checking base64ct v1.8.3
19862026-03-16T23:20:09.959Z Checking anstream v0.6.21
19872026-03-16T23:20:10.024Z Checking syn v2.0.117
19882026-03-16T23:20:10.194Z Checking block-padding v0.3.3
19892026-03-16T23:20:10.241Z Checking terminal_size v0.4.3
19902026-03-16T23:20:10.286Z Checking rustls-pki-types v1.14.0
19912026-03-16T23:20:10.397Z Checking inout v0.1.4
19922026-03-16T23:20:10.444Z Checking crossbeam-utils v0.8.21
19932026-03-16T23:20:10.500Z Checking regex-automata v0.4.14
19942026-03-16T23:20:10.616Z Checking httparse v1.10.1
19952026-03-16T23:20:10.711Z Checking cipher v0.4.4
19962026-03-16T23:20:10.896Z Checking strsim v0.11.1
19972026-03-16T23:20:10.949Z Checking clap_lex v1.0.0
19982026-03-16T23:20:10.955Z Checking tokio-util v0.7.18
19992026-03-16T23:20:10.955Z Checking sha2 v0.10.9
20002026-03-16T23:20:11.154Z Checking pem-rfc7468 v0.7.0
20012026-03-16T23:20:11.160Z Checking http-body v1.0.1
20022026-03-16T23:20:11.199Z Checking rand_core v0.9.5
20032026-03-16T23:20:11.301Z Checking clap_builder v4.5.60
20042026-03-16T23:20:11.394Z Checking atomic-waker v1.1.2
20052026-03-16T23:20:11.448Z Checking hmac v0.12.1
20062026-03-16T23:20:11.453Z Checking httpdate v1.0.3
20072026-03-16T23:20:11.538Z Checking try-lock v0.2.5
20082026-03-16T23:20:11.582Z Checking tower-service v0.3.3
20092026-03-16T23:20:11.645Z Checking pin-utils v0.1.0
20102026-03-16T23:20:11.694Z Checking want v0.3.1
20112026-03-16T23:20:11.741Z Checking flagset v0.4.7
20122026-03-16T23:20:11.751Z Checking ryu v1.0.23
20132026-03-16T23:20:11.830Z Checking tower-layer v0.3.3
20142026-03-16T23:20:11.881Z Checking rand_chacha v0.9.0
20152026-03-16T23:20:11.933Z Checking der v0.7.10
20162026-03-16T23:20:11.982Z Checking h2 v0.4.13
20172026-03-16T23:20:12.030Z Checking erased-serde v0.3.31
20182026-03-16T23:20:12.074Z Checking spin v0.9.8
20192026-03-16T23:20:12.181Z Checking rand v0.9.2
20202026-03-16T23:20:12.348Z Checking anyhow v1.0.102
20212026-03-16T23:20:12.636Z Checking slog v2.8.2
20222026-03-16T23:20:12.679Z Checking powerfmt v0.2.0
20232026-03-16T23:20:12.849Z Checking num_threads v0.1.7
20242026-03-16T23:20:12.910Z Checking deranged v0.5.8
20252026-03-16T23:20:12.984Z Checking time-core v0.1.8
20262026-03-16T23:20:13.034Z Checking num-conv v0.2.0
20272026-03-16T23:20:13.080Z Checking clap v4.5.60
20282026-03-16T23:20:13.080Z Checking http-body-util v0.1.3
20292026-03-16T23:20:13.085Z Checking aws-lc-sys v0.37.1
20302026-03-16T23:20:13.216Z Checking untrusted v0.7.1
20312026-03-16T23:20:13.264Z Checking openssl-probe v0.2.1
20322026-03-16T23:20:13.267Z Checking fastrand v2.3.0
20332026-03-16T23:20:13.356Z Checking regex v1.12.3
20342026-03-16T23:20:13.404Z Checking spki v0.7.3
20352026-03-16T23:20:13.407Z Checking serde_urlencoded v0.7.1
20362026-03-16T23:20:13.496Z Checking pbkdf2 v0.12.2
20372026-03-16T23:20:13.573Z Checking aes v0.8.4
20382026-03-16T23:20:13.652Z Checking rand_chacha v0.3.1
20392026-03-16T23:20:13.699Z Checking unicode-width v0.2.0
20402026-03-16T23:20:13.772Z Checking pretty-hex v0.4.1
20412026-03-16T23:20:13.820Z Checking cbc v0.1.2
20422026-03-16T23:20:13.919Z Checking aws-lc-rs v1.16.0
20432026-03-16T23:20:13.968Z Checking salsa20 v0.10.2
20442026-03-16T23:20:14.015Z Checking rand v0.8.5
20452026-03-16T23:20:14.019Z Checking ipnetwork v0.21.1
20462026-03-16T23:20:14.106Z Checking tempfile v3.25.0
20472026-03-16T23:20:14.156Z Checking hex v0.4.3
20482026-03-16T23:20:14.203Z Checking scrypt v0.11.0
20492026-03-16T23:20:14.263Z Checking time v0.3.47
20502026-03-16T23:20:14.377Z Checking plain v0.2.3
20512026-03-16T23:20:14.426Z Checking pkcs5 v0.7.1
20522026-03-16T23:20:14.429Z Checking rustls-native-certs v0.8.3
20532026-03-16T23:20:14.518Z Checking sync_wrapper v1.0.2
20542026-03-16T23:20:14.564Z Checking camino v1.2.2
20552026-03-16T23:20:14.671Z Checking ucd-trie v0.1.7
20562026-03-16T23:20:14.718Z Checking tower v0.5.3
20572026-03-16T23:20:14.766Z Checking webpki-roots v1.0.6
20582026-03-16T23:20:14.815Z Checking pkcs8 v0.10.2
20592026-03-16T23:20:14.874Z Checking pest v2.8.6
20602026-03-16T23:20:14.947Z Checking iri-string v0.7.10
20612026-03-16T23:20:14.950Z Checking either v1.15.0
20622026-03-16T23:20:15.082Z Checking mime v0.3.17
20632026-03-16T23:20:15.131Z Checking rustls-webpki v0.103.9
20642026-03-16T23:20:15.238Z Checking openapiv3 v2.2.0
20652026-03-16T23:20:15.290Z Checking winnow v0.7.14
20662026-03-16T23:20:15.353Z Checking oxnet v0.1.4
20672026-03-16T23:20:15.611Z Checking hyper v1.8.1
20682026-03-16T23:20:15.701Z Checking lazy_static v1.5.0
20692026-03-16T23:20:15.748Z Checking rustls v0.23.37
20702026-03-16T23:20:15.851Z Checking foreign-types-shared v0.1.1
20712026-03-16T23:20:15.901Z Checking static_assertions v1.1.0
20722026-03-16T23:20:15.994Z Checking foreign-types v0.3.2
20732026-03-16T23:20:16.041Z Checking signature v2.2.0
20742026-03-16T23:20:16.119Z Checking openssl-sys v0.9.111
20752026-03-16T23:20:16.243Z Checking encoding_rs v0.8.35
20762026-03-16T23:20:16.378Z Checking simd-adler32 v0.3.8
20772026-03-16T23:20:16.492Z Checking tower-http v0.6.8
20782026-03-16T23:20:16.647Z Checking hubpack v0.1.2
20792026-03-16T23:20:16.802Z Checking openssl v0.10.75
20802026-03-16T23:20:16.889Z Checking hyper-util v0.1.20
20812026-03-16T23:20:16.938Z Checking adler2 v2.0.1
20822026-03-16T23:20:16.941Z Checking strum v0.26.3
20832026-03-16T23:20:17.029Z Checking sha1 v0.10.6
20842026-03-16T23:20:17.077Z Checking tinyvec_macros v0.1.1
20852026-03-16T23:20:17.124Z Checking miniz_oxide v0.8.9
20862026-03-16T23:20:17.172Z Checking data-encoding v2.10.0
20872026-03-16T23:20:17.219Z Checking tinyvec v1.10.0
20882026-03-16T23:20:17.275Z Checking serde_spanned v0.6.9
20892026-03-16T23:20:17.473Z Checking toml_datetime v0.6.11
20902026-03-16T23:20:17.559Z Checking num-integer v0.1.46
20912026-03-16T23:20:17.610Z Checking scroll v0.13.0
20922026-03-16T23:20:17.655Z Checking memmap2 v0.9.10
20932026-03-16T23:20:17.702Z Checking bit-vec v0.8.0
20942026-03-16T23:20:17.749Z Checking base16ct v0.2.0
20952026-03-16T23:20:17.898Z Checking dtrace-parser v0.3.0
20962026-03-16T23:20:17.901Z Checking crossbeam-epoch v0.9.18
20972026-03-16T23:20:17.992Z Checking bit-set v0.8.0
20982026-03-16T23:20:17.995Z Checking goblin v0.10.5
20992026-03-16T23:20:17.995Z Checking sec1 v0.7.3
21002026-03-16T23:20:18.215Z Checking crc32fast v1.5.0
21012026-03-16T23:20:18.263Z Checking ff v0.13.1
21022026-03-16T23:20:18.308Z Checking wait-timeout v0.2.1
21032026-03-16T23:20:18.357Z Checking thread-id v5.1.0
21042026-03-16T23:20:18.429Z Checking num-iter v0.1.45
21052026-03-16T23:20:18.477Z Checking group v0.13.0
21062026-03-16T23:20:18.524Z Checking bstr v1.12.1
21072026-03-16T23:20:18.527Z Checking hkdf v0.12.4
21082026-03-16T23:20:18.617Z Checking ahash v0.8.12
21092026-03-16T23:20:18.665Z Checking crypto-bigint v0.5.5
21102026-03-16T23:20:18.711Z Checking quick-error v1.2.3
21112026-03-16T23:20:18.760Z Checking rand_xorshift v0.4.0
21122026-03-16T23:20:18.882Z Checking rusty-fork v0.3.1
21132026-03-16T23:20:18.931Z Checking scroll v0.12.0
21142026-03-16T23:20:18.978Z Checking unarray v0.1.4
21152026-03-16T23:20:19.026Z Checking tokio-rustls v0.26.4
21162026-03-16T23:20:19.137Z Checking num-bigint-dig v0.8.6
21172026-03-16T23:20:19.187Z Checking proptest v1.10.0
21182026-03-16T23:20:19.190Z Checking pkcs1 v0.7.5
21192026-03-16T23:20:19.278Z Checking goblin v0.8.2
21202026-03-16T23:20:19.361Z Checking hyper-rustls v0.27.7
21212026-03-16T23:20:19.548Z Checking x509-cert v0.2.5
21222026-03-16T23:20:19.674Z Checking zerocopy v0.7.35
21232026-03-16T23:20:19.722Z Checking native-tls v0.2.18
21242026-03-16T23:20:19.987Z Checking tokio-native-tls v0.3.1
21252026-03-16T23:20:20.036Z Checking elliptic-curve v0.13.8
21262026-03-16T23:20:20.223Z Checking hyper-tls v0.6.0
21272026-03-16T23:20:20.314Z Checking unicode-segmentation v1.12.0
21282026-03-16T23:20:20.401Z Checking psl-types v2.0.11
21292026-03-16T23:20:20.475Z Checking reqwest v0.12.28
21302026-03-16T23:20:20.524Z Checking zlib-rs v0.6.2
21312026-03-16T23:20:20.527Z Checking rsa v0.9.10
21322026-03-16T23:20:20.616Z Checking publicsuffix v2.3.0
21332026-03-16T23:20:20.770Z Checking crossbeam-deque v0.8.6
21342026-03-16T23:20:20.860Z Checking dtrace-parser v0.2.0
21352026-03-16T23:20:21.033Z Checking cookie v0.18.1
21362026-03-16T23:20:21.207Z Checking rfc6979 v0.4.0
21372026-03-16T23:20:21.256Z Checking thread-id v4.2.2
21382026-03-16T23:20:21.304Z Checking dof v0.4.0
21392026-03-16T23:20:21.379Z Checking toml_write v0.1.2
21402026-03-16T23:20:21.436Z Checking cookie_store v0.22.1
21412026-03-16T23:20:21.436Z Checking ecdsa v0.16.9
21422026-03-16T23:20:21.624Z Checking rustls-platform-verifier v0.6.2
21432026-03-16T23:20:21.674Z Checking toml_edit v0.22.27
21442026-03-16T23:20:21.723Z Checking newtype-uuid v1.3.2
21452026-03-16T23:20:21.770Z Checking flate2 v1.1.9
21462026-03-16T23:20:21.840Z Checking toml_parser v1.0.9+spec-1.1.0
21472026-03-16T23:20:21.920Z Checking curve25519-dalek v4.1.3
21482026-03-16T23:20:21.975Z Checking memoffset v0.9.1
21492026-03-16T23:20:22.026Z Checking dof v0.3.0
21502026-03-16T23:20:22.029Z Checking rustix v0.38.44
21512026-03-16T23:20:22.120Z Checking env_filter v1.0.0
21522026-03-16T23:20:22.209Z Checking usdt-impl v0.6.0
21532026-03-16T23:20:22.212Z Checking keccak v0.1.6
21542026-03-16T23:20:22.334Z Checking env_logger v0.11.9
21552026-03-16T23:20:22.384Z Checking daft v0.1.5
21562026-03-16T23:20:22.435Z Checking usdt-impl v0.5.0
21572026-03-16T23:20:22.510Z Checking sha3 v0.10.8
21582026-03-16T23:20:22.611Z Checking usdt v0.6.0
21592026-03-16T23:20:22.660Z Checking reqwest v0.13.2
21602026-03-16T23:20:22.737Z Checking ed25519 v2.2.3
21612026-03-16T23:20:22.817Z Checking itertools v0.13.0
21622026-03-16T23:20:22.869Z Checking serde_with v3.17.0
21632026-03-16T23:20:22.872Z Checking siphasher v1.0.2
21642026-03-16T23:20:23.004Z Checking bitflags v1.3.2
21652026-03-16T23:20:23.053Z Checking ed25519-dalek v2.2.0
21662026-03-16T23:20:23.135Z Checking unicode-normalization v0.1.25
21672026-03-16T23:20:23.184Z Checking signal-hook v0.3.18
21682026-03-16T23:20:23.238Z Checking toml_datetime v0.7.5+spec-1.1.0
21692026-03-16T23:20:23.285Z Checking managed v0.8.0
21702026-03-16T23:20:23.389Z Checking winnow v0.5.40
21712026-03-16T23:20:23.467Z Checking nix v0.31.1
21722026-03-16T23:20:23.532Z Checking rayon-core v1.13.0
21732026-03-16T23:20:23.580Z Checking bzip2-sys v0.1.13+1.0.8
21742026-03-16T23:20:23.705Z Checking object v0.37.3
21752026-03-16T23:20:23.754Z Checking foldhash v0.1.5
21762026-03-16T23:20:23.866Z Checking bzip2 v0.4.4
21772026-03-16T23:20:23.966Z Checking hashbrown v0.15.5
21782026-03-16T23:20:24.025Z Checking signal-hook-mio v0.2.5
21792026-03-16T23:20:24.119Z Checking ref-cast v1.0.25
21802026-03-16T23:20:24.189Z Checking zstd-sys v2.0.16+zstd.1.5.7
21812026-03-16T23:20:24.279Z Checking zip v0.6.6
21822026-03-16T23:20:24.328Z Checking libbz2-rs-sys v0.2.2
21832026-03-16T23:20:24.374Z Checking zstd-safe v7.2.4
21842026-03-16T23:20:24.629Z Checking bumpalo v3.20.2
21852026-03-16T23:20:24.680Z Checking zstd v0.13.3
21862026-03-16T23:20:24.742Z Checking crossterm v0.28.1
21872026-03-16T23:20:24.874Z Checking bzip2 v0.6.1
21882026-03-16T23:20:24.934Z Checking rayon v1.11.0
21892026-03-16T23:20:24.983Z Checking similar v2.7.0
21902026-03-16T23:20:24.986Z Checking zopfli v0.8.3
21912026-03-16T23:20:25.027Z Checking fs-err v3.3.0
21922026-03-16T23:20:25.123Z Checking toml_edit v0.19.15
21932026-03-16T23:20:25.127Z Checking hash32 v0.2.1
21942026-03-16T23:20:25.419Z Checking serde-big-array v0.5.1
21952026-03-16T23:20:25.496Z Checking unicode-properties v0.1.4
21962026-03-16T23:20:25.545Z Checking jiff v0.2.21
21972026-03-16T23:20:25.548Z Checking predicates-core v1.0.10
21982026-03-16T23:20:25.637Z Checking unicode-bidi v0.3.18
21992026-03-16T23:20:25.742Z Checking heapless v0.7.17
22002026-03-16T23:20:25.793Z Checking hickory-proto v0.25.2
22012026-03-16T23:20:25.797Z Checking tokio-stream v0.1.18
22022026-03-16T23:20:26.060Z Checking stringprep v0.1.5
22032026-03-16T23:20:26.296Z Checking md-5 v0.10.6
22042026-03-16T23:20:26.346Z Checking float-cmp v0.10.0
22052026-03-16T23:20:26.400Z Checking normalize-line-endings v0.3.0
22062026-03-16T23:20:26.509Z Checking rustc-hash v2.1.1
22072026-03-16T23:20:26.560Z Checking fallible-iterator v0.2.0
22082026-03-16T23:20:26.562Z Checking toml v0.7.8
22092026-03-16T23:20:26.562Z Checking difflib v0.4.0
22102026-03-16T23:20:26.696Z Checking iddqd v0.3.17
22112026-03-16T23:20:26.918Z Checking predicates v3.1.4
22122026-03-16T23:20:26.969Z Checking postgres-protocol v0.6.10
22132026-03-16T23:20:27.017Z Checking smoltcp v0.9.1
22142026-03-16T23:20:27.020Z Checking phf_shared v0.13.1
22152026-03-16T23:20:27.108Z Checking phf_shared v0.11.3
22162026-03-16T23:20:27.319Z Checking itertools v0.12.1
22172026-03-16T23:20:27.367Z Checking console v0.16.2
22182026-03-16T23:20:27.370Z Checking buf-list v1.1.2
22192026-03-16T23:20:27.457Z Checking strum v0.27.2
22202026-03-16T23:20:27.633Z Checking unit-prefix v0.5.2
22212026-03-16T23:20:27.638Z Checking new_debug_unreachable v1.0.6
22222026-03-16T23:20:27.802Z Checking fixedbitset v0.5.7
22232026-03-16T23:20:27.854Z Checking fixedbitset v0.4.2
22242026-03-16T23:20:27.859Z Checking lalrpop-util v0.19.12
22252026-03-16T23:20:27.945Z Checking precomputed-hash v0.1.1
22262026-03-16T23:20:27.949Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22272026-03-16T23:20:28.079Z Checking petgraph v0.6.5
22282026-03-16T23:20:28.083Z Checking string_cache v0.8.9
22292026-03-16T23:20:28.170Z Checking petgraph v0.8.3
22302026-03-16T23:20:28.173Z Checking indicatif v0.18.4
22312026-03-16T23:20:28.372Z Checking postgres-types v0.2.12
22322026-03-16T23:20:28.709Z Checking phf v0.13.1
22332026-03-16T23:20:28.757Z Checking zone v0.3.1
22342026-03-16T23:20:28.761Z Checking zip v4.6.1
22352026-03-16T23:20:28.853Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22362026-03-16T23:20:28.943Z Checking peg-runtime v0.8.5
22372026-03-16T23:20:29.166Z Checking whoami v2.1.0
22382026-03-16T23:20:29.320Z Checking futures-executor v0.3.32
22392026-03-16T23:20:29.385Z Checking is-terminal v0.4.17
22402026-03-16T23:20:29.456Z Checking tokio-postgres v0.7.16
22412026-03-16T23:20:29.536Z Checking crossbeam-channel v0.5.15
22422026-03-16T23:20:29.586Z Checking futures v0.3.32
22432026-03-16T23:20:29.589Z Compiling structmeta-derive v0.3.0
22442026-03-16T23:20:29.678Z Checking thread_local v1.1.9
22452026-03-16T23:20:29.725Z Checking take_mut v0.2.2
22462026-03-16T23:20:29.877Z Checking term v1.2.1
22472026-03-16T23:20:29.925Z Compiling newtype-uuid-macros v0.1.0
22482026-03-16T23:20:29.928Z Compiling rustls v0.22.4
22492026-03-16T23:20:30.024Z Checking slog-async v2.8.0
22502026-03-16T23:20:30.198Z Checking slog-term v2.9.2
22512026-03-16T23:20:30.293Z Checking regress v0.10.5
22522026-03-16T23:20:30.353Z Compiling multer v3.1.0
22532026-03-16T23:20:30.433Z Compiling async-stream-impl v0.3.6
22542026-03-16T23:20:30.584Z Compiling dropshot v0.16.7
22552026-03-16T23:20:30.730Z Compiling dropshot_endpoint v0.16.7
22562026-03-16T23:20:30.961Z Checking match_cfg v0.1.0
22572026-03-16T23:20:31.010Z Checking slog-json v2.6.1
22582026-03-16T23:20:31.080Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-03-16T23:20:31.128Z Compiling structmeta v0.3.0
22602026-03-16T23:20:31.131Z Checking hostname v0.3.1
22612026-03-16T23:20:31.269Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-03-16T23:20:31.272Z Checking debug-ignore v1.0.5
22632026-03-16T23:20:31.364Z Checking slog-bunyan v2.5.0
22642026-03-16T23:20:31.415Z Checking serde_spanned v1.0.4
22652026-03-16T23:20:31.463Z Compiling derive-ex v0.1.8
22662026-03-16T23:20:31.518Z Checking toml_writer v1.0.6+spec-1.1.0
22672026-03-16T23:20:31.575Z Checking rustls-webpki v0.102.8
22682026-03-16T23:20:31.626Z Checking serde_path_to_error v0.1.20
22692026-03-16T23:20:31.674Z Checking progenitor-client v0.13.0
22702026-03-16T23:20:31.798Z Checking async-stream v0.3.6
22712026-03-16T23:20:31.847Z Checking toml v0.9.12+spec-1.1.0
22722026-03-16T23:20:32.001Z Checking waitgroup v0.1.2
22732026-03-16T23:20:32.092Z Checking rustls-pemfile v2.2.0
22742026-03-16T23:20:32.211Z Checking hostname v0.4.2
22752026-03-16T23:20:32.265Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-03-16T23:20:32.313Z Compiling parse-display-derive v0.10.0
22772026-03-16T23:20:32.360Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22782026-03-16T23:20:32.407Z Checking itertools v0.14.0
22792026-03-16T23:20:32.486Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22802026-03-16T23:20:32.534Z Checking macaddr v1.0.1
22812026-03-16T23:20:32.716Z Checking progenitor-client v0.10.0
22822026-03-16T23:20:32.807Z Checking instant v0.1.13
22832026-03-16T23:20:32.956Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22842026-03-16T23:20:33.035Z Checking backoff v0.4.0
22852026-03-16T23:20:33.084Z Checking backon v1.6.0
22862026-03-16T23:20:33.148Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22872026-03-16T23:20:33.338Z Checking heck v0.5.0
22882026-03-16T23:20:33.383Z Checking progenitor-extras v0.1.1
22892026-03-16T23:20:33.529Z Checking camino-tempfile v1.4.1
22902026-03-16T23:20:33.704Z Checking toml v0.8.23
22912026-03-16T23:20:33.871Z Compiling unsafe-libyaml v0.2.11
22922026-03-16T23:20:33.874Z Compiling test-strategy v0.4.5
22932026-03-16T23:20:33.963Z Compiling convert_case v0.4.0
22942026-03-16T23:20:34.170Z Checking tokio-rustls v0.25.0
22952026-03-16T23:20:34.218Z Checking secrecy v0.10.3
22962026-03-16T23:20:34.411Z Compiling toml_edit v0.23.10+spec-1.0.0
22972026-03-16T23:20:34.517Z Compiling derive_more v0.99.20
22982026-03-16T23:20:34.679Z Checking parse-display v0.10.0
22992026-03-16T23:20:34.908Z Compiling serde_yaml v0.9.34+deprecated
23002026-03-16T23:20:34.954Z Compiling crucible-workspace-hack v0.1.0
23012026-03-16T23:20:35.213Z Compiling proc-macro-crate v3.4.0
23022026-03-16T23:20:35.586Z Compiling typify-impl v0.6.1
23032026-03-16T23:20:36.045Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-16T23:20:36.217Z Checking half v2.7.1
23052026-03-16T23:20:36.586Z Checking glob v0.3.3
23062026-03-16T23:20:36.634Z Checking ciborium-io v0.2.2
23072026-03-16T23:20:36.789Z Checking ciborium-ll v0.2.2
23082026-03-16T23:20:36.872Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23092026-03-16T23:20:36.999Z Compiling heapless v0.8.0
23102026-03-16T23:20:37.049Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23112026-03-16T23:20:37.096Z Checking ciborium v0.2.2
23122026-03-16T23:20:37.228Z Compiling ingot-macros v0.1.1
23132026-03-16T23:20:37.571Z Checking tabwriter v1.4.1
23142026-03-16T23:20:37.665Z Checking hash32 v0.3.1
23152026-03-16T23:20:37.719Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23162026-03-16T23:20:37.767Z Compiling smoltcp v0.11.0
23172026-03-16T23:20:37.814Z Compiling num_enum_derive v0.7.5
23182026-03-16T23:20:38.047Z Checking cobs v0.3.0
23192026-03-16T23:20:38.121Z Compiling foreign-types-macros v0.2.3
23202026-03-16T23:20:38.287Z Checking cpufeatures v0.3.0
23212026-03-16T23:20:38.346Z Checking foreign-types-shared v0.3.1
23222026-03-16T23:20:38.415Z Checking chacha20 v0.10.0
23232026-03-16T23:20:38.508Z Checking postcard v1.1.3
23242026-03-16T23:20:38.959Z Checking foreign-types v0.5.0
23252026-03-16T23:20:38.962Z Compiling proc-macro-crate v1.3.1
23262026-03-16T23:20:39.087Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23272026-03-16T23:20:39.133Z Checking cstr-argument v0.1.2
23282026-03-16T23:20:39.301Z Checking num_enum v0.7.5
23292026-03-16T23:20:39.346Z Checking sigpipe v0.1.3
23302026-03-16T23:20:39.409Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-03-16T23:20:39.484Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23322026-03-16T23:20:39.487Z Checking colored v3.1.1
23332026-03-16T23:20:39.594Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23342026-03-16T23:20:39.844Z Compiling num_enum_derive v0.5.11
23352026-03-16T23:20:39.891Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-03-16T23:20:39.983Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23372026-03-16T23:20:40.041Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-03-16T23:20:40.133Z Checking rand v0.10.0
23392026-03-16T23:20:40.178Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23402026-03-16T23:20:40.226Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23412026-03-16T23:20:40.296Z Checking indent_write v2.2.0
23422026-03-16T23:20:40.500Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23432026-03-16T23:20:40.619Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23442026-03-16T23:20:40.766Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23452026-03-16T23:20:40.818Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23462026-03-16T23:20:40.863Z Checking smf v0.2.3
23472026-03-16T23:20:41.087Z Compiling num-derive v0.4.2
23482026-03-16T23:20:41.135Z Checking ingot-types v0.1.2
23492026-03-16T23:20:41.232Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23502026-03-16T23:20:41.272Z Checking num_enum v0.5.11
23512026-03-16T23:20:41.318Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23522026-03-16T23:20:41.447Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23532026-03-16T23:20:41.552Z Checking whoami v1.6.1
23542026-03-16T23:20:41.614Z Checking universal-hash v0.5.1
23552026-03-16T23:20:41.664Z Checking ingot v0.1.1
23562026-03-16T23:20:41.812Z Checking opaque-debug v0.3.1
23572026-03-16T23:20:41.816Z Checking aead v0.5.2
23582026-03-16T23:20:41.935Z Checking swrite v0.1.0
23592026-03-16T23:20:41.938Z Checking poly1305 v0.8.0
23602026-03-16T23:20:42.041Z Checking chacha20 v0.9.1
23612026-03-16T23:20:42.089Z Checking unicode-width v0.1.14
23622026-03-16T23:20:42.131Z Compiling typify-macro v0.6.1
23632026-03-16T23:20:42.134Z Compiling thiserror-impl-no-std v2.0.2
23642026-03-16T23:20:42.322Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23652026-03-16T23:20:42.370Z Checking password-hash v0.5.0
23662026-03-16T23:20:42.372Z Checking blake2 v0.10.6
23672026-03-16T23:20:42.461Z Checking chacha20poly1305 v0.10.1
23682026-03-16T23:20:42.646Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23692026-03-16T23:20:42.693Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23702026-03-16T23:20:42.740Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23712026-03-16T23:20:42.784Z Checking argon2 v0.5.3
23722026-03-16T23:20:43.055Z Compiling usdt-attr-macro v0.5.0
23732026-03-16T23:20:43.103Z Compiling usdt-macro v0.5.0
23742026-03-16T23:20:43.106Z Checking memmap v0.7.0
23752026-03-16T23:20:43.267Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23762026-03-16T23:20:43.355Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23772026-03-16T23:20:43.676Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23782026-03-16T23:20:44.776Z Checking thiserror-no-std v2.0.2
23792026-03-16T23:20:44.780Z Checking vsss-rs v3.3.4
23802026-03-16T23:20:44.780Z Compiling derive-where v1.6.0
23812026-03-16T23:20:44.780Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23822026-03-16T23:20:44.780Z Checking atomicwrites v0.4.4
23832026-03-16T23:20:44.780Z Checking usdt v0.5.0
23842026-03-16T23:20:44.780Z Checking console v0.15.11
23852026-03-16T23:20:44.780Z Checking tokio-dtrace v0.1.1
23862026-03-16T23:20:44.780Z Compiling typify v0.6.1
23872026-03-16T23:20:44.780Z Checking oxide-tokio-rt v0.1.3
23882026-03-16T23:20:44.780Z Compiling progenitor-impl v0.13.0
23892026-03-16T23:20:44.823Z Checking newline-converter v0.3.0
23902026-03-16T23:20:44.977Z Compiling prettyplease v0.2.37
23912026-03-16T23:20:45.023Z Checking expectorate v1.2.0
23922026-03-16T23:20:45.110Z Checking bytecount v0.6.9
23932026-03-16T23:20:45.220Z Compiling owo-colors v4.3.0
23942026-03-16T23:20:45.313Z Compiling cancel-safe-futures v0.1.5
23952026-03-16T23:20:45.377Z Checking libsw-core v0.3.2
23962026-03-16T23:20:45.602Z Checking libsw v3.5.0
23972026-03-16T23:20:45.692Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23982026-03-16T23:20:45.695Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-03-16T23:20:45.832Z Checking same-file v1.0.6
24002026-03-16T23:20:45.921Z Checking linear-map v1.2.0
24012026-03-16T23:20:46.061Z Checking walkdir v2.5.0
24022026-03-16T23:20:46.108Z Checking num-rational v0.4.2
24032026-03-16T23:20:46.165Z Checking num-complex v0.4.6
24042026-03-16T23:20:46.212Z Checking float-ord v0.3.2
24052026-03-16T23:20:46.302Z Checking gethostname v0.5.0
24062026-03-16T23:20:46.531Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24072026-03-16T23:20:46.609Z Compiling async-recursion v1.1.1
24082026-03-16T23:20:46.684Z Checking num v0.4.3
24092026-03-16T23:20:46.821Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24102026-03-16T23:20:46.821Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24112026-03-16T23:20:47.032Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24122026-03-16T23:20:47.797Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24132026-03-16T23:20:48.499Z Compiling progenitor-macro v0.13.0
24142026-03-16T23:20:49.053Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-03-16T23:20:50.297Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24162026-03-16T23:20:50.652Z Checking unicode-linebreak v0.1.5
24172026-03-16T23:20:50.716Z Checking smawk v0.3.2
24182026-03-16T23:20:50.822Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24192026-03-16T23:20:50.919Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24202026-03-16T23:20:51.065Z Checking globset v0.4.18
24212026-03-16T23:20:51.612Z Compiling convert_case v0.10.0
24222026-03-16T23:20:52.310Z Compiling slog-dtrace v0.3.0
24232026-03-16T23:20:52.593Z Checking resolv-conf v0.7.6
24242026-03-16T23:20:52.805Z Compiling derive_more-impl v2.1.1
24252026-03-16T23:20:53.033Z Compiling pin-project-internal v1.1.11
24262026-03-16T23:20:53.167Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24272026-03-16T23:20:53.218Z Checking pem v3.0.6
24282026-03-16T23:20:53.456Z Checking fd-lock v4.0.4
24292026-03-16T23:20:53.502Z Checking vte v0.14.1
24302026-03-16T23:20:53.651Z Checking display-error-chain v0.2.2
24312026-03-16T23:20:53.754Z Checking strip-ansi-escapes v0.2.1
24322026-03-16T23:20:53.858Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24332026-03-16T23:20:53.928Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24342026-03-16T23:20:53.931Z Checking derive_more v2.1.1
24352026-03-16T23:20:54.019Z Compiling snafu-derive v0.8.9
24362026-03-16T23:20:54.068Z Checking linked-hash-map v0.5.6
24372026-03-16T23:20:54.132Z Checking crossterm v0.29.0
24382026-03-16T23:20:54.338Z Checking nu-ansi-term v0.50.3
24392026-03-16T23:20:54.659Z Checking termtree v0.5.1
24402026-03-16T23:20:54.705Z Checking pin-project v1.1.11
24412026-03-16T23:20:54.752Z Checking reedline v0.40.0
24422026-03-16T23:20:54.866Z Checking lru-cache v0.1.2
24432026-03-16T23:20:54.869Z Checking textwrap v0.16.2
24442026-03-16T23:20:54.958Z Checking olpc-cjson v0.1.4
24452026-03-16T23:20:55.056Z Checking hickory-proto v0.24.4
24462026-03-16T23:20:55.230Z Checking serde_plain v1.0.2
24472026-03-16T23:20:55.470Z Compiling minimal-lexical v0.2.1
24482026-03-16T23:20:55.703Z Checking progenitor v0.13.0
24492026-03-16T23:20:55.850Z Checking typed-path v0.9.3
24502026-03-16T23:20:55.916Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24512026-03-16T23:20:56.367Z Compiling nom v7.1.3
24522026-03-16T23:20:56.696Z Checking snafu v0.8.9
24532026-03-16T23:20:56.990Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24542026-03-16T23:20:57.049Z Checking tough v0.20.0
24552026-03-16T23:20:57.496Z Checking nibble_vec v0.1.0
24562026-03-16T23:20:57.705Z Checking endian-type v0.1.2
24572026-03-16T23:20:57.753Z Checking hickory-resolver v0.24.4
24582026-03-16T23:20:57.915Z Checking radix_trie v0.2.1
24592026-03-16T23:20:58.234Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24602026-03-16T23:20:58.281Z Compiling ar_archive_writer v0.5.1
24612026-03-16T23:20:58.771Z Checking humantime v2.3.0
24622026-03-16T23:20:58.915Z Checking qorb v0.4.1
24632026-03-16T23:20:59.054Z Checking csv-core v0.1.13
24642026-03-16T23:20:59.102Z Checking base64 v0.21.7
24652026-03-16T23:20:59.335Z Checking csv v1.4.0
24662026-03-16T23:20:59.463Z Compiling stacker v0.1.23
24672026-03-16T23:20:59.511Z Compiling cfg_aliases v0.1.1
24682026-03-16T23:20:59.567Z Compiling psm v0.1.30
24692026-03-16T23:20:59.653Z Checking highway v1.3.0
24702026-03-16T23:20:59.731Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24712026-03-16T23:20:59.892Z Compiling nix v0.28.0
24722026-03-16T23:20:59.894Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24732026-03-16T23:20:59.894Z Checking papergrid v0.11.0
24742026-03-16T23:21:00.027Z Compiling tabled_derive v0.7.0
24752026-03-16T23:21:00.418Z Checking home v0.5.12
24762026-03-16T23:21:00.627Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24772026-03-16T23:21:00.630Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24782026-03-16T23:21:00.717Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24792026-03-16T23:21:00.772Z Checking phf_shared v0.12.1
24802026-03-16T23:21:00.828Z Compiling recursive-proc-macro-impl v0.1.1
24812026-03-16T23:21:00.998Z Compiling semver v0.1.20
24822026-03-16T23:21:01.049Z Compiling chrono-tz v0.10.4
24832026-03-16T23:21:01.371Z Checking tabled v0.15.0
24842026-03-16T23:21:01.371Z Compiling rustc_version v0.1.7
24852026-03-16T23:21:01.463Z Checking phf v0.12.1
24862026-03-16T23:21:01.466Z Checking recursive v0.1.1
24872026-03-16T23:21:01.504Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24882026-03-16T23:21:01.659Z Compiling const_format_proc_macros v0.2.34
24892026-03-16T23:21:01.714Z Compiling peg-macros v0.8.5
24902026-03-16T23:21:01.765Z Checking winnow v0.6.26
24912026-03-16T23:21:01.812Z Compiling sqlparser_derive v0.5.0
24922026-03-16T23:21:02.274Z Checking unicode_categories v0.1.1
24932026-03-16T23:21:02.896Z Checking sqlparser v0.61.0
24942026-03-16T23:21:02.944Z Checking rustyline v14.0.0
24952026-03-16T23:21:02.990Z Checking const_format v0.2.35
24962026-03-16T23:21:03.404Z Checking sqlformat v0.3.5
24972026-03-16T23:21:03.601Z Checking peg v0.8.5
24982026-03-16T23:21:03.604Z Compiling newtype_derive v0.1.6
24992026-03-16T23:21:03.971Z Checking bcs v0.1.6
25002026-03-16T23:21:04.082Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25012026-03-16T23:21:04.269Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25022026-03-16T23:21:04.324Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25032026-03-16T23:21:04.372Z Checking steno v0.4.1
25042026-03-16T23:21:04.443Z Compiling typify-impl v0.4.3
25052026-03-16T23:21:04.706Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25062026-03-16T23:21:05.762Z Checking utf-8 v0.7.6
25072026-03-16T23:21:05.810Z Checking filetime v0.2.27
25082026-03-16T23:21:05.975Z Checking arc-swap v1.8.2
25092026-03-16T23:21:06.313Z Checking xattr v1.6.1
25102026-03-16T23:21:06.521Z Checking tar v0.4.44
25112026-03-16T23:21:07.091Z Checking slog-scope v4.4.1
25122026-03-16T23:21:07.188Z Checking tungstenite v0.21.0
25132026-03-16T23:21:07.310Z Checking slog-stdlog v4.1.1
25142026-03-16T23:21:07.507Z Checking slog-envlogger v2.2.0
25152026-03-16T23:21:07.554Z Checking typeid v1.0.3
25162026-03-16T23:21:07.722Z Checking subprocess v0.2.15
25172026-03-16T23:21:07.768Z Checking headers-core v0.3.0
25182026-03-16T23:21:07.814Z Checking tokio-tungstenite v0.21.0
25192026-03-16T23:21:07.940Z Checking headers v0.4.1
25202026-03-16T23:21:08.137Z Compiling lzma-sys v0.1.20
25212026-03-16T23:21:08.211Z Compiling cargo_toml v0.22.3
25222026-03-16T23:21:08.259Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25232026-03-16T23:21:08.615Z Checking yasna v0.5.2
25242026-03-16T23:21:08.937Z Checking xz2 v0.1.7
25252026-03-16T23:21:09.198Z Checking rcgen v0.12.1
25262026-03-16T23:21:09.243Z Checking ron v0.12.0
25272026-03-16T23:21:09.668Z Checking base16ct v1.0.0
25282026-03-16T23:21:09.713Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25292026-03-16T23:21:09.789Z Checking dropshot-api-manager-types v0.6.0
25302026-03-16T23:21:09.871Z Checking tagptr v0.2.0
25312026-03-16T23:21:10.044Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25322026-03-16T23:21:10.097Z Checking moka v0.12.13
25332026-03-16T23:21:10.301Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25342026-03-16T23:21:10.349Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25352026-03-16T23:21:10.522Z Compiling libefi-sys v0.1.0
25362026-03-16T23:21:10.796Z Compiling radium v0.7.0
25372026-03-16T23:21:10.933Z Compiling typify-macro v0.4.3
25382026-03-16T23:21:11.044Z Checking hickory-resolver v0.25.2
25392026-03-16T23:21:11.108Z Compiling bitfield-struct v0.6.2
25402026-03-16T23:21:11.240Z Checking tap v1.0.1
25412026-03-16T23:21:11.424Z Compiling maybe-uninit v2.0.0
25422026-03-16T23:21:11.925Z Checking wyz v0.5.1
25432026-03-16T23:21:12.009Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-03-16T23:21:12.057Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25452026-03-16T23:21:12.267Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-03-16T23:21:12.312Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25472026-03-16T23:21:12.507Z Compiling zerocopy-derive v0.6.6
25482026-03-16T23:21:12.610Z Checking funty v2.0.0
25492026-03-16T23:21:12.661Z Checking crc-catalog v2.4.0
25502026-03-16T23:21:12.708Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25512026-03-16T23:21:12.824Z Compiling packed_struct v0.10.1
25522026-03-16T23:21:12.870Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-03-16T23:21:13.113Z Checking bitvec v1.0.1
25542026-03-16T23:21:13.236Z Checking crc v3.4.0
25552026-03-16T23:21:13.297Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25562026-03-16T23:21:13.345Z Compiling typify v0.4.3
25572026-03-16T23:21:13.553Z Compiling progenitor-impl v0.10.0
25582026-03-16T23:21:13.691Z Checking zerocopy v0.6.6
25592026-03-16T23:21:13.845Z Compiling packed_struct_codegen v0.10.1
25602026-03-16T23:21:13.890Z Compiling bitfield-macros v0.19.4
25612026-03-16T23:21:14.192Z Compiling indexmap v1.9.3
25622026-03-16T23:21:14.484Z Checking nodrop v0.1.14
25632026-03-16T23:21:14.648Z Checking array-init v0.0.4
25642026-03-16T23:21:14.880Z Checking bitfield v0.19.4
25652026-03-16T23:21:15.091Z Checking smallvec v0.6.14
25662026-03-16T23:21:15.155Z Checking hashbrown v0.12.3
25672026-03-16T23:21:15.201Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25682026-03-16T23:21:15.300Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25692026-03-16T23:21:15.394Z Checking serde-hex v0.1.0
25702026-03-16T23:21:15.452Z Checking ron v0.8.1
25712026-03-16T23:21:16.237Z Checking hashbrown v0.13.2
25722026-03-16T23:21:16.283Z Checking crc-any v2.5.0
25732026-03-16T23:21:16.566Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25742026-03-16T23:21:16.615Z Checking path-slash v0.1.5
25752026-03-16T23:21:16.786Z Compiling xshell-macros v0.2.7
25762026-03-16T23:21:16.833Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25772026-03-16T23:21:16.926Z Checking object v0.30.4
25782026-03-16T23:21:16.929Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25792026-03-16T23:21:17.294Z Compiling progenitor-macro v0.10.0
25802026-03-16T23:21:17.340Z Checking xshell v0.2.7
25812026-03-16T23:21:17.387Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25822026-03-16T23:21:17.517Z Checking half v1.8.3
25832026-03-16T23:21:17.627Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25842026-03-16T23:21:17.829Z Checking serde_cbor v0.11.2
25852026-03-16T23:21:18.278Z Compiling num-derive v0.3.3
25862026-03-16T23:21:18.401Z Compiling proc-macro-error-attr2 v2.0.0
25872026-03-16T23:21:18.601Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25882026-03-16T23:21:18.935Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25892026-03-16T23:21:18.980Z Compiling proc-macro-error2 v2.0.1
25902026-03-16T23:21:19.435Z Checking papergrid v0.17.0
25912026-03-16T23:21:19.439Z Compiling tabled_derive v0.11.0
25922026-03-16T23:21:19.527Z Checking libscf-sys v1.1.0
25932026-03-16T23:21:19.732Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25942026-03-16T23:21:20.002Z Checking testing_table v0.3.0
25952026-03-16T23:21:20.048Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25962026-03-16T23:21:20.160Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25972026-03-16T23:21:20.442Z Checking maplit v1.0.2
25982026-03-16T23:21:20.598Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25992026-03-16T23:21:20.660Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26002026-03-16T23:21:21.111Z Checking tabled v0.20.0
26012026-03-16T23:21:21.158Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26022026-03-16T23:21:21.206Z Checking crc8 v0.1.1
26032026-03-16T23:21:21.264Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26042026-03-16T23:21:21.311Z Checking fxhash v0.2.1
26052026-03-16T23:21:21.366Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26062026-03-16T23:21:21.510Z Checking unicase v2.9.0
26072026-03-16T23:21:21.754Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26082026-03-16T23:21:22.009Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26092026-03-16T23:21:22.330Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26102026-03-16T23:21:22.374Z Checking kstat-rs v0.2.4
26112026-03-16T23:21:22.608Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26122026-03-16T23:21:22.654Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26132026-03-16T23:21:22.657Z Compiling diesel_derives v2.3.7
26142026-03-16T23:21:22.958Z Compiling parking_lot_core v0.8.6
26152026-03-16T23:21:22.961Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26162026-03-16T23:21:23.202Z Compiling git-stub v1.0.0
26172026-03-16T23:21:23.371Z Checking scheduled-thread-pool v0.2.7
26182026-03-16T23:21:23.428Z Compiling dsl_auto_type v0.2.0
26192026-03-16T23:21:23.582Z Compiling vergen-gitcl v1.0.8
26202026-03-16T23:21:23.634Z Compiling diesel_table_macro_syntax v0.3.0
26212026-03-16T23:21:23.851Z Checking r2d2 v0.8.10
26222026-03-16T23:21:23.960Z Compiling git-stub-vcs v0.1.0
26232026-03-16T23:21:24.011Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26242026-03-16T23:21:24.104Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26252026-03-16T23:21:24.104Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26262026-03-16T23:21:24.194Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26272026-03-16T23:21:24.305Z Checking downcast-rs v2.0.2
26282026-03-16T23:21:24.375Z Checking progenitor v0.10.0
26292026-03-16T23:21:24.467Z Checking parking_lot v0.11.2
26302026-03-16T23:21:24.512Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26312026-03-16T23:21:24.609Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26322026-03-16T23:21:24.656Z Checking prefix-trie v0.7.0
26332026-03-16T23:21:24.750Z Checking nanorand v0.7.0
26342026-03-16T23:21:25.029Z Compiling dirs-sys-next v0.1.2
26352026-03-16T23:21:25.075Z Compiling crunchy v0.2.4
26362026-03-16T23:21:25.167Z Checking hickory-server v0.25.2
26372026-03-16T23:21:25.232Z Checking flume v0.11.1
26382026-03-16T23:21:25.396Z Compiling dirs-next v2.0.0
26392026-03-16T23:21:25.444Z Checking sled v0.34.7
26402026-03-16T23:21:25.549Z Compiling clang-sys v1.8.1
26412026-03-16T23:21:25.597Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26422026-03-16T23:21:25.600Z Checking hickory-client v0.25.2
26432026-03-16T23:21:25.868Z Compiling tiny-keccak v2.0.2
26442026-03-16T23:21:26.178Z Compiling term v0.7.0
26452026-03-16T23:21:26.269Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26462026-03-16T23:21:26.328Z Compiling salty v0.3.0
26472026-03-16T23:21:26.508Z Compiling bit-vec v0.6.3
26482026-03-16T23:21:26.782Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26492026-03-16T23:21:26.831Z Compiling bit-set v0.5.3
26502026-03-16T23:21:26.834Z Compiling ascii-canvas v3.0.0
26512026-03-16T23:21:27.066Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26522026-03-16T23:21:27.235Z Checking primeorder v0.13.6
26532026-03-16T23:21:27.537Z Compiling itertools v0.10.5
26542026-03-16T23:21:27.598Z Compiling ena v0.14.4
26552026-03-16T23:21:27.758Z Compiling libloading v0.8.9
26562026-03-16T23:21:27.928Z Compiling bindgen v0.71.1
26572026-03-16T23:21:28.072Z Compiling regex-syntax v0.6.29
26582026-03-16T23:21:28.237Z Compiling diff v0.1.13
26592026-03-16T23:21:28.703Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26602026-03-16T23:21:29.056Z Compiling cexpr v0.6.0
26612026-03-16T23:21:29.101Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26622026-03-16T23:21:29.989Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26632026-03-16T23:21:30.033Z Compiling lalrpop v0.19.12
26642026-03-16T23:21:30.454Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-03-16T23:21:30.676Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26662026-03-16T23:21:31.117Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26672026-03-16T23:21:31.395Z Compiling libxml v0.3.3
26682026-03-16T23:21:31.587Z Compiling fs-err v2.11.0
26692026-03-16T23:21:31.850Z Checking diesel v2.3.7
26702026-03-16T23:21:31.937Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26712026-03-16T23:21:32.059Z Checking p384 v0.13.1
26722026-03-16T23:21:32.355Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26732026-03-16T23:21:32.664Z Compiling strum_macros v0.24.3
26742026-03-16T23:21:34.096Z Compiling indoc v1.0.9
26752026-03-16T23:21:34.803Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26762026-03-16T23:21:35.279Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26772026-03-16T23:21:35.518Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26782026-03-16T23:21:35.616Z Checking quick-xml v0.37.5
26792026-03-16T23:21:35.693Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26802026-03-16T23:21:35.742Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26812026-03-16T23:21:35.797Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26822026-03-16T23:21:36.576Z Checking derive_builder v0.20.2
26832026-03-16T23:21:36.760Z Compiling oso-derive v0.27.3
26842026-03-16T23:21:36.881Z Compiling trait-variant v0.1.2
26852026-03-16T23:21:37.442Z Compiling impl-trait-for-tuples v0.2.3
26862026-03-16T23:21:37.648Z Checking openssl-probe v0.1.6
26872026-03-16T23:21:37.829Z Checking parse-size v1.1.0
26882026-03-16T23:21:38.026Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26892026-03-16T23:21:38.140Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26902026-03-16T23:21:38.189Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26912026-03-16T23:21:38.442Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26922026-03-16T23:21:39.196Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26932026-03-16T23:21:39.308Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26942026-03-16T23:21:39.532Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-03-16T23:21:39.665Z Compiling progenitor-impl v0.11.2
26962026-03-16T23:21:40.090Z Checking assert_matches v1.5.0
26972026-03-16T23:21:40.152Z Compiling mime_guess v2.0.5
26982026-03-16T23:21:40.582Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26992026-03-16T23:21:40.909Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-03-16T23:21:40.990Z Checking predicates-tree v1.0.13
27012026-03-16T23:21:41.170Z Checking progenitor-client v0.11.2
27022026-03-16T23:21:41.510Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27032026-03-16T23:21:41.555Z Checking http-range v0.1.5
27042026-03-16T23:21:41.643Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-03-16T23:21:41.865Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27062026-03-16T23:21:42.479Z Checking atty v0.2.14
27072026-03-16T23:21:43.385Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27082026-03-16T23:21:43.454Z Compiling progenitor-macro v0.11.2
27092026-03-16T23:21:43.945Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27102026-03-16T23:21:44.572Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27112026-03-16T23:21:45.301Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27122026-03-16T23:21:45.348Z Checking bb8 v0.8.6
27132026-03-16T23:21:45.583Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27142026-03-16T23:21:45.752Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27152026-03-16T23:21:45.883Z Checking corncobs v0.1.4
27162026-03-16T23:21:45.981Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27172026-03-16T23:21:46.103Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-03-16T23:21:46.478Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-16T23:21:46.958Z Checking hyper-staticfile v0.10.1
27202026-03-16T23:21:47.002Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27212026-03-16T23:21:47.388Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27222026-03-16T23:21:47.433Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27232026-03-16T23:21:47.712Z Checking ignore v0.4.25
27242026-03-16T23:21:48.132Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-03-16T23:21:48.303Z Checking signal-hook-tokio v0.3.1
27262026-03-16T23:21:48.511Z Checking secrecy v0.8.0
27272026-03-16T23:21:48.716Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27282026-03-16T23:21:49.082Z Checking globwalk v0.9.1
27292026-03-16T23:21:49.425Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27302026-03-16T23:21:49.720Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27312026-03-16T23:21:49.897Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-03-16T23:21:50.074Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27332026-03-16T23:21:50.256Z Checking nonempty v0.12.0
27342026-03-16T23:21:50.404Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27352026-03-16T23:21:50.493Z Checking camino-tempfile-ext v0.3.3
27362026-03-16T23:21:50.625Z Checking progenitor v0.11.2
27372026-03-16T23:21:50.752Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27382026-03-16T23:21:50.799Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27392026-03-16T23:21:50.845Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27402026-03-16T23:21:51.310Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-03-16T23:21:51.659Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27422026-03-16T23:21:51.810Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27432026-03-16T23:21:52.239Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27442026-03-16T23:21:52.492Z Checking async-bb8-diesel v0.2.1
27452026-03-16T23:21:53.032Z Checking diesel-dtrace v0.5.0
27462026-03-16T23:21:53.282Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27472026-03-16T23:21:54.503Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27482026-03-16T23:21:54.512Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27492026-03-16T23:21:54.512Z Checking tungstenite v0.23.0
27502026-03-16T23:21:54.512Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27512026-03-16T23:21:54.513Z Checking void v1.0.2
27522026-03-16T23:21:54.554Z Checking tokio-tungstenite v0.23.1
27532026-03-16T23:21:54.628Z Checking lzss v0.8.2
27542026-03-16T23:21:54.882Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27552026-03-16T23:21:54.924Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27562026-03-16T23:21:54.967Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27572026-03-16T23:21:55.171Z Checking nix v0.27.1
27582026-03-16T23:21:55.793Z Checking serde_bytes v0.11.19
27592026-03-16T23:21:55.934Z Checking rand_seeder v0.4.0
27602026-03-16T23:21:56.069Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27612026-03-16T23:21:56.163Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27622026-03-16T23:21:56.553Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27632026-03-16T23:21:56.690Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-03-16T23:21:56.820Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27652026-03-16T23:21:57.112Z Checking is_ci v1.2.0
27662026-03-16T23:21:57.282Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27672026-03-16T23:21:57.665Z Checking yansi v1.0.1
27682026-03-16T23:21:57.949Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27692026-03-16T23:21:57.952Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27702026-03-16T23:21:58.042Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27712026-03-16T23:21:58.088Z Checking pretty_assertions v1.4.1
27722026-03-16T23:21:58.301Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27732026-03-16T23:21:58.347Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27742026-03-16T23:21:58.644Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27752026-03-16T23:21:58.986Z Compiling darling_core v0.23.0
27762026-03-16T23:22:00.027Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27772026-03-16T23:22:00.400Z Compiling indoc v2.0.7
27782026-03-16T23:22:00.701Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27792026-03-16T23:22:00.900Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27802026-03-16T23:22:00.990Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-03-16T23:22:01.036Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-03-16T23:22:01.324Z Compiling instability v0.3.11
27832026-03-16T23:22:01.830Z Compiling libz-sys v1.1.24
27842026-03-16T23:22:01.889Z Checking castaway v0.2.4
27852026-03-16T23:22:02.077Z Checking compact_str v0.8.1
27862026-03-16T23:22:02.121Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-03-16T23:22:02.635Z Checking supports-color v3.0.2
27882026-03-16T23:22:02.682Z Compiling darling_macro v0.23.0
27892026-03-16T23:22:02.843Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27902026-03-16T23:22:03.135Z Checking unicode-truncate v1.1.0
27912026-03-16T23:22:03.365Z Checking lru v0.12.5
27922026-03-16T23:22:03.411Z Compiling darling v0.23.0
27932026-03-16T23:22:03.501Z Checking cassowary v0.3.0
27942026-03-16T23:22:03.675Z Compiling libgit2-sys v0.18.3+1.9.2
27952026-03-16T23:22:04.019Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27962026-03-16T23:22:04.575Z Checking ratatui v0.29.0
27972026-03-16T23:22:04.618Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27982026-03-16T23:22:05.653Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27992026-03-16T23:22:05.940Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28002026-03-16T23:22:06.355Z Compiling vergen-git2 v1.0.7
28012026-03-16T23:22:06.408Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28022026-03-16T23:22:06.596Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28032026-03-16T23:22:06.690Z Checking colored v2.2.0
28042026-03-16T23:22:06.749Z Checking shell-words v1.1.1
28052026-03-16T23:22:06.872Z Compiling rustls v0.21.12
28062026-03-16T23:22:06.947Z Checking plotters-backend v0.3.7
28072026-03-16T23:22:07.124Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-03-16T23:22:07.229Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28092026-03-16T23:22:07.275Z Checking plotters-svg v0.3.7
28102026-03-16T23:22:07.493Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28112026-03-16T23:22:07.538Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28122026-03-16T23:22:07.775Z Checking rustls-webpki v0.101.7
28132026-03-16T23:22:08.129Z Checking sct v0.7.1
28142026-03-16T23:22:08.266Z Compiling nix v0.29.0
28152026-03-16T23:22:08.340Z Checking hex-literal v0.4.1
28162026-03-16T23:22:08.425Z Checking cast v0.3.0
28172026-03-16T23:22:08.502Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28182026-03-16T23:22:08.677Z Checking criterion-plot v0.6.0
28192026-03-16T23:22:09.184Z Checking plotters v0.3.7
28202026-03-16T23:22:10.258Z Checking erased-serde v0.4.9
28212026-03-16T23:22:10.722Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28222026-03-16T23:22:10.818Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28232026-03-16T23:22:11.843Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28242026-03-16T23:22:12.837Z Checking tinytemplate v1.2.1
28252026-03-16T23:22:13.151Z Checking ordered-float v2.10.1
28262026-03-16T23:22:13.524Z Checking oorandom v11.1.5
28272026-03-16T23:22:13.729Z Checking anes v0.1.6
28282026-03-16T23:22:14.012Z Checking criterion v0.7.0
28292026-03-16T23:22:14.339Z Checking serde-value v0.7.0
28302026-03-16T23:22:14.671Z Checking serde-untagged v0.1.9
28312026-03-16T23:22:14.971Z Checking tokio-rustls v0.24.1
28322026-03-16T23:22:15.610Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-03-16T23:22:15.684Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28342026-03-16T23:22:15.964Z Checking rustls-pemfile v1.0.4
28352026-03-16T23:22:16.179Z Checking twox-hash v2.1.2
28362026-03-16T23:22:16.623Z Checking unicode-xid v0.2.6
28372026-03-16T23:22:16.733Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28382026-03-16T23:22:16.800Z Checking cargo-util-schemas v0.8.2
28392026-03-16T23:22:17.177Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-16T23:22:17.406Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-03-16T23:22:18.066Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28422026-03-16T23:22:18.299Z Checking fatfs v0.3.6
28432026-03-16T23:22:18.979Z Checking cargo-platform v0.2.0
28442026-03-16T23:22:19.204Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28452026-03-16T23:22:19.260Z Compiling petname v2.0.2
28462026-03-16T23:22:19.940Z Compiling seq-macro v0.3.6
28472026-03-16T23:22:20.873Z Checking cargo_metadata v0.21.0
28482026-03-16T23:22:21.180Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28492026-03-16T23:22:21.960Z Checking concurrent-queue v2.5.0
28502026-03-16T23:22:22.239Z Checking rtoolbox v0.0.3
28512026-03-16T23:22:22.297Z Checking futures-timer v3.0.3
28522026-03-16T23:22:22.448Z Checking parking v2.2.1
28532026-03-16T23:22:22.505Z Checking rpassword v7.4.0
28542026-03-16T23:22:22.643Z Checking event-listener v5.4.1
28552026-03-16T23:22:22.688Z Checking tui-tree-widget v0.23.1
28562026-03-16T23:22:22.969Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28572026-03-16T23:22:22.972Z Checking polyval v0.6.2
28582026-03-16T23:22:23.121Z Checking sapling-renderdag v0.1.0
28592026-03-16T23:22:23.213Z Checking sync-ptr v0.1.4
28602026-03-16T23:22:23.262Z Checking ghash v0.5.1
28612026-03-16T23:22:23.403Z Checking event-listener-strategy v0.5.4
28622026-03-16T23:22:23.448Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28632026-03-16T23:22:23.495Z Checking ctr v0.9.2
28642026-03-16T23:22:23.609Z Checking arrayref v0.3.9
28652026-03-16T23:22:23.726Z Checking arrayvec v0.7.6
28662026-03-16T23:22:23.774Z Checking constant_time_eq v0.4.2
28672026-03-16T23:22:23.819Z Checking aes-gcm v0.10.3
28682026-03-16T23:22:24.033Z Checking async-lock v3.4.2
28692026-03-16T23:22:24.078Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28702026-03-16T23:22:24.123Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28712026-03-16T23:22:24.613Z Checking ssh-encoding v0.2.0
28722026-03-16T23:22:24.908Z Checking blowfish v0.9.1
28732026-03-16T23:22:25.150Z Checking bcrypt-pbkdf v0.10.0
28742026-03-16T23:22:25.245Z Compiling samael v0.0.19
28752026-03-16T23:22:25.392Z Checking ssh-cipher v0.2.0
28762026-03-16T23:22:25.438Z Checking async-object-pool v0.2.0
28772026-03-16T23:22:25.618Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28782026-03-16T23:22:25.663Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28792026-03-16T23:22:26.069Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28802026-03-16T23:22:26.465Z Checking serde_regex v1.1.0
28812026-03-16T23:22:26.705Z Checking password-hash v0.4.2
28822026-03-16T23:22:26.953Z Checking assert-json-diff v2.0.2
28832026-03-16T23:22:27.034Z Checking path-tree v0.8.3
28842026-03-16T23:22:27.204Z Checking gimli v0.32.3
28852026-03-16T23:22:27.320Z Compiling target-lexicon v0.13.3
28862026-03-16T23:22:27.829Z Checking stringmetrics v2.2.2
28872026-03-16T23:22:28.055Z Checking httpmock v0.8.3
28882026-03-16T23:22:28.100Z Checking pbkdf2 v0.11.0
28892026-03-16T23:22:28.357Z Checking ssh-key v0.6.7
28902026-03-16T23:22:29.515Z Checking addr2line v0.25.1
28912026-03-16T23:22:29.904Z Checking p521 v0.13.3
28922026-03-16T23:22:30.751Z Checking p256 v0.13.2
28932026-03-16T23:22:31.086Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28942026-03-16T23:22:31.131Z Checking russh-cryptovec v0.7.3
28952026-03-16T23:22:31.340Z Checking rustc-demangle v0.1.27
28962026-03-16T23:22:31.389Z Compiling guppy-workspace-hack v0.1.0
28972026-03-16T23:22:31.392Z Checking md5 v0.7.0
28982026-03-16T23:22:31.702Z Checking russh-keys v0.45.0
28992026-03-16T23:22:31.705Z Checking backtrace v0.3.76
29002026-03-16T23:22:32.032Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29012026-03-16T23:22:32.133Z Checking num-bigint v0.4.6
29022026-03-16T23:22:32.182Z Checking des v0.8.1
29032026-03-16T23:22:32.601Z Compiling blake3 v1.8.3
29042026-03-16T23:22:32.646Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29052026-03-16T23:22:33.102Z Compiling target-spec v3.5.7
29062026-03-16T23:22:33.222Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072026-03-16T23:22:33.600Z Checking russh v0.45.0
29082026-03-16T23:22:34.123Z Checking backtrace-ext v0.2.1
29092026-03-16T23:22:34.166Z Checking cfg-expr v0.20.6
29102026-03-16T23:22:34.296Z Checking supports-color v2.1.0
29112026-03-16T23:22:34.348Z Checking textwrap v0.15.2
29122026-03-16T23:22:34.510Z Checking supports-unicode v2.1.0
29132026-03-16T23:22:34.665Z Checking supports-hyperlinks v2.1.0
29142026-03-16T23:22:34.709Z Checking hashbrown v0.14.5
29152026-03-16T23:22:34.753Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29162026-03-16T23:22:34.844Z Checking cargo-platform v0.3.2
29172026-03-16T23:22:35.068Z Checking socket2 v0.5.10
29182026-03-16T23:22:35.119Z Checking terminal_size v0.1.17
29192026-03-16T23:22:35.292Z Compiling miette-derive v5.10.0
29202026-03-16T23:22:35.393Z Checking internet-checksum v0.2.1
29212026-03-16T23:22:35.437Z Checking owo-colors v3.5.0
29222026-03-16T23:22:35.583Z Checking chumsky v0.9.3
29232026-03-16T23:22:36.206Z Checking cargo_metadata v0.23.1
29242026-03-16T23:22:36.842Z Checking miette v5.10.0
29252026-03-16T23:22:37.118Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29262026-03-16T23:22:37.246Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-03-16T23:22:37.328Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29282026-03-16T23:22:37.522Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29292026-03-16T23:22:37.758Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29302026-03-16T23:22:37.865Z Checking httptest v0.16.4
29312026-03-16T23:22:38.140Z Compiling git2 v0.20.4
29322026-03-16T23:22:38.213Z Checking pathdiff v0.2.3
29332026-03-16T23:22:38.363Z Compiling knuffel-derive v3.2.0
29342026-03-16T23:22:38.416Z Checking topological-sort v0.2.2
29352026-03-16T23:22:38.455Z Checking nested v0.1.1
29362026-03-16T23:22:38.628Z Checking omicron-zone-package v0.12.2
29372026-03-16T23:22:38.679Z Checking guppy v0.17.25
29382026-03-16T23:22:38.939Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29392026-03-16T23:22:39.256Z Checking similar-asserts v1.7.0
29402026-03-16T23:22:39.490Z Compiling rstest_macros v0.25.0
29412026-03-16T23:22:39.886Z Compiling target-triple v1.0.0
29422026-03-16T23:22:39.889Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29432026-03-16T23:22:40.138Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29442026-03-16T23:22:40.185Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29452026-03-16T23:22:40.361Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29462026-03-16T23:22:40.476Z Checking knuffel v3.2.0
29472026-03-16T23:22:40.654Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29482026-03-16T23:22:41.507Z Checking toml_datetime v1.0.0+spec-1.1.0
29492026-03-16T23:22:41.833Z Checking escape8259 v0.5.3
29502026-03-16T23:22:42.045Z Compiling relative-path v1.9.3
29512026-03-16T23:22:42.224Z Compiling assert_cmd v2.1.2
29522026-03-16T23:22:42.631Z Checking libtest-mimic v0.8.1
29532026-03-16T23:22:42.694Z Checking toml v1.0.3+spec-1.1.0
29542026-03-16T23:22:43.144Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29552026-03-16T23:22:43.210Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29562026-03-16T23:22:43.388Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29572026-03-16T23:22:43.587Z Checking blake2b_simd v1.0.4
29582026-03-16T23:22:44.222Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29592026-03-16T23:22:44.337Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29602026-03-16T23:22:44.733Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29612026-03-16T23:22:44.876Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29622026-03-16T23:22:44.923Z Compiling polar-core v0.27.3
29632026-03-16T23:22:45.166Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29642026-03-16T23:22:45.438Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29652026-03-16T23:22:45.703Z Checking fancy-regex v0.14.0
29662026-03-16T23:22:45.992Z Checking serde_tokenstream v0.2.3
29672026-03-16T23:22:46.257Z Checking uzers v0.12.2
29682026-03-16T23:22:46.307Z Checking constant_time_eq v0.3.1
29692026-03-16T23:22:46.471Z Compiling linkme-impl v0.3.35
29702026-03-16T23:22:46.571Z Checking termcolor v1.4.1
29712026-03-16T23:22:46.893Z Checking trybuild v1.0.116
29722026-03-16T23:22:47.042Z Checking rust-argon2 v2.1.0
29732026-03-16T23:22:47.406Z Checking datatest-stable v0.3.3
29742026-03-16T23:22:47.780Z Checking rstest v0.25.0
29752026-03-16T23:22:48.040Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29762026-03-16T23:22:48.132Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29772026-03-16T23:22:48.455Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29782026-03-16T23:22:48.502Z Checking support-bundle-viewer v0.1.2
29792026-03-16T23:22:48.978Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29802026-03-16T23:22:49.270Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29812026-03-16T23:22:49.477Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29822026-03-16T23:22:49.554Z Checking drift v0.1.3
29832026-03-16T23:22:49.767Z Checking rand_distr v0.5.1
29842026-03-16T23:22:49.995Z Checking multimap v0.10.1
29852026-03-16T23:22:50.274Z Checking approx v0.5.1
29862026-03-16T23:22:50.417Z Compiling linkme v0.3.35
29872026-03-16T23:22:50.495Z Checking dropshot-api-manager v0.6.0
29882026-03-16T23:22:51.740Z Checking oso v0.27.3
29892026-03-16T23:22:51.931Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29902026-03-16T23:22:52.220Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29912026-03-16T23:22:52.403Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29922026-03-16T23:22:52.764Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29932026-03-16T23:22:53.036Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29942026-03-16T23:22:53.127Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29952026-03-16T23:22:53.187Z Checking partial-io v0.5.4
29962026-03-16T23:22:53.238Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29972026-03-16T23:22:53.330Z Checking cargo_toml v0.21.0
29982026-03-16T23:22:53.496Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29992026-03-16T23:22:53.731Z Checking termios v0.3.3
30002026-03-16T23:22:53.938Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30012026-03-16T23:22:54.240Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30022026-03-16T23:22:54.471Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30032026-03-16T23:22:54.536Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30042026-03-16T23:22:56.813Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30052026-03-16T23:22:59.245Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30062026-03-16T23:23:04.257Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30072026-03-16T23:23:07.354Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30082026-03-16T23:23:12.418Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30092026-03-16T23:23:15.141Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-03-16T23:23:19.003Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30112026-03-16T23:23:26.414Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30122026-03-16T23:23:28.093Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30132026-03-16T23:23:28.947Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30142026-03-16T23:23:41.052Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30152026-03-16T23:25:39.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 39s
30162026-03-16T23:25:39.944Z
30172026-03-16T23:25:39.947Zreal 5:44.325577303
30182026-03-16T23:25:39.947Zuser 28:36.656001632
30192026-03-16T23:25:39.947Zsys 5:58.704440991
30202026-03-16T23:25:39.947Ztrap 0.714551459
30212026-03-16T23:25:39.947Ztflt 0.072151882
30222026-03-16T23:25:39.947Zdflt 0.143958860
30232026-03-16T23:25:39.948Zkflt 0.001166116
30242026-03-16T23:25:39.948Zlock 1:20:48.667990723
30252026-03-16T23:25:39.948Zslp 1:17:44.942105095
30262026-03-16T23:25:39.948Zlat 1:56.407532060
30272026-03-16T23:25:39.948Zstop 13:58.336052805
30282026-03-16T23:25:39.948Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30292026-03-16T23:25:39.948Z+ ptime -m cargo doc --workspace --no-deps
30302026-03-16T23:25:41.138Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30312026-03-16T23:25:41.138Z |
30322026-03-16T23:25:41.138Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30332026-03-16T23:25:41.138Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30342026-03-16T23:25:42.444Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30352026-03-16T23:25:42.714Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30362026-03-16T23:25:42.764Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30372026-03-16T23:25:42.847Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30382026-03-16T23:25:42.941Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30392026-03-16T23:25:43.065Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30402026-03-16T23:25:43.103Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30412026-03-16T23:25:43.137Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30422026-03-16T23:25:43.196Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30432026-03-16T23:25:43.323Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30442026-03-16T23:25:43.424Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30452026-03-16T23:25:43.457Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30462026-03-16T23:25:43.486Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30472026-03-16T23:25:43.517Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30482026-03-16T23:25:43.581Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30492026-03-16T23:25:43.636Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30502026-03-16T23:25:43.699Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30512026-03-16T23:25:43.730Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30522026-03-16T23:25:43.813Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30532026-03-16T23:25:44.041Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30542026-03-16T23:25:44.476Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30552026-03-16T23:25:44.616Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30562026-03-16T23:25:44.657Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30572026-03-16T23:25:44.706Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30582026-03-16T23:25:44.839Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30592026-03-16T23:25:44.870Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30602026-03-16T23:25:44.899Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30612026-03-16T23:25:45.106Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30622026-03-16T23:25:45.173Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30632026-03-16T23:25:45.258Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30642026-03-16T23:25:45.406Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30652026-03-16T23:25:45.538Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30662026-03-16T23:25:45.624Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30672026-03-16T23:25:45.773Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30682026-03-16T23:25:45.852Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30692026-03-16T23:25:45.913Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30702026-03-16T23:25:46.145Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30712026-03-16T23:25:46.218Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30722026-03-16T23:25:46.365Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30732026-03-16T23:25:46.515Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30742026-03-16T23:25:46.711Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30752026-03-16T23:25:46.928Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30762026-03-16T23:25:47.052Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30772026-03-16T23:25:47.052Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30782026-03-16T23:25:47.118Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30792026-03-16T23:25:47.292Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30802026-03-16T23:25:47.410Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30812026-03-16T23:25:47.449Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30822026-03-16T23:25:47.587Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30832026-03-16T23:25:47.634Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30842026-03-16T23:25:47.699Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30852026-03-16T23:25:47.738Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30862026-03-16T23:25:47.843Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30872026-03-16T23:25:48.091Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30882026-03-16T23:25:48.118Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30892026-03-16T23:25:48.147Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30902026-03-16T23:25:48.220Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30912026-03-16T23:25:48.417Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30922026-03-16T23:25:48.444Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30932026-03-16T23:25:48.475Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30942026-03-16T23:25:48.675Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30952026-03-16T23:25:48.762Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30962026-03-16T23:25:48.802Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30972026-03-16T23:25:48.845Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30982026-03-16T23:25:48.969Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30992026-03-16T23:25:49.011Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31002026-03-16T23:25:49.098Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31012026-03-16T23:25:49.338Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31022026-03-16T23:25:49.395Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31032026-03-16T23:25:49.399Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31042026-03-16T23:25:49.454Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31052026-03-16T23:25:49.670Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31062026-03-16T23:25:50.158Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31072026-03-16T23:25:50.223Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31082026-03-16T23:25:51.143Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31092026-03-16T23:25:51.672Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31102026-03-16T23:25:51.904Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31112026-03-16T23:25:51.963Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31122026-03-16T23:25:52.014Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31132026-03-16T23:25:52.150Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31142026-03-16T23:25:52.431Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31152026-03-16T23:25:52.463Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31162026-03-16T23:25:52.870Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31172026-03-16T23:25:53.074Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31182026-03-16T23:25:53.288Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31192026-03-16T23:25:53.492Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31202026-03-16T23:25:53.523Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31212026-03-16T23:25:53.650Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31222026-03-16T23:25:54.141Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31232026-03-16T23:25:54.338Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31242026-03-16T23:25:54.902Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31252026-03-16T23:25:55.014Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31262026-03-16T23:25:55.068Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31272026-03-16T23:25:55.533Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31282026-03-16T23:25:55.601Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31292026-03-16T23:25:56.080Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31302026-03-16T23:25:56.431Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31312026-03-16T23:25:57.340Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-03-16T23:25:57.494Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31332026-03-16T23:25:57.881Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31342026-03-16T23:25:58.530Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31352026-03-16T23:25:58.629Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31362026-03-16T23:25:58.949Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31372026-03-16T23:25:59.081Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31382026-03-16T23:25:59.391Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31392026-03-16T23:25:59.421Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31402026-03-16T23:25:59.452Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31412026-03-16T23:25:59.482Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31422026-03-16T23:25:59.862Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31432026-03-16T23:25:59.917Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31442026-03-16T23:25:59.976Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31452026-03-16T23:26:00.045Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31462026-03-16T23:26:00.125Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31472026-03-16T23:26:00.509Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31482026-03-16T23:26:00.548Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31492026-03-16T23:26:01.120Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31502026-03-16T23:26:01.577Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31512026-03-16T23:26:02.254Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31522026-03-16T23:26:03.031Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31532026-03-16T23:26:03.455Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31542026-03-16T23:26:03.501Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31552026-03-16T23:26:03.803Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31562026-03-16T23:26:03.981Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31572026-03-16T23:26:04.052Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31582026-03-16T23:26:04.463Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31592026-03-16T23:26:04.749Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31602026-03-16T23:26:05.035Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31612026-03-16T23:26:05.066Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31622026-03-16T23:26:05.249Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31632026-03-16T23:26:06.741Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31642026-03-16T23:26:06.904Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31652026-03-16T23:26:06.947Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31662026-03-16T23:26:07.607Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31672026-03-16T23:26:07.989Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31682026-03-16T23:26:08.220Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31692026-03-16T23:26:09.723Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31702026-03-16T23:26:10.156Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31712026-03-16T23:26:10.964Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31722026-03-16T23:26:11.293Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31732026-03-16T23:26:11.621Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31742026-03-16T23:26:11.657Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31752026-03-16T23:26:12.238Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31762026-03-16T23:26:12.621Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31772026-03-16T23:26:13.538Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31782026-03-16T23:26:14.859Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-03-16T23:26:15.702Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31802026-03-16T23:26:16.384Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31812026-03-16T23:26:16.954Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31822026-03-16T23:26:17.941Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31832026-03-16T23:26:19.246Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31842026-03-16T23:26:20.501Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31852026-03-16T23:26:20.530Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31862026-03-16T23:26:22.389Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31872026-03-16T23:26:22.418Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31882026-03-16T23:26:23.206Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31892026-03-16T23:26:23.404Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31902026-03-16T23:26:24.282Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31912026-03-16T23:26:24.610Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31922026-03-16T23:26:24.928Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31932026-03-16T23:26:25.577Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31942026-03-16T23:26:27.019Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31952026-03-16T23:26:27.142Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31962026-03-16T23:26:27.368Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31972026-03-16T23:26:27.969Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31982026-03-16T23:26:28.022Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31992026-03-16T23:26:28.238Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32002026-03-16T23:26:28.317Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32012026-03-16T23:26:28.567Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32022026-03-16T23:26:29.192Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32032026-03-16T23:26:29.242Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32042026-03-16T23:26:29.513Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32052026-03-16T23:26:30.076Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32062026-03-16T23:26:30.108Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32072026-03-16T23:26:30.811Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32082026-03-16T23:26:30.864Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32092026-03-16T23:26:30.987Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32102026-03-16T23:26:31.671Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32112026-03-16T23:26:32.590Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32122026-03-16T23:26:33.330Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132026-03-16T23:26:34.191Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142026-03-16T23:26:38.446Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32152026-03-16T23:26:40.865Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32162026-03-16T23:26:41.680Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32172026-03-16T23:26:42.037Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-03-16T23:26:42.925Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32192026-03-16T23:26:44.441Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32202026-03-16T23:26:47.300Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32212026-03-16T23:26:48.884Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32222026-03-16T23:26:49.609Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32232026-03-16T23:26:50.189Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32242026-03-16T23:26:50.775Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32252026-03-16T23:26:52.773Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32262026-03-16T23:26:53.847Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32272026-03-16T23:26:56.202Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32282026-03-16T23:26:57.096Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32292026-03-16T23:26:57.981Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32302026-03-16T23:26:59.228Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32312026-03-16T23:26:59.743Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32322026-03-16T23:27:03.805Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32332026-03-16T23:27:04.694Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32342026-03-16T23:27:06.704Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32352026-03-16T23:27:07.533Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32362026-03-16T23:27:08.533Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32372026-03-16T23:27:09.522Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32382026-03-16T23:27:10.916Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32392026-03-16T23:27:12.837Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32402026-03-16T23:27:13.672Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32412026-03-16T23:27:14.671Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32422026-03-16T23:27:14.700Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32432026-03-16T23:27:15.972Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32442026-03-16T23:27:16.947Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32452026-03-16T23:27:18.114Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32462026-03-16T23:27:21.947Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32472026-03-16T23:27:25.572Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32482026-03-16T23:27:26.642Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32492026-03-16T23:27:28.156Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32502026-03-16T23:27:28.822Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32512026-03-16T23:27:30.347Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32522026-03-16T23:27:31.532Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32532026-03-16T23:27:32.921Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32542026-03-16T23:27:36.464Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32552026-03-16T23:27:37.135Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32562026-03-16T23:27:37.943Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32572026-03-16T23:27:39.984Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32582026-03-16T23:27:43.032Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32592026-03-16T23:27:43.902Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32602026-03-16T23:27:46.715Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32612026-03-16T23:27:48.202Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32622026-03-16T23:27:50.341Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32632026-03-16T23:27:52.869Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32642026-03-16T23:27:54.752Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32652026-03-16T23:27:57.019Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32662026-03-16T23:27:59.590Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32672026-03-16T23:28:04.332Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32682026-03-16T23:28:06.640Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32692026-03-16T23:28:06.854Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32702026-03-16T23:28:09.081Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32712026-03-16T23:28:11.455Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32722026-03-16T23:28:13.906Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32732026-03-16T23:28:16.388Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32742026-03-16T23:28:19.233Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32752026-03-16T23:28:21.594Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32762026-03-16T23:28:24.452Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32772026-03-16T23:28:26.540Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32782026-03-16T23:28:29.048Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32792026-03-16T23:28:31.435Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32802026-03-16T23:28:33.902Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32812026-03-16T23:28:36.309Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32822026-03-16T23:28:38.513Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32832026-03-16T23:28:40.920Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-03-16T23:28:43.787Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32852026-03-16T23:28:45.978Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32862026-03-16T23:28:48.452Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32872026-03-16T23:28:51.057Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32882026-03-16T23:28:53.608Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32892026-03-16T23:28:56.114Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32902026-03-16T23:28:58.717Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32912026-03-16T23:29:01.239Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32922026-03-16T23:29:04.261Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32932026-03-16T23:29:06.568Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32942026-03-16T23:29:09.204Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32952026-03-16T23:29:11.729Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32962026-03-16T23:29:17.094Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32972026-03-16T23:29:21.668Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32982026-03-16T23:29:22.954Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32992026-03-16T23:29:25.865Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33002026-03-16T23:29:28.738Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33012026-03-16T23:29:31.540Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33022026-03-16T23:29:34.312Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33032026-03-16T23:29:37.250Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33042026-03-16T23:29:40.193Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33052026-03-16T23:29:42.948Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33062026-03-16T23:29:45.762Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33072026-03-16T23:29:48.994Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33082026-03-16T23:29:51.482Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33092026-03-16T23:29:54.266Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33102026-03-16T23:29:57.784Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33112026-03-16T23:29:59.990Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33122026-03-16T23:30:02.955Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33132026-03-16T23:30:05.923Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33142026-03-16T23:30:08.756Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33152026-03-16T23:30:11.697Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33162026-03-16T23:30:14.518Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33172026-03-16T23:30:17.492Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33182026-03-16T23:30:20.321Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33192026-03-16T23:30:23.507Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33202026-03-16T23:30:26.511Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33212026-03-16T23:30:29.409Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33222026-03-16T23:30:32.459Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33232026-03-16T23:30:35.434Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33242026-03-16T23:30:38.596Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33252026-03-16T23:30:41.476Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33262026-03-16T23:30:44.616Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33272026-03-16T23:30:47.723Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33282026-03-16T23:30:50.863Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33292026-03-16T23:30:54.193Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33302026-03-16T23:30:57.277Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33312026-03-16T23:31:00.491Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33322026-03-16T23:31:03.566Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33332026-03-16T23:31:06.684Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33342026-03-16T23:31:09.899Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33352026-03-16T23:31:13.152Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33362026-03-16T23:31:16.890Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33372026-03-16T23:31:19.799Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33382026-03-16T23:31:23.195Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33392026-03-16T23:31:26.313Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33402026-03-16T23:31:35.759Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33412026-03-16T23:31:35.860Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33422026-03-16T23:31:39.892Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33432026-03-16T23:31:44.034Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33442026-03-16T23:31:48.358Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33452026-03-16T23:31:54.350Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33462026-03-16T23:31:57.915Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33472026-03-16T23:32:02.453Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33482026-03-16T23:32:07.090Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33492026-03-16T23:32:11.790Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33502026-03-16T23:32:16.287Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33512026-03-16T23:32:20.875Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33522026-03-16T23:32:25.484Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33532026-03-16T23:32:30.084Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33542026-03-16T23:32:34.747Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33552026-03-16T23:32:39.348Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33562026-03-16T23:32:44.005Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33572026-03-16T23:32:48.606Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33582026-03-16T23:32:53.463Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33592026-03-16T23:32:57.932Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33602026-03-16T23:33:02.535Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33612026-03-16T23:33:07.191Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33622026-03-16T23:33:11.947Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33632026-03-16T23:33:48.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 08s
33642026-03-16T23:33:49.205Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33652026-03-16T23:33:49.321Z
33662026-03-16T23:33:49.324Zreal 8:09.205362617
33672026-03-16T23:33:49.324Zuser 23:50.297553009
33682026-03-16T23:33:49.324Zsys 4:27.932023558
33692026-03-16T23:33:49.324Ztrap 0.400516245
33702026-03-16T23:33:49.324Ztflt 0.008835221
33712026-03-16T23:33:49.324Zdflt 0.042198441
33722026-03-16T23:33:49.324Zkflt 0.000043472
33732026-03-16T23:33:49.324Zlock 7:22:25.582720648
33742026-03-16T23:33:49.324Zslp 2:42:35.184618493
33752026-03-16T23:33:49.324Zlat 33.050620337
33762026-03-16T23:33:49.324Zstop 1:55.199282475
33772026-03-16T23:33:49.324Zprocess exited: duration 1070304 ms, exit code 0
 
33782026-03-16T23:33:49.330Zfound 0 output files