01KNTM9FVT24PA98Y0GEHX3RCF: clippy (helios)

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

Buildomat Job: 01KNTM9TGZT19NZ0RJ6B0ZJ36N

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T02:43:11.481Zjob assigned to worker 01KNTMA018GSX8XGRVS3EFW7HZ [factory aws, i-03169daa496640027] (queued for 47 s)
 
22026-04-10T02:43:18.694Zstarting task 0: "setup"
32026-04-10T02:43:18.700Z++ uname -s
42026-04-10T02:43:18.700Z+ kern=SunOS
52026-04-10T02:43:18.700Z+ build_user=build
62026-04-10T02:43:18.700Z+ build_uid=12345
72026-04-10T02:43:18.701Z+ work_dir=/work
82026-04-10T02:43:18.701Z+ input_dir=/input
92026-04-10T02:43:18.701Z+ [[ 0 == 12345 ]]
102026-04-10T02:43:18.701Z+ case "$kern" in
112026-04-10T02:43:18.701Z+ groupadd -g 12345 build
122026-04-10T02:43:18.706Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T02:43:20.707Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T02:43:20.841Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T02:43:20.851Z+ home_fs=zfs
162026-04-10T02:43:20.852Z+ [[ zfs == autofs ]]
172026-04-10T02:43:20.852Z+ mkdir -p /home/build
182026-04-10T02:43:20.852Z+ chown build:build /home/build /work
192026-04-10T02:43:22.826Z+ chmod 0700 /home/build /work
202026-04-10T02:43:22.830Zprocess exited: duration 4137 ms, exit code 0
 
212026-04-10T02:43:22.838Zstarting task 1: "rust-toolchain"
222026-04-10T02:43:22.842Z * rust toolchain channel = "1.94.0"
232026-04-10T02:43:22.842Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-04-10T02:43:22.842Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-10T02:43:22.842Z * rust toolchain profile = "default"
262026-04-10T02:43:22.843Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-10T02:43:22.843Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T02:43:22.849Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T02:43:22.849Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-10T02:43:22.955Zinfo: downloading installer
312026-04-10T02:43:24.309Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T02:43:24.309Zwarn: /opt/ooce/bin
332026-04-10T02:43:24.309Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T02:43:24.309Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T02:43:24.309Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T02:43:24.309Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T02:43:24.309Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T02:43:24.309Zerror: cannot install while Rust is installed
392026-04-10T02:43:24.309Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T02:43:24.309Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T02:43:24.309Zwarn: /home/build/.rustup/settings.toml
422026-04-10T02:43:24.309Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T02:43:24.309Zwarn: instead of the one inferred from the default host triple.
442026-04-10T02:43:24.322Zinfo: profile set to default
452026-04-10T02:43:24.322Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T02:43:24.326Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-10T02:43:24.454Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-10T02:43:24.457Zinfo: downloading 6 components
492026-04-10T02:43:38.312Z
502026-04-10T02:43:38.312Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-10T02:43:38.347Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-10T02:43:38.347Z
532026-04-10T02:43:38.347Z
542026-04-10T02:43:38.347ZRust is installed now. Great!
552026-04-10T02:43:38.347Z
562026-04-10T02:43:38.347ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T02:43:38.347Zenvironment variable. This has not been done automatically.
582026-04-10T02:43:38.347Z
592026-04-10T02:43:38.347ZTo configure your current shell, you need to source
602026-04-10T02:43:38.347Zthe corresponding env file under $HOME/.cargo.
612026-04-10T02:43:38.347Z
622026-04-10T02:43:38.348ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T02:43:38.348Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T02:43:38.348Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T02:43:38.348Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T02:43:38.348Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T02:43:38.348Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T02:43:38.348Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T02:43:38.351Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T02:43:38.351Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T02:43:38.442Z+ rustup --version
722026-04-10T02:43:38.450Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T02:43:38.454Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T02:43:38.470Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-10T02:43:38.472Z+ cargo --version
762026-04-10T02:43:38.485Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-10T02:43:38.489Z+ rustc --version
782026-04-10T02:43:38.510Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-10T02:43:38.517Zprocess exited: duration 15671 ms, exit code 0
 
802026-04-10T02:43:38.526Zstarting task 2: "authentication"
812026-04-10T02:43:38.540Zprocess exited: duration 15 ms, exit code 0
 
822026-04-10T02:43:38.546Zstarting task 3: "clone repository"
832026-04-10T02:43:38.550Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-10T02:43:38.553Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-10T02:43:38.581ZCloning into '/work/oxidecomputer/omicron'...
862026-04-10T02:43:49.211Z+ cd /work/oxidecomputer/omicron
872026-04-10T02:43:49.211Z+ git fetch origin db85656facb20131c449e0cfe4860cf993b4a93c
882026-04-10T02:43:49.478ZFrom https://github.com/oxidecomputer/omicron
892026-04-10T02:43:49.479Z * branch db85656facb20131c449e0cfe4860cf993b4a93c -> FETCH_HEAD
902026-04-10T02:43:49.487Z+ [[ -n '' ]]
912026-04-10T02:43:49.487Z+ git reset --hard db85656facb20131c449e0cfe4860cf993b4a93c
922026-04-10T02:43:49.722ZHEAD is now at db85656fa hakari
932026-04-10T02:43:49.725Zprocess exited: duration 11178 ms, exit code 0
 
