01KKPZZ9JNNZX33XVC3WVX44MX: clippy (helios)

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

Buildomat Job: 01KKPZZK9H1H1BAPWNZ8AS64J6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-14T20:19:45.415Zjob assigned to worker 01KKPZZV6TE8PZKPPN9VVBE1CD [factory aws, i-08468bb6059709ddf] (queued for 1 m 35 s)
 
22026-03-14T20:19:53.101Zstarting task 0: "setup"
32026-03-14T20:19:53.106Z++ uname -s
42026-03-14T20:19:53.109Z+ kern=SunOS
52026-03-14T20:19:53.109Z+ build_user=build
62026-03-14T20:19:53.109Z+ build_uid=12345
72026-03-14T20:19:53.109Z+ work_dir=/work
82026-03-14T20:19:53.109Z+ input_dir=/input
92026-03-14T20:19:53.109Z+ [[ 0 == 12345 ]]
102026-03-14T20:19:53.109Z+ case "$kern" in
112026-03-14T20:19:53.109Z+ groupadd -g 12345 build
122026-03-14T20:19:53.113Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-14T20:19:55.117Z+ zfs create -o mountpoint=/work rpool/work
142026-03-14T20:19:55.232Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-14T20:19:55.236Z+ home_fs=zfs
162026-03-14T20:19:55.236Z+ [[ zfs == autofs ]]
172026-03-14T20:19:55.236Z+ mkdir -p /home/build
182026-03-14T20:19:55.239Z+ chown build:build /home/build /work
192026-03-14T20:19:57.238Z+ chmod 0700 /home/build /work
202026-03-14T20:19:57.241Zprocess exited: duration 4140 ms, exit code 0
 
212026-03-14T20:19:57.247Zstarting task 1: "rust-toolchain"
222026-03-14T20:19:57.251Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-14T20:19:57.251Z * rust toolchain channel = "1.94.0"
242026-03-14T20:19:57.251Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-14T20:19:57.251Z * rust toolchain profile = "default"
262026-03-14T20:19:57.251Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-14T20:19:57.253Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-14T20:19:57.253Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-14T20:19:57.253Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-14T20:19:57.393Zinfo: downloading installer
312026-03-14T20:19:59.032Zwarn: It looks like you have an existing installation of Rust at:
322026-03-14T20:19:59.032Zwarn: /opt/ooce/bin
332026-03-14T20:19:59.032Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-14T20:19:59.032Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-14T20:19:59.033Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-14T20:19:59.033Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-14T20:19:59.033Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-14T20:19:59.033Zerror: cannot install while Rust is installed
392026-03-14T20:19:59.033Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-14T20:19:59.033Zwarn: It looks like you have an existing rustup settings file at:
412026-03-14T20:19:59.033Zwarn: /home/build/.rustup/settings.toml
422026-03-14T20:19:59.033Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-14T20:19:59.033Zwarn: instead of the one inferred from the default host triple.
442026-03-14T20:19:59.045Zinfo: profile set to default
452026-03-14T20:19:59.045Zinfo: default host triple is x86_64-unknown-illumos
462026-03-14T20:19:59.047Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-14T20:19:59.195Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-14T20:19:59.200Zinfo: downloading 6 components
492026-03-14T20:20:15.610Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-14T20:20:15.610Z
512026-03-14T20:20:15.644Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-14T20:20:15.644Z
532026-03-14T20:20:15.647Z
542026-03-14T20:20:15.647ZRust is installed now. Great!
552026-03-14T20:20:15.647Z
562026-03-14T20:20:15.647ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-14T20:20:15.647Zenvironment variable. This has not been done automatically.
582026-03-14T20:20:15.647Z
592026-03-14T20:20:15.647ZTo configure your current shell, you need to source
602026-03-14T20:20:15.647Zthe corresponding env file under $HOME/.cargo.
612026-03-14T20:20:15.647Z
622026-03-14T20:20:15.647ZThis is usually done by running one of the following (note the leading DOT):
632026-03-14T20:20:15.647Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-14T20:20:15.647Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-14T20:20:15.647Zsource "~/.cargo/env.nu" # For nushell
662026-03-14T20:20:15.647Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-14T20:20:15.648Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-14T20:20:15.648Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-14T20:20:15.648Zwarn: no default linker (`cc`) was found in your PATH
702026-03-14T20:20:15.648Zwarn: many Rust crates require a system C toolchain to build
712026-03-14T20:20:15.748Z+ rustup --version
722026-03-14T20:20:15.758Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-14T20:20:15.761Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-14T20:20:15.785Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-14T20:20:15.788Z+ cargo --version
762026-03-14T20:20:15.805Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-14T20:20:15.808Z+ rustc --version
782026-03-14T20:20:15.832Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-14T20:20:15.836Zprocess exited: duration 18588 ms, exit code 0
 
802026-03-14T20:20:15.841Zstarting task 2: "authentication"
812026-03-14T20:20:15.860Zprocess exited: duration 19 ms, exit code 0
 
822026-03-14T20:20:15.866Zstarting task 3: "clone repository"
832026-03-14T20:20:15.870Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-14T20:20:15.872Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-14T20:20:15.904ZCloning into '/work/oxidecomputer/omicron'...
862026-03-14T20:20:25.556Z+ cd /work/oxidecomputer/omicron
872026-03-14T20:20:25.557Z+ git fetch origin 465f67065b886fb154c8bc8e12d5e772579ca28f
882026-03-14T20:20:25.829ZFrom https://github.com/oxidecomputer/omicron
892026-03-14T20:20:25.829Z * branch 465f67065b886fb154c8bc8e12d5e772579ca28f -> FETCH_HEAD
902026-03-14T20:20:25.840Z+ [[ -n mergeconflict/rust-toolchain-1.94.0 ]]
912026-03-14T20:20:25.842Z++ git branch --show-current
922026-03-14T20:20:25.845Z+ current=main
932026-03-14T20:20:25.845Z+ [[ main != mergeconflict/rust-toolchain-1.94.0 ]]
942026-03-14T20:20:25.845Z+ git branch -f mergeconflict/rust-toolchain-1.94.0 465f67065b886fb154c8bc8e12d5e772579ca28f
952026-03-14T20:20:25.848Z+ git checkout -f mergeconflict/rust-toolchain-1.94.0
962026-03-14T20:20:25.938ZSwitched to branch 'mergeconflict/rust-toolchain-1.94.0'
972026-03-14T20:20:25.941Z+ git reset --hard 465f67065b886fb154c8bc8e12d5e772579ca28f
982026-03-14T20:20:26.040ZHEAD is now at 465f67065 Switch CI build timings from --timings to -Zbuild-analysis
992026-03-14T20:20:26.043Zprocess exited: duration 10175 ms, exit code 0
 
