01KM1EEFFPF1GHATPC0Q0J0JEV: clippy (helios)

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

Buildomat Job: 01KM1EF73MDK878TMTRKVTKMHM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T21:45:05.996Zjob assigned to worker 01KM1EFCZHZ9NAE2QF73RYM3WW [factory aws, i-027e04193d780b930] (queued for 1 m 19 s)
 
22026-03-18T21:45:13.807Zstarting task 0: "setup"
32026-03-18T21:45:13.812Z++ uname -s
42026-03-18T21:45:13.815Z+ kern=SunOS
52026-03-18T21:45:13.816Z+ build_user=build
62026-03-18T21:45:13.816Z+ build_uid=12345
72026-03-18T21:45:13.816Z+ work_dir=/work
82026-03-18T21:45:13.816Z+ input_dir=/input
92026-03-18T21:45:13.816Z+ [[ 0 == 12345 ]]
102026-03-18T21:45:13.816Z+ case "$kern" in
112026-03-18T21:45:13.816Z+ groupadd -g 12345 build
122026-03-18T21:45:13.820Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T21:45:15.823Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T21:45:15.941Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T21:45:15.944Z+ home_fs=zfs
162026-03-18T21:45:15.944Z+ [[ zfs == autofs ]]
172026-03-18T21:45:15.944Z+ mkdir -p /home/build
182026-03-18T21:45:15.944Z+ chown build:build /home/build /work
192026-03-18T21:45:17.947Z+ chmod 0700 /home/build /work
202026-03-18T21:45:17.950Zprocess exited: duration 4142 ms, exit code 0
 
212026-03-18T21:45:17.957Zstarting task 1: "rust-toolchain"
222026-03-18T21:45:17.961Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T21:45:17.961Z * rust toolchain channel = "1.94.0"
242026-03-18T21:45:17.961Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T21:45:17.961Z * rust toolchain profile = "default"
262026-03-18T21:45:17.961Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T21:45:17.961Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T21:45:17.965Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T21:45:17.965Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T21:45:18.099Zinfo: downloading installer
312026-03-18T21:45:19.832Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T21:45:19.832Zwarn: /opt/ooce/bin
332026-03-18T21:45:19.832Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T21:45:19.832Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T21:45:19.832Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T21:45:19.832Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T21:45:19.832Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T21:45:19.832Zerror: cannot install while Rust is installed
392026-03-18T21:45:19.832Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T21:45:19.832Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T21:45:19.832Zwarn: /home/build/.rustup/settings.toml
422026-03-18T21:45:19.832Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T21:45:19.832Zwarn: instead of the one inferred from the default host triple.
442026-03-18T21:45:19.856Zinfo: profile set to default
452026-03-18T21:45:19.856Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T21:45:19.859Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T21:45:19.997Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T21:45:20.002Zinfo: downloading 6 components
492026-03-18T21:45:34.894Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-18T21:45:34.894Z
512026-03-18T21:45:34.935Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T21:45:34.935Z
532026-03-18T21:45:34.935Z
542026-03-18T21:45:34.935ZRust is installed now. Great!
552026-03-18T21:45:34.935Z
562026-03-18T21:45:34.939ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T21:45:34.939Zenvironment variable. This has not been done automatically.
582026-03-18T21:45:34.939Z
592026-03-18T21:45:34.939ZTo configure your current shell, you need to source
602026-03-18T21:45:34.939Zthe corresponding env file under $HOME/.cargo.
612026-03-18T21:45:34.939Z
622026-03-18T21:45:34.939ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T21:45:34.939Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T21:45:34.939Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T21:45:34.939Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T21:45:34.939Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T21:45:34.940Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T21:45:34.940Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T21:45:34.940Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T21:45:34.940Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T21:45:35.053Z+ rustup --version
722026-03-18T21:45:35.064Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T21:45:35.067Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T21:45:35.091Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T21:45:35.094Z+ cargo --version
762026-03-18T21:45:35.110Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T21:45:35.113Z+ rustc --version
782026-03-18T21:45:35.138Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T21:45:35.142Zprocess exited: duration 17180 ms, exit code 0
 
802026-03-18T21:45:35.148Zstarting task 2: "authentication"
812026-03-18T21:45:35.169Zprocess exited: duration 20 ms, exit code 0
 
822026-03-18T21:45:35.175Zstarting task 3: "clone repository"
832026-03-18T21:45:35.179Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T21:45:35.182Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T21:45:35.216ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T21:46:49.076Z+ cd /work/oxidecomputer/omicron
872026-03-18T21:46:49.082Z+ git fetch origin fe850496ee861ae58a5f5dd07185474a5833d93a
882026-03-18T21:46:49.538ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T21:46:49.538Z * branch fe850496ee861ae58a5f5dd07185474a5833d93a -> FETCH_HEAD
902026-03-18T21:46:49.552Z+ [[ -n enable-synchronization ]]
912026-03-18T21:46:49.556Z++ git branch --show-current
922026-03-18T21:46:49.556Z+ current=main
932026-03-18T21:46:49.556Z+ [[ main != enable-synchronization ]]
942026-03-18T21:46:49.556Z+ git branch -f enable-synchronization fe850496ee861ae58a5f5dd07185474a5833d93a
952026-03-18T21:46:49.556Z+ git checkout -f enable-synchronization
962026-03-18T21:46:49.885ZSwitched to branch 'enable-synchronization'
972026-03-18T21:46:49.891Z+ git reset --hard fe850496ee861ae58a5f5dd07185474a5833d93a
982026-03-18T21:46:49.899ZHEAD is now at fe850496e Undo disabling synchronous writeback
992026-03-18T21:46:49.906Zprocess exited: duration 74700 ms, exit code 0
 
