01KP4C3S5MR2ETR4HT7XZFMN1Z: clippy (helios)

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

Buildomat Job: 01KP4C4304X49MZ2344DYTG4ZE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-13T21:32:40.426Zjob assigned to worker 01KP4C46F3G0WZJHES269B4YB3 [factory aws, i-0c234104ae765c36e] (queued for 48 s)
 
22026-04-13T21:32:46.809Zstarting task 0: "setup"
32026-04-13T21:32:46.813Z++ uname -s
42026-04-13T21:32:46.816Z+ kern=SunOS
52026-04-13T21:32:46.816Z+ build_user=build
62026-04-13T21:32:46.816Z+ build_uid=12345
72026-04-13T21:32:46.816Z+ work_dir=/work
82026-04-13T21:32:46.816Z+ input_dir=/input
92026-04-13T21:32:46.816Z+ [[ 0 == 12345 ]]
102026-04-13T21:32:46.816Z+ case "$kern" in
112026-04-13T21:32:46.816Z+ groupadd -g 12345 build
122026-04-13T21:32:46.816Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-13T21:32:48.823Z+ zfs create -o mountpoint=/work rpool/work
142026-04-13T21:32:48.936Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-13T21:32:48.939Z+ home_fs=zfs
162026-04-13T21:32:48.939Z+ [[ zfs == autofs ]]
172026-04-13T21:32:48.939Z+ mkdir -p /home/build
182026-04-13T21:32:48.939Z+ chown build:build /home/build /work
192026-04-13T21:32:50.940Z+ chmod 0700 /home/build /work
202026-04-13T21:32:50.943Zprocess exited: duration 4135 ms, exit code 0
 
212026-04-13T21:32:50.950Zstarting task 1: "rust-toolchain"
222026-04-13T21:32:50.954Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-13T21:32:50.954Z * rust toolchain channel = "1.94.0"
242026-04-13T21:32:50.954Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-13T21:32:50.954Z * rust toolchain profile = "default"
262026-04-13T21:32:50.954Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-13T21:32:50.954Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-13T21:32:50.958Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-13T21:32:50.958Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-13T21:32:51.044Zinfo: downloading installer
312026-04-13T21:32:52.532Zwarn: It looks like you have an existing installation of Rust at:
322026-04-13T21:32:52.532Zwarn: /opt/ooce/bin
332026-04-13T21:32:52.532Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-13T21:32:52.532Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-13T21:32:52.532Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-13T21:32:52.532Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-13T21:32:52.532Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-13T21:32:52.532Zerror: cannot install while Rust is installed
392026-04-13T21:32:52.532Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-13T21:32:52.532Zwarn: It looks like you have an existing rustup settings file at:
412026-04-13T21:32:52.532Zwarn: /home/build/.rustup/settings.toml
422026-04-13T21:32:52.532Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-13T21:32:52.532Zwarn: instead of the one inferred from the default host triple.
442026-04-13T21:32:52.565Zinfo: profile set to default
452026-04-13T21:32:52.565Zinfo: default host triple is x86_64-unknown-illumos
462026-04-13T21:32:52.568Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-13T21:32:52.699Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-13T21:32:52.703Zinfo: downloading 6 components
492026-04-13T21:33:06.744Z
502026-04-13T21:33:06.744Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-13T21:33:06.772Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-13T21:33:06.772Z
532026-04-13T21:33:06.776Z
542026-04-13T21:33:06.776ZRust is installed now. Great!
552026-04-13T21:33:06.776Z
562026-04-13T21:33:06.776ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-13T21:33:06.776Zenvironment variable. This has not been done automatically.
582026-04-13T21:33:06.776Z
592026-04-13T21:33:06.776ZTo configure your current shell, you need to source
602026-04-13T21:33:06.776Zthe corresponding env file under $HOME/.cargo.
612026-04-13T21:33:06.776Z
622026-04-13T21:33:06.776ZThis is usually done by running one of the following (note the leading DOT):
632026-04-13T21:33:06.776Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-13T21:33:06.776Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-13T21:33:06.776Zsource "~/.cargo/env.nu" # For nushell
662026-04-13T21:33:06.776Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-13T21:33:06.776Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-13T21:33:06.776Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-13T21:33:06.776Zwarn: no default linker (`cc`) was found in your PATH
702026-04-13T21:33:06.776Zwarn: many Rust crates require a system C toolchain to build
712026-04-13T21:33:06.858Z+ rustup --version
722026-04-13T21:33:06.867Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-13T21:33:06.870Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-13T21:33:06.889Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-13T21:33:06.892Z+ cargo --version
762026-04-13T21:33:06.904Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-13T21:33:06.907Z+ rustc --version
782026-04-13T21:33:06.927Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-13T21:33:06.931Zprocess exited: duration 15978 ms, exit code 0
 
802026-04-13T21:33:06.937Zstarting task 2: "authentication"
812026-04-13T21:33:06.953Zprocess exited: duration 16 ms, exit code 0
 
822026-04-13T21:33:06.959Zstarting task 3: "clone repository"
832026-04-13T21:33:06.963Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-13T21:33:06.966Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-13T21:33:07.011ZCloning into '/work/oxidecomputer/omicron'...
862026-04-13T21:33:17.923Z+ cd /work/oxidecomputer/omicron
872026-04-13T21:33:17.923Z+ git fetch origin 2de9271e912e9e63abd00d905268b2dc75bd9f23
882026-04-13T21:33:18.233ZFrom https://github.com/oxidecomputer/omicron
892026-04-13T21:33:18.233Z * branch 2de9271e912e9e63abd00d905268b2dc75bd9f23 -> FETCH_HEAD
902026-04-13T21:33:18.242Z+ [[ -n spr/papertigers/bump-propolis-to-bc489dd-propolis-lifecycle-fix ]]
912026-04-13T21:33:18.245Z++ git branch --show-current
922026-04-13T21:33:18.245Z+ current=main
932026-04-13T21:33:18.245Z+ [[ main != spr/papertigers/bump-propolis-to-bc489dd-propolis-lifecycle-fix ]]
942026-04-13T21:33:18.245Z+ git branch -f spr/papertigers/bump-propolis-to-bc489dd-propolis-lifecycle-fix 2de9271e912e9e63abd00d905268b2dc75bd9f23
952026-04-13T21:33:18.248Z+ git checkout -f spr/papertigers/bump-propolis-to-bc489dd-propolis-lifecycle-fix
962026-04-13T21:33:18.484ZSwitched to branch 'spr/papertigers/bump-propolis-to-bc489dd-propolis-lifecycle-fix'
972026-04-13T21:33:18.488Z+ git reset --hard 2de9271e912e9e63abd00d905268b2dc75bd9f23
982026-04-13T21:33:18.501ZHEAD is now at 2de9271e9 [jj-spr] initial version
992026-04-13T21:33:18.505Zprocess exited: duration 11542 ms, exit code 0
 