1002026-03-14T20:20:26.048Zstarting task 4: "build"
1012026-03-14T20:20:26.053Z+ source ./env.sh
1022026-03-14T20:20:26.055Z++ OLD_SHELL_OPTS=ehxB
1032026-03-14T20:20:26.055Z++ set -o xtrace
1042026-03-14T20:20:26.055Z++++ dirname ./env.sh
1052026-03-14T20:20:26.058Z+++ readlink -f .
1062026-03-14T20:20:26.061Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-14T20:20:26.061Z++ 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-14T20:20:26.061Z++ 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-14T20:20:26.061Z++ 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-14T20:20:26.061Z++ 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-14T20:20:26.061Z++ 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-14T20:20:26.061Z++ 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-14T20:20:26.061Z++ 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-14T20:20:26.061Z++ 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-14T20:20:26.061Z++ case $OLD_SHELL_OPTS in
1162026-03-14T20:20:26.061Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-14T20:20:26.061Z+ source .github/buildomat/ci-env.sh
1182026-03-14T20:20:26.061Z++ export CARGO_TERM_COLOR=always
1192026-03-14T20:20:26.061Z++ CARGO_TERM_COLOR=always
1202026-03-14T20:20:26.061Z+ cargo --version
1212026-03-14T20:20:26.071Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-14T20:20:26.073Z+ rustc --version
1232026-03-14T20:20:26.098Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-14T20:20:26.101Z+ banner prerequisites
1252026-03-14T20:20:26.103Z
1262026-03-14T20:20:26.103Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-14T20:20:26.103Z # # # # # # # # # # # # # # #
1282026-03-14T20:20:26.103Z # # # # ##### # # ##### # # # # # #### #
1292026-03-14T20:20:26.104Z ##### ##### # ##### # # # # # # # # #
1302026-03-14T20:20:26.104Z # # # # # # # # # # # # # # #
1312026-03-14T20:20:26.104Z # # # ###### # # ###### ### # #### # #### #
1322026-03-14T20:20:26.104Z
1332026-03-14T20:20:26.106Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-14T20:20:36.031Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-14T20:20:45.680Z Startup: Caching catalogs ... Done
1362026-03-14T20:21:07.799ZPlanning: Solver setup ... Done (20.497s)
1372026-03-14T20:21:07.950ZPlanning: Running solver ... Done (0.151s)
1382026-03-14T20:21:08.132ZPlanning: Finding local manifests ... Done (0.002s)
1392026-03-14T20:21:08.157ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-14T20:21:09.414ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-14T20:21:09.456ZPlanning: Package planning ... Done (0.042s)
1422026-03-14T20:21:09.500ZPlanning: Merging actions ... Done (0.044s)
1432026-03-14T20:21:09.740ZPlanning: Checking for conflicting actions ... Done (0.239s)
1442026-03-14T20:21:09.750ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-14T20:21:10.608ZPlanning: Evaluating mediators ... Done (0.858s)
1462026-03-14T20:21:10.617ZPlanning: Planning completed in 24.79 seconds
1472026-03-14T20:21:10.630Z Packages to install: 4
1482026-03-14T20:21:10.633Z Mediators to change: 2
1492026-03-14T20:21:10.633Z Services to change: 1
1502026-03-14T20:21:10.633Z Estimated space available: 155.43 GB
1512026-03-14T20:21:10.633ZEstimated space to be consumed: 1.83 GB
1522026-03-14T20:21:10.633Z Create boot environment: No
1532026-03-14T20:21:10.633ZCreate backup boot environment: No
1542026-03-14T20:21:10.633Z Rebuild boot archive: No
1552026-03-14T20:21:10.633Z
1562026-03-14T20:21:10.633ZChanged mediators:
1572026-03-14T20:21:10.633Z mediator clang:
1582026-03-14T20:21:10.633Z version: None -> 15 (system default)
1592026-03-14T20:21:10.633Z
1602026-03-14T20:21:10.633Z mediator llvm:
1612026-03-14T20:21:10.633Z version: 14 (system default) -> 15 (system default)
1622026-03-14T20:21:10.633Z
1632026-03-14T20:21:10.633ZChanged packages:
1642026-03-14T20:21:10.633Zhelios-dev
1652026-03-14T20:21:10.634Z developer/build-essential
1662026-03-14T20:21:10.634Z None -> 11-2.0
1672026-03-14T20:21:10.634Z library/libxmlsec1
1682026-03-14T20:21:10.634Z None -> 1.2.35-2.0
1692026-03-14T20:21:10.634Z ooce/developer/clang-15
1702026-03-14T20:21:10.634Z None -> 15.0.7-2.0
1712026-03-14T20:21:10.634Z ooce/developer/llvm-15
1722026-03-14T20:21:10.634Z None -> 15.0.7-2.0
1732026-03-14T20:21:10.634Z
1742026-03-14T20:21:10.634ZServices:
1752026-03-14T20:21:10.634Z restart_fmri:
1762026-03-14T20:21:10.634Z svc:/system/update-man-index:default
1772026-03-14T20:21:10.678Z
1782026-03-14T20:21:10.678ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-14T20:21:15.679ZDownload: 1127/3290 items 54.4/212.6MB 25% complete (10.7M/s)
1802026-03-14T20:21:20.680ZDownload: 2316/3290 items 119.6/212.6MB 56% complete (12.1M/s)
1812026-03-14T20:21:27.494ZDownload: 3288/3290 items 212.6/212.6MB 99% complete (19.7M/s)
1822026-03-14T20:21:27.518ZDownload: Completed 212.60 MB in 16.84 seconds (12.6M/s)
1832026-03-14T20:21:28.326Z Actions: 1/3689 actions (Installing new actions)
1842026-03-14T20:21:32.488Z Actions: Completed 3689 actions in 4.16 seconds.
1852026-03-14T20:21:32.864Z Done (0.371s)
1862026-03-14T20:21:32.864Z Done (0.000s)
1872026-03-14T20:21:33.860Z Done (0.996s)
1882026-03-14T20:21:37.863Z Done (3.655s)
1892026-03-14T20:21:37.948Z Done (0.018s)
1902026-03-14T20:21:37.951Z Done (0.000s)
1912026-03-14T20:21:38.124Z Done (0.000s)
1922026-03-14T20:21:39.090ZPlanning: Evaluating mediator changes ... Done
1932026-03-14T20:21:39.241ZPlanning: Checking for conflicting actions ... Done
1942026-03-14T20:21:39.244ZPlanning: Consolidating action changes ... Done
1952026-03-14T20:21:39.468ZPlanning: Evaluating mediators ... Done
1962026-03-14T20:21:39.471ZPlanning: Planning completed in 0.38 seconds
1972026-03-14T20:21:39.498Z Mediators to change: 2
1982026-03-14T20:21:39.498Z Create boot environment: No
1992026-03-14T20:21:39.500ZCreate backup boot environment: No
2002026-03-14T20:21:39.574Z Done
2012026-03-14T20:21:39.574Z Done
2022026-03-14T20:21:40.324Z Done
2032026-03-14T20:21:43.644Z Done
2042026-03-14T20:21:43.730Z Done
2052026-03-14T20:21:43.733Z Done
2062026-03-14T20:21:43.950Z Done
2072026-03-14T20:21:44.488ZPlanning: Evaluating mediator changes ... Done
2082026-03-14T20:21:44.491ZPlanning: Merging actions ... Done
2092026-03-14T20:21:44.660ZPlanning: Checking for conflicting actions ... Done
2102026-03-14T20:21:44.668ZPlanning: Consolidating action changes ... Done
2112026-03-14T20:21:44.876ZPlanning: Evaluating mediators ... Done
2122026-03-14T20:21:44.917ZPlanning: Planning completed in 0.63 seconds
2132026-03-14T20:21:44.947Z Packages to change: 1
2142026-03-14T20:21:44.947Z Mediators to change: 1
2152026-03-14T20:21:44.950Z Services to change: 1
2162026-03-14T20:21:44.950Z Create boot environment: No
2172026-03-14T20:21:44.950ZCreate backup boot environment: Yes
2182026-03-14T20:21:47.540Z Actions: 1/6 actions (Updating modified actions)
2192026-03-14T20:21:47.543Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-14T20:21:47.543Z Done
2212026-03-14T20:21:47.543Z Done
2222026-03-14T20:21:47.732Z Done
2232026-03-14T20:21:51.002Z Done
2242026-03-14T20:21:51.091Z Done
2252026-03-14T20:21:51.093Z Done
2262026-03-14T20:21:51.244Z Done
2272026-03-14T20:21:51.622ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-14T20:21:51.622Zclang system 15 system
2292026-03-14T20:21:51.622Zcsh system system illumos
2302026-03-14T20:21:51.622Zctags system system illumos
2312026-03-14T20:21:51.622Zfile system system illumos
2322026-03-14T20:21:51.623Zgcc vendor 12 vendor
2332026-03-14T20:21:51.623Zgcc system 10 system
2342026-03-14T20:21:51.623Zgcc system 7 system
2352026-03-14T20:21:51.623Zgo system 1.20 system
2362026-03-14T20:21:51.623Zgo system 1.19 system
2372026-03-14T20:21:51.623Zllvm system 15 system
2382026-03-14T20:21:51.623Zllvm system 14 system
2392026-03-14T20:21:51.623Zmariadb system 10.6 system
2402026-03-14T20:21:51.623Zmta vendor vendor dma
2412026-03-14T20:21:51.623Zopenjdk system 17 system
2422026-03-14T20:21:51.623Zopenjdk system 11 system
2432026-03-14T20:21:51.623Zopenjdk system 1.8 system
2442026-03-14T20:21:51.623Zopenssl vendor 3 vendor
2452026-03-14T20:21:51.624Zperl system 5.36 system
2462026-03-14T20:21:51.624Zpostgresql system 15 system
2472026-03-14T20:21:51.624Zpostgresql system 13 system
2482026-03-14T20:21:51.624Zpython vendor 3 vendor
2492026-03-14T20:21:51.624Zpython system 2 system
2502026-03-14T20:21:51.624Zpython3 system 3.11 system
2512026-03-14T20:21:51.624Zruby system 3.0 system
2522026-03-14T20:21:51.624Zwords vendor vendor american-english
2532026-03-14T20:21:51.624Zwords system system australian-english
2542026-03-14T20:21:51.624Zwords system system british-english
2552026-03-14T20:21:51.624Zwords system system canadian-english
2562026-03-14T20:21:51.624Zwords system system french
2572026-03-14T20:21:51.625Zwords system system italian
2582026-03-14T20:21:51.625Zwords system system ngerman
2592026-03-14T20:21:51.625Zwords system system ogerman
2602026-03-14T20:21:51.625Zwords system system spanish
2612026-03-14T20:21:51.925ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-14T20:21:51.925Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-14T20:21:57.856ZFMRI IFO
2642026-03-14T20:21:57.856Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-14T20:21:57.856Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-14T20:21:57.856Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-14T20:21:57.856Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-14T20:21:57.856Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-14T20:21:57.856Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-14T20:21:57.856Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-14T20:21:57.856Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-14T20:21:57.856Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-14T20:21:57.856Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-14T20:21:57.856Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-14T20:21:57.856Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-14T20:21:57.857Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-14T20:21:57.857Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-14T20:21:57.857Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-14T20:21:57.857Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-14T20:21:59.091Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-14T20:21:59.353Z Updating crates.io index
2822026-03-14T20:21:59.356Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-14T20:21:59.632Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-14T20:22:00.396Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-03-14T20:22:00.786Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-14T20:22:01.066Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-14T20:22:02.027Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-14T20:22:02.686Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-14T20:22:04.009Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-14T20:22:05.649Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-14T20:22:06.422Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-14T20:22:06.782Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-14T20:22:07.945Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-14T20:22:08.185Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-14T20:22:08.649Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-14T20:22:08.920Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-14T20:22:09.903Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-14T20:22:10.555Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-14T20:22:10.807Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-14T20:22:11.072Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-14T20:22:11.569Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-14T20:22:11.965Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-14T20:22:12.208Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-14T20:22:12.451Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-14T20:22:12.867Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-14T20:22:13.187Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-14T20:22:13.764Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-14T20:22:14.057Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-14T20:22:14.338Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-14T20:22:15.367Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-14T20:22:15.806Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-14T20:22:16.091Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-14T20:22:16.440Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-14T20:22:16.746Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-14T20:22:17.099Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-14T20:22:17.564Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-14T20:22:17.974Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-14T20:22:18.239Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-14T20:22:18.556Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-14T20:22:32.556Z Downloading crates ...
3212026-03-14T20:22:32.614Z Downloaded cargo-util-schemas v0.8.2
3222026-03-14T20:22:32.623Z Downloaded thread-id v4.2.2
3232026-03-14T20:22:32.626Z Downloaded utf8parse v0.2.2
3242026-03-14T20:22:32.626Z Downloaded yoke-derive v0.8.1
3252026-03-14T20:22:32.628Z Downloaded sha2 v0.10.9
3262026-03-14T20:22:32.631Z Downloaded fastrand v2.3.0
3272026-03-14T20:22:32.631Z Downloaded anstream v0.6.21
3282026-03-14T20:22:32.633Z Downloaded toml v0.8.23
3292026-03-14T20:22:32.636Z Downloaded serde_core v1.0.228
3302026-03-14T20:22:32.640Z Downloaded swrite v0.1.0
3312026-03-14T20:22:32.640Z Downloaded unicode-ident v1.0.24
3322026-03-14T20:22:32.644Z Downloaded clap_builder v4.5.60
3332026-03-14T20:22:32.647Z Downloaded zerofrom-derive v0.1.6
3342026-03-14T20:22:32.647Z Downloaded toml_write v0.1.2
3352026-03-14T20:22:32.649Z Downloaded toml_datetime v0.6.11
3362026-03-14T20:22:32.649Z Downloaded fs-err v3.3.0
3372026-03-14T20:22:32.652Z Downloaded cargo_toml v0.21.0
3382026-03-14T20:22:32.652Z Downloaded unicode-linebreak v0.1.5
3392026-03-14T20:22:32.654Z Downloaded displaydoc v0.2.5
3402026-03-14T20:22:32.657Z Downloaded utf8_iter v1.0.4
3412026-03-14T20:22:32.657Z Downloaded thiserror v2.0.18
3422026-03-14T20:22:32.660Z Downloaded zerofrom v0.1.6
3432026-03-14T20:22:32.663Z Downloaded usdt v0.5.0
3442026-03-14T20:22:32.663Z Downloaded usdt-attr-macro v0.5.0
3452026-03-14T20:22:32.666Z Downloaded heck v0.4.1
3462026-03-14T20:22:32.668Z Downloaded unicode-xid v0.2.6
3472026-03-14T20:22:32.668Z Downloaded thiserror-impl v1.0.69
3482026-03-14T20:22:32.671Z Downloaded tinystr v0.8.2
3492026-03-14T20:22:32.671Z Downloaded typeid v1.0.3
3502026-03-14T20:22:32.673Z Downloaded form_urlencoded v1.2.2
3512026-03-14T20:22:32.673Z Downloaded errno v0.3.14
3522026-03-14T20:22:32.676Z Downloaded camino v1.2.2
3532026-03-14T20:22:32.676Z Downloaded version_check v0.9.5
3542026-03-14T20:22:32.679Z Downloaded usdt-macro v0.5.0
3552026-03-14T20:22:32.679Z Downloaded thiserror-impl v2.0.18
3562026-03-14T20:22:32.679Z Downloaded generic-array v0.14.7
3572026-03-14T20:22:32.681Z Downloaded crypto-common v0.1.7
3582026-03-14T20:22:32.681Z Downloaded bytecount v0.6.9
3592026-03-14T20:22:32.681Z Downloaded serde_spanned v0.6.9
3602026-03-14T20:22:32.684Z Downloaded dof v0.3.0
3612026-03-14T20:22:32.684Z Downloaded toml_edit v0.22.27
3622026-03-14T20:22:32.687Z Downloaded byteorder v1.5.0
3632026-03-14T20:22:32.689Z Downloaded thiserror v1.0.69
3642026-03-14T20:22:32.692Z Downloaded clap_derive v4.5.55
3652026-03-14T20:22:32.694Z Downloaded zmij v1.0.21
3662026-03-14T20:22:32.694Z Downloaded zerovec-derive v0.11.2
3672026-03-14T20:22:32.698Z Downloaded usdt-impl v0.5.0
3682026-03-14T20:22:32.698Z Downloaded erased-serde v0.4.9
3692026-03-14T20:22:32.700Z Downloaded zerocopy-derive v0.7.35
3702026-03-14T20:22:32.703Z Downloaded terminal_size v0.4.3
3712026-03-14T20:22:32.703Z Downloaded zerotrie v0.2.3
3722026-03-14T20:22:32.706Z Downloaded serde-value v0.7.0
3732026-03-14T20:22:32.706Z Downloaded proc-macro-error-attr v1.0.4
3742026-03-14T20:22:32.709Z Downloaded yoke v0.8.1
3752026-03-14T20:22:32.709Z Downloaded ucd-trie v0.1.7
3762026-03-14T20:22:32.709Z Downloaded colorchoice v1.0.4
3772026-03-14T20:22:32.711Z Downloaded macaddr v1.0.1
3782026-03-14T20:22:32.711Z Downloaded is_terminal_polyfill v1.70.2
3792026-03-14T20:22:32.714Z Downloaded equivalent v1.0.2
3802026-03-14T20:22:32.714Z Downloaded clap_lex v1.0.0
3812026-03-14T20:22:32.714Z Downloaded potential_utf v0.1.4
3822026-03-14T20:22:32.714Z Downloaded textwrap v0.16.2
3832026-03-14T20:22:32.717Z Downloaded writeable v0.6.2
3842026-03-14T20:22:32.720Z Downloaded scroll_derive v0.12.1
3852026-03-14T20:22:32.720Z Downloaded heck v0.5.0
3862026-03-14T20:22:32.720Z Downloaded percent-encoding v2.3.2
3872026-03-14T20:22:32.720Z Downloaded ordered-float v2.10.1
3882026-03-14T20:22:32.722Z Downloaded cargo_metadata v0.21.0
3892026-03-14T20:22:32.722Z Downloaded url v2.5.8
3902026-03-14T20:22:32.725Z Downloaded typenum v1.19.0
3912026-03-14T20:22:32.728Z Downloaded pretty-hex v0.4.1
3922026-03-14T20:22:32.728Z Downloaded cargo-platform v0.2.0
3932026-03-14T20:22:32.730Z Downloaded zerovec v0.11.5
3942026-03-14T20:22:32.733Z Downloaded icu_normalizer_data v2.1.1
3952026-03-14T20:22:32.736Z Downloaded anstyle-query v1.1.5
3962026-03-14T20:22:32.736Z Downloaded dtrace-parser v0.2.0
3972026-03-14T20:22:32.743Z Downloaded zerocopy v0.7.35
3982026-03-14T20:22:32.755Z Downloaded winnow v0.7.14
3992026-03-14T20:22:32.761Z Downloaded tabled_derive v0.7.0
4002026-03-14T20:22:32.764Z Downloaded unicode-width v0.1.14
4012026-03-14T20:22:32.766Z Downloaded block-buffer v0.10.4
4022026-03-14T20:22:32.769Z Downloaded stable_deref_trait v1.2.1
4032026-03-14T20:22:32.769Z Downloaded idna_adapter v1.2.1
4042026-03-14T20:22:32.769Z Downloaded plain v0.2.3
4052026-03-14T20:22:32.769Z Downloaded unicode-width v0.2.0
4062026-03-14T20:22:32.773Z Downloaded memmap v0.7.0
4072026-03-14T20:22:32.775Z Downloaded itoa v1.0.17
4082026-03-14T20:22:32.775Z Downloaded fnv v1.0.7
4092026-03-14T20:22:32.775Z Downloaded cfg-if v1.0.4
4102026-03-14T20:22:32.778Z Downloaded strsim v0.11.1
4112026-03-14T20:22:32.781Z Downloaded anstyle v1.0.13
4122026-03-14T20:22:32.781Z Downloaded scroll v0.12.0
4132026-03-14T20:22:32.783Z Downloaded digest v0.10.7
4142026-03-14T20:22:32.787Z Downloaded clap v4.5.60
4152026-03-14T20:22:32.793Z Downloaded cpufeatures v0.2.17
4162026-03-14T20:22:32.796Z Downloaded synstructure v0.13.2
4172026-03-14T20:22:32.796Z Downloaded bitflags v2.11.0
4182026-03-14T20:22:32.799Z Downloaded quote v1.0.44
4192026-03-14T20:22:32.803Z Downloaded smawk v0.3.2
4202026-03-14T20:22:32.803Z Downloaded serde-untagged v0.1.9
4212026-03-14T20:22:32.805Z Downloaded autocfg v1.5.0
4222026-03-14T20:22:32.808Z Downloaded camino-tempfile v1.4.1
4232026-03-14T20:22:32.814Z Downloaded proc-macro-error v1.0.4
4242026-03-14T20:22:32.819Z Downloaded icu_properties v2.1.2
4252026-03-14T20:22:32.822Z Downloaded serde_tokenstream v0.2.3
4262026-03-14T20:22:32.825Z Downloaded anstyle-parse v0.2.7
4272026-03-14T20:22:32.828Z Downloaded anyhow v1.0.102
4282026-03-14T20:22:32.830Z Downloaded smallvec v1.15.1
4292026-03-14T20:22:32.836Z Downloaded litemap v0.8.1
4302026-03-14T20:22:32.838Z Downloaded icu_normalizer v2.1.1
4312026-03-14T20:22:32.841Z Downloaded icu_collections v2.1.1
4322026-03-14T20:22:32.844Z Downloaded semver v1.0.27
4332026-03-14T20:22:32.849Z Downloaded tempfile v3.25.0
4342026-03-14T20:22:32.852Z Downloaded once_cell v1.21.3
4352026-03-14T20:22:32.866Z Downloaded pest_derive v2.8.6
4362026-03-14T20:22:32.870Z Downloaded serde_derive v1.0.228
4372026-03-14T20:22:32.873Z Downloaded getrandom v0.4.1
4382026-03-14T20:22:32.873Z Downloaded pest_generator v2.8.6
4392026-03-14T20:22:32.876Z Downloaded papergrid v0.11.0
4402026-03-14T20:22:32.878Z Downloaded proc-macro2 v1.0.106
4412026-03-14T20:22:32.881Z Downloaded num-traits v0.2.19
4422026-03-14T20:22:32.881Z Downloaded icu_locale_core v2.1.1
4432026-03-14T20:22:32.884Z Downloaded icu_provider v2.1.1
4442026-03-14T20:22:32.887Z Downloaded log v0.4.29
4452026-03-14T20:22:32.890Z Downloaded pest_meta v2.8.6
4462026-03-14T20:22:32.900Z Downloaded hashbrown v0.16.1
4472026-03-14T20:22:32.911Z Downloaded memchr v2.8.0
4482026-03-14T20:22:32.920Z Downloaded serde v1.0.228
4492026-03-14T20:22:32.923Z Downloaded indexmap v2.13.0
4502026-03-14T20:22:32.938Z Downloaded pest v2.8.6
4512026-03-14T20:22:32.951Z Downloaded idna v1.1.0
4522026-03-14T20:22:32.954Z Downloaded icu_properties_data v2.1.2
4532026-03-14T20:22:32.960Z Downloaded serde_json v1.0.149
4542026-03-14T20:22:32.973Z Downloaded goblin v0.8.2
4552026-03-14T20:22:32.984Z Downloaded tabled v0.15.0
4562026-03-14T20:22:32.996Z Downloaded syn v1.0.109
4572026-03-14T20:22:33.009Z Downloaded syn v2.0.117
4582026-03-14T20:22:33.029Z Downloaded rustix v1.1.3
4592026-03-14T20:22:33.058Z Downloaded libc v0.2.180
4602026-03-14T20:22:33.146Z Compiling proc-macro2 v1.0.106
4612026-03-14T20:22:33.149Z Compiling unicode-ident v1.0.24
4622026-03-14T20:22:33.149Z Compiling quote v1.0.44
4632026-03-14T20:22:33.149Z Compiling serde_core v1.0.228
4642026-03-14T20:22:33.149Z Compiling libc v0.2.180
4652026-03-14T20:22:33.149Z Compiling version_check v0.9.5
4662026-03-14T20:22:33.149Z Compiling memchr v2.8.0
4672026-03-14T20:22:33.149Z Compiling stable_deref_trait v1.2.1
4682026-03-14T20:22:33.548Z Compiling serde v1.0.228
4692026-03-14T20:22:33.588Z Compiling zmij v1.0.21
4702026-03-14T20:22:33.854Z Compiling itoa v1.0.17
4712026-03-14T20:22:33.915Z Compiling ucd-trie v0.1.7
4722026-03-14T20:22:34.057Z Compiling autocfg v1.5.0
4732026-03-14T20:22:34.255Z Compiling thiserror v1.0.69
4742026-03-14T20:22:34.326Z Compiling pest v2.8.6
4752026-03-14T20:22:34.391Z Compiling litemap v0.8.1
4762026-03-14T20:22:34.491Z Compiling writeable v0.6.2
4772026-03-14T20:22:34.621Z Compiling icu_properties_data v2.1.2
4782026-03-14T20:22:34.848Z Compiling rustix v1.1.3
4792026-03-14T20:22:34.878Z Compiling icu_normalizer_data v2.1.1
4802026-03-14T20:22:35.057Z Compiling syn v2.0.117
4812026-03-14T20:22:35.102Z Compiling byteorder v1.5.0
4822026-03-14T20:22:35.206Z Compiling errno v0.3.14
4832026-03-14T20:22:35.229Z Compiling bitflags v2.11.0
4842026-03-14T20:22:35.394Z Compiling serde_json v1.0.149
4852026-03-14T20:22:35.594Z Compiling num-traits v0.2.19
4862026-03-14T20:22:35.618Z Compiling hashbrown v0.16.1
4872026-03-14T20:22:35.822Z Compiling pest_meta v2.8.6
4882026-03-14T20:22:35.906Z Compiling smallvec v1.15.1
4892026-03-14T20:22:36.032Z Compiling equivalent v1.0.2
4902026-03-14T20:22:36.199Z Compiling typeid v1.0.3
4912026-03-14T20:22:36.366Z Compiling indexmap v2.13.0
4922026-03-14T20:22:36.469Z Compiling thread-id v4.2.2
4932026-03-14T20:22:36.505Z Compiling proc-macro-error-attr v1.0.4
4942026-03-14T20:22:36.581Z Compiling usdt-impl v0.5.0
4952026-03-14T20:22:36.610Z Compiling erased-serde v0.4.9
4962026-03-14T20:22:36.739Z Compiling winnow v0.7.14
4972026-03-14T20:22:36.851Z Compiling toml_write v0.1.2
4982026-03-14T20:22:36.969Z Compiling syn v1.0.109
4992026-03-14T20:22:37.423Z Compiling proc-macro-error v1.0.4
5002026-03-14T20:22:37.452Z Compiling utf8parse v0.2.2
5012026-03-14T20:22:37.595Z Compiling camino v1.2.2
5022026-03-14T20:22:37.651Z Compiling getrandom v0.4.1
5032026-03-14T20:22:37.987Z Compiling percent-encoding v2.3.2
5042026-03-14T20:22:38.074Z Compiling plain v0.2.3
5052026-03-14T20:22:38.217Z Compiling utf8_iter v1.0.4
5062026-03-14T20:22:38.241Z Compiling log v0.4.29
5072026-03-14T20:22:38.244Z Compiling thiserror v2.0.18
5082026-03-14T20:22:38.288Z Compiling form_urlencoded v1.2.2
5092026-03-14T20:22:38.408Z Compiling ordered-float v2.10.1
5102026-03-14T20:22:38.566Z Compiling anstyle-parse v0.2.7
5112026-03-14T20:22:38.789Z Compiling terminal_size v0.4.3
5122026-03-14T20:22:38.835Z Compiling synstructure v0.13.2
5132026-03-14T20:22:38.961Z Compiling pest_generator v2.8.6
5142026-03-14T20:22:38.986Z Compiling cfg-if v1.0.4
5152026-03-14T20:22:39.070Z Compiling pretty-hex v0.4.1
5162026-03-14T20:22:39.094Z Compiling anstyle v1.0.13
5172026-03-14T20:22:39.247Z Compiling is_terminal_polyfill v1.70.2
5182026-03-14T20:22:39.271Z Compiling colorchoice v1.0.4
5192026-03-14T20:22:39.311Z Compiling anstyle-query v1.1.5
5202026-03-14T20:22:39.368Z Compiling serde-untagged v0.1.9
5212026-03-14T20:22:39.419Z Compiling anstream v0.6.21
5222026-03-14T20:22:39.658Z Compiling semver v1.0.27
5232026-03-14T20:22:39.704Z Compiling fs-err v3.3.0
5242026-03-14T20:22:39.823Z Compiling once_cell v1.21.3
5252026-03-14T20:22:39.918Z Compiling fastrand v2.3.0
5262026-03-14T20:22:39.953Z Compiling strsim v0.11.1
5272026-03-14T20:22:40.061Z Compiling unicode-xid v0.2.6
5282026-03-14T20:22:40.099Z Compiling bytecount v0.6.9
5292026-03-14T20:22:40.216Z Compiling fnv v1.0.7
5302026-03-14T20:22:40.262Z Compiling unicode-width v0.1.14
5312026-03-14T20:22:40.285Z Compiling clap_lex v1.0.0
5322026-03-14T20:22:40.346Z Compiling anyhow v1.0.102
5332026-03-14T20:22:40.420Z Compiling heck v0.5.0
5342026-03-14T20:22:40.521Z Compiling heck v0.4.1
5352026-03-14T20:22:40.587Z Compiling papergrid v0.11.0
5362026-03-14T20:22:40.623Z Compiling clap_builder v4.5.60
5372026-03-14T20:22:40.736Z Compiling tempfile v3.25.0
5382026-03-14T20:22:40.935Z Compiling memmap v0.7.0
5392026-03-14T20:22:41.041Z Compiling smawk v0.3.2
5402026-03-14T20:22:41.204Z Compiling unicode-linebreak v0.1.5
5412026-03-14T20:22:41.270Z Compiling unicode-width v0.2.0
5422026-03-14T20:22:41.445Z Compiling serde_derive v1.0.228
5432026-03-14T20:22:41.522Z Compiling zerofrom-derive v0.1.6
5442026-03-14T20:22:41.559Z Compiling yoke-derive v0.8.1
5452026-03-14T20:22:41.628Z Compiling zerovec-derive v0.11.2
5462026-03-14T20:22:41.771Z Compiling displaydoc v0.2.5
5472026-03-14T20:22:42.618Z Compiling thiserror-impl v1.0.69
5482026-03-14T20:22:42.750Z Compiling zerocopy-derive v0.7.35
5492026-03-14T20:22:43.101Z Compiling pest_derive v2.8.6
5502026-03-14T20:22:43.180Z Compiling scroll_derive v0.12.1
5512026-03-14T20:22:43.445Z Compiling zerofrom v0.1.6
5522026-03-14T20:22:43.618Z Compiling yoke v0.8.1
5532026-03-14T20:22:43.642Z Compiling thiserror-impl v2.0.18
5542026-03-14T20:22:43.868Z Compiling zerovec v0.11.5
5552026-03-14T20:22:43.900Z Compiling zerotrie v0.2.3
5562026-03-14T20:22:44.064Z Compiling zerocopy v0.7.35
5572026-03-14T20:22:44.305Z Compiling scroll v0.12.0
5582026-03-14T20:22:44.442Z Compiling dtrace-parser v0.2.0
5592026-03-14T20:22:44.567Z Compiling tinystr v0.8.2
5602026-03-14T20:22:44.692Z Compiling potential_utf v0.1.4
5612026-03-14T20:22:44.836Z Compiling icu_locale_core v2.1.1
5622026-03-14T20:22:44.860Z Compiling goblin v0.8.2
5632026-03-14T20:22:44.906Z Compiling icu_collections v2.1.1
5642026-03-14T20:22:44.980Z Compiling tabled_derive v0.7.0
5652026-03-14T20:22:45.433Z Compiling clap_derive v4.5.55
5662026-03-14T20:22:45.542Z Compiling textwrap v0.16.2
5672026-03-14T20:22:45.593Z Compiling camino-tempfile v1.4.1
5682026-03-14T20:22:45.890Z Compiling icu_provider v2.1.1
5692026-03-14T20:22:46.168Z Compiling serde_spanned v0.6.9
5702026-03-14T20:22:46.249Z Compiling icu_normalizer v2.1.1
5712026-03-14T20:22:46.288Z Compiling icu_properties v2.1.2
5722026-03-14T20:22:46.312Z Compiling toml_datetime v0.6.11
5732026-03-14T20:22:46.336Z Compiling dof v0.3.0
5742026-03-14T20:22:46.380Z Compiling serde_tokenstream v0.2.3
5752026-03-14T20:22:46.504Z Compiling serde-value v0.7.0
5762026-03-14T20:22:46.655Z Compiling toml_edit v0.22.27
5772026-03-14T20:22:46.883Z Compiling cargo-platform v0.2.0
5782026-03-14T20:22:46.993Z Compiling tabled v0.15.0
5792026-03-14T20:22:47.015Z Compiling macaddr v1.0.1
5802026-03-14T20:22:47.243Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5812026-03-14T20:22:47.313Z Compiling swrite v0.1.0
5822026-03-14T20:22:48.516Z Compiling idna_adapter v1.2.1
5832026-03-14T20:22:48.519Z Compiling usdt-macro v0.5.0
5842026-03-14T20:22:48.519Z Compiling idna v1.1.0
5852026-03-14T20:22:48.519Z Compiling usdt-attr-macro v0.5.0
5862026-03-14T20:22:48.519Z Compiling clap v4.5.60
5872026-03-14T20:22:48.519Z Compiling url v2.5.8
5882026-03-14T20:22:48.752Z Compiling toml v0.8.23
5892026-03-14T20:22:49.007Z Compiling usdt v0.5.0
5902026-03-14T20:22:49.259Z Compiling cargo-util-schemas v0.8.2
5912026-03-14T20:22:49.300Z Compiling cargo_toml v0.21.0
5922026-03-14T20:22:50.423Z Compiling cargo_metadata v0.21.0
5932026-03-14T20:22:51.718Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-14T20:22:54.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.67s
5952026-03-14T20:22:54.851Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-14T20:22:55.589Z Downloading crates ...
5972026-03-14T20:22:55.707Z Downloaded adler2 v2.0.1
5982026-03-14T20:22:55.712Z Downloaded bitfield-struct v0.6.2
5992026-03-14T20:22:55.715Z Downloaded ciborium-ll v0.2.2
6002026-03-14T20:22:55.717Z Downloaded cobs v0.3.0
6012026-03-14T20:22:55.722Z Downloaded cstr-argument v0.1.2
6022026-03-14T20:22:55.725Z Downloaded cancel-safe-futures v0.1.5
6032026-03-14T20:22:55.730Z Downloaded console v0.16.2
6042026-03-14T20:22:55.733Z Downloaded either v1.15.0
6052026-03-14T20:22:55.735Z Downloaded defmt-parser v1.0.0
6062026-03-14T20:22:55.735Z Downloaded dropshot-api-manager-types v0.6.0
6072026-03-14T20:22:55.738Z Downloaded dirs-next v2.0.0
6082026-03-14T20:22:55.741Z Downloaded aws-lc-rs v1.16.0
6092026-03-14T20:22:55.747Z Downloaded foldhash v0.2.0
6102026-03-14T20:22:55.751Z Downloaded critical-section v1.2.0
6112026-03-14T20:22:55.753Z Downloaded crypto-bigint v0.5.5
6122026-03-14T20:22:55.756Z Downloaded embedded-io v0.6.1
6132026-03-14T20:22:55.759Z Downloaded daft-derive v0.1.5
6142026-03-14T20:22:55.761Z Downloaded darling_macro v0.23.0
6152026-03-14T20:22:55.764Z Downloaded assert_matches v1.5.0
6162026-03-14T20:22:55.764Z Downloaded document-features v0.2.12
6172026-03-14T20:22:55.766Z Downloaded cfg_aliases v0.2.1
6182026-03-14T20:22:55.766Z Downloaded embedded-io v0.4.0
6192026-03-14T20:22:55.769Z Downloaded bb8 v0.8.6
6202026-03-14T20:22:55.772Z Downloaded cbc v0.1.2
6212026-03-14T20:22:55.772Z Downloaded crucible-workspace-hack v0.1.0
6222026-03-14T20:22:55.775Z Downloaded crossbeam-channel v0.5.15
6232026-03-14T20:22:55.777Z Downloaded bitfield-macros v0.19.4
6242026-03-14T20:22:55.777Z Downloaded crossterm v0.29.0
6252026-03-14T20:22:55.782Z Downloaded castaway v0.2.4
6262026-03-14T20:22:55.785Z Downloaded debug-ignore v1.0.5
6272026-03-14T20:22:55.788Z Downloaded async-trait v0.1.89
6282026-03-14T20:22:55.791Z Downloaded foreign-types-macros v0.2.3
6292026-03-14T20:22:55.793Z Downloaded base64ct v1.8.3
6302026-03-14T20:22:55.796Z Downloaded endian-type v0.1.2
6312026-03-14T20:22:55.796Z Downloaded fallible-iterator v0.2.0
6322026-03-14T20:22:55.796Z Downloaded filetime v0.2.27
6332026-03-14T20:22:55.799Z Downloaded block-padding v0.3.3
6342026-03-14T20:22:55.801Z Downloaded ciborium-io v0.2.2
6352026-03-14T20:22:55.801Z Downloaded difflib v0.4.0
6362026-03-14T20:22:55.801Z Downloaded async-stream-impl v0.3.6
6372026-03-14T20:22:55.804Z Downloaded enum-as-inner v0.6.1
6382026-03-14T20:22:55.804Z Downloaded bit-set v0.5.3
6392026-03-14T20:22:55.807Z Downloaded cargo-platform v0.1.9
6402026-03-14T20:22:55.807Z Downloaded defmt v0.3.100
6412026-03-14T20:22:55.809Z Downloaded base16ct v1.0.0
6422026-03-14T20:22:55.809Z Downloaded foreign-types v0.3.2
6432026-03-14T20:22:55.812Z Downloaded bit-set v0.8.0
6442026-03-14T20:22:55.812Z Downloaded float-cmp v0.10.0
6452026-03-14T20:22:55.815Z Downloaded ena v0.14.4
6462026-03-14T20:22:55.815Z Downloaded crc-catalog v2.4.0
6472026-03-14T20:22:55.818Z Downloaded convert_case v0.10.0
6482026-03-14T20:22:55.818Z Downloaded base16ct v0.2.0
6492026-03-14T20:22:55.820Z Downloaded fd-lock v4.0.4
6502026-03-14T20:22:55.823Z Downloaded dsl_auto_type v0.2.0
6512026-03-14T20:22:55.825Z Downloaded float-ord v0.3.2
6522026-03-14T20:22:55.826Z Downloaded crc8 v0.1.1
6532026-03-14T20:22:55.826Z Downloaded dunce v1.0.5
6542026-03-14T20:22:55.828Z Downloaded convert_case v0.4.0
6552026-03-14T20:22:55.828Z Downloaded fixedbitset v0.4.2
6562026-03-14T20:22:55.831Z Downloaded display-error-chain v0.2.2
6572026-03-14T20:22:55.831Z Downloaded cpufeatures v0.3.0
6582026-03-14T20:22:55.833Z Downloaded dof v0.4.0
6592026-03-14T20:22:55.836Z Downloaded cfg_aliases v0.1.1
6602026-03-14T20:22:55.836Z Downloaded dyn-clone v1.0.20
6612026-03-14T20:22:55.839Z Downloaded dirs-sys-next v0.1.2
6622026-03-14T20:22:55.839Z Downloaded async-recursion v1.1.1
6632026-03-14T20:22:55.841Z Downloaded env_filter v1.0.0
6642026-03-14T20:22:55.844Z Downloaded async-stream v0.3.6
6652026-03-14T20:22:55.844Z Downloaded backon v1.6.0
6662026-03-14T20:22:55.847Z Downloaded foreign-types v0.5.0
6672026-03-14T20:22:55.849Z Downloaded ctr v0.9.2
6682026-03-14T20:22:55.852Z Downloaded darling_macro v0.20.11
6692026-03-14T20:22:55.852Z Downloaded crunchy v0.2.4
6702026-03-14T20:22:55.852Z Downloaded find-msvc-tools v0.1.9
6712026-03-14T20:22:55.855Z Downloaded futures-core v0.3.32
6722026-03-14T20:22:55.858Z Downloaded drift v0.1.3
6732026-03-14T20:22:55.860Z Downloaded bytes v1.11.1
6742026-03-14T20:22:55.864Z Downloaded funty v2.0.0
6752026-03-14T20:22:55.867Z Downloaded foreign-types-shared v0.3.1
6762026-03-14T20:22:55.867Z Downloaded flagset v0.4.7
6772026-03-14T20:22:55.869Z Downloaded downcast-rs v2.0.2
6782026-03-14T20:22:55.869Z Downloaded globwalk v0.9.1
6792026-03-14T20:22:55.872Z Downloaded cargo_metadata v0.19.2
6802026-03-14T20:22:55.872Z Downloaded hex-literal v0.4.1
6812026-03-14T20:22:55.874Z Downloaded fxhash v0.2.1
6822026-03-14T20:22:55.875Z Downloaded foreign-types-shared v0.1.1
6832026-03-14T20:22:55.877Z Downloaded curve25519-dalek-derive v0.1.1
6842026-03-14T20:22:55.877Z Downloaded futures-macro v0.3.32
6852026-03-14T20:22:55.880Z Downloaded darling_core v0.23.0
6862026-03-14T20:22:55.882Z Downloaded futures-sink v0.3.32
6872026-03-14T20:22:55.885Z Downloaded bcs v0.1.6
6882026-03-14T20:22:55.885Z Downloaded buf-list v1.1.2
6892026-03-14T20:22:55.888Z Downloaded headers-core v0.3.0
6902026-03-14T20:22:55.890Z Downloaded hash32 v0.3.1
6912026-03-14T20:22:55.890Z Downloaded futures-io v0.3.32
6922026-03-14T20:22:55.893Z Downloaded bit-vec v0.6.3
6932026-03-14T20:22:55.893Z Downloaded gethostname v0.5.0
6942026-03-14T20:22:55.896Z Downloaded constant_time_eq v0.4.2
6952026-03-14T20:22:55.898Z Downloaded git-stub v1.0.0
6962026-03-14T20:22:55.898Z Downloaded hostname v0.3.1
6972026-03-14T20:22:55.901Z Downloaded allocator-api2 v0.2.21
6982026-03-14T20:22:55.904Z Downloaded ed25519 v2.2.3
6992026-03-14T20:22:55.904Z Downloaded diesel_table_macro_syntax v0.3.0
7002026-03-14T20:22:55.906Z Downloaded derive_builder_core v0.20.2
7012026-03-14T20:22:55.909Z Downloaded const_format_proc_macros v0.2.34
7022026-03-14T20:22:55.909Z Downloaded hex v0.4.3
7032026-03-14T20:22:55.912Z Downloaded der_derive v0.7.3
7042026-03-14T20:22:55.915Z Downloaded fs_extra v1.3.0
7052026-03-14T20:22:55.915Z Downloaded dtrace-parser v0.3.0
7062026-03-14T20:22:55.918Z Downloaded httpdate v1.0.3
7072026-03-14T20:22:55.918Z Downloaded http-range v0.1.5
7082026-03-14T20:22:55.920Z Downloaded hostname v0.4.2
7092026-03-14T20:22:55.920Z Downloaded diesel-dtrace v0.5.0
7102026-03-14T20:22:55.923Z Downloaded derive-ex v0.1.8
7112026-03-14T20:22:55.926Z Downloaded const-oid v0.9.6
7122026-03-14T20:22:55.926Z Downloaded http-body v1.0.1
7132026-03-14T20:22:55.941Z Downloaded internet-checksum v0.2.1
7142026-03-14T20:22:55.944Z Downloaded instability v0.3.11
7152026-03-14T20:22:55.944Z Downloaded instant v0.1.13
7162026-03-14T20:22:55.948Z Downloaded indoc v1.0.9
7172026-03-14T20:22:55.950Z Downloaded inout v0.1.4
7182026-03-14T20:22:55.950Z Downloaded cookie v0.18.1
7192026-03-14T20:22:55.953Z Downloaded futures-executor v0.3.32
7202026-03-14T20:22:55.956Z Downloaded data-encoding v2.10.0
7212026-03-14T20:22:55.956Z Downloaded crc32fast v1.5.0
7222026-03-14T20:22:55.958Z Downloaded corncobs v0.1.4
7232026-03-14T20:22:55.958Z Downloaded cassowary v0.3.0
7242026-03-14T20:22:55.961Z Downloaded colored v2.2.0
7252026-03-14T20:22:55.963Z Downloaded fixedbitset v0.5.7
7262026-03-14T20:22:55.966Z Downloaded env_logger v0.11.9
7272026-03-14T20:22:55.969Z Downloaded defmt-macros v1.0.1
7282026-03-14T20:22:55.972Z Downloaded libscf-sys v1.1.0
7292026-03-14T20:22:55.972Z Downloaded group v0.13.0
7302026-03-14T20:22:55.974Z Downloaded lazy_static v1.5.0
7312026-03-14T20:22:55.974Z Downloaded lalrpop-util v0.19.12
7322026-03-14T20:22:55.977Z Downloaded is_ci v1.2.0
7332026-03-14T20:22:55.977Z Downloaded linked-hash-map v0.5.6
7342026-03-14T20:22:55.980Z Downloaded kstat-rs v0.2.4
7352026-03-14T20:22:55.980Z Downloaded hubpack v0.1.2
7362026-03-14T20:22:55.982Z Downloaded futures-channel v0.3.32
7372026-03-14T20:22:55.982Z Downloaded is-terminal v0.4.17
7382026-03-14T20:22:55.985Z Downloaded ff v0.13.1
7392026-03-14T20:22:55.988Z Downloaded getrandom v0.2.17
7402026-03-14T20:22:55.991Z Downloaded cargo_toml v0.22.3
7412026-03-14T20:22:55.991Z Downloaded diff v0.1.13
7422026-03-14T20:22:55.993Z Downloaded md5 v0.7.0
7432026-03-14T20:22:55.996Z Downloaded md-5 v0.10.6
7442026-03-14T20:22:55.996Z Downloaded maplit v1.0.2
7452026-03-14T20:22:55.999Z Downloaded lru-cache v0.1.2
7462026-03-14T20:22:55.999Z Downloaded maybe-uninit v2.0.0
7472026-03-14T20:22:56.002Z Downloaded multimap v0.10.1
7482026-03-14T20:22:56.002Z Downloaded blake2 v0.10.6
7492026-03-14T20:22:56.004Z Downloaded lru-slab v0.1.2
7502026-03-14T20:22:56.004Z Downloaded lru v0.12.5
7512026-03-14T20:22:56.007Z Downloaded http-body-util v0.1.3
7522026-03-14T20:22:56.007Z Downloaded cookie_store v0.22.1
7532026-03-14T20:22:56.010Z Downloaded humantime v2.3.0
7542026-03-14T20:22:56.012Z Downloaded const_format v0.2.35
7552026-03-14T20:22:56.015Z Downloaded ipnet v2.11.0
7562026-03-14T20:22:56.017Z Downloaded ingot v0.1.1
7572026-03-14T20:22:56.020Z Downloaded memoffset v0.9.1
7582026-03-14T20:22:56.020Z Downloaded base64 v0.22.1
7592026-03-14T20:22:56.023Z Downloaded newtype_derive v0.1.6
7602026-03-14T20:22:56.026Z Downloaded nibble_vec v0.1.0
7612026-03-14T20:22:56.028Z Downloaded normalize-line-endings v0.3.0
7622026-03-14T20:22:56.029Z Downloaded libefi-sys v0.1.0
7632026-03-14T20:22:56.031Z Downloaded httparse v1.10.1
7642026-03-14T20:22:56.031Z Downloaded indoc v2.0.7
7652026-03-14T20:22:56.034Z Downloaded num_enum_derive v0.5.11
7662026-03-14T20:22:56.037Z Downloaded derive_builder v0.20.2
7672026-03-14T20:22:56.039Z Downloaded num-derive v0.4.2
7682026-03-14T20:22:56.042Z Downloaded num-derive v0.3.3
7692026-03-14T20:22:56.045Z Downloaded num_threads v0.1.7
7702026-03-14T20:22:56.045Z Downloaded home v0.5.12
7712026-03-14T20:22:56.048Z Downloaded libsw v3.5.0
7722026-03-14T20:22:56.048Z Downloaded num-conv v0.2.0
7732026-03-14T20:22:56.051Z Downloaded num v0.4.3
7742026-03-14T20:22:56.051Z Downloaded crossbeam-epoch v0.9.18
7752026-03-14T20:22:56.054Z Downloaded keccak v0.1.6
7762026-03-14T20:22:56.054Z Downloaded mime_guess v2.0.5
7772026-03-14T20:22:56.056Z Downloaded nonempty v0.12.0
7782026-03-14T20:22:56.059Z Downloaded openssl-macros v0.1.1
7792026-03-14T20:22:56.059Z Downloaded derive_more v0.99.20
7802026-03-14T20:22:56.062Z Downloaded openssl-probe v0.2.1
7812026-03-14T20:22:56.065Z Downloaded nanorand v0.7.0
7822026-03-14T20:22:56.067Z Downloaded half v1.8.3
7832026-03-14T20:22:56.070Z Downloaded elliptic-curve v0.13.8
7842026-03-14T20:22:56.073Z Downloaded jobserver v0.1.34
7852026-03-14T20:22:56.075Z Downloaded oso-derive v0.27.3
7862026-03-14T20:22:56.076Z Downloaded chacha20poly1305 v0.10.1
7872026-03-14T20:22:56.078Z Downloaded opaque-debug v0.3.1
7882026-03-14T20:22:56.078Z Downloaded num-iter v0.1.45
7892026-03-14T20:22:56.081Z Downloaded libsw-core v0.3.2
7902026-03-14T20:22:56.081Z Downloaded native-tls v0.2.18
7912026-03-14T20:22:56.084Z Downloaded darling_core v0.21.3
7922026-03-14T20:22:56.087Z Downloaded packed_struct_codegen v0.10.1
7932026-03-14T20:22:56.089Z Downloaded libloading v0.8.9
7942026-03-14T20:22:56.092Z Downloaded linear-map v1.2.0
7952026-03-14T20:22:56.092Z Downloaded ingot-types v0.1.2
7962026-03-14T20:22:56.095Z Downloaded des v0.8.1
7972026-03-14T20:22:56.095Z Downloaded lock_api v0.4.14
7982026-03-14T20:22:56.098Z Downloaded num-complex v0.4.6
7992026-03-14T20:22:56.101Z Downloaded managed v0.8.0
8002026-03-14T20:22:56.101Z Downloaded ipnetwork v0.21.1
8012026-03-14T20:22:56.104Z Downloaded ingot-macros v0.1.1
8022026-03-14T20:22:56.104Z Downloaded multer v3.1.0
8032026-03-14T20:22:56.106Z Downloaded peg-runtime v0.8.5
8042026-03-14T20:22:56.107Z Downloaded iana-time-zone v0.1.65
8052026-03-14T20:22:56.109Z Downloaded parse-display v0.10.0
8062026-03-14T20:22:56.112Z Downloaded pbkdf2 v0.11.0
8072026-03-14T20:22:56.112Z Downloaded path-slash v0.1.5
8082026-03-14T20:22:56.115Z Downloaded futures v0.3.32
8092026-03-14T20:22:56.118Z Downloaded openssl-probe v0.1.6
8102026-03-14T20:22:56.126Z Downloaded num_enum_derive v0.7.5
8112026-03-14T20:22:56.126Z Downloaded nu-ansi-term v0.50.3
8122026-03-14T20:22:56.130Z Downloaded indexmap v1.9.3
8132026-03-14T20:22:56.132Z Downloaded pin-utils v0.1.0
8142026-03-14T20:22:56.133Z Downloaded phf_shared v0.12.1
8152026-03-14T20:22:56.135Z Downloaded pbkdf2 v0.12.2
8162026-03-14T20:22:56.136Z Downloaded heapless v0.7.17
8172026-03-14T20:22:56.139Z Downloaded derive-where v1.6.0
8182026-03-14T20:22:56.142Z Downloaded parse-size v1.1.0
8192026-03-14T20:22:56.145Z Downloaded crossterm v0.28.1
8202026-03-14T20:22:56.148Z Downloaded packed_struct v0.10.1
8212026-03-14T20:22:56.151Z Downloaded oxnet v0.1.4
8222026-03-14T20:22:56.154Z Downloaded oxide-tokio-rt v0.1.3
8232026-03-14T20:22:56.154Z Downloaded olpc-cjson v0.1.4
8242026-03-14T20:22:56.154Z Downloaded proc-macro-crate v1.3.1
8252026-03-14T20:22:56.157Z Downloaded num-rational v0.4.2
8262026-03-14T20:22:56.157Z Downloaded num-integer v0.1.46
8272026-03-14T20:22:56.160Z Downloaded flume v0.11.1
8282026-03-14T20:22:56.164Z Downloaded proc-macro-error-attr2 v2.0.0
8292026-03-14T20:22:56.164Z Downloaded proc-macro-crate v3.4.0
8302026-03-14T20:22:56.167Z Downloaded password-hash v0.5.0
8312026-03-14T20:22:56.167Z Downloaded progenitor-client v0.11.2
8322026-03-14T20:22:56.167Z Downloaded parking_lot_core v0.8.6
8332026-03-14T20:22:56.170Z Downloaded libbz2-rs-sys v0.2.2
8342026-03-14T20:22:56.173Z Downloaded owo-colors v4.3.0
8352026-03-14T20:22:56.173Z Downloaded num_enum v0.7.5
8362026-03-14T20:22:56.176Z Downloaded litrs v1.0.0
8372026-03-14T20:22:56.180Z Downloaded progenitor-macro v0.10.0
8382026-03-14T20:22:56.183Z Downloaded progenitor-client v0.10.0
8392026-03-14T20:22:56.183Z Downloaded memmap2 v0.9.10
8402026-03-14T20:22:56.183Z Downloaded newtype-uuid v1.3.2
8412026-03-14T20:22:56.187Z Downloaded peg-macros v0.8.5
8422026-03-14T20:22:56.187Z Downloaded quick-error v1.2.3
8432026-03-14T20:22:56.189Z Downloaded progenitor-macro v0.13.0
8442026-03-14T20:22:56.189Z Downloaded pem-rfc7468 v0.7.0
8452026-03-14T20:22:56.189Z Downloaded peg v0.8.5
8462026-03-14T20:22:56.192Z Downloaded radium v0.7.0
8472026-03-14T20:22:56.196Z Downloaded psl-types v2.0.11
8482026-03-14T20:22:56.196Z Downloaded progenitor-macro v0.11.2
8492026-03-14T20:22:56.196Z Downloaded indicatif v0.18.4
8502026-03-14T20:22:56.199Z Downloaded phf v0.13.1
8512026-03-14T20:22:56.202Z Downloaded password-hash v0.4.2
8522026-03-14T20:22:56.202Z Downloaded cc v1.2.56
8532026-03-14T20:22:56.205Z Downloaded pem v3.0.6
8542026-03-14T20:22:56.209Z Downloaded powerfmt v0.2.0
8552026-03-14T20:22:56.209Z Downloaded phf v0.12.1
8562026-03-14T20:22:56.209Z Downloaded bumpalo v3.20.2
8572026-03-14T20:22:56.212Z Downloaded heapless v0.8.0
8582026-03-14T20:22:56.215Z Downloaded postgres-protocol v0.6.10
8592026-03-14T20:22:56.218Z Downloaded parse-display-derive v0.10.0
8602026-03-14T20:22:56.218Z Downloaded pin-project-internal v1.1.11
8612026-03-14T20:22:56.223Z Downloaded headers v0.4.1
8622026-03-14T20:22:56.223Z Downloaded rand_chacha v0.3.1
8632026-03-14T20:22:56.226Z Downloaded derive_more v2.1.1
8642026-03-14T20:22:56.233Z Downloaded rand_xorshift v0.4.0
8652026-03-14T20:22:56.237Z Downloaded progenitor v0.11.2
8662026-03-14T20:22:56.237Z Downloaded pin-project-lite v0.2.17
8672026-03-14T20:22:56.241Z Downloaded proc-macro-error2 v2.0.1
8682026-03-14T20:22:56.244Z Downloaded ppv-lite86 v0.2.21
8692026-03-14T20:22:56.244Z Downloaded progenitor-client v0.13.0
8702026-03-14T20:22:56.247Z Downloaded progenitor v0.13.0
8712026-03-14T20:22:56.247Z Downloaded recursive v0.1.1
8722026-03-14T20:22:56.250Z Downloaded ref-cast v1.0.25
8732026-03-14T20:22:56.253Z Downloaded recursive-proc-macro-impl v0.1.1
8742026-03-14T20:22:56.253Z Downloaded predicates v3.1.4
8752026-03-14T20:22:56.256Z Downloaded polyval v0.6.2
8762026-03-14T20:22:56.259Z Downloaded progenitor v0.10.0
8772026-03-14T20:22:56.259Z Downloaded psm v0.1.30
8782026-03-14T20:22:56.261Z Downloaded pkg-config v0.3.32
8792026-03-14T20:22:56.264Z Downloaded pkcs8 v0.10.2
8802026-03-14T20:22:56.266Z Downloaded rustc_version v0.4.1
8812026-03-14T20:22:56.266Z Downloaded rustc_version v0.1.7
8822026-03-14T20:22:56.269Z Downloaded rustc-hash v2.1.1
8832026-03-14T20:22:56.269Z Downloaded rtoolbox v0.0.3
8842026-03-14T20:22:56.269Z Downloaded rfc6979 v0.4.0
8852026-03-14T20:22:56.272Z Downloaded miniz_oxide v0.8.9
8862026-03-14T20:22:56.275Z Downloaded phf_shared v0.13.1
8872026-03-14T20:22:56.275Z Downloaded postgres-types v0.2.12
8882026-03-14T20:22:56.277Z Downloaded pkcs5 v0.7.1
8892026-03-14T20:22:56.280Z Downloaded russh-cryptovec v0.7.3
8902026-03-14T20:22:56.280Z Downloaded phf_shared v0.11.3
8912026-03-14T20:22:56.282Z Downloaded parking_lot v0.12.5
8922026-03-14T20:22:56.285Z Downloaded parking_lot v0.11.2
8932026-03-14T20:22:56.285Z Downloaded num_enum v0.5.11
8942026-03-14T20:22:56.289Z Downloaded flate2 v1.1.9
8952026-03-14T20:22:56.293Z Downloaded darling_core v0.20.11
8962026-03-14T20:22:56.296Z Downloaded half v2.7.1
8972026-03-14T20:22:56.300Z Downloaded same-file v1.0.6
8982026-03-14T20:22:56.303Z Downloaded aho-corasick v1.1.4
8992026-03-14T20:22:56.306Z Downloaded scheduled-thread-pool v0.2.7
9002026-03-14T20:22:56.308Z Downloaded scopeguard v1.2.0
9012026-03-14T20:22:56.308Z Downloaded pkcs1 v0.7.5
9022026-03-14T20:22:56.311Z Downloaded sapling-renderdag v0.1.0
9032026-03-14T20:22:56.311Z Downloaded expectorate v1.2.0
9042026-03-14T20:22:56.315Z Downloaded paste v1.0.15
9052026-03-14T20:22:56.318Z Downloaded dropshot-api-manager v0.6.0
9062026-03-14T20:22:56.318Z Downloaded ref-cast-impl v1.0.25
9072026-03-14T20:22:56.321Z Downloaded rand_seeder v0.4.0
9082026-03-14T20:22:56.321Z Downloaded scroll_derive v0.13.1
9092026-03-14T20:22:56.324Z Downloaded salsa20 v0.10.2
9102026-03-14T20:22:56.324Z Downloaded rand_core v0.10.0
9112026-03-14T20:22:56.328Z Downloaded rand_core v0.9.5
9122026-03-14T20:22:56.328Z Downloaded progenitor-extras v0.1.1
9132026-03-14T20:22:56.328Z Downloaded rand_chacha v0.9.0
9142026-03-14T20:22:56.331Z Downloaded omicron-zone-package v0.12.2
9152026-03-14T20:22:56.334Z Downloaded poly1305 v0.8.0
9162026-03-14T20:22:56.334Z Downloaded aes v0.8.4
9172026-03-14T20:22:56.337Z Downloaded serde-big-array v0.5.1
9182026-03-14T20:22:56.339Z Downloaded secrecy v0.10.3
9192026-03-14T20:22:56.339Z Downloaded seq-macro v0.3.6
9202026-03-14T20:22:56.342Z Downloaded oso v0.27.3
9212026-03-14T20:22:56.345Z Downloaded pin-project v1.1.11
9222026-03-14T20:22:56.353Z Downloaded rustls-pemfile v1.0.4
9232026-03-14T20:22:56.357Z Downloaded serde_plain v1.0.2
9242026-03-14T20:22:56.357Z Downloaded r2d2 v0.8.10
9252026-03-14T20:22:56.360Z Downloaded parking_lot_core v0.9.12
9262026-03-14T20:22:56.360Z Downloaded resolv-conf v0.7.6
9272026-03-14T20:22:56.363Z Downloaded serde_spanned v1.0.4
9282026-03-14T20:22:56.363Z Downloaded serde_repr v0.1.20
9292026-03-14T20:22:56.366Z Downloaded serde_bytes v0.11.19
9302026-03-14T20:22:56.369Z Downloaded openssl-sys v0.9.111
9312026-03-14T20:22:56.371Z Downloaded shell-words v1.1.1
9322026-03-14T20:22:56.375Z Downloaded sha1 v0.10.6
9332026-03-14T20:22:56.375Z Downloaded signal-hook-mio v0.2.5
9342026-03-14T20:22:56.378Z Downloaded rusty-fork v0.3.1
9352026-03-14T20:22:56.378Z Downloaded prefix-trie v0.7.0
9362026-03-14T20:22:56.381Z Downloaded rustls-native-certs v0.8.3
9372026-03-14T20:22:56.383Z Downloaded slog-bunyan v2.5.0
9382026-03-14T20:22:56.383Z Downloaded rustversion v1.0.22
9392026-03-14T20:22:56.386Z Downloaded derive_more-impl v2.1.1
9402026-03-14T20:22:56.390Z Downloaded hashbrown v0.12.3
9412026-03-14T20:22:56.394Z Downloaded hickory-server v0.25.2
9422026-03-14T20:22:56.397Z Downloaded progenitor-impl v0.13.0
9432026-03-14T20:22:56.400Z Downloaded siphasher v1.0.2
9442026-03-14T20:22:56.403Z Downloaded signature v2.2.0
9452026-03-14T20:22:56.403Z Downloaded sigpipe v0.1.3
9462026-03-14T20:22:56.406Z Downloaded signal-hook-tokio v0.3.1
9472026-03-14T20:22:56.406Z Downloaded slog-envlogger v2.2.0
9482026-03-14T20:22:56.408Z Downloaded minimal-lexical v0.2.1
9492026-03-14T20:22:56.411Z Downloaded secrecy v0.8.0
9502026-03-14T20:22:56.411Z Downloaded schemars_derive v0.8.22
9512026-03-14T20:22:56.414Z Downloaded primeorder v0.13.6
9522026-03-14T20:22:56.414Z Downloaded sec1 v0.7.3
9532026-03-14T20:22:56.417Z Downloaded sct v0.7.1
9542026-03-14T20:22:56.419Z Downloaded scroll v0.13.0
9552026-03-14T20:22:56.422Z Downloaded quinn-udp v0.5.14
9562026-03-14T20:22:56.422Z Downloaded serde-hex v0.1.0
9572026-03-14T20:22:56.424Z Downloaded semver v0.1.20
9582026-03-14T20:22:56.424Z Downloaded papergrid v0.17.0
9592026-03-14T20:22:56.429Z Downloaded serde_path_to_error v0.1.20
9602026-03-14T20:22:56.431Z Downloaded serde_derive_internals v0.29.1
9612026-03-14T20:22:56.434Z Downloaded rustls-pki-types v1.14.0
9622026-03-14T20:22:56.437Z Downloaded itertools v0.10.5
9632026-03-14T20:22:56.439Z Downloaded aes-gcm v0.10.3
9642026-03-14T20:22:56.442Z Downloaded progenitor-impl v0.11.2
9652026-03-14T20:22:56.445Z Downloaded progenitor-impl v0.10.0
9662026-03-14T20:22:56.448Z Downloaded rustls-pemfile v2.2.0
9672026-03-14T20:22:56.450Z Downloaded structmeta v0.3.0
9682026-03-14T20:22:56.450Z Downloaded serde_urlencoded v0.7.1
9692026-03-14T20:22:56.453Z Downloaded strip-ansi-escapes v0.2.1
9702026-03-14T20:22:56.453Z Downloaded sqlparser_derive v0.5.0
9712026-03-14T20:22:56.453Z Downloaded ssh-cipher v0.2.0
9722026-03-14T20:22:56.458Z Downloaded rcgen v0.12.1
9732026-03-14T20:22:56.461Z Downloaded slog-async v2.8.0
9742026-03-14T20:22:56.461Z Downloaded structmeta-derive v0.3.0
9752026-03-14T20:22:56.461Z Downloaded strum v0.27.2
9762026-03-14T20:22:56.461Z Downloaded strum v0.26.3
9772026-03-14T20:22:56.461Z Downloaded simd-adler32 v0.3.8
9782026-03-14T20:22:56.464Z Downloaded postcard v1.1.3
9792026-03-14T20:22:56.466Z Downloaded p256 v0.13.2
9802026-03-14T20:22:56.469Z Downloaded rand_core v0.6.4
9812026-03-14T20:22:56.469Z Downloaded slab v0.4.12
9822026-03-14T20:22:56.472Z Downloaded sync_wrapper v1.0.2
9832026-03-14T20:22:56.472Z Downloaded jiff-static v0.2.21
9842026-03-14T20:22:56.475Z Downloaded hickory-resolver v0.25.2
9852026-03-14T20:22:56.477Z Downloaded slog-json v2.6.1
9862026-03-14T20:22:56.480Z Downloaded slog-dtrace v0.3.0
9872026-03-14T20:22:56.482Z Downloaded hickory-resolver v0.24.4
9882026-03-14T20:22:56.485Z Downloaded tap v1.0.1
9892026-03-14T20:22:56.485Z Downloaded take_mut v0.2.2
9902026-03-14T20:22:56.488Z Downloaded tagptr v0.2.0
9912026-03-14T20:22:56.488Z Downloaded signal-hook-registry v1.4.8
9922026-03-14T20:22:56.490Z Downloaded scrypt v0.11.0
9932026-03-14T20:22:56.491Z Downloaded hashbrown v0.13.2
9942026-03-14T20:22:56.493Z Downloaded tabled_derive v0.11.0
9952026-03-14T20:22:56.496Z Downloaded sync-ptr v0.1.4
9962026-03-14T20:22:56.496Z Downloaded subtle v2.6.1
9972026-03-14T20:22:56.496Z Downloaded predicates-tree v1.0.13
9982026-03-14T20:22:56.499Z Downloaded thiserror-impl-no-std v2.0.2
9992026-03-14T20:22:56.499Z Downloaded prettyplease v0.2.37
10002026-03-14T20:22:56.502Z Downloaded time-core v0.1.8
10012026-03-14T20:22:56.504Z Downloaded predicates-core v1.0.10
10022026-03-14T20:22:56.504Z Downloaded precomputed-hash v0.1.1
10032026-03-14T20:22:56.504Z Downloaded ignore v0.4.25
10042026-03-14T20:22:56.507Z Downloaded slog-stdlog v4.1.1
10052026-03-14T20:22:56.510Z Downloaded supports-color v3.0.2
10062026-03-14T20:22:56.510Z Downloaded pretty_assertions v1.4.1
10072026-03-14T20:22:56.512Z Downloaded hashbrown v0.15.5
10082026-03-14T20:22:56.515Z Downloaded thread-id v5.1.0
10092026-03-14T20:22:56.518Z Downloaded snafu-derive v0.8.9
10102026-03-14T20:22:56.518Z Downloaded tinyvec_macros v0.1.1
10112026-03-14T20:22:56.520Z Downloaded stacker v0.1.23
10122026-03-14T20:22:56.520Z Downloaded smf v0.2.3
10132026-03-14T20:22:56.523Z Downloaded hyper-util v0.1.20
10142026-03-14T20:22:56.527Z Downloaded strum_macros v0.24.3
10152026-03-14T20:22:56.529Z Downloaded stringprep v0.1.5
10162026-03-14T20:22:56.532Z Downloaded string_cache v0.8.9
10172026-03-14T20:22:56.532Z Downloaded num-bigint v0.4.6
10182026-03-14T20:22:56.536Z Downloaded ssh-encoding v0.2.0
10192026-03-14T20:22:56.538Z Downloaded sqlformat v0.3.5
10202026-03-14T20:22:56.541Z Downloaded spki v0.7.3
10212026-03-14T20:22:56.544Z Downloaded static_assertions v1.1.0
10222026-03-14T20:22:56.544Z Downloaded bindgen v0.71.1
10232026-03-14T20:22:56.548Z Downloaded support-bundle-viewer v0.1.2
10242026-03-14T20:22:56.551Z Downloaded rustls-platform-verifier v0.6.2
10252026-03-14T20:22:56.554Z Downloaded ron v0.8.1
10262026-03-14T20:22:56.557Z Downloaded publicsuffix v2.3.0
10272026-03-14T20:22:56.560Z Downloaded diesel_derives v2.3.7
10282026-03-14T20:22:56.565Z Downloaded termios v0.3.3
10292026-03-14T20:22:56.568Z Downloaded shlex v1.3.0
10302026-03-14T20:22:56.571Z Downloaded serde_with_macros v3.17.0
10312026-03-14T20:22:56.573Z Downloaded tower-layer v0.3.3
10322026-03-14T20:22:56.573Z Downloaded topological-sort v0.2.2
10332026-03-14T20:22:56.573Z Downloaded thiserror-no-std v2.0.2
10342026-03-14T20:22:56.576Z Downloaded tiny-keccak v2.0.2
10352026-03-14T20:22:56.579Z Downloaded signal-hook v0.3.18
10362026-03-14T20:22:56.581Z Downloaded strum_macros v0.26.4
10372026-03-14T20:22:56.584Z Downloaded tokio-macros v2.6.0
10382026-03-14T20:22:56.587Z Downloaded trait-variant v0.1.2
10392026-03-14T20:22:56.587Z Downloaded time-macros v0.2.27
10402026-03-14T20:22:56.589Z Downloaded tokio-dtrace v0.1.1
10412026-03-14T20:22:56.589Z Downloaded spin v0.9.8
10422026-03-14T20:22:56.592Z Downloaded similar v2.7.0
10432026-03-14T20:22:56.595Z Downloaded tower-service v0.3.3
10442026-03-14T20:22:56.598Z Downloaded blake3 v1.8.3
10452026-03-14T20:22:56.603Z Downloaded thread_local v1.1.9
10462026-03-14T20:22:56.605Z Downloaded unarray v0.1.4
10472026-03-14T20:22:56.608Z Downloaded typify-macro v0.4.3
10482026-03-14T20:22:56.608Z Downloaded futures-util v0.3.32
10492026-03-14T20:22:56.616Z Downloaded try-lock v0.2.5
10502026-03-14T20:22:56.618Z Downloaded tokio-tungstenite v0.23.1
10512026-03-14T20:22:56.621Z Downloaded unit-prefix v0.5.2
10522026-03-14T20:22:56.621Z Downloaded unicode-truncate v1.1.0
10532026-03-14T20:22:56.621Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10542026-03-14T20:22:56.624Z Downloaded usdt v0.6.0
10552026-03-14T20:22:56.624Z Downloaded tokio-tungstenite v0.21.0
10562026-03-14T20:22:56.626Z Downloaded rand v0.8.5
10572026-03-14T20:22:56.629Z Downloaded strum_macros v0.27.2
10582026-03-14T20:22:56.632Z Downloaded quinn v0.11.9
10592026-03-14T20:22:56.635Z Downloaded untrusted v0.9.0
10602026-03-14T20:22:56.635Z Downloaded qorb v0.4.1
10612026-03-14T20:22:56.638Z Downloaded num-bigint-dig v0.8.6
10622026-03-14T20:22:56.641Z Downloaded tls_codec_derive v0.4.2
10632026-03-14T20:22:56.644Z Downloaded tokio-rustls v0.25.0
10642026-03-14T20:22:56.647Z Downloaded tokio-native-tls v0.3.1
10652026-03-14T20:22:56.647Z Downloaded tabwriter v1.4.1
10662026-03-14T20:22:56.649Z Downloaded nom v7.1.3
10672026-03-14T20:22:56.652Z Downloaded typify-macro v0.6.1
10682026-03-14T20:22:56.654Z Downloaded socket2 v0.5.10
10692026-03-14T20:22:56.654Z Downloaded itertools v0.12.1
10702026-03-14T20:22:56.659Z Downloaded http v1.4.0
10712026-03-14T20:22:56.662Z Downloaded schemars v0.8.22
10722026-03-14T20:22:56.670Z Downloaded universal-hash v0.5.1
10732026-03-14T20:22:56.673Z Downloaded term v0.7.0
10742026-03-14T20:22:56.676Z Downloaded slog v2.8.2
10752026-03-14T20:22:56.678Z Downloaded utf-8 v0.7.6
10762026-03-14T20:22:56.678Z Downloaded untrusted v0.7.1
10772026-03-14T20:22:56.681Z Downloaded usdt-macro v0.6.0
10782026-03-14T20:22:56.681Z Downloaded socket2 v0.6.2
10792026-03-14T20:22:56.681Z Downloaded xshell-macros v0.2.7
10802026-03-14T20:22:56.684Z Downloaded xattr v1.6.1
10812026-03-14T20:22:56.684Z Downloaded toml_writer v1.0.6+spec-1.1.0
10822026-03-14T20:22:56.686Z Downloaded schemars v0.9.0
10832026-03-14T20:22:56.694Z Downloaded usdt-attr-macro v0.6.0
10842026-03-14T20:22:56.697Z Downloaded unicase v2.9.0
10852026-03-14T20:22:56.697Z Downloaded zeroize_derive v1.4.3
10862026-03-14T20:22:56.699Z Downloaded rand v0.9.2
10872026-03-14T20:22:56.702Z Downloaded want v0.3.1
10882026-03-14T20:22:56.702Z Downloaded waitgroup v0.1.2
10892026-03-14T20:22:56.702Z Downloaded wait-timeout v0.2.1
10902026-03-14T20:22:56.705Z Downloaded void v1.0.2
10912026-03-14T20:22:56.705Z Downloaded tar v0.4.44
10922026-03-14T20:22:56.707Z Downloaded itertools v0.13.0
10932026-03-14T20:22:56.711Z Downloaded uzers v0.12.2
10942026-03-14T20:22:56.714Z Downloaded zone v0.3.1
10952026-03-14T20:22:56.714Z Downloaded vergen-lib v0.1.6
10962026-03-14T20:22:56.717Z Downloaded iri-string v0.7.10
10972026-03-14T20:22:56.721Z Downloaded toml_parser v1.0.9+spec-1.1.0
10982026-03-14T20:22:56.723Z Downloaded snafu v0.8.9
10992026-03-14T20:22:56.727Z Downloaded tui-tree-widget v0.23.1
11002026-03-14T20:22:56.730Z Downloaded whoami v2.1.0
11012026-03-14T20:22:56.733Z Downloaded zone_cfg_derive v0.3.1
11022026-03-14T20:22:56.733Z Downloaded rustls-webpki v0.103.9
11032026-03-14T20:22:56.736Z Downloaded whoami v1.6.1
11042026-03-14T20:22:56.736Z Downloaded tokio-rustls v0.24.1
11052026-03-14T20:22:56.738Z Downloaded p521 v0.13.3
11062026-03-14T20:22:56.741Z Downloaded xshell v0.2.7
11072026-03-14T20:22:56.744Z Downloaded wyz v0.5.1
11082026-03-14T20:22:56.744Z Downloaded twox-hash v2.1.2
11092026-03-14T20:22:56.746Z Downloaded toml v0.7.8
11102026-03-14T20:22:56.750Z Downloaded term v1.2.1
11112026-03-14T20:22:56.753Z Downloaded schemars v1.2.1
11122026-03-14T20:22:56.761Z Downloaded zeroize v1.8.2
11132026-03-14T20:22:56.765Z Downloaded usdt-impl v0.6.0
11142026-03-14T20:22:56.765Z Downloaded tokio-rustls v0.26.4
11152026-03-14T20:22:56.768Z Downloaded test-strategy v0.4.5
11162026-03-14T20:22:56.770Z Downloaded vergen v9.0.6
11172026-03-14T20:22:56.770Z Downloaded samael v0.0.19
11182026-03-14T20:22:56.775Z Downloaded tracing-core v0.1.36
11192026-03-14T20:22:56.778Z Downloaded tracing-attributes v0.1.31
11202026-03-14T20:22:56.780Z Downloaded vsss-rs v3.3.4
11212026-03-14T20:22:56.783Z Downloaded tungstenite v0.21.0
11222026-03-14T20:22:56.785Z Downloaded walkdir v2.5.0
11232026-03-14T20:22:56.788Z Downloaded russh v0.45.0
11242026-03-14T20:22:56.790Z Downloaded itertools v0.14.0
11252026-03-14T20:22:56.796Z Downloaded tungstenite v0.23.0
11262026-03-14T20:22:56.799Z Downloaded rand v0.10.0
11272026-03-14T20:22:56.802Z Downloaded yasna v0.5.2
11282026-03-14T20:22:56.804Z Downloaded toml v0.9.12+spec-1.1.0
11292026-03-14T20:22:56.807Z Downloaded zerocopy v0.6.6
11302026-03-14T20:22:56.809Z Downloaded h2 v0.4.13
11312026-03-14T20:22:56.812Z Downloaded rustyline v14.0.0
11322026-03-14T20:22:56.816Z Downloaded xz2 v0.1.7
11332026-03-14T20:22:56.819Z Downloaded vergen-gitcl v1.0.8
11342026-03-14T20:22:56.822Z Downloaded uuid v1.21.0
11352026-03-14T20:22:56.824Z Downloaded bitvec v1.0.1
11362026-03-14T20:22:56.834Z Downloaded zstd v0.13.3
11372026-03-14T20:22:56.837Z Downloaded reqwest v0.12.28
11382026-03-14T20:22:56.842Z Downloaded vergen-git2 v1.0.7
11392026-03-14T20:22:56.844Z Downloaded unicode-properties v0.1.4
11402026-03-14T20:22:56.847Z Downloaded typify v0.4.3
11412026-03-14T20:22:56.849Z Downloaded steno v0.4.1
11422026-03-14T20:22:56.852Z Downloaded tinyvec v1.10.0
11432026-03-14T20:22:56.855Z Downloaded serde_yaml v0.9.34+deprecated
11442026-03-14T20:22:56.857Z Downloaded tls_codec v0.4.2
11452026-03-14T20:22:56.860Z Downloaded tokio-stream v0.1.18
11462026-03-14T20:22:56.863Z Downloaded subprocess v0.2.15
11472026-03-14T20:22:56.867Z Downloaded rsa v0.9.10
11482026-03-14T20:22:56.870Z Downloaded typify v0.6.1
11492026-03-14T20:22:56.873Z Downloaded p384 v0.13.1
11502026-03-14T20:22:56.878Z Downloaded ssh-key v0.6.7
11512026-03-14T20:22:56.883Z Downloaded unicode_categories v0.1.1
11522026-03-14T20:22:56.885Z Downloaded reqwest v0.13.2
11532026-03-14T20:22:56.889Z Downloaded regex v1.12.3
11542026-03-14T20:22:56.894Z Downloaded zstd-safe v7.2.4
11552026-03-14T20:22:56.897Z Downloaded toml_edit v0.23.10+spec-1.0.0
11562026-03-14T20:22:56.899Z Downloaded hkdf v0.12.4
11572026-03-14T20:22:56.902Z Downloaded zopfli v0.8.3
11582026-03-14T20:22:56.905Z Downloaded zip v0.6.6
11592026-03-14T20:22:56.907Z Downloaded rpassword v7.4.0
11602026-03-14T20:22:56.910Z Downloaded rayon v1.11.0
11612026-03-14T20:22:56.915Z Downloaded chrono v0.4.44
11622026-03-14T20:22:56.921Z Downloaded unsafe-libyaml v0.2.11
11632026-03-14T20:22:56.923Z Downloaded zerocopy-derive v0.8.40
11642026-03-14T20:22:56.930Z Downloaded tokio-postgres v0.7.16
11652026-03-14T20:22:56.934Z Downloaded quick-xml v0.37.5
11662026-03-14T20:22:56.939Z Downloaded portable-atomic v1.13.1
11672026-03-14T20:22:56.945Z Downloaded x509-cert v0.2.5
11682026-03-14T20:22:56.949Z Downloaded unicode-bidi v0.3.18
11692026-03-14T20:22:56.952Z Downloaded goblin v0.10.5
11702026-03-14T20:22:56.958Z Downloaded typed-path v0.9.3
11712026-03-14T20:22:56.963Z Downloaded vte v0.14.1
11722026-03-14T20:22:56.965Z Downloaded ron v0.12.0
11732026-03-14T20:22:56.971Z Downloaded reedline v0.40.0
11742026-03-14T20:22:56.977Z Downloaded tokio-util v0.7.18
11752026-03-14T20:22:56.983Z Downloaded libm v0.2.16
11762026-03-14T20:22:56.991Z Downloaded tower-http v0.6.8
11772026-03-14T20:22:56.998Z Downloaded yansi v1.0.1
11782026-03-14T20:22:57.001Z Downloaded zip v4.6.1
11792026-03-14T20:22:57.003Z Downloaded toml_edit v0.19.15
11802026-03-14T20:22:57.017Z Downloaded rustls-webpki v0.102.8
11812026-03-14T20:22:57.032Z Downloaded petname v2.0.2
11822026-03-14T20:22:57.036Z Downloaded git2 v0.20.4
11832026-03-14T20:22:57.043Z Downloaded openssl v0.10.75
11842026-03-14T20:22:57.051Z Downloaded bstr v1.12.1
11852026-03-14T20:22:57.057Z Downloaded nix v0.27.1
11862026-03-14T20:22:57.066Z Downloaded tower v0.5.3
11872026-03-14T20:22:57.073Z Downloaded iddqd v0.3.17
11882026-03-14T20:22:57.079Z Downloaded hyper v1.8.1
11892026-03-14T20:22:57.084Z Downloaded salty v0.3.0
11902026-03-14T20:22:57.090Z Downloaded time v0.3.47
11912026-03-14T20:22:57.101Z Downloaded moka v0.12.13
11922026-03-14T20:22:57.107Z Downloaded hickory-proto v0.24.4
11932026-03-14T20:22:57.119Z Downloaded regex-syntax v0.6.29
11942026-03-14T20:22:57.124Z Downloaded vcpkg v0.2.15
11952026-03-14T20:22:57.155Z Downloaded webpki-roots v1.0.6
11962026-03-14T20:22:57.158Z Downloaded smoltcp v0.9.1
11972026-03-14T20:22:57.166Z Downloaded zerocopy v0.8.40
11982026-03-14T20:22:57.174Z Downloaded lalrpop v0.19.12
11992026-03-14T20:22:57.182Z Downloaded serde_with v3.17.0
12002026-03-14T20:22:57.192Z Downloaded unicode-segmentation v1.12.0
12012026-03-14T20:22:57.195Z Downloaded smoltcp v0.11.0
12022026-03-14T20:22:57.205Z Downloaded rustix v0.38.44
12032026-03-14T20:22:57.223Z Downloaded object v0.30.4
12042026-03-14T20:22:57.230Z Downloaded curve25519-dalek v4.1.3
12052026-03-14T20:22:57.237Z Downloaded winnow v0.5.40
12062026-03-14T20:22:57.244Z Downloaded unicode-normalization v0.1.25
12072026-03-14T20:22:57.247Z Downloaded tough v0.20.0
12082026-03-14T20:22:57.254Z Downloaded proptest v1.10.0
12092026-03-14T20:22:57.261Z Downloaded hickory-proto v0.25.2
12102026-03-14T20:22:57.275Z Downloaded winnow v0.6.26
12112026-03-14T20:22:57.282Z Downloaded sled v0.34.7
12122026-03-14T20:22:57.290Z Downloaded quinn-proto v0.11.13
12132026-03-14T20:22:57.296Z Downloaded radix_trie v0.2.1
12142026-03-14T20:22:57.301Z Downloaded bzip2-sys v0.1.13+1.0.8
12152026-03-14T20:22:57.310Z Downloaded polar-core v0.27.3
12162026-03-14T20:22:57.317Z Downloaded zerocopy-derive v0.6.6
12172026-03-14T20:22:57.325Z Downloaded nix v0.31.1
12182026-03-14T20:22:57.335Z Downloaded rustls-webpki v0.101.7
12192026-03-14T20:22:57.346Z Downloaded tabled v0.20.0
12202026-03-14T20:22:57.359Z Downloaded rustls v0.21.12
12212026-03-14T20:22:57.368Z Downloaded nix v0.29.0
12222026-03-14T20:22:57.377Z Downloaded dropshot v0.16.7
12232026-03-14T20:22:57.393Z Downloaded object v0.37.3
12242026-03-14T20:22:57.402Z Downloaded nix v0.28.0
12252026-03-14T20:22:57.410Z Downloaded chrono-tz v0.10.4
12262026-03-14T20:22:57.425Z Downloaded zlib-rs v0.6.2
12272026-03-14T20:22:57.429Z Downloaded rustls v0.22.4
12282026-03-14T20:22:57.439Z Downloaded regex-automata v0.4.14
12292026-03-14T20:22:57.451Z Downloaded petgraph v0.8.3
12302026-03-14T20:22:57.468Z Downloaded regress v0.10.5
12312026-03-14T20:22:57.475Z Downloaded rustls v0.23.37
12322026-03-14T20:22:57.484Z Downloaded diesel v2.3.7
12332026-03-14T20:22:57.500Z Downloaded regex-syntax v0.8.10
12342026-03-14T20:22:57.507Z Downloaded openapiv3 v2.2.0
12352026-03-14T20:22:57.515Z Downloaded russh-keys v0.45.0
12362026-03-14T20:22:57.518Z Downloaded libxml v0.3.3
12372026-03-14T20:22:57.521Z Downloaded ryu v1.0.23
12382026-03-14T20:22:57.524Z Downloaded mio v1.1.1
12392026-03-14T20:22:57.528Z Downloaded slog-term v2.9.2
12402026-03-14T20:22:57.531Z Downloaded testing_table v0.3.0
12412026-03-14T20:22:57.533Z Downloaded termtree v0.5.1
12422026-03-14T20:22:57.533Z Downloaded smallvec v0.6.14
12432026-03-14T20:22:57.533Z Downloaded slog-scope v4.4.1
12442026-03-14T20:22:57.536Z Downloaded serde_cbor v0.11.2
12452026-03-14T20:22:57.536Z Downloaded rayon-core v1.13.0
12462026-03-14T20:22:57.539Z Downloaded foldhash v0.1.5
12472026-03-14T20:22:57.541Z Downloaded dropshot_endpoint v0.16.7
12482026-03-14T20:22:57.544Z Downloaded compact_str v0.8.1
12492026-03-14T20:22:57.547Z Downloaded base64 v0.21.7
12502026-03-14T20:22:57.549Z Downloaded hyper-staticfile v0.10.1
12512026-03-14T20:22:57.552Z Downloaded hyper-rustls v0.27.7
12522026-03-14T20:22:57.552Z Downloaded hmac v0.12.1
12532026-03-14T20:22:57.555Z Downloaded nodrop v0.1.14
12542026-03-14T20:22:57.555Z Downloaded newtype-uuid-macros v0.1.0
12552026-03-14T20:22:57.555Z Downloaded newline-converter v0.3.0
12562026-03-14T20:22:57.561Z Downloaded new_debug_unreachable v1.0.6
12572026-03-14T20:22:57.561Z Downloaded mime v0.3.17
12582026-03-14T20:22:57.561Z Downloaded hickory-client v0.25.2
12592026-03-14T20:22:57.561Z Downloaded match_cfg v0.1.0
12602026-03-14T20:22:57.561Z Downloaded lzss v0.8.2
12612026-03-14T20:22:57.561Z Downloaded impl-trait-for-tuples v0.2.3
12622026-03-14T20:22:57.565Z Downloaded getrandom v0.3.4
12632026-03-14T20:22:57.565Z Downloaded crc-any v2.5.0
12642026-03-14T20:22:57.568Z Downloaded clang-sys v1.8.1
12652026-03-14T20:22:57.571Z Downloaded ciborium v0.2.2
12662026-03-14T20:22:57.571Z Downloaded hyper-tls v0.6.0
12672026-03-14T20:22:57.573Z Downloaded darling v0.21.3
12682026-03-14T20:22:57.576Z Downloaded sqlparser v0.61.0
12692026-03-14T20:22:57.583Z Downloaded darling v0.23.0
12702026-03-14T20:22:57.587Z Downloaded ed25519-dalek v2.2.0
12712026-03-14T20:22:57.590Z Downloaded ecdsa v0.16.9
12722026-03-14T20:22:57.592Z Downloaded deranged v0.5.8
12732026-03-14T20:22:57.592Z Downloaded highway v1.3.0
12742026-03-14T20:22:57.595Z Downloaded futures-task v0.3.32
12752026-03-14T20:22:57.595Z Downloaded colored v3.1.1
12762026-03-14T20:22:57.597Z Downloaded der v0.7.10
12772026-03-14T20:22:57.600Z Downloaded defmt v1.0.1
12782026-03-14T20:22:57.603Z Downloaded darling_macro v0.21.3
12792026-03-14T20:22:57.606Z Downloaded daft v0.1.5
12802026-03-14T20:22:57.606Z Downloaded console v0.15.11
12812026-03-14T20:22:57.608Z Downloaded async-bb8-diesel v0.2.1
12822026-03-14T20:22:57.611Z Downloaded ahash v0.8.12
12832026-03-14T20:22:57.611Z Downloaded indent_write v2.2.0
12842026-03-14T20:22:57.614Z Downloaded ident_case v1.0.1
12852026-03-14T20:22:57.614Z Downloaded hubpack_derive v0.1.1
12862026-03-14T20:22:57.614Z Downloaded hash32 v0.2.1
12872026-03-14T20:22:57.617Z Downloaded typify-impl v0.6.1
12882026-03-14T20:22:57.625Z Downloaded tracing v0.1.44
12892026-03-14T20:22:57.643Z Downloaded typify-impl v0.4.3
12902026-03-14T20:22:57.654Z Downloaded ratatui v0.29.0
12912026-03-14T20:22:57.669Z Downloaded ring v0.17.14
12922026-03-14T20:22:57.701Z Downloaded globset v0.4.18
12932026-03-14T20:22:57.703Z Downloaded glob v0.3.3
12942026-03-14T20:22:57.703Z Downloaded git-stub-vcs v0.1.0
12952026-03-14T20:22:57.706Z Downloaded fatfs v0.3.6
12962026-03-14T20:22:57.706Z Downloaded bzip2 v0.4.4
12972026-03-14T20:22:57.709Z Downloaded bitflags v1.3.2
12982026-03-14T20:22:57.712Z Downloaded csv-core v0.1.13
12992026-03-14T20:22:57.712Z Downloaded crossbeam-deque v0.8.6
13002026-03-14T20:22:57.712Z Downloaded fs-err v2.11.0
13012026-03-14T20:22:57.715Z Downloaded backoff v0.4.0
13022026-03-14T20:22:57.715Z Downloaded ghash v0.5.1
13032026-03-14T20:22:57.717Z Downloaded cmake v0.1.57
13042026-03-14T20:22:57.717Z Downloaded camino-tempfile-ext v0.3.3
13052026-03-14T20:22:57.717Z Downloaded cipher v0.4.4
13062026-03-14T20:22:57.720Z Downloaded cexpr v0.6.0
13072026-03-14T20:22:57.720Z Downloaded bitfield v0.19.4
13082026-03-14T20:22:57.723Z Downloaded chacha20 v0.10.0
13092026-03-14T20:22:57.723Z Downloaded bit-vec v0.8.0
13102026-03-14T20:22:57.725Z Downloaded atomic-waker v1.1.2
13112026-03-14T20:22:57.725Z Downloaded darling v0.20.11
13122026-03-14T20:22:57.728Z Downloaded erased-serde v0.3.31
13132026-03-14T20:22:57.731Z Downloaded derive_builder_macro v0.20.2
13142026-03-14T20:22:57.731Z Downloaded argon2 v0.5.3
13152026-03-14T20:22:57.733Z Downloaded crossbeam-utils v0.8.21
13162026-03-14T20:22:57.734Z Downloaded crc v3.4.0
13172026-03-14T20:22:57.736Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-03-14T20:22:57.778Z Downloaded aead v0.5.2
13192026-03-14T20:22:57.780Z Downloaded atomicwrites v0.4.4
13202026-03-14T20:22:57.780Z Downloaded array-init v0.0.4
13212026-03-14T20:22:57.780Z Downloaded ascii-canvas v3.0.0
13222026-03-14T20:22:57.783Z Downloaded bzip2 v0.6.1
13232026-03-14T20:22:57.783Z Downloaded blowfish v0.9.1
13242026-03-14T20:22:57.783Z Downloaded bcrypt-pbkdf v0.10.0
13252026-03-14T20:22:57.785Z Downloaded atty v0.2.14
13262026-03-14T20:22:57.786Z Downloaded arrayref v0.3.9
13272026-03-14T20:22:57.786Z Downloaded chacha20 v0.9.1
13282026-03-14T20:22:57.788Z Downloaded ar_archive_writer v0.5.1
13292026-03-14T20:22:57.791Z Downloaded petgraph v0.6.5
13302026-03-14T20:22:57.804Z Downloaded arrayvec v0.7.6
13312026-03-14T20:22:57.807Z Downloaded lzma-sys v0.1.20
13322026-03-14T20:22:57.828Z Downloaded arc-swap v1.8.2
13332026-03-14T20:22:57.831Z Downloaded jiff v0.2.21
13342026-03-14T20:22:57.878Z Downloaded libz-sys v1.1.24
13352026-03-14T20:22:57.894Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13362026-03-14T20:22:57.908Z Downloaded csv v1.4.0
13372026-03-14T20:22:57.923Z Downloaded sha3 v0.10.8
13382026-03-14T20:22:57.927Z Downloaded tokio v1.49.0
13392026-03-14T20:22:57.974Z Downloaded encoding_rs v0.8.35
13402026-03-14T20:22:58.355Z Downloaded aws-lc-sys v0.37.1
13412026-03-14T20:22:58.682Z Compiling libc v0.2.180
13422026-03-14T20:22:58.685Z Compiling serde v1.0.228
13432026-03-14T20:22:58.685Z Compiling log v0.4.29
13442026-03-14T20:22:58.685Z Compiling shlex v1.3.0
13452026-03-14T20:22:58.859Z Compiling find-msvc-tools v0.1.9
13462026-03-14T20:22:58.861Z Compiling smallvec v1.15.1
13472026-03-14T20:22:58.901Z Compiling syn v2.0.117
13482026-03-14T20:22:58.918Z Compiling typenum v1.19.0
13492026-03-14T20:22:59.101Z Compiling generic-array v0.14.7
13502026-03-14T20:22:59.120Z Compiling subtle v2.6.1
13512026-03-14T20:22:59.168Z Compiling scopeguard v1.2.0
13522026-03-14T20:22:59.230Z Compiling portable-atomic v1.13.1
13532026-03-14T20:22:59.267Z Compiling const-oid v0.9.6
13542026-03-14T20:22:59.313Z Compiling lock_api v0.4.14
13552026-03-14T20:22:59.333Z Compiling critical-section v1.2.0
13562026-03-14T20:22:59.411Z Compiling zerocopy v0.8.40
13572026-03-14T20:22:59.458Z Compiling pin-project-lite v0.2.17
13582026-03-14T20:22:59.586Z Compiling serde_json v1.0.149
13592026-03-14T20:22:59.617Z Compiling parking_lot_core v0.9.12
13602026-03-14T20:22:59.944Z Compiling pkg-config v0.3.32
13612026-03-14T20:22:59.980Z Compiling getrandom v0.2.17
13622026-03-14T20:23:00.044Z Compiling jobserver v0.1.34
13632026-03-14T20:23:00.200Z Compiling rand_core v0.6.4
13642026-03-14T20:23:00.248Z Compiling errno v0.3.14
13652026-03-14T20:23:00.358Z Compiling cc v1.2.56
13662026-03-14T20:23:00.435Z Compiling signal-hook-registry v1.4.8
13672026-03-14T20:23:00.529Z Compiling once_cell v1.21.3
13682026-03-14T20:23:00.577Z Compiling mio v1.1.1
13692026-03-14T20:23:00.669Z Compiling bitflags v2.11.0
13702026-03-14T20:23:00.780Z Compiling libm v0.2.16
13712026-03-14T20:23:00.799Z Compiling parking_lot v0.12.5
13722026-03-14T20:23:00.910Z Compiling num-traits v0.2.19
13732026-03-14T20:23:00.967Z Compiling futures-core v0.3.32
13742026-03-14T20:23:01.351Z Compiling socket2 v0.6.2
13752026-03-14T20:23:01.354Z Compiling percent-encoding v2.3.2
13762026-03-14T20:23:01.365Z Compiling allocator-api2 v0.2.21
13772026-03-14T20:23:01.402Z Compiling futures-sink v0.3.32
13782026-03-14T20:23:01.524Z Compiling foldhash v0.2.0
13792026-03-14T20:23:01.542Z Compiling cpufeatures v0.2.17
13802026-03-14T20:23:01.590Z Compiling futures-channel v0.3.32
13812026-03-14T20:23:01.638Z Compiling slab v0.4.12
13822026-03-14T20:23:01.812Z Compiling hashbrown v0.16.1
13832026-03-14T20:23:01.839Z Compiling futures-task v0.3.32
13842026-03-14T20:23:01.869Z Compiling getrandom v0.4.1
13852026-03-14T20:23:01.889Z Compiling futures-io v0.3.32
13862026-03-14T20:23:01.909Z Compiling rustversion v1.0.22
13872026-03-14T20:23:02.066Z Compiling rand_core v0.10.0
13882026-03-14T20:23:02.086Z Compiling getrandom v0.3.4
13892026-03-14T20:23:02.284Z Compiling form_urlencoded v1.2.2
13902026-03-14T20:23:02.653Z Compiling indexmap v2.13.0
13912026-03-14T20:23:02.674Z Compiling cmake v0.1.57
13922026-03-14T20:23:02.677Z Compiling dunce v1.0.5
13932026-03-14T20:23:02.796Z Compiling ident_case v1.0.1
13942026-03-14T20:23:02.958Z Compiling base64ct v1.8.3
13952026-03-14T20:23:03.046Z Compiling fs_extra v1.3.0
13962026-03-14T20:23:03.232Z Compiling synstructure v0.13.2
13972026-03-14T20:23:03.235Z Compiling flagset v0.4.7
13982026-03-14T20:23:03.336Z Compiling pem-rfc7468 v0.7.0
13992026-03-14T20:23:03.339Z Compiling rand_core v0.9.5
14002026-03-14T20:23:03.391Z Compiling aws-lc-sys v0.37.1
14012026-03-14T20:23:03.414Z Compiling iana-time-zone v0.1.65
14022026-03-14T20:23:03.504Z Compiling rustix v1.1.3
14032026-03-14T20:23:03.567Z Compiling ring v0.17.14
14042026-03-14T20:23:03.672Z Compiling uuid v1.21.0
14052026-03-14T20:23:03.705Z Compiling rustc_version v0.4.1
14062026-03-14T20:23:03.764Z Compiling regex-syntax v0.8.10
14072026-03-14T20:23:04.091Z Compiling aws-lc-rs v1.16.0
14082026-03-14T20:23:04.151Z Compiling vcpkg v0.2.15
14092026-03-14T20:23:04.467Z Compiling tracing-core v0.1.36
14102026-03-14T20:23:04.605Z Compiling crossbeam-utils v0.8.21
14112026-03-14T20:23:05.008Z Compiling pest_generator v2.8.6
14122026-03-14T20:23:05.178Z Compiling openssl-sys v0.9.111
14132026-03-14T20:23:05.247Z Compiling serde_derive_internals v0.29.1
14142026-03-14T20:23:05.796Z Compiling serde_derive v1.0.228
14152026-03-14T20:23:05.850Z Compiling zeroize_derive v1.4.3
14162026-03-14T20:23:05.952Z Compiling zerofrom-derive v0.1.6
14172026-03-14T20:23:05.971Z Compiling yoke-derive v0.8.1
14182026-03-14T20:23:06.553Z Compiling zerocopy-derive v0.8.40
14192026-03-14T20:23:06.724Z Compiling zeroize v1.8.2
14202026-03-14T20:23:07.152Z Compiling zerovec-derive v0.11.2
14212026-03-14T20:23:07.587Z Compiling displaydoc v0.2.5
14222026-03-14T20:23:07.767Z Compiling crypto-common v0.1.7
14232026-03-14T20:23:07.914Z Compiling zerofrom v0.1.6
14242026-03-14T20:23:07.949Z Compiling block-buffer v0.10.4
14252026-03-14T20:23:08.069Z Compiling yoke v0.8.1
14262026-03-14T20:23:08.157Z Compiling digest v0.10.7
14272026-03-14T20:23:08.301Z Compiling tokio-macros v2.6.0
14282026-03-14T20:23:08.442Z Compiling hmac v0.12.1
14292026-03-14T20:23:08.477Z Compiling futures-macro v0.3.32
14302026-03-14T20:23:08.564Z Compiling zerotrie v0.2.3
14312026-03-14T20:23:08.602Z Compiling zerovec v0.11.5
14322026-03-14T20:23:08.640Z Compiling block-padding v0.3.3
14332026-03-14T20:23:08.845Z Compiling inout v0.1.4
14342026-03-14T20:23:08.954Z Compiling sha2 v0.10.9
14352026-03-14T20:23:09.060Z Compiling cipher v0.4.4
14362026-03-14T20:23:09.279Z Compiling tinystr v0.8.2
14372026-03-14T20:23:09.298Z Compiling potential_utf v0.1.4
14382026-03-14T20:23:09.415Z Compiling der_derive v0.7.3
14392026-03-14T20:23:09.508Z Compiling icu_locale_core v2.1.1
14402026-03-14T20:23:09.537Z Compiling icu_collections v2.1.1
14412026-03-14T20:23:09.540Z Compiling futures-util v0.3.32
14422026-03-14T20:23:10.191Z Compiling salsa20 v0.10.2
14432026-03-14T20:23:10.361Z Compiling icu_provider v2.1.1
14442026-03-14T20:23:10.542Z Compiling bytes v1.11.1
14452026-03-14T20:23:10.672Z Compiling icu_normalizer v2.1.1
14462026-03-14T20:23:10.734Z Compiling icu_properties v2.1.2
14472026-03-14T20:23:10.755Z Compiling der v0.7.10
14482026-03-14T20:23:10.814Z Compiling chrono v0.4.44
14492026-03-14T20:23:11.412Z Compiling tokio v1.49.0
14502026-03-14T20:23:11.432Z Compiling http v1.4.0
14512026-03-14T20:23:12.338Z Compiling idna_adapter v1.2.1
14522026-03-14T20:23:12.432Z Compiling spki v0.7.3
14532026-03-14T20:23:12.506Z Compiling idna v1.1.0
14542026-03-14T20:23:12.648Z Compiling pbkdf2 v0.12.2
14552026-03-14T20:23:12.690Z Compiling ppv-lite86 v0.2.21
14562026-03-14T20:23:12.713Z Compiling thiserror-impl v2.0.18
14572026-03-14T20:23:12.755Z Compiling scrypt v0.11.0
14582026-03-14T20:23:12.783Z Compiling cbc v0.1.2
14592026-03-14T20:23:12.911Z Compiling url v2.5.8
14602026-03-14T20:23:12.961Z Compiling aes v0.8.4
14612026-03-14T20:23:13.076Z Compiling rand_chacha v0.9.0
14622026-03-14T20:23:13.125Z Compiling rustls-pki-types v1.14.0
14632026-03-14T20:23:13.380Z Compiling tracing-attributes v0.1.31
14642026-03-14T20:23:13.717Z Compiling pkcs5 v0.7.1
14652026-03-14T20:23:13.945Z Compiling rand v0.9.2
14662026-03-14T20:23:13.950Z Compiling http-body v1.0.1
14672026-03-14T20:23:14.225Z Compiling syn v1.0.109
14682026-03-14T20:23:14.357Z Compiling untrusted v0.7.1
14692026-03-14T20:23:14.376Z Compiling schemars v0.8.22
14702026-03-14T20:23:14.478Z Compiling thiserror v2.0.18
14712026-03-14T20:23:14.509Z Compiling base64 v0.22.1
14722026-03-14T20:23:14.606Z Compiling openssl-probe v0.2.1
14732026-03-14T20:23:14.608Z Compiling untrusted v0.9.0
14742026-03-14T20:23:14.643Z Compiling httparse v1.10.1
14752026-03-14T20:23:14.908Z Compiling pkcs8 v0.10.2
14762026-03-14T20:23:14.927Z Compiling schemars_derive v0.8.22
14772026-03-14T20:23:14.982Z Compiling pest_derive v2.8.6
14782026-03-14T20:23:15.128Z Compiling scroll_derive v0.13.1
14792026-03-14T20:23:15.184Z Compiling tracing v0.1.44
14802026-03-14T20:23:15.507Z Compiling darling_core v0.20.11
14812026-03-14T20:23:15.527Z Compiling try-lock v0.2.5
14822026-03-14T20:23:15.654Z Compiling tower-layer v0.3.3
14832026-03-14T20:23:15.858Z Compiling rustls v0.23.37
14842026-03-14T20:23:15.965Z Compiling tower-service v0.3.3
14852026-03-14T20:23:16.079Z Compiling tinyvec_macros v0.1.1
14862026-03-14T20:23:16.097Z Compiling atomic-waker v1.1.2
14872026-03-14T20:23:16.208Z Compiling dyn-clone v1.0.20
14882026-03-14T20:23:16.235Z Compiling scroll v0.13.0
14892026-03-14T20:23:16.276Z Compiling tinyvec v1.10.0
14902026-03-14T20:23:16.379Z Compiling want v0.3.1
14912026-03-14T20:23:16.582Z Compiling tokio-util v0.7.18
14922026-03-14T20:23:16.989Z Compiling ipnet v2.11.0
14932026-03-14T20:23:17.277Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14942026-03-14T20:23:17.660Z Compiling h2 v0.4.13
14952026-03-14T20:23:17.771Z Compiling spin v0.9.8
14962026-03-14T20:23:17.996Z Compiling aho-corasick v1.1.4
14972026-03-14T20:23:18.034Z Compiling pin-utils v0.1.0
14982026-03-14T20:23:18.127Z Compiling openssl v0.10.75
14992026-03-14T20:23:18.410Z Compiling num-conv v0.2.0
15002026-03-14T20:23:18.459Z Compiling crc32fast v1.5.0
15012026-03-14T20:23:18.578Z Compiling powerfmt v0.2.0
15022026-03-14T20:23:18.795Z Compiling time-core v0.1.8
15032026-03-14T20:23:18.815Z Compiling darling_macro v0.20.11
15042026-03-14T20:23:18.840Z Compiling httpdate v1.0.3
15052026-03-14T20:23:18.978Z Compiling foreign-types-shared v0.1.1
15062026-03-14T20:23:19.086Z Compiling foreign-types v0.3.2
15072026-03-14T20:23:19.121Z Compiling regex-automata v0.4.14
15082026-03-14T20:23:19.176Z Compiling time-macros v0.2.27
15092026-03-14T20:23:19.330Z Compiling deranged v0.5.8
15102026-03-14T20:23:19.407Z Compiling darling v0.20.11
15112026-03-14T20:23:19.533Z Compiling tempfile v3.25.0
15122026-03-14T20:23:20.398Z Compiling goblin v0.10.5
15132026-03-14T20:23:20.656Z Compiling thiserror-impl v1.0.69
15142026-03-14T20:23:21.330Z Compiling openssl-macros v0.1.1
15152026-03-14T20:23:21.819Z Compiling hyper v1.8.1
15162026-03-14T20:23:22.388Z Compiling wait-timeout v0.2.1
15172026-03-14T20:23:22.441Z Compiling native-tls v0.2.18
15182026-03-14T20:23:22.687Z Compiling either v1.15.0
15192026-03-14T20:23:22.722Z Compiling quick-error v1.2.3
15202026-03-14T20:23:22.854Z Compiling siphasher v1.0.2
15212026-03-14T20:23:22.953Z Compiling bit-vec v0.8.0
15222026-03-14T20:23:23.001Z Compiling num_threads v0.1.7
15232026-03-14T20:23:23.097Z Compiling usdt-impl v0.6.0
15242026-03-14T20:23:23.116Z Compiling simd-adler32 v0.3.8
15252026-03-14T20:23:23.248Z Compiling hyper-util v0.1.20
15262026-03-14T20:23:23.378Z Compiling bit-set v0.8.0
15272026-03-14T20:23:23.441Z Compiling time v0.3.47
15282026-03-14T20:23:23.583Z Compiling rusty-fork v0.3.1
15292026-03-14T20:23:23.981Z Compiling thiserror v1.0.69
15302026-03-14T20:23:24.110Z Compiling derive_builder_core v0.20.2
15312026-03-14T20:23:24.941Z Compiling dof v0.4.0
15322026-03-14T20:23:25.545Z Compiling unicode-normalization v0.1.25
15332026-03-14T20:23:25.567Z Compiling crossbeam-epoch v0.9.18
15342026-03-14T20:23:25.590Z Compiling dtrace-parser v0.3.0
15352026-03-14T20:23:25.993Z Compiling rustls-native-certs v0.8.3
15362026-03-14T20:23:26.184Z Compiling signature v2.2.0
15372026-03-14T20:23:26.403Z Compiling scroll_derive v0.12.1
15382026-03-14T20:23:26.406Z Compiling heapless v0.7.17
15392026-03-14T20:23:26.439Z Compiling rand_xorshift v0.4.0
15402026-03-14T20:23:26.620Z Compiling slog v2.8.2
15412026-03-14T20:23:26.639Z Compiling darling_core v0.21.3
15422026-03-14T20:23:26.642Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-14T20:23:26.703Z Compiling sync_wrapper v1.0.2
15442026-03-14T20:23:26.835Z Compiling thread-id v5.1.0
15452026-03-14T20:23:26.854Z Compiling cookie v0.18.1
15462026-03-14T20:23:26.937Z Compiling unarray v0.1.4
15472026-03-14T20:23:27.006Z Compiling adler2 v2.0.1
15482026-03-14T20:23:27.070Z Compiling unicode-segmentation v1.12.0
15492026-03-14T20:23:27.089Z Compiling unicode-properties v0.1.4
15502026-03-14T20:23:27.169Z Compiling unicode-bidi v0.3.18
15512026-03-14T20:23:27.304Z Compiling rayon-core v1.13.0
15522026-03-14T20:23:27.355Z Compiling zstd-safe v7.2.4
15532026-03-14T20:23:27.513Z Compiling paste v1.0.15
15542026-03-14T20:23:27.568Z Compiling signal-hook v0.3.18
15552026-03-14T20:23:27.588Z Compiling anyhow v1.0.102
15562026-03-14T20:23:27.807Z Compiling stringprep v0.1.5
15572026-03-14T20:23:27.898Z Compiling scroll v0.12.0
15582026-03-14T20:23:27.915Z Compiling miniz_oxide v0.8.9
15592026-03-14T20:23:28.261Z Compiling proptest v1.10.0
15602026-03-14T20:23:28.670Z Compiling tower v0.5.3
15612026-03-14T20:23:28.799Z Compiling crossbeam-deque v0.8.6
15622026-03-14T20:23:28.903Z Compiling derive_builder_macro v0.20.2
15632026-03-14T20:23:29.034Z Compiling ipnetwork v0.21.1
15642026-03-14T20:23:29.053Z Compiling http-body-util v0.1.3
15652026-03-14T20:23:29.169Z Compiling webpki-roots v1.0.6
15662026-03-14T20:23:29.282Z Compiling rand_chacha v0.3.1
15672026-03-14T20:23:29.320Z Compiling serde_spanned v0.6.9
15682026-03-14T20:23:29.361Z Compiling serde_tokenstream v0.2.3
15692026-03-14T20:23:29.477Z Compiling erased-serde v0.3.31
15702026-03-14T20:23:29.500Z Compiling toml_datetime v0.6.11
15712026-03-14T20:23:29.548Z Compiling md-5 v0.10.6
15722026-03-14T20:23:29.752Z Compiling zerocopy-derive v0.7.35
15732026-03-14T20:23:29.775Z Compiling curve25519-dalek v4.1.3
15742026-03-14T20:23:29.832Z Compiling num-integer v0.1.46
15752026-03-14T20:23:30.177Z Compiling vergen-lib v0.1.6
15762026-03-14T20:23:30.196Z Compiling hash32 v0.2.1
15772026-03-14T20:23:30.214Z Compiling darling_macro v0.21.3
15782026-03-14T20:23:30.256Z Compiling ff v0.13.1
15792026-03-14T20:23:30.316Z Compiling memoffset v0.9.1
15802026-03-14T20:23:30.396Z Compiling ref-cast v1.0.25
15812026-03-14T20:23:30.426Z Compiling smoltcp v0.9.1
15822026-03-14T20:23:30.444Z Compiling psl-types v2.0.11
15832026-03-14T20:23:30.555Z Compiling base16ct v0.2.0
15842026-03-14T20:23:30.601Z Compiling num-bigint-dig v0.8.6
15852026-03-14T20:23:30.776Z Compiling litrs v1.0.0
15862026-03-14T20:23:30.779Z Compiling fallible-iterator v0.2.0
15872026-03-14T20:23:30.815Z Compiling rustix v0.38.44
15882026-03-14T20:23:30.833Z Compiling iri-string v0.7.10
15892026-03-14T20:23:30.856Z Compiling cfg_aliases v0.2.1
15902026-03-14T20:23:30.889Z Compiling zlib-rs v0.6.2
15912026-03-14T20:23:30.945Z Compiling ryu v1.0.23
15922026-03-14T20:23:31.236Z Compiling postgres-protocol v0.6.10
15932026-03-14T20:23:31.239Z Compiling serde_urlencoded v0.7.1
15942026-03-14T20:23:31.383Z Compiling nix v0.31.1
15952026-03-14T20:23:31.506Z Compiling document-features v0.2.12
15962026-03-14T20:23:31.573Z Compiling newtype-uuid v1.3.2
15972026-03-14T20:23:31.871Z Compiling zerocopy v0.7.35
15982026-03-14T20:23:32.016Z Compiling darling v0.21.3
15992026-03-14T20:23:32.100Z Compiling sec1 v0.7.3
16002026-03-14T20:23:32.119Z Compiling publicsuffix v2.3.0
16012026-03-14T20:23:32.360Z Compiling group v0.13.0
16022026-03-14T20:23:32.550Z Compiling tower-http v0.6.8
16032026-03-14T20:23:32.585Z Compiling num-iter v0.1.45
16042026-03-14T20:23:32.731Z Compiling rand v0.8.5
16052026-03-14T20:23:33.024Z Compiling derive_builder v0.20.2
16062026-03-14T20:23:33.043Z Compiling oxnet v0.1.4
16072026-03-14T20:23:33.174Z Compiling proc-macro-error v1.0.4
16082026-03-14T20:23:33.482Z Compiling tokio-native-tls v0.3.1
16092026-03-14T20:23:33.686Z Compiling goblin v0.8.2
16102026-03-14T20:23:34.051Z Compiling heck v0.4.1
16112026-03-14T20:23:34.307Z Compiling phf_shared v0.13.1
16122026-03-14T20:23:34.347Z Compiling hubpack_derive v0.1.1
16132026-03-14T20:23:34.391Z Compiling regex v1.12.3
16142026-03-14T20:23:34.478Z Compiling lazy_static v1.5.0
16152026-03-14T20:23:34.590Z Compiling cargo-platform v0.1.9
16162026-03-14T20:23:34.638Z Compiling hkdf v0.12.4
16172026-03-14T20:23:34.839Z Compiling crypto-bigint v0.5.5
16182026-03-14T20:23:34.904Z Compiling async-trait v0.1.89
16192026-03-14T20:23:34.923Z Compiling ref-cast-impl v1.0.25
16202026-03-14T20:23:34.964Z Compiling strum_macros v0.27.2
16212026-03-14T20:23:35.615Z Compiling flate2 v1.1.9
16222026-03-14T20:23:35.786Z Compiling curve25519-dalek-derive v0.1.1
16232026-03-14T20:23:36.155Z Compiling daft-derive v0.1.5
16242026-03-14T20:23:36.342Z Compiling terminal_size v0.4.3
16252026-03-14T20:23:36.516Z Compiling vergen v9.0.6
16262026-03-14T20:23:36.659Z Compiling fs-err v3.3.0
16272026-03-14T20:23:36.743Z Compiling ahash v0.8.12
16282026-03-14T20:23:36.893Z Compiling bitflags v1.3.2
16292026-03-14T20:23:36.988Z Compiling object v0.37.3
16302026-03-14T20:23:37.007Z Compiling bumpalo v3.20.2
16312026-03-14T20:23:37.130Z Compiling libbz2-rs-sys v0.2.2
16322026-03-14T20:23:37.327Z Compiling winnow v0.5.40
16332026-03-14T20:23:37.327Z Compiling foldhash v0.1.5
16342026-03-14T20:23:37.562Z Compiling managed v0.8.0
16352026-03-14T20:23:37.737Z Compiling bzip2 v0.6.1
16362026-03-14T20:23:37.756Z Compiling strum v0.27.2
16372026-03-14T20:23:37.908Z Compiling console v0.16.2
16382026-03-14T20:23:37.996Z Compiling hashbrown v0.15.5
16392026-03-14T20:23:38.116Z Compiling zopfli v0.8.3
16402026-03-14T20:23:38.616Z Compiling clap_builder v4.5.60
16412026-03-14T20:23:38.658Z Compiling daft v0.1.5
16422026-03-14T20:23:38.921Z Compiling dof v0.3.0
16432026-03-14T20:23:38.991Z Compiling elliptic-curve v0.13.8
16442026-03-14T20:23:39.136Z Compiling toml_edit v0.19.15
16452026-03-14T20:23:39.282Z Compiling hubpack v0.1.2
16462026-03-14T20:23:39.519Z Compiling cargo_metadata v0.19.2
16472026-03-14T20:23:39.563Z Compiling phf v0.13.1
16482026-03-14T20:23:39.903Z Compiling zone_cfg_derive v0.3.1
16492026-03-14T20:23:40.742Z Compiling signal-hook-mio v0.2.5
16502026-03-14T20:23:40.890Z Compiling cookie_store v0.22.1
16512026-03-14T20:23:41.825Z Compiling rayon v1.11.0
16522026-03-14T20:23:41.927Z Compiling hyper-tls v0.6.0
16532026-03-14T20:23:42.221Z Compiling zstd v0.13.3
16542026-03-14T20:23:42.557Z Compiling bzip2 v0.4.4
16552026-03-14T20:23:42.682Z Compiling serde_with_macros v3.17.0
16562026-03-14T20:23:42.859Z Compiling postgres-types v0.2.12
16572026-03-14T20:23:42.979Z Compiling usdt-attr-macro v0.6.0
16582026-03-14T20:23:43.013Z Compiling usdt-macro v0.6.0
16592026-03-14T20:23:43.618Z Compiling ed25519 v2.2.3
16602026-03-14T20:23:43.974Z Compiling dtrace-parser v0.2.0
16612026-03-14T20:23:44.010Z Compiling phf_shared v0.11.3
16622026-03-14T20:23:44.212Z Compiling itertools v0.12.1
16632026-03-14T20:23:44.253Z Compiling bstr v1.12.1
16642026-03-14T20:23:44.279Z Compiling pkcs1 v0.7.5
16652026-03-14T20:23:44.494Z Compiling hex v0.4.3
16662026-03-14T20:23:44.783Z Compiling serde-big-array v0.5.1
16672026-03-14T20:23:44.825Z Compiling rfc6979 v0.4.0
16682026-03-14T20:23:44.847Z Compiling enum-as-inner v0.6.1
16692026-03-14T20:23:44.961Z Compiling serde_repr v0.1.20
16702026-03-14T20:23:44.983Z Compiling clap_derive v4.5.55
16712026-03-14T20:23:45.041Z Compiling strum_macros v0.26.4
16722026-03-14T20:23:45.157Z Compiling float-cmp v0.10.0
16732026-03-14T20:23:45.342Z Compiling memmap2 v0.9.10
16742026-03-14T20:23:45.497Z Compiling thread-id v4.2.2
16752026-03-14T20:23:45.603Z Compiling env_filter v1.0.0
16762026-03-14T20:23:45.624Z Compiling encoding_rs v0.8.35
16772026-03-14T20:23:45.650Z Compiling predicates-core v1.0.10
16782026-03-14T20:23:45.874Z Compiling keccak v0.1.6
16792026-03-14T20:23:45.893Z Compiling jiff v0.2.21
16802026-03-14T20:23:46.000Z Compiling fixedbitset v0.5.7
16812026-03-14T20:23:46.468Z Compiling unit-prefix v0.5.2
16822026-03-14T20:23:46.660Z Compiling normalize-line-endings v0.3.0
16832026-03-14T20:23:46.784Z Compiling mime v0.3.17
16842026-03-14T20:23:47.044Z Compiling whoami v2.1.0
16852026-03-14T20:23:47.129Z Compiling difflib v0.4.0
16862026-03-14T20:23:47.227Z Compiling precomputed-hash v0.1.1
16872026-03-14T20:23:47.339Z Compiling new_debug_unreachable v1.0.6
16882026-03-14T20:23:47.433Z Compiling rustc-hash v2.1.1
16892026-03-14T20:23:47.464Z Compiling fixedbitset v0.4.2
16902026-03-14T20:23:47.492Z Compiling static_assertions v1.1.0
16912026-03-14T20:23:47.543Z Compiling data-encoding v2.10.0
16922026-03-14T20:23:47.585Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16932026-03-14T20:23:47.609Z Compiling iddqd v0.3.17
16942026-03-14T20:23:47.735Z Compiling petgraph v0.6.5
16952026-03-14T20:23:47.755Z Compiling strum v0.26.3
16962026-03-14T20:23:47.907Z Compiling clap v4.5.60
16972026-03-14T20:23:47.926Z Compiling hickory-proto v0.25.2
16982026-03-14T20:23:48.009Z Compiling string_cache v0.8.9
16992026-03-14T20:23:48.297Z Compiling predicates v3.1.4
17002026-03-14T20:23:48.512Z Compiling tokio-postgres v0.7.16
17012026-03-14T20:23:49.166Z Compiling toml_edit v0.22.27
17022026-03-14T20:23:49.185Z Compiling indicatif v0.18.4
17032026-03-14T20:23:49.783Z Compiling zip v4.6.1
17042026-03-14T20:23:50.344Z Compiling petgraph v0.8.3
17052026-03-14T20:23:51.072Z Compiling sha3 v0.10.8
17062026-03-14T20:23:51.334Z Compiling env_logger v0.11.9
17072026-03-14T20:23:51.487Z Compiling zone v0.3.1
17082026-03-14T20:23:51.706Z Compiling usdt-impl v0.5.0
17092026-03-14T20:23:51.829Z Compiling usdt v0.6.0
17102026-03-14T20:23:51.908Z Compiling ecdsa v0.16.9
17112026-03-14T20:23:52.159Z Compiling similar v2.7.0
17122026-03-14T20:23:52.416Z Compiling serde_with v3.17.0
17132026-03-14T20:23:52.434Z Compiling rsa v0.9.10
17142026-03-14T20:23:52.490Z Compiling crossterm v0.28.1
17152026-03-14T20:23:53.104Z Compiling ed25519-dalek v2.2.0
17162026-03-14T20:23:53.322Z Compiling zip v0.6.6
17172026-03-14T20:23:54.093Z Compiling toml v0.7.8
17182026-03-14T20:23:54.755Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-14T20:23:54.802Z Compiling itertools v0.13.0
17202026-03-14T20:23:54.836Z Compiling tokio-stream v0.1.18
17212026-03-14T20:23:54.938Z Compiling buf-list v1.1.2
17222026-03-14T20:23:55.156Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-03-14T20:23:55.299Z Compiling x509-cert v0.2.5
17242026-03-14T20:23:55.456Z Compiling openapiv3 v2.2.0
17252026-03-14T20:23:55.558Z Compiling sha1 v0.10.6
17262026-03-14T20:23:55.594Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-14T20:23:55.840Z Compiling peg-runtime v0.8.5
17282026-03-14T20:23:55.972Z Compiling lalrpop-util v0.19.12
17292026-03-14T20:23:56.211Z Compiling thread_local v1.1.9
17302026-03-14T20:23:56.247Z Compiling slog-async v2.8.0
17312026-03-14T20:23:56.543Z Compiling crossbeam-channel v0.5.15
17322026-03-14T20:23:56.545Z Compiling futures-executor v0.3.32
17332026-03-14T20:23:56.592Z Compiling filetime v0.2.27
17342026-03-14T20:23:56.671Z Compiling is-terminal v0.4.17
17352026-03-14T20:23:56.790Z Compiling xattr v1.6.1
17362026-03-14T20:23:56.819Z Compiling term v1.2.1
17372026-03-14T20:23:56.900Z Compiling take_mut v0.2.2
17382026-03-14T20:23:57.004Z Compiling tar v0.4.44
17392026-03-14T20:23:57.152Z Compiling futures v0.3.32
17402026-03-14T20:23:57.251Z Compiling slog-term v2.9.2
17412026-03-14T20:24:03.972Z Compiling rustls-webpki v0.103.9
17422026-03-14T20:24:08.028Z Compiling tokio-rustls v0.26.4
17432026-03-14T20:24:08.028Z Compiling rustls-platform-verifier v0.6.2
17442026-03-14T20:24:08.284Z Compiling hyper-rustls v0.27.7
17452026-03-14T20:24:08.545Z Compiling reqwest v0.13.2
17462026-03-14T20:24:08.545Z Compiling reqwest v0.12.28
17472026-03-14T20:24:11.512Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-14T20:24:11.783Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-14T20:24:15.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17502026-03-14T20:24:15.776Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-14T20:24:15.839ZMar 14 20:24:14.361 INFO Starting download, target: TransceiverControl
17522026-03-14T20:24:15.839ZMar 14 20:24:14.362 INFO Starting download, target: Clickhouse
17532026-03-14T20:24:15.839ZMar 14 20:24:14.362 INFO Starting download, target: MaghemiteMgd
17542026-03-14T20:24:15.839ZMar 14 20:24:14.362 INFO Starting download, target: Console
17552026-03-14T20:24:15.842ZMar 14 20:24:14.362 INFO Starting download, target: Cockroach
17562026-03-14T20:24:15.842ZMar 14 20:24:14.362 INFO Starting download, target: DendriteStub
17572026-03-14T20:24:15.842ZMar 14 20:24:14.362 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-03-14T20:24:15.842ZMar 14 20:24:14.362 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17592026-03-14T20:24:15.842ZMar 14 20:24:14.362 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-03-14T20:24:15.842ZMar 14 20:24:14.362 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17612026-03-14T20:24:15.842ZMar 14 20:24:14.362 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-03-14T20:24:15.842ZMar 14 20:24:14.362 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-03-14T20:24:16.212ZMar 14 20:24:14.726 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-14T20:24:16.536ZMar 14 20:24:15.058 INFO Download complete, target: TransceiverControl
17652026-03-14T20:24:16.895ZMar 14 20:24:15.418 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-14T20:24:17.272ZMar 14 20:24:15.794 INFO Download complete, target: Console
17672026-03-14T20:24:17.551ZMar 14 20:24:16.070 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-14T20:24:17.656ZMar 14 20:24:16.177 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-14T20:24:17.685ZMar 14 20:24:16.208 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-14T20:24:18.191ZMar 14 20:24:16.713 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-14T20:24:18.191ZMar 14 20:24:16.713 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-14T20:24:21.193ZMar 14 20:24:19.716 INFO Download complete, target: DendriteStub
17732026-03-14T20:24:21.265ZMar 14 20:24:19.787 INFO Download complete, target: MaghemiteMgd
17742026-03-14T20:24:25.901ZMar 14 20:24:24.424 INFO Checking that binary works, target: Cockroach
17752026-03-14T20:24:26.017ZMar 14 20:24:24.539 INFO Download complete, target: Cockroach
17762026-03-14T20:24:28.857ZMar 14 20:24:27.379 INFO Checking that binary works, target: Clickhouse
17772026-03-14T20:24:29.033ZMar 14 20:24:27.553 INFO Download complete, target: Clickhouse
17782026-03-14T20:24:29.050ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-14T20:24:29.052Z
17802026-03-14T20:24:29.052Zreal 4:02.930176210
17812026-03-14T20:24:29.052Zuser 10:24.165042832
17822026-03-14T20:24:29.052Zsys 1:48.388837416
17832026-03-14T20:24:29.053Ztrap 0.330671646
17842026-03-14T20:24:29.053Ztflt 0.717779329
17852026-03-14T20:24:29.053Zdflt 0.577688390
17862026-03-14T20:24:29.053Zkflt 0.021567665
17872026-03-14T20:24:29.053Zlock 32:48.192100028
17882026-03-14T20:24:29.053Zslp 29:24.471252425
17892026-03-14T20:24:29.053Zlat 57.271329316
17902026-03-14T20:24:29.053Zstop 2:40.278842681
17912026-03-14T20:24:29.053Z+ banner clippy
17922026-03-14T20:24:29.056Z
17932026-03-14T20:24:29.056Z #### # # ##### ##### # #
17942026-03-14T20:24:29.056Z # # # # # # # # # #
17952026-03-14T20:24:29.056Z # # # # # # # #
17962026-03-14T20:24:29.056Z # # # ##### ##### #
17972026-03-14T20:24:29.056Z # # # # # # #
17982026-03-14T20:24:29.056Z #### ###### # # # #
17992026-03-14T20:24:29.056Z
18002026-03-14T20:24:29.056Z+ export CARGO_INCREMENTAL=0
18012026-03-14T20:24:29.056Z+ CARGO_INCREMENTAL=0
18022026-03-14T20:24:29.056Z+ ptime -m cargo xtask clippy
18032026-03-14T20:24:29.753Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-14T20:24:30.039Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-14T20:24:32.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
18062026-03-14T20:24:32.638Z Running `target/debug/xtask clippy`
18072026-03-14T20:24:32.672Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18082026-03-14T20:24:33.465Z Downloading crates ...
18092026-03-14T20:24:33.729Z Downloaded async-lock v3.4.2
18102026-03-14T20:24:33.747Z Downloaded guppy-workspace-hack v0.1.0
18112026-03-14T20:24:33.750Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18122026-03-14T20:24:33.750Z Downloaded cargo-platform v0.3.2
18132026-03-14T20:24:33.753Z Downloaded cast v0.3.0
18142026-03-14T20:24:33.753Z Downloaded nested v0.1.1
18152026-03-14T20:24:33.753Z Downloaded backtrace-ext v0.2.1
18162026-03-14T20:24:33.753Z Downloaded assert_cmd v2.1.2
18172026-03-14T20:24:33.756Z Downloaded assert-json-diff v2.0.2
18182026-03-14T20:24:33.756Z Downloaded approx v0.5.1
18192026-03-14T20:24:33.759Z Downloaded plotters-svg v0.3.7
18202026-03-14T20:24:33.759Z Downloaded addr2line v0.25.1
18212026-03-14T20:24:33.762Z Downloaded event-listener-strategy v0.5.4
18222026-03-14T20:24:33.762Z Downloaded async-object-pool v0.2.0
18232026-03-14T20:24:33.762Z Downloaded anes v0.1.6
18242026-03-14T20:24:33.765Z Downloaded linkme-impl v0.3.35
18252026-03-14T20:24:33.767Z Downloaded supports-color v2.1.0
18262026-03-14T20:24:33.767Z Downloaded similar-asserts v1.7.0
18272026-03-14T20:24:33.772Z Downloaded serde_regex v1.1.0
18282026-03-14T20:24:33.775Z Downloaded miette-derive v5.10.0
18292026-03-14T20:24:33.775Z Downloaded escape8259 v0.5.3
18302026-03-14T20:24:33.782Z Downloaded constant_time_eq v0.3.1
18312026-03-14T20:24:33.785Z Downloaded target-triple v1.0.0
18322026-03-14T20:24:33.785Z Downloaded pathdiff v0.2.3
18332026-03-14T20:24:33.785Z Downloaded parking v2.2.1
18342026-03-14T20:24:33.790Z Downloaded plotters-backend v0.3.7
18352026-03-14T20:24:33.800Z Downloaded supports-hyperlinks v2.1.0
18362026-03-14T20:24:33.802Z Downloaded terminal_size v0.1.17
18372026-03-14T20:24:33.807Z Downloaded rustc-demangle v0.1.27
18382026-03-14T20:24:33.810Z Downloaded tinytemplate v1.2.1
18392026-03-14T20:24:33.810Z Downloaded path-tree v0.8.3
18402026-03-14T20:24:33.813Z Downloaded futures-timer v3.0.3
18412026-03-14T20:24:33.813Z Downloaded termcolor v1.4.1
18422026-03-14T20:24:33.813Z Downloaded criterion-plot v0.6.0
18432026-03-14T20:24:33.816Z Downloaded cargo_metadata v0.23.1
18442026-03-14T20:24:33.816Z Downloaded supports-unicode v2.1.0
18452026-03-14T20:24:33.820Z Downloaded relative-path v1.9.3
18462026-03-14T20:24:33.820Z Downloaded owo-colors v3.5.0
18472026-03-14T20:24:33.820Z Downloaded linkme v0.3.35
18482026-03-14T20:24:33.823Z Downloaded concurrent-queue v2.5.0
18492026-03-14T20:24:33.826Z Downloaded stringmetrics v2.2.2
18502026-03-14T20:24:33.828Z Downloaded partial-io v0.5.4
18512026-03-14T20:24:33.832Z Downloaded target-spec v3.5.7
18522026-03-14T20:24:33.839Z Downloaded knuffel-derive v3.2.0
18532026-03-14T20:24:33.842Z Downloaded libtest-mimic v0.8.1
18542026-03-14T20:24:33.844Z Downloaded target-lexicon v0.13.3
18552026-03-14T20:24:33.844Z Downloaded oorandom v11.1.5
18562026-03-14T20:24:33.844Z Downloaded event-listener v5.4.1
18572026-03-14T20:24:33.848Z Downloaded rust-argon2 v2.1.0
18582026-03-14T20:24:33.852Z Downloaded datatest-stable v0.3.3
18592026-03-14T20:24:33.855Z Downloaded blake2b_simd v1.0.4
18602026-03-14T20:24:33.862Z Downloaded httptest v0.16.4
18612026-03-14T20:24:33.865Z Downloaded chumsky v0.9.3
18622026-03-14T20:24:33.871Z Downloaded toml v1.0.3+spec-1.1.0
18632026-03-14T20:24:33.877Z Downloaded trybuild v1.0.116
18642026-03-14T20:24:33.880Z Downloaded cfg-expr v0.20.6
18652026-03-14T20:24:33.883Z Downloaded textwrap v0.15.2
18662026-03-14T20:24:33.886Z Downloaded rstest v0.25.0
18672026-03-14T20:24:33.890Z Downloaded rand_distr v0.5.1
18682026-03-14T20:24:33.892Z Downloaded rstest_macros v0.25.0
18692026-03-14T20:24:33.895Z Downloaded knuffel v3.2.0
18702026-03-14T20:24:33.898Z Downloaded backtrace v0.3.76
18712026-03-14T20:24:33.902Z Downloaded miette v5.10.0
18722026-03-14T20:24:33.905Z Downloaded fancy-regex v0.14.0
18732026-03-14T20:24:33.923Z Downloaded hashbrown v0.14.5
18742026-03-14T20:24:33.926Z Downloaded guppy v0.17.25
18752026-03-14T20:24:33.931Z Downloaded plotters v0.3.7
18762026-03-14T20:24:33.936Z Downloaded criterion v0.7.0
18772026-03-14T20:24:33.954Z Downloaded gimli v0.32.3
18782026-03-14T20:24:34.052Z Downloaded httpmock v0.8.3
18792026-03-14T20:24:36.216Z Checking cfg-if v1.0.4
18802026-03-14T20:24:36.623Z Checking libc v0.2.180
18812026-03-14T20:24:36.626Z Checking serde_core v1.0.228
18822026-03-14T20:24:36.717Z Checking memchr v2.8.0
18832026-03-14T20:24:36.766Z Checking smallvec v1.15.1
18842026-03-14T20:24:36.818Z Checking log v0.4.29
18852026-03-14T20:24:36.818Z Checking itoa v1.0.17
18862026-03-14T20:24:36.920Z Checking zeroize v1.8.2
18872026-03-14T20:24:36.974Z Checking libm v0.2.16
18882026-03-14T20:24:37.040Z Checking scopeguard v1.2.0
18892026-03-14T20:24:37.096Z Checking stable_deref_trait v1.2.1
18902026-03-14T20:24:37.151Z Checking zmij v1.0.21
18912026-03-14T20:24:37.203Z Checking zerofrom v0.1.6
18922026-03-14T20:24:37.252Z Checking lock_api v0.4.14
18932026-03-14T20:24:37.294Z Checking errno v0.3.14
18942026-03-14T20:24:37.296Z Checking getrandom v0.2.17
18952026-03-14T20:24:37.387Z Checking yoke v0.8.1
18962026-03-14T20:24:37.438Z Checking percent-encoding v2.3.2
18972026-03-14T20:24:37.485Z Checking litemap v0.8.1
18982026-03-14T20:24:37.534Z Checking writeable v0.6.2
18992026-03-14T20:24:37.577Z Checking subtle v2.6.1
19002026-03-14T20:24:37.627Z Checking icu_properties_data v2.1.2
19012026-03-14T20:24:37.674Z Checking icu_normalizer_data v2.1.1
19022026-03-14T20:24:37.678Z Checking zerovec v0.11.5
19032026-03-14T20:24:37.765Z Checking zerotrie v0.2.3
19042026-03-14T20:24:37.815Z Checking form_urlencoded v1.2.2
19052026-03-14T20:24:37.818Z Checking rand_core v0.6.4
19062026-03-14T20:24:37.818Z Checking portable-atomic v1.13.1
19072026-03-14T20:24:37.953Z Checking utf8_iter v1.0.4
19082026-03-14T20:24:38.016Z Checking num-traits v0.2.19
19092026-03-14T20:24:38.016Z Checking pin-project-lite v0.2.17
19102026-03-14T20:24:38.120Z Checking zerocopy v0.8.40
19112026-03-14T20:24:38.167Z Checking critical-section v1.2.0
19122026-03-14T20:24:38.219Z Checking parking_lot_core v0.9.12
19132026-03-14T20:24:38.269Z Checking rand_core v0.10.0
19142026-03-14T20:24:38.340Z Checking signal-hook-registry v1.4.8
19152026-03-14T20:24:38.390Z Checking tinystr v0.8.2
19162026-03-14T20:24:38.482Z Checking potential_utf v0.1.4
19172026-03-14T20:24:38.532Z Checking parking_lot v0.12.5
19182026-03-14T20:24:38.535Z Checking once_cell v1.21.3
19192026-03-14T20:24:38.623Z Checking getrandom v0.4.1
19202026-03-14T20:24:38.670Z Checking icu_locale_core v2.1.1
19212026-03-14T20:24:38.722Z Checking icu_collections v2.1.1
19222026-03-14T20:24:38.815Z Checking mio v1.1.1
19232026-03-14T20:24:38.867Z Checking serde v1.0.228
19242026-03-14T20:24:38.867Z Checking bitflags v2.11.0
19252026-03-14T20:24:38.870Z Checking serde_json v1.0.149
19262026-03-14T20:24:39.008Z Checking typenum v1.19.0
19272026-03-14T20:24:39.122Z Checking socket2 v0.6.2
19282026-03-14T20:24:39.186Z Checking thiserror v2.0.18
19292026-03-14T20:24:39.240Z Checking iana-time-zone v0.1.65
19302026-03-14T20:24:39.361Z Checking allocator-api2 v0.2.21
19312026-03-14T20:24:39.414Z Checking semver v1.0.27
19322026-03-14T20:24:39.462Z Checking icu_provider v2.1.1
19332026-03-14T20:24:39.509Z Checking uuid v1.21.0
19342026-03-14T20:24:39.556Z Checking bytes v1.11.1
19352026-03-14T20:24:39.717Z Checking chrono v0.4.44
19362026-03-14T20:24:39.764Z Checking generic-array v0.14.7
19372026-03-14T20:24:39.812Z Checking icu_normalizer v2.1.1
19382026-03-14T20:24:39.812Z Checking icu_properties v2.1.2
19392026-03-14T20:24:39.932Z Checking futures-core v0.3.32
19402026-03-14T20:24:39.995Z Checking equivalent v1.0.2
19412026-03-14T20:24:40.150Z Checking const-oid v0.9.6
19422026-03-14T20:24:40.152Z Checking dyn-clone v1.0.20
19432026-03-14T20:24:40.245Z Checking tokio v1.49.0
19442026-03-14T20:24:40.293Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19452026-03-14T20:24:40.339Z Checking foldhash v0.2.0
19462026-03-14T20:24:40.429Z Checking crypto-common v0.1.7
19472026-03-14T20:24:40.569Z Checking hashbrown v0.16.1
19482026-03-14T20:24:40.620Z Checking block-buffer v0.10.4
19492026-03-14T20:24:40.722Z Checking futures-sink v0.3.32
19502026-03-14T20:24:40.872Z Checking rustix v1.1.3
19512026-03-14T20:24:40.922Z Checking byteorder v1.5.0
19522026-03-14T20:24:40.925Z Checking futures-channel v0.3.32
19532026-03-14T20:24:41.016Z Checking idna_adapter v1.2.1
19542026-03-14T20:24:41.205Z Checking idna v1.1.0
19552026-03-14T20:24:41.255Z Checking futures-io v0.3.32
19562026-03-14T20:24:41.258Z Checking digest v0.10.7
19572026-03-14T20:24:41.345Z Checking slab v0.4.12
19582026-03-14T20:24:41.347Z Checking futures-task v0.3.32
19592026-03-14T20:24:41.435Z Checking cpufeatures v0.2.17
19602026-03-14T20:24:41.548Z Checking url v2.5.8
19612026-03-14T20:24:41.597Z Checking indexmap v2.13.0
19622026-03-14T20:24:41.600Z Checking futures-util v0.3.32
19632026-03-14T20:24:41.637Z Checking thiserror v1.0.69
19642026-03-14T20:24:41.640Z Checking getrandom v0.3.4
19652026-03-14T20:24:41.796Z Checking fnv v1.0.7
19662026-03-14T20:24:41.944Z Checking regex-syntax v0.8.10
19672026-03-14T20:24:41.948Z Checking http v1.4.0
19682026-03-14T20:24:42.075Z Checking tracing-core v0.1.36
19692026-03-14T20:24:42.161Z Checking schemars v0.8.22
19702026-03-14T20:24:42.164Z Checking ppv-lite86 v0.2.21
19712026-03-14T20:24:42.402Z Checking base64 v0.22.1
19722026-03-14T20:24:42.527Z Checking tracing v0.1.44
19732026-03-14T20:24:42.667Z Checking unicode-ident v1.0.24
19742026-03-14T20:24:42.771Z Checking ipnet v2.11.0
19752026-03-14T20:24:42.823Z Checking anstyle v1.0.13
19762026-03-14T20:24:42.871Z Checking utf8parse v0.2.2
19772026-03-14T20:24:42.874Z Checking proc-macro2 v1.0.106
19782026-03-14T20:24:43.037Z Checking untrusted v0.9.0
19792026-03-14T20:24:43.099Z Checking anstyle-parse v0.2.7
19802026-03-14T20:24:43.150Z Checking aho-corasick v1.1.4
19812026-03-14T20:24:43.197Z Checking is_terminal_polyfill v1.70.2
19822026-03-14T20:24:43.243Z Checking ring v0.17.14
19832026-03-14T20:24:43.328Z Checking colorchoice v1.0.4
19842026-03-14T20:24:43.377Z Checking anstyle-query v1.1.5
19852026-03-14T20:24:43.380Z Checking quote v1.0.44
19862026-03-14T20:24:43.491Z Checking base64ct v1.8.3
19872026-03-14T20:24:43.539Z Checking anstream v0.6.21
19882026-03-14T20:24:43.686Z Checking syn v2.0.117
19892026-03-14T20:24:43.797Z Checking block-padding v0.3.3
19902026-03-14T20:24:43.847Z Checking terminal_size v0.4.3
19912026-03-14T20:24:43.850Z Checking rustls-pki-types v1.14.0
19922026-03-14T20:24:44.005Z Checking inout v0.1.4
19932026-03-14T20:24:44.052Z Checking crossbeam-utils v0.8.21
19942026-03-14T20:24:44.121Z Checking regex-automata v0.4.14
19952026-03-14T20:24:44.221Z Checking httparse v1.10.1
19962026-03-14T20:24:44.312Z Checking cipher v0.4.4
19972026-03-14T20:24:44.398Z Checking strsim v0.11.1
19982026-03-14T20:24:44.533Z Checking clap_lex v1.0.0
19992026-03-14T20:24:44.584Z Checking sha2 v0.10.9
20002026-03-14T20:24:44.636Z Checking pem-rfc7468 v0.7.0
20012026-03-14T20:24:44.639Z Checking http-body v1.0.1
20022026-03-14T20:24:44.726Z Checking tokio-util v0.7.18
20032026-03-14T20:24:44.776Z Checking rand_core v0.9.5
20042026-03-14T20:24:44.776Z Checking clap_builder v4.5.60
20052026-03-14T20:24:44.873Z Checking atomic-waker v1.1.2
20062026-03-14T20:24:44.921Z Checking hmac v0.12.1
20072026-03-14T20:24:44.972Z Checking httpdate v1.0.3
20082026-03-14T20:24:45.089Z Checking try-lock v0.2.5
20092026-03-14T20:24:45.141Z Checking ryu v1.0.23
20102026-03-14T20:24:45.144Z Checking flagset v0.4.7
20112026-03-14T20:24:45.248Z Checking want v0.3.1
20122026-03-14T20:24:45.299Z Checking tower-layer v0.3.3
20132026-03-14T20:24:45.351Z Checking pin-utils v0.1.0
20142026-03-14T20:24:45.398Z Checking tower-service v0.3.3
20152026-03-14T20:24:45.445Z Checking der v0.7.10
20162026-03-14T20:24:45.491Z Checking rand_chacha v0.9.0
20172026-03-14T20:24:45.539Z Checking erased-serde v0.3.31
20182026-03-14T20:24:45.587Z Checking spin v0.9.8
20192026-03-14T20:24:45.590Z Checking h2 v0.4.13
20202026-03-14T20:24:45.786Z Checking rand v0.9.2
20212026-03-14T20:24:45.857Z Checking anyhow v1.0.102
20222026-03-14T20:24:46.151Z Checking powerfmt v0.2.0
20232026-03-14T20:24:46.197Z Checking slog v2.8.2
20242026-03-14T20:24:46.390Z Checking deranged v0.5.8
20252026-03-14T20:24:46.449Z Checking num-conv v0.2.0
20262026-03-14T20:24:46.499Z Checking num_threads v0.1.7
20272026-03-14T20:24:46.502Z Checking clap v4.5.60
20282026-03-14T20:24:46.594Z Checking time-core v0.1.8
20292026-03-14T20:24:46.643Z Checking http-body-util v0.1.3
20302026-03-14T20:24:46.646Z Checking aws-lc-sys v0.37.1
20312026-03-14T20:24:46.735Z Checking untrusted v0.7.1
20322026-03-14T20:24:46.738Z Checking openssl-probe v0.2.1
20332026-03-14T20:24:46.828Z Checking fastrand v2.3.0
20342026-03-14T20:24:46.913Z Checking regex v1.12.3
20352026-03-14T20:24:46.967Z Checking spki v0.7.3
20362026-03-14T20:24:46.970Z Checking serde_urlencoded v0.7.1
20372026-03-14T20:24:47.059Z Checking pbkdf2 v0.12.2
20382026-03-14T20:24:47.106Z Checking aes v0.8.4
20392026-03-14T20:24:47.213Z Checking rand_chacha v0.3.1
20402026-03-14T20:24:47.262Z Checking pretty-hex v0.4.1
20412026-03-14T20:24:47.318Z Checking unicode-width v0.2.0
20422026-03-14T20:24:47.368Z Checking cbc v0.1.2
20432026-03-14T20:24:47.434Z Checking aws-lc-rs v1.16.0
20442026-03-14T20:24:47.482Z Checking salsa20 v0.10.2
20452026-03-14T20:24:47.530Z Checking rand v0.8.5
20462026-03-14T20:24:47.581Z Checking ipnetwork v0.21.1
20472026-03-14T20:24:47.683Z Checking tempfile v3.25.0
20482026-03-14T20:24:47.732Z Checking hex v0.4.3
20492026-03-14T20:24:47.735Z Checking time v0.3.47
20502026-03-14T20:24:47.735Z Checking scrypt v0.11.0
20512026-03-14T20:24:47.896Z Checking plain v0.2.3
20522026-03-14T20:24:47.978Z Checking rustls-native-certs v0.8.3
20532026-03-14T20:24:48.027Z Checking pkcs5 v0.7.1
20542026-03-14T20:24:48.075Z Checking sync_wrapper v1.0.2
20552026-03-14T20:24:48.078Z Checking camino v1.2.2
20562026-03-14T20:24:48.178Z Checking ucd-trie v0.1.7
20572026-03-14T20:24:48.240Z Checking tower v0.5.3
20582026-03-14T20:24:48.291Z Checking webpki-roots v1.0.6
20592026-03-14T20:24:48.382Z Checking pest v2.8.6
20602026-03-14T20:24:48.431Z Checking pkcs8 v0.10.2
20612026-03-14T20:24:48.479Z Checking iri-string v0.7.10
20622026-03-14T20:24:48.529Z Checking mime v0.3.17
20632026-03-14T20:24:48.642Z Checking rustls-webpki v0.103.9
20642026-03-14T20:24:48.698Z Checking either v1.15.0
20652026-03-14T20:24:48.792Z Checking openapiv3 v2.2.0
20662026-03-14T20:24:48.795Z Checking winnow v0.7.14
20672026-03-14T20:24:48.985Z Checking oxnet v0.1.4
20682026-03-14T20:24:49.246Z Checking rustls v0.23.37
20692026-03-14T20:24:49.249Z Checking hyper v1.8.1
20702026-03-14T20:24:49.341Z Checking lazy_static v1.5.0
20712026-03-14T20:24:49.439Z Checking foreign-types-shared v0.1.1
20722026-03-14T20:24:49.493Z Checking static_assertions v1.1.0
20732026-03-14T20:24:49.582Z Checking foreign-types v0.3.2
20742026-03-14T20:24:49.631Z Checking signature v2.2.0
20752026-03-14T20:24:49.708Z Checking openssl-sys v0.9.111
20762026-03-14T20:24:49.831Z Checking encoding_rs v0.8.35
20772026-03-14T20:24:49.880Z Checking simd-adler32 v0.3.8
20782026-03-14T20:24:49.993Z Checking tower-http v0.6.8
20792026-03-14T20:24:50.145Z Checking hubpack v0.1.2
20802026-03-14T20:24:50.386Z Checking openssl v0.10.75
20812026-03-14T20:24:50.435Z Checking adler2 v2.0.1
20822026-03-14T20:24:50.438Z Checking strum v0.26.3
20832026-03-14T20:24:50.529Z Checking sha1 v0.10.6
20842026-03-14T20:24:50.577Z Checking hyper-util v0.1.20
20852026-03-14T20:24:50.626Z Checking data-encoding v2.10.0
20862026-03-14T20:24:50.629Z Checking tinyvec_macros v0.1.1
20872026-03-14T20:24:50.718Z Checking miniz_oxide v0.8.9
20882026-03-14T20:24:50.768Z Checking serde_spanned v0.6.9
20892026-03-14T20:24:50.816Z Checking tinyvec v1.10.0
20902026-03-14T20:24:50.964Z Checking toml_datetime v0.6.11
20912026-03-14T20:24:51.023Z Checking num-integer v0.1.46
20922026-03-14T20:24:51.175Z Checking scroll v0.13.0
20932026-03-14T20:24:51.223Z Checking memmap2 v0.9.10
20942026-03-14T20:24:51.271Z Checking base16ct v0.2.0
20952026-03-14T20:24:51.274Z Checking bit-vec v0.8.0
20962026-03-14T20:24:51.364Z Checking dtrace-parser v0.3.0
20972026-03-14T20:24:51.465Z Checking crossbeam-epoch v0.9.18
20982026-03-14T20:24:51.468Z Checking sec1 v0.7.3
20992026-03-14T20:24:51.558Z Checking goblin v0.10.5
21002026-03-14T20:24:51.610Z Checking bit-set v0.8.0
21012026-03-14T20:24:51.714Z Checking crc32fast v1.5.0
21022026-03-14T20:24:51.795Z Checking ff v0.13.1
21032026-03-14T20:24:51.845Z Checking thread-id v5.1.0
21042026-03-14T20:24:51.848Z Checking wait-timeout v0.2.1
21052026-03-14T20:24:51.936Z Checking num-iter v0.1.45
21062026-03-14T20:24:51.983Z Checking bstr v1.12.1
21072026-03-14T20:24:52.032Z Checking group v0.13.0
21082026-03-14T20:24:52.080Z Checking hkdf v0.12.4
21092026-03-14T20:24:52.128Z Checking ahash v0.8.12
21102026-03-14T20:24:52.254Z Checking crypto-bigint v0.5.5
21112026-03-14T20:24:52.257Z Checking quick-error v1.2.3
21122026-03-14T20:24:52.349Z Checking rand_xorshift v0.4.0
21132026-03-14T20:24:52.420Z Checking rusty-fork v0.3.1
21142026-03-14T20:24:52.423Z Checking scroll v0.12.0
21152026-03-14T20:24:52.527Z Checking tokio-rustls v0.26.4
21162026-03-14T20:24:52.577Z Checking unarray v0.1.4
21172026-03-14T20:24:52.580Z Checking num-bigint-dig v0.8.6
21182026-03-14T20:24:52.690Z Checking pkcs1 v0.7.5
21192026-03-14T20:24:52.744Z Checking proptest v1.10.0
21202026-03-14T20:24:52.822Z Checking goblin v0.8.2
21212026-03-14T20:24:52.877Z Checking hyper-rustls v0.27.7
21222026-03-14T20:24:53.008Z Checking x509-cert v0.2.5
21232026-03-14T20:24:53.179Z Checking zerocopy v0.7.35
21242026-03-14T20:24:53.281Z Checking native-tls v0.2.18
21252026-03-14T20:24:53.549Z Checking tokio-native-tls v0.3.1
21262026-03-14T20:24:53.682Z Checking elliptic-curve v0.13.8
21272026-03-14T20:24:53.785Z Checking hyper-tls v0.6.0
21282026-03-14T20:24:53.834Z Checking unicode-segmentation v1.12.0
21292026-03-14T20:24:53.908Z Checking zlib-rs v0.6.2
21302026-03-14T20:24:53.955Z Checking psl-types v2.0.11
21312026-03-14T20:24:54.038Z Checking reqwest v0.12.28
21322026-03-14T20:24:54.134Z Checking rsa v0.9.10
21332026-03-14T20:24:54.182Z Checking publicsuffix v2.3.0
21342026-03-14T20:24:54.289Z Checking crossbeam-deque v0.8.6
21352026-03-14T20:24:54.420Z Checking dtrace-parser v0.2.0
21362026-03-14T20:24:54.548Z Checking cookie v0.18.1
21372026-03-14T20:24:54.762Z Checking rfc6979 v0.4.0
21382026-03-14T20:24:54.813Z Checking thread-id v4.2.2
21392026-03-14T20:24:54.862Z Checking dof v0.4.0
21402026-03-14T20:24:54.909Z Checking toml_write v0.1.2
21412026-03-14T20:24:54.958Z Checking ecdsa v0.16.9
21422026-03-14T20:24:54.961Z Checking cookie_store v0.22.1
21432026-03-14T20:24:55.168Z Checking toml_edit v0.22.27
21442026-03-14T20:24:55.219Z Checking flate2 v1.1.9
21452026-03-14T20:24:55.222Z Checking rustls-platform-verifier v0.6.2
21462026-03-14T20:24:55.318Z Checking newtype-uuid v1.3.2
21472026-03-14T20:24:55.444Z Checking toml_parser v1.0.9+spec-1.1.0
21482026-03-14T20:24:55.495Z Checking curve25519-dalek v4.1.3
21492026-03-14T20:24:55.497Z Checking memoffset v0.9.1
21502026-03-14T20:24:55.585Z Checking dof v0.3.0
21512026-03-14T20:24:55.633Z Checking rustix v0.38.44
21522026-03-14T20:24:55.681Z Checking env_filter v1.0.0
21532026-03-14T20:24:55.684Z Checking keccak v0.1.6
21542026-03-14T20:24:55.773Z Checking usdt-impl v0.6.0
21552026-03-14T20:24:55.917Z Checking daft v0.1.5
21562026-03-14T20:24:55.966Z Checking sha3 v0.10.8
21572026-03-14T20:24:55.968Z Checking env_logger v0.11.9
21582026-03-14T20:24:56.057Z Checking usdt-impl v0.5.0
21592026-03-14T20:24:56.164Z Checking usdt v0.6.0
21602026-03-14T20:24:56.260Z Checking reqwest v0.13.2
21612026-03-14T20:24:56.308Z Checking ed25519 v2.2.3
21622026-03-14T20:24:56.311Z Checking itertools v0.13.0
21632026-03-14T20:24:56.405Z Checking serde_with v3.17.0
21642026-03-14T20:24:56.453Z Checking siphasher v1.0.2
21652026-03-14T20:24:56.570Z Checking bitflags v1.3.2
21662026-03-14T20:24:56.624Z Checking ed25519-dalek v2.2.0
21672026-03-14T20:24:56.698Z Checking unicode-normalization v0.1.25
21682026-03-14T20:24:56.701Z Checking signal-hook v0.3.18
21692026-03-14T20:24:56.791Z Checking toml_datetime v0.7.5+spec-1.1.0
21702026-03-14T20:24:56.839Z Checking winnow v0.5.40
21712026-03-14T20:24:56.958Z Checking managed v0.8.0
21722026-03-14T20:24:57.024Z Checking nix v0.31.1
21732026-03-14T20:24:57.088Z Checking rayon-core v1.13.0
21742026-03-14T20:24:57.247Z Checking bzip2-sys v0.1.13+1.0.8
21752026-03-14T20:24:57.294Z Checking object v0.37.3
21762026-03-14T20:24:57.390Z Checking foldhash v0.1.5
21772026-03-14T20:24:57.440Z Checking bzip2 v0.4.4
21782026-03-14T20:24:57.555Z Checking signal-hook-mio v0.2.5
21792026-03-14T20:24:57.607Z Checking hashbrown v0.15.5
21802026-03-14T20:24:57.705Z Checking ref-cast v1.0.25
21812026-03-14T20:24:57.753Z Checking zstd-sys v2.0.16+zstd.1.5.7
21822026-03-14T20:24:57.803Z Checking zip v0.6.6
21832026-03-14T20:24:57.868Z Checking libbz2-rs-sys v0.2.2
21842026-03-14T20:24:57.936Z Checking zstd-safe v7.2.4
21852026-03-14T20:24:58.190Z Checking bumpalo v3.20.2
21862026-03-14T20:24:58.266Z Checking zstd v0.13.3
21872026-03-14T20:24:58.314Z Checking crossterm v0.28.1
21882026-03-14T20:24:58.418Z Checking bzip2 v0.6.1
21892026-03-14T20:24:58.469Z Checking rayon v1.11.0
21902026-03-14T20:24:58.516Z Checking zopfli v0.8.3
21912026-03-14T20:24:58.520Z Checking toml_edit v0.19.15
21922026-03-14T20:24:58.520Z Checking similar v2.7.0
21932026-03-14T20:24:58.653Z Checking fs-err v3.3.0
21942026-03-14T20:24:58.701Z Checking hash32 v0.2.1
21952026-03-14T20:24:58.943Z Checking serde-big-array v0.5.1
21962026-03-14T20:24:58.991Z Checking jiff v0.2.21
21972026-03-14T20:24:59.071Z Checking unicode-properties v0.1.4
21982026-03-14T20:24:59.147Z Checking predicates-core v1.0.10
21992026-03-14T20:24:59.150Z Checking unicode-bidi v0.3.18
22002026-03-14T20:24:59.310Z Checking heapless v0.7.17
22012026-03-14T20:24:59.361Z Checking hickory-proto v0.25.2
22022026-03-14T20:24:59.361Z Checking tokio-stream v0.1.18
22032026-03-14T20:24:59.617Z Checking stringprep v0.1.5
22042026-03-14T20:24:59.854Z Checking md-5 v0.10.6
22052026-03-14T20:24:59.911Z Checking float-cmp v0.10.0
22062026-03-14T20:24:59.959Z Checking normalize-line-endings v0.3.0
22072026-03-14T20:25:00.025Z Checking toml v0.7.8
22082026-03-14T20:25:00.074Z Checking rustc-hash v2.1.1
22092026-03-14T20:25:00.122Z Checking difflib v0.4.0
22102026-03-14T20:25:00.125Z Checking fallible-iterator v0.2.0
22112026-03-14T20:25:00.255Z Checking iddqd v0.3.17
22122026-03-14T20:25:00.386Z Checking predicates v3.1.4
22132026-03-14T20:25:00.487Z Checking smoltcp v0.9.1
22142026-03-14T20:25:00.552Z Checking phf_shared v0.13.1
22152026-03-14T20:25:00.600Z Checking postgres-protocol v0.6.10
22162026-03-14T20:25:00.603Z Checking phf_shared v0.11.3
22172026-03-14T20:25:00.820Z Checking itertools v0.12.1
22182026-03-14T20:25:00.869Z Checking console v0.16.2
22192026-03-14T20:25:00.872Z Checking buf-list v1.1.2
22202026-03-14T20:25:01.041Z Checking strum v0.27.2
22212026-03-14T20:25:01.189Z Checking fixedbitset v0.4.2
22222026-03-14T20:25:01.237Z Checking precomputed-hash v0.1.1
22232026-03-14T20:25:01.303Z Checking unit-prefix v0.5.2
22242026-03-14T20:25:01.351Z Checking fixedbitset v0.5.7
22252026-03-14T20:25:01.399Z Checking lalrpop-util v0.19.12
22262026-03-14T20:25:01.448Z Checking new_debug_unreachable v1.0.6
22272026-03-14T20:25:01.451Z Checking petgraph v0.6.5
22282026-03-14T20:25:01.537Z Checking indicatif v0.18.4
22292026-03-14T20:25:01.587Z Checking string_cache v0.8.9
22302026-03-14T20:25:01.638Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22312026-03-14T20:25:01.642Z Checking petgraph v0.8.3
22322026-03-14T20:25:01.838Z Checking postgres-types v0.2.12
22332026-03-14T20:25:02.074Z Checking phf v0.13.1
22342026-03-14T20:25:02.146Z Checking zip v4.6.1
22352026-03-14T20:25:02.243Z Checking zone v0.3.1
22362026-03-14T20:25:02.298Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22372026-03-14T20:25:02.345Z Checking whoami v2.1.0
22382026-03-14T20:25:02.637Z Checking peg-runtime v0.8.5
22392026-03-14T20:25:02.695Z Checking tokio-postgres v0.7.16
22402026-03-14T20:25:02.862Z Checking futures-executor v0.3.32
22412026-03-14T20:25:02.914Z Checking is-terminal v0.4.17
22422026-03-14T20:25:02.963Z Checking crossbeam-channel v0.5.15
22432026-03-14T20:25:03.065Z Compiling structmeta-derive v0.3.0
22442026-03-14T20:25:03.112Z Checking futures v0.3.32
22452026-03-14T20:25:03.223Z Checking thread_local v1.1.9
22462026-03-14T20:25:03.275Z Checking take_mut v0.2.2
22472026-03-14T20:25:03.321Z Checking term v1.2.1
22482026-03-14T20:25:03.440Z Compiling newtype-uuid-macros v0.1.0
22492026-03-14T20:25:03.487Z Compiling rustls v0.22.4
22502026-03-14T20:25:03.490Z Checking slog-async v2.8.0
22512026-03-14T20:25:03.647Z Checking slog-term v2.9.2
22522026-03-14T20:25:03.791Z Checking regress v0.10.5
22532026-03-14T20:25:03.852Z Compiling multer v3.1.0
22542026-03-14T20:25:03.937Z Compiling async-stream-impl v0.3.6
22552026-03-14T20:25:04.027Z Compiling dropshot v0.16.7
22562026-03-14T20:25:04.225Z Compiling dropshot_endpoint v0.16.7
22572026-03-14T20:25:04.393Z Checking match_cfg v0.1.0
22582026-03-14T20:25:04.442Z Checking slog-json v2.6.1
22592026-03-14T20:25:04.493Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-03-14T20:25:04.540Z Checking hostname v0.3.1
22612026-03-14T20:25:04.587Z Compiling structmeta v0.3.0
22622026-03-14T20:25:04.678Z Checking debug-ignore v1.0.5
22632026-03-14T20:25:04.726Z Checking slog-bunyan v2.5.0
22642026-03-14T20:25:04.775Z Checking serde_spanned v1.0.4
22652026-03-14T20:25:04.868Z Checking toml_writer v1.0.6+spec-1.1.0
22662026-03-14T20:25:04.916Z Checking rustls-webpki v0.102.8
22672026-03-14T20:25:04.919Z Compiling derive-ex v0.1.8
22682026-03-14T20:25:05.013Z Checking serde_path_to_error v0.1.20
22692026-03-14T20:25:05.066Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702026-03-14T20:25:05.113Z Checking progenitor-client v0.13.0
22712026-03-14T20:25:05.162Z Checking toml v0.9.12+spec-1.1.0
22722026-03-14T20:25:05.422Z Checking async-stream v0.3.6
22732026-03-14T20:25:05.605Z Checking waitgroup v0.1.2
22742026-03-14T20:25:05.652Z Checking rustls-pemfile v2.2.0
22752026-03-14T20:25:05.761Z Checking hostname v0.4.2
22762026-03-14T20:25:05.810Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-03-14T20:25:05.818Z Compiling parse-display-derive v0.10.0
22782026-03-14T20:25:05.903Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22792026-03-14T20:25:05.950Z Checking itertools v0.14.0
22802026-03-14T20:25:06.012Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22812026-03-14T20:25:06.061Z Checking macaddr v1.0.1
22822026-03-14T20:25:06.108Z Checking progenitor-client v0.10.0
22832026-03-14T20:25:06.331Z Checking instant v0.1.13
22842026-03-14T20:25:06.429Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22852026-03-14T20:25:06.480Z Checking backoff v0.4.0
22862026-03-14T20:25:06.562Z Checking backon v1.6.0
22872026-03-14T20:25:06.653Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22882026-03-14T20:25:06.792Z Checking heck v0.5.0
22892026-03-14T20:25:06.838Z Checking progenitor-extras v0.1.1
22902026-03-14T20:25:06.989Z Checking camino-tempfile v1.4.1
22912026-03-14T20:25:07.154Z Checking toml v0.8.23
22922026-03-14T20:25:07.312Z Compiling convert_case v0.4.0
22932026-03-14T20:25:07.364Z Compiling test-strategy v0.4.5
22942026-03-14T20:25:07.443Z Compiling unsafe-libyaml v0.2.11
22952026-03-14T20:25:07.525Z Checking tokio-rustls v0.25.0
22962026-03-14T20:25:07.666Z Checking secrecy v0.10.3
22972026-03-14T20:25:07.896Z Compiling toml_edit v0.23.10+spec-1.0.0
22982026-03-14T20:25:07.942Z Compiling derive_more v0.99.20
22992026-03-14T20:25:08.199Z Checking parse-display v0.10.0
23002026-03-14T20:25:08.426Z Compiling serde_yaml v0.9.34+deprecated
23012026-03-14T20:25:08.541Z Compiling crucible-workspace-hack v0.1.0
23022026-03-14T20:25:08.806Z Compiling proc-macro-crate v3.4.0
23032026-03-14T20:25:09.062Z Compiling typify-impl v0.6.1
23042026-03-14T20:25:09.500Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23052026-03-14T20:25:09.737Z Checking half v2.7.1
23062026-03-14T20:25:10.029Z Checking ciborium-io v0.2.2
23072026-03-14T20:25:10.125Z Checking glob v0.3.3
23082026-03-14T20:25:10.183Z Checking ciborium-ll v0.2.2
23092026-03-14T20:25:10.402Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23102026-03-14T20:25:10.455Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23112026-03-14T20:25:10.458Z Compiling heapless v0.8.0
23122026-03-14T20:25:10.548Z Checking ciborium v0.2.2
23132026-03-14T20:25:10.771Z Compiling ingot-macros v0.1.1
23142026-03-14T20:25:11.111Z Checking tabwriter v1.4.1
23152026-03-14T20:25:11.159Z Checking hash32 v0.3.1
23162026-03-14T20:25:11.162Z Compiling smoltcp v0.11.0
23172026-03-14T20:25:11.251Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23182026-03-14T20:25:11.332Z Compiling num_enum_derive v0.7.5
23192026-03-14T20:25:11.580Z Checking cobs v0.3.0
23202026-03-14T20:25:11.629Z Compiling foreign-types-macros v0.2.3
23212026-03-14T20:25:11.740Z Checking foreign-types-shared v0.3.1
23222026-03-14T20:25:11.805Z Checking cpufeatures v0.3.0
23232026-03-14T20:25:11.891Z Checking postcard v1.1.3
23242026-03-14T20:25:11.937Z Checking chacha20 v0.10.0
23252026-03-14T20:25:12.423Z Compiling proc-macro-crate v1.3.1
23262026-03-14T20:25:12.469Z Checking foreign-types v0.5.0
23272026-03-14T20:25:12.560Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23282026-03-14T20:25:12.636Z Checking cstr-argument v0.1.2
23292026-03-14T20:25:12.809Z Checking num_enum v0.7.5
23302026-03-14T20:25:12.856Z Checking sigpipe v0.1.3
23312026-03-14T20:25:12.904Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23322026-03-14T20:25:12.993Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23332026-03-14T20:25:12.997Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23342026-03-14T20:25:13.086Z Checking colored v3.1.1
23352026-03-14T20:25:13.391Z Compiling num_enum_derive v0.5.11
23362026-03-14T20:25:13.437Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23372026-03-14T20:25:13.450Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-03-14T20:25:13.526Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23392026-03-14T20:25:13.676Z Checking rand v0.10.0
23402026-03-14T20:25:13.680Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23412026-03-14T20:25:13.767Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23422026-03-14T20:25:13.771Z Checking indent_write v2.2.0
23432026-03-14T20:25:13.971Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23442026-03-14T20:25:14.153Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23452026-03-14T20:25:14.236Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23462026-03-14T20:25:14.348Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23472026-03-14T20:25:14.446Z Checking smf v0.2.3
23482026-03-14T20:25:14.677Z Compiling num-derive v0.4.2
23492026-03-14T20:25:14.718Z Checking ingot-types v0.1.2
23502026-03-14T20:25:14.724Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23512026-03-14T20:25:14.814Z Checking num_enum v0.5.11
23522026-03-14T20:25:14.820Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23532026-03-14T20:25:14.981Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23542026-03-14T20:25:15.086Z Checking whoami v1.6.1
23552026-03-14T20:25:15.147Z Checking universal-hash v0.5.1
23562026-03-14T20:25:15.238Z Checking ingot v0.1.1
23572026-03-14T20:25:15.342Z Checking opaque-debug v0.3.1
23582026-03-14T20:25:15.392Z Checking aead v0.5.2
23592026-03-14T20:25:15.469Z Checking swrite v0.1.0
23602026-03-14T20:25:15.518Z Checking poly1305 v0.8.0
23612026-03-14T20:25:15.521Z Checking chacha20 v0.9.1
23622026-03-14T20:25:15.614Z Checking unicode-width v0.1.14
23632026-03-14T20:25:15.656Z Compiling typify-macro v0.6.1
23642026-03-14T20:25:15.704Z Compiling thiserror-impl-no-std v2.0.2
23652026-03-14T20:25:15.851Z Checking password-hash v0.5.0
23662026-03-14T20:25:15.901Z Checking blake2 v0.10.6
23672026-03-14T20:25:15.904Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23682026-03-14T20:25:15.992Z Checking chacha20poly1305 v0.10.1
23692026-03-14T20:25:16.187Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23702026-03-14T20:25:16.190Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23712026-03-14T20:25:16.280Z Checking argon2 v0.5.3
23722026-03-14T20:25:16.283Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23732026-03-14T20:25:16.595Z Compiling usdt-macro v0.5.0
23742026-03-14T20:25:16.644Z Compiling usdt-attr-macro v0.5.0
23752026-03-14T20:25:16.689Z Checking memmap v0.7.0
23762026-03-14T20:25:16.754Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23772026-03-14T20:25:16.899Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23782026-03-14T20:25:17.222Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23792026-03-14T20:25:17.319Z Checking thiserror-no-std v2.0.2
23802026-03-14T20:25:17.371Z Compiling derive-where v1.6.0
23812026-03-14T20:25:17.469Z Checking vsss-rs v3.3.4
23822026-03-14T20:25:17.553Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23832026-03-14T20:25:17.626Z Checking atomicwrites v0.4.4
23842026-03-14T20:25:17.754Z Checking usdt v0.5.0
23852026-03-14T20:25:17.827Z Checking console v0.15.11
23862026-03-14T20:25:18.006Z Checking tokio-dtrace v0.1.1
23872026-03-14T20:25:18.104Z Compiling typify v0.6.1
23882026-03-14T20:25:18.291Z Compiling progenitor-impl v0.13.0
23892026-03-14T20:25:18.332Z Checking oxide-tokio-rt v0.1.3
23902026-03-14T20:25:18.332Z Checking newline-converter v0.3.0
23912026-03-14T20:25:18.511Z Checking expectorate v1.2.0
23922026-03-14T20:25:18.558Z Compiling prettyplease v0.2.37
23932026-03-14T20:25:18.633Z Checking bytecount v0.6.9
23942026-03-14T20:25:18.730Z Compiling owo-colors v4.3.0
23952026-03-14T20:25:18.801Z Compiling cancel-safe-futures v0.1.5
23962026-03-14T20:25:18.921Z Checking libsw-core v0.3.2
23972026-03-14T20:25:19.153Z Checking libsw v3.5.0
23982026-03-14T20:25:19.156Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23992026-03-14T20:25:19.248Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24002026-03-14T20:25:19.385Z Checking same-file v1.0.6
24012026-03-14T20:25:19.388Z Checking linear-map v1.2.0
24022026-03-14T20:25:19.570Z Checking walkdir v2.5.0
24032026-03-14T20:25:19.618Z Checking num-rational v0.4.2
24042026-03-14T20:25:19.665Z Checking num-complex v0.4.6
24052026-03-14T20:25:19.712Z Checking float-ord v0.3.2
24062026-03-14T20:25:19.816Z Checking gethostname v0.5.0
24072026-03-14T20:25:20.035Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24082026-03-14T20:25:20.109Z Compiling async-recursion v1.1.1
24092026-03-14T20:25:20.185Z Checking num v0.4.3
24102026-03-14T20:25:20.332Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24112026-03-14T20:25:20.334Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24122026-03-14T20:25:20.565Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24132026-03-14T20:25:21.292Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24142026-03-14T20:25:22.013Z Compiling progenitor-macro v0.13.0
24152026-03-14T20:25:22.450Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24162026-03-14T20:25:23.801Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24172026-03-14T20:25:24.129Z Checking smawk v0.3.2
24182026-03-14T20:25:24.176Z Checking unicode-linebreak v0.1.5
24192026-03-14T20:25:24.331Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24202026-03-14T20:25:24.379Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24212026-03-14T20:25:24.536Z Checking globset v0.4.18
24222026-03-14T20:25:25.085Z Compiling convert_case v0.10.0
24232026-03-14T20:25:25.783Z Compiling slog-dtrace v0.3.0
24242026-03-14T20:25:26.060Z Checking resolv-conf v0.7.6
24252026-03-14T20:25:26.251Z Compiling derive_more-impl v2.1.1
24262026-03-14T20:25:26.530Z Compiling pin-project-internal v1.1.11
24272026-03-14T20:25:26.667Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24282026-03-14T20:25:26.715Z Checking pem v3.0.6
24292026-03-14T20:25:26.955Z Checking fd-lock v4.0.4
24302026-03-14T20:25:27.003Z Checking vte v0.14.1
24312026-03-14T20:25:27.148Z Checking display-error-chain v0.2.2
24322026-03-14T20:25:27.238Z Checking strip-ansi-escapes v0.2.1
24332026-03-14T20:25:27.341Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24342026-03-14T20:25:27.389Z Checking derive_more v2.1.1
24352026-03-14T20:25:27.392Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24362026-03-14T20:25:27.479Z Compiling snafu-derive v0.8.9
24372026-03-14T20:25:27.542Z Checking crossterm v0.29.0
24382026-03-14T20:25:27.589Z Checking nu-ansi-term v0.50.3
24392026-03-14T20:25:27.913Z Checking linked-hash-map v0.5.6
24402026-03-14T20:25:28.087Z Checking pin-project v1.1.11
24412026-03-14T20:25:28.180Z Checking termtree v0.5.1
24422026-03-14T20:25:28.247Z Checking lru-cache v0.1.2
24432026-03-14T20:25:28.296Z Checking reedline v0.40.0
24442026-03-14T20:25:28.371Z Checking textwrap v0.16.2
24452026-03-14T20:25:28.418Z Checking olpc-cjson v0.1.4
24462026-03-14T20:25:28.465Z Checking hickory-proto v0.24.4
24472026-03-14T20:25:28.693Z Checking serde_plain v1.0.2
24482026-03-14T20:25:28.920Z Compiling minimal-lexical v0.2.1
24492026-03-14T20:25:29.178Z Checking progenitor v0.13.0
24502026-03-14T20:25:29.296Z Checking typed-path v0.9.3
24512026-03-14T20:25:29.388Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24522026-03-14T20:25:29.896Z Compiling nom v7.1.3
24532026-03-14T20:25:30.210Z Checking snafu v0.8.9
24542026-03-14T20:25:30.426Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24552026-03-14T20:25:30.566Z Checking tough v0.20.0
24562026-03-14T20:25:30.958Z Checking nibble_vec v0.1.0
24572026-03-14T20:25:31.163Z Checking endian-type v0.1.2
24582026-03-14T20:25:31.210Z Checking hickory-resolver v0.24.4
24592026-03-14T20:25:31.372Z Checking radix_trie v0.2.1
24602026-03-14T20:25:31.689Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24612026-03-14T20:25:31.768Z Compiling ar_archive_writer v0.5.1
24622026-03-14T20:25:32.212Z Checking humantime v2.3.0
24632026-03-14T20:25:32.329Z Checking qorb v0.4.1
24642026-03-14T20:25:32.485Z Checking csv-core v0.1.13
24652026-03-14T20:25:32.488Z Checking base64 v0.21.7
24662026-03-14T20:25:32.795Z Checking csv v1.4.0
24672026-03-14T20:25:32.884Z Compiling stacker v0.1.23
24682026-03-14T20:25:32.999Z Compiling psm v0.1.30
24692026-03-14T20:25:33.068Z Checking highway v1.3.0
24702026-03-14T20:25:33.119Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24712026-03-14T20:25:33.247Z Compiling cfg_aliases v0.1.1
24722026-03-14T20:25:33.386Z Compiling nix v0.28.0
24732026-03-14T20:25:33.433Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24742026-03-14T20:25:33.436Z Checking papergrid v0.11.0
24752026-03-14T20:25:33.524Z Compiling tabled_derive v0.7.0
24762026-03-14T20:25:33.894Z Checking home v0.5.12
24772026-03-14T20:25:34.059Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24782026-03-14T20:25:34.104Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24792026-03-14T20:25:34.150Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24802026-03-14T20:25:34.196Z Checking phf_shared v0.12.1
24812026-03-14T20:25:34.357Z Compiling recursive-proc-macro-impl v0.1.1
24822026-03-14T20:25:34.407Z Compiling semver v0.1.20
24832026-03-14T20:25:34.453Z Compiling chrono-tz v0.10.4
24842026-03-14T20:25:34.780Z Compiling rustc_version v0.1.7
24852026-03-14T20:25:34.830Z Checking phf v0.12.1
24862026-03-14T20:25:34.920Z Checking tabled v0.15.0
24872026-03-14T20:25:34.923Z Checking recursive v0.1.1
24882026-03-14T20:25:34.923Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24892026-03-14T20:25:35.056Z Compiling const_format_proc_macros v0.2.34
24902026-03-14T20:25:35.104Z Compiling peg-macros v0.8.5
24912026-03-14T20:25:35.151Z Checking winnow v0.6.26
24922026-03-14T20:25:35.199Z Compiling sqlparser_derive v0.5.0
24932026-03-14T20:25:35.690Z Checking unicode_categories v0.1.1
24942026-03-14T20:25:36.236Z Checking rustyline v14.0.0
24952026-03-14T20:25:36.281Z Checking sqlparser v0.61.0
24962026-03-14T20:25:36.532Z Checking const_format v0.2.35
24972026-03-14T20:25:36.768Z Checking sqlformat v0.3.5
24982026-03-14T20:25:36.965Z Checking peg v0.8.5
24992026-03-14T20:25:37.078Z Compiling newtype_derive v0.1.6
25002026-03-14T20:25:37.214Z Checking bcs v0.1.6
25012026-03-14T20:25:37.398Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25022026-03-14T20:25:37.611Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25032026-03-14T20:25:37.657Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25042026-03-14T20:25:37.709Z Checking steno v0.4.1
25052026-03-14T20:25:37.874Z Compiling typify-impl v0.4.3
25062026-03-14T20:25:38.035Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25072026-03-14T20:25:39.074Z Checking utf-8 v0.7.6
25082026-03-14T20:25:39.122Z Checking filetime v0.2.27
25092026-03-14T20:25:39.287Z Checking arc-swap v1.8.2
25102026-03-14T20:25:39.338Z Checking xattr v1.6.1
25112026-03-14T20:25:39.622Z Checking slog-scope v4.4.1
25122026-03-14T20:25:39.833Z Checking tar v0.4.44
25132026-03-14T20:25:40.396Z Checking slog-stdlog v4.1.1
25142026-03-14T20:25:40.504Z Checking tungstenite v0.21.0
25152026-03-14T20:25:40.590Z Checking slog-envlogger v2.2.0
25162026-03-14T20:25:40.816Z Checking typeid v1.0.3
25172026-03-14T20:25:40.929Z Checking subprocess v0.2.15
25182026-03-14T20:25:40.987Z Checking headers-core v0.3.0
25192026-03-14T20:25:41.109Z Checking tokio-tungstenite v0.21.0
25202026-03-14T20:25:41.162Z Checking headers v0.4.1
25212026-03-14T20:25:41.345Z Compiling lzma-sys v0.1.20
25222026-03-14T20:25:41.507Z Compiling cargo_toml v0.22.3
25232026-03-14T20:25:41.741Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25242026-03-14T20:25:41.836Z Checking yasna v0.5.2
25252026-03-14T20:25:42.126Z Checking xz2 v0.1.7
25262026-03-14T20:25:42.382Z Checking ron v0.12.0
25272026-03-14T20:25:42.384Z Checking rcgen v0.12.1
25282026-03-14T20:25:42.906Z Checking base16ct v1.0.0
25292026-03-14T20:25:42.954Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25302026-03-14T20:25:43.112Z Checking dropshot-api-manager-types v0.6.0
25312026-03-14T20:25:43.271Z Checking tagptr v0.2.0
25322026-03-14T20:25:43.375Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25332026-03-14T20:25:43.438Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25342026-03-14T20:25:43.495Z Checking moka v0.12.13
25352026-03-14T20:25:43.637Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25362026-03-14T20:25:43.683Z Compiling radium v0.7.0
25372026-03-14T20:25:44.053Z Compiling libefi-sys v0.1.0
25382026-03-14T20:25:44.313Z Compiling bitfield-struct v0.6.2
25392026-03-14T20:25:44.405Z Compiling typify-macro v0.4.3
25402026-03-14T20:25:44.454Z Checking hickory-resolver v0.25.2
25412026-03-14T20:25:44.500Z Checking tap v1.0.1
25422026-03-14T20:25:44.681Z Compiling maybe-uninit v2.0.0
25432026-03-14T20:25:45.189Z Checking wyz v0.5.1
25442026-03-14T20:25:45.236Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25452026-03-14T20:25:45.442Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25462026-03-14T20:25:45.541Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25472026-03-14T20:25:45.687Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-03-14T20:25:45.763Z Compiling zerocopy-derive v0.6.6
25492026-03-14T20:25:45.893Z Checking crc-catalog v2.4.0
25502026-03-14T20:25:46.042Z Compiling packed_struct v0.10.1
25512026-03-14T20:25:46.090Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-03-14T20:25:46.093Z Checking funty v2.0.0
25532026-03-14T20:25:46.224Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25542026-03-14T20:25:46.464Z Checking crc v3.4.0
25552026-03-14T20:25:46.574Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25562026-03-14T20:25:46.635Z Checking bitvec v1.0.1
25572026-03-14T20:25:46.826Z Compiling packed_struct_codegen v0.10.1
25582026-03-14T20:25:46.829Z Compiling typify v0.4.3
25592026-03-14T20:25:46.921Z Compiling bitfield-macros v0.19.4
25602026-03-14T20:25:46.967Z Checking zerocopy v0.6.6
25612026-03-14T20:25:47.060Z Compiling progenitor-impl v0.10.0
25622026-03-14T20:25:47.461Z Compiling indexmap v1.9.3
25632026-03-14T20:25:47.800Z Checking nodrop v0.1.14
25642026-03-14T20:25:47.961Z Checking array-init v0.0.4
25652026-03-14T20:25:48.031Z Checking bitfield v0.19.4
25662026-03-14T20:25:48.438Z Checking smallvec v0.6.14
25672026-03-14T20:25:48.485Z Checking hashbrown v0.12.3
25682026-03-14T20:25:48.531Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25692026-03-14T20:25:48.534Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25702026-03-14T20:25:48.735Z Checking serde-hex v0.1.0
25712026-03-14T20:25:48.782Z Checking ron v0.8.1
25722026-03-14T20:25:49.563Z Checking hashbrown v0.13.2
25732026-03-14T20:25:49.609Z Checking crc-any v2.5.0
25742026-03-14T20:25:49.886Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25752026-03-14T20:25:49.889Z Checking path-slash v0.1.5
25762026-03-14T20:25:50.098Z Compiling xshell-macros v0.2.7
25772026-03-14T20:25:50.147Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25782026-03-14T20:25:50.150Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25792026-03-14T20:25:50.237Z Checking object v0.30.4
25802026-03-14T20:25:50.621Z Checking xshell v0.2.7
25812026-03-14T20:25:50.698Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25822026-03-14T20:25:50.835Z Compiling progenitor-macro v0.10.0
25832026-03-14T20:25:50.888Z Checking half v1.8.3
25842026-03-14T20:25:50.932Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25852026-03-14T20:25:51.194Z Checking serde_cbor v0.11.2
25862026-03-14T20:25:51.573Z Compiling num-derive v0.3.3
25872026-03-14T20:25:51.755Z Compiling proc-macro-error-attr2 v2.0.0
25882026-03-14T20:25:51.907Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25892026-03-14T20:25:52.224Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25902026-03-14T20:25:52.302Z Compiling proc-macro-error2 v2.0.1
25912026-03-14T20:25:52.733Z Checking papergrid v0.17.0
25922026-03-14T20:25:52.778Z Compiling tabled_derive v0.11.0
25932026-03-14T20:25:52.824Z Checking libscf-sys v1.1.0
25942026-03-14T20:25:53.037Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25952026-03-14T20:25:53.274Z Checking testing_table v0.3.0
25962026-03-14T20:25:53.347Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25972026-03-14T20:25:53.434Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25982026-03-14T20:25:53.721Z Checking maplit v1.0.2
25992026-03-14T20:25:53.904Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26002026-03-14T20:25:53.966Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26012026-03-14T20:25:54.422Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26022026-03-14T20:25:54.425Z Checking tabled v0.20.0
26032026-03-14T20:25:54.515Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26042026-03-14T20:25:54.518Z Checking crc8 v0.1.1
26052026-03-14T20:25:54.608Z Checking fxhash v0.2.1
26062026-03-14T20:25:54.673Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26072026-03-14T20:25:54.805Z Checking unicase v2.9.0
26082026-03-14T20:25:55.007Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26092026-03-14T20:25:55.053Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26102026-03-14T20:25:55.589Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26112026-03-14T20:25:55.633Z Checking kstat-rs v0.2.4
26122026-03-14T20:25:55.796Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26132026-03-14T20:25:55.799Z Compiling parking_lot_core v0.8.6
26142026-03-14T20:25:55.909Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26152026-03-14T20:25:56.147Z Compiling diesel_derives v2.3.7
26162026-03-14T20:25:56.224Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26172026-03-14T20:25:56.455Z Compiling git-stub v1.0.0
26182026-03-14T20:25:56.518Z Checking scheduled-thread-pool v0.2.7
26192026-03-14T20:25:56.641Z Compiling dsl_auto_type v0.2.0
26202026-03-14T20:25:56.742Z Compiling vergen-gitcl v1.0.8
26212026-03-14T20:25:56.833Z Compiling diesel_table_macro_syntax v0.3.0
26222026-03-14T20:25:57.083Z Checking r2d2 v0.8.10
26232026-03-14T20:25:57.133Z Compiling git-stub-vcs v0.1.0
26242026-03-14T20:25:57.229Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26252026-03-14T20:25:57.282Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26262026-03-14T20:25:57.336Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26272026-03-14T20:25:57.382Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26282026-03-14T20:25:57.475Z Checking downcast-rs v2.0.2
26292026-03-14T20:25:57.651Z Checking parking_lot v0.11.2
26302026-03-14T20:25:57.698Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26312026-03-14T20:25:57.824Z Checking progenitor v0.10.0
26322026-03-14T20:25:57.873Z Checking prefix-trie v0.7.0
26332026-03-14T20:25:57.939Z Checking nanorand v0.7.0
26342026-03-14T20:25:58.037Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26352026-03-14T20:25:58.243Z Compiling dirs-sys-next v0.1.2
26362026-03-14T20:25:58.290Z Compiling crunchy v0.2.4
26372026-03-14T20:25:58.384Z Checking hickory-server v0.25.2
26382026-03-14T20:25:58.444Z Checking flume v0.11.1
26392026-03-14T20:25:58.592Z Compiling dirs-next v2.0.0
26402026-03-14T20:25:58.653Z Checking sled v0.34.7
26412026-03-14T20:25:58.769Z Compiling clang-sys v1.8.1
26422026-03-14T20:25:58.815Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26432026-03-14T20:25:58.818Z Checking hickory-client v0.25.2
26442026-03-14T20:25:59.087Z Compiling tiny-keccak v2.0.2
26452026-03-14T20:25:59.385Z Compiling term v0.7.0
26462026-03-14T20:25:59.479Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26472026-03-14T20:25:59.538Z Compiling salty v0.3.0
26482026-03-14T20:25:59.718Z Compiling bit-vec v0.6.3
26492026-03-14T20:25:59.949Z Compiling ascii-canvas v3.0.0
26502026-03-14T20:26:00.038Z Compiling bit-set v0.5.3
26512026-03-14T20:26:00.178Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26522026-03-14T20:26:00.278Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26532026-03-14T20:26:00.325Z Checking primeorder v0.13.6
26542026-03-14T20:26:00.661Z Compiling itertools v0.10.5
26552026-03-14T20:26:00.706Z Compiling ena v0.14.4
26562026-03-14T20:26:00.964Z Compiling libloading v0.8.9
26572026-03-14T20:26:01.020Z Compiling diff v0.1.13
26582026-03-14T20:26:01.284Z Compiling regex-syntax v0.6.29
26592026-03-14T20:26:01.408Z Compiling bindgen v0.71.1
26602026-03-14T20:26:02.096Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26612026-03-14T20:26:02.141Z Compiling cexpr v0.6.0
26622026-03-14T20:26:02.423Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26632026-03-14T20:26:03.139Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26642026-03-14T20:26:03.330Z Compiling lalrpop v0.19.12
26652026-03-14T20:26:03.613Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26662026-03-14T20:26:04.002Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26672026-03-14T20:26:04.254Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26682026-03-14T20:26:04.535Z Compiling libxml v0.3.3
26692026-03-14T20:26:04.856Z Compiling fs-err v2.11.0
26702026-03-14T20:26:05.017Z Checking diesel v2.3.7
26712026-03-14T20:26:05.077Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26722026-03-14T20:26:05.303Z Checking p384 v0.13.1
26732026-03-14T20:26:05.493Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26742026-03-14T20:26:05.898Z Compiling strum_macros v0.24.3
26752026-03-14T20:26:07.021Z Compiling indoc v1.0.9
26762026-03-14T20:26:07.902Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26772026-03-14T20:26:08.396Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
26782026-03-14T20:26:08.603Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26792026-03-14T20:26:08.682Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26802026-03-14T20:26:08.811Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26812026-03-14T20:26:08.882Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26822026-03-14T20:26:09.266Z Checking quick-xml v0.37.5
26832026-03-14T20:26:09.706Z Checking derive_builder v0.20.2
26842026-03-14T20:26:09.887Z Compiling oso-derive v0.27.3
26852026-03-14T20:26:10.519Z Compiling impl-trait-for-tuples v0.2.3
26862026-03-14T20:26:10.608Z Compiling trait-variant v0.1.2
26872026-03-14T20:26:11.136Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26882026-03-14T20:26:11.139Z Checking openssl-probe v0.1.6
26892026-03-14T20:26:11.312Z Checking parse-size v1.1.0
26902026-03-14T20:26:11.315Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26912026-03-14T20:26:11.501Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26922026-03-14T20:26:11.559Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26932026-03-14T20:26:12.411Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
26942026-03-14T20:26:12.656Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26952026-03-14T20:26:12.704Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-03-14T20:26:12.750Z Compiling progenitor-impl v0.11.2
26972026-03-14T20:26:12.813Z Checking assert_matches v1.5.0
26982026-03-14T20:26:13.264Z Compiling mime_guess v2.0.5
26992026-03-14T20:26:13.759Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27002026-03-14T20:26:14.022Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27012026-03-14T20:26:14.165Z Checking predicates-tree v1.0.13
27022026-03-14T20:26:14.348Z Checking progenitor-client v0.11.2
27032026-03-14T20:26:14.683Z Checking http-range v0.1.5
27042026-03-14T20:26:14.727Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27052026-03-14T20:26:14.774Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27062026-03-14T20:26:14.954Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27072026-03-14T20:26:15.635Z Checking atty v0.2.14
27082026-03-14T20:26:16.489Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27092026-03-14T20:26:16.546Z Compiling progenitor-macro v0.11.2
27102026-03-14T20:26:17.026Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27112026-03-14T20:26:17.654Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27122026-03-14T20:26:18.382Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27132026-03-14T20:26:18.426Z Checking bb8 v0.8.6
27142026-03-14T20:26:18.663Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27152026-03-14T20:26:18.821Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27162026-03-14T20:26:18.965Z Checking corncobs v0.1.4
27172026-03-14T20:26:19.098Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-03-14T20:26:19.188Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-14T20:26:19.562Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27202026-03-14T20:26:20.042Z Checking hyper-staticfile v0.10.1
27212026-03-14T20:26:20.045Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27222026-03-14T20:26:20.465Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27232026-03-14T20:26:20.513Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27242026-03-14T20:26:20.782Z Checking ignore v0.4.25
27252026-03-14T20:26:21.121Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-14T20:26:21.349Z Checking signal-hook-tokio v0.3.1
27272026-03-14T20:26:21.552Z Checking secrecy v0.8.0
27282026-03-14T20:26:21.754Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27292026-03-14T20:26:22.100Z Checking globwalk v0.9.1
27302026-03-14T20:26:22.435Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27312026-03-14T20:26:22.714Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27322026-03-14T20:26:22.991Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-03-14T20:26:23.126Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27342026-03-14T20:26:23.322Z Checking nonempty v0.12.0
27352026-03-14T20:26:23.372Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27362026-03-14T20:26:23.545Z Checking camino-tempfile-ext v0.3.3
27372026-03-14T20:26:23.719Z Checking progenitor v0.11.2
27382026-03-14T20:26:23.822Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27392026-03-14T20:26:23.867Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27402026-03-14T20:26:23.958Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27412026-03-14T20:26:24.360Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27422026-03-14T20:26:24.638Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27432026-03-14T20:26:24.850Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27442026-03-14T20:26:25.290Z Checking async-bb8-diesel v0.2.1
27452026-03-14T20:26:25.587Z Checking diesel-dtrace v0.5.0
27462026-03-14T20:26:25.784Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27472026-03-14T20:26:25.938Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27482026-03-14T20:26:26.469Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27492026-03-14T20:26:26.793Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27502026-03-14T20:26:26.840Z Checking tungstenite v0.23.0
27512026-03-14T20:26:27.347Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27522026-03-14T20:26:27.402Z Checking void v1.0.2
27532026-03-14T20:26:27.457Z Checking tokio-tungstenite v0.23.1
27542026-03-14T20:26:27.604Z Checking lzss v0.8.2
27552026-03-14T20:26:27.854Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27562026-03-14T20:26:27.902Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27572026-03-14T20:26:27.905Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27582026-03-14T20:26:28.199Z Checking nix v0.27.1
27592026-03-14T20:26:28.756Z Checking serde_bytes v0.11.19
27602026-03-14T20:26:28.962Z Checking rand_seeder v0.4.0
27612026-03-14T20:26:29.032Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27622026-03-14T20:26:29.196Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27632026-03-14T20:26:29.481Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27642026-03-14T20:26:29.704Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27652026-03-14T20:26:29.751Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27662026-03-14T20:26:30.132Z Checking is_ci v1.2.0
27672026-03-14T20:26:30.304Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27682026-03-14T20:26:30.728Z Checking yansi v1.0.1
27692026-03-14T20:26:30.860Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27702026-03-14T20:26:30.905Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27712026-03-14T20:26:30.954Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27722026-03-14T20:26:31.109Z Checking pretty_assertions v1.4.1
27732026-03-14T20:26:31.223Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27742026-03-14T20:26:31.316Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27752026-03-14T20:26:31.579Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27762026-03-14T20:26:31.903Z Compiling darling_core v0.23.0
27772026-03-14T20:26:32.644Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27782026-03-14T20:26:33.296Z Compiling indoc v2.0.7
27792026-03-14T20:26:33.507Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27802026-03-14T20:26:33.800Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-03-14T20:26:33.855Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27822026-03-14T20:26:33.938Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-03-14T20:26:34.223Z Compiling instability v0.3.11
27842026-03-14T20:26:34.721Z Compiling libz-sys v1.1.24
27852026-03-14T20:26:34.783Z Checking castaway v0.2.4
27862026-03-14T20:26:34.890Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-03-14T20:26:34.968Z Checking compact_str v0.8.1
27882026-03-14T20:26:35.518Z Checking supports-color v3.0.2
27892026-03-14T20:26:35.661Z Compiling darling_macro v0.23.0
27902026-03-14T20:26:35.724Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27912026-03-14T20:26:36.006Z Checking unicode-truncate v1.1.0
27922026-03-14T20:26:36.230Z Checking lru v0.12.5
27932026-03-14T20:26:36.277Z Checking cassowary v0.3.0
27942026-03-14T20:26:36.333Z Compiling darling v0.23.0
27952026-03-14T20:26:36.582Z Compiling libgit2-sys v0.18.3+1.9.2
27962026-03-14T20:26:36.824Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27972026-03-14T20:26:37.254Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27982026-03-14T20:26:37.491Z Checking ratatui v0.29.0
27992026-03-14T20:26:38.501Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28002026-03-14T20:26:38.792Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-03-14T20:26:39.211Z Compiling vergen-git2 v1.0.7
28022026-03-14T20:26:39.288Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28032026-03-14T20:26:39.337Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28042026-03-14T20:26:39.560Z Checking colored v2.2.0
28052026-03-14T20:26:39.606Z Checking shell-words v1.1.1
28062026-03-14T20:26:39.652Z Checking plotters-backend v0.3.7
28072026-03-14T20:26:39.801Z Compiling rustls v0.21.12
28082026-03-14T20:26:39.980Z Checking plotters-svg v0.3.7
28092026-03-14T20:26:40.043Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-03-14T20:26:40.151Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28112026-03-14T20:26:40.198Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28122026-03-14T20:26:40.432Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28132026-03-14T20:26:40.478Z Checking sct v0.7.1
28142026-03-14T20:26:40.689Z Checking rustls-webpki v0.101.7
28152026-03-14T20:26:41.017Z Compiling nix v0.29.0
28162026-03-14T20:26:41.185Z Checking hex-literal v0.4.1
28172026-03-14T20:26:41.339Z Checking cast v0.3.0
28182026-03-14T20:26:41.383Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-14T20:26:41.607Z Checking criterion-plot v0.6.0
28202026-03-14T20:26:42.087Z Checking plotters v0.3.7
28212026-03-14T20:26:43.171Z Checking erased-serde v0.4.9
28222026-03-14T20:26:43.481Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28232026-03-14T20:26:43.741Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28242026-03-14T20:26:44.726Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28252026-03-14T20:26:45.718Z Checking tinytemplate v1.2.1
28262026-03-14T20:26:46.032Z Checking ordered-float v2.10.1
28272026-03-14T20:26:46.407Z Checking oorandom v11.1.5
28282026-03-14T20:26:46.592Z Checking anes v0.1.6
28292026-03-14T20:26:46.870Z Checking criterion v0.7.0
28302026-03-14T20:26:47.111Z Checking serde-value v0.7.0
28312026-03-14T20:26:47.433Z Checking serde-untagged v0.1.9
28322026-03-14T20:26:47.737Z Checking tokio-rustls v0.24.1
28332026-03-14T20:26:48.368Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-03-14T20:26:48.540Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28352026-03-14T20:26:48.823Z Checking rustls-pemfile v1.0.4
28362026-03-14T20:26:49.038Z Checking twox-hash v2.1.2
28372026-03-14T20:26:49.435Z Checking unicode-xid v0.2.6
28382026-03-14T20:26:49.550Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28392026-03-14T20:26:49.614Z Checking cargo-util-schemas v0.8.2
28402026-03-14T20:26:49.859Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-03-14T20:26:50.084Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28422026-03-14T20:26:50.842Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28432026-03-14T20:26:51.084Z Checking fatfs v0.3.6
28442026-03-14T20:26:51.747Z Checking cargo-platform v0.2.0
28452026-03-14T20:26:51.908Z Compiling petname v2.0.2
28462026-03-14T20:26:52.032Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28472026-03-14T20:26:52.599Z Compiling seq-macro v0.3.6
28482026-03-14T20:26:53.534Z Checking cargo_metadata v0.21.0
28492026-03-14T20:26:54.024Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28502026-03-14T20:26:54.452Z Checking concurrent-queue v2.5.0
28512026-03-14T20:26:54.604Z Checking rtoolbox v0.0.3
28522026-03-14T20:26:54.736Z Checking parking v2.2.1
28532026-03-14T20:26:54.813Z Checking futures-timer v3.0.3
28542026-03-14T20:26:54.925Z Checking event-listener v5.4.1
28552026-03-14T20:26:55.080Z Checking rpassword v7.4.0
28562026-03-14T20:26:55.292Z Checking tui-tree-widget v0.23.1
28572026-03-14T20:26:55.406Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28582026-03-14T20:26:55.564Z Checking polyval v0.6.2
28592026-03-14T20:26:55.644Z Checking sapling-renderdag v0.1.0
28602026-03-14T20:26:55.795Z Checking sync-ptr v0.1.4
28612026-03-14T20:26:55.839Z Checking ghash v0.5.1
28622026-03-14T20:26:55.983Z Checking event-listener-strategy v0.5.4
28632026-03-14T20:26:56.029Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28642026-03-14T20:26:56.031Z Checking ctr v0.9.2
28652026-03-14T20:26:56.187Z Checking arrayref v0.3.9
28662026-03-14T20:26:56.303Z Checking constant_time_eq v0.4.2
28672026-03-14T20:26:56.347Z Checking arrayvec v0.7.6
28682026-03-14T20:26:56.350Z Checking aes-gcm v0.10.3
28692026-03-14T20:26:56.576Z Checking async-lock v3.4.2
28702026-03-14T20:26:56.630Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28712026-03-14T20:26:56.632Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28722026-03-14T20:26:57.141Z Checking ssh-encoding v0.2.0
28732026-03-14T20:26:57.427Z Checking blowfish v0.9.1
28742026-03-14T20:26:57.674Z Checking bcrypt-pbkdf v0.10.0
28752026-03-14T20:26:57.932Z Checking ssh-cipher v0.2.0
28762026-03-14T20:26:57.982Z Checking async-object-pool v0.2.0
28772026-03-14T20:26:58.166Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28782026-03-14T20:26:58.212Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28792026-03-14T20:26:58.625Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28802026-03-14T20:26:59.004Z Checking serde_regex v1.1.0
28812026-03-14T20:26:59.052Z Compiling samael v0.0.19
28822026-03-14T20:26:59.244Z Checking password-hash v0.4.2
28832026-03-14T20:26:59.510Z Checking assert-json-diff v2.0.2
28842026-03-14T20:26:59.577Z Checking path-tree v0.8.3
28852026-03-14T20:26:59.762Z Compiling target-lexicon v0.13.3
28862026-03-14T20:26:59.858Z Checking gimli v0.32.3
28872026-03-14T20:27:00.273Z Checking stringmetrics v2.2.2
28882026-03-14T20:27:00.501Z Checking httpmock v0.8.3
28892026-03-14T20:27:00.546Z Checking pbkdf2 v0.11.0
28902026-03-14T20:27:00.799Z Checking ssh-key v0.6.7
28912026-03-14T20:27:02.122Z Checking addr2line v0.25.1
28922026-03-14T20:27:02.510Z Checking p521 v0.13.3
28932026-03-14T20:27:03.395Z Checking p256 v0.13.2
28942026-03-14T20:27:03.539Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28952026-03-14T20:27:03.767Z Checking russh-cryptovec v0.7.3
28962026-03-14T20:27:03.824Z Checking rustc-demangle v0.1.27
28972026-03-14T20:27:03.980Z Compiling guppy-workspace-hack v0.1.0
28982026-03-14T20:27:04.162Z Checking md5 v0.7.0
28992026-03-14T20:27:04.311Z Checking backtrace v0.3.76
29002026-03-14T20:27:04.414Z Checking russh-keys v0.45.0
29012026-03-14T20:27:04.710Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29022026-03-14T20:27:04.756Z Checking num-bigint v0.4.6
29032026-03-14T20:27:05.172Z Checking des v0.8.1
29042026-03-14T20:27:05.409Z Compiling blake3 v1.8.3
29052026-03-14T20:27:05.503Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29062026-03-14T20:27:05.909Z Compiling target-spec v3.5.7
29072026-03-14T20:27:06.081Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29082026-03-14T20:27:06.162Z Checking russh v0.45.0
29092026-03-14T20:27:06.838Z Checking backtrace-ext v0.2.1
29102026-03-14T20:27:06.897Z Checking cfg-expr v0.20.6
29112026-03-14T20:27:07.023Z Checking supports-color v2.1.0
29122026-03-14T20:27:07.109Z Checking textwrap v0.15.2
29132026-03-14T20:27:07.233Z Checking supports-unicode v2.1.0
29142026-03-14T20:27:07.415Z Checking supports-hyperlinks v2.1.0
29152026-03-14T20:27:07.461Z Checking hashbrown v0.14.5
29162026-03-14T20:27:07.506Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29172026-03-14T20:27:07.616Z Checking cargo-platform v0.3.2
29182026-03-14T20:27:07.808Z Checking socket2 v0.5.10
29192026-03-14T20:27:07.899Z Checking terminal_size v0.1.17
29202026-03-14T20:27:08.076Z Compiling miette-derive v5.10.0
29212026-03-14T20:27:08.159Z Checking internet-checksum v0.2.1
29222026-03-14T20:27:08.203Z Checking owo-colors v3.5.0
29232026-03-14T20:27:08.348Z Checking chumsky v0.9.3
29242026-03-14T20:27:08.783Z Checking cargo_metadata v0.23.1
29252026-03-14T20:27:09.631Z Checking miette v5.10.0
29262026-03-14T20:27:09.841Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29272026-03-14T20:27:09.885Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29282026-03-14T20:27:10.077Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29292026-03-14T20:27:10.319Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29302026-03-14T20:27:10.496Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29312026-03-14T20:27:10.658Z Checking httptest v0.16.4
29322026-03-14T20:27:10.833Z Compiling git2 v0.20.4
29332026-03-14T20:27:10.914Z Checking pathdiff v0.2.3
29342026-03-14T20:27:11.008Z Compiling knuffel-derive v3.2.0
29352026-03-14T20:27:11.089Z Checking nested v0.1.1
29362026-03-14T20:27:11.181Z Checking topological-sort v0.2.2
29372026-03-14T20:27:11.304Z Checking guppy v0.17.25
29382026-03-14T20:27:11.395Z Checking omicron-zone-package v0.12.2
29392026-03-14T20:27:11.669Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29402026-03-14T20:27:11.974Z Checking similar-asserts v1.7.0
29412026-03-14T20:27:12.208Z Compiling rstest_macros v0.25.0
29422026-03-14T20:27:12.626Z Compiling target-triple v1.0.0
29432026-03-14T20:27:12.670Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29442026-03-14T20:27:12.866Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29452026-03-14T20:27:12.915Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29462026-03-14T20:27:13.107Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29472026-03-14T20:27:13.153Z Checking knuffel v3.2.0
29482026-03-14T20:27:13.395Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29492026-03-14T20:27:14.232Z Checking toml_datetime v1.0.0+spec-1.1.0
29502026-03-14T20:27:14.557Z Compiling assert_cmd v2.1.2
29512026-03-14T20:27:14.911Z Compiling relative-path v1.9.3
29522026-03-14T20:27:14.914Z Checking escape8259 v0.5.3
29532026-03-14T20:27:15.166Z Checking libtest-mimic v0.8.1
29542026-03-14T20:27:15.331Z Checking toml v1.0.3+spec-1.1.0
29552026-03-14T20:27:15.735Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29562026-03-14T20:27:15.835Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29572026-03-14T20:27:15.907Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29582026-03-14T20:27:16.196Z Checking blake2b_simd v1.0.4
29592026-03-14T20:27:16.787Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29602026-03-14T20:27:16.879Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29612026-03-14T20:27:17.295Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29622026-03-14T20:27:17.407Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29632026-03-14T20:27:17.734Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29642026-03-14T20:27:18.025Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29652026-03-14T20:27:18.294Z Checking fancy-regex v0.14.0
29662026-03-14T20:27:18.404Z Compiling polar-core v0.27.3
29672026-03-14T20:27:18.599Z Checking serde_tokenstream v0.2.3
29682026-03-14T20:27:18.830Z Checking uzers v0.12.2
29692026-03-14T20:27:18.935Z Checking constant_time_eq v0.3.1
29702026-03-14T20:27:19.110Z Checking termcolor v1.4.1
29712026-03-14T20:27:19.161Z Compiling linkme-impl v0.3.35
29722026-03-14T20:27:19.467Z Checking trybuild v1.0.116
29732026-03-14T20:27:19.676Z Checking rust-argon2 v2.1.0
29742026-03-14T20:27:20.033Z Checking datatest-stable v0.3.3
29752026-03-14T20:27:20.633Z Checking rstest v0.25.0
29762026-03-14T20:27:20.725Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29772026-03-14T20:27:20.909Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29782026-03-14T20:27:21.175Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29792026-03-14T20:27:21.246Z Checking support-bundle-viewer v0.1.2
29802026-03-14T20:27:21.706Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29812026-03-14T20:27:22.009Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29822026-03-14T20:27:22.251Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29832026-03-14T20:27:22.316Z Checking drift v0.1.3
29842026-03-14T20:27:22.550Z Checking rand_distr v0.5.1
29852026-03-14T20:27:22.783Z Checking multimap v0.10.1
29862026-03-14T20:27:23.062Z Checking approx v0.5.1
29872026-03-14T20:27:23.187Z Compiling linkme v0.3.35
29882026-03-14T20:27:23.283Z Checking dropshot-api-manager v0.6.0
29892026-03-14T20:27:24.702Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29902026-03-14T20:27:24.972Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29912026-03-14T20:27:25.173Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29922026-03-14T20:27:25.329Z Checking oso v0.27.3
29932026-03-14T20:27:25.414Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29942026-03-14T20:27:25.779Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29952026-03-14T20:27:25.914Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29962026-03-14T20:27:26.141Z Checking partial-io v0.5.4
29972026-03-14T20:27:26.202Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29982026-03-14T20:27:26.457Z Checking cargo_toml v0.21.0
29992026-03-14T20:27:26.504Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30002026-03-14T20:27:26.582Z Checking termios v0.3.3
30012026-03-14T20:27:26.713Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30022026-03-14T20:27:27.065Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30032026-03-14T20:27:27.207Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30042026-03-14T20:27:27.657Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30052026-03-14T20:27:29.432Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30062026-03-14T20:27:31.921Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30072026-03-14T20:27:37.080Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30082026-03-14T20:27:39.931Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30092026-03-14T20:27:45.397Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30102026-03-14T20:27:45.569Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30112026-03-14T20:27:53.464Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30122026-03-14T20:27:58.345Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30132026-03-14T20:28:00.120Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30142026-03-14T20:28:03.908Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30152026-03-14T20:28:12.096Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30162026-03-14T20:30:11.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 38s
30172026-03-14T20:30:12.188Z
30182026-03-14T20:30:12.188Zreal 5:43.113027632
30192026-03-14T20:30:12.188Zuser 28:28.757216998
30202026-03-14T20:30:12.191Zsys 6:01.564336274
30212026-03-14T20:30:12.191Ztrap 0.720304534
30222026-03-14T20:30:12.191Ztflt 0.141484272
30232026-03-14T20:30:12.191Zdflt 0.135611760
30242026-03-14T20:30:12.191Zkflt 0.001363544
30252026-03-14T20:30:12.191Zlock 1:20:36.666162890
30262026-03-14T20:30:12.191Zslp 1:17:24.466449500
30272026-03-14T20:30:12.191Zlat 1:57.488653047
30282026-03-14T20:30:12.191Zstop 13:59.917031129
30292026-03-14T20:30:12.191Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30302026-03-14T20:30:12.191Z+ ptime -m cargo doc --workspace --no-deps
30312026-03-14T20:30:13.393Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30322026-03-14T20:30:13.393Z |
30332026-03-14T20:30:13.393Z = 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)`
30342026-03-14T20:30:13.393Z = 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>
30352026-03-14T20:30:14.720Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30362026-03-14T20:30:14.990Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30372026-03-14T20:30:15.041Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30382026-03-14T20:30:15.123Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30392026-03-14T20:30:15.218Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30402026-03-14T20:30:15.339Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30412026-03-14T20:30:15.376Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30422026-03-14T20:30:15.408Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30432026-03-14T20:30:15.479Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30442026-03-14T20:30:15.639Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30452026-03-14T20:30:15.681Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30462026-03-14T20:30:15.749Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30472026-03-14T20:30:15.780Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30482026-03-14T20:30:15.861Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30492026-03-14T20:30:15.893Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30502026-03-14T20:30:15.933Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30512026-03-14T20:30:16.058Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30522026-03-14T20:30:16.060Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30532026-03-14T20:30:16.138Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30542026-03-14T20:30:16.168Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30552026-03-14T20:30:16.582Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30562026-03-14T20:30:16.704Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30572026-03-14T20:30:16.808Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30582026-03-14T20:30:16.942Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30592026-03-14T20:30:16.991Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30602026-03-14T20:30:17.022Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30612026-03-14T20:30:17.206Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30622026-03-14T20:30:17.283Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30632026-03-14T20:30:17.413Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30642026-03-14T20:30:17.540Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30652026-03-14T20:30:17.655Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30662026-03-14T20:30:17.730Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30672026-03-14T20:30:17.968Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30682026-03-14T20:30:18.096Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30692026-03-14T20:30:18.126Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30702026-03-14T20:30:18.206Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30712026-03-14T20:30:18.420Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30722026-03-14T20:30:18.450Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30732026-03-14T20:30:18.477Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30742026-03-14T20:30:18.777Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30752026-03-14T20:30:18.856Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30762026-03-14T20:30:19.189Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30772026-03-14T20:30:19.221Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30782026-03-14T20:30:19.297Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30792026-03-14T20:30:19.410Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30802026-03-14T20:30:19.444Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30812026-03-14T20:30:19.658Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30822026-03-14T20:30:19.756Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30832026-03-14T20:30:19.789Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30842026-03-14T20:30:19.894Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30852026-03-14T20:30:19.966Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30862026-03-14T20:30:20.002Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30872026-03-14T20:30:20.041Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30882026-03-14T20:30:20.291Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30892026-03-14T20:30:20.294Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30902026-03-14T20:30:20.346Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30912026-03-14T20:30:20.415Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30922026-03-14T20:30:20.591Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30932026-03-14T20:30:20.664Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30942026-03-14T20:30:20.692Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30952026-03-14T20:30:20.884Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30962026-03-14T20:30:20.917Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30972026-03-14T20:30:20.982Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30982026-03-14T20:30:21.030Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30992026-03-14T20:30:21.192Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31002026-03-14T20:30:21.235Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31012026-03-14T20:30:21.444Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31022026-03-14T20:30:21.623Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31032026-03-14T20:30:21.626Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31042026-03-14T20:30:21.681Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31052026-03-14T20:30:21.713Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31062026-03-14T20:30:21.892Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31072026-03-14T20:30:22.426Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31082026-03-14T20:30:22.456Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31092026-03-14T20:30:23.402Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31102026-03-14T20:30:23.973Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31112026-03-14T20:30:24.146Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31122026-03-14T20:30:24.258Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31132026-03-14T20:30:24.293Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31142026-03-14T20:30:24.326Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31152026-03-14T20:30:24.693Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31162026-03-14T20:30:24.725Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31172026-03-14T20:30:25.032Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31182026-03-14T20:30:25.315Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31192026-03-14T20:30:25.513Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31202026-03-14T20:30:25.756Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31212026-03-14T20:30:25.784Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31222026-03-14T20:30:25.871Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31232026-03-14T20:30:26.226Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31242026-03-14T20:30:26.593Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31252026-03-14T20:30:27.110Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31262026-03-14T20:30:27.140Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31272026-03-14T20:30:27.331Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31282026-03-14T20:30:27.689Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31292026-03-14T20:30:27.778Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31302026-03-14T20:30:28.457Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31312026-03-14T20:30:28.533Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31322026-03-14T20:30:29.454Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31332026-03-14T20:30:29.577Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-03-14T20:30:29.828Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31352026-03-14T20:30:30.569Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31362026-03-14T20:30:31.018Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31372026-03-14T20:30:31.314Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31382026-03-14T20:30:31.345Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31392026-03-14T20:30:31.470Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31402026-03-14T20:30:31.629Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31412026-03-14T20:30:31.692Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31422026-03-14T20:30:31.747Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31432026-03-14T20:30:32.023Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31442026-03-14T20:30:32.133Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31452026-03-14T20:30:32.288Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31462026-03-14T20:30:32.342Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31472026-03-14T20:30:32.391Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31482026-03-14T20:30:32.777Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31492026-03-14T20:30:33.237Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31502026-03-14T20:30:33.479Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31512026-03-14T20:30:33.828Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31522026-03-14T20:30:34.611Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31532026-03-14T20:30:35.262Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31542026-03-14T20:30:35.632Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31552026-03-14T20:30:35.994Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31562026-03-14T20:30:36.212Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31572026-03-14T20:30:36.250Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31582026-03-14T20:30:36.551Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31592026-03-14T20:30:37.123Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31602026-03-14T20:30:37.157Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31612026-03-14T20:30:37.505Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31622026-03-14T20:30:37.537Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31632026-03-14T20:30:37.654Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31642026-03-14T20:30:39.146Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31652026-03-14T20:30:39.271Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31662026-03-14T20:30:39.368Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31672026-03-14T20:30:39.846Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31682026-03-14T20:30:40.457Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31692026-03-14T20:30:41.947Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31702026-03-14T20:30:42.819Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31712026-03-14T20:30:43.026Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31722026-03-14T20:30:43.656Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-03-14T20:30:43.806Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31742026-03-14T20:30:43.838Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31752026-03-14T20:30:44.369Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31762026-03-14T20:30:44.565Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31772026-03-14T20:30:44.859Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31782026-03-14T20:30:45.522Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31792026-03-14T20:30:45.742Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31802026-03-14T20:30:47.532Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31812026-03-14T20:30:48.205Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31822026-03-14T20:30:48.583Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31832026-03-14T20:30:50.721Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31842026-03-14T20:30:50.893Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31852026-03-14T20:30:51.720Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31862026-03-14T20:30:53.208Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31872026-03-14T20:30:53.835Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31882026-03-14T20:30:55.092Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31892026-03-14T20:30:55.491Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31902026-03-14T20:30:56.023Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31912026-03-14T20:30:56.285Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31922026-03-14T20:30:57.687Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31932026-03-14T20:30:57.883Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31942026-03-14T20:30:58.172Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31952026-03-14T20:30:58.765Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31962026-03-14T20:30:59.004Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31972026-03-14T20:30:59.189Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31982026-03-14T20:30:59.252Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31992026-03-14T20:30:59.812Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32002026-03-14T20:30:59.849Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32012026-03-14T20:31:00.107Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32022026-03-14T20:31:00.171Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32032026-03-14T20:31:00.751Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32042026-03-14T20:31:01.067Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32052026-03-14T20:31:01.098Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32062026-03-14T20:31:01.128Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32072026-03-14T20:31:02.001Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32082026-03-14T20:31:02.107Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32092026-03-14T20:31:02.554Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32102026-03-14T20:31:03.429Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32112026-03-14T20:31:04.200Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32122026-03-14T20:31:05.385Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32132026-03-14T20:31:06.435Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142026-03-14T20:31:06.744Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32152026-03-14T20:31:11.236Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32162026-03-14T20:31:12.012Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32172026-03-14T20:31:13.155Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32182026-03-14T20:31:13.482Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32192026-03-14T20:31:14.863Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32202026-03-14T20:31:17.604Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32212026-03-14T20:31:19.129Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32222026-03-14T20:31:19.622Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32232026-03-14T20:31:20.441Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32242026-03-14T20:31:20.897Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32252026-03-14T20:31:25.068Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32262026-03-14T20:31:25.303Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32272026-03-14T20:31:25.994Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32282026-03-14T20:31:26.603Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32292026-03-14T20:31:27.004Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32302026-03-14T20:31:28.063Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32312026-03-14T20:31:30.562Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32322026-03-14T20:31:31.474Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32332026-03-14T20:31:32.367Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32342026-03-14T20:31:36.673Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32352026-03-14T20:31:38.422Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32362026-03-14T20:31:39.333Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32372026-03-14T20:31:40.222Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32382026-03-14T20:31:41.585Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32392026-03-14T20:31:42.299Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32402026-03-14T20:31:43.270Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32412026-03-14T20:31:44.945Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32422026-03-14T20:31:46.268Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32432026-03-14T20:31:46.396Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32442026-03-14T20:31:47.111Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32452026-03-14T20:31:48.240Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32462026-03-14T20:31:49.520Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32472026-03-14T20:31:52.607Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32482026-03-14T20:31:56.347Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32492026-03-14T20:31:57.607Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32502026-03-14T20:31:58.498Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32512026-03-14T20:32:00.176Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32522026-03-14T20:32:00.801Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32532026-03-14T20:32:02.230Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32542026-03-14T20:32:05.807Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32552026-03-14T20:32:06.547Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32562026-03-14T20:32:07.939Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32572026-03-14T20:32:09.588Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32582026-03-14T20:32:11.185Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32592026-03-14T20:32:14.426Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32602026-03-14T20:32:16.198Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32612026-03-14T20:32:17.741Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32622026-03-14T20:32:20.025Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32632026-03-14T20:32:22.062Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32642026-03-14T20:32:24.267Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32652026-03-14T20:32:26.491Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32662026-03-14T20:32:29.008Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32672026-03-14T20:32:31.106Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32682026-03-14T20:32:35.970Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32692026-03-14T20:32:38.289Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32702026-03-14T20:32:38.333Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32712026-03-14T20:32:40.705Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32722026-03-14T20:32:43.097Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32732026-03-14T20:32:45.529Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32742026-03-14T20:32:48.045Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32752026-03-14T20:32:50.796Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32762026-03-14T20:32:53.202Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32772026-03-14T20:32:56.017Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32782026-03-14T20:32:58.105Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32792026-03-14T20:33:00.503Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32802026-03-14T20:33:02.974Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32812026-03-14T20:33:05.397Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32822026-03-14T20:33:07.768Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32832026-03-14T20:33:09.973Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-03-14T20:33:12.356Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-03-14T20:33:15.201Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32862026-03-14T20:33:17.364Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32872026-03-14T20:33:19.799Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32882026-03-14T20:33:22.374Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32892026-03-14T20:33:24.846Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32902026-03-14T20:33:27.360Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32912026-03-14T20:33:29.901Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32922026-03-14T20:33:32.380Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32932026-03-14T20:33:34.869Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32942026-03-14T20:33:37.872Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32952026-03-14T20:33:40.144Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32962026-03-14T20:33:42.635Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32972026-03-14T20:33:48.434Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32982026-03-14T20:33:51.276Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32992026-03-14T20:33:54.066Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33002026-03-14T20:33:56.813Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33012026-03-14T20:33:57.432Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33022026-03-14T20:34:02.439Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33032026-03-14T20:34:05.196Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33042026-03-14T20:34:08.104Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33052026-03-14T20:34:11.032Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33062026-03-14T20:34:13.648Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33072026-03-14T20:34:16.683Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33082026-03-14T20:34:19.425Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33092026-03-14T20:34:22.836Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33102026-03-14T20:34:25.515Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33112026-03-14T20:34:27.903Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33122026-03-14T20:34:30.834Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33132026-03-14T20:34:33.685Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33142026-03-14T20:34:36.539Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33152026-03-14T20:34:39.470Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33162026-03-14T20:34:42.246Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33172026-03-14T20:34:45.179Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33182026-03-14T20:34:48.004Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33192026-03-14T20:34:50.799Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33202026-03-14T20:34:53.730Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33212026-03-14T20:34:56.841Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33222026-03-14T20:34:59.715Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33232026-03-14T20:35:02.643Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33242026-03-14T20:35:05.893Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33252026-03-14T20:35:08.774Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33262026-03-14T20:35:11.655Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33272026-03-14T20:35:14.718Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33282026-03-14T20:35:17.772Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33292026-03-14T20:35:20.882Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33302026-03-14T20:35:24.162Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33312026-03-14T20:35:27.231Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33322026-03-14T20:35:30.280Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33332026-03-14T20:35:33.397Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33342026-03-14T20:35:36.484Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33352026-03-14T20:35:39.648Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33362026-03-14T20:35:42.853Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33372026-03-14T20:35:46.495Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33382026-03-14T20:35:49.255Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33392026-03-14T20:35:59.147Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33402026-03-14T20:35:59.208Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33412026-03-14T20:36:03.288Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33422026-03-14T20:36:09.220Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33432026-03-14T20:36:12.821Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33442026-03-14T20:36:17.224Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33452026-03-14T20:36:21.747Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33462026-03-14T20:36:26.355Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33472026-03-14T20:36:30.878Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33482026-03-14T20:36:35.459Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33492026-03-14T20:36:39.934Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33502026-03-14T20:36:44.456Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33512026-03-14T20:36:48.998Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33522026-03-14T20:36:53.687Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33532026-03-14T20:36:58.162Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33542026-03-14T20:37:02.794Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33552026-03-14T20:37:07.333Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33562026-03-14T20:37:11.817Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33572026-03-14T20:37:16.435Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33582026-03-14T20:37:21.016Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33592026-03-14T20:37:25.597Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33602026-03-14T20:37:30.265Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33612026-03-14T20:37:34.704Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33622026-03-14T20:37:39.289Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33632026-03-14T20:37:43.798Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33642026-03-14T20:38:20.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 08s
33652026-03-14T20:38:20.762Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33662026-03-14T20:38:20.881Z
33672026-03-14T20:38:20.884Zreal 8:08.571159148
33682026-03-14T20:38:20.884Zuser 23:32.418043454
33692026-03-14T20:38:20.884Zsys 4:30.417629320
33702026-03-14T20:38:20.884Ztrap 0.399361810
33712026-03-14T20:38:20.884Ztflt 0.027831965
33722026-03-14T20:38:20.884Zdflt 0.025681387
33732026-03-14T20:38:20.884Zkflt 0.000019817
33742026-03-14T20:38:20.884Zlock 7:23:20.292101279
33752026-03-14T20:38:20.884Zslp 2:42:41.578159813
33762026-03-14T20:38:20.884Zlat 36.183774635
33772026-03-14T20:38:20.884Zstop 1:57.253384980
33782026-03-14T20:38:20.884Zprocess exited: duration 1074774 ms, exit code 0
 
33792026-03-14T20:38:20.890Zfound 0 output files