1002026-03-18T21:46:49.914Zstarting task 4: "build"
1012026-03-18T21:46:49.920Z+ source ./env.sh
1022026-03-18T21:46:49.921Z++ OLD_SHELL_OPTS=ehxB
1032026-03-18T21:46:49.921Z++ set -o xtrace
1042026-03-18T21:46:49.928Z++++ dirname ./env.sh
1052026-03-18T21:46:49.928Z+++ readlink -f .
1062026-03-18T21:46:49.928Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-18T21:46:49.928Z++ 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-18T21:46:49.928Z++ 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-18T21:46:49.928Z++ 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-18T21:46:49.929Z++ 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-18T21:46:49.929Z++ 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-18T21:46:49.929Z++ 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-18T21:46:49.929Z++ 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-18T21:46:49.929Z++ 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-18T21:46:49.929Z++ case $OLD_SHELL_OPTS in
1162026-03-18T21:46:49.930Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-18T21:46:49.930Z+ source .github/buildomat/ci-env.sh
1182026-03-18T21:46:49.930Z++ export CARGO_TERM_COLOR=always
1192026-03-18T21:46:49.930Z++ CARGO_TERM_COLOR=always
1202026-03-18T21:46:49.930Z+ cargo --version
1212026-03-18T21:46:49.937Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-18T21:46:49.942Z+ rustc --version
1232026-03-18T21:46:49.966Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-18T21:46:49.970Z+ banner prerequisites
1252026-03-18T21:46:49.973Z
1262026-03-18T21:46:49.974Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-18T21:46:49.974Z # # # # # # # # # # # # # # #
1282026-03-18T21:46:49.974Z # # # # ##### # # ##### # # # # # #### #
1292026-03-18T21:46:49.974Z ##### ##### # ##### # # # # # # # # #
1302026-03-18T21:46:49.974Z # # # # # # # # # # # # # # #
1312026-03-18T21:46:49.974Z # # # ###### # # ###### ### # #### # #### #
1322026-03-18T21:46:49.974Z
1332026-03-18T21:46:49.974Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-18T21:47:04.792Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-18T21:47:14.652Z Startup: Caching catalogs ... Done
1362026-03-18T21:47:36.960ZPlanning: Solver setup ... Done (20.872s)
1372026-03-18T21:47:37.111ZPlanning: Running solver ... Done (0.151s)
1382026-03-18T21:47:37.293ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-18T21:47:37.306ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-18T21:47:37.532ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-18T21:47:37.576ZPlanning: Package planning ... Done (0.043s)
1422026-03-18T21:47:37.614ZPlanning: Merging actions ... Done (0.039s)
1432026-03-18T21:47:37.852ZPlanning: Checking for conflicting actions ... Done (0.238s)
1442026-03-18T21:47:37.862ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-18T21:47:42.460ZPlanning: Evaluating mediators ... Done (4.578s)
1462026-03-18T21:47:42.485ZPlanning: Planning completed in 27.65 seconds
1472026-03-18T21:47:42.485Z Packages to install: 4
1482026-03-18T21:47:42.485Z Mediators to change: 2
1492026-03-18T21:47:42.485Z Services to change: 1
1502026-03-18T21:47:42.485Z Estimated space available: 155.43 GB
1512026-03-18T21:47:42.485ZEstimated space to be consumed: 1.83 GB
1522026-03-18T21:47:42.485Z Create boot environment: No
1532026-03-18T21:47:42.486ZCreate backup boot environment: No
1542026-03-18T21:47:42.486Z Rebuild boot archive: No
1552026-03-18T21:47:42.486Z
1562026-03-18T21:47:42.486ZChanged mediators:
1572026-03-18T21:47:42.486Z mediator clang:
1582026-03-18T21:47:42.486Z version: None -> 15 (system default)
1592026-03-18T21:47:42.486Z
1602026-03-18T21:47:42.486Z mediator llvm:
1612026-03-18T21:47:42.486Z version: 14 (system default) -> 15 (system default)
1622026-03-18T21:47:42.486Z
1632026-03-18T21:47:42.486ZChanged packages:
1642026-03-18T21:47:42.486Zhelios-dev
1652026-03-18T21:47:42.486Z developer/build-essential
1662026-03-18T21:47:42.486Z None -> 11-2.0
1672026-03-18T21:47:42.486Z library/libxmlsec1
1682026-03-18T21:47:42.486Z None -> 1.2.35-2.0
1692026-03-18T21:47:42.486Z ooce/developer/clang-15
1702026-03-18T21:47:42.486Z None -> 15.0.7-2.0
1712026-03-18T21:47:42.486Z ooce/developer/llvm-15
1722026-03-18T21:47:42.486Z None -> 15.0.7-2.0
1732026-03-18T21:47:42.486Z
1742026-03-18T21:47:42.486ZServices:
1752026-03-18T21:47:42.487Z restart_fmri:
1762026-03-18T21:47:42.487Z svc:/system/update-man-index:default
1772026-03-18T21:47:42.836Z
1782026-03-18T21:47:42.836ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-18T21:47:47.829ZDownload: 2330/3290 items 119.7/212.6MB 56% complete (24.1M/s)
1802026-03-18T21:47:50.543ZDownload: Completed 212.60 MB in 7.71 seconds (27.6M/s)
1812026-03-18T21:47:50.818Z Actions: 1/3689 actions (Installing new actions)
1822026-03-18T21:47:55.238Z Actions: Completed 3689 actions in 4.42 seconds.
1832026-03-18T21:47:55.610Z Done (0.369s)
1842026-03-18T21:47:55.611Z Done (0.000s)
1852026-03-18T21:47:56.612Z Done (1.002s)
1862026-03-18T21:48:00.731Z Done (3.770s)
1872026-03-18T21:48:00.814Z Done (0.017s)
1882026-03-18T21:48:00.817Z Done (0.000s)
1892026-03-18T21:48:00.960Z Done (0.000s)
1902026-03-18T21:48:01.945ZPlanning: Evaluating mediator changes ... Done
1912026-03-18T21:48:02.086ZPlanning: Checking for conflicting actions ... Done
1922026-03-18T21:48:02.090ZPlanning: Consolidating action changes ... Done
1932026-03-18T21:48:02.311ZPlanning: Evaluating mediators ... Done
1942026-03-18T21:48:02.316ZPlanning: Planning completed in 0.37 seconds
1952026-03-18T21:48:02.341Z Mediators to change: 2
1962026-03-18T21:48:02.347Z Create boot environment: No
1972026-03-18T21:48:02.347ZCreate backup boot environment: No
1982026-03-18T21:48:02.407Z Done
1992026-03-18T21:48:02.407Z Done
2002026-03-18T21:48:03.143Z Done
2012026-03-18T21:48:06.475Z Done
2022026-03-18T21:48:06.564Z Done
2032026-03-18T21:48:06.567Z Done
2042026-03-18T21:48:06.712Z Done
2052026-03-18T21:48:07.248ZPlanning: Evaluating mediator changes ... Done
2062026-03-18T21:48:07.251ZPlanning: Merging actions ... Done
2072026-03-18T21:48:07.414ZPlanning: Checking for conflicting actions ... Done
2082026-03-18T21:48:07.418ZPlanning: Consolidating action changes ... Done
2092026-03-18T21:48:07.636ZPlanning: Evaluating mediators ... Done
2102026-03-18T21:48:07.679ZPlanning: Planning completed in 0.63 seconds
2112026-03-18T21:48:07.708Z Packages to change: 1
2122026-03-18T21:48:07.711Z Mediators to change: 1
2132026-03-18T21:48:07.712Z Services to change: 1
2142026-03-18T21:48:07.712Z Create boot environment: No
2152026-03-18T21:48:07.712ZCreate backup boot environment: Yes
2162026-03-18T21:48:10.252Z Actions: 1/6 actions (Updating modified actions)
2172026-03-18T21:48:10.302Z Actions: Completed 6 actions in 0.00 seconds.
2182026-03-18T21:48:10.303Z Done
2192026-03-18T21:48:10.303Z Done
2202026-03-18T21:48:10.443Z Done
2212026-03-18T21:48:13.736Z Done
2222026-03-18T21:48:13.823Z Done
2232026-03-18T21:48:13.830Z Done
2242026-03-18T21:48:14.867Z Done
2252026-03-18T21:48:14.867ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262026-03-18T21:48:14.867Zclang system 15 system
2272026-03-18T21:48:14.867Zcsh system system illumos
2282026-03-18T21:48:14.867Zctags system system illumos
2292026-03-18T21:48:14.867Zfile system system illumos
2302026-03-18T21:48:14.867Zgcc vendor 12 vendor
2312026-03-18T21:48:14.867Zgcc system 10 system
2322026-03-18T21:48:14.867Zgcc system 7 system
2332026-03-18T21:48:14.867Zgo system 1.20 system
2342026-03-18T21:48:14.867Zgo system 1.19 system
2352026-03-18T21:48:14.867Zllvm system 15 system
2362026-03-18T21:48:14.867Zllvm system 14 system
2372026-03-18T21:48:14.868Zmariadb system 10.6 system
2382026-03-18T21:48:14.868Zmta vendor vendor dma
2392026-03-18T21:48:14.868Zopenjdk system 17 system
2402026-03-18T21:48:14.868Zopenjdk system 11 system
2412026-03-18T21:48:14.868Zopenjdk system 1.8 system
2422026-03-18T21:48:14.868Zopenssl vendor 3 vendor
2432026-03-18T21:48:14.868Zperl system 5.36 system
2442026-03-18T21:48:14.868Zpostgresql system 15 system
2452026-03-18T21:48:14.868Zpostgresql system 13 system
2462026-03-18T21:48:14.868Zpython vendor 3 vendor
2472026-03-18T21:48:14.868Zpython system 2 system
2482026-03-18T21:48:14.868Zpython3 system 3.11 system
2492026-03-18T21:48:14.868Zruby system 3.0 system
2502026-03-18T21:48:14.868Zwords vendor vendor american-english
2512026-03-18T21:48:14.868Zwords system system australian-english
2522026-03-18T21:48:14.868Zwords system system british-english
2532026-03-18T21:48:14.868Zwords system system canadian-english
2542026-03-18T21:48:14.869Zwords system system french
2552026-03-18T21:48:14.869Zwords system system italian
2562026-03-18T21:48:14.869Zwords system system ngerman
2572026-03-18T21:48:14.869Zwords system system ogerman
2582026-03-18T21:48:14.869Zwords system system spanish
2592026-03-18T21:48:14.869ZPUBLISHER TYPE STATUS P LOCATION
2602026-03-18T21:48:14.869Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-03-18T21:48:20.628ZFMRI IFO
2622026-03-18T21:48:20.628Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-03-18T21:48:20.629Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-03-18T21:48:20.629Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-03-18T21:48:20.629Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-03-18T21:48:20.629Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-03-18T21:48:20.629Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-03-18T21:48:20.629Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692026-03-18T21:48:20.629Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-03-18T21:48:20.629Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-03-18T21:48:20.629Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-03-18T21:48:20.629Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-03-18T21:48:20.629Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-03-18T21:48:20.629Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-03-18T21:48:20.629Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-03-18T21:48:20.629Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-03-18T21:48:20.629Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-03-18T21:48:21.885Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-03-18T21:48:22.158Z Updating crates.io index
2802026-03-18T21:48:22.162Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-03-18T21:48:22.466Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-03-18T21:48:23.566Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-03-18T21:48:23.836Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2842026-03-18T21:48:24.172Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852026-03-18T21:48:25.598Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-03-18T21:48:27.086Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-03-18T21:48:28.455Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-18T21:48:30.087Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-03-18T21:48:31.308Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-03-18T21:48:31.904Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-03-18T21:48:38.856Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-03-18T21:48:39.298Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-03-18T21:48:39.550Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-03-18T21:48:40.068Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-03-18T21:48:41.281Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-03-18T21:48:42.538Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-03-18T21:48:43.107Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-03-18T21:48:43.614Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-03-18T21:48:44.257Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-03-18T21:48:44.621Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-03-18T21:48:44.875Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-03-18T21:48:45.125Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-03-18T21:48:45.568Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-03-18T21:48:46.095Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-03-18T21:48:48.099Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-03-18T21:48:48.493Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-03-18T21:48:49.030Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-03-18T21:48:49.374Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-03-18T21:48:50.960Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102026-03-18T21:48:51.267Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3112026-03-18T21:48:51.991Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3122026-03-18T21:48:52.351Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3132026-03-18T21:48:52.698Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142026-03-18T21:48:53.183Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152026-03-18T21:48:53.512Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162026-03-18T21:48:53.764Z Updating git repository `https://github.com/illumos/smf-rs`
3172026-03-18T21:48:54.187Z Updating git repository `https://github.com/oxidecomputer/omicron`
3182026-03-18T21:49:10.685Z Downloading crates ...
3192026-03-18T21:49:10.746Z Downloaded block-buffer v0.10.4
3202026-03-18T21:49:10.753Z Downloaded toml_datetime v0.6.11
3212026-03-18T21:49:10.756Z Downloaded anstyle-parse v0.2.7
3222026-03-18T21:49:10.761Z Downloaded anstyle v1.0.13
3232026-03-18T21:49:10.761Z Downloaded macaddr v1.0.1
3242026-03-18T21:49:10.761Z Downloaded ucd-trie v0.1.7
3252026-03-18T21:49:10.765Z Downloaded anstream v0.6.21
3262026-03-18T21:49:10.765Z Downloaded pest_generator v2.8.6
3272026-03-18T21:49:10.765Z Downloaded scroll_derive v0.12.1
3282026-03-18T21:49:10.768Z Downloaded textwrap v0.16.2
3292026-03-18T21:49:10.768Z Downloaded thiserror v2.0.18
3302026-03-18T21:49:10.772Z Downloaded quote v1.0.44
3312026-03-18T21:49:10.775Z Downloaded ordered-float v2.10.1
3322026-03-18T21:49:10.775Z Downloaded unicode-ident v1.0.24
3332026-03-18T21:49:10.778Z Downloaded byteorder v1.5.0
3342026-03-18T21:49:10.778Z Downloaded clap_derive v4.5.55
3352026-03-18T21:49:10.781Z Downloaded zmij v1.0.21
3362026-03-18T21:49:10.781Z Downloaded utf8parse v0.2.2
3372026-03-18T21:49:10.781Z Downloaded usdt-attr-macro v0.5.0
3382026-03-18T21:49:10.785Z Downloaded is_terminal_polyfill v1.70.2
3392026-03-18T21:49:10.785Z Downloaded idna_adapter v1.2.1
3402026-03-18T21:49:10.788Z Downloaded icu_properties v2.1.2
3412026-03-18T21:49:10.791Z Downloaded toml_write v0.1.2
3422026-03-18T21:49:10.791Z Downloaded generic-array v0.14.7
3432026-03-18T21:49:10.791Z Downloaded version_check v0.9.5
3442026-03-18T21:49:10.794Z Downloaded thiserror v1.0.69
3452026-03-18T21:49:10.797Z Downloaded serde_core v1.0.228
3462026-03-18T21:49:10.800Z Downloaded dtrace-parser v0.2.0
3472026-03-18T21:49:10.800Z Downloaded utf8_iter v1.0.4
3482026-03-18T21:49:10.800Z Downloaded unicode-linebreak v0.1.5
3492026-03-18T21:49:10.804Z Downloaded zerofrom v0.1.6
3502026-03-18T21:49:10.804Z Downloaded thiserror-impl v1.0.69
3512026-03-18T21:49:10.807Z Downloaded fnv v1.0.7
3522026-03-18T21:49:10.807Z Downloaded zerocopy-derive v0.7.35
3532026-03-18T21:49:10.810Z Downloaded usdt-macro v0.5.0
3542026-03-18T21:49:10.810Z Downloaded scroll v0.12.0
3552026-03-18T21:49:10.810Z Downloaded yoke-derive v0.8.1
3562026-03-18T21:49:10.813Z Downloaded getrandom v0.4.1
3572026-03-18T21:49:10.813Z Downloaded itoa v1.0.17
3582026-03-18T21:49:10.816Z Downloaded usdt-impl v0.5.0
3592026-03-18T21:49:10.819Z Downloaded cargo_toml v0.21.0
3602026-03-18T21:49:10.823Z Downloaded typeid v1.0.3
3612026-03-18T21:49:10.823Z Downloaded thread-id v4.2.2
3622026-03-18T21:49:10.823Z Downloaded strsim v0.11.1
3632026-03-18T21:49:10.828Z Downloaded yoke v0.8.1
3642026-03-18T21:49:10.828Z Downloaded unicode-xid v0.2.6
3652026-03-18T21:49:10.828Z Downloaded zerovec-derive v0.11.2
3662026-03-18T21:49:10.828Z Downloaded writeable v0.6.2
3672026-03-18T21:49:10.828Z Downloaded thiserror-impl v2.0.18
3682026-03-18T21:49:10.831Z Downloaded swrite v0.1.0
3692026-03-18T21:49:10.831Z Downloaded zerofrom-derive v0.1.6
3702026-03-18T21:49:10.835Z Downloaded serde_spanned v0.6.9
3712026-03-18T21:49:10.835Z Downloaded usdt v0.5.0
3722026-03-18T21:49:10.835Z Downloaded stable_deref_trait v1.2.1
3732026-03-18T21:49:10.835Z Downloaded toml_edit v0.22.27
3742026-03-18T21:49:10.838Z Downloaded tinystr v0.8.2
3752026-03-18T21:49:10.838Z Downloaded clap_lex v1.0.0
3762026-03-18T21:49:10.843Z Downloaded semver v1.0.27
3772026-03-18T21:49:10.843Z Downloaded url v2.5.8
3782026-03-18T21:49:10.843Z Downloaded typenum v1.19.0
3792026-03-18T21:49:10.846Z Downloaded plain v0.2.3
3802026-03-18T21:49:10.851Z Downloaded cpufeatures v0.2.17
3812026-03-18T21:49:10.851Z Downloaded errno v0.3.14
3822026-03-18T21:49:10.851Z Downloaded cfg-if v1.0.4
3832026-03-18T21:49:10.854Z Downloaded toml v0.8.23
3842026-03-18T21:49:10.857Z Downloaded dof v0.3.0
3852026-03-18T21:49:10.857Z Downloaded heck v0.5.0
3862026-03-18T21:49:10.860Z Downloaded tabled_derive v0.7.0
3872026-03-18T21:49:10.860Z Downloaded zerotrie v0.2.3
3882026-03-18T21:49:10.864Z Downloaded percent-encoding v2.3.2
3892026-03-18T21:49:10.864Z Downloaded equivalent v1.0.2
3902026-03-18T21:49:10.868Z Downloaded winnow v0.7.14
3912026-03-18T21:49:10.874Z Downloaded zerovec v0.11.5
3922026-03-18T21:49:10.877Z Downloaded zerocopy v0.7.35
3932026-03-18T21:49:10.888Z Downloaded smawk v0.3.2
3942026-03-18T21:49:10.893Z Downloaded sha2 v0.10.9
3952026-03-18T21:49:10.893Z Downloaded serde-value v0.7.0
3962026-03-18T21:49:10.893Z Downloaded colorchoice v1.0.4
3972026-03-18T21:49:10.896Z Downloaded proc-macro-error-attr v1.0.4
3982026-03-18T21:49:10.896Z Downloaded crypto-common v0.1.7
3992026-03-18T21:49:10.897Z Downloaded unicode-width v0.2.0
4002026-03-18T21:49:10.901Z Downloaded pest_derive v2.8.6
4012026-03-18T21:49:10.901Z Downloaded anyhow v1.0.102
4022026-03-18T21:49:10.905Z Downloaded fastrand v2.3.0
4032026-03-18T21:49:10.905Z Downloaded unicode-width v0.1.14
4042026-03-18T21:49:10.909Z Downloaded cargo-platform v0.2.0
4052026-03-18T21:49:10.909Z Downloaded terminal_size v0.4.3
4062026-03-18T21:49:10.909Z Downloaded pretty-hex v0.4.1
4072026-03-18T21:49:10.967Z Downloaded memmap v0.7.0
4082026-03-18T21:49:10.967Z Downloaded heck v0.4.1
4092026-03-18T21:49:10.967Z Downloaded form_urlencoded v1.2.2
4102026-03-18T21:49:10.967Z Downloaded potential_utf v0.1.4
4112026-03-18T21:49:10.967Z Downloaded serde_tokenstream v0.2.3
4122026-03-18T21:49:10.967Z Downloaded erased-serde v0.4.9
4132026-03-18T21:49:10.967Z Downloaded serde-untagged v0.1.9
4142026-03-18T21:49:10.967Z Downloaded anstyle-query v1.1.5
4152026-03-18T21:49:10.967Z Downloaded fs-err v3.3.0
4162026-03-18T21:49:10.968Z Downloaded digest v0.10.7
4172026-03-18T21:49:10.968Z Downloaded bytecount v0.6.9
4182026-03-18T21:49:10.968Z Downloaded memchr v2.8.0
4192026-03-18T21:49:10.968Z Downloaded proc-macro-error v1.0.4
4202026-03-18T21:49:10.968Z Downloaded synstructure v0.13.2
4212026-03-18T21:49:10.968Z Downloaded camino-tempfile v1.4.1
4222026-03-18T21:49:10.973Z Downloaded cargo_metadata v0.21.0
4232026-03-18T21:49:10.973Z Downloaded displaydoc v0.2.5
4242026-03-18T21:49:10.973Z Downloaded smallvec v1.15.1
4252026-03-18T21:49:10.976Z Downloaded camino v1.2.2
4262026-03-18T21:49:10.980Z Downloaded litemap v0.8.1
4272026-03-18T21:49:10.980Z Downloaded clap v4.5.60
4282026-03-18T21:49:10.985Z Downloaded once_cell v1.21.3
4292026-03-18T21:49:10.989Z Downloaded indexmap v2.13.0
4302026-03-18T21:49:10.992Z Downloaded autocfg v1.5.0
4312026-03-18T21:49:10.992Z Downloaded tempfile v3.25.0
4322026-03-18T21:49:10.996Z Downloaded proc-macro2 v1.0.106
4332026-03-18T21:49:10.996Z Downloaded cargo-util-schemas v0.8.2
4342026-03-18T21:49:11.001Z Downloaded icu_provider v2.1.1
4352026-03-18T21:49:11.005Z Downloaded num-traits v0.2.19
4362026-03-18T21:49:11.005Z Downloaded bitflags v2.11.0
4372026-03-18T21:49:11.011Z Downloaded icu_normalizer v2.1.1
4382026-03-18T21:49:11.014Z Downloaded papergrid v0.11.0
4392026-03-18T21:49:11.017Z Downloaded log v0.4.29
4402026-03-18T21:49:11.021Z Downloaded icu_locale_core v2.1.1
4412026-03-18T21:49:11.025Z Downloaded serde_derive v1.0.228
4422026-03-18T21:49:11.025Z Downloaded pest_meta v2.8.6
4432026-03-18T21:49:11.029Z Downloaded icu_normalizer_data v2.1.1
4442026-03-18T21:49:11.040Z Downloaded icu_collections v2.1.1
4452026-03-18T21:49:11.046Z Downloaded serde v1.0.228
4462026-03-18T21:49:11.063Z Downloaded pest v2.8.6
4472026-03-18T21:49:11.090Z Downloaded idna v1.1.0
4482026-03-18T21:49:11.093Z Downloaded hashbrown v0.16.1
4492026-03-18T21:49:11.114Z Downloaded serde_json v1.0.149
4502026-03-18T21:49:11.118Z Downloaded clap_builder v4.5.60
4512026-03-18T21:49:11.124Z Downloaded tabled v0.15.0
4522026-03-18T21:49:11.135Z Downloaded icu_properties_data v2.1.2
4532026-03-18T21:49:11.141Z Downloaded goblin v0.8.2
4542026-03-18T21:49:11.145Z Downloaded syn v1.0.109
4552026-03-18T21:49:11.159Z Downloaded syn v2.0.117
4562026-03-18T21:49:11.191Z Downloaded rustix v1.1.3
4572026-03-18T21:49:11.217Z Downloaded libc v0.2.180
4582026-03-18T21:49:11.304Z Compiling proc-macro2 v1.0.106
4592026-03-18T21:49:11.307Z Compiling unicode-ident v1.0.24
4602026-03-18T21:49:11.308Z Compiling quote v1.0.44
4612026-03-18T21:49:11.308Z Compiling serde_core v1.0.228
4622026-03-18T21:49:11.308Z Compiling libc v0.2.180
4632026-03-18T21:49:11.308Z Compiling version_check v0.9.5
4642026-03-18T21:49:11.308Z Compiling memchr v2.8.0
4652026-03-18T21:49:11.308Z Compiling serde v1.0.228
4662026-03-18T21:49:11.726Z Compiling stable_deref_trait v1.2.1
4672026-03-18T21:49:11.825Z Compiling zmij v1.0.21
4682026-03-18T21:49:12.167Z Compiling itoa v1.0.17
4692026-03-18T21:49:12.186Z Compiling thiserror v1.0.69
4702026-03-18T21:49:12.416Z Compiling autocfg v1.5.0
4712026-03-18T21:49:12.455Z Compiling ucd-trie v0.1.7
4722026-03-18T21:49:12.636Z Compiling litemap v0.8.1
4732026-03-18T21:49:12.663Z Compiling pest v2.8.6
4742026-03-18T21:49:12.749Z Compiling writeable v0.6.2
4752026-03-18T21:49:12.847Z Compiling icu_properties_data v2.1.2
4762026-03-18T21:49:12.882Z Compiling byteorder v1.5.0
4772026-03-18T21:49:13.073Z Compiling icu_normalizer_data v2.1.1
4782026-03-18T21:49:13.179Z Compiling rustix v1.1.3
4792026-03-18T21:49:13.294Z Compiling syn v2.0.117
4802026-03-18T21:49:13.445Z Compiling errno v0.3.14
4812026-03-18T21:49:13.460Z Compiling bitflags v2.11.0
4822026-03-18T21:49:13.467Z Compiling serde_json v1.0.149
4832026-03-18T21:49:13.749Z Compiling num-traits v0.2.19
4842026-03-18T21:49:13.780Z Compiling typeid v1.0.3
4852026-03-18T21:49:13.823Z Compiling smallvec v1.15.1
4862026-03-18T21:49:13.997Z Compiling hashbrown v0.16.1
4872026-03-18T21:49:14.146Z Compiling equivalent v1.0.2
4882026-03-18T21:49:14.261Z Compiling pest_meta v2.8.6
4892026-03-18T21:49:14.468Z Compiling thread-id v4.2.2
4902026-03-18T21:49:14.574Z Compiling usdt-impl v0.5.0
4912026-03-18T21:49:14.658Z Compiling proc-macro-error-attr v1.0.4
4922026-03-18T21:49:14.760Z Compiling indexmap v2.13.0
4932026-03-18T21:49:14.845Z Compiling winnow v0.7.14
4942026-03-18T21:49:14.893Z Compiling toml_write v0.1.2
4952026-03-18T21:49:15.011Z Compiling syn v1.0.109
4962026-03-18T21:49:15.154Z Compiling erased-serde v0.4.9
4972026-03-18T21:49:15.669Z Compiling proc-macro-error v1.0.4
4982026-03-18T21:49:15.762Z Compiling thiserror v2.0.18
4992026-03-18T21:49:15.903Z Compiling utf8_iter v1.0.4
5002026-03-18T21:49:16.092Z Compiling plain v0.2.3
5012026-03-18T21:49:16.186Z Compiling log v0.4.29
5022026-03-18T21:49:16.233Z Compiling utf8parse v0.2.2
5032026-03-18T21:49:16.417Z Compiling getrandom v0.4.1
5042026-03-18T21:49:16.436Z Compiling camino v1.2.2
5052026-03-18T21:49:16.544Z Compiling percent-encoding v2.3.2
5062026-03-18T21:49:16.620Z Compiling ordered-float v2.10.1
5072026-03-18T21:49:16.780Z Compiling form_urlencoded v1.2.2
5082026-03-18T21:49:16.803Z Compiling anstyle-parse v0.2.7
5092026-03-18T21:49:17.037Z Compiling synstructure v0.13.2
5102026-03-18T21:49:17.040Z Compiling pest_generator v2.8.6
5112026-03-18T21:49:17.084Z Compiling terminal_size v0.4.3
5122026-03-18T21:49:17.262Z Compiling is_terminal_polyfill v1.70.2
5132026-03-18T21:49:17.385Z Compiling anstyle-query v1.1.5
5142026-03-18T21:49:17.409Z Compiling colorchoice v1.0.4
5152026-03-18T21:49:17.528Z Compiling cfg-if v1.0.4
5162026-03-18T21:49:17.534Z Compiling anstyle v1.0.13
5172026-03-18T21:49:17.557Z Compiling pretty-hex v0.4.1
5182026-03-18T21:49:17.606Z Compiling serde-untagged v0.1.9
5192026-03-18T21:49:17.799Z Compiling anstream v0.6.21
5202026-03-18T21:49:17.858Z Compiling semver v1.0.27
5212026-03-18T21:49:17.923Z Compiling fs-err v3.3.0
5222026-03-18T21:49:18.005Z Compiling fastrand v2.3.0
5232026-03-18T21:49:18.159Z Compiling unicode-xid v0.2.6
5242026-03-18T21:49:18.212Z Compiling bytecount v0.6.9
5252026-03-18T21:49:18.285Z Compiling once_cell v1.21.3
5262026-03-18T21:49:18.327Z Compiling strsim v0.11.1
5272026-03-18T21:49:18.367Z Compiling unicode-width v0.1.14
5282026-03-18T21:49:18.392Z Compiling clap_lex v1.0.0
5292026-03-18T21:49:18.395Z Compiling fnv v1.0.7
5302026-03-18T21:49:18.574Z Compiling anyhow v1.0.102
5312026-03-18T21:49:18.717Z Compiling heck v0.4.1
5322026-03-18T21:49:18.765Z Compiling heck v0.5.0
5332026-03-18T21:49:18.784Z Compiling papergrid v0.11.0
5342026-03-18T21:49:18.962Z Compiling clap_builder v4.5.60
5352026-03-18T21:49:19.047Z Compiling tempfile v3.25.0
5362026-03-18T21:49:19.245Z Compiling memmap v0.7.0
5372026-03-18T21:49:19.303Z Compiling smawk v0.3.2
5382026-03-18T21:49:19.479Z Compiling unicode-width v0.2.0
5392026-03-18T21:49:19.479Z Compiling unicode-linebreak v0.1.5
5402026-03-18T21:49:19.557Z Compiling camino-tempfile v1.4.1
5412026-03-18T21:49:19.631Z Compiling serde_derive v1.0.228
5422026-03-18T21:49:19.834Z Compiling zerofrom-derive v0.1.6
5432026-03-18T21:49:19.848Z Compiling yoke-derive v0.8.1
5442026-03-18T21:49:19.876Z Compiling zerovec-derive v0.11.2
5452026-03-18T21:49:19.980Z Compiling displaydoc v0.2.5
5462026-03-18T21:49:20.817Z Compiling thiserror-impl v1.0.69
5472026-03-18T21:49:20.969Z Compiling zerocopy-derive v0.7.35
5482026-03-18T21:49:21.328Z Compiling pest_derive v2.8.6
5492026-03-18T21:49:21.395Z Compiling scroll_derive v0.12.1
5502026-03-18T21:49:21.739Z Compiling zerofrom v0.1.6
5512026-03-18T21:49:21.862Z Compiling thiserror-impl v2.0.18
5522026-03-18T21:49:21.910Z Compiling yoke v0.8.1
5532026-03-18T21:49:22.110Z Compiling zerocopy v0.7.35
5542026-03-18T21:49:22.157Z Compiling zerovec v0.11.5
5552026-03-18T21:49:22.268Z Compiling zerotrie v0.2.3
5562026-03-18T21:49:22.641Z Compiling dtrace-parser v0.2.0
5572026-03-18T21:49:22.666Z Compiling scroll v0.12.0
5582026-03-18T21:49:22.875Z Compiling tinystr v0.8.2
5592026-03-18T21:49:22.889Z Compiling potential_utf v0.1.4
5602026-03-18T21:49:23.019Z Compiling goblin v0.8.2
5612026-03-18T21:49:23.101Z Compiling icu_locale_core v2.1.1
5622026-03-18T21:49:23.104Z Compiling icu_collections v2.1.1
5632026-03-18T21:49:23.249Z Compiling tabled_derive v0.7.0
5642026-03-18T21:49:23.691Z Compiling clap_derive v4.5.55
5652026-03-18T21:49:23.770Z Compiling textwrap v0.16.2
5662026-03-18T21:49:24.308Z Compiling icu_provider v2.1.1
5672026-03-18T21:49:24.402Z Compiling toml_datetime v0.6.11
5682026-03-18T21:49:24.405Z Compiling serde_spanned v0.6.9
5692026-03-18T21:49:24.451Z Compiling dof v0.3.0
5702026-03-18T21:49:24.481Z Compiling serde_tokenstream v0.2.3
5712026-03-18T21:49:24.507Z Compiling serde-value v0.7.0
5722026-03-18T21:49:24.612Z Compiling cargo-platform v0.2.0
5732026-03-18T21:49:24.712Z Compiling icu_normalizer v2.1.1
5742026-03-18T21:49:24.743Z Compiling icu_properties v2.1.2
5752026-03-18T21:49:24.896Z Compiling toml_edit v0.22.27
5762026-03-18T21:49:25.060Z Compiling tabled v0.15.0
5772026-03-18T21:49:25.070Z Compiling macaddr v1.0.1
5782026-03-18T21:49:25.446Z Compiling swrite v0.1.0
5792026-03-18T21:49:25.568Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5802026-03-18T21:49:25.797Z Compiling usdt-attr-macro v0.5.0
5812026-03-18T21:49:25.822Z Compiling usdt-macro v0.5.0
5822026-03-18T21:49:25.949Z Compiling idna_adapter v1.2.1
5832026-03-18T21:49:26.118Z Compiling idna v1.1.0
5842026-03-18T21:49:26.299Z Compiling clap v4.5.60
5852026-03-18T21:49:26.495Z Compiling url v2.5.8
5862026-03-18T21:49:26.920Z Compiling toml v0.8.23
5872026-03-18T21:49:27.041Z Compiling usdt v0.5.0
5882026-03-18T21:49:27.433Z Compiling cargo-util-schemas v0.8.2
5892026-03-18T21:49:27.458Z Compiling cargo_toml v0.21.0
5902026-03-18T21:49:28.594Z Compiling cargo_metadata v0.21.0
5912026-03-18T21:49:29.899Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5922026-03-18T21:49:32.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
5932026-03-18T21:49:33.003Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5942026-03-18T21:49:33.731Z Downloading crates ...
5952026-03-18T21:49:33.838Z Downloaded adler2 v2.0.1
5962026-03-18T21:49:33.851Z Downloaded arrayref v0.3.9
5972026-03-18T21:49:33.854Z Downloaded async-recursion v1.1.1
5982026-03-18T21:49:33.858Z Downloaded arrayvec v0.7.6
5992026-03-18T21:49:33.864Z Downloaded bitfield-macros v0.19.4
6002026-03-18T21:49:33.868Z Downloaded camino-tempfile-ext v0.3.3
6012026-03-18T21:49:33.868Z Downloaded ctr v0.9.2
6022026-03-18T21:49:33.871Z Downloaded critical-section v1.2.0
6032026-03-18T21:49:33.871Z Downloaded corncobs v0.1.4
6042026-03-18T21:49:33.875Z Downloaded darling_macro v0.20.11
6052026-03-18T21:49:33.879Z Downloaded dunce v1.0.5
6062026-03-18T21:49:33.879Z Downloaded base16ct v1.0.0
6072026-03-18T21:49:33.879Z Downloaded assert_matches v1.5.0
6082026-03-18T21:49:33.879Z Downloaded crunchy v0.2.4
6092026-03-18T21:49:33.880Z Downloaded crucible-workspace-hack v0.1.0
6102026-03-18T21:49:33.883Z Downloaded ciborium-io v0.2.2
6112026-03-18T21:49:33.883Z Downloaded document-features v0.2.12
6122026-03-18T21:49:33.883Z Downloaded display-error-chain v0.2.2
6132026-03-18T21:49:33.883Z Downloaded crc-catalog v2.4.0
6142026-03-18T21:49:33.889Z Downloaded block-padding v0.3.3
6152026-03-18T21:49:33.889Z Downloaded defmt-parser v1.0.0
6162026-03-18T21:49:33.890Z Downloaded either v1.15.0
6172026-03-18T21:49:33.890Z Downloaded ff v0.13.1
6182026-03-18T21:49:33.895Z Downloaded derive_builder_core v0.20.2
6192026-03-18T21:49:33.896Z Downloaded dirs-sys-next v0.1.2
6202026-03-18T21:49:33.896Z Downloaded curve25519-dalek-derive v0.1.1
6212026-03-18T21:49:33.899Z Downloaded cfg_aliases v0.2.1
6222026-03-18T21:49:33.899Z Downloaded bcrypt-pbkdf v0.10.0
6232026-03-18T21:49:33.899Z Downloaded erased-serde v0.3.31
6242026-03-18T21:49:33.906Z Downloaded diff v0.1.13
6252026-03-18T21:49:33.906Z Downloaded const_format_proc_macros v0.2.34
6262026-03-18T21:49:33.910Z Downloaded castaway v0.2.4
6272026-03-18T21:49:33.910Z Downloaded cargo-platform v0.1.9
6282026-03-18T21:49:33.910Z Downloaded der_derive v0.7.3
6292026-03-18T21:49:33.911Z Downloaded crossbeam-utils v0.8.21
6302026-03-18T21:49:33.914Z Downloaded dirs-next v2.0.0
6312026-03-18T21:49:33.914Z Downloaded cpufeatures v0.3.0
6322026-03-18T21:49:33.914Z Downloaded defmt v0.3.100
6332026-03-18T21:49:33.917Z Downloaded base64 v0.22.1
6342026-03-18T21:49:33.921Z Downloaded foreign-types-macros v0.2.3
6352026-03-18T21:49:33.921Z Downloaded env_filter v1.0.0
6362026-03-18T21:49:33.921Z Downloaded darling_macro v0.23.0
6372026-03-18T21:49:33.921Z Downloaded base16ct v0.2.0
6382026-03-18T21:49:33.924Z Downloaded atomicwrites v0.4.4
6392026-03-18T21:49:33.924Z Downloaded csv-core v0.1.13
6402026-03-18T21:49:33.924Z Downloaded atty v0.2.14
6412026-03-18T21:49:33.927Z Downloaded async-stream v0.3.6
6422026-03-18T21:49:33.930Z Downloaded foreign-types-shared v0.1.1
6432026-03-18T21:49:33.930Z Downloaded crc8 v0.1.1
6442026-03-18T21:49:33.931Z Downloaded cobs v0.3.0
6452026-03-18T21:49:33.934Z Downloaded atomic-waker v1.1.2
6462026-03-18T21:49:33.934Z Downloaded bit-set v0.5.3
6472026-03-18T21:49:33.934Z Downloaded ascii-canvas v3.0.0
6482026-03-18T21:49:33.938Z Downloaded dropshot-api-manager-types v0.6.0
6492026-03-18T21:49:33.938Z Downloaded ciborium-ll v0.2.2
6502026-03-18T21:49:33.938Z Downloaded derive_builder_macro v0.20.2
6512026-03-18T21:49:33.938Z Downloaded difflib v0.4.0
6522026-03-18T21:49:33.941Z Downloaded bit-set v0.8.0
6532026-03-18T21:49:33.941Z Downloaded cfg_aliases v0.1.1
6542026-03-18T21:49:33.941Z Downloaded diesel_table_macro_syntax v0.3.0
6552026-03-18T21:49:33.944Z Downloaded bit-vec v0.6.3
6562026-03-18T21:49:33.944Z Downloaded debug-ignore v1.0.5
6572026-03-18T21:49:33.947Z Downloaded embedded-io v0.4.0
6582026-03-18T21:49:33.947Z Downloaded downcast-rs v2.0.2
6592026-03-18T21:49:33.950Z Downloaded backoff v0.4.0
6602026-03-18T21:49:33.950Z Downloaded bzip2 v0.4.4
6612026-03-18T21:49:33.953Z Downloaded fixedbitset v0.4.2
6622026-03-18T21:49:33.953Z Downloaded fd-lock v4.0.4
6632026-03-18T21:49:33.956Z Downloaded embedded-io v0.6.1
6642026-03-18T21:49:33.956Z Downloaded convert_case v0.4.0
6652026-03-18T21:49:33.959Z Downloaded cstr-argument v0.1.2
6662026-03-18T21:49:33.959Z Downloaded crc v3.4.0
6672026-03-18T21:49:33.959Z Downloaded data-encoding v2.10.0
6682026-03-18T21:49:33.962Z Downloaded funty v2.0.0
6692026-03-18T21:49:33.962Z Downloaded foreign-types-shared v0.3.1
6702026-03-18T21:49:33.962Z Downloaded async-stream-impl v0.3.6
6712026-03-18T21:49:33.965Z Downloaded aead v0.5.2
6722026-03-18T21:49:33.965Z Downloaded diesel-dtrace v0.5.0
6732026-03-18T21:49:33.969Z Downloaded futures-io v0.3.32
6742026-03-18T21:49:33.970Z Downloaded fxhash v0.2.1
6752026-03-18T21:49:33.970Z Downloaded futures-task v0.3.32
6762026-03-18T21:49:33.973Z Downloaded dyn-clone v1.0.20
6772026-03-18T21:49:33.973Z Downloaded ghash v0.5.1
6782026-03-18T21:49:33.973Z Downloaded foreign-types v0.5.0
6792026-03-18T21:49:33.973Z Downloaded darling_macro v0.21.3
6802026-03-18T21:49:33.977Z Downloaded git-stub v1.0.0
6812026-03-18T21:49:33.977Z Downloaded float-cmp v0.10.0
6822026-03-18T21:49:33.977Z Downloaded des v0.8.1
6832026-03-18T21:49:33.982Z Downloaded cexpr v0.6.0
6842026-03-18T21:49:33.983Z Downloaded gethostname v0.5.0
6852026-03-18T21:49:33.986Z Downloaded filetime v0.2.27
6862026-03-18T21:49:33.986Z Downloaded bb8 v0.8.6
6872026-03-18T21:49:33.986Z Downloaded bitflags v1.3.2
6882026-03-18T21:49:33.991Z Downloaded futures-sink v0.3.32
6892026-03-18T21:49:33.991Z Downloaded futures-macro v0.3.32
6902026-03-18T21:49:34.002Z Downloaded ed25519 v2.2.3
6912026-03-18T21:49:34.002Z Downloaded constant_time_eq v0.4.2
6922026-03-18T21:49:34.002Z Downloaded bitfield v0.19.4
6932026-03-18T21:49:34.005Z Downloaded hex-literal v0.4.1
6942026-03-18T21:49:34.005Z Downloaded cipher v0.4.4
6952026-03-18T21:49:34.005Z Downloaded argon2 v0.5.3
6962026-03-18T21:49:34.005Z Downloaded array-init v0.0.4
6972026-03-18T21:49:34.005Z Downloaded globwalk v0.9.1
6982026-03-18T21:49:34.005Z Downloaded headers-core v0.3.0
6992026-03-18T21:49:34.005Z Downloaded find-msvc-tools v0.1.9
7002026-03-18T21:49:34.005Z Downloaded fallible-iterator v0.2.0
7012026-03-18T21:49:34.014Z Downloaded foldhash v0.1.5
7022026-03-18T21:49:34.014Z Downloaded blake2 v0.10.6
7032026-03-18T21:49:34.014Z Downloaded flagset v0.4.7
7042026-03-18T21:49:34.023Z Downloaded cookie_store v0.22.1
7052026-03-18T21:49:34.024Z Downloaded dof v0.4.0
7062026-03-18T21:49:34.024Z Downloaded const-oid v0.9.6
7072026-03-18T21:49:34.024Z Downloaded ena v0.14.4
7082026-03-18T21:49:34.024Z Downloaded hex v0.4.3
7092026-03-18T21:49:34.035Z Downloaded derive-ex v0.1.8
7102026-03-18T21:49:34.035Z Downloaded ahash v0.8.12
7112026-03-18T21:49:34.035Z Downloaded crypto-bigint v0.5.5
7122026-03-18T21:49:34.035Z Downloaded fs_extra v1.3.0
7132026-03-18T21:49:34.044Z Downloaded futures-core v0.3.32
7142026-03-18T21:49:34.044Z Downloaded home v0.5.12
7152026-03-18T21:49:34.044Z Downloaded base64ct v1.8.3
7162026-03-18T21:49:34.044Z Downloaded httpdate v1.0.3
7172026-03-18T21:49:34.044Z Downloaded hostname v0.4.2
7182026-03-18T21:49:34.044Z Downloaded hubpack_derive v0.1.1
7192026-03-18T21:49:34.044Z Downloaded hubpack v0.1.2
7202026-03-18T21:49:34.044Z Downloaded http-range v0.1.5
7212026-03-18T21:49:34.044Z Downloaded hyper-tls v0.6.0
7222026-03-18T21:49:34.048Z Downloaded ident_case v1.0.1
7232026-03-18T21:49:34.048Z Downloaded ecdsa v0.16.9
7242026-03-18T21:49:34.048Z Downloaded backon v1.6.0
7252026-03-18T21:49:34.048Z Downloaded globset v0.4.18
7262026-03-18T21:49:34.052Z Downloaded hash32 v0.2.1
7272026-03-18T21:49:34.052Z Downloaded group v0.13.0
7282026-03-18T21:49:34.052Z Downloaded convert_case v0.10.0
7292026-03-18T21:49:34.052Z Downloaded git-stub-vcs v0.1.0
7302026-03-18T21:49:34.056Z Downloaded foldhash v0.2.0
7312026-03-18T21:49:34.056Z Downloaded chacha20 v0.10.0
7322026-03-18T21:49:34.060Z Downloaded drift v0.1.3
7332026-03-18T21:49:34.068Z Downloaded inout v0.1.4
7342026-03-18T21:49:34.068Z Downloaded indoc v1.0.9
7352026-03-18T21:49:34.072Z Downloaded is-terminal v0.4.17
7362026-03-18T21:49:34.072Z Downloaded internet-checksum v0.2.1
7372026-03-18T21:49:34.072Z Downloaded defmt-macros v1.0.1
7382026-03-18T21:49:34.072Z Downloaded is_ci v1.2.0
7392026-03-18T21:49:34.072Z Downloaded instant v0.1.13
7402026-03-18T21:49:34.075Z Downloaded crossbeam-epoch v0.9.18
7412026-03-18T21:49:34.087Z Downloaded colored v2.2.0
7422026-03-18T21:49:34.092Z Downloaded libscf-sys v1.1.0
7432026-03-18T21:49:34.095Z Downloaded fs-err v2.11.0
7442026-03-18T21:49:34.095Z Downloaded crossbeam-deque v0.8.6
7452026-03-18T21:49:34.095Z Downloaded lazy_static v1.5.0
7462026-03-18T21:49:34.098Z Downloaded lalrpop-util v0.19.12
7472026-03-18T21:49:34.098Z Downloaded kstat-rs v0.2.4
7482026-03-18T21:49:34.101Z Downloaded hyper-staticfile v0.10.1
7492026-03-18T21:49:34.101Z Downloaded http-body-util v0.1.3
7502026-03-18T21:49:34.105Z Downloaded futures-channel v0.3.32
7512026-03-18T21:49:34.105Z Downloaded cookie v0.18.1
7522026-03-18T21:49:34.108Z Downloaded maybe-uninit v2.0.0
7532026-03-18T21:49:34.108Z Downloaded match_cfg v0.1.0
7542026-03-18T21:49:34.112Z Downloaded lzss v0.8.2
7552026-03-18T21:49:34.112Z Downloaded lru-slab v0.1.2
7562026-03-18T21:49:34.112Z Downloaded lru-cache v0.1.2
7572026-03-18T21:49:34.115Z Downloaded mime v0.3.17
7582026-03-18T21:49:34.115Z Downloaded getrandom v0.2.17
7592026-03-18T21:49:34.119Z Downloaded allocator-api2 v0.2.21
7602026-03-18T21:49:34.119Z Downloaded memoffset v0.9.1
7612026-03-18T21:49:34.123Z Downloaded half v1.8.3
7622026-03-18T21:49:34.123Z Downloaded crc32fast v1.5.0
7632026-03-18T21:49:34.126Z Downloaded console v0.16.2
7642026-03-18T21:49:34.126Z Downloaded indoc v2.0.7
7652026-03-18T21:49:34.131Z Downloaded instability v0.3.11
7662026-03-18T21:49:34.131Z Downloaded multimap v0.10.1
7672026-03-18T21:49:34.131Z Downloaded ingot-types v0.1.2
7682026-03-18T21:49:34.135Z Downloaded crc-any v2.5.0
7692026-03-18T21:49:34.138Z Downloaded ipnetwork v0.21.1
7702026-03-18T21:49:34.138Z Downloaded newline-converter v0.3.0
7712026-03-18T21:49:34.138Z Downloaded new_debug_unreachable v1.0.6
7722026-03-18T21:49:34.144Z Downloaded keccak v0.1.6
7732026-03-18T21:49:34.144Z Downloaded ipnet v2.11.0
7742026-03-18T21:49:34.151Z Downloaded newtype-uuid-macros v0.1.0
7752026-03-18T21:49:34.151Z Downloaded newtype_derive v0.1.6
7762026-03-18T21:49:34.151Z Downloaded jobserver v0.1.34
7772026-03-18T21:49:34.151Z Downloaded num v0.4.3
7782026-03-18T21:49:34.158Z Downloaded nonempty v0.12.0
7792026-03-18T21:49:34.158Z Downloaded normalize-line-endings v0.3.0
7802026-03-18T21:49:34.158Z Downloaded nibble_vec v0.1.0
7812026-03-18T21:49:34.158Z Downloaded num-conv v0.2.0
7822026-03-18T21:49:34.158Z Downloaded num_enum_derive v0.5.11
7832026-03-18T21:49:34.159Z Downloaded flume v0.11.1
7842026-03-18T21:49:34.170Z Downloaded num-iter v0.1.45
7852026-03-18T21:49:34.170Z Downloaded num-derive v0.4.2
7862026-03-18T21:49:34.170Z Downloaded linear-map v1.2.0
7872026-03-18T21:49:34.170Z Downloaded hmac v0.12.1
7882026-03-18T21:49:34.170Z Downloaded hyper-rustls v0.27.7
7892026-03-18T21:49:34.213Z Downloaded managed v0.8.0
7902026-03-18T21:49:34.213Z Downloaded openssl-probe v0.2.1
7912026-03-18T21:49:34.213Z Downloaded openssl-macros v0.1.1
7922026-03-18T21:49:34.213Z Downloaded libefi-sys v0.1.0
7932026-03-18T21:49:34.218Z Downloaded openssl-probe v0.1.6
7942026-03-18T21:49:34.219Z Downloaded num-derive v0.3.3
7952026-03-18T21:49:34.219Z Downloaded aes v0.8.4
7962026-03-18T21:49:34.219Z Downloaded opaque-debug v0.3.1
7972026-03-18T21:49:34.219Z Downloaded const_format v0.2.35
7982026-03-18T21:49:34.219Z Downloaded oso-derive v0.27.3
7992026-03-18T21:49:34.219Z Downloaded lock_api v0.4.14
8002026-03-18T21:49:34.219Z Downloaded clang-sys v1.8.1
8012026-03-18T21:49:34.219Z Downloaded mime_guess v2.0.5
8022026-03-18T21:49:34.219Z Downloaded ingot-macros v0.1.1
8032026-03-18T21:49:34.219Z Downloaded half v2.7.1
8042026-03-18T21:49:34.219Z Downloaded bumpalo v3.20.2
8052026-03-18T21:49:34.229Z Downloaded iana-time-zone v0.1.65
8062026-03-18T21:49:34.230Z Downloaded multer v3.1.0
8072026-03-18T21:49:34.230Z Downloaded peg-runtime v0.8.5
8082026-03-18T21:49:34.230Z Downloaded path-slash v0.1.5
8092026-03-18T21:49:34.230Z Downloaded darling_core v0.20.11
8102026-03-18T21:49:34.230Z Downloaded native-tls v0.2.18
8112026-03-18T21:49:34.230Z Downloaded fatfs v0.3.6
8122026-03-18T21:49:34.230Z Downloaded num-complex v0.4.6
8132026-03-18T21:49:34.230Z Downloaded num_threads v0.1.7
8142026-03-18T21:49:34.230Z Downloaded num_enum_derive v0.7.5
8152026-03-18T21:49:34.230Z Downloaded num_enum v0.7.5
8162026-03-18T21:49:34.231Z Downloaded phf_shared v0.11.3
8172026-03-18T21:49:34.231Z Downloaded der v0.7.10
8182026-03-18T21:49:34.231Z Downloaded phf_shared v0.13.1
8192026-03-18T21:49:34.231Z Downloaded num-integer v0.1.46
8202026-03-18T21:49:34.237Z Downloaded darling_core v0.21.3
8212026-03-18T21:49:34.237Z Downloaded litrs v1.0.0
8222026-03-18T21:49:34.237Z Downloaded pbkdf2 v0.12.2
8232026-03-18T21:49:34.237Z Downloaded pbkdf2 v0.11.0
8242026-03-18T21:49:34.238Z Downloaded packed_struct_codegen v0.10.1
8252026-03-18T21:49:34.252Z Downloaded memmap2 v0.9.10
8262026-03-18T21:49:34.252Z Downloaded chacha20poly1305 v0.10.1
8272026-03-18T21:49:34.252Z Downloaded num-rational v0.4.2
8282026-03-18T21:49:34.252Z Downloaded olpc-cjson v0.1.4
8292026-03-18T21:49:34.252Z Downloaded predicates-tree v1.0.13
8302026-03-18T21:49:34.253Z Downloaded phf_shared v0.12.1
8312026-03-18T21:49:34.253Z Downloaded pin-utils v0.1.0
8322026-03-18T21:49:34.253Z Downloaded libsw-core v0.3.2
8332026-03-18T21:49:34.253Z Downloaded arc-swap v1.8.2
8342026-03-18T21:49:34.258Z Downloaded precomputed-hash v0.1.1
8352026-03-18T21:49:34.258Z Downloaded powerfmt v0.2.0
8362026-03-18T21:49:34.258Z Downloaded ar_archive_writer v0.5.1
8372026-03-18T21:49:34.258Z Downloaded oxnet v0.1.4
8382026-03-18T21:49:34.263Z Downloaded oxide-tokio-rt v0.1.3
8392026-03-18T21:49:34.263Z Downloaded owo-colors v4.3.0
8402026-03-18T21:49:34.263Z Downloaded password-hash v0.4.2
8412026-03-18T21:49:34.269Z Downloaded proc-macro-error-attr2 v2.0.0
8422026-03-18T21:49:34.269Z Downloaded headers v0.4.1
8432026-03-18T21:49:34.275Z Downloaded progenitor-client v0.10.0
8442026-03-18T21:49:34.275Z Downloaded indexmap v1.9.3
8452026-03-18T21:49:34.275Z Downloaded proc-macro-crate v3.4.0
8462026-03-18T21:49:34.275Z Downloaded progenitor-macro v0.11.2
8472026-03-18T21:49:34.275Z Downloaded proc-macro-crate v1.3.1
8482026-03-18T21:49:34.282Z Downloaded predicates-core v1.0.10
8492026-03-18T21:49:34.282Z Downloaded peg v0.8.5
8502026-03-18T21:49:34.282Z Downloaded paste v1.0.15
8512026-03-18T21:49:34.290Z Downloaded psl-types v2.0.11
8522026-03-18T21:49:34.290Z Downloaded compact_str v0.8.1
8532026-03-18T21:49:34.290Z Downloaded ed25519-dalek v2.2.0
8542026-03-18T21:49:34.295Z Downloaded progenitor-client v0.11.2
8552026-03-18T21:49:34.295Z Downloaded pem-rfc7468 v0.7.0
8562026-03-18T21:49:34.295Z Downloaded pin-project-lite v0.2.17
8572026-03-18T21:49:34.305Z Downloaded derive_more-impl v2.1.1
8582026-03-18T21:49:34.319Z Downloaded quick-error v1.2.3
8592026-03-18T21:49:34.319Z Downloaded progenitor-macro v0.13.0
8602026-03-18T21:49:34.320Z Downloaded pem v3.0.6
8612026-03-18T21:49:34.320Z Downloaded packed_struct v0.10.1
8622026-03-18T21:49:34.320Z Downloaded radium v0.7.0
8632026-03-18T21:49:34.320Z Downloaded flate2 v1.1.9
8642026-03-18T21:49:34.320Z Downloaded ppv-lite86 v0.2.21
8652026-03-18T21:49:34.321Z Downloaded postgres-protocol v0.6.10
8662026-03-18T21:49:34.321Z Downloaded polyval v0.6.2
8672026-03-18T21:49:34.321Z Downloaded phf v0.13.1
8682026-03-18T21:49:34.321Z Downloaded phf v0.12.1
8692026-03-18T21:49:34.327Z Downloaded recursive-proc-macro-impl v0.1.1
8702026-03-18T21:49:34.328Z Downloaded libbz2-rs-sys v0.2.2
8712026-03-18T21:49:34.328Z Downloaded recursive v0.1.1
8722026-03-18T21:49:34.328Z Downloaded ref-cast-impl v1.0.25
8732026-03-18T21:49:34.328Z Downloaded rand_xorshift v0.4.0
8742026-03-18T21:49:34.328Z Downloaded rand_chacha v0.3.1
8752026-03-18T21:49:34.328Z Downloaded progenitor v0.11.2
8762026-03-18T21:49:34.329Z Downloaded pkg-config v0.3.32
8772026-03-18T21:49:34.346Z Downloaded pin-project-internal v1.1.11
8782026-03-18T21:49:34.346Z Downloaded num_enum v0.5.11
8792026-03-18T21:49:34.346Z Downloaded ref-cast v1.0.25
8802026-03-18T21:49:34.352Z Downloaded hickory-resolver v0.25.2
8812026-03-18T21:49:34.352Z Downloaded progenitor-client v0.13.0
8822026-03-18T21:49:34.352Z Downloaded peg-macros v0.8.5
8832026-03-18T21:49:34.352Z Downloaded heapless v0.7.17
8842026-03-18T21:49:34.352Z Downloaded rfc6979 v0.4.0
8852026-03-18T21:49:34.352Z Downloaded poly1305 v0.8.0
8862026-03-18T21:49:34.353Z Downloaded russh-cryptovec v0.7.3
8872026-03-18T21:49:34.353Z Downloaded indicatif v0.18.4
8882026-03-18T21:49:34.360Z Downloaded hickory-resolver v0.24.4
8892026-03-18T21:49:34.360Z Downloaded progenitor v0.10.0
8902026-03-18T21:49:34.360Z Downloaded proc-macro-error2 v2.0.1
8912026-03-18T21:49:34.365Z Downloaded omicron-zone-package v0.12.2
8922026-03-18T21:49:34.365Z Downloaded progenitor-extras v0.1.1
8932026-03-18T21:49:34.365Z Downloaded parking_lot v0.11.2
8942026-03-18T21:49:34.370Z Downloaded rustc_version v0.1.7
8952026-03-18T21:49:34.370Z Downloaded parking_lot_core v0.9.12
8962026-03-18T21:49:34.370Z Downloaded derive_more v2.1.1
8972026-03-18T21:49:34.386Z Downloaded rtoolbox v0.0.3
8982026-03-18T21:49:34.386Z Downloaded psm v0.1.30
8992026-03-18T21:49:34.386Z Downloaded rustc-hash v2.1.1
9002026-03-18T21:49:34.396Z Downloaded postgres-types v0.2.12
9012026-03-18T21:49:34.396Z Downloaded rand_chacha v0.9.0
9022026-03-18T21:49:34.396Z Downloaded r2d2 v0.8.10
9032026-03-18T21:49:34.396Z Downloaded pkcs1 v0.7.5
9042026-03-18T21:49:34.396Z Downloaded scheduled-thread-pool v0.2.7
9052026-03-18T21:49:34.404Z Downloaded same-file v1.0.6
9062026-03-18T21:49:34.404Z Downloaded rand_core v0.9.5
9072026-03-18T21:49:34.404Z Downloaded rand_core v0.6.4
9082026-03-18T21:49:34.404Z Downloaded p256 v0.13.2
9092026-03-18T21:49:34.404Z Downloaded progenitor v0.13.0
9102026-03-18T21:49:34.404Z Downloaded progenitor-macro v0.10.0
9112026-03-18T21:49:34.409Z Downloaded pkcs5 v0.7.1
9122026-03-18T21:49:34.409Z Downloaded scopeguard v1.2.0
9132026-03-18T21:49:34.409Z Downloaded sapling-renderdag v0.1.0
9142026-03-18T21:49:34.409Z Downloaded salsa20 v0.10.2
9152026-03-18T21:49:34.409Z Downloaded rand_seeder v0.4.0
9162026-03-18T21:49:34.502Z Downloaded pkcs8 v0.10.2
9172026-03-18T21:49:34.502Z Downloaded resolv-conf v0.7.6
9182026-03-18T21:49:34.502Z Downloaded scroll_derive v0.13.1
9192026-03-18T21:49:34.503Z Downloaded oso v0.27.3
9202026-03-18T21:49:34.503Z Downloaded serde-big-array v0.5.1
9212026-03-18T21:49:34.503Z Downloaded seq-macro v0.3.6
9222026-03-18T21:49:34.503Z Downloaded serde_urlencoded v0.7.1
9232026-03-18T21:49:34.503Z Downloaded hashbrown v0.12.3
9242026-03-18T21:49:34.503Z Downloaded pin-project v1.1.11
9252026-03-18T21:49:34.503Z Downloaded serde_plain v1.0.2
9262026-03-18T21:49:34.503Z Downloaded scrypt v0.11.0
9272026-03-18T21:49:34.503Z Downloaded secrecy v0.8.0
9282026-03-18T21:49:34.503Z Downloaded expectorate v1.2.0
9292026-03-18T21:49:34.504Z Downloaded quinn-udp v0.5.14
9302026-03-18T21:49:34.504Z Downloaded parking_lot v0.12.5
9312026-03-18T21:49:34.504Z Downloaded serde_bytes v0.11.19
9322026-03-18T21:49:34.504Z Downloaded rustls-pemfile v1.0.4
9332026-03-18T21:49:34.504Z Downloaded serde_spanned v1.0.4
9342026-03-18T21:49:34.504Z Downloaded papergrid v0.17.0
9352026-03-18T21:49:34.504Z Downloaded shell-words v1.1.1
9362026-03-18T21:49:34.504Z Downloaded serde_repr v0.1.20
9372026-03-18T21:49:34.504Z Downloaded dropshot-api-manager v0.6.0
9382026-03-18T21:49:34.504Z Downloaded rustversion v1.0.22
9392026-03-18T21:49:34.504Z Downloaded postcard v1.1.3
9402026-03-18T21:49:34.504Z Downloaded rustc_version v0.4.1
9412026-03-18T21:49:34.504Z Downloaded diesel_derives v2.3.7
9422026-03-18T21:49:34.504Z Downloaded signal-hook-mio v0.2.5
9432026-03-18T21:49:34.504Z Downloaded sha1 v0.10.6
9442026-03-18T21:49:34.505Z Downloaded openssl-sys v0.9.111
9452026-03-18T21:49:34.505Z Downloaded progenitor-impl v0.10.0
9462026-03-18T21:49:34.505Z Downloaded aes-gcm v0.10.3
9472026-03-18T21:49:34.505Z Downloaded slog-bunyan v2.5.0
9482026-03-18T21:49:34.505Z Downloaded signature v2.2.0
9492026-03-18T21:49:34.505Z Downloaded sigpipe v0.1.3
9502026-03-18T21:49:34.505Z Downloaded signal-hook-tokio v0.3.1
9512026-03-18T21:49:34.505Z Downloaded slog-envlogger v2.2.0
9522026-03-18T21:49:34.505Z Downloaded schemars_derive v0.8.22
9532026-03-18T21:49:34.505Z Downloaded siphasher v1.0.2
9542026-03-18T21:49:34.505Z Downloaded rand_core v0.10.0
9552026-03-18T21:49:34.505Z Downloaded prefix-trie v0.7.0
9562026-03-18T21:49:34.505Z Downloaded semver v0.1.20
9572026-03-18T21:49:34.517Z Downloaded scroll v0.13.0
9582026-03-18T21:49:34.517Z Downloaded hashbrown v0.13.2
9592026-03-18T21:49:34.517Z Downloaded crossterm v0.29.0
9602026-03-18T21:49:34.517Z Downloaded minimal-lexical v0.2.1
9612026-03-18T21:49:34.517Z Downloaded serde_path_to_error v0.1.20
9622026-03-18T21:49:34.517Z Downloaded russh-keys v0.45.0
9632026-03-18T21:49:34.517Z Downloaded progenitor-impl v0.11.2
9642026-03-18T21:49:34.538Z Downloaded sec1 v0.7.3
9652026-03-18T21:49:34.538Z Downloaded sct v0.7.1
9662026-03-18T21:49:34.539Z Downloaded hickory-server v0.25.2
9672026-03-18T21:49:34.539Z Downloaded serde-hex v0.1.0
9682026-03-18T21:49:34.539Z Downloaded rustls-pemfile v2.2.0
9692026-03-18T21:49:34.539Z Downloaded ssh-encoding v0.2.0
9702026-03-18T21:49:34.539Z Downloaded serde_derive_internals v0.29.1
9712026-03-18T21:49:34.539Z Downloaded rustls-native-certs v0.8.3
9722026-03-18T21:49:34.557Z Downloaded ssh-cipher v0.2.0
9732026-03-18T21:49:34.558Z Downloaded sqlparser_derive v0.5.0
9742026-03-18T21:49:34.558Z Downloaded subtle v2.6.1
9752026-03-18T21:49:34.558Z Downloaded rusty-fork v0.3.1
9762026-03-18T21:49:34.558Z Downloaded jiff-static v0.2.21
9772026-03-18T21:49:34.558Z Downloaded shlex v1.3.0
9782026-03-18T21:49:34.558Z Downloaded pretty_assertions v1.4.1
9792026-03-18T21:49:34.558Z Downloaded http v1.4.0
9802026-03-18T21:49:34.558Z Downloaded rcgen v0.12.1
9812026-03-18T21:49:34.558Z Downloaded signal-hook-registry v1.4.8
9822026-03-18T21:49:34.564Z Downloaded secrecy v0.10.3
9832026-03-18T21:49:34.564Z Downloaded strum v0.27.2
9842026-03-18T21:49:34.564Z Downloaded structmeta-derive v0.3.0
9852026-03-18T21:49:34.564Z Downloaded rustls-pki-types v1.14.0
9862026-03-18T21:49:34.564Z Downloaded structmeta v0.3.0
9872026-03-18T21:49:34.564Z Downloaded slab v0.4.12
9882026-03-18T21:49:34.564Z Downloaded miniz_oxide v0.8.9
9892026-03-18T21:49:34.564Z Downloaded slog-json v2.6.1
9902026-03-18T21:49:34.565Z Downloaded crossbeam-channel v0.5.15
9912026-03-18T21:49:34.565Z Downloaded sync-ptr v0.1.4
9922026-03-18T21:49:34.565Z Downloaded tap v1.0.1
9932026-03-18T21:49:34.565Z Downloaded supports-color v3.0.2
9942026-03-18T21:49:34.565Z Downloaded progenitor-impl v0.13.0
9952026-03-18T21:49:34.569Z Downloaded smf v0.2.3
9962026-03-18T21:49:34.569Z Downloaded slog-dtrace v0.3.0
9972026-03-18T21:49:34.569Z Downloaded slog-async v2.8.0
9982026-03-18T21:49:34.569Z Downloaded slog-stdlog v4.1.1
9992026-03-18T21:49:34.574Z Downloaded tabled_derive v0.11.0
10002026-03-18T21:49:34.574Z Downloaded slog-scope v4.4.1
10012026-03-18T21:49:34.574Z Downloaded take_mut v0.2.2
10022026-03-18T21:49:34.574Z Downloaded prettyplease v0.2.37
10032026-03-18T21:49:34.581Z Downloaded snafu-derive v0.8.9
10042026-03-18T21:49:34.581Z Downloaded smallvec v0.6.14
10052026-03-18T21:49:34.581Z Downloaded tagptr v0.2.0
10062026-03-18T21:49:34.594Z Downloaded hyper-util v0.1.20
10072026-03-18T21:49:34.594Z Downloaded testing_table v0.3.0
10082026-03-18T21:49:34.594Z Downloaded sqlformat v0.3.5
10092026-03-18T21:49:34.606Z Downloaded spki v0.7.3
10102026-03-18T21:49:34.606Z Downloaded simd-adler32 v0.3.8
10112026-03-18T21:49:34.606Z Downloaded serde_cbor v0.11.2
10122026-03-18T21:49:34.606Z Downloaded tabwriter v1.4.1
10132026-03-18T21:49:34.606Z Downloaded stringprep v0.1.5
10142026-03-18T21:49:34.606Z Downloaded static_assertions v1.1.0
10152026-03-18T21:49:34.607Z Downloaded time-core v0.1.8
10162026-03-18T21:49:34.613Z Downloaded thread-id v5.1.0
10172026-03-18T21:49:34.613Z Downloaded termtree v0.5.1
10182026-03-18T21:49:34.613Z Downloaded sync_wrapper v1.0.2
10192026-03-18T21:49:34.613Z Downloaded tinyvec_macros v0.1.1
10202026-03-18T21:49:34.613Z Downloaded rustls-platform-verifier v0.6.2
10212026-03-18T21:49:34.614Z Downloaded strum_macros v0.24.3
10222026-03-18T21:49:34.614Z Downloaded string_cache v0.8.9
10232026-03-18T21:49:34.614Z Downloaded stacker v0.1.23
10242026-03-18T21:49:34.622Z Downloaded serde_with_macros v3.17.0
10252026-03-18T21:49:34.622Z Downloaded strum v0.26.3
10262026-03-18T21:49:34.622Z Downloaded primeorder v0.13.6
10272026-03-18T21:49:34.622Z Downloaded predicates v3.1.4
10282026-03-18T21:49:34.622Z Downloaded strum_macros v0.26.4
10292026-03-18T21:49:34.622Z Downloaded strip-ansi-escapes v0.2.1
10302026-03-18T21:49:34.631Z Downloaded ignore v0.4.25
10312026-03-18T21:49:34.631Z Downloaded password-hash v0.5.0
10322026-03-18T21:49:34.632Z Downloaded support-bundle-viewer v0.1.2
10332026-03-18T21:49:34.632Z Downloaded strum_macros v0.27.2
10342026-03-18T21:49:34.655Z Downloaded schemars v0.8.22
10352026-03-18T21:49:34.656Z Downloaded ryu v1.0.23
10362026-03-18T21:49:34.656Z Downloaded termios v0.3.3
10372026-03-18T21:49:34.656Z Downloaded ron v0.8.1
10382026-03-18T21:49:34.670Z Downloaded tower-layer v0.3.3
10392026-03-18T21:49:34.670Z Downloaded tower-service v0.3.3
10402026-03-18T21:49:34.670Z Downloaded topological-sort v0.2.2
10412026-03-18T21:49:34.671Z Downloaded nom v7.1.3
10422026-03-18T21:49:34.671Z Downloaded spin v0.9.8
10432026-03-18T21:49:34.671Z Downloaded publicsuffix v2.3.0
10442026-03-18T21:49:34.671Z Downloaded parse-display-derive v0.10.0
10452026-03-18T21:49:34.671Z Downloaded parking_lot_core v0.8.6
10462026-03-18T21:49:34.671Z Downloaded getrandom v0.3.4
10472026-03-18T21:49:34.684Z Downloaded heapless v0.8.0
10482026-03-18T21:49:34.684Z Downloaded thiserror-impl-no-std v2.0.2
10492026-03-18T21:49:34.684Z Downloaded unarray v0.1.4
10502026-03-18T21:49:34.684Z Downloaded tls_codec v0.4.2
10512026-03-18T21:49:34.684Z Downloaded tiny-keccak v2.0.2
10522026-03-18T21:49:34.684Z Downloaded unicode-truncate v1.1.0
10532026-03-18T21:49:34.685Z Downloaded typify-macro v0.6.1
10542026-03-18T21:49:34.685Z Downloaded typify-macro v0.4.3
10552026-03-18T21:49:34.685Z Downloaded try-lock v0.2.5
10562026-03-18T21:49:34.775Z Downloaded trait-variant v0.1.2
10572026-03-18T21:49:34.775Z Downloaded thread_local v1.1.9
10582026-03-18T21:49:34.775Z Downloaded thiserror-no-std v2.0.2
10592026-03-18T21:49:34.775Z Downloaded serde_yaml v0.9.34+deprecated
10602026-03-18T21:49:34.776Z Downloaded tls_codec_derive v0.4.2
10612026-03-18T21:49:34.776Z Downloaded signal-hook v0.3.18
10622026-03-18T21:49:34.776Z Downloaded tokio-macros v2.6.0
10632026-03-18T21:49:34.776Z Downloaded tokio-dtrace v0.1.1
10642026-03-18T21:49:34.776Z Downloaded rand v0.8.5
10652026-03-18T21:49:34.811Z Downloaded rayon-core v1.13.0
10662026-03-18T21:49:34.811Z Downloaded hashbrown v0.15.5
10672026-03-18T21:49:34.811Z Downloaded unit-prefix v0.5.2
10682026-03-18T21:49:34.811Z Downloaded slog-term v2.9.2
10692026-03-18T21:49:34.811Z Downloaded socket2 v0.5.10
10702026-03-18T21:49:34.812Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10712026-03-18T21:49:34.812Z Downloaded tokio-tungstenite v0.23.1
10722026-03-18T21:49:34.812Z Downloaded num-bigint v0.4.6
10732026-03-18T21:49:34.812Z Downloaded usdt-macro v0.6.0
10742026-03-18T21:49:34.812Z Downloaded usdt v0.6.0
10752026-03-18T21:49:34.812Z Downloaded untrusted v0.7.1
10762026-03-18T21:49:34.812Z Downloaded tokio-native-tls v0.3.1
10772026-03-18T21:49:34.812Z Downloaded void v1.0.2
10782026-03-18T21:49:34.812Z Downloaded time-macros v0.2.27
10792026-03-18T21:49:34.812Z Downloaded similar v2.7.0
10802026-03-18T21:49:34.812Z Downloaded futures-util v0.3.32
10812026-03-18T21:49:34.812Z Downloaded usdt-attr-macro v0.6.0
10822026-03-18T21:49:34.812Z Downloaded utf-8 v0.7.6
10832026-03-18T21:49:34.812Z Downloaded term v0.7.0
10842026-03-18T21:49:34.812Z Downloaded rsa v0.9.10
10852026-03-18T21:49:34.812Z Downloaded want v0.3.1
10862026-03-18T21:49:34.812Z Downloaded tui-tree-widget v0.23.1
10872026-03-18T21:49:34.812Z Downloaded tokio-rustls v0.25.0
10882026-03-18T21:49:34.813Z Downloaded socket2 v0.6.2
10892026-03-18T21:49:34.813Z Downloaded rustls-webpki v0.103.9
10902026-03-18T21:49:34.813Z Downloaded num-bigint-dig v0.8.6
10912026-03-18T21:49:34.813Z Downloaded rand v0.10.0
10922026-03-18T21:49:34.813Z Downloaded wait-timeout v0.2.1
10932026-03-18T21:49:34.813Z Downloaded samael v0.0.19
10942026-03-18T21:49:34.813Z Downloaded waitgroup v0.1.2
10952026-03-18T21:49:34.813Z Downloaded unicase v2.9.0
10962026-03-18T21:49:34.813Z Downloaded itertools v0.13.0
10972026-03-18T21:49:34.813Z Downloaded tokio-rustls v0.26.4
10982026-03-18T21:49:34.813Z Downloaded test-strategy v0.4.5
10992026-03-18T21:49:34.813Z Downloaded snafu v0.8.9
11002026-03-18T21:49:34.813Z Downloaded uzers v0.12.2
11012026-03-18T21:49:34.813Z Downloaded universal-hash v0.5.1
11022026-03-18T21:49:34.813Z Downloaded xattr v1.6.1
11032026-03-18T21:49:34.833Z Downloaded subprocess v0.2.15
11042026-03-18T21:49:34.833Z Downloaded tokio-stream v0.1.18
11052026-03-18T21:49:34.833Z Downloaded slog v2.8.2
11062026-03-18T21:49:34.833Z Downloaded vergen-lib v0.1.6
11072026-03-18T21:49:34.833Z Downloaded tracing-attributes v0.1.31
11082026-03-18T21:49:34.834Z Downloaded hyper v1.8.1
11092026-03-18T21:49:34.834Z Downloaded xshell-macros v0.2.7
11102026-03-18T21:49:34.834Z Downloaded tar v0.4.44
11112026-03-18T21:49:34.834Z Downloaded vergen-gitcl v1.0.8
11122026-03-18T21:49:34.834Z Downloaded usdt-impl v0.6.0
11132026-03-18T21:49:34.834Z Downloaded vsss-rs v3.3.4
11142026-03-18T21:49:34.834Z Downloaded zone_cfg_derive v0.3.1
11152026-03-18T21:49:34.835Z Downloaded zone v0.3.1
11162026-03-18T21:49:34.835Z Downloaded zeroize_derive v1.4.3
11172026-03-18T21:49:34.837Z Downloaded vergen-git2 v1.0.7
11182026-03-18T21:49:34.837Z Downloaded toml_parser v1.0.9+spec-1.1.0
11192026-03-18T21:49:34.837Z Downloaded walkdir v2.5.0
11202026-03-18T21:49:34.837Z Downloaded tokio-tungstenite v0.21.0
11212026-03-18T21:49:34.837Z Downloaded tokio-rustls v0.24.1
11222026-03-18T21:49:34.837Z Downloaded rand v0.9.2
11232026-03-18T21:49:34.838Z Downloaded twox-hash v2.1.2
11242026-03-18T21:49:34.857Z Downloaded unicode-properties v0.1.4
11252026-03-18T21:49:34.858Z Downloaded blake3 v1.8.3
11262026-03-18T21:49:34.858Z Downloaded tinyvec v1.10.0
11272026-03-18T21:49:34.858Z Downloaded wyz v0.5.1
11282026-03-18T21:49:34.858Z Downloaded libm v0.2.16
11292026-03-18T21:49:34.858Z Downloaded toml v0.7.8
11302026-03-18T21:49:34.858Z Downloaded term v1.2.1
11312026-03-18T21:49:34.879Z Downloaded xshell v0.2.7
11322026-03-18T21:49:34.880Z Downloaded xz2 v0.1.7
11332026-03-18T21:49:34.880Z Downloaded libxml v0.3.3
11342026-03-18T21:49:34.880Z Downloaded zeroize v1.8.2
11352026-03-18T21:49:34.880Z Downloaded vergen v9.0.6
11362026-03-18T21:49:34.880Z Downloaded schemars v1.2.1
11372026-03-18T21:49:34.898Z Downloaded toml v0.9.12+spec-1.1.0
11382026-03-18T21:49:34.898Z Downloaded zstd-safe v7.2.4
11392026-03-18T21:49:34.898Z Downloaded zstd v0.13.3
11402026-03-18T21:49:34.898Z Downloaded p521 v0.13.3
11412026-03-18T21:49:34.898Z Downloaded itertools v0.14.0
11422026-03-18T21:49:34.898Z Downloaded whoami v2.1.0
11432026-03-18T21:49:34.898Z Downloaded whoami v1.6.1
11442026-03-18T21:49:34.898Z Downloaded tracing-core v0.1.36
11452026-03-18T21:49:34.906Z Downloaded typify v0.6.1
11462026-03-18T21:49:34.907Z Downloaded russh v0.45.0
11472026-03-18T21:49:34.907Z Downloaded unicode-bidi v0.3.18
11482026-03-18T21:49:34.907Z Downloaded toml_edit v0.23.10+spec-1.0.0
11492026-03-18T21:49:34.907Z Downloaded ron v0.12.0
11502026-03-18T21:49:34.923Z Downloaded yasna v0.5.2
11512026-03-18T21:49:34.923Z Downloaded unsafe-libyaml v0.2.11
11522026-03-18T21:49:34.923Z Downloaded rpassword v7.4.0
11532026-03-18T21:49:34.924Z Downloaded steno v0.4.1
11542026-03-18T21:49:34.933Z Downloaded itertools v0.12.1
11552026-03-18T21:49:34.933Z Downloaded typify v0.4.3
11562026-03-18T21:49:34.933Z Downloaded hkdf v0.12.4
11572026-03-18T21:49:34.934Z Downloaded itertools v0.10.5
11582026-03-18T21:49:34.934Z Downloaded h2 v0.4.13
11592026-03-18T21:49:34.944Z Downloaded aho-corasick v1.1.4
11602026-03-18T21:49:34.944Z Downloaded untrusted v0.9.0
11612026-03-18T21:49:34.944Z Downloaded vte v0.14.1
11622026-03-18T21:49:34.962Z Downloaded tungstenite v0.23.0
11632026-03-18T21:49:34.962Z Downloaded tungstenite v0.21.0
11642026-03-18T21:49:34.963Z Downloaded uuid v1.21.0
11652026-03-18T21:49:34.963Z Downloaded zerocopy v0.6.6
11662026-03-18T21:49:34.963Z Downloaded aws-lc-rs v1.16.0
11672026-03-18T21:49:34.986Z Downloaded rustyline v14.0.0
11682026-03-18T21:49:34.987Z Downloaded reedline v0.40.0
11692026-03-18T21:49:34.987Z Downloaded git2 v0.20.4
11702026-03-18T21:49:34.987Z Downloaded zopfli v0.8.3
11712026-03-18T21:49:34.987Z Downloaded tokio-postgres v0.7.16
11722026-03-18T21:49:34.987Z Downloaded bitvec v1.0.1
11732026-03-18T21:49:35.003Z Downloaded reqwest v0.12.28
11742026-03-18T21:49:35.016Z Downloaded ssh-key v0.6.7
11752026-03-18T21:49:35.016Z Downloaded regex v1.12.3
11762026-03-18T21:49:35.016Z Downloaded toml_edit v0.19.15
11772026-03-18T21:49:35.028Z Downloaded qorb v0.4.1
11782026-03-18T21:49:35.028Z Downloaded reqwest v0.13.2
11792026-03-18T21:49:35.038Z Downloaded yansi v1.0.1
11802026-03-18T21:49:35.038Z Downloaded zip v0.6.6
11812026-03-18T21:49:35.038Z Downloaded p384 v0.13.1
11822026-03-18T21:49:35.039Z Downloaded unicode_categories v0.1.1
11832026-03-18T21:49:35.039Z Downloaded chrono v0.4.44
11842026-03-18T21:49:35.044Z Downloaded typed-path v0.9.3
11852026-03-18T21:49:35.048Z Downloaded portable-atomic v1.13.1
11862026-03-18T21:49:35.053Z Downloaded bindgen v0.71.1
11872026-03-18T21:49:35.060Z Downloaded zerocopy-derive v0.8.40
11882026-03-18T21:49:35.064Z Downloaded mio v1.1.1
11892026-03-18T21:49:35.070Z Downloaded tower v0.5.3
11902026-03-18T21:49:35.076Z Downloaded rayon v1.11.0
11912026-03-18T21:49:35.085Z Downloaded x509-cert v0.2.5
11922026-03-18T21:49:35.099Z Downloaded rustls-webpki v0.101.7
11932026-03-18T21:49:35.132Z Downloaded quick-xml v0.37.5
11942026-03-18T21:49:35.132Z Downloaded unicode-segmentation v1.12.0
11952026-03-18T21:49:35.132Z Downloaded tower-http v0.6.8
11962026-03-18T21:49:35.132Z Downloaded object v0.30.4
11972026-03-18T21:49:35.133Z Downloaded serde_with v3.17.0
11982026-03-18T21:49:35.146Z Downloaded zip v4.6.1
11992026-03-18T21:49:35.146Z Downloaded unicode-normalization v0.1.25
12002026-03-18T21:49:35.146Z Downloaded petname v2.0.2
12012026-03-18T21:49:35.146Z Downloaded moka v0.12.13
12022026-03-18T21:49:35.153Z Downloaded tough v0.20.0
12032026-03-18T21:49:35.170Z Downloaded rustls-webpki v0.102.8
12042026-03-18T21:49:35.187Z Downloaded quinn-proto v0.11.13
12052026-03-18T21:49:35.211Z Downloaded bstr v1.12.1
12062026-03-18T21:49:35.211Z Downloaded winnow v0.5.40
12072026-03-18T21:49:35.211Z Downloaded radix_trie v0.2.1
12082026-03-18T21:49:35.211Z Downloaded nix v0.27.1
12092026-03-18T21:49:35.216Z Downloaded proptest v1.10.0
12102026-03-18T21:49:35.216Z Downloaded winnow v0.6.26
12112026-03-18T21:49:35.227Z Downloaded polar-core v0.27.3
12122026-03-18T21:49:35.233Z Downloaded toml_writer v1.0.6+spec-1.1.0
12132026-03-18T21:49:35.233Z Downloaded nix v0.29.0
12142026-03-18T21:49:35.240Z Downloaded tabled v0.20.0
12152026-03-18T21:49:35.258Z Downloaded time v0.3.47
12162026-03-18T21:49:35.271Z Downloaded nix v0.28.0
12172026-03-18T21:49:35.281Z Downloaded openssl v0.10.75
12182026-03-18T21:49:35.281Z Downloaded rustls v0.21.12
12192026-03-18T21:49:35.288Z Downloaded smoltcp v0.9.1
12202026-03-18T21:49:35.295Z Downloaded zlib-rs v0.6.2
12212026-03-18T21:49:35.309Z Downloaded hickory-proto v0.25.2
12222026-03-18T21:49:35.315Z Downloaded webpki-roots v1.0.6
12232026-03-18T21:49:35.315Z Downloaded hickory-proto v0.24.4
12242026-03-18T21:49:35.324Z Downloaded regress v0.10.5
12252026-03-18T21:49:35.334Z Downloaded rustix v0.38.44
12262026-03-18T21:49:35.350Z Downloaded zerocopy v0.8.40
12272026-03-18T21:49:35.359Z Downloaded smoltcp v0.11.0
12282026-03-18T21:49:35.365Z Downloaded rustls v0.23.37
12292026-03-18T21:49:35.380Z Downloaded diesel v2.3.7
12302026-03-18T21:49:35.393Z Downloaded regex-syntax v0.8.10
12312026-03-18T21:49:35.402Z Downloaded openapiv3 v2.2.0
12322026-03-18T21:49:35.407Z Downloaded nix v0.31.1
12332026-03-18T21:49:35.418Z Downloaded vcpkg v0.2.15
12342026-03-18T21:49:35.452Z Downloaded sqlparser v0.61.0
12352026-03-18T21:49:35.459Z Downloaded rustls v0.22.4
12362026-03-18T21:49:35.466Z Downloaded typify-impl v0.6.1
12372026-03-18T21:49:35.480Z Downloaded object v0.37.3
12382026-03-18T21:49:35.491Z Downloaded dropshot v0.16.7
12392026-03-18T21:49:35.503Z Downloaded typify-impl v0.4.3
12402026-03-18T21:49:35.517Z Downloaded regex-syntax v0.6.29
12412026-03-18T21:49:35.523Z Downloaded tracing v0.1.44
12422026-03-18T21:49:35.537Z Downloaded sled v0.34.7
12432026-03-18T21:49:35.551Z Downloaded zerocopy-derive v0.6.6
12442026-03-18T21:49:35.568Z Downloaded ratatui v0.29.0
12452026-03-18T21:49:35.577Z Downloaded bzip2-sys v0.1.13+1.0.8
12462026-03-18T21:49:35.582Z Downloaded salty v0.3.0
12472026-03-18T21:49:35.588Z Downloaded curve25519-dalek v4.1.3
12482026-03-18T21:49:35.597Z Downloaded tokio-util v0.7.18
12492026-03-18T21:49:35.603Z Downloaded lalrpop v0.19.12
12502026-03-18T21:49:35.606Z Downloaded regex-automata v0.4.14
12512026-03-18T21:49:35.620Z Downloaded jiff v0.2.21
12522026-03-18T21:49:35.633Z Downloaded petgraph v0.6.5
12532026-03-18T21:49:35.645Z Downloaded petgraph v0.8.3
12542026-03-18T21:49:35.659Z Downloaded goblin v0.10.5
12552026-03-18T21:49:35.670Z Downloaded chrono-tz v0.10.4
12562026-03-18T21:49:35.686Z Downloaded lzma-sys v0.1.20
12572026-03-18T21:49:35.703Z Downloaded csv v1.4.0
12582026-03-18T21:49:35.717Z Downloaded iddqd v0.3.17
12592026-03-18T21:49:35.722Z Downloaded schemars v0.9.0
12602026-03-18T21:49:35.730Z Downloaded iri-string v0.7.10
12612026-03-18T21:49:35.736Z Downloaded quinn v0.11.9
12622026-03-18T21:49:35.742Z Downloaded libz-sys v1.1.24
12632026-03-18T21:49:35.753Z Downloaded cc v1.2.56
12642026-03-18T21:49:35.757Z Downloaded base64 v0.21.7
12652026-03-18T21:49:35.760Z Downloaded nu-ansi-term v0.50.3
12662026-03-18T21:49:35.760Z Downloaded newtype-uuid v1.3.2
12672026-03-18T21:49:35.766Z Downloaded nanorand v0.7.0
12682026-03-18T21:49:35.766Z Downloaded nodrop v0.1.14
12692026-03-18T21:49:35.766Z Downloaded darling_core v0.23.0
12702026-03-18T21:49:35.770Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12712026-03-18T21:49:35.781Z Downloaded sha3 v0.10.8
12722026-03-18T21:49:35.787Z Downloaded tokio v1.49.0
12732026-03-18T21:49:35.815Z Downloaded parse-size v1.1.0
12742026-03-18T21:49:35.823Z Downloaded parse-display v0.10.0
12752026-03-18T21:49:35.823Z Downloaded dropshot_endpoint v0.16.7
12762026-03-18T21:49:35.823Z Downloaded bytes v1.11.1
12772026-03-18T21:49:35.835Z Downloaded libloading v0.8.9
12782026-03-18T21:49:35.835Z Downloaded httparse v1.10.1
12792026-03-18T21:49:35.835Z Downloaded futures v0.3.32
12802026-03-18T21:49:35.835Z Downloaded libsw v3.5.0
12812026-03-18T21:49:35.839Z Downloaded hickory-client v0.25.2
12822026-03-18T21:49:35.839Z Downloaded elliptic-curve v0.13.8
12832026-03-18T21:49:35.839Z Downloaded derive_more v0.99.20
12842026-03-18T21:49:35.840Z Downloaded ingot v0.1.1
12852026-03-18T21:49:35.840Z Downloaded impl-trait-for-tuples v0.2.3
12862026-03-18T21:49:35.840Z Downloaded bzip2 v0.6.1
12872026-03-18T21:49:35.847Z Downloaded md5 v0.7.0
12882026-03-18T21:49:35.848Z Downloaded md-5 v0.10.6
12892026-03-18T21:49:35.848Z Downloaded maplit v1.0.2
12902026-03-18T21:49:35.848Z Downloaded humantime v2.3.0
12912026-03-18T21:49:35.848Z Downloaded lru v0.12.5
12922026-03-18T21:49:35.848Z Downloaded linked-hash-map v0.5.6
12932026-03-18T21:49:35.855Z Downloaded encoding_rs v0.8.35
12942026-03-18T21:49:35.863Z Downloaded ciborium v0.2.2
12952026-03-18T21:49:35.866Z Downloaded cargo_toml v0.22.3
12962026-03-18T21:49:35.867Z Downloaded hostname v0.3.1
12972026-03-18T21:49:35.867Z Downloaded highway v1.3.0
12982026-03-18T21:49:35.872Z Downloaded env_logger v0.11.9
12992026-03-18T21:49:35.873Z Downloaded derive-where v1.6.0
13002026-03-18T21:49:35.877Z Downloaded darling v0.23.0
13012026-03-18T21:49:35.877Z Downloaded cmake v0.1.57
13022026-03-18T21:49:35.877Z Downloaded derive_builder v0.20.2
13032026-03-18T21:49:35.883Z Downloaded darling v0.21.3
13042026-03-18T21:49:35.888Z Downloaded colored v3.1.1
13052026-03-18T21:49:35.888Z Downloaded indent_write v2.2.0
13062026-03-18T21:49:35.888Z Downloaded console v0.15.11
13072026-03-18T21:49:35.895Z Downloaded cancel-safe-futures v0.1.5
13082026-03-18T21:49:35.895Z Downloaded async-bb8-diesel v0.2.1
13092026-03-18T21:49:35.895Z Downloaded http-body v1.0.1
13102026-03-18T21:49:35.895Z Downloaded glob v0.3.3
13112026-03-18T21:49:35.900Z Downloaded futures-executor v0.3.32
13122026-03-18T21:49:35.900Z Downloaded fixedbitset v0.5.7
13132026-03-18T21:49:35.900Z Downloaded cargo_metadata v0.19.2
13142026-03-18T21:49:35.900Z Downloaded daft v0.1.5
13152026-03-18T21:49:35.900Z Downloaded cassowary v0.3.0
13162026-03-18T21:49:35.900Z Downloaded ring v0.17.14
13172026-03-18T21:49:35.930Z Downloaded crossterm v0.28.1
13182026-03-18T21:49:35.935Z Downloaded blowfish v0.9.1
13192026-03-18T21:49:35.939Z Downloaded cbc v0.1.2
13202026-03-18T21:49:35.939Z Downloaded bit-vec v0.8.0
13212026-03-18T21:49:35.939Z Downloaded hash32 v0.3.1
13222026-03-18T21:49:35.944Z Downloaded buf-list v1.1.2
13232026-03-18T21:49:35.944Z Downloaded async-trait v0.1.89
13242026-03-18T21:49:35.944Z Downloaded libgit2-sys v0.18.3+1.9.2
13252026-03-18T21:49:35.984Z Downloaded darling v0.20.11
13262026-03-18T21:49:35.987Z Downloaded daft-derive v0.1.5
13272026-03-18T21:49:35.991Z Downloaded deranged v0.5.8
13282026-03-18T21:49:35.991Z Downloaded chacha20 v0.9.1
13292026-03-18T21:49:36.067Z Downloaded float-ord v0.3.2
13302026-03-18T21:49:36.067Z Downloaded enum-as-inner v0.6.1
13312026-03-18T21:49:36.067Z Downloaded endian-type v0.1.2
13322026-03-18T21:49:36.067Z Downloaded dsl_auto_type v0.2.0
13332026-03-18T21:49:36.069Z Downloaded foreign-types v0.3.2
13342026-03-18T21:49:36.069Z Downloaded dtrace-parser v0.3.0
13352026-03-18T21:49:36.090Z Downloaded defmt v1.0.1
13362026-03-18T21:49:36.090Z Downloaded bitfield-struct v0.6.2
13372026-03-18T21:49:36.090Z Downloaded bcs v0.1.6
13382026-03-18T21:49:36.459Z Downloaded aws-lc-sys v0.37.1
13392026-03-18T21:49:36.782Z Compiling libc v0.2.180
13402026-03-18T21:49:36.782Z Compiling serde v1.0.228
13412026-03-18T21:49:36.785Z Compiling log v0.4.29
13422026-03-18T21:49:36.786Z Compiling find-msvc-tools v0.1.9
13432026-03-18T21:49:36.786Z Compiling shlex v1.3.0
13442026-03-18T21:49:36.786Z Compiling smallvec v1.15.1
13452026-03-18T21:49:36.960Z Compiling syn v2.0.117
13462026-03-18T21:49:36.989Z Compiling typenum v1.19.0
13472026-03-18T21:49:37.212Z Compiling generic-array v0.14.7
13482026-03-18T21:49:37.231Z Compiling subtle v2.6.1
13492026-03-18T21:49:37.254Z Compiling scopeguard v1.2.0
13502026-03-18T21:49:37.333Z Compiling portable-atomic v1.13.1
13512026-03-18T21:49:37.367Z Compiling lock_api v0.4.14
13522026-03-18T21:49:37.388Z Compiling const-oid v0.9.6
13532026-03-18T21:49:37.462Z Compiling critical-section v1.2.0
13542026-03-18T21:49:37.517Z Compiling zerocopy v0.8.40
13552026-03-18T21:49:37.595Z Compiling parking_lot_core v0.9.12
13562026-03-18T21:49:37.659Z Compiling serde_json v1.0.149
13572026-03-18T21:49:37.884Z Compiling pin-project-lite v0.2.17
13582026-03-18T21:49:38.005Z Compiling pkg-config v0.3.32
13592026-03-18T21:49:38.079Z Compiling getrandom v0.2.17
13602026-03-18T21:49:38.155Z Compiling jobserver v0.1.34
13612026-03-18T21:49:38.300Z Compiling rand_core v0.6.4
13622026-03-18T21:49:38.359Z Compiling errno v0.3.14
13632026-03-18T21:49:38.452Z Compiling cc v1.2.56
13642026-03-18T21:49:38.546Z Compiling signal-hook-registry v1.4.8
13652026-03-18T21:49:38.692Z Compiling once_cell v1.21.3
13662026-03-18T21:49:38.700Z Compiling mio v1.1.1
13672026-03-18T21:49:38.732Z Compiling bitflags v2.11.0
13682026-03-18T21:49:38.881Z Compiling parking_lot v0.12.5
13692026-03-18T21:49:39.039Z Compiling libm v0.2.16
13702026-03-18T21:49:39.093Z Compiling num-traits v0.2.19
13712026-03-18T21:49:39.171Z Compiling futures-core v0.3.32
13722026-03-18T21:49:39.368Z Compiling socket2 v0.6.2
13732026-03-18T21:49:39.433Z Compiling percent-encoding v2.3.2
13742026-03-18T21:49:39.525Z Compiling allocator-api2 v0.2.21
13752026-03-18T21:49:39.544Z Compiling foldhash v0.2.0
13762026-03-18T21:49:39.678Z Compiling cpufeatures v0.2.17
13772026-03-18T21:49:39.698Z Compiling futures-sink v0.3.32
13782026-03-18T21:49:39.773Z Compiling slab v0.4.12
13792026-03-18T21:49:39.828Z Compiling futures-channel v0.3.32
13802026-03-18T21:49:39.846Z Compiling futures-task v0.3.32
13812026-03-18T21:49:39.944Z Compiling hashbrown v0.16.1
13822026-03-18T21:49:39.978Z Compiling futures-io v0.3.32
13832026-03-18T21:49:40.002Z Compiling getrandom v0.4.1
13842026-03-18T21:49:40.072Z Compiling rustversion v1.0.22
13852026-03-18T21:49:40.136Z Compiling rand_core v0.10.0
13862026-03-18T21:49:40.180Z Compiling getrandom v0.3.4
13872026-03-18T21:49:40.352Z Compiling form_urlencoded v1.2.2
13882026-03-18T21:49:40.583Z Compiling cmake v0.1.57
13892026-03-18T21:49:40.734Z Compiling indexmap v2.13.0
13902026-03-18T21:49:40.796Z Compiling base64ct v1.8.3
13912026-03-18T21:49:41.141Z Compiling synstructure v0.13.2
13922026-03-18T21:49:41.164Z Compiling fs_extra v1.3.0
13932026-03-18T21:49:41.201Z Compiling dunce v1.0.5
13942026-03-18T21:49:41.320Z Compiling ident_case v1.0.1
13952026-03-18T21:49:41.443Z Compiling pem-rfc7468 v0.7.0
13962026-03-18T21:49:41.479Z Compiling flagset v0.4.7
13972026-03-18T21:49:41.537Z Compiling aws-lc-sys v0.37.1
13982026-03-18T21:49:41.571Z Compiling rand_core v0.9.5
13992026-03-18T21:49:41.603Z Compiling rustix v1.1.3
14002026-03-18T21:49:41.696Z Compiling iana-time-zone v0.1.65
14012026-03-18T21:49:41.702Z Compiling ring v0.17.14
14022026-03-18T21:49:41.859Z Compiling uuid v1.21.0
14032026-03-18T21:49:41.912Z Compiling rustc_version v0.4.1
14042026-03-18T21:49:41.931Z Compiling vcpkg v0.2.15
14052026-03-18T21:49:41.996Z Compiling aws-lc-rs v1.16.0
14062026-03-18T21:49:42.334Z Compiling regex-syntax v0.8.10
14072026-03-18T21:49:42.382Z Compiling tracing-core v0.1.36
14082026-03-18T21:49:42.776Z Compiling crossbeam-utils v0.8.21
14092026-03-18T21:49:42.956Z Compiling openssl-sys v0.9.111
14102026-03-18T21:49:43.175Z Compiling pest_generator v2.8.6
14112026-03-18T21:49:43.194Z Compiling serde_derive_internals v0.29.1
14122026-03-18T21:49:43.749Z Compiling httparse v1.10.1
14132026-03-18T21:49:43.815Z Compiling serde_derive v1.0.228
14142026-03-18T21:49:44.068Z Compiling zeroize_derive v1.4.3
14152026-03-18T21:49:44.172Z Compiling zerofrom-derive v0.1.6
14162026-03-18T21:49:44.216Z Compiling yoke-derive v0.8.1
14172026-03-18T21:49:44.576Z Compiling zerocopy-derive v0.8.40
14182026-03-18T21:49:44.983Z Compiling zeroize v1.8.2
14192026-03-18T21:49:45.656Z Compiling zerovec-derive v0.11.2
14202026-03-18T21:49:45.777Z Compiling displaydoc v0.2.5
14212026-03-18T21:49:45.961Z Compiling crypto-common v0.1.7
14222026-03-18T21:49:46.058Z Compiling zerofrom v0.1.6
14232026-03-18T21:49:46.147Z Compiling block-buffer v0.10.4
14242026-03-18T21:49:46.224Z Compiling yoke v0.8.1
14252026-03-18T21:49:46.369Z Compiling digest v0.10.7
14262026-03-18T21:49:46.453Z Compiling tokio-macros v2.6.0
14272026-03-18T21:49:46.586Z Compiling futures-macro v0.3.32
14282026-03-18T21:49:46.664Z Compiling hmac v0.12.1
14292026-03-18T21:49:46.746Z Compiling zerotrie v0.2.3
14302026-03-18T21:49:46.862Z Compiling block-padding v0.3.3
14312026-03-18T21:49:47.067Z Compiling inout v0.1.4
14322026-03-18T21:49:47.170Z Compiling zerovec v0.11.5
14332026-03-18T21:49:47.173Z Compiling sha2 v0.10.9
14342026-03-18T21:49:47.279Z Compiling cipher v0.4.4
14352026-03-18T21:49:47.420Z Compiling der_derive v0.7.3
14362026-03-18T21:49:47.619Z Compiling salsa20 v0.10.2
14372026-03-18T21:49:47.661Z Compiling futures-util v0.3.32
14382026-03-18T21:49:47.804Z Compiling tinystr v0.8.2
14392026-03-18T21:49:47.824Z Compiling potential_utf v0.1.4
14402026-03-18T21:49:48.030Z Compiling icu_locale_core v2.1.1
14412026-03-18T21:49:48.069Z Compiling icu_collections v2.1.1
14422026-03-18T21:49:48.622Z Compiling bytes v1.11.1
14432026-03-18T21:49:48.697Z Compiling chrono v0.4.44
14442026-03-18T21:49:48.716Z Compiling der v0.7.10
14452026-03-18T21:49:49.016Z Compiling icu_provider v2.1.1
14462026-03-18T21:49:49.295Z Compiling tokio v1.49.0
14472026-03-18T21:49:49.400Z Compiling icu_normalizer v2.1.1
14482026-03-18T21:49:49.486Z Compiling icu_properties v2.1.2
14492026-03-18T21:49:50.113Z Compiling spki v0.7.3
14502026-03-18T21:49:50.368Z Compiling http v1.4.0
14512026-03-18T21:49:50.510Z Compiling pbkdf2 v0.12.2
14522026-03-18T21:49:50.590Z Compiling thiserror-impl v2.0.18
14532026-03-18T21:49:50.653Z Compiling ppv-lite86 v0.2.21
14542026-03-18T21:49:50.776Z Compiling idna_adapter v1.2.1
14552026-03-18T21:49:50.822Z Compiling scrypt v0.11.0
14562026-03-18T21:49:50.944Z Compiling idna v1.1.0
14572026-03-18T21:49:51.022Z Compiling aes v0.8.4
14582026-03-18T21:49:51.092Z Compiling rand_chacha v0.9.0
14592026-03-18T21:49:51.140Z Compiling cbc v0.1.2
14602026-03-18T21:49:51.323Z Compiling url v2.5.8
14612026-03-18T21:49:51.607Z Compiling rustls-pki-types v1.14.0
14622026-03-18T21:49:51.800Z Compiling tracing-attributes v0.1.31
14632026-03-18T21:49:51.960Z Compiling pkcs5 v0.7.1
14642026-03-18T21:49:52.210Z Compiling rand v0.9.2
14652026-03-18T21:49:52.358Z Compiling thiserror v2.0.18
14662026-03-18T21:49:52.390Z Compiling http-body v1.0.1
14672026-03-18T21:49:52.408Z Compiling base64 v0.22.1
14682026-03-18T21:49:52.489Z Compiling syn v1.0.109
14692026-03-18T21:49:52.574Z Compiling schemars v0.8.22
14702026-03-18T21:49:52.594Z Compiling untrusted v0.7.1
14712026-03-18T21:49:52.745Z Compiling openssl-probe v0.2.1
14722026-03-18T21:49:52.817Z Compiling untrusted v0.9.0
14732026-03-18T21:49:52.862Z Compiling pkcs8 v0.10.2
14742026-03-18T21:49:52.967Z Compiling schemars_derive v0.8.22
14752026-03-18T21:49:53.043Z Compiling pest_derive v2.8.6
14762026-03-18T21:49:53.233Z Compiling scroll_derive v0.13.1
14772026-03-18T21:49:53.574Z Compiling darling_core v0.20.11
14782026-03-18T21:49:53.608Z Compiling tracing v0.1.44
14792026-03-18T21:49:53.936Z Compiling try-lock v0.2.5
14802026-03-18T21:49:53.994Z Compiling rustls v0.23.37
14812026-03-18T21:49:54.070Z Compiling atomic-waker v1.1.2
14822026-03-18T21:49:54.212Z Compiling tower-service v0.3.3
14832026-03-18T21:49:54.233Z Compiling dyn-clone v1.0.20
14842026-03-18T21:49:54.303Z Compiling tower-layer v0.3.3
14852026-03-18T21:49:54.330Z Compiling tokio-util v0.7.18
14862026-03-18T21:49:54.404Z Compiling tinyvec_macros v0.1.1
14872026-03-18T21:49:54.496Z Compiling tinyvec v1.10.0
14882026-03-18T21:49:54.514Z Compiling scroll v0.13.0
14892026-03-18T21:49:54.866Z Compiling want v0.3.1
14902026-03-18T21:49:55.345Z Compiling h2 v0.4.13
14912026-03-18T21:49:55.439Z Compiling ipnet v2.11.0
14922026-03-18T21:49:55.746Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14932026-03-18T21:49:56.117Z Compiling spin v0.9.8
14942026-03-18T21:49:56.252Z Compiling aho-corasick v1.1.4
14952026-03-18T21:49:56.383Z Compiling time-core v0.1.8
14962026-03-18T21:49:56.516Z Compiling pin-utils v0.1.0
14972026-03-18T21:49:56.570Z Compiling foreign-types-shared v0.1.1
14982026-03-18T21:49:56.609Z Compiling openssl v0.10.75
14992026-03-18T21:49:56.682Z Compiling crc32fast v1.5.0
15002026-03-18T21:49:56.849Z Compiling darling_macro v0.20.11
15012026-03-18T21:49:56.895Z Compiling num-conv v0.2.0
15022026-03-18T21:49:57.017Z Compiling powerfmt v0.2.0
15032026-03-18T21:49:57.065Z Compiling httpdate v1.0.3
15042026-03-18T21:49:57.188Z Compiling time-macros v0.2.27
15052026-03-18T21:49:57.276Z Compiling deranged v0.5.8
15062026-03-18T21:49:57.346Z Compiling regex-automata v0.4.14
15072026-03-18T21:49:57.439Z Compiling darling v0.20.11
15082026-03-18T21:49:57.541Z Compiling tempfile v3.25.0
15092026-03-18T21:49:58.122Z Compiling foreign-types v0.3.2
15102026-03-18T21:49:58.587Z Compiling goblin v0.10.5
15112026-03-18T21:49:58.620Z Compiling thiserror-impl v1.0.69
15122026-03-18T21:49:58.640Z Compiling openssl-macros v0.1.1
15132026-03-18T21:49:59.863Z Compiling hyper v1.8.1
15142026-03-18T21:50:00.323Z Compiling wait-timeout v0.2.1
15152026-03-18T21:50:00.680Z Compiling usdt-impl v0.6.0
15162026-03-18T21:50:00.746Z Compiling quick-error v1.2.3
15172026-03-18T21:50:00.787Z Compiling num_threads v0.1.7
15182026-03-18T21:50:00.865Z Compiling siphasher v1.0.2
15192026-03-18T21:50:00.870Z Compiling simd-adler32 v0.3.8
15202026-03-18T21:50:00.912Z Compiling bit-vec v0.8.0
15212026-03-18T21:50:01.111Z Compiling native-tls v0.2.18
15222026-03-18T21:50:01.206Z Compiling either v1.15.0
15232026-03-18T21:50:01.206Z Compiling bit-set v0.8.0
15242026-03-18T21:50:01.385Z Compiling hyper-util v0.1.20
15252026-03-18T21:50:01.453Z Compiling time v0.3.47
15262026-03-18T21:50:01.475Z Compiling rusty-fork v0.3.1
15272026-03-18T21:50:01.889Z Compiling thiserror v1.0.69
15282026-03-18T21:50:02.255Z Compiling derive_builder_core v0.20.2
15292026-03-18T21:50:03.142Z Compiling dof v0.4.0
15302026-03-18T21:50:03.434Z Compiling unicode-normalization v0.1.25
15312026-03-18T21:50:03.593Z Compiling crossbeam-epoch v0.9.18
15322026-03-18T21:50:03.662Z Compiling dtrace-parser v0.3.0
15332026-03-18T21:50:04.044Z Compiling rustls-native-certs v0.8.3
15342026-03-18T21:50:04.062Z Compiling signature v2.2.0
15352026-03-18T21:50:04.282Z Compiling scroll_derive v0.12.1
15362026-03-18T21:50:04.424Z Compiling heapless v0.7.17
15372026-03-18T21:50:04.561Z Compiling rand_xorshift v0.4.0
15382026-03-18T21:50:04.726Z Compiling slog v2.8.2
15392026-03-18T21:50:04.748Z Compiling darling_core v0.21.3
15402026-03-18T21:50:04.765Z Compiling bzip2-sys v0.1.13+1.0.8
15412026-03-18T21:50:04.797Z Compiling sync_wrapper v1.0.2
15422026-03-18T21:50:04.929Z Compiling thread-id v5.1.0
15432026-03-18T21:50:04.953Z Compiling cookie v0.18.1
15442026-03-18T21:50:05.030Z Compiling unicode-properties v0.1.4
15452026-03-18T21:50:05.106Z Compiling paste v1.0.15
15462026-03-18T21:50:05.151Z Compiling adler2 v2.0.1
15472026-03-18T21:50:05.169Z Compiling unicode-segmentation v1.12.0
15482026-03-18T21:50:05.297Z Compiling unicode-bidi v0.3.18
15492026-03-18T21:50:05.319Z Compiling anyhow v1.0.102
15502026-03-18T21:50:05.443Z Compiling rayon-core v1.13.0
15512026-03-18T21:50:05.658Z Compiling unarray v0.1.4
15522026-03-18T21:50:05.681Z Compiling signal-hook v0.3.18
15532026-03-18T21:50:05.706Z Compiling zstd-safe v7.2.4
15542026-03-18T21:50:05.795Z Compiling proptest v1.10.0
15552026-03-18T21:50:05.924Z Compiling stringprep v0.1.5
15562026-03-18T21:50:06.092Z Compiling miniz_oxide v0.8.9
15572026-03-18T21:50:06.224Z Compiling scroll v0.12.0
15582026-03-18T21:50:06.598Z Compiling tower v0.5.3
15592026-03-18T21:50:06.736Z Compiling crossbeam-deque v0.8.6
15602026-03-18T21:50:06.894Z Compiling derive_builder_macro v0.20.2
15612026-03-18T21:50:06.971Z Compiling ipnetwork v0.21.1
15622026-03-18T21:50:07.219Z Compiling http-body-util v0.1.3
15632026-03-18T21:50:07.285Z Compiling webpki-roots v1.0.6
15642026-03-18T21:50:07.314Z Compiling rand_chacha v0.3.1
15652026-03-18T21:50:07.433Z Compiling serde_spanned v0.6.9
15662026-03-18T21:50:07.465Z Compiling serde_tokenstream v0.2.3
15672026-03-18T21:50:07.484Z Compiling toml_datetime v0.6.11
15682026-03-18T21:50:07.533Z Compiling erased-serde v0.3.31
15692026-03-18T21:50:07.610Z Compiling md-5 v0.10.6
15702026-03-18T21:50:07.820Z Compiling zerocopy-derive v0.7.35
15712026-03-18T21:50:07.825Z Compiling curve25519-dalek v4.1.3
15722026-03-18T21:50:07.865Z Compiling vergen-lib v0.1.6
15732026-03-18T21:50:08.094Z Compiling num-integer v0.1.46
15742026-03-18T21:50:08.251Z Compiling hash32 v0.2.1
15752026-03-18T21:50:08.255Z Compiling ff v0.13.1
15762026-03-18T21:50:08.325Z Compiling darling_macro v0.21.3
15772026-03-18T21:50:08.354Z Compiling memoffset v0.9.1
15782026-03-18T21:50:08.437Z Compiling zlib-rs v0.6.2
15792026-03-18T21:50:08.495Z Compiling rustix v0.38.44
15802026-03-18T21:50:08.526Z Compiling ref-cast v1.0.25
15812026-03-18T21:50:08.588Z Compiling smoltcp v0.9.1
15822026-03-18T21:50:08.949Z Compiling num-bigint-dig v0.8.6
15832026-03-18T21:50:08.968Z Compiling psl-types v2.0.11
15842026-03-18T21:50:08.991Z Compiling base16ct v0.2.0
15852026-03-18T21:50:09.011Z Compiling iri-string v0.7.10
15862026-03-18T21:50:09.073Z Compiling cfg_aliases v0.2.1
15872026-03-18T21:50:09.125Z Compiling litrs v1.0.0
15882026-03-18T21:50:09.162Z Compiling fallible-iterator v0.2.0
15892026-03-18T21:50:09.182Z Compiling ryu v1.0.23
15902026-03-18T21:50:09.247Z Compiling nix v0.31.1
15912026-03-18T21:50:09.413Z Compiling serde_urlencoded v0.7.1
15922026-03-18T21:50:09.584Z Compiling postgres-protocol v0.6.10
15932026-03-18T21:50:09.741Z Compiling sec1 v0.7.3
15942026-03-18T21:50:09.757Z Compiling newtype-uuid v1.3.2
15952026-03-18T21:50:09.827Z Compiling document-features v0.2.12
15962026-03-18T21:50:10.100Z Compiling publicsuffix v2.3.0
15972026-03-18T21:50:10.215Z Compiling zerocopy v0.7.35
15982026-03-18T21:50:10.336Z Compiling darling v0.21.3
15992026-03-18T21:50:10.567Z Compiling group v0.13.0
16002026-03-18T21:50:10.602Z Compiling num-iter v0.1.45
16012026-03-18T21:50:10.748Z Compiling tower-http v0.6.8
16022026-03-18T21:50:11.020Z Compiling rand v0.8.5
16032026-03-18T21:50:11.113Z Compiling derive_builder v0.20.2
16042026-03-18T21:50:11.262Z Compiling oxnet v0.1.4
16052026-03-18T21:50:11.262Z Compiling proc-macro-error v1.0.4
16062026-03-18T21:50:11.666Z Compiling tokio-native-tls v0.3.1
16072026-03-18T21:50:11.671Z Compiling goblin v0.8.2
16082026-03-18T21:50:12.344Z Compiling heck v0.4.1
16092026-03-18T21:50:12.477Z Compiling phf_shared v0.13.1
16102026-03-18T21:50:12.551Z Compiling hubpack_derive v0.1.1
16112026-03-18T21:50:12.634Z Compiling flate2 v1.1.9
16122026-03-18T21:50:12.775Z Compiling regex v1.12.3
16132026-03-18T21:50:12.811Z Compiling lazy_static v1.5.0
16142026-03-18T21:50:12.926Z Compiling cargo-platform v0.1.9
16152026-03-18T21:50:13.071Z Compiling hkdf v0.12.4
16162026-03-18T21:50:13.118Z Compiling crypto-bigint v0.5.5
16172026-03-18T21:50:13.194Z Compiling async-trait v0.1.89
16182026-03-18T21:50:13.267Z Compiling daft-derive v0.1.5
16192026-03-18T21:50:13.286Z Compiling ref-cast-impl v1.0.25
16202026-03-18T21:50:13.377Z Compiling strum_macros v0.27.2
16212026-03-18T21:50:14.030Z Compiling curve25519-dalek-derive v0.1.1
16222026-03-18T21:50:14.271Z Compiling terminal_size v0.4.3
16232026-03-18T21:50:14.451Z Compiling vergen v9.0.6
16242026-03-18T21:50:14.647Z Compiling fs-err v3.3.0
16252026-03-18T21:50:14.676Z Compiling ahash v0.8.12
16262026-03-18T21:50:14.880Z Compiling libbz2-rs-sys v0.2.2
16272026-03-18T21:50:14.899Z Compiling winnow v0.5.40
16282026-03-18T21:50:14.929Z Compiling bumpalo v3.20.2
16292026-03-18T21:50:15.253Z Compiling bitflags v1.3.2
16302026-03-18T21:50:15.355Z Compiling foldhash v0.1.5
16312026-03-18T21:50:15.575Z Compiling managed v0.8.0
16322026-03-18T21:50:15.803Z Compiling object v0.37.3
16332026-03-18T21:50:16.065Z Compiling clap_builder v4.5.60
16342026-03-18T21:50:16.142Z Compiling strum v0.27.2
16352026-03-18T21:50:16.222Z Compiling hashbrown v0.15.5
16362026-03-18T21:50:16.305Z Compiling bzip2 v0.6.1
16372026-03-18T21:50:16.568Z Compiling console v0.16.2
16382026-03-18T21:50:16.727Z Compiling toml_edit v0.19.15
16392026-03-18T21:50:16.832Z Compiling zopfli v0.8.3
16402026-03-18T21:50:17.083Z Compiling dof v0.3.0
16412026-03-18T21:50:17.339Z Compiling elliptic-curve v0.13.8
16422026-03-18T21:50:17.717Z Compiling daft v0.1.5
16432026-03-18T21:50:17.991Z Compiling cargo_metadata v0.19.2
16442026-03-18T21:50:18.048Z Compiling hubpack v0.1.2
16452026-03-18T21:50:18.339Z Compiling phf v0.13.1
16462026-03-18T21:50:18.549Z Compiling zone_cfg_derive v0.3.1
16472026-03-18T21:50:19.407Z Compiling signal-hook-mio v0.2.5
16482026-03-18T21:50:19.911Z Compiling cookie_store v0.22.1
16492026-03-18T21:50:20.054Z Compiling hyper-tls v0.6.0
16502026-03-18T21:50:20.186Z Compiling rayon v1.11.0
16512026-03-18T21:50:20.329Z Compiling zstd v0.13.3
16522026-03-18T21:50:20.349Z Compiling bzip2 v0.4.4
16532026-03-18T21:50:20.614Z Compiling serde_with_macros v3.17.0
16542026-03-18T21:50:20.673Z Compiling postgres-types v0.2.12
16552026-03-18T21:50:20.822Z Compiling usdt-attr-macro v0.6.0
16562026-03-18T21:50:20.904Z Compiling usdt-macro v0.6.0
16572026-03-18T21:50:21.428Z Compiling ed25519 v2.2.3
16582026-03-18T21:50:21.857Z Compiling dtrace-parser v0.2.0
16592026-03-18T21:50:21.877Z Compiling itertools v0.12.1
16602026-03-18T21:50:22.142Z Compiling phf_shared v0.11.3
16612026-03-18T21:50:22.253Z Compiling bstr v1.12.1
16622026-03-18T21:50:22.392Z Compiling pkcs1 v0.7.5
16632026-03-18T21:50:22.585Z Compiling hex v0.4.3
16642026-03-18T21:50:22.605Z Compiling serde-big-array v0.5.1
16652026-03-18T21:50:22.782Z Compiling rfc6979 v0.4.0
16662026-03-18T21:50:22.910Z Compiling strum_macros v0.26.4
16672026-03-18T21:50:22.935Z Compiling clap_derive v4.5.55
16682026-03-18T21:50:22.938Z Compiling enum-as-inner v0.6.1
16692026-03-18T21:50:22.938Z Compiling serde_repr v0.1.20
16702026-03-18T21:50:23.136Z Compiling float-cmp v0.10.0
16712026-03-18T21:50:23.328Z Compiling thread-id v4.2.2
16722026-03-18T21:50:23.431Z Compiling memmap2 v0.9.10
16732026-03-18T21:50:23.534Z Compiling env_filter v1.0.0
16742026-03-18T21:50:23.583Z Compiling encoding_rs v0.8.35
16752026-03-18T21:50:23.665Z Compiling precomputed-hash v0.1.1
16762026-03-18T21:50:23.712Z Compiling difflib v0.4.0
16772026-03-18T21:50:23.779Z Compiling new_debug_unreachable v1.0.6
16782026-03-18T21:50:23.875Z Compiling whoami v2.1.0
16792026-03-18T21:50:23.958Z Compiling unit-prefix v0.5.2
16802026-03-18T21:50:24.157Z Compiling static_assertions v1.1.0
16812026-03-18T21:50:24.260Z Compiling keccak v0.1.6
16822026-03-18T21:50:24.435Z Compiling predicates-core v1.0.10
16832026-03-18T21:50:24.511Z Compiling mime v0.3.17
16842026-03-18T21:50:24.675Z Compiling normalize-line-endings v0.3.0
16852026-03-18T21:50:24.800Z Compiling data-encoding v2.10.0
16862026-03-18T21:50:24.863Z Compiling jiff v0.2.21
16872026-03-18T21:50:25.408Z Compiling fixedbitset v0.4.2
16882026-03-18T21:50:25.420Z Compiling rustc-hash v2.1.1
16892026-03-18T21:50:25.439Z Compiling fixedbitset v0.5.7
16902026-03-18T21:50:25.557Z Compiling iddqd v0.3.17
16912026-03-18T21:50:25.591Z Compiling petgraph v0.6.5
16922026-03-18T21:50:25.658Z Compiling clap v4.5.60
16932026-03-18T21:50:25.707Z Compiling petgraph v0.8.3
16942026-03-18T21:50:25.763Z Compiling strum v0.26.3
16952026-03-18T21:50:25.781Z Compiling hickory-proto v0.25.2
16962026-03-18T21:50:25.846Z Compiling predicates v3.1.4
16972026-03-18T21:50:25.925Z Compiling sha3 v0.10.8
16982026-03-18T21:50:26.522Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-18T21:50:26.722Z Compiling tokio-postgres v0.7.16
17002026-03-18T21:50:27.066Z Compiling indicatif v0.18.4
17012026-03-18T21:50:27.614Z Compiling toml_edit v0.22.27
17022026-03-18T21:50:28.208Z Compiling string_cache v0.8.9
17032026-03-18T21:50:28.417Z Compiling zip v4.6.1
17042026-03-18T21:50:28.506Z Compiling env_logger v0.11.9
17052026-03-18T21:50:29.005Z Compiling usdt v0.6.0
17062026-03-18T21:50:29.347Z Compiling usdt-impl v0.5.0
17072026-03-18T21:50:29.721Z Compiling zone v0.3.1
17082026-03-18T21:50:29.743Z Compiling ecdsa v0.16.9
17092026-03-18T21:50:30.140Z Compiling serde_with v3.17.0
17102026-03-18T21:50:30.269Z Compiling similar v2.7.0
17112026-03-18T21:50:30.327Z Compiling rsa v0.9.10
17122026-03-18T21:50:30.636Z Compiling crossterm v0.28.1
17132026-03-18T21:50:30.767Z Compiling ed25519-dalek v2.2.0
17142026-03-18T21:50:31.526Z Compiling zip v0.6.6
17152026-03-18T21:50:32.152Z Compiling toml v0.7.8
17162026-03-18T21:50:32.529Z Compiling toml_parser v1.0.9+spec-1.1.0
17172026-03-18T21:50:32.605Z Compiling itertools v0.13.0
17182026-03-18T21:50:32.806Z Compiling tokio-stream v0.1.18
17192026-03-18T21:50:32.984Z Compiling buf-list v1.1.2
17202026-03-18T21:50:33.344Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17212026-03-18T21:50:33.376Z Compiling x509-cert v0.2.5
17222026-03-18T21:50:33.418Z Compiling openapiv3 v2.2.0
17232026-03-18T21:50:33.475Z Compiling sha1 v0.10.6
17242026-03-18T21:50:33.745Z Compiling toml_datetime v0.7.5+spec-1.1.0
17252026-03-18T21:50:33.764Z Compiling peg-runtime v0.8.5
17262026-03-18T21:50:34.160Z Compiling lalrpop-util v0.19.12
17272026-03-18T21:50:34.181Z Compiling thread_local v1.1.9
17282026-03-18T21:50:34.357Z Compiling slog-async v2.8.0
17292026-03-18T21:50:34.415Z Compiling crossbeam-channel v0.5.15
17302026-03-18T21:50:34.509Z Compiling futures-executor v0.3.32
17312026-03-18T21:50:34.527Z Compiling filetime v0.2.27
17322026-03-18T21:50:34.755Z Compiling is-terminal v0.4.17
17332026-03-18T21:50:34.778Z Compiling xattr v1.6.1
17342026-03-18T21:50:34.852Z Compiling take_mut v0.2.2
17352026-03-18T21:50:34.876Z Compiling term v1.2.1
17362026-03-18T21:50:34.986Z Compiling tar v0.4.44
17372026-03-18T21:50:35.033Z Compiling futures v0.3.32
17382026-03-18T21:50:35.605Z Compiling slog-term v2.9.2
17392026-03-18T21:50:41.996Z Compiling rustls-webpki v0.103.9
17402026-03-18T21:50:46.006Z Compiling tokio-rustls v0.26.4
17412026-03-18T21:50:46.006Z Compiling rustls-platform-verifier v0.6.2
17422026-03-18T21:50:46.272Z Compiling hyper-rustls v0.27.7
17432026-03-18T21:50:46.540Z Compiling reqwest v0.12.28
17442026-03-18T21:50:46.540Z Compiling reqwest v0.13.2
17452026-03-18T21:50:49.499Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17462026-03-18T21:50:49.781Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17472026-03-18T21:50:53.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17482026-03-18T21:50:53.768Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17492026-03-18T21:50:53.836ZMar 18 21:50:52.020 INFO Starting download, target: MaghemiteMgd
17502026-03-18T21:50:53.836ZMar 18 21:50:52.020 INFO Starting download, target: DendriteStub
17512026-03-18T21:50:53.836ZMar 18 21:50:52.020 INFO Starting download, target: TransceiverControl
17522026-03-18T21:50:53.840ZMar 18 21:50:52.020 INFO Starting download, target: Cockroach
17532026-03-18T21:50:53.840ZMar 18 21:50:52.020 INFO Starting download, target: Console
17542026-03-18T21:50:53.840ZMar 18 21:50:52.020 INFO Starting download, target: Clickhouse
17552026-03-18T21:50:53.840ZMar 18 21:50:52.020 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17562026-03-18T21:50:53.840ZMar 18 21:50:52.020 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-03-18T21:50:53.840ZMar 18 21:50:52.020 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17582026-03-18T21:50:53.840ZMar 18 21:50:52.020 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17592026-03-18T21:50:53.840ZMar 18 21:50:52.020 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17602026-03-18T21:50:53.840ZMar 18 21:50:52.020 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-03-18T21:50:54.194ZMar 18 21:50:52.377 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17622026-03-18T21:50:54.543ZMar 18 21:50:52.721 INFO Download complete, target: TransceiverControl
17632026-03-18T21:50:54.849ZMar 18 21:50:53.024 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-03-18T21:50:55.212ZMar 18 21:50:53.396 INFO Download complete, target: Console
17652026-03-18T21:50:55.778ZMar 18 21:50:53.961 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17662026-03-18T21:50:56.243ZMar 18 21:50:54.426 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17672026-03-18T21:50:56.345ZMar 18 21:50:54.531 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-03-18T21:50:56.976ZMar 18 21:50:55.162 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17692026-03-18T21:50:56.976ZMar 18 21:50:55.162 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17702026-03-18T21:50:59.340ZMar 18 21:50:57.525 INFO Download complete, target: DendriteStub
17712026-03-18T21:50:59.948ZMar 18 21:50:58.131 INFO Download complete, target: MaghemiteMgd
17722026-03-18T21:51:04.721ZMar 18 21:51:02.904 INFO Checking that binary works, target: Cockroach
17732026-03-18T21:51:04.933ZMar 18 21:51:03.117 INFO Download complete, target: Cockroach
17742026-03-18T21:51:07.488ZMar 18 21:51:05.671 INFO Checking that binary works, target: Clickhouse
17752026-03-18T21:51:07.817ZMar 18 21:51:06.001 INFO Download complete, target: Clickhouse
17762026-03-18T21:51:07.835ZAll builder prerequisites installed successfully, and PATH looks valid
17772026-03-18T21:51:07.838Z
17782026-03-18T21:51:07.838Zreal 4:17.785972157
17792026-03-18T21:51:07.838Zuser 10:23.536613698
17802026-03-18T21:51:07.838Zsys 1:47.874937356
17812026-03-18T21:51:07.838Ztrap 0.333610261
17822026-03-18T21:51:07.838Ztflt 0.926853264
17832026-03-18T21:51:07.838Zdflt 1.500393470
17842026-03-18T21:51:07.838Zkflt 0.317966597
17852026-03-18T21:51:07.838Zlock 31:37.649330917
17862026-03-18T21:51:07.838Zslp 29:59.759411324
17872026-03-18T21:51:07.838Zlat 54.891443800
17882026-03-18T21:51:07.838Zstop 2:41.504065841
17892026-03-18T21:51:07.838Z+ banner clippy
17902026-03-18T21:51:07.838Z
17912026-03-18T21:51:07.838Z #### # # ##### ##### # #
17922026-03-18T21:51:07.838Z # # # # # # # # # #
17932026-03-18T21:51:07.838Z # # # # # # # #
17942026-03-18T21:51:07.838Z # # # ##### ##### #
17952026-03-18T21:51:07.838Z # # # # # # #
17962026-03-18T21:51:07.838Z #### ###### # # # #
17972026-03-18T21:51:07.838Z
17982026-03-18T21:51:07.838Z+ export CARGO_INCREMENTAL=0
17992026-03-18T21:51:07.838Z+ CARGO_INCREMENTAL=0
18002026-03-18T21:51:07.839Z+ ptime -m cargo xtask clippy
18012026-03-18T21:51:08.563Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18022026-03-18T21:51:08.840Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18032026-03-18T21:51:11.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18042026-03-18T21:51:11.444Z Running `target/debug/xtask clippy`
18052026-03-18T21:51:11.477Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18062026-03-18T21:51:12.271Z Downloading crates ...
18072026-03-18T21:51:12.556Z Downloaded miette-derive v5.10.0
18082026-03-18T21:51:12.559Z Downloaded criterion-plot v0.6.0
18092026-03-18T21:51:12.560Z Downloaded cfg-expr v0.20.6
18102026-03-18T21:51:12.562Z Downloaded cast v0.3.0
18112026-03-18T21:51:12.562Z Downloaded cargo_metadata v0.23.1
18122026-03-18T21:51:12.565Z Downloaded event-listener-strategy v0.5.4
18132026-03-18T21:51:12.565Z Downloaded similar-asserts v1.7.0
18142026-03-18T21:51:12.568Z Downloaded datatest-stable v0.3.3
18152026-03-18T21:51:12.571Z Downloaded blake2b_simd v1.0.4
18162026-03-18T21:51:12.572Z Downloaded backtrace-ext v0.2.1
18172026-03-18T21:51:12.572Z Downloaded supports-color v2.1.0
18182026-03-18T21:51:12.575Z Downloaded event-listener v5.4.1
18192026-03-18T21:51:12.575Z Downloaded futures-timer v3.0.3
18202026-03-18T21:51:12.575Z Downloaded escape8259 v0.5.3
18212026-03-18T21:51:12.578Z Downloaded assert-json-diff v2.0.2
18222026-03-18T21:51:12.582Z Downloaded pathdiff v0.2.3
18232026-03-18T21:51:12.582Z Downloaded tinytemplate v1.2.1
18242026-03-18T21:51:12.585Z Downloaded supports-hyperlinks v2.1.0
18252026-03-18T21:51:12.592Z Downloaded parking v2.2.1
18262026-03-18T21:51:12.595Z Downloaded nested v0.1.1
18272026-03-18T21:51:12.601Z Downloaded constant_time_eq v0.3.1
18282026-03-18T21:51:12.609Z Downloaded guppy-workspace-hack v0.1.0
18292026-03-18T21:51:12.612Z Downloaded cargo-platform v0.3.2
18302026-03-18T21:51:12.612Z Downloaded terminal_size v0.1.17
18312026-03-18T21:51:12.615Z Downloaded plotters-backend v0.3.7
18322026-03-18T21:51:12.618Z Downloaded plotters-svg v0.3.7
18332026-03-18T21:51:12.618Z Downloaded serde_regex v1.1.0
18342026-03-18T21:51:12.618Z Downloaded approx v0.5.1
18352026-03-18T21:51:12.622Z Downloaded linkme-impl v0.3.35
18362026-03-18T21:51:12.625Z Downloaded target-triple v1.0.0
18372026-03-18T21:51:12.625Z Downloaded anes v0.1.6
18382026-03-18T21:51:12.695Z Downloaded supports-unicode v2.1.0
18392026-03-18T21:51:12.695Z Downloaded async-object-pool v0.2.0
18402026-03-18T21:51:12.695Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18412026-03-18T21:51:12.695Z Downloaded stringmetrics v2.2.2
18422026-03-18T21:51:12.695Z Downloaded rustc-demangle v0.1.27
18432026-03-18T21:51:12.695Z Downloaded relative-path v1.9.3
18442026-03-18T21:51:12.695Z Downloaded assert_cmd v2.1.2
18452026-03-18T21:51:12.695Z Downloaded path-tree v0.8.3
18462026-03-18T21:51:12.695Z Downloaded rust-argon2 v2.1.0
18472026-03-18T21:51:12.695Z Downloaded rstest_macros v0.25.0
18482026-03-18T21:51:12.696Z Downloaded knuffel-derive v3.2.0
18492026-03-18T21:51:12.696Z Downloaded owo-colors v3.5.0
18502026-03-18T21:51:12.696Z Downloaded termcolor v1.4.1
18512026-03-18T21:51:12.696Z Downloaded libtest-mimic v0.8.1
18522026-03-18T21:51:12.696Z Downloaded target-lexicon v0.13.3
18532026-03-18T21:51:12.696Z Downloaded oorandom v11.1.5
18542026-03-18T21:51:12.696Z Downloaded chumsky v0.9.3
18552026-03-18T21:51:12.696Z Downloaded target-spec v3.5.7
18562026-03-18T21:51:12.696Z Downloaded partial-io v0.5.4
18572026-03-18T21:51:12.696Z Downloaded httptest v0.16.4
18582026-03-18T21:51:12.696Z Downloaded concurrent-queue v2.5.0
18592026-03-18T21:51:12.696Z Downloaded linkme v0.3.35
18602026-03-18T21:51:12.701Z Downloaded trybuild v1.0.116
18612026-03-18T21:51:12.701Z Downloaded async-lock v3.4.2
18622026-03-18T21:51:12.701Z Downloaded textwrap v0.15.2
18632026-03-18T21:51:12.701Z Downloaded toml v1.0.3+spec-1.1.0
18642026-03-18T21:51:12.701Z Downloaded rstest v0.25.0
18652026-03-18T21:51:12.701Z Downloaded fancy-regex v0.14.0
18662026-03-18T21:51:12.704Z Downloaded miette v5.10.0
18672026-03-18T21:51:12.704Z Downloaded rand_distr v0.5.1
18682026-03-18T21:51:12.707Z Downloaded guppy v0.17.25
18692026-03-18T21:51:12.710Z Downloaded backtrace v0.3.76
18702026-03-18T21:51:12.714Z Downloaded plotters v0.3.7
18712026-03-18T21:51:12.719Z Downloaded hashbrown v0.14.5
18722026-03-18T21:51:12.723Z Downloaded criterion v0.7.0
18732026-03-18T21:51:12.728Z Downloaded knuffel v3.2.0
18742026-03-18T21:51:12.730Z Downloaded addr2line v0.25.1
18752026-03-18T21:51:12.736Z Downloaded gimli v0.32.3
18762026-03-18T21:51:12.835Z Downloaded httpmock v0.8.3
18772026-03-18T21:51:14.997Z Checking cfg-if v1.0.4
18782026-03-18T21:51:15.401Z Checking libc v0.2.180
18792026-03-18T21:51:15.404Z Checking serde_core v1.0.228
18802026-03-18T21:51:15.488Z Checking memchr v2.8.0
18812026-03-18T21:51:15.534Z Checking smallvec v1.15.1
18822026-03-18T21:51:15.583Z Checking log v0.4.29
18832026-03-18T21:51:15.583Z Checking itoa v1.0.17
18842026-03-18T21:51:15.679Z Checking zeroize v1.8.2
18852026-03-18T21:51:15.730Z Checking libm v0.2.16
18862026-03-18T21:51:15.798Z Checking scopeguard v1.2.0
18872026-03-18T21:51:15.845Z Checking stable_deref_trait v1.2.1
18882026-03-18T21:51:15.897Z Checking zmij v1.0.21
18892026-03-18T21:51:15.945Z Checking zerofrom v0.1.6
18902026-03-18T21:51:15.994Z Checking lock_api v0.4.14
18912026-03-18T21:51:16.038Z Checking errno v0.3.14
18922026-03-18T21:51:16.039Z Checking getrandom v0.2.17
18932026-03-18T21:51:16.125Z Checking yoke v0.8.1
18942026-03-18T21:51:16.171Z Checking percent-encoding v2.3.2
18952026-03-18T21:51:16.217Z Checking writeable v0.6.2
18962026-03-18T21:51:16.261Z Checking litemap v0.8.1
18972026-03-18T21:51:16.307Z Checking subtle v2.6.1
18982026-03-18T21:51:16.352Z Checking icu_properties_data v2.1.2
18992026-03-18T21:51:16.399Z Checking icu_normalizer_data v2.1.1
19002026-03-18T21:51:16.403Z Checking zerovec v0.11.5
19012026-03-18T21:51:16.483Z Checking zerotrie v0.2.3
19022026-03-18T21:51:16.530Z Checking form_urlencoded v1.2.2
19032026-03-18T21:51:16.533Z Checking rand_core v0.6.4
19042026-03-18T21:51:16.617Z Checking portable-atomic v1.13.1
19052026-03-18T21:51:16.658Z Checking utf8_iter v1.0.4
19062026-03-18T21:51:16.728Z Checking pin-project-lite v0.2.17
19072026-03-18T21:51:16.776Z Checking num-traits v0.2.19
19082026-03-18T21:51:16.884Z Checking zerocopy v0.8.40
19092026-03-18T21:51:16.888Z Checking critical-section v1.2.0
19102026-03-18T21:51:16.931Z Checking parking_lot_core v0.9.12
19112026-03-18T21:51:16.978Z Checking rand_core v0.10.0
19122026-03-18T21:51:17.030Z Checking signal-hook-registry v1.4.8
19132026-03-18T21:51:17.078Z Checking tinystr v0.8.2
19142026-03-18T21:51:17.206Z Checking potential_utf v0.1.4
19152026-03-18T21:51:17.252Z Checking parking_lot v0.12.5
19162026-03-18T21:51:17.255Z Checking once_cell v1.21.3
19172026-03-18T21:51:17.338Z Checking getrandom v0.4.1
19182026-03-18T21:51:17.382Z Checking icu_locale_core v2.1.1
19192026-03-18T21:51:17.427Z Checking icu_collections v2.1.1
19202026-03-18T21:51:17.528Z Checking mio v1.1.1
19212026-03-18T21:51:17.580Z Checking typenum v1.19.0
19222026-03-18T21:51:17.633Z Checking socket2 v0.6.2
19232026-03-18T21:51:17.681Z Checking serde v1.0.228
19242026-03-18T21:51:17.681Z Checking bitflags v2.11.0
19252026-03-18T21:51:17.861Z Checking serde_json v1.0.149
19262026-03-18T21:51:17.945Z Checking thiserror v2.0.18
19272026-03-18T21:51:17.996Z Checking iana-time-zone v0.1.65
19282026-03-18T21:51:18.050Z Checking allocator-api2 v0.2.21
19292026-03-18T21:51:18.115Z Checking uuid v1.21.0
19302026-03-18T21:51:18.165Z Checking semver v1.0.27
19312026-03-18T21:51:18.210Z Checking icu_provider v2.1.1
19322026-03-18T21:51:18.320Z Checking generic-array v0.14.7
19332026-03-18T21:51:18.364Z Checking bytes v1.11.1
19342026-03-18T21:51:18.463Z Checking chrono v0.4.44
19352026-03-18T21:51:18.510Z Checking futures-core v0.3.32
19362026-03-18T21:51:18.555Z Checking icu_properties v2.1.2
19372026-03-18T21:51:18.601Z Checking icu_normalizer v2.1.1
19382026-03-18T21:51:18.716Z Checking equivalent v1.0.2
19392026-03-18T21:51:18.838Z Checking dyn-clone v1.0.20
19402026-03-18T21:51:18.888Z Checking const-oid v0.9.6
19412026-03-18T21:51:18.989Z Checking crypto-common v0.1.7
19422026-03-18T21:51:19.031Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19432026-03-18T21:51:19.035Z Checking tokio v1.49.0
19442026-03-18T21:51:19.035Z Checking foldhash v0.2.0
19452026-03-18T21:51:19.174Z Checking block-buffer v0.10.4
19462026-03-18T21:51:19.305Z Checking hashbrown v0.16.1
19472026-03-18T21:51:19.401Z Checking futures-sink v0.3.32
19482026-03-18T21:51:19.457Z Checking rustix v1.1.3
19492026-03-18T21:51:19.561Z Checking byteorder v1.5.0
19502026-03-18T21:51:19.660Z Checking futures-channel v0.3.32
19512026-03-18T21:51:19.737Z Checking idna_adapter v1.2.1
19522026-03-18T21:51:19.870Z Checking slab v0.4.12
19532026-03-18T21:51:19.917Z Checking digest v0.10.7
19542026-03-18T21:51:19.962Z Checking futures-io v0.3.32
19552026-03-18T21:51:19.965Z Checking idna v1.1.0
19562026-03-18T21:51:20.048Z Checking futures-task v0.3.32
19572026-03-18T21:51:20.104Z Checking cpufeatures v0.2.17
19582026-03-18T21:51:20.150Z Checking indexmap v2.13.0
19592026-03-18T21:51:20.206Z Checking thiserror v1.0.69
19602026-03-18T21:51:20.251Z Checking getrandom v0.3.4
19612026-03-18T21:51:20.295Z Checking futures-util v0.3.32
19622026-03-18T21:51:20.355Z Checking url v2.5.8
19632026-03-18T21:51:20.398Z Checking fnv v1.0.7
19642026-03-18T21:51:20.465Z Checking regex-syntax v0.8.10
19652026-03-18T21:51:20.549Z Checking http v1.4.0
19662026-03-18T21:51:20.673Z Checking tracing-core v0.1.36
19672026-03-18T21:51:20.925Z Checking ppv-lite86 v0.2.21
19682026-03-18T21:51:20.971Z Checking schemars v0.8.22
19692026-03-18T21:51:20.975Z Checking base64 v0.22.1
19702026-03-18T21:51:21.123Z Checking tracing v0.1.44
19712026-03-18T21:51:21.361Z Checking unicode-ident v1.0.24
19722026-03-18T21:51:21.407Z Checking ipnet v2.11.0
19732026-03-18T21:51:21.411Z Checking anstyle v1.0.13
19742026-03-18T21:51:21.494Z Checking utf8parse v0.2.2
19752026-03-18T21:51:21.540Z Checking proc-macro2 v1.0.106
19762026-03-18T21:51:21.662Z Checking untrusted v0.9.0
19772026-03-18T21:51:21.730Z Checking anstyle-parse v0.2.7
19782026-03-18T21:51:21.789Z Checking aho-corasick v1.1.4
19792026-03-18T21:51:21.838Z Checking ring v0.17.14
19802026-03-18T21:51:21.913Z Checking base64ct v1.8.3
19812026-03-18T21:51:21.961Z Checking colorchoice v1.0.4
19822026-03-18T21:51:22.006Z Checking quote v1.0.44
19832026-03-18T21:51:22.121Z Checking is_terminal_polyfill v1.70.2
19842026-03-18T21:51:22.260Z Checking anstyle-query v1.1.5
19852026-03-18T21:51:22.305Z Checking block-padding v0.3.3
19862026-03-18T21:51:22.309Z Checking syn v2.0.117
19872026-03-18T21:51:22.391Z Checking terminal_size v0.4.3
19882026-03-18T21:51:22.436Z Checking anstream v0.6.21
19892026-03-18T21:51:22.506Z Checking inout v0.1.4
19902026-03-18T21:51:22.573Z Checking rustls-pki-types v1.14.0
19912026-03-18T21:51:22.720Z Checking crossbeam-utils v0.8.21
19922026-03-18T21:51:22.771Z Checking httparse v1.10.1
19932026-03-18T21:51:22.774Z Checking regex-automata v0.4.14
19942026-03-18T21:51:22.984Z Checking cipher v0.4.4
19952026-03-18T21:51:23.029Z Checking clap_lex v1.0.0
19962026-03-18T21:51:23.153Z Checking strsim v0.11.1
19972026-03-18T21:51:23.208Z Checking sha2 v0.10.9
19982026-03-18T21:51:23.212Z Checking pem-rfc7468 v0.7.0
19992026-03-18T21:51:23.294Z Checking http-body v1.0.1
20002026-03-18T21:51:23.294Z Checking rand_core v0.9.5
20012026-03-18T21:51:23.408Z Checking clap_builder v4.5.60
20022026-03-18T21:51:23.488Z Checking atomic-waker v1.1.2
20032026-03-18T21:51:23.536Z Checking hmac v0.12.1
20042026-03-18T21:51:23.539Z Checking tokio-util v0.7.18
20052026-03-18T21:51:23.628Z Checking httpdate v1.0.3
20062026-03-18T21:51:23.677Z Checking try-lock v0.2.5
20072026-03-18T21:51:23.714Z Checking tower-service v0.3.3
20082026-03-18T21:51:23.764Z Checking flagset v0.4.7
20092026-03-18T21:51:23.829Z Checking want v0.3.1
20102026-03-18T21:51:23.875Z Checking tower-layer v0.3.3
20112026-03-18T21:51:23.879Z Checking pin-utils v0.1.0
20122026-03-18T21:51:23.961Z Checking ryu v1.0.23
20132026-03-18T21:51:24.021Z Checking der v0.7.10
20142026-03-18T21:51:24.066Z Checking rand_chacha v0.9.0
20152026-03-18T21:51:24.109Z Checking erased-serde v0.3.31
20162026-03-18T21:51:24.168Z Checking spin v0.9.8
20172026-03-18T21:51:24.364Z Checking rand v0.9.2
20182026-03-18T21:51:24.414Z Checking h2 v0.4.13
20192026-03-18T21:51:24.458Z Checking anyhow v1.0.102
20202026-03-18T21:51:24.708Z Checking slog v2.8.2
20212026-03-18T21:51:24.754Z Checking powerfmt v0.2.0
20222026-03-18T21:51:24.989Z Checking deranged v0.5.8
20232026-03-18T21:51:25.039Z Checking num-conv v0.2.0
20242026-03-18T21:51:25.084Z Checking time-core v0.1.8
20252026-03-18T21:51:25.087Z Checking clap v4.5.60
20262026-03-18T21:51:25.172Z Checking num_threads v0.1.7
20272026-03-18T21:51:25.220Z Checking http-body-util v0.1.3
20282026-03-18T21:51:25.223Z Checking aws-lc-sys v0.37.1
20292026-03-18T21:51:25.319Z Checking untrusted v0.7.1
20302026-03-18T21:51:25.366Z Checking fastrand v2.3.0
20312026-03-18T21:51:25.417Z Checking openssl-probe v0.2.1
20322026-03-18T21:51:25.504Z Checking regex v1.12.3
20332026-03-18T21:51:25.547Z Checking spki v0.7.3
20342026-03-18T21:51:25.593Z Checking serde_urlencoded v0.7.1
20352026-03-18T21:51:25.639Z Checking pbkdf2 v0.12.2
20362026-03-18T21:51:25.642Z Checking aes v0.8.4
20372026-03-18T21:51:25.789Z Checking rand_chacha v0.3.1
20382026-03-18T21:51:25.836Z Checking pretty-hex v0.4.1
20392026-03-18T21:51:25.900Z Checking unicode-width v0.2.0
20402026-03-18T21:51:25.947Z Checking salsa20 v0.10.2
20412026-03-18T21:51:26.002Z Checking aws-lc-rs v1.16.0
20422026-03-18T21:51:26.046Z Checking cbc v0.1.2
20432026-03-18T21:51:26.099Z Checking rand v0.8.5
20442026-03-18T21:51:26.154Z Checking ipnetwork v0.21.1
20452026-03-18T21:51:26.258Z Checking scrypt v0.11.0
20462026-03-18T21:51:26.261Z Checking tempfile v3.25.0
20472026-03-18T21:51:26.261Z Checking hex v0.4.3
20482026-03-18T21:51:26.429Z Checking time v0.3.47
20492026-03-18T21:51:26.468Z Checking plain v0.2.3
20502026-03-18T21:51:26.514Z Checking pkcs5 v0.7.1
20512026-03-18T21:51:26.636Z Checking rustls-native-certs v0.8.3
20522026-03-18T21:51:26.640Z Checking sync_wrapper v1.0.2
20532026-03-18T21:51:26.678Z Checking camino v1.2.2
20542026-03-18T21:51:26.837Z Checking ucd-trie v0.1.7
20552026-03-18T21:51:26.888Z Checking tower v0.5.3
20562026-03-18T21:51:26.893Z Checking pkcs8 v0.10.2
20572026-03-18T21:51:26.893Z Checking webpki-roots v1.0.6
20582026-03-18T21:51:27.039Z Checking pest v2.8.6
20592026-03-18T21:51:27.105Z Checking iri-string v0.7.10
20602026-03-18T21:51:27.146Z Checking mime v0.3.17
20612026-03-18T21:51:27.194Z Checking rustls-webpki v0.103.9
20622026-03-18T21:51:27.239Z Checking either v1.15.0
20632026-03-18T21:51:27.421Z Checking openapiv3 v2.2.0
20642026-03-18T21:51:27.471Z Checking winnow v0.7.14
20652026-03-18T21:51:27.525Z Checking oxnet v0.1.4
20662026-03-18T21:51:27.785Z Checking rustls v0.23.37
20672026-03-18T21:51:27.873Z Checking lazy_static v1.5.0
20682026-03-18T21:51:27.971Z Checking foreign-types-shared v0.1.1
20692026-03-18T21:51:28.026Z Checking static_assertions v1.1.0
20702026-03-18T21:51:28.074Z Checking hyper v1.8.1
20712026-03-18T21:51:28.117Z Checking foreign-types v0.3.2
20722026-03-18T21:51:28.162Z Checking signature v2.2.0
20732026-03-18T21:51:28.242Z Checking openssl-sys v0.9.111
20742026-03-18T21:51:28.363Z Checking encoding_rs v0.8.35
20752026-03-18T21:51:28.541Z Checking simd-adler32 v0.3.8
20762026-03-18T21:51:28.594Z Checking tower-http v0.6.8
20772026-03-18T21:51:29.151Z Checking hubpack v0.1.2
20782026-03-18T21:51:29.198Z Checking openssl v0.10.75
20792026-03-18T21:51:29.198Z Checking adler2 v2.0.1
20802026-03-18T21:51:29.198Z Checking strum v0.26.3
20812026-03-18T21:51:29.198Z Checking sha1 v0.10.6
20822026-03-18T21:51:29.212Z Checking miniz_oxide v0.8.9
20832026-03-18T21:51:29.242Z Checking data-encoding v2.10.0
20842026-03-18T21:51:29.287Z Checking tinyvec_macros v0.1.1
20852026-03-18T21:51:29.333Z Checking hyper-util v0.1.20
20862026-03-18T21:51:29.381Z Checking serde_spanned v0.6.9
20872026-03-18T21:51:29.425Z Checking tinyvec v1.10.0
20882026-03-18T21:51:29.575Z Checking toml_datetime v0.6.11
20892026-03-18T21:51:29.635Z Checking num-integer v0.1.46
20902026-03-18T21:51:29.685Z Checking scroll v0.13.0
20912026-03-18T21:51:29.685Z Checking memmap2 v0.9.10
20922026-03-18T21:51:29.851Z Checking bit-vec v0.8.0
20932026-03-18T21:51:29.896Z Checking base16ct v0.2.0
20942026-03-18T21:51:29.942Z Checking dtrace-parser v0.3.0
20952026-03-18T21:51:29.987Z Checking crossbeam-epoch v0.9.18
20962026-03-18T21:51:30.069Z Checking goblin v0.10.5
20972026-03-18T21:51:30.115Z Checking sec1 v0.7.3
20982026-03-18T21:51:30.159Z Checking bit-set v0.8.0
20992026-03-18T21:51:30.287Z Checking crc32fast v1.5.0
21002026-03-18T21:51:30.332Z Checking ff v0.13.1
21012026-03-18T21:51:30.387Z Checking wait-timeout v0.2.1
21022026-03-18T21:51:30.433Z Checking thread-id v5.1.0
21032026-03-18T21:51:30.499Z Checking num-iter v0.1.45
21042026-03-18T21:51:30.545Z Checking group v0.13.0
21052026-03-18T21:51:30.647Z Checking bstr v1.12.1
21062026-03-18T21:51:30.647Z Checking hkdf v0.12.4
21072026-03-18T21:51:30.678Z Checking ahash v0.8.12
21082026-03-18T21:51:30.769Z Checking crypto-bigint v0.5.5
21092026-03-18T21:51:30.842Z Checking quick-error v1.2.3
21102026-03-18T21:51:30.977Z Checking rand_xorshift v0.4.0
21112026-03-18T21:51:31.030Z Checking rusty-fork v0.3.1
21122026-03-18T21:51:31.039Z Checking scroll v0.12.0
21132026-03-18T21:51:31.114Z Checking tokio-rustls v0.26.4
21142026-03-18T21:51:31.161Z Checking unarray v0.1.4
21152026-03-18T21:51:31.167Z Checking num-bigint-dig v0.8.6
21162026-03-18T21:51:31.280Z Checking pkcs1 v0.7.5
21172026-03-18T21:51:31.345Z Checking proptest v1.10.0
21182026-03-18T21:51:31.417Z Checking goblin v0.8.2
21192026-03-18T21:51:31.467Z Checking hyper-rustls v0.27.7
21202026-03-18T21:51:31.598Z Checking x509-cert v0.2.5
21212026-03-18T21:51:31.777Z Checking zerocopy v0.7.35
21222026-03-18T21:51:31.823Z Checking native-tls v0.2.18
21232026-03-18T21:51:32.093Z Checking tokio-native-tls v0.3.1
21242026-03-18T21:51:32.143Z Checking elliptic-curve v0.13.8
21252026-03-18T21:51:32.323Z Checking hyper-tls v0.6.0
21262026-03-18T21:51:32.410Z Checking unicode-segmentation v1.12.0
21272026-03-18T21:51:32.507Z Checking psl-types v2.0.11
21282026-03-18T21:51:32.553Z Checking zlib-rs v0.6.2
21292026-03-18T21:51:32.599Z Checking reqwest v0.12.28
21302026-03-18T21:51:32.604Z Checking rsa v0.9.10
21312026-03-18T21:51:32.692Z Checking publicsuffix v2.3.0
21322026-03-18T21:51:32.854Z Checking crossbeam-deque v0.8.6
21332026-03-18T21:51:32.940Z Checking dtrace-parser v0.2.0
21342026-03-18T21:51:33.117Z Checking cookie v0.18.1
21352026-03-18T21:51:33.286Z Checking rfc6979 v0.4.0
21362026-03-18T21:51:33.333Z Checking dof v0.4.0
21372026-03-18T21:51:33.336Z Checking thread-id v4.2.2
21382026-03-18T21:51:33.451Z Checking toml_write v0.1.2
21392026-03-18T21:51:33.496Z Checking ecdsa v0.16.9
21402026-03-18T21:51:33.539Z Checking cookie_store v0.22.1
21412026-03-18T21:51:33.706Z Checking toml_edit v0.22.27
21422026-03-18T21:51:33.753Z Checking rustls-platform-verifier v0.6.2
21432026-03-18T21:51:33.798Z Checking flate2 v1.1.9
21442026-03-18T21:51:33.865Z Checking newtype-uuid v1.3.2
21452026-03-18T21:51:33.962Z Checking toml_parser v1.0.9+spec-1.1.0
21462026-03-18T21:51:34.009Z Checking curve25519-dalek v4.1.3
21472026-03-18T21:51:34.054Z Checking memoffset v0.9.1
21482026-03-18T21:51:34.115Z Checking dof v0.3.0
21492026-03-18T21:51:34.163Z Checking rustix v0.38.44
21502026-03-18T21:51:34.209Z Checking env_filter v1.0.0
21512026-03-18T21:51:34.256Z Checking usdt-impl v0.6.0
21522026-03-18T21:51:34.261Z Checking keccak v0.1.6
21532026-03-18T21:51:34.428Z Checking env_logger v0.11.9
21542026-03-18T21:51:34.475Z Checking daft v0.1.5
21552026-03-18T21:51:34.525Z Checking usdt-impl v0.5.0
21562026-03-18T21:51:34.569Z Checking sha3 v0.10.8
21572026-03-18T21:51:34.650Z Checking usdt v0.6.0
21582026-03-18T21:51:34.715Z Checking reqwest v0.13.2
21592026-03-18T21:51:34.827Z Checking ed25519 v2.2.3
21602026-03-18T21:51:34.877Z Checking itertools v0.13.0
21612026-03-18T21:51:34.923Z Checking serde_with v3.17.0
21622026-03-18T21:51:34.928Z Checking bitflags v1.3.2
21632026-03-18T21:51:35.048Z Checking siphasher v1.0.2
21642026-03-18T21:51:35.098Z Checking unicode-normalization v0.1.25
21652026-03-18T21:51:35.101Z Checking ed25519-dalek v2.2.0
21662026-03-18T21:51:35.281Z Checking signal-hook v0.3.18
21672026-03-18T21:51:35.329Z Checking toml_datetime v0.7.5+spec-1.1.0
21682026-03-18T21:51:35.333Z Checking managed v0.8.0
21692026-03-18T21:51:35.434Z Checking winnow v0.5.40
21702026-03-18T21:51:35.565Z Checking nix v0.31.1
21712026-03-18T21:51:35.623Z Checking rayon-core v1.13.0
21722026-03-18T21:51:35.670Z Checking bzip2-sys v0.1.13+1.0.8
21732026-03-18T21:51:35.716Z Checking object v0.37.3
21742026-03-18T21:51:35.811Z Checking foldhash v0.1.5
21752026-03-18T21:51:35.883Z Checking bzip2 v0.4.4
21762026-03-18T21:51:36.021Z Checking hashbrown v0.15.5
21772026-03-18T21:51:36.086Z Checking signal-hook-mio v0.2.5
21782026-03-18T21:51:36.132Z Checking ref-cast v1.0.25
21792026-03-18T21:51:36.257Z Checking zstd-sys v2.0.16+zstd.1.5.7
21802026-03-18T21:51:36.304Z Checking zip v0.6.6
21812026-03-18T21:51:36.353Z Checking libbz2-rs-sys v0.2.2
21822026-03-18T21:51:36.439Z Checking zstd-safe v7.2.4
21832026-03-18T21:51:36.697Z Checking bumpalo v3.20.2
21842026-03-18T21:51:36.743Z Checking zstd v0.13.3
21852026-03-18T21:51:36.786Z Checking crossterm v0.28.1
21862026-03-18T21:51:36.896Z Checking bzip2 v0.6.1
21872026-03-18T21:51:36.996Z Checking zopfli v0.8.3
21882026-03-18T21:51:37.046Z Checking rayon v1.11.0
21892026-03-18T21:51:37.050Z Checking similar v2.7.0
21902026-03-18T21:51:37.083Z Checking fs-err v3.3.0
21912026-03-18T21:51:37.174Z Checking toml_edit v0.19.15
21922026-03-18T21:51:37.177Z Checking hash32 v0.2.1
21932026-03-18T21:51:37.419Z Checking serde-big-array v0.5.1
21942026-03-18T21:51:37.518Z Checking jiff v0.2.21
21952026-03-18T21:51:37.591Z Checking unicode-properties v0.1.4
21962026-03-18T21:51:37.631Z Checking unicode-bidi v0.3.18
21972026-03-18T21:51:37.668Z Checking predicates-core v1.0.10
21982026-03-18T21:51:37.785Z Checking heapless v0.7.17
21992026-03-18T21:51:37.836Z Checking hickory-proto v0.25.2
22002026-03-18T21:51:37.879Z Checking tokio-stream v0.1.18
22012026-03-18T21:51:38.042Z Checking stringprep v0.1.5
22022026-03-18T21:51:38.276Z Checking md-5 v0.10.6
22032026-03-18T21:51:38.393Z Checking float-cmp v0.10.0
22042026-03-18T21:51:38.439Z Checking fallible-iterator v0.2.0
22052026-03-18T21:51:38.484Z Checking difflib v0.4.0
22062026-03-18T21:51:38.590Z Checking normalize-line-endings v0.3.0
22072026-03-18T21:51:38.676Z Checking toml v0.7.8
22082026-03-18T21:51:38.739Z Checking rustc-hash v2.1.1
22092026-03-18T21:51:38.783Z Checking predicates v3.1.4
22102026-03-18T21:51:38.838Z Checking postgres-protocol v0.6.10
22112026-03-18T21:51:38.923Z Checking iddqd v0.3.17
22122026-03-18T21:51:39.028Z Checking smoltcp v0.9.1
22132026-03-18T21:51:39.090Z Checking phf_shared v0.13.1
22142026-03-18T21:51:39.145Z Checking phf_shared v0.11.3
22152026-03-18T21:51:39.222Z Checking itertools v0.12.1
22162026-03-18T21:51:39.285Z Checking console v0.16.2
22172026-03-18T21:51:39.373Z Checking buf-list v1.1.2
22182026-03-18T21:51:39.418Z Checking strum v0.27.2
22192026-03-18T21:51:39.593Z Checking new_debug_unreachable v1.0.6
22202026-03-18T21:51:39.646Z Checking fixedbitset v0.4.2
22212026-03-18T21:51:39.718Z Checking lalrpop-util v0.19.12
22222026-03-18T21:51:39.724Z Checking fixedbitset v0.5.7
22232026-03-18T21:51:39.874Z Checking unit-prefix v0.5.2
22242026-03-18T21:51:39.921Z Checking precomputed-hash v0.1.1
22252026-03-18T21:51:39.963Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22262026-03-18T21:51:40.063Z Checking petgraph v0.8.3
22272026-03-18T21:51:40.094Z Checking string_cache v0.8.9
22282026-03-18T21:51:40.097Z Checking indicatif v0.18.4
22292026-03-18T21:51:40.181Z Checking petgraph v0.6.5
22302026-03-18T21:51:40.343Z Checking phf v0.13.1
22312026-03-18T21:51:40.576Z Checking postgres-types v0.2.12
22322026-03-18T21:51:40.624Z Checking zone v0.3.1
22332026-03-18T21:51:40.627Z Checking zip v4.6.1
22342026-03-18T21:51:40.711Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22352026-03-18T21:51:41.030Z Checking whoami v2.1.0
22362026-03-18T21:51:41.098Z Checking peg-runtime v0.8.5
22372026-03-18T21:51:41.289Z Checking futures-executor v0.3.32
22382026-03-18T21:51:41.338Z Checking is-terminal v0.4.17
22392026-03-18T21:51:41.347Z Checking tokio-postgres v0.7.16
22402026-03-18T21:51:41.485Z Checking crossbeam-channel v0.5.15
22412026-03-18T21:51:41.488Z Compiling structmeta-derive v0.3.0
22422026-03-18T21:51:41.573Z Checking futures v0.3.32
22432026-03-18T21:51:41.631Z Checking thread_local v1.1.9
22442026-03-18T21:51:41.710Z Checking take_mut v0.2.2
22452026-03-18T21:51:41.881Z Checking term v1.2.1
22462026-03-18T21:51:41.887Z Compiling newtype-uuid-macros v0.1.0
22472026-03-18T21:51:41.970Z Checking slog-async v2.8.0
22482026-03-18T21:51:41.974Z Compiling rustls v0.22.4
22492026-03-18T21:51:42.204Z Checking slog-term v2.9.2
22502026-03-18T21:51:42.249Z Checking regress v0.10.5
22512026-03-18T21:51:42.299Z Compiling multer v3.1.0
22522026-03-18T21:51:42.399Z Compiling async-stream-impl v0.3.6
22532026-03-18T21:51:42.585Z Compiling dropshot v0.16.7
22542026-03-18T21:51:42.731Z Compiling dropshot_endpoint v0.16.7
22552026-03-18T21:51:42.961Z Checking match_cfg v0.1.0
22562026-03-18T21:51:42.965Z Checking slog-json v2.6.1
22572026-03-18T21:51:43.052Z Compiling structmeta v0.3.0
22582026-03-18T21:51:43.101Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22592026-03-18T21:51:43.151Z Checking hostname v0.3.1
22602026-03-18T21:51:43.244Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612026-03-18T21:51:43.248Z Checking debug-ignore v1.0.5
22622026-03-18T21:51:43.337Z Checking serde_spanned v1.0.4
22632026-03-18T21:51:43.385Z Compiling derive-ex v0.1.8
22642026-03-18T21:51:43.389Z Checking slog-bunyan v2.5.0
22652026-03-18T21:51:43.471Z Checking toml_writer v1.0.6+spec-1.1.0
22662026-03-18T21:51:43.541Z Checking rustls-webpki v0.102.8
22672026-03-18T21:51:43.607Z Checking serde_path_to_error v0.1.20
22682026-03-18T21:51:43.652Z Checking progenitor-client v0.13.0
22692026-03-18T21:51:43.745Z Checking toml v0.9.12+spec-1.1.0
22702026-03-18T21:51:43.810Z Checking async-stream v0.3.6
22712026-03-18T21:51:44.033Z Checking waitgroup v0.1.2
22722026-03-18T21:51:44.036Z Checking rustls-pemfile v2.2.0
22732026-03-18T21:51:44.197Z Checking hostname v0.4.2
22742026-03-18T21:51:44.258Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-03-18T21:51:44.304Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22762026-03-18T21:51:44.307Z Compiling parse-display-derive v0.10.0
22772026-03-18T21:51:44.391Z Checking itertools v0.14.0
22782026-03-18T21:51:44.472Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22792026-03-18T21:51:44.475Z Checking macaddr v1.0.1
22802026-03-18T21:51:44.597Z Checking progenitor-client v0.10.0
22812026-03-18T21:51:44.784Z Checking instant v0.1.13
22822026-03-18T21:51:44.918Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22832026-03-18T21:51:44.964Z Checking backoff v0.4.0
22842026-03-18T21:51:45.020Z Checking backon v1.6.0
22852026-03-18T21:51:45.143Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22862026-03-18T21:51:45.319Z Checking progenitor-extras v0.1.1
22872026-03-18T21:51:45.326Z Checking heck v0.5.0
22882026-03-18T21:51:45.466Z Checking camino-tempfile v1.4.1
22892026-03-18T21:51:45.642Z Checking toml v0.8.23
22902026-03-18T21:51:45.758Z Compiling test-strategy v0.4.5
22912026-03-18T21:51:45.803Z Compiling convert_case v0.4.0
22922026-03-18T21:51:45.889Z Compiling unsafe-libyaml v0.2.11
22932026-03-18T21:51:46.125Z Checking secrecy v0.10.3
22942026-03-18T21:51:46.129Z Checking tokio-rustls v0.25.0
22952026-03-18T21:51:46.360Z Compiling toml_edit v0.23.10+spec-1.0.0
22962026-03-18T21:51:46.402Z Compiling derive_more v0.99.20
22972026-03-18T21:51:46.711Z Checking parse-display v0.10.0
22982026-03-18T21:51:46.931Z Compiling serde_yaml v0.9.34+deprecated
22992026-03-18T21:51:46.978Z Compiling crucible-workspace-hack v0.1.0
23002026-03-18T21:51:47.246Z Compiling proc-macro-crate v3.4.0
23012026-03-18T21:51:47.488Z Compiling typify-impl v0.6.1
23022026-03-18T21:51:47.868Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23032026-03-18T21:51:48.144Z Checking half v2.7.1
23042026-03-18T21:51:48.392Z Checking glob v0.3.3
23052026-03-18T21:51:48.532Z Checking ciborium-io v0.2.2
23062026-03-18T21:51:48.665Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23072026-03-18T21:51:48.709Z Checking ciborium-ll v0.2.2
23082026-03-18T21:51:48.962Z Compiling heapless v0.8.0
23092026-03-18T21:51:49.011Z Checking ciborium v0.2.2
23102026-03-18T21:51:49.099Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23112026-03-18T21:51:49.160Z Compiling ingot-macros v0.1.1
23122026-03-18T21:51:49.561Z Checking tabwriter v1.4.1
23132026-03-18T21:51:49.621Z Checking hash32 v0.3.1
23142026-03-18T21:51:49.625Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23152026-03-18T21:51:49.709Z Compiling smoltcp v0.11.0
23162026-03-18T21:51:49.786Z Compiling num_enum_derive v0.7.5
23172026-03-18T21:51:49.971Z Checking cobs v0.3.0
23182026-03-18T21:51:50.030Z Compiling foreign-types-macros v0.2.3
23192026-03-18T21:51:50.224Z Checking cpufeatures v0.3.0
23202026-03-18T21:51:50.283Z Checking foreign-types-shared v0.3.1
23212026-03-18T21:51:50.353Z Checking chacha20 v0.10.0
23222026-03-18T21:51:50.429Z Checking postcard v1.1.3
23232026-03-18T21:51:50.825Z Checking foreign-types v0.5.0
23242026-03-18T21:51:50.872Z Compiling proc-macro-crate v1.3.1
23252026-03-18T21:51:50.961Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23262026-03-18T21:51:51.093Z Checking cstr-argument v0.1.2
23272026-03-18T21:51:51.222Z Checking num_enum v0.7.5
23282026-03-18T21:51:51.310Z Checking sigpipe v0.1.3
23292026-03-18T21:51:51.359Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-03-18T21:51:51.421Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-03-18T21:51:51.465Z Checking colored v3.1.1
23322026-03-18T21:51:51.511Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23332026-03-18T21:51:51.769Z Compiling num_enum_derive v0.5.11
23342026-03-18T21:51:51.816Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-03-18T21:51:51.915Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23362026-03-18T21:51:51.960Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23372026-03-18T21:51:52.100Z Checking rand v0.10.0
23382026-03-18T21:51:52.146Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23392026-03-18T21:51:52.192Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23402026-03-18T21:51:52.196Z Checking indent_write v2.2.0
23412026-03-18T21:51:52.389Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23422026-03-18T21:51:52.586Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23432026-03-18T21:51:52.662Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23442026-03-18T21:51:52.775Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23452026-03-18T21:51:52.867Z Checking smf v0.2.3
23462026-03-18T21:51:53.052Z Compiling num-derive v0.4.2
23472026-03-18T21:51:53.094Z Checking ingot-types v0.1.2
23482026-03-18T21:51:53.139Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-03-18T21:51:53.184Z Checking num_enum v0.5.11
23502026-03-18T21:51:53.231Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23512026-03-18T21:51:53.363Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23522026-03-18T21:51:53.470Z Checking whoami v1.6.1
23532026-03-18T21:51:53.474Z Checking universal-hash v0.5.1
23542026-03-18T21:51:53.620Z Checking ingot v0.1.1
23552026-03-18T21:51:53.707Z Checking opaque-debug v0.3.1
23562026-03-18T21:51:53.751Z Checking aead v0.5.2
23572026-03-18T21:51:53.832Z Checking swrite v0.1.0
23582026-03-18T21:51:53.888Z Checking poly1305 v0.8.0
23592026-03-18T21:51:53.936Z Checking chacha20 v0.9.1
23602026-03-18T21:51:53.981Z Checking unicode-width v0.1.14
23612026-03-18T21:51:54.022Z Compiling typify-macro v0.6.1
23622026-03-18T21:51:54.028Z Compiling thiserror-impl-no-std v2.0.2
23632026-03-18T21:51:54.219Z Checking password-hash v0.5.0
23642026-03-18T21:51:54.272Z Checking blake2 v0.10.6
23652026-03-18T21:51:54.315Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23662026-03-18T21:51:54.358Z Checking chacha20poly1305 v0.10.1
23672026-03-18T21:51:54.554Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23682026-03-18T21:51:54.558Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23692026-03-18T21:51:54.643Z Checking argon2 v0.5.3
23702026-03-18T21:51:54.648Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23712026-03-18T21:51:54.974Z Compiling usdt-macro v0.5.0
23722026-03-18T21:51:55.022Z Compiling usdt-attr-macro v0.5.0
23732026-03-18T21:51:55.064Z Checking memmap v0.7.0
23742026-03-18T21:51:55.118Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23752026-03-18T21:51:55.272Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23762026-03-18T21:51:55.592Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23772026-03-18T21:51:55.640Z Checking thiserror-no-std v2.0.2
23782026-03-18T21:51:55.787Z Checking vsss-rs v3.3.4
23792026-03-18T21:51:55.920Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23802026-03-18T21:51:55.966Z Compiling derive-where v1.6.0
23812026-03-18T21:51:56.062Z Checking usdt v0.5.0
23822026-03-18T21:51:56.111Z Checking atomicwrites v0.4.4
23832026-03-18T21:51:56.325Z Checking console v0.15.11
23842026-03-18T21:51:56.411Z Checking tokio-dtrace v0.1.1
23852026-03-18T21:51:56.506Z Compiling typify v0.6.1
23862026-03-18T21:51:56.677Z Checking oxide-tokio-rt v0.1.3
23872026-03-18T21:51:56.682Z Compiling progenitor-impl v0.13.0
23882026-03-18T21:51:56.775Z Checking newline-converter v0.3.0
23892026-03-18T21:51:56.920Z Compiling prettyplease v0.2.37
23902026-03-18T21:51:56.968Z Checking expectorate v1.2.0
23912026-03-18T21:51:56.971Z Checking bytecount v0.6.9
23922026-03-18T21:51:57.169Z Compiling owo-colors v4.3.0
23932026-03-18T21:51:57.215Z Compiling cancel-safe-futures v0.1.5
23942026-03-18T21:51:57.317Z Checking libsw-core v0.3.2
23952026-03-18T21:51:57.505Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-03-18T21:51:57.554Z Checking libsw v3.5.0
23972026-03-18T21:51:57.558Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23982026-03-18T21:51:57.790Z Checking same-file v1.0.6
23992026-03-18T21:51:57.876Z Checking linear-map v1.2.0
24002026-03-18T21:51:58.019Z Checking walkdir v2.5.0
24012026-03-18T21:51:58.065Z Checking num-rational v0.4.2
24022026-03-18T21:51:58.108Z Checking num-complex v0.4.6
24032026-03-18T21:51:58.153Z Checking float-ord v0.3.2
24042026-03-18T21:51:58.266Z Checking gethostname v0.5.0
24052026-03-18T21:51:58.478Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24062026-03-18T21:51:58.549Z Compiling async-recursion v1.1.1
24072026-03-18T21:51:58.635Z Checking num v0.4.3
24082026-03-18T21:51:58.681Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24092026-03-18T21:51:58.782Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24102026-03-18T21:51:58.971Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24112026-03-18T21:52:00.166Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24122026-03-18T21:52:00.399Z Compiling progenitor-macro v0.13.0
24132026-03-18T21:52:00.933Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-03-18T21:52:02.196Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24152026-03-18T21:52:02.782Z Checking unicode-linebreak v0.1.5
24162026-03-18T21:52:03.039Z Checking smawk v0.3.2
24172026-03-18T21:52:03.042Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24182026-03-18T21:52:03.125Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-03-18T21:52:03.246Z Checking globset v0.4.18
24202026-03-18T21:52:03.733Z Compiling convert_case v0.10.0
24212026-03-18T21:52:04.416Z Compiling slog-dtrace v0.3.0
24222026-03-18T21:52:04.501Z Checking resolv-conf v0.7.6
24232026-03-18T21:52:04.776Z Compiling derive_more-impl v2.1.1
24242026-03-18T21:52:05.047Z Compiling pin-project-internal v1.1.11
24252026-03-18T21:52:05.226Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24262026-03-18T21:52:05.272Z Checking pem v3.0.6
24272026-03-18T21:52:05.515Z Checking fd-lock v4.0.4
24282026-03-18T21:52:05.561Z Checking vte v0.14.1
24292026-03-18T21:52:05.710Z Checking display-error-chain v0.2.2
24302026-03-18T21:52:05.801Z Checking strip-ansi-escapes v0.2.1
24312026-03-18T21:52:05.847Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24322026-03-18T21:52:05.901Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24332026-03-18T21:52:05.945Z Checking derive_more v2.1.1
24342026-03-18T21:52:05.988Z Compiling snafu-derive v0.8.9
24352026-03-18T21:52:06.050Z Checking linked-hash-map v0.5.6
24362026-03-18T21:52:06.096Z Checking crossterm v0.29.0
24372026-03-18T21:52:06.614Z Checking pin-project v1.1.11
24382026-03-18T21:52:06.755Z Checking termtree v0.5.1
24392026-03-18T21:52:06.800Z Checking nu-ansi-term v0.50.3
24402026-03-18T21:52:06.930Z Checking lru-cache v0.1.2
24412026-03-18T21:52:06.978Z Checking textwrap v0.16.2
24422026-03-18T21:52:07.122Z Checking reedline v0.40.0
24432026-03-18T21:52:07.125Z Checking olpc-cjson v0.1.4
24442026-03-18T21:52:07.299Z Checking hickory-proto v0.24.4
24452026-03-18T21:52:07.377Z Checking serde_plain v1.0.2
24462026-03-18T21:52:07.529Z Checking progenitor v0.13.0
24472026-03-18T21:52:07.603Z Checking typed-path v0.9.3
24482026-03-18T21:52:07.737Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24492026-03-18T21:52:08.710Z Checking snafu v0.8.9
24502026-03-18T21:52:08.753Z Compiling minimal-lexical v0.2.1
24512026-03-18T21:52:08.757Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24522026-03-18T21:52:09.054Z Checking tough v0.20.0
24532026-03-18T21:52:09.117Z Compiling nom v7.1.3
24542026-03-18T21:52:09.529Z Checking nibble_vec v0.1.0
24552026-03-18T21:52:09.731Z Checking endian-type v0.1.2
24562026-03-18T21:52:09.774Z Checking hickory-resolver v0.24.4
24572026-03-18T21:52:09.931Z Checking radix_trie v0.2.1
24582026-03-18T21:52:10.057Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24592026-03-18T21:52:10.243Z Compiling ar_archive_writer v0.5.1
24602026-03-18T21:52:10.752Z Checking humantime v2.3.0
24612026-03-18T21:52:10.867Z Checking qorb v0.4.1
24622026-03-18T21:52:10.978Z Checking csv-core v0.1.13
24632026-03-18T21:52:11.031Z Checking base64 v0.21.7
24642026-03-18T21:52:11.254Z Checking csv v1.4.0
24652026-03-18T21:52:11.341Z Compiling stacker v0.1.23
24662026-03-18T21:52:11.421Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24672026-03-18T21:52:11.468Z Checking highway v1.3.0
24682026-03-18T21:52:11.517Z Compiling psm v0.1.30
24692026-03-18T21:52:11.711Z Compiling cfg_aliases v0.1.1
24702026-03-18T21:52:11.838Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24712026-03-18T21:52:11.846Z Checking papergrid v0.11.0
24722026-03-18T21:52:11.919Z Compiling tabled_derive v0.7.0
24732026-03-18T21:52:11.923Z Compiling nix v0.28.0
24742026-03-18T21:52:12.430Z Checking home v0.5.12
24752026-03-18T21:52:12.563Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24762026-03-18T21:52:12.607Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24772026-03-18T21:52:12.650Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24782026-03-18T21:52:12.694Z Checking phf_shared v0.12.1
24792026-03-18T21:52:12.743Z Compiling recursive-proc-macro-impl v0.1.1
24802026-03-18T21:52:12.787Z Compiling semver v0.1.20
24812026-03-18T21:52:12.919Z Compiling chrono-tz v0.10.4
24822026-03-18T21:52:13.228Z Compiling rustc_version v0.1.7
24832026-03-18T21:52:13.276Z Checking phf v0.12.1
24842026-03-18T21:52:13.320Z Checking tabled v0.15.0
24852026-03-18T21:52:13.320Z Checking recursive v0.1.1
24862026-03-18T21:52:13.324Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24872026-03-18T21:52:13.498Z Compiling const_format_proc_macros v0.2.34
24882026-03-18T21:52:13.546Z Compiling peg-macros v0.8.5
24892026-03-18T21:52:13.584Z Checking winnow v0.6.26
24902026-03-18T21:52:13.752Z Compiling sqlparser_derive v0.5.0
24912026-03-18T21:52:14.644Z Checking unicode_categories v0.1.1
24922026-03-18T21:52:14.887Z Checking sqlparser v0.61.0
24932026-03-18T21:52:14.930Z Checking rustyline v14.0.0
24942026-03-18T21:52:15.084Z Checking const_format v0.2.35
24952026-03-18T21:52:15.215Z Checking sqlformat v0.3.5
24962026-03-18T21:52:15.425Z Checking peg v0.8.5
24972026-03-18T21:52:15.532Z Compiling newtype_derive v0.1.6
24982026-03-18T21:52:15.812Z Checking bcs v0.1.6
24992026-03-18T21:52:15.905Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25002026-03-18T21:52:16.101Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25012026-03-18T21:52:16.158Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25022026-03-18T21:52:16.204Z Checking steno v0.4.1
25032026-03-18T21:52:16.560Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25042026-03-18T21:52:16.563Z Compiling typify-impl v0.4.3
25052026-03-18T21:52:17.688Z Checking utf-8 v0.7.6
25062026-03-18T21:52:17.906Z Checking filetime v0.2.27
25072026-03-18T21:52:18.116Z Checking arc-swap v1.8.2
25082026-03-18T21:52:18.403Z Checking xattr v1.6.1
25092026-03-18T21:52:18.458Z Checking slog-scope v4.4.1
25102026-03-18T21:52:18.608Z Checking tar v0.4.44
25112026-03-18T21:52:18.674Z Checking slog-stdlog v4.1.1
25122026-03-18T21:52:18.774Z Checking tungstenite v0.21.0
25132026-03-18T21:52:18.868Z Checking slog-envlogger v2.2.0
25142026-03-18T21:52:19.098Z Checking typeid v1.0.3
25152026-03-18T21:52:19.159Z Checking subprocess v0.2.15
25162026-03-18T21:52:19.268Z Checking headers-core v0.3.0
25172026-03-18T21:52:19.381Z Checking tokio-tungstenite v0.21.0
25182026-03-18T21:52:19.437Z Checking headers v0.4.1
25192026-03-18T21:52:19.568Z Compiling lzma-sys v0.1.20
25202026-03-18T21:52:19.650Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25212026-03-18T21:52:19.773Z Compiling cargo_toml v0.22.3
25222026-03-18T21:52:20.102Z Checking yasna v0.5.2
25232026-03-18T21:52:20.371Z Checking xz2 v0.1.7
25242026-03-18T21:52:20.623Z Checking ron v0.12.0
25252026-03-18T21:52:20.694Z Checking rcgen v0.12.1
25262026-03-18T21:52:21.161Z Checking base16ct v1.0.0
25272026-03-18T21:52:21.387Z Checking dropshot-api-manager-types v0.6.0
25282026-03-18T21:52:21.499Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25292026-03-18T21:52:21.643Z Checking tagptr v0.2.0
25302026-03-18T21:52:21.691Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25312026-03-18T21:52:21.733Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25322026-03-18T21:52:21.866Z Checking moka v0.12.13
25332026-03-18T21:52:21.947Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25342026-03-18T21:52:21.991Z Compiling radium v0.7.0
25352026-03-18T21:52:22.360Z Compiling libefi-sys v0.1.0
25362026-03-18T21:52:22.732Z Compiling bitfield-struct v0.6.2
25372026-03-18T21:52:22.777Z Compiling maybe-uninit v2.0.0
25382026-03-18T21:52:22.780Z Checking hickory-resolver v0.25.2
25392026-03-18T21:52:23.044Z Compiling typify-macro v0.4.3
25402026-03-18T21:52:23.172Z Checking tap v1.0.1
25412026-03-18T21:52:23.345Z Checking wyz v0.5.1
25422026-03-18T21:52:23.564Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25432026-03-18T21:52:23.637Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-03-18T21:52:23.784Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25452026-03-18T21:52:23.830Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25462026-03-18T21:52:24.028Z Compiling zerocopy-derive v0.6.6
25472026-03-18T21:52:24.069Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25482026-03-18T21:52:24.182Z Compiling packed_struct v0.10.1
25492026-03-18T21:52:24.225Z Checking funty v2.0.0
25502026-03-18T21:52:24.394Z Checking crc-catalog v2.4.0
25512026-03-18T21:52:24.578Z Checking crc v3.4.0
25522026-03-18T21:52:24.635Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-03-18T21:52:24.730Z Checking bitvec v1.0.1
25542026-03-18T21:52:24.851Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25552026-03-18T21:52:25.082Z Compiling packed_struct_codegen v0.10.1
25562026-03-18T21:52:25.137Z Compiling bitfield-macros v0.19.4
25572026-03-18T21:52:25.172Z Compiling indexmap v1.9.3
25582026-03-18T21:52:25.214Z Checking zerocopy v0.6.6
25592026-03-18T21:52:25.420Z Compiling typify v0.4.3
25602026-03-18T21:52:25.597Z Compiling progenitor-impl v0.10.0
25612026-03-18T21:52:25.687Z Checking nodrop v0.1.14
25622026-03-18T21:52:25.869Z Checking array-init v0.0.4
25632026-03-18T21:52:26.093Z Checking bitfield v0.19.4
25642026-03-18T21:52:26.468Z Checking smallvec v0.6.14
25652026-03-18T21:52:26.598Z Checking hashbrown v0.12.3
25662026-03-18T21:52:26.642Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25672026-03-18T21:52:26.804Z Checking serde-hex v0.1.0
25682026-03-18T21:52:26.878Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25692026-03-18T21:52:26.922Z Checking ron v0.8.1
25702026-03-18T21:52:27.693Z Checking hashbrown v0.13.2
25712026-03-18T21:52:27.735Z Checking crc-any v2.5.0
25722026-03-18T21:52:28.021Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25732026-03-18T21:52:28.143Z Checking path-slash v0.1.5
25742026-03-18T21:52:28.278Z Compiling xshell-macros v0.2.7
25752026-03-18T21:52:28.283Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25762026-03-18T21:52:28.360Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25772026-03-18T21:52:28.363Z Checking object v0.30.4
25782026-03-18T21:52:28.794Z Checking xshell v0.2.7
25792026-03-18T21:52:28.908Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-03-18T21:52:28.958Z Checking half v1.8.3
25812026-03-18T21:52:29.079Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25822026-03-18T21:52:29.260Z Checking serde_cbor v0.11.2
25832026-03-18T21:52:29.415Z Compiling progenitor-macro v0.10.0
25842026-03-18T21:52:29.805Z Compiling num-derive v0.3.3
25852026-03-18T21:52:29.848Z Compiling proc-macro-error-attr2 v2.0.0
25862026-03-18T21:52:30.047Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25872026-03-18T21:52:30.364Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25882026-03-18T21:52:30.406Z Compiling proc-macro-error2 v2.0.1
25892026-03-18T21:52:30.847Z Checking papergrid v0.17.0
25902026-03-18T21:52:30.852Z Compiling tabled_derive v0.11.0
25912026-03-18T21:52:31.008Z Checking libscf-sys v1.1.0
25922026-03-18T21:52:31.221Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25932026-03-18T21:52:31.412Z Checking testing_table v0.3.0
25942026-03-18T21:52:31.555Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25952026-03-18T21:52:31.597Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25962026-03-18T21:52:31.886Z Checking maplit v1.0.2
25972026-03-18T21:52:32.044Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25982026-03-18T21:52:32.132Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25992026-03-18T21:52:32.538Z Checking tabled v0.20.0
26002026-03-18T21:52:32.589Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26012026-03-18T21:52:32.635Z Checking crc8 v0.1.1
26022026-03-18T21:52:32.678Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26032026-03-18T21:52:32.723Z Checking fxhash v0.2.1
26042026-03-18T21:52:32.791Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26052026-03-18T21:52:32.916Z Checking unicase v2.9.0
26062026-03-18T21:52:33.161Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26072026-03-18T21:52:33.725Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26082026-03-18T21:52:33.800Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26092026-03-18T21:52:33.883Z Checking kstat-rs v0.2.4
26102026-03-18T21:52:33.984Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26112026-03-18T21:52:34.164Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26122026-03-18T21:52:34.295Z Compiling parking_lot_core v0.8.6
26132026-03-18T21:52:34.444Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26142026-03-18T21:52:34.489Z Compiling diesel_derives v2.3.7
26152026-03-18T21:52:34.700Z Compiling git-stub v1.0.0
26162026-03-18T21:52:34.814Z Checking scheduled-thread-pool v0.2.7
26172026-03-18T21:52:34.817Z Compiling dsl_auto_type v0.2.0
26182026-03-18T21:52:35.035Z Compiling vergen-gitcl v1.0.8
26192026-03-18T21:52:35.082Z Compiling diesel_table_macro_syntax v0.3.0
26202026-03-18T21:52:35.356Z Checking r2d2 v0.8.10
26212026-03-18T21:52:35.401Z Compiling git-stub-vcs v0.1.0
26222026-03-18T21:52:35.486Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26232026-03-18T21:52:35.532Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26242026-03-18T21:52:35.627Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26252026-03-18T21:52:35.793Z Checking downcast-rs v2.0.2
26262026-03-18T21:52:35.872Z Checking parking_lot v0.11.2
26272026-03-18T21:52:35.918Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26282026-03-18T21:52:36.009Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26292026-03-18T21:52:36.060Z Checking prefix-trie v0.7.0
26302026-03-18T21:52:36.152Z Checking nanorand v0.7.0
26312026-03-18T21:52:36.445Z Checking progenitor v0.10.0
26322026-03-18T21:52:36.489Z Compiling dirs-sys-next v0.1.2
26332026-03-18T21:52:36.549Z Compiling crunchy v0.2.4
26342026-03-18T21:52:36.595Z Checking hickory-server v0.25.2
26352026-03-18T21:52:36.683Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26362026-03-18T21:52:36.743Z Compiling dirs-next v2.0.0
26372026-03-18T21:52:36.788Z Checking flume v0.11.1
26382026-03-18T21:52:36.901Z Checking sled v0.34.7
26392026-03-18T21:52:36.944Z Compiling clang-sys v1.8.1
26402026-03-18T21:52:37.051Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26412026-03-18T21:52:37.146Z Checking hickory-client v0.25.2
26422026-03-18T21:52:37.337Z Compiling tiny-keccak v2.0.2
26432026-03-18T21:52:37.638Z Compiling term v0.7.0
26442026-03-18T21:52:37.731Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26452026-03-18T21:52:37.792Z Compiling bit-vec v0.6.3
26462026-03-18T21:52:37.972Z Compiling salty v0.3.0
26472026-03-18T21:52:38.113Z Compiling bit-set v0.5.3
26482026-03-18T21:52:38.269Z Compiling ascii-canvas v3.0.0
26492026-03-18T21:52:38.418Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26502026-03-18T21:52:38.460Z Checking primeorder v0.13.6
26512026-03-18T21:52:38.633Z Compiling itertools v0.10.5
26522026-03-18T21:52:38.821Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26532026-03-18T21:52:38.942Z Compiling ena v0.14.4
26542026-03-18T21:52:39.096Z Compiling libloading v0.8.9
26552026-03-18T21:52:39.251Z Compiling bindgen v0.71.1
26562026-03-18T21:52:39.405Z Compiling diff v0.1.13
26572026-03-18T21:52:39.666Z Compiling regex-syntax v0.6.29
26582026-03-18T21:52:40.146Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26592026-03-18T21:52:40.451Z Compiling cexpr v0.6.0
26602026-03-18T21:52:40.494Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26612026-03-18T21:52:40.960Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26622026-03-18T21:52:41.391Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26632026-03-18T21:52:41.778Z Compiling lalrpop v0.19.12
26642026-03-18T21:52:41.862Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26652026-03-18T21:52:42.626Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-03-18T21:52:42.767Z Compiling libxml v0.3.3
26672026-03-18T21:52:42.905Z Compiling fs-err v2.11.0
26682026-03-18T21:52:43.259Z Checking diesel v2.3.7
26692026-03-18T21:52:43.299Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26702026-03-18T21:52:43.373Z Checking p384 v0.13.1
26712026-03-18T21:52:43.725Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26722026-03-18T21:52:43.973Z Compiling strum_macros v0.24.3
26732026-03-18T21:52:45.349Z Compiling indoc v1.0.9
26742026-03-18T21:52:46.094Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26752026-03-18T21:52:46.614Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26762026-03-18T21:52:46.795Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-03-18T21:52:46.992Z Checking quick-xml v0.37.5
26782026-03-18T21:52:47.080Z Checking derive_builder v0.20.2
26792026-03-18T21:52:47.266Z Compiling oso-derive v0.27.3
26802026-03-18T21:52:47.688Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26812026-03-18T21:52:47.803Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26822026-03-18T21:52:47.914Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26832026-03-18T21:52:47.956Z Compiling trait-variant v0.1.2
26842026-03-18T21:52:48.276Z Compiling impl-trait-for-tuples v0.2.3
26852026-03-18T21:52:48.707Z Checking parse-size v1.1.0
26862026-03-18T21:52:48.909Z Checking openssl-probe v0.1.6
26872026-03-18T21:52:49.091Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26882026-03-18T21:52:50.198Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26892026-03-18T21:52:50.246Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26902026-03-18T21:52:50.287Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26912026-03-18T21:52:50.547Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26922026-03-18T21:52:50.592Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26932026-03-18T21:52:51.297Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-18T21:52:51.342Z Compiling progenitor-impl v0.11.2
26952026-03-18T21:52:51.655Z Checking assert_matches v1.5.0
26962026-03-18T21:52:52.099Z Compiling mime_guess v2.0.5
26972026-03-18T21:52:52.352Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26982026-03-18T21:52:52.766Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26992026-03-18T21:52:52.848Z Checking predicates-tree v1.0.13
27002026-03-18T21:52:53.034Z Checking progenitor-client v0.11.2
27012026-03-18T21:52:53.080Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27022026-03-18T21:52:53.369Z Checking http-range v0.1.5
27032026-03-18T21:52:53.483Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27042026-03-18T21:52:53.569Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27052026-03-18T21:52:54.196Z Checking atty v0.2.14
27062026-03-18T21:52:55.097Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27072026-03-18T21:52:55.140Z Compiling progenitor-macro v0.11.2
27082026-03-18T21:52:55.632Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27092026-03-18T21:52:56.260Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27102026-03-18T21:52:57.013Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27112026-03-18T21:52:57.104Z Checking bb8 v0.8.6
27122026-03-18T21:52:57.293Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27132026-03-18T21:52:57.505Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27142026-03-18T21:52:57.587Z Checking corncobs v0.1.4
27152026-03-18T21:52:57.717Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27162026-03-18T21:52:57.793Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27172026-03-18T21:52:58.164Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-03-18T21:52:58.652Z Checking hyper-staticfile v0.10.1
27192026-03-18T21:52:58.696Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27202026-03-18T21:52:59.014Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27212026-03-18T21:52:59.078Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27222026-03-18T21:52:59.120Z Checking ignore v0.4.25
27232026-03-18T21:52:59.351Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27242026-03-18T21:52:59.696Z Checking signal-hook-tokio v0.3.1
27252026-03-18T21:52:59.894Z Checking secrecy v0.8.0
27262026-03-18T21:53:00.076Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27272026-03-18T21:53:00.425Z Checking globwalk v0.9.1
27282026-03-18T21:53:00.778Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27292026-03-18T21:53:00.931Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27302026-03-18T21:53:01.474Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27312026-03-18T21:53:01.623Z Checking nonempty v0.12.0
27322026-03-18T21:53:01.721Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-03-18T21:53:01.906Z Checking camino-tempfile-ext v0.3.3
27342026-03-18T21:53:02.076Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27352026-03-18T21:53:02.164Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27362026-03-18T21:53:02.209Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27372026-03-18T21:53:02.309Z Checking progenitor v0.11.2
27382026-03-18T21:53:02.534Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27392026-03-18T21:53:02.717Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27402026-03-18T21:53:03.191Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27412026-03-18T21:53:03.356Z Checking diesel-dtrace v0.5.0
27422026-03-18T21:53:03.669Z Checking async-bb8-diesel v0.2.1
27432026-03-18T21:53:03.713Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27442026-03-18T21:53:04.159Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27452026-03-18T21:53:04.202Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27462026-03-18T21:53:04.742Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27472026-03-18T21:53:05.120Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27482026-03-18T21:53:05.174Z Checking tungstenite v0.23.0
27492026-03-18T21:53:05.670Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27502026-03-18T21:53:05.720Z Checking void v1.0.2
27512026-03-18T21:53:05.785Z Checking tokio-tungstenite v0.23.1
27522026-03-18T21:53:05.895Z Checking lzss v0.8.2
27532026-03-18T21:53:06.154Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27542026-03-18T21:53:06.198Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27552026-03-18T21:53:06.202Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27562026-03-18T21:53:06.468Z Checking nix v0.27.1
27572026-03-18T21:53:07.097Z Checking serde_bytes v0.11.19
27582026-03-18T21:53:07.236Z Checking rand_seeder v0.4.0
27592026-03-18T21:53:07.371Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27602026-03-18T21:53:07.462Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-03-18T21:53:07.859Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27622026-03-18T21:53:07.983Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27632026-03-18T21:53:08.127Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27642026-03-18T21:53:08.770Z Checking is_ci v1.2.0
27652026-03-18T21:53:08.942Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27662026-03-18T21:53:09.209Z Checking yansi v1.0.1
27672026-03-18T21:53:09.252Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27682026-03-18T21:53:09.311Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27692026-03-18T21:53:09.354Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27702026-03-18T21:53:09.591Z Checking pretty_assertions v1.4.1
27712026-03-18T21:53:09.636Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27722026-03-18T21:53:09.802Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27732026-03-18T21:53:09.991Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27742026-03-18T21:53:10.315Z Compiling darling_core v0.23.0
27752026-03-18T21:53:11.666Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27762026-03-18T21:53:11.830Z Compiling indoc v2.0.7
27772026-03-18T21:53:12.014Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27782026-03-18T21:53:12.289Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-03-18T21:53:12.333Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27802026-03-18T21:53:12.463Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-03-18T21:53:12.754Z Compiling instability v0.3.11
27822026-03-18T21:53:13.236Z Compiling libz-sys v1.1.24
27832026-03-18T21:53:13.298Z Checking castaway v0.2.4
27842026-03-18T21:53:13.382Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27852026-03-18T21:53:13.480Z Checking compact_str v0.8.1
27862026-03-18T21:53:13.977Z Compiling darling_macro v0.23.0
27872026-03-18T21:53:14.041Z Checking supports-color v3.0.2
27882026-03-18T21:53:14.246Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27892026-03-18T21:53:14.539Z Checking unicode-truncate v1.1.0
27902026-03-18T21:53:14.688Z Compiling darling v0.23.0
27912026-03-18T21:53:14.764Z Checking lru v0.12.5
27922026-03-18T21:53:14.885Z Checking cassowary v0.3.0
27932026-03-18T21:53:15.078Z Compiling libgit2-sys v0.18.3+1.9.2
27942026-03-18T21:53:15.414Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27952026-03-18T21:53:15.743Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27962026-03-18T21:53:15.829Z Checking ratatui v0.29.0
27972026-03-18T21:53:17.060Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27982026-03-18T21:53:17.344Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27992026-03-18T21:53:17.730Z Compiling vergen-git2 v1.0.7
28002026-03-18T21:53:17.775Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28012026-03-18T21:53:17.819Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-03-18T21:53:18.052Z Checking colored v2.2.0
28032026-03-18T21:53:18.097Z Compiling rustls v0.21.12
28042026-03-18T21:53:18.140Z Checking shell-words v1.1.1
28052026-03-18T21:53:18.335Z Checking plotters-backend v0.3.7
28062026-03-18T21:53:18.520Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-18T21:53:18.576Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28082026-03-18T21:53:18.633Z Checking plotters-svg v0.3.7
28092026-03-18T21:53:18.849Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-03-18T21:53:18.891Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28112026-03-18T21:53:19.126Z Checking rustls-webpki v0.101.7
28122026-03-18T21:53:19.481Z Checking sct v0.7.1
28132026-03-18T21:53:19.614Z Compiling nix v0.29.0
28142026-03-18T21:53:19.698Z Checking cast v0.3.0
28152026-03-18T21:53:19.799Z Checking hex-literal v0.4.1
28162026-03-18T21:53:19.949Z Checking criterion-plot v0.6.0
28172026-03-18T21:53:19.991Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28182026-03-18T21:53:20.433Z Checking plotters v0.3.7
28192026-03-18T21:53:21.524Z Checking erased-serde v0.4.9
28202026-03-18T21:53:22.067Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28212026-03-18T21:53:22.112Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28222026-03-18T21:53:23.123Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28232026-03-18T21:53:24.116Z Checking tinytemplate v1.2.1
28242026-03-18T21:53:24.431Z Checking ordered-float v2.10.1
28252026-03-18T21:53:24.801Z Checking anes v0.1.6
28262026-03-18T21:53:25.083Z Checking oorandom v11.1.5
28272026-03-18T21:53:25.267Z Checking criterion v0.7.0
28282026-03-18T21:53:25.759Z Checking serde-value v0.7.0
28292026-03-18T21:53:26.077Z Checking serde-untagged v0.1.9
28302026-03-18T21:53:26.375Z Checking tokio-rustls v0.24.1
28312026-03-18T21:53:26.932Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28322026-03-18T21:53:27.009Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-03-18T21:53:27.288Z Checking rustls-pemfile v1.0.4
28342026-03-18T21:53:27.505Z Checking twox-hash v2.1.2
28352026-03-18T21:53:27.951Z Checking unicode-xid v0.2.6
28362026-03-18T21:53:28.083Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28372026-03-18T21:53:28.135Z Checking cargo-util-schemas v0.8.2
28382026-03-18T21:53:28.521Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28392026-03-18T21:53:28.748Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-18T21:53:29.402Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28412026-03-18T21:53:29.646Z Checking fatfs v0.3.6
28422026-03-18T21:53:30.307Z Checking cargo-platform v0.2.0
28432026-03-18T21:53:30.554Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28442026-03-18T21:53:30.597Z Compiling petname v2.0.2
28452026-03-18T21:53:31.287Z Compiling seq-macro v0.3.6
28462026-03-18T21:53:32.212Z Checking cargo_metadata v0.21.0
28472026-03-18T21:53:32.529Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28482026-03-18T21:53:32.837Z Checking concurrent-queue v2.5.0
28492026-03-18T21:53:33.115Z Checking rtoolbox v0.0.3
28502026-03-18T21:53:33.273Z Checking parking v2.2.1
28512026-03-18T21:53:33.322Z Checking futures-timer v3.0.3
28522026-03-18T21:53:33.465Z Checking event-listener v5.4.1
28532026-03-18T21:53:33.588Z Checking rpassword v7.4.0
28542026-03-18T21:53:33.806Z Checking tui-tree-widget v0.23.1
28552026-03-18T21:53:33.850Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28562026-03-18T21:53:34.082Z Checking polyval v0.6.2
28572026-03-18T21:53:34.126Z Checking sapling-renderdag v0.1.0
28582026-03-18T21:53:34.316Z Checking sync-ptr v0.1.4
28592026-03-18T21:53:34.358Z Checking ghash v0.5.1
28602026-03-18T21:53:34.492Z Checking event-listener-strategy v0.5.4
28612026-03-18T21:53:34.535Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28622026-03-18T21:53:34.577Z Checking ctr v0.9.2
28632026-03-18T21:53:34.699Z Checking arrayref v0.3.9
28642026-03-18T21:53:34.809Z Checking constant_time_eq v0.4.2
28652026-03-18T21:53:34.852Z Checking arrayvec v0.7.6
28662026-03-18T21:53:34.855Z Checking aes-gcm v0.10.3
28672026-03-18T21:53:35.078Z Checking async-lock v3.4.2
28682026-03-18T21:53:35.129Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28692026-03-18T21:53:35.169Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28702026-03-18T21:53:35.646Z Checking ssh-encoding v0.2.0
28712026-03-18T21:53:35.939Z Checking blowfish v0.9.1
28722026-03-18T21:53:36.178Z Checking bcrypt-pbkdf v0.10.0
28732026-03-18T21:53:36.440Z Checking ssh-cipher v0.2.0
28742026-03-18T21:53:36.483Z Checking async-object-pool v0.2.0
28752026-03-18T21:53:36.669Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28762026-03-18T21:53:36.713Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28772026-03-18T21:53:36.757Z Compiling samael v0.0.19
28782026-03-18T21:53:37.126Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28792026-03-18T21:53:37.506Z Checking serde_regex v1.1.0
28802026-03-18T21:53:37.763Z Checking password-hash v0.4.2
28812026-03-18T21:53:38.001Z Checking assert-json-diff v2.0.2
28822026-03-18T21:53:38.100Z Checking path-tree v0.8.3
28832026-03-18T21:53:38.249Z Checking gimli v0.32.3
28842026-03-18T21:53:38.383Z Compiling target-lexicon v0.13.3
28852026-03-18T21:53:38.888Z Checking stringmetrics v2.2.2
28862026-03-18T21:53:39.116Z Checking httpmock v0.8.3
28872026-03-18T21:53:39.159Z Checking pbkdf2 v0.11.0
28882026-03-18T21:53:39.417Z Checking ssh-key v0.6.7
28892026-03-18T21:53:40.471Z Checking addr2line v0.25.1
28902026-03-18T21:53:40.855Z Checking p256 v0.13.2
28912026-03-18T21:53:41.235Z Checking p521 v0.13.3
28922026-03-18T21:53:42.107Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28932026-03-18T21:53:42.149Z Checking russh-cryptovec v0.7.3
28942026-03-18T21:53:42.361Z Checking rustc-demangle v0.1.27
28952026-03-18T21:53:42.405Z Compiling guppy-workspace-hack v0.1.0
28962026-03-18T21:53:42.670Z Checking md5 v0.7.0
28972026-03-18T21:53:42.714Z Checking backtrace v0.3.76
28982026-03-18T21:53:42.935Z Checking russh-keys v0.45.0
28992026-03-18T21:53:43.084Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29002026-03-18T21:53:43.151Z Checking num-bigint v0.4.6
29012026-03-18T21:53:43.364Z Checking des v0.8.1
29022026-03-18T21:53:43.804Z Compiling blake3 v1.8.3
29032026-03-18T21:53:43.847Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29042026-03-18T21:53:44.301Z Compiling target-spec v3.5.7
29052026-03-18T21:53:44.416Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29062026-03-18T21:53:44.565Z Checking russh v0.45.0
29072026-03-18T21:53:45.210Z Checking cfg-expr v0.20.6
29082026-03-18T21:53:45.301Z Checking backtrace-ext v0.2.1
29092026-03-18T21:53:45.473Z Checking supports-color v2.1.0
29102026-03-18T21:53:45.514Z Checking textwrap v0.15.2
29112026-03-18T21:53:45.680Z Checking supports-hyperlinks v2.1.0
29122026-03-18T21:53:45.765Z Checking supports-unicode v2.1.0
29132026-03-18T21:53:45.825Z Checking hashbrown v0.14.5
29142026-03-18T21:53:45.869Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29152026-03-18T21:53:45.950Z Checking cargo-platform v0.3.2
29162026-03-18T21:53:46.324Z Checking socket2 v0.5.10
29172026-03-18T21:53:46.347Z Checking terminal_size v0.1.17
29182026-03-18T21:53:46.431Z Compiling miette-derive v5.10.0
29192026-03-18T21:53:46.522Z Checking internet-checksum v0.2.1
29202026-03-18T21:53:46.563Z Checking owo-colors v3.5.0
29212026-03-18T21:53:46.715Z Checking chumsky v0.9.3
29222026-03-18T21:53:47.193Z Checking cargo_metadata v0.23.1
29232026-03-18T21:53:47.966Z Checking miette v5.10.0
29242026-03-18T21:53:48.193Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29252026-03-18T21:53:48.235Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29262026-03-18T21:53:48.409Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29272026-03-18T21:53:48.652Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29282026-03-18T21:53:48.818Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29292026-03-18T21:53:48.990Z Checking httptest v0.16.4
29302026-03-18T21:53:49.262Z Compiling git2 v0.20.4
29312026-03-18T21:53:49.305Z Checking pathdiff v0.2.3
29322026-03-18T21:53:49.350Z Compiling knuffel-derive v3.2.0
29332026-03-18T21:53:49.481Z Checking topological-sort v0.2.2
29342026-03-18T21:53:49.525Z Checking nested v0.1.1
29352026-03-18T21:53:49.692Z Checking omicron-zone-package v0.12.2
29362026-03-18T21:53:49.740Z Checking guppy v0.17.25
29372026-03-18T21:53:49.971Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29382026-03-18T21:53:50.276Z Checking similar-asserts v1.7.0
29392026-03-18T21:53:50.509Z Compiling rstest_macros v0.25.0
29402026-03-18T21:53:50.906Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29412026-03-18T21:53:50.949Z Compiling target-triple v1.0.0
29422026-03-18T21:53:51.114Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29432026-03-18T21:53:51.208Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29442026-03-18T21:53:51.444Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29452026-03-18T21:53:51.486Z Checking knuffel v3.2.0
29462026-03-18T21:53:51.729Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29472026-03-18T21:53:52.573Z Checking toml_datetime v1.0.0+spec-1.1.0
29482026-03-18T21:53:52.898Z Compiling relative-path v1.9.3
29492026-03-18T21:53:53.220Z Checking escape8259 v0.5.3
29502026-03-18T21:53:53.354Z Compiling assert_cmd v2.1.2
29512026-03-18T21:53:53.430Z Checking libtest-mimic v0.8.1
29522026-03-18T21:53:53.760Z Checking toml v1.0.3+spec-1.1.0
29532026-03-18T21:53:54.014Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29542026-03-18T21:53:54.133Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29552026-03-18T21:53:54.183Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29562026-03-18T21:53:54.622Z Checking blake2b_simd v1.0.4
29572026-03-18T21:53:55.116Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29582026-03-18T21:53:55.237Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29592026-03-18T21:53:55.629Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29602026-03-18T21:53:55.777Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29612026-03-18T21:53:56.069Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29622026-03-18T21:53:56.332Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29632026-03-18T21:53:56.635Z Checking fancy-regex v0.14.0
29642026-03-18T21:53:56.925Z Checking serde_tokenstream v0.2.3
29652026-03-18T21:53:56.969Z Compiling polar-core v0.27.3
29662026-03-18T21:53:57.175Z Checking uzers v0.12.2
29672026-03-18T21:53:57.262Z Compiling linkme-impl v0.3.35
29682026-03-18T21:53:57.526Z Checking termcolor v1.4.1
29692026-03-18T21:53:57.691Z Checking constant_time_eq v0.3.1
29702026-03-18T21:53:57.859Z Checking rust-argon2 v2.1.0
29712026-03-18T21:53:57.903Z Checking trybuild v1.0.116
29722026-03-18T21:53:58.304Z Checking datatest-stable v0.3.3
29732026-03-18T21:53:58.725Z Checking rstest v0.25.0
29742026-03-18T21:53:58.992Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29752026-03-18T21:53:59.085Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29762026-03-18T21:53:59.384Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29772026-03-18T21:53:59.450Z Checking support-bundle-viewer v0.1.2
29782026-03-18T21:53:59.813Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29792026-03-18T21:54:00.101Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29802026-03-18T21:54:00.384Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29812026-03-18T21:54:00.526Z Checking drift v0.1.3
29822026-03-18T21:54:00.673Z Checking rand_distr v0.5.1
29832026-03-18T21:54:00.986Z Checking multimap v0.10.1
29842026-03-18T21:54:01.263Z Checking approx v0.5.1
29852026-03-18T21:54:01.323Z Compiling linkme v0.3.35
29862026-03-18T21:54:01.487Z Checking dropshot-api-manager v0.6.0
29872026-03-18T21:54:02.929Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29882026-03-18T21:54:03.136Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29892026-03-18T21:54:03.431Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29902026-03-18T21:54:03.737Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29912026-03-18T21:54:03.826Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29922026-03-18T21:54:03.908Z Checking oso v0.27.3
29932026-03-18T21:54:04.125Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29942026-03-18T21:54:04.319Z Checking partial-io v0.5.4
29952026-03-18T21:54:04.364Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29962026-03-18T21:54:04.452Z Checking cargo_toml v0.21.0
29972026-03-18T21:54:04.583Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29982026-03-18T21:54:04.660Z Checking termios v0.3.3
29992026-03-18T21:54:04.870Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30002026-03-18T21:54:05.316Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30012026-03-18T21:54:05.380Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30022026-03-18T21:54:05.662Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30032026-03-18T21:54:07.676Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30042026-03-18T21:54:10.097Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30052026-03-18T21:54:15.166Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30062026-03-18T21:54:17.981Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30072026-03-18T21:54:22.854Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30082026-03-18T21:54:25.841Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30092026-03-18T21:54:31.677Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30102026-03-18T21:54:37.057Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30112026-03-18T21:54:38.258Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30122026-03-18T21:54:38.538Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30132026-03-18T21:54:51.131Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30142026-03-18T21:56:47.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 36s
30152026-03-18T21:56:48.589Z
30162026-03-18T21:56:48.592Zreal 5:40.647727663
30172026-03-18T21:56:48.592Zuser 28:26.949147364
30182026-03-18T21:56:48.592Zsys 5:55.222489940
30192026-03-18T21:56:48.592Ztrap 0.726386242
30202026-03-18T21:56:48.592Ztflt 0.103824765
30212026-03-18T21:56:48.592Zdflt 0.191652123
30222026-03-18T21:56:48.592Zkflt 0.001695959
30232026-03-18T21:56:48.592Zlock 1:20:22.627589540
30242026-03-18T21:56:48.592Zslp 1:17:34.655694711
30252026-03-18T21:56:48.592Zlat 1:59.220981630
30262026-03-18T21:56:48.593Zstop 13:21.739722891
30272026-03-18T21:56:48.593Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30282026-03-18T21:56:48.593Z+ ptime -m cargo doc --workspace --no-deps
30292026-03-18T21:56:49.793Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30302026-03-18T21:56:49.794Z |
30312026-03-18T21:56:49.794Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30322026-03-18T21:56:49.794Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30332026-03-18T21:56:51.110Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-03-18T21:56:51.382Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30352026-03-18T21:56:51.433Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30362026-03-18T21:56:51.521Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372026-03-18T21:56:51.705Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30382026-03-18T21:56:51.734Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30392026-03-18T21:56:51.783Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30402026-03-18T21:56:51.800Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30412026-03-18T21:56:51.887Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30422026-03-18T21:56:51.994Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30432026-03-18T21:56:52.024Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30442026-03-18T21:56:52.083Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30452026-03-18T21:56:52.138Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30462026-03-18T21:56:52.165Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30472026-03-18T21:56:52.224Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30482026-03-18T21:56:52.261Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30492026-03-18T21:56:52.311Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30502026-03-18T21:56:52.334Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30512026-03-18T21:56:52.400Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30522026-03-18T21:56:52.468Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30532026-03-18T21:56:52.728Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30542026-03-18T21:56:53.061Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30552026-03-18T21:56:53.259Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30562026-03-18T21:56:53.311Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30572026-03-18T21:56:53.331Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30582026-03-18T21:56:53.533Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30592026-03-18T21:56:53.574Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30602026-03-18T21:56:53.791Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30612026-03-18T21:56:53.834Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30622026-03-18T21:56:53.945Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30632026-03-18T21:56:54.047Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30642026-03-18T21:56:54.082Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30652026-03-18T21:56:54.320Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30662026-03-18T21:56:54.550Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30672026-03-18T21:56:54.576Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30682026-03-18T21:56:54.604Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30692026-03-18T21:56:54.794Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30702026-03-18T21:56:54.862Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30712026-03-18T21:56:54.934Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30722026-03-18T21:56:55.160Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30732026-03-18T21:56:55.288Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30742026-03-18T21:56:55.577Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30752026-03-18T21:56:55.633Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30762026-03-18T21:56:55.745Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30772026-03-18T21:56:55.787Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30782026-03-18T21:56:55.849Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30792026-03-18T21:56:56.087Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30802026-03-18T21:56:56.118Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30812026-03-18T21:56:56.197Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30822026-03-18T21:56:56.279Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30832026-03-18T21:56:56.372Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30842026-03-18T21:56:56.412Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30852026-03-18T21:56:56.455Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30862026-03-18T21:56:56.629Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30872026-03-18T21:56:56.744Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30882026-03-18T21:56:56.772Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30892026-03-18T21:56:56.802Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30902026-03-18T21:56:56.922Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30912026-03-18T21:56:57.032Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30922026-03-18T21:56:57.071Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30932026-03-18T21:56:57.221Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30942026-03-18T21:56:57.270Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30952026-03-18T21:56:57.346Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30962026-03-18T21:56:57.375Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30972026-03-18T21:56:57.521Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30982026-03-18T21:56:57.597Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30992026-03-18T21:56:57.695Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31002026-03-18T21:56:57.903Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31012026-03-18T21:56:57.960Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31022026-03-18T21:56:57.965Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31032026-03-18T21:56:58.016Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31042026-03-18T21:56:58.234Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31052026-03-18T21:56:58.730Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31062026-03-18T21:56:58.788Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31072026-03-18T21:56:59.775Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31082026-03-18T21:57:00.330Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31092026-03-18T21:57:00.530Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31102026-03-18T21:57:00.618Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31112026-03-18T21:57:00.823Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31122026-03-18T21:57:00.826Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31132026-03-18T21:57:01.078Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31142026-03-18T21:57:01.109Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31152026-03-18T21:57:01.523Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31162026-03-18T21:57:01.703Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31172026-03-18T21:57:01.994Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31182026-03-18T21:57:02.122Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31192026-03-18T21:57:02.152Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31202026-03-18T21:57:02.353Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31212026-03-18T21:57:02.767Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31222026-03-18T21:57:02.974Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31232026-03-18T21:57:03.619Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31242026-03-18T21:57:03.661Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31252026-03-18T21:57:03.711Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31262026-03-18T21:57:04.171Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31272026-03-18T21:57:04.283Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31282026-03-18T21:57:04.752Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31292026-03-18T21:57:05.103Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31302026-03-18T21:57:06.034Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31312026-03-18T21:57:06.162Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31322026-03-18T21:57:06.542Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31332026-03-18T21:57:07.275Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31342026-03-18T21:57:07.310Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31352026-03-18T21:57:07.755Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31362026-03-18T21:57:07.784Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31372026-03-18T21:57:08.082Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31382026-03-18T21:57:08.145Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31392026-03-18T21:57:08.178Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31402026-03-18T21:57:08.181Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31412026-03-18T21:57:08.587Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31422026-03-18T21:57:08.620Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31432026-03-18T21:57:08.652Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31442026-03-18T21:57:08.813Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31452026-03-18T21:57:08.853Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31462026-03-18T21:57:09.288Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31472026-03-18T21:57:09.347Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31482026-03-18T21:57:09.837Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31492026-03-18T21:57:10.371Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31502026-03-18T21:57:10.991Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31512026-03-18T21:57:11.828Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31522026-03-18T21:57:12.211Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31532026-03-18T21:57:12.390Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31542026-03-18T21:57:12.568Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31552026-03-18T21:57:12.764Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31562026-03-18T21:57:12.947Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31572026-03-18T21:57:13.459Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31582026-03-18T21:57:13.509Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31592026-03-18T21:57:13.832Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31602026-03-18T21:57:13.867Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31612026-03-18T21:57:14.018Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31622026-03-18T21:57:15.722Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31632026-03-18T21:57:15.753Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31642026-03-18T21:57:15.828Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31652026-03-18T21:57:16.454Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31662026-03-18T21:57:17.085Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31672026-03-18T21:57:18.602Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31682026-03-18T21:57:18.845Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31692026-03-18T21:57:19.702Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31702026-03-18T21:57:20.134Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31712026-03-18T21:57:20.450Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31722026-03-18T21:57:20.491Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31732026-03-18T21:57:20.651Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31742026-03-18T21:57:20.768Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31752026-03-18T21:57:21.166Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31762026-03-18T21:57:21.506Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31772026-03-18T21:57:22.717Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31782026-03-18T21:57:23.909Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-03-18T21:57:24.702Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31802026-03-18T21:57:25.474Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31812026-03-18T21:57:27.300Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31822026-03-18T21:57:27.880Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31832026-03-18T21:57:29.721Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31842026-03-18T21:57:30.548Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31852026-03-18T21:57:30.859Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31862026-03-18T21:57:31.764Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31872026-03-18T21:57:31.847Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31882026-03-18T21:57:32.574Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31892026-03-18T21:57:32.678Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31902026-03-18T21:57:34.078Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31912026-03-18T21:57:34.597Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31922026-03-18T21:57:34.769Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31932026-03-18T21:57:36.263Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31942026-03-18T21:57:36.303Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31952026-03-18T21:57:36.390Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31962026-03-18T21:57:37.171Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31972026-03-18T21:57:37.267Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31982026-03-18T21:57:37.344Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31992026-03-18T21:57:37.399Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32002026-03-18T21:57:37.511Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32012026-03-18T21:57:38.074Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32022026-03-18T21:57:38.311Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32032026-03-18T21:57:38.646Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32042026-03-18T21:57:38.989Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32052026-03-18T21:57:39.204Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32062026-03-18T21:57:39.867Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32072026-03-18T21:57:40.008Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32082026-03-18T21:57:40.165Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32092026-03-18T21:57:40.876Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32102026-03-18T21:57:41.786Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32112026-03-18T21:57:42.914Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32122026-03-18T21:57:43.153Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132026-03-18T21:57:47.692Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32142026-03-18T21:57:49.665Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32152026-03-18T21:57:50.464Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32162026-03-18T21:57:50.834Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32172026-03-18T21:57:51.962Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-03-18T21:57:54.115Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32192026-03-18T21:57:55.795Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32202026-03-18T21:57:57.446Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32212026-03-18T21:57:58.248Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32222026-03-18T21:58:02.928Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32232026-03-18T21:58:03.009Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32242026-03-18T21:58:03.036Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32252026-03-18T21:58:03.531Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32262026-03-18T21:58:03.721Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32272026-03-18T21:58:05.893Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32282026-03-18T21:58:07.175Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32292026-03-18T21:58:07.808Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32302026-03-18T21:58:08.906Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32312026-03-18T21:58:12.869Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32322026-03-18T21:58:13.859Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32332026-03-18T21:58:15.179Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32342026-03-18T21:58:16.298Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32352026-03-18T21:58:17.289Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32362026-03-18T21:58:18.292Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32372026-03-18T21:58:19.227Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32382026-03-18T21:58:21.395Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32392026-03-18T21:58:22.869Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32402026-03-18T21:58:22.947Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32412026-03-18T21:58:23.933Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32422026-03-18T21:58:25.066Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32432026-03-18T21:58:26.198Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32442026-03-18T21:58:27.316Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32452026-03-18T21:58:32.109Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32462026-03-18T21:58:35.168Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32472026-03-18T21:58:36.527Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32482026-03-18T21:58:37.926Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32492026-03-18T21:58:38.552Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32502026-03-18T21:58:40.065Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32512026-03-18T21:58:41.241Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32522026-03-18T21:58:44.943Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32532026-03-18T21:58:45.649Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32542026-03-18T21:58:46.483Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32552026-03-18T21:58:48.289Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32562026-03-18T21:58:49.943Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32572026-03-18T21:58:53.023Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32582026-03-18T21:58:53.776Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32592026-03-18T21:58:56.009Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32602026-03-18T21:58:57.844Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32612026-03-18T21:59:00.755Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32622026-03-18T21:59:02.305Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32632026-03-18T21:59:04.808Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32642026-03-18T21:59:06.766Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32652026-03-18T21:59:11.947Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32662026-03-18T21:59:14.082Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32672026-03-18T21:59:14.512Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32682026-03-18T21:59:16.431Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32692026-03-18T21:59:18.877Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32702026-03-18T21:59:21.306Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32712026-03-18T21:59:23.777Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32722026-03-18T21:59:26.595Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32732026-03-18T21:59:29.012Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32742026-03-18T21:59:31.861Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32752026-03-18T21:59:35.410Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32762026-03-18T21:59:36.445Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32772026-03-18T21:59:38.859Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32782026-03-18T21:59:42.481Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32792026-03-18T21:59:43.732Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32802026-03-18T21:59:45.891Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32812026-03-18T21:59:48.626Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32822026-03-18T21:59:50.867Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32832026-03-18T21:59:53.242Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32842026-03-18T21:59:55.850Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32852026-03-18T21:59:58.337Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32862026-03-18T22:00:00.938Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32872026-03-18T22:00:03.514Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32882026-03-18T22:00:06.072Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32892026-03-18T22:00:08.495Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32902026-03-18T22:00:11.554Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32912026-03-18T22:00:13.815Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32922026-03-18T22:00:16.469Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32932026-03-18T22:00:19.135Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32942026-03-18T22:00:21.633Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32952026-03-18T22:00:27.443Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32962026-03-18T22:00:30.324Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32972026-03-18T22:00:33.153Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32982026-03-18T22:00:35.985Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32992026-03-18T22:00:38.897Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33002026-03-18T22:00:41.632Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33012026-03-18T22:00:44.339Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33022026-03-18T22:00:47.271Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33032026-03-18T22:00:50.212Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33042026-03-18T22:00:52.992Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33052026-03-18T22:00:56.107Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33062026-03-18T22:00:58.569Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33072026-03-18T22:01:01.987Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33082026-03-18T22:01:04.304Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33092026-03-18T22:01:07.131Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33102026-03-18T22:01:09.941Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33112026-03-18T22:01:12.784Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33122026-03-18T22:01:15.624Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33132026-03-18T22:01:18.708Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33142026-03-18T22:01:21.343Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33152026-03-18T22:01:24.204Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33162026-03-18T22:01:28.838Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33172026-03-18T22:01:29.970Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33182026-03-18T22:01:32.713Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33192026-03-18T22:01:35.733Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33202026-03-18T22:01:38.627Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33212026-03-18T22:01:41.857Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33222026-03-18T22:01:44.672Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33232026-03-18T22:01:47.766Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33242026-03-18T22:01:50.652Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33252026-03-18T22:01:53.757Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33262026-03-18T22:01:56.825Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33272026-03-18T22:01:59.921Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33282026-03-18T22:02:02.988Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33292026-03-18T22:02:06.304Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33302026-03-18T22:02:09.383Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33312026-03-18T22:02:12.488Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33322026-03-18T22:02:15.581Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33332026-03-18T22:02:18.647Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33342026-03-18T22:02:21.815Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33352026-03-18T22:02:24.993Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33362026-03-18T22:02:28.647Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33372026-03-18T22:02:31.671Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33382026-03-18T22:02:34.800Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33392026-03-18T22:02:40.224Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33402026-03-18T22:02:47.383Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33412026-03-18T22:02:47.560Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33422026-03-18T22:02:51.545Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33432026-03-18T22:02:55.577Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33442026-03-18T22:02:59.771Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33452026-03-18T22:03:03.969Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33462026-03-18T22:03:09.964Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33472026-03-18T22:03:13.403Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33482026-03-18T22:03:17.946Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33492026-03-18T22:03:22.531Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33502026-03-18T22:03:27.129Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33512026-03-18T22:03:31.610Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33522026-03-18T22:03:36.334Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33532026-03-18T22:03:40.857Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33542026-03-18T22:03:45.400Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33552026-03-18T22:03:49.932Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33562026-03-18T22:03:54.647Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-03-18T22:03:59.144Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33582026-03-18T22:04:03.716Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33592026-03-18T22:04:08.431Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33602026-03-18T22:04:12.977Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33612026-03-18T22:04:17.661Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33622026-03-18T22:04:54.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 05s
33632026-03-18T22:04:54.644Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33642026-03-18T22:04:54.761Z
33652026-03-18T22:04:54.764Zreal 8:05.934814732
33662026-03-18T22:04:54.764Zuser 23:49.014440747
33672026-03-18T22:04:54.765Zsys 4:27.923121113
33682026-03-18T22:04:54.765Ztrap 0.405434466
33692026-03-18T22:04:54.765Ztflt 0.018543160
33702026-03-18T22:04:54.765Zdflt 0.013286013
33712026-03-18T22:04:54.765Zkflt 0.000030797
33722026-03-18T22:04:54.765Zlock 7:17:41.302885819
33732026-03-18T22:04:54.765Zslp 2:41:15.979593304
33742026-03-18T22:04:54.765Zlat 31.978180134
33752026-03-18T22:04:54.765Zstop 1:56.740004532
33762026-03-18T22:04:54.765Zprocess exited: duration 1084527 ms, exit code 0
 
33772026-03-18T22:04:54.772Zfound 0 output files