1002026-04-13T21:33:18.512Zstarting task 4: "build"
1012026-04-13T21:33:18.516Z+ source ./env.sh
1022026-04-13T21:33:18.516Z++ OLD_SHELL_OPTS=ehxB
1032026-04-13T21:33:18.516Z++ set -o xtrace
1042026-04-13T21:33:18.519Z++++ dirname ./env.sh
1052026-04-13T21:33:18.522Z+++ readlink -f .
1062026-04-13T21:33:18.522Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-13T21:33:18.522Z++ 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-04-13T21:33:18.522Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-13T21:33:18.522Z++ 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-04-13T21:33:18.522Z++ 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-04-13T21:33:18.522Z++ 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-04-13T21:33:18.522Z++ 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-04-13T21:33:18.522Z++ 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-04-13T21:33:18.522Z++ 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-04-13T21:33:18.522Z++ case $OLD_SHELL_OPTS in
1162026-04-13T21:33:18.522Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-13T21:33:18.522Z+ source .github/buildomat/ci-env.sh
1182026-04-13T21:33:18.522Z++ export CARGO_TERM_COLOR=always
1192026-04-13T21:33:18.522Z++ CARGO_TERM_COLOR=always
1202026-04-13T21:33:18.522Z+ cargo --version
1212026-04-13T21:33:18.532Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-13T21:33:18.535Z+ rustc --version
1232026-04-13T21:33:18.554Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-13T21:33:18.558Z+ banner prerequisites
1252026-04-13T21:33:18.561Z
1262026-04-13T21:33:18.561Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-13T21:33:18.561Z # # # # # # # # # # # # # # #
1282026-04-13T21:33:18.561Z # # # # ##### # # ##### # # # # # #### #
1292026-04-13T21:33:18.561Z ##### ##### # ##### # # # # # # # # #
1302026-04-13T21:33:18.561Z # # # # # # # # # # # # # # #
1312026-04-13T21:33:18.561Z # # # ###### # # ###### ### # #### # #### #
1322026-04-13T21:33:18.561Z
1332026-04-13T21:33:18.561Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-13T21:33:27.262Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-13T21:33:34.375Z Startup: Caching catalogs ... Done
1362026-04-13T21:33:39.518ZPlanning: Solver setup ... Done (3.797s)
1372026-04-13T21:33:39.545ZPlanning: Running solver ... Done (0.027s)
1382026-04-13T21:33:39.669ZPlanning: Finding local manifests ... Done (0.003s)
1392026-04-13T21:33:39.689ZPlanning: Fetching manifests: 0/4 0% complete
1402026-04-13T21:33:39.799ZPlanning: Fetching manifests: 4/4 100% complete
1412026-04-13T21:33:40.134ZPlanning: Package planning ... Done (0.334s)
1422026-04-13T21:33:40.161ZPlanning: Merging actions ... Done (0.028s)
1432026-04-13T21:33:40.338ZPlanning: Checking for conflicting actions ... Done (0.177s)
1442026-04-13T21:33:40.346ZPlanning: Consolidating action changes ... Done (0.007s)
1452026-04-13T21:33:41.118ZPlanning: Evaluating mediators ... Done (0.772s)
1462026-04-13T21:33:41.124ZPlanning: Planning completed in 6.59 seconds
1472026-04-13T21:33:41.135Z Packages to install: 4
1482026-04-13T21:33:41.135Z Mediators to change: 2
1492026-04-13T21:33:41.139Z Services to change: 1
1502026-04-13T21:33:41.139Z Estimated space available: 155.34 GB
1512026-04-13T21:33:41.139ZEstimated space to be consumed: 1.85 GB
1522026-04-13T21:33:41.139Z Create boot environment: No
1532026-04-13T21:33:41.139ZCreate backup boot environment: No
1542026-04-13T21:33:41.139Z Rebuild boot archive: No
1552026-04-13T21:33:41.139Z
1562026-04-13T21:33:41.139ZChanged mediators:
1572026-04-13T21:33:41.139Z mediator clang:
1582026-04-13T21:33:41.139Z version: None -> 15 (system default)
1592026-04-13T21:33:41.139Z
1602026-04-13T21:33:41.139Z mediator llvm:
1612026-04-13T21:33:41.139Z version: 14 (system default) -> 15 (system default)
1622026-04-13T21:33:41.139Z
1632026-04-13T21:33:41.139ZChanged packages:
1642026-04-13T21:33:41.139Zhelios-dev
1652026-04-13T21:33:41.139Z developer/build-essential
1662026-04-13T21:33:41.139Z None -> 11-2.0
1672026-04-13T21:33:41.139Z library/libxmlsec1
1682026-04-13T21:33:41.139Z None -> 1.2.35-2.0
1692026-04-13T21:33:41.139Z ooce/developer/clang-15
1702026-04-13T21:33:41.139Z None -> 15.0.7-2.0
1712026-04-13T21:33:41.139Z ooce/developer/llvm-15
1722026-04-13T21:33:41.139Z None -> 15.0.7-2.0
1732026-04-13T21:33:41.139Z
1742026-04-13T21:33:41.139ZServices:
1752026-04-13T21:33:41.140Z restart_fmri:
1762026-04-13T21:33:41.140Z svc:/system/update-man-index:default
1772026-04-13T21:33:41.178Z
1782026-04-13T21:33:41.178ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-04-13T21:33:46.179ZDownload: 1440/3290 items 115.2/212.6MB 54% complete (23.3M/s)
1802026-04-13T21:33:51.181ZDownload: 2458/3290 items 120.1/212.6MB 56% complete (12.2M/s)
1812026-04-13T21:33:56.534ZDownload: 3281/3290 items 211.0/212.6MB 99% complete (12.8M/s)
1822026-04-13T21:33:58.888ZDownload: Completed 212.60 MB in 17.71 seconds (12.0M/s)
1832026-04-13T21:33:59.022Z Actions: 1/3689 actions (Installing new actions)
1842026-04-13T21:34:02.217Z Actions: Completed 3689 actions in 3.19 seconds.
1852026-04-13T21:34:02.513Z Done (0.293s)
1862026-04-13T21:34:02.514Z Done (0.000s)
1872026-04-13T21:34:03.241Z Done (0.727s)
1882026-04-13T21:34:06.454Z Done (2.869s)
1892026-04-13T21:34:06.528Z Done (0.012s)
1902026-04-13T21:34:06.531Z Done (0.000s)
1912026-04-13T21:34:06.807Z Done (0.000s)
1922026-04-13T21:34:07.637ZPlanning: Evaluating mediator changes ... Done
1932026-04-13T21:34:07.744ZPlanning: Checking for conflicting actions ... Done
1942026-04-13T21:34:07.747ZPlanning: Consolidating action changes ... Done
1952026-04-13T21:34:07.907ZPlanning: Evaluating mediators ... Done
1962026-04-13T21:34:07.910ZPlanning: Planning completed in 0.27 seconds
1972026-04-13T21:34:07.927Z Mediators to change: 2
1982026-04-13T21:34:07.927Z Create boot environment: No
1992026-04-13T21:34:07.927ZCreate backup boot environment: No
2002026-04-13T21:34:08.005Z Done
2012026-04-13T21:34:08.005Z Done
2022026-04-13T21:34:08.607Z Done
2032026-04-13T21:34:11.130Z Done
2042026-04-13T21:34:11.202Z Done
2052026-04-13T21:34:11.206Z Done
2062026-04-13T21:34:11.398Z Done
2072026-04-13T21:34:11.799ZPlanning: Evaluating mediator changes ... Done
2082026-04-13T21:34:11.802ZPlanning: Merging actions ... Done
2092026-04-13T21:34:11.942ZPlanning: Checking for conflicting actions ... Done
2102026-04-13T21:34:11.945ZPlanning: Consolidating action changes ... Done
2112026-04-13T21:34:12.083ZPlanning: Evaluating mediators ... Done
2122026-04-13T21:34:12.111ZPlanning: Planning completed in 0.45 seconds
2132026-04-13T21:34:12.133Z Packages to change: 1
2142026-04-13T21:34:12.134Z Mediators to change: 1
2152026-04-13T21:34:12.134Z Services to change: 1
2162026-04-13T21:34:12.134Z Create boot environment: No
2172026-04-13T21:34:12.134ZCreate backup boot environment: Yes
2182026-04-13T21:34:14.394Z Actions: 1/6 actions (Updating modified actions)
2192026-04-13T21:34:14.397Z Actions: Completed 6 actions in 0.00 seconds.
2202026-04-13T21:34:14.397Z Done
2212026-04-13T21:34:14.397Z Done
2222026-04-13T21:34:14.534Z Done
2232026-04-13T21:34:17.118Z Done
2242026-04-13T21:34:17.190Z Done
2252026-04-13T21:34:17.193Z Done
2262026-04-13T21:34:17.346Z Done
2272026-04-13T21:34:17.634ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-04-13T21:34:17.634Zclang system 15 system
2292026-04-13T21:34:17.634Zcsh system system illumos
2302026-04-13T21:34:17.634Zctags system system illumos
2312026-04-13T21:34:17.634Zfile system system illumos
2322026-04-13T21:34:17.635Zgcc vendor 12 vendor
2332026-04-13T21:34:17.635Zgcc system 14 system
2342026-04-13T21:34:17.635Zgcc system 10 system
2352026-04-13T21:34:17.635Zgo system 1.20 system
2362026-04-13T21:34:17.635Zgo system 1.19 system
2372026-04-13T21:34:17.635Zllvm system 15 system
2382026-04-13T21:34:17.635Zllvm system 14 system
2392026-04-13T21:34:17.635Zmariadb system 10.6 system
2402026-04-13T21:34:17.635Zmta vendor vendor dma
2412026-04-13T21:34:17.635Zopenjdk system 17 system
2422026-04-13T21:34:17.635Zopenjdk system 11 system
2432026-04-13T21:34:17.635Zopenjdk system 1.8 system
2442026-04-13T21:34:17.635Zopenssl vendor 3 vendor
2452026-04-13T21:34:17.635Zperl system 5.36 system
2462026-04-13T21:34:17.635Zpostgresql system 15 system
2472026-04-13T21:34:17.635Zpostgresql system 13 system
2482026-04-13T21:34:17.635Zpython vendor 3 vendor
2492026-04-13T21:34:17.635Zpython system 2 system
2502026-04-13T21:34:17.635Zpython3 system 3.11 system
2512026-04-13T21:34:17.635Zruby system 3.0 system
2522026-04-13T21:34:17.635Zwords vendor vendor american-english
2532026-04-13T21:34:17.635Zwords system system australian-english
2542026-04-13T21:34:17.635Zwords system system british-english
2552026-04-13T21:34:17.635Zwords system system canadian-english
2562026-04-13T21:34:17.635Zwords system system french
2572026-04-13T21:34:17.635Zwords system system italian
2582026-04-13T21:34:17.635Zwords system system ngerman
2592026-04-13T21:34:17.635Zwords system system ogerman
2602026-04-13T21:34:17.635Zwords system system spanish
2612026-04-13T21:34:17.861ZPUBLISHER TYPE STATUS P LOCATION
2622026-04-13T21:34:17.861Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-04-13T21:34:22.417ZFMRI IFO
2642026-04-13T21:34:22.417Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-04-13T21:34:22.417Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-04-13T21:34:22.417Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-04-13T21:34:22.417Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-04-13T21:34:22.417Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-04-13T21:34:22.417Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-04-13T21:34:22.417Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-04-13T21:34:22.417Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-04-13T21:34:22.417Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-04-13T21:34:22.417Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-04-13T21:34:22.417Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-04-13T21:34:22.417Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-04-13T21:34:22.417Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-04-13T21:34:22.417Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-04-13T21:34:22.417Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-04-13T21:34:22.417Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-04-13T21:34:23.528Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-04-13T21:34:23.797Z Updating crates.io index
2822026-04-13T21:34:23.800Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-04-13T21:34:24.085Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-04-13T21:34:25.047Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-04-13T21:34:25.684Z Updating git repository `https://github.com/oxidecomputer/propolis`
2862026-04-13T21:34:27.181Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-04-13T21:34:27.664Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-04-13T21:34:29.045Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-04-13T21:34:29.940Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-04-13T21:34:30.264Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-04-13T21:34:31.015Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-04-13T21:34:31.424Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-04-13T21:34:31.819Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-04-13T21:34:32.174Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-04-13T21:34:33.304Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-04-13T21:34:33.765Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-04-13T21:34:34.128Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-04-13T21:34:34.442Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-04-13T21:34:34.834Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-04-13T21:34:35.108Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-04-13T21:34:35.340Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-04-13T21:34:35.588Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-04-13T21:34:36.011Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-04-13T21:34:36.536Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-04-13T21:34:36.939Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-04-13T21:34:37.392Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-04-13T21:34:37.708Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-04-13T21:34:37.964Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3092026-04-13T21:34:38.924Z Updating git repository `https://github.com/oxidecomputer/crucible`
3102026-04-13T21:34:39.711Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-04-13T21:34:40.173Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-04-13T21:34:40.445Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-04-13T21:34:40.734Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-04-13T21:34:41.056Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-04-13T21:34:41.337Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-04-13T21:34:41.794Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-04-13T21:34:42.019Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-04-13T21:34:42.302Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-04-13T21:34:42.581Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-04-13T21:34:54.211Z Downloading crates ...
3212026-04-13T21:34:54.268Z Downloaded plain v0.2.3
3222026-04-13T21:34:54.272Z Downloaded cargo_toml v0.21.0
3232026-04-13T21:34:54.272Z Downloaded anstyle v1.0.13
3242026-04-13T21:34:54.275Z Downloaded anstream v0.6.21
3252026-04-13T21:34:54.278Z Downloaded serde_spanned v0.6.9
3262026-04-13T21:34:54.278Z Downloaded digest v0.10.7
3272026-04-13T21:34:54.278Z Downloaded quote v1.0.44
3282026-04-13T21:34:54.281Z Downloaded toml_datetime v0.6.11
3292026-04-13T21:34:54.281Z Downloaded colorchoice v1.0.4
3302026-04-13T21:34:54.284Z Downloaded generic-array v0.14.7
3312026-04-13T21:34:54.287Z Downloaded memmap v0.7.0
3322026-04-13T21:34:54.287Z Downloaded fs-err v3.3.0
3332026-04-13T21:34:54.287Z Downloaded thiserror-impl v2.0.18
3342026-04-13T21:34:54.291Z Downloaded fnv v1.0.7
3352026-04-13T21:34:54.294Z Downloaded dof v0.3.0
3362026-04-13T21:34:54.295Z Downloaded form_urlencoded v1.2.2
3372026-04-13T21:34:54.295Z Downloaded thiserror v1.0.69
3382026-04-13T21:34:54.298Z Downloaded typeid v1.0.3
3392026-04-13T21:34:54.298Z Downloaded zerofrom v0.1.6
3402026-04-13T21:34:54.298Z Downloaded toml v0.8.23
3412026-04-13T21:34:54.301Z Downloaded proc-macro2 v1.0.106
3422026-04-13T21:34:54.301Z Downloaded usdt v0.5.0
3432026-04-13T21:34:54.301Z Downloaded usdt-attr-macro v0.5.0
3442026-04-13T21:34:54.301Z Downloaded thread-id v4.2.2
3452026-04-13T21:34:54.304Z Downloaded dtrace-parser v0.2.0
3462026-04-13T21:34:54.304Z Downloaded clap_derive v4.5.55
3472026-04-13T21:34:54.307Z Downloaded utf8parse v0.2.2
3482026-04-13T21:34:54.310Z Downloaded swrite v0.1.0
3492026-04-13T21:34:54.310Z Downloaded idna_adapter v1.2.1
3502026-04-13T21:34:54.310Z Downloaded utf8_iter v1.0.4
3512026-04-13T21:34:54.310Z Downloaded unicode-linebreak v0.1.5
3522026-04-13T21:34:54.313Z Downloaded percent-encoding v2.3.2
3532026-04-13T21:34:54.313Z Downloaded serde-value v0.7.0
3542026-04-13T21:34:54.318Z Downloaded zerofrom-derive v0.1.6
3552026-04-13T21:34:54.318Z Downloaded synstructure v0.13.2
3562026-04-13T21:34:54.318Z Downloaded usdt-macro v0.5.0
3572026-04-13T21:34:54.318Z Downloaded cargo_metadata v0.21.0
3582026-04-13T21:34:54.321Z Downloaded version_check v0.9.5
3592026-04-13T21:34:54.321Z Downloaded cargo-platform v0.2.0
3602026-04-13T21:34:54.325Z Downloaded heck v0.4.1
3612026-04-13T21:34:54.325Z Downloaded toml_write v0.1.2
3622026-04-13T21:34:54.325Z Downloaded yoke-derive v0.8.1
3632026-04-13T21:34:54.325Z Downloaded unicode-xid v0.2.6
3642026-04-13T21:34:54.328Z Downloaded camino-tempfile v1.4.1
3652026-04-13T21:34:54.328Z Downloaded thiserror v2.0.18
3662026-04-13T21:34:54.331Z Downloaded sha2 v0.10.9
3672026-04-13T21:34:54.334Z Downloaded usdt-impl v0.5.0
3682026-04-13T21:34:54.334Z Downloaded equivalent v1.0.2
3692026-04-13T21:34:54.334Z Downloaded writeable v0.6.2
3702026-04-13T21:34:54.337Z Downloaded zerovec-derive v0.11.2
3712026-04-13T21:34:54.337Z Downloaded proc-macro-error-attr v1.0.4
3722026-04-13T21:34:54.340Z Downloaded thiserror-impl v1.0.69
3732026-04-13T21:34:54.340Z Downloaded tinystr v0.8.2
3742026-04-13T21:34:54.340Z Downloaded cpufeatures v0.2.17
3752026-04-13T21:34:54.343Z Downloaded zmij v1.0.21
3762026-04-13T21:34:54.343Z Downloaded icu_normalizer_data v2.1.1
3772026-04-13T21:34:54.343Z Downloaded yoke v0.8.1
3782026-04-13T21:34:54.346Z Downloaded pretty-hex v0.4.1
3792026-04-13T21:34:54.346Z Downloaded itoa v1.0.17
3802026-04-13T21:34:54.346Z Downloaded zerocopy-derive v0.7.35
3812026-04-13T21:34:54.349Z Downloaded fastrand v2.3.0
3822026-04-13T21:34:54.352Z Downloaded terminal_size v0.4.3
3832026-04-13T21:34:54.352Z Downloaded cfg-if v1.0.4
3842026-04-13T21:34:54.352Z Downloaded anstyle-query v1.1.5
3852026-04-13T21:34:54.356Z Downloaded strsim v0.11.1
3862026-04-13T21:34:54.359Z Downloaded smawk v0.3.2
3872026-04-13T21:34:54.359Z Downloaded unicode-ident v1.0.24
3882026-04-13T21:34:54.359Z Downloaded ucd-trie v0.1.7
3892026-04-13T21:34:54.362Z Downloaded textwrap v0.16.2
3902026-04-13T21:34:54.362Z Downloaded scroll_derive v0.12.1
3912026-04-13T21:34:54.365Z Downloaded crypto-common v0.1.7
3922026-04-13T21:34:54.365Z Downloaded potential_utf v0.1.4
3932026-04-13T21:34:54.368Z Downloaded toml_edit v0.22.27
3942026-04-13T21:34:54.371Z Downloaded icu_normalizer v2.1.1
3952026-04-13T21:34:54.371Z Downloaded autocfg v1.5.0
3962026-04-13T21:34:54.374Z Downloaded typenum v1.19.0
3972026-04-13T21:34:54.374Z Downloaded url v2.5.8
3982026-04-13T21:34:54.377Z Downloaded is_terminal_polyfill v1.70.2
3992026-04-13T21:34:54.377Z Downloaded macaddr v1.0.1
4002026-04-13T21:34:54.377Z Downloaded zerotrie v0.2.3
4012026-04-13T21:34:54.380Z Downloaded stable_deref_trait v1.2.1
4022026-04-13T21:34:54.380Z Downloaded block-buffer v0.10.4
4032026-04-13T21:34:54.383Z Downloaded scroll v0.12.0
4042026-04-13T21:34:54.390Z Downloaded icu_properties v2.1.2
4052026-04-13T21:34:54.393Z Downloaded ordered-float v2.10.1
4062026-04-13T21:34:54.393Z Downloaded zerovec v0.11.5
4072026-04-13T21:34:54.396Z Downloaded winnow v0.7.14
4082026-04-13T21:34:54.400Z Downloaded zerocopy v0.7.35
4092026-04-13T21:34:54.408Z Downloaded tabled_derive v0.7.0
4102026-04-13T21:34:54.411Z Downloaded serde-untagged v0.1.9
4112026-04-13T21:34:54.411Z Downloaded semver v1.0.27
4122026-04-13T21:34:54.411Z Downloaded errno v0.3.14
4132026-04-13T21:34:54.414Z Downloaded clap_lex v1.0.0
4142026-04-13T21:34:54.414Z Downloaded heck v0.5.0
4152026-04-13T21:34:54.414Z Downloaded serde_tokenstream v0.2.3
4162026-04-13T21:34:54.417Z Downloaded unicode-width v0.2.0
4172026-04-13T21:34:54.420Z Downloaded unicode-width v0.1.14
4182026-04-13T21:34:54.424Z Downloaded byteorder v1.5.0
4192026-04-13T21:34:54.426Z Downloaded anstyle-parse v0.2.7
4202026-04-13T21:34:54.429Z Downloaded pest_generator v2.8.6
4212026-04-13T21:34:54.429Z Downloaded tempfile v3.25.0
4222026-04-13T21:34:54.438Z Downloaded proc-macro-error v1.0.4
4232026-04-13T21:34:54.441Z Downloaded displaydoc v0.2.5
4242026-04-13T21:34:54.444Z Downloaded anyhow v1.0.102
4252026-04-13T21:34:54.444Z Downloaded bytecount v0.6.9
4262026-04-13T21:34:54.447Z Downloaded once_cell v1.21.3
4272026-04-13T21:34:54.450Z Downloaded smallvec v1.15.1
4282026-04-13T21:34:54.453Z Downloaded getrandom v0.3.4
4292026-04-13T21:34:54.456Z Downloaded erased-serde v0.4.9
4302026-04-13T21:34:54.456Z Downloaded pest_derive v2.8.6
4312026-04-13T21:34:54.460Z Downloaded litemap v0.8.1
4322026-04-13T21:34:54.463Z Downloaded serde_core v1.0.228
4332026-04-13T21:34:54.473Z Downloaded icu_provider v2.1.1
4342026-04-13T21:34:54.476Z Downloaded num-traits v0.2.19
4352026-04-13T21:34:54.479Z Downloaded cargo-util-schemas v0.8.2
4362026-04-13T21:34:54.479Z Downloaded camino v1.2.2
4372026-04-13T21:34:54.479Z Downloaded papergrid v0.11.0
4382026-04-13T21:34:54.482Z Downloaded pest_meta v2.8.6
4392026-04-13T21:34:54.482Z Downloaded log v0.4.29
4402026-04-13T21:34:54.485Z Downloaded bitflags v2.11.0
4412026-04-13T21:34:54.485Z Downloaded icu_locale_core v2.1.1
4422026-04-13T21:34:54.488Z Downloaded icu_collections v2.1.1
4432026-04-13T21:34:54.491Z Downloaded serde_derive v1.0.228
4442026-04-13T21:34:54.500Z Downloaded clap v4.5.60
4452026-04-13T21:34:54.509Z Downloaded hashbrown v0.16.1
4462026-04-13T21:34:54.513Z Downloaded memchr v2.8.0
4472026-04-13T21:34:54.521Z Downloaded serde v1.0.228
4482026-04-13T21:34:54.526Z Downloaded indexmap v2.13.0
4492026-04-13T21:34:54.549Z Downloaded goblin v0.8.2
4502026-04-13T21:34:54.552Z Downloaded pest v2.8.6
4512026-04-13T21:34:54.558Z Downloaded syn v1.0.109
4522026-04-13T21:34:54.565Z Downloaded clap_builder v4.5.60
4532026-04-13T21:34:54.568Z Downloaded idna v1.1.0
4542026-04-13T21:34:54.577Z Downloaded icu_properties_data v2.1.2
4552026-04-13T21:34:54.582Z Downloaded serde_json v1.0.149
4562026-04-13T21:34:54.591Z Downloaded tabled v0.15.0
4572026-04-13T21:34:54.605Z Downloaded syn v2.0.117
4582026-04-13T21:34:54.621Z Downloaded rustix v1.1.3
4592026-04-13T21:34:54.649Z Downloaded libc v0.2.180
4602026-04-13T21:34:54.716Z Compiling proc-macro2 v1.0.106
4612026-04-13T21:34:54.716Z Compiling quote v1.0.44
4622026-04-13T21:34:54.719Z Compiling unicode-ident v1.0.24
4632026-04-13T21:34:54.719Z Compiling serde_core v1.0.228
4642026-04-13T21:34:54.719Z Compiling libc v0.2.180
4652026-04-13T21:34:54.719Z Compiling version_check v0.9.5
4662026-04-13T21:34:54.719Z Compiling memchr v2.8.0
4672026-04-13T21:34:54.909Z Compiling serde v1.0.228
4682026-04-13T21:34:55.056Z Compiling stable_deref_trait v1.2.1
4692026-04-13T21:34:55.135Z Compiling zmij v1.0.21
4702026-04-13T21:34:55.316Z Compiling autocfg v1.5.0
4712026-04-13T21:34:55.367Z Compiling itoa v1.0.17
4722026-04-13T21:34:55.545Z Compiling ucd-trie v0.1.7
4732026-04-13T21:34:55.563Z Compiling thiserror v1.0.69
4742026-04-13T21:34:55.628Z Compiling writeable v0.6.2
4752026-04-13T21:34:55.725Z Compiling pest v2.8.6
4762026-04-13T21:34:55.761Z Compiling litemap v0.8.1
4772026-04-13T21:34:55.810Z Compiling icu_normalizer_data v2.1.1
4782026-04-13T21:34:55.828Z Compiling rustix v1.1.3
4792026-04-13T21:34:56.042Z Compiling byteorder v1.5.0
4802026-04-13T21:34:56.219Z Compiling syn v2.0.117
4812026-04-13T21:34:56.255Z Compiling icu_properties_data v2.1.2
4822026-04-13T21:34:56.328Z Compiling errno v0.3.14
4832026-04-13T21:34:56.360Z Compiling serde_json v1.0.149
4842026-04-13T21:34:56.457Z Compiling bitflags v2.11.0
4852026-04-13T21:34:56.573Z Compiling num-traits v0.2.19
4862026-04-13T21:34:56.592Z Compiling typeid v1.0.3
4872026-04-13T21:34:56.678Z Compiling hashbrown v0.16.1
4882026-04-13T21:34:56.853Z Compiling pest_meta v2.8.6
4892026-04-13T21:34:56.956Z Compiling equivalent v1.0.2
4902026-04-13T21:34:56.985Z Compiling smallvec v1.15.1
4912026-04-13T21:34:57.144Z Compiling thread-id v4.2.2
4922026-04-13T21:34:57.200Z Compiling indexmap v2.13.0
4932026-04-13T21:34:57.241Z Compiling usdt-impl v0.5.0
4942026-04-13T21:34:57.264Z Compiling proc-macro-error-attr v1.0.4
4952026-04-13T21:34:57.308Z Compiling winnow v0.7.14
4962026-04-13T21:34:57.473Z Compiling toml_write v0.1.2
4972026-04-13T21:34:57.637Z Compiling syn v1.0.109
4982026-04-13T21:34:57.686Z Compiling erased-serde v0.4.9
4992026-04-13T21:34:58.041Z Compiling proc-macro-error v1.0.4
5002026-04-13T21:34:58.061Z Compiling utf8_iter v1.0.4
5012026-04-13T21:34:58.223Z Compiling plain v0.2.3
5022026-04-13T21:34:58.242Z Compiling utf8parse v0.2.2
5032026-04-13T21:34:58.343Z Compiling getrandom v0.3.4
5042026-04-13T21:34:58.364Z Compiling camino v1.2.2
5052026-04-13T21:34:58.539Z Compiling log v0.4.29
5062026-04-13T21:34:58.558Z Compiling thiserror v2.0.18
5072026-04-13T21:34:58.561Z Compiling percent-encoding v2.3.2
5082026-04-13T21:34:58.741Z Compiling form_urlencoded v1.2.2
5092026-04-13T21:34:58.762Z Compiling ordered-float v2.10.1
5102026-04-13T21:34:58.781Z Compiling anstyle-parse v0.2.7
5112026-04-13T21:34:58.911Z Compiling synstructure v0.13.2
5122026-04-13T21:34:58.932Z Compiling pest_generator v2.8.6
5132026-04-13T21:34:59.149Z Compiling terminal_size v0.4.3
5142026-04-13T21:34:59.298Z Compiling cfg-if v1.0.4
5152026-04-13T21:34:59.378Z Compiling anstyle v1.0.13
5162026-04-13T21:34:59.428Z Compiling pretty-hex v0.4.1
5172026-04-13T21:34:59.482Z Compiling is_terminal_polyfill v1.70.2
5182026-04-13T21:34:59.501Z Compiling anstyle-query v1.1.5
5192026-04-13T21:34:59.548Z Compiling colorchoice v1.0.4
5202026-04-13T21:34:59.590Z Compiling serde-untagged v0.1.9
5212026-04-13T21:34:59.661Z Compiling anstream v0.6.21
5222026-04-13T21:34:59.679Z Compiling semver v1.0.27
5232026-04-13T21:34:59.782Z Compiling fs-err v3.3.0
5242026-04-13T21:34:59.832Z Compiling fnv v1.0.7
5252026-04-13T21:34:59.943Z Compiling heck v0.5.0
5262026-04-13T21:34:59.971Z Compiling unicode-xid v0.2.6
5272026-04-13T21:34:59.991Z Compiling unicode-width v0.1.14
5282026-04-13T21:35:00.009Z Compiling strsim v0.11.1
5292026-04-13T21:35:00.012Z Compiling anyhow v1.0.102
5302026-04-13T21:35:00.101Z Compiling fastrand v2.3.0
5312026-04-13T21:35:00.269Z Compiling clap_lex v1.0.0
5322026-04-13T21:35:00.320Z Compiling heck v0.4.1
5332026-04-13T21:35:00.385Z Compiling bytecount v0.6.9
5342026-04-13T21:35:00.389Z Compiling once_cell v1.21.3
5352026-04-13T21:35:00.500Z Compiling papergrid v0.11.0
5362026-04-13T21:35:00.519Z Compiling clap_builder v4.5.60
5372026-04-13T21:35:00.590Z Compiling serde_derive v1.0.228
5382026-04-13T21:35:00.610Z Compiling zerofrom-derive v0.1.6
5392026-04-13T21:35:00.656Z Compiling yoke-derive v0.8.1
5402026-04-13T21:35:00.755Z Compiling zerovec-derive v0.11.2
5412026-04-13T21:35:01.095Z Compiling displaydoc v0.2.5
5422026-04-13T21:35:01.789Z Compiling thiserror-impl v1.0.69
5432026-04-13T21:35:01.834Z Compiling zerocopy-derive v0.7.35
5442026-04-13T21:35:01.856Z Compiling pest_derive v2.8.6
5452026-04-13T21:35:01.914Z Compiling scroll_derive v0.12.1
5462026-04-13T21:35:01.987Z Compiling zerofrom v0.1.6
5472026-04-13T21:35:02.151Z Compiling yoke v0.8.1
5482026-04-13T21:35:02.335Z Compiling thiserror-impl v2.0.18
5492026-04-13T21:35:02.407Z Compiling zerovec v0.11.5
5502026-04-13T21:35:02.624Z Compiling zerotrie v0.2.3
5512026-04-13T21:35:02.720Z Compiling zerocopy v0.7.35
5522026-04-13T21:35:02.926Z Compiling tinystr v0.8.2
5532026-04-13T21:35:02.944Z Compiling potential_utf v0.1.4
5542026-04-13T21:35:03.124Z Compiling icu_locale_core v2.1.1
5552026-04-13T21:35:03.145Z Compiling icu_collections v2.1.1
5562026-04-13T21:35:03.261Z Compiling dtrace-parser v0.2.0
5572026-04-13T21:35:03.280Z Compiling scroll v0.12.0
5582026-04-13T21:35:03.576Z Compiling goblin v0.8.2
5592026-04-13T21:35:03.631Z Compiling tabled_derive v0.7.0
5602026-04-13T21:35:03.662Z Compiling clap_derive v4.5.55
5612026-04-13T21:35:03.805Z Compiling icu_provider v2.1.1
5622026-04-13T21:35:04.015Z Compiling serde_spanned v0.6.9
5632026-04-13T21:35:04.034Z Compiling toml_datetime v0.6.11
5642026-04-13T21:35:04.053Z Compiling dof v0.3.0
5652026-04-13T21:35:04.085Z Compiling icu_normalizer v2.1.1
5662026-04-13T21:35:04.112Z Compiling icu_properties v2.1.2
5672026-04-13T21:35:04.170Z Compiling serde_tokenstream v0.2.3
5682026-04-13T21:35:04.303Z Compiling toml_edit v0.22.27
5692026-04-13T21:35:04.498Z Compiling serde-value v0.7.0
5702026-04-13T21:35:04.539Z Compiling cargo-platform v0.2.0
5712026-04-13T21:35:04.628Z Compiling tempfile v3.25.0
5722026-04-13T21:35:04.817Z Compiling memmap v0.7.0
5732026-04-13T21:35:04.865Z Compiling unicode-width v0.2.0
5742026-04-13T21:35:05.008Z Compiling idna_adapter v1.2.1
5752026-04-13T21:35:05.027Z Compiling smawk v0.3.2
5762026-04-13T21:35:05.063Z Compiling usdt-macro v0.5.0
5772026-04-13T21:35:05.147Z Compiling idna v1.1.0
5782026-04-13T21:35:05.167Z Compiling usdt-attr-macro v0.5.0
5792026-04-13T21:35:05.183Z Compiling unicode-linebreak v0.1.5
5802026-04-13T21:35:05.201Z Compiling camino-tempfile v1.4.1
5812026-04-13T21:35:05.407Z Compiling clap v4.5.60
5822026-04-13T21:35:05.434Z Compiling url v2.5.8
5832026-04-13T21:35:05.453Z Compiling textwrap v0.16.2
5842026-04-13T21:35:05.497Z Compiling tabled v0.15.0
5852026-04-13T21:35:05.687Z Compiling toml v0.8.23
5862026-04-13T21:35:05.846Z Compiling macaddr v1.0.1
5872026-04-13T21:35:06.077Z Compiling cargo-util-schemas v0.8.2
5882026-04-13T21:35:06.282Z Compiling cargo_toml v0.21.0
5892026-04-13T21:35:06.512Z Compiling usdt v0.5.0
5902026-04-13T21:35:06.599Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5912026-04-13T21:35:06.788Z Compiling swrite v0.1.0
5922026-04-13T21:35:07.027Z Compiling cargo_metadata v0.21.0
5932026-04-13T21:35:07.992Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-04-13T21:35:10.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.74s
5952026-04-13T21:35:10.332Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-04-13T21:35:10.902Z Downloading crates ...
5972026-04-13T21:35:11.003Z Downloaded adler2 v2.0.1
5982026-04-13T21:35:11.006Z Downloaded aead v0.5.2
5992026-04-13T21:35:11.010Z Downloaded async-stream v0.3.6
6002026-04-13T21:35:11.013Z Downloaded crc8 v0.1.1
6012026-04-13T21:35:11.016Z Downloaded aes-gcm v0.10.3
6022026-04-13T21:35:11.019Z Downloaded chacha20poly1305 v0.10.1
6032026-04-13T21:35:11.022Z Downloaded critical-section v1.2.0
6042026-04-13T21:35:11.022Z Downloaded bit-set v0.8.0
6052026-04-13T21:35:11.022Z Downloaded async-trait v0.1.89
6062026-04-13T21:35:11.025Z Downloaded async-stream-impl v0.3.6
6072026-04-13T21:35:11.028Z Downloaded crc32fast v1.5.0
6082026-04-13T21:35:11.028Z Downloaded defmt-parser v1.0.0
6092026-04-13T21:35:11.031Z Downloaded bit-set v0.5.3
6102026-04-13T21:35:11.034Z Downloaded crossbeam-utils v0.8.21
6112026-04-13T21:35:11.038Z Downloaded ciborium v0.2.2
6122026-04-13T21:35:11.042Z Downloaded crossbeam-deque v0.8.6
6132026-04-13T21:35:11.042Z Downloaded crossbeam-channel v0.5.15
6142026-04-13T21:35:11.045Z Downloaded crunchy v0.2.4
6152026-04-13T21:35:11.046Z Downloaded chacha20 v0.9.1
6162026-04-13T21:35:11.046Z Downloaded bzip2 v0.4.4
6172026-04-13T21:35:11.048Z Downloaded cargo-platform v0.1.9
6182026-04-13T21:35:11.048Z Downloaded crossbeam-epoch v0.9.18
6192026-04-13T21:35:11.051Z Downloaded async-bb8-diesel v0.2.1
6202026-04-13T21:35:11.051Z Downloaded difflib v0.4.0
6212026-04-13T21:35:11.051Z Downloaded defmt v0.3.100
6222026-04-13T21:35:11.051Z Downloaded arrayvec v0.7.6
6232026-04-13T21:35:11.055Z Downloaded aes v0.8.4
6242026-04-13T21:35:11.057Z Downloaded crossterm v0.28.1
6252026-04-13T21:35:11.060Z Downloaded block-padding v0.3.3
6262026-04-13T21:35:11.060Z Downloaded bitfield-struct v0.6.2
6272026-04-13T21:35:11.060Z Downloaded async-recursion v1.1.1
6282026-04-13T21:35:11.063Z Downloaded dropshot-api-manager v0.6.0
6292026-04-13T21:35:11.066Z Downloaded const_format_proc_macros v0.2.34
6302026-04-13T21:35:11.069Z Downloaded ciborium-ll v0.2.2
6312026-04-13T21:35:11.069Z Downloaded castaway v0.2.4
6322026-04-13T21:35:11.069Z Downloaded atomicwrites v0.4.4
6332026-04-13T21:35:11.072Z Downloaded env_filter v1.0.0
6342026-04-13T21:35:11.073Z Downloaded darling v0.23.0
6352026-04-13T21:35:11.075Z Downloaded compression-core v0.4.31
6362026-04-13T21:35:11.076Z Downloaded crucible-workspace-hack v0.1.0
6372026-04-13T21:35:11.079Z Downloaded array-init v0.0.4
6382026-04-13T21:35:11.079Z Downloaded bb8 v0.8.6
6392026-04-13T21:35:11.082Z Downloaded dyn-clone v1.0.20
6402026-04-13T21:35:11.082Z Downloaded flagset v0.4.7
6412026-04-13T21:35:11.082Z Downloaded document-features v0.2.12
6422026-04-13T21:35:11.085Z Downloaded darling_macro v0.23.0
6432026-04-13T21:35:11.085Z Downloaded darling_macro v0.20.11
6442026-04-13T21:35:11.085Z Downloaded bcrypt-pbkdf v0.10.0
6452026-04-13T21:35:11.088Z Downloaded dirs-next v2.0.0
6462026-04-13T21:35:11.088Z Downloaded bytes v1.11.1
6472026-04-13T21:35:11.091Z Downloaded dsl_auto_type v0.2.0
6482026-04-13T21:35:11.094Z Downloaded bitfield v0.19.4
6492026-04-13T21:35:11.097Z Downloaded base16ct v0.2.0
6502026-04-13T21:35:11.097Z Downloaded foreign-types v0.5.0
6512026-04-13T21:35:11.097Z Downloaded dropshot-api-manager-types v0.6.0
6522026-04-13T21:35:11.097Z Downloaded debug-ignore v1.0.5
6532026-04-13T21:35:11.100Z Downloaded bitfield-macros v0.19.4
6542026-04-13T21:35:11.100Z Downloaded darling_macro v0.21.3
6552026-04-13T21:35:11.103Z Downloaded crc v3.4.0
6562026-04-13T21:35:11.103Z Downloaded dunce v1.0.5
6572026-04-13T21:35:11.106Z Downloaded fixedbitset v0.4.2
6582026-04-13T21:35:11.106Z Downloaded cfg_aliases v0.2.1
6592026-04-13T21:35:11.106Z Downloaded enum-as-inner v0.6.1
6602026-04-13T21:35:11.109Z Downloaded arrayref v0.3.9
6612026-04-13T21:35:11.112Z Downloaded dof v0.4.0
6622026-04-13T21:35:11.113Z Downloaded foreign-types v0.3.2
6632026-04-13T21:35:11.116Z Downloaded derive-ex v0.1.8
6642026-04-13T21:35:11.116Z Downloaded deranged v0.5.8
6652026-04-13T21:35:11.119Z Downloaded diesel_table_macro_syntax v0.3.0
6662026-04-13T21:35:11.119Z Downloaded defmt v1.0.1
6672026-04-13T21:35:11.122Z Downloaded crc-catalog v2.4.0
6682026-04-13T21:35:11.122Z Downloaded cfg_aliases v0.1.1
6692026-04-13T21:35:11.122Z Downloaded futures-macro v0.3.32
6702026-04-13T21:35:11.122Z Downloaded assert_matches v1.5.0
6712026-04-13T21:35:11.125Z Downloaded downcast-rs v2.0.2
6722026-04-13T21:35:11.125Z Downloaded dirs-sys-next v0.1.2
6732026-04-13T21:35:11.128Z Downloaded atomic-waker v1.1.2
6742026-04-13T21:35:11.128Z Downloaded cstr-argument v0.1.2
6752026-04-13T21:35:11.131Z Downloaded atty v0.2.14
6762026-04-13T21:35:11.131Z Downloaded fd-lock v4.0.4
6772026-04-13T21:35:11.134Z Downloaded embedded-io v0.6.1
6782026-04-13T21:35:11.134Z Downloaded dtrace-parser v0.3.0
6792026-04-13T21:35:11.138Z Downloaded cipher v0.4.4
6802026-04-13T21:35:11.138Z Downloaded cexpr v0.6.0
6812026-04-13T21:35:11.142Z Downloaded ctr v0.9.2
6822026-04-13T21:35:11.142Z Downloaded bit-vec v0.8.0
6832026-04-13T21:35:11.142Z Downloaded derive_builder_core v0.20.2
6842026-04-13T21:35:11.145Z Downloaded fxhash v0.2.1
6852026-04-13T21:35:11.145Z Downloaded derive_builder_macro v0.20.2
6862026-04-13T21:35:11.145Z Downloaded curve25519-dalek-derive v0.1.1
6872026-04-13T21:35:11.145Z Downloaded cobs v0.3.0
6882026-04-13T21:35:11.148Z Downloaded float-ord v0.3.2
6892026-04-13T21:35:11.148Z Downloaded foreign-types-shared v0.3.1
6902026-04-13T21:35:11.148Z Downloaded foreign-types-macros v0.2.3
6912026-04-13T21:35:11.148Z Downloaded cookie_store v0.22.1
6922026-04-13T21:35:11.151Z Downloaded ascii-canvas v3.0.0
6932026-04-13T21:35:11.151Z Downloaded der_derive v0.7.3
6942026-04-13T21:35:11.151Z Downloaded base64ct v1.8.3
6952026-04-13T21:35:11.154Z Downloaded byte-wrapper v0.1.0
6962026-04-13T21:35:11.154Z Downloaded cbc v0.1.2
6972026-04-13T21:35:11.158Z Downloaded cpufeatures v0.3.0
6982026-04-13T21:35:11.158Z Downloaded display-error-chain v0.2.2
6992026-04-13T21:35:11.158Z Downloaded futures-io v0.3.32
7002026-04-13T21:35:11.161Z Downloaded bumpalo v3.20.2
7012026-04-13T21:35:11.161Z Downloaded ghash v0.5.1
7022026-04-13T21:35:11.161Z Downloaded gethostname v0.5.0
7032026-04-13T21:35:11.164Z Downloaded futures-task v0.3.32
7042026-04-13T21:35:11.164Z Downloaded futures-sink v0.3.32
7052026-04-13T21:35:11.164Z Downloaded futures-core v0.3.32
7062026-04-13T21:35:11.167Z Downloaded foreign-types-shared v0.1.1
7072026-04-13T21:35:11.167Z Downloaded endian-type v0.1.2
7082026-04-13T21:35:11.167Z Downloaded float-cmp v0.10.0
7092026-04-13T21:35:11.167Z Downloaded funty v2.0.0
7102026-04-13T21:35:11.167Z Downloaded erased-serde v0.3.31
7112026-04-13T21:35:11.170Z Downloaded embedded-io v0.4.0
7122026-04-13T21:35:11.170Z Downloaded cargo_metadata v0.19.2
7132026-04-13T21:35:11.173Z Downloaded headers-core v0.3.0
7142026-04-13T21:35:11.173Z Downloaded hash32 v0.2.1
7152026-04-13T21:35:11.173Z Downloaded fallible-iterator v0.2.0
7162026-04-13T21:35:11.177Z Downloaded diesel-dtrace v0.5.0
7172026-04-13T21:35:11.177Z Downloaded globwalk v0.9.1
7182026-04-13T21:35:11.177Z Downloaded ciborium-io v0.2.2
7192026-04-13T21:35:11.180Z Downloaded bcs v0.1.6
7202026-04-13T21:35:11.183Z Downloaded git-stub v1.0.0
7212026-04-13T21:35:11.183Z Downloaded defmt-macros v1.0.1
7222026-04-13T21:35:11.186Z Downloaded compression-codecs v0.4.37
7232026-04-13T21:35:11.186Z Downloaded cassowary v0.3.0
7242026-04-13T21:35:11.189Z Downloaded buf-list v1.1.2
7252026-04-13T21:35:11.189Z Downloaded either v1.15.0
7262026-04-13T21:35:11.192Z Downloaded daft-derive v0.1.5
7272026-04-13T21:35:11.192Z Downloaded fs-err v2.11.0
7282026-04-13T21:35:11.195Z Downloaded convert_case v0.10.0
7292026-04-13T21:35:11.195Z Downloaded dropshot_endpoint v0.16.7
7302026-04-13T21:35:11.198Z Downloaded hex v0.4.3
7312026-04-13T21:35:11.198Z Downloaded convert_case v0.4.0
7322026-04-13T21:35:11.198Z Downloaded console v0.16.2
7332026-04-13T21:35:11.202Z Downloaded cmake v0.1.57
7342026-04-13T21:35:11.202Z Downloaded corncobs v0.1.4
7352026-04-13T21:35:11.202Z Downloaded bit-vec v0.6.3
7362026-04-13T21:35:11.205Z Downloaded http-body v1.0.1
7372026-04-13T21:35:11.205Z Downloaded hostname v0.4.2
7382026-04-13T21:35:11.205Z Downloaded hex-literal v0.4.1
7392026-04-13T21:35:11.211Z Downloaded bzip2 v0.6.1
7402026-04-13T21:35:11.211Z Downloaded bitflags v1.3.2
7412026-04-13T21:35:11.211Z Downloaded ar_archive_writer v0.5.1
7422026-04-13T21:35:11.211Z Downloaded hubpack v0.1.2
7432026-04-13T21:35:11.216Z Downloaded drift v0.1.3
7442026-04-13T21:35:11.216Z Downloaded hubpack_derive v0.1.1
7452026-04-13T21:35:11.216Z Downloaded http-range v0.1.5
7462026-04-13T21:35:11.219Z Downloaded foldhash v0.1.5
7472026-04-13T21:35:11.219Z Downloaded ff v0.13.1
7482026-04-13T21:35:11.219Z Downloaded csv-core v0.1.13
7492026-04-13T21:35:11.219Z Downloaded find-msvc-tools v0.1.9
7502026-04-13T21:35:11.222Z Downloaded httpdate v1.0.3
7512026-04-13T21:35:11.222Z Downloaded hash32 v0.3.1
7522026-04-13T21:35:11.225Z Downloaded group v0.13.0
7532026-04-13T21:35:11.225Z Downloaded indent_write v2.2.0
7542026-04-13T21:35:11.225Z Downloaded hyper-tls v0.6.0
7552026-04-13T21:35:11.227Z Downloaded ident_case v1.0.1
7562026-04-13T21:35:11.227Z Downloaded globset v0.4.18
7572026-04-13T21:35:11.228Z Downloaded git-stub-vcs v0.1.0
7582026-04-13T21:35:11.230Z Downloaded indoc v1.0.9
7592026-04-13T21:35:11.230Z Downloaded instability v0.3.11
7602026-04-13T21:35:11.233Z Downloaded futures-executor v0.3.32
7612026-04-13T21:35:11.233Z Downloaded constant_time_eq v0.4.2
7622026-04-13T21:35:11.233Z Downloaded foldhash v0.2.0
7632026-04-13T21:35:11.236Z Downloaded filetime v0.2.27
7642026-04-13T21:35:11.236Z Downloaded colored v3.1.1
7652026-04-13T21:35:11.240Z Downloaded glob v0.3.3
7662026-04-13T21:35:11.240Z Downloaded chacha20 v0.10.0
7672026-04-13T21:35:11.240Z Downloaded camino-tempfile-ext v0.3.3
7682026-04-13T21:35:11.243Z Downloaded backon v1.6.0
7692026-04-13T21:35:11.243Z Downloaded backoff v0.4.0
7702026-04-13T21:35:11.247Z Downloaded is-terminal v0.4.17
7712026-04-13T21:35:11.247Z Downloaded ena v0.14.4
7722026-04-13T21:35:11.247Z Downloaded clang-sys v1.8.1
7732026-04-13T21:35:11.249Z Downloaded console v0.15.11
7742026-04-13T21:35:11.250Z Downloaded cancel-safe-futures v0.1.5
7752026-04-13T21:35:11.252Z Downloaded is_ci v1.2.0
7762026-04-13T21:35:11.252Z Downloaded internet-checksum v0.2.1
7772026-04-13T21:35:11.252Z Downloaded diff v0.1.13
7782026-04-13T21:35:11.255Z Downloaded lazy_static v1.5.0
7792026-04-13T21:35:11.255Z Downloaded lalrpop-util v0.19.12
7802026-04-13T21:35:11.258Z Downloaded keccak v0.1.6
7812026-04-13T21:35:11.258Z Downloaded cookie v0.18.1
7822026-04-13T21:35:11.258Z Downloaded daft v0.1.5
7832026-04-13T21:35:11.261Z Downloaded crc-any v2.5.0
7842026-04-13T21:35:11.261Z Downloaded const-oid v0.9.6
7852026-04-13T21:35:11.264Z Downloaded colored v2.2.0
7862026-04-13T21:35:11.264Z Downloaded darling v0.21.3
7872026-04-13T21:35:11.267Z Downloaded kstat-rs v0.2.4
7882026-04-13T21:35:11.270Z Downloaded libscf-sys v1.1.0
7892026-04-13T21:35:11.270Z Downloaded ahash v0.8.12
7902026-04-13T21:35:11.270Z Downloaded linked-hash-map v0.5.6
7912026-04-13T21:35:11.273Z Downloaded http-body-util v0.1.3
7922026-04-13T21:35:11.273Z Downloaded home v0.5.12
7932026-04-13T21:35:11.273Z Downloaded humantime v2.3.0
7942026-04-13T21:35:11.276Z Downloaded darling v0.20.11
7952026-04-13T21:35:11.279Z Downloaded instant v0.1.13
7962026-04-13T21:35:11.279Z Downloaded fs_extra v1.3.0
7972026-04-13T21:35:11.279Z Downloaded des v0.8.1
7982026-04-13T21:35:11.282Z Downloaded blake2 v0.10.6
7992026-04-13T21:35:11.282Z Downloaded inout v0.1.4
8002026-04-13T21:35:11.282Z Downloaded ecdsa v0.16.9
8012026-04-13T21:35:11.285Z Downloaded hyper-staticfile v0.10.1
8022026-04-13T21:35:11.285Z Downloaded match_cfg v0.1.0
8032026-04-13T21:35:11.288Z Downloaded managed v0.8.0
8042026-04-13T21:35:11.288Z Downloaded lru-slab v0.1.2
8052026-04-13T21:35:11.288Z Downloaded md-5 v0.10.6
8062026-04-13T21:35:11.291Z Downloaded lru-cache v0.1.2
8072026-04-13T21:35:11.291Z Downloaded fixedbitset v0.5.7
8082026-04-13T21:35:11.291Z Downloaded ed25519 v2.2.3
8092026-04-13T21:35:11.294Z Downloaded md5 v0.7.0
8102026-04-13T21:35:11.294Z Downloaded maplit v1.0.2
8112026-04-13T21:35:11.294Z Downloaded lzss v0.8.2
8122026-04-13T21:35:11.294Z Downloaded mime v0.3.17
8132026-04-13T21:35:11.297Z Downloaded getrandom v0.2.17
8142026-04-13T21:35:11.297Z Downloaded futures-channel v0.3.32
8152026-04-13T21:35:11.300Z Downloaded new_debug_unreachable v1.0.6
8162026-04-13T21:35:11.300Z Downloaded multimap v0.10.1
8172026-04-13T21:35:11.300Z Downloaded indoc v2.0.7
8182026-04-13T21:35:11.303Z Downloaded memoffset v0.9.1
8192026-04-13T21:35:11.303Z Downloaded impl-trait-for-tuples v0.2.3
8202026-04-13T21:35:11.306Z Downloaded derive_more v0.99.20
8212026-04-13T21:35:11.306Z Downloaded darling_core v0.23.0
8222026-04-13T21:35:11.309Z Downloaded fatfs v0.3.6
8232026-04-13T21:35:11.312Z Downloaded ipnet v2.11.0
8242026-04-13T21:35:11.312Z Downloaded ingot-types v0.1.2
8252026-04-13T21:35:11.316Z Downloaded lru v0.12.5
8262026-04-13T21:35:11.316Z Downloaded hostname v0.3.1
8272026-04-13T21:35:11.316Z Downloaded blowfish v0.9.1
8282026-04-13T21:35:11.319Z Downloaded argon2 v0.5.3
8292026-04-13T21:35:11.319Z Downloaded ipnetwork v0.21.1
8302026-04-13T21:35:11.319Z Downloaded nodrop v0.1.14
8312026-04-13T21:35:11.322Z Downloaded nibble_vec v0.1.0
8322026-04-13T21:35:11.322Z Downloaded newtype_derive v0.1.6
8332026-04-13T21:35:11.322Z Downloaded newtype-uuid-macros v0.1.0
8342026-04-13T21:35:11.322Z Downloaded num v0.4.3
8352026-04-13T21:35:11.325Z Downloaded newline-converter v0.3.0
8362026-04-13T21:35:11.325Z Downloaded data-encoding v2.10.0
8372026-04-13T21:35:11.325Z Downloaded num-conv v0.2.0
8382026-04-13T21:35:11.325Z Downloaded libloading v0.8.9
8392026-04-13T21:35:11.328Z Downloaded jobserver v0.1.34
8402026-04-13T21:35:11.328Z Downloaded highway v1.3.0
8412026-04-13T21:35:12.340Z Downloaded base64 v0.21.7
8422026-04-13T21:35:12.340Z Downloaded libsw v3.5.0
8432026-04-13T21:35:12.375Z Downloaded num_enum_derive v0.5.11
8442026-04-13T21:35:12.375Z Downloaded num-iter v0.1.45
8452026-04-13T21:35:12.375Z Downloaded num-derive v0.4.2
8462026-04-13T21:35:12.375Z Downloaded normalize-line-endings v0.3.0
8472026-04-13T21:35:12.375Z Downloaded hmac v0.12.1
8482026-04-13T21:35:12.375Z Downloaded num-derive v0.3.3
8492026-04-13T21:35:12.375Z Downloaded linear-map v1.2.0
8502026-04-13T21:35:12.375Z Downloaded opaque-debug v0.3.1
8512026-04-13T21:35:12.376Z Downloaded num_threads v0.1.7
8522026-04-13T21:35:12.376Z Downloaded openssl-probe v0.2.1
8532026-04-13T21:35:12.376Z Downloaded olpc-cjson v0.1.4
8542026-04-13T21:35:12.376Z Downloaded openssl-macros v0.1.1
8552026-04-13T21:35:12.376Z Downloaded lock_api v0.4.14
8562026-04-13T21:35:12.376Z Downloaded httparse v1.10.1
8572026-04-13T21:35:12.376Z Downloaded getrandom v0.4.1
8582026-04-13T21:35:12.376Z Downloaded hyper-rustls v0.27.7
8592026-04-13T21:35:12.376Z Downloaded half v2.7.1
8602026-04-13T21:35:12.376Z Downloaded env_logger v0.11.9
8612026-04-13T21:35:12.376Z Downloaded openssl-probe v0.1.6
8622026-04-13T21:35:12.376Z Downloaded mime_guess v2.0.5
8632026-04-13T21:35:12.376Z Downloaded maybe-uninit v2.0.0
8642026-04-13T21:35:12.376Z Downloaded iana-time-zone v0.1.65
8652026-04-13T21:35:12.376Z Downloaded libsw-core v0.3.2
8662026-04-13T21:35:12.376Z Downloaded packed_struct_codegen v0.10.1
8672026-04-13T21:35:12.376Z Downloaded parse-size v1.1.0
8682026-04-13T21:35:12.376Z Downloaded parse-display v0.10.0
8692026-04-13T21:35:12.376Z Downloaded derive_builder v0.20.2
8702026-04-13T21:35:12.377Z Downloaded multer v3.1.0
8712026-04-13T21:35:12.377Z Downloaded half v1.8.3
8722026-04-13T21:35:12.377Z Downloaded ingot v0.1.1
8732026-04-13T21:35:12.377Z Downloaded const_format v0.2.35
8742026-04-13T21:35:12.377Z Downloaded compact_str v0.8.1
8752026-04-13T21:35:12.377Z Downloaded pbkdf2 v0.11.0
8762026-04-13T21:35:12.377Z Downloaded arc-swap v1.8.2
8772026-04-13T21:35:12.377Z Downloaded nanorand v0.7.0
8782026-04-13T21:35:12.377Z Downloaded path-slash v0.1.5
8792026-04-13T21:35:12.377Z Downloaded native-tls v0.2.18
8802026-04-13T21:35:12.377Z Downloaded elliptic-curve v0.13.8
8812026-04-13T21:35:12.377Z Downloaded pbkdf2 v0.12.2
8822026-04-13T21:35:12.377Z Downloaded newtype-uuid v1.3.2
8832026-04-13T21:35:12.377Z Downloaded peg-runtime v0.8.5
8842026-04-13T21:35:12.377Z Downloaded nu-ansi-term v0.50.3
8852026-04-13T21:35:12.377Z Downloaded phf_shared v0.11.3
8862026-04-13T21:35:12.377Z Downloaded ingot-macros v0.1.1
8872026-04-13T21:35:12.378Z Downloaded derive-where v1.6.0
8882026-04-13T21:35:12.378Z Downloaded libefi-sys v0.1.0
8892026-04-13T21:35:12.378Z Downloaded crypto-bigint v0.5.5
8902026-04-13T21:35:12.378Z Downloaded phf_shared v0.13.1
8912026-04-13T21:35:12.378Z Downloaded crossterm v0.29.0
8922026-04-13T21:35:12.378Z Downloaded num_enum_derive v0.7.5
8932026-04-13T21:35:12.378Z Downloaded num_enum v0.7.5
8942026-04-13T21:35:12.378Z Downloaded ignore v0.4.25
8952026-04-13T21:35:12.378Z Downloaded darling_core v0.20.11
8962026-04-13T21:35:12.378Z Downloaded futures v0.3.32
8972026-04-13T21:35:12.378Z Downloaded predicates-tree v1.0.13
8982026-04-13T21:35:12.378Z Downloaded predicates-core v1.0.10
8992026-04-13T21:35:12.378Z Downloaded oxnet v0.1.4
9002026-04-13T21:35:12.378Z Downloaded owo-colors v4.3.0
9012026-04-13T21:35:12.378Z Downloaded paste v1.0.15
9022026-04-13T21:35:12.378Z Downloaded proc-macro-error-attr2 v2.0.0
9032026-04-13T21:35:12.378Z Downloaded proc-macro-crate v3.4.0
9042026-04-13T21:35:12.378Z Downloaded proc-macro-crate v1.3.1
9052026-04-13T21:35:12.378Z Downloaded precomputed-hash v0.1.1
9062026-04-13T21:35:12.378Z Downloaded packed_struct v0.10.1
9072026-04-13T21:35:12.378Z Downloaded heapless v0.8.0
9082026-04-13T21:35:12.378Z Downloaded password-hash v0.4.2
9092026-04-13T21:35:12.378Z Downloaded indexmap v1.9.3
9102026-04-13T21:35:12.378Z Downloaded headers v0.4.1
9112026-04-13T21:35:12.378Z Downloaded oxide-tokio-rt v0.1.3
9122026-04-13T21:35:12.378Z Downloaded progenitor-client v0.10.0
9132026-04-13T21:35:12.378Z Downloaded flume v0.11.1
9142026-04-13T21:35:12.378Z Downloaded allocator-api2 v0.2.21
9152026-04-13T21:35:12.378Z Downloaded password-hash v0.5.0
9162026-04-13T21:35:12.379Z Downloaded num-complex v0.4.6
9172026-04-13T21:35:12.379Z Downloaded progenitor-client v0.11.2
9182026-04-13T21:35:12.379Z Downloaded parking_lot_core v0.8.6
9192026-04-13T21:35:12.379Z Downloaded base64 v0.22.1
9202026-04-13T21:35:12.379Z Downloaded progenitor-macro v0.10.0
9212026-04-13T21:35:12.379Z Downloaded quick-error v1.2.3
9222026-04-13T21:35:12.379Z Downloaded oso-derive v0.27.3
9232026-04-13T21:35:12.379Z Downloaded progenitor-macro v0.13.0
9242026-04-13T21:35:12.379Z Downloaded num_enum v0.5.11
9252026-04-13T21:35:12.379Z Downloaded progenitor-macro v0.11.2
9262026-04-13T21:35:12.379Z Downloaded heapless v0.7.17
9272026-04-13T21:35:12.379Z Downloaded phf v0.12.1
9282026-04-13T21:35:12.379Z Downloaded pem v3.0.6
9292026-04-13T21:35:12.379Z Downloaded pem-rfc7468 v0.7.0
9302026-04-13T21:35:12.379Z Downloaded num-rational v0.4.2
9312026-04-13T21:35:12.379Z Downloaded libbz2-rs-sys v0.2.2
9322026-04-13T21:35:12.379Z Downloaded num-integer v0.1.46
9332026-04-13T21:35:12.379Z Downloaded pin-utils v0.1.0
9342026-04-13T21:35:12.379Z Downloaded pin-project-lite v0.2.17
9352026-04-13T21:35:12.379Z Downloaded pin-project-internal v1.1.11
9362026-04-13T21:35:12.379Z Downloaded poly1305 v0.8.0
9372026-04-13T21:35:12.379Z Downloaded nonempty v0.12.0
9382026-04-13T21:35:12.379Z Downloaded radium v0.7.0
9392026-04-13T21:35:12.379Z Downloaded pkg-config v0.3.32
9402026-04-13T21:35:12.379Z Downloaded pkcs8 v0.10.2
9412026-04-13T21:35:12.379Z Downloaded rand_chacha v0.3.1
9422026-04-13T21:35:12.379Z Downloaded phf_shared v0.12.1
9432026-04-13T21:35:12.390Z Downloaded cc v1.2.56
9442026-04-13T21:35:12.390Z Downloaded darling_core v0.21.3
9452026-04-13T21:35:12.390Z Downloaded polyval v0.6.2
9462026-04-13T21:35:12.390Z Downloaded dropshot_endpoint v0.17.0
9472026-04-13T21:35:12.390Z Downloaded flate2 v1.1.9
9482026-04-13T21:35:12.390Z Downloaded ppv-lite86 v0.2.21
9492026-04-13T21:35:12.390Z Downloaded powerfmt v0.2.0
9502026-04-13T21:35:12.391Z Downloaded postgres-protocol v0.6.10
9512026-04-13T21:35:12.391Z Downloaded omicron-zone-package v0.12.2
9522026-04-13T21:35:12.391Z Downloaded memmap2 v0.9.10
9532026-04-13T21:35:12.391Z Downloaded recursive v0.1.1
9542026-04-13T21:35:12.391Z Downloaded derive_more-impl v2.1.1
9552026-04-13T21:35:12.391Z Downloaded predicates v3.1.4
9562026-04-13T21:35:12.391Z Downloaded ref-cast v1.0.25
9572026-04-13T21:35:12.391Z Downloaded expectorate v1.2.0
9582026-04-13T21:35:12.391Z Downloaded parking_lot v0.11.2
9592026-04-13T21:35:12.391Z Downloaded indicatif v0.18.4
9602026-04-13T21:35:12.392Z Downloaded parking_lot v0.12.5
9612026-04-13T21:35:12.392Z Downloaded ref-cast-impl v1.0.25
9622026-04-13T21:35:12.392Z Downloaded peg v0.8.5
9632026-04-13T21:35:12.392Z Downloaded diesel_derives v2.3.7
9642026-04-13T21:35:12.392Z Downloaded async-compression v0.4.41
9652026-04-13T21:35:12.392Z Downloaded rfc6979 v0.4.0
9662026-04-13T21:35:12.392Z Downloaded progenitor-extras v0.1.1
9672026-04-13T21:35:12.392Z Downloaded progenitor-client v0.13.0
9682026-04-13T21:35:12.392Z Downloaded recursive-proc-macro-impl v0.1.1
9692026-04-13T21:35:12.392Z Downloaded parse-display-derive v0.10.0
9702026-04-13T21:35:12.392Z Downloaded rustc_version v0.4.1
9712026-04-13T21:35:12.392Z Downloaded progenitor v0.13.0
9722026-04-13T21:35:12.392Z Downloaded phf v0.13.1
9732026-04-13T21:35:12.392Z Downloaded psl-types v2.0.11
9742026-04-13T21:35:12.392Z Downloaded progenitor v0.10.0
9752026-04-13T21:35:12.392Z Downloaded proc-macro-error2 v2.0.1
9762026-04-13T21:35:12.393Z Downloaded hickory-resolver v0.25.2
9772026-04-13T21:35:12.393Z Downloaded russh-cryptovec v0.7.3
9782026-04-13T21:35:12.393Z Downloaded rtoolbox v0.0.3
9792026-04-13T21:35:12.393Z Downloaded litrs v1.0.0
9802026-04-13T21:35:12.393Z Downloaded progenitor v0.11.2
9812026-04-13T21:35:12.393Z Downloaded pkcs5 v0.7.1
9822026-04-13T21:35:12.393Z Downloaded r2d2 v0.8.10
9832026-04-13T21:35:12.393Z Downloaded pkcs1 v0.7.5
9842026-04-13T21:35:12.393Z Downloaded hickory-resolver v0.24.4
9852026-04-13T21:35:12.393Z Downloaded peg-macros v0.8.5
9862026-04-13T21:35:12.393Z Downloaded rustc_version v0.1.7
9872026-04-13T21:35:12.393Z Downloaded postcard v1.1.3
9882026-04-13T21:35:12.393Z Downloaded rustc-hash v2.1.1
9892026-04-13T21:35:12.393Z Downloaded parking_lot_core v0.9.12
9902026-04-13T21:35:12.393Z Downloaded derive_more v2.1.1
9912026-04-13T21:35:12.394Z Downloaded scheduled-thread-pool v0.2.7
9922026-04-13T21:35:12.394Z Downloaded rand_xorshift v0.4.0
9932026-04-13T21:35:12.394Z Downloaded p256 v0.13.2
9942026-04-13T21:35:12.394Z Downloaded rand_core v0.10.0
9952026-04-13T21:35:12.394Z Downloaded rand_core v0.6.4
9962026-04-13T21:35:12.394Z Downloaded rand_core v0.9.5
9972026-04-13T21:35:12.394Z Downloaded papergrid v0.17.0
9982026-04-13T21:35:12.394Z Downloaded salsa20 v0.10.2
9992026-04-13T21:35:12.394Z Downloaded same-file v1.0.6
10002026-04-13T21:35:12.394Z Downloaded rand_seeder v0.4.0
10012026-04-13T21:35:12.394Z Downloaded oso v0.27.3
10022026-04-13T21:35:12.394Z Downloaded scrypt v0.11.0
10032026-04-13T21:35:12.394Z Downloaded hashbrown v0.13.2
10042026-04-13T21:35:12.394Z Downloaded serde-big-array v0.5.1
10052026-04-13T21:35:12.395Z Downloaded secrecy v0.10.3
10062026-04-13T21:35:12.395Z Downloaded ed25519-dalek v2.2.0
10072026-04-13T21:35:12.395Z Downloaded primeorder v0.13.6
10082026-04-13T21:35:12.395Z Downloaded rand_chacha v0.9.0
10092026-04-13T21:35:12.395Z Downloaded postgres-types v0.2.12
10102026-04-13T21:35:12.395Z Downloaded resolv-conf v0.7.6
10112026-04-13T21:35:12.395Z Downloaded quinn-udp v0.5.14
10122026-04-13T21:35:12.395Z Downloaded serde_bytes v0.11.19
10132026-04-13T21:35:12.395Z Downloaded seq-macro v0.3.6
10142026-04-13T21:35:12.395Z Downloaded semver v0.1.20
10152026-04-13T21:35:12.395Z Downloaded secrecy v0.8.0
10162026-04-13T21:35:12.395Z Downloaded http v1.4.0
10172026-04-13T21:35:12.395Z Downloaded scroll_derive v0.13.1
10182026-04-13T21:35:12.395Z Downloaded sapling-renderdag v0.1.0
10192026-04-13T21:35:12.396Z Downloaded shell-words v1.1.1
10202026-04-13T21:35:12.396Z Downloaded serde_repr v0.1.20
10212026-04-13T21:35:12.396Z Downloaded serde_spanned v1.0.4
10222026-04-13T21:35:12.396Z Downloaded serde_urlencoded v0.7.1
10232026-04-13T21:35:12.396Z Downloaded pin-project v1.1.11
10242026-04-13T21:35:12.396Z Downloaded signal-hook-tokio v0.3.1
10252026-04-13T21:35:12.396Z Downloaded sha1 v0.10.6
10262026-04-13T21:35:12.396Z Downloaded rustls-pemfile v2.2.0
10272026-04-13T21:35:12.396Z Downloaded der v0.7.10
10282026-04-13T21:35:12.396Z Downloaded prefix-trie v0.7.0
10292026-04-13T21:35:12.396Z Downloaded rustls-native-certs v0.8.3
10302026-04-13T21:35:12.396Z Downloaded siphasher v1.0.2
10312026-04-13T21:35:12.396Z Downloaded signature v2.2.0
10322026-04-13T21:35:12.397Z Downloaded serde_plain v1.0.2
10332026-04-13T21:35:12.397Z Downloaded sigpipe v0.1.3
10342026-04-13T21:35:12.397Z Downloaded signal-hook-mio v0.2.5
10352026-04-13T21:35:12.397Z Downloaded hashbrown v0.12.3
10362026-04-13T21:35:12.397Z Downloaded slog-bunyan v2.5.0
10372026-04-13T21:35:12.397Z Downloaded openssl-sys v0.9.111
10382026-04-13T21:35:12.397Z Downloaded miniz_oxide v0.8.9
10392026-04-13T21:35:12.397Z Downloaded rustls-pemfile v1.0.4
10402026-04-13T21:35:12.397Z Downloaded scroll v0.13.0
10412026-04-13T21:35:12.397Z Downloaded schemars_derive v0.8.22
10422026-04-13T21:35:12.397Z Downloaded slog-envlogger v2.2.0
10432026-04-13T21:35:12.404Z Downloaded progenitor-impl v0.10.0
10442026-04-13T21:35:12.404Z Downloaded rustversion v1.0.22
10452026-04-13T21:35:12.404Z Downloaded jiff-static v0.2.21
10462026-04-13T21:35:12.404Z Downloaded progenitor-impl v0.13.0
10472026-04-13T21:35:12.404Z Downloaded psm v0.1.30
10482026-04-13T21:35:12.405Z Downloaded scopeguard v1.2.0
10492026-04-13T21:35:12.405Z Downloaded sqlparser_derive v0.5.0
10502026-04-13T21:35:12.405Z Downloaded serde-hex v0.1.0
10512026-04-13T21:35:12.405Z Downloaded serde_derive_internals v0.29.1
10522026-04-13T21:35:12.405Z Downloaded sec1 v0.7.3
10532026-04-13T21:35:12.405Z Downloaded sct v0.7.1
10542026-04-13T21:35:12.405Z Downloaded hickory-server v0.25.2
10552026-04-13T21:35:12.405Z Downloaded progenitor-impl v0.11.2
10562026-04-13T21:35:12.405Z Downloaded serde_path_to_error v0.1.20
10572026-04-13T21:35:12.406Z Downloaded ssh-encoding v0.2.0
10582026-04-13T21:35:12.406Z Downloaded strip-ansi-escapes v0.2.1
10592026-04-13T21:35:12.406Z Downloaded ssh-cipher v0.2.0
10602026-04-13T21:35:12.406Z Downloaded structmeta v0.3.0
10612026-04-13T21:35:12.406Z Downloaded signal-hook-registry v1.4.8
10622026-04-13T21:35:12.406Z Downloaded structmeta-derive v0.3.0
10632026-04-13T21:35:12.406Z Downloaded pretty_assertions v1.4.1
10642026-04-13T21:35:12.406Z Downloaded shlex v1.3.0
10652026-04-13T21:35:12.406Z Downloaded rusty-fork v0.3.1
10662026-04-13T21:35:12.406Z Downloaded hyper-util v0.1.20
10672026-04-13T21:35:12.406Z Downloaded slab v0.4.12
10682026-04-13T21:35:12.407Z Downloaded strum v0.27.2
10692026-04-13T21:35:12.407Z Downloaded simd-adler32 v0.3.8
10702026-04-13T21:35:12.407Z Downloaded subtle v2.6.1
10712026-04-13T21:35:12.407Z Downloaded supports-color v3.0.2
10722026-04-13T21:35:12.407Z Downloaded rcgen v0.12.1
10732026-04-13T21:35:12.407Z Downloaded tagptr v0.2.0
10742026-04-13T21:35:12.407Z Downloaded tabwriter v1.4.1
10752026-04-13T21:35:12.407Z Downloaded sync_wrapper v1.0.2
10762026-04-13T21:35:12.407Z Downloaded prettyplease v0.2.37
10772026-04-13T21:35:12.407Z Downloaded slog-json v2.6.1
10782026-04-13T21:35:12.407Z Downloaded slog-async v2.8.0
10792026-04-13T21:35:12.407Z Downloaded minimal-lexical v0.2.1
10802026-04-13T21:35:12.407Z Downloaded slog-dtrace v0.3.0
10812026-04-13T21:35:12.408Z Downloaded tabled_derive v0.11.0
10822026-04-13T21:35:12.408Z Downloaded snafu-derive v0.8.9
10832026-04-13T21:35:12.408Z Downloaded sync-ptr v0.1.4
10842026-04-13T21:35:12.408Z Downloaded smf v0.2.3
10852026-04-13T21:35:12.408Z Downloaded take_mut v0.2.2
10862026-04-13T21:35:12.408Z Downloaded smallvec v0.6.14
10872026-04-13T21:35:12.408Z Downloaded slog-stdlog v4.1.1
10882026-04-13T21:35:12.408Z Downloaded slog-scope v4.4.1
10892026-04-13T21:35:12.408Z Downloaded tap v1.0.1
10902026-04-13T21:35:12.408Z Downloaded itertools v0.10.5
10912026-04-13T21:35:12.408Z Downloaded rustls-pki-types v1.14.0
10922026-04-13T21:35:12.408Z Downloaded ron v0.8.1
10932026-04-13T21:35:12.408Z Downloaded thread-id v5.1.0
10942026-04-13T21:35:12.409Z Downloaded testing_table v0.3.0
10952026-04-13T21:35:12.409Z Downloaded static_assertions v1.1.0
10962026-04-13T21:35:12.409Z Downloaded thiserror-impl-no-std v2.0.2
10972026-04-13T21:35:12.409Z Downloaded termtree v0.5.1
10982026-04-13T21:35:12.409Z Downloaded spki v0.7.3
10992026-04-13T21:35:12.409Z Downloaded russh-keys v0.45.0
11002026-04-13T21:35:12.409Z Downloaded time-core v0.1.8
11012026-04-13T21:35:12.409Z Downloaded sqlformat v0.3.5
11022026-04-13T21:35:12.409Z Downloaded serde_with_macros v3.17.0
11032026-04-13T21:35:12.409Z Downloaded tinyvec_macros v0.1.1
11042026-04-13T21:35:12.409Z Downloaded strum v0.26.3
11052026-04-13T21:35:12.409Z Downloaded stringprep v0.1.5
11062026-04-13T21:35:12.410Z Downloaded string_cache v0.8.9
11072026-04-13T21:35:12.410Z Downloaded strum_macros v0.24.3
11082026-04-13T21:35:12.410Z Downloaded stacker v0.1.23
11092026-04-13T21:35:12.410Z Downloaded rayon-core v1.13.0
11102026-04-13T21:35:12.410Z Downloaded strum_macros v0.26.4
11112026-04-13T21:35:12.410Z Downloaded strum_macros v0.27.2
11122026-04-13T21:35:12.410Z Downloaded mio v1.1.1
11132026-04-13T21:35:12.410Z Downloaded slog-term v2.9.2
11142026-04-13T21:35:12.410Z Downloaded spin v0.9.8
11152026-04-13T21:35:12.410Z Downloaded publicsuffix v2.3.0
11162026-04-13T21:35:12.410Z Downloaded thread_local v1.1.9
11172026-04-13T21:35:12.410Z Downloaded termios v0.3.3
11182026-04-13T21:35:12.410Z Downloaded serde_cbor v0.11.2
11192026-04-13T21:35:12.410Z Downloaded schemars v0.8.22
11202026-04-13T21:35:12.410Z Downloaded tower-service v0.3.3
11212026-04-13T21:35:12.410Z Downloaded quinn v0.11.9
11222026-04-13T21:35:12.410Z Downloaded tower-layer v0.3.3
11232026-04-13T21:35:12.410Z Downloaded qorb v0.4.1
11242026-04-13T21:35:12.411Z Downloaded thiserror-no-std v2.0.2
11252026-04-13T21:35:12.411Z Downloaded num-bigint v0.4.6
11262026-04-13T21:35:12.411Z Downloaded try-lock v0.2.5
11272026-04-13T21:35:12.411Z Downloaded trait-variant v0.1.2
11282026-04-13T21:35:12.411Z Downloaded tls_codec v0.4.2
11292026-04-13T21:35:12.411Z Downloaded hashbrown v0.15.5
11302026-04-13T21:35:12.411Z Downloaded tls_codec_derive v0.4.2
11312026-04-13T21:35:12.411Z Downloaded iddqd v0.3.17
11322026-04-13T21:35:12.411Z Downloaded signal-hook v0.3.18
11332026-04-13T21:35:12.411Z Downloaded tokio-rustls v0.25.0
11342026-04-13T21:35:12.411Z Downloaded unit-prefix v0.5.2
11352026-04-13T21:35:12.411Z Downloaded tokio-tungstenite v0.21.0
11362026-04-13T21:35:12.411Z Downloaded unicode-truncate v1.1.0
11372026-04-13T21:35:12.411Z Downloaded tokio-macros v2.6.0
11382026-04-13T21:35:12.411Z Downloaded similar v2.7.0
11392026-04-13T21:35:12.411Z Downloaded support-bundle-viewer v0.1.2
11402026-04-13T21:35:12.411Z Downloaded topological-sort v0.2.2
11412026-04-13T21:35:12.411Z Downloaded rustls-platform-verifier v0.6.2
11422026-04-13T21:35:12.411Z Downloaded typify-macro v0.4.3
11432026-04-13T21:35:12.418Z Downloaded ryu v1.0.23
11442026-04-13T21:35:12.418Z Downloaded slog v2.8.2
11452026-04-13T21:35:12.418Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11462026-04-13T21:35:12.418Z Downloaded usdt-macro v0.6.0
11472026-04-13T21:35:12.418Z Downloaded usdt-attr-macro v0.6.0
11482026-04-13T21:35:12.418Z Downloaded term v0.7.0
11492026-04-13T21:35:12.418Z Downloaded socket2 v0.6.2
11502026-04-13T21:35:12.418Z Downloaded iri-string v0.7.10
11512026-04-13T21:35:12.418Z Downloaded typify-macro v0.6.1
11522026-04-13T21:35:12.418Z Downloaded usdt v0.6.0
11532026-04-13T21:35:12.418Z Downloaded universal-hash v0.5.1
11542026-04-13T21:35:12.418Z Downloaded untrusted v0.9.0
11552026-04-13T21:35:12.418Z Downloaded untrusted v0.7.1
11562026-04-13T21:35:12.418Z Downloaded socket2 v0.5.10
11572026-04-13T21:35:12.418Z Downloaded tokio-dtrace v0.1.1
11582026-04-13T21:35:12.419Z Downloaded term v1.2.1
11592026-04-13T21:35:12.419Z Downloaded rand v0.8.5
11602026-04-13T21:35:12.419Z Downloaded tiny-keccak v2.0.2
11612026-04-13T21:35:12.419Z Downloaded rsa v0.9.10
11622026-04-13T21:35:12.419Z Downloaded time-macros v0.2.27
11632026-04-13T21:35:12.419Z Downloaded serde_yaml v0.9.34+deprecated
11642026-04-13T21:35:12.419Z Downloaded tokio-native-tls v0.3.1
11652026-04-13T21:35:12.419Z Downloaded rand v0.9.2
11662026-04-13T21:35:12.419Z Downloaded wait-timeout v0.2.1
11672026-04-13T21:35:12.419Z Downloaded hyper v1.8.1
11682026-04-13T21:35:12.419Z Downloaded nom v7.1.3
11692026-04-13T21:35:12.419Z Downloaded samael v0.0.19
11702026-04-13T21:35:12.419Z Downloaded waitgroup v0.1.2
11712026-04-13T21:35:12.419Z Downloaded want v0.3.1
11722026-04-13T21:35:12.419Z Downloaded tokio-tungstenite v0.23.1
11732026-04-13T21:35:12.419Z Downloaded futures-util v0.3.32
11742026-04-13T21:35:12.419Z Downloaded tui-tree-widget v0.23.1
11752026-04-13T21:35:12.419Z Downloaded libxml v0.3.3
11762026-04-13T21:35:12.420Z Downloaded schemars v0.9.0
11772026-04-13T21:35:12.420Z Downloaded xshell-macros v0.2.7
11782026-04-13T21:35:12.420Z Downloaded xattr v1.6.1
11792026-04-13T21:35:12.420Z Downloaded toml_writer v1.0.6+spec-1.1.0
11802026-04-13T21:35:12.420Z Downloaded unicase v2.9.0
11812026-04-13T21:35:12.420Z Downloaded unarray v0.1.4
11822026-04-13T21:35:12.420Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11832026-04-13T21:35:12.420Z Downloaded schemars v1.2.1
11842026-04-13T21:35:12.420Z Downloaded test-strategy v0.4.5
11852026-04-13T21:35:12.420Z Downloaded vergen-git2 v1.0.7
11862026-04-13T21:35:12.420Z Downloaded aho-corasick v1.1.4
11872026-04-13T21:35:12.420Z Downloaded vsss-rs v3.3.4
11882026-04-13T21:35:12.420Z Downloaded vergen-gitcl v1.0.8
11892026-04-13T21:35:12.420Z Downloaded num-bigint-dig v0.8.6
11902026-04-13T21:35:12.420Z Downloaded utf-8 v0.7.6
11912026-04-13T21:35:12.420Z Downloaded tokio-stream v0.1.18
11922026-04-13T21:35:12.420Z Downloaded tracing-attributes v0.1.31
11932026-04-13T21:35:12.420Z Downloaded itertools v0.14.0
11942026-04-13T21:35:12.420Z Downloaded rand v0.10.0
11952026-04-13T21:35:12.420Z Downloaded hkdf v0.12.4
11962026-04-13T21:35:12.421Z Downloaded zeroize_derive v1.4.3
11972026-04-13T21:35:12.421Z Downloaded itertools v0.12.1
11982026-04-13T21:35:12.421Z Downloaded zone v0.3.1
11992026-04-13T21:35:12.421Z Downloaded tokio-rustls v0.26.4
12002026-04-13T21:35:12.421Z Downloaded h2 v0.4.13
12012026-04-13T21:35:12.421Z Downloaded unicode-properties v0.1.4
12022026-04-13T21:35:12.421Z Downloaded chrono v0.4.44
12032026-04-13T21:35:12.421Z Downloaded uzers v0.12.2
12042026-04-13T21:35:12.421Z Downloaded rustls-webpki v0.103.9
12052026-04-13T21:35:12.421Z Downloaded void v1.0.2
12062026-04-13T21:35:12.421Z Downloaded toml v0.9.12+spec-1.1.0
12072026-04-13T21:35:12.421Z Downloaded toml v0.7.8
12082026-04-13T21:35:12.421Z Downloaded xshell v0.2.7
12092026-04-13T21:35:12.421Z Downloaded walkdir v2.5.0
12102026-04-13T21:35:12.421Z Downloaded toml_parser v1.0.9+spec-1.1.0
12112026-04-13T21:35:12.421Z Downloaded snafu v0.8.9
12122026-04-13T21:35:12.421Z Downloaded whoami v2.1.0
12132026-04-13T21:35:12.421Z Downloaded whoami v1.6.1
12142026-04-13T21:35:12.421Z Downloaded tar v0.4.45
12152026-04-13T21:35:12.421Z Downloaded toml v1.0.6+spec-1.1.0
12162026-04-13T21:35:12.421Z Downloaded wyz v0.5.1
12172026-04-13T21:35:12.421Z Downloaded twox-hash v2.1.2
12182026-04-13T21:35:12.421Z Downloaded subprocess v0.2.15
12192026-04-13T21:35:12.421Z Downloaded itertools v0.13.0
12202026-04-13T21:35:12.421Z Downloaded p521 v0.13.3
12212026-04-13T21:35:12.421Z Downloaded vergen-lib v0.1.6
12222026-04-13T21:35:12.422Z Downloaded tokio-rustls v0.24.1
12232026-04-13T21:35:12.422Z Downloaded zeroize v1.8.2
12242026-04-13T21:35:12.422Z Downloaded vergen v9.0.6
12252026-04-13T21:35:12.422Z Downloaded bindgen v0.71.1
12262026-04-13T21:35:12.422Z Downloaded zstd v0.13.3
12272026-04-13T21:35:12.422Z Downloaded zone_cfg_derive v0.3.1
12282026-04-13T21:35:12.422Z Downloaded typify v0.4.3
12292026-04-13T21:35:12.422Z Downloaded zstd-safe v7.2.4
12302026-04-13T21:35:12.422Z Downloaded unicode-bidi v0.3.18
12312026-04-13T21:35:12.422Z Downloaded steno v0.4.1
12322026-04-13T21:35:12.422Z Downloaded tinyvec v1.10.0
12332026-04-13T21:35:12.422Z Downloaded tracing-core v0.1.36
12342026-04-13T21:35:12.422Z Downloaded usdt-impl v0.6.0
12352026-04-13T21:35:12.422Z Downloaded yasna v0.5.2
12362026-04-13T21:35:12.422Z Downloaded typify v0.6.1
12372026-04-13T21:35:12.422Z Downloaded zerocopy v0.6.6
12382026-04-13T21:35:12.422Z Downloaded toml_edit v0.23.10+spec-1.0.0
12392026-04-13T21:35:12.422Z Downloaded rpassword v7.4.0
12402026-04-13T21:35:12.422Z Downloaded tungstenite v0.23.0
12412026-04-13T21:35:12.422Z Downloaded libm v0.2.16
12422026-04-13T21:35:12.422Z Downloaded rustyline v14.0.0
12432026-04-13T21:35:12.427Z Downloaded vte v0.14.1
12442026-04-13T21:35:12.427Z Downloaded russh v0.45.0
12452026-04-13T21:35:12.428Z Downloaded blake3 v1.8.3
12462026-04-13T21:35:12.428Z Downloaded zopfli v0.8.3
12472026-04-13T21:35:12.428Z Downloaded tokio-postgres v0.7.16
12482026-04-13T21:35:12.428Z Downloaded unsafe-libyaml v0.2.11
12492026-04-13T21:35:12.428Z Downloaded ssh-key v0.6.7
12502026-04-13T21:35:12.428Z Downloaded uuid v1.23.0
12512026-04-13T21:35:12.428Z Downloaded aws-lc-rs v1.16.0
12522026-04-13T21:35:12.428Z Downloaded tungstenite v0.21.0
12532026-04-13T21:35:12.428Z Downloaded regex v1.12.3
12542026-04-13T21:35:12.428Z Downloaded p384 v0.13.1
12552026-04-13T21:35:12.428Z Downloaded yansi v1.0.1
12562026-04-13T21:35:12.428Z Downloaded bitvec v1.0.1
12572026-04-13T21:35:12.428Z Downloaded zip v0.6.6
12582026-04-13T21:35:12.428Z Downloaded unicode_categories v0.1.1
12592026-04-13T21:35:12.428Z Downloaded toml_edit v0.19.15
12602026-04-13T21:35:12.428Z Downloaded unicode-segmentation v1.12.0
12612026-04-13T21:35:12.428Z Downloaded reqwest v0.13.2
12622026-04-13T21:35:12.428Z Downloaded portable-atomic v1.13.1
12632026-04-13T21:35:12.429Z Downloaded rayon v1.11.0
12642026-04-13T21:35:12.429Z Downloaded git2 v0.20.4
12652026-04-13T21:35:12.429Z Downloaded quick-xml v0.37.5
12662026-04-13T21:35:12.429Z Downloaded reedline v0.40.0
12672026-04-13T21:35:12.429Z Downloaded typed-path v0.9.3
12682026-04-13T21:35:12.429Z Downloaded lalrpop v0.19.12
12692026-04-13T21:35:12.429Z Downloaded salty v0.3.0
12702026-04-13T21:35:12.429Z Downloaded zerocopy-derive v0.8.40
12712026-04-13T21:35:12.429Z Downloaded x509-cert v0.2.5
12722026-04-13T21:35:12.429Z Downloaded tower v0.5.3
12732026-04-13T21:35:12.429Z Downloaded rustls-webpki v0.101.7
12742026-04-13T21:35:12.429Z Downloaded reqwest v0.12.28
12752026-04-13T21:35:12.430Z Downloaded tough v0.20.0
12762026-04-13T21:35:12.430Z Downloaded zip v4.6.1
12772026-04-13T21:35:12.430Z Downloaded moka v0.12.13
12782026-04-13T21:35:12.430Z Downloaded proptest v1.10.0
12792026-04-13T21:35:12.430Z Downloaded petname v2.0.2
12802026-04-13T21:35:12.430Z Downloaded tower-http v0.6.8
12812026-04-13T21:35:12.430Z Downloaded unicode-normalization v0.1.25
12822026-04-13T21:35:12.430Z Downloaded tokio-util v0.7.18
12832026-04-13T21:35:12.430Z Downloaded curve25519-dalek v4.1.3
12842026-04-13T21:35:12.430Z Downloaded serde_with v3.17.0
12852026-04-13T21:35:12.431Z Downloaded object v0.30.4
12862026-04-13T21:35:12.431Z Downloaded nix v0.27.1
12872026-04-13T21:35:12.431Z Downloaded rustls-webpki v0.102.8
12882026-04-13T21:35:12.431Z Downloaded quinn-proto v0.11.13
12892026-04-13T21:35:12.431Z Downloaded goblin v0.10.5
12902026-04-13T21:35:12.431Z Downloaded openssl v0.10.75
12912026-04-13T21:35:12.431Z Downloaded radix_trie v0.2.1
12922026-04-13T21:35:12.431Z Downloaded polar-core v0.27.3
12932026-04-13T21:35:12.431Z Downloaded winnow v0.5.40
12942026-04-13T21:35:12.431Z Downloaded winnow v0.6.26
12952026-04-13T21:35:12.431Z Downloaded rustls v0.21.12
12962026-04-13T21:35:12.431Z Downloaded tabled v0.20.0
12972026-04-13T21:35:12.435Z Downloaded time v0.3.47
12982026-04-13T21:35:12.439Z Downloaded smoltcp v0.9.1
12992026-04-13T21:35:12.443Z Downloaded dropshot v0.16.7
13002026-04-13T21:35:12.452Z Downloaded regex-syntax v0.6.29
13012026-04-13T21:35:12.456Z Downloaded nix v0.29.0
13022026-04-13T21:35:12.462Z Downloaded vcpkg v0.2.15
13032026-04-13T21:35:12.485Z Downloaded object v0.37.3
13042026-04-13T21:35:12.490Z Downloaded nix v0.31.1
13052026-04-13T21:35:12.496Z Downloaded zlib-rs v0.6.2
13062026-04-13T21:35:12.500Z Downloaded rustls v0.22.4
13072026-04-13T21:35:12.506Z Downloaded smoltcp v0.11.0
13082026-04-13T21:35:12.512Z Downloaded zerocopy v0.8.40
13092026-04-13T21:35:12.518Z Downloaded diesel v2.3.7
13102026-04-13T21:35:12.529Z Downloaded regex-syntax v0.8.10
13112026-04-13T21:35:12.533Z Downloaded rustix v0.38.44
13122026-04-13T21:35:12.547Z Downloaded rustls v0.23.37
13132026-04-13T21:35:12.553Z Downloaded hickory-proto v0.25.2
13142026-04-13T21:35:12.563Z Downloaded regress v0.10.5
13152026-04-13T21:35:12.569Z Downloaded openapiv3 v2.2.0
13162026-04-13T21:35:12.575Z Downloaded hickory-proto v0.24.4
13172026-04-13T21:35:12.584Z Downloaded webpki-roots v1.0.6
13182026-04-13T21:35:12.587Z Downloaded dropshot v0.17.0
13192026-04-13T21:35:12.600Z Downloaded nix v0.28.0
13202026-04-13T21:35:12.608Z Downloaded bstr v1.12.1
13212026-04-13T21:35:12.614Z Downloaded sqlparser v0.61.0
13222026-04-13T21:35:12.630Z Downloaded typify-impl v0.4.3
13232026-04-13T21:35:12.639Z Downloaded typify-impl v0.6.1
13242026-04-13T21:35:12.647Z Downloaded sled v0.34.7
13252026-04-13T21:35:12.655Z Downloaded bzip2-sys v0.1.13+1.0.8
13262026-04-13T21:35:12.659Z Downloaded tracing v0.1.44
13272026-04-13T21:35:12.673Z Downloaded regex-automata v0.4.14
13282026-04-13T21:35:12.685Z Downloaded chrono-tz v0.10.4
13292026-04-13T21:35:12.695Z Downloaded jiff v0.2.21
13302026-04-13T21:35:12.705Z Downloaded ratatui v0.29.0
13312026-04-13T21:35:12.715Z Downloaded zerocopy-derive v0.6.6
13322026-04-13T21:35:12.728Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13332026-04-13T21:35:12.746Z Downloaded petgraph v0.6.5
13342026-04-13T21:35:12.772Z Downloaded petgraph v0.8.3
13352026-04-13T21:35:12.793Z Downloaded csv v1.4.0
13362026-04-13T21:35:12.804Z Downloaded libz-sys v1.1.24
13372026-04-13T21:35:12.817Z Downloaded sha3 v0.10.8
13382026-04-13T21:35:12.825Z Downloaded tokio v1.50.0
13392026-04-13T21:35:12.847Z Downloaded encoding_rs v0.8.35
13402026-04-13T21:35:12.873Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-04-13T21:35:12.905Z Downloaded ring v0.17.14
13422026-04-13T21:35:13.421Z Downloaded aws-lc-sys v0.37.1
13432026-04-13T21:35:13.679Z Compiling libc v0.2.180
13442026-04-13T21:35:13.680Z Compiling serde v1.0.228
13452026-04-13T21:35:13.685Z Compiling shlex v1.3.0
13462026-04-13T21:35:13.685Z Compiling log v0.4.29
13472026-04-13T21:35:13.814Z Compiling find-msvc-tools v0.1.9
13482026-04-13T21:35:13.825Z Compiling smallvec v1.15.1
13492026-04-13T21:35:13.844Z Compiling syn v2.0.117
13502026-04-13T21:35:13.866Z Compiling typenum v1.19.0
13512026-04-13T21:35:14.020Z Compiling generic-array v0.14.7
13522026-04-13T21:35:14.034Z Compiling subtle v2.6.1
13532026-04-13T21:35:14.066Z Compiling scopeguard v1.2.0
13542026-04-13T21:35:14.168Z Compiling const-oid v0.9.6
13552026-04-13T21:35:14.191Z Compiling lock_api v0.4.14
13562026-04-13T21:35:14.223Z Compiling portable-atomic v1.13.1
13572026-04-13T21:35:14.251Z Compiling zerocopy v0.8.40
13582026-04-13T21:35:14.341Z Compiling critical-section v1.2.0
13592026-04-13T21:35:14.438Z Compiling serde_json v1.0.149
13602026-04-13T21:35:14.454Z Compiling pin-project-lite v0.2.17
13612026-04-13T21:35:14.550Z Compiling parking_lot_core v0.9.12
13622026-04-13T21:35:14.708Z Compiling pkg-config v0.3.32
13632026-04-13T21:35:14.788Z Compiling getrandom v0.2.17
13642026-04-13T21:35:14.803Z Compiling jobserver v0.1.34
13652026-04-13T21:35:14.846Z Compiling errno v0.3.14
13662026-04-13T21:35:14.915Z Compiling rand_core v0.6.4
13672026-04-13T21:35:15.015Z Compiling cc v1.2.56
13682026-04-13T21:35:15.177Z Compiling once_cell v1.21.3
13692026-04-13T21:35:15.194Z Compiling signal-hook-registry v1.4.8
13702026-04-13T21:35:15.221Z Compiling bitflags v2.11.0
13712026-04-13T21:35:15.260Z Compiling libm v0.2.16
13722026-04-13T21:35:15.308Z Compiling parking_lot v0.12.5
13732026-04-13T21:35:15.385Z Compiling mio v1.1.1
13742026-04-13T21:35:15.444Z Compiling num-traits v0.2.19
13752026-04-13T21:35:15.460Z Compiling futures-core v0.3.32
13762026-04-13T21:35:15.612Z Compiling percent-encoding v2.3.2
13772026-04-13T21:35:15.678Z Compiling socket2 v0.6.2
13782026-04-13T21:35:15.754Z Compiling allocator-api2 v0.2.21
13792026-04-13T21:35:15.792Z Compiling getrandom v0.3.4
13802026-04-13T21:35:15.808Z Compiling foldhash v0.2.0
13812026-04-13T21:35:15.843Z Compiling futures-sink v0.3.32
13822026-04-13T21:35:15.951Z Compiling cpufeatures v0.2.17
13832026-04-13T21:35:16.023Z Compiling futures-channel v0.3.32
13842026-04-13T21:35:16.037Z Compiling hashbrown v0.16.1
13852026-04-13T21:35:16.071Z Compiling futures-io v0.3.32
13862026-04-13T21:35:16.085Z Compiling futures-task v0.3.32
13872026-04-13T21:35:16.224Z Compiling slab v0.4.12
13882026-04-13T21:35:16.251Z Compiling rustversion v1.0.22
13892026-04-13T21:35:16.266Z Compiling form_urlencoded v1.2.2
13902026-04-13T21:35:16.441Z Compiling cmake v0.1.57
13912026-04-13T21:35:16.535Z Compiling dunce v1.0.5
13922026-04-13T21:35:16.616Z Compiling synstructure v0.13.2
13932026-04-13T21:35:16.630Z Compiling indexmap v2.13.0
13942026-04-13T21:35:16.672Z Compiling getrandom v0.4.1
13952026-04-13T21:35:16.732Z Compiling fs_extra v1.3.0
13962026-04-13T21:35:16.837Z Compiling base64ct v1.8.3
13972026-04-13T21:35:17.000Z Compiling ident_case v1.0.1
13982026-04-13T21:35:17.015Z Compiling aws-lc-sys v0.37.1
13992026-04-13T21:35:17.046Z Compiling flagset v0.4.7
14002026-04-13T21:35:17.127Z Compiling pem-rfc7468 v0.7.0
14012026-04-13T21:35:17.151Z Compiling rand_core v0.10.0
14022026-04-13T21:35:17.178Z Compiling rand_core v0.9.5
14032026-04-13T21:35:17.200Z Compiling iana-time-zone v0.1.65
14042026-04-13T21:35:17.215Z Compiling rustix v1.1.3
14052026-04-13T21:35:17.300Z Compiling ring v0.17.14
14062026-04-13T21:35:17.496Z Compiling uuid v1.23.0
14072026-04-13T21:35:17.496Z Compiling rustc_version v0.4.1
14082026-04-13T21:35:17.542Z Compiling aws-lc-rs v1.16.0
14092026-04-13T21:35:17.582Z Compiling vcpkg v0.2.15
14102026-04-13T21:35:17.829Z Compiling regex-syntax v0.8.10
14112026-04-13T21:35:17.848Z Compiling tracing-core v0.1.36
14122026-04-13T21:35:18.208Z Compiling pest_generator v2.8.6
14132026-04-13T21:35:18.326Z Compiling openssl-sys v0.9.111
14142026-04-13T21:35:18.386Z Compiling serde_derive v1.0.228
14152026-04-13T21:35:18.416Z Compiling zeroize_derive v1.4.3
14162026-04-13T21:35:18.865Z Compiling zerofrom-derive v0.1.6
14172026-04-13T21:35:18.938Z Compiling yoke-derive v0.8.1
14182026-04-13T21:35:19.048Z Compiling zerocopy-derive v0.8.40
14192026-04-13T21:35:19.072Z Compiling zeroize v1.8.2
14202026-04-13T21:35:19.846Z Compiling crypto-common v0.1.7
14212026-04-13T21:35:20.001Z Compiling block-buffer v0.10.4
14222026-04-13T21:35:20.111Z Compiling zerovec-derive v0.11.2
14232026-04-13T21:35:20.168Z Compiling digest v0.10.7
14242026-04-13T21:35:20.220Z Compiling displaydoc v0.2.5
14252026-04-13T21:35:20.276Z Compiling zerofrom v0.1.6
14262026-04-13T21:35:20.398Z Compiling yoke v0.8.1
14272026-04-13T21:35:20.416Z Compiling tokio-macros v2.6.0
14282026-04-13T21:35:20.585Z Compiling hmac v0.12.1
14292026-04-13T21:35:20.745Z Compiling futures-macro v0.3.32
14302026-04-13T21:35:20.955Z Compiling zerotrie v0.2.3
14312026-04-13T21:35:21.132Z Compiling block-padding v0.3.3
14322026-04-13T21:35:21.220Z Compiling zerovec v0.11.5
14332026-04-13T21:35:21.252Z Compiling inout v0.1.4
14342026-04-13T21:35:21.292Z Compiling sha2 v0.10.9
14352026-04-13T21:35:21.418Z Compiling cipher v0.4.4
14362026-04-13T21:35:21.518Z Compiling futures-util v0.3.32
14372026-04-13T21:35:21.671Z Compiling tinystr v0.8.2
14382026-04-13T21:35:21.715Z Compiling potential_utf v0.1.4
14392026-04-13T21:35:21.852Z Compiling bytes v1.11.1
14402026-04-13T21:35:21.866Z Compiling icu_locale_core v2.1.1
14412026-04-13T21:35:21.880Z Compiling icu_collections v2.1.1
14422026-04-13T21:35:21.952Z Compiling der_derive v0.7.3
14432026-04-13T21:35:22.375Z Compiling tokio v1.50.0
14442026-04-13T21:35:22.510Z Compiling icu_provider v2.1.1
14452026-04-13T21:35:22.727Z Compiling http v1.4.0
14462026-04-13T21:35:22.750Z Compiling icu_properties v2.1.2
14472026-04-13T21:35:22.809Z Compiling icu_normalizer v2.1.1
14482026-04-13T21:35:22.946Z Compiling der v0.7.10
14492026-04-13T21:35:23.353Z Compiling ppv-lite86 v0.2.21
14502026-04-13T21:35:23.522Z Compiling chrono v0.4.44
14512026-04-13T21:35:23.638Z Compiling idna_adapter v1.2.1
14522026-04-13T21:35:23.675Z Compiling salsa20 v0.10.2
14532026-04-13T21:35:23.778Z Compiling idna v1.1.0
14542026-04-13T21:35:23.813Z Compiling spki v0.7.3
14552026-04-13T21:35:23.828Z Compiling pbkdf2 v0.12.2
14562026-04-13T21:35:23.843Z Compiling thiserror-impl v2.0.18
14572026-04-13T21:35:23.944Z Compiling scrypt v0.11.0
14582026-04-13T21:35:24.014Z Compiling rand_chacha v0.9.0
14592026-04-13T21:35:24.149Z Compiling url v2.5.8
14602026-04-13T21:35:24.200Z Compiling cbc v0.1.2
14612026-04-13T21:35:24.350Z Compiling aes v0.8.4
14622026-04-13T21:35:24.411Z Compiling rustls-pki-types v1.14.0
14632026-04-13T21:35:24.700Z Compiling tracing-attributes v0.1.31
14642026-04-13T21:35:24.849Z Compiling pkcs5 v0.7.1
14652026-04-13T21:35:24.874Z Compiling rand v0.9.2
14662026-04-13T21:35:24.927Z Compiling http-body v1.0.1
14672026-04-13T21:35:25.131Z Compiling thiserror v2.0.18
14682026-04-13T21:35:25.148Z Compiling serde_derive_internals v0.29.1
14692026-04-13T21:35:25.240Z Compiling untrusted v0.7.1
14702026-04-13T21:35:25.311Z Compiling httparse v1.10.1
14712026-04-13T21:35:25.365Z Compiling base64 v0.22.1
14722026-04-13T21:35:25.392Z Compiling untrusted v0.9.0
14732026-04-13T21:35:25.516Z Compiling openssl-probe v0.2.1
14742026-04-13T21:35:25.642Z Compiling schemars v0.8.22
14752026-04-13T21:35:25.696Z Compiling pkcs8 v0.10.2
14762026-04-13T21:35:25.710Z Compiling pest_derive v2.8.6
14772026-04-13T21:35:25.853Z Compiling scroll_derive v0.13.1
14782026-04-13T21:35:25.991Z Compiling tracing v0.1.44
14792026-04-13T21:35:26.002Z Compiling darling_core v0.20.11
14802026-04-13T21:35:26.023Z Compiling schemars_derive v0.8.22
14812026-04-13T21:35:26.120Z Compiling tokio-util v0.7.18
14822026-04-13T21:35:26.253Z Compiling tinyvec_macros v0.1.1
14832026-04-13T21:35:26.326Z Compiling tower-layer v0.3.3
14842026-04-13T21:35:26.486Z Compiling try-lock v0.2.5
14852026-04-13T21:35:26.600Z Compiling rustls v0.23.37
14862026-04-13T21:35:26.637Z Compiling dyn-clone v1.0.20
14872026-04-13T21:35:26.770Z Compiling atomic-waker v1.1.2
14882026-04-13T21:35:26.773Z Compiling tower-service v0.3.3
14892026-04-13T21:35:26.870Z Compiling h2 v0.4.13
14902026-04-13T21:35:26.912Z Compiling scroll v0.13.0
14912026-04-13T21:35:27.124Z Compiling want v0.3.1
14922026-04-13T21:35:27.175Z Compiling tinyvec v1.10.0
14932026-04-13T21:35:27.459Z Compiling ipnet v2.11.0
14942026-04-13T21:35:27.573Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-04-13T21:35:27.614Z Compiling spin v0.9.8
14962026-04-13T21:35:27.825Z Compiling aho-corasick v1.1.4
14972026-04-13T21:35:27.962Z Compiling openssl v0.10.75
14982026-04-13T21:35:27.965Z Compiling pin-utils v0.1.0
14992026-04-13T21:35:28.031Z Compiling powerfmt v0.2.0
15002026-04-13T21:35:28.048Z Compiling time-core v0.1.8
15012026-04-13T21:35:28.191Z Compiling num-conv v0.2.0
15022026-04-13T21:35:28.205Z Compiling crc32fast v1.5.0
15032026-04-13T21:35:28.234Z Compiling httpdate v1.0.3
15042026-04-13T21:35:28.276Z Compiling darling_macro v0.20.11
15052026-04-13T21:35:28.325Z Compiling foreign-types-shared v0.1.1
15062026-04-13T21:35:28.415Z Compiling foreign-types v0.3.2
15072026-04-13T21:35:28.457Z Compiling time-macros v0.2.27
15082026-04-13T21:35:28.492Z Compiling tempfile v3.25.0
15092026-04-13T21:35:28.536Z Compiling deranged v0.5.8
15102026-04-13T21:35:28.745Z Compiling darling v0.20.11
15112026-04-13T21:35:28.830Z Compiling regex-automata v0.4.14
15122026-04-13T21:35:28.862Z Compiling goblin v0.10.5
15132026-04-13T21:35:29.500Z Compiling openssl-macros v0.1.1
15142026-04-13T21:35:29.514Z Compiling socket2 v0.5.10
15152026-04-13T21:35:29.885Z Compiling hyper v1.8.1
15162026-04-13T21:35:29.917Z Compiling wait-timeout v0.2.1
15172026-04-13T21:35:30.011Z Compiling num_threads v0.1.7
15182026-04-13T21:35:30.112Z Compiling bit-vec v0.8.0
15192026-04-13T21:35:30.179Z Compiling usdt-impl v0.6.0
15202026-04-13T21:35:30.341Z Compiling native-tls v0.2.18
15212026-04-13T21:35:30.382Z Compiling quick-error v1.2.3
15222026-04-13T21:35:30.491Z Compiling siphasher v1.0.2
15232026-04-13T21:35:30.539Z Compiling syn v1.0.109
15242026-04-13T21:35:30.680Z Compiling simd-adler32 v0.3.8
15252026-04-13T21:35:30.822Z Compiling crossbeam-utils v0.8.21
15262026-04-13T21:35:30.910Z Compiling rusty-fork v0.3.1
15272026-04-13T21:35:30.925Z Compiling hyper-util v0.1.20
15282026-04-13T21:35:31.146Z Compiling bit-set v0.8.0
15292026-04-13T21:35:31.219Z Compiling time v0.3.47
15302026-04-13T21:35:31.444Z Compiling derive_builder_core v0.20.2
15312026-04-13T21:35:32.330Z Compiling dof v0.4.0
15322026-04-13T21:35:32.825Z Compiling unicode-normalization v0.1.25
15332026-04-13T21:35:32.873Z Compiling dtrace-parser v0.3.0
15342026-04-13T21:35:32.911Z Compiling rustls-native-certs v0.8.3
15352026-04-13T21:35:33.106Z Compiling signature v2.2.0
15362026-04-13T21:35:33.205Z Compiling thiserror-impl v1.0.69
15372026-04-13T21:35:33.283Z Compiling scroll_derive v0.12.1
15382026-04-13T21:35:33.286Z Compiling heapless v0.7.17
15392026-04-13T21:35:33.511Z Compiling rand_xorshift v0.4.0
15402026-04-13T21:35:33.536Z Compiling slog v2.8.2
15412026-04-13T21:35:33.623Z Compiling darling_core v0.21.3
15422026-04-13T21:35:33.677Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-04-13T21:35:33.716Z Compiling sync_wrapper v1.0.2
15442026-04-13T21:35:33.823Z Compiling thread-id v5.1.0
15452026-04-13T21:35:33.910Z Compiling cookie v0.18.1
15462026-04-13T21:35:33.937Z Compiling paste v1.0.15
15472026-04-13T21:35:33.951Z Compiling signal-hook v0.3.18
15482026-04-13T21:35:34.094Z Compiling unicode-bidi v0.3.18
15492026-04-13T21:35:34.121Z Compiling zstd-safe v7.2.4
15502026-04-13T21:35:34.201Z Compiling unarray v0.1.4
15512026-04-13T21:35:34.238Z Compiling anyhow v1.0.102
15522026-04-13T21:35:34.309Z Compiling unicode-properties v0.1.4
15532026-04-13T21:35:34.324Z Compiling adler2 v2.0.1
15542026-04-13T21:35:34.450Z Compiling thiserror v1.0.69
15552026-04-13T21:35:34.465Z Compiling miniz_oxide v0.8.9
15562026-04-13T21:35:34.516Z Compiling stringprep v0.1.5
15572026-04-13T21:35:34.553Z Compiling proptest v1.10.0
15582026-04-13T21:35:34.753Z Compiling scroll v0.12.0
15592026-04-13T21:35:35.011Z Compiling tower v0.5.3
15602026-04-13T21:35:35.163Z Compiling derive_builder_macro v0.20.2
15612026-04-13T21:35:35.489Z Compiling ipnetwork v0.21.1
15622026-04-13T21:35:35.523Z Compiling http-body-util v0.1.3
15632026-04-13T21:35:35.611Z Compiling webpki-roots v1.0.6
15642026-04-13T21:35:35.734Z Compiling rand_chacha v0.3.1
15652026-04-13T21:35:35.763Z Compiling serde_spanned v0.6.9
15662026-04-13T21:35:35.874Z Compiling toml_datetime v0.6.11
15672026-04-13T21:35:35.912Z Compiling erased-serde v0.3.31
15682026-04-13T21:35:35.939Z Compiling serde_tokenstream v0.2.3
15692026-04-13T21:35:36.120Z Compiling darling_macro v0.21.3
15702026-04-13T21:35:36.137Z Compiling md-5 v0.10.6
15712026-04-13T21:35:36.251Z Compiling zerocopy-derive v0.7.35
15722026-04-13T21:35:36.302Z Compiling curve25519-dalek v4.1.3
15732026-04-13T21:35:36.401Z Compiling vergen-lib v0.1.6
15742026-04-13T21:35:36.544Z Compiling num-integer v0.1.46
15752026-04-13T21:35:36.586Z Compiling hash32 v0.2.1
15762026-04-13T21:35:36.600Z Compiling ff v0.13.1
15772026-04-13T21:35:36.634Z Compiling memoffset v0.9.1
15782026-04-13T21:35:36.738Z Compiling smoltcp v0.9.1
15792026-04-13T21:35:36.777Z Compiling fallible-iterator v0.2.0
15802026-04-13T21:35:36.833Z Compiling litrs v1.0.0
15812026-04-13T21:35:36.862Z Compiling zlib-rs v0.6.2
15822026-04-13T21:35:37.078Z Compiling psl-types v2.0.11
15832026-04-13T21:35:37.092Z Compiling iri-string v0.7.10
15842026-04-13T21:35:37.118Z Compiling num-bigint-dig v0.8.6
15852026-04-13T21:35:37.201Z Compiling rustix v0.38.44
15862026-04-13T21:35:37.338Z Compiling cfg_aliases v0.2.1
15872026-04-13T21:35:37.385Z Compiling ryu v1.0.23
15882026-04-13T21:35:37.414Z Compiling ref-cast v1.0.25
15892026-04-13T21:35:37.572Z Compiling base16ct v0.2.0
15902026-04-13T21:35:37.716Z Compiling sec1 v0.7.3
15912026-04-13T21:35:37.753Z Compiling serde_urlencoded v0.7.1
15922026-04-13T21:35:37.780Z Compiling nix v0.31.1
15932026-04-13T21:35:37.991Z Compiling document-features v0.2.12
15942026-04-13T21:35:38.024Z Compiling publicsuffix v2.3.0
15952026-04-13T21:35:38.151Z Compiling zerocopy v0.7.35
15962026-04-13T21:35:38.219Z Compiling postgres-protocol v0.6.10
15972026-04-13T21:35:38.575Z Compiling tower-http v0.6.8
15982026-04-13T21:35:38.605Z Compiling newtype-uuid v1.3.2
15992026-04-13T21:35:38.768Z Compiling num-iter v0.1.45
16002026-04-13T21:35:38.891Z Compiling group v0.13.0
16012026-04-13T21:35:38.974Z Compiling darling v0.21.3
16022026-04-13T21:35:39.059Z Compiling rand v0.8.5
16032026-04-13T21:35:39.071Z Compiling oxnet v0.1.4
16042026-04-13T21:35:39.264Z Compiling derive_builder v0.20.2
16052026-04-13T21:35:39.362Z Compiling hubpack_derive v0.1.1
16062026-04-13T21:35:39.414Z Compiling tokio-native-tls v0.3.1
16072026-04-13T21:35:39.488Z Compiling goblin v0.8.2
16082026-04-13T21:35:39.790Z Compiling flate2 v1.1.9
16092026-04-13T21:35:40.138Z Compiling regex v1.12.3
16102026-04-13T21:35:40.180Z Compiling phf_shared v0.13.1
16112026-04-13T21:35:40.194Z Compiling lazy_static v1.5.0
16122026-04-13T21:35:40.208Z Compiling cargo-platform v0.1.9
16132026-04-13T21:35:40.288Z Compiling hkdf v0.12.4
16142026-04-13T21:35:40.415Z Compiling crypto-bigint v0.5.5
16152026-04-13T21:35:40.435Z Compiling terminal_size v0.4.3
16162026-04-13T21:35:40.454Z Compiling strum_macros v0.27.2
16172026-04-13T21:35:40.457Z Compiling async-trait v0.1.89
16182026-04-13T21:35:40.569Z Compiling daft-derive v0.1.5
16192026-04-13T21:35:40.584Z Compiling curve25519-dalek-derive v0.1.1
16202026-04-13T21:35:41.219Z Compiling ref-cast-impl v1.0.25
16212026-04-13T21:35:41.274Z Compiling vergen v9.0.6
16222026-04-13T21:35:41.459Z Compiling fs-err v3.3.0
16232026-04-13T21:35:41.483Z Compiling ahash v0.8.12
16242026-04-13T21:35:41.648Z Compiling unicode-segmentation v1.12.0
16252026-04-13T21:35:41.683Z Compiling bumpalo v3.20.2
16262026-04-13T21:35:41.763Z Compiling libbz2-rs-sys v0.2.2
16272026-04-13T21:35:41.936Z Compiling winnow v0.5.40
16282026-04-13T21:35:42.039Z Compiling foldhash v0.1.5
16292026-04-13T21:35:42.215Z Compiling object v0.37.3
16302026-04-13T21:35:42.472Z Compiling managed v0.8.0
16312026-04-13T21:35:42.487Z Compiling bitflags v1.3.2
16322026-04-13T21:35:42.547Z Compiling strum v0.27.2
16332026-04-13T21:35:42.562Z Compiling bzip2 v0.6.1
16342026-04-13T21:35:42.565Z Compiling hashbrown v0.15.5
16352026-04-13T21:35:42.703Z Compiling zopfli v0.8.3
16362026-04-13T21:35:42.775Z Compiling clap_builder v4.5.60
16372026-04-13T21:35:43.126Z Compiling dof v0.3.0
16382026-04-13T21:35:43.266Z Compiling toml_edit v0.19.15
16392026-04-13T21:35:43.387Z Compiling elliptic-curve v0.13.8
16402026-04-13T21:35:43.402Z Compiling daft v0.1.5
16412026-04-13T21:35:43.675Z Compiling cargo_metadata v0.19.2
16422026-04-13T21:35:43.782Z Compiling phf v0.13.1
16432026-04-13T21:35:43.940Z Compiling signal-hook-mio v0.2.5
16442026-04-13T21:35:44.060Z Compiling cookie_store v0.22.1
16452026-04-13T21:35:44.991Z Compiling hubpack v0.1.2
16462026-04-13T21:35:45.087Z Compiling zstd v0.13.3
16472026-04-13T21:35:45.212Z Compiling hyper-tls v0.6.0
16482026-04-13T21:35:45.350Z Compiling bzip2 v0.4.4
16492026-04-13T21:35:45.442Z Compiling serde_with_macros v3.17.0
16502026-04-13T21:35:45.564Z Compiling postgres-types v0.2.12
16512026-04-13T21:35:45.773Z Compiling usdt-macro v0.6.0
16522026-04-13T21:35:45.869Z Compiling usdt-attr-macro v0.6.0
16532026-04-13T21:35:46.116Z Compiling dtrace-parser v0.2.0
16542026-04-13T21:35:46.464Z Compiling ed25519 v2.2.3
16552026-04-13T21:35:46.522Z Compiling bstr v1.12.1
16562026-04-13T21:35:46.563Z Compiling phf_shared v0.11.3
16572026-04-13T21:35:46.679Z Compiling pkcs1 v0.7.5
16582026-04-13T21:35:46.741Z Compiling hex v0.4.3
16592026-04-13T21:35:46.755Z Compiling serde-big-array v0.5.1
16602026-04-13T21:35:46.870Z Compiling rfc6979 v0.4.0
16612026-04-13T21:35:46.899Z Compiling strum_macros v0.26.4
16622026-04-13T21:35:46.996Z Compiling serde_repr v0.1.20
16632026-04-13T21:35:47.011Z Compiling clap_derive v4.5.55
16642026-04-13T21:35:47.075Z Compiling enum-as-inner v0.6.1
16652026-04-13T21:35:47.162Z Compiling float-cmp v0.10.0
16662026-04-13T21:35:47.353Z Compiling memmap2 v0.9.10
16672026-04-13T21:35:47.396Z Compiling thread-id v4.2.2
16682026-04-13T21:35:47.485Z Compiling env_filter v1.0.0
16692026-04-13T21:35:47.535Z Compiling encoding_rs v0.8.35
16702026-04-13T21:35:47.570Z Compiling rustc-hash v2.1.1
16712026-04-13T21:35:47.630Z Compiling fixedbitset v0.5.7
16722026-04-13T21:35:47.699Z Compiling new_debug_unreachable v1.0.6
16732026-04-13T21:35:47.776Z Compiling predicates-core v1.0.10
16742026-04-13T21:35:47.792Z Compiling either v1.15.0
16752026-04-13T21:35:47.940Z Compiling mime v0.3.17
16762026-04-13T21:35:47.957Z Compiling static_assertions v1.1.0
16772026-04-13T21:35:48.007Z Compiling keccak v0.1.6
16782026-04-13T21:35:48.036Z Compiling fixedbitset v0.4.2
16792026-04-13T21:35:48.201Z Compiling whoami v2.1.0
16802026-04-13T21:35:48.263Z Compiling normalize-line-endings v0.3.0
16812026-04-13T21:35:48.366Z Compiling difflib v0.4.0
16822026-04-13T21:35:48.592Z Compiling data-encoding v2.10.0
16832026-04-13T21:35:48.698Z Compiling jiff v0.2.21
16842026-04-13T21:35:48.824Z Compiling precomputed-hash v0.1.1
16852026-04-13T21:35:48.839Z Compiling clap v4.5.60
16862026-04-13T21:35:48.915Z Compiling string_cache v0.8.9
16872026-04-13T21:35:48.931Z Compiling hickory-proto v0.25.2
16882026-04-13T21:35:48.946Z Compiling strum v0.26.3
16892026-04-13T21:35:49.070Z Compiling predicates v3.1.4
16902026-04-13T21:35:49.084Z Compiling tokio-postgres v0.7.16
16912026-04-13T21:35:49.138Z Compiling petgraph v0.6.5
16922026-04-13T21:35:49.281Z Compiling sha3 v0.10.8
16932026-04-13T21:35:49.455Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16942026-04-13T21:35:49.717Z Compiling itertools v0.13.0
16952026-04-13T21:35:49.746Z Compiling petgraph v0.8.3
16962026-04-13T21:35:50.611Z Compiling toml_edit v0.22.27
16972026-04-13T21:35:50.920Z Compiling iddqd v0.3.17
16982026-04-13T21:35:51.256Z Compiling zip v4.6.1
16992026-04-13T21:35:51.655Z Compiling env_logger v0.11.9
17002026-04-13T21:35:52.004Z Compiling usdt v0.6.0
17012026-04-13T21:35:52.059Z Compiling usdt-impl v0.5.0
17022026-04-13T21:35:52.152Z Compiling ecdsa v0.16.9
17032026-04-13T21:35:52.216Z Compiling serde_with v3.17.0
17042026-04-13T21:35:52.272Z Compiling similar v2.7.0
17052026-04-13T21:35:52.607Z Compiling rsa v0.9.10
17062026-04-13T21:35:52.679Z Compiling ed25519-dalek v2.2.0
17072026-04-13T21:35:52.854Z Compiling crossterm v0.28.1
17082026-04-13T21:35:53.347Z Compiling zip v0.6.6
17092026-04-13T21:35:53.623Z Compiling toml v0.7.8
17102026-04-13T21:35:54.150Z Compiling toml_parser v1.0.9+spec-1.1.0
17112026-04-13T21:35:54.165Z Compiling heck v0.4.1
17122026-04-13T21:35:54.179Z Compiling crossbeam-epoch v0.9.18
17132026-04-13T21:35:54.221Z Compiling tokio-stream v0.1.18
17142026-04-13T21:35:54.393Z Compiling buf-list v1.1.2
17152026-04-13T21:35:54.510Z Compiling x509-cert v0.2.5
17162026-04-13T21:35:54.595Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17172026-04-13T21:35:54.678Z Compiling openapiv3 v2.2.0
17182026-04-13T21:35:54.693Z Compiling sha1 v0.10.6
17192026-04-13T21:35:54.774Z Compiling toml_datetime v0.7.5+spec-1.1.0
17202026-04-13T21:35:54.893Z Compiling peg-runtime v0.8.5
17212026-04-13T21:35:54.913Z Compiling lalrpop-util v0.19.12
17222026-04-13T21:35:55.066Z Compiling thread_local v1.1.9
17232026-04-13T21:35:55.105Z Compiling slog-async v2.8.0
17242026-04-13T21:35:55.174Z Compiling crossbeam-channel v0.5.15
17252026-04-13T21:35:55.322Z Compiling futures-executor v0.3.32
17262026-04-13T21:35:55.425Z Compiling filetime v0.2.27
17272026-04-13T21:35:55.600Z Compiling is-terminal v0.4.17
17282026-04-13T21:35:55.619Z Compiling take_mut v0.2.2
17292026-04-13T21:35:55.638Z Compiling term v1.2.1
17302026-04-13T21:35:55.693Z Compiling xattr v1.6.1
17312026-04-13T21:35:55.865Z Compiling tar v0.4.45
17322026-04-13T21:35:55.960Z Compiling slog-term v2.9.2
17332026-04-13T21:35:56.139Z Compiling futures v0.3.32
17342026-04-13T21:36:02.647Z Compiling rustls-webpki v0.103.9
17352026-04-13T21:36:05.445Z Compiling tokio-rustls v0.26.4
17362026-04-13T21:36:05.445Z Compiling rustls-platform-verifier v0.6.2
17372026-04-13T21:36:05.658Z Compiling hyper-rustls v0.27.7
17382026-04-13T21:36:05.855Z Compiling reqwest v0.12.28
17392026-04-13T21:36:05.855Z Compiling reqwest v0.13.2
17402026-04-13T21:36:07.954Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17412026-04-13T21:36:08.169Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17422026-04-13T21:36:10.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17432026-04-13T21:36:11.134Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17442026-04-13T21:36:11.187ZApr 13 21:36:09.846 INFO Starting download, target: DendriteStub
17452026-04-13T21:36:11.187ZApr 13 21:36:09.847 INFO Starting download, target: Console
17462026-04-13T21:36:11.187ZApr 13 21:36:09.847 INFO Starting download, target: Cockroach
17472026-04-13T21:36:11.191ZApr 13 21:36:09.847 INFO Starting download, target: MaghemiteMgd
17482026-04-13T21:36:11.191ZApr 13 21:36:09.847 INFO Starting download, target: Clickhouse
17492026-04-13T21:36:11.191ZApr 13 21:36:09.847 INFO Starting download, target: TransceiverControl
17502026-04-13T21:36:11.191ZApr 13 21:36:09.847 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17512026-04-13T21:36:11.191ZApr 13 21:36:09.847 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17522026-04-13T21:36:11.191ZApr 13 21:36:09.847 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17532026-04-13T21:36:11.191ZApr 13 21:36:09.847 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17542026-04-13T21:36:11.191ZApr 13 21:36:09.847 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17552026-04-13T21:36:11.191ZApr 13 21:36:09.847 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17562026-04-13T21:36:11.465ZApr 13 21:36:10.122 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17572026-04-13T21:36:11.681ZApr 13 21:36:10.329 INFO Download complete, target: TransceiverControl
17582026-04-13T21:36:12.136ZApr 13 21:36:10.792 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17592026-04-13T21:36:12.412ZApr 13 21:36:11.066 INFO Download complete, target: Console
17602026-04-13T21:36:12.765ZApr 13 21:36:11.422 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17612026-04-13T21:36:12.766ZApr 13 21:36:11.422 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17622026-04-13T21:36:12.786ZApr 13 21:36:11.443 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17632026-04-13T21:36:12.874ZApr 13 21:36:11.533 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17642026-04-13T21:36:14.022ZApr 13 21:36:12.681 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17652026-04-13T21:36:15.105ZApr 13 21:36:13.763 INFO Download complete, target: DendriteStub
17662026-04-13T21:36:15.111ZApr 13 21:36:13.770 INFO Download complete, target: MaghemiteMgd
17672026-04-13T21:36:17.286ZApr 13 21:36:15.945 INFO Checking that binary works, target: Cockroach
17682026-04-13T21:36:17.382ZApr 13 21:36:16.040 INFO Download complete, target: Cockroach
17692026-04-13T21:36:20.597ZApr 13 21:36:19.255 INFO Checking that binary works, target: Clickhouse
17702026-04-13T21:36:20.703ZApr 13 21:36:19.361 INFO Download complete, target: Clickhouse
17712026-04-13T21:36:20.718ZAll builder prerequisites installed successfully, and PATH looks valid
17722026-04-13T21:36:20.721Z
17732026-04-13T21:36:20.721Zreal 3:02.145064879
17742026-04-13T21:36:20.721Zuser 7:14.590782639
17752026-04-13T21:36:20.721Zsys 1:25.106597554
17762026-04-13T21:36:20.722Ztrap 0.217813163
17772026-04-13T21:36:20.722Ztflt 0.575864177
17782026-04-13T21:36:20.722Zdflt 0.515997841
17792026-04-13T21:36:20.722Zkflt 0.020931377
17802026-04-13T21:36:20.722Zlock 22:48.553132951
17812026-04-13T21:36:20.722Zslp 21:33.791820607
17822026-04-13T21:36:20.722Zlat 44.393525233
17832026-04-13T21:36:20.722Zstop 2:05.019269802
17842026-04-13T21:36:20.722Z+ banner clippy
17852026-04-13T21:36:20.722Z
17862026-04-13T21:36:20.722Z #### # # ##### ##### # #
17872026-04-13T21:36:20.722Z # # # # # # # # # #
17882026-04-13T21:36:20.722Z # # # # # # # #
17892026-04-13T21:36:20.722Z # # # ##### ##### #
17902026-04-13T21:36:20.722Z # # # # # # #
17912026-04-13T21:36:20.722Z #### ###### # # # #
17922026-04-13T21:36:20.722Z
17932026-04-13T21:36:20.722Z+ export CARGO_INCREMENTAL=0
17942026-04-13T21:36:20.722Z+ CARGO_INCREMENTAL=0
17952026-04-13T21:36:20.722Z+ ptime -m cargo xtask clippy
17962026-04-13T21:36:21.239Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17972026-04-13T21:36:21.459Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17982026-04-13T21:36:23.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17992026-04-13T21:36:23.402Z Running `target/debug/xtask clippy`
18002026-04-13T21:36:23.428Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18012026-04-13T21:36:24.028Z Downloading crates ...
18022026-04-13T21:36:24.223Z Downloaded addr2line v0.25.1
18032026-04-13T21:36:24.239Z Downloaded datatest-stable v0.3.3
18042026-04-13T21:36:24.242Z Downloaded anes v0.1.6
18052026-04-13T21:36:24.246Z Downloaded linkme-impl v0.3.35
18062026-04-13T21:36:24.249Z Downloaded gimli v0.32.3
18072026-04-13T21:36:24.253Z Downloaded target-spec v3.5.7
18082026-04-13T21:36:24.256Z Downloaded nested v0.1.1
18092026-04-13T21:36:24.256Z Downloaded guppy-workspace-hack v0.1.0
18102026-04-13T21:36:24.256Z Downloaded event-listener-strategy v0.5.4
18112026-04-13T21:36:24.259Z Downloaded relative-path v1.9.3
18122026-04-13T21:36:24.259Z Downloaded futures-timer v3.0.3
18132026-04-13T21:36:24.262Z Downloaded textwrap v0.15.2
18142026-04-13T21:36:24.262Z Downloaded oorandom v11.1.5
18152026-04-13T21:36:24.264Z Downloaded linkme v0.3.35
18162026-04-13T21:36:24.267Z Downloaded rustc-demangle v0.1.27
18172026-04-13T21:36:24.270Z Downloaded backtrace-ext v0.2.1
18182026-04-13T21:36:24.275Z Downloaded pathdiff v0.2.3
18192026-04-13T21:36:24.279Z Downloaded assert-json-diff v2.0.2
18202026-04-13T21:36:24.284Z Downloaded tokio-test v0.4.5
18212026-04-13T21:36:24.287Z Downloaded async-object-pool v0.2.0
18222026-04-13T21:36:24.290Z Downloaded terminal_size v0.1.17
18232026-04-13T21:36:24.290Z Downloaded target-triple v1.0.0
18242026-04-13T21:36:24.293Z Downloaded supports-unicode v2.1.0
18252026-04-13T21:36:24.293Z Downloaded approx v0.5.1
18262026-04-13T21:36:24.296Z Downloaded miette-derive v5.10.0
18272026-04-13T21:36:24.299Z Downloaded plotters-svg v0.3.7
18282026-04-13T21:36:24.299Z Downloaded parking v2.2.1
18292026-04-13T21:36:24.304Z Downloaded escape8259 v0.5.3
18302026-04-13T21:36:24.308Z Downloaded termcolor v1.4.1
18312026-04-13T21:36:24.311Z Downloaded stringmetrics v2.2.2
18322026-04-13T21:36:24.311Z Downloaded plotters-backend v0.3.7
18332026-04-13T21:36:24.314Z Downloaded owo-colors v3.5.0
18342026-04-13T21:36:24.317Z Downloaded supports-color v2.1.0
18352026-04-13T21:36:24.317Z Downloaded similar-asserts v1.7.0
18362026-04-13T21:36:24.322Z Downloaded serde_regex v1.1.0
18372026-04-13T21:36:24.324Z Downloaded cargo-platform v0.3.2
18382026-04-13T21:36:24.324Z Downloaded partial-io v0.5.4
18392026-04-13T21:36:24.327Z Downloaded target-lexicon v0.13.3
18402026-04-13T21:36:24.327Z Downloaded rust-argon2 v2.1.0
18412026-04-13T21:36:24.328Z Downloaded knuffel-derive v3.2.0
18422026-04-13T21:36:24.331Z Downloaded constant_time_eq v0.3.1
18432026-04-13T21:36:24.331Z Downloaded libtest-mimic v0.8.1
18442026-04-13T21:36:24.334Z Downloaded event-listener v5.4.1
18452026-04-13T21:36:24.334Z Downloaded cast v0.3.0
18462026-04-13T21:36:24.337Z Downloaded supports-hyperlinks v2.1.0
18472026-04-13T21:36:24.337Z Downloaded tinytemplate v1.2.1
18482026-04-13T21:36:24.340Z Downloaded path-tree v0.8.3
18492026-04-13T21:36:24.352Z Downloaded httptest v0.16.4
18502026-04-13T21:36:24.355Z Downloaded assert_cmd v2.1.2
18512026-04-13T21:36:24.355Z Downloaded concurrent-queue v2.5.0
18522026-04-13T21:36:24.358Z Downloaded blake2b_simd v1.0.4
18532026-04-13T21:36:24.361Z Downloaded cargo_metadata v0.23.1
18542026-04-13T21:36:24.361Z Downloaded hickory-client v0.25.2
18552026-04-13T21:36:24.363Z Downloaded criterion-plot v0.6.0
18562026-04-13T21:36:24.366Z Downloaded async-lock v3.4.2
18572026-04-13T21:36:24.366Z Downloaded cfg-expr v0.20.6
18582026-04-13T21:36:24.369Z Downloaded trybuild v1.0.116
18592026-04-13T21:36:24.372Z Downloaded rstest_macros v0.25.0
18602026-04-13T21:36:24.375Z Downloaded rand_distr v0.5.1
18612026-04-13T21:36:24.380Z Downloaded miette v5.10.0
18622026-04-13T21:36:24.383Z Downloaded rstest v0.25.0
18632026-04-13T21:36:24.386Z Downloaded guppy v0.17.25
18642026-04-13T21:36:24.389Z Downloaded fancy-regex v0.14.0
18652026-04-13T21:36:24.392Z Downloaded backtrace v0.3.76
18662026-04-13T21:36:24.395Z Downloaded hashbrown v0.14.5
18672026-04-13T21:36:24.398Z Downloaded knuffel v3.2.0
18682026-04-13T21:36:24.398Z Downloaded criterion v0.7.0
18692026-04-13T21:36:24.401Z Downloaded chumsky v0.9.3
18702026-04-13T21:36:24.404Z Downloaded plotters v0.3.7
18712026-04-13T21:36:24.505Z Downloaded httpmock v0.8.3
18722026-04-13T21:36:26.050Z Checking cfg-if v1.0.4
18732026-04-13T21:36:26.391Z Checking libc v0.2.180
18742026-04-13T21:36:26.395Z Checking serde_core v1.0.228
18752026-04-13T21:36:26.460Z Checking memchr v2.8.0
18762026-04-13T21:36:26.499Z Checking smallvec v1.15.1
18772026-04-13T21:36:26.538Z Checking itoa v1.0.17
18782026-04-13T21:36:26.538Z Checking log v0.4.29
18792026-04-13T21:36:26.612Z Checking zeroize v1.8.2
18802026-04-13T21:36:26.651Z Checking libm v0.2.16
18812026-04-13T21:36:26.704Z Checking scopeguard v1.2.0
18822026-04-13T21:36:26.742Z Checking stable_deref_trait v1.2.1
18832026-04-13T21:36:26.782Z Checking zmij v1.0.21
18842026-04-13T21:36:26.820Z Checking errno v0.3.14
18852026-04-13T21:36:26.820Z Checking getrandom v0.2.17
18862026-04-13T21:36:26.890Z Checking lock_api v0.4.14
18872026-04-13T21:36:26.925Z Checking zerofrom v0.1.6
18882026-04-13T21:36:26.964Z Checking percent-encoding v2.3.2
18892026-04-13T21:36:26.967Z Checking writeable v0.6.2
18902026-04-13T21:36:27.030Z Checking litemap v0.8.1
18912026-04-13T21:36:27.066Z Checking yoke v0.8.1
18922026-04-13T21:36:27.066Z Checking icu_properties_data v2.1.2
18932026-04-13T21:36:27.130Z Checking icu_normalizer_data v2.1.1
18942026-04-13T21:36:27.133Z Checking subtle v2.6.1
18952026-04-13T21:36:27.195Z Checking form_urlencoded v1.2.2
18962026-04-13T21:36:27.230Z Checking pin-project-lite v0.2.17
18972026-04-13T21:36:27.266Z Checking utf8_iter v1.0.4
18982026-04-13T21:36:27.269Z Checking zerovec v0.11.5
18992026-04-13T21:36:27.269Z Checking zerotrie v0.2.3
19002026-04-13T21:36:27.362Z Checking num-traits v0.2.19
19012026-04-13T21:36:27.397Z Checking rand_core v0.6.4
19022026-04-13T21:36:27.432Z Checking parking_lot_core v0.9.12
19032026-04-13T21:36:27.436Z Checking portable-atomic v1.13.1
19042026-04-13T21:36:27.497Z Checking zerocopy v0.8.40
19052026-04-13T21:36:27.585Z Checking critical-section v1.2.0
19062026-04-13T21:36:27.623Z Checking signal-hook-registry v1.4.8
19072026-04-13T21:36:27.673Z Checking parking_lot v0.12.5
19082026-04-13T21:36:27.713Z Checking mio v1.1.1
19092026-04-13T21:36:27.748Z Checking tinystr v0.8.2
19102026-04-13T21:36:27.810Z Checking potential_utf v0.1.4
19112026-04-13T21:36:27.852Z Checking once_cell v1.21.3
19122026-04-13T21:36:27.892Z Checking socket2 v0.6.2
19132026-04-13T21:36:27.929Z Checking typenum v1.19.0
19142026-04-13T21:36:27.932Z Checking serde v1.0.228
19152026-04-13T21:36:27.994Z Checking bitflags v2.11.0
19162026-04-13T21:36:27.997Z Checking serde_json v1.0.149
19172026-04-13T21:36:28.059Z Checking icu_locale_core v2.1.1
19182026-04-13T21:36:28.059Z Checking icu_collections v2.1.1
19192026-04-13T21:36:28.159Z Checking rand_core v0.10.0
19202026-04-13T21:36:28.197Z Checking iana-time-zone v0.1.65
19212026-04-13T21:36:28.333Z Checking getrandom v0.4.1
19222026-04-13T21:36:28.369Z Checking thiserror v2.0.18
19232026-04-13T21:36:28.405Z Checking bytes v1.11.1
19242026-04-13T21:36:28.440Z Checking chrono v0.4.44
19252026-04-13T21:36:28.473Z Checking generic-array v0.14.7
19262026-04-13T21:36:28.512Z Checking uuid v1.23.0
19272026-04-13T21:36:28.550Z Checking semver v1.0.27
19282026-04-13T21:36:28.625Z Checking icu_provider v2.1.1
19292026-04-13T21:36:28.711Z Checking futures-core v0.3.32
19302026-04-13T21:36:28.791Z Checking allocator-api2 v0.2.21
19312026-04-13T21:36:28.863Z Checking tokio v1.50.0
19322026-04-13T21:36:28.903Z Checking icu_normalizer v2.1.1
19332026-04-13T21:36:28.903Z Checking icu_properties v2.1.2
19342026-04-13T21:36:28.968Z Checking crypto-common v0.1.7
19352026-04-13T21:36:29.004Z Checking equivalent v1.0.2
19362026-04-13T21:36:29.100Z Checking dyn-clone v1.0.20
19372026-04-13T21:36:29.139Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19382026-04-13T21:36:29.142Z Checking const-oid v0.9.6
19392026-04-13T21:36:29.225Z Checking foldhash v0.2.0
19402026-04-13T21:36:29.260Z Checking getrandom v0.3.4
19412026-04-13T21:36:29.317Z Checking block-buffer v0.10.4
19422026-04-13T21:36:29.432Z Checking hashbrown v0.16.1
19432026-04-13T21:36:29.466Z Checking futures-sink v0.3.32
19442026-04-13T21:36:29.501Z Checking futures-io v0.3.32
19452026-04-13T21:36:29.504Z Checking slab v0.4.12
19462026-04-13T21:36:29.593Z Checking futures-channel v0.3.32
19472026-04-13T21:36:29.647Z Checking futures-task v0.3.32
19482026-04-13T21:36:29.720Z Checking rustix v1.1.3
19492026-04-13T21:36:29.793Z Checking idna_adapter v1.2.1
19502026-04-13T21:36:29.828Z Checking byteorder v1.5.0
19512026-04-13T21:36:29.831Z Checking futures-util v0.3.32
19522026-04-13T21:36:29.891Z Checking digest v0.10.7
19532026-04-13T21:36:29.941Z Checking idna v1.1.0
19542026-04-13T21:36:29.981Z Checking cpufeatures v0.2.17
19552026-04-13T21:36:30.056Z Checking indexmap v2.13.0
19562026-04-13T21:36:30.091Z Checking thiserror v1.0.69
19572026-04-13T21:36:30.124Z Checking fnv v1.0.7
19582026-04-13T21:36:30.215Z Checking regex-syntax v0.8.10
19592026-04-13T21:36:30.250Z Checking http v1.4.0
19602026-04-13T21:36:30.253Z Checking url v2.5.8
19612026-04-13T21:36:30.314Z Checking ppv-lite86 v0.2.21
19622026-04-13T21:36:30.575Z Checking tracing-core v0.1.36
19632026-04-13T21:36:30.629Z Checking base64 v0.22.1
19642026-04-13T21:36:30.664Z Checking ipnet v2.11.0
19652026-04-13T21:36:30.732Z Checking schemars v0.8.22
19662026-04-13T21:36:30.838Z Checking unicode-ident v1.0.24
19672026-04-13T21:36:30.891Z Checking untrusted v0.9.0
19682026-04-13T21:36:30.926Z Checking tracing v0.1.44
19692026-04-13T21:36:30.963Z Checking utf8parse v0.2.2
19702026-04-13T21:36:30.995Z Checking anstyle v1.0.13
19712026-04-13T21:36:31.029Z Checking ring v0.17.14
19722026-04-13T21:36:31.087Z Checking proc-macro2 v1.0.106
19732026-04-13T21:36:31.155Z Checking base64ct v1.8.3
19742026-04-13T21:36:31.198Z Checking anstyle-parse v0.2.7
19752026-04-13T21:36:31.379Z Checking block-padding v0.3.3
19762026-04-13T21:36:31.415Z Checking aho-corasick v1.1.4
19772026-04-13T21:36:31.417Z Checking quote v1.0.44
19782026-04-13T21:36:31.447Z Checking colorchoice v1.0.4
19792026-04-13T21:36:31.534Z Checking is_terminal_polyfill v1.70.2
19802026-04-13T21:36:31.538Z Checking anstyle-query v1.1.5
19812026-04-13T21:36:31.602Z Checking inout v0.1.4
19822026-04-13T21:36:31.639Z Checking syn v2.0.117
19832026-04-13T21:36:31.672Z Checking rustls-pki-types v1.14.0
19842026-04-13T21:36:31.707Z Checking anstream v0.6.21
19852026-04-13T21:36:31.769Z Checking crossbeam-utils v0.8.21
19862026-04-13T21:36:31.772Z Checking httparse v1.10.1
19872026-04-13T21:36:31.927Z Checking cipher v0.4.4
19882026-04-13T21:36:31.982Z Checking terminal_size v0.4.3
19892026-04-13T21:36:32.025Z Checking clap_lex v1.0.0
19902026-04-13T21:36:32.061Z Checking strsim v0.11.1
19912026-04-13T21:36:32.101Z Checking tokio-util v0.7.18
19922026-04-13T21:36:32.137Z Checking pem-rfc7468 v0.7.0
19932026-04-13T21:36:32.140Z Checking regex-automata v0.4.14
19942026-04-13T21:36:32.140Z Checking http-body v1.0.1
19952026-04-13T21:36:32.233Z Checking sha2 v0.10.9
19962026-04-13T21:36:32.236Z Checking atomic-waker v1.1.2
19972026-04-13T21:36:32.236Z Checking clap_builder v4.5.60
19982026-04-13T21:36:32.329Z Checking hmac v0.12.1
19992026-04-13T21:36:32.363Z Checking rand_core v0.9.5
20002026-04-13T21:36:32.397Z Checking try-lock v0.2.5
20012026-04-13T21:36:32.484Z Checking httpdate v1.0.3
20022026-04-13T21:36:32.523Z Checking want v0.3.1
20032026-04-13T21:36:32.558Z Checking flagset v0.4.7
20042026-04-13T21:36:32.591Z Checking tower-layer v0.3.3
20052026-04-13T21:36:32.652Z Checking ryu v1.0.23
20062026-04-13T21:36:32.687Z Checking tower-service v0.3.3
20072026-04-13T21:36:32.721Z Checking pin-utils v0.1.0
20082026-04-13T21:36:32.724Z Checking h2 v0.4.13
20092026-04-13T21:36:32.787Z Checking der v0.7.10
20102026-04-13T21:36:32.820Z Checking erased-serde v0.3.31
20112026-04-13T21:36:32.824Z Checking powerfmt v0.2.0
20122026-04-13T21:36:32.825Z Checking rand_chacha v0.9.0
20132026-04-13T21:36:33.029Z Checking deranged v0.5.8
20142026-04-13T21:36:33.102Z Checking spin v0.9.8
20152026-04-13T21:36:33.220Z Checking slog v2.8.2
20162026-04-13T21:36:33.307Z Checking socket2 v0.5.10
20172026-04-13T21:36:33.507Z Checking num-conv v0.2.0
20182026-04-13T21:36:33.544Z Checking time-core v0.1.8
20192026-04-13T21:36:33.547Z Checking clap v4.5.60
20202026-04-13T21:36:33.608Z Checking num_threads v0.1.7
20212026-04-13T21:36:33.648Z Checking rand v0.9.2
20222026-04-13T21:36:33.683Z Checking anyhow v1.0.102
20232026-04-13T21:36:33.718Z Checking http-body-util v0.1.3
20242026-04-13T21:36:33.721Z Checking aws-lc-sys v0.37.1
20252026-04-13T21:36:33.907Z Checking fastrand v2.3.0
20262026-04-13T21:36:33.910Z Checking untrusted v0.7.1
20272026-04-13T21:36:33.975Z Checking time v0.3.47
20282026-04-13T21:36:33.978Z Checking spki v0.7.3
20292026-04-13T21:36:34.041Z Checking serde_urlencoded v0.7.1
20302026-04-13T21:36:34.077Z Checking pbkdf2 v0.12.2
20312026-04-13T21:36:34.113Z Checking aes v0.8.4
20322026-04-13T21:36:34.148Z Checking openssl-probe v0.2.1
20332026-04-13T21:36:34.196Z Checking regex v1.12.3
20342026-04-13T21:36:34.231Z Checking cbc v0.1.2
20352026-04-13T21:36:34.265Z Checking aws-lc-rs v1.16.0
20362026-04-13T21:36:34.268Z Checking salsa20 v0.10.2
20372026-04-13T21:36:34.301Z Checking rand_chacha v0.3.1
20382026-04-13T21:36:34.385Z Checking hex v0.4.3
20392026-04-13T21:36:34.462Z Checking pretty-hex v0.4.1
20402026-04-13T21:36:34.520Z Checking scrypt v0.11.0
20412026-04-13T21:36:34.555Z Checking tempfile v3.25.0
20422026-04-13T21:36:34.589Z Checking rand v0.8.5
20432026-04-13T21:36:34.623Z Checking ipnetwork v0.21.1
20442026-04-13T21:36:34.659Z Checking plain v0.2.3
20452026-04-13T21:36:34.693Z Checking pkcs5 v0.7.1
20462026-04-13T21:36:34.778Z Checking camino v1.2.2
20472026-04-13T21:36:34.813Z Checking ucd-trie v0.1.7
20482026-04-13T21:36:34.864Z Checking rustls-native-certs v0.8.3
20492026-04-13T21:36:34.974Z Checking pest v2.8.6
20502026-04-13T21:36:35.009Z Checking pkcs8 v0.10.2
20512026-04-13T21:36:35.043Z Checking sync_wrapper v1.0.2
20522026-04-13T21:36:35.078Z Checking webpki-roots v1.0.6
20532026-04-13T21:36:35.124Z Checking rustls-webpki v0.103.9
20542026-04-13T21:36:35.160Z Checking simd-adler32 v0.3.8
20552026-04-13T21:36:35.163Z Checking iri-string v0.7.10
20562026-04-13T21:36:35.228Z Checking tower v0.5.3
20572026-04-13T21:36:35.231Z Checking openapiv3 v2.2.0
20582026-04-13T21:36:35.232Z Checking either v1.15.0
20592026-04-13T21:36:35.356Z Checking mime v0.3.17
20602026-04-13T21:36:35.497Z Checking hyper v1.8.1
20612026-04-13T21:36:35.564Z Checking rustls v0.23.37
20622026-04-13T21:36:35.599Z Checking adler2 v2.0.1
20632026-04-13T21:36:35.602Z Checking winnow v0.7.14
20642026-04-13T21:36:35.696Z Checking static_assertions v1.1.0
20652026-04-13T21:36:35.734Z Checking miniz_oxide v0.8.9
20662026-04-13T21:36:35.794Z Checking oxnet v0.1.4
20672026-04-13T21:36:36.052Z Checking lazy_static v1.5.0
20682026-04-13T21:36:36.089Z Checking signature v2.2.0
20692026-04-13T21:36:36.122Z Checking hubpack v0.1.2
20702026-04-13T21:36:36.170Z Checking encoding_rs v0.8.35
20712026-04-13T21:36:36.239Z Checking tower-http v0.6.8
20722026-04-13T21:36:36.242Z Checking strum v0.26.3
20732026-04-13T21:36:36.313Z Checking crc32fast v1.5.0
20742026-04-13T21:36:36.408Z Checking foreign-types-shared v0.1.1
20752026-04-13T21:36:36.444Z Checking hyper-util v0.1.20
20762026-04-13T21:36:36.478Z Checking sha1 v0.10.6
20772026-04-13T21:36:36.519Z Checking foreign-types v0.3.2
20782026-04-13T21:36:36.554Z Checking openssl-sys v0.9.111
20792026-04-13T21:36:36.615Z Checking tinyvec_macros v0.1.1
20802026-04-13T21:36:36.650Z Checking toml_datetime v0.6.11
20812026-04-13T21:36:36.685Z Checking serde_spanned v0.6.9
20822026-04-13T21:36:36.720Z Checking tinyvec v1.10.0
20832026-04-13T21:36:36.839Z Checking num-integer v0.1.46
20842026-04-13T21:36:36.876Z Checking data-encoding v2.10.0
20852026-04-13T21:36:36.879Z Checking scroll v0.13.0
20862026-04-13T21:36:37.052Z Checking bit-vec v0.8.0
20872026-04-13T21:36:37.088Z Checking openssl v0.10.75
20882026-04-13T21:36:37.091Z Checking zlib-rs v0.6.2
20892026-04-13T21:36:37.155Z Checking base16ct v0.2.0
20902026-04-13T21:36:37.158Z Checking goblin v0.10.5
20912026-04-13T21:36:37.222Z Checking ff v0.13.1
20922026-04-13T21:36:37.269Z Checking bit-set v0.8.0
20932026-04-13T21:36:37.309Z Checking sec1 v0.7.3
20942026-04-13T21:36:37.377Z Checking wait-timeout v0.2.1
20952026-04-13T21:36:37.440Z Checking memmap2 v0.9.10
20962026-04-13T21:36:37.526Z Checking group v0.13.0
20972026-04-13T21:36:37.561Z Checking num-iter v0.1.45
20982026-04-13T21:36:37.624Z Checking dtrace-parser v0.3.0
20992026-04-13T21:36:37.695Z Checking bstr v1.12.1
21002026-04-13T21:36:37.698Z Checking hkdf v0.12.4
21012026-04-13T21:36:37.761Z Checking crossbeam-epoch v0.9.18
21022026-04-13T21:36:37.887Z Checking ahash v0.8.12
21032026-04-13T21:36:37.891Z Checking crypto-bigint v0.5.5
21042026-04-13T21:36:37.954Z Checking tokio-rustls v0.26.4
21052026-04-13T21:36:38.000Z Checking thread-id v5.1.0
21062026-04-13T21:36:38.035Z Checking flate2 v1.1.9
21072026-04-13T21:36:38.107Z Checking psl-types v2.0.11
21082026-04-13T21:36:38.144Z Checking quick-error v1.2.3
21092026-04-13T21:36:38.148Z Checking cookie v0.18.1
21102026-04-13T21:36:38.213Z Checking hyper-rustls v0.27.7
21112026-04-13T21:36:38.250Z Checking publicsuffix v2.3.0
21122026-04-13T21:36:38.284Z Checking rusty-fork v0.3.1
21132026-04-13T21:36:38.349Z Checking rand_xorshift v0.4.0
21142026-04-13T21:36:38.432Z Checking scroll v0.12.0
21152026-04-13T21:36:38.435Z Checking unarray v0.1.4
21162026-04-13T21:36:38.500Z Checking cookie_store v0.22.1
21172026-04-13T21:36:38.503Z Checking rustls-platform-verifier v0.6.2
21182026-04-13T21:36:38.503Z Checking num-bigint-dig v0.8.6
21192026-04-13T21:36:38.597Z Checking proptest v1.10.0
21202026-04-13T21:36:38.678Z Checking goblin v0.8.2
21212026-04-13T21:36:38.723Z Checking pkcs1 v0.7.5
21222026-04-13T21:36:38.794Z Checking elliptic-curve v0.13.8
21232026-04-13T21:36:38.851Z Checking x509-cert v0.2.5
21242026-04-13T21:36:38.957Z Checking zerocopy v0.7.35
21252026-04-13T21:36:39.067Z Checking native-tls v0.2.18
21262026-04-13T21:36:39.124Z Checking unicode-segmentation v1.12.0
21272026-04-13T21:36:39.268Z Checking tokio-native-tls v0.3.1
21282026-04-13T21:36:39.360Z Checking rsa v0.9.10
21292026-04-13T21:36:39.461Z Checking hyper-tls v0.6.0
21302026-04-13T21:36:39.497Z Checking reqwest v0.13.2
21312026-04-13T21:36:39.500Z Checking dtrace-parser v0.2.0
21322026-04-13T21:36:39.562Z Checking dof v0.4.0
21332026-04-13T21:36:39.565Z Checking rfc6979 v0.4.0
21342026-04-13T21:36:39.658Z Checking reqwest v0.12.28
21352026-04-13T21:36:39.737Z Checking thread-id v4.2.2
21362026-04-13T21:36:39.791Z Checking toml_write v0.1.2
21372026-04-13T21:36:39.846Z Checking ecdsa v0.16.9
21382026-04-13T21:36:39.881Z Checking toml_parser v1.0.9+spec-1.1.0
21392026-04-13T21:36:39.984Z Checking toml_edit v0.22.27
21402026-04-13T21:36:40.205Z Checking curve25519-dalek v4.1.3
21412026-04-13T21:36:40.241Z Checking usdt-impl v0.6.0
21422026-04-13T21:36:40.244Z Checking rustix v0.38.44
21432026-04-13T21:36:40.355Z Checking memoffset v0.9.1
21442026-04-13T21:36:40.400Z Checking newtype-uuid v1.3.2
21452026-04-13T21:36:40.465Z Checking env_filter v1.0.0
21462026-04-13T21:36:40.514Z Checking keccak v0.1.6
21472026-04-13T21:36:40.549Z Checking usdt v0.6.0
21482026-04-13T21:36:40.588Z Checking dof v0.3.0
21492026-04-13T21:36:40.626Z Checking daft v0.1.5
21502026-04-13T21:36:40.661Z Checking env_logger v0.11.9
21512026-04-13T21:36:40.702Z Checking sha3 v0.10.8
21522026-04-13T21:36:40.738Z Checking ed25519 v2.2.3
21532026-04-13T21:36:40.872Z Checking itertools v0.13.0
21542026-04-13T21:36:40.909Z Checking usdt-impl v0.5.0
21552026-04-13T21:36:40.912Z Checking serde_with v3.17.0
21562026-04-13T21:36:40.975Z Checking siphasher v1.0.2
21572026-04-13T21:36:40.978Z Checking bitflags v1.3.2
21582026-04-13T21:36:41.040Z Checking ed25519-dalek v2.2.0
21592026-04-13T21:36:41.076Z Checking unicode-normalization v0.1.25
21602026-04-13T21:36:41.112Z Checking signal-hook v0.3.18
21612026-04-13T21:36:41.115Z Checking managed v0.8.0
21622026-04-13T21:36:41.179Z Checking winnow v0.5.40
21632026-04-13T21:36:41.215Z Checking nix v0.31.1
21642026-04-13T21:36:41.289Z Checking bzip2-sys v0.1.13+1.0.8
21652026-04-13T21:36:41.331Z Checking object v0.37.3
21662026-04-13T21:36:41.367Z Checking foldhash v0.1.5
21672026-04-13T21:36:41.402Z Checking bzip2 v0.4.4
21682026-04-13T21:36:41.495Z Checking signal-hook-mio v0.2.5
21692026-04-13T21:36:41.529Z Checking hashbrown v0.15.5
21702026-04-13T21:36:41.587Z Checking ref-cast v1.0.25
21712026-04-13T21:36:41.622Z Checking zstd-sys v2.0.16+zstd.1.5.7
21722026-04-13T21:36:41.710Z Checking toml_datetime v0.7.5+spec-1.1.0
21732026-04-13T21:36:41.759Z Checking zstd-safe v7.2.4
21742026-04-13T21:36:41.933Z Checking zip v0.6.6
21752026-04-13T21:36:41.936Z Checking libbz2-rs-sys v0.2.2
21762026-04-13T21:36:41.999Z Checking bumpalo v3.20.2
21772026-04-13T21:36:42.003Z Checking zstd v0.13.3
21782026-04-13T21:36:42.226Z Checking zopfli v0.8.3
21792026-04-13T21:36:42.262Z Checking crossterm v0.28.1
21802026-04-13T21:36:42.266Z Checking similar v2.7.0
21812026-04-13T21:36:42.329Z Checking tokio-stream v0.1.18
21822026-04-13T21:36:42.365Z Checking toml_edit v0.19.15
21832026-04-13T21:36:42.368Z Checking fs-err v3.3.0
21842026-04-13T21:36:42.431Z Checking bzip2 v0.6.1
21852026-04-13T21:36:42.573Z Checking hash32 v0.2.1
21862026-04-13T21:36:42.619Z Checking serde-big-array v0.5.1
21872026-04-13T21:36:42.702Z Checking unicode-bidi v0.3.18
21882026-04-13T21:36:42.738Z Checking jiff v0.2.21
21892026-04-13T21:36:42.741Z Checking unicode-properties v0.1.4
21902026-04-13T21:36:42.804Z Checking predicates-core v1.0.10
21912026-04-13T21:36:42.807Z Checking heapless v0.7.17
21922026-04-13T21:36:42.955Z Checking hickory-proto v0.25.2
21932026-04-13T21:36:42.991Z Checking md-5 v0.10.6
21942026-04-13T21:36:42.994Z Checking float-cmp v0.10.0
21952026-04-13T21:36:43.055Z Checking stringprep v0.1.5
21962026-04-13T21:36:43.154Z Checking normalize-line-endings v0.3.0
21972026-04-13T21:36:43.191Z Checking fallible-iterator v0.2.0
21982026-04-13T21:36:43.232Z Checking rustc-hash v2.1.1
21992026-04-13T21:36:43.268Z Checking difflib v0.4.0
22002026-04-13T21:36:43.302Z Checking smoltcp v0.9.1
22012026-04-13T21:36:43.373Z Checking iddqd v0.3.17
22022026-04-13T21:36:43.408Z Checking toml v0.7.8
22032026-04-13T21:36:43.471Z Checking predicates v3.1.4
22042026-04-13T21:36:43.506Z Checking postgres-protocol v0.6.10
22052026-04-13T21:36:43.626Z Checking phf_shared v0.13.1
22062026-04-13T21:36:43.744Z Checking phf_shared v0.11.3
22072026-04-13T21:36:43.793Z Checking buf-list v1.1.2
22082026-04-13T21:36:43.833Z Checking strum v0.27.2
22092026-04-13T21:36:43.868Z Checking lalrpop-util v0.19.12
22102026-04-13T21:36:43.905Z Checking new_debug_unreachable v1.0.6
22112026-04-13T21:36:43.939Z Checking precomputed-hash v0.1.1
22122026-04-13T21:36:43.973Z Checking fixedbitset v0.5.7
22132026-04-13T21:36:44.009Z Checking fixedbitset v0.4.2
22142026-04-13T21:36:44.012Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22152026-04-13T21:36:44.075Z Checking phf v0.13.1
22162026-04-13T21:36:44.078Z Checking string_cache v0.8.9
22172026-04-13T21:36:44.185Z Checking petgraph v0.6.5
22182026-04-13T21:36:44.220Z Checking petgraph v0.8.3
22192026-04-13T21:36:44.255Z Checking postgres-types v0.2.12
22202026-04-13T21:36:44.258Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22212026-04-13T21:36:44.321Z Checking peg-runtime v0.8.5
22222026-04-13T21:36:44.497Z Checking whoami v2.1.0
22232026-04-13T21:36:44.624Z Checking futures-executor v0.3.32
22242026-04-13T21:36:44.704Z Checking is-terminal v0.4.17
22252026-04-13T21:36:44.741Z Checking tokio-postgres v0.7.16
22262026-04-13T21:36:44.803Z Checking futures v0.3.32
22272026-04-13T21:36:44.838Z Checking crossbeam-channel v0.5.15
22282026-04-13T21:36:44.911Z Compiling structmeta-derive v0.3.0
22292026-04-13T21:36:44.990Z Checking zip v4.6.1
22302026-04-13T21:36:45.190Z Checking thread_local v1.1.9
22312026-04-13T21:36:45.388Z Checking take_mut v0.2.2
22322026-04-13T21:36:45.483Z Checking term v1.2.1
22332026-04-13T21:36:45.528Z Checking slog-async v2.8.0
22342026-04-13T21:36:45.590Z Compiling newtype-uuid-macros v0.1.0
22352026-04-13T21:36:45.730Z Checking slog-term v2.9.2
22362026-04-13T21:36:45.733Z Compiling rustls v0.22.4
22372026-04-13T21:36:45.796Z Compiling multer v3.1.0
22382026-04-13T21:36:45.831Z Checking regress v0.10.5
22392026-04-13T21:36:46.000Z Compiling structmeta v0.3.0
22402026-04-13T21:36:46.035Z Compiling async-stream-impl v0.3.6
22412026-04-13T21:36:46.067Z Compiling dropshot v0.16.7
22422026-04-13T21:36:46.070Z Compiling dropshot_endpoint v0.16.7
22432026-04-13T21:36:46.163Z Checking match_cfg v0.1.0
22442026-04-13T21:36:46.234Z Compiling derive-ex v0.1.8
22452026-04-13T21:36:46.269Z Checking hostname v0.3.1
22462026-04-13T21:36:46.386Z Checking slog-json v2.6.1
22472026-04-13T21:36:46.421Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22482026-04-13T21:36:46.424Z Checking debug-ignore v1.0.5
22492026-04-13T21:36:46.489Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22502026-04-13T21:36:46.565Z Checking slog-bunyan v2.5.0
22512026-04-13T21:36:46.600Z Checking serde_spanned v1.0.4
22522026-04-13T21:36:46.641Z Checking toml_writer v1.0.6+spec-1.1.0
22532026-04-13T21:36:46.708Z Checking progenitor-client v0.13.0
22542026-04-13T21:36:46.761Z Checking rustls-webpki v0.102.8
22552026-04-13T21:36:46.833Z Checking serde_path_to_error v0.1.20
22562026-04-13T21:36:46.868Z Checking async-stream v0.3.6
22572026-04-13T21:36:46.972Z Checking waitgroup v0.1.2
22582026-04-13T21:36:47.023Z Checking rustls-pemfile v2.2.0
22592026-04-13T21:36:47.101Z Checking hostname v0.4.2
22602026-04-13T21:36:47.135Z Checking toml v0.9.12+spec-1.1.0
22612026-04-13T21:36:47.171Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-04-13T21:36:47.236Z Compiling parse-display-derive v0.10.0
22632026-04-13T21:36:47.240Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22642026-04-13T21:36:47.299Z Checking itertools v0.14.0
22652026-04-13T21:36:47.339Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22662026-04-13T21:36:47.436Z Checking macaddr v1.0.1
22672026-04-13T21:36:47.640Z Checking instant v0.1.13
22682026-04-13T21:36:47.746Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22692026-04-13T21:36:47.783Z Checking progenitor-client v0.10.0
22702026-04-13T21:36:47.786Z Checking backoff v0.4.0
22712026-04-13T21:36:47.876Z Checking backon v1.6.0
22722026-04-13T21:36:47.911Z Compiling test-strategy v0.4.5
22732026-04-13T21:36:48.003Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22742026-04-13T21:36:48.042Z Checking unicode-width v0.2.0
22752026-04-13T21:36:48.105Z Checking progenitor-extras v0.1.1
22762026-04-13T21:36:48.346Z Checking heck v0.5.0
22772026-04-13T21:36:48.381Z Compiling convert_case v0.4.0
22782026-04-13T21:36:48.384Z Checking half v2.7.1
22792026-04-13T21:36:48.492Z Checking ciborium-io v0.2.2
22802026-04-13T21:36:48.495Z Checking secrecy v0.10.3
22812026-04-13T21:36:48.613Z Checking indent_write v2.2.0
22822026-04-13T21:36:48.648Z Checking tokio-rustls v0.25.0
22832026-04-13T21:36:48.682Z Checking universal-hash v0.5.1
22842026-04-13T21:36:48.713Z Checking ciborium-ll v0.2.2
22852026-04-13T21:36:48.771Z Compiling unsafe-libyaml v0.2.11
22862026-04-13T21:36:48.805Z Compiling derive_more v0.99.20
22872026-04-13T21:36:48.837Z Checking opaque-debug v0.3.1
22882026-04-13T21:36:48.911Z Checking ciborium v0.2.2
22892026-04-13T21:36:48.947Z Checking parse-display v0.10.0
22902026-04-13T21:36:48.947Z Checking camino-tempfile v1.4.1
22912026-04-13T21:36:49.132Z Compiling crucible-workspace-hack v0.1.0
22922026-04-13T21:36:49.167Z Checking aead v0.5.2
22932026-04-13T21:36:49.352Z Compiling serde_yaml v0.9.34+deprecated
22942026-04-13T21:36:49.386Z Checking poly1305 v0.8.0
22952026-04-13T21:36:49.453Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22962026-04-13T21:36:49.485Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22972026-04-13T21:36:49.589Z Compiling typify-impl v0.6.1
22982026-04-13T21:36:49.808Z Checking chacha20 v0.9.1
22992026-04-13T21:36:49.878Z Compiling thiserror-impl-no-std v2.0.2
23002026-04-13T21:36:50.030Z Checking swrite v0.1.0
23012026-04-13T21:36:50.152Z Checking password-hash v0.5.0
23022026-04-13T21:36:50.415Z Checking blake2 v0.10.6
23032026-04-13T21:36:50.694Z Checking argon2 v0.5.3
23042026-04-13T21:36:50.806Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23052026-04-13T21:36:50.860Z Checking chacha20poly1305 v0.10.1
23062026-04-13T21:36:51.015Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23072026-04-13T21:36:51.049Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23082026-04-13T21:36:51.081Z Checking byte-wrapper v0.1.0
23092026-04-13T21:36:51.113Z Checking thiserror-no-std v2.0.2
23102026-04-13T21:36:51.223Z Checking vsss-rs v3.3.4
23112026-04-13T21:36:51.226Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23122026-04-13T21:36:51.307Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23132026-04-13T21:36:51.374Z Checking crossbeam-deque v0.8.6
23142026-04-13T21:36:51.410Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23152026-04-13T21:36:51.512Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23162026-04-13T21:36:51.550Z Compiling rayon-core v1.13.0
23172026-04-13T21:36:51.583Z Checking toml v0.8.23
23182026-04-13T21:36:51.925Z Compiling proc-macro-error v1.0.4
23192026-04-13T21:36:52.129Z Compiling toml_edit v0.23.10+spec-1.0.0
23202026-04-13T21:36:52.163Z Checking rayon v1.11.0
23212026-04-13T21:36:52.259Z Checking unicode-width v0.1.14
23222026-04-13T21:36:52.338Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23232026-04-13T21:36:52.538Z Checking glob v0.3.3
23242026-04-13T21:36:52.590Z Checking tabwriter v1.4.1
23252026-04-13T21:36:52.752Z Compiling proc-macro-crate v3.4.0
23262026-04-13T21:36:52.787Z Compiling heapless v0.8.0
23272026-04-13T21:36:52.972Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23282026-04-13T21:36:53.100Z Compiling ingot-macros v0.1.1
23292026-04-13T21:36:53.206Z Checking hash32 v0.3.1
23302026-04-13T21:36:53.324Z Compiling smoltcp v0.11.0
23312026-04-13T21:36:53.327Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-04-13T21:36:53.498Z Checking cobs v0.3.0
23332026-04-13T21:36:53.604Z Compiling usdt-macro v0.5.0
23342026-04-13T21:36:53.638Z Compiling usdt-attr-macro v0.5.0
23352026-04-13T21:36:53.673Z Checking memmap v0.7.0
23362026-04-13T21:36:53.765Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23372026-04-13T21:36:53.800Z Checking colored v3.1.1
23382026-04-13T21:36:54.022Z Checking postcard v1.1.3
23392026-04-13T21:36:54.056Z Compiling num_enum_derive v0.7.5
23402026-04-13T21:36:54.059Z Compiling typify-macro v0.6.1
23412026-04-13T21:36:54.339Z Compiling proc-macro-crate v1.3.1
23422026-04-13T21:36:54.394Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23432026-04-13T21:36:54.441Z Checking usdt v0.5.0
23442026-04-13T21:36:54.631Z Checking sigpipe v0.1.3
23452026-04-13T21:36:54.666Z Compiling foreign-types-macros v0.2.3
23462026-04-13T21:36:54.742Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23472026-04-13T21:36:54.802Z Checking foreign-types-shared v0.3.1
23482026-04-13T21:36:54.924Z Checking cpufeatures v0.3.0
23492026-04-13T21:36:55.033Z Checking chacha20 v0.10.0
23502026-04-13T21:36:55.065Z Compiling num_enum_derive v0.5.11
23512026-04-13T21:36:55.179Z Checking num_enum v0.7.5
23522026-04-13T21:36:55.276Z Checking foreign-types v0.5.0
23532026-04-13T21:36:55.280Z Checking cstr-argument v0.1.2
23542026-04-13T21:36:55.342Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-04-13T21:36:55.374Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23562026-04-13T21:36:55.412Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23572026-04-13T21:36:55.444Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23582026-04-13T21:36:55.663Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23592026-04-13T21:36:55.704Z Checking rand v0.10.0
23602026-04-13T21:36:55.787Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23612026-04-13T21:36:55.839Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23622026-04-13T21:36:55.873Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23632026-04-13T21:36:55.876Z Compiling typify v0.6.1
23642026-04-13T21:36:55.970Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23652026-04-13T21:36:56.010Z Checking ingot-types v0.1.2
23662026-04-13T21:36:56.037Z Compiling progenitor-impl v0.13.0
23672026-04-13T21:36:56.068Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23682026-04-13T21:36:56.070Z Compiling zone_cfg_derive v0.3.1
23692026-04-13T21:36:56.163Z Checking num_enum v0.5.11
23702026-04-13T21:36:56.301Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23712026-04-13T21:36:56.379Z Checking ingot v0.1.1
23722026-04-13T21:36:56.423Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23732026-04-13T21:36:56.499Z Checking itertools v0.12.1
23742026-04-13T21:36:56.620Z Compiling num-derive v0.4.2
23752026-04-13T21:36:56.755Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23762026-04-13T21:36:57.018Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23772026-04-13T21:36:57.054Z Checking smf v0.2.3
23782026-04-13T21:36:57.197Z Checking whoami v1.6.1
23792026-04-13T21:36:57.231Z Checking tokio-dtrace v0.1.1
23802026-04-13T21:36:57.338Z Compiling derive-where v1.6.0
23812026-04-13T21:36:57.395Z Checking console v0.15.11
23822026-04-13T21:36:57.441Z Checking oxide-tokio-rt v0.1.3
23832026-04-13T21:36:57.550Z Checking zone v0.3.1
23842026-04-13T21:36:57.584Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23852026-04-13T21:36:57.636Z Checking atomicwrites v0.4.4
23862026-04-13T21:36:57.693Z Checking newline-converter v0.3.0
23872026-04-13T21:36:57.790Z Checking bytecount v0.6.9
23882026-04-13T21:36:57.825Z Compiling owo-colors v4.3.0
23892026-04-13T21:36:57.856Z Checking expectorate v1.2.0
23902026-04-13T21:36:57.921Z Compiling cancel-safe-futures v0.1.5
23912026-04-13T21:36:57.924Z Checking libsw-core v0.3.2
23922026-04-13T21:36:57.991Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23932026-04-13T21:36:58.025Z Compiling prettyplease v0.2.37
23942026-04-13T21:36:58.122Z Checking libsw v3.5.0
23952026-04-13T21:36:58.326Z Checking same-file v1.0.6
23962026-04-13T21:36:58.367Z Checking linear-map v1.2.0
23972026-04-13T21:36:58.471Z Checking walkdir v2.5.0
23982026-04-13T21:36:58.505Z Checking num-rational v0.4.2
23992026-04-13T21:36:58.562Z Checking num-complex v0.4.6
24002026-04-13T21:36:58.655Z Compiling progenitor-macro v0.13.0
24012026-04-13T21:36:58.691Z Checking float-ord v0.3.2
24022026-04-13T21:36:58.694Z Checking gethostname v0.5.0
24032026-04-13T21:36:58.812Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24042026-04-13T21:36:58.844Z Compiling async-recursion v1.1.1
24052026-04-13T21:36:58.847Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24062026-04-13T21:36:58.847Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24072026-04-13T21:36:58.940Z Checking num v0.4.3
24082026-04-13T21:36:59.120Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24092026-04-13T21:36:59.636Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24102026-04-13T21:37:00.148Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24112026-04-13T21:37:00.647Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24122026-04-13T21:37:02.287Z Checking smawk v0.3.2
24132026-04-13T21:37:02.360Z Checking unicode-linebreak v0.1.5
24142026-04-13T21:37:02.444Z Checking resolv-conf v0.7.6
24152026-04-13T21:37:02.601Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24162026-04-13T21:37:02.656Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24172026-04-13T21:37:02.850Z Checking globset v0.4.18
24182026-04-13T21:37:03.138Z Compiling convert_case v0.10.0
24192026-04-13T21:37:03.329Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24202026-04-13T21:37:03.484Z Compiling slog-dtrace v0.3.0
24212026-04-13T21:37:03.522Z Compiling derive_more-impl v2.1.1
24222026-04-13T21:37:03.656Z Checking progenitor v0.13.0
24232026-04-13T21:37:03.842Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24242026-04-13T21:37:03.929Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24252026-04-13T21:37:04.127Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24262026-04-13T21:37:04.206Z Compiling pin-project-internal v1.1.11
24272026-04-13T21:37:04.335Z Checking derive_more v2.1.1
24282026-04-13T21:37:04.591Z Checking crossterm v0.29.0
24292026-04-13T21:37:04.626Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24302026-04-13T21:37:04.858Z Checking pem v3.0.6
24312026-04-13T21:37:04.894Z Checking fd-lock v4.0.4
24322026-04-13T21:37:05.050Z Checking vte v0.14.1
24332026-04-13T21:37:05.054Z Checking display-error-chain v0.2.2
24342026-04-13T21:37:05.180Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24352026-04-13T21:37:05.232Z Compiling snafu-derive v0.8.9
24362026-04-13T21:37:05.235Z Checking strip-ansi-escapes v0.2.1
24372026-04-13T21:37:05.349Z Checking linked-hash-map v0.5.6
24382026-04-13T21:37:05.383Z Checking pin-project v1.1.11
24392026-04-13T21:37:05.416Z Checking nu-ansi-term v0.50.3
24402026-04-13T21:37:05.510Z Checking termtree v0.5.1
24412026-04-13T21:37:05.554Z Checking lru-cache v0.1.2
24422026-04-13T21:37:05.661Z Checking reedline v0.40.0
24432026-04-13T21:37:05.695Z Checking textwrap v0.16.2
24442026-04-13T21:37:05.726Z Checking olpc-cjson v0.1.4
24452026-04-13T21:37:05.895Z Checking hickory-proto v0.24.4
24462026-04-13T21:37:05.942Z Checking serde_plain v1.0.2
24472026-04-13T21:37:06.120Z Compiling minimal-lexical v0.2.1
24482026-04-13T21:37:06.272Z Checking typed-path v0.9.3
24492026-04-13T21:37:06.402Z Compiling nom v7.1.3
24502026-04-13T21:37:06.438Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24512026-04-13T21:37:06.844Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24522026-04-13T21:37:07.004Z Compiling ar_archive_writer v0.5.1
24532026-04-13T21:37:07.007Z Checking humantime v2.3.0
24542026-04-13T21:37:07.077Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24552026-04-13T21:37:07.135Z Checking snafu v0.8.9
24562026-04-13T21:37:07.245Z Checking csv-core v0.1.13
24572026-04-13T21:37:07.400Z Checking tough v0.20.0
24582026-04-13T21:37:07.443Z Compiling stacker v0.1.23
24592026-04-13T21:37:07.477Z Checking csv v1.4.0
24602026-04-13T21:37:07.551Z Compiling cfg_aliases v0.1.1
24612026-04-13T21:37:07.658Z Checking highway v1.3.0
24622026-04-13T21:37:07.695Z Checking hickory-resolver v0.24.4
24632026-04-13T21:37:07.761Z Compiling nix v0.28.0
24642026-04-13T21:37:07.803Z Checking papergrid v0.11.0
24652026-04-13T21:37:07.867Z Compiling psm v0.1.30
24662026-04-13T21:37:07.870Z Compiling tabled_derive v0.7.0
24672026-04-13T21:37:07.930Z Checking nibble_vec v0.1.0
24682026-04-13T21:37:08.083Z Checking home v0.5.12
24692026-04-13T21:37:08.133Z Checking endian-type v0.1.2
24702026-04-13T21:37:08.263Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24712026-04-13T21:37:08.297Z Checking radix_trie v0.2.1
24722026-04-13T21:37:08.428Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24732026-04-13T21:37:08.462Z Checking qorb v0.4.1
24742026-04-13T21:37:08.532Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24752026-04-13T21:37:08.782Z Checking phf_shared v0.12.1
24762026-04-13T21:37:08.878Z Checking tabled v0.15.0
24772026-04-13T21:37:08.933Z Compiling recursive-proc-macro-impl v0.1.1
24782026-04-13T21:37:08.967Z Compiling chrono-tz v0.10.4
24792026-04-13T21:37:09.041Z Compiling semver v0.1.20
24802026-04-13T21:37:09.132Z Checking phf v0.12.1
24812026-04-13T21:37:09.301Z Compiling rustc_version v0.1.7
24822026-04-13T21:37:09.380Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24832026-04-13T21:37:09.413Z Checking recursive v0.1.1
24842026-04-13T21:37:09.447Z Compiling const_format_proc_macros v0.2.34
24852026-04-13T21:37:09.535Z Compiling peg-macros v0.8.5
24862026-04-13T21:37:09.570Z Checking winnow v0.6.26
24872026-04-13T21:37:09.714Z Compiling sqlparser_derive v0.5.0
24882026-04-13T21:37:09.913Z Checking unicode_categories v0.1.1
24892026-04-13T21:37:10.195Z Checking rustyline v14.0.0
24902026-04-13T21:37:10.305Z Checking const_format v0.2.35
24912026-04-13T21:37:10.500Z Checking sqlparser v0.61.0
24922026-04-13T21:37:10.727Z Compiling newtype_derive v0.1.6
24932026-04-13T21:37:10.760Z Checking sqlformat v0.3.5
24942026-04-13T21:37:10.921Z Checking peg v0.8.5
24952026-04-13T21:37:10.985Z Checking bcs v0.1.6
24962026-04-13T21:37:11.208Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24972026-04-13T21:37:11.241Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24982026-04-13T21:37:11.242Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
24992026-04-13T21:37:11.424Z Checking steno v0.4.1
25002026-04-13T21:37:11.476Z Checking filetime v0.2.27
25012026-04-13T21:37:11.519Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25022026-04-13T21:37:11.646Z Checking xattr v1.6.1
25032026-04-13T21:37:11.810Z Checking tar v0.4.45
25042026-04-13T21:37:12.176Z Checking subprocess v0.2.15
25052026-04-13T21:37:12.221Z Checking base64 v0.21.7
25062026-04-13T21:37:12.258Z Checking headers-core v0.3.0
25072026-04-13T21:37:12.455Z Checking headers v0.4.1
25082026-04-13T21:37:12.489Z Checking yasna v0.5.2
25092026-04-13T21:37:12.492Z Checking dropshot-api-manager-types v0.6.0
25102026-04-13T21:37:12.718Z Checking tagptr v0.2.0
25112026-04-13T21:37:12.889Z Checking moka v0.12.13
25122026-04-13T21:37:12.922Z Checking rcgen v0.12.1
25132026-04-13T21:37:12.955Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25142026-04-13T21:37:13.156Z Checking utf-8 v0.7.6
25152026-04-13T21:37:13.258Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25162026-04-13T21:37:13.321Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25172026-04-13T21:37:13.432Z Compiling libefi-sys v0.1.0
25182026-04-13T21:37:13.466Z Compiling radium v0.7.0
25192026-04-13T21:37:13.550Z Checking hickory-resolver v0.25.2
25202026-04-13T21:37:13.685Z Compiling bitfield-struct v0.6.2
25212026-04-13T21:37:13.794Z Compiling maybe-uninit v2.0.0
25222026-04-13T21:37:13.826Z Checking tap v1.0.1
25232026-04-13T21:37:13.957Z Checking wyz v0.5.1
25242026-04-13T21:37:13.992Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25252026-04-13T21:37:14.291Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25262026-04-13T21:37:14.360Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25272026-04-13T21:37:14.412Z Compiling zerocopy-derive v0.6.6
25282026-04-13T21:37:14.444Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25292026-04-13T21:37:14.547Z Compiling packed_struct v0.10.1
25302026-04-13T21:37:14.634Z Checking funty v2.0.0
25312026-04-13T21:37:14.794Z Checking crc-catalog v2.4.0
25322026-04-13T21:37:14.872Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25332026-04-13T21:37:14.923Z Checking crc v3.4.0
25342026-04-13T21:37:14.980Z Checking bitvec v1.0.1
25352026-04-13T21:37:15.122Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25362026-04-13T21:37:15.187Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25372026-04-13T21:37:15.251Z Checking tungstenite v0.21.0
25382026-04-13T21:37:15.299Z Compiling packed_struct_codegen v0.10.1
25392026-04-13T21:37:15.302Z Checking zerocopy v0.6.6
25402026-04-13T21:37:15.394Z Compiling bitfield-macros v0.19.4
25412026-04-13T21:37:15.645Z Compiling indexmap v1.9.3
25422026-04-13T21:37:15.688Z Checking nodrop v0.1.14
25432026-04-13T21:37:15.810Z Checking array-init v0.0.4
25442026-04-13T21:37:15.916Z Checking tokio-tungstenite v0.21.0
25452026-04-13T21:37:16.125Z Checking bitfield v0.19.4
25462026-04-13T21:37:16.157Z Checking smallvec v0.6.14
25472026-04-13T21:37:16.219Z Checking hashbrown v0.12.3
25482026-04-13T21:37:16.308Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25492026-04-13T21:37:16.377Z Checking serde-hex v0.1.0
25502026-04-13T21:37:16.428Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25512026-04-13T21:37:16.617Z Checking ron v0.8.1
25522026-04-13T21:37:17.028Z Checking hashbrown v0.13.2
25532026-04-13T21:37:17.161Z Checking crc-any v2.5.0
25542026-04-13T21:37:17.195Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25552026-04-13T21:37:17.365Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25562026-04-13T21:37:17.398Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25572026-04-13T21:37:17.465Z Checking path-slash v0.1.5
25582026-04-13T21:37:17.499Z Checking object v0.30.4
25592026-04-13T21:37:17.535Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25602026-04-13T21:37:17.567Z Compiling xshell-macros v0.2.7
25612026-04-13T21:37:17.598Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25622026-04-13T21:37:17.901Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25632026-04-13T21:37:17.968Z Checking xshell v0.2.7
25642026-04-13T21:37:18.002Z Checking half v1.8.3
25652026-04-13T21:37:18.184Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25662026-04-13T21:37:18.220Z Checking serde_cbor v0.11.2
25672026-04-13T21:37:18.564Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25682026-04-13T21:37:18.784Z Compiling num-derive v0.3.3
25692026-04-13T21:37:18.817Z Compiling proc-macro-error-attr2 v2.0.0
25702026-04-13T21:37:18.960Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25712026-04-13T21:37:18.963Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25722026-04-13T21:37:19.206Z Checking papergrid v0.17.0
25732026-04-13T21:37:19.241Z Compiling proc-macro-error2 v2.0.1
25742026-04-13T21:37:19.638Z Compiling tabled_derive v0.11.0
25752026-04-13T21:37:19.671Z Checking testing_table v0.3.0
25762026-04-13T21:37:19.704Z Checking libscf-sys v1.1.0
25772026-04-13T21:37:19.797Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25782026-04-13T21:37:19.863Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25792026-04-13T21:37:20.074Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25802026-04-13T21:37:20.106Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25812026-04-13T21:37:20.328Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25822026-04-13T21:37:20.470Z Checking maplit v1.0.2
25832026-04-13T21:37:20.581Z Checking fxhash v0.2.1
25842026-04-13T21:37:20.618Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25852026-04-13T21:37:20.650Z Checking crc8 v0.1.1
25862026-04-13T21:37:20.732Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25872026-04-13T21:37:20.776Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25882026-04-13T21:37:20.821Z Checking tabled v0.20.0
25892026-04-13T21:37:20.910Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25902026-04-13T21:37:21.350Z Checking unicase v2.9.0
25912026-04-13T21:37:21.530Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25922026-04-13T21:37:21.565Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25932026-04-13T21:37:21.604Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25942026-04-13T21:37:21.780Z Checking kstat-rs v0.2.4
25952026-04-13T21:37:21.972Z Compiling diesel_derives v2.3.7
25962026-04-13T21:37:22.005Z Compiling typify-impl v0.4.3
25972026-04-13T21:37:22.105Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25982026-04-13T21:37:22.222Z Checking scheduled-thread-pool v0.2.7
25992026-04-13T21:37:22.397Z Compiling dsl_auto_type v0.2.0
26002026-04-13T21:37:22.429Z Compiling vergen-gitcl v1.0.8
26012026-04-13T21:37:22.646Z Checking arc-swap v1.8.2
26022026-04-13T21:37:22.862Z Compiling diesel_table_macro_syntax v0.3.0
26032026-04-13T21:37:22.901Z Compiling parking_lot_core v0.8.6
26042026-04-13T21:37:22.935Z Checking slog-scope v4.4.1
26052026-04-13T21:37:23.090Z Checking r2d2 v0.8.10
26062026-04-13T21:37:23.123Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26072026-04-13T21:37:23.229Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26082026-04-13T21:37:23.523Z Compiling git-stub v1.0.0
26092026-04-13T21:37:23.578Z Checking downcast-rs v2.0.2
26102026-04-13T21:37:23.705Z Compiling git-stub-vcs v0.1.0
26112026-04-13T21:37:24.014Z Checking slog-stdlog v4.1.1
26122026-04-13T21:37:24.080Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26132026-04-13T21:37:24.113Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26142026-04-13T21:37:24.166Z Checking slog-envlogger v2.2.0
26152026-04-13T21:37:24.367Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26162026-04-13T21:37:24.451Z Checking parking_lot v0.11.2
26172026-04-13T21:37:24.665Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26182026-04-13T21:37:24.697Z Checking prefix-trie v0.7.0
26192026-04-13T21:37:24.882Z Checking sled v0.34.7
26202026-04-13T21:37:24.946Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26212026-04-13T21:37:24.988Z Checking nanorand v0.7.0
26222026-04-13T21:37:25.050Z Checking hickory-server v0.25.2
26232026-04-13T21:37:25.138Z Compiling dirs-sys-next v0.1.2
26242026-04-13T21:37:25.218Z Compiling crunchy v0.2.4
26252026-04-13T21:37:25.454Z Compiling dirs-next v2.0.0
26262026-04-13T21:37:25.552Z Checking flume v0.11.1
26272026-04-13T21:37:25.604Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26282026-04-13T21:37:25.640Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26292026-04-13T21:37:25.702Z Compiling clang-sys v1.8.1
26302026-04-13T21:37:25.816Z Compiling tiny-keccak v2.0.2
26312026-04-13T21:37:26.119Z Compiling term v0.7.0
26322026-04-13T21:37:26.154Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26332026-04-13T21:37:26.259Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26342026-04-13T21:37:26.471Z Compiling typify-macro v0.4.3
26352026-04-13T21:37:26.561Z Compiling bit-vec v0.6.3
26362026-04-13T21:37:26.704Z Compiling salty v0.3.0
26372026-04-13T21:37:26.809Z Compiling bit-set v0.5.3
26382026-04-13T21:37:26.998Z Compiling ascii-canvas v3.0.0
26392026-04-13T21:37:27.095Z Checking primeorder v0.13.6
26402026-04-13T21:37:27.266Z Compiling itertools v0.10.5
26412026-04-13T21:37:27.374Z Compiling ena v0.14.4
26422026-04-13T21:37:27.467Z Compiling libloading v0.8.9
26432026-04-13T21:37:27.499Z Compiling fs-err v2.11.0
26442026-04-13T21:37:27.605Z Compiling diff v0.1.13
26452026-04-13T21:37:27.638Z Compiling regex-syntax v0.6.29
26462026-04-13T21:37:27.704Z Compiling bindgen v0.71.1
26472026-04-13T21:37:28.192Z Compiling typify v0.4.3
26482026-04-13T21:37:28.226Z Compiling cexpr v0.6.0
26492026-04-13T21:37:28.327Z Checking diesel v2.3.7
26502026-04-13T21:37:28.360Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26512026-04-13T21:37:28.363Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26522026-04-13T21:37:28.363Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26532026-04-13T21:37:28.942Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26542026-04-13T21:37:28.980Z Compiling lalrpop v0.19.12
26552026-04-13T21:37:29.012Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26562026-04-13T21:37:29.043Z Compiling libxml v0.3.3
26572026-04-13T21:37:29.229Z Checking parse-size v1.1.0
26582026-04-13T21:37:29.418Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26592026-04-13T21:37:29.494Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26602026-04-13T21:37:29.814Z Checking p384 v0.13.1
26612026-04-13T21:37:29.847Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26622026-04-13T21:37:30.268Z Compiling strum_macros v0.24.3
26632026-04-13T21:37:30.307Z Compiling indoc v1.0.9
26642026-04-13T21:37:30.775Z Checking assert_matches v1.5.0
26652026-04-13T21:37:31.485Z Compiling progenitor-impl v0.10.0
26662026-04-13T21:37:31.602Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26672026-04-13T21:37:31.635Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26682026-04-13T21:37:31.855Z Checking predicates-tree v1.0.13
26692026-04-13T21:37:32.002Z Checking quick-xml v0.37.5
26702026-04-13T21:37:32.303Z Checking derive_builder v0.20.2
26712026-04-13T21:37:32.445Z Compiling oso-derive v0.27.3
26722026-04-13T21:37:32.584Z Compiling impl-trait-for-tuples v0.2.3
26732026-04-13T21:37:32.902Z Compiling trait-variant v0.1.2
26742026-04-13T21:37:32.963Z Checking openssl-probe v0.1.6
26752026-04-13T21:37:33.104Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26762026-04-13T21:37:33.452Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26772026-04-13T21:37:34.083Z Compiling progenitor-macro v0.10.0
26782026-04-13T21:37:34.155Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26792026-04-13T21:37:34.512Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26802026-04-13T21:37:34.795Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26812026-04-13T21:37:35.246Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26822026-04-13T21:37:36.441Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26832026-04-13T21:37:36.600Z Compiling progenitor-impl v0.11.2
26842026-04-13T21:37:37.218Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26852026-04-13T21:37:37.680Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26862026-04-13T21:37:38.029Z Checking toml_datetime v1.0.0+spec-1.1.0
26872026-04-13T21:37:38.471Z Checking toml v1.0.6+spec-1.1.0
26882026-04-13T21:37:38.503Z Compiling mime_guess v2.0.5
26892026-04-13T21:37:39.044Z Checking progenitor v0.10.0
26902026-04-13T21:37:39.111Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26912026-04-13T21:37:39.214Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26922026-04-13T21:37:39.267Z Compiling progenitor-macro v0.11.2
26932026-04-13T21:37:39.459Z Checking progenitor-client v0.11.2
26942026-04-13T21:37:39.623Z Checking http-range v0.1.5
26952026-04-13T21:37:39.731Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26962026-04-13T21:37:39.781Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26972026-04-13T21:37:39.864Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26982026-04-13T21:37:39.998Z Checking ignore v0.4.25
26992026-04-13T21:37:40.434Z Checking atty v0.2.14
27002026-04-13T21:37:40.499Z Checking globwalk v0.9.1
27012026-04-13T21:37:40.741Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27022026-04-13T21:37:41.075Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27032026-04-13T21:37:41.293Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27042026-04-13T21:37:41.490Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-04-13T21:37:41.523Z Checking bb8 v0.8.6
27062026-04-13T21:37:41.832Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27072026-04-13T21:37:41.873Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27082026-04-13T21:37:42.054Z Checking compression-core v0.4.31
27092026-04-13T21:37:42.113Z Checking corncobs v0.1.4
27102026-04-13T21:37:42.217Z Checking compression-codecs v0.4.37
27112026-04-13T21:37:42.276Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27122026-04-13T21:37:42.422Z Checking diesel-dtrace v0.5.0
27132026-04-13T21:37:42.425Z Checking async-bb8-diesel v0.2.1
27142026-04-13T21:37:42.766Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27152026-04-13T21:37:42.804Z Checking hyper-staticfile v0.10.1
27162026-04-13T21:37:42.955Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27172026-04-13T21:37:43.112Z Checking camino-tempfile-ext v0.3.3
27182026-04-13T21:37:43.144Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27192026-04-13T21:37:43.147Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27202026-04-13T21:37:43.332Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27212026-04-13T21:37:43.452Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27222026-04-13T21:37:43.551Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27232026-04-13T21:37:44.124Z Checking signal-hook-tokio v0.3.1
27242026-04-13T21:37:44.234Z Checking progenitor v0.11.2
27252026-04-13T21:37:44.288Z Checking secrecy v0.8.0
27262026-04-13T21:37:44.435Z Compiling dropshot v0.17.0
27272026-04-13T21:37:44.469Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27282026-04-13T21:37:44.743Z Checking async-compression v0.4.41
27292026-04-13T21:37:44.816Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27302026-04-13T21:37:45.065Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27312026-04-13T21:37:45.172Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27322026-04-13T21:37:45.351Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27332026-04-13T21:37:45.570Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27342026-04-13T21:37:45.692Z Compiling dropshot_endpoint v0.17.0
27352026-04-13T21:37:45.867Z Checking nonempty v0.12.0
27362026-04-13T21:37:45.974Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-04-13T21:37:46.062Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27382026-04-13T21:37:46.095Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27392026-04-13T21:37:46.249Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27402026-04-13T21:37:46.487Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27412026-04-13T21:37:46.519Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27422026-04-13T21:37:46.886Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27432026-04-13T21:37:47.196Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27442026-04-13T21:37:47.319Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27452026-04-13T21:37:47.607Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27462026-04-13T21:37:47.714Z Checking tungstenite v0.23.0
27472026-04-13T21:37:48.162Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27482026-04-13T21:37:48.288Z Checking tokio-tungstenite v0.23.1
27492026-04-13T21:37:48.588Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27502026-04-13T21:37:48.963Z Checking rand_seeder v0.4.0
27512026-04-13T21:37:49.149Z Checking void v1.0.2
27522026-04-13T21:37:49.288Z Checking lzss v0.8.2
27532026-04-13T21:37:49.345Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27542026-04-13T21:37:49.420Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27552026-04-13T21:37:49.557Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27562026-04-13T21:37:49.754Z Checking nix v0.27.1
27572026-04-13T21:37:49.797Z Checking serde_bytes v0.11.19
27582026-04-13T21:37:50.008Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27592026-04-13T21:37:50.168Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27602026-04-13T21:37:50.212Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27612026-04-13T21:37:50.297Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27622026-04-13T21:37:50.949Z Checking is_ci v1.2.0
27632026-04-13T21:37:51.081Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27642026-04-13T21:37:51.114Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27652026-04-13T21:37:51.373Z Checking yansi v1.0.1
27662026-04-13T21:37:51.496Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27672026-04-13T21:37:51.655Z Checking pretty_assertions v1.4.1
27682026-04-13T21:37:51.698Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27692026-04-13T21:37:51.775Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27702026-04-13T21:37:51.819Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27712026-04-13T21:37:52.075Z Compiling darling_core v0.23.0
27722026-04-13T21:37:53.079Z Compiling indoc v2.0.7
27732026-04-13T21:37:53.135Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27742026-04-13T21:37:53.272Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27752026-04-13T21:37:53.496Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-04-13T21:37:53.556Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27772026-04-13T21:37:53.783Z Compiling instability v0.3.11
27782026-04-13T21:37:53.865Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27792026-04-13T21:37:54.167Z Compiling libz-sys v1.1.24
27802026-04-13T21:37:54.319Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-04-13T21:37:54.582Z Checking castaway v0.2.4
27822026-04-13T21:37:54.648Z Compiling darling_macro v0.23.0
27832026-04-13T21:37:54.740Z Checking compact_str v0.8.1
27842026-04-13T21:37:55.144Z Checking supports-color v3.0.2
27852026-04-13T21:37:55.176Z Compiling darling v0.23.0
27862026-04-13T21:37:55.328Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27872026-04-13T21:37:55.442Z Checking unicode-truncate v1.1.0
27882026-04-13T21:37:55.548Z Checking console v0.16.2
27892026-04-13T21:37:55.623Z Checking lru v0.12.5
27902026-04-13T21:37:55.814Z Checking unit-prefix v0.5.2
27912026-04-13T21:37:55.880Z Checking cassowary v0.3.0
27922026-04-13T21:37:55.980Z Checking indicatif v0.18.4
27932026-04-13T21:37:56.069Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27942026-04-13T21:37:56.110Z Compiling libgit2-sys v0.18.3+1.9.2
27952026-04-13T21:37:56.142Z Checking ratatui v0.29.0
27962026-04-13T21:37:56.314Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27972026-04-13T21:37:56.528Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27982026-04-13T21:37:57.469Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27992026-04-13T21:37:57.701Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-04-13T21:37:57.772Z Compiling vergen-git2 v1.0.7
28012026-04-13T21:37:57.814Z Checking plotters-backend v0.3.7
28022026-04-13T21:37:57.966Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28032026-04-13T21:37:58.046Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28042026-04-13T21:37:58.074Z Checking plotters-svg v0.3.7
28052026-04-13T21:37:58.190Z Checking colored v2.2.0
28062026-04-13T21:37:58.242Z Checking cast v0.3.0
28072026-04-13T21:37:58.275Z Compiling rustls v0.21.12
28082026-04-13T21:37:58.417Z Checking shell-words v1.1.1
28092026-04-13T21:37:58.449Z Checking criterion-plot v0.6.0
28102026-04-13T21:37:58.569Z Checking plotters v0.3.7
28112026-04-13T21:37:58.654Z Checking typeid v1.0.3
28122026-04-13T21:37:58.720Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28132026-04-13T21:37:58.785Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28142026-04-13T21:37:59.013Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28152026-04-13T21:37:59.237Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28162026-04-13T21:37:59.335Z Checking rustls-webpki v0.101.7
28172026-04-13T21:37:59.715Z Checking sct v0.7.1
28182026-04-13T21:37:59.749Z Checking tinytemplate v1.2.1
28192026-04-13T21:37:59.781Z Compiling nix v0.29.0
28202026-04-13T21:37:59.885Z Checking hex-literal v0.4.1
28212026-04-13T21:37:59.997Z Checking oorandom v11.1.5
28222026-04-13T21:38:00.030Z Checking anes v0.1.6
28232026-04-13T21:38:00.240Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28242026-04-13T21:38:00.273Z Checking criterion v0.7.0
28252026-04-13T21:38:01.533Z Checking erased-serde v0.4.9
28262026-04-13T21:38:01.563Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28272026-04-13T21:38:01.915Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28282026-04-13T21:38:02.323Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28292026-04-13T21:38:03.116Z Checking ordered-float v2.10.1
28302026-04-13T21:38:03.386Z Checking serde-value v0.7.0
28312026-04-13T21:38:03.632Z Checking serde-untagged v0.1.9
28322026-04-13T21:38:03.861Z Checking tokio-rustls v0.24.1
28332026-04-13T21:38:04.353Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-04-13T21:38:04.899Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28352026-04-13T21:38:05.127Z Checking rustls-pemfile v1.0.4
28362026-04-13T21:38:05.181Z Checking twox-hash v2.1.2
28372026-04-13T21:38:05.303Z Checking unicode-xid v0.2.6
28382026-04-13T21:38:05.439Z Checking cargo-util-schemas v0.8.2
28392026-04-13T21:38:05.561Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28402026-04-13T21:38:06.352Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28412026-04-13T21:38:06.459Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28422026-04-13T21:38:06.641Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28432026-04-13T21:38:07.020Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28442026-04-13T21:38:07.210Z Checking fatfs v0.3.6
28452026-04-13T21:38:07.685Z Checking cargo-platform v0.2.0
28462026-04-13T21:38:07.908Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28472026-04-13T21:38:07.939Z Compiling petname v2.0.2
28482026-04-13T21:38:08.438Z Compiling seq-macro v0.3.6
28492026-04-13T21:38:08.632Z Checking cargo_metadata v0.21.0
28502026-04-13T21:38:08.966Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28512026-04-13T21:38:09.236Z Checking concurrent-queue v2.5.0
28522026-04-13T21:38:09.421Z Checking rtoolbox v0.0.3
28532026-04-13T21:38:09.457Z Checking parking v2.2.1
28542026-04-13T21:38:09.585Z Checking futures-timer v3.0.3
28552026-04-13T21:38:09.616Z Checking event-listener v5.4.1
28562026-04-13T21:38:09.672Z Checking rpassword v7.4.0
28572026-04-13T21:38:09.826Z Checking tui-tree-widget v0.23.1
28582026-04-13T21:38:09.862Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28592026-04-13T21:38:10.037Z Checking polyval v0.6.2
28602026-04-13T21:38:10.069Z Checking sapling-renderdag v0.1.0
28612026-04-13T21:38:10.193Z Checking sync-ptr v0.1.4
28622026-04-13T21:38:10.232Z Checking ghash v0.5.1
28632026-04-13T21:38:10.329Z Checking event-listener-strategy v0.5.4
28642026-04-13T21:38:10.359Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28652026-04-13T21:38:10.390Z Checking ctr v0.9.2
28662026-04-13T21:38:10.492Z Checking arrayref v0.3.9
28672026-04-13T21:38:10.579Z Checking arrayvec v0.7.6
28682026-04-13T21:38:10.611Z Checking constant_time_eq v0.4.2
28692026-04-13T21:38:10.687Z Checking aes-gcm v0.10.3
28702026-04-13T21:38:10.741Z Compiling samael v0.0.19
28712026-04-13T21:38:10.775Z Checking async-lock v3.4.2
28722026-04-13T21:38:10.804Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28732026-04-13T21:38:10.863Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28742026-04-13T21:38:11.180Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28752026-04-13T21:38:11.767Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28762026-04-13T21:38:11.852Z Checking ssh-encoding v0.2.0
28772026-04-13T21:38:12.070Z Checking blowfish v0.9.1
28782026-04-13T21:38:12.251Z Checking bcrypt-pbkdf v0.10.0
28792026-04-13T21:38:12.443Z Checking ssh-cipher v0.2.0
28802026-04-13T21:38:12.647Z Checking async-object-pool v0.2.0
28812026-04-13T21:38:12.788Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28822026-04-13T21:38:12.969Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28832026-04-13T21:38:13.112Z Checking serde_regex v1.1.0
28842026-04-13T21:38:13.299Z Checking password-hash v0.4.2
28852026-04-13T21:38:13.442Z Checking assert-json-diff v2.0.2
28862026-04-13T21:38:13.545Z Checking path-tree v0.8.3
28872026-04-13T21:38:13.626Z Checking stringmetrics v2.2.2
28882026-04-13T21:38:13.659Z Compiling target-lexicon v0.13.3
28892026-04-13T21:38:13.757Z Checking gimli v0.32.3
28902026-04-13T21:38:13.804Z Checking httpmock v0.8.3
28912026-04-13T21:38:14.222Z Checking pbkdf2 v0.11.0
28922026-04-13T21:38:14.453Z Checking ssh-key v0.6.7
28932026-04-13T21:38:15.252Z Checking p256 v0.13.2
28942026-04-13T21:38:15.336Z Checking addr2line v0.25.1
28952026-04-13T21:38:15.528Z Checking p521 v0.13.3
28962026-04-13T21:38:15.628Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28972026-04-13T21:38:15.856Z Checking russh-cryptovec v0.7.3
28982026-04-13T21:38:16.023Z Checking rustc-demangle v0.1.27
28992026-04-13T21:38:16.056Z Checking md5 v0.7.0
29002026-04-13T21:38:16.148Z Compiling guppy-workspace-hack v0.1.0
29012026-04-13T21:38:16.257Z Checking russh-keys v0.45.0
29022026-04-13T21:38:16.288Z Checking backtrace v0.3.76
29032026-04-13T21:38:16.621Z Checking num-bigint v0.4.6
29042026-04-13T21:38:16.657Z Checking des v0.8.1
29052026-04-13T21:38:16.929Z Compiling blake3 v1.8.3
29062026-04-13T21:38:16.994Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072026-04-13T21:38:17.070Z Compiling target-spec v3.5.7
29082026-04-13T21:38:17.450Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29092026-04-13T21:38:17.545Z Checking cfg-expr v0.20.6
29102026-04-13T21:38:17.595Z Checking russh v0.45.0
29112026-04-13T21:38:17.791Z Checking backtrace-ext v0.2.1
29122026-04-13T21:38:17.966Z Checking supports-color v2.1.0
29132026-04-13T21:38:18.038Z Checking textwrap v0.15.2
29142026-04-13T21:38:18.094Z Checking supports-hyperlinks v2.1.0
29152026-04-13T21:38:18.127Z Checking supports-unicode v2.1.0
29162026-04-13T21:38:18.238Z Checking hashbrown v0.14.5
29172026-04-13T21:38:18.269Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29182026-04-13T21:38:18.273Z Checking cargo-platform v0.3.2
29192026-04-13T21:38:18.496Z Checking terminal_size v0.1.17
29202026-04-13T21:38:18.528Z Compiling miette-derive v5.10.0
29212026-04-13T21:38:18.634Z Checking internet-checksum v0.2.1
29222026-04-13T21:38:18.745Z Checking owo-colors v3.5.0
29232026-04-13T21:38:18.784Z Checking chumsky v0.9.3
29242026-04-13T21:38:19.298Z Checking cargo_metadata v0.23.1
29252026-04-13T21:38:19.672Z Checking miette v5.10.0
29262026-04-13T21:38:20.078Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-04-13T21:38:20.110Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29282026-04-13T21:38:20.143Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29292026-04-13T21:38:20.175Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29302026-04-13T21:38:20.439Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29312026-04-13T21:38:20.473Z Compiling knuffel-derive v3.2.0
29322026-04-13T21:38:20.892Z Checking httptest v0.16.4
29332026-04-13T21:38:20.964Z Checking pathdiff v0.2.3
29342026-04-13T21:38:21.102Z Checking nested v0.1.1
29352026-04-13T21:38:21.270Z Checking topological-sort v0.2.2
29362026-04-13T21:38:21.303Z Checking guppy v0.17.25
29372026-04-13T21:38:21.306Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29382026-04-13T21:38:21.438Z Checking omicron-zone-package v0.12.2
29392026-04-13T21:38:21.573Z Checking similar-asserts v1.7.0
29402026-04-13T21:38:21.752Z Compiling rstest_macros v0.25.0
29412026-04-13T21:38:21.967Z Checking knuffel v3.2.0
29422026-04-13T21:38:22.060Z Compiling target-triple v1.0.0
29432026-04-13T21:38:22.169Z Compiling git2 v0.20.4
29442026-04-13T21:38:22.256Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29452026-04-13T21:38:22.418Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29462026-04-13T21:38:22.461Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29472026-04-13T21:38:22.492Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29482026-04-13T21:38:22.622Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29492026-04-13T21:38:22.716Z Checking hickory-client v0.25.2
29502026-04-13T21:38:23.055Z Checking tokio-test v0.4.5
29512026-04-13T21:38:23.239Z Checking escape8259 v0.5.3
29522026-04-13T21:38:23.290Z Compiling assert_cmd v2.1.2
29532026-04-13T21:38:23.404Z Compiling relative-path v1.9.3
29542026-04-13T21:38:23.611Z Checking libtest-mimic v0.8.1
29552026-04-13T21:38:24.041Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29562026-04-13T21:38:24.176Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29572026-04-13T21:38:24.211Z Checking blake2b_simd v1.0.4
29582026-04-13T21:38:24.894Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29592026-04-13T21:38:25.279Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29602026-04-13T21:38:25.312Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29612026-04-13T21:38:25.507Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29622026-04-13T21:38:25.690Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29632026-04-13T21:38:25.856Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29642026-04-13T21:38:25.917Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29652026-04-13T21:38:26.148Z Checking fancy-regex v0.14.0
29662026-04-13T21:38:26.362Z Compiling polar-core v0.27.3
29672026-04-13T21:38:26.440Z Checking serde_tokenstream v0.2.3
29682026-04-13T21:38:26.539Z Checking uzers v0.12.2
29692026-04-13T21:38:26.689Z Checking termcolor v1.4.1
29702026-04-13T21:38:26.790Z Compiling linkme-impl v0.3.35
29712026-04-13T21:38:26.943Z Checking constant_time_eq v0.3.1
29722026-04-13T21:38:27.077Z Checking rust-argon2 v2.1.0
29732026-04-13T21:38:27.188Z Checking trybuild v1.0.116
29742026-04-13T21:38:27.331Z Checking rstest v0.25.0
29752026-04-13T21:38:27.363Z Checking datatest-stable v0.3.3
29762026-04-13T21:38:27.742Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29772026-04-13T21:38:27.817Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29782026-04-13T21:38:28.050Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29792026-04-13T21:38:28.097Z Checking support-bundle-viewer v0.1.2
29802026-04-13T21:38:28.377Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29812026-04-13T21:38:28.603Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29822026-04-13T21:38:28.721Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29832026-04-13T21:38:28.834Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29842026-04-13T21:38:28.946Z Checking drift v0.1.3
29852026-04-13T21:38:29.061Z Checking rand_distr v0.5.1
29862026-04-13T21:38:29.273Z Checking multimap v0.10.1
29872026-04-13T21:38:29.599Z Checking approx v0.5.1
29882026-04-13T21:38:29.631Z Compiling linkme v0.3.35
29892026-04-13T21:38:29.770Z Checking dropshot-api-manager v0.6.0
29902026-04-13T21:38:30.863Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29912026-04-13T21:38:31.060Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29922026-04-13T21:38:31.274Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29932026-04-13T21:38:31.360Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29942026-04-13T21:38:31.427Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29952026-04-13T21:38:31.460Z Checking oso v0.27.3
29962026-04-13T21:38:31.596Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29972026-04-13T21:38:31.708Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29982026-04-13T21:38:31.881Z Checking partial-io v0.5.4
29992026-04-13T21:38:31.913Z Checking cargo_toml v0.21.0
30002026-04-13T21:38:31.979Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30012026-04-13T21:38:32.126Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30022026-04-13T21:38:32.288Z Checking termios v0.3.3
30032026-04-13T21:38:32.413Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30042026-04-13T21:38:32.591Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30052026-04-13T21:38:32.688Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30062026-04-13T21:38:32.781Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-04-13T21:38:36.822Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30082026-04-13T21:38:40.729Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30092026-04-13T21:38:41.390Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30102026-04-13T21:38:44.156Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30112026-04-13T21:38:47.565Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30122026-04-13T21:38:52.480Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30132026-04-13T21:38:56.061Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30142026-04-13T21:38:57.455Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30152026-04-13T21:38:59.773Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30162026-04-13T21:39:00.398Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30172026-04-13T21:39:07.400Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30182026-04-13T21:40:22.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 59s
30192026-04-13T21:40:23.076Z
30202026-04-13T21:40:23.076Zreal 4:02.336671773
30212026-04-13T21:40:23.076Zuser 20:31.637813999
30222026-04-13T21:40:23.076Zsys 4:41.369689742
30232026-04-13T21:40:23.076Ztrap 0.502496085
30242026-04-13T21:40:23.076Ztflt 0.116092116
30252026-04-13T21:40:23.076Zdflt 0.175726303
30262026-04-13T21:40:23.076Zkflt 0.000854203
30272026-04-13T21:40:23.076Zlock 56:29.293167258
30282026-04-13T21:40:23.076Zslp 56:20.027711258
30292026-04-13T21:40:23.076Zlat 1:51.649862591
30302026-04-13T21:40:23.077Zstop 10:22.841961686
30312026-04-13T21:40:23.080Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30322026-04-13T21:40:23.080Z+ ptime -m cargo doc --workspace --no-deps
30332026-04-13T21:40:23.949Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30342026-04-13T21:40:23.949Z |
30352026-04-13T21:40:23.949Z = 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)`
30362026-04-13T21:40:23.949Z = 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>
30372026-04-13T21:40:24.885Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30382026-04-13T21:40:25.111Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30392026-04-13T21:40:25.154Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30402026-04-13T21:40:25.215Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30412026-04-13T21:40:25.326Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30422026-04-13T21:40:25.373Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30432026-04-13T21:40:25.373Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30442026-04-13T21:40:25.423Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30452026-04-13T21:40:25.472Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30462026-04-13T21:40:25.563Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30472026-04-13T21:40:25.643Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30482026-04-13T21:40:25.677Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30492026-04-13T21:40:25.698Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30502026-04-13T21:40:25.744Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30512026-04-13T21:40:25.767Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30522026-04-13T21:40:25.770Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30532026-04-13T21:40:25.808Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30542026-04-13T21:40:25.831Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30552026-04-13T21:40:25.877Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30562026-04-13T21:40:25.899Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30572026-04-13T21:40:26.157Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30582026-04-13T21:40:26.460Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30592026-04-13T21:40:26.490Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30602026-04-13T21:40:26.589Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30612026-04-13T21:40:26.610Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30622026-04-13T21:40:26.636Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30632026-04-13T21:40:26.778Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30642026-04-13T21:40:26.863Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30652026-04-13T21:40:26.939Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30662026-04-13T21:40:27.036Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30672026-04-13T21:40:27.204Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30682026-04-13T21:40:27.226Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30692026-04-13T21:40:27.252Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30702026-04-13T21:40:27.441Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30712026-04-13T21:40:27.463Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30722026-04-13T21:40:27.572Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30732026-04-13T21:40:27.692Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30742026-04-13T21:40:27.740Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30752026-04-13T21:40:27.801Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30762026-04-13T21:40:27.968Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30772026-04-13T21:40:28.111Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30782026-04-13T21:40:28.250Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30792026-04-13T21:40:28.278Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30802026-04-13T21:40:28.318Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30812026-04-13T21:40:28.475Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30822026-04-13T21:40:28.521Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30832026-04-13T21:40:28.608Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30842026-04-13T21:40:28.707Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30852026-04-13T21:40:28.759Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30862026-04-13T21:40:28.839Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30872026-04-13T21:40:28.865Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30882026-04-13T21:40:28.903Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30892026-04-13T21:40:28.957Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30902026-04-13T21:40:29.137Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30912026-04-13T21:40:29.157Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30922026-04-13T21:40:29.176Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30932026-04-13T21:40:29.229Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30942026-04-13T21:40:29.389Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30952026-04-13T21:40:29.410Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30962026-04-13T21:40:29.430Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30972026-04-13T21:40:29.582Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30982026-04-13T21:40:29.650Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30992026-04-13T21:40:29.671Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31002026-04-13T21:40:29.691Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31012026-04-13T21:40:29.712Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31022026-04-13T21:40:29.844Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31032026-04-13T21:40:29.867Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31042026-04-13T21:40:29.909Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31052026-04-13T21:40:30.103Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31062026-04-13T21:40:30.106Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31072026-04-13T21:40:30.106Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31082026-04-13T21:40:30.161Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31092026-04-13T21:40:30.182Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31102026-04-13T21:40:30.542Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31112026-04-13T21:40:30.546Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31122026-04-13T21:40:30.873Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31132026-04-13T21:40:31.260Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31142026-04-13T21:40:31.305Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31152026-04-13T21:40:31.487Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31162026-04-13T21:40:31.767Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31172026-04-13T21:40:31.790Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31182026-04-13T21:40:31.961Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31192026-04-13T21:40:32.242Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31202026-04-13T21:40:32.494Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31212026-04-13T21:40:32.714Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31222026-04-13T21:40:32.799Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31232026-04-13T21:40:33.270Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31242026-04-13T21:40:33.957Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31252026-04-13T21:40:34.510Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31262026-04-13T21:40:34.601Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31272026-04-13T21:40:34.657Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31282026-04-13T21:40:34.724Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31292026-04-13T21:40:35.010Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31302026-04-13T21:40:35.250Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31312026-04-13T21:40:35.597Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31322026-04-13T21:40:35.697Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31332026-04-13T21:40:35.846Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31342026-04-13T21:40:35.867Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31352026-04-13T21:40:35.971Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31362026-04-13T21:40:36.100Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31372026-04-13T21:40:36.250Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31382026-04-13T21:40:36.273Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31392026-04-13T21:40:36.298Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31402026-04-13T21:40:36.322Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31412026-04-13T21:40:36.552Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31422026-04-13T21:40:36.785Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31432026-04-13T21:40:37.037Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31442026-04-13T21:40:37.525Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31452026-04-13T21:40:37.639Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31462026-04-13T21:40:38.535Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31472026-04-13T21:40:38.591Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31482026-04-13T21:40:38.753Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31492026-04-13T21:40:38.913Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31502026-04-13T21:40:39.319Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31512026-04-13T21:40:39.598Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31522026-04-13T21:40:39.808Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31532026-04-13T21:40:39.875Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31542026-04-13T21:40:40.016Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31552026-04-13T21:40:40.319Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31562026-04-13T21:40:40.520Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31572026-04-13T21:40:40.631Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31582026-04-13T21:40:40.777Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31592026-04-13T21:40:41.001Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31602026-04-13T21:40:41.024Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31612026-04-13T21:40:41.048Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31622026-04-13T21:40:41.714Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31632026-04-13T21:40:42.026Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31642026-04-13T21:40:42.296Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31652026-04-13T21:40:42.441Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31662026-04-13T21:40:43.109Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31672026-04-13T21:40:43.517Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31682026-04-13T21:40:44.538Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31692026-04-13T21:40:44.665Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31702026-04-13T21:40:45.089Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31712026-04-13T21:40:45.215Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31722026-04-13T21:40:45.394Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-04-13T21:40:45.697Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31742026-04-13T21:40:45.808Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31752026-04-13T21:40:45.897Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31762026-04-13T21:40:46.424Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31772026-04-13T21:40:46.904Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31782026-04-13T21:40:46.926Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31792026-04-13T21:40:47.042Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31802026-04-13T21:40:47.109Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31812026-04-13T21:40:47.143Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31822026-04-13T21:40:47.179Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31832026-04-13T21:40:47.626Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31842026-04-13T21:40:48.209Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31852026-04-13T21:40:48.264Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31862026-04-13T21:40:49.275Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31872026-04-13T21:40:49.296Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31882026-04-13T21:40:50.128Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31892026-04-13T21:40:51.835Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31902026-04-13T21:40:52.193Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31912026-04-13T21:40:54.064Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31922026-04-13T21:40:54.314Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31932026-04-13T21:40:54.496Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31942026-04-13T21:40:54.678Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31952026-04-13T21:40:54.757Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31962026-04-13T21:40:55.964Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31972026-04-13T21:40:56.213Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31982026-04-13T21:40:56.450Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31992026-04-13T21:40:57.653Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32002026-04-13T21:40:57.674Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32012026-04-13T21:40:57.779Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32022026-04-13T21:40:57.800Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32032026-04-13T21:40:58.274Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32042026-04-13T21:40:58.417Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32052026-04-13T21:40:58.458Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32062026-04-13T21:40:58.626Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32072026-04-13T21:40:58.648Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32082026-04-13T21:40:59.090Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32092026-04-13T21:40:59.325Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32102026-04-13T21:40:59.420Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32112026-04-13T21:40:59.829Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32122026-04-13T21:40:59.973Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32132026-04-13T21:41:00.050Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32142026-04-13T21:41:00.392Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32152026-04-13T21:41:00.480Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32162026-04-13T21:41:00.653Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32172026-04-13T21:41:01.169Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32182026-04-13T21:41:01.787Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32192026-04-13T21:41:02.812Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32202026-04-13T21:41:03.819Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32212026-04-13T21:41:04.178Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32222026-04-13T21:41:05.820Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32232026-04-13T21:41:06.148Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32242026-04-13T21:41:07.546Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32252026-04-13T21:41:07.810Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32262026-04-13T21:41:09.394Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32272026-04-13T21:41:10.257Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32282026-04-13T21:41:11.464Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32292026-04-13T21:41:12.360Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32302026-04-13T21:41:12.952Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32312026-04-13T21:41:15.021Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32322026-04-13T21:41:15.757Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32332026-04-13T21:41:16.495Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32342026-04-13T21:41:16.904Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32352026-04-13T21:41:17.022Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32362026-04-13T21:41:17.356Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32372026-04-13T21:41:18.220Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32382026-04-13T21:41:20.011Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32392026-04-13T21:41:20.643Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32402026-04-13T21:41:23.523Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32412026-04-13T21:41:24.949Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32422026-04-13T21:41:26.084Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32432026-04-13T21:41:27.082Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32442026-04-13T21:41:27.623Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32452026-04-13T21:41:28.384Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32462026-04-13T21:41:29.108Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32472026-04-13T21:41:29.927Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32482026-04-13T21:41:30.728Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32492026-04-13T21:41:31.663Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32502026-04-13T21:41:32.138Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32512026-04-13T21:41:32.461Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32522026-04-13T21:41:33.380Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32532026-04-13T21:41:34.432Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32542026-04-13T21:41:36.159Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32552026-04-13T21:41:37.808Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32562026-04-13T21:41:38.996Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32572026-04-13T21:41:39.633Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32582026-04-13T21:41:40.519Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32592026-04-13T21:41:43.189Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32602026-04-13T21:41:43.306Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32612026-04-13T21:41:44.300Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32622026-04-13T21:41:45.399Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32632026-04-13T21:41:46.848Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32642026-04-13T21:41:48.166Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32652026-04-13T21:41:49.342Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32662026-04-13T21:41:50.642Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32672026-04-13T21:41:55.073Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32682026-04-13T21:41:56.626Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32692026-04-13T21:41:58.057Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32702026-04-13T21:41:59.767Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32712026-04-13T21:42:01.358Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32722026-04-13T21:42:02.839Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32732026-04-13T21:42:04.263Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32742026-04-13T21:42:07.898Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32752026-04-13T21:42:09.429Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32762026-04-13T21:42:09.906Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32772026-04-13T21:42:11.048Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32782026-04-13T21:42:12.838Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32792026-04-13T21:42:14.526Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32802026-04-13T21:42:16.947Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32812026-04-13T21:42:18.531Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32822026-04-13T21:42:20.317Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32832026-04-13T21:42:22.455Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32842026-04-13T21:42:23.980Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32852026-04-13T21:42:25.807Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32862026-04-13T21:42:27.583Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32872026-04-13T21:42:29.362Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32882026-04-13T21:42:31.172Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32892026-04-13T21:42:32.814Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32902026-04-13T21:42:34.583Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32912026-04-13T21:42:36.778Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32922026-04-13T21:42:38.298Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32932026-04-13T21:42:40.414Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32942026-04-13T21:42:42.413Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32952026-04-13T21:42:44.210Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32962026-04-13T21:42:46.465Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
32972026-04-13T21:42:48.505Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32982026-04-13T21:42:50.536Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32992026-04-13T21:42:52.490Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33002026-04-13T21:42:54.540Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33012026-04-13T21:42:56.544Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33022026-04-13T21:42:59.145Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33032026-04-13T21:43:00.989Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33042026-04-13T21:43:03.142Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33052026-04-13T21:43:05.367Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33062026-04-13T21:43:07.533Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33072026-04-13T21:43:09.714Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33082026-04-13T21:43:11.806Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33092026-04-13T21:43:14.062Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33102026-04-13T21:43:16.168Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33112026-04-13T21:43:18.668Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33122026-04-13T21:43:20.957Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33132026-04-13T21:43:22.680Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33142026-04-13T21:43:24.804Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33152026-04-13T21:43:27.008Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33162026-04-13T21:43:29.176Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33172026-04-13T21:43:31.354Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33182026-04-13T21:43:33.554Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33192026-04-13T21:43:35.870Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33202026-04-13T21:43:38.011Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33212026-04-13T21:43:40.215Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33222026-04-13T21:43:42.432Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33232026-04-13T21:43:44.651Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33242026-04-13T21:43:46.851Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33252026-04-13T21:43:49.074Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33262026-04-13T21:43:51.444Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33272026-04-13T21:43:53.590Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33282026-04-13T21:43:55.922Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33292026-04-13T21:43:58.078Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33302026-04-13T21:44:00.399Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33312026-04-13T21:44:02.600Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33322026-04-13T21:44:04.793Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33332026-04-13T21:44:07.491Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33342026-04-13T21:44:09.572Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33352026-04-13T21:44:12.164Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33362026-04-13T21:44:14.438Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33372026-04-13T21:44:16.713Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33382026-04-13T21:44:19.186Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33392026-04-13T21:44:21.631Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33402026-04-13T21:44:24.077Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33412026-04-13T21:44:26.738Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33422026-04-13T21:44:29.183Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33432026-04-13T21:44:31.638Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33442026-04-13T21:44:34.006Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33452026-04-13T21:44:36.488Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33462026-04-13T21:44:39.030Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33472026-04-13T21:44:41.932Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33482026-04-13T21:44:44.226Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33492026-04-13T21:44:46.763Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33502026-04-13T21:44:53.984Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33512026-04-13T21:44:54.259Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33522026-04-13T21:44:57.470Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33532026-04-13T21:45:00.715Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33542026-04-13T21:45:05.359Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33552026-04-13T21:45:08.230Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33562026-04-13T21:45:11.739Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33572026-04-13T21:45:15.365Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33582026-04-13T21:45:18.932Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33592026-04-13T21:45:22.617Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33602026-04-13T21:45:26.332Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33612026-04-13T21:45:29.909Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33622026-04-13T21:45:33.483Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33632026-04-13T21:45:37.079Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33642026-04-13T21:45:40.669Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33652026-04-13T21:45:44.308Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33662026-04-13T21:45:47.851Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33672026-04-13T21:45:51.472Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33682026-04-13T21:45:55.094Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33692026-04-13T21:45:58.791Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33702026-04-13T21:46:02.459Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33712026-04-13T21:46:06.013Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33722026-04-13T21:46:09.657Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33732026-04-13T21:46:13.277Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33742026-04-13T21:46:16.938Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33752026-04-13T21:46:45.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 22s
33762026-04-13T21:46:45.915Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 191 other files
33772026-04-13T21:46:46.017Z
33782026-04-13T21:46:46.017Zreal 6:22.832610781
33792026-04-13T21:46:46.017Zuser 17:19.686788126
33802026-04-13T21:46:46.017Zsys 3:37.791491066
33812026-04-13T21:46:46.017Ztrap 0.263883174
33822026-04-13T21:46:46.020Ztflt 0.034156411
33832026-04-13T21:46:46.021Zdflt 0.012406057
33842026-04-13T21:46:46.021Zkflt 0.000038624
33852026-04-13T21:46:46.021Zlock 5:51:28.220671942
33862026-04-13T21:46:46.021Zslp 2:08:18.247104669
33872026-04-13T21:46:46.021Zlat 35.762866454
33882026-04-13T21:46:46.021Zstop 1:32.655597632
33892026-04-13T21:46:46.021Zprocess exited: duration 807452 ms, exit code 0
 
33902026-04-13T21:46:46.034Zfound 0 output files