01KKZ5SR13CKEHR67ZEPRXT4N7: clippy (helios)

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

Buildomat Job: 01KKZ5TB57H8HYEPM0P1WRHVJR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T00:35:11.457Zjob assigned to worker 01KKZ5TEZ7V2AZXR8QKJRHCH34 [factory aws, i-0466bc5a8abc31a3e] (queued for 1 m 6 s)
 
22026-03-18T00:35:19.144Zstarting task 0: "setup"
32026-03-18T00:35:19.150Z++ uname -s
42026-03-18T00:35:19.153Z+ kern=SunOS
52026-03-18T00:35:19.153Z+ build_user=build
62026-03-18T00:35:19.153Z+ build_uid=12345
72026-03-18T00:35:19.153Z+ work_dir=/work
82026-03-18T00:35:19.153Z+ input_dir=/input
92026-03-18T00:35:19.153Z+ [[ 0 == 12345 ]]
102026-03-18T00:35:19.153Z+ case "$kern" in
112026-03-18T00:35:19.153Z+ groupadd -g 12345 build
122026-03-18T00:35:19.156Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T00:35:21.161Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T00:35:21.265Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T00:35:21.268Z+ home_fs=zfs
162026-03-18T00:35:21.268Z+ [[ zfs == autofs ]]
172026-03-18T00:35:21.268Z+ mkdir -p /home/build
182026-03-18T00:35:21.271Z+ chown build:build /home/build /work
192026-03-18T00:35:23.272Z+ chmod 0700 /home/build /work
202026-03-18T00:35:23.276Zprocess exited: duration 4128 ms, exit code 0
 
212026-03-18T00:35:23.286Zstarting task 1: "rust-toolchain"
222026-03-18T00:35:23.290Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T00:35:23.290Z * rust toolchain channel = "1.94.0"
242026-03-18T00:35:23.290Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T00:35:23.290Z * rust toolchain profile = "default"
262026-03-18T00:35:23.290Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T00:35:23.290Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T00:35:23.297Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T00:35:23.297Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T00:35:23.405Zinfo: downloading installer
312026-03-18T00:35:25.109Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T00:35:25.109Zwarn: /opt/ooce/bin
332026-03-18T00:35:25.109Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T00:35:25.109Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T00:35:25.109Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T00:35:25.109Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T00:35:25.109Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T00:35:25.109Zerror: cannot install while Rust is installed
392026-03-18T00:35:25.109Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T00:35:25.109Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T00:35:25.109Zwarn: /home/build/.rustup/settings.toml
422026-03-18T00:35:25.109Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T00:35:25.109Zwarn: instead of the one inferred from the default host triple.
442026-03-18T00:35:25.120Zinfo: profile set to default
452026-03-18T00:35:25.120Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T00:35:25.123Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T00:35:25.263Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T00:35:25.266Zinfo: downloading 6 components
492026-03-18T00:35:40.199Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-18T00:35:40.199Z
512026-03-18T00:35:40.232Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T00:35:40.232Z
532026-03-18T00:35:40.236Z
542026-03-18T00:35:40.236ZRust is installed now. Great!
552026-03-18T00:35:40.236Z
562026-03-18T00:35:40.236ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T00:35:40.236Zenvironment variable. This has not been done automatically.
582026-03-18T00:35:40.236Z
592026-03-18T00:35:40.236ZTo configure your current shell, you need to source
602026-03-18T00:35:40.236Zthe corresponding env file under $HOME/.cargo.
612026-03-18T00:35:40.236Z
622026-03-18T00:35:40.236ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T00:35:40.236Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T00:35:40.236Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T00:35:40.236Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T00:35:40.236Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T00:35:40.236Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T00:35:40.236Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T00:35:40.236Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T00:35:40.236Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T00:35:40.335Z+ rustup --version
722026-03-18T00:35:40.346Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T00:35:40.348Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T00:35:40.372Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T00:35:40.375Z+ cargo --version
762026-03-18T00:35:40.391Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T00:35:40.394Z+ rustc --version
782026-03-18T00:35:40.418Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T00:35:40.421Zprocess exited: duration 17124 ms, exit code 0
 
802026-03-18T00:35:40.427Zstarting task 2: "authentication"
812026-03-18T00:35:40.446Zprocess exited: duration 18 ms, exit code 0
 
822026-03-18T00:35:40.454Zstarting task 3: "clone repository"
832026-03-18T00:35:40.458Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T00:35:40.461Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T00:35:40.486ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T00:36:01.945Z+ cd /work/oxidecomputer/omicron
872026-03-18T00:36:01.945Z+ git fetch origin bb4505a21d82d324df13bd26211bf041996a4a29
882026-03-18T00:36:02.292ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T00:36:02.292Z * branch bb4505a21d82d324df13bd26211bf041996a4a29 -> FETCH_HEAD
902026-03-18T00:36:02.302Z+ [[ -n john/execute-expunged-live-test ]]
912026-03-18T00:36:02.305Z++ git branch --show-current
922026-03-18T00:36:02.309Z+ current=main
932026-03-18T00:36:02.309Z+ [[ main != john/execute-expunged-live-test ]]
942026-03-18T00:36:02.309Z+ git branch -f john/execute-expunged-live-test bb4505a21d82d324df13bd26211bf041996a4a29
952026-03-18T00:36:02.312Z+ git checkout -f john/execute-expunged-live-test
962026-03-18T00:36:02.395ZSwitched to branch 'john/execute-expunged-live-test'
972026-03-18T00:36:02.398Z+ git reset --hard bb4505a21d82d324df13bd26211bf041996a4a29
982026-03-18T00:36:02.488ZHEAD is now at bb4505a21 missing import
992026-03-18T00:36:02.491Zprocess exited: duration 22021 ms, exit code 0
 