942026-04-10T02:43:49.731Zstarting task 4: "build"
952026-04-10T02:43:49.735Z+ source ./env.sh
962026-04-10T02:43:49.738Z++ OLD_SHELL_OPTS=ehxB
972026-04-10T02:43:49.738Z++ set -o xtrace
982026-04-10T02:43:49.738Z++++ dirname ./env.sh
992026-04-10T02:43:49.741Z+++ readlink -f .
1002026-04-10T02:43:49.744Z++ OMICRON_WS=/work/oxidecomputer/omicron
1012026-04-10T02:43:49.744Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-04-10T02:43:49.744Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-04-10T02:43:49.744Z++ 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
1042026-04-10T02:43:49.744Z++ 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
1052026-04-10T02:43:49.744Z++ 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
1062026-04-10T02:43:49.744Z++ 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
1072026-04-10T02:43:49.744Z++ 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
1082026-04-10T02:43:49.744Z++ 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
1092026-04-10T02:43:49.744Z++ export PATH=/work/oxidecomputer/omicron/out/lldp/root/opt/oxide/bin:/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
1102026-04-10T02:43:49.744Z++ PATH=/work/oxidecomputer/omicron/out/lldp/root/opt/oxide/bin:/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
1112026-04-10T02:43:49.744Z++ case $OLD_SHELL_OPTS in
1122026-04-10T02:43:49.744Z++ unset OLD_SHELL_OPTS OMICRON_WS
1132026-04-10T02:43:49.744Z+ source .github/buildomat/ci-env.sh
1142026-04-10T02:43:49.744Z++ export CARGO_TERM_COLOR=always
1152026-04-10T02:43:49.744Z++ CARGO_TERM_COLOR=always
1162026-04-10T02:43:49.744Z+ cargo --version
1172026-04-10T02:43:49.751Zcargo 1.94.0 (85eff7c80 2026-01-15)
1182026-04-10T02:43:49.754Z+ rustc --version
1192026-04-10T02:43:49.774Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1202026-04-10T02:43:49.776Z+ banner prerequisites
1212026-04-10T02:43:49.779Z
1222026-04-10T02:43:49.779Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-04-10T02:43:49.779Z # # # # # # # # # # # # # # #
1242026-04-10T02:43:49.779Z # # # # ##### # # ##### # # # # # #### #
1252026-04-10T02:43:49.779Z ##### ##### # ##### # # # # # # # # #
1262026-04-10T02:43:49.780Z # # # # # # # # # # # # # # #
1272026-04-10T02:43:49.780Z # # # ###### # # ###### ### # #### # #### #
1282026-04-10T02:43:49.780Z
1292026-04-10T02:43:49.780Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-04-10T02:43:58.749Z Startup: Refreshing catalog 'helios-dev' ... Done
1312026-04-10T02:44:05.992Z Startup: Caching catalogs ... Done
1322026-04-10T02:44:11.025ZPlanning: Solver setup ... Done (3.547s)
1332026-04-10T02:44:11.049ZPlanning: Running solver ... Done (0.024s)
1342026-04-10T02:44:11.179ZPlanning: Finding local manifests ... Done (0.003s)
1352026-04-10T02:44:11.191ZPlanning: Fetching manifests: 0/4 0% complete
1362026-04-10T02:44:11.291ZPlanning: Fetching manifests: 4/4 100% complete
1372026-04-10T02:44:11.323ZPlanning: Package planning ... Done (0.032s)
1382026-04-10T02:44:11.351ZPlanning: Merging actions ... Done (0.028s)
1392026-04-10T02:44:11.535ZPlanning: Checking for conflicting actions ... Done (0.184s)
1402026-04-10T02:44:11.543ZPlanning: Consolidating action changes ... Done (0.007s)
1412026-04-10T02:44:12.316ZPlanning: Evaluating mediators ... Done (0.773s)
1422026-04-10T02:44:12.322ZPlanning: Planning completed in 6.16 seconds
1432026-04-10T02:44:12.333Z Packages to install: 4
1442026-04-10T02:44:12.333Z Mediators to change: 2
1452026-04-10T02:44:12.333Z Services to change: 1
1462026-04-10T02:44:12.338Z Estimated space available: 155.35 GB
1472026-04-10T02:44:12.338ZEstimated space to be consumed: 1.84 GB
1482026-04-10T02:44:12.338Z Create boot environment: No
1492026-04-10T02:44:12.338ZCreate backup boot environment: No
1502026-04-10T02:44:12.338Z Rebuild boot archive: No
1512026-04-10T02:44:12.338Z
1522026-04-10T02:44:12.338ZChanged mediators:
1532026-04-10T02:44:12.338Z mediator clang:
1542026-04-10T02:44:12.338Z version: None -> 15 (system default)
1552026-04-10T02:44:12.338Z
1562026-04-10T02:44:12.338Z mediator llvm:
1572026-04-10T02:44:12.338Z version: 14 (system default) -> 15 (system default)
1582026-04-10T02:44:12.338Z
1592026-04-10T02:44:12.338ZChanged packages:
1602026-04-10T02:44:12.338Zhelios-dev
1612026-04-10T02:44:12.338Z developer/build-essential
1622026-04-10T02:44:12.338Z None -> 11-2.0
1632026-04-10T02:44:12.338Z library/libxmlsec1
1642026-04-10T02:44:12.338Z None -> 1.2.35-2.0
1652026-04-10T02:44:12.338Z ooce/developer/clang-15
1662026-04-10T02:44:12.338Z None -> 15.0.7-2.0
1672026-04-10T02:44:12.338Z ooce/developer/llvm-15
1682026-04-10T02:44:12.338Z None -> 15.0.7-2.0
1692026-04-10T02:44:12.338Z
1702026-04-10T02:44:12.338ZServices:
1712026-04-10T02:44:12.338Z restart_fmri:
1722026-04-10T02:44:12.338Z svc:/system/update-man-index:default
1732026-04-10T02:44:12.378Z
1742026-04-10T02:44:12.378ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1752026-04-10T02:44:18.536ZDownload: 1196/3290 items 83.5/212.6MB 39% complete (20.6M/s)
1762026-04-10T02:44:32.967ZDownload: 1198/3290 items 83.5/212.6MB 39% complete
1772026-04-10T02:44:37.968ZDownload: 2628/3290 items 120.3/212.6MB 56% complete (7.4M/s)
1782026-04-10T02:44:40.149ZDownload: Completed 212.60 MB in 27.77 seconds (7.7M/s)
1792026-04-10T02:44:40.397Z Actions: 1/3689 actions (Installing new actions)
1802026-04-10T02:44:43.575Z Actions: Completed 3689 actions in 3.18 seconds.
1812026-04-10T02:44:43.879Z Done (0.300s)
1822026-04-10T02:44:43.879Z Done (0.000s)
1832026-04-10T02:44:44.587Z Done (0.707s)
1842026-04-10T02:44:47.675Z Done (2.725s)
1852026-04-10T02:44:47.753Z Done (0.012s)
1862026-04-10T02:44:47.756Z Done (0.000s)
1872026-04-10T02:44:48.059Z Done (0.000s)
1882026-04-10T02:44:48.929ZPlanning: Evaluating mediator changes ... Done
1892026-04-10T02:44:48.996ZPlanning: Checking for conflicting actions ... Done
1902026-04-10T02:44:49.014ZPlanning: Consolidating action changes ... Done
1912026-04-10T02:44:49.156ZPlanning: Evaluating mediators ... Done
1922026-04-10T02:44:49.159ZPlanning: Planning completed in 0.27 seconds
1932026-04-10T02:44:49.177Z Mediators to change: 2
1942026-04-10T02:44:49.177Z Create boot environment: No
1952026-04-10T02:44:49.180ZCreate backup boot environment: No
1962026-04-10T02:44:49.235Z Done
1972026-04-10T02:44:49.235Z Done
1982026-04-10T02:44:49.833Z Done
1992026-04-10T02:44:52.382Z Done
2002026-04-10T02:44:52.459Z Done
2012026-04-10T02:44:52.463Z Done
2022026-04-10T02:44:52.624Z Done
2032026-04-10T02:44:53.026ZPlanning: Evaluating mediator changes ... Done
2042026-04-10T02:44:53.029ZPlanning: Merging actions ... Done
2052026-04-10T02:44:53.164ZPlanning: Checking for conflicting actions ... Done
2062026-04-10T02:44:53.167ZPlanning: Consolidating action changes ... Done
2072026-04-10T02:44:53.303ZPlanning: Evaluating mediators ... Done
2082026-04-10T02:44:53.331ZPlanning: Planning completed in 0.44 seconds
2092026-04-10T02:44:53.354Z Packages to change: 1
2102026-04-10T02:44:53.354Z Mediators to change: 1
2112026-04-10T02:44:53.354Z Services to change: 1
2122026-04-10T02:44:53.357Z Create boot environment: No
2132026-04-10T02:44:53.357ZCreate backup boot environment: Yes
2142026-04-10T02:44:55.761Z Actions: 1/6 actions (Updating modified actions)
2152026-04-10T02:44:55.764Z Actions: Completed 6 actions in 0.00 seconds.
2162026-04-10T02:44:55.764Z Done
2172026-04-10T02:44:55.764Z Done
2182026-04-10T02:44:55.902Z Done
2192026-04-10T02:44:58.411Z Done
2202026-04-10T02:44:58.484Z Done
2212026-04-10T02:44:58.487Z Done
2222026-04-10T02:44:58.632Z Done
2232026-04-10T02:44:58.924ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242026-04-10T02:44:58.924Zclang system 15 system
2252026-04-10T02:44:58.925Zcsh system system illumos
2262026-04-10T02:44:58.925Zctags system system illumos
2272026-04-10T02:44:58.925Zfile system system illumos
2282026-04-10T02:44:58.925Zgcc vendor 12 vendor
2292026-04-10T02:44:58.925Zgcc system 14 system
2302026-04-10T02:44:58.925Zgcc system 10 system
2312026-04-10T02:44:58.925Zgo system 1.20 system
2322026-04-10T02:44:58.925Zgo system 1.19 system
2332026-04-10T02:44:58.925Zllvm system 15 system
2342026-04-10T02:44:58.925Zllvm system 14 system
2352026-04-10T02:44:58.925Zmariadb system 10.6 system
2362026-04-10T02:44:58.925Zmta vendor vendor dma
2372026-04-10T02:44:58.925Zopenjdk system 17 system
2382026-04-10T02:44:58.925Zopenjdk system 11 system
2392026-04-10T02:44:58.925Zopenjdk system 1.8 system
2402026-04-10T02:44:58.925Zopenssl vendor 3 vendor
2412026-04-10T02:44:58.925Zperl system 5.36 system
2422026-04-10T02:44:58.925Zpostgresql system 15 system
2432026-04-10T02:44:58.925Zpostgresql system 13 system
2442026-04-10T02:44:58.925Zpython vendor 3 vendor
2452026-04-10T02:44:58.925Zpython system 2 system
2462026-04-10T02:44:58.925Zpython3 system 3.11 system
2472026-04-10T02:44:58.925Zruby system 3.0 system
2482026-04-10T02:44:58.925Zwords vendor vendor american-english
2492026-04-10T02:44:58.925Zwords system system australian-english
2502026-04-10T02:44:58.925Zwords system system british-english
2512026-04-10T02:44:58.925Zwords system system canadian-english
2522026-04-10T02:44:58.925Zwords system system french
2532026-04-10T02:44:58.925Zwords system system italian
2542026-04-10T02:44:58.925Zwords system system ngerman
2552026-04-10T02:44:58.925Zwords system system ogerman
2562026-04-10T02:44:58.925Zwords system system spanish
2572026-04-10T02:44:59.155ZPUBLISHER TYPE STATUS P LOCATION
2582026-04-10T02:44:59.155Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2592026-04-10T02:45:03.625ZFMRI IFO
2602026-04-10T02:45:03.625Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2612026-04-10T02:45:03.625Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2622026-04-10T02:45:03.625Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2632026-04-10T02:45:03.625Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2642026-04-10T02:45:03.625Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2652026-04-10T02:45:03.625Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2662026-04-10T02:45:03.625Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2672026-04-10T02:45:03.625Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2682026-04-10T02:45:03.625Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2692026-04-10T02:45:03.625Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2702026-04-10T02:45:03.625Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2712026-04-10T02:45:03.625Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2722026-04-10T02:45:03.625Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2732026-04-10T02:45:03.625Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2742026-04-10T02:45:03.625Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2752026-04-10T02:45:03.625Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2762026-04-10T02:45:04.731Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2772026-04-10T02:45:05.006Z Updating crates.io index
2782026-04-10T02:45:05.039Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2792026-04-10T02:45:05.282Z Updating git repository `https://github.com/oxidecomputer/lldp`
2802026-04-10T02:45:06.196Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2812026-04-10T02:45:06.763Z Updating git repository `https://github.com/oxidecomputer/propolis`
2822026-04-10T02:45:08.208Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832026-04-10T02:45:08.708Z Updating git repository `https://github.com/oxidecomputer/crucible`
2842026-04-10T02:45:10.053Z Updating git repository `https://github.com/oxidecomputer/opte`
2852026-04-10T02:45:10.708Z Updating git repository `https://github.com/oxidecomputer/tofino`
2862026-04-10T02:45:11.046Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2872026-04-10T02:45:11.854Z Updating git repository `https://github.com/oxidecomputer/clickward`
2882026-04-10T02:45:12.220Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2892026-04-10T02:45:12.537Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2902026-04-10T02:45:12.843Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2912026-04-10T02:45:13.709Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2922026-04-10T02:45:14.203Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-04-10T02:45:14.554Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2942026-04-10T02:45:14.898Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2952026-04-10T02:45:15.294Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2962026-04-10T02:45:15.663Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2972026-04-10T02:45:15.893Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2982026-04-10T02:45:16.142Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992026-04-10T02:45:16.564Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3002026-04-10T02:45:16.893Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3012026-04-10T02:45:17.546Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3022026-04-10T02:45:17.786Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3032026-04-10T02:45:18.079Z Updating git repository `https://github.com/oxidecomputer/ispf`
3042026-04-10T02:45:19.132Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3052026-04-10T02:45:19.675Z Updating git repository `https://github.com/oxidecomputer/crucible`
3062026-04-10T02:45:20.154Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3072026-04-10T02:45:20.581Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3082026-04-10T02:45:20.852Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3092026-04-10T02:45:21.131Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3102026-04-10T02:45:21.459Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3112026-04-10T02:45:21.908Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3122026-04-10T02:45:22.159Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3132026-04-10T02:45:22.411Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3142026-04-10T02:45:22.678Z Updating git repository `https://github.com/illumos/smf-rs`
3152026-04-10T02:45:22.976Z Updating git repository `https://github.com/oxidecomputer/omicron`
3162026-04-10T02:45:34.380Z Downloading crates ...
3172026-04-10T02:45:34.455Z Downloaded anstyle v1.0.13
3182026-04-10T02:45:34.458Z Downloaded anstream v0.6.21
3192026-04-10T02:45:34.482Z Downloaded dtrace-parser v0.2.0
3202026-04-10T02:45:34.489Z Downloaded url v2.5.8
3212026-04-10T02:45:34.492Z Downloaded plain v0.2.3
3222026-04-10T02:45:34.492Z Downloaded unicode-width v0.1.14
3232026-04-10T02:45:34.495Z Downloaded thiserror-impl v2.0.18
3242026-04-10T02:45:34.498Z Downloaded thiserror-impl v1.0.69
3252026-04-10T02:45:34.501Z Downloaded heck v0.4.1
3262026-04-10T02:45:34.501Z Downloaded zmij v1.0.21
3272026-04-10T02:45:34.504Z Downloaded dof v0.3.0
3282026-04-10T02:45:34.504Z Downloaded displaydoc v0.2.5
3292026-04-10T02:45:34.506Z Downloaded zerofrom v0.1.6
3302026-04-10T02:45:34.506Z Downloaded thiserror v2.0.18
3312026-04-10T02:45:34.509Z Downloaded bytecount v0.6.9
3322026-04-10T02:45:34.509Z Downloaded tinystr v0.8.2
3332026-04-10T02:45:34.514Z Downloaded num-traits v0.2.19
3342026-04-10T02:45:34.514Z Downloaded usdt-macro v0.5.0
3352026-04-10T02:45:34.518Z Downloaded typeid v1.0.3
3362026-04-10T02:45:34.518Z Downloaded writeable v0.6.2
3372026-04-10T02:45:34.518Z Downloaded thiserror v1.0.69
3382026-04-10T02:45:34.521Z Downloaded usdt-impl v0.5.0
3392026-04-10T02:45:34.521Z Downloaded textwrap v0.16.2
3402026-04-10T02:45:34.522Z Downloaded fastrand v2.3.0
3412026-04-10T02:45:34.522Z Downloaded cfg-if v1.0.4
3422026-04-10T02:45:34.524Z Downloaded form_urlencoded v1.2.2
3432026-04-10T02:45:34.525Z Downloaded heck v0.5.0
3442026-04-10T02:45:34.525Z Downloaded toml v0.8.23
3452026-04-10T02:45:34.527Z Downloaded version_check v0.9.5
3462026-04-10T02:45:34.527Z Downloaded unicode-linebreak v0.1.5
3472026-04-10T02:45:34.527Z Downloaded icu_normalizer v2.1.1
3482026-04-10T02:45:34.532Z Downloaded getrandom v0.3.4
3492026-04-10T02:45:34.533Z Downloaded yoke v0.8.1
3502026-04-10T02:45:34.536Z Downloaded usdt v0.5.0
3512026-04-10T02:45:34.536Z Downloaded generic-array v0.14.7
3522026-04-10T02:45:34.538Z Downloaded typenum v1.19.0
3532026-04-10T02:45:34.541Z Downloaded percent-encoding v2.3.2
3542026-04-10T02:45:34.541Z Downloaded crypto-common v0.1.7
3552026-04-10T02:45:34.541Z Downloaded toml_edit v0.22.27
3562026-04-10T02:45:34.545Z Downloaded zerocopy-derive v0.7.35
3572026-04-10T02:45:34.548Z Downloaded unicode-xid v0.2.6
3582026-04-10T02:45:34.551Z Downloaded toml_datetime v0.6.11
3592026-04-10T02:45:34.551Z Downloaded ucd-trie v0.1.7
3602026-04-10T02:45:34.551Z Downloaded pretty-hex v0.4.1
3612026-04-10T02:45:34.551Z Downloaded thread-id v4.2.2
3622026-04-10T02:45:34.553Z Downloaded yoke-derive v0.8.1
3632026-04-10T02:45:34.553Z Downloaded clap_lex v1.0.0
3642026-04-10T02:45:34.553Z Downloaded toml_write v0.1.2
3652026-04-10T02:45:34.556Z Downloaded zerotrie v0.2.3
3662026-04-10T02:45:34.556Z Downloaded zerofrom-derive v0.1.6
3672026-04-10T02:45:34.562Z Downloaded unicode-ident v1.0.24
3682026-04-10T02:45:34.562Z Downloaded quote v1.0.44
3692026-04-10T02:45:34.562Z Downloaded is_terminal_polyfill v1.70.2
3702026-04-10T02:45:34.567Z Downloaded utf8parse v0.2.2
3712026-04-10T02:45:34.567Z Downloaded anstyle-query v1.1.5
3722026-04-10T02:45:34.570Z Downloaded zerovec-derive v0.11.2
3732026-04-10T02:45:34.570Z Downloaded serde-value v0.7.0
3742026-04-10T02:45:34.574Z Downloaded proc-macro-error-attr v1.0.4
3752026-04-10T02:45:34.574Z Downloaded cpufeatures v0.2.17
3762026-04-10T02:45:34.577Z Downloaded block-buffer v0.10.4
3772026-04-10T02:45:34.580Z Downloaded macaddr v1.0.1
3782026-04-10T02:45:34.583Z Downloaded zerovec v0.11.5
3792026-04-10T02:45:34.586Z Downloaded scroll_derive v0.12.1
3802026-04-10T02:45:34.586Z Downloaded zerocopy v0.7.35
3812026-04-10T02:45:34.594Z Downloaded serde_spanned v0.6.9
3822026-04-10T02:45:34.597Z Downloaded winnow v0.7.14
3832026-04-10T02:45:34.600Z Downloaded usdt-attr-macro v0.5.0
3842026-04-10T02:45:34.600Z Downloaded stable_deref_trait v1.2.1
3852026-04-10T02:45:34.600Z Downloaded equivalent v1.0.2
3862026-04-10T02:45:34.600Z Downloaded memmap v0.7.0
3872026-04-10T02:45:34.603Z Downloaded itoa v1.0.17
3882026-04-10T02:45:34.603Z Downloaded unicode-width v0.2.0
3892026-04-10T02:45:34.606Z Downloaded terminal_size v0.4.3
3902026-04-10T02:45:34.617Z Downloaded utf8_iter v1.0.4
3912026-04-10T02:45:34.621Z Downloaded strsim v0.11.1
3922026-04-10T02:45:34.621Z Downloaded swrite v0.1.0
3932026-04-10T02:45:34.624Z Downloaded idna_adapter v1.2.1
3942026-04-10T02:45:34.627Z Downloaded tabled_derive v0.7.0
3952026-04-10T02:45:34.627Z Downloaded colorchoice v1.0.4
3962026-04-10T02:45:34.627Z Downloaded cargo-platform v0.2.0
3972026-04-10T02:45:34.627Z Downloaded erased-serde v0.4.9
3982026-04-10T02:45:34.630Z Downloaded digest v0.10.7
3992026-04-10T02:45:34.630Z Downloaded serde-untagged v0.1.9
4002026-04-10T02:45:34.633Z Downloaded anstyle-parse v0.2.7
4012026-04-10T02:45:34.638Z Downloaded scroll v0.12.0
4022026-04-10T02:45:34.641Z Downloaded fs-err v3.3.0
4032026-04-10T02:45:34.650Z Downloaded smawk v0.3.2
4042026-04-10T02:45:34.654Z Downloaded ordered-float v2.10.1
4052026-04-10T02:45:34.657Z Downloaded potential_utf v0.1.4
4062026-04-10T02:45:34.662Z Downloaded fnv v1.0.7
4072026-04-10T02:45:34.672Z Downloaded proc-macro-error v1.0.4
4082026-04-10T02:45:34.678Z Downloaded errno v0.3.14
4092026-04-10T02:45:34.681Z Downloaded camino-tempfile v1.4.1
4102026-04-10T02:45:34.683Z Downloaded autocfg v1.5.0
4112026-04-10T02:45:34.687Z Downloaded byteorder v1.5.0
4122026-04-10T02:45:34.690Z Downloaded cargo_toml v0.21.0
4132026-04-10T02:45:34.695Z Downloaded serde_tokenstream v0.2.3
4142026-04-10T02:45:34.698Z Downloaded bitflags v2.11.0
4152026-04-10T02:45:34.701Z Downloaded clap_derive v4.5.55
4162026-04-10T02:45:34.701Z Downloaded camino v1.2.2
4172026-04-10T02:45:34.704Z Downloaded serde_derive v1.0.228
4182026-04-10T02:45:34.707Z Downloaded sha2 v0.10.9
4192026-04-10T02:45:34.710Z Downloaded cargo_metadata v0.21.0
4202026-04-10T02:45:34.718Z Downloaded synstructure v0.13.2
4212026-04-10T02:45:34.720Z Downloaded pest_derive v2.8.6
4222026-04-10T02:45:34.730Z Downloaded tempfile v3.25.0
4232026-04-10T02:45:34.734Z Downloaded smallvec v1.15.1
4242026-04-10T02:45:34.737Z Downloaded litemap v0.8.1
4252026-04-10T02:45:34.740Z Downloaded cargo-util-schemas v0.8.2
4262026-04-10T02:45:34.750Z Downloaded semver v1.0.27
4272026-04-10T02:45:34.753Z Downloaded clap v4.5.60
4282026-04-10T02:45:34.757Z Downloaded once_cell v1.21.3
4292026-04-10T02:45:34.760Z Downloaded log v0.4.29
4302026-04-10T02:45:34.763Z Downloaded serde_core v1.0.228
4312026-04-10T02:45:34.766Z Downloaded pest_generator v2.8.6
4322026-04-10T02:45:34.770Z Downloaded icu_provider v2.1.1
4332026-04-10T02:45:34.773Z Downloaded pest_meta v2.8.6
4342026-04-10T02:45:34.779Z Downloaded anyhow v1.0.102
4352026-04-10T02:45:34.783Z Downloaded icu_locale_core v2.1.1
4362026-04-10T02:45:34.786Z Downloaded proc-macro2 v1.0.106
4372026-04-10T02:45:34.789Z Downloaded papergrid v0.11.0
4382026-04-10T02:45:34.796Z Downloaded icu_properties v2.1.2
4392026-04-10T02:45:34.799Z Downloaded icu_normalizer_data v2.1.1
4402026-04-10T02:45:34.811Z Downloaded serde v1.0.228
4412026-04-10T02:45:34.826Z Downloaded indexmap v2.13.0
4422026-04-10T02:45:34.831Z Downloaded icu_collections v2.1.1
4432026-04-10T02:45:34.842Z Downloaded memchr v2.8.0
4442026-04-10T02:45:34.844Z Downloaded serde_json v1.0.149
4452026-04-10T02:45:34.848Z Downloaded pest v2.8.6
4462026-04-10T02:45:34.867Z Downloaded hashbrown v0.16.1
4472026-04-10T02:45:34.871Z Downloaded idna v1.1.0
4482026-04-10T02:45:34.877Z Downloaded icu_properties_data v2.1.2
4492026-04-10T02:45:34.884Z Downloaded clap_builder v4.5.60
4502026-04-10T02:45:34.887Z Downloaded goblin v0.8.2
4512026-04-10T02:45:34.893Z Downloaded tabled v0.15.0
4522026-04-10T02:45:34.914Z Downloaded syn v1.0.109
4532026-04-10T02:45:34.919Z Downloaded syn v2.0.117
4542026-04-10T02:45:34.933Z Downloaded rustix v1.1.3
4552026-04-10T02:45:34.959Z Downloaded libc v0.2.180
4562026-04-10T02:45:35.028Z Compiling proc-macro2 v1.0.106
4572026-04-10T02:45:35.028Z Compiling quote v1.0.44
4582026-04-10T02:45:35.028Z Compiling unicode-ident v1.0.24
4592026-04-10T02:45:35.031Z Compiling serde_core v1.0.228
4602026-04-10T02:45:35.031Z Compiling libc v0.2.180
4612026-04-10T02:45:35.031Z Compiling version_check v0.9.5
4622026-04-10T02:45:35.031Z Compiling stable_deref_trait v1.2.1
4632026-04-10T02:45:35.208Z Compiling serde v1.0.228
4642026-04-10T02:45:35.324Z Compiling memchr v2.8.0
4652026-04-10T02:45:35.393Z Compiling zmij v1.0.21
4662026-04-10T02:45:35.536Z Compiling autocfg v1.5.0
4672026-04-10T02:45:35.635Z Compiling thiserror v1.0.69
4682026-04-10T02:45:35.915Z Compiling ucd-trie v0.1.7
4692026-04-10T02:45:35.931Z Compiling itoa v1.0.17
4702026-04-10T02:45:35.997Z Compiling writeable v0.6.2
4712026-04-10T02:45:36.015Z Compiling litemap v0.8.1
4722026-04-10T02:45:36.051Z Compiling pest v2.8.6
4732026-04-10T02:45:36.146Z Compiling rustix v1.1.3
4742026-04-10T02:45:36.173Z Compiling icu_normalizer_data v2.1.1
4752026-04-10T02:45:36.191Z Compiling byteorder v1.5.0
4762026-04-10T02:45:36.206Z Compiling icu_properties_data v2.1.2
4772026-04-10T02:45:36.467Z Compiling errno v0.3.14
4782026-04-10T02:45:36.520Z Compiling serde_json v1.0.149
4792026-04-10T02:45:36.618Z Compiling syn v2.0.117
4802026-04-10T02:45:36.632Z Compiling bitflags v2.11.0
4812026-04-10T02:45:36.785Z Compiling num-traits v0.2.19
4822026-04-10T02:45:36.803Z Compiling typeid v1.0.3
4832026-04-10T02:45:36.977Z Compiling smallvec v1.15.1
4842026-04-10T02:45:37.072Z Compiling equivalent v1.0.2
4852026-04-10T02:45:37.101Z Compiling pest_meta v2.8.6
4862026-04-10T02:45:37.168Z Compiling hashbrown v0.16.1
4872026-04-10T02:45:37.294Z Compiling thread-id v4.2.2
4882026-04-10T02:45:37.381Z Compiling proc-macro-error-attr v1.0.4
4892026-04-10T02:45:37.435Z Compiling usdt-impl v0.5.0
4902026-04-10T02:45:37.480Z Compiling winnow v0.7.14
4912026-04-10T02:45:37.567Z Compiling erased-serde v0.4.9
4922026-04-10T02:45:37.648Z Compiling indexmap v2.13.0
4932026-04-10T02:45:37.707Z Compiling syn v1.0.109
4942026-04-10T02:45:37.923Z Compiling toml_write v0.1.2
4952026-04-10T02:45:38.259Z Compiling proc-macro-error v1.0.4
4962026-04-10T02:45:38.277Z Compiling percent-encoding v2.3.2
4972026-04-10T02:45:38.448Z Compiling log v0.4.29
4982026-04-10T02:45:38.471Z Compiling plain v0.2.3
4992026-04-10T02:45:38.630Z Compiling getrandom v0.3.4
5002026-04-10T02:45:38.690Z Compiling utf8_iter v1.0.4
5012026-04-10T02:45:38.711Z Compiling utf8parse v0.2.2
5022026-04-10T02:45:38.761Z Compiling thiserror v2.0.18
5032026-04-10T02:45:38.836Z Compiling camino v1.2.2
5042026-04-10T02:45:38.854Z Compiling anstyle-parse v0.2.7
5052026-04-10T02:45:38.933Z Compiling ordered-float v2.10.1
5062026-04-10T02:45:39.049Z Compiling form_urlencoded v1.2.2
5072026-04-10T02:45:39.241Z Compiling terminal_size v0.4.3
5082026-04-10T02:45:39.315Z Compiling synstructure v0.13.2
5092026-04-10T02:45:39.374Z Compiling pest_generator v2.8.6
5102026-04-10T02:45:39.416Z Compiling colorchoice v1.0.4
5112026-04-10T02:45:39.474Z Compiling is_terminal_polyfill v1.70.2
5122026-04-10T02:45:39.540Z Compiling anstyle-query v1.1.5
5132026-04-10T02:45:39.578Z Compiling anstyle v1.0.13
5142026-04-10T02:45:39.596Z Compiling cfg-if v1.0.4
5152026-04-10T02:45:39.596Z Compiling pretty-hex v0.4.1
5162026-04-10T02:45:39.675Z Compiling serde-untagged v0.1.9
5172026-04-10T02:45:39.768Z Compiling anstream v0.6.21
5182026-04-10T02:45:39.932Z Compiling semver v1.0.27
5192026-04-10T02:45:39.952Z Compiling fs-err v3.3.0
5202026-04-10T02:45:40.092Z Compiling heck v0.4.1
5212026-04-10T02:45:40.111Z Compiling anyhow v1.0.102
5222026-04-10T02:45:40.163Z Compiling clap_lex v1.0.0
5232026-04-10T02:45:40.251Z Compiling fastrand v2.3.0
5242026-04-10T02:45:40.273Z Compiling heck v0.5.0
5252026-04-10T02:45:40.328Z Compiling bytecount v0.6.9
5262026-04-10T02:45:40.423Z Compiling unicode-xid v0.2.6
5272026-04-10T02:45:40.466Z Compiling unicode-width v0.1.14
5282026-04-10T02:45:40.514Z Compiling fnv v1.0.7
5292026-04-10T02:45:40.518Z Compiling strsim v0.11.1
5302026-04-10T02:45:40.549Z Compiling once_cell v1.21.3
5312026-04-10T02:45:40.711Z Compiling clap_builder v4.5.60
5322026-04-10T02:45:40.742Z Compiling tempfile v3.25.0
5332026-04-10T02:45:40.760Z Compiling papergrid v0.11.0
5342026-04-10T02:45:40.883Z Compiling memmap v0.7.0
5352026-04-10T02:45:40.952Z Compiling unicode-linebreak v0.1.5
5362026-04-10T02:45:40.977Z Compiling serde_derive v1.0.228
5372026-04-10T02:45:41.066Z Compiling zerofrom-derive v0.1.6
5382026-04-10T02:45:41.117Z Compiling yoke-derive v0.8.1
5392026-04-10T02:45:41.200Z Compiling zerovec-derive v0.11.2
5402026-04-10T02:45:41.278Z Compiling displaydoc v0.2.5
5412026-04-10T02:45:42.011Z Compiling thiserror-impl v1.0.69
5422026-04-10T02:45:42.171Z Compiling zerocopy-derive v0.7.35
5432026-04-10T02:45:42.265Z Compiling pest_derive v2.8.6
5442026-04-10T02:45:42.295Z Compiling scroll_derive v0.12.1
5452026-04-10T02:45:42.428Z Compiling zerofrom v0.1.6
5462026-04-10T02:45:42.565Z Compiling yoke v0.8.1
5472026-04-10T02:45:42.681Z Compiling thiserror-impl v2.0.18
5482026-04-10T02:45:42.760Z Compiling zerovec v0.11.5
5492026-04-10T02:45:42.955Z Compiling zerotrie v0.2.3
5502026-04-10T02:45:43.034Z Compiling zerocopy v0.7.35
5512026-04-10T02:45:43.257Z Compiling tinystr v0.8.2
5522026-04-10T02:45:43.277Z Compiling potential_utf v0.1.4
5532026-04-10T02:45:43.385Z Compiling dtrace-parser v0.2.0
5542026-04-10T02:45:43.460Z Compiling icu_locale_core v2.1.1
5552026-04-10T02:45:43.464Z Compiling icu_collections v2.1.1
5562026-04-10T02:45:43.650Z Compiling scroll v0.12.0
5572026-04-10T02:45:43.736Z Compiling tabled_derive v0.7.0
5582026-04-10T02:45:43.929Z Compiling goblin v0.8.2
5592026-04-10T02:45:44.040Z Compiling clap_derive v4.5.55
5602026-04-10T02:45:44.139Z Compiling icu_provider v2.1.1
5612026-04-10T02:45:44.218Z Compiling unicode-width v0.2.0
5622026-04-10T02:45:44.394Z Compiling icu_normalizer v2.1.1
5632026-04-10T02:45:44.432Z Compiling icu_properties v2.1.2
5642026-04-10T02:45:44.435Z Compiling serde_spanned v0.6.9
5652026-04-10T02:45:44.467Z Compiling toml_datetime v0.6.11
5662026-04-10T02:45:44.495Z Compiling dof v0.3.0
5672026-04-10T02:45:44.600Z Compiling serde_tokenstream v0.2.3
5682026-04-10T02:45:44.649Z Compiling serde-value v0.7.0
5692026-04-10T02:45:44.729Z Compiling toml_edit v0.22.27
5702026-04-10T02:45:44.918Z Compiling cargo-platform v0.2.0
5712026-04-10T02:45:44.941Z Compiling smawk v0.3.2
5722026-04-10T02:45:45.015Z Compiling tabled v0.15.0
5732026-04-10T02:45:45.085Z Compiling textwrap v0.16.2
5742026-04-10T02:45:45.198Z Compiling macaddr v1.0.1
5752026-04-10T02:45:45.430Z Compiling idna_adapter v1.2.1
5762026-04-10T02:45:45.508Z Compiling usdt-attr-macro v0.5.0
5772026-04-10T02:45:45.527Z Compiling usdt-macro v0.5.0
5782026-04-10T02:45:45.580Z Compiling idna v1.1.0
5792026-04-10T02:45:45.794Z Compiling clap v4.5.60
5802026-04-10T02:45:45.841Z Compiling camino-tempfile v1.4.1
5812026-04-10T02:45:45.887Z Compiling url v2.5.8
5822026-04-10T02:45:46.149Z Compiling toml v0.8.23
5832026-04-10T02:45:46.246Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5842026-04-10T02:45:46.429Z Compiling swrite v0.1.0
5852026-04-10T02:45:46.598Z Compiling cargo-util-schemas v0.8.2
5862026-04-10T02:45:46.656Z Compiling cargo_toml v0.21.0
5872026-04-10T02:45:46.898Z Compiling usdt v0.5.0
5882026-04-10T02:45:47.485Z Compiling cargo_metadata v0.21.0
5892026-04-10T02:45:48.400Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5902026-04-10T02:45:50.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.96s
5912026-04-10T02:45:50.781Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd lldp transceiver-control`
5922026-04-10T02:45:51.356Z Downloading crates ...
5932026-04-10T02:45:51.478Z Downloaded crc32fast v1.5.0
5942026-04-10T02:45:51.481Z Downloaded const_format v0.2.35
5952026-04-10T02:45:51.483Z Downloaded embedded-io v0.6.1
5962026-04-10T02:45:51.483Z Downloaded dropshot-api-manager-types v0.6.0
5972026-04-10T02:45:51.490Z Downloaded async-stream v0.3.6
5982026-04-10T02:45:51.490Z Downloaded compression-core v0.4.31
5992026-04-10T02:45:51.490Z Downloaded ascii-canvas v3.0.0
6002026-04-10T02:45:51.490Z Downloaded dof v0.4.0
6012026-04-10T02:45:51.490Z Downloaded bit-set v0.8.0
6022026-04-10T02:45:51.490Z Downloaded atty v0.2.14
6032026-04-10T02:45:51.490Z Downloaded adler2 v2.0.1
6042026-04-10T02:45:51.494Z Downloaded dunce v1.0.5
6052026-04-10T02:45:51.494Z Downloaded defmt-parser v1.0.0
6062026-04-10T02:45:51.494Z Downloaded crucible-workspace-hack v0.1.0
6072026-04-10T02:45:51.494Z Downloaded atomicwrites v0.4.4
6082026-04-10T02:45:51.494Z Downloaded curve25519-dalek-derive v0.1.1
6092026-04-10T02:45:51.497Z Downloaded cstr-argument v0.1.2
6102026-04-10T02:45:51.497Z Downloaded atomic-waker v1.1.2
6112026-04-10T02:45:51.497Z Downloaded base64ct v1.8.3
6122026-04-10T02:45:51.500Z Downloaded dirs-sys-next v0.1.2
6132026-04-10T02:45:51.500Z Downloaded data-encoding v2.10.0
6142026-04-10T02:45:51.500Z Downloaded bcs v0.1.6
6152026-04-10T02:45:51.503Z Downloaded backoff v0.4.0
6162026-04-10T02:45:51.503Z Downloaded critical-section v1.2.0
6172026-04-10T02:45:51.503Z Downloaded bit-vec v0.6.3
6182026-04-10T02:45:51.506Z Downloaded async-bb8-diesel v0.2.1
6192026-04-10T02:45:51.506Z Downloaded erased-serde v0.3.31
6202026-04-10T02:45:51.508Z Downloaded enum-as-inner v0.6.1
6212026-04-10T02:45:51.508Z Downloaded ecdsa v0.16.9
6222026-04-10T02:45:51.512Z Downloaded defmt v1.0.1
6232026-04-10T02:45:51.512Z Downloaded flagset v0.4.7
6242026-04-10T02:45:51.515Z Downloaded downcast-rs v2.0.2
6252026-04-10T02:45:51.515Z Downloaded debug-ignore v1.0.5
6262026-04-10T02:45:51.515Z Downloaded assert_matches v1.5.0
6272026-04-10T02:45:51.518Z Downloaded bit-set v0.5.3
6282026-04-10T02:45:51.518Z Downloaded darling_macro v0.20.11
6292026-04-10T02:45:51.518Z Downloaded crunchy v0.2.4
6302026-04-10T02:45:51.518Z Downloaded arrayvec v0.7.6
6312026-04-10T02:45:51.521Z Downloaded defmt v0.3.100
6322026-04-10T02:45:51.521Z Downloaded ctr v0.9.2
6332026-04-10T02:45:51.524Z Downloaded csv-core v0.1.13
6342026-04-10T02:45:51.524Z Downloaded async-recursion v1.1.1
6352026-04-10T02:45:51.526Z Downloaded bindgen v0.71.1
6362026-04-10T02:45:51.529Z Downloaded ciborium-ll v0.2.2
6372026-04-10T02:45:51.529Z Downloaded cmake v0.1.57
6382026-04-10T02:45:51.535Z Downloaded derive_builder_core v0.20.2
6392026-04-10T02:45:51.538Z Downloaded bb8 v0.8.6
6402026-04-10T02:45:51.538Z Downloaded async-stream-impl v0.3.6
6412026-04-10T02:45:51.541Z Downloaded document-features v0.2.12
6422026-04-10T02:45:51.541Z Downloaded diesel_table_macro_syntax v0.3.0
6432026-04-10T02:45:51.544Z Downloaded dsl_auto_type v0.2.0
6442026-04-10T02:45:51.544Z Downloaded cfg_aliases v0.1.1
6452026-04-10T02:45:51.544Z Downloaded aead v0.5.2
6462026-04-10T02:45:51.547Z Downloaded display-error-chain v0.2.2
6472026-04-10T02:45:51.550Z Downloaded crossbeam-utils v0.8.21
6482026-04-10T02:45:51.550Z Downloaded base64 v0.22.1
6492026-04-10T02:45:51.554Z Downloaded endian-type v0.1.2
6502026-04-10T02:45:51.557Z Downloaded darling_core v0.20.11
6512026-04-10T02:45:51.560Z Downloaded ff v0.13.1
6522026-04-10T02:45:51.563Z Downloaded darling v0.21.3
6532026-04-10T02:45:51.566Z Downloaded cexpr v0.6.0
6542026-04-10T02:45:51.566Z Downloaded bitflags v1.3.2
6552026-04-10T02:45:51.569Z Downloaded embedded-io v0.4.0
6562026-04-10T02:45:51.569Z Downloaded dyn-clone v1.0.20
6572026-04-10T02:45:51.572Z Downloaded arrayref v0.3.9
6582026-04-10T02:45:51.572Z Downloaded float-ord v0.3.2
6592026-04-10T02:45:51.574Z Downloaded cfg_aliases v0.2.1
6602026-04-10T02:45:51.574Z Downloaded float-cmp v0.10.0
6612026-04-10T02:45:51.574Z Downloaded dirs-next v2.0.0
6622026-04-10T02:45:51.577Z Downloaded dtrace-parser v0.3.0
6632026-04-10T02:45:51.577Z Downloaded darling_macro v0.23.0
6642026-04-10T02:45:51.577Z Downloaded cpufeatures v0.3.0
6652026-04-10T02:45:51.577Z Downloaded castaway v0.2.4
6662026-04-10T02:45:51.580Z Downloaded foreign-types-macros v0.2.3
6672026-04-10T02:45:51.580Z Downloaded blowfish v0.9.1
6682026-04-10T02:45:51.580Z Downloaded bit-vec v0.8.0
6692026-04-10T02:45:51.583Z Downloaded foreign-types v0.5.0
6702026-04-10T02:45:51.583Z Downloaded difflib v0.4.0
6712026-04-10T02:45:51.583Z Downloaded fd-lock v4.0.4
6722026-04-10T02:45:51.586Z Downloaded array-init v0.0.4
6732026-04-10T02:45:51.586Z Downloaded cobs v0.3.0
6742026-04-10T02:45:51.586Z Downloaded crc v3.4.0
6752026-04-10T02:45:51.589Z Downloaded ciborium-io v0.2.2
6762026-04-10T02:45:51.589Z Downloaded bitfield v0.19.4
6772026-04-10T02:45:51.589Z Downloaded darling_macro v0.21.3
6782026-04-10T02:45:51.589Z Downloaded env_filter v1.0.0
6792026-04-10T02:45:51.592Z Downloaded convert_case v0.4.0
6802026-04-10T02:45:51.592Z Downloaded daft-derive v0.1.5
6812026-04-10T02:45:51.595Z Downloaded daft v0.1.5
6822026-04-10T02:45:51.595Z Downloaded crc8 v0.1.1
6832026-04-10T02:45:51.597Z Downloaded backon v1.6.0
6842026-04-10T02:45:51.597Z Downloaded fixedbitset v0.4.2
6852026-04-10T02:45:51.600Z Downloaded constant_time_eq v0.4.2
6862026-04-10T02:45:51.600Z Downloaded futures-sink v0.3.32
6872026-04-10T02:45:51.600Z Downloaded chacha20 v0.9.1
6882026-04-10T02:45:51.603Z Downloaded derive_builder_macro v0.20.2
6892026-04-10T02:45:51.603Z Downloaded async-trait v0.1.89
6902026-04-10T02:45:51.606Z Downloaded futures-task v0.3.32
6912026-04-10T02:45:51.606Z Downloaded foldhash v0.1.5
6922026-04-10T02:45:51.606Z Downloaded find-msvc-tools v0.1.9
6932026-04-10T02:45:51.609Z Downloaded funty v2.0.0
6942026-04-10T02:45:51.610Z Downloaded derive-ex v0.1.8
6952026-04-10T02:45:51.610Z Downloaded der_derive v0.7.3
6962026-04-10T02:45:51.610Z Downloaded argon2 v0.5.3
6972026-04-10T02:45:51.612Z Downloaded base16ct v0.2.0
6982026-04-10T02:45:51.613Z Downloaded ghash v0.5.1
6992026-04-10T02:45:51.613Z Downloaded fxhash v0.2.1
7002026-04-10T02:45:51.615Z Downloaded bcrypt-pbkdf v0.10.0
7012026-04-10T02:45:51.618Z Downloaded crossbeam-deque v0.8.6
7022026-04-10T02:45:51.621Z Downloaded hex v0.4.3
7032026-04-10T02:45:51.621Z Downloaded crc-catalog v2.4.0
7042026-04-10T02:45:51.621Z Downloaded git-stub v1.0.0
7052026-04-10T02:45:51.624Z Downloaded block-padding v0.3.3
7062026-04-10T02:45:51.624Z Downloaded globwalk v0.9.1
7072026-04-10T02:45:51.628Z Downloaded futures-core v0.3.32
7082026-04-10T02:45:51.628Z Downloaded foreign-types-shared v0.1.1
7092026-04-10T02:45:51.631Z Downloaded hash32 v0.3.1
7102026-04-10T02:45:51.631Z Downloaded futures-macro v0.3.32
7112026-04-10T02:45:51.633Z Downloaded headers-core v0.3.0
7122026-04-10T02:45:51.634Z Downloaded foreign-types-shared v0.3.1
7132026-04-10T02:45:51.634Z Downloaded futures-io v0.3.32
7142026-04-10T02:45:51.637Z Downloaded ena v0.14.4
7152026-04-10T02:45:51.640Z Downloaded foreign-types v0.3.2
7162026-04-10T02:45:51.640Z Downloaded bitfield-macros v0.19.4
7172026-04-10T02:45:51.640Z Downloaded fallible-iterator v0.2.0
7182026-04-10T02:45:51.643Z Downloaded convert_case v0.10.0
7192026-04-10T02:45:51.643Z Downloaded cargo-platform v0.1.9
7202026-04-10T02:45:51.643Z Downloaded bitfield-struct v0.6.2
7212026-04-10T02:45:51.646Z Downloaded deranged v0.5.8
7222026-04-10T02:45:51.646Z Downloaded fs_extra v1.3.0
7232026-04-10T02:45:51.648Z Downloaded blake2 v0.10.6
7242026-04-10T02:45:51.648Z Downloaded camino-tempfile-ext v0.3.3
7252026-04-10T02:45:51.651Z Downloaded foldhash v0.2.0
7262026-04-10T02:45:51.654Z Downloaded env_logger v0.11.9
7272026-04-10T02:45:51.654Z Downloaded const_format_proc_macros v0.2.34
7282026-04-10T02:45:51.657Z Downloaded diesel-dtrace v0.5.0
7292026-04-10T02:45:51.657Z Downloaded darling v0.20.11
7302026-04-10T02:45:51.660Z Downloaded hostname v0.4.2
7312026-04-10T02:45:51.662Z Downloaded crc-any v2.5.0
7322026-04-10T02:45:51.662Z Downloaded drift v0.1.3
7332026-04-10T02:45:51.666Z Downloaded home v0.5.12
7342026-04-10T02:45:51.669Z Downloaded fixedbitset v0.5.7
7352026-04-10T02:45:51.669Z Downloaded hubpack_derive v0.1.1
7362026-04-10T02:45:51.669Z Downloaded httpdate v1.0.3
7372026-04-10T02:45:51.669Z Downloaded http-body v1.0.1
7382026-04-10T02:45:51.672Z Downloaded hex-literal v0.4.1
7392026-04-10T02:45:51.672Z Downloaded cookie_store v0.22.1
7402026-04-10T02:45:51.672Z Downloaded buf-list v1.1.2
7412026-04-10T02:45:51.676Z Downloaded defmt-macros v1.0.1
7422026-04-10T02:45:51.676Z Downloaded diff v0.1.13
7432026-04-10T02:45:51.679Z Downloaded hash32 v0.2.1
7442026-04-10T02:45:51.679Z Downloaded compression-codecs v0.4.37
7452026-04-10T02:45:51.682Z Downloaded byte-wrapper v0.1.0
7462026-04-10T02:45:51.682Z Downloaded hyper-tls v0.6.0
7472026-04-10T02:45:51.685Z Downloaded globset v0.4.18
7482026-04-10T02:45:51.685Z Downloaded hubpack v0.1.2
7492026-04-10T02:45:51.685Z Downloaded cassowary v0.3.0
7502026-04-10T02:45:51.688Z Downloaded git-stub-vcs v0.1.0
7512026-04-10T02:45:51.688Z Downloaded fs-err v2.11.0
7522026-04-10T02:45:51.688Z Downloaded group v0.13.0
7532026-04-10T02:45:51.690Z Downloaded cipher v0.4.4
7542026-04-10T02:45:51.690Z Downloaded darling v0.23.0
7552026-04-10T02:45:51.693Z Downloaded colored v3.1.1
7562026-04-10T02:45:51.697Z Downloaded ed25519 v2.2.3
7572026-04-10T02:45:51.697Z Downloaded indoc v1.0.9
7582026-04-10T02:45:51.700Z Downloaded derive_builder v0.20.2
7592026-04-10T02:45:51.703Z Downloaded inout v0.1.4
7602026-04-10T02:45:51.703Z Downloaded hostname v0.3.1
7612026-04-10T02:45:51.703Z Downloaded gethostname v0.5.0
7622026-04-10T02:45:51.705Z Downloaded keccak v0.1.6
7632026-04-10T02:45:51.706Z Downloaded is_ci v1.2.0
7642026-04-10T02:45:51.706Z Downloaded internet-checksum v0.2.1
7652026-04-10T02:45:51.706Z Downloaded is-terminal v0.4.17
7662026-04-10T02:45:51.709Z Downloaded instability v0.3.11
7672026-04-10T02:45:51.709Z Downloaded lalrpop-util v0.19.12
7682026-04-10T02:45:51.709Z Downloaded highway v1.3.0
7692026-04-10T02:45:51.712Z Downloaded cbc v0.1.2
7702026-04-10T02:45:51.712Z Downloaded http-range v0.1.5
7712026-04-10T02:45:51.712Z Downloaded indent_write v2.2.0
7722026-04-10T02:45:51.715Z Downloaded console v0.15.11
7732026-04-10T02:45:51.715Z Downloaded ident_case v1.0.1
7742026-04-10T02:45:51.715Z Downloaded futures-executor v0.3.32
7752026-04-10T02:45:51.717Z Downloaded futures-channel v0.3.32
7762026-04-10T02:45:51.717Z Downloaded ahash v0.8.12
7772026-04-10T02:45:51.720Z Downloaded filetime v0.2.27
7782026-04-10T02:45:51.720Z Downloaded colored v2.2.0
7792026-04-10T02:45:51.723Z Downloaded clang-sys v1.8.1
7802026-04-10T02:45:51.723Z Downloaded either v1.15.0
7812026-04-10T02:45:51.726Z Downloaded kstat-rs v0.2.4
7822026-04-10T02:45:51.730Z Downloaded lazy_static v1.5.0
7832026-04-10T02:45:51.735Z Downloaded const-oid v0.9.6
7842026-04-10T02:45:51.738Z Downloaded corncobs v0.1.4
7852026-04-10T02:45:51.741Z Downloaded humantime v2.3.0
7862026-04-10T02:45:51.741Z Downloaded cookie v0.18.1
7872026-04-10T02:45:51.744Z Downloaded ciborium v0.2.2
7882026-04-10T02:45:51.744Z Downloaded half v1.8.3
7892026-04-10T02:45:51.747Z Downloaded getrandom v0.2.17
7902026-04-10T02:45:51.747Z Downloaded ipnetwork v0.21.1
7912026-04-10T02:45:51.750Z Downloaded maybe-uninit v2.0.0
7922026-04-10T02:45:51.750Z Downloaded libscf-sys v1.1.0
7932026-04-10T02:45:51.750Z Downloaded cancel-safe-futures v0.1.5
7942026-04-10T02:45:51.753Z Downloaded lru-cache v0.1.2
7952026-04-10T02:45:51.753Z Downloaded console v0.16.2
7962026-04-10T02:45:51.753Z Downloaded lru v0.12.5
7972026-04-10T02:45:51.756Z Downloaded bzip2 v0.4.4
7982026-04-10T02:45:51.756Z Downloaded bzip2 v0.6.1
7992026-04-10T02:45:51.759Z Downloaded mime v0.3.17
8002026-04-10T02:45:51.759Z Downloaded md5 v0.7.0
8012026-04-10T02:45:51.759Z Downloaded lzss v0.8.2
8022026-04-10T02:45:51.759Z Downloaded dropshot_endpoint v0.17.0
8032026-04-10T02:45:51.762Z Downloaded des v0.8.1
8042026-04-10T02:45:51.762Z Downloaded derive_more v0.99.20
8052026-04-10T02:45:51.765Z Downloaded instant v0.1.13
8062026-04-10T02:45:51.768Z Downloaded memoffset v0.9.1
8072026-04-10T02:45:51.768Z Downloaded match_cfg v0.1.0
8082026-04-10T02:45:51.768Z Downloaded managed v0.8.0
8092026-04-10T02:45:51.771Z Downloaded ingot v0.1.1
8102026-04-10T02:45:51.771Z Downloaded newtype_derive v0.1.6
8112026-04-10T02:45:51.771Z Downloaded newtype-uuid-macros v0.1.0
8122026-04-10T02:45:51.774Z Downloaded ipnet v2.11.0
8132026-04-10T02:45:51.774Z Downloaded cargo_metadata v0.19.2
8142026-04-10T02:45:51.774Z Downloaded multimap v0.10.1
8152026-04-10T02:45:51.779Z Downloaded md-5 v0.10.6
8162026-04-10T02:45:51.779Z Downloaded indoc v2.0.7
8172026-04-10T02:45:51.781Z Downloaded elliptic-curve v0.13.8
8182026-04-10T02:45:51.782Z Downloaded new_debug_unreachable v1.0.6
8192026-04-10T02:45:51.782Z Downloaded darling_core v0.21.3
8202026-04-10T02:45:51.784Z Downloaded derive-where v1.6.0
8212026-04-10T02:45:51.787Z Downloaded num v0.4.3
8222026-04-10T02:45:51.787Z Downloaded nonempty v0.12.0
8232026-04-10T02:45:51.790Z Downloaded maplit v1.0.2
8242026-04-10T02:45:51.791Z Downloaded nodrop v0.1.14
8252026-04-10T02:45:51.791Z Downloaded nibble_vec v0.1.0
8262026-04-10T02:45:51.791Z Downloaded allocator-api2 v0.2.21
8272026-04-10T02:45:51.795Z Downloaded impl-trait-for-tuples v0.2.3
8282026-04-10T02:45:51.795Z Downloaded hyper-staticfile v0.10.1
8292026-04-10T02:45:51.798Z Downloaded http-body-util v0.1.3
8302026-04-10T02:45:51.798Z Downloaded dropshot_endpoint v0.16.7
8312026-04-10T02:45:51.801Z Downloaded libefi-sys v0.1.0
8322026-04-10T02:45:51.801Z Downloaded num-conv v0.2.0
8332026-04-10T02:45:51.801Z Downloaded num-iter v0.1.45
8342026-04-10T02:45:51.801Z Downloaded linear-map v1.2.0
8352026-04-10T02:45:51.804Z Downloaded newline-converter v0.3.0
8362026-04-10T02:45:51.804Z Downloaded libloading v0.8.9
8372026-04-10T02:45:51.804Z Downloaded jobserver v0.1.34
8382026-04-10T02:45:51.807Z Downloaded openssl-probe v0.2.1
8392026-04-10T02:45:51.807Z Downloaded olpc-cjson v0.1.4
8402026-04-10T02:45:51.807Z Downloaded lru-slab v0.1.2
8412026-04-10T02:45:51.810Z Downloaded lock_api v0.4.14
8422026-04-10T02:45:51.810Z Downloaded getrandom v0.4.1
8432026-04-10T02:45:51.812Z Downloaded num-derive v0.3.3
8442026-04-10T02:45:51.815Z Downloaded glob v0.3.3
8452026-04-10T02:45:51.815Z Downloaded futures v0.3.32
8462026-04-10T02:45:51.818Z Downloaded normalize-line-endings v0.3.0
8472026-04-10T02:45:51.818Z Downloaded num_threads v0.1.7
8482026-04-10T02:45:51.821Z Downloaded linked-hash-map v0.5.6
8492026-04-10T02:45:51.821Z Downloaded num_enum_derive v0.5.11
8502026-04-10T02:45:51.821Z Downloaded openssl-probe v0.1.6
8512026-04-10T02:45:51.821Z Downloaded openssl-macros v0.1.1
8522026-04-10T02:45:51.824Z Downloaded libsw-core v0.3.2
8532026-04-10T02:45:51.824Z Downloaded libsw v3.5.0
8542026-04-10T02:45:51.824Z Downloaded num-derive v0.4.2
8552026-04-10T02:45:51.827Z Downloaded half v2.7.1
8562026-04-10T02:45:51.830Z Downloaded ingot-types v0.1.2
8572026-04-10T02:45:51.830Z Downloaded crossbeam-epoch v0.9.18
8582026-04-10T02:45:51.830Z Downloaded iana-time-zone v0.1.65
8592026-04-10T02:45:51.835Z Downloaded hyper-rustls v0.27.7
8602026-04-10T02:45:51.837Z Downloaded nanorand v0.7.0
8612026-04-10T02:45:51.837Z Downloaded oso-derive v0.27.3
8622026-04-10T02:45:51.837Z Downloaded compact_str v0.8.1
8632026-04-10T02:45:51.840Z Downloaded der v0.7.10
8642026-04-10T02:45:51.843Z Downloaded ingot-macros v0.1.1
8652026-04-10T02:45:51.843Z Downloaded parse-size v1.1.0
8662026-04-10T02:45:51.843Z Downloaded native-tls v0.2.18
8672026-04-10T02:45:51.846Z Downloaded multer v3.1.0
8682026-04-10T02:45:51.846Z Downloaded hmac v0.12.1
8692026-04-10T02:45:51.849Z Downloaded parse-display v0.10.0
8702026-04-10T02:45:51.849Z Downloaded packed_struct_codegen v0.10.1
8712026-04-10T02:45:51.849Z Downloaded nu-ansi-term v0.50.3
8722026-04-10T02:45:51.853Z Downloaded path-slash v0.1.5
8732026-04-10T02:45:51.853Z Downloaded async-compression v0.4.41
8742026-04-10T02:45:51.868Z Downloaded pbkdf2 v0.12.2
8752026-04-10T02:45:51.871Z Downloaded pbkdf2 v0.11.0
8762026-04-10T02:45:51.871Z Downloaded num_enum v0.5.11
8772026-04-10T02:45:51.874Z Downloaded num-rational v0.4.2
8782026-04-10T02:45:51.877Z Downloaded num-complex v0.4.6
8792026-04-10T02:45:51.877Z Downloaded num_enum v0.7.5
8802026-04-10T02:45:51.880Z Downloaded darling_core v0.23.0
8812026-04-10T02:45:51.883Z Downloaded expectorate v1.2.0
8822026-04-10T02:45:51.886Z Downloaded ed25519-dalek v2.2.0
8832026-04-10T02:45:51.886Z Downloaded crypto-bigint v0.5.5
8842026-04-10T02:45:51.889Z Downloaded peg-runtime v0.8.5
8852026-04-10T02:45:51.892Z Downloaded powerfmt v0.2.0
8862026-04-10T02:45:51.892Z Downloaded headers v0.4.1
8872026-04-10T02:45:51.895Z Downloaded chacha20poly1305 v0.10.1
8882026-04-10T02:45:51.895Z Downloaded bytes v1.11.1
8892026-04-10T02:45:51.898Z Downloaded predicates-tree v1.0.13
8902026-04-10T02:45:51.900Z Downloaded crossbeam-channel v0.5.15
8912026-04-10T02:45:51.903Z Downloaded precomputed-hash v0.1.1
8922026-04-10T02:45:51.903Z Downloaded phf_shared v0.13.1
8932026-04-10T02:45:51.903Z Downloaded oxide-tokio-rt v0.1.3
8942026-04-10T02:45:51.906Z Downloaded predicates-core v1.0.10
8952026-04-10T02:45:51.906Z Downloaded proc-macro-error-attr2 v2.0.0
8962026-04-10T02:45:51.906Z Downloaded proc-macro-crate v3.4.0
8972026-04-10T02:45:51.906Z Downloaded crossterm v0.28.1
8982026-04-10T02:45:51.910Z Downloaded owo-colors v4.3.0
8992026-04-10T02:45:51.912Z Downloaded oxnet v0.1.4
9002026-04-10T02:45:51.912Z Downloaded packed_struct v0.10.1
9012026-04-10T02:45:51.915Z Downloaded newtype-uuid v1.3.2
9022026-04-10T02:45:51.915Z Downloaded mime_guess v2.0.5
9032026-04-10T02:45:51.918Z Downloaded proc-macro-crate v1.3.1
9042026-04-10T02:45:51.918Z Downloaded phf_shared v0.12.1
9052026-04-10T02:45:51.918Z Downloaded cc v1.2.56
9062026-04-10T02:45:51.922Z Downloaded progenitor-client v0.10.0
9072026-04-10T02:45:51.923Z Downloaded pin-utils v0.1.0
9082026-04-10T02:45:51.923Z Downloaded paste v1.0.15
9092026-04-10T02:45:51.926Z Downloaded libbz2-rs-sys v0.2.2
9102026-04-10T02:45:51.926Z Downloaded flate2 v1.1.9
9112026-04-10T02:45:51.928Z Downloaded progenitor-client v0.11.2
9122026-04-10T02:45:51.928Z Downloaded phf v0.12.1
9132026-04-10T02:45:51.931Z Downloaded num-integer v0.1.46
9142026-04-10T02:45:51.931Z Downloaded peg v0.8.5
9152026-04-10T02:45:51.934Z Downloaded progenitor-macro v0.11.2
9162026-04-10T02:45:51.934Z Downloaded password-hash v0.5.0
9172026-04-10T02:45:51.934Z Downloaded radium v0.7.0
9182026-04-10T02:45:51.937Z Downloaded phf_shared v0.11.3
9192026-04-10T02:45:51.937Z Downloaded arc-swap v1.8.2
9202026-04-10T02:45:51.940Z Downloaded progenitor-macro v0.10.0
9212026-04-10T02:45:51.940Z Downloaded psl-types v2.0.11
9222026-04-10T02:45:51.940Z Downloaded pem v3.0.6
9232026-04-10T02:45:51.943Z Downloaded poly1305 v0.8.0
9242026-04-10T02:45:51.943Z Downloaded password-hash v0.4.2
9252026-04-10T02:45:51.946Z Downloaded parse-display-derive v0.10.0
9262026-04-10T02:45:51.946Z Downloaded num_enum_derive v0.7.5
9272026-04-10T02:45:51.946Z Downloaded memmap2 v0.9.10
9282026-04-10T02:45:51.949Z Downloaded litrs v1.0.0
9292026-04-10T02:45:51.949Z Downloaded pkcs8 v0.10.2
9302026-04-10T02:45:51.952Z Downloaded omicron-zone-package v0.12.2
9312026-04-10T02:45:51.952Z Downloaded ignore v0.4.25
9322026-04-10T02:45:51.956Z Downloaded httparse v1.10.1
9332026-04-10T02:45:51.956Z Downloaded recursive-proc-macro-impl v0.1.1
9342026-04-10T02:45:51.959Z Downloaded postgres-protocol v0.6.10
9352026-04-10T02:45:51.959Z Downloaded indexmap v1.9.3
9362026-04-10T02:45:51.959Z Downloaded heapless v0.8.0
9372026-04-10T02:45:51.961Z Downloaded peg-macros v0.8.5
9382026-04-10T02:45:51.964Z Downloaded ppv-lite86 v0.2.21
9392026-04-10T02:45:51.964Z Downloaded pkg-config v0.3.32
9402026-04-10T02:45:51.964Z Downloaded phf v0.13.1
9412026-04-10T02:45:51.967Z Downloaded recursive v0.1.1
9422026-04-10T02:45:51.967Z Downloaded derive_more-impl v2.1.1
9432026-04-10T02:45:51.970Z Downloaded rand_xorshift v0.4.0
9442026-04-10T02:45:51.970Z Downloaded rand_chacha v0.3.1
9452026-04-10T02:45:51.970Z Downloaded polyval v0.6.2
9462026-04-10T02:45:51.973Z Downloaded predicates v3.1.4
9472026-04-10T02:45:51.973Z Downloaded quick-error v1.2.3
9482026-04-10T02:45:51.976Z Downloaded dropshot-api-manager v0.6.0
9492026-04-10T02:45:51.980Z Downloaded parking_lot_core v0.8.6
9502026-04-10T02:45:51.980Z Downloaded progenitor-macro v0.13.0
9512026-04-10T02:45:51.980Z Downloaded base64 v0.21.7
9522026-04-10T02:45:51.983Z Downloaded proc-macro-error2 v2.0.1
9532026-04-10T02:45:51.983Z Downloaded ref-cast v1.0.25
9542026-04-10T02:45:51.986Z Downloaded heapless v0.7.17
9552026-04-10T02:45:51.986Z Downloaded ref-cast-impl v1.0.25
9562026-04-10T02:45:51.989Z Downloaded opaque-debug v0.3.1
9572026-04-10T02:45:51.989Z Downloaded derive_more v2.1.1
9582026-04-10T02:45:51.994Z Downloaded progenitor v0.13.0
9592026-04-10T02:45:51.997Z Downloaded pin-project-internal v1.1.11
9602026-04-10T02:45:51.997Z Downloaded rfc6979 v0.4.0
9612026-04-10T02:45:52.000Z Downloaded rustc-hash v2.1.1
9622026-04-10T02:45:52.000Z Downloaded parking_lot v0.12.5
9632026-04-10T02:45:52.000Z Downloaded rustc_version v0.4.1
9642026-04-10T02:45:52.003Z Downloaded rustc_version v0.1.7
9652026-04-10T02:45:52.003Z Downloaded parking_lot v0.11.2
9662026-04-10T02:45:52.003Z Downloaded progenitor v0.11.2
9672026-04-10T02:45:52.006Z Downloaded progenitor v0.10.0
9682026-04-10T02:45:52.006Z Downloaded parking_lot_core v0.9.12
9692026-04-10T02:45:52.009Z Downloaded r2d2 v0.8.10
9702026-04-10T02:45:52.009Z Downloaded hickory-resolver v0.25.2
9712026-04-10T02:45:52.012Z Downloaded flume v0.11.1
9722026-04-10T02:45:52.012Z Downloaded fatfs v0.3.6
9732026-04-10T02:45:52.015Z Downloaded rand_chacha v0.9.0
9742026-04-10T02:45:52.015Z Downloaded pkcs1 v0.7.5
9752026-04-10T02:45:52.018Z Downloaded rand_core v0.9.5
9762026-04-10T02:45:52.018Z Downloaded bumpalo v3.20.2
9772026-04-10T02:45:52.022Z Downloaded salsa20 v0.10.2
9782026-04-10T02:45:52.022Z Downloaded psm v0.1.30
9792026-04-10T02:45:52.025Z Downloaded pem-rfc7468 v0.7.0
9802026-04-10T02:45:52.025Z Downloaded hashbrown v0.13.2
9812026-04-10T02:45:52.028Z Downloaded pin-project-lite v0.2.17
9822026-04-10T02:45:52.031Z Downloaded postgres-types v0.2.12
9832026-04-10T02:45:52.031Z Downloaded rand_seeder v0.4.0
9842026-04-10T02:45:52.034Z Downloaded hashbrown v0.12.3
9852026-04-10T02:45:52.036Z Downloaded russh-cryptovec v0.7.3
9862026-04-10T02:45:52.036Z Downloaded rtoolbox v0.0.3
9872026-04-10T02:45:52.036Z Downloaded chacha20 v0.10.0
9882026-04-10T02:45:52.039Z Downloaded aes v0.8.4
9892026-04-10T02:45:52.044Z Downloaded miniz_oxide v0.8.9
9902026-04-10T02:45:52.047Z Downloaded p256 v0.13.2
9912026-04-10T02:45:52.047Z Downloaded oso v0.27.3
9922026-04-10T02:45:52.050Z Downloaded rand_core v0.6.4
9932026-04-10T02:45:52.050Z Downloaded indicatif v0.18.4
9942026-04-10T02:45:52.052Z Downloaded same-file v1.0.6
9952026-04-10T02:45:52.052Z Downloaded ar_archive_writer v0.5.1
9962026-04-10T02:45:52.055Z Downloaded diesel_derives v2.3.7
9972026-04-10T02:45:52.058Z Downloaded jiff-static v0.2.21
9982026-04-10T02:45:52.063Z Downloaded scheduled-thread-pool v0.2.7
9992026-04-10T02:45:52.066Z Downloaded scopeguard v1.2.0
10002026-04-10T02:45:52.066Z Downloaded semver v0.1.20
10012026-04-10T02:45:52.066Z Downloaded secrecy v0.8.0
10022026-04-10T02:45:52.071Z Downloaded sapling-renderdag v0.1.0
10032026-04-10T02:45:52.071Z Downloaded resolv-conf v0.7.6
10042026-04-10T02:45:52.071Z Downloaded progenitor-client v0.13.0
10052026-04-10T02:45:52.074Z Downloaded serde_bytes v0.11.19
10062026-04-10T02:45:52.074Z Downloaded serde_urlencoded v0.7.1
10072026-04-10T02:45:52.074Z Downloaded progenitor-extras v0.1.1
10082026-04-10T02:45:52.074Z Downloaded primeorder v0.13.6
10092026-04-10T02:45:52.074Z Downloaded http v1.4.0
10102026-04-10T02:45:52.077Z Downloaded hickory-server v0.25.2
10112026-04-10T02:45:52.079Z Downloaded sha1 v0.10.6
10122026-04-10T02:45:52.082Z Downloaded secrecy v0.10.3
10132026-04-10T02:45:52.082Z Downloaded hickory-resolver v0.24.4
10142026-04-10T02:45:52.085Z Downloaded seq-macro v0.3.6
10152026-04-10T02:45:52.085Z Downloaded serde_repr v0.1.20
10162026-04-10T02:45:52.088Z Downloaded serde-big-array v0.5.1
10172026-04-10T02:45:52.088Z Downloaded scroll_derive v0.13.1
10182026-04-10T02:45:52.088Z Downloaded openssl-sys v0.9.111
10192026-04-10T02:45:52.092Z Downloaded rand_core v0.10.0
10202026-04-10T02:45:52.094Z Downloaded pin-project v1.1.11
10212026-04-10T02:45:52.099Z Downloaded signal-hook-mio v0.2.5
10222026-04-10T02:45:52.102Z Downloaded signature v2.2.0
10232026-04-10T02:45:52.102Z Downloaded serde_spanned v1.0.4
10242026-04-10T02:45:52.102Z Downloaded rustls-pemfile v1.0.4
10252026-04-10T02:45:52.105Z Downloaded signal-hook-tokio v0.3.1
10262026-04-10T02:45:52.105Z Downloaded rustls-pemfile v2.2.0
10272026-04-10T02:45:52.107Z Downloaded quinn-udp v0.5.14
10282026-04-10T02:45:52.107Z Downloaded rustls-native-certs v0.8.3
10292026-04-10T02:45:52.110Z Downloaded prefix-trie v0.7.0
10302026-04-10T02:45:52.110Z Downloaded shell-words v1.1.1
10312026-04-10T02:45:52.113Z Downloaded hyper-util v0.1.20
10322026-04-10T02:45:52.116Z Downloaded slog-envlogger v2.2.0
10332026-04-10T02:45:52.116Z Downloaded pkcs5 v0.7.1
10342026-04-10T02:45:52.119Z Downloaded siphasher v1.0.2
10352026-04-10T02:45:52.119Z Downloaded postcard v1.1.3
10362026-04-10T02:45:52.132Z Downloaded sec1 v0.7.3
10372026-04-10T02:45:52.138Z Downloaded progenitor-impl v0.11.2
10382026-04-10T02:45:52.141Z Downloaded scrypt v0.11.0
10392026-04-10T02:45:52.141Z Downloaded rusty-fork v0.3.1
10402026-04-10T02:45:52.143Z Downloaded schemars_derive v0.8.22
10412026-04-10T02:45:52.147Z Downloaded rustversion v1.0.22
10422026-04-10T02:45:52.151Z Downloaded sqlparser_derive v0.5.0
10432026-04-10T02:45:52.158Z Downloaded serde_derive_internals v0.29.1
10442026-04-10T02:45:52.161Z Downloaded scroll v0.13.0
10452026-04-10T02:45:52.164Z Downloaded ssh-encoding v0.2.0
10462026-04-10T02:45:52.164Z Downloaded serde_plain v1.0.2
10472026-04-10T02:45:52.164Z Downloaded progenitor-impl v0.13.0
10482026-04-10T02:45:52.167Z Downloaded slog-bunyan v2.5.0
10492026-04-10T02:45:52.170Z Downloaded signal-hook-registry v1.4.8
10502026-04-10T02:45:52.174Z Downloaded serde_path_to_error v0.1.20
10512026-04-10T02:45:52.181Z Downloaded ssh-cipher v0.2.0
10522026-04-10T02:45:52.184Z Downloaded shlex v1.3.0
10532026-04-10T02:45:52.186Z Downloaded structmeta-derive v0.3.0
10542026-04-10T02:45:52.191Z Downloaded sync_wrapper v1.0.2
10552026-04-10T02:45:52.191Z Downloaded tabwriter v1.4.1
10562026-04-10T02:45:52.194Z Downloaded strum v0.27.2
10572026-04-10T02:45:52.194Z Downloaded tabled_derive v0.11.0
10582026-04-10T02:45:52.194Z Downloaded supports-color v3.0.2
10592026-04-10T02:45:52.194Z Downloaded strum v0.26.3
10602026-04-10T02:45:52.194Z Downloaded smf v0.2.3
10612026-04-10T02:45:52.194Z Downloaded sync-ptr v0.1.4
10622026-04-10T02:45:52.197Z Downloaded itertools v0.10.5
10632026-04-10T02:45:52.200Z Downloaded progenitor-impl v0.10.0
10642026-04-10T02:45:52.200Z Downloaded prettyplease v0.2.37
10652026-04-10T02:45:52.203Z Downloaded slog-async v2.8.0
10662026-04-10T02:45:52.203Z Downloaded strip-ansi-escapes v0.2.1
10672026-04-10T02:45:52.206Z Downloaded take_mut v0.2.2
10682026-04-10T02:45:52.206Z Downloaded smallvec v0.6.14
10692026-04-10T02:45:52.206Z Downloaded slab v0.4.12
10702026-04-10T02:45:52.209Z Downloaded aes-gcm v0.10.3
10712026-04-10T02:45:52.209Z Downloaded hashbrown v0.15.5
10722026-04-10T02:45:52.213Z Downloaded sigpipe v0.1.3
10732026-04-10T02:45:52.215Z Downloaded sct v0.7.1
10742026-04-10T02:45:52.215Z Downloaded tagptr v0.2.0
10752026-04-10T02:45:52.218Z Downloaded pretty_assertions v1.4.1
10762026-04-10T02:45:52.218Z Downloaded minimal-lexical v0.2.1
10772026-04-10T02:45:52.221Z Downloaded slog-term v2.9.2
10782026-04-10T02:45:52.224Z Downloaded slog-json v2.6.1
10792026-04-10T02:45:52.224Z Downloaded serde_with_macros v3.17.0
10802026-04-10T02:45:52.224Z Downloaded slog-stdlog v4.1.1
10812026-04-10T02:45:52.227Z Downloaded thread-id v5.1.0
10822026-04-10T02:45:52.227Z Downloaded spki v0.7.3
10832026-04-10T02:45:52.227Z Downloaded termtree v0.5.1
10842026-04-10T02:45:52.231Z Downloaded russh-keys v0.45.0
10852026-04-10T02:45:52.231Z Downloaded testing_table v0.3.0
10862026-04-10T02:45:52.234Z Downloaded time-core v0.1.8
10872026-04-10T02:45:52.234Z Downloaded thiserror-impl-no-std v2.0.2
10882026-04-10T02:45:52.234Z Downloaded simd-adler32 v0.3.8
10892026-04-10T02:45:52.234Z Downloaded stringprep v0.1.5
10902026-04-10T02:45:52.234Z Downloaded static_assertions v1.1.0
10912026-04-10T02:45:52.238Z Downloaded serde-hex v0.1.0
10922026-04-10T02:45:52.238Z Downloaded tap v1.0.1
10932026-04-10T02:45:52.239Z Downloaded serde_cbor v0.11.2
10942026-04-10T02:45:52.241Z Downloaded num-bigint v0.4.6
10952026-04-10T02:45:52.244Z Downloaded structmeta v0.3.0
10962026-04-10T02:45:52.244Z Downloaded sqlformat v0.3.5
10972026-04-10T02:45:52.247Z Downloaded snafu-derive v0.8.9
10982026-04-10T02:45:52.247Z Downloaded stacker v0.1.23
10992026-04-10T02:45:52.250Z Downloaded slog-dtrace v0.3.0
11002026-04-10T02:45:52.250Z Downloaded rustls-platform-verifier v0.6.2
11012026-04-10T02:45:52.253Z Downloaded aws-lc-rs v1.16.0
11022026-04-10T02:45:52.258Z Downloaded string_cache v0.8.9
11032026-04-10T02:45:52.261Z Downloaded rustls-pki-types v1.14.0
11042026-04-10T02:45:52.261Z Downloaded tinyvec_macros v0.1.1
11052026-04-10T02:45:52.263Z Downloaded crossterm v0.29.0
11062026-04-10T02:45:52.266Z Downloaded slog-scope v4.4.1
11072026-04-10T02:45:52.270Z Downloaded libxml v0.3.3
11082026-04-10T02:45:52.273Z Downloaded rcgen v0.12.1
11092026-04-10T02:45:52.273Z Downloaded subtle v2.6.1
11102026-04-10T02:45:52.273Z Downloaded strum_macros v0.27.2
11112026-04-10T02:45:52.276Z Downloaded strum_macros v0.24.3
11122026-04-10T02:45:52.276Z Downloaded nom v7.1.3
11132026-04-10T02:45:52.278Z Downloaded ryu v1.0.23
11142026-04-10T02:45:52.281Z Downloaded schemars v0.8.22
11152026-04-10T02:45:52.286Z Downloaded thiserror-no-std v2.0.2
11162026-04-10T02:45:52.289Z Downloaded termios v0.3.3
11172026-04-10T02:45:52.292Z Downloaded mio v1.1.1
11182026-04-10T02:45:52.295Z Downloaded qorb v0.4.1
11192026-04-10T02:45:52.298Z Downloaded rayon-core v1.13.0
11202026-04-10T02:45:52.301Z Downloaded ron v0.8.1
11212026-04-10T02:45:52.304Z Downloaded papergrid v0.17.0
11222026-04-10T02:45:52.307Z Downloaded spin v0.9.8
11232026-04-10T02:45:52.307Z Downloaded topological-sort v0.2.2
11242026-04-10T02:45:52.307Z Downloaded tls_codec_derive v0.4.2
11252026-04-10T02:45:52.310Z Downloaded rand v0.8.5
11262026-04-10T02:45:52.310Z Downloaded tower-service v0.3.3
11272026-04-10T02:45:52.313Z Downloaded quinn v0.11.9
11282026-04-10T02:45:52.313Z Downloaded publicsuffix v2.3.0
11292026-04-10T02:45:52.322Z Downloaded trait-variant v0.1.2
11302026-04-10T02:45:52.325Z Downloaded tower-layer v0.3.3
11312026-04-10T02:45:52.325Z Downloaded time-macros v0.2.27
11322026-04-10T02:45:52.325Z Downloaded thread_local v1.1.9
11332026-04-10T02:45:52.325Z Downloaded try-lock v0.2.5
11342026-04-10T02:45:52.325Z Downloaded signal-hook v0.3.18
11352026-04-10T02:45:52.328Z Downloaded tokio-macros v2.6.0
11362026-04-10T02:45:52.328Z Downloaded tiny-keccak v2.0.2
11372026-04-10T02:45:52.332Z Downloaded strum_macros v0.26.4
11382026-04-10T02:45:52.336Z Downloaded similar v2.7.0
11392026-04-10T02:45:52.339Z Downloaded num-bigint-dig v0.8.6
11402026-04-10T02:45:52.341Z Downloaded unit-prefix v0.5.2
11412026-04-10T02:45:52.345Z Downloaded unicode-truncate v1.1.0
11422026-04-10T02:45:52.345Z Downloaded support-bundle-viewer v0.1.2
11432026-04-10T02:45:52.345Z Downloaded tokio-native-tls v0.3.1
11442026-04-10T02:45:52.350Z Downloaded unarray v0.1.4
11452026-04-10T02:45:52.350Z Downloaded typify-macro v0.6.1
11462026-04-10T02:45:52.350Z Downloaded term v0.7.0
11472026-04-10T02:45:52.356Z Downloaded untrusted v0.9.0
11482026-04-10T02:45:52.359Z Downloaded usdt v0.6.0
11492026-04-10T02:45:52.359Z Downloaded universal-hash v0.5.1
11502026-04-10T02:45:52.360Z Downloaded tokio-tungstenite v0.21.0
11512026-04-10T02:45:52.360Z Downloaded socket2 v0.5.10
11522026-04-10T02:45:52.362Z Downloaded itertools v0.12.1
11532026-04-10T02:45:52.370Z Downloaded tokio-tungstenite v0.23.1
11542026-04-10T02:45:52.374Z Downloaded untrusted v0.7.1
11552026-04-10T02:45:52.374Z Downloaded typify-macro v0.4.3
11562026-04-10T02:45:52.374Z Downloaded toml_writer v1.0.6+spec-1.1.0
11572026-04-10T02:45:52.374Z Downloaded aho-corasick v1.1.4
11582026-04-10T02:45:52.374Z Downloaded iri-string v0.7.10
11592026-04-10T02:45:52.377Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11602026-04-10T02:45:52.377Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11612026-04-10T02:45:52.377Z Downloaded rustls-webpki v0.103.9
11622026-04-10T02:45:52.380Z Downloaded utf-8 v0.7.6
11632026-04-10T02:45:52.380Z Downloaded h2 v0.4.13
11642026-04-10T02:45:52.384Z Downloaded futures-util v0.3.32
11652026-04-10T02:45:52.390Z Downloaded waitgroup v0.1.2
11662026-04-10T02:45:52.393Z Downloaded wait-timeout v0.2.1
11672026-04-10T02:45:52.393Z Downloaded void v1.0.2
11682026-04-10T02:45:52.393Z Downloaded tokio-rustls v0.25.0
11692026-04-10T02:45:52.396Z Downloaded term v1.2.1
11702026-04-10T02:45:52.396Z Downloaded tokio-rustls v0.26.4
11712026-04-10T02:45:52.399Z Downloaded snafu v0.8.9
11722026-04-10T02:45:52.403Z Downloaded tls_codec v0.4.2
11732026-04-10T02:45:52.403Z Downloaded iddqd v0.3.17
11742026-04-10T02:45:52.406Z Downloaded xshell-macros v0.2.7
11752026-04-10T02:45:52.406Z Downloaded xattr v1.6.1
11762026-04-10T02:45:52.409Z Downloaded want v0.3.1
11772026-04-10T02:45:52.412Z Downloaded tui-tree-widget v0.23.1
11782026-04-10T02:45:52.412Z Downloaded rand v0.9.2
11792026-04-10T02:45:52.415Z Downloaded schemars v0.9.0
11802026-04-10T02:45:52.421Z Downloaded tokio-rustls v0.24.1
11812026-04-10T02:45:52.423Z Downloaded usdt-macro v0.6.0
11822026-04-10T02:45:52.423Z Downloaded tokio-dtrace v0.1.1
11832026-04-10T02:45:52.426Z Downloaded slog v2.8.2
11842026-04-10T02:45:52.426Z Downloaded rsa v0.9.10
11852026-04-10T02:45:52.429Z Downloaded zone v0.3.1
11862026-04-10T02:45:52.430Z Downloaded zeroize_derive v1.4.3
11872026-04-10T02:45:52.433Z Downloaded unicase v2.9.0
11882026-04-10T02:45:52.433Z Downloaded vergen-gitcl v1.0.8
11892026-04-10T02:45:52.433Z Downloaded samael v0.0.19
11902026-04-10T02:45:52.435Z Downloaded itertools v0.14.0
11912026-04-10T02:45:52.439Z Downloaded usdt-impl v0.6.0
11922026-04-10T02:45:52.442Z Downloaded toml_parser v1.0.9+spec-1.1.0
11932026-04-10T02:45:52.445Z Downloaded socket2 v0.6.2
11942026-04-10T02:45:52.448Z Downloaded hyper v1.8.1
11952026-04-10T02:45:52.452Z Downloaded itertools v0.13.0
11962026-04-10T02:45:52.456Z Downloaded serde_yaml v0.9.34+deprecated
11972026-04-10T02:45:52.459Z Downloaded test-strategy v0.4.5
11982026-04-10T02:45:52.462Z Downloaded zone_cfg_derive v0.3.1
11992026-04-10T02:45:52.466Z Downloaded vergen-lib v0.1.6
12002026-04-10T02:45:52.469Z Downloaded vergen-git2 v1.0.7
12012026-04-10T02:45:52.469Z Downloaded vsss-rs v3.3.4
12022026-04-10T02:45:52.471Z Downloaded libm v0.2.16
12032026-04-10T02:45:52.476Z Downloaded tracing-attributes v0.1.31
12042026-04-10T02:45:52.478Z Downloaded tokio-stream v0.1.18
12052026-04-10T02:45:52.481Z Downloaded twox-hash v2.1.2
12062026-04-10T02:45:52.481Z Downloaded toml v0.7.8
12072026-04-10T02:45:52.484Z Downloaded whoami v1.6.1
12082026-04-10T02:45:52.484Z Downloaded russh v0.45.0
12092026-04-10T02:45:52.487Z Downloaded walkdir v2.5.0
12102026-04-10T02:45:52.490Z Downloaded tinyvec v1.10.0
12112026-04-10T02:45:52.490Z Downloaded whoami v2.1.0
12122026-04-10T02:45:52.493Z Downloaded rand v0.10.0
12132026-04-10T02:45:52.495Z Downloaded wyz v0.5.1
12142026-04-10T02:45:52.495Z Downloaded unicode-properties v0.1.4
12152026-04-10T02:45:52.495Z Downloaded p521 v0.13.3
12162026-04-10T02:45:52.498Z Downloaded usdt-attr-macro v0.6.0
12172026-04-10T02:45:52.501Z Downloaded subprocess v0.2.15
12182026-04-10T02:45:52.504Z Downloaded tar v0.4.45
12192026-04-10T02:45:52.507Z Downloaded tungstenite v0.23.0
12202026-04-10T02:45:52.515Z Downloaded zeroize v1.8.2
12212026-04-10T02:45:52.517Z Downloaded toml v1.0.6+spec-1.1.0
12222026-04-10T02:45:52.520Z Downloaded typify v0.4.3
12232026-04-10T02:45:52.523Z Downloaded vergen v9.0.6
12242026-04-10T02:45:52.528Z Downloaded uzers v0.12.2
12252026-04-10T02:45:52.528Z Downloaded toml v0.9.12+spec-1.1.0
12262026-04-10T02:45:52.532Z Downloaded rustyline v14.0.0
12272026-04-10T02:45:52.532Z Downloaded zstd-safe v7.2.4
12282026-04-10T02:45:52.535Z Downloaded zstd v0.13.3
12292026-04-10T02:45:52.535Z Downloaded tracing-core v0.1.36
12302026-04-10T02:45:52.535Z Downloaded unicode-bidi v0.3.18
12312026-04-10T02:45:52.538Z Downloaded typify v0.6.1
12322026-04-10T02:45:52.541Z Downloaded schemars v1.2.1
12332026-04-10T02:45:52.546Z Downloaded xshell v0.2.7
12342026-04-10T02:45:52.549Z Downloaded hkdf v0.12.4
12352026-04-10T02:45:52.549Z Downloaded blake3 v1.8.3
12362026-04-10T02:45:52.553Z Downloaded zerocopy v0.6.6
12372026-04-10T02:45:52.556Z Downloaded toml_edit v0.23.10+spec-1.0.0
12382026-04-10T02:45:52.560Z Downloaded reedline v0.40.0
12392026-04-10T02:45:52.564Z Downloaded tungstenite v0.21.0
12402026-04-10T02:45:52.567Z Downloaded yasna v0.5.2
12412026-04-10T02:45:52.569Z Downloaded bitvec v1.0.1
12422026-04-10T02:45:52.583Z Downloaded steno v0.4.1
12432026-04-10T02:45:52.586Z Downloaded ssh-key v0.6.7
12442026-04-10T02:45:52.589Z Downloaded vte v0.14.1
12452026-04-10T02:45:52.592Z Downloaded regex v1.12.3
12462026-04-10T02:45:52.595Z Downloaded uuid v1.23.0
12472026-04-10T02:45:52.598Z Downloaded zopfli v0.8.3
12482026-04-10T02:45:52.598Z Downloaded rpassword v7.4.0
12492026-04-10T02:45:52.600Z Downloaded p384 v0.13.1
12502026-04-10T02:45:52.605Z Downloaded unsafe-libyaml v0.2.11
12512026-04-10T02:45:52.608Z Downloaded toml_edit v0.19.15
12522026-04-10T02:45:52.616Z Downloaded unicode_categories v0.1.1
12532026-04-10T02:45:52.619Z Downloaded git2 v0.20.4
12542026-04-10T02:45:52.621Z Downloaded yansi v1.0.1
12552026-04-10T02:45:52.625Z Downloaded rayon v1.11.0
12562026-04-10T02:45:52.628Z Downloaded zip v0.6.6
12572026-04-10T02:45:52.631Z Downloaded tokio-postgres v0.7.16
12582026-04-10T02:45:52.634Z Downloaded portable-atomic v1.13.1
12592026-04-10T02:45:52.641Z Downloaded chrono v0.4.44
12602026-04-10T02:45:52.645Z Downloaded reqwest v0.12.28
12612026-04-10T02:45:52.648Z Downloaded quick-xml v0.37.5
12622026-04-10T02:45:52.655Z Downloaded reqwest v0.13.2
12632026-04-10T02:45:52.684Z Downloaded lalrpop v0.19.12
12642026-04-10T02:45:52.690Z Downloaded zerocopy-derive v0.8.40
12652026-04-10T02:45:52.696Z Downloaded x509-cert v0.2.5
12662026-04-10T02:45:52.700Z Downloaded goblin v0.10.5
12672026-04-10T02:45:52.714Z Downloaded tower-http v0.6.8
12682026-04-10T02:45:52.721Z Downloaded tokio-util v0.7.18
12692026-04-10T02:45:52.729Z Downloaded unicode-segmentation v1.12.0
12702026-04-10T02:45:52.732Z Downloaded salty v0.3.0
12712026-04-10T02:45:52.735Z Downloaded petname v2.0.2
12722026-04-10T02:45:52.753Z Downloaded quinn-proto v0.11.13
12732026-04-10T02:45:52.757Z Downloaded rustls-webpki v0.101.7
12742026-04-10T02:45:52.765Z Downloaded typed-path v0.9.3
12752026-04-10T02:45:52.770Z Downloaded winnow v0.6.26
12762026-04-10T02:45:52.773Z Downloaded nix v0.27.1
12772026-04-10T02:45:52.779Z Downloaded zip v4.6.1
12782026-04-10T02:45:52.782Z Downloaded nix v0.29.0
12792026-04-10T02:45:52.788Z Downloaded rustls-webpki v0.102.8
12802026-04-10T02:45:52.798Z Downloaded unicode-normalization v0.1.25
12812026-04-10T02:45:52.801Z Downloaded tough v0.20.0
12822026-04-10T02:45:52.804Z Downloaded curve25519-dalek v4.1.3
12832026-04-10T02:45:52.809Z Downloaded tabled v0.20.0
12842026-04-10T02:45:52.819Z Downloaded dropshot v0.16.7
12852026-04-10T02:45:52.831Z Downloaded rustls v0.21.12
12862026-04-10T02:45:52.838Z Downloaded smoltcp v0.9.1
12872026-04-10T02:45:52.844Z Downloaded radix_trie v0.2.1
12882026-04-10T02:45:52.846Z Downloaded hickory-proto v0.24.4
12892026-04-10T02:45:52.854Z Downloaded winnow v0.5.40
12902026-04-10T02:45:52.859Z Downloaded vcpkg v0.2.15
12912026-04-10T02:45:52.881Z Downloaded object v0.37.3
12922026-04-10T02:45:52.887Z Downloaded nix v0.31.1
12932026-04-10T02:45:52.893Z Downloaded serde_with v3.17.0
12942026-04-10T02:45:52.900Z Downloaded object v0.30.4
12952026-04-10T02:45:52.905Z Downloaded zerocopy v0.8.40
12962026-04-10T02:45:52.910Z Downloaded rustls v0.23.37
12972026-04-10T02:45:52.917Z Downloaded polar-core v0.27.3
12982026-04-10T02:45:52.922Z Downloaded rustix v0.38.44
12992026-04-10T02:45:52.935Z Downloaded zlib-rs v0.6.2
13002026-04-10T02:45:52.938Z Downloaded time v0.3.47
13012026-04-10T02:45:52.945Z Downloaded nix v0.28.0
13022026-04-10T02:45:52.951Z Downloaded dropshot v0.17.0
13032026-04-10T02:45:52.962Z Downloaded regex-syntax v0.6.29
13042026-04-10T02:45:52.969Z Downloaded bstr v1.12.1
13052026-04-10T02:45:52.972Z Downloaded sqlparser v0.61.0
13062026-04-10T02:45:52.977Z Downloaded chrono-tz v0.10.4
13072026-04-10T02:45:52.989Z Downloaded webpki-roots v1.0.6
13082026-04-10T02:45:52.992Z Downloaded typify-impl v0.6.1
13092026-04-10T02:45:52.998Z Downloaded tracing v0.1.44
13102026-04-10T02:45:53.010Z Downloaded smoltcp v0.11.0
13112026-04-10T02:45:53.020Z Downloaded typify-impl v0.4.3
13122026-04-10T02:45:53.026Z Downloaded bzip2-sys v0.1.13+1.0.8
13132026-04-10T02:45:53.034Z Downloaded diesel v2.3.7
13142026-04-10T02:45:53.049Z Downloaded zerocopy-derive v0.6.6
13152026-04-10T02:45:53.053Z Downloaded regex-syntax v0.8.10
13162026-04-10T02:45:53.056Z Downloaded regress v0.10.5
13172026-04-10T02:45:53.062Z Downloaded petgraph v0.6.5
13182026-04-10T02:45:53.071Z Downloaded jiff v0.2.21
13192026-04-10T02:45:53.082Z Downloaded hickory-proto v0.25.2
13202026-04-10T02:45:53.089Z Downloaded rustls v0.22.4
13212026-04-10T02:45:53.096Z Downloaded openapiv3 v2.2.0
13222026-04-10T02:45:53.103Z Downloaded tower v0.5.3
13232026-04-10T02:45:53.108Z Downloaded proptest v1.10.0
13242026-04-10T02:45:53.113Z Downloaded openssl v0.10.75
13252026-04-10T02:45:53.120Z Downloaded moka v0.12.13
13262026-04-10T02:45:53.128Z Downloaded sled v0.34.7
13272026-04-10T02:45:53.140Z Downloaded ratatui v0.29.0
13282026-04-10T02:45:53.219Z Downloaded regex-automata v0.4.14
13292026-04-10T02:45:53.279Z Downloaded petgraph v0.8.3
13302026-04-10T02:45:53.321Z Downloaded libz-sys v1.1.24
13312026-04-10T02:45:53.335Z Downloaded csv v1.4.0
13322026-04-10T02:45:53.351Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13332026-04-10T02:45:53.366Z Downloaded sha3 v0.10.8
13342026-04-10T02:45:53.371Z Downloaded tokio v1.50.0
13352026-04-10T02:45:53.458Z Downloaded encoding_rs v0.8.35
13362026-04-10T02:45:53.475Z Downloaded ring v0.17.14
13372026-04-10T02:45:53.506Z Downloaded libgit2-sys v0.18.3+1.9.2
13382026-04-10T02:45:53.747Z Downloaded aws-lc-sys v0.37.1
13392026-04-10T02:45:53.983Z Compiling libc v0.2.180
13402026-04-10T02:45:53.983Z Compiling serde v1.0.228
13412026-04-10T02:45:53.987Z Compiling shlex v1.3.0
13422026-04-10T02:45:53.987Z Compiling log v0.4.29
13432026-04-10T02:45:54.116Z Compiling find-msvc-tools v0.1.9
13442026-04-10T02:45:54.126Z Compiling smallvec v1.15.1
13452026-04-10T02:45:54.135Z Compiling syn v2.0.117
13462026-04-10T02:45:54.143Z Compiling typenum v1.19.0
13472026-04-10T02:45:54.312Z Compiling generic-array v0.14.7
13482026-04-10T02:45:54.333Z Compiling subtle v2.6.1
13492026-04-10T02:45:54.347Z Compiling scopeguard v1.2.0
13502026-04-10T02:45:54.417Z Compiling const-oid v0.9.6
13512026-04-10T02:45:54.442Z Compiling lock_api v0.4.14
13522026-04-10T02:45:54.455Z Compiling portable-atomic v1.13.1
13532026-04-10T02:45:54.517Z Compiling zerocopy v0.8.40
13542026-04-10T02:45:54.572Z Compiling critical-section v1.2.0
13552026-04-10T02:45:54.669Z Compiling serde_json v1.0.149
13562026-04-10T02:45:54.686Z Compiling parking_lot_core v0.9.12
13572026-04-10T02:45:54.884Z Compiling pin-project-lite v0.2.17
13582026-04-10T02:45:54.981Z Compiling pkg-config v0.3.32
13592026-04-10T02:45:55.007Z Compiling getrandom v0.2.17
13602026-04-10T02:45:55.062Z Compiling jobserver v0.1.34
13612026-04-10T02:45:55.126Z Compiling errno v0.3.14
13622026-04-10T02:45:55.175Z Compiling rand_core v0.6.4
13632026-04-10T02:45:55.236Z Compiling signal-hook-registry v1.4.8
13642026-04-10T02:45:55.275Z Compiling cc v1.2.56
13652026-04-10T02:45:55.443Z Compiling once_cell v1.21.3
13662026-04-10T02:45:55.482Z Compiling bitflags v2.11.0
13672026-04-10T02:45:55.516Z Compiling libm v0.2.16
13682026-04-10T02:45:55.557Z Compiling mio v1.1.1
13692026-04-10T02:45:55.654Z Compiling parking_lot v0.12.5
13702026-04-10T02:45:55.714Z Compiling num-traits v0.2.19
13712026-04-10T02:45:55.738Z Compiling futures-core v0.3.32
13722026-04-10T02:45:55.896Z Compiling percent-encoding v2.3.2
13732026-04-10T02:45:56.030Z Compiling socket2 v0.6.2
13742026-04-10T02:45:56.046Z Compiling allocator-api2 v0.2.21
13752026-04-10T02:45:56.078Z Compiling cpufeatures v0.2.17
13762026-04-10T02:45:56.094Z Compiling getrandom v0.3.4
13772026-04-10T02:45:56.121Z Compiling foldhash v0.2.0
13782026-04-10T02:45:56.154Z Compiling futures-sink v0.3.32
13792026-04-10T02:45:56.264Z Compiling futures-channel v0.3.32
13802026-04-10T02:45:56.344Z Compiling hashbrown v0.16.1
13812026-04-10T02:45:56.373Z Compiling futures-io v0.3.32
13822026-04-10T02:45:56.439Z Compiling slab v0.4.12
13832026-04-10T02:45:56.503Z Compiling futures-task v0.3.32
13842026-04-10T02:45:56.535Z Compiling rustversion v1.0.22
13852026-04-10T02:45:56.684Z Compiling form_urlencoded v1.2.2
13862026-04-10T02:45:56.869Z Compiling cmake v0.1.57
13872026-04-10T02:45:56.898Z Compiling indexmap v2.13.0
13882026-04-10T02:45:56.958Z Compiling ident_case v1.0.1
13892026-04-10T02:45:56.985Z Compiling dunce v1.0.5
13902026-04-10T02:45:57.062Z Compiling synstructure v0.13.2
13912026-04-10T02:45:57.083Z Compiling fs_extra v1.3.0
13922026-04-10T02:45:57.097Z Compiling base64ct v1.8.3
13932026-04-10T02:45:57.264Z Compiling getrandom v0.4.1
13942026-04-10T02:45:57.281Z Compiling rand_core v0.10.0
13952026-04-10T02:45:57.348Z Compiling aws-lc-sys v0.37.1
13962026-04-10T02:45:57.390Z Compiling pem-rfc7468 v0.7.0
13972026-04-10T02:45:57.441Z Compiling flagset v0.4.7
13982026-04-10T02:45:57.515Z Compiling rand_core v0.9.5
13992026-04-10T02:45:57.545Z Compiling rustix v1.1.3
14002026-04-10T02:45:57.570Z Compiling iana-time-zone v0.1.65
14012026-04-10T02:45:57.663Z Compiling ring v0.17.14
14022026-04-10T02:45:57.695Z Compiling rustc_version v0.4.1
14032026-04-10T02:45:57.769Z Compiling uuid v1.23.0
14042026-04-10T02:45:57.782Z Compiling aws-lc-rs v1.16.0
14052026-04-10T02:45:57.825Z Compiling regex-syntax v0.8.10
14062026-04-10T02:45:58.008Z Compiling vcpkg v0.2.15
14072026-04-10T02:45:58.060Z Compiling tracing-core v0.1.36
14082026-04-10T02:45:58.465Z Compiling pest_generator v2.8.6
14092026-04-10T02:45:58.613Z Compiling serde_derive_internals v0.29.1
14102026-04-10T02:45:58.753Z Compiling openssl-sys v0.9.111
14112026-04-10T02:45:58.779Z Compiling serde_derive v1.0.228
14122026-04-10T02:45:59.229Z Compiling zeroize_derive v1.4.3
14132026-04-10T02:45:59.267Z Compiling zerofrom-derive v0.1.6
14142026-04-10T02:45:59.303Z Compiling yoke-derive v0.8.1
14152026-04-10T02:45:59.520Z Compiling zerocopy-derive v0.8.40
14162026-04-10T02:45:59.874Z Compiling zeroize v1.8.2
14172026-04-10T02:46:00.215Z Compiling zerovec-derive v0.11.2
14182026-04-10T02:46:00.476Z Compiling displaydoc v0.2.5
14192026-04-10T02:46:00.622Z Compiling crypto-common v0.1.7
14202026-04-10T02:46:00.664Z Compiling zerofrom v0.1.6
14212026-04-10T02:46:00.769Z Compiling block-buffer v0.10.4
14222026-04-10T02:46:00.790Z Compiling yoke v0.8.1
14232026-04-10T02:46:00.939Z Compiling digest v0.10.7
14242026-04-10T02:46:00.976Z Compiling tokio-macros v2.6.0
14252026-04-10T02:46:01.182Z Compiling hmac v0.12.1
14262026-04-10T02:46:01.204Z Compiling zerotrie v0.2.3
14272026-04-10T02:46:01.314Z Compiling zerovec v0.11.5
14282026-04-10T02:46:01.334Z Compiling futures-macro v0.3.32
14292026-04-10T02:46:01.494Z Compiling block-padding v0.3.3
14302026-04-10T02:46:01.655Z Compiling inout v0.1.4
14312026-04-10T02:46:01.692Z Compiling sha2 v0.10.9
14322026-04-10T02:46:01.800Z Compiling tinystr v0.8.2
14332026-04-10T02:46:01.827Z Compiling potential_utf v0.1.4
14342026-04-10T02:46:01.991Z Compiling icu_locale_core v2.1.1
14352026-04-10T02:46:02.006Z Compiling icu_collections v2.1.1
14362026-04-10T02:46:02.118Z Compiling futures-util v0.3.32
14372026-04-10T02:46:02.203Z Compiling bytes v1.11.1
14382026-04-10T02:46:02.286Z Compiling cipher v0.4.4
14392026-04-10T02:46:02.473Z Compiling der_derive v0.7.3
14402026-04-10T02:46:02.549Z Compiling salsa20 v0.10.2
14412026-04-10T02:46:02.689Z Compiling tokio v1.50.0
14422026-04-10T02:46:02.810Z Compiling icu_provider v2.1.1
14432026-04-10T02:46:02.863Z Compiling http v1.4.0
14442026-04-10T02:46:03.062Z Compiling icu_properties v2.1.2
14452026-04-10T02:46:03.096Z Compiling icu_normalizer v2.1.1
14462026-04-10T02:46:03.410Z Compiling der v0.7.10
14472026-04-10T02:46:03.618Z Compiling chrono v0.4.44
14482026-04-10T02:46:03.804Z Compiling ppv-lite86 v0.2.21
14492026-04-10T02:46:03.894Z Compiling pbkdf2 v0.12.2
14502026-04-10T02:46:04.013Z Compiling idna_adapter v1.2.1
14512026-04-10T02:46:04.123Z Compiling idna v1.1.0
14522026-04-10T02:46:04.154Z Compiling thiserror-impl v2.0.18
14532026-04-10T02:46:04.197Z Compiling rand_chacha v0.9.0
14542026-04-10T02:46:04.412Z Compiling url v2.5.8
14552026-04-10T02:46:04.668Z Compiling spki v0.7.3
14562026-04-10T02:46:04.771Z Compiling scrypt v0.11.0
14572026-04-10T02:46:04.876Z Compiling cbc v0.1.2
14582026-04-10T02:46:04.897Z Compiling aes v0.8.4
14592026-04-10T02:46:04.996Z Compiling rustls-pki-types v1.14.0
14602026-04-10T02:46:05.022Z Compiling tracing-attributes v0.1.31
14612026-04-10T02:46:05.022Z Compiling rand v0.9.2
14622026-04-10T02:46:05.214Z Compiling http-body v1.0.1
14632026-04-10T02:46:05.366Z Compiling pkcs5 v0.7.1
14642026-04-10T02:46:05.475Z Compiling thiserror v2.0.18
14652026-04-10T02:46:05.493Z Compiling untrusted v0.9.0
14662026-04-10T02:46:05.581Z Compiling schemars v0.8.22
14672026-04-10T02:46:05.613Z Compiling base64 v0.22.1
14682026-04-10T02:46:05.779Z Compiling httparse v1.10.1
14692026-04-10T02:46:05.801Z Compiling openssl-probe v0.2.1
14702026-04-10T02:46:05.844Z Compiling untrusted v0.7.1
14712026-04-10T02:46:05.928Z Compiling pkcs8 v0.10.2
14722026-04-10T02:46:05.973Z Compiling schemars_derive v0.8.22
14732026-04-10T02:46:05.976Z Compiling pest_derive v2.8.6
14742026-04-10T02:46:06.154Z Compiling scroll_derive v0.13.1
14752026-04-10T02:46:06.231Z Compiling darling_core v0.20.11
14762026-04-10T02:46:06.303Z Compiling tracing v0.1.44
14772026-04-10T02:46:06.388Z Compiling tokio-util v0.7.18
14782026-04-10T02:46:06.564Z Compiling tower-service v0.3.3
14792026-04-10T02:46:06.663Z Compiling tinyvec_macros v0.1.1
14802026-04-10T02:46:06.735Z Compiling tower-layer v0.3.3
14812026-04-10T02:46:06.897Z Compiling dyn-clone v1.0.20
14822026-04-10T02:46:06.946Z Compiling rustls v0.23.37
14832026-04-10T02:46:07.035Z Compiling try-lock v0.2.5
14842026-04-10T02:46:07.118Z Compiling atomic-waker v1.1.2
14852026-04-10T02:46:07.146Z Compiling want v0.3.1
14862026-04-10T02:46:07.242Z Compiling h2 v0.4.13
14872026-04-10T02:46:07.340Z Compiling scroll v0.13.0
14882026-04-10T02:46:07.389Z Compiling tinyvec v1.10.0
14892026-04-10T02:46:07.682Z Compiling ipnet v2.11.0
14902026-04-10T02:46:07.726Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14912026-04-10T02:46:07.862Z Compiling spin v0.9.8
14922026-04-10T02:46:08.066Z Compiling aho-corasick v1.1.4
14932026-04-10T02:46:08.109Z Compiling openssl v0.10.75
14942026-04-10T02:46:08.171Z Compiling foreign-types-shared v0.1.1
14952026-04-10T02:46:08.258Z Compiling crc32fast v1.5.0
14962026-04-10T02:46:08.279Z Compiling pin-utils v0.1.0
14972026-04-10T02:46:08.333Z Compiling num-conv v0.2.0
14982026-04-10T02:46:08.353Z Compiling powerfmt v0.2.0
14992026-04-10T02:46:08.448Z Compiling darling_macro v0.20.11
15002026-04-10T02:46:08.462Z Compiling httpdate v1.0.3
15012026-04-10T02:46:08.465Z Compiling time-core v0.1.8
15022026-04-10T02:46:08.582Z Compiling deranged v0.5.8
15032026-04-10T02:46:08.629Z Compiling time-macros v0.2.27
15042026-04-10T02:46:08.647Z Compiling tempfile v3.25.0
15052026-04-10T02:46:08.684Z Compiling foreign-types v0.3.2
15062026-04-10T02:46:08.976Z Compiling darling v0.20.11
15072026-04-10T02:46:09.014Z Compiling regex-automata v0.4.14
15082026-04-10T02:46:09.058Z Compiling goblin v0.10.5
15092026-04-10T02:46:09.683Z Compiling openssl-macros v0.1.1
15102026-04-10T02:46:09.776Z Compiling socket2 v0.5.10
15112026-04-10T02:46:10.073Z Compiling wait-timeout v0.2.1
15122026-04-10T02:46:10.086Z Compiling usdt-impl v0.6.0
15132026-04-10T02:46:10.182Z Compiling native-tls v0.2.18
15142026-04-10T02:46:10.285Z Compiling hyper v1.8.1
15152026-04-10T02:46:10.333Z Compiling bit-vec v0.8.0
15162026-04-10T02:46:10.382Z Compiling syn v1.0.109
15172026-04-10T02:46:10.559Z Compiling crossbeam-utils v0.8.21
15182026-04-10T02:46:10.679Z Compiling num_threads v0.1.7
15192026-04-10T02:46:10.779Z Compiling quick-error v1.2.3
15202026-04-10T02:46:10.836Z Compiling siphasher v1.0.2
15212026-04-10T02:46:10.886Z Compiling simd-adler32 v0.3.8
15222026-04-10T02:46:11.026Z Compiling rusty-fork v0.3.1
15232026-04-10T02:46:11.152Z Compiling time v0.3.47
15242026-04-10T02:46:11.307Z Compiling hyper-util v0.1.20
15252026-04-10T02:46:11.333Z Compiling bit-set v0.8.0
15262026-04-10T02:46:11.823Z Compiling dof v0.4.0
15272026-04-10T02:46:12.699Z Compiling derive_builder_core v0.20.2
15282026-04-10T02:46:13.025Z Compiling unicode-normalization v0.1.25
15292026-04-10T02:46:13.039Z Compiling dtrace-parser v0.3.0
15302026-04-10T02:46:13.146Z Compiling rustls-native-certs v0.8.3
15312026-04-10T02:46:13.234Z Compiling signature v2.2.0
15322026-04-10T02:46:13.410Z Compiling scroll_derive v0.12.1
15332026-04-10T02:46:13.430Z Compiling thiserror-impl v1.0.69
15342026-04-10T02:46:13.465Z Compiling heapless v0.7.17
15352026-04-10T02:46:13.568Z Compiling rand_xorshift v0.4.0
15362026-04-10T02:46:13.711Z Compiling slog v2.8.2
15372026-04-10T02:46:13.734Z Compiling darling_core v0.21.3
15382026-04-10T02:46:13.778Z Compiling bzip2-sys v0.1.13+1.0.8
15392026-04-10T02:46:13.896Z Compiling sync_wrapper v1.0.2
15402026-04-10T02:46:14.008Z Compiling thread-id v5.1.0
15412026-04-10T02:46:14.053Z Compiling cookie v0.18.1
15422026-04-10T02:46:14.092Z Compiling unarray v0.1.4
15432026-04-10T02:46:14.110Z Compiling unicode-properties v0.1.4
15442026-04-10T02:46:14.204Z Compiling adler2 v2.0.1
15452026-04-10T02:46:14.236Z Compiling unicode-bidi v0.3.18
15462026-04-10T02:46:14.315Z Compiling paste v1.0.15
15472026-04-10T02:46:14.340Z Compiling anyhow v1.0.102
15482026-04-10T02:46:14.464Z Compiling zstd-safe v7.2.4
15492026-04-10T02:46:14.584Z Compiling signal-hook v0.3.18
15502026-04-10T02:46:14.708Z Compiling stringprep v0.1.5
15512026-04-10T02:46:14.752Z Compiling thiserror v1.0.69
15522026-04-10T02:46:14.780Z Compiling miniz_oxide v0.8.9
15532026-04-10T02:46:14.844Z Compiling proptest v1.10.0
15542026-04-10T02:46:14.857Z Compiling scroll v0.12.0
15552026-04-10T02:46:15.148Z Compiling tower v0.5.3
15562026-04-10T02:46:15.428Z Compiling derive_builder_macro v0.20.2
15572026-04-10T02:46:15.691Z Compiling ipnetwork v0.21.1
15582026-04-10T02:46:15.867Z Compiling http-body-util v0.1.3
15592026-04-10T02:46:15.882Z Compiling webpki-roots v1.0.6
15602026-04-10T02:46:16.003Z Compiling rand_chacha v0.3.1
15612026-04-10T02:46:16.076Z Compiling serde_tokenstream v0.2.3
15622026-04-10T02:46:16.076Z Compiling serde_spanned v0.6.9
15632026-04-10T02:46:16.107Z Compiling erased-serde v0.3.31
15642026-04-10T02:46:16.218Z Compiling darling_macro v0.21.3
15652026-04-10T02:46:16.233Z Compiling toml_datetime v0.6.11
15662026-04-10T02:46:16.397Z Compiling md-5 v0.10.6
15672026-04-10T02:46:16.486Z Compiling zerocopy-derive v0.7.35
15682026-04-10T02:46:16.567Z Compiling curve25519-dalek v4.1.3
15692026-04-10T02:46:16.589Z Compiling vergen-lib v0.1.6
15702026-04-10T02:46:16.689Z Compiling num-integer v0.1.46
15712026-04-10T02:46:16.771Z Compiling hash32 v0.2.1
15722026-04-10T02:46:16.799Z Compiling ff v0.13.1
15732026-04-10T02:46:16.900Z Compiling memoffset v0.9.1
15742026-04-10T02:46:16.936Z Compiling ryu v1.0.23
15752026-04-10T02:46:16.960Z Compiling ref-cast v1.0.25
15762026-04-10T02:46:17.006Z Compiling num-bigint-dig v0.8.6
15772026-04-10T02:46:17.089Z Compiling psl-types v2.0.11
15782026-04-10T02:46:17.115Z Compiling cfg_aliases v0.2.1
15792026-04-10T02:46:17.189Z Compiling fallible-iterator v0.2.0
15802026-04-10T02:46:17.204Z Compiling litrs v1.0.0
15812026-04-10T02:46:17.217Z Compiling zlib-rs v0.6.2
15822026-04-10T02:46:17.252Z Compiling base16ct v0.2.0
15832026-04-10T02:46:17.350Z Compiling iri-string v0.7.10
15842026-04-10T02:46:17.432Z Compiling rustix v0.38.44
15852026-04-10T02:46:17.496Z Compiling smoltcp v0.9.1
15862026-04-10T02:46:17.706Z Compiling document-features v0.2.12
15872026-04-10T02:46:17.845Z Compiling postgres-protocol v0.6.10
15882026-04-10T02:46:17.861Z Compiling sec1 v0.7.3
15892026-04-10T02:46:18.130Z Compiling zerocopy v0.7.35
15902026-04-10T02:46:18.350Z Compiling publicsuffix v2.3.0
15912026-04-10T02:46:18.387Z Compiling nix v0.31.1
15922026-04-10T02:46:18.518Z Compiling tower-http v0.6.8
15932026-04-10T02:46:18.719Z Compiling newtype-uuid v1.3.2
15942026-04-10T02:46:18.880Z Compiling serde_urlencoded v0.7.1
15952026-04-10T02:46:18.908Z Compiling group v0.13.0
15962026-04-10T02:46:18.938Z Compiling num-iter v0.1.45
15972026-04-10T02:46:19.108Z Compiling darling v0.21.3
15982026-04-10T02:46:19.138Z Compiling rand v0.8.5
15992026-04-10T02:46:19.192Z Compiling oxnet v0.1.4
16002026-04-10T02:46:19.273Z Compiling hubpack_derive v0.1.1
16012026-04-10T02:46:19.499Z Compiling derive_builder v0.20.2
16022026-04-10T02:46:19.578Z Compiling tokio-native-tls v0.3.1
16032026-04-10T02:46:19.628Z Compiling goblin v0.8.2
16042026-04-10T02:46:20.060Z Compiling flate2 v1.1.9
16052026-04-10T02:46:20.127Z Compiling regex v1.12.3
16062026-04-10T02:46:20.277Z Compiling phf_shared v0.13.1
16072026-04-10T02:46:20.436Z Compiling lazy_static v1.5.0
16082026-04-10T02:46:20.470Z Compiling cargo-platform v0.1.9
16092026-04-10T02:46:20.487Z Compiling hkdf v0.12.4
16102026-04-10T02:46:20.543Z Compiling crypto-bigint v0.5.5
16112026-04-10T02:46:20.572Z Compiling terminal_size v0.4.3
16122026-04-10T02:46:20.572Z Compiling curve25519-dalek-derive v0.1.1
16132026-04-10T02:46:20.651Z Compiling ref-cast-impl v1.0.25
16142026-04-10T02:46:20.678Z Compiling strum_macros v0.27.2
16152026-04-10T02:46:20.725Z Compiling async-trait v0.1.89
16162026-04-10T02:46:21.178Z Compiling daft-derive v0.1.5
16172026-04-10T02:46:21.195Z Compiling vergen v9.0.6
16182026-04-10T02:46:21.364Z Compiling fs-err v3.3.0
16192026-04-10T02:46:21.560Z Compiling ahash v0.8.12
16202026-04-10T02:46:21.736Z Compiling encoding_rs v0.8.35
16212026-04-10T02:46:21.755Z Compiling managed v0.8.0
16222026-04-10T02:46:21.872Z Compiling bumpalo v3.20.2
16232026-04-10T02:46:21.969Z Compiling bitflags v1.3.2
16242026-04-10T02:46:22.049Z Compiling mime v0.3.17
16252026-04-10T02:46:22.124Z Compiling unicode-segmentation v1.12.0
16262026-04-10T02:46:22.308Z Compiling libbz2-rs-sys v0.2.2
16272026-04-10T02:46:22.508Z Compiling winnow v0.5.40
16282026-04-10T02:46:22.619Z Compiling foldhash v0.1.5
16292026-04-10T02:46:22.634Z Compiling object v0.37.3
16302026-04-10T02:46:22.791Z Compiling clap_builder v4.5.60
16312026-04-10T02:46:22.950Z Compiling hashbrown v0.15.5
16322026-04-10T02:46:22.992Z Compiling bzip2 v0.6.1
16332026-04-10T02:46:23.065Z Compiling strum v0.27.2
16342026-04-10T02:46:23.194Z Compiling zopfli v0.8.3
16352026-04-10T02:46:23.226Z Compiling daft v0.1.5
16362026-04-10T02:46:23.493Z Compiling dof v0.3.0
16372026-04-10T02:46:23.684Z Compiling elliptic-curve v0.13.8
16382026-04-10T02:46:23.884Z Compiling toml_edit v0.19.15
16392026-04-10T02:46:24.087Z Compiling cargo_metadata v0.19.2
16402026-04-10T02:46:24.217Z Compiling phf v0.13.1
16412026-04-10T02:46:24.379Z Compiling cookie_store v0.22.1
16422026-04-10T02:46:25.036Z Compiling signal-hook-mio v0.2.5
16432026-04-10T02:46:25.417Z Compiling zstd v0.13.3
16442026-04-10T02:46:25.519Z Compiling hyper-tls v0.6.0
16452026-04-10T02:46:25.689Z Compiling hubpack v0.1.2
16462026-04-10T02:46:25.745Z Compiling bzip2 v0.4.4
16472026-04-10T02:46:25.771Z Compiling serde_with_macros v3.17.0
16482026-04-10T02:46:25.899Z Compiling postgres-types v0.2.12
16492026-04-10T02:46:25.952Z Compiling usdt-macro v0.6.0
16502026-04-10T02:46:26.448Z Compiling usdt-attr-macro v0.6.0
16512026-04-10T02:46:26.489Z Compiling dtrace-parser v0.2.0
16522026-04-10T02:46:26.684Z Compiling ed25519 v2.2.3
16532026-04-10T02:46:26.879Z Compiling bstr v1.12.1
16542026-04-10T02:46:26.944Z Compiling phf_shared v0.11.3
16552026-04-10T02:46:27.009Z Compiling pkcs1 v0.7.5
16562026-04-10T02:46:27.126Z Compiling serde-big-array v0.5.1
16572026-04-10T02:46:27.230Z Compiling hex v0.4.3
16582026-04-10T02:46:27.234Z Compiling rfc6979 v0.4.0
16592026-04-10T02:46:27.269Z Compiling clap_derive v4.5.55
16602026-04-10T02:46:27.370Z Compiling strum_macros v0.26.4
16612026-04-10T02:46:27.402Z Compiling serde_repr v0.1.20
16622026-04-10T02:46:27.497Z Compiling enum-as-inner v0.6.1
16632026-04-10T02:46:27.515Z Compiling float-cmp v0.10.0
16642026-04-10T02:46:27.578Z Compiling thread-id v4.2.2
16652026-04-10T02:46:27.663Z Compiling memmap2 v0.9.10
16662026-04-10T02:46:27.677Z Compiling env_filter v1.0.0
16672026-04-10T02:46:27.875Z Compiling whoami v2.1.0
16682026-04-10T02:46:27.935Z Compiling fixedbitset v0.4.2
16692026-04-10T02:46:27.978Z Compiling normalize-line-endings v0.3.0
16702026-04-10T02:46:27.999Z Compiling fixedbitset v0.5.7
16712026-04-10T02:46:28.076Z Compiling keccak v0.1.6
16722026-04-10T02:46:28.149Z Compiling new_debug_unreachable v1.0.6
16732026-04-10T02:46:28.228Z Compiling difflib v0.4.0
16742026-04-10T02:46:28.252Z Compiling static_assertions v1.1.0
16752026-04-10T02:46:28.299Z Compiling data-encoding v2.10.0
16762026-04-10T02:46:28.330Z Compiling jiff v0.2.21
16772026-04-10T02:46:28.853Z Compiling rustc-hash v2.1.1
16782026-04-10T02:46:28.929Z Compiling predicates-core v1.0.10
16792026-04-10T02:46:28.983Z Compiling precomputed-hash v0.1.1
16802026-04-10T02:46:29.028Z Compiling either v1.15.0
16812026-04-10T02:46:29.058Z Compiling string_cache v0.8.9
16822026-04-10T02:46:29.075Z Compiling predicates v3.1.4
16832026-04-10T02:46:29.095Z Compiling strum v0.26.3
16842026-04-10T02:46:29.110Z Compiling clap v4.5.60
16852026-04-10T02:46:29.192Z Compiling iddqd v0.3.17
16862026-04-10T02:46:29.228Z Compiling itertools v0.13.0
16872026-04-10T02:46:29.243Z Compiling hickory-proto v0.25.2
16882026-04-10T02:46:29.280Z Compiling toml_edit v0.22.27
16892026-04-10T02:46:29.704Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16902026-04-10T02:46:29.732Z Compiling sha3 v0.10.8
16912026-04-10T02:46:30.190Z Compiling petgraph v0.8.3
16922026-04-10T02:46:30.321Z Compiling petgraph v0.6.5
16932026-04-10T02:46:30.454Z Compiling tokio-postgres v0.7.16
16942026-04-10T02:46:31.759Z Compiling zip v4.6.1
16952026-04-10T02:46:31.982Z Compiling env_logger v0.11.9
16962026-04-10T02:46:32.113Z Compiling usdt v0.6.0
16972026-04-10T02:46:32.335Z Compiling usdt-impl v0.5.0
16982026-04-10T02:46:32.375Z Compiling serde_with v3.17.0
16992026-04-10T02:46:32.407Z Compiling ecdsa v0.16.9
17002026-04-10T02:46:32.542Z Compiling similar v2.7.0
17012026-04-10T02:46:32.611Z Compiling rsa v0.9.10
17022026-04-10T02:46:32.714Z Compiling ed25519-dalek v2.2.0
17032026-04-10T02:46:32.796Z Compiling crossterm v0.28.1
17042026-04-10T02:46:33.368Z Compiling zip v0.6.6
17052026-04-10T02:46:33.844Z Compiling toml v0.7.8
17062026-04-10T02:46:34.121Z Compiling toml_parser v1.0.9+spec-1.1.0
17072026-04-10T02:46:34.226Z Compiling heck v0.4.1
17082026-04-10T02:46:34.274Z Compiling crossbeam-epoch v0.9.18
17092026-04-10T02:46:34.368Z Compiling tokio-stream v0.1.18
17102026-04-10T02:46:34.452Z Compiling buf-list v1.1.2
17112026-04-10T02:46:34.464Z Compiling x509-cert v0.2.5
17122026-04-10T02:46:34.619Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17132026-04-10T02:46:34.734Z Compiling openapiv3 v2.2.0
17142026-04-10T02:46:34.773Z Compiling sha1 v0.10.6
17152026-04-10T02:46:34.832Z Compiling toml_datetime v0.7.5+spec-1.1.0
17162026-04-10T02:46:34.909Z Compiling lalrpop-util v0.19.12
17172026-04-10T02:46:34.995Z Compiling peg-runtime v0.8.5
17182026-04-10T02:46:35.100Z Compiling thread_local v1.1.9
17192026-04-10T02:46:35.119Z Compiling slog-async v2.8.0
17202026-04-10T02:46:35.283Z Compiling crossbeam-channel v0.5.15
17212026-04-10T02:46:35.355Z Compiling futures-executor v0.3.32
17222026-04-10T02:46:35.437Z Compiling filetime v0.2.27
17232026-04-10T02:46:35.610Z Compiling is-terminal v0.4.17
17242026-04-10T02:46:35.615Z Compiling term v1.2.1
17252026-04-10T02:46:35.710Z Compiling xattr v1.6.1
17262026-04-10T02:46:35.724Z Compiling take_mut v0.2.2
17272026-04-10T02:46:35.879Z Compiling tar v0.4.45
17282026-04-10T02:46:35.942Z Compiling slog-term v2.9.2
17292026-04-10T02:46:36.069Z Compiling futures v0.3.32
17302026-04-10T02:46:42.669Z Compiling rustls-webpki v0.103.9
17312026-04-10T02:46:45.479Z Compiling tokio-rustls v0.26.4
17322026-04-10T02:46:45.479Z Compiling rustls-platform-verifier v0.6.2
17332026-04-10T02:46:45.673Z Compiling hyper-rustls v0.27.7
17342026-04-10T02:46:45.872Z Compiling reqwest v0.13.2
17352026-04-10T02:46:45.873Z Compiling reqwest v0.12.28
17362026-04-10T02:46:47.933Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17372026-04-10T02:46:48.148Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17382026-04-10T02:46:51.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17392026-04-10T02:46:51.156Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd lldp transceiver-control`
17402026-04-10T02:46:51.210ZApr 10 02:46:49.687 INFO Starting download, target: Cockroach
17412026-04-10T02:46:51.213ZApr 10 02:46:49.688 INFO Starting download, target: Console
17422026-04-10T02:46:51.213ZApr 10 02:46:49.688 INFO Starting download, target: Clickhouse
17432026-04-10T02:46:51.213ZApr 10 02:46:49.688 INFO Starting download, target: DendriteStub
17442026-04-10T02:46:51.213ZApr 10 02:46:49.688 INFO Starting download, target: MaghemiteMgd
17452026-04-10T02:46:51.213ZApr 10 02:46:49.688 INFO Starting download, target: TransceiverControl
17462026-04-10T02:46:51.213ZApr 10 02:46:49.688 INFO Starting download, target: LLDP
17472026-04-10T02:46:51.213ZApr 10 02:46:49.688 INFO Downloading out/downloads/lldp.tar.gz (attempt 1/3), target: LLDP
17482026-04-10T02:46:51.213ZApr 10 02:46:49.688 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17492026-04-10T02:46:51.214ZApr 10 02:46:49.688 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17502026-04-10T02:46:51.214ZApr 10 02:46:49.688 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17512026-04-10T02:46:51.214ZApr 10 02:46:49.688 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17522026-04-10T02:46:51.214ZApr 10 02:46:49.688 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17532026-04-10T02:46:51.214ZApr 10 02:46:49.688 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17542026-04-10T02:46:51.504ZApr 10 02:46:49.982 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17552026-04-10T02:46:51.741ZApr 10 02:46:50.203 INFO Download complete, target: TransceiverControl
17562026-04-10T02:46:52.218ZApr 10 02:46:50.691 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17572026-04-10T02:46:52.283ZApr 10 02:46:50.760 INFO Unpacking out/downloads/lldp.tar.gz to out/downloads, target: LLDP
17582026-04-10T02:46:52.454ZApr 10 02:46:50.928 INFO Download complete, target: Console
17592026-04-10T02:46:52.954ZApr 10 02:46:51.423 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17602026-04-10T02:46:53.169ZApr 10 02:46:51.646 INFO Download complete, target: LLDP
17612026-04-10T02:46:53.322ZApr 10 02:46:51.799 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17622026-04-10T02:46:53.561ZApr 10 02:46:52.025 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17632026-04-10T02:46:53.988ZApr 10 02:46:52.461 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17642026-04-10T02:46:53.989ZApr 10 02:46:52.461 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17652026-04-10T02:46:55.347ZApr 10 02:46:53.824 INFO Download complete, target: DendriteStub
17662026-04-10T02:46:55.772ZApr 10 02:46:54.249 INFO Download complete, target: MaghemiteMgd
17672026-04-10T02:46:58.570ZApr 10 02:46:57.047 INFO Checking that binary works, target: Cockroach
17682026-04-10T02:46:58.662ZApr 10 02:46:57.139 INFO Download complete, target: Cockroach
17692026-04-10T02:47:00.364ZApr 10 02:46:58.841 INFO Checking that binary works, target: Clickhouse
17702026-04-10T02:47:00.501ZApr 10 02:46:58.977 INFO Download complete, target: Clickhouse
17712026-04-10T02:47:00.519ZAll builder prerequisites installed successfully, and PATH looks valid
17722026-04-10T02:47:00.522Z
17732026-04-10T02:47:00.522Zreal 3:10.725339230
17742026-04-10T02:47:00.522Zuser 7:13.744380807
17752026-04-10T02:47:00.522Zsys 1:24.582802904
17762026-04-10T02:47:00.522Ztrap 0.220945866
17772026-04-10T02:47:00.522Ztflt 0.568326821
17782026-04-10T02:47:00.522Zdflt 0.590364046
17792026-04-10T02:47:00.522Zkflt 0.023139315
17802026-04-10T02:47:00.522Zlock 22:16.645162569
17812026-04-10T02:47:00.522Zslp 21:48.497928311
17822026-04-10T02:47:00.522Zlat 44.087767735
17832026-04-10T02:47:00.522Zstop 2:03.275182390
17842026-04-10T02:47:00.522Z+ banner clippy
17852026-04-10T02:47:00.522Z
17862026-04-10T02:47:00.522Z #### # # ##### ##### # #
17872026-04-10T02:47:00.523Z # # # # # # # # # #
17882026-04-10T02:47:00.523Z # # # # # # # #
17892026-04-10T02:47:00.523Z # # # ##### ##### #
17902026-04-10T02:47:00.523Z # # # # # # #
17912026-04-10T02:47:00.523Z #### ###### # # # #
17922026-04-10T02:47:00.523Z
17932026-04-10T02:47:00.523Z+ export CARGO_INCREMENTAL=0
17942026-04-10T02:47:00.523Z+ CARGO_INCREMENTAL=0
17952026-04-10T02:47:00.523Z+ ptime -m cargo xtask clippy
17962026-04-10T02:47:01.042Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17972026-04-10T02:47:01.263Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17982026-04-10T02:47:03.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17992026-04-10T02:47:03.206Z Running `target/debug/xtask clippy`
18002026-04-10T02:47:03.232Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18012026-04-10T02:47:03.844Z Downloading crates ...
18022026-04-10T02:47:04.041Z Downloaded escape8259 v0.5.3
18032026-04-10T02:47:04.047Z Downloaded cast v0.3.0
18042026-04-10T02:47:04.050Z Downloaded pathdiff v0.2.3
18052026-04-10T02:47:04.055Z Downloaded tokio-test v0.4.5
18062026-04-10T02:47:04.061Z Downloaded supports-hyperlinks v2.1.0
18072026-04-10T02:47:04.064Z Downloaded approx v0.5.1
18082026-04-10T02:47:04.064Z Downloaded async-lock v3.4.2
18092026-04-10T02:47:04.067Z Downloaded fancy-regex v0.14.0
18102026-04-10T02:47:04.070Z Downloaded nested v0.1.1
18112026-04-10T02:47:04.073Z Downloaded httptest v0.16.4
18122026-04-10T02:47:04.080Z Downloaded target-spec v3.5.7
18132026-04-10T02:47:04.083Z Downloaded rust-argon2 v2.1.0
18142026-04-10T02:47:04.083Z Downloaded rstest v0.25.0
18152026-04-10T02:47:04.088Z Downloaded chumsky v0.9.3
18162026-04-10T02:47:04.094Z Downloaded plotters-svg v0.3.7
18172026-04-10T02:47:04.097Z Downloaded knuffel-derive v3.2.0
18182026-04-10T02:47:04.097Z Downloaded hashbrown v0.14.5
18192026-04-10T02:47:04.100Z Downloaded cfg-expr v0.20.6
18202026-04-10T02:47:04.100Z Downloaded oorandom v11.1.5
18212026-04-10T02:47:04.103Z Downloaded guppy-workspace-hack v0.1.0
18222026-04-10T02:47:04.103Z Downloaded guppy v0.17.25
18232026-04-10T02:47:04.106Z Downloaded path-tree v0.8.3
18242026-04-10T02:47:04.109Z Downloaded criterion-plot v0.6.0
18252026-04-10T02:47:04.112Z Downloaded supports-color v2.1.0
18262026-04-10T02:47:04.115Z Downloaded serde_regex v1.1.0
18272026-04-10T02:47:04.118Z Downloaded addr2line v0.25.1
18282026-04-10T02:47:04.118Z Downloaded textwrap v0.15.2
18292026-04-10T02:47:04.121Z Downloaded assert-json-diff v2.0.2
18302026-04-10T02:47:04.125Z Downloaded hickory-client v0.25.2
18312026-04-10T02:47:04.125Z Downloaded backtrace-ext v0.2.1
18322026-04-10T02:47:04.127Z Downloaded plotters-backend v0.3.7
18332026-04-10T02:47:04.127Z Downloaded concurrent-queue v2.5.0
18342026-04-10T02:47:04.130Z Downloaded relative-path v1.9.3
18352026-04-10T02:47:04.135Z Downloaded supports-unicode v2.1.0
18362026-04-10T02:47:04.138Z Downloaded target-triple v1.0.0
18372026-04-10T02:47:04.138Z Downloaded partial-io v0.5.4
18382026-04-10T02:47:04.138Z Downloaded miette-derive v5.10.0
18392026-04-10T02:47:04.143Z Downloaded linkme-impl v0.3.35
18402026-04-10T02:47:04.150Z Downloaded stringmetrics v2.2.2
18412026-04-10T02:47:04.153Z Downloaded futures-timer v3.0.3
18422026-04-10T02:47:04.153Z Downloaded assert_cmd v2.1.2
18432026-04-10T02:47:04.156Z Downloaded cargo_metadata v0.23.1
18442026-04-10T02:47:04.156Z Downloaded async-object-pool v0.2.0
18452026-04-10T02:47:04.159Z Downloaded event-listener-strategy v0.5.4
18462026-04-10T02:47:04.162Z Downloaded cargo-platform v0.3.2
18472026-04-10T02:47:04.165Z Downloaded tinytemplate v1.2.1
18482026-04-10T02:47:04.166Z Downloaded termcolor v1.4.1
18492026-04-10T02:47:04.170Z Downloaded constant_time_eq v0.3.1
18502026-04-10T02:47:04.173Z Downloaded backtrace v0.3.76
18512026-04-10T02:47:04.176Z Downloaded rustc-demangle v0.1.27
18522026-04-10T02:47:04.176Z Downloaded target-lexicon v0.13.3
18532026-04-10T02:47:04.179Z Downloaded event-listener v5.4.1
18542026-04-10T02:47:04.179Z Downloaded anes v0.1.6
18552026-04-10T02:47:04.182Z Downloaded linkme v0.3.35
18562026-04-10T02:47:04.182Z Downloaded libtest-mimic v0.8.1
18572026-04-10T02:47:04.185Z Downloaded trybuild v1.0.116
18582026-04-10T02:47:04.185Z Downloaded owo-colors v3.5.0
18592026-04-10T02:47:04.194Z Downloaded knuffel v3.2.0
18602026-04-10T02:47:04.197Z Downloaded parking v2.2.1
18612026-04-10T02:47:04.197Z Downloaded datatest-stable v0.3.3
18622026-04-10T02:47:04.200Z Downloaded miette v5.10.0
18632026-04-10T02:47:04.203Z Downloaded rstest_macros v0.25.0
18642026-04-10T02:47:04.207Z Downloaded rand_distr v0.5.1
18652026-04-10T02:47:04.210Z Downloaded blake2b_simd v1.0.4
18662026-04-10T02:47:04.215Z Downloaded plotters v0.3.7
18672026-04-10T02:47:04.229Z Downloaded gimli v0.32.3
18682026-04-10T02:47:04.284Z Downloaded terminal_size v0.1.17
18692026-04-10T02:47:04.310Z Downloaded similar-asserts v1.7.0
18702026-04-10T02:47:04.332Z Downloaded httpmock v0.8.3
18712026-04-10T02:47:04.360Z Downloaded criterion v0.7.0
18722026-04-10T02:47:05.916Z Checking cfg-if v1.0.4
18732026-04-10T02:47:06.259Z Checking libc v0.2.180
18742026-04-10T02:47:06.262Z Checking serde_core v1.0.228
18752026-04-10T02:47:06.328Z Checking memchr v2.8.0
18762026-04-10T02:47:06.368Z Checking smallvec v1.15.1
18772026-04-10T02:47:06.407Z Checking itoa v1.0.17
18782026-04-10T02:47:06.407Z Checking log v0.4.29
18792026-04-10T02:47:06.480Z Checking zeroize v1.8.2
18802026-04-10T02:47:06.517Z Checking libm v0.2.16
18812026-04-10T02:47:06.572Z Checking scopeguard v1.2.0
18822026-04-10T02:47:06.610Z Checking stable_deref_trait v1.2.1
18832026-04-10T02:47:06.651Z Checking zmij v1.0.21
18842026-04-10T02:47:06.690Z Checking errno v0.3.14
18852026-04-10T02:47:06.690Z Checking getrandom v0.2.17
18862026-04-10T02:47:06.759Z Checking lock_api v0.4.14
18872026-04-10T02:47:06.795Z Checking zerofrom v0.1.6
18882026-04-10T02:47:06.836Z Checking percent-encoding v2.3.2
18892026-04-10T02:47:06.875Z Checking writeable v0.6.2
18902026-04-10T02:47:06.878Z Checking litemap v0.8.1
18912026-04-10T02:47:06.943Z Checking yoke v0.8.1
18922026-04-10T02:47:06.943Z Checking icu_normalizer_data v2.1.1
18932026-04-10T02:47:07.011Z Checking icu_properties_data v2.1.2
18942026-04-10T02:47:07.014Z Checking subtle v2.6.1
18952026-04-10T02:47:07.048Z Checking form_urlencoded v1.2.2
18962026-04-10T02:47:07.115Z Checking utf8_iter v1.0.4
18972026-04-10T02:47:07.119Z Checking pin-project-lite v0.2.17
18982026-04-10T02:47:07.184Z Checking zerovec v0.11.5
18992026-04-10T02:47:07.187Z Checking zerotrie v0.2.3
19002026-04-10T02:47:07.257Z Checking num-traits v0.2.19
19012026-04-10T02:47:07.291Z Checking rand_core v0.6.4
19022026-04-10T02:47:07.330Z Checking parking_lot_core v0.9.12
19032026-04-10T02:47:07.333Z Checking portable-atomic v1.13.1
19042026-04-10T02:47:07.400Z Checking zerocopy v0.8.40
19052026-04-10T02:47:07.475Z Checking critical-section v1.2.0
19062026-04-10T02:47:07.516Z Checking signal-hook-registry v1.4.8
19072026-04-10T02:47:07.553Z Checking parking_lot v0.12.5
19082026-04-10T02:47:07.607Z Checking mio v1.1.1
19092026-04-10T02:47:07.645Z Checking tinystr v0.8.2
19102026-04-10T02:47:07.702Z Checking potential_utf v0.1.4
19112026-04-10T02:47:07.769Z Checking socket2 v0.6.2
19122026-04-10T02:47:07.807Z Checking typenum v1.19.0
19132026-04-10T02:47:07.841Z Checking serde v1.0.228
19142026-04-10T02:47:07.841Z Checking serde_json v1.0.149
19152026-04-10T02:47:07.909Z Checking bitflags v2.11.0
19162026-04-10T02:47:07.912Z Checking icu_locale_core v2.1.1
19172026-04-10T02:47:07.912Z Checking icu_collections v2.1.1
19182026-04-10T02:47:08.027Z Checking once_cell v1.21.3
19192026-04-10T02:47:08.113Z Checking iana-time-zone v0.1.65
19202026-04-10T02:47:08.227Z Checking rand_core v0.10.0
19212026-04-10T02:47:08.272Z Checking thiserror v2.0.18
19222026-04-10T02:47:08.313Z Checking bytes v1.11.1
19232026-04-10T02:47:08.313Z Checking chrono v0.4.44
19242026-04-10T02:47:08.387Z Checking generic-array v0.14.7
19252026-04-10T02:47:08.425Z Checking getrandom v0.4.1
19262026-04-10T02:47:08.465Z Checking semver v1.0.27
19272026-04-10T02:47:08.503Z Checking icu_provider v2.1.1
19282026-04-10T02:47:08.548Z Checking allocator-api2 v0.2.21
19292026-04-10T02:47:08.602Z Checking uuid v1.23.0
19302026-04-10T02:47:08.700Z Checking futures-core v0.3.32
19312026-04-10T02:47:08.763Z Checking icu_normalizer v2.1.1
19322026-04-10T02:47:08.799Z Checking icu_properties v2.1.2
19332026-04-10T02:47:08.843Z Checking tokio v1.50.0
19342026-04-10T02:47:08.879Z Checking crypto-common v0.1.7
19352026-04-10T02:47:08.928Z Checking equivalent v1.0.2
19362026-04-10T02:47:08.975Z Checking dyn-clone v1.0.20
19372026-04-10T02:47:09.037Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19382026-04-10T02:47:09.075Z Checking const-oid v0.9.6
19392026-04-10T02:47:09.111Z Checking foldhash v0.2.0
19402026-04-10T02:47:09.114Z Checking getrandom v0.3.4
19412026-04-10T02:47:09.205Z Checking block-buffer v0.10.4
19422026-04-10T02:47:09.297Z Checking hashbrown v0.16.1
19432026-04-10T02:47:09.333Z Checking futures-sink v0.3.32
19442026-04-10T02:47:09.368Z Checking slab v0.4.12
19452026-04-10T02:47:09.371Z Checking futures-io v0.3.32
19462026-04-10T02:47:09.457Z Checking futures-channel v0.3.32
19472026-04-10T02:47:09.536Z Checking futures-task v0.3.32
19482026-04-10T02:47:09.569Z Checking rustix v1.1.3
19492026-04-10T02:47:09.620Z Checking idna_adapter v1.2.1
19502026-04-10T02:47:09.673Z Checking byteorder v1.5.0
19512026-04-10T02:47:09.708Z Checking futures-util v0.3.32
19522026-04-10T02:47:09.766Z Checking idna v1.1.0
19532026-04-10T02:47:09.803Z Checking digest v0.10.7
19542026-04-10T02:47:09.840Z Checking cpufeatures v0.2.17
19552026-04-10T02:47:09.902Z Checking indexmap v2.13.0
19562026-04-10T02:47:09.938Z Checking thiserror v1.0.69
19572026-04-10T02:47:10.026Z Checking fnv v1.0.7
19582026-04-10T02:47:10.062Z Checking url v2.5.8
19592026-04-10T02:47:10.065Z Checking regex-syntax v0.8.10
19602026-04-10T02:47:10.131Z Checking ppv-lite86 v0.2.21
19612026-04-10T02:47:10.166Z Checking http v1.4.0
19622026-04-10T02:47:10.419Z Checking tracing-core v0.1.36
19632026-04-10T02:47:10.460Z Checking base64 v0.22.1
19642026-04-10T02:47:10.505Z Checking ipnet v2.11.0
19652026-04-10T02:47:10.542Z Checking schemars v0.8.22
19662026-04-10T02:47:10.731Z Checking anstyle v1.0.13
19672026-04-10T02:47:10.770Z Checking tracing v0.1.44
19682026-04-10T02:47:10.776Z Checking untrusted v0.9.0
19692026-04-10T02:47:10.840Z Checking unicode-ident v1.0.24
19702026-04-10T02:47:10.941Z Checking utf8parse v0.2.2
19712026-04-10T02:47:10.944Z Checking ring v0.17.14
19722026-04-10T02:47:11.009Z Checking proc-macro2 v1.0.106
19732026-04-10T02:47:11.012Z Checking base64ct v1.8.3
19742026-04-10T02:47:11.075Z Checking anstyle-parse v0.2.7
19752026-04-10T02:47:11.207Z Checking block-padding v0.3.3
19762026-04-10T02:47:11.251Z Checking aho-corasick v1.1.4
19772026-04-10T02:47:11.298Z Checking is_terminal_polyfill v1.70.2
19782026-04-10T02:47:11.344Z Checking quote v1.0.44
19792026-04-10T02:47:11.379Z Checking anstyle-query v1.1.5
19802026-04-10T02:47:11.416Z Checking colorchoice v1.0.4
19812026-04-10T02:47:11.452Z Checking inout v0.1.4
19822026-04-10T02:47:11.499Z Checking rustls-pki-types v1.14.0
19832026-04-10T02:47:11.537Z Checking syn v2.0.117
19842026-04-10T02:47:11.573Z Checking anstream v0.6.21
19852026-04-10T02:47:11.620Z Checking crossbeam-utils v0.8.21
19862026-04-10T02:47:11.664Z Checking httparse v1.10.1
19872026-04-10T02:47:11.795Z Checking cipher v0.4.4
19882026-04-10T02:47:11.831Z Checking terminal_size v0.4.3
19892026-04-10T02:47:11.904Z Checking clap_lex v1.0.0
19902026-04-10T02:47:11.941Z Checking regex-automata v0.4.14
19912026-04-10T02:47:11.977Z Checking strsim v0.11.1
19922026-04-10T02:47:11.980Z Checking pem-rfc7468 v0.7.0
19932026-04-10T02:47:12.047Z Checking http-body v1.0.1
19942026-04-10T02:47:12.050Z Checking tokio-util v0.7.18
19952026-04-10T02:47:12.081Z Checking sha2 v0.10.9
19962026-04-10T02:47:12.149Z Checking atomic-waker v1.1.2
19972026-04-10T02:47:12.185Z Checking clap_builder v4.5.60
19982026-04-10T02:47:12.221Z Checking hmac v0.12.1
19992026-04-10T02:47:12.224Z Checking rand_core v0.9.5
20002026-04-10T02:47:12.291Z Checking try-lock v0.2.5
20012026-04-10T02:47:12.382Z Checking httpdate v1.0.3
20022026-04-10T02:47:12.419Z Checking want v0.3.1
20032026-04-10T02:47:12.420Z Checking flagset v0.4.7
20042026-04-10T02:47:12.487Z Checking ryu v1.0.23
20052026-04-10T02:47:12.551Z Checking tower-service v0.3.3
20062026-04-10T02:47:12.588Z Checking pin-utils v0.1.0
20072026-04-10T02:47:12.622Z Checking tower-layer v0.3.3
20082026-04-10T02:47:12.655Z Checking der v0.7.10
20092026-04-10T02:47:12.692Z Checking erased-serde v0.3.31
20102026-04-10T02:47:12.695Z Checking powerfmt v0.2.0
20112026-04-10T02:47:12.760Z Checking h2 v0.4.13
20122026-04-10T02:47:12.796Z Checking rand_chacha v0.9.0
20132026-04-10T02:47:12.901Z Checking deranged v0.5.8
20142026-04-10T02:47:13.021Z Checking spin v0.9.8
20152026-04-10T02:47:13.094Z Checking slog v2.8.2
20162026-04-10T02:47:13.233Z Checking socket2 v0.5.10
20172026-04-10T02:47:13.386Z Checking anyhow v1.0.102
20182026-04-10T02:47:13.425Z Checking mime v0.3.17
20192026-04-10T02:47:13.428Z Checking clap v4.5.60
20202026-04-10T02:47:13.499Z Checking time-core v0.1.8
20212026-04-10T02:47:13.536Z Checking num-conv v0.2.0
20222026-04-10T02:47:13.611Z Checking num_threads v0.1.7
20232026-04-10T02:47:13.658Z Checking rand v0.9.2
20242026-04-10T02:47:13.696Z Checking http-body-util v0.1.3
20252026-04-10T02:47:13.699Z Checking aws-lc-sys v0.37.1
20262026-04-10T02:47:13.762Z Checking fastrand v2.3.0
20272026-04-10T02:47:13.765Z Checking untrusted v0.7.1
20282026-04-10T02:47:13.830Z Checking spki v0.7.3
20292026-04-10T02:47:13.866Z Checking time v0.3.47
20302026-04-10T02:47:13.933Z Checking serde_urlencoded v0.7.1
20312026-04-10T02:47:13.970Z Checking pbkdf2 v0.12.2
20322026-04-10T02:47:13.973Z Checking aes v0.8.4
20332026-04-10T02:47:14.040Z Checking encoding_rs v0.8.35
20342026-04-10T02:47:14.112Z Checking openssl-probe v0.2.1
20352026-04-10T02:47:14.155Z Checking regex v1.12.3
20362026-04-10T02:47:14.193Z Checking cbc v0.1.2
20372026-04-10T02:47:14.228Z Checking aws-lc-rs v1.16.0
20382026-04-10T02:47:14.263Z Checking salsa20 v0.10.2
20392026-04-10T02:47:14.347Z Checking rand_chacha v0.3.1
20402026-04-10T02:47:14.408Z Checking hex v0.4.3
20412026-04-10T02:47:14.444Z Checking pretty-hex v0.4.1
20422026-04-10T02:47:14.463Z Checking scrypt v0.11.0
20432026-04-10T02:47:14.583Z Checking rand v0.8.5
20442026-04-10T02:47:14.657Z Checking tempfile v3.25.0
20452026-04-10T02:47:14.660Z Checking ipnetwork v0.21.1
20462026-04-10T02:47:14.731Z Checking plain v0.2.3
20472026-04-10T02:47:14.866Z Checking pkcs5 v0.7.1
20482026-04-10T02:47:14.903Z Checking camino v1.2.2
20492026-04-10T02:47:14.939Z Checking ucd-trie v0.1.7
20502026-04-10T02:47:14.985Z Checking rustls-native-certs v0.8.3
20512026-04-10T02:47:15.040Z Checking sync_wrapper v1.0.2
20522026-04-10T02:47:15.078Z Checking rustls-webpki v0.103.9
20532026-04-10T02:47:15.114Z Checking pest v2.8.6
20542026-04-10T02:47:15.151Z Checking webpki-roots v1.0.6
20552026-04-10T02:47:15.154Z Checking pkcs8 v0.10.2
20562026-04-10T02:47:15.154Z Checking iri-string v0.7.10
20572026-04-10T02:47:15.255Z Checking simd-adler32 v0.3.8
20582026-04-10T02:47:15.258Z Checking tower v0.5.3
20592026-04-10T02:47:15.325Z Checking openapiv3 v2.2.0
20602026-04-10T02:47:15.392Z Checking adler2 v2.0.1
20612026-04-10T02:47:15.430Z Checking hyper v1.8.1
20622026-04-10T02:47:15.466Z Checking either v1.15.0
20632026-04-10T02:47:15.533Z Checking miniz_oxide v0.8.9
20642026-04-10T02:47:15.536Z Checking rustls v0.23.37
20652026-04-10T02:47:15.682Z Checking winnow v0.7.14
20662026-04-10T02:47:15.720Z Checking static_assertions v1.1.0
20672026-04-10T02:47:15.818Z Checking oxnet v0.1.4
20682026-04-10T02:47:15.920Z Checking lazy_static v1.5.0
20692026-04-10T02:47:16.041Z Checking signature v2.2.0
20702026-04-10T02:47:16.092Z Checking hubpack v0.1.2
20712026-04-10T02:47:16.193Z Checking strum v0.26.3
20722026-04-10T02:47:16.231Z Checking crc32fast v1.5.0
20732026-04-10T02:47:16.266Z Checking tower-http v0.6.8
20742026-04-10T02:47:16.301Z Checking sha1 v0.10.6
20752026-04-10T02:47:16.336Z Checking foreign-types-shared v0.1.1
20762026-04-10T02:47:16.372Z Checking hyper-util v0.1.20
20772026-04-10T02:47:16.409Z Checking tinyvec_macros v0.1.1
20782026-04-10T02:47:16.449Z Checking foreign-types v0.3.2
20792026-04-10T02:47:16.489Z Checking serde_spanned v0.6.9
20802026-04-10T02:47:16.526Z Checking tinyvec v1.10.0
20812026-04-10T02:47:16.562Z Checking toml_datetime v0.6.11
20822026-04-10T02:47:16.566Z Checking num-integer v0.1.46
20832026-04-10T02:47:16.630Z Checking openssl-sys v0.9.111
20842026-04-10T02:47:16.667Z Checking data-encoding v2.10.0
20852026-04-10T02:47:16.773Z Checking scroll v0.13.0
20862026-04-10T02:47:16.840Z Checking bit-vec v0.8.0
20872026-04-10T02:47:16.876Z Checking zlib-rs v0.6.2
20882026-04-10T02:47:16.915Z Checking base16ct v0.2.0
20892026-04-10T02:47:16.965Z Checking ff v0.13.1
20902026-04-10T02:47:17.033Z Checking goblin v0.10.5
20912026-04-10T02:47:17.069Z Checking bit-set v0.8.0
20922026-04-10T02:47:17.072Z Checking sec1 v0.7.3
20932026-04-10T02:47:17.139Z Checking wait-timeout v0.2.1
20942026-04-10T02:47:17.142Z Checking openssl v0.10.75
20952026-04-10T02:47:17.242Z Checking memmap2 v0.9.10
20962026-04-10T02:47:17.290Z Checking group v0.13.0
20972026-04-10T02:47:17.336Z Checking num-iter v0.1.45
20982026-04-10T02:47:17.431Z Checking dtrace-parser v0.3.0
20992026-04-10T02:47:17.468Z Checking bstr v1.12.1
21002026-04-10T02:47:17.504Z Checking hkdf v0.12.4
21012026-04-10T02:47:17.625Z Checking crossbeam-epoch v0.9.18
21022026-04-10T02:47:17.667Z Checking ahash v0.8.12
21032026-04-10T02:47:17.704Z Checking crypto-bigint v0.5.5
21042026-04-10T02:47:17.777Z Checking flate2 v1.1.9
21052026-04-10T02:47:17.874Z Checking thread-id v5.1.0
21062026-04-10T02:47:17.911Z Checking psl-types v2.0.11
21072026-04-10T02:47:17.914Z Checking quick-error v1.2.3
21082026-04-10T02:47:17.983Z Checking tokio-rustls v0.26.4
21092026-04-10T02:47:17.986Z Checking cookie v0.18.1
21102026-04-10T02:47:18.056Z Checking publicsuffix v2.3.0
21112026-04-10T02:47:18.093Z Checking rusty-fork v0.3.1
21122026-04-10T02:47:18.096Z Checking rand_xorshift v0.4.0
21132026-04-10T02:47:18.235Z Checking scroll v0.12.0
21142026-04-10T02:47:18.273Z Checking unarray v0.1.4
21152026-04-10T02:47:18.275Z Checking hyper-rustls v0.27.7
21162026-04-10T02:47:18.276Z Checking cookie_store v0.22.1
21172026-04-10T02:47:18.376Z Checking rustls-platform-verifier v0.6.2
21182026-04-10T02:47:18.411Z Checking proptest v1.10.0
21192026-04-10T02:47:18.486Z Checking goblin v0.8.2
21202026-04-10T02:47:18.541Z Checking num-bigint-dig v0.8.6
21212026-04-10T02:47:18.577Z Checking pkcs1 v0.7.5
21222026-04-10T02:47:18.612Z Checking elliptic-curve v0.13.8
21232026-04-10T02:47:18.660Z Checking x509-cert v0.2.5
21242026-04-10T02:47:18.811Z Checking zerocopy v0.7.35
21252026-04-10T02:47:18.944Z Checking unicode-segmentation v1.12.0
21262026-04-10T02:47:19.120Z Checking native-tls v0.2.18
21272026-04-10T02:47:19.279Z Checking reqwest v0.13.2
21282026-04-10T02:47:19.314Z Checking dtrace-parser v0.2.0
21292026-04-10T02:47:19.318Z Checking dof v0.4.0
21302026-04-10T02:47:19.385Z Checking tokio-native-tls v0.3.1
21312026-04-10T02:47:19.388Z Checking rsa v0.9.10
21322026-04-10T02:47:19.388Z Checking rfc6979 v0.4.0
21332026-04-10T02:47:19.565Z Checking thread-id v4.2.2
21342026-04-10T02:47:19.602Z Checking toml_write v0.1.2
21352026-04-10T02:47:19.605Z Checking hyper-tls v0.6.0
21362026-04-10T02:47:19.674Z Checking ecdsa v0.16.9
21372026-04-10T02:47:19.797Z Checking toml_edit v0.22.27
21382026-04-10T02:47:19.837Z Checking reqwest v0.12.28
21392026-04-10T02:47:19.938Z Checking toml_parser v1.0.9+spec-1.1.0
21402026-04-10T02:47:20.004Z Checking usdt-impl v0.6.0
21412026-04-10T02:47:20.041Z Checking curve25519-dalek v4.1.3
21422026-04-10T02:47:20.133Z Checking memoffset v0.9.1
21432026-04-10T02:47:20.186Z Checking newtype-uuid v1.3.2
21442026-04-10T02:47:20.258Z Checking rustix v0.38.44
21452026-04-10T02:47:20.303Z Checking env_filter v1.0.0
21462026-04-10T02:47:20.340Z Checking usdt v0.6.0
21472026-04-10T02:47:20.377Z Checking dof v0.3.0
21482026-04-10T02:47:20.420Z Checking keccak v0.1.6
21492026-04-10T02:47:20.477Z Checking env_logger v0.11.9
21502026-04-10T02:47:20.535Z Checking daft v0.1.5
21512026-04-10T02:47:20.616Z Checking sha3 v0.10.8
21522026-04-10T02:47:20.695Z Checking usdt-impl v0.5.0
21532026-04-10T02:47:20.699Z Checking ed25519 v2.2.3
21542026-04-10T02:47:20.768Z Checking itertools v0.13.0
21552026-04-10T02:47:20.804Z Checking serde_with v3.17.0
21562026-04-10T02:47:20.847Z Checking bitflags v1.3.2
21572026-04-10T02:47:20.850Z Checking siphasher v1.0.2
21582026-04-10T02:47:20.925Z Checking unicode-normalization v0.1.25
21592026-04-10T02:47:20.962Z Checking signal-hook v0.3.18
21602026-04-10T02:47:20.966Z Checking ed25519-dalek v2.2.0
21612026-04-10T02:47:21.032Z Checking managed v0.8.0
21622026-04-10T02:47:21.069Z Checking winnow v0.5.40
21632026-04-10T02:47:21.105Z Checking nix v0.31.1
21642026-04-10T02:47:21.178Z Checking bzip2-sys v0.1.13+1.0.8
21652026-04-10T02:47:21.246Z Checking object v0.37.3
21662026-04-10T02:47:21.249Z Checking foldhash v0.1.5
21672026-04-10T02:47:21.316Z Checking bzip2 v0.4.4
21682026-04-10T02:47:21.351Z Checking signal-hook-mio v0.2.5
21692026-04-10T02:47:21.439Z Checking hashbrown v0.15.5
21702026-04-10T02:47:21.481Z Checking ref-cast v1.0.25
21712026-04-10T02:47:21.516Z Checking zstd-sys v2.0.16+zstd.1.5.7
21722026-04-10T02:47:21.607Z Checking toml_datetime v0.7.5+spec-1.1.0
21732026-04-10T02:47:21.655Z Checking zstd-safe v7.2.4
21742026-04-10T02:47:21.801Z Checking zip v0.6.6
21752026-04-10T02:47:21.838Z Checking libbz2-rs-sys v0.2.2
21762026-04-10T02:47:21.875Z Checking bumpalo v3.20.2
21772026-04-10T02:47:21.923Z Checking zstd v0.13.3
21782026-04-10T02:47:22.105Z Checking zopfli v0.8.3
21792026-04-10T02:47:22.143Z Checking crossterm v0.28.1
21802026-04-10T02:47:22.146Z Checking similar v2.7.0
21812026-04-10T02:47:22.213Z Checking tokio-stream v0.1.18
21822026-04-10T02:47:22.217Z Checking fs-err v3.3.0
21832026-04-10T02:47:22.284Z Checking bzip2 v0.6.1
21842026-04-10T02:47:22.287Z Checking toml_edit v0.19.15
21852026-04-10T02:47:22.450Z Checking hash32 v0.2.1
21862026-04-10T02:47:22.487Z Checking serde-big-array v0.5.1
21872026-04-10T02:47:22.568Z Checking predicates-core v1.0.10
21882026-04-10T02:47:22.605Z Checking unicode-bidi v0.3.18
21892026-04-10T02:47:22.641Z Checking jiff v0.2.21
21902026-04-10T02:47:22.644Z Checking unicode-properties v0.1.4
21912026-04-10T02:47:22.709Z Checking heapless v0.7.17
21922026-04-10T02:47:22.745Z Checking hickory-proto v0.25.2
21932026-04-10T02:47:22.860Z Checking md-5 v0.10.6
21942026-04-10T02:47:22.895Z Checking float-cmp v0.10.0
21952026-04-10T02:47:22.929Z Checking stringprep v0.1.5
21962026-04-10T02:47:23.024Z Checking difflib v0.4.0
21972026-04-10T02:47:23.061Z Checking rustc-hash v2.1.1
21982026-04-10T02:47:23.107Z Checking normalize-line-endings v0.3.0
21992026-04-10T02:47:23.143Z Checking fallible-iterator v0.2.0
22002026-04-10T02:47:23.201Z Checking iddqd v0.3.17
22012026-04-10T02:47:23.238Z Checking smoltcp v0.9.1
22022026-04-10T02:47:23.241Z Checking predicates v3.1.4
22032026-04-10T02:47:23.349Z Checking toml v0.7.8
22042026-04-10T02:47:23.442Z Checking postgres-protocol v0.6.10
22052026-04-10T02:47:23.548Z Checking phf_shared v0.13.1
22062026-04-10T02:47:23.594Z Checking phf_shared v0.11.3
22072026-04-10T02:47:23.693Z Checking buf-list v1.1.2
22082026-04-10T02:47:23.769Z Checking strum v0.27.2
22092026-04-10T02:47:23.772Z Checking lalrpop-util v0.19.12
22102026-04-10T02:47:23.772Z Checking fixedbitset v0.4.2
22112026-04-10T02:47:23.874Z Checking new_debug_unreachable v1.0.6
22122026-04-10T02:47:23.910Z Checking precomputed-hash v0.1.1
22132026-04-10T02:47:23.946Z Checking fixedbitset v0.5.7
22142026-04-10T02:47:23.981Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22152026-04-10T02:47:24.018Z Checking petgraph v0.6.5
22162026-04-10T02:47:24.021Z Checking string_cache v0.8.9
22172026-04-10T02:47:24.021Z Checking phf v0.13.1
22182026-04-10T02:47:24.118Z Checking postgres-types v0.2.12
22192026-04-10T02:47:24.166Z Checking petgraph v0.8.3
22202026-04-10T02:47:24.228Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22212026-04-10T02:47:24.277Z Checking whoami v2.1.0
22222026-04-10T02:47:24.457Z Checking peg-runtime v0.8.5
22232026-04-10T02:47:24.501Z Checking tokio-postgres v0.7.16
22242026-04-10T02:47:24.629Z Checking futures-executor v0.3.32
22252026-04-10T02:47:24.674Z Checking is-terminal v0.4.17
22262026-04-10T02:47:24.808Z Checking crossbeam-channel v0.5.15
22272026-04-10T02:47:24.848Z Checking futures v0.3.32
22282026-04-10T02:47:24.884Z Checking zip v4.6.1
22292026-04-10T02:47:24.955Z Compiling structmeta-derive v0.3.0
22302026-04-10T02:47:25.168Z Checking thread_local v1.1.9
22312026-04-10T02:47:25.309Z Checking take_mut v0.2.2
22322026-04-10T02:47:25.369Z Checking term v1.2.1
22332026-04-10T02:47:25.448Z Checking slog-async v2.8.0
22342026-04-10T02:47:25.490Z Compiling newtype-uuid-macros v0.1.0
22352026-04-10T02:47:25.558Z Compiling rustls v0.22.4
22362026-04-10T02:47:25.622Z Checking slog-term v2.9.2
22372026-04-10T02:47:25.658Z Compiling multer v3.1.0
22382026-04-10T02:47:25.763Z Checking regress v0.10.5
22392026-04-10T02:47:25.832Z Compiling async-stream-impl v0.3.6
22402026-04-10T02:47:25.869Z Compiling dropshot v0.16.7
22412026-04-10T02:47:25.935Z Compiling dropshot_endpoint v0.16.7
22422026-04-10T02:47:25.981Z Checking match_cfg v0.1.0
22432026-04-10T02:47:26.051Z Compiling structmeta v0.3.0
22442026-04-10T02:47:26.089Z Checking hostname v0.3.1
22452026-04-10T02:47:26.203Z Checking slog-json v2.6.1
22462026-04-10T02:47:26.239Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22472026-04-10T02:47:26.308Z Checking debug-ignore v1.0.5
22482026-04-10T02:47:26.339Z Compiling derive-ex v0.1.8
22492026-04-10T02:47:26.382Z Checking slog-bunyan v2.5.0
22502026-04-10T02:47:26.422Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22512026-04-10T02:47:26.455Z Checking serde_spanned v1.0.4
22522026-04-10T02:47:26.458Z Checking toml_writer v1.0.6+spec-1.1.0
22532026-04-10T02:47:26.529Z Checking progenitor-client v0.13.0
22542026-04-10T02:47:26.617Z Checking rustls-webpki v0.102.8
22552026-04-10T02:47:26.655Z Checking serde_path_to_error v0.1.20
22562026-04-10T02:47:26.695Z Checking async-stream v0.3.6
22572026-04-10T02:47:26.831Z Checking waitgroup v0.1.2
22582026-04-10T02:47:26.867Z Checking rustls-pemfile v2.2.0
22592026-04-10T02:47:26.950Z Checking hostname v0.4.2
22602026-04-10T02:47:26.988Z Checking toml v0.9.12+spec-1.1.0
22612026-04-10T02:47:27.061Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-04-10T02:47:27.064Z Compiling parse-display-derive v0.10.0
22632026-04-10T02:47:27.128Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22642026-04-10T02:47:27.199Z Checking itertools v0.14.0
22652026-04-10T02:47:27.236Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22662026-04-10T02:47:27.296Z Checking macaddr v1.0.1
22672026-04-10T02:47:27.503Z Checking instant v0.1.13
22682026-04-10T02:47:27.589Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22692026-04-10T02:47:27.627Z Checking progenitor-client v0.10.0
22702026-04-10T02:47:27.670Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117)
22712026-04-10T02:47:27.709Z Checking backoff v0.4.0
22722026-04-10T02:47:27.846Z Checking backon v1.6.0
22732026-04-10T02:47:27.918Z Checking unicode-width v0.2.0
22742026-04-10T02:47:28.040Z Checking progenitor-extras v0.1.1
22752026-04-10T02:47:28.077Z Compiling test-strategy v0.4.5
22762026-04-10T02:47:28.169Z Checking heck v0.5.0
22772026-04-10T02:47:28.206Z Compiling convert_case v0.4.0
22782026-04-10T02:47:28.250Z Checking half v2.7.1
22792026-04-10T02:47:28.292Z Checking ciborium-io v0.2.2
22802026-04-10T02:47:28.328Z Checking secrecy v0.10.3
22812026-04-10T02:47:28.413Z Checking indent_write v2.2.0
22822026-04-10T02:47:28.472Z Checking universal-hash v0.5.1
22832026-04-10T02:47:28.475Z Checking tokio-rustls v0.25.0
22842026-04-10T02:47:28.543Z Checking ciborium-ll v0.2.2
22852026-04-10T02:47:28.577Z Compiling unsafe-libyaml v0.2.11
22862026-04-10T02:47:28.612Z Compiling derive_more v0.99.20
22872026-04-10T02:47:28.646Z Checking opaque-debug v0.3.1
22882026-04-10T02:47:28.768Z Checking camino-tempfile v1.4.1
22892026-04-10T02:47:28.772Z Checking ciborium v0.2.2
22902026-04-10T02:47:28.836Z Checking parse-display v0.10.0
22912026-04-10T02:47:28.990Z Compiling crucible-workspace-hack v0.1.0
22922026-04-10T02:47:29.027Z Checking aead v0.5.2
22932026-04-10T02:47:29.197Z Compiling serde_yaml v0.9.34+deprecated
22942026-04-10T02:47:29.266Z Checking poly1305 v0.8.0
22952026-04-10T02:47:29.346Z Checking chacha20 v0.9.1
22962026-04-10T02:47:29.409Z Compiling typify-impl v0.6.1
22972026-04-10T02:47:29.588Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22982026-04-10T02:47:29.591Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22992026-04-10T02:47:29.936Z Compiling thiserror-impl-no-std v2.0.2
23002026-04-10T02:47:30.038Z Checking swrite v0.1.0
23012026-04-10T02:47:30.168Z Checking password-hash v0.5.0
23022026-04-10T02:47:30.465Z Checking blake2 v0.10.6
23032026-04-10T02:47:30.705Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23042026-04-10T02:47:30.750Z Checking argon2 v0.5.3
23052026-04-10T02:47:30.789Z Checking chacha20poly1305 v0.10.1
23062026-04-10T02:47:30.792Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23072026-04-10T02:47:30.952Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23082026-04-10T02:47:31.107Z Checking byte-wrapper v0.1.0
23092026-04-10T02:47:31.144Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23102026-04-10T02:47:31.181Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23112026-04-10T02:47:31.251Z Checking thiserror-no-std v2.0.2
23122026-04-10T02:47:31.289Z Checking crossbeam-deque v0.8.6
23132026-04-10T02:47:31.358Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23142026-04-10T02:47:31.393Z Checking vsss-rs v3.3.4
23152026-04-10T02:47:31.429Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23162026-04-10T02:47:31.432Z Compiling rayon-core v1.13.0
23172026-04-10T02:47:31.530Z Checking toml v0.8.23
23182026-04-10T02:47:31.880Z Compiling proc-macro-error v1.0.4
23192026-04-10T02:47:32.067Z Checking rayon v1.11.0
23202026-04-10T02:47:32.105Z Compiling toml_edit v0.23.10+spec-1.0.0
23212026-04-10T02:47:32.213Z Checking glob v0.3.3
23222026-04-10T02:47:32.423Z Checking unicode-width v0.1.14
23232026-04-10T02:47:32.521Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23242026-04-10T02:47:32.557Z Checking tabwriter v1.4.1
23252026-04-10T02:47:32.702Z Compiling proc-macro-crate v3.4.0
23262026-04-10T02:47:32.738Z Compiling heapless v0.8.0
23272026-04-10T02:47:32.890Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23282026-04-10T02:47:33.022Z Compiling ingot-macros v0.1.1
23292026-04-10T02:47:33.179Z Checking hash32 v0.3.1
23302026-04-10T02:47:33.254Z Compiling smoltcp v0.11.0
23312026-04-10T02:47:33.290Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-04-10T02:47:33.563Z Checking cobs v0.3.0
23332026-04-10T02:47:33.607Z Compiling usdt-macro v0.5.0
23342026-04-10T02:47:33.682Z Compiling usdt-attr-macro v0.5.0
23352026-04-10T02:47:33.728Z Checking memmap v0.7.0
23362026-04-10T02:47:33.766Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23372026-04-10T02:47:33.769Z Checking colored v3.1.1
23382026-04-10T02:47:34.014Z Compiling typify-macro v0.6.1
23392026-04-10T02:47:34.047Z Checking postcard v1.1.3
23402026-04-10T02:47:34.081Z Compiling num_enum_derive v0.7.5
23412026-04-10T02:47:34.361Z Compiling proc-macro-crate v1.3.1
23422026-04-10T02:47:34.399Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23432026-04-10T02:47:34.475Z Checking usdt v0.5.0
23442026-04-10T02:47:34.636Z Checking sigpipe v0.1.3
23452026-04-10T02:47:34.675Z Compiling foreign-types-macros v0.2.3
23462026-04-10T02:47:34.756Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23472026-04-10T02:47:34.804Z Checking cpufeatures v0.3.0
23482026-04-10T02:47:34.910Z Checking foreign-types-shared v0.3.1
23492026-04-10T02:47:35.034Z Checking chacha20 v0.10.0
23502026-04-10T02:47:35.070Z Compiling num_enum_derive v0.5.11
23512026-04-10T02:47:35.140Z Checking num_enum v0.7.5
23522026-04-10T02:47:35.317Z Checking foreign-types v0.5.0
23532026-04-10T02:47:35.321Z Checking cstr-argument v0.1.2
23542026-04-10T02:47:35.385Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-04-10T02:47:35.420Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23562026-04-10T02:47:35.454Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23572026-04-10T02:47:35.502Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23582026-04-10T02:47:35.707Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23592026-04-10T02:47:35.750Z Compiling typify v0.6.1
23602026-04-10T02:47:35.822Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23612026-04-10T02:47:35.857Z Checking ingot-types v0.1.2
23622026-04-10T02:47:35.860Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23632026-04-10T02:47:35.923Z Compiling progenitor-impl v0.13.0
23642026-04-10T02:47:35.926Z Checking rand v0.10.0
23652026-04-10T02:47:35.926Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23662026-04-10T02:47:36.058Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23672026-04-10T02:47:36.157Z Checking num_enum v0.5.11
23682026-04-10T02:47:36.195Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23692026-04-10T02:47:36.232Z Compiling zone_cfg_derive v0.3.1
23702026-04-10T02:47:36.268Z Checking ingot v0.1.1
23712026-04-10T02:47:36.304Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23722026-04-10T02:47:36.507Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23732026-04-10T02:47:36.577Z Checking itertools v0.12.1
23742026-04-10T02:47:36.705Z Compiling num-derive v0.4.2
23752026-04-10T02:47:36.897Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23762026-04-10T02:47:36.934Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23772026-04-10T02:47:37.195Z Checking smf v0.2.3
23782026-04-10T02:47:37.329Z Checking whoami v1.6.1
23792026-04-10T02:47:37.370Z Checking tokio-dtrace v0.1.1
23802026-04-10T02:47:37.455Z Compiling derive-where v1.6.0
23812026-04-10T02:47:37.531Z Checking console v0.15.11
23822026-04-10T02:47:37.584Z Checking oxide-tokio-rt v0.1.3
23832026-04-10T02:47:37.621Z Checking zone v0.3.1
23842026-04-10T02:47:37.652Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23852026-04-10T02:47:37.779Z Checking atomicwrites v0.4.4
23862026-04-10T02:47:37.829Z Checking newline-converter v0.3.0
23872026-04-10T02:47:37.898Z Checking bytecount v0.6.9
23882026-04-10T02:47:37.936Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23892026-04-10T02:47:37.936Z Compiling owo-colors v4.3.0
23902026-04-10T02:47:38.004Z Compiling cancel-safe-futures v0.1.5
23912026-04-10T02:47:38.007Z Checking expectorate v1.2.0
23922026-04-10T02:47:38.072Z Checking libsw-core v0.3.2
23932026-04-10T02:47:38.195Z Compiling prettyplease v0.2.37
23942026-04-10T02:47:38.271Z Checking libsw v3.5.0
23952026-04-10T02:47:38.461Z Checking same-file v1.0.6
23962026-04-10T02:47:38.505Z Checking linear-map v1.2.0
23972026-04-10T02:47:38.560Z Compiling progenitor-macro v0.13.0
23982026-04-10T02:47:38.605Z Checking walkdir v2.5.0
23992026-04-10T02:47:38.608Z Checking num-rational v0.4.2
24002026-04-10T02:47:38.699Z Checking num-complex v0.4.6
24012026-04-10T02:47:38.773Z Checking float-ord v0.3.2
24022026-04-10T02:47:38.809Z Checking gethostname v0.5.0
24032026-04-10T02:47:38.907Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24042026-04-10T02:47:38.943Z Compiling async-recursion v1.1.1
24052026-04-10T02:47:38.946Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24062026-04-10T02:47:39.010Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24072026-04-10T02:47:39.051Z Checking num v0.4.3
24082026-04-10T02:47:39.087Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24092026-04-10T02:47:39.666Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24102026-04-10T02:47:40.051Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24112026-04-10T02:47:40.722Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24122026-04-10T02:47:42.368Z Checking smawk v0.3.2
24132026-04-10T02:47:42.447Z Checking unicode-linebreak v0.1.5
24142026-04-10T02:47:42.533Z Checking resolv-conf v0.7.6
24152026-04-10T02:47:42.696Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24162026-04-10T02:47:42.746Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24172026-04-10T02:47:42.921Z Checking globset v0.4.18
24182026-04-10T02:47:43.203Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24192026-04-10T02:47:43.240Z Compiling convert_case v0.10.0
24202026-04-10T02:47:43.458Z Checking progenitor v0.13.0
24212026-04-10T02:47:43.576Z Compiling slog-dtrace v0.3.0
24222026-04-10T02:47:43.628Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24232026-04-10T02:47:43.664Z Compiling derive_more-impl v2.1.1
24242026-04-10T02:47:44.050Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24252026-04-10T02:47:44.088Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24262026-04-10T02:47:44.305Z Compiling pin-project-internal v1.1.11
24272026-04-10T02:47:44.685Z Checking derive_more v2.1.1
24282026-04-10T02:47:44.722Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24292026-04-10T02:47:44.825Z Checking crossterm v0.29.0
24302026-04-10T02:47:44.919Z Checking pem v3.0.6
24312026-04-10T02:47:44.969Z Checking fd-lock v4.0.4
24322026-04-10T02:47:45.112Z Checking vte v0.14.1
24332026-04-10T02:47:45.148Z Checking display-error-chain v0.2.2
24342026-04-10T02:47:45.326Z Checking strip-ansi-escapes v0.2.1
24352026-04-10T02:47:45.361Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24362026-04-10T02:47:45.465Z Compiling snafu-derive v0.8.9
24372026-04-10T02:47:45.468Z Checking termtree v0.5.1
24382026-04-10T02:47:45.536Z Checking pin-project v1.1.11
24392026-04-10T02:47:45.539Z Checking linked-hash-map v0.5.6
24402026-04-10T02:47:45.667Z Checking nu-ansi-term v0.50.3
24412026-04-10T02:47:45.670Z Checking textwrap v0.16.2
24422026-04-10T02:47:45.770Z Checking lru-cache v0.1.2
24432026-04-10T02:47:45.912Z Checking reedline v0.40.0
24442026-04-10T02:47:45.948Z Checking olpc-cjson v0.1.4
24452026-04-10T02:47:45.951Z Checking hickory-proto v0.24.4
24462026-04-10T02:47:46.123Z Checking serde_plain v1.0.2
24472026-04-10T02:47:46.126Z Compiling minimal-lexical v0.2.1
24482026-04-10T02:47:46.199Z Checking typed-path v0.9.3
24492026-04-10T02:47:46.302Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24502026-04-10T02:47:46.445Z Compiling nom v7.1.3
24512026-04-10T02:47:46.875Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24522026-04-10T02:47:46.991Z Compiling ar_archive_writer v0.5.1
24532026-04-10T02:47:47.045Z Checking humantime v2.3.0
24542026-04-10T02:47:47.082Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24552026-04-10T02:47:47.259Z Checking csv-core v0.1.13
24562026-04-10T02:47:47.412Z Checking snafu v0.8.9
24572026-04-10T02:47:47.471Z Checking csv v1.4.0
24582026-04-10T02:47:47.507Z Compiling stacker v0.1.23
24592026-04-10T02:47:47.560Z Checking highway v1.3.0
24602026-04-10T02:47:47.687Z Checking tough v0.20.0
24612026-04-10T02:47:47.776Z Checking hickory-resolver v0.24.4
24622026-04-10T02:47:47.813Z Compiling cfg_aliases v0.1.1
24632026-04-10T02:47:47.816Z Checking papergrid v0.11.0
24642026-04-10T02:47:47.914Z Compiling psm v0.1.30
24652026-04-10T02:47:47.917Z Compiling nix v0.28.0
24662026-04-10T02:47:47.917Z Compiling tabled_derive v0.7.0
24672026-04-10T02:47:48.015Z Checking nibble_vec v0.1.0
24682026-04-10T02:47:48.171Z Checking endian-type v0.1.2
24692026-04-10T02:47:48.330Z Checking home v0.5.12
24702026-04-10T02:47:48.410Z Checking radix_trie v0.2.1
24712026-04-10T02:47:48.481Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24722026-04-10T02:47:48.515Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24732026-04-10T02:47:48.552Z Checking qorb v0.4.1
24742026-04-10T02:47:48.647Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24752026-04-10T02:47:48.869Z Checking phf_shared v0.12.1
24762026-04-10T02:47:48.924Z Checking tabled v0.15.0
24772026-04-10T02:47:48.980Z Compiling recursive-proc-macro-impl v0.1.1
24782026-04-10T02:47:49.037Z Compiling chrono-tz v0.10.4
24792026-04-10T02:47:49.167Z Compiling semver v0.1.20
24802026-04-10T02:47:49.295Z Checking phf v0.12.1
24812026-04-10T02:47:49.384Z Compiling rustc_version v0.1.7
24822026-04-10T02:47:49.421Z Checking recursive v0.1.1
24832026-04-10T02:47:49.502Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24842026-04-10T02:47:49.544Z Compiling const_format_proc_macros v0.2.34
24852026-04-10T02:47:49.641Z Compiling peg-macros v0.8.5
24862026-04-10T02:47:49.678Z Checking winnow v0.6.26
24872026-04-10T02:47:49.743Z Compiling sqlparser_derive v0.5.0
24882026-04-10T02:47:50.072Z Checking unicode_categories v0.1.1
24892026-04-10T02:47:50.417Z Checking const_format v0.2.35
24902026-04-10T02:47:50.459Z Checking rustyline v14.0.0
24912026-04-10T02:47:50.581Z Checking sqlparser v0.61.0
24922026-04-10T02:47:50.753Z Compiling newtype_derive v0.1.6
24932026-04-10T02:47:50.894Z Checking sqlformat v0.3.5
24942026-04-10T02:47:51.035Z Checking peg v0.8.5
24952026-04-10T02:47:51.141Z Checking bcs v0.1.6
24962026-04-10T02:47:51.357Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24972026-04-10T02:47:51.390Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24982026-04-10T02:47:51.425Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bb47507694adb24f45a408dcb93a4a28ec05c2df#bb475076)
24992026-04-10T02:47:51.571Z Checking steno v0.4.1
25002026-04-10T02:47:51.707Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bb47507694adb24f45a408dcb93a4a28ec05c2df#bb475076)
25012026-04-10T02:47:51.772Z Checking filetime v0.2.27
25022026-04-10T02:47:51.938Z Checking xattr v1.6.1
25032026-04-10T02:47:52.101Z Checking tar v0.4.45
25042026-04-10T02:47:52.289Z Checking subprocess v0.2.15
25052026-04-10T02:47:52.506Z Checking base64 v0.21.7
25062026-04-10T02:47:52.596Z Checking headers-core v0.3.0
25072026-04-10T02:47:52.632Z Checking yasna v0.5.2
25082026-04-10T02:47:52.736Z Checking headers v0.4.1
25092026-04-10T02:47:52.778Z Checking dropshot-api-manager-types v0.6.0
25102026-04-10T02:47:52.978Z Checking tagptr v0.2.0
25112026-04-10T02:47:53.049Z Checking rcgen v0.12.1
25122026-04-10T02:47:53.152Z Checking moka v0.12.13
25132026-04-10T02:47:53.219Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25142026-04-10T02:47:53.385Z Checking utf-8 v0.7.6
25152026-04-10T02:47:53.423Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25162026-04-10T02:47:53.426Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25172026-04-10T02:47:53.551Z Compiling libefi-sys v0.1.0
25182026-04-10T02:47:53.599Z Compiling radium v0.7.0
25192026-04-10T02:47:53.804Z Checking hickory-resolver v0.25.2
25202026-04-10T02:47:53.848Z Compiling bitfield-struct v0.6.2
25212026-04-10T02:47:53.952Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25222026-04-10T02:47:53.988Z Compiling maybe-uninit v2.0.0
25232026-04-10T02:47:54.021Z Checking tap v1.0.1
25242026-04-10T02:47:54.157Z Checking wyz v0.5.1
25252026-04-10T02:47:54.503Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25262026-04-10T02:47:54.537Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25272026-04-10T02:47:54.571Z Compiling zerocopy-derive v0.6.6
25282026-04-10T02:47:54.605Z Checking funty v2.0.0
25292026-04-10T02:47:54.770Z Checking crc-catalog v2.4.0
25302026-04-10T02:47:54.907Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25312026-04-10T02:47:54.950Z Compiling packed_struct v0.10.1
25322026-04-10T02:47:55.019Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25332026-04-10T02:47:55.057Z Checking bitvec v1.0.1
25342026-04-10T02:47:55.297Z Checking crc v3.4.0
25352026-04-10T02:47:55.302Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25362026-04-10T02:47:55.399Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25372026-04-10T02:47:55.456Z Checking zerocopy v0.6.6
25382026-04-10T02:47:55.497Z Checking tungstenite v0.21.0
25392026-04-10T02:47:55.524Z Compiling packed_struct_codegen v0.10.1
25402026-04-10T02:47:55.527Z Compiling bitfield-macros v0.19.4
25412026-04-10T02:47:55.778Z Compiling indexmap v1.9.3
25422026-04-10T02:47:55.940Z Checking nodrop v0.1.14
25432026-04-10T02:47:56.059Z Checking tokio-tungstenite v0.21.0
25442026-04-10T02:47:56.093Z Checking array-init v0.0.4
25452026-04-10T02:47:56.306Z Checking bitfield v0.19.4
25462026-04-10T02:47:56.370Z Checking smallvec v0.6.14
25472026-04-10T02:47:56.409Z Checking hashbrown v0.12.3
25482026-04-10T02:47:56.444Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25492026-04-10T02:47:56.594Z Checking serde-hex v0.1.0
25502026-04-10T02:47:56.602Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25512026-04-10T02:47:56.664Z Checking ron v0.8.1
25522026-04-10T02:47:57.028Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25532026-04-10T02:47:57.190Z Checking hashbrown v0.13.2
25542026-04-10T02:47:57.225Z Checking crc-any v2.5.0
25552026-04-10T02:47:57.303Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25562026-04-10T02:47:57.431Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
25572026-04-10T02:47:57.497Z Checking path-slash v0.1.5
25582026-04-10T02:47:57.586Z Compiling xshell-macros v0.2.7
25592026-04-10T02:47:57.630Z Checking object v0.30.4
25602026-04-10T02:47:57.633Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25612026-04-10T02:47:57.748Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25622026-04-10T02:47:57.993Z Checking xshell v0.2.7
25632026-04-10T02:47:58.062Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25642026-04-10T02:47:58.098Z Checking half v1.8.3
25652026-04-10T02:47:58.210Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25662026-04-10T02:47:58.318Z Checking serde_cbor v0.11.2
25672026-04-10T02:47:58.720Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25682026-04-10T02:47:58.918Z Compiling num-derive v0.3.3
25692026-04-10T02:47:58.960Z Compiling proc-macro-error-attr2 v2.0.0
25702026-04-10T02:47:58.996Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25712026-04-10T02:47:59.030Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25722026-04-10T02:47:59.209Z Checking papergrid v0.17.0
25732026-04-10T02:47:59.380Z Compiling proc-macro-error2 v2.0.1
25742026-04-10T02:47:59.709Z Checking testing_table v0.3.0
25752026-04-10T02:47:59.741Z Compiling tabled_derive v0.11.0
25762026-04-10T02:47:59.813Z Checking libscf-sys v1.1.0
25772026-04-10T02:47:59.846Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25782026-04-10T02:47:59.973Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25792026-04-10T02:48:00.007Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25802026-04-10T02:48:00.249Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25812026-04-10T02:48:00.437Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25822026-04-10T02:48:00.473Z Checking maplit v1.0.2
25832026-04-10T02:48:00.586Z Checking fxhash v0.2.1
25842026-04-10T02:48:00.740Z Checking crc8 v0.1.1
25852026-04-10T02:48:00.743Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25862026-04-10T02:48:00.863Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25872026-04-10T02:48:00.898Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25882026-04-10T02:48:00.958Z Checking tabled v0.20.0
25892026-04-10T02:48:01.085Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25902026-04-10T02:48:01.402Z Checking unicase v2.9.0
25912026-04-10T02:48:01.593Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25922026-04-10T02:48:01.662Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25932026-04-10T02:48:01.863Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25942026-04-10T02:48:01.981Z Checking kstat-rs v0.2.4
25952026-04-10T02:48:02.061Z Compiling diesel_derives v2.3.7
25962026-04-10T02:48:02.227Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25972026-04-10T02:48:02.262Z Checking scheduled-thread-pool v0.2.7
25982026-04-10T02:48:02.375Z Compiling dsl_auto_type v0.2.0
25992026-04-10T02:48:02.438Z Compiling vergen-gitcl v1.0.8
26002026-04-10T02:48:02.606Z Checking arc-swap v1.8.2
26012026-04-10T02:48:02.662Z Compiling diesel_table_macro_syntax v0.3.0
26022026-04-10T02:48:02.857Z Compiling parking_lot_core v0.8.6
26032026-04-10T02:48:02.909Z Checking slog-scope v4.4.1
26042026-04-10T02:48:03.089Z Checking r2d2 v0.8.10
26052026-04-10T02:48:03.125Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26062026-04-10T02:48:03.157Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26072026-04-10T02:48:03.237Z Compiling typify-impl v0.4.3
26082026-04-10T02:48:03.502Z Compiling git-stub v1.0.0
26092026-04-10T02:48:03.536Z Checking downcast-rs v2.0.2
26102026-04-10T02:48:03.791Z Compiling git-stub-vcs v0.1.0
26112026-04-10T02:48:04.042Z Checking slog-stdlog v4.1.1
26122026-04-10T02:48:04.080Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26132026-04-10T02:48:04.170Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26142026-04-10T02:48:04.206Z Checking slog-envlogger v2.2.0
26152026-04-10T02:48:04.383Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26162026-04-10T02:48:04.490Z Checking parking_lot v0.11.2
26172026-04-10T02:48:04.525Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26182026-04-10T02:48:04.717Z Checking prefix-trie v0.7.0
26192026-04-10T02:48:04.800Z Checking sled v0.34.7
26202026-04-10T02:48:04.897Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26212026-04-10T02:48:04.943Z Checking nanorand v0.7.0
26222026-04-10T02:48:05.065Z Checking hickory-server v0.25.2
26232026-04-10T02:48:05.103Z Compiling dirs-sys-next v0.1.2
26242026-04-10T02:48:05.168Z Compiling crunchy v0.2.4
26252026-04-10T02:48:05.444Z Compiling dirs-next v2.0.0
26262026-04-10T02:48:05.520Z Checking flume v0.11.1
26272026-04-10T02:48:05.600Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26282026-04-10T02:48:05.687Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26292026-04-10T02:48:05.785Z Compiling clang-sys v1.8.1
26302026-04-10T02:48:05.791Z Compiling tiny-keccak v2.0.2
26312026-04-10T02:48:06.076Z Compiling term v0.7.0
26322026-04-10T02:48:06.229Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26332026-04-10T02:48:06.233Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26342026-04-10T02:48:06.307Z Compiling bit-vec v0.6.3
26352026-04-10T02:48:06.558Z Compiling salty v0.3.0
26362026-04-10T02:48:06.578Z Compiling bit-set v0.5.3
26372026-04-10T02:48:06.657Z Compiling ascii-canvas v3.0.0
26382026-04-10T02:48:06.970Z Checking primeorder v0.13.6
26392026-04-10T02:48:07.151Z Compiling itertools v0.10.5
26402026-04-10T02:48:07.200Z Compiling ena v0.14.4
26412026-04-10T02:48:07.213Z Compiling libloading v0.8.9
26422026-04-10T02:48:07.444Z Compiling fs-err v2.11.0
26432026-04-10T02:48:07.470Z Compiling regex-syntax v0.6.29
26442026-04-10T02:48:07.625Z Compiling bindgen v0.71.1
26452026-04-10T02:48:07.665Z Compiling diff v0.1.13
26462026-04-10T02:48:07.695Z Compiling typify-macro v0.4.3
26472026-04-10T02:48:08.146Z Compiling cexpr v0.6.0
26482026-04-10T02:48:08.202Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bb47507694adb24f45a408dcb93a4a28ec05c2df#bb475076)
26492026-04-10T02:48:08.262Z Checking diesel v2.3.7
26502026-04-10T02:48:08.401Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26512026-04-10T02:48:08.761Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26522026-04-10T02:48:08.837Z Compiling lalrpop v0.19.12
26532026-04-10T02:48:09.069Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26542026-04-10T02:48:09.401Z Compiling typify v0.4.3
26552026-04-10T02:48:09.465Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26562026-04-10T02:48:09.578Z Compiling libxml v0.3.3
26572026-04-10T02:48:09.581Z Checking parse-size v1.1.0
26582026-04-10T02:48:09.725Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26592026-04-10T02:48:09.760Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26602026-04-10T02:48:09.869Z Checking p384 v0.13.1
26612026-04-10T02:48:10.060Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26622026-04-10T02:48:10.316Z Compiling strum_macros v0.24.3
26632026-04-10T02:48:10.663Z Compiling indoc v1.0.9
26642026-04-10T02:48:11.132Z Checking assert_matches v1.5.0
26652026-04-10T02:48:11.690Z Compiling progenitor-impl v0.10.0
26662026-04-10T02:48:11.739Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26672026-04-10T02:48:11.833Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26682026-04-10T02:48:12.049Z Checking predicates-tree v1.0.13
26692026-04-10T02:48:12.194Z Checking quick-xml v0.37.5
26702026-04-10T02:48:12.583Z Checking derive_builder v0.20.2
26712026-04-10T02:48:12.718Z Compiling oso-derive v0.27.3
26722026-04-10T02:48:12.750Z Compiling impl-trait-for-tuples v0.2.3
26732026-04-10T02:48:13.081Z Compiling trait-variant v0.1.2
26742026-04-10T02:48:13.222Z Checking openssl-probe v0.1.6
26752026-04-10T02:48:13.363Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26762026-04-10T02:48:13.637Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26772026-04-10T02:48:14.247Z Compiling progenitor-macro v0.10.0
26782026-04-10T02:48:14.293Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26792026-04-10T02:48:14.419Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26802026-04-10T02:48:14.454Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26812026-04-10T02:48:14.890Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26822026-04-10T02:48:16.373Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26832026-04-10T02:48:16.905Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26842026-04-10T02:48:17.226Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26852026-04-10T02:48:17.640Z Checking toml_datetime v1.0.0+spec-1.1.0
26862026-04-10T02:48:17.880Z Checking toml v1.0.6+spec-1.1.0
26872026-04-10T02:48:17.960Z Compiling mime_guess v2.0.5
26882026-04-10T02:48:18.017Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26892026-04-10T02:48:18.342Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26902026-04-10T02:48:18.496Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26912026-04-10T02:48:18.529Z Checking http-range v0.1.5
26922026-04-10T02:48:18.765Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26932026-04-10T02:48:18.800Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26942026-04-10T02:48:18.922Z Checking ignore v0.4.25
26952026-04-10T02:48:19.176Z Checking progenitor v0.10.0
26962026-04-10T02:48:19.386Z Checking atty v0.2.14
26972026-04-10T02:48:19.420Z Checking globwalk v0.9.1
26982026-04-10T02:48:19.514Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26992026-04-10T02:48:19.805Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27002026-04-10T02:48:20.058Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27012026-04-10T02:48:20.134Z Checking bb8 v0.8.6
27022026-04-10T02:48:20.236Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27032026-04-10T02:48:20.302Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27042026-04-10T02:48:20.466Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-04-10T02:48:20.501Z Checking corncobs v0.1.4
27062026-04-10T02:48:20.543Z Checking compression-core v0.4.31
27072026-04-10T02:48:20.664Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27082026-04-10T02:48:20.709Z Checking compression-codecs v0.4.37
27092026-04-10T02:48:20.998Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27102026-04-10T02:48:21.042Z Checking hyper-staticfile v0.10.1
27112026-04-10T02:48:21.360Z Checking camino-tempfile-ext v0.3.3
27122026-04-10T02:48:21.392Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27132026-04-10T02:48:21.444Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27142026-04-10T02:48:21.585Z Compiling progenitor-impl v0.11.2
27152026-04-10T02:48:21.700Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27162026-04-10T02:48:21.815Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27172026-04-10T02:48:21.919Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-04-10T02:48:21.956Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-04-10T02:48:22.475Z Checking diesel-dtrace v0.5.0
27202026-04-10T02:48:22.757Z Checking async-bb8-diesel v0.2.1
27212026-04-10T02:48:22.873Z Checking signal-hook-tokio v0.3.1
27222026-04-10T02:48:23.034Z Checking secrecy v0.8.0
27232026-04-10T02:48:23.135Z Compiling dropshot v0.17.0
27242026-04-10T02:48:23.191Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27252026-04-10T02:48:23.541Z Checking async-compression v0.4.41
27262026-04-10T02:48:23.829Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27272026-04-10T02:48:24.060Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27282026-04-10T02:48:24.252Z Compiling progenitor-macro v0.11.2
27292026-04-10T02:48:24.843Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27302026-04-10T02:48:24.994Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-04-10T02:48:25.255Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27322026-04-10T02:48:25.313Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27332026-04-10T02:48:25.356Z Checking progenitor-client v0.11.2
27342026-04-10T02:48:25.621Z Compiling dropshot_endpoint v0.17.0
27352026-04-10T02:48:25.621Z Checking nonempty v0.12.0
27362026-04-10T02:48:25.690Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27372026-04-10T02:48:25.998Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27382026-04-10T02:48:26.441Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27392026-04-10T02:48:26.649Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27402026-04-10T02:48:26.882Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-04-10T02:48:27.262Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27422026-04-10T02:48:27.711Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27432026-04-10T02:48:27.892Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27442026-04-10T02:48:28.000Z Checking tungstenite v0.23.0
27452026-04-10T02:48:28.450Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27462026-04-10T02:48:28.485Z Checking tokio-tungstenite v0.23.1
27472026-04-10T02:48:28.579Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27482026-04-10T02:48:28.783Z Checking rand_seeder v0.4.0
27492026-04-10T02:48:28.953Z Checking void v1.0.2
27502026-04-10T02:48:28.987Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27512026-04-10T02:48:29.094Z Checking lzss v0.8.2
27522026-04-10T02:48:29.193Z Checking progenitor v0.11.2
27532026-04-10T02:48:29.310Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27542026-04-10T02:48:29.364Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27552026-04-10T02:48:29.399Z Checking nix v0.27.1
27562026-04-10T02:48:29.402Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
27572026-04-10T02:48:29.499Z Checking serde_bytes v0.11.19
27582026-04-10T02:48:29.619Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27592026-04-10T02:48:29.701Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27602026-04-10T02:48:29.818Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27612026-04-10T02:48:29.934Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27622026-04-10T02:48:30.488Z Checking is_ci v1.2.0
27632026-04-10T02:48:30.627Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27642026-04-10T02:48:30.728Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27652026-04-10T02:48:30.929Z Checking yansi v1.0.1
27662026-04-10T02:48:31.306Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27672026-04-10T02:48:31.367Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27682026-04-10T02:48:31.401Z Checking pretty_assertions v1.4.1
27692026-04-10T02:48:31.568Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27702026-04-10T02:48:31.613Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27712026-04-10T02:48:31.879Z Compiling darling_core v0.23.0
27722026-04-10T02:48:32.678Z Compiling indoc v2.0.7
27732026-04-10T02:48:33.073Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27742026-04-10T02:48:33.160Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-04-10T02:48:33.298Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-04-10T02:48:33.526Z Compiling instability v0.3.11
27772026-04-10T02:48:33.562Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27782026-04-10T02:48:33.958Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-04-10T02:48:33.991Z Compiling libz-sys v1.1.24
27802026-04-10T02:48:34.236Z Checking castaway v0.2.4
27812026-04-10T02:48:34.381Z Checking compact_str v0.8.1
27822026-04-10T02:48:34.449Z Compiling darling_macro v0.23.0
27832026-04-10T02:48:34.782Z Checking supports-color v3.0.2
27842026-04-10T02:48:34.943Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27852026-04-10T02:48:34.977Z Compiling darling v0.23.0
27862026-04-10T02:48:35.164Z Checking unicode-truncate v1.1.0
27872026-04-10T02:48:35.242Z Checking console v0.16.2
27882026-04-10T02:48:35.362Z Checking lru v0.12.5
27892026-04-10T02:48:35.424Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27902026-04-10T02:48:35.553Z Checking cassowary v0.3.0
27912026-04-10T02:48:35.586Z Checking unit-prefix v0.5.2
27922026-04-10T02:48:35.756Z Checking indicatif v0.18.4
27932026-04-10T02:48:35.792Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27942026-04-10T02:48:35.825Z Compiling libgit2-sys v0.18.3+1.9.2
27952026-04-10T02:48:35.863Z Checking ratatui v0.29.0
27962026-04-10T02:48:36.032Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27972026-04-10T02:48:36.303Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27982026-04-10T02:48:37.199Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27992026-04-10T02:48:37.424Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-04-10T02:48:37.545Z Compiling vergen-git2 v1.0.7
28012026-04-10T02:48:37.585Z Checking plotters-backend v0.3.7
28022026-04-10T02:48:37.689Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28032026-04-10T02:48:37.805Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28042026-04-10T02:48:37.839Z Checking plotters-svg v0.3.7
28052026-04-10T02:48:37.908Z Checking colored v2.2.0
28062026-04-10T02:48:38.006Z Compiling rustls v0.21.12
28072026-04-10T02:48:38.040Z Checking cast v0.3.0
28082026-04-10T02:48:38.134Z Checking shell-words v1.1.1
28092026-04-10T02:48:38.252Z Checking criterion-plot v0.6.0
28102026-04-10T02:48:38.319Z Checking plotters v0.3.7
28112026-04-10T02:48:38.411Z Checking typeid v1.0.3
28122026-04-10T02:48:38.523Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28132026-04-10T02:48:38.558Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28142026-04-10T02:48:38.783Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28152026-04-10T02:48:39.006Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28162026-04-10T02:48:39.077Z Checking sct v0.7.1
28172026-04-10T02:48:39.248Z Checking rustls-webpki v0.101.7
28182026-04-10T02:48:39.469Z Checking tinytemplate v1.2.1
28192026-04-10T02:48:39.503Z Compiling nix v0.29.0
28202026-04-10T02:48:39.616Z Checking hex-literal v0.4.1
28212026-04-10T02:48:39.719Z Checking oorandom v11.1.5
28222026-04-10T02:48:39.753Z Checking anes v0.1.6
28232026-04-10T02:48:39.958Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28242026-04-10T02:48:39.992Z Checking criterion v0.7.0
28252026-04-10T02:48:41.288Z Checking erased-serde v0.4.9
28262026-04-10T02:48:41.329Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28272026-04-10T02:48:41.664Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28282026-04-10T02:48:42.444Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28292026-04-10T02:48:43.199Z Checking ordered-float v2.10.1
28302026-04-10T02:48:43.467Z Checking serde-value v0.7.0
28312026-04-10T02:48:43.714Z Checking serde-untagged v0.1.9
28322026-04-10T02:48:43.943Z Checking tokio-rustls v0.24.1
28332026-04-10T02:48:44.232Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-04-10T02:48:44.434Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28352026-04-10T02:48:44.659Z Checking rustls-pemfile v1.0.4
28362026-04-10T02:48:44.831Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117)
28372026-04-10T02:48:45.039Z Checking twox-hash v2.1.2
28382026-04-10T02:48:45.236Z Checking unicode-xid v0.2.6
28392026-04-10T02:48:45.408Z Checking cargo-util-schemas v0.8.2
28402026-04-10T02:48:45.453Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28412026-04-10T02:48:46.176Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117)
28422026-04-10T02:48:46.335Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28432026-04-10T02:48:46.369Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117)
28442026-04-10T02:48:47.014Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28452026-04-10T02:48:47.212Z Checking fatfs v0.3.6
28462026-04-10T02:48:47.662Z Checking cargo-platform v0.2.0
28472026-04-10T02:48:47.697Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28482026-04-10T02:48:47.882Z Compiling petname v2.0.2
28492026-04-10T02:48:48.399Z Compiling seq-macro v0.3.6
28502026-04-10T02:48:49.031Z Checking cargo_metadata v0.21.0
28512026-04-10T02:48:49.087Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28522026-04-10T02:48:49.541Z Checking concurrent-queue v2.5.0
28532026-04-10T02:48:49.756Z Checking rtoolbox v0.0.3
28542026-04-10T02:48:49.801Z Checking parking v2.2.1
28552026-04-10T02:48:49.921Z Checking futures-timer v3.0.3
28562026-04-10T02:48:49.956Z Checking event-listener v5.4.1
28572026-04-10T02:48:50.135Z Checking rpassword v7.4.0
28582026-04-10T02:48:50.276Z Checking tui-tree-widget v0.23.1
28592026-04-10T02:48:50.494Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28602026-04-10T02:48:50.532Z Checking polyval v0.6.2
28612026-04-10T02:48:50.617Z Checking sapling-renderdag v0.1.0
28622026-04-10T02:48:50.684Z Checking sync-ptr v0.1.4
28632026-04-10T02:48:50.725Z Checking ghash v0.5.1
28642026-04-10T02:48:50.793Z Compiling samael v0.0.19
28652026-04-10T02:48:50.827Z Checking event-listener-strategy v0.5.4
28662026-04-10T02:48:50.871Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28672026-04-10T02:48:50.905Z Checking ctr v0.9.2
28682026-04-10T02:48:50.991Z Checking arrayref v0.3.9
28692026-04-10T02:48:51.090Z Checking arrayvec v0.7.6
28702026-04-10T02:48:51.124Z Checking constant_time_eq v0.4.2
28712026-04-10T02:48:51.127Z Checking aes-gcm v0.10.3
28722026-04-10T02:48:51.305Z Checking async-lock v3.4.2
28732026-04-10T02:48:51.338Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28742026-04-10T02:48:51.407Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28752026-04-10T02:48:51.751Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28762026-04-10T02:48:52.327Z Checking ssh-encoding v0.2.0
28772026-04-10T02:48:52.427Z Checking blowfish v0.9.1
28782026-04-10T02:48:52.546Z Checking ssh-cipher v0.2.0
28792026-04-10T02:48:52.607Z Checking bcrypt-pbkdf v0.10.0
28802026-04-10T02:48:52.750Z Checking async-object-pool v0.2.0
28812026-04-10T02:48:52.801Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28822026-04-10T02:48:52.891Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28832026-04-10T02:48:53.126Z Checking serde_regex v1.1.0
28842026-04-10T02:48:53.313Z Checking password-hash v0.4.2
28852026-04-10T02:48:53.546Z Checking assert-json-diff v2.0.2
28862026-04-10T02:48:53.578Z Checking path-tree v0.8.3
28872026-04-10T02:48:53.742Z Checking stringmetrics v2.2.2
28882026-04-10T02:48:53.795Z Compiling target-lexicon v0.13.3
28892026-04-10T02:48:53.924Z Checking gimli v0.32.3
28902026-04-10T02:48:54.027Z Checking httpmock v0.8.3
28912026-04-10T02:48:54.368Z Checking pbkdf2 v0.11.0
28922026-04-10T02:48:54.570Z Checking ssh-key v0.6.7
28932026-04-10T02:48:55.347Z Checking p256 v0.13.2
28942026-04-10T02:48:55.472Z Checking addr2line v0.25.1
28952026-04-10T02:48:55.630Z Checking p521 v0.13.3
28962026-04-10T02:48:55.774Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28972026-04-10T02:48:56.007Z Checking russh-cryptovec v0.7.3
28982026-04-10T02:48:56.177Z Compiling guppy-workspace-hack v0.1.0
28992026-04-10T02:48:56.260Z Checking md5 v0.7.0
29002026-04-10T02:48:56.263Z Checking rustc-demangle v0.1.27
29012026-04-10T02:48:56.469Z Checking russh-keys v0.45.0
29022026-04-10T02:48:56.550Z Checking backtrace v0.3.76
29032026-04-10T02:48:56.691Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29042026-04-10T02:48:56.880Z Checking num-bigint v0.4.6
29052026-04-10T02:48:57.132Z Checking des v0.8.1
29062026-04-10T02:48:57.318Z Compiling blake3 v1.8.3
29072026-04-10T02:48:57.364Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29082026-04-10T02:48:57.707Z Compiling target-spec v3.5.7
29092026-04-10T02:48:57.796Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29102026-04-10T02:48:57.864Z Checking russh v0.45.0
29112026-04-10T02:48:58.180Z Checking backtrace-ext v0.2.1
29122026-04-10T02:48:58.323Z Checking cfg-expr v0.20.6
29132026-04-10T02:48:58.445Z Checking supports-color v2.1.0
29142026-04-10T02:48:58.479Z Checking textwrap v0.15.2
29152026-04-10T02:48:58.613Z Checking supports-hyperlinks v2.1.0
29162026-04-10T02:48:58.719Z Checking supports-unicode v2.1.0
29172026-04-10T02:48:58.751Z Checking hashbrown v0.14.5
29182026-04-10T02:48:58.784Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29192026-04-10T02:48:58.862Z Checking cargo-platform v0.3.2
29202026-04-10T02:48:59.012Z Checking terminal_size v0.1.17
29212026-04-10T02:48:59.073Z Compiling miette-derive v5.10.0
29222026-04-10T02:48:59.150Z Checking owo-colors v3.5.0
29232026-04-10T02:48:59.253Z Checking internet-checksum v0.2.1
29242026-04-10T02:48:59.405Z Checking chumsky v0.9.3
29252026-04-10T02:48:59.706Z Checking cargo_metadata v0.23.1
29262026-04-10T02:49:00.220Z Checking miette v5.10.0
29272026-04-10T02:49:00.472Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29282026-04-10T02:49:00.507Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29292026-04-10T02:49:00.590Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29302026-04-10T02:49:00.732Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29312026-04-10T02:49:00.920Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29322026-04-10T02:49:01.003Z Compiling knuffel-derive v3.2.0
29332026-04-10T02:49:01.262Z Checking httptest v0.16.4
29342026-04-10T02:49:01.397Z Checking pathdiff v0.2.3
29352026-04-10T02:49:01.539Z Checking nested v0.1.1
29362026-04-10T02:49:01.661Z Checking topological-sort v0.2.2
29372026-04-10T02:49:01.708Z Checking guppy v0.17.25
29382026-04-10T02:49:01.773Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29392026-04-10T02:49:01.826Z Checking omicron-zone-package v0.12.2
29402026-04-10T02:49:02.010Z Compiling git2 v0.20.4
29412026-04-10T02:49:02.046Z Checking similar-asserts v1.7.0
29422026-04-10T02:49:02.225Z Compiling rstest_macros v0.25.0
29432026-04-10T02:49:02.506Z Checking knuffel v3.2.0
29442026-04-10T02:49:02.537Z Compiling target-triple v1.0.0
29452026-04-10T02:49:02.662Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29462026-04-10T02:49:02.822Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29472026-04-10T02:49:02.854Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29482026-04-10T02:49:02.932Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29492026-04-10T02:49:03.144Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29502026-04-10T02:49:03.177Z Checking hickory-client v0.25.2
29512026-04-10T02:49:03.489Z Checking tokio-test v0.4.5
29522026-04-10T02:49:03.724Z Checking escape8259 v0.5.3
29532026-04-10T02:49:03.762Z Compiling relative-path v1.9.3
29542026-04-10T02:49:03.889Z Compiling assert_cmd v2.1.2
29552026-04-10T02:49:04.659Z Checking libtest-mimic v0.8.1
29562026-04-10T02:49:04.929Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29572026-04-10T02:49:04.963Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29582026-04-10T02:49:05.069Z Checking blake2b_simd v1.0.4
29592026-04-10T02:49:05.350Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29602026-04-10T02:49:05.520Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29612026-04-10T02:49:05.651Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29622026-04-10T02:49:05.870Z Compiling polar-core v0.27.3
29632026-04-10T02:49:05.926Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29642026-04-10T02:49:06.058Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29652026-04-10T02:49:06.283Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29662026-04-10T02:49:06.475Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29672026-04-10T02:49:06.676Z Checking fancy-regex v0.14.0
29682026-04-10T02:49:06.906Z Checking serde_tokenstream v0.2.3
29692026-04-10T02:49:07.058Z Checking uzers v0.12.2
29702026-04-10T02:49:07.148Z Checking constant_time_eq v0.3.1
29712026-04-10T02:49:07.279Z Compiling linkme-impl v0.3.35
29722026-04-10T02:49:07.310Z Checking termcolor v1.4.1
29732026-04-10T02:49:07.550Z Checking trybuild v1.0.116
29742026-04-10T02:49:07.621Z Checking rstest v0.25.0
29752026-04-10T02:49:07.662Z Checking rust-argon2 v2.1.0
29762026-04-10T02:49:07.799Z Checking datatest-stable v0.3.3
29772026-04-10T02:49:08.180Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29782026-04-10T02:49:08.223Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29792026-04-10T02:49:08.493Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29802026-04-10T02:49:08.551Z Checking support-bundle-viewer v0.1.2
29812026-04-10T02:49:08.822Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29822026-04-10T02:49:09.054Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29832026-04-10T02:49:09.140Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29842026-04-10T02:49:09.286Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29852026-04-10T02:49:09.387Z Checking drift v0.1.3
29862026-04-10T02:49:09.523Z Checking rand_distr v0.5.1
29872026-04-10T02:49:09.719Z Checking multimap v0.10.1
29882026-04-10T02:49:10.039Z Checking approx v0.5.1
29892026-04-10T02:49:10.079Z Compiling linkme v0.3.35
29902026-04-10T02:49:10.205Z Checking dropshot-api-manager v0.6.0
29912026-04-10T02:49:11.045Z Checking oso v0.27.3
29922026-04-10T02:49:11.250Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29932026-04-10T02:49:11.491Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29942026-04-10T02:49:11.656Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29952026-04-10T02:49:11.753Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29962026-04-10T02:49:11.918Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29972026-04-10T02:49:11.986Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29982026-04-10T02:49:12.022Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29992026-04-10T02:49:12.025Z Checking partial-io v0.5.4
30002026-04-10T02:49:12.262Z Checking cargo_toml v0.21.0
30012026-04-10T02:49:12.294Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30022026-04-10T02:49:12.297Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30032026-04-10T02:49:12.451Z Checking termios v0.3.3
30042026-04-10T02:49:12.617Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30052026-04-10T02:49:13.024Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30062026-04-10T02:49:13.278Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-04-10T02:49:14.755Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30082026-04-10T02:49:16.919Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30092026-04-10T02:49:20.388Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-04-10T02:49:21.426Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30112026-04-10T02:49:24.473Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30122026-04-10T02:49:27.788Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30132026-04-10T02:49:33.010Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30142026-04-10T02:49:36.267Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30152026-04-10T02:49:37.300Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30162026-04-10T02:49:37.477Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30172026-04-10T02:49:37.594Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30182026-04-10T02:49:47.339Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30192026-04-10T02:51:01.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 57s
30202026-04-10T02:51:01.728Z
30212026-04-10T02:51:01.729Zreal 4:01.186224335
30222026-04-10T02:51:01.729Zuser 20:28.491853705
30232026-04-10T02:51:01.729Zsys 4:45.032224793
30242026-04-10T02:51:01.729Ztrap 0.493885086
30252026-04-10T02:51:01.729Ztflt 0.088279788
30262026-04-10T02:51:01.729Zdflt 0.273358190
30272026-04-10T02:51:01.729Zkflt 0.000833363
30282026-04-10T02:51:01.729Zlock 56:14.441272645
30292026-04-10T02:51:01.733Zslp 55:53.360931240
30302026-04-10T02:51:01.733Zlat 1:47.913865902
30312026-04-10T02:51:01.733Zstop 10:54.451906161
30322026-04-10T02:51:01.733Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30332026-04-10T02:51:01.733Z+ ptime -m cargo doc --workspace --no-deps
30342026-04-10T02:51:02.598Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30352026-04-10T02:51:02.598Z |
30362026-04-10T02:51:02.598Z = 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)`
30372026-04-10T02:51:02.598Z = 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>
30382026-04-10T02:51:03.531Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30392026-04-10T02:51:03.755Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30402026-04-10T02:51:03.799Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30412026-04-10T02:51:03.862Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30422026-04-10T02:51:03.979Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30432026-04-10T02:51:04.025Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30442026-04-10T02:51:04.052Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30452026-04-10T02:51:04.077Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30462026-04-10T02:51:04.103Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30472026-04-10T02:51:04.277Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30482026-04-10T02:51:04.302Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30492026-04-10T02:51:04.337Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30502026-04-10T02:51:04.363Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30512026-04-10T02:51:04.394Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30522026-04-10T02:51:04.416Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30532026-04-10T02:51:04.462Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30542026-04-10T02:51:04.551Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30552026-04-10T02:51:04.554Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30562026-04-10T02:51:04.599Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30572026-04-10T02:51:04.602Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30582026-04-10T02:51:04.602Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30592026-04-10T02:51:04.979Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30602026-04-10T02:51:05.044Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30612026-04-10T02:51:05.124Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30622026-04-10T02:51:05.236Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30632026-04-10T02:51:05.271Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30642026-04-10T02:51:05.418Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30652026-04-10T02:51:05.473Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30662026-04-10T02:51:05.586Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30672026-04-10T02:51:05.705Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30682026-04-10T02:51:05.727Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30692026-04-10T02:51:05.887Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30702026-04-10T02:51:06.034Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30712026-04-10T02:51:06.073Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30722026-04-10T02:51:06.229Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30732026-04-10T02:51:06.253Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30742026-04-10T02:51:06.274Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30752026-04-10T02:51:06.327Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30762026-04-10T02:51:06.480Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30772026-04-10T02:51:06.556Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30782026-04-10T02:51:06.753Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30792026-04-10T02:51:06.861Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30802026-04-10T02:51:06.885Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30812026-04-10T02:51:06.920Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30822026-04-10T02:51:07.042Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30832026-04-10T02:51:07.128Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30842026-04-10T02:51:07.210Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30852026-04-10T02:51:07.278Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30862026-04-10T02:51:07.368Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30872026-04-10T02:51:07.441Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30882026-04-10T02:51:07.466Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30892026-04-10T02:51:07.490Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30902026-04-10T02:51:07.564Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30912026-04-10T02:51:07.738Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30922026-04-10T02:51:07.759Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30932026-04-10T02:51:07.781Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30942026-04-10T02:51:07.836Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30952026-04-10T02:51:07.989Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30962026-04-10T02:51:08.011Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30972026-04-10T02:51:08.033Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30982026-04-10T02:51:08.211Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30992026-04-10T02:51:08.287Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31002026-04-10T02:51:08.310Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31012026-04-10T02:51:08.334Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31022026-04-10T02:51:08.489Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31032026-04-10T02:51:08.515Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31042026-04-10T02:51:08.539Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31052026-04-10T02:51:08.688Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31062026-04-10T02:51:08.765Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31072026-04-10T02:51:08.768Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31082026-04-10T02:51:08.809Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31092026-04-10T02:51:08.812Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31102026-04-10T02:51:08.831Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31112026-04-10T02:51:09.183Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31122026-04-10T02:51:09.223Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31132026-04-10T02:51:09.556Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31142026-04-10T02:51:09.969Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31152026-04-10T02:51:10.019Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31162026-04-10T02:51:10.194Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31172026-04-10T02:51:10.477Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31182026-04-10T02:51:10.501Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31192026-04-10T02:51:10.626Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31202026-04-10T02:51:10.960Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31212026-04-10T02:51:11.160Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31222026-04-10T02:51:11.430Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31232026-04-10T02:51:11.463Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31242026-04-10T02:51:11.970Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31252026-04-10T02:51:12.615Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31262026-04-10T02:51:13.188Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31272026-04-10T02:51:13.252Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31282026-04-10T02:51:13.342Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31292026-04-10T02:51:13.436Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31302026-04-10T02:51:13.697Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31312026-04-10T02:51:13.965Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31322026-04-10T02:51:14.216Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31332026-04-10T02:51:14.397Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31342026-04-10T02:51:14.559Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31352026-04-10T02:51:14.582Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31362026-04-10T02:51:14.679Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31372026-04-10T02:51:14.816Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31382026-04-10T02:51:14.954Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31392026-04-10T02:51:14.985Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31402026-04-10T02:51:14.988Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31412026-04-10T02:51:14.988Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31422026-04-10T02:51:15.325Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31432026-04-10T02:51:15.483Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31442026-04-10T02:51:15.739Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31452026-04-10T02:51:16.232Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31462026-04-10T02:51:16.312Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31472026-04-10T02:51:17.154Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31482026-04-10T02:51:17.280Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31492026-04-10T02:51:17.505Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31502026-04-10T02:51:17.530Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31512026-04-10T02:51:17.946Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31522026-04-10T02:51:18.304Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31532026-04-10T02:51:18.434Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31542026-04-10T02:51:18.579Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31552026-04-10T02:51:18.796Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31562026-04-10T02:51:19.103Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31572026-04-10T02:51:19.168Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31582026-04-10T02:51:19.422Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31592026-04-10T02:51:19.498Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31602026-04-10T02:51:19.669Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31612026-04-10T02:51:19.753Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31622026-04-10T02:51:19.816Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31632026-04-10T02:51:20.400Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31642026-04-10T02:51:20.745Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31652026-04-10T02:51:21.063Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31662026-04-10T02:51:21.130Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31672026-04-10T02:51:21.771Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31682026-04-10T02:51:22.175Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31692026-04-10T02:51:23.127Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31702026-04-10T02:51:23.300Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31712026-04-10T02:51:23.814Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31722026-04-10T02:51:23.864Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31732026-04-10T02:51:24.004Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31742026-04-10T02:51:24.346Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31752026-04-10T02:51:24.517Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31762026-04-10T02:51:24.620Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31772026-04-10T02:51:25.148Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31782026-04-10T02:51:25.597Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31792026-04-10T02:51:25.625Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31802026-04-10T02:51:25.691Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31812026-04-10T02:51:25.772Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31822026-04-10T02:51:25.894Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31832026-04-10T02:51:25.917Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31842026-04-10T02:51:26.204Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31852026-04-10T02:51:26.962Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31862026-04-10T02:51:26.984Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31872026-04-10T02:51:27.880Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31882026-04-10T02:51:27.988Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31892026-04-10T02:51:28.151Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31902026-04-10T02:51:30.454Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31912026-04-10T02:51:30.827Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31922026-04-10T02:51:32.088Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31932026-04-10T02:51:32.566Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31942026-04-10T02:51:32.826Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31952026-04-10T02:51:33.006Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31962026-04-10T02:51:33.251Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31972026-04-10T02:51:34.241Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31982026-04-10T02:51:34.941Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31992026-04-10T02:51:35.998Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32002026-04-10T02:51:36.109Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32012026-04-10T02:51:36.189Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32022026-04-10T02:51:36.763Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32032026-04-10T02:51:36.816Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32042026-04-10T02:51:36.848Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32052026-04-10T02:51:36.883Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32062026-04-10T02:51:37.035Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32072026-04-10T02:51:37.464Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32082026-04-10T02:51:37.585Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32092026-04-10T02:51:37.624Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32102026-04-10T02:51:37.940Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32112026-04-10T02:51:38.332Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32122026-04-10T02:51:38.478Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32132026-04-10T02:51:38.705Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32142026-04-10T02:51:38.956Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32152026-04-10T02:51:39.167Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32162026-04-10T02:51:39.416Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32172026-04-10T02:51:39.420Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-04-10T02:51:39.865Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32192026-04-10T02:51:40.226Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32202026-04-10T02:51:41.856Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32212026-04-10T02:51:42.741Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32222026-04-10T02:51:43.102Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32232026-04-10T02:51:44.362Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32242026-04-10T02:51:44.894Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32252026-04-10T02:51:46.585Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32262026-04-10T02:51:47.079Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32272026-04-10T02:51:47.952Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32282026-04-10T02:51:48.807Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32292026-04-10T02:51:50.293Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32302026-04-10T02:51:51.890Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32312026-04-10T02:51:52.290Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32322026-04-10T02:51:53.773Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32332026-04-10T02:51:54.743Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32342026-04-10T02:51:55.076Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32352026-04-10T02:51:56.095Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32362026-04-10T02:51:56.136Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32372026-04-10T02:51:57.410Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32382026-04-10T02:51:57.417Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32392026-04-10T02:51:59.113Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32402026-04-10T02:51:59.832Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32412026-04-10T02:52:02.923Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32422026-04-10T02:52:04.611Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32432026-04-10T02:52:05.400Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442026-04-10T02:52:06.467Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32452026-04-10T02:52:07.056Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32462026-04-10T02:52:07.873Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32472026-04-10T02:52:08.789Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32482026-04-10T02:52:09.509Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32492026-04-10T02:52:14.039Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32502026-04-10T02:52:14.093Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32512026-04-10T02:52:14.093Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32522026-04-10T02:52:14.093Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32532026-04-10T02:52:14.201Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32542026-04-10T02:52:15.762Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32552026-04-10T02:52:16.947Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32562026-04-10T02:52:17.531Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32572026-04-10T02:52:18.543Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32582026-04-10T02:52:19.324Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32592026-04-10T02:52:20.480Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32602026-04-10T02:52:22.893Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32612026-04-10T02:52:23.186Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32622026-04-10T02:52:24.062Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32632026-04-10T02:52:25.208Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32642026-04-10T02:52:26.647Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32652026-04-10T02:52:27.950Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32662026-04-10T02:52:30.892Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32672026-04-10T02:52:32.440Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32682026-04-10T02:52:35.447Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32692026-04-10T02:52:36.979Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32702026-04-10T02:52:38.375Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32712026-04-10T02:52:39.986Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32722026-04-10T02:52:41.599Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32732026-04-10T02:52:42.925Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32742026-04-10T02:52:46.287Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32752026-04-10T02:52:47.836Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32762026-04-10T02:52:48.083Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32772026-04-10T02:52:49.712Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32782026-04-10T02:52:51.186Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32792026-04-10T02:52:52.972Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32802026-04-10T02:52:54.606Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32812026-04-10T02:52:56.695Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32822026-04-10T02:52:58.332Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32832026-04-10T02:53:00.364Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32842026-04-10T02:53:01.755Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32852026-04-10T02:53:03.464Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32862026-04-10T02:53:05.154Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32872026-04-10T02:53:06.827Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32882026-04-10T02:53:08.548Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32892026-04-10T02:53:10.075Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32902026-04-10T02:53:11.717Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32912026-04-10T02:53:13.821Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32922026-04-10T02:53:15.304Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32932026-04-10T02:53:17.302Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32942026-04-10T02:53:19.619Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32952026-04-10T02:53:21.207Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32962026-04-10T02:53:23.018Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32972026-04-10T02:53:25.200Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
32982026-04-10T02:53:27.318Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32992026-04-10T02:53:29.268Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33002026-04-10T02:53:31.175Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33012026-04-10T02:53:33.215Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33022026-04-10T02:53:35.205Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33032026-04-10T02:53:38.352Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33042026-04-10T02:53:39.649Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33052026-04-10T02:53:41.823Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33062026-04-10T02:53:44.014Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33072026-04-10T02:53:46.167Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33082026-04-10T02:53:48.275Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33092026-04-10T02:53:50.475Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33102026-04-10T02:53:52.556Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33112026-04-10T02:53:55.031Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33122026-04-10T02:53:56.949Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33132026-04-10T02:53:59.502Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33142026-04-10T02:54:01.220Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33152026-04-10T02:54:03.350Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33162026-04-10T02:54:05.560Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33172026-04-10T02:54:07.721Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33182026-04-10T02:54:09.909Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33192026-04-10T02:54:12.060Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33202026-04-10T02:54:14.288Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33212026-04-10T02:54:16.545Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33222026-04-10T02:54:18.745Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33232026-04-10T02:54:20.904Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33242026-04-10T02:54:23.151Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33252026-04-10T02:54:25.350Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33262026-04-10T02:54:27.542Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33272026-04-10T02:54:30.330Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33282026-04-10T02:54:32.418Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33292026-04-10T02:54:34.882Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33302026-04-10T02:54:37.352Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33312026-04-10T02:54:39.527Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33322026-04-10T02:54:41.827Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33332026-04-10T02:54:44.282Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33342026-04-10T02:54:46.606Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-04-10T02:54:48.954Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33362026-04-10T02:54:51.384Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33372026-04-10T02:54:53.707Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33382026-04-10T02:54:56.044Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33392026-04-10T02:54:58.501Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33402026-04-10T02:55:00.931Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33412026-04-10T02:55:03.389Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33422026-04-10T02:55:05.984Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33432026-04-10T02:55:08.430Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33442026-04-10T02:55:10.848Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33452026-04-10T02:55:13.228Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33462026-04-10T02:55:15.640Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33472026-04-10T02:55:18.121Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33482026-04-10T02:55:20.586Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33492026-04-10T02:55:22.941Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33502026-04-10T02:55:25.897Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33512026-04-10T02:55:32.919Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33522026-04-10T02:55:33.059Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33532026-04-10T02:55:36.317Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33542026-04-10T02:55:39.590Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33552026-04-10T02:55:42.734Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33562026-04-10T02:55:46.093Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33572026-04-10T02:55:49.450Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33582026-04-10T02:55:52.606Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33592026-04-10T02:55:55.864Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33602026-04-10T02:55:59.339Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33612026-04-10T02:56:02.488Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33622026-04-10T02:56:05.758Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33632026-04-10T02:56:09.070Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33642026-04-10T02:56:12.417Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33652026-04-10T02:56:15.690Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33662026-04-10T02:56:19.086Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33672026-04-10T02:56:22.339Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33682026-04-10T02:56:25.686Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33692026-04-10T02:56:28.994Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33702026-04-10T02:56:32.277Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33712026-04-10T02:56:35.602Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33722026-04-10T02:56:38.798Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33732026-04-10T02:56:42.096Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33742026-04-10T02:56:45.429Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33752026-04-10T02:56:50.017Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33762026-04-10T02:57:17.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 16s
33772026-04-10T02:57:18.132Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 191 other files
33782026-04-10T02:57:18.238Z
33792026-04-10T02:57:18.241Zreal 6:16.394835434
33802026-04-10T02:57:18.241Zuser 17:15.959379350
33812026-04-10T02:57:18.241Zsys 3:40.369564930
33822026-04-10T02:57:18.241Ztrap 0.252512237
33832026-04-10T02:57:18.241Ztflt 0.062974555
33842026-04-10T02:57:18.241Zdflt 0.014191558
33852026-04-10T02:57:18.241Zkflt 0.000045251
33862026-04-10T02:57:18.241Zlock 5:49:14.150093794
33872026-04-10T02:57:18.241Zslp 2:05:37.612384918
33882026-04-10T02:57:18.241Zlat 33.908179016
33892026-04-10T02:57:18.241Zstop 1:44.515363456
33902026-04-10T02:57:18.241Zprocess exited: duration 808447 ms, exit code 0
 
33912026-04-10T02:57:18.248Zfound 0 output files