1002026-03-18T00:36:02.496Zstarting task 4: "build"
1012026-03-18T00:36:02.501Z+ source ./env.sh
1022026-03-18T00:36:02.504Z++ OLD_SHELL_OPTS=ehxB
1032026-03-18T00:36:02.504Z++ set -o xtrace
1042026-03-18T00:36:02.504Z++++ dirname ./env.sh
1052026-03-18T00:36:02.507Z+++ readlink -f .
1062026-03-18T00:36:02.511Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-18T00:36:02.511Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-18T00:36:02.511Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-18T00:36:02.511Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-18T00:36:02.511Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-18T00:36:02.511Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-03-18T00:36:02.511Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-03-18T00:36:02.511Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-03-18T00:36:02.511Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-18T00:36:02.511Z++ case $OLD_SHELL_OPTS in
1162026-03-18T00:36:02.511Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-18T00:36:02.511Z+ source .github/buildomat/ci-env.sh
1182026-03-18T00:36:02.511Z++ export CARGO_TERM_COLOR=always
1192026-03-18T00:36:02.511Z++ CARGO_TERM_COLOR=always
1202026-03-18T00:36:02.511Z+ cargo --version
1212026-03-18T00:36:02.519Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-18T00:36:02.522Z+ rustc --version
1232026-03-18T00:36:02.547Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-18T00:36:02.553Z+ banner prerequisites
1252026-03-18T00:36:02.556Z
1262026-03-18T00:36:02.556Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-18T00:36:02.556Z # # # # # # # # # # # # # # #
1282026-03-18T00:36:02.556Z # # # # ##### # # ##### # # # # # #### #
1292026-03-18T00:36:02.556Z ##### ##### # ##### # # # # # # # # #
1302026-03-18T00:36:02.556Z # # # # # # # # # # # # # # #
1312026-03-18T00:36:02.556Z # # # ###### # # ###### ### # #### # #### #
1322026-03-18T00:36:02.557Z
1332026-03-18T00:36:02.557Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-18T00:36:13.602Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-18T00:36:23.247Z Startup: Caching catalogs ... Done
1362026-03-18T00:36:45.376ZPlanning: Solver setup ... Done (20.498s)
1372026-03-18T00:36:45.528ZPlanning: Running solver ... Done (0.152s)
1382026-03-18T00:36:45.714ZPlanning: Finding local manifests ... Done (0.002s)
1392026-03-18T00:36:45.734ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-18T00:36:45.900ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-18T00:36:45.943ZPlanning: Package planning ... Done (0.043s)
1422026-03-18T00:36:45.986ZPlanning: Merging actions ... Done (0.042s)
1432026-03-18T00:36:46.221ZPlanning: Checking for conflicting actions ... Done (0.235s)
1442026-03-18T00:36:46.233ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-18T00:36:47.886ZPlanning: Evaluating mediators ... Done (1.653s)
1462026-03-18T00:36:47.894ZPlanning: Planning completed in 24.48 seconds
1472026-03-18T00:36:47.907Z Packages to install: 4
1482026-03-18T00:36:47.910Z Mediators to change: 2
1492026-03-18T00:36:47.910Z Services to change: 1
1502026-03-18T00:36:47.910Z Estimated space available: 155.43 GB
1512026-03-18T00:36:47.910ZEstimated space to be consumed: 1.83 GB
1522026-03-18T00:36:47.910Z Create boot environment: No
1532026-03-18T00:36:47.910ZCreate backup boot environment: No
1542026-03-18T00:36:47.910Z Rebuild boot archive: No
1552026-03-18T00:36:47.910Z
1562026-03-18T00:36:47.910ZChanged mediators:
1572026-03-18T00:36:47.910Z mediator clang:
1582026-03-18T00:36:47.910Z version: None -> 15 (system default)
1592026-03-18T00:36:47.910Z
1602026-03-18T00:36:47.910Z mediator llvm:
1612026-03-18T00:36:47.910Z version: 14 (system default) -> 15 (system default)
1622026-03-18T00:36:47.910Z
1632026-03-18T00:36:47.910ZChanged packages:
1642026-03-18T00:36:47.911Zhelios-dev
1652026-03-18T00:36:47.911Z developer/build-essential
1662026-03-18T00:36:47.911Z None -> 11-2.0
1672026-03-18T00:36:47.911Z library/libxmlsec1
1682026-03-18T00:36:47.911Z None -> 1.2.35-2.0
1692026-03-18T00:36:47.911Z ooce/developer/clang-15
1702026-03-18T00:36:47.911Z None -> 15.0.7-2.0
1712026-03-18T00:36:47.911Z ooce/developer/llvm-15
1722026-03-18T00:36:47.911Z None -> 15.0.7-2.0
1732026-03-18T00:36:47.911Z
1742026-03-18T00:36:47.911ZServices:
1752026-03-18T00:36:47.911Z restart_fmri:
1762026-03-18T00:36:47.911Z svc:/system/update-man-index:default
1772026-03-18T00:36:48.037Z
1782026-03-18T00:36:48.037ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-18T00:36:53.042ZDownload: 1272/3290 items 113.6/212.6MB 53% complete (22.8M/s)
1802026-03-18T00:37:02.304ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (15.8M/s)
1812026-03-18T00:37:07.340ZDownload: 3243/3290 items 200.9/212.6MB 94% complete (13.2M/s)
1822026-03-18T00:37:14.194ZDownload: 3287/3290 items 211.1/212.6MB 99% complete (9.8M/s)
1832026-03-18T00:37:14.295ZDownload: Completed 212.60 MB in 26.24 seconds (8.1M/s)
1842026-03-18T00:37:14.450Z Actions: 1/3689 actions (Installing new actions)
1852026-03-18T00:37:18.624Z Actions: Completed 3689 actions in 4.17 seconds.
1862026-03-18T00:37:18.993Z Done (0.364s)
1872026-03-18T00:37:18.993Z Done (0.000s)
1882026-03-18T00:37:19.998Z Done (1.005s)
1892026-03-18T00:37:23.894Z Done (3.549s)
1902026-03-18T00:37:23.975Z Done (0.016s)
1912026-03-18T00:37:23.978Z Done (0.000s)
1922026-03-18T00:37:24.166Z Done (0.000s)
1932026-03-18T00:37:25.134ZPlanning: Evaluating mediator changes ... Done
1942026-03-18T00:37:25.279ZPlanning: Checking for conflicting actions ... Done
1952026-03-18T00:37:25.282ZPlanning: Consolidating action changes ... Done
1962026-03-18T00:37:25.503ZPlanning: Evaluating mediators ... Done
1972026-03-18T00:37:25.506ZPlanning: Planning completed in 0.37 seconds
1982026-03-18T00:37:25.532Z Mediators to change: 2
1992026-03-18T00:37:25.532Z Create boot environment: No
2002026-03-18T00:37:25.535ZCreate backup boot environment: No
2012026-03-18T00:37:25.610Z Done
2022026-03-18T00:37:25.610Z Done
2032026-03-18T00:37:26.333Z Done
2042026-03-18T00:37:29.688Z Done
2052026-03-18T00:37:29.770Z Done
2062026-03-18T00:37:29.775Z Done
2072026-03-18T00:37:29.918Z Done
2082026-03-18T00:37:30.454ZPlanning: Evaluating mediator changes ... Done
2092026-03-18T00:37:30.468ZPlanning: Merging actions ... Done
2102026-03-18T00:37:30.622ZPlanning: Checking for conflicting actions ... Done
2112026-03-18T00:37:30.625ZPlanning: Consolidating action changes ... Done
2122026-03-18T00:37:30.845ZPlanning: Evaluating mediators ... Done
2132026-03-18T00:37:30.886ZPlanning: Planning completed in 0.64 seconds
2142026-03-18T00:37:30.917Z Packages to change: 1
2152026-03-18T00:37:30.917Z Mediators to change: 1
2162026-03-18T00:37:30.923Z Services to change: 1
2172026-03-18T00:37:30.923Z Create boot environment: No
2182026-03-18T00:37:30.923ZCreate backup boot environment: Yes
2192026-03-18T00:37:33.421Z Actions: 1/6 actions (Updating modified actions)
2202026-03-18T00:37:33.425Z Actions: Completed 6 actions in 0.00 seconds.
2212026-03-18T00:37:33.425Z Done
2222026-03-18T00:37:33.425Z Done
2232026-03-18T00:37:33.597Z Done
2242026-03-18T00:37:36.870Z Done
2252026-03-18T00:37:36.955Z Done
2262026-03-18T00:37:36.958Z Done
2272026-03-18T00:37:37.117Z Done
2282026-03-18T00:37:37.493ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-03-18T00:37:37.493Zclang system 15 system
2302026-03-18T00:37:37.493Zcsh system system illumos
2312026-03-18T00:37:37.493Zctags system system illumos
2322026-03-18T00:37:37.493Zfile system system illumos
2332026-03-18T00:37:37.493Zgcc vendor 12 vendor
2342026-03-18T00:37:37.493Zgcc system 10 system
2352026-03-18T00:37:37.493Zgcc system 7 system
2362026-03-18T00:37:37.493Zgo system 1.20 system
2372026-03-18T00:37:37.493Zgo system 1.19 system
2382026-03-18T00:37:37.493Zllvm system 15 system
2392026-03-18T00:37:37.494Zllvm system 14 system
2402026-03-18T00:37:37.494Zmariadb system 10.6 system
2412026-03-18T00:37:37.494Zmta vendor vendor dma
2422026-03-18T00:37:37.494Zopenjdk system 17 system
2432026-03-18T00:37:37.494Zopenjdk system 11 system
2442026-03-18T00:37:37.494Zopenjdk system 1.8 system
2452026-03-18T00:37:37.494Zopenssl vendor 3 vendor
2462026-03-18T00:37:37.494Zperl system 5.36 system
2472026-03-18T00:37:37.494Zpostgresql system 15 system
2482026-03-18T00:37:37.494Zpostgresql system 13 system
2492026-03-18T00:37:37.494Zpython vendor 3 vendor
2502026-03-18T00:37:37.494Zpython system 2 system
2512026-03-18T00:37:37.494Zpython3 system 3.11 system
2522026-03-18T00:37:37.494Zruby system 3.0 system
2532026-03-18T00:37:37.494Zwords vendor vendor american-english
2542026-03-18T00:37:37.494Zwords system system australian-english
2552026-03-18T00:37:37.494Zwords system system british-english
2562026-03-18T00:37:37.494Zwords system system canadian-english
2572026-03-18T00:37:37.494Zwords system system french
2582026-03-18T00:37:37.494Zwords system system italian
2592026-03-18T00:37:37.494Zwords system system ngerman
2602026-03-18T00:37:37.494Zwords system system ogerman
2612026-03-18T00:37:37.494Zwords system system spanish
2622026-03-18T00:37:37.791ZPUBLISHER TYPE STATUS P LOCATION
2632026-03-18T00:37:37.791Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-03-18T00:37:44.039ZFMRI IFO
2652026-03-18T00:37:44.039Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-03-18T00:37:44.039Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-03-18T00:37:44.039Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-03-18T00:37:44.039Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-03-18T00:37:44.039Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-03-18T00:37:44.039Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-03-18T00:37:44.039Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-03-18T00:37:44.039Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-03-18T00:37:44.039Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-03-18T00:37:44.039Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-03-18T00:37:44.039Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-03-18T00:37:44.039Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-03-18T00:37:44.040Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-03-18T00:37:44.040Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-03-18T00:37:44.040Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-03-18T00:37:44.040Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-03-18T00:37:45.252Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-03-18T00:37:45.279Z Updating crates.io index
2832026-03-18T00:37:46.096Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-03-18T00:37:46.140Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-03-18T00:37:46.457Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-03-18T00:37:46.706Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-03-18T00:37:47.241Z Updating git repository `https://github.com/oxidecomputer/falcon`
2882026-03-18T00:37:51.224Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-03-18T00:37:51.704Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-03-18T00:37:53.328Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-03-18T00:37:54.917Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-03-18T00:37:55.638Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-03-18T00:37:56.029Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-03-18T00:37:57.181Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-03-18T00:37:57.257Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-03-18T00:37:57.614Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-03-18T00:37:57.951Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-03-18T00:37:58.797Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-03-18T00:37:59.497Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-03-18T00:37:59.755Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-03-18T00:38:00.137Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-03-18T00:38:00.576Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-03-18T00:38:00.791Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-03-18T00:38:01.009Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-03-18T00:38:01.267Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-03-18T00:38:01.710Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-03-18T00:38:02.196Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-03-18T00:38:02.728Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-03-18T00:38:02.973Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-03-18T00:38:03.395Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-03-18T00:38:04.307Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-03-18T00:38:04.834Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-18T00:38:05.143Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-18T00:38:05.457Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-18T00:38:05.771Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-18T00:38:06.273Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-18T00:38:06.511Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-18T00:38:06.758Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-18T00:38:07.027Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-18T00:38:07.377Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-18T00:38:21.334Z Downloading crates ...
3222026-03-18T00:38:21.396Z Downloaded icu_provider v2.1.1
3232026-03-18T00:38:21.404Z Downloaded serde-value v0.7.0
3242026-03-18T00:38:21.408Z Downloaded anstyle-query v1.1.5
3252026-03-18T00:38:21.408Z Downloaded serde_tokenstream v0.2.3
3262026-03-18T00:38:21.411Z Downloaded ordered-float v2.10.1
3272026-03-18T00:38:21.414Z Downloaded itoa v1.0.17
3282026-03-18T00:38:21.414Z Downloaded textwrap v0.16.2
3292026-03-18T00:38:21.418Z Downloaded unicode-linebreak v0.1.5
3302026-03-18T00:38:21.421Z Downloaded zerofrom-derive v0.1.6
3312026-03-18T00:38:21.421Z Downloaded yoke-derive v0.8.1
3322026-03-18T00:38:21.421Z Downloaded yoke v0.8.1
3332026-03-18T00:38:21.422Z Downloaded anyhow v1.0.102
3342026-03-18T00:38:21.425Z Downloaded zerocopy-derive v0.7.35
3352026-03-18T00:38:21.429Z Downloaded zerovec-derive v0.11.2
3362026-03-18T00:38:21.433Z Downloaded writeable v0.6.2
3372026-03-18T00:38:21.433Z Downloaded version_check v0.9.5
3382026-03-18T00:38:21.433Z Downloaded toml_datetime v0.6.11
3392026-03-18T00:38:21.433Z Downloaded autocfg v1.5.0
3402026-03-18T00:38:21.437Z Downloaded toml_write v0.1.2
3412026-03-18T00:38:21.437Z Downloaded strsim v0.11.1
3422026-03-18T00:38:21.438Z Downloaded crypto-common v0.1.7
3432026-03-18T00:38:21.438Z Downloaded thread-id v4.2.2
3442026-03-18T00:38:21.441Z Downloaded utf8_iter v1.0.4
3452026-03-18T00:38:21.441Z Downloaded usdt-macro v0.5.0
3462026-03-18T00:38:21.441Z Downloaded serde_spanned v0.6.9
3472026-03-18T00:38:21.441Z Downloaded fnv v1.0.7
3482026-03-18T00:38:21.444Z Downloaded cpufeatures v0.2.17
3492026-03-18T00:38:21.444Z Downloaded usdt v0.5.0
3502026-03-18T00:38:21.444Z Downloaded usdt-attr-macro v0.5.0
3512026-03-18T00:38:21.447Z Downloaded unicode-xid v0.2.6
3522026-03-18T00:38:21.447Z Downloaded scroll v0.12.0
3532026-03-18T00:38:21.447Z Downloaded digest v0.10.7
3542026-03-18T00:38:21.451Z Downloaded serde-untagged v0.1.9
3552026-03-18T00:38:21.451Z Downloaded zerofrom v0.1.6
3562026-03-18T00:38:21.454Z Downloaded proc-macro-error v1.0.4
3572026-03-18T00:38:21.454Z Downloaded errno v0.3.14
3582026-03-18T00:38:21.454Z Downloaded anstyle-parse v0.2.7
3592026-03-18T00:38:21.457Z Downloaded thiserror-impl v2.0.18
3602026-03-18T00:38:21.458Z Downloaded thiserror v1.0.69
3612026-03-18T00:38:21.461Z Downloaded usdt-impl v0.5.0
3622026-03-18T00:38:21.465Z Downloaded toml v0.8.23
3632026-03-18T00:38:21.466Z Downloaded thiserror v2.0.18
3642026-03-18T00:38:21.469Z Downloaded icu_normalizer_data v2.1.1
3652026-03-18T00:38:21.472Z Downloaded tinystr v0.8.2
3662026-03-18T00:38:21.472Z Downloaded equivalent v1.0.2
3672026-03-18T00:38:21.472Z Downloaded ucd-trie v0.1.7
3682026-03-18T00:38:21.475Z Downloaded block-buffer v0.10.4
3692026-03-18T00:38:21.475Z Downloaded stable_deref_trait v1.2.1
3702026-03-18T00:38:21.475Z Downloaded memmap v0.7.0
3712026-03-18T00:38:21.478Z Downloaded dtrace-parser v0.2.0
3722026-03-18T00:38:21.478Z Downloaded potential_utf v0.1.4
3732026-03-18T00:38:21.478Z Downloaded heck v0.5.0
3742026-03-18T00:38:21.481Z Downloaded generic-array v0.14.7
3752026-03-18T00:38:21.481Z Downloaded unicode-ident v1.0.24
3762026-03-18T00:38:21.484Z Downloaded proc-macro-error-attr v1.0.4
3772026-03-18T00:38:21.484Z Downloaded fastrand v2.3.0
3782026-03-18T00:38:21.484Z Downloaded percent-encoding v2.3.2
3792026-03-18T00:38:21.487Z Downloaded zmij v1.0.21
3802026-03-18T00:38:21.487Z Downloaded is_terminal_polyfill v1.70.2
3812026-03-18T00:38:21.487Z Downloaded clap_lex v1.0.0
3822026-03-18T00:38:21.489Z Downloaded zerotrie v0.2.3
3832026-03-18T00:38:21.492Z Downloaded swrite v0.1.0
3842026-03-18T00:38:21.492Z Downloaded smawk v0.3.2
3852026-03-18T00:38:21.493Z Downloaded url v2.5.8
3862026-03-18T00:38:21.495Z Downloaded zerovec v0.11.5
3872026-03-18T00:38:21.498Z Downloaded typenum v1.19.0
3882026-03-18T00:38:21.501Z Downloaded heck v0.4.1
3892026-03-18T00:38:21.501Z Downloaded form_urlencoded v1.2.2
3902026-03-18T00:38:21.504Z Downloaded scroll_derive v0.12.1
3912026-03-18T00:38:21.504Z Downloaded tabled_derive v0.7.0
3922026-03-18T00:38:21.504Z Downloaded dof v0.3.0
3932026-03-18T00:38:21.504Z Downloaded colorchoice v1.0.4
3942026-03-18T00:38:21.507Z Downloaded cfg-if v1.0.4
3952026-03-18T00:38:21.507Z Downloaded camino-tempfile v1.4.1
3962026-03-18T00:38:21.510Z Downloaded typeid v1.0.3
3972026-03-18T00:38:21.510Z Downloaded idna_adapter v1.2.1
3982026-03-18T00:38:21.510Z Downloaded thiserror-impl v1.0.69
3992026-03-18T00:38:21.513Z Downloaded plain v0.2.3
4002026-03-18T00:38:21.513Z Downloaded utf8parse v0.2.2
4012026-03-18T00:38:21.513Z Downloaded anstyle v1.0.13
4022026-03-18T00:38:21.516Z Downloaded anstream v0.6.21
4032026-03-18T00:38:21.516Z Downloaded macaddr v1.0.1
4042026-03-18T00:38:21.518Z Downloaded fs-err v3.3.0
4052026-03-18T00:38:21.519Z Downloaded toml_edit v0.22.27
4062026-03-18T00:38:21.521Z Downloaded zerocopy v0.7.35
4072026-03-18T00:38:21.532Z Downloaded terminal_size v0.4.3
4082026-03-18T00:38:21.535Z Downloaded winnow v0.7.14
4092026-03-18T00:38:21.540Z Downloaded displaydoc v0.2.5
4102026-03-18T00:38:21.542Z Downloaded unicode-width v0.1.14
4112026-03-18T00:38:21.546Z Downloaded clap_derive v4.5.55
4122026-03-18T00:38:21.548Z Downloaded cargo_metadata v0.21.0
4132026-03-18T00:38:21.552Z Downloaded unicode-width v0.2.0
4142026-03-18T00:38:21.554Z Downloaded quote v1.0.44
4152026-03-18T00:38:21.557Z Downloaded camino v1.2.2
4162026-03-18T00:38:21.557Z Downloaded semver v1.0.27
4172026-03-18T00:38:21.571Z Downloaded pretty-hex v0.4.1
4182026-03-18T00:38:21.571Z Downloaded erased-serde v0.4.9
4192026-03-18T00:38:21.571Z Downloaded sha2 v0.10.9
4202026-03-18T00:38:21.571Z Downloaded byteorder v1.5.0
4212026-03-18T00:38:21.571Z Downloaded cargo-platform v0.2.0
4222026-03-18T00:38:21.571Z Downloaded bytecount v0.6.9
4232026-03-18T00:38:21.571Z Downloaded bitflags v2.11.0
4242026-03-18T00:38:21.571Z Downloaded pest_generator v2.8.6
4252026-03-18T00:38:21.575Z Downloaded cargo-util-schemas v0.8.2
4262026-03-18T00:38:21.575Z Downloaded once_cell v1.21.3
4272026-03-18T00:38:21.575Z Downloaded litemap v0.8.1
4282026-03-18T00:38:21.578Z Downloaded clap v4.5.60
4292026-03-18T00:38:21.581Z Downloaded papergrid v0.11.0
4302026-03-18T00:38:21.585Z Downloaded cargo_toml v0.21.0
4312026-03-18T00:38:21.587Z Downloaded pest_derive v2.8.6
4322026-03-18T00:38:21.591Z Downloaded tempfile v3.25.0
4332026-03-18T00:38:21.594Z Downloaded smallvec v1.15.1
4342026-03-18T00:38:21.603Z Downloaded num-traits v0.2.19
4352026-03-18T00:38:21.614Z Downloaded icu_properties v2.1.2
4362026-03-18T00:38:21.617Z Downloaded log v0.4.29
4372026-03-18T00:38:21.620Z Downloaded synstructure v0.13.2
4382026-03-18T00:38:21.620Z Downloaded getrandom v0.4.1
4392026-03-18T00:38:21.625Z Downloaded serde_derive v1.0.228
4402026-03-18T00:38:21.628Z Downloaded proc-macro2 v1.0.106
4412026-03-18T00:38:21.636Z Downloaded icu_collections v2.1.1
4422026-03-18T00:38:21.641Z Downloaded pest_meta v2.8.6
4432026-03-18T00:38:21.647Z Downloaded icu_normalizer v2.1.1
4442026-03-18T00:38:21.649Z Downloaded icu_locale_core v2.1.1
4452026-03-18T00:38:21.653Z Downloaded serde_core v1.0.228
4462026-03-18T00:38:21.665Z Downloaded serde v1.0.228
4472026-03-18T00:38:21.670Z Downloaded indexmap v2.13.0
4482026-03-18T00:38:21.679Z Downloaded memchr v2.8.0
4492026-03-18T00:38:21.712Z Downloaded pest v2.8.6
4502026-03-18T00:38:21.719Z Downloaded serde_json v1.0.149
4512026-03-18T00:38:21.725Z Downloaded hashbrown v0.16.1
4522026-03-18T00:38:21.730Z Downloaded idna v1.1.0
4532026-03-18T00:38:21.741Z Downloaded clap_builder v4.5.60
4542026-03-18T00:38:21.747Z Downloaded icu_properties_data v2.1.2
4552026-03-18T00:38:21.752Z Downloaded goblin v0.8.2
4562026-03-18T00:38:21.765Z Downloaded tabled v0.15.0
4572026-03-18T00:38:21.786Z Downloaded syn v1.0.109
4582026-03-18T00:38:21.794Z Downloaded syn v2.0.117
4592026-03-18T00:38:21.808Z Downloaded rustix v1.1.3
4602026-03-18T00:38:21.843Z Downloaded libc v0.2.180
4612026-03-18T00:38:21.926Z Compiling proc-macro2 v1.0.106
4622026-03-18T00:38:21.930Z Compiling quote v1.0.44
4632026-03-18T00:38:21.930Z Compiling unicode-ident v1.0.24
4642026-03-18T00:38:21.930Z Compiling serde_core v1.0.228
4652026-03-18T00:38:21.930Z Compiling libc v0.2.180
4662026-03-18T00:38:21.930Z Compiling version_check v0.9.5
4672026-03-18T00:38:21.930Z Compiling memchr v2.8.0
4682026-03-18T00:38:21.930Z Compiling serde v1.0.228
4692026-03-18T00:38:22.336Z Compiling stable_deref_trait v1.2.1
4702026-03-18T00:38:22.439Z Compiling zmij v1.0.21
4712026-03-18T00:38:22.642Z Compiling itoa v1.0.17
4722026-03-18T00:38:22.711Z Compiling thiserror v1.0.69
4732026-03-18T00:38:22.734Z Compiling ucd-trie v0.1.7
4742026-03-18T00:38:22.901Z Compiling autocfg v1.5.0
4752026-03-18T00:38:23.179Z Compiling pest v2.8.6
4762026-03-18T00:38:23.216Z Compiling writeable v0.6.2
4772026-03-18T00:38:23.303Z Compiling litemap v0.8.1
4782026-03-18T00:38:23.339Z Compiling icu_properties_data v2.1.2
4792026-03-18T00:38:23.511Z Compiling rustix v1.1.3
4802026-03-18T00:38:23.579Z Compiling byteorder v1.5.0
4812026-03-18T00:38:23.860Z Compiling syn v2.0.117
4822026-03-18T00:38:23.886Z Compiling icu_normalizer_data v2.1.1
4832026-03-18T00:38:23.980Z Compiling errno v0.3.14
4842026-03-18T00:38:24.003Z Compiling bitflags v2.11.0
4852026-03-18T00:38:24.136Z Compiling serde_json v1.0.149
4862026-03-18T00:38:24.294Z Compiling num-traits v0.2.19
4872026-03-18T00:38:24.399Z Compiling equivalent v1.0.2
4882026-03-18T00:38:24.438Z Compiling hashbrown v0.16.1
4892026-03-18T00:38:24.531Z Compiling typeid v1.0.3
4902026-03-18T00:38:24.737Z Compiling pest_meta v2.8.6
4912026-03-18T00:38:24.856Z Compiling smallvec v1.15.1
4922026-03-18T00:38:25.125Z Compiling indexmap v2.13.0
4932026-03-18T00:38:25.148Z Compiling thread-id v4.2.2
4942026-03-18T00:38:25.178Z Compiling usdt-impl v0.5.0
4952026-03-18T00:38:25.251Z Compiling proc-macro-error-attr v1.0.4
4962026-03-18T00:38:25.274Z Compiling toml_write v0.1.2
4972026-03-18T00:38:25.440Z Compiling syn v1.0.109
4982026-03-18T00:38:25.492Z Compiling erased-serde v0.4.9
4992026-03-18T00:38:25.542Z Compiling winnow v0.7.14
5002026-03-18T00:38:26.074Z Compiling proc-macro-error v1.0.4
5012026-03-18T00:38:26.170Z Compiling utf8parse v0.2.2
5022026-03-18T00:38:26.302Z Compiling plain v0.2.3
5032026-03-18T00:38:26.324Z Compiling percent-encoding v2.3.2
5042026-03-18T00:38:26.440Z Compiling utf8_iter v1.0.4
5052026-03-18T00:38:26.568Z Compiling thiserror v2.0.18
5062026-03-18T00:38:26.630Z Compiling log v0.4.29
5072026-03-18T00:38:26.860Z Compiling getrandom v0.4.1
5082026-03-18T00:38:26.863Z Compiling camino v1.2.2
5092026-03-18T00:38:27.035Z Compiling ordered-float v2.10.1
5102026-03-18T00:38:27.325Z Compiling form_urlencoded v1.2.2
5112026-03-18T00:38:27.397Z Compiling anstyle-parse v0.2.7
5122026-03-18T00:38:27.469Z Compiling terminal_size v0.4.3
5132026-03-18T00:38:27.574Z Compiling synstructure v0.13.2
5142026-03-18T00:38:27.641Z Compiling pest_generator v2.8.6
5152026-03-18T00:38:27.666Z Compiling anstyle-query v1.1.5
5162026-03-18T00:38:27.802Z Compiling colorchoice v1.0.4
5172026-03-18T00:38:27.826Z Compiling cfg-if v1.0.4
5182026-03-18T00:38:27.923Z Compiling pretty-hex v0.4.1
5192026-03-18T00:38:27.951Z Compiling is_terminal_polyfill v1.70.2
5202026-03-18T00:38:27.975Z Compiling anstyle v1.0.13
5212026-03-18T00:38:28.074Z Compiling serde-untagged v0.1.9
5222026-03-18T00:38:28.248Z Compiling anstream v0.6.21
5232026-03-18T00:38:28.312Z Compiling semver v1.0.27
5242026-03-18T00:38:28.403Z Compiling fs-err v3.3.0
5252026-03-18T00:38:28.614Z Compiling fastrand v2.3.0
5262026-03-18T00:38:28.661Z Compiling once_cell v1.21.3
5272026-03-18T00:38:28.685Z Compiling fnv v1.0.7
5282026-03-18T00:38:28.750Z Compiling bytecount v0.6.9
5292026-03-18T00:38:28.808Z Compiling unicode-width v0.1.14
5302026-03-18T00:38:28.832Z Compiling anyhow v1.0.102
5312026-03-18T00:38:28.917Z Compiling heck v0.5.0
5322026-03-18T00:38:28.943Z Compiling clap_lex v1.0.0
5332026-03-18T00:38:28.967Z Compiling strsim v0.11.1
5342026-03-18T00:38:29.221Z Compiling heck v0.4.1
5352026-03-18T00:38:29.245Z Compiling unicode-xid v0.2.6
5362026-03-18T00:38:29.406Z Compiling clap_builder v4.5.60
5372026-03-18T00:38:29.429Z Compiling papergrid v0.11.0
5382026-03-18T00:38:29.513Z Compiling tempfile v3.25.0
5392026-03-18T00:38:29.565Z Compiling memmap v0.7.0
5402026-03-18T00:38:29.665Z Compiling unicode-width v0.2.0
5412026-03-18T00:38:29.800Z Compiling smawk v0.3.2
5422026-03-18T00:38:29.971Z Compiling unicode-linebreak v0.1.5
5432026-03-18T00:38:30.007Z Compiling camino-tempfile v1.4.1
5442026-03-18T00:38:30.141Z Compiling serde_derive v1.0.228
5452026-03-18T00:38:30.286Z Compiling zerofrom-derive v0.1.6
5462026-03-18T00:38:30.311Z Compiling yoke-derive v0.8.1
5472026-03-18T00:38:30.385Z Compiling zerovec-derive v0.11.2
5482026-03-18T00:38:30.410Z Compiling displaydoc v0.2.5
5492026-03-18T00:38:31.376Z Compiling thiserror-impl v1.0.69
5502026-03-18T00:38:31.399Z Compiling zerocopy-derive v0.7.35
5512026-03-18T00:38:31.852Z Compiling pest_derive v2.8.6
5522026-03-18T00:38:31.852Z Compiling scroll_derive v0.12.1
5532026-03-18T00:38:32.248Z Compiling zerofrom v0.1.6
5542026-03-18T00:38:32.418Z Compiling yoke v0.8.1
5552026-03-18T00:38:32.446Z Compiling thiserror-impl v2.0.18
5562026-03-18T00:38:32.543Z Compiling zerocopy v0.7.35
5572026-03-18T00:38:32.674Z Compiling zerovec v0.11.5
5582026-03-18T00:38:32.766Z Compiling zerotrie v0.2.3
5592026-03-18T00:38:33.164Z Compiling scroll v0.12.0
5602026-03-18T00:38:33.244Z Compiling dtrace-parser v0.2.0
5612026-03-18T00:38:33.349Z Compiling tinystr v0.8.2
5622026-03-18T00:38:33.374Z Compiling potential_utf v0.1.4
5632026-03-18T00:38:33.518Z Compiling goblin v0.8.2
5642026-03-18T00:38:33.587Z Compiling icu_locale_core v2.1.1
5652026-03-18T00:38:33.619Z Compiling icu_collections v2.1.1
5662026-03-18T00:38:33.705Z Compiling tabled_derive v0.7.0
5672026-03-18T00:38:34.120Z Compiling clap_derive v4.5.55
5682026-03-18T00:38:34.277Z Compiling textwrap v0.16.2
5692026-03-18T00:38:34.415Z Compiling icu_provider v2.1.1
5702026-03-18T00:38:34.803Z Compiling icu_normalizer v2.1.1
5712026-03-18T00:38:34.827Z Compiling icu_properties v2.1.2
5722026-03-18T00:38:34.910Z Compiling serde_spanned v0.6.9
5732026-03-18T00:38:34.913Z Compiling toml_datetime v0.6.11
5742026-03-18T00:38:34.913Z Compiling dof v0.3.0
5752026-03-18T00:38:34.983Z Compiling serde_tokenstream v0.2.3
5762026-03-18T00:38:35.096Z Compiling serde-value v0.7.0
5772026-03-18T00:38:35.276Z Compiling toml_edit v0.22.27
5782026-03-18T00:38:35.472Z Compiling cargo-platform v0.2.0
5792026-03-18T00:38:35.523Z Compiling tabled v0.15.0
5802026-03-18T00:38:35.583Z Compiling macaddr v1.0.1
5812026-03-18T00:38:35.871Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5822026-03-18T00:38:36.198Z Compiling idna_adapter v1.2.1
5832026-03-18T00:38:36.220Z Compiling usdt-attr-macro v0.5.0
5842026-03-18T00:38:36.313Z Compiling usdt-macro v0.5.0
5852026-03-18T00:38:36.377Z Compiling idna v1.1.0
5862026-03-18T00:38:36.377Z Compiling swrite v0.1.0
5872026-03-18T00:38:36.480Z Compiling clap v4.5.60
5882026-03-18T00:38:36.771Z Compiling url v2.5.8
5892026-03-18T00:38:37.251Z Compiling toml v0.8.23
5902026-03-18T00:38:37.508Z Compiling usdt v0.5.0
5912026-03-18T00:38:37.832Z Compiling cargo-util-schemas v0.8.2
5922026-03-18T00:38:37.869Z Compiling cargo_toml v0.21.0
5932026-03-18T00:38:39.018Z Compiling cargo_metadata v0.21.0
5942026-03-18T00:38:40.289Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-18T00:38:43.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.29s
5962026-03-18T00:38:43.389Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-18T00:38:44.122Z Downloading crates ...
5982026-03-18T00:38:44.236Z Downloaded arrayref v0.3.9
5992026-03-18T00:38:44.243Z Downloaded adler2 v2.0.1
6002026-03-18T00:38:44.246Z Downloaded aead v0.5.2
6012026-03-18T00:38:44.249Z Downloaded arrayvec v0.7.6
6022026-03-18T00:38:44.252Z Downloaded allocator-api2 v0.2.21
6032026-03-18T00:38:44.255Z Downloaded array-init v0.0.4
6042026-03-18T00:38:44.255Z Downloaded ctr v0.9.2
6052026-03-18T00:38:44.255Z Downloaded console v0.16.2
6062026-03-18T00:38:44.258Z Downloaded cargo_toml v0.22.3
6072026-03-18T00:38:44.261Z Downloaded defmt-parser v1.0.0
6082026-03-18T00:38:44.261Z Downloaded daft-derive v0.1.5
6092026-03-18T00:38:44.265Z Downloaded dirs-next v2.0.0
6102026-03-18T00:38:44.269Z Downloaded ciborium v0.2.2
6112026-03-18T00:38:44.269Z Downloaded critical-section v1.2.0
6122026-03-18T00:38:44.269Z Downloaded cassowary v0.3.0
6132026-03-18T00:38:44.271Z Downloaded atomic-waker v1.1.2
6142026-03-18T00:38:44.274Z Downloaded chacha20poly1305 v0.10.1
6152026-03-18T00:38:44.277Z Downloaded castaway v0.2.4
6162026-03-18T00:38:44.277Z Downloaded bitflags v1.3.2
6172026-03-18T00:38:44.280Z Downloaded blake2 v0.10.6
6182026-03-18T00:38:44.283Z Downloaded crossbeam-deque v0.8.6
6192026-03-18T00:38:44.283Z Downloaded cfg_aliases v0.2.1
6202026-03-18T00:38:44.285Z Downloaded cargo_metadata v0.19.2
6212026-03-18T00:38:44.285Z Downloaded crossbeam-epoch v0.9.18
6222026-03-18T00:38:44.288Z Downloaded crossbeam-channel v0.5.15
6232026-03-18T00:38:44.294Z Downloaded bcs v0.1.6
6242026-03-18T00:38:44.294Z Downloaded downcast-rs v2.0.2
6252026-03-18T00:38:44.294Z Downloaded csv-core v0.1.13
6262026-03-18T00:38:44.298Z Downloaded async-recursion v1.1.1
6272026-03-18T00:38:44.298Z Downloaded crossbeam-utils v0.8.21
6282026-03-18T00:38:44.301Z Downloaded globset v0.4.18
6292026-03-18T00:38:44.303Z Downloaded deranged v0.5.8
6302026-03-18T00:38:44.303Z Downloaded cobs v0.3.0
6312026-03-18T00:38:44.306Z Downloaded bitfield-macros v0.19.4
6322026-03-18T00:38:44.306Z Downloaded env_logger v0.11.9
6332026-03-18T00:38:44.311Z Downloaded env_filter v1.0.0
6342026-03-18T00:38:44.311Z Downloaded fixedbitset v0.4.2
6352026-03-18T00:38:44.314Z Downloaded blowfish v0.9.1
6362026-03-18T00:38:44.314Z Downloaded base64 v0.22.1
6372026-03-18T00:38:44.317Z Downloaded document-features v0.2.12
6382026-03-18T00:38:44.317Z Downloaded darling_macro v0.21.3
6392026-03-18T00:38:44.320Z Downloaded curve25519-dalek-derive v0.1.1
6402026-03-18T00:38:44.320Z Downloaded darling v0.23.0
6412026-03-18T00:38:44.323Z Downloaded fallible-iterator v0.2.0
6422026-03-18T00:38:44.327Z Downloaded atty v0.2.14
6432026-03-18T00:38:44.327Z Downloaded foreign-types v0.3.2
6442026-03-18T00:38:44.332Z Downloaded foreign-types-shared v0.1.1
6452026-03-18T00:38:44.332Z Downloaded embedded-io v0.4.0
6462026-03-18T00:38:44.332Z Downloaded flagset v0.4.7
6472026-03-18T00:38:44.332Z Downloaded bitfield-struct v0.6.2
6482026-03-18T00:38:44.335Z Downloaded dtrace-parser v0.3.0
6492026-03-18T00:38:44.335Z Downloaded derive_builder_macro v0.20.2
6502026-03-18T00:38:44.335Z Downloaded either v1.15.0
6512026-03-18T00:38:44.342Z Downloaded cstr-argument v0.1.2
6522026-03-18T00:38:44.342Z Downloaded crc v3.4.0
6532026-03-18T00:38:44.342Z Downloaded bb8 v0.8.6
6542026-03-18T00:38:44.345Z Downloaded ascii-canvas v3.0.0
6552026-03-18T00:38:44.345Z Downloaded dof v0.4.0
6562026-03-18T00:38:44.345Z Downloaded darling_macro v0.23.0
6572026-03-18T00:38:44.345Z Downloaded fd-lock v4.0.4
6582026-03-18T00:38:44.345Z Downloaded block-padding v0.3.3
6592026-03-18T00:38:44.345Z Downloaded cpufeatures v0.3.0
6602026-03-18T00:38:44.348Z Downloaded diesel-dtrace v0.5.0
6612026-03-18T00:38:44.350Z Downloaded filetime v0.2.27
6622026-03-18T00:38:44.350Z Downloaded foreign-types-macros v0.2.3
6632026-03-18T00:38:44.353Z Downloaded dropshot-api-manager-types v0.6.0
6642026-03-18T00:38:44.353Z Downloaded ciborium-io v0.2.2
6652026-03-18T00:38:44.353Z Downloaded cfg_aliases v0.1.1
6662026-03-18T00:38:44.356Z Downloaded expectorate v1.2.0
6672026-03-18T00:38:44.358Z Downloaded float-ord v0.3.2
6682026-03-18T00:38:44.358Z Downloaded daft v0.1.5
6692026-03-18T00:38:44.361Z Downloaded endian-type v0.1.2
6702026-03-18T00:38:44.361Z Downloaded embedded-io v0.6.1
6712026-03-18T00:38:44.361Z Downloaded erased-serde v0.3.31
6722026-03-18T00:38:44.364Z Downloaded ff v0.13.1
6732026-03-18T00:38:44.367Z Downloaded crossterm v0.28.1
6742026-03-18T00:38:44.369Z Downloaded bit-set v0.5.3
6752026-03-18T00:38:44.372Z Downloaded defmt v1.0.1
6762026-03-18T00:38:44.375Z Downloaded enum-as-inner v0.6.1
6772026-03-18T00:38:44.378Z Downloaded diesel_table_macro_syntax v0.3.0
6782026-03-18T00:38:44.378Z Downloaded buf-list v1.1.2
6792026-03-18T00:38:44.380Z Downloaded futures-macro v0.3.32
6802026-03-18T00:38:44.380Z Downloaded futures-core v0.3.32
6812026-03-18T00:38:44.383Z Downloaded defmt-macros v1.0.1
6822026-03-18T00:38:44.386Z Downloaded bzip2 v0.6.1
6832026-03-18T00:38:44.386Z Downloaded base16ct v1.0.0
6842026-03-18T00:38:44.388Z Downloaded async-bb8-diesel v0.2.1
6852026-03-18T00:38:44.391Z Downloaded fxhash v0.2.1
6862026-03-18T00:38:44.391Z Downloaded des v0.8.1
6872026-03-18T00:38:44.391Z Downloaded defmt v0.3.100
6882026-03-18T00:38:44.394Z Downloaded arc-swap v1.8.2
6892026-03-18T00:38:44.397Z Downloaded bytes v1.11.1
6902026-03-18T00:38:44.399Z Downloaded foreign-types v0.5.0
6912026-03-18T00:38:44.399Z Downloaded bitfield v0.19.4
6922026-03-18T00:38:44.402Z Downloaded futures-task v0.3.32
6932026-03-18T00:38:44.402Z Downloaded float-cmp v0.10.0
6942026-03-18T00:38:44.405Z Downloaded futures-io v0.3.32
6952026-03-18T00:38:44.405Z Downloaded git-stub v1.0.0
6962026-03-18T00:38:44.408Z Downloaded ghash v0.5.1
6972026-03-18T00:38:44.408Z Downloaded gethostname v0.5.0
6982026-03-18T00:38:44.410Z Downloaded foldhash v0.1.5
6992026-03-18T00:38:44.410Z Downloaded der_derive v0.7.3
7002026-03-18T00:38:44.410Z Downloaded funty v2.0.0
7012026-03-18T00:38:44.413Z Downloaded hash32 v0.2.1
7022026-03-18T00:38:44.413Z Downloaded home v0.5.12
7032026-03-18T00:38:44.416Z Downloaded headers-core v0.3.0
7042026-03-18T00:38:44.416Z Downloaded hex-literal v0.4.1
7052026-03-18T00:38:44.416Z Downloaded hash32 v0.3.1
7062026-03-18T00:38:44.419Z Downloaded hostname v0.3.1
7072026-03-18T00:38:44.419Z Downloaded globwalk v0.9.1
7082026-03-18T00:38:44.421Z Downloaded foreign-types-shared v0.3.1
7092026-03-18T00:38:44.421Z Downloaded dsl_auto_type v0.2.0
7102026-03-18T00:38:44.424Z Downloaded backoff v0.4.0
7112026-03-18T00:38:44.424Z Downloaded darling v0.21.3
7122026-03-18T00:38:44.428Z Downloaded cmake v0.1.57
7132026-03-18T00:38:44.431Z Downloaded cipher v0.4.4
7142026-03-18T00:38:44.433Z Downloaded foldhash v0.2.0
7152026-03-18T00:38:44.433Z Downloaded argon2 v0.5.3
7162026-03-18T00:38:44.436Z Downloaded chacha20 v0.9.1
7172026-03-18T00:38:44.436Z Downloaded hubpack_derive v0.1.1
7182026-03-18T00:38:44.439Z Downloaded httpdate v1.0.3
7192026-03-18T00:38:44.439Z Downloaded derive-where v1.6.0
7202026-03-18T00:38:44.442Z Downloaded internet-checksum v0.2.1
7212026-03-18T00:38:44.446Z Downloaded indent_write v2.2.0
7222026-03-18T00:38:44.446Z Downloaded corncobs v0.1.4
7232026-03-18T00:38:44.446Z Downloaded darling_core v0.20.11
7242026-03-18T00:38:44.449Z Downloaded fixedbitset v0.5.7
7252026-03-18T00:38:44.452Z Downloaded constant_time_eq v0.4.2
7262026-03-18T00:38:44.455Z Downloaded inout v0.1.4
7272026-03-18T00:38:44.455Z Downloaded data-encoding v2.10.0
7282026-03-18T00:38:44.455Z Downloaded hubpack v0.1.2
7292026-03-18T00:38:44.457Z Downloaded futures-sink v0.3.32
7302026-03-18T00:38:44.457Z Downloaded camino-tempfile-ext v0.3.3
7312026-03-18T00:38:44.460Z Downloaded is_ci v1.2.0
7322026-03-18T00:38:44.460Z Downloaded der v0.7.10
7332026-03-18T00:38:44.479Z Downloaded instant v0.1.13
7342026-03-18T00:38:44.495Z Downloaded derive-ex v0.1.8
7352026-03-18T00:38:44.495Z Downloaded instability v0.3.11
7362026-03-18T00:38:44.495Z Downloaded ident_case v1.0.1
7372026-03-18T00:38:44.496Z Downloaded http-range v0.1.5
7382026-03-18T00:38:44.496Z Downloaded hostname v0.4.2
7392026-03-18T00:38:44.496Z Downloaded derive_builder v0.20.2
7402026-03-18T00:38:44.496Z Downloaded futures-executor v0.3.32
7412026-03-18T00:38:44.496Z Downloaded fs_extra v1.3.0
7422026-03-18T00:38:44.496Z Downloaded lazy_static v1.5.0
7432026-03-18T00:38:44.499Z Downloaded lalrpop-util v0.19.12
7442026-03-18T00:38:44.499Z Downloaded linked-hash-map v0.5.6
7452026-03-18T00:38:44.499Z Downloaded libscf-sys v1.1.0
7462026-03-18T00:38:44.499Z Downloaded glob v0.3.3
7472026-03-18T00:38:44.502Z Downloaded ena v0.14.4
7482026-03-18T00:38:44.502Z Downloaded hyper-tls v0.6.0
7492026-03-18T00:38:44.505Z Downloaded kstat-rs v0.2.4
7502026-03-18T00:38:44.505Z Downloaded keccak v0.1.6
7512026-03-18T00:38:44.508Z Downloaded diff v0.1.13
7522026-03-18T00:38:44.508Z Downloaded lru-cache v0.1.2
7532026-03-18T00:38:44.509Z Downloaded ingot v0.1.1
7542026-03-18T00:38:44.511Z Downloaded impl-trait-for-tuples v0.2.3
7552026-03-18T00:38:44.514Z Downloaded crc32fast v1.5.0
7562026-03-18T00:38:44.514Z Downloaded flate2 v1.1.9
7572026-03-18T00:38:44.518Z Downloaded half v1.8.3
7582026-03-18T00:38:44.521Z Downloaded base64ct v1.8.3
7592026-03-18T00:38:44.524Z Downloaded lzss v0.8.2
7602026-03-18T00:38:44.524Z Downloaded lru-slab v0.1.2
7612026-03-18T00:38:44.527Z Downloaded const-oid v0.9.6
7622026-03-18T00:38:44.527Z Downloaded ipnetwork v0.21.1
7632026-03-18T00:38:44.530Z Downloaded cookie v0.18.1
7642026-03-18T00:38:44.530Z Downloaded md5 v0.7.0
7652026-03-18T00:38:44.533Z Downloaded maplit v1.0.2
7662026-03-18T00:38:44.533Z Downloaded derive_builder_core v0.20.2
7672026-03-18T00:38:44.536Z Downloaded md-5 v0.10.6
7682026-03-18T00:38:44.536Z Downloaded managed v0.8.0
7692026-03-18T00:38:44.539Z Downloaded darling v0.20.11
7702026-03-18T00:38:44.541Z Downloaded lru v0.12.5
7712026-03-18T00:38:44.545Z Downloaded indoc v1.0.9
7722026-03-18T00:38:44.545Z Downloaded maybe-uninit v2.0.0
7732026-03-18T00:38:44.548Z Downloaded normalize-line-endings v0.3.0
7742026-03-18T00:38:44.548Z Downloaded getrandom v0.2.17
7752026-03-18T00:38:44.551Z Downloaded fatfs v0.3.6
7762026-03-18T00:38:44.554Z Downloaded newline-converter v0.3.0
7772026-03-18T00:38:44.554Z Downloaded new_debug_unreachable v1.0.6
7782026-03-18T00:38:44.554Z Downloaded nodrop v0.1.14
7792026-03-18T00:38:44.556Z Downloaded console v0.15.11
7802026-03-18T00:38:44.556Z Downloaded nonempty v0.12.0
7812026-03-18T00:38:44.559Z Downloaded num v0.4.3
7822026-03-18T00:38:44.559Z Downloaded num-derive v0.3.3
7832026-03-18T00:38:44.562Z Downloaded num-derive v0.4.2
7842026-03-18T00:38:44.562Z Downloaded num-conv v0.2.0
7852026-03-18T00:38:44.565Z Downloaded colored v2.2.0
7862026-03-18T00:38:44.568Z Downloaded cookie_store v0.22.1
7872026-03-18T00:38:44.568Z Downloaded libsw-core v0.3.2
7882026-03-18T00:38:44.570Z Downloaded libsw v3.5.0
7892026-03-18T00:38:44.571Z Downloaded libloading v0.8.9
7902026-03-18T00:38:44.573Z Downloaded nibble_vec v0.1.0
7912026-03-18T00:38:44.576Z Downloaded num-iter v0.1.45
7922026-03-18T00:38:44.576Z Downloaded jobserver v0.1.34
7932026-03-18T00:38:44.579Z Downloaded git-stub-vcs v0.1.0
7942026-03-18T00:38:44.579Z Downloaded futures-channel v0.3.32
7952026-03-18T00:38:44.582Z Downloaded ingot-types v0.1.2
7962026-03-18T00:38:44.582Z Downloaded newtype-uuid-macros v0.1.0
7972026-03-18T00:38:44.585Z Downloaded dropshot_endpoint v0.16.7
7982026-03-18T00:38:44.588Z Downloaded lock_api v0.4.14
7992026-03-18T00:38:44.588Z Downloaded linear-map v1.2.0
8002026-03-18T00:38:44.591Z Downloaded opaque-debug v0.3.1
8012026-03-18T00:38:44.591Z Downloaded hmac v0.12.1
8022026-03-18T00:38:44.591Z Downloaded hickory-client v0.25.2
8032026-03-18T00:38:44.594Z Downloaded derive_more v0.99.20
8042026-03-18T00:38:44.597Z Downloaded indoc v2.0.7
8052026-03-18T00:38:44.600Z Downloaded ahash v0.8.12
8062026-03-18T00:38:44.602Z Downloaded num_threads v0.1.7
8072026-03-18T00:38:44.602Z Downloaded elliptic-curve v0.13.8
8082026-03-18T00:38:44.605Z Downloaded nanorand v0.7.0
8092026-03-18T00:38:44.608Z Downloaded memoffset v0.9.1
8102026-03-18T00:38:44.611Z Downloaded openssl-probe v0.2.1
8112026-03-18T00:38:44.611Z Downloaded openssl-probe v0.1.6
8122026-03-18T00:38:44.613Z Downloaded packed_struct_codegen v0.10.1
8132026-03-18T00:38:44.613Z Downloaded oso-derive v0.27.3
8142026-03-18T00:38:44.614Z Downloaded openssl-macros v0.1.1
8152026-03-18T00:38:44.616Z Downloaded num_enum_derive v0.5.11
8162026-03-18T00:38:44.616Z Downloaded newtype-uuid v1.3.2
8172026-03-18T00:38:44.616Z Downloaded multimap v0.10.1
8182026-03-18T00:38:44.619Z Downloaded darling_core v0.21.3
8192026-03-18T00:38:44.623Z Downloaded mime v0.3.17
8202026-03-18T00:38:44.626Z Downloaded match_cfg v0.1.0
8212026-03-18T00:38:44.626Z Downloaded is-terminal v0.4.17
8222026-03-18T00:38:44.626Z Downloaded parse-display v0.10.0
8232026-03-18T00:38:44.626Z Downloaded newtype_derive v0.1.6
8242026-03-18T00:38:44.629Z Downloaded native-tls v0.2.18
8252026-03-18T00:38:44.629Z Downloaded nu-ansi-term v0.50.3
8262026-03-18T00:38:44.632Z Downloaded parse-size v1.1.0
8272026-03-18T00:38:44.632Z Downloaded multer v3.1.0
8282026-03-18T00:38:44.635Z Downloaded pbkdf2 v0.11.0
8292026-03-18T00:38:44.638Z Downloaded num-rational v0.4.2
8302026-03-18T00:38:44.638Z Downloaded ingot-macros v0.1.1
8312026-03-18T00:38:44.641Z Downloaded phf_shared v0.11.3
8322026-03-18T00:38:44.641Z Downloaded ignore v0.4.25
8332026-03-18T00:38:44.644Z Downloaded clang-sys v1.8.1
8342026-03-18T00:38:44.644Z Downloaded getrandom v0.3.4
8352026-03-18T00:38:44.647Z Downloaded path-slash v0.1.5
8362026-03-18T00:38:44.649Z Downloaded num-integer v0.1.46
8372026-03-18T00:38:44.649Z Downloaded peg-runtime v0.8.5
8382026-03-18T00:38:44.652Z Downloaded olpc-cjson v0.1.4
8392026-03-18T00:38:44.652Z Downloaded ipnet v2.11.0
8402026-03-18T00:38:44.655Z Downloaded libefi-sys v0.1.0
8412026-03-18T00:38:44.655Z Downloaded darling_core v0.23.0
8422026-03-18T00:38:44.658Z Downloaded iana-time-zone v0.1.65
8432026-03-18T00:38:44.661Z Downloaded hyper-staticfile v0.10.1
8442026-03-18T00:38:44.664Z Downloaded precomputed-hash v0.1.1
8452026-03-18T00:38:44.664Z Downloaded predicates-tree v1.0.13
8462026-03-18T00:38:44.667Z Downloaded crc-any v2.5.0
8472026-03-18T00:38:44.667Z Downloaded num-complex v0.4.6
8482026-03-18T00:38:44.670Z Downloaded compact_str v0.8.1
8492026-03-18T00:38:44.670Z Downloaded hyper-rustls v0.27.7
8502026-03-18T00:38:44.673Z Downloaded pin-utils v0.1.0
8512026-03-18T00:38:44.679Z Downloaded phf_shared v0.13.1
8522026-03-18T00:38:44.679Z Downloaded memmap2 v0.9.10
8532026-03-18T00:38:44.679Z Downloaded humantime v2.3.0
8542026-03-18T00:38:44.682Z Downloaded http-body-util v0.1.3
8552026-03-18T00:38:44.682Z Downloaded flume v0.11.1
8562026-03-18T00:38:44.682Z Downloaded powerfmt v0.2.0
8572026-03-18T00:38:44.685Z Downloaded mime_guess v2.0.5
8582026-03-18T00:38:44.685Z Downloaded owo-colors v4.3.0
8592026-03-18T00:38:44.688Z Downloaded num_enum_derive v0.7.5
8602026-03-18T00:38:44.688Z Downloaded progenitor-client v0.10.0
8612026-03-18T00:38:44.690Z Downloaded proc-macro-crate v1.3.1
8622026-03-18T00:38:44.690Z Downloaded oxide-tokio-rt v0.1.3
8632026-03-18T00:38:44.693Z Downloaded proc-macro-crate v3.4.0
8642026-03-18T00:38:44.693Z Downloaded predicates-core v1.0.10
8652026-03-18T00:38:44.696Z Downloaded num_enum v0.7.5
8662026-03-18T00:38:44.699Z Downloaded proc-macro-error-attr2 v2.0.0
8672026-03-18T00:38:44.699Z Downloaded pbkdf2 v0.12.2
8682026-03-18T00:38:44.702Z Downloaded parse-display-derive v0.10.0
8692026-03-18T00:38:44.702Z Downloaded parking_lot_core v0.8.6
8702026-03-18T00:38:44.704Z Downloaded ed25519-dalek v2.2.0
8712026-03-18T00:38:44.707Z Downloaded num_enum v0.5.11
8722026-03-18T00:38:44.711Z Downloaded pem v3.0.6
8732026-03-18T00:38:44.714Z Downloaded progenitor-macro v0.13.0
8742026-03-18T00:38:44.714Z Downloaded progenitor-macro v0.10.0
8752026-03-18T00:38:44.714Z Downloaded progenitor-client v0.11.2
8762026-03-18T00:38:44.714Z Downloaded peg-macros v0.8.5
8772026-03-18T00:38:44.717Z Downloaded httparse v1.10.1
8782026-03-18T00:38:44.720Z Downloaded half v2.7.1
8792026-03-18T00:38:44.729Z Downloaded pin-project-lite v0.2.17
8802026-03-18T00:38:44.734Z Downloaded phf v0.13.1
8812026-03-18T00:38:44.734Z Downloaded heapless v0.8.0
8822026-03-18T00:38:44.734Z Downloaded omicron-zone-package v0.12.2
8832026-03-18T00:38:44.734Z Downloaded phf_shared v0.12.1
8842026-03-18T00:38:44.737Z Downloaded postgres-protocol v0.6.10
8852026-03-18T00:38:44.737Z Downloaded psl-types v2.0.11
8862026-03-18T00:38:44.737Z Downloaded ppv-lite86 v0.2.21
8872026-03-18T00:38:44.737Z Downloaded pkg-config v0.3.32
8882026-03-18T00:38:44.742Z Downloaded peg v0.8.5
8892026-03-18T00:38:44.742Z Downloaded base64 v0.21.7
8902026-03-18T00:38:44.747Z Downloaded primeorder v0.13.6
8912026-03-18T00:38:44.749Z Downloaded headers v0.4.1
8922026-03-18T00:38:44.752Z Downloaded diesel_derives v2.3.7
8932026-03-18T00:38:44.755Z Downloaded oxnet v0.1.4
8942026-03-18T00:38:44.760Z Downloaded phf v0.12.1
8952026-03-18T00:38:44.760Z Downloaded rand_chacha v0.3.1
8962026-03-18T00:38:44.760Z Downloaded progenitor v0.11.2
8972026-03-18T00:38:44.765Z Downloaded hickory-resolver v0.24.4
8982026-03-18T00:38:44.765Z Downloaded paste v1.0.15
8992026-03-18T00:38:44.768Z Downloaded pkcs8 v0.10.2
9002026-03-18T00:38:44.771Z Downloaded parking_lot_core v0.9.12
9012026-03-18T00:38:44.771Z Downloaded progenitor-client v0.13.0
9022026-03-18T00:38:44.774Z Downloaded ref-cast v1.0.25
9032026-03-18T00:38:44.774Z Downloaded parking_lot v0.12.5
9042026-03-18T00:38:44.777Z Downloaded predicates v3.1.4
9052026-03-18T00:38:44.780Z Downloaded packed_struct v0.10.1
9062026-03-18T00:38:44.780Z Downloaded pin-project-internal v1.1.11
9072026-03-18T00:38:44.783Z Downloaded password-hash v0.5.0
9082026-03-18T00:38:44.783Z Downloaded libbz2-rs-sys v0.2.2
9092026-03-18T00:38:44.786Z Downloaded ref-cast-impl v1.0.25
9102026-03-18T00:38:44.786Z Downloaded recursive-proc-macro-impl v0.1.1
9112026-03-18T00:38:44.789Z Downloaded psm v0.1.30
9122026-03-18T00:38:44.789Z Downloaded recursive v0.1.1
9132026-03-18T00:38:44.791Z Downloaded progenitor v0.10.0
9142026-03-18T00:38:44.792Z Downloaded indicatif v0.18.4
9152026-03-18T00:38:44.794Z Downloaded hashbrown v0.12.3
9162026-03-18T00:38:44.799Z Downloaded pkcs5 v0.7.1
9172026-03-18T00:38:44.802Z Downloaded polyval v0.6.2
9182026-03-18T00:38:44.805Z Downloaded rustc_version v0.1.7
9192026-03-18T00:38:44.805Z Downloaded rustc-hash v2.1.1
9202026-03-18T00:38:44.805Z Downloaded russh-cryptovec v0.7.3
9212026-03-18T00:38:44.808Z Downloaded r2d2 v0.8.10
9222026-03-18T00:38:44.808Z Downloaded progenitor-macro v0.11.2
9232026-03-18T00:38:44.808Z Downloaded rustc_version v0.4.1
9242026-03-18T00:38:44.811Z Downloaded progenitor-extras v0.1.1
9252026-03-18T00:38:44.811Z Downloaded rfc6979 v0.4.0
9262026-03-18T00:38:44.813Z Downloaded poly1305 v0.8.0
9272026-03-18T00:38:44.814Z Downloaded proc-macro-error2 v2.0.1
9282026-03-18T00:38:44.816Z Downloaded rtoolbox v0.0.3
9292026-03-18T00:38:44.819Z Downloaded jiff-static v0.2.21
9302026-03-18T00:38:44.823Z Downloaded const_format v0.2.35
9312026-03-18T00:38:44.826Z Downloaded rand_core v0.9.5
9322026-03-18T00:38:44.826Z Downloaded derive_more-impl v2.1.1
9332026-03-18T00:38:44.829Z Downloaded quick-error v1.2.3
9342026-03-18T00:38:44.831Z Downloaded rand_core v0.10.0
9352026-03-18T00:38:44.831Z Downloaded heapless v0.7.17
9362026-03-18T00:38:44.834Z Downloaded rand_core v0.6.4
9372026-03-18T00:38:44.837Z Downloaded http v1.4.0
9382026-03-18T00:38:44.840Z Downloaded same-file v1.0.6
9392026-03-18T00:38:44.843Z Downloaded salsa20 v0.10.2
9402026-03-18T00:38:44.843Z Downloaded derive_more v2.1.1
9412026-03-18T00:38:44.850Z Downloaded scroll_derive v0.13.1
9422026-03-18T00:38:44.852Z Downloaded radium v0.7.0
9432026-03-18T00:38:44.853Z Downloaded cc v1.2.56
9442026-03-18T00:38:44.855Z Downloaded postcard v1.1.3
9452026-03-18T00:38:44.858Z Downloaded sapling-renderdag v0.1.0
9462026-03-18T00:38:44.861Z Downloaded secrecy v0.10.3
9472026-03-18T00:38:44.861Z Downloaded pkcs1 v0.7.5
9482026-03-18T00:38:44.864Z Downloaded seq-macro v0.3.6
9492026-03-18T00:38:44.864Z Downloaded rand_xorshift v0.4.0
9502026-03-18T00:38:44.866Z Downloaded quinn-udp v0.5.14
9512026-03-18T00:38:44.866Z Downloaded postgres-types v0.2.12
9522026-03-18T00:38:44.878Z Downloaded rand_chacha v0.9.0
9532026-03-18T00:38:44.882Z Downloaded oso v0.27.3
9542026-03-18T00:38:44.882Z Downloaded scrypt v0.11.0
9552026-03-18T00:38:44.882Z Downloaded scopeguard v1.2.0
9562026-03-18T00:38:44.882Z Downloaded scheduled-thread-pool v0.2.7
9572026-03-18T00:38:44.882Z Downloaded semver v0.1.20
9582026-03-18T00:38:44.882Z Downloaded parking_lot v0.11.2
9592026-03-18T00:38:44.882Z Downloaded indexmap v1.9.3
9602026-03-18T00:38:44.885Z Downloaded rustls-pemfile v1.0.4
9612026-03-18T00:38:44.885Z Downloaded serde_repr v0.1.20
9622026-03-18T00:38:44.888Z Downloaded serde_urlencoded v0.7.1
9632026-03-18T00:38:44.888Z Downloaded serde_spanned v1.0.4
9642026-03-18T00:38:44.891Z Downloaded password-hash v0.4.2
9652026-03-18T00:38:44.891Z Downloaded p256 v0.13.2
9662026-03-18T00:38:44.894Z Downloaded rustls-pemfile v2.2.0
9672026-03-18T00:38:44.897Z Downloaded serde_bytes v0.11.19
9682026-03-18T00:38:44.897Z Downloaded hyper-util v0.1.20
9692026-03-18T00:38:44.901Z Downloaded progenitor v0.13.0
9702026-03-18T00:38:44.904Z Downloaded hickory-server v0.25.2
9712026-03-18T00:38:44.907Z Downloaded shell-words v1.1.1
9722026-03-18T00:38:44.910Z Downloaded secrecy v0.8.0
9732026-03-18T00:38:44.910Z Downloaded resolv-conf v0.7.6
9742026-03-18T00:38:44.913Z Downloaded miniz_oxide v0.8.9
9752026-03-18T00:38:44.913Z Downloaded serde_plain v1.0.2
9762026-03-18T00:38:44.915Z Downloaded rand_seeder v0.4.0
9772026-03-18T00:38:44.915Z Downloaded rusty-fork v0.3.1
9782026-03-18T00:38:44.918Z Downloaded rustversion v1.0.22
9792026-03-18T00:38:44.921Z Downloaded sha1 v0.10.6
9802026-03-18T00:38:44.921Z Downloaded pem-rfc7468 v0.7.0
9812026-03-18T00:38:44.924Z Downloaded signal-hook-mio v0.2.5
9822026-03-18T00:38:44.924Z Downloaded scroll v0.13.0
9832026-03-18T00:38:44.927Z Downloaded progenitor-impl v0.13.0
9842026-03-18T00:38:44.929Z Downloaded futures v0.3.32
9852026-03-18T00:38:44.932Z Downloaded bumpalo v3.20.2
9862026-03-18T00:38:44.934Z Downloaded sct v0.7.1
9872026-03-18T00:38:44.937Z Downloaded slog-envlogger v2.2.0
9882026-03-18T00:38:44.941Z Downloaded crypto-bigint v0.5.5
9892026-03-18T00:38:44.943Z Downloaded slog-bunyan v2.5.0
9902026-03-18T00:38:44.946Z Downloaded siphasher v1.0.2
9912026-03-18T00:38:44.946Z Downloaded sigpipe v0.1.3
9922026-03-18T00:38:44.949Z Downloaded signature v2.2.0
9932026-03-18T00:38:44.949Z Downloaded hickory-resolver v0.25.2
9942026-03-18T00:38:44.952Z Downloaded openssl-sys v0.9.111
9952026-03-18T00:38:44.955Z Downloaded pin-project v1.1.11
9962026-03-18T00:38:44.964Z Downloaded sec1 v0.7.3
9972026-03-18T00:38:44.966Z Downloaded schemars_derive v0.8.22
9982026-03-18T00:38:44.969Z Downloaded rustls-native-certs v0.8.3
9992026-03-18T00:38:44.973Z Downloaded progenitor-impl v0.11.2
10002026-03-18T00:38:44.973Z Downloaded prettyplease v0.2.37
10012026-03-18T00:38:44.975Z Downloaded strip-ansi-escapes v0.2.1
10022026-03-18T00:38:44.978Z Downloaded ssh-encoding v0.2.0
10032026-03-18T00:38:44.978Z Downloaded crossterm v0.29.0
10042026-03-18T00:38:44.982Z Downloaded ssh-cipher v0.2.0
10052026-03-18T00:38:44.985Z Downloaded rustls-pki-types v1.14.0
10062026-03-18T00:38:44.988Z Downloaded sqlparser_derive v0.5.0
10072026-03-18T00:38:44.988Z Downloaded signal-hook-registry v1.4.8
10082026-03-18T00:38:44.991Z Downloaded serde-hex v0.1.0
10092026-03-18T00:38:44.991Z Downloaded papergrid v0.17.0
10102026-03-18T00:38:44.993Z Downloaded take_mut v0.2.2
10112026-03-18T00:38:44.996Z Downloaded dropshot-api-manager v0.6.0
10122026-03-18T00:38:44.998Z Downloaded serde_derive_internals v0.29.1
10132026-03-18T00:38:45.001Z Downloaded supports-color v3.0.2
10142026-03-18T00:38:45.001Z Downloaded progenitor-impl v0.10.0
10152026-03-18T00:38:45.004Z Downloaded itertools v0.10.5
10162026-03-18T00:38:45.007Z Downloaded subtle v2.6.1
10172026-03-18T00:38:45.009Z Downloaded tap v1.0.1
10182026-03-18T00:38:45.009Z Downloaded sync-ptr v0.1.4
10192026-03-18T00:38:45.012Z Downloaded smf v0.2.3
10202026-03-18T00:38:45.013Z Downloaded strum v0.27.2
10212026-03-18T00:38:45.013Z Downloaded strum v0.26.3
10222026-03-18T00:38:45.015Z Downloaded serde_cbor v0.11.2
10232026-03-18T00:38:45.018Z Downloaded structmeta-derive v0.3.0
10242026-03-18T00:38:45.018Z Downloaded slog-term v2.9.2
10252026-03-18T00:38:45.021Z Downloaded slog-stdlog v4.1.1
10262026-03-18T00:38:45.021Z Downloaded slog-async v2.8.0
10272026-03-18T00:38:45.024Z Downloaded slab v0.4.12
10282026-03-18T00:38:45.024Z Downloaded ron v0.8.1
10292026-03-18T00:38:45.027Z Downloaded shlex v1.3.0
10302026-03-18T00:38:45.030Z Downloaded serde-big-array v0.5.1
10312026-03-18T00:38:45.030Z Downloaded simd-adler32 v0.3.8
10322026-03-18T00:38:45.033Z Downloaded tabwriter v1.4.1
10332026-03-18T00:38:45.033Z Downloaded testing_table v0.3.0
10342026-03-18T00:38:45.036Z Downloaded sync_wrapper v1.0.2
10352026-03-18T00:38:45.036Z Downloaded thiserror-impl-no-std v2.0.2
10362026-03-18T00:38:45.036Z Downloaded slog-json v2.6.1
10372026-03-18T00:38:45.039Z Downloaded pretty_assertions v1.4.1
10382026-03-18T00:38:45.042Z Downloaded snafu-derive v0.8.9
10392026-03-18T00:38:45.042Z Downloaded rcgen v0.12.1
10402026-03-18T00:38:45.045Z Downloaded tagptr v0.2.0
10412026-03-18T00:38:45.045Z Downloaded tabled_derive v0.11.0
10422026-03-18T00:38:45.047Z Downloaded smallvec v0.6.14
10432026-03-18T00:38:45.048Z Downloaded hashbrown v0.13.2
10442026-03-18T00:38:45.050Z Downloaded thread-id v5.1.0
10452026-03-18T00:38:45.054Z Downloaded slog-dtrace v0.3.0
10462026-03-18T00:38:45.054Z Downloaded stacker v0.1.23
10472026-03-18T00:38:45.057Z Downloaded minimal-lexical v0.2.1
10482026-03-18T00:38:45.059Z Downloaded strum_macros v0.24.3
10492026-03-18T00:38:45.062Z Downloaded termtree v0.5.1
10502026-03-18T00:38:45.062Z Downloaded static_assertions v1.1.0
10512026-03-18T00:38:45.065Z Downloaded tinyvec_macros v0.1.1
10522026-03-18T00:38:45.065Z Downloaded sqlformat v0.3.5
10532026-03-18T00:38:45.068Z Downloaded spki v0.7.3
10542026-03-18T00:38:45.068Z Downloaded nom v7.1.3
10552026-03-18T00:38:45.071Z Downloaded schemars v0.8.22
10562026-03-18T00:38:45.080Z Downloaded slog-scope v4.4.1
10572026-03-18T00:38:45.082Z Downloaded rustls-platform-verifier v0.6.2
10582026-03-18T00:38:45.085Z Downloaded structmeta v0.3.0
10592026-03-18T00:38:45.088Z Downloaded stringprep v0.1.5
10602026-03-18T00:38:45.088Z Downloaded iddqd v0.3.17
10612026-03-18T00:38:45.092Z Downloaded serde_with_macros v3.17.0
10622026-03-18T00:38:45.095Z Downloaded hashbrown v0.15.5
10632026-03-18T00:38:45.098Z Downloaded support-bundle-viewer v0.1.2
10642026-03-18T00:38:45.101Z Downloaded quinn v0.11.9
10652026-03-18T00:38:45.104Z Downloaded string_cache v0.8.9
10662026-03-18T00:38:45.104Z Downloaded termios v0.3.3
10672026-03-18T00:38:45.107Z Downloaded rayon-core v1.13.0
10682026-03-18T00:38:45.109Z Downloaded aes-gcm v0.10.3
10692026-03-18T00:38:45.112Z Downloaded spin v0.9.8
10702026-03-18T00:38:45.115Z Downloaded thread_local v1.1.9
10712026-03-18T00:38:45.115Z Downloaded itertools v0.12.1
10722026-03-18T00:38:45.120Z Downloaded strum_macros v0.26.4
10732026-03-18T00:38:45.123Z Downloaded num-bigint v0.4.6
10742026-03-18T00:38:45.126Z Downloaded try-lock v0.2.5
10752026-03-18T00:38:45.129Z Downloaded trait-variant v0.1.2
10762026-03-18T00:38:45.129Z Downloaded tiny-keccak v2.0.2
10772026-03-18T00:38:45.132Z Downloaded aes v0.8.4
10782026-03-18T00:38:45.135Z Downloaded prefix-trie v0.7.0
10792026-03-18T00:38:45.135Z Downloaded mio v1.1.1
10802026-03-18T00:38:45.140Z Downloaded typify-macro v0.6.1
10812026-03-18T00:38:45.143Z Downloaded signal-hook-tokio v0.3.1
10822026-03-18T00:38:45.143Z Downloaded serde_path_to_error v0.1.20
10832026-03-18T00:38:45.146Z Downloaded topological-sort v0.2.2
10842026-03-18T00:38:45.146Z Downloaded thiserror-no-std v2.0.2
10852026-03-18T00:38:45.149Z Downloaded tower-service v0.3.3
10862026-03-18T00:38:45.149Z Downloaded tower-layer v0.3.3
10872026-03-18T00:38:45.151Z Downloaded strum_macros v0.27.2
10882026-03-18T00:38:45.151Z Downloaded tokio-rustls v0.25.0
10892026-03-18T00:38:45.154Z Downloaded russh-keys v0.45.0
10902026-03-18T00:38:45.157Z Downloaded tokio-tungstenite v0.21.0
10912026-03-18T00:38:45.157Z Downloaded tokio-macros v2.6.0
10922026-03-18T00:38:45.161Z Downloaded tokio-dtrace v0.1.1
10932026-03-18T00:38:45.161Z Downloaded litrs v1.0.0
10942026-03-18T00:38:45.164Z Downloaded ar_archive_writer v0.5.1
10952026-03-18T00:38:45.167Z Downloaded publicsuffix v2.3.0
10962026-03-18T00:38:45.167Z Downloaded colored v3.1.1
10972026-03-18T00:38:45.170Z Downloaded slog v2.8.2
10982026-03-18T00:38:45.172Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10992026-03-18T00:38:45.175Z Downloaded tls_codec v0.4.2
11002026-03-18T00:38:45.178Z Downloaded untrusted v0.9.0
11012026-03-18T00:38:45.178Z Downloaded toml_writer v1.0.6+spec-1.1.0
11022026-03-18T00:38:45.178Z Downloaded tokio-native-tls v0.3.1
11032026-03-18T00:38:45.181Z Downloaded iri-string v0.7.10
11042026-03-18T00:38:45.185Z Downloaded utf-8 v0.7.6
11052026-03-18T00:38:45.190Z Downloaded usdt v0.6.0
11062026-03-18T00:38:45.190Z Downloaded usdt-macro v0.6.0
11072026-03-18T00:38:45.190Z Downloaded usdt-attr-macro v0.6.0
11082026-03-18T00:38:45.194Z Downloaded untrusted v0.7.1
11092026-03-18T00:38:45.194Z Downloaded universal-hash v0.5.1
11102026-03-18T00:38:45.194Z Downloaded waitgroup v0.1.2
11112026-03-18T00:38:45.194Z Downloaded signal-hook v0.3.18
11122026-03-18T00:38:45.197Z Downloaded hkdf v0.12.4
11132026-03-18T00:38:45.197Z Downloaded qorb v0.4.1
11142026-03-18T00:38:45.200Z Downloaded rustls-webpki v0.103.9
11152026-03-18T00:38:45.202Z Downloaded libxml v0.3.3
11162026-03-18T00:38:45.206Z Downloaded tui-tree-widget v0.23.1
11172026-03-18T00:38:45.209Z Downloaded want v0.3.1
11182026-03-18T00:38:45.209Z Downloaded void v1.0.2
11192026-03-18T00:38:45.212Z Downloaded similar v2.7.0
11202026-03-18T00:38:45.214Z Downloaded rand v0.8.5
11212026-03-18T00:38:45.217Z Downloaded unicase v2.9.0
11222026-03-18T00:38:45.217Z Downloaded serde_yaml v0.9.34+deprecated
11232026-03-18T00:38:45.220Z Downloaded wait-timeout v0.2.1
11242026-03-18T00:38:45.223Z Downloaded subprocess v0.2.15
11252026-03-18T00:38:45.226Z Downloaded tokio-stream v0.1.18
11262026-03-18T00:38:45.229Z Downloaded tar v0.4.44
11272026-03-18T00:38:45.232Z Downloaded tokio-rustls v0.24.1
11282026-03-18T00:38:45.232Z Downloaded samael v0.0.19
11292026-03-18T00:38:45.236Z Downloaded socket2 v0.5.10
11302026-03-18T00:38:45.239Z Downloaded ryu v1.0.23
11312026-03-18T00:38:45.242Z Downloaded itertools v0.14.0
11322026-03-18T00:38:45.246Z Downloaded xshell-macros v0.2.7
11332026-03-18T00:38:45.249Z Downloaded xattr v1.6.1
11342026-03-18T00:38:45.249Z Downloaded term v1.2.1
11352026-03-18T00:38:45.252Z Downloaded socket2 v0.6.2
11362026-03-18T00:38:45.254Z Downloaded unit-prefix v0.5.2
11372026-03-18T00:38:45.254Z Downloaded unicode-truncate v1.1.0
11382026-03-18T00:38:45.254Z Downloaded unarray v0.1.4
11392026-03-18T00:38:45.257Z Downloaded usdt-impl v0.6.0
11402026-03-18T00:38:45.257Z Downloaded typify-macro v0.4.3
11412026-03-18T00:38:45.260Z Downloaded itertools v0.13.0
11422026-03-18T00:38:45.263Z Downloaded zone v0.3.1
11432026-03-18T00:38:45.266Z Downloaded zeroize_derive v1.4.3
11442026-03-18T00:38:45.266Z Downloaded vergen-gitcl v1.0.8
11452026-03-18T00:38:45.266Z Downloaded toml_parser v1.0.9+spec-1.1.0
11462026-03-18T00:38:45.269Z Downloaded tls_codec_derive v0.4.2
11472026-03-18T00:38:45.272Z Downloaded tracing-attributes v0.1.31
11482026-03-18T00:38:45.272Z Downloaded tinyvec v1.10.0
11492026-03-18T00:38:45.276Z Downloaded rand v0.10.0
11502026-03-18T00:38:45.279Z Downloaded rand v0.9.2
11512026-03-18T00:38:45.281Z Downloaded time-macros v0.2.27
11522026-03-18T00:38:45.281Z Downloaded whoami v2.1.0
11532026-03-18T00:38:45.286Z Downloaded time-core v0.1.8
11542026-03-18T00:38:45.286Z Downloaded term v0.7.0
11552026-03-18T00:38:45.289Z Downloaded chacha20 v0.10.0
11562026-03-18T00:38:45.289Z Downloaded unicode-properties v0.1.4
11572026-03-18T00:38:45.291Z Downloaded convert_case v0.10.0
11582026-03-18T00:38:45.294Z Downloaded num-bigint-dig v0.8.6
11592026-03-18T00:38:45.297Z Downloaded tokio-rustls v0.26.4
11602026-03-18T00:38:45.299Z Downloaded hyper v1.8.1
11612026-03-18T00:38:45.302Z Downloaded toml v0.9.12+spec-1.1.0
11622026-03-18T00:38:45.305Z Downloaded xz2 v0.1.7
11632026-03-18T00:38:45.309Z Downloaded snafu v0.8.9
11642026-03-18T00:38:45.312Z Downloaded tokio-tungstenite v0.23.1
11652026-03-18T00:38:45.316Z Downloaded aho-corasick v1.1.4
11662026-03-18T00:38:45.318Z Downloaded schemars v1.2.1
11672026-03-18T00:38:45.328Z Downloaded zone_cfg_derive v0.3.1
11682026-03-18T00:38:45.331Z Downloaded vergen-lib v0.1.6
11692026-03-18T00:38:45.331Z Downloaded whoami v1.6.1
11702026-03-18T00:38:45.333Z Downloaded typify v0.6.1
11712026-03-18T00:38:45.336Z Downloaded test-strategy v0.4.5
11722026-03-18T00:38:45.339Z Downloaded vsss-rs v3.3.4
11732026-03-18T00:38:45.342Z Downloaded walkdir v2.5.0
11742026-03-18T00:38:45.342Z Downloaded twox-hash v2.1.2
11752026-03-18T00:38:45.345Z Downloaded tungstenite v0.23.0
11762026-03-18T00:38:45.348Z Downloaded xshell v0.2.7
11772026-03-18T00:38:45.348Z Downloaded wyz v0.5.1
11782026-03-18T00:38:45.348Z Downloaded tungstenite v0.21.0
11792026-03-18T00:38:45.350Z Downloaded schemars v0.9.0
11802026-03-18T00:38:45.359Z Downloaded backon v1.6.0
11812026-03-18T00:38:45.363Z Downloaded zerocopy v0.6.6
11822026-03-18T00:38:45.366Z Downloaded http-body v1.0.1
11832026-03-18T00:38:45.366Z Downloaded find-msvc-tools v0.1.9
11842026-03-18T00:38:45.366Z Downloaded cancel-safe-futures v0.1.5
11852026-03-18T00:38:45.369Z Downloaded toml_edit v0.23.10+spec-1.0.0
11862026-03-18T00:38:45.372Z Downloaded fs-err v2.11.0
11872026-03-18T00:38:45.374Z Downloaded convert_case v0.4.0
11882026-03-18T00:38:45.374Z Downloaded const_format_proc_macros v0.2.34
11892026-03-18T00:38:45.379Z Downloaded tracing-core v0.1.36
11902026-03-18T00:38:45.379Z Downloaded uzers v0.12.2
11912026-03-18T00:38:45.382Z Downloaded highway v1.3.0
11922026-03-18T00:38:45.382Z Downloaded hex v0.4.3
11932026-03-18T00:38:45.382Z Downloaded reedline v0.40.0
11942026-03-18T00:38:45.387Z Downloaded vergen v9.0.6
11952026-03-18T00:38:45.390Z Downloaded group v0.13.0
11962026-03-18T00:38:45.393Z Downloaded ed25519 v2.2.3
11972026-03-18T00:38:45.393Z Downloaded drift v0.1.3
11982026-03-18T00:38:45.396Z Downloaded toml_edit v0.19.15
11992026-03-18T00:38:45.407Z Downloaded zstd-safe v7.2.4
12002026-03-18T00:38:45.410Z Downloaded uuid v1.21.0
12012026-03-18T00:38:45.428Z Downloaded ssh-key v0.6.7
12022026-03-18T00:38:45.431Z Downloaded p521 v0.13.3
12032026-03-18T00:38:45.431Z Downloaded zstd v0.13.3
12042026-03-18T00:38:45.431Z Downloaded zeroize v1.8.2
12052026-03-18T00:38:45.431Z Downloaded regex v1.12.3
12062026-03-18T00:38:45.431Z Downloaded zopfli v0.8.3
12072026-03-18T00:38:45.431Z Downloaded futures-util v0.3.32
12082026-03-18T00:38:45.437Z Downloaded typify v0.4.3
12092026-03-18T00:38:45.441Z Downloaded steno v0.4.1
12102026-03-18T00:38:45.444Z Downloaded yansi v1.0.1
12112026-03-18T00:38:45.447Z Downloaded zip v0.6.6
12122026-03-18T00:38:45.449Z Downloaded rsa v0.9.10
12132026-03-18T00:38:45.453Z Downloaded unsafe-libyaml v0.2.11
12142026-03-18T00:38:45.456Z Downloaded typed-path v0.9.3
12152026-03-18T00:38:45.459Z Downloaded yasna v0.5.2
12162026-03-18T00:38:45.462Z Downloaded reqwest v0.13.2
12172026-03-18T00:38:45.465Z Downloaded libm v0.2.16
12182026-03-18T00:38:45.472Z Downloaded rustyline v14.0.0
12192026-03-18T00:38:45.476Z Downloaded h2 v0.4.13
12202026-03-18T00:38:45.481Z Downloaded unicode-bidi v0.3.18
12212026-03-18T00:38:45.484Z Downloaded vergen-git2 v1.0.7
12222026-03-18T00:38:45.484Z Downloaded toml v0.7.8
12232026-03-18T00:38:45.487Z Downloaded rustls-webpki v0.101.7
12242026-03-18T00:38:45.498Z Downloaded salty v0.3.0
12252026-03-18T00:38:45.502Z Downloaded x509-cert v0.2.5
12262026-03-18T00:38:45.507Z Downloaded rpassword v7.4.0
12272026-03-18T00:38:45.509Z Downloaded ron v0.12.0
12282026-03-18T00:38:45.514Z Downloaded tokio-postgres v0.7.16
12292026-03-18T00:38:45.520Z Downloaded rayon v1.11.0
12302026-03-18T00:38:45.525Z Downloaded russh v0.45.0
12312026-03-18T00:38:45.529Z Downloaded goblin v0.10.5
12322026-03-18T00:38:45.534Z Downloaded lalrpop v0.19.12
12332026-03-18T00:38:45.543Z Downloaded blake3 v1.8.3
12342026-03-18T00:38:45.550Z Downloaded vte v0.14.1
12352026-03-18T00:38:45.552Z Downloaded bit-vec v0.8.0
12362026-03-18T00:38:45.555Z Downloaded cbc v0.1.2
12372026-03-18T00:38:45.555Z Downloaded zip v4.6.1
12382026-03-18T00:38:45.558Z Downloaded atomicwrites v0.4.4
12392026-03-18T00:38:45.561Z Downloaded crc-catalog v2.4.0
12402026-03-18T00:38:45.561Z Downloaded bit-vec v0.6.3
12412026-03-18T00:38:45.561Z Downloaded crc8 v0.1.1
12422026-03-18T00:38:45.561Z Downloaded ecdsa v0.16.9
12432026-03-18T00:38:45.563Z Downloaded dyn-clone v1.0.20
12442026-03-18T00:38:45.564Z Downloaded dunce v1.0.5
12452026-03-18T00:38:45.567Z Downloaded dirs-sys-next v0.1.2
12462026-03-18T00:38:45.567Z Downloaded difflib v0.4.0
12472026-03-18T00:38:45.567Z Downloaded unicode-normalization v0.1.25
12482026-03-18T00:38:45.569Z Downloaded debug-ignore v1.0.5
12492026-03-18T00:38:45.569Z Downloaded display-error-chain v0.2.2
12502026-03-18T00:38:45.572Z Downloaded darling_macro v0.20.11
12512026-03-18T00:38:45.572Z Downloaded ciborium-ll v0.2.2
12522026-03-18T00:38:45.572Z Downloaded async-stream-impl v0.3.6
12532026-03-18T00:38:45.572Z Downloaded crunchy v0.2.4
12542026-03-18T00:38:45.575Z Downloaded async-stream v0.3.6
12552026-03-18T00:38:45.575Z Downloaded unicode_categories v0.1.1
12562026-03-18T00:38:45.578Z Downloaded bzip2 v0.4.4
12572026-03-18T00:38:45.578Z Downloaded bit-set v0.8.0
12582026-03-18T00:38:45.578Z Downloaded crucible-workspace-hack v0.1.0
12592026-03-18T00:38:45.581Z Downloaded cexpr v0.6.0
12602026-03-18T00:38:45.581Z Downloaded bcrypt-pbkdf v0.10.0
12612026-03-18T00:38:45.581Z Downloaded object v0.30.4
12622026-03-18T00:38:45.588Z Downloaded nix v0.27.1
12632026-03-18T00:38:45.596Z Downloaded async-trait v0.1.89
12642026-03-18T00:38:45.599Z Downloaded reqwest v0.12.28
12652026-03-18T00:38:45.603Z Downloaded cargo-platform v0.1.9
12662026-03-18T00:38:45.605Z Downloaded base16ct v0.2.0
12672026-03-18T00:38:45.605Z Downloaded assert_matches v1.5.0
12682026-03-18T00:38:45.608Z Downloaded curve25519-dalek v4.1.3
12692026-03-18T00:38:45.615Z Downloaded rustls-webpki v0.102.8
12702026-03-18T00:38:45.629Z Downloaded quinn-proto v0.11.13
12712026-03-18T00:38:45.635Z Downloaded winnow v0.6.26
12722026-03-18T00:38:45.641Z Downloaded portable-atomic v1.13.1
12732026-03-18T00:38:45.647Z Downloaded p384 v0.13.1
12742026-03-18T00:38:45.651Z Downloaded openssl v0.10.75
12752026-03-18T00:38:45.658Z Downloaded tower v0.5.3
12762026-03-18T00:38:45.664Z Downloaded tabled v0.20.0
12772026-03-18T00:38:45.677Z Downloaded zerocopy-derive v0.8.40
12782026-03-18T00:38:45.684Z Downloaded dropshot v0.16.7
12792026-03-18T00:38:45.700Z Downloaded unicode-segmentation v1.12.0
12802026-03-18T00:38:45.703Z Downloaded polar-core v0.27.3
12812026-03-18T00:38:45.709Z Downloaded nix v0.28.0
12822026-03-18T00:38:45.717Z Downloaded object v0.37.3
12832026-03-18T00:38:45.725Z Downloaded vcpkg v0.2.15
12842026-03-18T00:38:45.756Z Downloaded tokio-util v0.7.18
12852026-03-18T00:38:45.761Z Downloaded openapiv3 v2.2.0
12862026-03-18T00:38:45.771Z Downloaded zlib-rs v0.6.2
12872026-03-18T00:38:45.774Z Downloaded petname v2.0.2
12882026-03-18T00:38:45.778Z Downloaded quick-xml v0.37.5
12892026-03-18T00:38:45.782Z Downloaded proptest v1.10.0
12902026-03-18T00:38:45.789Z Downloaded tower-http v0.6.8
12912026-03-18T00:38:45.795Z Downloaded regress v0.10.5
12922026-03-18T00:38:45.803Z Downloaded serde_with v3.17.0
12932026-03-18T00:38:45.811Z Downloaded smoltcp v0.11.0
12942026-03-18T00:38:45.820Z Downloaded winnow v0.5.40
12952026-03-18T00:38:45.827Z Downloaded rustix v0.38.44
12962026-03-18T00:38:45.843Z Downloaded diesel v2.3.7
12972026-03-18T00:38:45.859Z Downloaded tough v0.20.0
12982026-03-18T00:38:45.866Z Downloaded radix_trie v0.2.1
12992026-03-18T00:38:45.869Z Downloaded moka v0.12.13
13002026-03-18T00:38:45.875Z Downloaded bindgen v0.71.1
13012026-03-18T00:38:45.880Z Downloaded chrono v0.4.44
13022026-03-18T00:38:45.886Z Downloaded aws-lc-rs v1.16.0
13032026-03-18T00:38:45.894Z Downloaded git2 v0.20.4
13042026-03-18T00:38:45.900Z Downloaded bitvec v1.0.1
13052026-03-18T00:38:45.911Z Downloaded sqlparser v0.61.0
13062026-03-18T00:38:45.918Z Downloaded regex-syntax v0.6.29
13072026-03-18T00:38:45.923Z Downloaded tracing v0.1.44
13082026-03-18T00:38:45.940Z Downloaded ratatui v0.29.0
13092026-03-18T00:38:45.956Z Downloaded nix v0.29.0
13102026-03-18T00:38:45.963Z Downloaded time v0.3.47
13112026-03-18T00:38:45.972Z Downloaded smoltcp v0.9.1
13122026-03-18T00:38:45.979Z Downloaded webpki-roots v1.0.6
13132026-03-18T00:38:45.982Z Downloaded nix v0.31.1
13142026-03-18T00:38:45.991Z Downloaded hickory-proto v0.24.4
13152026-03-18T00:38:46.003Z Downloaded zerocopy v0.8.40
13162026-03-18T00:38:46.008Z Downloaded regex-automata v0.4.14
13172026-03-18T00:38:46.019Z Downloaded rustls v0.22.4
13182026-03-18T00:38:46.029Z Downloaded petgraph v0.6.5
13192026-03-18T00:38:46.042Z Downloaded regex-syntax v0.8.10
13202026-03-18T00:38:46.049Z Downloaded hickory-proto v0.25.2
13212026-03-18T00:38:46.060Z Downloaded sled v0.34.7
13222026-03-18T00:38:46.067Z Downloaded rustls v0.23.37
13232026-03-18T00:38:46.075Z Downloaded jiff v0.2.21
13242026-03-18T00:38:46.089Z Downloaded rustls v0.21.12
13252026-03-18T00:38:46.098Z Downloaded bstr v1.12.1
13262026-03-18T00:38:46.118Z Downloaded csv v1.4.0
13272026-03-18T00:38:46.141Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13282026-03-18T00:38:46.169Z Downloaded typify-impl v0.6.1
13292026-03-18T00:38:46.201Z Downloaded bzip2-sys v0.1.13+1.0.8
13302026-03-18T00:38:46.211Z Downloaded typify-impl v0.4.3
13312026-03-18T00:38:46.222Z Downloaded zerocopy-derive v0.6.6
13322026-03-18T00:38:46.230Z Downloaded encoding_rs v0.8.35
13332026-03-18T00:38:46.261Z Downloaded ring v0.17.14
13342026-03-18T00:38:46.300Z Downloaded libgit2-sys v0.18.3+1.9.2
13352026-03-18T00:38:46.341Z Downloaded lzma-sys v0.1.20
13362026-03-18T00:38:46.362Z Downloaded chrono-tz v0.10.4
13372026-03-18T00:38:46.375Z Downloaded petgraph v0.8.3
13382026-03-18T00:38:46.391Z Downloaded sha3 v0.10.8
13392026-03-18T00:38:46.395Z Downloaded libz-sys v1.1.24
13402026-03-18T00:38:46.412Z Downloaded tokio v1.49.0
13412026-03-18T00:38:47.102Z Downloaded aws-lc-sys v0.37.1
13422026-03-18T00:38:47.414Z Compiling libc v0.2.180
13432026-03-18T00:38:47.417Z Compiling serde v1.0.228
13442026-03-18T00:38:47.417Z Compiling log v0.4.29
13452026-03-18T00:38:47.417Z Compiling shlex v1.3.0
13462026-03-18T00:38:47.592Z Compiling find-msvc-tools v0.1.9
13472026-03-18T00:38:47.595Z Compiling smallvec v1.15.1
13482026-03-18T00:38:47.606Z Compiling syn v2.0.117
13492026-03-18T00:38:47.624Z Compiling typenum v1.19.0
13502026-03-18T00:38:47.841Z Compiling generic-array v0.14.7
13512026-03-18T00:38:47.869Z Compiling subtle v2.6.1
13522026-03-18T00:38:47.896Z Compiling scopeguard v1.2.0
13532026-03-18T00:38:48.013Z Compiling lock_api v0.4.14
13542026-03-18T00:38:48.034Z Compiling portable-atomic v1.13.1
13552026-03-18T00:38:48.034Z Compiling const-oid v0.9.6
13562026-03-18T00:38:48.113Z Compiling critical-section v1.2.0
13572026-03-18T00:38:48.152Z Compiling zerocopy v0.8.40
13582026-03-18T00:38:48.247Z Compiling pin-project-lite v0.2.17
13592026-03-18T00:38:48.319Z Compiling parking_lot_core v0.9.12
13602026-03-18T00:38:48.374Z Compiling serde_json v1.0.149
13612026-03-18T00:38:48.659Z Compiling pkg-config v0.3.32
13622026-03-18T00:38:48.733Z Compiling bitflags v2.11.0
13632026-03-18T00:38:48.872Z Compiling getrandom v0.2.17
13642026-03-18T00:38:48.980Z Compiling jobserver v0.1.34
13652026-03-18T00:38:49.030Z Compiling errno v0.3.14
13662026-03-18T00:38:49.159Z Compiling rand_core v0.6.4
13672026-03-18T00:38:49.218Z Compiling signal-hook-registry v1.4.8
13682026-03-18T00:38:49.420Z Compiling cc v1.2.56
13692026-03-18T00:38:49.482Z Compiling once_cell v1.21.3
13702026-03-18T00:38:49.501Z Compiling parking_lot v0.12.5
13712026-03-18T00:38:49.519Z Compiling mio v1.1.1
13722026-03-18T00:38:49.551Z Compiling libm v0.2.16
13732026-03-18T00:38:49.573Z Compiling num-traits v0.2.19
13742026-03-18T00:38:49.762Z Compiling futures-core v0.3.32
13752026-03-18T00:38:49.958Z Compiling socket2 v0.6.2
13762026-03-18T00:38:49.999Z Compiling percent-encoding v2.3.2
13772026-03-18T00:38:50.018Z Compiling allocator-api2 v0.2.21
13782026-03-18T00:38:50.180Z Compiling foldhash v0.2.0
13792026-03-18T00:38:50.240Z Compiling cpufeatures v0.2.17
13802026-03-18T00:38:50.257Z Compiling futures-sink v0.3.32
13812026-03-18T00:38:50.329Z Compiling slab v0.4.12
13822026-03-18T00:38:50.386Z Compiling futures-channel v0.3.32
13832026-03-18T00:38:50.455Z Compiling hashbrown v0.16.1
13842026-03-18T00:38:50.458Z Compiling getrandom v0.4.1
13852026-03-18T00:38:50.513Z Compiling futures-task v0.3.32
13862026-03-18T00:38:50.544Z Compiling futures-io v0.3.32
13872026-03-18T00:38:50.686Z Compiling rand_core v0.10.0
13882026-03-18T00:38:50.723Z Compiling rustversion v1.0.22
13892026-03-18T00:38:50.742Z Compiling getrandom v0.3.4
13902026-03-18T00:38:50.887Z Compiling cmake v0.1.57
13912026-03-18T00:38:51.177Z Compiling indexmap v2.13.0
13922026-03-18T00:38:51.414Z Compiling form_urlencoded v1.2.2
13932026-03-18T00:38:51.561Z Compiling fs_extra v1.3.0
13942026-03-18T00:38:51.581Z Compiling base64ct v1.8.3
13952026-03-18T00:38:51.643Z Compiling dunce v1.0.5
13962026-03-18T00:38:51.759Z Compiling synstructure v0.13.2
13972026-03-18T00:38:51.894Z Compiling ident_case v1.0.1
13982026-03-18T00:38:51.924Z Compiling aws-lc-sys v0.37.1
13992026-03-18T00:38:51.947Z Compiling pem-rfc7468 v0.7.0
14002026-03-18T00:38:52.030Z Compiling flagset v0.4.7
14012026-03-18T00:38:52.054Z Compiling rand_core v0.9.5
14022026-03-18T00:38:52.058Z Compiling rustix v1.1.3
14032026-03-18T00:38:52.131Z Compiling iana-time-zone v0.1.65
14042026-03-18T00:38:52.225Z Compiling ring v0.17.14
14052026-03-18T00:38:52.389Z Compiling uuid v1.21.0
14062026-03-18T00:38:52.407Z Compiling rustc_version v0.4.1
14072026-03-18T00:38:52.439Z Compiling vcpkg v0.2.15
14082026-03-18T00:38:52.638Z Compiling aws-lc-rs v1.16.0
14092026-03-18T00:38:52.833Z Compiling regex-syntax v0.8.10
14102026-03-18T00:38:53.002Z Compiling tracing-core v0.1.36
14112026-03-18T00:38:53.282Z Compiling crossbeam-utils v0.8.21
14122026-03-18T00:38:53.440Z Compiling openssl-sys v0.9.111
14132026-03-18T00:38:53.670Z Compiling pest_generator v2.8.6
14142026-03-18T00:38:53.761Z Compiling serde_derive_internals v0.29.1
14152026-03-18T00:38:54.201Z Compiling openssl-probe v0.2.1
14162026-03-18T00:38:54.332Z Compiling serde_derive v1.0.228
14172026-03-18T00:38:54.424Z Compiling zeroize_derive v1.4.3
14182026-03-18T00:38:54.506Z Compiling zerofrom-derive v0.1.6
14192026-03-18T00:38:54.605Z Compiling yoke-derive v0.8.1
14202026-03-18T00:38:55.001Z Compiling zerocopy-derive v0.8.40
14212026-03-18T00:38:55.265Z Compiling zeroize v1.8.2
14222026-03-18T00:38:56.050Z Compiling zerovec-derive v0.11.2
14232026-03-18T00:38:56.151Z Compiling displaydoc v0.2.5
14242026-03-18T00:38:56.304Z Compiling crypto-common v0.1.7
14252026-03-18T00:38:56.408Z Compiling zerofrom v0.1.6
14262026-03-18T00:38:56.480Z Compiling block-buffer v0.10.4
14272026-03-18T00:38:56.563Z Compiling yoke v0.8.1
14282026-03-18T00:38:56.686Z Compiling digest v0.10.7
14292026-03-18T00:38:56.794Z Compiling tokio-macros v2.6.0
14302026-03-18T00:38:57.001Z Compiling hmac v0.12.1
14312026-03-18T00:38:57.072Z Compiling futures-macro v0.3.32
14322026-03-18T00:38:57.150Z Compiling zerotrie v0.2.3
14332026-03-18T00:38:57.236Z Compiling block-padding v0.3.3
14342026-03-18T00:38:57.441Z Compiling inout v0.1.4
14352026-03-18T00:38:57.536Z Compiling zerovec v0.11.5
14362026-03-18T00:38:57.552Z Compiling sha2 v0.10.9
14372026-03-18T00:38:57.652Z Compiling cipher v0.4.4
14382026-03-18T00:38:57.811Z Compiling der_derive v0.7.3
14392026-03-18T00:38:57.998Z Compiling salsa20 v0.10.2
14402026-03-18T00:38:58.168Z Compiling tinystr v0.8.2
14412026-03-18T00:38:58.186Z Compiling potential_utf v0.1.4
14422026-03-18T00:38:58.246Z Compiling futures-util v0.3.32
14432026-03-18T00:38:58.397Z Compiling icu_locale_core v2.1.1
14442026-03-18T00:38:58.435Z Compiling icu_collections v2.1.1
14452026-03-18T00:38:59.063Z Compiling bytes v1.11.1
14462026-03-18T00:38:59.095Z Compiling der v0.7.10
14472026-03-18T00:38:59.124Z Compiling chrono v0.4.44
14482026-03-18T00:38:59.440Z Compiling icu_provider v2.1.1
14492026-03-18T00:38:59.606Z Compiling pbkdf2 v0.12.2
14502026-03-18T00:38:59.745Z Compiling tokio v1.49.0
14512026-03-18T00:38:59.816Z Compiling icu_properties v2.1.2
14522026-03-18T00:38:59.874Z Compiling icu_normalizer v2.1.1
14532026-03-18T00:39:00.577Z Compiling spki v0.7.3
14542026-03-18T00:39:00.730Z Compiling http v1.4.0
14552026-03-18T00:39:00.827Z Compiling thiserror-impl v2.0.18
14562026-03-18T00:39:00.982Z Compiling idna_adapter v1.2.1
14572026-03-18T00:39:01.150Z Compiling ppv-lite86 v0.2.21
14582026-03-18T00:39:01.276Z Compiling idna v1.1.0
14592026-03-18T00:39:01.297Z Compiling scrypt v0.11.0
14602026-03-18T00:39:01.329Z Compiling aes v0.8.4
14612026-03-18T00:39:01.583Z Compiling rand_chacha v0.9.0
14622026-03-18T00:39:01.613Z Compiling cbc v0.1.2
14632026-03-18T00:39:01.793Z Compiling url v2.5.8
14642026-03-18T00:39:01.949Z Compiling rustls-pki-types v1.14.0
14652026-03-18T00:39:02.163Z Compiling tracing-attributes v0.1.31
14662026-03-18T00:39:02.489Z Compiling pkcs5 v0.7.1
14672026-03-18T00:39:02.599Z Compiling thiserror v2.0.18
14682026-03-18T00:39:02.601Z Compiling rand v0.9.2
14692026-03-18T00:39:02.746Z Compiling http-body v1.0.1
14702026-03-18T00:39:02.765Z Compiling httparse v1.10.1
14712026-03-18T00:39:02.928Z Compiling syn v1.0.109
14722026-03-18T00:39:02.947Z Compiling untrusted v0.9.0
14732026-03-18T00:39:03.095Z Compiling base64 v0.22.1
14742026-03-18T00:39:03.132Z Compiling schemars v0.8.22
14752026-03-18T00:39:03.195Z Compiling untrusted v0.7.1
14762026-03-18T00:39:03.407Z Compiling pkcs8 v0.10.2
14772026-03-18T00:39:03.424Z Compiling schemars_derive v0.8.22
14782026-03-18T00:39:03.510Z Compiling pest_derive v2.8.6
14792026-03-18T00:39:03.629Z Compiling scroll_derive v0.13.1
14802026-03-18T00:39:03.968Z Compiling tracing v0.1.44
14812026-03-18T00:39:04.032Z Compiling darling_core v0.20.11
14822026-03-18T00:39:04.309Z Compiling rustls v0.23.37
14832026-03-18T00:39:04.445Z Compiling dyn-clone v1.0.20
14842026-03-18T00:39:04.518Z Compiling tinyvec_macros v0.1.1
14852026-03-18T00:39:04.606Z Compiling tower-service v0.3.3
14862026-03-18T00:39:04.624Z Compiling try-lock v0.2.5
14872026-03-18T00:39:04.670Z Compiling tower-layer v0.3.3
14882026-03-18T00:39:04.722Z Compiling atomic-waker v1.1.2
14892026-03-18T00:39:04.750Z Compiling tokio-util v0.7.18
14902026-03-18T00:39:04.868Z Compiling want v0.3.1
14912026-03-18T00:39:04.871Z Compiling scroll v0.13.0
14922026-03-18T00:39:05.074Z Compiling tinyvec v1.10.0
14932026-03-18T00:39:05.610Z Compiling ipnet v2.11.0
14942026-03-18T00:39:05.801Z Compiling h2 v0.4.13
14952026-03-18T00:39:06.138Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-03-18T00:39:06.291Z Compiling spin v0.9.8
14972026-03-18T00:39:06.566Z Compiling aho-corasick v1.1.4
14982026-03-18T00:39:06.625Z Compiling powerfmt v0.2.0
14992026-03-18T00:39:06.887Z Compiling foreign-types-shared v0.1.1
15002026-03-18T00:39:06.908Z Compiling httpdate v1.0.3
15012026-03-18T00:39:06.996Z Compiling crc32fast v1.5.0
15022026-03-18T00:39:07.216Z Compiling pin-utils v0.1.0
15032026-03-18T00:39:07.293Z Compiling darling_macro v0.20.11
15042026-03-18T00:39:07.311Z Compiling openssl v0.10.75
15052026-03-18T00:39:07.379Z Compiling num-conv v0.2.0
15062026-03-18T00:39:07.550Z Compiling time-core v0.1.8
15072026-03-18T00:39:07.650Z Compiling foreign-types v0.3.2
15082026-03-18T00:39:07.684Z Compiling tempfile v3.25.0
15092026-03-18T00:39:07.737Z Compiling time-macros v0.2.27
15102026-03-18T00:39:07.755Z Compiling regex-automata v0.4.14
15112026-03-18T00:39:07.881Z Compiling darling v0.20.11
15122026-03-18T00:39:07.983Z Compiling deranged v0.5.8
15132026-03-18T00:39:08.950Z Compiling goblin v0.10.5
15142026-03-18T00:39:09.180Z Compiling openssl-macros v0.1.1
15152026-03-18T00:39:09.315Z Compiling thiserror-impl v1.0.69
15162026-03-18T00:39:10.341Z Compiling hyper v1.8.1
15172026-03-18T00:39:10.977Z Compiling wait-timeout v0.2.1
15182026-03-18T00:39:11.127Z Compiling quick-error v1.2.3
15192026-03-18T00:39:11.146Z Compiling either v1.15.0
15202026-03-18T00:39:11.255Z Compiling simd-adler32 v0.3.8
15212026-03-18T00:39:11.314Z Compiling usdt-impl v0.6.0
15222026-03-18T00:39:11.405Z Compiling bit-vec v0.8.0
15232026-03-18T00:39:11.561Z Compiling siphasher v1.0.2
15242026-03-18T00:39:11.581Z Compiling native-tls v0.2.18
15252026-03-18T00:39:11.701Z Compiling num_threads v0.1.7
15262026-03-18T00:39:11.804Z Compiling time v0.3.47
15272026-03-18T00:39:11.825Z Compiling hyper-util v0.1.20
15282026-03-18T00:39:11.870Z Compiling bit-set v0.8.0
15292026-03-18T00:39:12.114Z Compiling rusty-fork v0.3.1
15302026-03-18T00:39:12.491Z Compiling thiserror v1.0.69
15312026-03-18T00:39:12.619Z Compiling derive_builder_core v0.20.2
15322026-03-18T00:39:13.510Z Compiling dof v0.4.0
15332026-03-18T00:39:14.018Z Compiling unicode-normalization v0.1.25
15342026-03-18T00:39:14.035Z Compiling crossbeam-epoch v0.9.18
15352026-03-18T00:39:14.153Z Compiling dtrace-parser v0.3.0
15362026-03-18T00:39:14.463Z Compiling rustls-native-certs v0.8.3
15372026-03-18T00:39:14.606Z Compiling signature v2.2.0
15382026-03-18T00:39:14.826Z Compiling scroll_derive v0.12.1
15392026-03-18T00:39:14.844Z Compiling heapless v0.7.17
15402026-03-18T00:39:14.972Z Compiling rand_xorshift v0.4.0
15412026-03-18T00:39:15.125Z Compiling slog v2.8.2
15422026-03-18T00:39:15.150Z Compiling darling_core v0.21.3
15432026-03-18T00:39:15.165Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-03-18T00:39:15.184Z Compiling sync_wrapper v1.0.2
15452026-03-18T00:39:15.313Z Compiling thread-id v5.1.0
15462026-03-18T00:39:15.346Z Compiling cookie v0.18.1
15472026-03-18T00:39:15.413Z Compiling unicode-segmentation v1.12.0
15482026-03-18T00:39:15.503Z Compiling unicode-properties v0.1.4
15492026-03-18T00:39:15.565Z Compiling adler2 v2.0.1
15502026-03-18T00:39:15.667Z Compiling rayon-core v1.13.0
15512026-03-18T00:39:15.725Z Compiling zstd-safe v7.2.4
15522026-03-18T00:39:15.766Z Compiling unicode-bidi v0.3.18
15532026-03-18T00:39:15.881Z Compiling unarray v0.1.4
15542026-03-18T00:39:15.916Z Compiling anyhow v1.0.102
15552026-03-18T00:39:15.964Z Compiling paste v1.0.15
15562026-03-18T00:39:16.018Z Compiling signal-hook v0.3.18
15572026-03-18T00:39:16.250Z Compiling stringprep v0.1.5
15582026-03-18T00:39:16.374Z Compiling proptest v1.10.0
15592026-03-18T00:39:16.500Z Compiling miniz_oxide v0.8.9
15602026-03-18T00:39:16.519Z Compiling scroll v0.12.0
15612026-03-18T00:39:16.880Z Compiling tower v0.5.3
15622026-03-18T00:39:17.030Z Compiling crossbeam-deque v0.8.6
15632026-03-18T00:39:17.312Z Compiling derive_builder_macro v0.20.2
15642026-03-18T00:39:17.350Z Compiling ipnetwork v0.21.1
15652026-03-18T00:39:17.493Z Compiling http-body-util v0.1.3
15662026-03-18T00:39:17.546Z Compiling webpki-roots v1.0.6
15672026-03-18T00:39:17.648Z Compiling rand_chacha v0.3.1
15682026-03-18T00:39:17.696Z Compiling serde_spanned v0.6.9
15692026-03-18T00:39:17.813Z Compiling erased-serde v0.3.31
15702026-03-18T00:39:17.874Z Compiling toml_datetime v0.6.11
15712026-03-18T00:39:17.879Z Compiling serde_tokenstream v0.2.3
15722026-03-18T00:39:17.912Z Compiling md-5 v0.10.6
15732026-03-18T00:39:18.120Z Compiling zerocopy-derive v0.7.35
15742026-03-18T00:39:18.216Z Compiling curve25519-dalek v4.1.3
15752026-03-18T00:39:18.295Z Compiling vergen-lib v0.1.6
15762026-03-18T00:39:18.515Z Compiling num-integer v0.1.46
15772026-03-18T00:39:18.537Z Compiling hash32 v0.2.1
15782026-03-18T00:39:18.624Z Compiling ff v0.13.1
15792026-03-18T00:39:18.704Z Compiling memoffset v0.9.1
15802026-03-18T00:39:18.723Z Compiling darling_macro v0.21.3
15812026-03-18T00:39:18.782Z Compiling cfg_aliases v0.2.1
15822026-03-18T00:39:18.800Z Compiling base16ct v0.2.0
15832026-03-18T00:39:18.872Z Compiling ref-cast v1.0.25
15842026-03-18T00:39:18.932Z Compiling iri-string v0.7.10
15852026-03-18T00:39:18.952Z Compiling psl-types v2.0.11
15862026-03-18T00:39:19.022Z Compiling num-bigint-dig v0.8.6
15872026-03-18T00:39:19.103Z Compiling ryu v1.0.23
15882026-03-18T00:39:19.246Z Compiling zlib-rs v0.6.2
15892026-03-18T00:39:19.265Z Compiling fallible-iterator v0.2.0
15902026-03-18T00:39:19.268Z Compiling rustix v0.38.44
15912026-03-18T00:39:19.331Z Compiling litrs v1.0.0
15922026-03-18T00:39:19.335Z Compiling smoltcp v0.9.1
15932026-03-18T00:39:19.682Z Compiling postgres-protocol v0.6.10
15942026-03-18T00:39:19.784Z Compiling newtype-uuid v1.3.2
15952026-03-18T00:39:19.809Z Compiling darling v0.21.3
15962026-03-18T00:39:19.909Z Compiling serde_urlencoded v0.7.1
15972026-03-18T00:39:19.988Z Compiling document-features v0.2.12
15982026-03-18T00:39:20.202Z Compiling zerocopy v0.7.35
15992026-03-18T00:39:20.315Z Compiling publicsuffix v2.3.0
16002026-03-18T00:39:20.399Z Compiling sec1 v0.7.3
16012026-03-18T00:39:20.642Z Compiling tower-http v0.6.8
16022026-03-18T00:39:20.746Z Compiling nix v0.31.1
16032026-03-18T00:39:20.765Z Compiling num-iter v0.1.45
16042026-03-18T00:39:20.916Z Compiling group v0.13.0
16052026-03-18T00:39:21.183Z Compiling rand v0.8.5
16062026-03-18T00:39:21.190Z Compiling derive_builder v0.20.2
16072026-03-18T00:39:21.232Z Compiling oxnet v0.1.4
16082026-03-18T00:39:21.466Z Compiling proc-macro-error v1.0.4
16092026-03-18T00:39:21.669Z Compiling goblin v0.8.2
16102026-03-18T00:39:21.733Z Compiling tokio-native-tls v0.3.1
16112026-03-18T00:39:22.573Z Compiling heck v0.4.1
16122026-03-18T00:39:22.592Z Compiling phf_shared v0.13.1
16132026-03-18T00:39:22.864Z Compiling hubpack_derive v0.1.1
16142026-03-18T00:39:22.914Z Compiling regex v1.12.3
16152026-03-18T00:39:22.917Z Compiling lazy_static v1.5.0
16162026-03-18T00:39:23.030Z Compiling cargo-platform v0.1.9
16172026-03-18T00:39:23.078Z Compiling hkdf v0.12.4
16182026-03-18T00:39:23.279Z Compiling crypto-bigint v0.5.5
16192026-03-18T00:39:23.356Z Compiling flate2 v1.1.9
16202026-03-18T00:39:23.431Z Compiling async-trait v0.1.89
16212026-03-18T00:39:23.517Z Compiling strum_macros v0.27.2
16222026-03-18T00:39:23.874Z Compiling daft-derive v0.1.5
16232026-03-18T00:39:23.906Z Compiling curve25519-dalek-derive v0.1.1
16242026-03-18T00:39:24.745Z Compiling ref-cast-impl v1.0.25
16252026-03-18T00:39:24.816Z Compiling terminal_size v0.4.3
16262026-03-18T00:39:24.847Z Compiling vergen v9.0.6
16272026-03-18T00:39:24.988Z Compiling fs-err v3.3.0
16282026-03-18T00:39:25.071Z Compiling ahash v0.8.12
16292026-03-18T00:39:25.219Z Compiling bumpalo v3.20.2
16302026-03-18T00:39:25.321Z Compiling winnow v0.5.40
16312026-03-18T00:39:25.437Z Compiling foldhash v0.1.5
16322026-03-18T00:39:25.550Z Compiling bitflags v1.3.2
16332026-03-18T00:39:25.643Z Compiling managed v0.8.0
16342026-03-18T00:39:25.662Z Compiling libbz2-rs-sys v0.2.2
16352026-03-18T00:39:25.917Z Compiling object v0.37.3
16362026-03-18T00:39:26.210Z Compiling strum v0.27.2
16372026-03-18T00:39:26.322Z Compiling bzip2 v0.6.1
16382026-03-18T00:39:26.369Z Compiling hashbrown v0.15.5
16392026-03-18T00:39:26.579Z Compiling clap_builder v4.5.60
16402026-03-18T00:39:26.582Z Compiling zopfli v0.8.3
16412026-03-18T00:39:26.617Z Compiling console v0.16.2
16422026-03-18T00:39:27.091Z Compiling toml_edit v0.19.15
16432026-03-18T00:39:27.414Z Compiling daft v0.1.5
16442026-03-18T00:39:27.482Z Compiling dof v0.3.0
16452026-03-18T00:39:27.501Z Compiling elliptic-curve v0.13.8
16462026-03-18T00:39:27.772Z Compiling hubpack v0.1.2
16472026-03-18T00:39:28.028Z Compiling cargo_metadata v0.19.2
16482026-03-18T00:39:28.467Z Compiling zone_cfg_derive v0.3.1
16492026-03-18T00:39:29.283Z Compiling phf v0.13.1
16502026-03-18T00:39:29.501Z Compiling signal-hook-mio v0.2.5
16512026-03-18T00:39:29.646Z Compiling zstd v0.13.3
16522026-03-18T00:39:29.998Z Compiling cookie_store v0.22.1
16532026-03-18T00:39:30.352Z Compiling rayon v1.11.0
16542026-03-18T00:39:30.656Z Compiling hyper-tls v0.6.0
16552026-03-18T00:39:30.816Z Compiling bzip2 v0.4.4
16562026-03-18T00:39:30.931Z Compiling postgres-types v0.2.12
16572026-03-18T00:39:30.951Z Compiling serde_with_macros v3.17.0
16582026-03-18T00:39:31.080Z Compiling usdt-macro v0.6.0
16592026-03-18T00:39:31.355Z Compiling usdt-attr-macro v0.6.0
16602026-03-18T00:39:31.696Z Compiling ed25519 v2.2.3
16612026-03-18T00:39:32.038Z Compiling dtrace-parser v0.2.0
16622026-03-18T00:39:32.415Z Compiling phf_shared v0.11.3
16632026-03-18T00:39:32.499Z Compiling itertools v0.12.1
16642026-03-18T00:39:32.635Z Compiling bstr v1.12.1
16652026-03-18T00:39:32.674Z Compiling pkcs1 v0.7.5
16662026-03-18T00:39:32.830Z Compiling hex v0.4.3
16672026-03-18T00:39:32.911Z Compiling serde-big-array v0.5.1
16682026-03-18T00:39:33.090Z Compiling rfc6979 v0.4.0
16692026-03-18T00:39:33.117Z Compiling strum_macros v0.26.4
16702026-03-18T00:39:33.186Z Compiling clap_derive v4.5.55
16712026-03-18T00:39:33.223Z Compiling serde_repr v0.1.20
16722026-03-18T00:39:33.245Z Compiling enum-as-inner v0.6.1
16732026-03-18T00:39:33.512Z Compiling float-cmp v0.10.0
16742026-03-18T00:39:33.713Z Compiling memmap2 v0.9.10
16752026-03-18T00:39:33.882Z Compiling thread-id v4.2.2
16762026-03-18T00:39:33.905Z Compiling env_filter v1.0.0
16772026-03-18T00:39:33.983Z Compiling encoding_rs v0.8.35
16782026-03-18T00:39:34.000Z Compiling predicates-core v1.0.10
16792026-03-18T00:39:34.163Z Compiling rustc-hash v2.1.1
16802026-03-18T00:39:34.224Z Compiling static_assertions v1.1.0
16812026-03-18T00:39:34.292Z Compiling precomputed-hash v0.1.1
16822026-03-18T00:39:34.311Z Compiling mime v0.3.17
16832026-03-18T00:39:34.316Z Compiling keccak v0.1.6
16842026-03-18T00:39:34.406Z Compiling jiff v0.2.21
16852026-03-18T00:39:34.646Z Compiling difflib v0.4.0
16862026-03-18T00:39:35.421Z Compiling data-encoding v2.10.0
16872026-03-18T00:39:35.424Z Compiling fixedbitset v0.4.2
16882026-03-18T00:39:35.460Z Compiling whoami v2.1.0
16892026-03-18T00:39:35.510Z Compiling normalize-line-endings v0.3.0
16902026-03-18T00:39:35.555Z Compiling new_debug_unreachable v1.0.6
16912026-03-18T00:39:35.625Z Compiling fixedbitset v0.5.7
16922026-03-18T00:39:35.649Z Compiling unit-prefix v0.5.2
16932026-03-18T00:39:35.720Z Compiling toml_edit v0.22.27
16942026-03-18T00:39:35.828Z Compiling hickory-proto v0.25.2
16952026-03-18T00:39:35.954Z Compiling petgraph v0.8.3
16962026-03-18T00:39:36.017Z Compiling indicatif v0.18.4
16972026-03-18T00:39:36.036Z Compiling tokio-postgres v0.7.16
16982026-03-18T00:39:36.384Z Compiling string_cache v0.8.9
16992026-03-18T00:39:36.666Z Compiling petgraph v0.6.5
17002026-03-18T00:39:37.179Z Compiling predicates v3.1.4
17012026-03-18T00:39:38.067Z Compiling zip v4.6.1
17022026-03-18T00:39:38.614Z Compiling clap v4.5.60
17032026-03-18T00:39:38.717Z Compiling strum v0.26.3
17042026-03-18T00:39:38.737Z Compiling sha3 v0.10.8
17052026-03-18T00:39:38.876Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17062026-03-18T00:39:39.077Z Compiling iddqd v0.3.17
17072026-03-18T00:39:39.326Z Compiling env_logger v0.11.9
17082026-03-18T00:39:39.360Z Compiling zone v0.3.1
17092026-03-18T00:39:39.606Z Compiling usdt-impl v0.5.0
17102026-03-18T00:39:39.794Z Compiling usdt v0.6.0
17112026-03-18T00:39:40.131Z Compiling ecdsa v0.16.9
17122026-03-18T00:39:40.294Z Compiling similar v2.7.0
17132026-03-18T00:39:40.348Z Compiling serde_with v3.17.0
17142026-03-18T00:39:40.391Z Compiling rsa v0.9.10
17152026-03-18T00:39:40.611Z Compiling crossterm v0.28.1
17162026-03-18T00:39:40.649Z Compiling ed25519-dalek v2.2.0
17172026-03-18T00:39:41.487Z Compiling zip v0.6.6
17182026-03-18T00:39:42.416Z Compiling toml v0.7.8
17192026-03-18T00:39:42.844Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-03-18T00:39:42.980Z Compiling itertools v0.13.0
17212026-03-18T00:39:43.002Z Compiling tokio-stream v0.1.18
17222026-03-18T00:39:43.270Z Compiling buf-list v1.1.2
17232026-03-18T00:39:43.504Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17242026-03-18T00:39:43.609Z Compiling x509-cert v0.2.5
17252026-03-18T00:39:43.626Z Compiling openapiv3 v2.2.0
17262026-03-18T00:39:43.684Z Compiling sha1 v0.10.6
17272026-03-18T00:39:43.894Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-03-18T00:39:43.964Z Compiling lalrpop-util v0.19.12
17292026-03-18T00:39:44.208Z Compiling peg-runtime v0.8.5
17302026-03-18T00:39:44.269Z Compiling thread_local v1.1.9
17312026-03-18T00:39:44.577Z Compiling slog-async v2.8.0
17322026-03-18T00:39:44.597Z Compiling crossbeam-channel v0.5.15
17332026-03-18T00:39:44.602Z Compiling futures-executor v0.3.32
17342026-03-18T00:39:44.682Z Compiling filetime v0.2.27
17352026-03-18T00:39:44.900Z Compiling is-terminal v0.4.17
17362026-03-18T00:39:44.948Z Compiling term v1.2.1
17372026-03-18T00:39:44.975Z Compiling xattr v1.6.1
17382026-03-18T00:39:45.015Z Compiling take_mut v0.2.2
17392026-03-18T00:39:45.180Z Compiling tar v0.4.44
17402026-03-18T00:39:45.199Z Compiling futures v0.3.32
17412026-03-18T00:39:45.729Z Compiling slog-term v2.9.2
17422026-03-18T00:39:52.474Z Compiling rustls-webpki v0.103.9
17432026-03-18T00:39:56.496Z Compiling tokio-rustls v0.26.4
17442026-03-18T00:39:56.496Z Compiling rustls-platform-verifier v0.6.2
17452026-03-18T00:39:56.764Z Compiling hyper-rustls v0.27.7
17462026-03-18T00:39:57.025Z Compiling reqwest v0.12.28
17472026-03-18T00:39:57.025Z Compiling reqwest v0.13.2
17482026-03-18T00:40:00.084Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-03-18T00:40:00.367Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-03-18T00:40:04.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17512026-03-18T00:40:04.335Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-03-18T00:40:04.399ZMar 18 00:40:03.384 INFO Starting download, target: Console
17532026-03-18T00:40:04.399ZMar 18 00:40:03.385 INFO Starting download, target: Cockroach
17542026-03-18T00:40:04.399ZMar 18 00:40:03.385 INFO Starting download, target: Clickhouse
17552026-03-18T00:40:04.402ZMar 18 00:40:03.385 INFO Starting download, target: TransceiverControl
17562026-03-18T00:40:04.402ZMar 18 00:40:03.385 INFO Starting download, target: MaghemiteMgd
17572026-03-18T00:40:04.403ZMar 18 00:40:03.385 INFO Starting download, target: DendriteStub
17582026-03-18T00:40:04.403ZMar 18 00:40:03.385 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-03-18T00:40:04.403ZMar 18 00:40:03.385 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-03-18T00:40:04.403ZMar 18 00:40:03.385 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-03-18T00:40:04.403ZMar 18 00:40:03.385 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-03-18T00:40:04.403ZMar 18 00:40:03.385 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-03-18T00:40:04.403ZMar 18 00:40:03.385 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-03-18T00:40:04.756ZMar 18 00:40:03.741 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-03-18T00:40:05.093ZMar 18 00:40:04.073 INFO Download complete, target: TransceiverControl
17662026-03-18T00:40:05.399ZMar 18 00:40:04.384 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-03-18T00:40:05.769ZMar 18 00:40:04.753 INFO Download complete, target: Console
17682026-03-18T00:40:06.087ZMar 18 00:40:05.071 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-18T00:40:06.128ZMar 18 00:40:05.112 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-03-18T00:40:06.621ZMar 18 00:40:05.604 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-03-18T00:40:06.834ZMar 18 00:40:05.817 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-03-18T00:40:06.834ZMar 18 00:40:05.817 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-03-18T00:40:09.663ZMar 18 00:40:08.645 INFO Download complete, target: MaghemiteMgd
17742026-03-18T00:40:09.765ZMar 18 00:40:08.747 INFO Download complete, target: DendriteStub
17752026-03-18T00:40:14.524ZMar 18 00:40:13.503 INFO Checking that binary works, target: Cockroach
17762026-03-18T00:40:14.666ZMar 18 00:40:13.645 INFO Download complete, target: Cockroach
17772026-03-18T00:40:17.806ZMar 18 00:40:16.780 INFO Checking that binary works, target: Clickhouse
17782026-03-18T00:40:17.917ZMar 18 00:40:16.890 INFO Download complete, target: Clickhouse
17792026-03-18T00:40:17.932ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-03-18T00:40:17.939Z
17812026-03-18T00:40:17.939Zreal 4:15.196530596
17822026-03-18T00:40:17.939Zuser 10:20.677107814
17832026-03-18T00:40:17.940Zsys 1:46.644431832
17842026-03-18T00:40:17.940Ztrap 0.305945991
17852026-03-18T00:40:17.940Ztflt 0.670382380
17862026-03-18T00:40:17.940Zdflt 0.598142157
17872026-03-18T00:40:17.940Zkflt 0.042819808
17882026-03-18T00:40:17.940Zlock 30:24.433385378
17892026-03-18T00:40:17.940Zslp 29:40.978545338
17902026-03-18T00:40:17.941Zlat 53.977216007
17912026-03-18T00:40:17.941Zstop 2:37.445733493
17922026-03-18T00:40:17.941Z+ banner clippy
17932026-03-18T00:40:17.941Z
17942026-03-18T00:40:17.941Z #### # # ##### ##### # #
17952026-03-18T00:40:17.941Z # # # # # # # # # #
17962026-03-18T00:40:17.941Z # # # # # # # #
17972026-03-18T00:40:17.941Z # # # ##### ##### #
17982026-03-18T00:40:17.942Z # # # # # # #
17992026-03-18T00:40:17.942Z #### ###### # # # #
18002026-03-18T00:40:17.942Z
18012026-03-18T00:40:17.942Z+ export CARGO_INCREMENTAL=0
18022026-03-18T00:40:17.942Z+ CARGO_INCREMENTAL=0
18032026-03-18T00:40:17.943Z+ ptime -m cargo xtask clippy
18042026-03-18T00:40:18.624Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-03-18T00:40:18.900Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-03-18T00:40:21.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
18072026-03-18T00:40:21.509Z Running `target/debug/xtask clippy`
18082026-03-18T00:40:21.540Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18092026-03-18T00:40:22.311Z Downloading crates ...
18102026-03-18T00:40:22.580Z Downloaded cast v0.3.0
18112026-03-18T00:40:22.583Z Downloaded constant_time_eq v0.3.1
18122026-03-18T00:40:22.605Z Downloaded path-tree v0.8.3
18132026-03-18T00:40:22.608Z Downloaded terminal_size v0.1.17
18142026-03-18T00:40:22.608Z Downloaded criterion v0.7.0
18152026-03-18T00:40:22.612Z Downloaded approx v0.5.1
18162026-03-18T00:40:22.615Z Downloaded anes v0.1.6
18172026-03-18T00:40:22.618Z Downloaded concurrent-queue v2.5.0
18182026-03-18T00:40:22.618Z Downloaded linkme-impl v0.3.35
18192026-03-18T00:40:22.618Z Downloaded criterion-plot v0.6.0
18202026-03-18T00:40:22.621Z Downloaded chumsky v0.9.3
18212026-03-18T00:40:22.624Z Downloaded cfg-expr v0.20.6
18222026-03-18T00:40:22.624Z Downloaded supports-unicode v2.1.0
18232026-03-18T00:40:22.627Z Downloaded stringmetrics v2.2.2
18242026-03-18T00:40:22.627Z Downloaded datatest-stable v0.3.3
18252026-03-18T00:40:22.630Z Downloaded rustc-demangle v0.1.27
18262026-03-18T00:40:22.633Z Downloaded relative-path v1.9.3
18272026-03-18T00:40:22.633Z Downloaded escape8259 v0.5.3
18282026-03-18T00:40:22.633Z Downloaded backtrace-ext v0.2.1
18292026-03-18T00:40:22.633Z Downloaded async-lock v3.4.2
18302026-03-18T00:40:22.636Z Downloaded cargo_metadata v0.23.1
18312026-03-18T00:40:22.636Z Downloaded assert_cmd v2.1.2
18322026-03-18T00:40:22.641Z Downloaded parking v2.2.1
18332026-03-18T00:40:22.644Z Downloaded plotters-backend v0.3.7
18342026-03-18T00:40:22.651Z Downloaded pathdiff v0.2.3
18352026-03-18T00:40:22.655Z Downloaded plotters-svg v0.3.7
18362026-03-18T00:40:22.659Z Downloaded serde_regex v1.1.0
18372026-03-18T00:40:22.661Z Downloaded similar-asserts v1.7.0
18382026-03-18T00:40:22.661Z Downloaded guppy-workspace-hack v0.1.0
18392026-03-18T00:40:22.661Z Downloaded async-object-pool v0.2.0
18402026-03-18T00:40:22.664Z Downloaded miette-derive v5.10.0
18412026-03-18T00:40:22.667Z Downloaded assert-json-diff v2.0.2
18422026-03-18T00:40:22.673Z Downloaded tinytemplate v1.2.1
18432026-03-18T00:40:22.676Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18442026-03-18T00:40:22.676Z Downloaded oorandom v11.1.5
18452026-03-18T00:40:22.679Z Downloaded addr2line v0.25.1
18462026-03-18T00:40:22.679Z Downloaded owo-colors v3.5.0
18472026-03-18T00:40:22.683Z Downloaded supports-color v2.1.0
18482026-03-18T00:40:22.686Z Downloaded nested v0.1.1
18492026-03-18T00:40:22.686Z Downloaded supports-hyperlinks v2.1.0
18502026-03-18T00:40:22.686Z Downloaded cargo-platform v0.3.2
18512026-03-18T00:40:22.690Z Downloaded target-triple v1.0.0
18522026-03-18T00:40:22.693Z Downloaded termcolor v1.4.1
18532026-03-18T00:40:22.697Z Downloaded target-lexicon v0.13.3
18542026-03-18T00:40:22.700Z Downloaded linkme v0.3.35
18552026-03-18T00:40:22.701Z Downloaded rust-argon2 v2.1.0
18562026-03-18T00:40:22.704Z Downloaded event-listener-strategy v0.5.4
18572026-03-18T00:40:22.707Z Downloaded partial-io v0.5.4
18582026-03-18T00:40:22.707Z Downloaded libtest-mimic v0.8.1
18592026-03-18T00:40:22.710Z Downloaded blake2b_simd v1.0.4
18602026-03-18T00:40:22.710Z Downloaded knuffel-derive v3.2.0
18612026-03-18T00:40:22.715Z Downloaded futures-timer v3.0.3
18622026-03-18T00:40:22.719Z Downloaded fancy-regex v0.14.0
18632026-03-18T00:40:22.722Z Downloaded target-spec v3.5.7
18642026-03-18T00:40:22.726Z Downloaded event-listener v5.4.1
18652026-03-18T00:40:22.731Z Downloaded rstest v0.25.0
18662026-03-18T00:40:22.734Z Downloaded httptest v0.16.4
18672026-03-18T00:40:22.734Z Downloaded trybuild v1.0.116
18682026-03-18T00:40:22.742Z Downloaded toml v1.0.3+spec-1.1.0
18692026-03-18T00:40:22.745Z Downloaded backtrace v0.3.76
18702026-03-18T00:40:22.750Z Downloaded textwrap v0.15.2
18712026-03-18T00:40:22.753Z Downloaded rand_distr v0.5.1
18722026-03-18T00:40:22.756Z Downloaded knuffel v3.2.0
18732026-03-18T00:40:22.759Z Downloaded rstest_macros v0.25.0
18742026-03-18T00:40:22.761Z Downloaded miette v5.10.0
18752026-03-18T00:40:22.773Z Downloaded plotters v0.3.7
18762026-03-18T00:40:22.780Z Downloaded hashbrown v0.14.5
18772026-03-18T00:40:22.784Z Downloaded guppy v0.17.25
18782026-03-18T00:40:22.817Z Downloaded gimli v0.32.3
18792026-03-18T00:40:22.921Z Downloaded httpmock v0.8.3
18802026-03-18T00:40:25.082Z Checking cfg-if v1.0.4
18812026-03-18T00:40:25.490Z Checking libc v0.2.180
18822026-03-18T00:40:25.493Z Checking serde_core v1.0.228
18832026-03-18T00:40:25.584Z Checking memchr v2.8.0
18842026-03-18T00:40:25.633Z Checking smallvec v1.15.1
18852026-03-18T00:40:25.692Z Checking itoa v1.0.17
18862026-03-18T00:40:25.696Z Checking log v0.4.29
18872026-03-18T00:40:25.810Z Checking zeroize v1.8.2
18882026-03-18T00:40:25.863Z Checking libm v0.2.16
18892026-03-18T00:40:25.915Z Checking scopeguard v1.2.0
18902026-03-18T00:40:25.967Z Checking stable_deref_trait v1.2.1
18912026-03-18T00:40:26.021Z Checking zmij v1.0.21
18922026-03-18T00:40:26.074Z Checking zerofrom v0.1.6
18932026-03-18T00:40:26.124Z Checking lock_api v0.4.14
18942026-03-18T00:40:26.167Z Checking errno v0.3.14
18952026-03-18T00:40:26.172Z Checking getrandom v0.2.17
18962026-03-18T00:40:26.261Z Checking yoke v0.8.1
18972026-03-18T00:40:26.311Z Checking percent-encoding v2.3.2
18982026-03-18T00:40:26.359Z Checking writeable v0.6.2
18992026-03-18T00:40:26.407Z Checking litemap v0.8.1
19002026-03-18T00:40:26.454Z Checking subtle v2.6.1
19012026-03-18T00:40:26.501Z Checking icu_normalizer_data v2.1.1
19022026-03-18T00:40:26.547Z Checking zerovec v0.11.5
19032026-03-18T00:40:26.550Z Checking zerotrie v0.2.3
19042026-03-18T00:40:26.637Z Checking icu_properties_data v2.1.2
19052026-03-18T00:40:26.641Z Checking form_urlencoded v1.2.2
19062026-03-18T00:40:26.684Z Checking rand_core v0.6.4
19072026-03-18T00:40:26.728Z Checking portable-atomic v1.13.1
19082026-03-18T00:40:26.835Z Checking utf8_iter v1.0.4
19092026-03-18T00:40:26.885Z Checking pin-project-lite v0.2.17
19102026-03-18T00:40:26.890Z Checking num-traits v0.2.19
19112026-03-18T00:40:26.977Z Checking zerocopy v0.8.40
19122026-03-18T00:40:27.027Z Checking critical-section v1.2.0
19132026-03-18T00:40:27.074Z Checking parking_lot_core v0.9.12
19142026-03-18T00:40:27.123Z Checking rand_core v0.10.0
19152026-03-18T00:40:27.171Z Checking tinystr v0.8.2
19162026-03-18T00:40:27.217Z Checking potential_utf v0.1.4
19172026-03-18T00:40:27.338Z Checking getrandom v0.4.1
19182026-03-18T00:40:27.389Z Checking parking_lot v0.12.5
19192026-03-18T00:40:27.394Z Checking once_cell v1.21.3
19202026-03-18T00:40:27.478Z Checking icu_collections v2.1.1
19212026-03-18T00:40:27.481Z Checking icu_locale_core v2.1.1
19222026-03-18T00:40:27.574Z Checking signal-hook-registry v1.4.8
19232026-03-18T00:40:27.663Z Checking mio v1.1.1
19242026-03-18T00:40:27.715Z Checking typenum v1.19.0
19252026-03-18T00:40:27.765Z Checking serde v1.0.228
19262026-03-18T00:40:27.768Z Checking bitflags v2.11.0
19272026-03-18T00:40:27.855Z Checking serde_json v1.0.149
19282026-03-18T00:40:27.915Z Checking socket2 v0.6.2
19292026-03-18T00:40:28.068Z Checking thiserror v2.0.18
19302026-03-18T00:40:28.121Z Checking iana-time-zone v0.1.65
19312026-03-18T00:40:28.248Z Checking allocator-api2 v0.2.21
19322026-03-18T00:40:28.300Z Checking uuid v1.21.0
19332026-03-18T00:40:28.300Z Checking semver v1.0.27
19342026-03-18T00:40:28.393Z Checking bytes v1.11.1
19352026-03-18T00:40:28.397Z Checking icu_provider v2.1.1
19362026-03-18T00:40:28.486Z Checking generic-array v0.14.7
19372026-03-18T00:40:28.650Z Checking chrono v0.4.44
19382026-03-18T00:40:28.701Z Checking futures-core v0.3.32
19392026-03-18T00:40:28.761Z Checking equivalent v1.0.2
19402026-03-18T00:40:28.811Z Checking icu_normalizer v2.1.1
19412026-03-18T00:40:28.858Z Checking icu_properties v2.1.2
19422026-03-18T00:40:28.931Z Checking const-oid v0.9.6
19432026-03-18T00:40:28.931Z Checking dyn-clone v1.0.20
19442026-03-18T00:40:29.035Z Checking tokio v1.49.0
19452026-03-18T00:40:29.099Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19462026-03-18T00:40:29.158Z Checking crypto-common v0.1.7
19472026-03-18T00:40:29.238Z Checking foldhash v0.2.0
19482026-03-18T00:40:29.346Z Checking block-buffer v0.10.4
19492026-03-18T00:40:29.463Z Checking futures-sink v0.3.32
19502026-03-18T00:40:29.510Z Checking hashbrown v0.16.1
19512026-03-18T00:40:29.560Z Checking rustix v1.1.3
19522026-03-18T00:40:29.622Z Checking byteorder v1.5.0
19532026-03-18T00:40:29.845Z Checking futures-channel v0.3.32
19542026-03-18T00:40:29.919Z Checking futures-io v0.3.32
19552026-03-18T00:40:30.022Z Checking digest v0.10.7
19562026-03-18T00:40:30.025Z Checking idna_adapter v1.2.1
19572026-03-18T00:40:30.114Z Checking futures-task v0.3.32
19582026-03-18T00:40:30.162Z Checking slab v0.4.12
19592026-03-18T00:40:30.212Z Checking cpufeatures v0.2.17
19602026-03-18T00:40:30.259Z Checking idna v1.1.0
19612026-03-18T00:40:30.310Z Checking indexmap v2.13.0
19622026-03-18T00:40:30.357Z Checking thiserror v1.0.69
19632026-03-18T00:40:30.403Z Checking futures-util v0.3.32
19642026-03-18T00:40:30.406Z Checking getrandom v0.3.4
19652026-03-18T00:40:30.514Z Checking fnv v1.0.7
19662026-03-18T00:40:30.604Z Checking url v2.5.8
19672026-03-18T00:40:30.665Z Checking regex-syntax v0.8.10
19682026-03-18T00:40:30.669Z Checking http v1.4.0
19692026-03-18T00:40:30.784Z Checking tracing-core v0.1.36
19702026-03-18T00:40:31.034Z Checking ppv-lite86 v0.2.21
19712026-03-18T00:40:31.135Z Checking base64 v0.22.1
19722026-03-18T00:40:31.238Z Checking tracing v0.1.44
19732026-03-18T00:40:31.241Z Checking schemars v0.8.22
19742026-03-18T00:40:31.472Z Checking unicode-ident v1.0.24
19752026-03-18T00:40:31.475Z Checking ipnet v2.11.0
19762026-03-18T00:40:31.566Z Checking utf8parse v0.2.2
19772026-03-18T00:40:31.569Z Checking anstyle v1.0.13
19782026-03-18T00:40:31.658Z Checking proc-macro2 v1.0.106
19792026-03-18T00:40:31.725Z Checking untrusted v0.9.0
19802026-03-18T00:40:31.880Z Checking anstyle-parse v0.2.7
19812026-03-18T00:40:31.928Z Checking ring v0.17.14
19822026-03-18T00:40:31.931Z Checking aho-corasick v1.1.4
19832026-03-18T00:40:32.104Z Checking quote v1.0.44
19842026-03-18T00:40:32.108Z Checking anstyle-query v1.1.5
19852026-03-18T00:40:32.209Z Checking colorchoice v1.0.4
19862026-03-18T00:40:32.298Z Checking is_terminal_polyfill v1.70.2
19872026-03-18T00:40:32.361Z Checking base64ct v1.8.3
19882026-03-18T00:40:32.410Z Checking syn v2.0.117
19892026-03-18T00:40:32.456Z Checking anstream v0.6.21
19902026-03-18T00:40:32.503Z Checking block-padding v0.3.3
19912026-03-18T00:40:32.700Z Checking terminal_size v0.4.3
19922026-03-18T00:40:32.703Z Checking inout v0.1.4
19932026-03-18T00:40:32.793Z Checking rustls-pki-types v1.14.0
19942026-03-18T00:40:32.879Z Checking crossbeam-utils v0.8.21
19952026-03-18T00:40:32.929Z Checking regex-automata v0.4.14
19962026-03-18T00:40:32.976Z Checking httparse v1.10.1
19972026-03-18T00:40:33.054Z Checking cipher v0.4.4
19982026-03-18T00:40:33.215Z Checking clap_lex v1.0.0
19992026-03-18T00:40:33.286Z Checking strsim v0.11.1
20002026-03-18T00:40:33.290Z Checking sha2 v0.10.9
20012026-03-18T00:40:33.382Z Checking pem-rfc7468 v0.7.0
20022026-03-18T00:40:33.385Z Checking tokio-util v0.7.18
20032026-03-18T00:40:33.385Z Checking http-body v1.0.1
20042026-03-18T00:40:33.585Z Checking rand_core v0.9.5
20052026-03-18T00:40:33.633Z Checking clap_builder v4.5.60
20062026-03-18T00:40:33.685Z Checking atomic-waker v1.1.2
20072026-03-18T00:40:33.735Z Checking hmac v0.12.1
20082026-03-18T00:40:33.738Z Checking try-lock v0.2.5
20092026-03-18T00:40:33.842Z Checking httpdate v1.0.3
20102026-03-18T00:40:33.845Z Checking flagset v0.4.7
20112026-03-18T00:40:33.936Z Checking want v0.3.1
20122026-03-18T00:40:33.939Z Checking ryu v1.0.23
20132026-03-18T00:40:34.060Z Checking tower-layer v0.3.3
20142026-03-18T00:40:34.106Z Checking tower-service v0.3.3
20152026-03-18T00:40:34.152Z Checking pin-utils v0.1.0
20162026-03-18T00:40:34.199Z Checking der v0.7.10
20172026-03-18T00:40:34.252Z Checking rand_chacha v0.9.0
20182026-03-18T00:40:34.303Z Checking erased-serde v0.3.31
20192026-03-18T00:40:34.306Z Checking spin v0.9.8
20202026-03-18T00:40:34.393Z Checking h2 v0.4.13
20212026-03-18T00:40:34.545Z Checking rand v0.9.2
20222026-03-18T00:40:34.615Z Checking anyhow v1.0.102
20232026-03-18T00:40:34.907Z Checking powerfmt v0.2.0
20242026-03-18T00:40:34.955Z Checking slog v2.8.2
20252026-03-18T00:40:35.149Z Checking deranged v0.5.8
20262026-03-18T00:40:35.206Z Checking num_threads v0.1.7
20272026-03-18T00:40:35.255Z Checking num-conv v0.2.0
20282026-03-18T00:40:35.321Z Checking clap v4.5.60
20292026-03-18T00:40:35.369Z Checking time-core v0.1.8
20302026-03-18T00:40:35.372Z Checking http-body-util v0.1.3
20312026-03-18T00:40:35.464Z Checking aws-lc-sys v0.37.1
20322026-03-18T00:40:35.508Z Checking untrusted v0.7.1
20332026-03-18T00:40:35.512Z Checking openssl-probe v0.2.1
20342026-03-18T00:40:35.600Z Checking fastrand v2.3.0
20352026-03-18T00:40:35.677Z Checking regex v1.12.3
20362026-03-18T00:40:35.724Z Checking spki v0.7.3
20372026-03-18T00:40:35.774Z Checking serde_urlencoded v0.7.1
20382026-03-18T00:40:35.779Z Checking pbkdf2 v0.12.2
20392026-03-18T00:40:35.874Z Checking aes v0.8.4
20402026-03-18T00:40:35.942Z Checking rand_chacha v0.3.1
20412026-03-18T00:40:35.990Z Checking unicode-width v0.2.0
20422026-03-18T00:40:36.091Z Checking pretty-hex v0.4.1
20432026-03-18T00:40:36.140Z Checking cbc v0.1.2
20442026-03-18T00:40:36.242Z Checking aws-lc-rs v1.16.0
20452026-03-18T00:40:36.290Z Checking salsa20 v0.10.2
20462026-03-18T00:40:36.293Z Checking rand v0.8.5
20472026-03-18T00:40:36.381Z Checking ipnetwork v0.21.1
20482026-03-18T00:40:36.384Z Checking tempfile v3.25.0
20492026-03-18T00:40:36.475Z Checking hex v0.4.3
20502026-03-18T00:40:36.525Z Checking time v0.3.47
20512026-03-18T00:40:36.570Z Checking scrypt v0.11.0
20522026-03-18T00:40:36.690Z Checking plain v0.2.3
20532026-03-18T00:40:36.737Z Checking rustls-native-certs v0.8.3
20542026-03-18T00:40:36.785Z Checking pkcs5 v0.7.1
20552026-03-18T00:40:36.832Z Checking sync_wrapper v1.0.2
20562026-03-18T00:40:36.878Z Checking camino v1.2.2
20572026-03-18T00:40:36.933Z Checking ucd-trie v0.1.7
20582026-03-18T00:40:36.996Z Checking tower v0.5.3
20592026-03-18T00:40:37.044Z Checking webpki-roots v1.0.6
20602026-03-18T00:40:37.135Z Checking pest v2.8.6
20612026-03-18T00:40:37.183Z Checking pkcs8 v0.10.2
20622026-03-18T00:40:37.231Z Checking iri-string v0.7.10
20632026-03-18T00:40:37.279Z Checking mime v0.3.17
20642026-03-18T00:40:37.413Z Checking rustls-webpki v0.103.9
20652026-03-18T00:40:37.462Z Checking either v1.15.0
20662026-03-18T00:40:37.543Z Checking openapiv3 v2.2.0
20672026-03-18T00:40:37.546Z Checking winnow v0.7.14
20682026-03-18T00:40:37.745Z Checking oxnet v0.1.4
20692026-03-18T00:40:37.999Z Checking rustls v0.23.37
20702026-03-18T00:40:38.074Z Checking hyper v1.8.1
20712026-03-18T00:40:38.124Z Checking lazy_static v1.5.0
20722026-03-18T00:40:38.127Z Checking static_assertions v1.1.0
20732026-03-18T00:40:38.268Z Checking foreign-types-shared v0.1.1
20742026-03-18T00:40:38.316Z Checking signature v2.2.0
20752026-03-18T00:40:38.413Z Checking foreign-types v0.3.2
20762026-03-18T00:40:38.517Z Checking openssl-sys v0.9.111
20772026-03-18T00:40:38.565Z Checking encoding_rs v0.8.35
20782026-03-18T00:40:38.634Z Checking simd-adler32 v0.3.8
20792026-03-18T00:40:38.749Z Checking tower-http v0.6.8
20802026-03-18T00:40:38.896Z Checking hubpack v0.1.2
20812026-03-18T00:40:39.153Z Checking adler2 v2.0.1
20822026-03-18T00:40:39.156Z Checking strum v0.26.3
20832026-03-18T00:40:39.248Z Checking openssl v0.10.75
20842026-03-18T00:40:39.295Z Checking sha1 v0.10.6
20852026-03-18T00:40:39.345Z Checking tinyvec_macros v0.1.1
20862026-03-18T00:40:39.389Z Checking hyper-util v0.1.20
20872026-03-18T00:40:39.389Z Checking data-encoding v2.10.0
20882026-03-18T00:40:39.439Z Checking miniz_oxide v0.8.9
20892026-03-18T00:40:39.482Z Checking tinyvec v1.10.0
20902026-03-18T00:40:39.572Z Checking serde_spanned v0.6.9
20912026-03-18T00:40:39.766Z Checking toml_datetime v0.6.11
20922026-03-18T00:40:39.814Z Checking num-integer v0.1.46
20932026-03-18T00:40:39.880Z Checking scroll v0.13.0
20942026-03-18T00:40:39.974Z Checking memmap2 v0.9.10
20952026-03-18T00:40:39.978Z Checking base16ct v0.2.0
20962026-03-18T00:40:40.068Z Checking bit-vec v0.8.0
20972026-03-18T00:40:40.151Z Checking dtrace-parser v0.3.0
20982026-03-18T00:40:40.212Z Checking sec1 v0.7.3
20992026-03-18T00:40:40.261Z Checking crossbeam-epoch v0.9.18
21002026-03-18T00:40:40.264Z Checking goblin v0.10.5
21012026-03-18T00:40:40.356Z Checking bit-set v0.8.0
21022026-03-18T00:40:40.500Z Checking crc32fast v1.5.0
21032026-03-18T00:40:40.547Z Checking ff v0.13.1
21042026-03-18T00:40:40.594Z Checking wait-timeout v0.2.1
21052026-03-18T00:40:40.597Z Checking thread-id v5.1.0
21062026-03-18T00:40:40.724Z Checking num-iter v0.1.45
21072026-03-18T00:40:40.773Z Checking group v0.13.0
21082026-03-18T00:40:40.820Z Checking bstr v1.12.1
21092026-03-18T00:40:40.825Z Checking hkdf v0.12.4
21102026-03-18T00:40:40.911Z Checking ahash v0.8.12
21112026-03-18T00:40:41.000Z Checking crypto-bigint v0.5.5
21122026-03-18T00:40:41.070Z Checking quick-error v1.2.3
21132026-03-18T00:40:41.143Z Checking rand_xorshift v0.4.0
21142026-03-18T00:40:41.209Z Checking scroll v0.12.0
21152026-03-18T00:40:41.258Z Checking rusty-fork v0.3.1
21162026-03-18T00:40:41.305Z Checking tokio-rustls v0.26.4
21172026-03-18T00:40:41.355Z Checking unarray v0.1.4
21182026-03-18T00:40:41.400Z Checking num-bigint-dig v0.8.6
21192026-03-18T00:40:41.504Z Checking pkcs1 v0.7.5
21202026-03-18T00:40:41.553Z Checking proptest v1.10.0
21212026-03-18T00:40:41.556Z Checking goblin v0.8.2
21222026-03-18T00:40:41.643Z Checking hyper-rustls v0.27.7
21232026-03-18T00:40:41.810Z Checking x509-cert v0.2.5
21242026-03-18T00:40:41.947Z Checking zerocopy v0.7.35
21252026-03-18T00:40:42.082Z Checking native-tls v0.2.18
21262026-03-18T00:40:42.350Z Checking tokio-native-tls v0.3.1
21272026-03-18T00:40:42.396Z Checking elliptic-curve v0.13.8
21282026-03-18T00:40:42.567Z Checking zlib-rs v0.6.2
21292026-03-18T00:40:42.613Z Checking hyper-tls v0.6.0
21302026-03-18T00:40:42.684Z Checking psl-types v2.0.11
21312026-03-18T00:40:42.735Z Checking unicode-segmentation v1.12.0
21322026-03-18T00:40:42.835Z Checking rsa v0.9.10
21332026-03-18T00:40:42.885Z Checking publicsuffix v2.3.0
21342026-03-18T00:40:42.888Z Checking reqwest v0.12.28
21352026-03-18T00:40:43.121Z Checking crossbeam-deque v0.8.6
21362026-03-18T00:40:43.180Z Checking dtrace-parser v0.2.0
21372026-03-18T00:40:43.388Z Checking cookie v0.18.1
21382026-03-18T00:40:43.493Z Checking rfc6979 v0.4.0
21392026-03-18T00:40:43.543Z Checking thread-id v4.2.2
21402026-03-18T00:40:43.546Z Checking dof v0.4.0
21412026-03-18T00:40:43.675Z Checking toml_write v0.1.2
21422026-03-18T00:40:43.678Z Checking ecdsa v0.16.9
21432026-03-18T00:40:43.772Z Checking cookie_store v0.22.1
21442026-03-18T00:40:43.826Z Checking flate2 v1.1.9
21452026-03-18T00:40:43.932Z Checking toml_edit v0.22.27
21462026-03-18T00:40:44.090Z Checking rustls-platform-verifier v0.6.2
21472026-03-18T00:40:44.149Z Checking newtype-uuid v1.3.2
21482026-03-18T00:40:44.200Z Checking dof v0.3.0
21492026-03-18T00:40:44.247Z Checking toml_parser v1.0.9+spec-1.1.0
21502026-03-18T00:40:44.250Z Checking curve25519-dalek v4.1.3
21512026-03-18T00:40:44.340Z Checking memoffset v0.9.1
21522026-03-18T00:40:44.343Z Checking rustix v0.38.44
21532026-03-18T00:40:44.433Z Checking env_filter v1.0.0
21542026-03-18T00:40:44.482Z Checking usdt-impl v0.6.0
21552026-03-18T00:40:44.484Z Checking keccak v0.1.6
21562026-03-18T00:40:44.600Z Checking usdt-impl v0.5.0
21572026-03-18T00:40:44.651Z Checking env_logger v0.11.9
21582026-03-18T00:40:44.715Z Checking daft v0.1.5
21592026-03-18T00:40:44.774Z Checking sha3 v0.10.8
21602026-03-18T00:40:44.869Z Checking usdt v0.6.0
21612026-03-18T00:40:44.931Z Checking reqwest v0.13.2
21622026-03-18T00:40:44.996Z Checking ed25519 v2.2.3
21632026-03-18T00:40:45.062Z Checking itertools v0.13.0
21642026-03-18T00:40:45.112Z Checking serde_with v3.17.0
21652026-03-18T00:40:45.115Z Checking siphasher v1.0.2
21662026-03-18T00:40:45.268Z Checking bitflags v1.3.2
21672026-03-18T00:40:45.352Z Checking unicode-normalization v0.1.25
21682026-03-18T00:40:45.401Z Checking signal-hook v0.3.18
21692026-03-18T00:40:45.404Z Checking ed25519-dalek v2.2.0
21702026-03-18T00:40:45.494Z Checking toml_datetime v0.7.5+spec-1.1.0
21712026-03-18T00:40:45.546Z Checking managed v0.8.0
21722026-03-18T00:40:45.679Z Checking winnow v0.5.40
21732026-03-18T00:40:45.783Z Checking nix v0.31.1
21742026-03-18T00:40:45.831Z Checking rayon-core v1.13.0
21752026-03-18T00:40:45.880Z Checking bzip2-sys v0.1.13+1.0.8
21762026-03-18T00:40:45.935Z Checking object v0.37.3
21772026-03-18T00:40:46.025Z Checking foldhash v0.1.5
21782026-03-18T00:40:46.095Z Checking bzip2 v0.4.4
21792026-03-18T00:40:46.238Z Checking hashbrown v0.15.5
21802026-03-18T00:40:46.294Z Checking signal-hook-mio v0.2.5
21812026-03-18T00:40:46.344Z Checking ref-cast v1.0.25
21822026-03-18T00:40:46.460Z Checking zstd-sys v2.0.16+zstd.1.5.7
21832026-03-18T00:40:46.507Z Checking zip v0.6.6
21842026-03-18T00:40:46.554Z Checking bumpalo v3.20.2
21852026-03-18T00:40:46.638Z Checking zstd-safe v7.2.4
21862026-03-18T00:40:46.845Z Checking libbz2-rs-sys v0.2.2
21872026-03-18T00:40:46.895Z Checking zstd v0.13.3
21882026-03-18T00:40:46.898Z Checking zopfli v0.8.3
21892026-03-18T00:40:46.984Z Checking crossterm v0.28.1
21902026-03-18T00:40:47.208Z Checking rayon v1.11.0
21912026-03-18T00:40:47.249Z Checking similar v2.7.0
21922026-03-18T00:40:47.252Z Checking fs-err v3.3.0
21932026-03-18T00:40:47.342Z Checking toml_edit v0.19.15
21942026-03-18T00:40:47.389Z Checking hash32 v0.2.1
21952026-03-18T00:40:47.392Z Checking bzip2 v0.6.1
21962026-03-18T00:40:47.638Z Checking serde-big-array v0.5.1
21972026-03-18T00:40:47.683Z Checking predicates-core v1.0.10
21982026-03-18T00:40:47.730Z Checking unicode-properties v0.1.4
21992026-03-18T00:40:47.792Z Checking jiff v0.2.21
22002026-03-18T00:40:47.839Z Checking unicode-bidi v0.3.18
22012026-03-18T00:40:47.887Z Checking heapless v0.7.17
22022026-03-18T00:40:47.978Z Checking hickory-proto v0.25.2
22032026-03-18T00:40:48.026Z Checking tokio-stream v0.1.18
22042026-03-18T00:40:48.267Z Checking stringprep v0.1.5
22052026-03-18T00:40:48.486Z Checking md-5 v0.10.6
22062026-03-18T00:40:48.532Z Checking float-cmp v0.10.0
22072026-03-18T00:40:48.581Z Checking fallible-iterator v0.2.0
22082026-03-18T00:40:48.693Z Checking difflib v0.4.0
22092026-03-18T00:40:48.745Z Checking normalize-line-endings v0.3.0
22102026-03-18T00:40:48.797Z Checking toml v0.7.8
22112026-03-18T00:40:48.895Z Checking rustc-hash v2.1.1
22122026-03-18T00:40:48.960Z Checking predicates v3.1.4
22132026-03-18T00:40:49.010Z Checking postgres-protocol v0.6.10
22142026-03-18T00:40:49.078Z Checking iddqd v0.3.17
22152026-03-18T00:40:49.226Z Checking smoltcp v0.9.1
22162026-03-18T00:40:49.272Z Checking phf_shared v0.11.3
22172026-03-18T00:40:49.320Z Checking phf_shared v0.13.1
22182026-03-18T00:40:49.395Z Checking itertools v0.12.1
22192026-03-18T00:40:49.455Z Checking console v0.16.2
22202026-03-18T00:40:49.503Z Checking buf-list v1.1.2
22212026-03-18T00:40:49.621Z Checking strum v0.27.2
22222026-03-18T00:40:49.771Z Checking lalrpop-util v0.19.12
22232026-03-18T00:40:49.819Z Checking unit-prefix v0.5.2
22242026-03-18T00:40:49.883Z Checking new_debug_unreachable v1.0.6
22252026-03-18T00:40:50.008Z Checking fixedbitset v0.4.2
22262026-03-18T00:40:50.011Z Checking precomputed-hash v0.1.1
22272026-03-18T00:40:50.011Z Checking fixedbitset v0.5.7
22282026-03-18T00:40:50.144Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22292026-03-18T00:40:50.232Z Checking petgraph v0.6.5
22302026-03-18T00:40:50.236Z Checking string_cache v0.8.9
22312026-03-18T00:40:50.325Z Checking indicatif v0.18.4
22322026-03-18T00:40:50.372Z Checking petgraph v0.8.3
22332026-03-18T00:40:50.525Z Checking phf v0.13.1
22342026-03-18T00:40:50.775Z Checking postgres-types v0.2.12
22352026-03-18T00:40:50.824Z Checking zone v0.3.1
22362026-03-18T00:40:50.873Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22372026-03-18T00:40:50.922Z Checking zip v4.6.1
22382026-03-18T00:40:51.243Z Checking whoami v2.1.0
22392026-03-18T00:40:51.291Z Checking peg-runtime v0.8.5
22402026-03-18T00:40:51.477Z Checking futures-executor v0.3.32
22412026-03-18T00:40:51.531Z Checking is-terminal v0.4.17
22422026-03-18T00:40:51.534Z Checking tokio-postgres v0.7.16
22432026-03-18T00:40:51.677Z Checking crossbeam-channel v0.5.15
22442026-03-18T00:40:51.726Z Checking futures v0.3.32
22452026-03-18T00:40:51.774Z Compiling structmeta-derive v0.3.0
22462026-03-18T00:40:51.777Z Checking thread_local v1.1.9
22472026-03-18T00:40:51.867Z Checking take_mut v0.2.2
22482026-03-18T00:40:52.028Z Checking term v1.2.1
22492026-03-18T00:40:52.031Z Compiling newtype-uuid-macros v0.1.0
22502026-03-18T00:40:52.119Z Compiling rustls v0.22.4
22512026-03-18T00:40:52.168Z Checking slog-async v2.8.0
22522026-03-18T00:40:52.348Z Checking slog-term v2.9.2
22532026-03-18T00:40:52.442Z Checking regress v0.10.5
22542026-03-18T00:40:52.505Z Compiling multer v3.1.0
22552026-03-18T00:40:52.574Z Compiling async-stream-impl v0.3.6
22562026-03-18T00:40:52.727Z Compiling dropshot v0.16.7
22572026-03-18T00:40:52.872Z Compiling dropshot_endpoint v0.16.7
22582026-03-18T00:40:53.100Z Checking match_cfg v0.1.0
22592026-03-18T00:40:53.148Z Checking slog-json v2.6.1
22602026-03-18T00:40:53.213Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22612026-03-18T00:40:53.263Z Checking hostname v0.3.1
22622026-03-18T00:40:53.306Z Compiling structmeta v0.3.0
22632026-03-18T00:40:53.400Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22642026-03-18T00:40:53.404Z Checking debug-ignore v1.0.5
22652026-03-18T00:40:53.494Z Checking slog-bunyan v2.5.0
22662026-03-18T00:40:53.547Z Checking serde_spanned v1.0.4
22672026-03-18T00:40:53.607Z Checking toml_writer v1.0.6+spec-1.1.0
22682026-03-18T00:40:53.611Z Compiling derive-ex v0.1.8
22692026-03-18T00:40:53.699Z Checking rustls-webpki v0.102.8
22702026-03-18T00:40:53.746Z Checking serde_path_to_error v0.1.20
22712026-03-18T00:40:53.792Z Checking progenitor-client v0.13.0
22722026-03-18T00:40:53.875Z Checking toml v0.9.12+spec-1.1.0
22732026-03-18T00:40:53.963Z Checking async-stream v0.3.6
22742026-03-18T00:40:54.171Z Checking waitgroup v0.1.2
22752026-03-18T00:40:54.174Z Checking rustls-pemfile v2.2.0
22762026-03-18T00:40:54.380Z Checking hostname v0.4.2
22772026-03-18T00:40:54.387Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22782026-03-18T00:40:54.472Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22792026-03-18T00:40:54.476Z Compiling parse-display-derive v0.10.0
22802026-03-18T00:40:54.563Z Checking itertools v0.14.0
22812026-03-18T00:40:54.639Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22822026-03-18T00:40:54.643Z Checking macaddr v1.0.1
22832026-03-18T00:40:54.733Z Checking progenitor-client v0.10.0
22842026-03-18T00:40:54.956Z Checking instant v0.1.13
22852026-03-18T00:40:55.052Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22862026-03-18T00:40:55.107Z Checking backoff v0.4.0
22872026-03-18T00:40:55.181Z Checking backon v1.6.0
22882026-03-18T00:40:55.290Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22892026-03-18T00:40:55.416Z Checking heck v0.5.0
22902026-03-18T00:40:55.458Z Checking progenitor-extras v0.1.1
22912026-03-18T00:40:55.605Z Checking camino-tempfile v1.4.1
22922026-03-18T00:40:55.815Z Checking toml v0.8.23
22932026-03-18T00:40:55.980Z Compiling unsafe-libyaml v0.2.11
22942026-03-18T00:40:56.028Z Compiling test-strategy v0.4.5
22952026-03-18T00:40:56.090Z Compiling convert_case v0.4.0
22962026-03-18T00:40:56.305Z Checking tokio-rustls v0.25.0
22972026-03-18T00:40:56.353Z Checking secrecy v0.10.3
22982026-03-18T00:40:56.543Z Compiling toml_edit v0.23.10+spec-1.0.0
22992026-03-18T00:40:56.653Z Compiling derive_more v0.99.20
23002026-03-18T00:40:56.826Z Checking parse-display v0.10.0
23012026-03-18T00:40:57.024Z Compiling serde_yaml v0.9.34+deprecated
23022026-03-18T00:40:57.070Z Compiling crucible-workspace-hack v0.1.0
23032026-03-18T00:40:57.323Z Compiling proc-macro-crate v3.4.0
23042026-03-18T00:40:57.631Z Compiling typify-impl v0.6.1
23052026-03-18T00:40:58.080Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23062026-03-18T00:40:58.359Z Checking half v2.7.1
23072026-03-18T00:40:58.602Z Checking glob v0.3.3
23082026-03-18T00:40:58.749Z Checking ciborium-io v0.2.2
23092026-03-18T00:40:58.878Z Compiling heapless v0.8.0
23102026-03-18T00:40:58.922Z Checking ciborium-ll v0.2.2
23112026-03-18T00:40:59.084Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23122026-03-18T00:40:59.134Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23132026-03-18T00:40:59.184Z Checking ciborium v0.2.2
23142026-03-18T00:40:59.442Z Compiling ingot-macros v0.1.1
23152026-03-18T00:40:59.536Z Checking tabwriter v1.4.1
23162026-03-18T00:40:59.760Z Checking hash32 v0.3.1
23172026-03-18T00:40:59.764Z Compiling smoltcp v0.11.0
23182026-03-18T00:40:59.764Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-03-18T00:40:59.894Z Compiling num_enum_derive v0.7.5
23202026-03-18T00:41:00.128Z Checking cobs v0.3.0
23212026-03-18T00:41:00.247Z Compiling foreign-types-macros v0.2.3
23222026-03-18T00:41:00.361Z Checking cpufeatures v0.3.0
23232026-03-18T00:41:00.421Z Checking foreign-types-shared v0.3.1
23242026-03-18T00:41:00.492Z Checking chacha20 v0.10.0
23252026-03-18T00:41:00.582Z Checking postcard v1.1.3
23262026-03-18T00:41:01.056Z Compiling proc-macro-crate v1.3.1
23272026-03-18T00:41:01.104Z Checking foreign-types v0.5.0
23282026-03-18T00:41:01.183Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23292026-03-18T00:41:01.243Z Checking cstr-argument v0.1.2
23302026-03-18T00:41:01.382Z Checking num_enum v0.7.5
23312026-03-18T00:41:01.437Z Checking sigpipe v0.1.3
23322026-03-18T00:41:01.507Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23332026-03-18T00:41:01.565Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23342026-03-18T00:41:01.612Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23352026-03-18T00:41:01.659Z Checking colored v3.1.1
23362026-03-18T00:41:01.953Z Compiling num_enum_derive v0.5.11
23372026-03-18T00:41:01.999Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-03-18T00:41:02.009Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23392026-03-18T00:41:02.093Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23402026-03-18T00:41:02.242Z Checking rand v0.10.0
23412026-03-18T00:41:02.291Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23422026-03-18T00:41:02.295Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23432026-03-18T00:41:02.380Z Checking indent_write v2.2.0
23442026-03-18T00:41:02.582Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23452026-03-18T00:41:02.724Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23462026-03-18T00:41:02.842Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23472026-03-18T00:41:02.913Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23482026-03-18T00:41:02.961Z Checking smf v0.2.3
23492026-03-18T00:41:03.196Z Compiling num-derive v0.4.2
23502026-03-18T00:41:03.311Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23512026-03-18T00:41:03.357Z Checking ingot-types v0.1.2
23522026-03-18T00:41:03.363Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23532026-03-18T00:41:03.448Z Checking num_enum v0.5.11
23542026-03-18T00:41:03.621Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23552026-03-18T00:41:03.667Z Checking whoami v1.6.1
23562026-03-18T00:41:03.714Z Checking universal-hash v0.5.1
23572026-03-18T00:41:03.875Z Checking ingot v0.1.1
23582026-03-18T00:41:03.971Z Checking opaque-debug v0.3.1
23592026-03-18T00:41:03.980Z Checking aead v0.5.2
23602026-03-18T00:41:04.079Z Compiling typify-macro v0.6.1
23612026-03-18T00:41:04.128Z Checking swrite v0.1.0
23622026-03-18T00:41:04.173Z Checking poly1305 v0.8.0
23632026-03-18T00:41:04.184Z Checking chacha20 v0.9.1
23642026-03-18T00:41:04.272Z Checking unicode-width v0.1.14
23652026-03-18T00:41:04.313Z Compiling thiserror-impl-no-std v2.0.2
23662026-03-18T00:41:04.427Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23672026-03-18T00:41:04.498Z Checking password-hash v0.5.0
23682026-03-18T00:41:04.545Z Checking blake2 v0.10.6
23692026-03-18T00:41:04.625Z Checking chacha20poly1305 v0.10.1
23702026-03-18T00:41:04.742Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23712026-03-18T00:41:04.825Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23722026-03-18T00:41:04.868Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23732026-03-18T00:41:04.910Z Checking argon2 v0.5.3
23742026-03-18T00:41:05.149Z Compiling usdt-macro v0.5.0
23752026-03-18T00:41:05.200Z Compiling usdt-attr-macro v0.5.0
23762026-03-18T00:41:05.247Z Checking memmap v0.7.0
23772026-03-18T00:41:05.396Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23782026-03-18T00:41:05.455Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23792026-03-18T00:41:05.809Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23802026-03-18T00:41:05.946Z Checking thiserror-no-std v2.0.2
23812026-03-18T00:41:06.081Z Compiling derive-where v1.6.0
23822026-03-18T00:41:06.131Z Checking vsss-rs v3.3.4
23832026-03-18T00:41:06.180Z Checking atomicwrites v0.4.4
23842026-03-18T00:41:06.226Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23852026-03-18T00:41:06.292Z Checking usdt v0.5.0
23862026-03-18T00:41:06.375Z Checking console v0.15.11
23872026-03-18T00:41:06.480Z Compiling typify v0.6.1
23882026-03-18T00:41:06.655Z Compiling progenitor-impl v0.13.0
23892026-03-18T00:41:06.780Z Checking tokio-dtrace v0.1.1
23902026-03-18T00:41:06.828Z Checking newline-converter v0.3.0
23912026-03-18T00:41:07.003Z Checking expectorate v1.2.0
23922026-03-18T00:41:07.056Z Checking oxide-tokio-rt v0.1.3
23932026-03-18T00:41:07.203Z Checking bytecount v0.6.9
23942026-03-18T00:41:07.250Z Compiling prettyplease v0.2.37
23952026-03-18T00:41:07.304Z Compiling owo-colors v4.3.0
23962026-03-18T00:41:07.398Z Compiling cancel-safe-futures v0.1.5
23972026-03-18T00:41:07.603Z Checking libsw-core v0.3.2
23982026-03-18T00:41:07.801Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23992026-03-18T00:41:07.891Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24002026-03-18T00:41:07.895Z Checking libsw v3.5.0
24012026-03-18T00:41:08.024Z Checking same-file v1.0.6
24022026-03-18T00:41:08.028Z Checking linear-map v1.2.0
24032026-03-18T00:41:08.124Z Checking num-rational v0.4.2
24042026-03-18T00:41:08.170Z Checking num-complex v0.4.6
24052026-03-18T00:41:08.216Z Checking walkdir v2.5.0
24062026-03-18T00:41:08.327Z Checking float-ord v0.3.2
24072026-03-18T00:41:08.457Z Checking gethostname v0.5.0
24082026-03-18T00:41:08.603Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24092026-03-18T00:41:08.687Z Checking num v0.4.3
24102026-03-18T00:41:08.735Z Compiling async-recursion v1.1.1
24112026-03-18T00:41:08.864Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24122026-03-18T00:41:08.868Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24132026-03-18T00:41:09.167Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24142026-03-18T00:41:09.818Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24152026-03-18T00:41:10.353Z Compiling progenitor-macro v0.13.0
24162026-03-18T00:41:11.053Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24172026-03-18T00:41:12.463Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24182026-03-18T00:41:12.700Z Checking smawk v0.3.2
24192026-03-18T00:41:12.745Z Checking unicode-linebreak v0.1.5
24202026-03-18T00:41:12.904Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24212026-03-18T00:41:12.942Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24222026-03-18T00:41:13.152Z Checking globset v0.4.18
24232026-03-18T00:41:13.641Z Compiling convert_case v0.10.0
24242026-03-18T00:41:14.400Z Compiling slog-dtrace v0.3.0
24252026-03-18T00:41:14.676Z Checking resolv-conf v0.7.6
24262026-03-18T00:41:14.829Z Compiling derive_more-impl v2.1.1
24272026-03-18T00:41:15.139Z Compiling pin-project-internal v1.1.11
24282026-03-18T00:41:15.185Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24292026-03-18T00:41:15.271Z Checking pem v3.0.6
24302026-03-18T00:41:15.480Z Checking fd-lock v4.0.4
24312026-03-18T00:41:15.527Z Checking vte v0.14.1
24322026-03-18T00:41:15.678Z Checking display-error-chain v0.2.2
24332026-03-18T00:41:15.775Z Checking strip-ansi-escapes v0.2.1
24342026-03-18T00:41:15.872Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24352026-03-18T00:41:15.945Z Checking derive_more v2.1.1
24362026-03-18T00:41:15.948Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24372026-03-18T00:41:16.038Z Compiling snafu-derive v0.8.9
24382026-03-18T00:41:16.083Z Checking linked-hash-map v0.5.6
24392026-03-18T00:41:16.129Z Checking crossterm v0.29.0
24402026-03-18T00:41:16.345Z Checking termtree v0.5.1
24412026-03-18T00:41:16.557Z Checking nu-ansi-term v0.50.3
24422026-03-18T00:41:16.709Z Checking pin-project v1.1.11
24432026-03-18T00:41:16.822Z Checking lru-cache v0.1.2
24442026-03-18T00:41:16.871Z Checking reedline v0.40.0
24452026-03-18T00:41:16.875Z Checking textwrap v0.16.2
24462026-03-18T00:41:16.966Z Checking olpc-cjson v0.1.4
24472026-03-18T00:41:17.014Z Checking hickory-proto v0.24.4
24482026-03-18T00:41:17.237Z Checking serde_plain v1.0.2
24492026-03-18T00:41:17.397Z Checking progenitor v0.13.0
24502026-03-18T00:41:17.464Z Compiling minimal-lexical v0.2.1
24512026-03-18T00:41:17.605Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24522026-03-18T00:41:17.832Z Checking typed-path v0.9.3
24532026-03-18T00:41:18.461Z Compiling nom v7.1.3
24542026-03-18T00:41:18.731Z Checking snafu v0.8.9
24552026-03-18T00:41:18.967Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24562026-03-18T00:41:19.081Z Checking tough v0.20.0
24572026-03-18T00:41:19.451Z Checking nibble_vec v0.1.0
24582026-03-18T00:41:19.654Z Checking endian-type v0.1.2
24592026-03-18T00:41:19.704Z Checking hickory-resolver v0.24.4
24602026-03-18T00:41:19.858Z Checking radix_trie v0.2.1
24612026-03-18T00:41:20.171Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24622026-03-18T00:41:20.322Z Compiling ar_archive_writer v0.5.1
24632026-03-18T00:41:20.703Z Checking humantime v2.3.0
24642026-03-18T00:41:20.838Z Checking qorb v0.4.1
24652026-03-18T00:41:20.998Z Checking csv-core v0.1.13
24662026-03-18T00:41:21.048Z Checking base64 v0.21.7
24672026-03-18T00:41:21.256Z Compiling stacker v0.1.23
24682026-03-18T00:41:21.302Z Checking csv v1.4.0
24692026-03-18T00:41:21.398Z Compiling cfg_aliases v0.1.1
24702026-03-18T00:41:21.537Z Checking highway v1.3.0
24712026-03-18T00:41:21.601Z Compiling psm v0.1.30
24722026-03-18T00:41:21.714Z Compiling nix v0.28.0
24732026-03-18T00:41:21.829Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24742026-03-18T00:41:21.876Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24752026-03-18T00:41:21.880Z Checking papergrid v0.11.0
24762026-03-18T00:41:21.880Z Compiling tabled_derive v0.7.0
24772026-03-18T00:41:22.215Z Checking home v0.5.12
24782026-03-18T00:41:22.420Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24792026-03-18T00:41:22.512Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24802026-03-18T00:41:22.560Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24812026-03-18T00:41:22.795Z Checking phf_shared v0.12.1
24822026-03-18T00:41:22.800Z Compiling recursive-proc-macro-impl v0.1.1
24832026-03-18T00:41:23.017Z Compiling semver v0.1.20
24842026-03-18T00:41:23.103Z Compiling chrono-tz v0.10.4
24852026-03-18T00:41:23.181Z Checking phf v0.12.1
24862026-03-18T00:41:23.283Z Checking tabled v0.15.0
24872026-03-18T00:41:23.408Z Checking recursive v0.1.1
24882026-03-18T00:41:23.413Z Compiling rustc_version v0.1.7
24892026-03-18T00:41:23.497Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24902026-03-18T00:41:23.501Z Compiling const_format_proc_macros v0.2.34
24912026-03-18T00:41:23.596Z Compiling peg-macros v0.8.5
24922026-03-18T00:41:23.639Z Checking winnow v0.6.26
24932026-03-18T00:41:23.733Z Compiling sqlparser_derive v0.5.0
24942026-03-18T00:41:24.174Z Checking unicode_categories v0.1.1
24952026-03-18T00:41:24.574Z Checking rustyline v14.0.0
24962026-03-18T00:41:24.788Z Checking sqlparser v0.61.0
24972026-03-18T00:41:24.874Z Checking const_format v0.2.35
24982026-03-18T00:41:25.270Z Checking sqlformat v0.3.5
24992026-03-18T00:41:25.448Z Checking peg v0.8.5
25002026-03-18T00:41:25.495Z Compiling newtype_derive v0.1.6
25012026-03-18T00:41:25.592Z Checking bcs v0.1.6
25022026-03-18T00:41:25.957Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25032026-03-18T00:41:25.961Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25042026-03-18T00:41:26.048Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25052026-03-18T00:41:26.231Z Checking steno v0.4.1
25062026-03-18T00:41:26.330Z Compiling typify-impl v0.4.3
25072026-03-18T00:41:26.425Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25082026-03-18T00:41:27.599Z Checking utf-8 v0.7.6
25092026-03-18T00:41:27.666Z Checking filetime v0.2.27
25102026-03-18T00:41:27.811Z Checking arc-swap v1.8.2
25112026-03-18T00:41:28.135Z Checking xattr v1.6.1
25122026-03-18T00:41:28.343Z Checking tar v0.4.44
25132026-03-18T00:41:28.879Z Checking slog-scope v4.4.1
25142026-03-18T00:41:28.929Z Checking tungstenite v0.21.0
25152026-03-18T00:41:29.102Z Checking slog-stdlog v4.1.1
25162026-03-18T00:41:29.289Z Checking slog-envlogger v2.2.0
25172026-03-18T00:41:29.340Z Checking typeid v1.0.3
25182026-03-18T00:41:29.501Z Checking subprocess v0.2.15
25192026-03-18T00:41:29.548Z Checking headers-core v0.3.0
25202026-03-18T00:41:29.552Z Checking tokio-tungstenite v0.21.0
25212026-03-18T00:41:29.718Z Checking headers v0.4.1
25222026-03-18T00:41:29.905Z Compiling lzma-sys v0.1.20
25232026-03-18T00:41:29.981Z Compiling cargo_toml v0.22.3
25242026-03-18T00:41:30.046Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25252026-03-18T00:41:30.387Z Checking yasna v0.5.2
25262026-03-18T00:41:30.688Z Checking xz2 v0.1.7
25272026-03-18T00:41:30.957Z Checking ron v0.12.0
25282026-03-18T00:41:30.960Z Checking rcgen v0.12.1
25292026-03-18T00:41:31.288Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25302026-03-18T00:41:31.469Z Checking base16ct v1.0.0
25312026-03-18T00:41:31.668Z Checking dropshot-api-manager-types v0.6.0
25322026-03-18T00:41:31.718Z Checking tagptr v0.2.0
25332026-03-18T00:41:31.927Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25342026-03-18T00:41:31.971Z Checking moka v0.12.13
25352026-03-18T00:41:32.018Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25362026-03-18T00:41:32.179Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25372026-03-18T00:41:32.235Z Compiling libefi-sys v0.1.0
25382026-03-18T00:41:32.507Z Compiling radium v0.7.0
25392026-03-18T00:41:32.671Z Compiling typify-macro v0.4.3
25402026-03-18T00:41:32.859Z Compiling bitfield-struct v0.6.2
25412026-03-18T00:41:32.906Z Checking hickory-resolver v0.25.2
25422026-03-18T00:41:33.014Z Compiling maybe-uninit v2.0.0
25432026-03-18T00:41:33.416Z Checking tap v1.0.1
25442026-03-18T00:41:33.609Z Checking wyz v0.5.1
25452026-03-18T00:41:33.743Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25462026-03-18T00:41:33.946Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25472026-03-18T00:41:34.037Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-03-18T00:41:34.050Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25492026-03-18T00:41:34.275Z Compiling zerocopy-derive v0.6.6
25502026-03-18T00:41:34.376Z Checking funty v2.0.0
25512026-03-18T00:41:34.422Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-03-18T00:41:34.549Z Compiling packed_struct v0.10.1
25532026-03-18T00:41:34.555Z Checking crc-catalog v2.4.0
25542026-03-18T00:41:34.760Z Checking crc v3.4.0
25552026-03-18T00:41:34.864Z Checking bitvec v1.0.1
25562026-03-18T00:41:34.985Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25572026-03-18T00:41:35.027Z Compiling typify v0.4.3
25582026-03-18T00:41:35.210Z Compiling progenitor-impl v0.10.0
25592026-03-18T00:41:35.345Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25602026-03-18T00:41:35.452Z Checking zerocopy v0.6.6
25612026-03-18T00:41:35.529Z Compiling packed_struct_codegen v0.10.1
25622026-03-18T00:41:35.574Z Compiling bitfield-macros v0.19.4
25632026-03-18T00:41:35.974Z Compiling indexmap v1.9.3
25642026-03-18T00:41:36.268Z Checking nodrop v0.1.14
25652026-03-18T00:41:36.424Z Checking array-init v0.0.4
25662026-03-18T00:41:36.594Z Checking smallvec v0.6.14
25672026-03-18T00:41:36.638Z Checking bitfield v0.19.4
25682026-03-18T00:41:36.853Z Checking hashbrown v0.12.3
25692026-03-18T00:41:36.891Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25702026-03-18T00:41:36.945Z Checking serde-hex v0.1.0
25712026-03-18T00:41:37.058Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25722026-03-18T00:41:37.148Z Checking ron v0.8.1
25732026-03-18T00:41:37.913Z Checking hashbrown v0.13.2
25742026-03-18T00:41:37.970Z Checking crc-any v2.5.0
25752026-03-18T00:41:38.233Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25762026-03-18T00:41:38.290Z Checking path-slash v0.1.5
25772026-03-18T00:41:38.456Z Compiling xshell-macros v0.2.7
25782026-03-18T00:41:38.501Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25792026-03-18T00:41:38.546Z Checking object v0.30.4
25802026-03-18T00:41:38.671Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25812026-03-18T00:41:38.965Z Compiling progenitor-macro v0.10.0
25822026-03-18T00:41:39.013Z Checking xshell v0.2.7
25832026-03-18T00:41:39.016Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25842026-03-18T00:41:39.104Z Checking half v1.8.3
25852026-03-18T00:41:39.296Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25862026-03-18T00:41:39.417Z Checking serde_cbor v0.11.2
25872026-03-18T00:41:39.935Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25882026-03-18T00:41:39.985Z Compiling num-derive v0.3.3
25892026-03-18T00:41:40.251Z Compiling proc-macro-error-attr2 v2.0.0
25902026-03-18T00:41:40.520Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25912026-03-18T00:41:40.802Z Checking papergrid v0.17.0
25922026-03-18T00:41:40.846Z Compiling proc-macro-error2 v2.0.1
25932026-03-18T00:41:41.242Z Checking libscf-sys v1.1.0
25942026-03-18T00:41:41.301Z Compiling tabled_derive v0.11.0
25952026-03-18T00:41:41.449Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25962026-03-18T00:41:41.662Z Checking testing_table v0.3.0
25972026-03-18T00:41:41.757Z Checking maplit v1.0.2
25982026-03-18T00:41:41.823Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25992026-03-18T00:41:41.899Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26002026-03-18T00:41:41.945Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26012026-03-18T00:41:42.337Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26022026-03-18T00:41:42.494Z Checking crc8 v0.1.1
26032026-03-18T00:41:42.660Z Checking fxhash v0.2.1
26042026-03-18T00:41:42.846Z Checking unicase v2.9.0
26052026-03-18T00:41:42.892Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26062026-03-18T00:41:42.937Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26072026-03-18T00:41:42.940Z Checking tabled v0.20.0
26082026-03-18T00:41:43.025Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-03-18T00:41:43.080Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26102026-03-18T00:41:43.368Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26112026-03-18T00:41:43.820Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26122026-03-18T00:41:43.920Z Checking kstat-rs v0.2.4
26132026-03-18T00:41:44.210Z Compiling diesel_derives v2.3.7
26142026-03-18T00:41:44.256Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26152026-03-18T00:41:44.303Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26162026-03-18T00:41:44.424Z Checking scheduled-thread-pool v0.2.7
26172026-03-18T00:41:44.514Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26182026-03-18T00:41:44.579Z Compiling dsl_auto_type v0.2.0
26192026-03-18T00:41:44.640Z Compiling vergen-gitcl v1.0.8
26202026-03-18T00:41:44.786Z Compiling diesel_table_macro_syntax v0.3.0
26212026-03-18T00:41:44.912Z Compiling parking_lot_core v0.8.6
26222026-03-18T00:41:45.161Z Checking r2d2 v0.8.10
26232026-03-18T00:41:45.333Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26242026-03-18T00:41:45.466Z Compiling git-stub v1.0.0
26252026-03-18T00:41:45.561Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26262026-03-18T00:41:45.606Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26272026-03-18T00:41:45.696Z Checking downcast-rs v2.0.2
26282026-03-18T00:41:45.785Z Compiling git-stub-vcs v0.1.0
26292026-03-18T00:41:45.936Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26302026-03-18T00:41:46.010Z Checking progenitor v0.10.0
26312026-03-18T00:41:46.127Z Compiling dirs-sys-next v0.1.2
26322026-03-18T00:41:46.224Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26332026-03-18T00:41:46.302Z Compiling crunchy v0.2.4
26342026-03-18T00:41:46.348Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26352026-03-18T00:41:46.550Z Compiling dirs-next v2.0.0
26362026-03-18T00:41:46.599Z Checking parking_lot v0.11.2
26372026-03-18T00:41:46.714Z Compiling clang-sys v1.8.1
26382026-03-18T00:41:46.763Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26392026-03-18T00:41:46.806Z Checking prefix-trie v0.7.0
26402026-03-18T00:41:46.885Z Checking nanorand v0.7.0
26412026-03-18T00:41:46.944Z Compiling tiny-keccak v2.0.2
26422026-03-18T00:41:47.170Z Checking sled v0.34.7
26432026-03-18T00:41:47.216Z Checking flume v0.11.1
26442026-03-18T00:41:47.349Z Checking hickory-server v0.25.2
26452026-03-18T00:41:47.441Z Compiling term v0.7.0
26462026-03-18T00:41:47.531Z Checking hickory-client v0.25.2
26472026-03-18T00:41:47.573Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26482026-03-18T00:41:47.815Z Compiling bit-vec v0.6.3
26492026-03-18T00:41:47.908Z Compiling ascii-canvas v3.0.0
26502026-03-18T00:41:48.133Z Compiling bit-set v0.5.3
26512026-03-18T00:41:48.274Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26522026-03-18T00:41:48.370Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26532026-03-18T00:41:48.815Z Compiling itertools v0.10.5
26542026-03-18T00:41:48.858Z Compiling ena v0.14.4
26552026-03-18T00:41:48.948Z Compiling libloading v0.8.9
26562026-03-18T00:41:49.039Z Compiling diff v0.1.13
26572026-03-18T00:41:49.173Z Compiling regex-syntax v0.6.29
26582026-03-18T00:41:49.259Z Compiling bindgen v0.71.1
26592026-03-18T00:41:49.435Z Compiling salty v0.3.0
26602026-03-18T00:41:50.182Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26612026-03-18T00:41:50.281Z Compiling cexpr v0.6.0
26622026-03-18T00:41:50.989Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26632026-03-18T00:41:51.272Z Compiling lalrpop v0.19.12
26642026-03-18T00:41:51.380Z Checking primeorder v0.13.6
26652026-03-18T00:41:52.180Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-03-18T00:41:52.185Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26672026-03-18T00:41:52.453Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26682026-03-18T00:41:52.912Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26692026-03-18T00:41:52.959Z Checking diesel v2.3.7
26702026-03-18T00:41:53.093Z Compiling libxml v0.3.3
26712026-03-18T00:41:53.404Z Compiling fs-err v2.11.0
26722026-03-18T00:41:53.913Z Compiling strum_macros v0.24.3
26732026-03-18T00:41:53.959Z Compiling indoc v1.0.9
26742026-03-18T00:41:55.433Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26752026-03-18T00:41:55.653Z Checking p384 v0.13.1
26762026-03-18T00:41:55.769Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26772026-03-18T00:41:55.878Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26782026-03-18T00:41:56.275Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26792026-03-18T00:41:56.359Z Checking quick-xml v0.37.5
26802026-03-18T00:41:56.552Z Checking derive_builder v0.20.2
26812026-03-18T00:41:56.731Z Compiling oso-derive v0.27.3
26822026-03-18T00:41:57.167Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26832026-03-18T00:41:57.394Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26842026-03-18T00:41:57.476Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26852026-03-18T00:41:57.605Z Compiling trait-variant v0.1.2
26862026-03-18T00:41:58.340Z Compiling impl-trait-for-tuples v0.2.3
26872026-03-18T00:41:59.047Z Checking parse-size v1.1.0
26882026-03-18T00:41:59.238Z Checking openssl-probe v0.1.6
26892026-03-18T00:41:59.411Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26902026-03-18T00:41:59.650Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26912026-03-18T00:41:59.743Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26922026-03-18T00:42:00.116Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26932026-03-18T00:42:00.588Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-18T00:42:00.648Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26952026-03-18T00:42:00.792Z Checking assert_matches v1.5.0
26962026-03-18T00:42:00.930Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26972026-03-18T00:42:01.182Z Compiling progenitor-impl v0.11.2
26982026-03-18T00:42:01.248Z Checking predicates-tree v1.0.13
26992026-03-18T00:42:01.713Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27002026-03-18T00:42:01.757Z Compiling mime_guess v2.0.5
27012026-03-18T00:42:01.996Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27022026-03-18T00:42:02.109Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27032026-03-18T00:42:02.500Z Checking progenitor-client v0.11.2
27042026-03-18T00:42:02.833Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27052026-03-18T00:42:02.879Z Checking http-range v0.1.5
27062026-03-18T00:42:02.883Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-03-18T00:42:03.182Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27082026-03-18T00:42:03.226Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27092026-03-18T00:42:04.012Z Checking bb8 v0.8.6
27102026-03-18T00:42:04.059Z Checking atty v0.2.14
27112026-03-18T00:42:04.947Z Compiling progenitor-macro v0.11.2
27122026-03-18T00:42:05.153Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-03-18T00:42:06.116Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27142026-03-18T00:42:06.585Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27152026-03-18T00:42:07.123Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27162026-03-18T00:42:07.218Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27172026-03-18T00:42:07.501Z Checking ignore v0.4.25
27182026-03-18T00:42:07.857Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-18T00:42:08.098Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27202026-03-18T00:42:08.154Z Checking corncobs v0.1.4
27212026-03-18T00:42:08.360Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27222026-03-18T00:42:08.469Z Checking globwalk v0.9.1
27232026-03-18T00:42:08.772Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27242026-03-18T00:42:08.837Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27252026-03-18T00:42:10.014Z Checking hyper-staticfile v0.10.1
27262026-03-18T00:42:10.422Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27272026-03-18T00:42:10.591Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-03-18T00:42:10.820Z Checking signal-hook-tokio v0.3.1
27292026-03-18T00:42:11.024Z Checking secrecy v0.8.0
27302026-03-18T00:42:11.220Z Checking nonempty v0.12.0
27312026-03-18T00:42:11.322Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27322026-03-18T00:42:11.703Z Checking camino-tempfile-ext v0.3.3
27332026-03-18T00:42:12.014Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27342026-03-18T00:42:12.119Z Checking progenitor v0.11.2
27352026-03-18T00:42:12.267Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27362026-03-18T00:42:12.336Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27372026-03-18T00:42:12.650Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-03-18T00:42:12.698Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27392026-03-18T00:42:12.791Z Checking async-bb8-diesel v0.2.1
27402026-03-18T00:42:12.856Z Checking diesel-dtrace v0.5.0
27412026-03-18T00:42:12.984Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27422026-03-18T00:42:13.270Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27432026-03-18T00:42:13.405Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27442026-03-18T00:42:13.953Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27452026-03-18T00:42:14.091Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27462026-03-18T00:42:14.217Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27472026-03-18T00:42:14.283Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27482026-03-18T00:42:14.431Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27492026-03-18T00:42:14.878Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27502026-03-18T00:42:15.423Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27512026-03-18T00:42:15.704Z Checking tungstenite v0.23.0
27522026-03-18T00:42:15.855Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27532026-03-18T00:42:15.910Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27542026-03-18T00:42:16.399Z Checking tokio-tungstenite v0.23.1
27552026-03-18T00:42:16.402Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27562026-03-18T00:42:16.744Z Checking void v1.0.2
27572026-03-18T00:42:16.826Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27582026-03-18T00:42:16.918Z Checking lzss v0.8.2
27592026-03-18T00:42:16.967Z Checking nix v0.27.1
27602026-03-18T00:42:17.069Z Checking rand_seeder v0.4.0
27612026-03-18T00:42:17.203Z Checking serde_bytes v0.11.19
27622026-03-18T00:42:17.307Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27632026-03-18T00:42:17.483Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27642026-03-18T00:42:17.729Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27652026-03-18T00:42:17.775Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-03-18T00:42:17.822Z Checking is_ci v1.2.0
27672026-03-18T00:42:17.987Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27682026-03-18T00:42:18.042Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27692026-03-18T00:42:18.572Z Checking yansi v1.0.1
27702026-03-18T00:42:18.766Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27712026-03-18T00:42:18.961Z Checking pretty_assertions v1.4.1
27722026-03-18T00:42:19.086Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27732026-03-18T00:42:19.166Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27742026-03-18T00:42:19.213Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27752026-03-18T00:42:19.433Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27762026-03-18T00:42:19.521Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27772026-03-18T00:42:19.751Z Compiling darling_core v0.23.0
27782026-03-18T00:42:21.094Z Compiling indoc v2.0.7
27792026-03-18T00:42:21.740Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27802026-03-18T00:42:21.830Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-03-18T00:42:22.025Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-03-18T00:42:22.188Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27832026-03-18T00:42:22.311Z Compiling instability v0.3.11
27842026-03-18T00:42:22.452Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27852026-03-18T00:42:22.809Z Compiling libz-sys v1.1.24
27862026-03-18T00:42:22.933Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-03-18T00:42:23.321Z Checking castaway v0.2.4
27882026-03-18T00:42:23.444Z Compiling darling_macro v0.23.0
27892026-03-18T00:42:23.538Z Checking compact_str v0.8.1
27902026-03-18T00:42:24.078Z Checking supports-color v3.0.2
27912026-03-18T00:42:24.122Z Compiling darling v0.23.0
27922026-03-18T00:42:24.357Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27932026-03-18T00:42:24.429Z Checking unicode-truncate v1.1.0
27942026-03-18T00:42:24.653Z Checking lru v0.12.5
27952026-03-18T00:42:24.698Z Checking cassowary v0.3.0
27962026-03-18T00:42:24.960Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27972026-03-18T00:42:25.020Z Compiling libgit2-sys v0.18.3+1.9.2
27982026-03-18T00:42:25.228Z Checking ratatui v0.29.0
27992026-03-18T00:42:25.273Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-03-18T00:42:25.565Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28012026-03-18T00:42:27.115Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28022026-03-18T00:42:27.178Z Compiling vergen-git2 v1.0.7
28032026-03-18T00:42:27.290Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28042026-03-18T00:42:27.501Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28052026-03-18T00:42:27.563Z Checking colored v2.2.0
28062026-03-18T00:42:27.610Z Checking shell-words v1.1.1
28072026-03-18T00:42:27.784Z Compiling rustls v0.21.12
28082026-03-18T00:42:27.826Z Checking plotters-backend v0.3.7
28092026-03-18T00:42:28.007Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-03-18T00:42:28.116Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28112026-03-18T00:42:28.165Z Checking plotters-svg v0.3.7
28122026-03-18T00:42:28.378Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28132026-03-18T00:42:28.423Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28142026-03-18T00:42:28.657Z Checking rustls-webpki v0.101.7
28152026-03-18T00:42:29.012Z Checking sct v0.7.1
28162026-03-18T00:42:29.147Z Compiling nix v0.29.0
28172026-03-18T00:42:29.221Z Checking hex-literal v0.4.1
28182026-03-18T00:42:29.299Z Checking cast v0.3.0
28192026-03-18T00:42:29.381Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-18T00:42:29.547Z Checking criterion-plot v0.6.0
28212026-03-18T00:42:30.034Z Checking plotters v0.3.7
28222026-03-18T00:42:31.111Z Checking erased-serde v0.4.9
28232026-03-18T00:42:31.637Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28242026-03-18T00:42:31.682Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28252026-03-18T00:42:32.690Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28262026-03-18T00:42:33.666Z Checking tinytemplate v1.2.1
28272026-03-18T00:42:33.994Z Checking ordered-float v2.10.1
28282026-03-18T00:42:34.374Z Checking oorandom v11.1.5
28292026-03-18T00:42:34.566Z Checking anes v0.1.6
28302026-03-18T00:42:34.847Z Checking criterion v0.7.0
28312026-03-18T00:42:35.296Z Checking serde-value v0.7.0
28322026-03-18T00:42:35.620Z Checking serde-untagged v0.1.9
28332026-03-18T00:42:35.924Z Checking tokio-rustls v0.24.1
28342026-03-18T00:42:36.507Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28352026-03-18T00:42:36.557Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28362026-03-18T00:42:36.836Z Checking rustls-pemfile v1.0.4
28372026-03-18T00:42:37.052Z Checking twox-hash v2.1.2
28382026-03-18T00:42:37.501Z Checking unicode-xid v0.2.6
28392026-03-18T00:42:37.647Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28402026-03-18T00:42:37.692Z Checking cargo-util-schemas v0.8.2
28412026-03-18T00:42:37.738Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28422026-03-18T00:42:37.965Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28432026-03-18T00:42:38.920Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28442026-03-18T00:42:39.157Z Checking fatfs v0.3.6
28452026-03-18T00:42:39.719Z Checking cargo-platform v0.2.0
28462026-03-18T00:42:39.809Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28472026-03-18T00:42:39.998Z Compiling petname v2.0.2
28482026-03-18T00:42:40.670Z Compiling seq-macro v0.3.6
28492026-03-18T00:42:41.633Z Checking cargo_metadata v0.21.0
28502026-03-18T00:42:41.827Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28512026-03-18T00:42:42.712Z Checking concurrent-queue v2.5.0
28522026-03-18T00:42:42.985Z Checking rtoolbox v0.0.3
28532026-03-18T00:42:43.197Z Checking futures-timer v3.0.3
28542026-03-18T00:42:43.475Z Checking parking v2.2.1
28552026-03-18T00:42:43.518Z Checking rpassword v7.4.0
28562026-03-18T00:42:43.666Z Checking event-listener v5.4.1
28572026-03-18T00:42:44.004Z Checking tui-tree-widget v0.23.1
28582026-03-18T00:42:44.276Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28592026-03-18T00:42:44.321Z Checking polyval v0.6.2
28602026-03-18T00:42:44.506Z Checking sapling-renderdag v0.1.0
28612026-03-18T00:42:44.553Z Checking sync-ptr v0.1.4
28622026-03-18T00:42:44.596Z Checking ghash v0.5.1
28632026-03-18T00:42:44.743Z Checking event-listener-strategy v0.5.4
28642026-03-18T00:42:44.788Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28652026-03-18T00:42:44.861Z Checking ctr v0.9.2
28662026-03-18T00:42:44.951Z Checking arrayvec v0.7.6
28672026-03-18T00:42:45.071Z Checking arrayref v0.3.9
28682026-03-18T00:42:45.117Z Checking constant_time_eq v0.4.2
28692026-03-18T00:42:45.202Z Checking aes-gcm v0.10.3
28702026-03-18T00:42:45.313Z Checking async-lock v3.4.2
28712026-03-18T00:42:45.359Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28722026-03-18T00:42:45.431Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28732026-03-18T00:42:45.896Z Checking ssh-encoding v0.2.0
28742026-03-18T00:42:46.151Z Compiling samael v0.0.19
28752026-03-18T00:42:46.197Z Checking blowfish v0.9.1
28762026-03-18T00:42:46.430Z Checking bcrypt-pbkdf v0.10.0
28772026-03-18T00:42:46.672Z Checking ssh-cipher v0.2.0
28782026-03-18T00:42:46.720Z Checking async-object-pool v0.2.0
28792026-03-18T00:42:46.897Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28802026-03-18T00:42:46.942Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28812026-03-18T00:42:47.352Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28822026-03-18T00:42:47.739Z Checking serde_regex v1.1.0
28832026-03-18T00:42:47.979Z Checking password-hash v0.4.2
28842026-03-18T00:42:48.225Z Checking assert-json-diff v2.0.2
28852026-03-18T00:42:48.307Z Checking path-tree v0.8.3
28862026-03-18T00:42:48.477Z Compiling target-lexicon v0.13.3
28872026-03-18T00:42:48.580Z Checking stringmetrics v2.2.2
28882026-03-18T00:42:48.808Z Checking gimli v0.32.3
28892026-03-18T00:42:49.027Z Checking httpmock v0.8.3
28902026-03-18T00:42:49.231Z Checking pbkdf2 v0.11.0
28912026-03-18T00:42:49.481Z Checking ssh-key v0.6.7
28922026-03-18T00:42:51.036Z Checking addr2line v0.25.1
28932026-03-18T00:42:51.432Z Checking p256 v0.13.2
28942026-03-18T00:42:51.798Z Checking p521 v0.13.3
28952026-03-18T00:42:52.000Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28962026-03-18T00:42:52.243Z Checking russh-cryptovec v0.7.3
28972026-03-18T00:42:52.289Z Checking rustc-demangle v0.1.27
28982026-03-18T00:42:52.453Z Compiling guppy-workspace-hack v0.1.0
28992026-03-18T00:42:52.629Z Checking md5 v0.7.0
29002026-03-18T00:42:52.674Z Checking backtrace v0.3.76
29012026-03-18T00:42:52.882Z Checking russh-keys v0.45.0
29022026-03-18T00:42:53.100Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29032026-03-18T00:42:53.147Z Checking num-bigint v0.4.6
29042026-03-18T00:42:53.191Z Checking des v0.8.1
29052026-03-18T00:42:53.628Z Compiling blake3 v1.8.3
29062026-03-18T00:42:53.780Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072026-03-18T00:42:54.116Z Compiling target-spec v3.5.7
29082026-03-18T00:42:54.344Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29092026-03-18T00:42:54.564Z Checking russh v0.45.0
29102026-03-18T00:42:55.155Z Checking cfg-expr v0.20.6
29112026-03-18T00:42:55.223Z Checking backtrace-ext v0.2.1
29122026-03-18T00:42:55.395Z Checking supports-color v2.1.0
29132026-03-18T00:42:55.438Z Checking textwrap v0.15.2
29142026-03-18T00:42:55.599Z Checking supports-hyperlinks v2.1.0
29152026-03-18T00:42:55.714Z Checking supports-unicode v2.1.0
29162026-03-18T00:42:55.760Z Checking hashbrown v0.14.5
29172026-03-18T00:42:55.805Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29182026-03-18T00:42:55.906Z Checking cargo-platform v0.3.2
29192026-03-18T00:42:56.103Z Checking terminal_size v0.1.17
29202026-03-18T00:42:56.180Z Checking socket2 v0.5.10
29212026-03-18T00:42:56.277Z Compiling miette-derive v5.10.0
29222026-03-18T00:42:56.462Z Checking internet-checksum v0.2.1
29232026-03-18T00:42:56.551Z Checking owo-colors v3.5.0
29242026-03-18T00:42:56.647Z Checking chumsky v0.9.3
29252026-03-18T00:42:57.139Z Checking cargo_metadata v0.23.1
29262026-03-18T00:42:57.824Z Checking miette v5.10.0
29272026-03-18T00:42:58.141Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29282026-03-18T00:42:58.192Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29292026-03-18T00:42:58.386Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29302026-03-18T00:42:58.506Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29312026-03-18T00:42:58.806Z Compiling git2 v0.20.4
29322026-03-18T00:42:58.853Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29332026-03-18T00:42:58.899Z Checking httptest v0.16.4
29342026-03-18T00:42:59.216Z Checking pathdiff v0.2.3
29352026-03-18T00:42:59.302Z Compiling knuffel-derive v3.2.0
29362026-03-18T00:42:59.388Z Checking topological-sort v0.2.2
29372026-03-18T00:42:59.435Z Checking nested v0.1.1
29382026-03-18T00:42:59.599Z Checking omicron-zone-package v0.12.2
29392026-03-18T00:42:59.648Z Checking guppy v0.17.25
29402026-03-18T00:43:00.017Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29412026-03-18T00:43:00.326Z Checking similar-asserts v1.7.0
29422026-03-18T00:43:00.559Z Compiling rstest_macros v0.25.0
29432026-03-18T00:43:00.816Z Compiling target-triple v1.0.0
29442026-03-18T00:43:00.951Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29452026-03-18T00:43:01.142Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29462026-03-18T00:43:01.187Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29472026-03-18T00:43:01.298Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29482026-03-18T00:43:01.396Z Checking knuffel v3.2.0
29492026-03-18T00:43:01.579Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29502026-03-18T00:43:02.425Z Checking toml_datetime v1.0.0+spec-1.1.0
29512026-03-18T00:43:02.740Z Checking escape8259 v0.5.3
29522026-03-18T00:43:02.784Z Compiling assert_cmd v2.1.2
29532026-03-18T00:43:02.950Z Compiling relative-path v1.9.3
29542026-03-18T00:43:03.256Z Checking libtest-mimic v0.8.1
29552026-03-18T00:43:03.525Z Checking toml v1.0.3+spec-1.1.0
29562026-03-18T00:43:03.727Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29572026-03-18T00:43:03.826Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29582026-03-18T00:43:03.998Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29592026-03-18T00:43:04.391Z Checking blake2b_simd v1.0.4
29602026-03-18T00:43:04.924Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29612026-03-18T00:43:04.970Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29622026-03-18T00:43:05.435Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29632026-03-18T00:43:05.502Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29642026-03-18T00:43:05.785Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29652026-03-18T00:43:05.861Z Compiling polar-core v0.27.3
29662026-03-18T00:43:06.102Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29672026-03-18T00:43:06.185Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29682026-03-18T00:43:06.473Z Checking fancy-regex v0.14.0
29692026-03-18T00:43:06.860Z Checking serde_tokenstream v0.2.3
29702026-03-18T00:43:07.038Z Checking uzers v0.12.2
29712026-03-18T00:43:07.195Z Checking constant_time_eq v0.3.1
29722026-03-18T00:43:07.361Z Checking termcolor v1.4.1
29732026-03-18T00:43:07.416Z Compiling linkme-impl v0.3.35
29742026-03-18T00:43:07.692Z Checking trybuild v1.0.116
29752026-03-18T00:43:07.913Z Checking rust-argon2 v2.1.0
29762026-03-18T00:43:08.269Z Checking datatest-stable v0.3.3
29772026-03-18T00:43:08.600Z Checking rstest v0.25.0
29782026-03-18T00:43:08.901Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29792026-03-18T00:43:08.988Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29802026-03-18T00:43:09.306Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29812026-03-18T00:43:09.361Z Checking support-bundle-viewer v0.1.2
29822026-03-18T00:43:09.704Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29832026-03-18T00:43:09.997Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29842026-03-18T00:43:10.312Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29852026-03-18T00:43:10.426Z Checking drift v0.1.3
29862026-03-18T00:43:10.877Z Checking rand_distr v0.5.1
29872026-03-18T00:43:10.923Z Checking multimap v0.10.1
29882026-03-18T00:43:11.196Z Checking approx v0.5.1
29892026-03-18T00:43:11.423Z Compiling linkme v0.3.35
29902026-03-18T00:43:11.516Z Checking dropshot-api-manager v0.6.0
29912026-03-18T00:43:12.666Z Checking oso v0.27.3
29922026-03-18T00:43:12.907Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29932026-03-18T00:43:13.208Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29942026-03-18T00:43:13.389Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29952026-03-18T00:43:13.723Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29962026-03-18T00:43:13.805Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29972026-03-18T00:43:13.976Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29982026-03-18T00:43:14.033Z Checking partial-io v0.5.4
29992026-03-18T00:43:14.337Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30002026-03-18T00:43:14.429Z Checking cargo_toml v0.21.0
30012026-03-18T00:43:14.479Z Checking termios v0.3.3
30022026-03-18T00:43:14.524Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30032026-03-18T00:43:14.592Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30042026-03-18T00:43:15.278Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30052026-03-18T00:43:15.492Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30062026-03-18T00:43:15.620Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-03-18T00:43:19.949Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30082026-03-18T00:43:24.953Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30092026-03-18T00:43:27.713Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30102026-03-18T00:43:34.100Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30112026-03-18T00:43:34.913Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30122026-03-18T00:43:40.561Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30132026-03-18T00:43:46.678Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30142026-03-18T00:43:47.508Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30152026-03-18T00:43:47.977Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30162026-03-18T00:44:00.502Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30172026-03-18T00:45:56.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 34s
30182026-03-18T00:45:57.363Z
30192026-03-18T00:45:57.378Zreal 5:39.170776770
30202026-03-18T00:45:57.378Zuser 28:24.985697043
30212026-03-18T00:45:57.378Zsys 5:58.744048320
30222026-03-18T00:45:57.378Ztrap 0.724456591
30232026-03-18T00:45:57.378Ztflt 0.111667438
30242026-03-18T00:45:57.379Zdflt 0.180761924
30252026-03-18T00:45:57.379Zkflt 0.000692897
30262026-03-18T00:45:57.379Zlock 1:20:03.449501804
30272026-03-18T00:45:57.379Zslp 1:17:08.135175216
30282026-03-18T00:45:57.379Zlat 1:56.874582672
30292026-03-18T00:45:57.379Zstop 13:56.315837706
30302026-03-18T00:45:57.379Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30312026-03-18T00:45:57.379Z+ ptime -m cargo doc --workspace --no-deps
30322026-03-18T00:45:58.687Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30332026-03-18T00:45:58.688Z |
30342026-03-18T00:45:58.688Z = 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)`
30352026-03-18T00:45:58.688Z = 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>
30362026-03-18T00:45:59.856Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30372026-03-18T00:46:00.126Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30382026-03-18T00:46:00.186Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30392026-03-18T00:46:00.258Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402026-03-18T00:46:00.443Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30412026-03-18T00:46:00.476Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30422026-03-18T00:46:00.499Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30432026-03-18T00:46:00.537Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-03-18T00:46:00.670Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30452026-03-18T00:46:00.785Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30462026-03-18T00:46:00.825Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30472026-03-18T00:46:00.833Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30482026-03-18T00:46:00.868Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30492026-03-18T00:46:00.894Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30502026-03-18T00:46:00.935Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30512026-03-18T00:46:01.002Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30522026-03-18T00:46:01.022Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30532026-03-18T00:46:01.059Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30542026-03-18T00:46:01.117Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30552026-03-18T00:46:01.180Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30562026-03-18T00:46:01.447Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30572026-03-18T00:46:01.807Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30582026-03-18T00:46:01.968Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30592026-03-18T00:46:02.046Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30602026-03-18T00:46:02.061Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30612026-03-18T00:46:02.234Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30622026-03-18T00:46:02.276Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30632026-03-18T00:46:02.509Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30642026-03-18T00:46:02.561Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30652026-03-18T00:46:02.639Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30662026-03-18T00:46:02.760Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30672026-03-18T00:46:02.784Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30682026-03-18T00:46:03.028Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30692026-03-18T00:46:03.232Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30702026-03-18T00:46:03.262Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30712026-03-18T00:46:03.287Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30722026-03-18T00:46:03.469Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30732026-03-18T00:46:03.533Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30742026-03-18T00:46:03.607Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30752026-03-18T00:46:03.839Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30762026-03-18T00:46:03.990Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30772026-03-18T00:46:04.250Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30782026-03-18T00:46:04.299Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30792026-03-18T00:46:04.420Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30802026-03-18T00:46:04.475Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30812026-03-18T00:46:04.515Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30822026-03-18T00:46:04.780Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30832026-03-18T00:46:04.838Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30842026-03-18T00:46:04.870Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30852026-03-18T00:46:04.997Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30862026-03-18T00:46:05.091Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30872026-03-18T00:46:05.125Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30882026-03-18T00:46:05.147Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30892026-03-18T00:46:05.353Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30902026-03-18T00:46:05.453Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30912026-03-18T00:46:05.477Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30922026-03-18T00:46:05.513Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30932026-03-18T00:46:05.636Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30942026-03-18T00:46:05.702Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30952026-03-18T00:46:05.769Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30962026-03-18T00:46:05.945Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30972026-03-18T00:46:05.979Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30982026-03-18T00:46:06.044Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30992026-03-18T00:46:06.076Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31002026-03-18T00:46:06.213Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31012026-03-18T00:46:06.310Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31022026-03-18T00:46:06.455Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31032026-03-18T00:46:06.647Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31042026-03-18T00:46:06.650Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31052026-03-18T00:46:06.666Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31062026-03-18T00:46:06.726Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31072026-03-18T00:46:06.911Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31082026-03-18T00:46:07.459Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31092026-03-18T00:46:07.789Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31102026-03-18T00:46:08.008Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31112026-03-18T00:46:08.437Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31122026-03-18T00:46:09.165Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31132026-03-18T00:46:09.258Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31142026-03-18T00:46:09.573Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31152026-03-18T00:46:09.587Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31162026-03-18T00:46:09.782Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31172026-03-18T00:46:09.990Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31182026-03-18T00:46:10.020Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31192026-03-18T00:46:10.390Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31202026-03-18T00:46:10.724Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31212026-03-18T00:46:10.962Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31222026-03-18T00:46:11.067Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31232026-03-18T00:46:11.164Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31242026-03-18T00:46:11.233Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31252026-03-18T00:46:11.756Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31262026-03-18T00:46:11.899Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-03-18T00:46:12.439Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31282026-03-18T00:46:12.637Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31292026-03-18T00:46:12.669Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31302026-03-18T00:46:12.871Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31312026-03-18T00:46:13.250Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31322026-03-18T00:46:13.562Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31332026-03-18T00:46:13.852Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31342026-03-18T00:46:14.778Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31352026-03-18T00:46:15.145Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31362026-03-18T00:46:15.538Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31372026-03-18T00:46:16.258Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31382026-03-18T00:46:16.287Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31392026-03-18T00:46:16.428Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31402026-03-18T00:46:16.616Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31412026-03-18T00:46:16.790Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31422026-03-18T00:46:16.877Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31432026-03-18T00:46:17.108Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31442026-03-18T00:46:17.167Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31452026-03-18T00:46:17.468Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31462026-03-18T00:46:17.497Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31472026-03-18T00:46:17.502Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31482026-03-18T00:46:17.546Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31492026-03-18T00:46:17.661Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31502026-03-18T00:46:18.051Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31512026-03-18T00:46:18.060Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31522026-03-18T00:46:18.562Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31532026-03-18T00:46:19.116Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31542026-03-18T00:46:19.757Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31552026-03-18T00:46:20.673Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31562026-03-18T00:46:20.741Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31572026-03-18T00:46:21.091Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31582026-03-18T00:46:21.114Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31592026-03-18T00:46:21.613Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31602026-03-18T00:46:21.644Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31612026-03-18T00:46:22.202Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31622026-03-18T00:46:22.240Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31632026-03-18T00:46:22.322Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31642026-03-18T00:46:22.800Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31652026-03-18T00:46:22.868Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31662026-03-18T00:46:24.353Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31672026-03-18T00:46:24.479Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31682026-03-18T00:46:24.521Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31692026-03-18T00:46:25.240Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31702026-03-18T00:46:25.859Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31712026-03-18T00:46:27.357Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31722026-03-18T00:46:27.840Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31732026-03-18T00:46:28.549Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31742026-03-18T00:46:28.836Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31752026-03-18T00:46:29.358Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31762026-03-18T00:46:29.446Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31772026-03-18T00:46:29.532Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31782026-03-18T00:46:29.616Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31792026-03-18T00:46:30.281Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31802026-03-18T00:46:30.327Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31812026-03-18T00:46:31.361Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31822026-03-18T00:46:32.243Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31832026-03-18T00:46:32.593Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31842026-03-18T00:46:33.417Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31852026-03-18T00:46:35.955Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31862026-03-18T00:46:37.145Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31872026-03-18T00:46:37.963Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31882026-03-18T00:46:39.131Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31892026-03-18T00:46:39.266Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31902026-03-18T00:46:40.330Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31912026-03-18T00:46:40.981Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31922026-03-18T00:46:41.211Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31932026-03-18T00:46:41.959Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31942026-03-18T00:46:42.144Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31952026-03-18T00:46:43.225Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31962026-03-18T00:46:43.833Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31972026-03-18T00:46:44.245Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31982026-03-18T00:46:44.381Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31992026-03-18T00:46:44.418Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32002026-03-18T00:46:44.706Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32012026-03-18T00:46:44.736Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32022026-03-18T00:46:45.400Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32032026-03-18T00:46:45.471Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32042026-03-18T00:46:45.656Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32052026-03-18T00:46:45.946Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32062026-03-18T00:46:46.117Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32072026-03-18T00:46:46.628Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32082026-03-18T00:46:46.896Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32092026-03-18T00:46:47.668Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32102026-03-18T00:46:47.781Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32112026-03-18T00:46:48.245Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32122026-03-18T00:46:49.007Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32132026-03-18T00:46:49.034Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32142026-03-18T00:46:50.574Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32152026-03-18T00:46:50.978Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-03-18T00:46:55.326Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32172026-03-18T00:46:58.150Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32182026-03-18T00:46:58.345Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32192026-03-18T00:46:58.653Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32202026-03-18T00:46:59.506Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32212026-03-18T00:47:01.705Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32222026-03-18T00:47:03.547Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32232026-03-18T00:47:04.974Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32242026-03-18T00:47:05.770Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32252026-03-18T00:47:06.573Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32262026-03-18T00:47:07.562Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32272026-03-18T00:47:10.877Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32282026-03-18T00:47:11.147Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32292026-03-18T00:47:12.166Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32302026-03-18T00:47:12.591Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32312026-03-18T00:47:14.417Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32322026-03-18T00:47:15.224Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32332026-03-18T00:47:16.503Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32342026-03-18T00:47:21.377Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32352026-03-18T00:47:21.377Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32362026-03-18T00:47:22.349Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32372026-03-18T00:47:23.534Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32382026-03-18T00:47:24.379Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32392026-03-18T00:47:25.321Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32402026-03-18T00:47:26.254Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32412026-03-18T00:47:27.202Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32422026-03-18T00:47:29.289Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32432026-03-18T00:47:30.113Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32442026-03-18T00:47:30.155Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32452026-03-18T00:47:31.146Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32462026-03-18T00:47:32.732Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32472026-03-18T00:47:34.516Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32482026-03-18T00:47:35.503Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32492026-03-18T00:47:38.462Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32502026-03-18T00:47:41.919Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32512026-03-18T00:47:43.436Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32522026-03-18T00:47:44.556Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32532026-03-18T00:47:45.403Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32542026-03-18T00:47:46.919Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32552026-03-18T00:47:48.094Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32562026-03-18T00:47:51.760Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32572026-03-18T00:47:52.412Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32582026-03-18T00:47:53.243Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32592026-03-18T00:47:55.183Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32602026-03-18T00:47:58.315Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32612026-03-18T00:48:00.072Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32622026-03-18T00:48:01.964Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32632026-03-18T00:48:03.856Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32642026-03-18T00:48:06.091Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32652026-03-18T00:48:08.485Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32662026-03-18T00:48:10.608Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32672026-03-18T00:48:12.840Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32682026-03-18T00:48:15.388Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32692026-03-18T00:48:19.811Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32702026-03-18T00:48:22.270Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32712026-03-18T00:48:22.414Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32722026-03-18T00:48:24.706Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32732026-03-18T00:48:27.192Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32742026-03-18T00:48:29.538Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32752026-03-18T00:48:32.006Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32762026-03-18T00:48:34.768Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32772026-03-18T00:48:37.138Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32782026-03-18T00:48:39.955Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32792026-03-18T00:48:42.049Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32802026-03-18T00:48:44.439Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32812026-03-18T00:48:46.850Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32822026-03-18T00:48:49.280Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32832026-03-18T00:48:51.658Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32842026-03-18T00:48:53.811Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32852026-03-18T00:48:56.551Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32862026-03-18T00:48:58.746Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-03-18T00:49:01.094Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32882026-03-18T00:49:03.646Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32892026-03-18T00:49:06.180Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32902026-03-18T00:49:08.630Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32912026-03-18T00:49:11.147Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32922026-03-18T00:49:13.685Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32932026-03-18T00:49:16.235Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32942026-03-18T00:49:18.750Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32952026-03-18T00:49:21.147Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32962026-03-18T00:49:24.175Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32972026-03-18T00:49:26.423Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32982026-03-18T00:49:28.870Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32992026-03-18T00:49:34.708Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33002026-03-18T00:49:35.516Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33012026-03-18T00:49:40.239Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33022026-03-18T00:49:43.027Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33032026-03-18T00:49:45.856Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33042026-03-18T00:49:48.658Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33052026-03-18T00:49:51.309Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33062026-03-18T00:49:54.320Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33072026-03-18T00:49:57.034Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33082026-03-18T00:50:00.324Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33092026-03-18T00:50:02.975Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33102026-03-18T00:50:05.519Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33112026-03-18T00:50:08.587Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33122026-03-18T00:50:11.304Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33132026-03-18T00:50:14.213Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33142026-03-18T00:50:17.095Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33152026-03-18T00:50:19.919Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33162026-03-18T00:50:22.811Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33172026-03-18T00:50:25.760Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33182026-03-18T00:50:28.675Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33192026-03-18T00:50:31.833Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33202026-03-18T00:50:34.699Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33212026-03-18T00:50:37.621Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33222026-03-18T00:50:40.632Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33232026-03-18T00:50:43.648Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33242026-03-18T00:50:46.635Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33252026-03-18T00:50:49.655Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33262026-03-18T00:50:52.536Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33272026-03-18T00:50:55.562Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33282026-03-18T00:50:58.526Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33292026-03-18T00:51:01.591Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33302026-03-18T00:51:04.649Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33312026-03-18T00:51:07.721Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33322026-03-18T00:51:11.030Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33332026-03-18T00:51:14.064Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33342026-03-18T00:51:17.098Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33352026-03-18T00:51:20.188Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33362026-03-18T00:51:23.305Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33372026-03-18T00:51:26.499Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33382026-03-18T00:51:29.697Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33392026-03-18T00:51:32.706Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33402026-03-18T00:51:36.419Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33412026-03-18T00:51:45.177Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33422026-03-18T00:51:45.412Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33432026-03-18T00:51:49.272Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33442026-03-18T00:51:53.507Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33452026-03-18T00:51:59.316Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33462026-03-18T00:52:02.715Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33472026-03-18T00:52:07.182Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33482026-03-18T00:52:11.736Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33492026-03-18T00:52:16.269Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33502026-03-18T00:52:20.854Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33512026-03-18T00:52:25.332Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33522026-03-18T00:52:31.274Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33532026-03-18T00:52:34.538Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33542026-03-18T00:52:39.110Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33552026-03-18T00:52:43.672Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33562026-03-18T00:52:48.157Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33572026-03-18T00:52:52.632Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33582026-03-18T00:52:57.480Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33592026-03-18T00:53:01.860Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33602026-03-18T00:53:06.431Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33612026-03-18T00:53:11.069Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33622026-03-18T00:53:15.611Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33632026-03-18T00:53:20.248Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33642026-03-18T00:53:24.880Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33652026-03-18T00:54:01.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 03s
33662026-03-18T00:54:01.730Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33672026-03-18T00:54:01.845Z
33682026-03-18T00:54:01.848Zreal 8:04.068765427
33692026-03-18T00:54:01.848Zuser 23:30.751915832
33702026-03-18T00:54:01.848Zsys 4:26.970561729
33712026-03-18T00:54:01.848Ztrap 0.405985256
33722026-03-18T00:54:01.848Ztflt 0.036504898
33732026-03-18T00:54:01.848Zdflt 0.017985835
33742026-03-18T00:54:01.848Zkflt 0.000027957
33752026-03-18T00:54:01.848Zlock 7:18:01.857665673
33762026-03-18T00:54:01.848Zslp 2:40:52.923463724
33772026-03-18T00:54:01.848Zlat 35.160926892
33782026-03-18T00:54:01.848Zstop 1:58.655320554
33792026-03-18T00:54:01.848Zprocess exited: duration 1078591 ms, exit code 0
 
33802026-03-18T00:54:01.855Zfound 0 output files