01KTSW4KS2DEY5QCEK1ER5SKWM: clippy (helios)

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

Buildomat Job: 01KTSW53BX00QPFXR8GT0VK6ME

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-10T22:59:44.681Zjob assigned to worker 01KTSW54C1B7XECT76SFT359R7 [factory aws, i-0be0030259a2bfa4d] (queued for 52 s)
 
22026-06-10T22:59:51.288Zstarting task 0: "setup"
32026-06-10T22:59:51.292Z++ uname -s
42026-06-10T22:59:51.295Z+ kern=SunOS
52026-06-10T22:59:51.295Z+ build_user=build
62026-06-10T22:59:51.295Z+ build_uid=12345
72026-06-10T22:59:51.295Z+ work_dir=/work
82026-06-10T22:59:51.295Z+ input_dir=/input
92026-06-10T22:59:51.296Z+ [[ 0 == 12345 ]]
102026-06-10T22:59:51.296Z+ case "$kern" in
112026-06-10T22:59:51.296Z+ groupadd -g 12345 build
122026-06-10T22:59:51.299Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-10T22:59:53.303Z+ zfs create -o mountpoint=/work rpool/work
142026-06-10T22:59:53.450Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-10T22:59:53.453Z+ home_fs=zfs
162026-06-10T22:59:53.453Z+ [[ zfs == autofs ]]
172026-06-10T22:59:53.453Z+ mkdir -p /home/build
182026-06-10T22:59:53.453Z+ chown build:build /home/build /work
192026-06-10T22:59:55.454Z+ chmod 0700 /home/build /work
202026-06-10T22:59:55.457Zprocess exited: duration 4170 ms, exit code 0
 
212026-06-10T22:59:55.463Zstarting task 1: "rust-toolchain"
222026-06-10T22:59:55.468Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-10T22:59:55.468Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-10T22:59:55.468Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-10T22:59:55.468Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-10T22:59:55.468Z * rust toolchain channel = "1.94.0"
272026-06-10T22:59:55.468Z * rust toolchain profile = "default"
282026-06-10T22:59:55.471Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-10T22:59:55.471Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-10T22:59:55.576Zinfo: downloading installer
312026-06-10T22:59:57.007Zwarn: It looks like you have an existing rustup settings file at:
322026-06-10T22:59:57.007Zwarn: /home/build/.rustup/settings.toml
332026-06-10T22:59:57.007Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-10T22:59:57.007Zwarn: instead of the one inferred from the default host triple.
352026-06-10T22:59:57.019Zinfo: profile set to default
362026-06-10T22:59:57.020Zinfo: default host triple is x86_64-unknown-illumos
372026-06-10T22:59:57.023Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-10T22:59:57.179Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-10T22:59:57.183Zinfo: downloading 6 components
402026-06-10T23:00:12.013Z
412026-06-10T23:00:12.013Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-10T23:00:12.042Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-10T23:00:12.042Z
442026-06-10T23:00:12.042Z
452026-06-10T23:00:12.042ZRust is installed now. Great!
462026-06-10T23:00:12.042Z
472026-06-10T23:00:12.046ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-10T23:00:12.046Zenvironment variable. This has not been done automatically.
492026-06-10T23:00:12.046Z
502026-06-10T23:00:12.046ZTo configure your current shell, you need to source
512026-06-10T23:00:12.046Zthe corresponding env file under $HOME/.cargo.
522026-06-10T23:00:12.046Z
532026-06-10T23:00:12.046ZThis is usually done by running one of the following (note the leading DOT):
542026-06-10T23:00:12.046Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-10T23:00:12.046Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-10T23:00:12.046Zsource "~/.cargo/env.nu" # For nushell
572026-06-10T23:00:12.046Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-10T23:00:12.046Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-10T23:00:12.046Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-10T23:00:12.046Zwarn: no default linker (`cc`) was found in your PATH
612026-06-10T23:00:12.046Zwarn: many Rust crates require a system C toolchain to build
622026-06-10T23:00:12.141Z+ rustup --version
632026-06-10T23:00:12.149Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-10T23:00:12.153Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-10T23:00:12.172Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-10T23:00:12.176Z+ cargo --version
672026-06-10T23:00:12.188Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-10T23:00:12.191Z+ rustc --version
692026-06-10T23:00:12.211Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-10T23:00:12.214Zprocess exited: duration 16749 ms, exit code 0
 
712026-06-10T23:00:12.220Zstarting task 2: "authentication"
722026-06-10T23:00:12.237Zprocess exited: duration 16 ms, exit code 0
 
732026-06-10T23:00:12.244Zstarting task 3: "clone repository"
742026-06-10T23:00:12.248Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-10T23:00:12.251Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-10T23:00:12.280ZCloning into '/work/oxidecomputer/omicron'...
772026-06-10T23:00:24.595Z+ cd /work/oxidecomputer/omicron
782026-06-10T23:00:24.595Z+ git fetch origin 5f4d56484a33100dfe8d8daf790074f0196b3223
792026-06-10T23:00:24.917ZFrom https://github.com/oxidecomputer/omicron
802026-06-10T23:00:24.917Z * branch 5f4d56484a33100dfe8d8daf790074f0196b3223 -> FETCH_HEAD
812026-06-10T23:00:24.927Z+ [[ -n check-console-api ]]
822026-06-10T23:00:24.931Z++ git branch --show-current
832026-06-10T23:00:24.931Z+ current=main
842026-06-10T23:00:24.931Z+ [[ main != check-console-api ]]
852026-06-10T23:00:24.931Z+ git branch -f check-console-api 5f4d56484a33100dfe8d8daf790074f0196b3223
862026-06-10T23:00:24.934Z+ git checkout -f check-console-api
872026-06-10T23:00:24.941ZSwitched to branch 'check-console-api'
882026-06-10T23:00:24.944Z+ git reset --hard 5f4d56484a33100dfe8d8daf790074f0196b3223
892026-06-10T23:00:24.954ZHEAD is now at 5f4d56484 releng: check pinned console's API version matches nexus API version
902026-06-10T23:00:24.957Zprocess exited: duration 12710 ms, exit code 0
 
912026-06-10T23:00:24.963Zstarting task 4: "build"
922026-06-10T23:00:24.966Z+ source ./env.sh
932026-06-10T23:00:24.969Z++ OLD_SHELL_OPTS=ehxB
942026-06-10T23:00:24.969Z++ set -o xtrace
952026-06-10T23:00:24.969Z++++ dirname ./env.sh
962026-06-10T23:00:24.972Z+++ readlink -f .
972026-06-10T23:00:24.972Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-10T23:00:24.972Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-10T23:00:24.972Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-10T23:00:24.972Z++ 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
1012026-06-10T23:00:24.973Z++ 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
1022026-06-10T23:00:24.973Z++ 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
1032026-06-10T23:00:24.973Z++ 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
1042026-06-10T23:00:24.973Z++ 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
1052026-06-10T23:00:24.973Z++ 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
1062026-06-10T23:00:24.973Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-10T23:00:24.973Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-10T23:00:24.973Z++ case $OLD_SHELL_OPTS in
1092026-06-10T23:00:24.973Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-10T23:00:24.973Z+ source .github/buildomat/ci-env.sh
1112026-06-10T23:00:24.973Z++ export CARGO_TERM_COLOR=always
1122026-06-10T23:00:24.973Z++ CARGO_TERM_COLOR=always
1132026-06-10T23:00:24.973Z+ cargo --version
1142026-06-10T23:00:24.982Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-06-10T23:00:24.984Z+ rustc --version
1162026-06-10T23:00:25.004Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-06-10T23:00:25.007Z+ banner prerequisites
1182026-06-10T23:00:25.010Z
1192026-06-10T23:00:25.010Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-10T23:00:25.010Z # # # # # # # # # # # # # # #
1212026-06-10T23:00:25.010Z # # # # ##### # # ##### # # # # # #### #
1222026-06-10T23:00:25.010Z ##### ##### # ##### # # # # # # # # #
1232026-06-10T23:00:25.010Z # # # # # # # # # # # # # # #
1242026-06-10T23:00:25.010Z # # # ###### # # ###### ### # #### # #### #
1252026-06-10T23:00:25.010Z
1262026-06-10T23:00:25.010Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-10T23:00:26.496Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-10T23:00:26.578Z Startup: Caching catalogs ... Done
1292026-06-10T23:00:26.896ZPlanning: Solver setup ... Done (0.279s)
1302026-06-10T23:00:26.916ZPlanning: Running solver ... Done (0.021s)
1312026-06-10T23:00:26.924ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-10T23:00:26.945ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-10T23:00:26.976ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-10T23:00:26.990ZPlanning: Package planning ... Done (0.013s)
1352026-06-10T23:00:26.993ZPlanning: Merging actions ... Done (0.002s)
1362026-06-10T23:00:27.217ZPlanning: Checking for conflicting actions ... Done (0.183s)
1372026-06-10T23:00:27.225ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-10T23:00:27.938ZPlanning: Evaluating mediators ... Done (0.763s)
1392026-06-10T23:00:27.941ZPlanning: Planning completed in 1.34 seconds
1402026-06-10T23:00:27.947Z Packages to install: 2
1412026-06-10T23:00:27.947Z Estimated space available: 156.07 GB
1422026-06-10T23:00:27.951ZEstimated space to be consumed: 25.37 MB
1432026-06-10T23:00:27.951Z Create boot environment: No
1442026-06-10T23:00:27.951ZCreate backup boot environment: No
1452026-06-10T23:00:27.951Z Rebuild boot archive: No
1462026-06-10T23:00:27.951Z
1472026-06-10T23:00:27.951ZChanged packages:
1482026-06-10T23:00:27.951Zhelios
1492026-06-10T23:00:27.951Z developer/build-essential
1502026-06-10T23:00:27.951Z None -> 11-3.0
1512026-06-10T23:00:27.951Z library/libxmlsec1
1522026-06-10T23:00:27.951Z None -> 1.2.35-3.0
1532026-06-10T23:00:27.972Z
1542026-06-10T23:00:27.972ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-10T23:00:28.436ZDownload: Completed 1.28 MB in 0.46 seconds (2.8M/s)
1562026-06-10T23:00:28.509Z Actions: 1/268 actions (Installing new actions)
1572026-06-10T23:00:28.548Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-10T23:00:28.557ZFinalize: Updating package state database ... Done (0.008s)
1592026-06-10T23:00:28.560ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-10T23:00:28.581ZFinalize: Updating image state ... Done (0.024s)
1612026-06-10T23:00:30.964ZFinalize: Creating fast lookup database ... Done (2.360s)
1622026-06-10T23:00:31.033ZFinalize: Reading search index ... Done (0.012s)
1632026-06-10T23:00:31.036ZFinalize: Updating search index ... Done (0.000s)
1642026-06-10T23:00:31.130ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-10T23:00:31.439ZPlanning: Evaluating mediator changes ... Done
1662026-06-10T23:00:31.545ZPlanning: Checking for conflicting actions ... Done
1672026-06-10T23:00:31.548ZPlanning: Consolidating action changes ... Done
1682026-06-10T23:00:31.706ZPlanning: Evaluating mediators ... Done
1692026-06-10T23:00:31.709ZPlanning: Planning completed in 0.27 seconds
1702026-06-10T23:00:31.728Z Mediators to change: 2
1712026-06-10T23:00:31.728Z Create boot environment: No
1722026-06-10T23:00:31.728ZCreate backup boot environment: No
1732026-06-10T23:00:31.778ZFinalize: Updating package state database ... Done
1742026-06-10T23:00:31.778ZFinalize: Updating package cache ... Done
1752026-06-10T23:00:31.789ZFinalize: Updating image state ... Done
1762026-06-10T23:00:33.749ZFinalize: Creating fast lookup database ... Done
1772026-06-10T23:00:33.814ZFinalize: Reading search index ... Done
1782026-06-10T23:00:33.817ZFinalize: Updating search index ... Done
1792026-06-10T23:00:33.887ZFinalize: Updating package cache ... Done
1802026-06-10T23:00:34.169ZPlanning: Evaluating mediator changes ... Done
1812026-06-10T23:00:34.275ZPlanning: Checking for conflicting actions ... Done
1822026-06-10T23:00:34.278ZPlanning: Consolidating action changes ... Done
1832026-06-10T23:00:34.433ZPlanning: Evaluating mediators ... Done
1842026-06-10T23:00:34.436ZPlanning: Planning completed in 0.26 seconds
1852026-06-10T23:00:34.455Z Mediators to change: 1
1862026-06-10T23:00:34.455Z Create boot environment: No
1872026-06-10T23:00:34.456ZCreate backup boot environment: No
1882026-06-10T23:00:34.501ZFinalize: Updating package state database ... Done
1892026-06-10T23:00:34.502ZFinalize: Updating package cache ... Done
1902026-06-10T23:00:34.513ZFinalize: Updating image state ... Done
1912026-06-10T23:00:36.464ZFinalize: Creating fast lookup database ... Done
1922026-06-10T23:00:36.530ZFinalize: Reading search index ... Done
1932026-06-10T23:00:36.532ZFinalize: Updating search index ... Done
1942026-06-10T23:00:36.587ZFinalize: Updating package cache ... Done
1952026-06-10T23:00:36.901ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-10T23:00:36.901Zapache system 2.4 system
1972026-06-10T23:00:36.901Zclang system 15 system
1982026-06-10T23:00:36.901Zcsh system system illumos
1992026-06-10T23:00:36.901Zctags system system illumos
2002026-06-10T23:00:36.901Zfile vendor vendor darwinsys
2012026-06-10T23:00:36.901Zfile system system illumos
2022026-06-10T23:00:36.902Zgcc vendor 14 vendor
2032026-06-10T23:00:36.902Zgcc system 13 system
2042026-06-10T23:00:36.902Zgcc system 10 system
2052026-06-10T23:00:36.902Zgo system 1.25 system
2062026-06-10T23:00:36.902Zllvm system 15 system
2072026-06-10T23:00:36.902Zmariadb system 11.4 system
2082026-06-10T23:00:36.902Zmta vendor vendor dma
2092026-06-10T23:00:36.902Zopenjdk system 17 system
2102026-06-10T23:00:36.902Zopenjdk system 11 system
2112026-06-10T23:00:36.902Zopenssl vendor 3 vendor
2122026-06-10T23:00:36.902Zperl system 5.40 system
2132026-06-10T23:00:36.902Zpostgresql system 18 system
2142026-06-10T23:00:36.902Zpostgresql system 17 system
2152026-06-10T23:00:36.902Zpython vendor 3 vendor
2162026-06-10T23:00:36.902Zpython system 2 system
2172026-06-10T23:00:36.902Zpython3 vendor 3.13 vendor
2182026-06-10T23:00:36.902Zruby system 3.4 system
2192026-06-10T23:00:36.902Zruby system 3.0 system
2202026-06-10T23:00:36.902Zwords vendor vendor american-english
2212026-06-10T23:00:36.902Zwords system system australian-english
2222026-06-10T23:00:36.902Zwords system system british-english
2232026-06-10T23:00:36.902Zwords system system canadian-english
2242026-06-10T23:00:36.902Zwords system system french
2252026-06-10T23:00:36.902Zwords system system italian
2262026-06-10T23:00:36.902Zwords system system ngerman
2272026-06-10T23:00:36.902Zwords system system ogerman
2282026-06-10T23:00:36.902Zwords system system spanish
2292026-06-10T23:00:37.158ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-10T23:00:37.158Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-10T23:00:37.449ZFMRI IFO
2322026-06-10T23:00:37.449Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-10T23:00:37.449Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-10T23:00:37.449Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-10T23:00:37.449Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-10T23:00:37.449Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-10T23:00:37.449Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-10T23:00:37.449Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-10T23:00:37.449Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-10T23:00:37.449Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-10T23:00:37.710Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-10T23:00:38.001Z Updating crates.io index
2432026-06-10T23:00:38.004Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-10T23:00:38.284Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-10T23:00:39.162Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-10T23:00:39.615Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-10T23:00:40.862Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-10T23:00:41.395Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-10T23:00:43.034Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-10T23:00:43.849Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-10T23:00:44.290Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-10T23:00:45.625Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-10T23:00:46.093Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-10T23:00:46.612Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-10T23:00:46.887Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-10T23:00:47.928Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-10T23:00:48.405Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-10T23:00:48.698Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-10T23:00:49.027Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-10T23:00:49.315Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-10T23:00:49.789Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-10T23:00:50.050Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-10T23:00:50.299Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-10T23:00:50.553Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-10T23:00:50.951Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-10T23:00:51.319Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-10T23:00:51.700Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-10T23:00:52.130Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-10T23:00:52.610Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-10T23:00:52.906Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-10T23:00:53.218Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-10T23:00:54.419Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-10T23:00:55.150Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-10T23:00:55.554Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-10T23:00:55.901Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-10T23:00:56.168Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-10T23:00:56.506Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-10T23:00:56.832Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-10T23:00:57.454Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-10T23:00:57.719Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-10T23:00:57.983Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-10T23:00:58.228Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-10T23:00:58.702Z Updating git repository `https://github.com/oxidecomputer/omicron`
2842026-06-10T23:01:10.447Z Downloading crates ...
2852026-06-10T23:01:10.513Z Downloaded num-traits v0.2.19
2862026-06-10T23:01:10.516Z Downloaded stable_deref_trait v1.2.1
2872026-06-10T23:01:10.516Z Downloaded cargo-util-schemas v0.8.2
2882026-06-10T23:01:10.529Z Downloaded typeid v1.0.3
2892026-06-10T23:01:10.533Z Downloaded textwrap v0.16.2
2902026-06-10T23:01:10.536Z Downloaded unicode-xid v0.2.6
2912026-06-10T23:01:10.536Z Downloaded toml_datetime v0.6.11
2922026-06-10T23:01:10.539Z Downloaded version_check v0.9.5
2932026-06-10T23:01:10.539Z Downloaded utf8_iter v1.0.4
2942026-06-10T23:01:10.539Z Downloaded byteorder v1.5.0
2952026-06-10T23:01:10.542Z Downloaded utf8parse v0.2.2
2962026-06-10T23:01:10.545Z Downloaded yoke-derive v0.8.1
2972026-06-10T23:01:10.548Z Downloaded toml v0.8.23
2982026-06-10T23:01:10.551Z Downloaded pest_generator v2.8.6
2992026-06-10T23:01:10.551Z Downloaded equivalent v1.0.2
3002026-06-10T23:01:10.554Z Downloaded zerofrom v0.1.6
3012026-06-10T23:01:10.554Z Downloaded toml_write v0.1.2
3022026-06-10T23:01:10.559Z Downloaded icu_provider v2.1.1
3032026-06-10T23:01:10.562Z Downloaded usdt-macro v0.5.0
3042026-06-10T23:01:10.562Z Downloaded usdt-attr-macro v0.5.0
3052026-06-10T23:01:10.562Z Downloaded crypto-common v0.1.7
3062026-06-10T23:01:10.562Z Downloaded thread-id v4.2.2
3072026-06-10T23:01:10.562Z Downloaded itoa v1.0.17
3082026-06-10T23:01:10.566Z Downloaded serde_spanned v0.6.9
3092026-06-10T23:01:10.566Z Downloaded pretty-hex v0.4.1
3102026-06-10T23:01:10.566Z Downloaded tinystr v0.8.2
3112026-06-10T23:01:10.569Z Downloaded thiserror v2.0.18
3122026-06-10T23:01:10.573Z Downloaded unicode-linebreak v0.1.5
3132026-06-10T23:01:10.573Z Downloaded usdt v0.5.0
3142026-06-10T23:01:10.573Z Downloaded typenum v1.19.0
3152026-06-10T23:01:10.576Z Downloaded usdt-impl v0.5.0
3162026-06-10T23:01:10.576Z Downloaded anstream v1.0.0
3172026-06-10T23:01:10.576Z Downloaded zmij v1.0.21
3182026-06-10T23:01:10.580Z Downloaded zerofrom-derive v0.1.6
3192026-06-10T23:01:10.580Z Downloaded clap_lex v1.0.0
3202026-06-10T23:01:10.580Z Downloaded scroll_derive v0.12.1
3212026-06-10T23:01:10.580Z Downloaded thiserror-impl v1.0.69
3222026-06-10T23:01:10.583Z Downloaded smawk v0.3.2
3232026-06-10T23:01:10.583Z Downloaded thiserror-impl v2.0.18
3242026-06-10T23:01:10.583Z Downloaded bytecount v0.6.9
3252026-06-10T23:01:10.583Z Downloaded is_terminal_polyfill v1.70.2
3262026-06-10T23:01:10.587Z Downloaded digest v0.10.7
3272026-06-10T23:01:10.587Z Downloaded ucd-trie v0.1.7
3282026-06-10T23:01:10.587Z Downloaded yoke v0.8.1
3292026-06-10T23:01:10.590Z Downloaded anstyle-query v1.1.5
3302026-06-10T23:01:10.593Z Downloaded writeable v0.6.2
3312026-06-10T23:01:10.593Z Downloaded unicode-ident v1.0.24
3322026-06-10T23:01:10.599Z Downloaded proc-macro-error-attr v1.0.4
3332026-06-10T23:01:10.602Z Downloaded percent-encoding v2.3.2
3342026-06-10T23:01:10.602Z Downloaded potential_utf v0.1.4
3352026-06-10T23:01:10.605Z Downloaded heck v0.4.1
3362026-06-10T23:01:10.606Z Downloaded cargo-platform v0.2.0
3372026-06-10T23:01:10.609Z Downloaded fastrand v2.3.0
3382026-06-10T23:01:10.609Z Downloaded thiserror v1.0.69
3392026-06-10T23:01:10.612Z Downloaded plain v0.2.3
3402026-06-10T23:01:10.612Z Downloaded heck v0.5.0
3412026-06-10T23:01:10.616Z Downloaded cfg-if v1.0.4
3422026-06-10T23:01:10.619Z Downloaded zerovec-derive v0.11.2
3432026-06-10T23:01:10.619Z Downloaded cpufeatures v0.2.17
3442026-06-10T23:01:10.622Z Downloaded dof v0.3.0
3452026-06-10T23:01:10.622Z Downloaded url v2.5.8
3462026-06-10T23:01:10.626Z Downloaded macaddr v1.0.1
3472026-06-10T23:01:10.629Z Downloaded zerotrie v0.2.3
3482026-06-10T23:01:10.632Z Downloaded block-buffer v0.10.4
3492026-06-10T23:01:10.635Z Downloaded zerocopy-derive v0.7.35
3502026-06-10T23:01:10.643Z Downloaded idna_adapter v1.2.1
3512026-06-10T23:01:10.646Z Downloaded terminal_size v0.4.3
3522026-06-10T23:01:10.646Z Downloaded toml_edit v0.22.27
3532026-06-10T23:01:10.650Z Downloaded zerovec v0.11.5
3542026-06-10T23:01:10.654Z Downloaded form_urlencoded v1.2.2
3552026-06-10T23:01:10.654Z Downloaded zerocopy v0.7.35
3562026-06-10T23:01:10.661Z Downloaded ordered-float v2.10.1
3572026-06-10T23:01:10.666Z Downloaded generic-array v0.14.7
3582026-06-10T23:01:10.666Z Downloaded fnv v1.0.7
3592026-06-10T23:01:10.666Z Downloaded dtrace-parser v0.2.0
3602026-06-10T23:01:10.666Z Downloaded errno v0.3.14
3612026-06-10T23:01:10.666Z Downloaded colorchoice v1.0.4
3622026-06-10T23:01:10.670Z Downloaded winnow v0.7.14
3632026-06-10T23:01:10.674Z Downloaded unicode-width v0.1.14
3642026-06-10T23:01:10.677Z Downloaded strsim v0.11.1
3652026-06-10T23:01:10.680Z Downloaded anstyle-parse v1.0.0
3662026-06-10T23:01:10.681Z Downloaded tabled_derive v0.7.0
3672026-06-10T23:01:10.681Z Downloaded swrite v0.1.0
3682026-06-10T23:01:10.681Z Downloaded memmap v0.7.0
3692026-06-10T23:01:10.684Z Downloaded unicode-width v0.2.0
3702026-06-10T23:01:10.687Z Downloaded anstyle v1.0.14
3712026-06-10T23:01:10.687Z Downloaded camino-tempfile v1.4.1
3722026-06-10T23:01:10.687Z Downloaded serde-value v0.7.0
3732026-06-10T23:01:10.690Z Downloaded cargo_metadata v0.21.0
3742026-06-10T23:01:10.690Z Downloaded serde_tokenstream v0.2.3
3752026-06-10T23:01:10.690Z Downloaded fs-err v3.3.0
3762026-06-10T23:01:10.695Z Downloaded sha2 v0.10.9
3772026-06-10T23:01:10.699Z Downloaded autocfg v1.5.0
3782026-06-10T23:01:10.702Z Downloaded log v0.4.29
3792026-06-10T23:01:10.705Z Downloaded serde-untagged v0.1.9
3802026-06-10T23:01:10.705Z Downloaded icu_properties v2.1.2
3812026-06-10T23:01:10.709Z Downloaded quote v1.0.45
3822026-06-10T23:01:10.712Z Downloaded scroll v0.12.0
3832026-06-10T23:01:10.715Z Downloaded synstructure v0.13.2
3842026-06-10T23:01:10.722Z Downloaded cargo_toml v0.21.0
3852026-06-10T23:01:10.725Z Downloaded anyhow v1.0.102
3862026-06-10T23:01:10.730Z Downloaded once_cell v1.21.3
3872026-06-10T23:01:10.733Z Downloaded smallvec v1.15.1
3882026-06-10T23:01:10.736Z Downloaded displaydoc v0.2.5
3892026-06-10T23:01:10.740Z Downloaded litemap v0.8.1
3902026-06-10T23:01:10.740Z Downloaded pest_derive v2.8.6
3912026-06-10T23:01:10.743Z Downloaded proc-macro2 v1.0.106
3922026-06-10T23:01:10.746Z Downloaded clap v4.6.1
3932026-06-10T23:01:10.750Z Downloaded erased-serde v0.4.9
3942026-06-10T23:01:10.753Z Downloaded clap_derive v4.6.1
3952026-06-10T23:01:10.756Z Downloaded semver v1.0.28
3962026-06-10T23:01:10.756Z Downloaded proc-macro-error v1.0.4
3972026-06-10T23:01:10.761Z Downloaded bitflags v2.11.0
3982026-06-10T23:01:10.765Z Downloaded tempfile v3.25.0
3992026-06-10T23:01:10.767Z Downloaded camino v1.2.2
4002026-06-10T23:01:10.770Z Downloaded serde_core v1.0.228
4012026-06-10T23:01:10.778Z Downloaded memchr v2.8.0
4022026-06-10T23:01:10.781Z Downloaded papergrid v0.11.0
4032026-06-10T23:01:10.784Z Downloaded getrandom v0.4.1
4042026-06-10T23:01:10.788Z Downloaded icu_normalizer_data v2.1.1
4052026-06-10T23:01:10.791Z Downloaded pest_meta v2.8.6
4062026-06-10T23:01:10.791Z Downloaded icu_locale_core v2.1.1
4072026-06-10T23:01:10.795Z Downloaded icu_collections v2.1.1
4082026-06-10T23:01:10.802Z Downloaded serde_derive v1.0.228
4092026-06-10T23:01:10.805Z Downloaded icu_normalizer v2.1.1
4102026-06-10T23:01:10.818Z Downloaded serde v1.0.228
4112026-06-10T23:01:10.822Z Downloaded indexmap v2.14.0
4122026-06-10T23:01:10.836Z Downloaded hashbrown v0.17.0
4132026-06-10T23:01:10.844Z Downloaded pest v2.8.6
4142026-06-10T23:01:10.850Z Downloaded idna v1.1.0
4152026-06-10T23:01:10.859Z Downloaded clap_builder v4.6.0
4162026-06-10T23:01:10.863Z Downloaded serde_json v1.0.149
4172026-06-10T23:01:10.867Z Downloaded icu_properties_data v2.1.2
4182026-06-10T23:01:10.872Z Downloaded goblin v0.8.2
4192026-06-10T23:01:10.875Z Downloaded tabled v0.15.0
4202026-06-10T23:01:10.890Z Downloaded syn v1.0.109
4212026-06-10T23:01:10.901Z Downloaded syn v2.0.117
4222026-06-10T23:01:10.913Z Downloaded rustix v1.1.3
4232026-06-10T23:01:10.944Z Downloaded libc v0.2.185
4242026-06-10T23:01:11.013Z Compiling proc-macro2 v1.0.106
4252026-06-10T23:01:11.013Z Compiling quote v1.0.45
4262026-06-10T23:01:11.013Z Compiling unicode-ident v1.0.24
4272026-06-10T23:01:11.016Z Compiling serde_core v1.0.228
4282026-06-10T23:01:11.016Z Compiling libc v0.2.185
4292026-06-10T23:01:11.016Z Compiling version_check v0.9.5
4302026-06-10T23:01:11.016Z Compiling stable_deref_trait v1.2.1
4312026-06-10T23:01:11.016Z Compiling serde v1.0.228
4322026-06-10T23:01:11.298Z Compiling memchr v2.8.0
4332026-06-10T23:01:11.395Z Compiling zmij v1.0.21
4342026-06-10T23:01:11.612Z Compiling thiserror v1.0.69
4352026-06-10T23:01:11.615Z Compiling itoa v1.0.17
4362026-06-10T23:01:11.661Z Compiling ucd-trie v0.1.7
4372026-06-10T23:01:11.814Z Compiling autocfg v1.5.0
4382026-06-10T23:01:11.961Z Compiling pest v2.8.6
4392026-06-10T23:01:12.020Z Compiling writeable v0.6.2
4402026-06-10T23:01:12.076Z Compiling litemap v0.8.1
4412026-06-10T23:01:12.131Z Compiling icu_properties_data v2.1.2
4422026-06-10T23:01:12.228Z Compiling icu_normalizer_data v2.1.1
4432026-06-10T23:01:12.294Z Compiling byteorder v1.5.0
4442026-06-10T23:01:12.319Z Compiling rustix v1.1.3
4452026-06-10T23:01:12.531Z Compiling syn v2.0.117
4462026-06-10T23:01:12.584Z Compiling errno v0.3.14
4472026-06-10T23:01:12.601Z Compiling serde_json v1.0.149
4482026-06-10T23:01:12.759Z Compiling bitflags v2.11.0
4492026-06-10T23:01:12.943Z Compiling num-traits v0.2.19
4502026-06-10T23:01:12.994Z Compiling hashbrown v0.17.0
4512026-06-10T23:01:13.092Z Compiling pest_meta v2.8.6
4522026-06-10T23:01:13.137Z Compiling equivalent v1.0.2
4532026-06-10T23:01:13.231Z Compiling typeid v1.0.3
4542026-06-10T23:01:13.234Z Compiling smallvec v1.15.1
4552026-06-10T23:01:13.488Z Compiling indexmap v2.14.0
4562026-06-10T23:01:13.542Z Compiling thread-id v4.2.2
4572026-06-10T23:01:13.560Z Compiling proc-macro-error-attr v1.0.4
4582026-06-10T23:01:13.630Z Compiling usdt-impl v0.5.0
4592026-06-10T23:01:13.686Z Compiling syn v1.0.109
4602026-06-10T23:01:13.739Z Compiling toml_write v0.1.2
4612026-06-10T23:01:13.840Z Compiling erased-serde v0.4.9
4622026-06-10T23:01:13.946Z Compiling winnow v0.7.14
4632026-06-10T23:01:14.184Z Compiling proc-macro-error v1.0.4
4642026-06-10T23:01:14.262Z Compiling utf8_iter v1.0.4
4652026-06-10T23:01:14.369Z Compiling plain v0.2.3
4662026-06-10T23:01:14.413Z Compiling getrandom v0.4.1
4672026-06-10T23:01:14.485Z Compiling utf8parse v0.2.2
4682026-06-10T23:01:14.608Z Compiling percent-encoding v2.3.2
4692026-06-10T23:01:14.695Z Compiling log v0.4.29
4702026-06-10T23:01:14.730Z Compiling thiserror v2.0.18
4712026-06-10T23:01:14.757Z Compiling camino v1.2.2
4722026-06-10T23:01:14.829Z Compiling form_urlencoded v1.2.2
4732026-06-10T23:01:14.883Z Compiling ordered-float v2.10.1
4742026-06-10T23:01:15.013Z Compiling anstyle-parse v1.0.0
4752026-06-10T23:01:15.132Z Compiling synstructure v0.13.2
4762026-06-10T23:01:15.133Z Compiling pest_generator v2.8.6
4772026-06-10T23:01:15.270Z Compiling terminal_size v0.4.3
4782026-06-10T23:01:15.425Z Compiling is_terminal_polyfill v1.70.2
4792026-06-10T23:01:15.526Z Compiling cfg-if v1.0.4
4802026-06-10T23:01:15.566Z Compiling anstyle-query v1.1.5
4812026-06-10T23:01:15.605Z Compiling pretty-hex v0.4.1
4822026-06-10T23:01:15.622Z Compiling colorchoice v1.0.4
4832026-06-10T23:01:15.640Z Compiling anstyle v1.0.14
4842026-06-10T23:01:15.750Z Compiling serde-untagged v0.1.9
4852026-06-10T23:01:15.801Z Compiling semver v1.0.28
4862026-06-10T23:01:15.838Z Compiling anstream v1.0.0
4872026-06-10T23:01:15.939Z Compiling fs-err v3.3.0
4882026-06-10T23:01:15.991Z Compiling unicode-width v0.1.14
4892026-06-10T23:01:16.122Z Compiling clap_lex v1.0.0
4902026-06-10T23:01:16.141Z Compiling heck v0.4.1
4912026-06-10T23:01:16.157Z Compiling fnv v1.0.7
4922026-06-10T23:01:16.174Z Compiling fastrand v2.3.0
4932026-06-10T23:01:16.263Z Compiling heck v0.5.0
4942026-06-10T23:01:16.281Z Compiling strsim v0.11.1
4952026-06-10T23:01:16.372Z Compiling unicode-xid v0.2.6
4962026-06-10T23:01:16.433Z Compiling anyhow v1.0.102
4972026-06-10T23:01:16.497Z Compiling bytecount v0.6.9
4982026-06-10T23:01:16.515Z Compiling once_cell v1.21.3
4992026-06-10T23:01:16.651Z Compiling papergrid v0.11.0
5002026-06-10T23:01:16.678Z Compiling clap_builder v4.6.0
5012026-06-10T23:01:16.810Z Compiling tempfile v3.25.0
5022026-06-10T23:01:16.814Z Compiling memmap v0.7.0
5032026-06-10T23:01:16.830Z Compiling serde_derive v1.0.228
5042026-06-10T23:01:17.013Z Compiling zerofrom-derive v0.1.6
5052026-06-10T23:01:17.032Z Compiling yoke-derive v0.8.1
5062026-06-10T23:01:17.186Z Compiling zerovec-derive v0.11.2
5072026-06-10T23:01:17.276Z Compiling displaydoc v0.2.5
5082026-06-10T23:01:18.017Z Compiling thiserror-impl v1.0.69
5092026-06-10T23:01:18.078Z Compiling zerocopy-derive v0.7.35
5102026-06-10T23:01:18.174Z Compiling pest_derive v2.8.6
5112026-06-10T23:01:18.300Z Compiling scroll_derive v0.12.1
5122026-06-10T23:01:18.402Z Compiling zerofrom v0.1.6
5132026-06-10T23:01:18.540Z Compiling yoke v0.8.1
5142026-06-10T23:01:18.588Z Compiling thiserror-impl v2.0.18
5152026-06-10T23:01:18.731Z Compiling zerovec v0.11.5
5162026-06-10T23:01:18.945Z Compiling zerotrie v0.2.3
5172026-06-10T23:01:18.969Z Compiling zerocopy v0.7.35
5182026-06-10T23:01:19.247Z Compiling tinystr v0.8.2
5192026-06-10T23:01:19.283Z Compiling potential_utf v0.1.4
5202026-06-10T23:01:19.374Z Compiling dtrace-parser v0.2.0
5212026-06-10T23:01:19.448Z Compiling icu_locale_core v2.1.1
5222026-06-10T23:01:19.450Z Compiling icu_collections v2.1.1
5232026-06-10T23:01:19.515Z Compiling scroll v0.12.0
5242026-06-10T23:01:19.685Z Compiling tabled_derive v0.7.0
5252026-06-10T23:01:19.857Z Compiling goblin v0.8.2
5262026-06-10T23:01:19.939Z Compiling clap_derive v4.6.1
5272026-06-10T23:01:20.015Z Compiling unicode-linebreak v0.1.5
5282026-06-10T23:01:20.123Z Compiling icu_provider v2.1.1
5292026-06-10T23:01:20.254Z Compiling serde_spanned v0.6.9
5302026-06-10T23:01:20.272Z Compiling toml_datetime v0.6.11
5312026-06-10T23:01:20.297Z Compiling dof v0.3.0
5322026-06-10T23:01:20.318Z Compiling serde_tokenstream v0.2.3
5332026-06-10T23:01:20.402Z Compiling icu_normalizer v2.1.1
5342026-06-10T23:01:20.420Z Compiling icu_properties v2.1.2
5352026-06-10T23:01:20.529Z Compiling toml_edit v0.22.27
5362026-06-10T23:01:20.627Z Compiling serde-value v0.7.0
5372026-06-10T23:01:20.684Z Compiling cargo-platform v0.2.0
5382026-06-10T23:01:20.936Z Compiling smawk v0.3.2
5392026-06-10T23:01:20.962Z Compiling unicode-width v0.2.0
5402026-06-10T23:01:20.991Z Compiling tabled v0.15.0
5412026-06-10T23:01:21.076Z Compiling macaddr v1.0.1
5422026-06-10T23:01:21.210Z Compiling usdt-macro v0.5.0
5432026-06-10T23:01:21.238Z Compiling usdt-attr-macro v0.5.0
5442026-06-10T23:01:21.307Z Compiling idna_adapter v1.2.1
5452026-06-10T23:01:21.457Z Compiling idna v1.1.0
5462026-06-10T23:01:21.500Z Compiling textwrap v0.16.2
5472026-06-10T23:01:21.705Z Compiling clap v4.6.1
5482026-06-10T23:01:21.811Z Compiling url v2.5.8
5492026-06-10T23:01:21.954Z Compiling toml v0.8.23
5502026-06-10T23:01:22.036Z Compiling camino-tempfile v1.4.1
5512026-06-10T23:01:22.272Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-06-10T23:01:22.566Z Compiling cargo-util-schemas v0.8.2
5532026-06-10T23:01:22.569Z Compiling cargo_toml v0.21.0
5542026-06-10T23:01:22.604Z Compiling swrite v0.1.0
5552026-06-10T23:01:22.897Z Compiling usdt v0.5.0
5562026-06-10T23:01:23.469Z Compiling cargo_metadata v0.21.0
5572026-06-10T23:01:24.402Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-06-10T23:01:26.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.93s
5592026-06-10T23:01:26.706Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5602026-06-10T23:01:27.276Z Downloading crates ...
5612026-06-10T23:01:27.379Z Downloaded async-bb8-diesel v0.2.1
5622026-06-10T23:01:27.385Z Downloaded assert_matches v1.5.0
5632026-06-10T23:01:27.388Z Downloaded array-init v0.0.4
5642026-06-10T23:01:27.388Z Downloaded bb8 v0.8.6
5652026-06-10T23:01:27.390Z Downloaded async-stream v0.3.6
5662026-06-10T23:01:27.396Z Downloaded bcs v0.1.6
5672026-06-10T23:01:27.405Z Downloaded aes v0.8.4
5682026-06-10T23:01:27.412Z Downloaded bit-set v0.8.0
5692026-06-10T23:01:27.416Z Downloaded byte-wrapper v0.1.0
5702026-06-10T23:01:27.416Z Downloaded bcrypt-pbkdf v0.10.0
5712026-06-10T23:01:27.422Z Downloaded daft v0.1.7
5722026-06-10T23:01:27.425Z Downloaded ascii-canvas v3.0.0
5732026-06-10T23:01:27.428Z Downloaded elliptic-curve v0.13.8
5742026-06-10T23:01:27.431Z Downloaded difflib v0.4.0
5752026-06-10T23:01:27.431Z Downloaded env_logger v0.11.9
5762026-06-10T23:01:27.434Z Downloaded defmt v1.0.1
5772026-06-10T23:01:27.434Z Downloaded ena v0.14.4
5782026-06-10T23:01:27.439Z Downloaded dropshot_endpoint v0.17.0
5792026-06-10T23:01:27.439Z Downloaded async-trait v0.1.89
5802026-06-10T23:01:27.442Z Downloaded base64ct v1.8.3
5812026-06-10T23:01:27.442Z Downloaded console v0.16.2
5822026-06-10T23:01:27.445Z Downloaded base64 v0.22.1
5832026-06-10T23:01:27.445Z Downloaded display-error-chain v0.2.2
5842026-06-10T23:01:27.448Z Downloaded base16ct v0.2.0
5852026-06-10T23:01:27.448Z Downloaded atty v0.2.14
5862026-06-10T23:01:27.448Z Downloaded anstream v0.6.21
5872026-06-10T23:01:27.451Z Downloaded data-encoding v2.10.0
5882026-06-10T23:01:27.451Z Downloaded futures-io v0.3.32
5892026-06-10T23:01:27.451Z Downloaded clang-sys v1.8.1
5902026-06-10T23:01:27.454Z Downloaded dropshot-api-manager-types v0.7.2
5912026-06-10T23:01:27.454Z Downloaded downcast-rs v2.0.2
5922026-06-10T23:01:27.454Z Downloaded bindgen v0.71.1
5932026-06-10T23:01:27.458Z Downloaded dsl_auto_type v0.2.0
5942026-06-10T23:01:27.463Z Downloaded backon v1.6.0
5952026-06-10T23:01:27.463Z Downloaded atomic-waker v1.1.2
5962026-06-10T23:01:27.463Z Downloaded fixedbitset v0.4.2
5972026-06-10T23:01:27.466Z Downloaded cookie_store v0.22.1
5982026-06-10T23:01:27.469Z Downloaded defmt v0.3.100
5992026-06-10T23:01:27.469Z Downloaded embedded-io v0.4.0
6002026-06-10T23:01:27.472Z Downloaded blake2 v0.10.6
6012026-06-10T23:01:27.472Z Downloaded derive-where v1.6.0
6022026-06-10T23:01:27.475Z Downloaded env_filter v1.0.0
6032026-06-10T23:01:27.479Z Downloaded bit-set v0.5.3
6042026-06-10T23:01:27.479Z Downloaded find-msvc-tools v0.1.9
6052026-06-10T23:01:27.479Z Downloaded aead v0.5.2
6062026-06-10T23:01:27.482Z Downloaded convert_case v0.4.0
6072026-06-10T23:01:27.482Z Downloaded atomicwrites v0.4.4
6082026-06-10T23:01:27.482Z Downloaded either v1.15.0
6092026-06-10T23:01:27.487Z Downloaded dirs-sys-next v0.1.2
6102026-06-10T23:01:27.488Z Downloaded blowfish v0.9.1
6112026-06-10T23:01:27.491Z Downloaded cobs v0.3.0
6122026-06-10T23:01:27.491Z Downloaded ciborium-ll v0.2.2
6132026-06-10T23:01:27.491Z Downloaded castaway v0.2.4
6142026-06-10T23:01:27.491Z Downloaded document-features v0.2.12
6152026-06-10T23:01:27.491Z Downloaded backoff v0.4.0
6162026-06-10T23:01:27.494Z Downloaded arrayref v0.3.9
6172026-06-10T23:01:27.494Z Downloaded foreign-types v0.5.0
6182026-06-10T23:01:27.498Z Downloaded expectorate v1.2.0
6192026-06-10T23:01:27.501Z Downloaded crc32fast v1.5.0
6202026-06-10T23:01:27.505Z Downloaded cpufeatures v0.3.0
6212026-06-10T23:01:27.508Z Downloaded foreign-types-macros v0.2.3
6222026-06-10T23:01:27.511Z Downloaded dropshot v0.17.0
6232026-06-10T23:01:27.523Z Downloaded ecdsa v0.16.9
6242026-06-10T23:01:27.527Z Downloaded crossbeam-deque v0.8.6
6252026-06-10T23:01:27.527Z Downloaded dirs-next v2.0.0
6262026-06-10T23:01:27.527Z Downloaded crunchy v0.2.4
6272026-06-10T23:01:27.527Z Downloaded darling_macro v0.23.0
6282026-06-10T23:01:27.527Z Downloaded cstr-argument v0.1.2
6292026-06-10T23:01:27.527Z Downloaded bitfield-struct v0.6.2
6302026-06-10T23:01:27.530Z Downloaded cipher v0.4.4
6312026-06-10T23:01:27.530Z Downloaded ciborium-io v0.2.2
6322026-06-10T23:01:27.530Z Downloaded async-stream-impl v0.3.6
6332026-06-10T23:01:27.530Z Downloaded cfg_aliases v0.2.1
6342026-06-10T23:01:27.530Z Downloaded crucible-workspace-hack v0.1.0
6352026-06-10T23:01:27.533Z Downloaded fallible-iterator v0.2.0
6362026-06-10T23:01:27.533Z Downloaded float-ord v0.3.2
6372026-06-10T23:01:27.533Z Downloaded derive_builder_macro v0.20.2
6382026-06-10T23:01:27.533Z Downloaded darling_macro v0.21.3
6392026-06-10T23:01:27.536Z Downloaded crc v3.4.0
6402026-06-10T23:01:27.539Z Downloaded darling v0.20.11
6412026-06-10T23:01:27.543Z Downloaded der_derive v0.7.3
6422026-06-10T23:01:27.543Z Downloaded ctr v0.9.2
6432026-06-10T23:01:27.546Z Downloaded cfg_aliases v0.1.1
6442026-06-10T23:01:27.549Z Downloaded darling v0.23.0
6452026-06-10T23:01:27.551Z Downloaded futures-core v0.3.32
6462026-06-10T23:01:27.551Z Downloaded erased-serde v0.3.31
6472026-06-10T23:01:27.555Z Downloaded csv-core v0.1.13
6482026-06-10T23:01:27.555Z Downloaded crossbeam-epoch v0.9.18
6492026-06-10T23:01:27.558Z Downloaded crc-catalog v2.4.0
6502026-06-10T23:01:27.558Z Downloaded foreign-types-shared v0.3.1
6512026-06-10T23:01:27.558Z Downloaded foreign-types v0.3.2
6522026-06-10T23:01:27.558Z Downloaded block-padding v0.3.3
6532026-06-10T23:01:27.561Z Downloaded defmt-parser v1.0.0
6542026-06-10T23:01:27.561Z Downloaded darling_macro v0.13.4
6552026-06-10T23:01:27.561Z Downloaded bitflags v1.3.2
6562026-06-10T23:01:27.561Z Downloaded cargo-platform v0.3.2
6572026-06-10T23:01:27.564Z Downloaded endian-type v0.1.2
6582026-06-10T23:01:27.564Z Downloaded bitfield-macros v0.19.4
6592026-06-10T23:01:27.564Z Downloaded globwalk v0.9.1
6602026-06-10T23:01:27.564Z Downloaded hash32 v0.3.1
6612026-06-10T23:01:27.567Z Downloaded corncobs v0.1.4
6622026-06-10T23:01:27.567Z Downloaded buf-list v1.1.2
6632026-06-10T23:01:27.570Z Downloaded cexpr v0.6.0
6642026-06-10T23:01:27.573Z Downloaded cbc v0.1.2
6652026-06-10T23:01:27.573Z Downloaded hash32 v0.2.1
6662026-06-10T23:01:27.576Z Downloaded ciborium v0.2.2
6672026-06-10T23:01:27.576Z Downloaded bzip2 v0.6.1
6682026-06-10T23:01:27.579Z Downloaded arrayvec v0.7.6
6692026-06-10T23:01:27.579Z Downloaded bitfield v0.19.4
6702026-06-10T23:01:27.582Z Downloaded dunce v1.0.5
6712026-06-10T23:01:27.582Z Downloaded dtrace-parser v0.3.0
6722026-06-10T23:01:27.582Z Downloaded ghash v0.5.1
6732026-06-10T23:01:27.585Z Downloaded compression-core v0.4.31
6742026-06-10T23:01:27.585Z Downloaded crc8 v0.1.1
6752026-06-10T23:01:27.588Z Downloaded flagset v0.4.7
6762026-06-10T23:01:27.592Z Downloaded fd-lock v4.0.4
6772026-06-10T23:01:27.595Z Downloaded ff v0.13.1
6782026-06-10T23:01:27.595Z Downloaded git-stub v1.0.0
6792026-06-10T23:01:27.598Z Downloaded fatfs v0.3.6
6802026-06-10T23:01:27.601Z Downloaded futures-task v0.3.32
6812026-06-10T23:01:27.604Z Downloaded float-cmp v0.10.0
6822026-06-10T23:01:27.604Z Downloaded hex-literal v0.4.1
6832026-06-10T23:01:27.604Z Downloaded headers-core v0.3.0
6842026-06-10T23:01:27.604Z Downloaded diesel_table_macro_syntax v0.3.0
6852026-06-10T23:01:27.608Z Downloaded foreign-types-shared v0.1.1
6862026-06-10T23:01:27.608Z Downloaded dyn-clone v1.0.20
6872026-06-10T23:01:27.608Z Downloaded dof v0.4.0
6882026-06-10T23:01:27.608Z Downloaded async-recursion v1.1.1
6892026-06-10T23:01:27.611Z Downloaded funty v2.0.0
6902026-06-10T23:01:27.611Z Downloaded curve25519-dalek-derive v0.1.1
6912026-06-10T23:01:27.611Z Downloaded fs-err v2.11.0
6922026-06-10T23:01:27.614Z Downloaded enum-as-inner v0.6.1
6932026-06-10T23:01:27.614Z Downloaded debug-ignore v1.0.5
6942026-06-10T23:01:27.617Z Downloaded anstyle-parse v0.2.7
6952026-06-10T23:01:27.617Z Downloaded fixedbitset v0.5.7
6962026-06-10T23:01:27.620Z Downloaded darling_core v0.21.3
6972026-06-10T23:01:27.624Z Downloaded embedded-io v0.6.1
6982026-06-10T23:01:27.625Z Downloaded const_format_proc_macros v0.2.34
6992026-06-10T23:01:27.627Z Downloaded chacha20 v0.9.1
7002026-06-10T23:01:27.628Z Downloaded adler2 v2.0.1
7012026-06-10T23:01:27.628Z Downloaded futures-channel v0.3.32
7022026-06-10T23:01:27.631Z Downloaded darling_macro v0.20.11
7032026-06-10T23:01:27.631Z Downloaded bit-vec v0.8.0
7042026-06-10T23:01:27.631Z Downloaded compression-codecs v0.4.37
7052026-06-10T23:01:27.634Z Downloaded home v0.5.12
7062026-06-10T23:01:27.634Z Downloaded crossbeam-channel v0.5.15
7072026-06-10T23:01:27.637Z Downloaded fxhash v0.2.1
7082026-06-10T23:01:27.637Z Downloaded constant_time_eq v0.4.2
7092026-06-10T23:01:27.640Z Downloaded derive_builder_core v0.20.2
7102026-06-10T23:01:27.640Z Downloaded foldhash v0.2.0
7112026-06-10T23:01:27.640Z Downloaded critical-section v1.2.0
7122026-06-10T23:01:27.644Z Downloaded foldhash v0.1.5
7132026-06-10T23:01:27.644Z Downloaded cmake v0.1.57
7142026-06-10T23:01:27.648Z Downloaded derive_builder v0.20.2
7152026-06-10T23:01:27.648Z Downloaded futures-sink v0.3.32
7162026-06-10T23:01:27.651Z Downloaded camino-tempfile-ext v0.3.3
7172026-06-10T23:01:27.651Z Downloaded http-range v0.1.5
7182026-06-10T23:01:27.654Z Downloaded futures-macro v0.3.32
7192026-06-10T23:01:27.655Z Downloaded bit-vec v0.6.3
7202026-06-10T23:01:27.655Z Downloaded http-body v1.0.1
7212026-06-10T23:01:27.657Z Downloaded httpdate v1.0.3
7222026-06-10T23:01:27.658Z Downloaded darling_core v0.23.0
7232026-06-10T23:01:27.658Z Downloaded daft-derive v0.1.7
7242026-06-10T23:01:27.666Z Downloaded convert_case v0.10.0
7252026-06-10T23:01:27.676Z Downloaded hostname v0.4.2
7262026-06-10T23:01:27.676Z Downloaded hex v0.4.3
7272026-06-10T23:01:27.676Z Downloaded glob v0.3.3
7282026-06-10T23:01:27.676Z Downloaded fs_extra v1.3.0
7292026-06-10T23:01:27.676Z Downloaded crypto-bigint v0.5.5
7302026-06-10T23:01:27.676Z Downloaded gethostname v0.5.0
7312026-06-10T23:01:27.676Z Downloaded group v0.13.0
7322026-06-10T23:01:27.676Z Downloaded illumos-nvpair v0.3.0
7332026-06-10T23:01:27.676Z Downloaded diesel-dtrace v0.5.0
7342026-06-10T23:01:27.680Z Downloaded git-stub-vcs v0.1.0
7352026-06-10T23:01:27.680Z Downloaded cargo_metadata v0.23.1
7362026-06-10T23:01:27.680Z Downloaded hyper-tls v0.6.0
7372026-06-10T23:01:27.680Z Downloaded hubpack v0.1.2
7382026-06-10T23:01:27.684Z Downloaded indoc v1.0.9
7392026-06-10T23:01:27.684Z Downloaded diesel_derives v2.3.7
7402026-06-10T23:01:27.687Z Downloaded internet-checksum v0.2.1
7412026-06-10T23:01:27.687Z Downloaded filetime v0.2.27
7422026-06-10T23:01:27.692Z Downloaded derive-ex v0.1.8
7432026-06-10T23:01:27.692Z Downloaded hubpack_derive v0.1.1
7442026-06-10T23:01:27.692Z Downloaded darling v0.13.4
7452026-06-10T23:01:27.695Z Downloaded is_ci v1.2.0
7462026-06-10T23:01:27.695Z Downloaded inout v0.1.4
7472026-06-10T23:01:27.695Z Downloaded instability v0.3.11
7482026-06-10T23:01:27.695Z Downloaded colored v3.1.1
7492026-06-10T23:01:27.698Z Downloaded instant v0.1.13
7502026-06-10T23:01:27.699Z Downloaded console v0.15.11
7512026-06-10T23:01:27.699Z Downloaded futures-executor v0.3.32
7522026-06-10T23:01:27.702Z Downloaded ed25519 v2.2.3
7532026-06-10T23:01:27.702Z Downloaded diff v0.1.13
7542026-06-10T23:01:27.705Z Downloaded bzip2 v0.4.4
7552026-06-10T23:01:27.705Z Downloaded argon2 v0.5.3
7562026-06-10T23:01:27.705Z Downloaded highway v1.3.0
7572026-06-10T23:01:27.708Z Downloaded crc-any v2.5.0
7582026-06-10T23:01:27.709Z Downloaded cancel-safe-futures v0.1.5
7592026-06-10T23:01:27.712Z Downloaded keccak v0.1.6
7602026-06-10T23:01:27.712Z Downloaded linked-hash-map v0.5.6
7612026-06-10T23:01:27.712Z Downloaded cassowary v0.3.0
7622026-06-10T23:01:27.712Z Downloaded indent_write v2.2.0
7632026-06-10T23:01:27.715Z Downloaded globset v0.4.18
7642026-06-10T23:01:27.715Z Downloaded kstat-rs v0.2.4
7652026-06-10T23:01:27.715Z Downloaded illumos-nvpair-sys v0.2.0
7662026-06-10T23:01:27.715Z Downloaded ident_case v1.0.1
7672026-06-10T23:01:27.722Z Downloaded allocator-api2 v0.2.21
7682026-06-10T23:01:27.725Z Downloaded hostname v0.3.1
7692026-06-10T23:01:27.728Z Downloaded const-oid v0.9.6
7702026-06-10T23:01:27.728Z Downloaded managed v0.8.0
7712026-06-10T23:01:27.732Z Downloaded flume v0.11.1
7722026-06-10T23:01:27.735Z Downloaded libscf-sys v1.1.0
7732026-06-10T23:01:27.735Z Downloaded lazy_static v1.5.0
7742026-06-10T23:01:27.735Z Downloaded http-body-util v0.1.3
7752026-06-10T23:01:27.738Z Downloaded humantime v2.3.0
7762026-06-10T23:01:27.738Z Downloaded lzss v0.8.2
7772026-06-10T23:01:27.741Z Downloaded lru-cache v0.1.2
7782026-06-10T23:01:27.741Z Downloaded md-5 v0.10.6
7792026-06-10T23:01:27.741Z Downloaded hmac v0.12.1
7802026-06-10T23:01:27.745Z Downloaded mime v0.3.17
7812026-06-10T23:01:27.745Z Downloaded md5 v0.7.0
7822026-06-10T23:01:27.748Z Downloaded match_cfg v0.1.0
7832026-06-10T23:01:27.748Z Downloaded deranged v0.5.8
7842026-06-10T23:01:27.751Z Downloaded hyper-staticfile v0.10.1
7852026-06-10T23:01:27.755Z Downloaded is-terminal v0.4.17
7862026-06-10T23:01:27.758Z Downloaded newtype_derive v0.1.6
7872026-06-10T23:01:27.758Z Downloaded new_debug_unreachable v1.0.6
7882026-06-10T23:01:27.758Z Downloaded derive_more v0.99.20
7892026-06-10T23:01:27.761Z Downloaded ipnet v2.11.0
7902026-06-10T23:01:27.761Z Downloaded ingot v0.1.1
7912026-06-10T23:01:27.764Z Downloaded impl-trait-for-tuples v0.2.3
7922026-06-10T23:01:27.764Z Downloaded ingot-types v0.1.2
7932026-06-10T23:01:27.769Z Downloaded ed25519-dalek v2.2.0
7942026-06-10T23:01:27.769Z Downloaded ipnetwork v0.21.1
7952026-06-10T23:01:27.772Z Downloaded des v0.8.1
7962026-06-10T23:01:27.772Z Downloaded newline-converter v0.3.0
7972026-06-10T23:01:27.772Z Downloaded lru-slab v0.1.2
7982026-06-10T23:01:27.772Z Downloaded lru v0.12.5
7992026-06-10T23:01:27.772Z Downloaded nodrop v0.1.14
8002026-06-10T23:01:27.788Z Downloaded num-iter v0.1.45
8012026-06-10T23:01:27.790Z Downloaded crossbeam-utils v0.8.21
8022026-06-10T23:01:27.790Z Downloaded num-derive v0.3.3
8032026-06-10T23:01:27.793Z Downloaded num-conv v0.2.0
8042026-06-10T23:01:27.793Z Downloaded jobserver v0.1.34
8052026-06-10T23:01:27.794Z Downloaded num v0.4.3
8062026-06-10T23:01:27.797Z Downloaded maplit v1.0.2
8072026-06-10T23:01:27.797Z Downloaded normalize-line-endings v0.3.0
8082026-06-10T23:01:27.797Z Downloaded httparse v1.10.1
8092026-06-10T23:01:27.800Z Downloaded lalrpop-util v0.19.12
8102026-06-10T23:01:27.800Z Downloaded drift v0.2.0
8112026-06-10T23:01:27.803Z Downloaded memoffset v0.9.1
8122026-06-10T23:01:27.806Z Downloaded libsw v3.5.0
8132026-06-10T23:01:27.806Z Downloaded arc-swap v1.8.2
8142026-06-10T23:01:27.809Z Downloaded cookie v0.18.1
8152026-06-10T23:01:27.809Z Downloaded num_enum_derive v0.5.11
8162026-06-10T23:01:27.813Z Downloaded nibble_vec v0.1.0
8172026-06-10T23:01:27.813Z Downloaded openssl-probe v0.1.6
8182026-06-10T23:01:27.813Z Downloaded hyper-rustls v0.27.7
8192026-06-10T23:01:27.818Z Downloaded num-derive v0.4.2
8202026-06-10T23:01:27.818Z Downloaded opaque-debug v0.3.1
8212026-06-10T23:01:27.818Z Downloaded libefi-sys v0.1.0
8222026-06-10T23:01:27.822Z Downloaded defmt-macros v1.0.1
8232026-06-10T23:01:27.822Z Downloaded darling_core v0.20.11
8242026-06-10T23:01:27.822Z Downloaded newtype-uuid-macros v0.1.0
8252026-06-10T23:01:27.826Z Downloaded native-tls v0.2.18
8262026-06-10T23:01:27.826Z Downloaded mime_guess v2.0.5
8272026-06-10T23:01:27.827Z Downloaded linear-map v1.2.0
8282026-06-10T23:01:27.830Z Downloaded olpc-cjson v0.1.4
8292026-06-10T23:01:27.830Z Downloaded maybe-uninit v2.0.0
8302026-06-10T23:01:27.830Z Downloaded multimap v0.10.1
8312026-06-10T23:01:27.830Z Downloaded openssl-macros v0.1.1
8322026-06-10T23:01:27.830Z Downloaded colored v2.2.0
8332026-06-10T23:01:27.833Z Downloaded oso-derive v0.27.3
8342026-06-10T23:01:27.833Z Downloaded openssl-probe v0.2.1
8352026-06-10T23:01:27.833Z Downloaded darling v0.21.3
8362026-06-10T23:01:27.838Z Downloaded libloading v0.8.9
8372026-06-10T23:01:27.842Z Downloaded chacha20 v0.10.0
8382026-06-10T23:01:27.845Z Downloaded nonempty v0.12.0
8392026-06-10T23:01:27.845Z Downloaded half v1.8.3
8402026-06-10T23:01:27.845Z Downloaded libsw-core v0.3.2
8412026-06-10T23:01:27.849Z Downloaded getrandom v0.3.4
8422026-06-10T23:01:27.852Z Downloaded futures v0.3.32
8432026-06-10T23:01:27.852Z Downloaded parse-size v1.1.0
8442026-06-10T23:01:27.852Z Downloaded ingot-macros v0.1.1
8452026-06-10T23:01:27.855Z Downloaded indoc v2.0.7
8462026-06-10T23:01:27.855Z Downloaded nanorand v0.7.0
8472026-06-10T23:01:27.881Z Downloaded newtype-uuid v1.3.2
8482026-06-10T23:01:27.881Z Downloaded pbkdf2 v0.11.0
8492026-06-10T23:01:27.881Z Downloaded darling_core v0.13.4
8502026-06-10T23:01:27.881Z Downloaded path-slash v0.1.5
8512026-06-10T23:01:27.881Z Downloaded multer v3.1.0
8522026-06-10T23:01:27.881Z Downloaded parse-display v0.10.0
8532026-06-10T23:01:27.881Z Downloaded getrandom v0.2.17
8542026-06-10T23:01:27.881Z Downloaded pbkdf2 v0.12.2
8552026-06-10T23:01:27.881Z Downloaded const_format v0.2.35
8562026-06-10T23:01:27.881Z Downloaded ahash v0.8.12
8572026-06-10T23:01:27.881Z Downloaded litrs v1.0.0
8582026-06-10T23:01:27.884Z Downloaded num_enum v0.5.11
8592026-06-10T23:01:27.884Z Downloaded phf_shared v0.13.1
8602026-06-10T23:01:27.884Z Downloaded phf_shared v0.12.1
8612026-06-10T23:01:27.888Z Downloaded peg-runtime v0.8.5
8622026-06-10T23:01:27.888Z Downloaded phf_shared v0.11.3
8632026-06-10T23:01:27.888Z Downloaded num-rational v0.4.2
8642026-06-10T23:01:27.888Z Downloaded nu-ansi-term v0.50.3
8652026-06-10T23:01:27.891Z Downloaded memmap2 v0.9.10
8662026-06-10T23:01:27.891Z Downloaded lock_api v0.4.14
8672026-06-10T23:01:27.894Z Downloaded indexmap v1.9.3
8682026-06-10T23:01:27.894Z Downloaded ignore v0.4.25
8692026-06-10T23:01:27.898Z Downloaded num-integer v0.1.46
8702026-06-10T23:01:27.901Z Downloaded packed_struct_codegen v0.10.1
8712026-06-10T23:01:27.901Z Downloaded oxnet v0.1.5
8722026-06-10T23:01:27.904Z Downloaded owo-colors v4.3.0
8732026-06-10T23:01:27.904Z Downloaded num-complex v0.4.6
8742026-06-10T23:01:27.908Z Downloaded predicates-tree v1.0.13
8752026-06-10T23:01:27.911Z Downloaded precomputed-hash v0.1.1
8762026-06-10T23:01:27.911Z Downloaded pin-utils v0.1.0
8772026-06-10T23:01:27.915Z Downloaded powerfmt v0.2.0
8782026-06-10T23:01:27.918Z Downloaded password-hash v0.4.2
8792026-06-10T23:01:27.918Z Downloaded libbz2-rs-sys v0.2.2
8802026-06-10T23:01:27.921Z Downloaded iana-time-zone v0.1.65
8812026-06-10T23:01:27.921Z Downloaded predicates-core v1.0.10
8822026-06-10T23:01:27.924Z Downloaded parking_lot_core v0.8.6
8832026-06-10T23:01:27.924Z Downloaded num_threads v0.1.7
8842026-06-10T23:01:27.924Z Downloaded packed_struct v0.10.1
8852026-06-10T23:01:27.927Z Downloaded oxide-tokio-rt v0.1.4
8862026-06-10T23:01:27.927Z Downloaded proc-macro-error-attr2 v2.0.0
8872026-06-10T23:01:27.927Z Downloaded proc-macro-crate v3.4.0
8882026-06-10T23:01:27.930Z Downloaded proc-macro-crate v1.3.1
8892026-06-10T23:01:27.930Z Downloaded num_enum_derive v0.7.6
8902026-06-10T23:01:27.930Z Downloaded flate2 v1.1.9
8912026-06-10T23:01:27.933Z Downloaded headers v0.4.1
8922026-06-10T23:01:27.936Z Downloaded heapless v0.7.17
8932026-06-10T23:01:27.972Z Downloaded half v2.7.1
8942026-06-10T23:01:27.976Z Downloaded compact_str v0.8.1
8952026-06-10T23:01:27.976Z Downloaded password-hash v0.5.0
8962026-06-10T23:01:27.976Z Downloaded parse-display-derive v0.10.0
8972026-06-10T23:01:27.976Z Downloaded progenitor-client v0.14.0
8982026-06-10T23:01:27.976Z Downloaded progenitor-client v0.10.0
8992026-06-10T23:01:27.976Z Downloaded pem-rfc7468 v0.7.0
9002026-06-10T23:01:27.977Z Downloaded peg-macros v0.8.5
9012026-06-10T23:01:27.977Z Downloaded quick-error v1.2.3
9022026-06-10T23:01:27.977Z Downloaded bytes v1.11.1
9032026-06-10T23:01:27.977Z Downloaded ar_archive_writer v0.5.1
9042026-06-10T23:01:27.977Z Downloaded pem v3.0.6
9052026-06-10T23:01:27.977Z Downloaded cc v1.2.56
9062026-06-10T23:01:27.977Z Downloaded progenitor-macro v0.13.0
9072026-06-10T23:01:27.977Z Downloaded heapless v0.8.0
9082026-06-10T23:01:27.977Z Downloaded chacha20poly1305 v0.10.1
9092026-06-10T23:01:27.977Z Downloaded base64 v0.21.7
9102026-06-10T23:01:27.977Z Downloaded psl-types v2.0.11
9112026-06-10T23:01:27.977Z Downloaded progenitor-macro v0.11.2
9122026-06-10T23:01:27.977Z Downloaded peg v0.8.5
9132026-06-10T23:01:27.977Z Downloaded pin-project-internal v1.1.11
9142026-06-10T23:01:27.977Z Downloaded phf v0.13.1
9152026-06-10T23:01:27.977Z Downloaded progenitor-macro v0.14.0
9162026-06-10T23:01:27.977Z Downloaded phf v0.12.1
9172026-06-10T23:01:27.977Z Downloaded progenitor-client v0.11.2
9182026-06-10T23:01:27.980Z Downloaded pin-project-lite v0.2.17
9192026-06-10T23:01:27.983Z Downloaded paste v1.0.15
9202026-06-10T23:01:27.986Z Downloaded rand_chacha v0.3.1
9212026-06-10T23:01:27.989Z Downloaded recursive v0.1.1
9222026-06-10T23:01:27.990Z Downloaded radium v0.7.0
9232026-06-10T23:01:27.993Z Downloaded polyval v0.6.2
9242026-06-10T23:01:27.993Z Downloaded num_enum v0.7.6
9252026-06-10T23:01:27.996Z Downloaded predicates v3.1.4
9262026-06-10T23:01:27.996Z Downloaded derive_more v2.1.1
9272026-06-10T23:01:28.002Z Downloaded rand_xorshift v0.4.0
9282026-06-10T23:01:28.005Z Downloaded proc-macro-error2 v2.0.1
9292026-06-10T23:01:28.005Z Downloaded primeorder v0.13.6
9302026-06-10T23:01:28.009Z Downloaded progenitor v0.11.2
9312026-06-10T23:01:28.012Z Downloaded der v0.7.10
9322026-06-10T23:01:28.015Z Downloaded ppv-lite86 v0.2.21
9332026-06-10T23:01:28.015Z Downloaded ref-cast-impl v1.0.25
9342026-06-10T23:01:28.019Z Downloaded parking_lot v0.11.2
9352026-06-10T23:01:28.019Z Downloaded progenitor-extras v0.2.0
9362026-06-10T23:01:28.019Z Downloaded progenitor-client v0.13.0
9372026-06-10T23:01:28.022Z Downloaded progenitor v0.14.0
9382026-06-10T23:01:28.022Z Downloaded recursive-proc-macro-impl v0.1.1
9392026-06-10T23:01:28.027Z Downloaded derive_more-impl v2.1.1
9402026-06-10T23:01:28.031Z Downloaded indicatif v0.18.4
9412026-06-10T23:01:28.034Z Downloaded progenitor v0.13.0
9422026-06-10T23:01:28.037Z Downloaded parking_lot v0.12.5
9432026-06-10T23:01:28.037Z Downloaded psm v0.1.30
9442026-06-10T23:01:28.043Z Downloaded hickory-resolver v0.24.4
9452026-06-10T23:01:28.046Z Downloaded russh-cryptovec v0.7.3
9462026-06-10T23:01:28.050Z Downloaded rustc_version v0.1.7
9472026-06-10T23:01:28.050Z Downloaded ref-cast v1.0.25
9482026-06-10T23:01:28.050Z Downloaded async-compression v0.4.41
9492026-06-10T23:01:28.054Z Downloaded postcard v1.1.3
9502026-06-10T23:01:28.057Z Downloaded papergrid v0.17.0
9512026-06-10T23:01:28.060Z Downloaded miniz_oxide v0.8.9
9522026-06-10T23:01:28.063Z Downloaded bumpalo v3.20.2
9532026-06-10T23:01:28.063Z Downloaded pkcs5 v0.7.1
9542026-06-10T23:01:28.069Z Downloaded rand_core v0.9.5
9552026-06-10T23:01:28.072Z Downloaded pkg-config v0.3.32
9562026-06-10T23:01:28.072Z Downloaded pkcs8 v0.10.2
9572026-06-10T23:01:28.072Z Downloaded r2d2 v0.8.10
9582026-06-10T23:01:28.075Z Downloaded rand_core v0.10.0
9592026-06-10T23:01:28.075Z Downloaded rand_chacha v0.9.0
9602026-06-10T23:01:28.075Z Downloaded rand_core v0.6.4
9612026-06-10T23:01:28.078Z Downloaded rand_seeder v0.4.0
9622026-06-10T23:01:28.081Z Downloaded oso v0.27.3
9632026-06-10T23:01:28.082Z Downloaded scopeguard v1.2.0
9642026-06-10T23:01:28.086Z Downloaded same-file v1.0.6
9652026-06-10T23:01:28.089Z Downloaded sapling-renderdag v0.1.0
9662026-06-10T23:01:28.089Z Downloaded hashbrown v0.13.2
9672026-06-10T23:01:28.092Z Downloaded poly1305 v0.8.0
9682026-06-10T23:01:28.092Z Downloaded p256 v0.13.2
9692026-06-10T23:01:28.095Z Downloaded parking_lot_core v0.9.12
9702026-06-10T23:01:28.098Z Downloaded rfc6979 v0.4.0
9712026-06-10T23:01:28.101Z Downloaded seq-macro v0.3.6
9722026-06-10T23:01:28.105Z Downloaded secrecy v0.8.0
9732026-06-10T23:01:28.105Z Downloaded scrypt v0.11.0
9742026-06-10T23:01:28.105Z Downloaded secrecy v0.10.3
9752026-06-10T23:01:28.108Z Downloaded pkcs1 v0.7.5
9762026-06-10T23:01:28.108Z Downloaded hashbrown v0.12.3
9772026-06-10T23:01:28.111Z Downloaded resolv-conf v0.7.6
9782026-06-10T23:01:28.111Z Downloaded jiff-static v0.2.21
9792026-06-10T23:01:28.114Z Downloaded postgres-types v0.2.12
9802026-06-10T23:01:28.119Z Downloaded scroll_derive v0.13.1
9812026-06-10T23:01:28.119Z Downloaded rustc-hash v2.1.1
9822026-06-10T23:01:28.122Z Downloaded scheduled-thread-pool v0.2.7
9832026-06-10T23:01:28.122Z Downloaded serde_plain v1.0.2
9842026-06-10T23:01:28.122Z Downloaded serde_spanned v1.0.4
9852026-06-10T23:01:28.125Z Downloaded serde-big-array v0.5.1
9862026-06-10T23:01:28.126Z Downloaded salsa20 v0.10.2
9872026-06-10T23:01:28.126Z Downloaded serde_urlencoded v0.7.1
9882026-06-10T23:01:28.129Z Downloaded hickory-resolver v0.25.2
9892026-06-10T23:01:28.129Z Downloaded sha1 v0.10.6
9902026-06-10T23:01:28.133Z Downloaded rustls-native-certs v0.8.3
9912026-06-10T23:01:28.136Z Downloaded serde_repr v0.1.20
9922026-06-10T23:01:28.136Z Downloaded serde_bytes v0.11.19
9932026-06-10T23:01:28.139Z Downloaded omicron-zone-package v0.12.2
9942026-06-10T23:01:28.142Z Downloaded semver v0.1.20
9952026-06-10T23:01:28.142Z Downloaded rtoolbox v0.0.3
9962026-06-10T23:01:28.145Z Downloaded quinn-udp v0.5.14
9972026-06-10T23:01:28.148Z Downloaded rustversion v1.0.22
9982026-06-10T23:01:28.153Z Downloaded signal-hook-mio v0.2.5
9992026-06-10T23:01:28.161Z Downloaded crossterm v0.29.0
10002026-06-10T23:01:28.164Z Downloaded shell-words v1.1.1
10012026-06-10T23:01:28.167Z Downloaded rusty-fork v0.3.1
10022026-06-10T23:01:28.167Z Downloaded siphasher v1.0.2
10032026-06-10T23:01:28.170Z Downloaded signature v2.2.0
10042026-06-10T23:01:28.173Z Downloaded signal-hook-tokio v0.3.1
10052026-06-10T23:01:28.176Z Downloaded rustc_version v0.4.1
10062026-06-10T23:01:28.183Z Downloaded slog-bunyan v2.5.0
10072026-06-10T23:01:28.186Z Downloaded sigpipe v0.1.3
10082026-06-10T23:01:28.189Z Downloaded rustls-pemfile v2.2.0
10092026-06-10T23:01:28.189Z Downloaded slog-envlogger v2.2.0
10102026-06-10T23:01:28.195Z Downloaded sct v0.7.1
10112026-06-10T23:01:28.199Z Downloaded progenitor-impl v0.13.0
10122026-06-10T23:01:28.202Z Downloaded progenitor-impl v0.11.2
10132026-06-10T23:01:28.202Z Downloaded prefix-trie v0.7.0
10142026-06-10T23:01:28.205Z Downloaded sec1 v0.7.3
10152026-06-10T23:01:28.205Z Downloaded progenitor-impl v0.14.0
10162026-06-10T23:01:28.208Z Downloaded scroll v0.13.0
10172026-06-10T23:01:28.208Z Downloaded serde_with_macros v1.5.2
10182026-06-10T23:01:28.211Z Downloaded serde_path_to_error v0.1.20
10192026-06-10T23:01:28.211Z Downloaded serde_derive_internals v0.29.1
10202026-06-10T23:01:28.211Z Downloaded russh-keys v0.45.0
10212026-06-10T23:01:28.215Z Downloaded serde-hex v0.1.0
10222026-06-10T23:01:28.215Z Downloaded postgres-protocol v0.6.10
10232026-06-10T23:01:28.218Z Downloaded sqlparser_derive v0.5.0
10242026-06-10T23:01:28.218Z Downloaded pin-project v1.1.11
10252026-06-10T23:01:28.221Z Downloaded ssh-encoding v0.2.0
10262026-06-10T23:01:28.225Z Downloaded ssh-cipher v0.2.0
10272026-06-10T23:01:28.225Z Downloaded openssl-sys v0.9.115
10282026-06-10T23:01:28.228Z Downloaded strip-ansi-escapes v0.2.1
10292026-06-10T23:01:28.228Z Downloaded rustls-pemfile v1.0.4
10302026-06-10T23:01:28.231Z Downloaded hashbrown v0.16.1
10312026-06-10T23:01:28.234Z Downloaded shlex v1.3.0
10322026-06-10T23:01:28.234Z Downloaded rustls-pki-types v1.14.0
10332026-06-10T23:01:28.234Z Downloaded minimal-lexical v0.2.1
10342026-06-10T23:01:28.237Z Downloaded prettyplease v0.2.37
10352026-06-10T23:01:28.240Z Downloaded itertools v0.10.5
10362026-06-10T23:01:28.243Z Downloaded crossterm v0.28.1
10372026-06-10T23:01:28.246Z Downloaded dropshot-api-manager v0.7.2
10382026-06-10T23:01:28.249Z Downloaded rcgen v0.12.1
10392026-06-10T23:01:28.253Z Downloaded signal-hook-registry v1.4.8
10402026-06-10T23:01:28.257Z Downloaded schemars_derive v0.8.22
10412026-06-10T23:01:28.257Z Downloaded strum v0.26.3
10422026-06-10T23:01:28.257Z Downloaded structmeta-derive v0.3.0
10432026-06-10T23:01:28.260Z Downloaded structmeta v0.3.0
10442026-06-10T23:01:28.263Z Downloaded slog-async v2.8.0
10452026-06-10T23:01:28.266Z Downloaded sync_wrapper v1.0.2
10462026-06-10T23:01:28.267Z Downloaded sync-ptr v0.1.4
10472026-06-10T23:01:28.267Z Downloaded supports-color v3.0.2
10482026-06-10T23:01:28.269Z Downloaded subtle v2.6.1
10492026-06-10T23:01:28.270Z Downloaded strum v0.27.2
10502026-06-10T23:01:28.270Z Downloaded simd-adler32 v0.3.8
10512026-06-10T23:01:28.272Z Downloaded tabwriter v1.4.1
10522026-06-10T23:01:28.273Z Downloaded slog-json v2.6.1
10532026-06-10T23:01:28.276Z Downloaded slog-dtrace v0.3.0
10542026-06-10T23:01:28.276Z Downloaded take_mut v0.2.2
10552026-06-10T23:01:28.279Z Downloaded slab v0.4.12
10562026-06-10T23:01:28.282Z Downloaded ron v0.8.1
10572026-06-10T23:01:28.285Z Downloaded slog-stdlog v4.1.1
10582026-06-10T23:01:28.288Z Downloaded slog-scope v4.4.1
10592026-06-10T23:01:28.288Z Downloaded smf v0.2.3
10602026-06-10T23:01:28.292Z Downloaded termtree v0.5.1
10612026-06-10T23:01:28.292Z Downloaded tap v1.0.1
10622026-06-10T23:01:28.295Z Downloaded rustls-platform-verifier v0.6.2
10632026-06-10T23:01:28.298Z Downloaded spki v0.7.3
10642026-06-10T23:01:28.301Z Downloaded hickory-server v0.25.2
10652026-06-10T23:01:28.305Z Downloaded serde_with_macros v3.17.0
10662026-06-10T23:01:28.309Z Downloaded testing_table v0.3.0
10672026-06-10T23:01:28.313Z Downloaded thiserror-impl-no-std v2.0.2
10682026-06-10T23:01:28.316Z Downloaded thread-id v5.1.0
10692026-06-10T23:01:28.316Z Downloaded rayon-core v1.13.0
10702026-06-10T23:01:28.319Z Downloaded static_assertions v1.1.0
10712026-06-10T23:01:28.319Z Downloaded tabled_derive v0.11.0
10722026-06-10T23:01:28.319Z Downloaded num-bigint v0.4.6
10732026-06-10T23:01:28.322Z Downloaded stacker v0.1.23
10742026-06-10T23:01:28.325Z Downloaded strsim v0.10.0
10752026-06-10T23:01:28.325Z Downloaded stringprep v0.1.5
10762026-06-10T23:01:28.326Z Downloaded string_cache v0.8.9
10772026-06-10T23:01:28.329Z Downloaded aes-gcm v0.10.3
10782026-06-10T23:01:28.332Z Downloaded hashbrown v0.15.5
10792026-06-10T23:01:28.343Z Downloaded ryu v1.0.23
10802026-06-10T23:01:28.346Z Downloaded http v1.4.0
10812026-06-10T23:01:28.349Z Downloaded mio v1.2.0
10822026-06-10T23:01:28.353Z Downloaded tokio-macros v2.7.0
10832026-06-10T23:01:28.353Z Downloaded schemars v0.8.22
10842026-06-10T23:01:28.358Z Downloaded strum_macros v0.27.2
10852026-06-10T23:01:28.361Z Downloaded publicsuffix v2.3.0
10862026-06-10T23:01:28.361Z Downloaded strum_macros v0.26.4
10872026-06-10T23:01:28.366Z Downloaded slog-term v2.9.2
10882026-06-10T23:01:28.369Z Downloaded snafu-derive v0.8.9
10892026-06-10T23:01:28.369Z Downloaded smallvec v0.6.14
10902026-06-10T23:01:28.379Z Downloaded sqlformat v0.3.5
10912026-06-10T23:01:28.382Z Downloaded spin v0.9.8
10922026-06-10T23:01:28.385Z Downloaded quinn v0.11.9
10932026-06-10T23:01:28.390Z Downloaded termios v0.3.3
10942026-06-10T23:01:28.393Z Downloaded topological-sort v0.2.2
10952026-06-10T23:01:28.396Z Downloaded time-core v0.1.8
10962026-06-10T23:01:28.396Z Downloaded thread_local v1.1.9
10972026-06-10T23:01:28.396Z Downloaded pretty_assertions v1.4.1
10982026-06-10T23:01:28.400Z Downloaded thiserror-no-std v2.0.2
10992026-06-10T23:01:28.403Z Downloaded tower-service v0.3.3
11002026-06-10T23:01:28.403Z Downloaded tinyvec_macros v0.1.1
11012026-06-10T23:01:28.406Z Downloaded itertools v0.13.0
11022026-06-10T23:01:28.410Z Downloaded try-lock v0.2.5
11032026-06-10T23:01:28.410Z Downloaded trait-variant v0.1.2
11042026-06-10T23:01:28.410Z Downloaded support-bundle-viewer v0.1.2
11052026-06-10T23:01:28.413Z Downloaded time-macros v0.2.27
11062026-06-10T23:01:28.413Z Downloaded unarray v0.1.4
11072026-06-10T23:01:28.416Z Downloaded rand v0.8.6
11082026-06-10T23:01:28.416Z Downloaded typify-macro v0.4.3
11092026-06-10T23:01:28.419Z Downloaded nom v7.1.3
11102026-06-10T23:01:28.419Z Downloaded itertools v0.12.1
11112026-06-10T23:01:28.423Z Downloaded aho-corasick v1.1.4
11122026-06-10T23:01:28.426Z Downloaded tls_codec v0.4.2
11132026-06-10T23:01:28.429Z Downloaded slog v2.8.2
11142026-06-10T23:01:28.432Z Downloaded tokio-native-tls v0.3.1
11152026-06-10T23:01:28.432Z Downloaded tokio-dtrace v0.1.1
11162026-06-10T23:01:28.432Z Downloaded tokio-tungstenite v0.21.0
11172026-06-10T23:01:28.435Z Downloaded tiny-keccak v2.0.2
11182026-06-10T23:01:28.435Z Downloaded strum_macros v0.24.3
11192026-06-10T23:01:28.435Z Downloaded hyper-util v0.1.20
11202026-06-10T23:01:28.439Z Downloaded libxml v0.3.3
11212026-06-10T23:01:28.442Z Downloaded hyper v1.8.1
11222026-06-10T23:01:28.445Z Downloaded tokio-rustls v0.25.0
11232026-06-10T23:01:28.448Z Downloaded serde_cbor v0.11.2
11242026-06-10T23:01:28.451Z Downloaded blake3 v1.8.3
11252026-06-10T23:01:28.456Z Downloaded untrusted v0.9.0
11262026-06-10T23:01:28.459Z Downloaded untrusted v0.7.1
11272026-06-10T23:01:28.459Z Downloaded unit-prefix v0.5.2
11282026-06-10T23:01:28.459Z Downloaded term v0.7.0
11292026-06-10T23:01:28.462Z Downloaded unicode-truncate v1.1.0
11302026-06-10T23:01:28.462Z Downloaded toml_writer v1.0.6+spec-1.1.0
11312026-06-10T23:01:28.462Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-06-10T23:01:28.466Z Downloaded term v1.2.1
11332026-06-10T23:01:28.466Z Downloaded usdt v0.6.0
11342026-06-10T23:01:28.466Z Downloaded tower-layer v0.3.3
11352026-06-10T23:01:28.469Z Downloaded serde_yaml v0.9.34+deprecated
11362026-06-10T23:01:28.469Z Downloaded typify-macro v0.6.2
11372026-06-10T23:01:28.469Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11382026-06-10T23:01:28.472Z Downloaded iri-string v0.7.10
11392026-06-10T23:01:28.477Z Downloaded utf-8 v0.7.6
11402026-06-10T23:01:28.480Z Downloaded signal-hook v0.3.18
11412026-06-10T23:01:28.480Z Downloaded num-bigint-dig v0.8.6
11422026-06-10T23:01:28.485Z Downloaded tui-tree-widget v0.23.1
11432026-06-10T23:01:28.488Z Downloaded qorb v0.4.1
11442026-06-10T23:01:28.488Z Downloaded tagptr v0.2.0
11452026-06-10T23:01:28.491Z Downloaded usdt-macro v0.6.0
11462026-06-10T23:01:28.496Z Downloaded rustls-webpki v0.103.9
11472026-06-10T23:01:28.506Z Downloaded schemars v0.9.0
11482026-06-10T23:01:28.514Z Downloaded wait-timeout v0.2.1
11492026-06-10T23:01:28.517Z Downloaded tokio-tungstenite v0.23.1
11502026-06-10T23:01:28.518Z Downloaded tokio-rustls v0.26.4
11512026-06-10T23:01:28.518Z Downloaded samael v0.0.19
11522026-06-10T23:01:28.521Z Downloaded unicase v2.9.0
11532026-06-10T23:01:28.525Z Downloaded socket2 v0.6.3
11542026-06-10T23:01:28.525Z Downloaded tls_codec_derive v0.4.2
11552026-06-10T23:01:28.525Z Downloaded xattr v1.6.1
11562026-06-10T23:01:28.528Z Downloaded usdt-attr-macro v0.6.0
11572026-06-10T23:01:28.528Z Downloaded rsa v0.9.10
11582026-06-10T23:01:28.532Z Downloaded tokio-stream v0.1.18
11592026-06-10T23:01:28.535Z Downloaded universal-hash v0.5.1
11602026-06-10T23:01:28.535Z Downloaded snafu v0.8.9
11612026-06-10T23:01:28.538Z Downloaded futures-util v0.3.32
11622026-06-10T23:01:28.544Z Downloaded zeroize_derive v1.4.3
11632026-06-10T23:01:28.546Z Downloaded xshell-macros v0.2.7
11642026-06-10T23:01:28.546Z Downloaded waitgroup v0.1.2
11652026-06-10T23:01:28.547Z Downloaded want v0.3.1
11662026-06-10T23:01:28.547Z Downloaded toml_parser v1.0.9+spec-1.1.0
11672026-06-10T23:01:28.555Z Downloaded test-strategy v0.4.5
11682026-06-10T23:01:28.559Z Downloaded uzers v0.12.2
11692026-06-10T23:01:28.564Z Downloaded nom v8.0.0
11702026-06-10T23:01:28.567Z Downloaded socket2 v0.5.10
11712026-06-10T23:01:28.572Z Downloaded chrono v0.4.44
11722026-06-10T23:01:28.576Z Downloaded zone_cfg_derive v0.3.1
11732026-06-10T23:01:28.579Z Downloaded tracing-attributes v0.1.31
11742026-06-10T23:01:28.579Z Downloaded tokio-rustls v0.24.1
11752026-06-10T23:01:28.582Z Downloaded tinyvec v1.10.0
11762026-06-10T23:01:28.585Z Downloaded vergen-lib v9.1.0
11772026-06-10T23:01:28.585Z Downloaded rand v0.9.2
11782026-06-10T23:01:28.588Z Downloaded h2 v0.4.13
11792026-06-10T23:01:28.591Z Downloaded subprocess v0.2.15
11802026-06-10T23:01:28.594Z Downloaded twox-hash v2.1.2
11812026-06-10T23:01:28.594Z Downloaded similar v2.7.0
11822026-06-10T23:01:28.597Z Downloaded walkdir v2.5.0
11832026-06-10T23:01:28.597Z Downloaded unicode-properties v0.1.4
11842026-06-10T23:01:28.601Z Downloaded toml v1.0.6+spec-1.1.0
11852026-06-10T23:01:28.606Z Downloaded zone v0.3.1
11862026-06-10T23:01:28.608Z Downloaded void v1.0.2
11872026-06-10T23:01:28.608Z Downloaded tar v0.4.45
11882026-06-10T23:01:28.611Z Downloaded usdt-impl v0.6.0
11892026-06-10T23:01:28.611Z Downloaded whoami v1.6.1
11902026-06-10T23:01:28.614Z Downloaded p521 v0.13.3
11912026-06-10T23:01:28.617Z Downloaded wyz v0.5.1
11922026-06-10T23:01:28.617Z Downloaded whoami v2.1.0
11932026-06-10T23:01:28.617Z Downloaded vergen-git2 v9.1.0
11942026-06-10T23:01:28.621Z Downloaded zeroize v1.8.2
11952026-06-10T23:01:28.623Z Downloaded toml v0.7.8
11962026-06-10T23:01:28.631Z Downloaded russh v0.45.0
11972026-06-10T23:01:28.634Z Downloaded hkdf v0.12.4
11982026-06-10T23:01:28.637Z Downloaded steno v0.4.1
11992026-06-10T23:01:28.640Z Downloaded typify v0.6.2
12002026-06-10T23:01:28.644Z Downloaded schemars v1.2.1
12012026-06-10T23:01:28.650Z Downloaded zstd-safe v7.2.4
12022026-06-10T23:01:28.654Z Downloaded zstd v0.13.3
12032026-06-10T23:01:28.654Z Downloaded libm v0.2.16
12042026-06-10T23:01:28.658Z Downloaded rand v0.10.0
12052026-06-10T23:01:28.661Z Downloaded vergen-lib v0.1.6
12062026-06-10T23:01:28.665Z Downloaded typify v0.4.3
12072026-06-10T23:01:28.669Z Downloaded vsss-rs v3.3.4
12082026-06-10T23:01:28.669Z Downloaded git2 v0.20.4
12092026-06-10T23:01:28.673Z Downloaded iddqd v0.4.2
12102026-06-10T23:01:28.678Z Downloaded yasna v0.5.2
12112026-06-10T23:01:28.681Z Downloaded vergen-gitcl v1.0.8
12122026-06-10T23:01:28.681Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-06-10T23:01:28.681Z Downloaded unsafe-libyaml v0.2.11
12142026-06-10T23:01:28.684Z Downloaded vergen v9.1.0
12152026-06-10T23:01:28.684Z Downloaded tracing-core v0.1.36
12162026-06-10T23:01:28.687Z Downloaded rpassword v7.4.0
12172026-06-10T23:01:28.687Z Downloaded aws-lc-rs v1.16.3
12182026-06-10T23:01:28.691Z Downloaded xshell v0.2.7
12192026-06-10T23:01:28.694Z Downloaded uuid v1.23.0
12202026-06-10T23:01:28.699Z Downloaded itertools v0.14.0
12212026-06-10T23:01:28.703Z Downloaded tungstenite v0.23.0
12222026-06-10T23:01:28.706Z Downloaded tungstenite v0.21.0
12232026-06-10T23:01:28.709Z Downloaded reedline v0.40.0
12242026-06-10T23:01:28.713Z Downloaded tokio-postgres v0.7.16
12252026-06-10T23:01:28.721Z Downloaded vte v0.14.1
12262026-06-10T23:01:28.724Z Downloaded rustyline v14.0.0
12272026-06-10T23:01:28.727Z Downloaded serde_with v1.14.0
12282026-06-10T23:01:28.745Z Downloaded zerocopy v0.6.6
12292026-06-10T23:01:28.752Z Downloaded ssh-key v0.6.7
12302026-06-10T23:01:28.756Z Downloaded zopfli v0.8.3
12312026-06-10T23:01:28.769Z Downloaded unicode-bidi v0.3.18
12322026-06-10T23:01:28.774Z Downloaded unicode_categories v0.1.1
12332026-06-10T23:01:28.777Z Downloaded toml_edit v0.19.15
12342026-06-10T23:01:28.784Z Downloaded p384 v0.13.1
12352026-06-10T23:01:28.787Z Downloaded zip v0.6.6
12362026-06-10T23:01:28.790Z Downloaded portable-atomic v1.13.1
12372026-06-10T23:01:28.793Z Downloaded reqwest v0.13.2
12382026-06-10T23:01:28.801Z Downloaded bitvec v1.0.1
12392026-06-10T23:01:28.809Z Downloaded tower v0.5.3
12402026-06-10T23:01:28.814Z Downloaded regex v1.12.3
12412026-06-10T23:01:28.820Z Downloaded rayon v1.11.0
12422026-06-10T23:01:28.843Z Downloaded typed-path v0.9.3
12432026-06-10T23:01:28.849Z Downloaded yansi v1.0.1
12442026-06-10T23:01:28.854Z Downloaded lalrpop v0.19.12
12452026-06-10T23:01:28.860Z Downloaded unicode-segmentation v1.12.0
12462026-06-10T23:01:28.863Z Downloaded salty v0.3.0
12472026-06-10T23:01:28.866Z Downloaded moka v0.12.13
12482026-06-10T23:01:28.870Z Downloaded rustls-webpki v0.101.7
12492026-06-10T23:01:28.878Z Downloaded goblin v0.10.5
12502026-06-10T23:01:28.882Z Downloaded reqwest v0.12.28
12512026-06-10T23:01:28.886Z Downloaded zerocopy-derive v0.8.40
12522026-06-10T23:01:28.892Z Downloaded x509-cert v0.2.5
12532026-06-10T23:01:28.907Z Downloaded quick-xml v0.37.5
12542026-06-10T23:01:28.907Z Downloaded tough v0.22.0
12552026-06-10T23:01:28.925Z Downloaded proptest v1.10.0
12562026-06-10T23:01:28.931Z Downloaded unicode-normalization v0.1.25
12572026-06-10T23:01:28.935Z Downloaded rustls-webpki v0.102.8
12582026-06-10T23:01:28.943Z Downloaded tower-http v0.6.8
12592026-06-10T23:01:28.948Z Downloaded tokio-util v0.7.18
12602026-06-10T23:01:28.952Z Downloaded serde_with v3.17.0
12612026-06-10T23:01:28.966Z Downloaded zip v4.6.1
12622026-06-10T23:01:28.974Z Downloaded curve25519-dalek v4.1.3
12632026-06-10T23:01:28.978Z Downloaded object v0.30.4
12642026-06-10T23:01:28.983Z Downloaded winnow v0.6.26
12652026-06-10T23:01:28.988Z Downloaded winnow v0.5.40
12662026-06-10T23:01:28.993Z Downloaded quinn-proto v0.11.13
12672026-06-10T23:01:28.997Z Downloaded petname v2.0.2
12682026-06-10T23:01:29.000Z Downloaded openssl v0.10.79
12692026-06-10T23:01:29.024Z Downloaded radix_trie v0.2.1
12702026-06-10T23:01:29.027Z Downloaded nix v0.27.1
12712026-06-10T23:01:29.068Z Downloaded vcpkg v0.2.15
12722026-06-10T23:01:29.090Z Downloaded nix v0.31.2
12732026-06-10T23:01:29.096Z Downloaded diesel v2.3.7
12742026-06-10T23:01:29.108Z Downloaded polar-core v0.27.3
12752026-06-10T23:01:29.114Z Downloaded hickory-proto v0.24.4
12762026-06-10T23:01:29.122Z Downloaded zerocopy v0.8.40
12772026-06-10T23:01:29.127Z Downloaded regress v0.11.1
12782026-06-10T23:01:29.131Z Downloaded bstr v1.12.1
12792026-06-10T23:01:29.137Z Downloaded rustls v0.23.37
12802026-06-10T23:01:29.142Z Downloaded nix v0.28.0
12812026-06-10T23:01:29.148Z Downloaded regress v0.10.5
12822026-06-10T23:01:29.154Z Downloaded rustix v0.38.44
12832026-06-10T23:01:29.175Z Downloaded smoltcp v0.9.1
12842026-06-10T23:01:29.181Z Downloaded time v0.3.47
12852026-06-10T23:01:29.187Z Downloaded zlib-rs v0.6.2
12862026-06-10T23:01:29.190Z Downloaded tabled v0.20.0
12872026-06-10T23:01:29.201Z Downloaded rustls v0.21.12
12882026-06-10T23:01:29.217Z Downloaded regex-syntax v0.6.29
12892026-06-10T23:01:29.222Z Downloaded sqlparser v0.61.0
12902026-06-10T23:01:29.235Z Downloaded webpki-roots v1.0.6
12912026-06-10T23:01:29.245Z Downloaded object v0.37.3
12922026-06-10T23:01:29.277Z Downloaded rustls v0.22.4
12932026-06-10T23:01:29.295Z Downloaded hickory-proto v0.25.2
12942026-06-10T23:01:29.303Z Downloaded smoltcp v0.11.0
12952026-06-10T23:01:29.311Z Downloaded openapiv3 v2.2.0
12962026-06-10T23:01:29.323Z Downloaded regex-automata v0.4.14
12972026-06-10T23:01:29.336Z Downloaded regex-syntax v0.8.10
12982026-06-10T23:01:29.340Z Downloaded petgraph v0.6.5
12992026-06-10T23:01:29.386Z Downloaded csv v1.4.0
13002026-06-10T23:01:29.415Z Downloaded libz-sys v1.1.24
13012026-06-10T23:01:29.427Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-06-10T23:01:29.454Z Downloaded tokio v1.52.1
13032026-06-10T23:01:29.476Z Downloaded sled v0.34.7
13042026-06-10T23:01:29.497Z Downloaded typify-impl v0.6.2
13052026-06-10T23:01:29.514Z Downloaded ratatui v0.29.0
13062026-06-10T23:01:29.525Z Downloaded encoding_rs v0.8.35
13072026-06-10T23:01:29.537Z Downloaded typify-impl v0.4.3
13082026-06-10T23:01:29.546Z Downloaded tracing v0.1.44
13092026-06-10T23:01:29.558Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-06-10T23:01:29.565Z Downloaded zerocopy-derive v0.6.6
13112026-06-10T23:01:29.574Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-06-10T23:01:29.632Z Downloaded jiff v0.2.21
13132026-06-10T23:01:29.642Z Downloaded chrono-tz v0.10.4
13142026-06-10T23:01:29.653Z Downloaded petgraph v0.8.3
13152026-06-10T23:01:29.682Z Downloaded sha3 v0.10.8
13162026-06-10T23:01:29.788Z Downloaded ring v0.17.14
13172026-06-10T23:01:30.521Z Downloaded aws-lc-sys v0.40.0
13182026-06-10T23:01:30.766Z Compiling libc v0.2.185
13192026-06-10T23:01:30.766Z Compiling serde v1.0.228
13202026-06-10T23:01:30.769Z Compiling log v0.4.29
13212026-06-10T23:01:30.769Z Compiling find-msvc-tools v0.1.9
13222026-06-10T23:01:30.769Z Compiling shlex v1.3.0
13232026-06-10T23:01:30.916Z Compiling syn v2.0.117
13242026-06-10T23:01:30.920Z Compiling smallvec v1.15.1
13252026-06-10T23:01:30.920Z Compiling typenum v1.19.0
13262026-06-10T23:01:31.106Z Compiling generic-array v0.14.7
13272026-06-10T23:01:31.106Z Compiling subtle v2.6.1
13282026-06-10T23:01:31.155Z Compiling scopeguard v1.2.0
13292026-06-10T23:01:31.168Z Compiling const-oid v0.9.6
13302026-06-10T23:01:31.231Z Compiling serde_json v1.0.149
13312026-06-10T23:01:31.261Z Compiling lock_api v0.4.14
13322026-06-10T23:01:31.288Z Compiling zerocopy v0.8.40
13332026-06-10T23:01:31.346Z Compiling parking_lot_core v0.9.12
13342026-06-10T23:01:31.484Z Compiling pin-project-lite v0.2.17
13352026-06-10T23:01:31.594Z Compiling portable-atomic v1.13.1
13362026-06-10T23:01:31.715Z Compiling pkg-config v0.3.32
13372026-06-10T23:01:31.823Z Compiling getrandom v0.2.17
13382026-06-10T23:01:31.891Z Compiling jobserver v0.1.34
13392026-06-10T23:01:31.997Z Compiling rand_core v0.6.4
13402026-06-10T23:01:32.012Z Compiling errno v0.3.14
13412026-06-10T23:01:32.132Z Compiling cc v1.2.56
13422026-06-10T23:01:32.280Z Compiling signal-hook-registry v1.4.8
13432026-06-10T23:01:32.280Z Compiling bitflags v2.11.0
13442026-06-10T23:01:32.307Z Compiling libm v0.2.16
13452026-06-10T23:01:32.390Z Compiling critical-section v1.2.0
13462026-06-10T23:01:32.506Z Compiling futures-core v0.3.32
13472026-06-10T23:01:32.537Z Compiling parking_lot v0.12.5
13482026-06-10T23:01:32.591Z Compiling mio v1.2.0
13492026-06-10T23:01:32.663Z Compiling once_cell v1.21.3
13502026-06-10T23:01:32.677Z Compiling num-traits v0.2.19
13512026-06-10T23:01:32.762Z Compiling percent-encoding v2.3.2
13522026-06-10T23:01:32.879Z Compiling socket2 v0.6.3
13532026-06-10T23:01:32.917Z Compiling futures-sink v0.3.32
13542026-06-10T23:01:32.958Z Compiling slab v0.4.12
13552026-06-10T23:01:33.022Z Compiling futures-channel v0.3.32
13562026-06-10T23:01:33.036Z Compiling getrandom v0.4.1
13572026-06-10T23:01:33.065Z Compiling futures-task v0.3.32
13582026-06-10T23:01:33.140Z Compiling futures-io v0.3.32
13592026-06-10T23:01:33.237Z Compiling cpufeatures v0.2.17
13602026-06-10T23:01:33.256Z Compiling rand_core v0.10.0
13612026-06-10T23:01:33.289Z Compiling indexmap v2.14.0
13622026-06-10T23:01:33.303Z Compiling rustversion v1.0.22
13632026-06-10T23:01:33.316Z Compiling getrandom v0.3.4
13642026-06-10T23:01:33.420Z Compiling form_urlencoded v1.2.2
13652026-06-10T23:01:33.616Z Compiling cmake v0.1.57
13662026-06-10T23:01:33.696Z Compiling dunce v1.0.5
13672026-06-10T23:01:33.781Z Compiling fs_extra v1.3.0
13682026-06-10T23:01:33.827Z Compiling base64ct v1.8.3
13692026-06-10T23:01:33.961Z Compiling synstructure v0.13.2
13702026-06-10T23:01:34.033Z Compiling ident_case v1.0.1
13712026-06-10T23:01:34.065Z Compiling aws-lc-sys v0.40.0
13722026-06-10T23:01:34.121Z Compiling pem-rfc7468 v0.7.0
13732026-06-10T23:01:34.158Z Compiling iana-time-zone v0.1.65
13742026-06-10T23:01:34.234Z Compiling flagset v0.4.7
13752026-06-10T23:01:34.294Z Compiling rustix v1.1.3
13762026-06-10T23:01:34.359Z Compiling regex-syntax v0.8.10
13772026-06-10T23:01:34.372Z Compiling rand_core v0.9.5
13782026-06-10T23:01:34.386Z Compiling ring v0.17.14
13792026-06-10T23:01:34.426Z Compiling vcpkg v0.2.15
13802026-06-10T23:01:34.572Z Compiling aws-lc-rs v1.16.3
13812026-06-10T23:01:34.650Z Compiling uuid v1.23.0
13822026-06-10T23:01:34.861Z Compiling rustc_version v0.4.1
13832026-06-10T23:01:35.184Z Compiling openssl-sys v0.9.115
13842026-06-10T23:01:35.198Z Compiling tracing-core v0.1.36
13852026-06-10T23:01:35.362Z Compiling base64 v0.22.1
13862026-06-10T23:01:35.608Z Compiling serde_derive v1.0.228
13872026-06-10T23:01:35.677Z Compiling zeroize_derive v1.4.3
13882026-06-10T23:01:35.711Z Compiling zerofrom-derive v0.1.6
13892026-06-10T23:01:35.742Z Compiling yoke-derive v0.8.1
13902026-06-10T23:01:36.047Z Compiling zerovec-derive v0.11.2
13912026-06-10T23:01:36.306Z Compiling zeroize v1.8.2
13922026-06-10T23:01:36.712Z Compiling zerocopy-derive v0.8.40
13932026-06-10T23:01:36.886Z Compiling displaydoc v0.2.5
13942026-06-10T23:01:37.091Z Compiling crypto-common v0.1.7
13952026-06-10T23:01:37.118Z Compiling zerofrom v0.1.6
13962026-06-10T23:01:37.182Z Compiling block-buffer v0.10.4
13972026-06-10T23:01:37.236Z Compiling yoke v0.8.1
13982026-06-10T23:01:37.236Z Compiling tokio-macros v2.7.0
13992026-06-10T23:01:37.348Z Compiling digest v0.10.7
14002026-06-10T23:01:37.421Z Compiling zerovec v0.11.5
14012026-06-10T23:01:37.605Z Compiling futures-macro v0.3.32
14022026-06-10T23:01:37.623Z Compiling zerotrie v0.2.3
14032026-06-10T23:01:37.917Z Compiling tinystr v0.8.2
14042026-06-10T23:01:37.931Z Compiling potential_utf v0.1.4
14052026-06-10T23:01:37.961Z Compiling hmac v0.12.1
14062026-06-10T23:01:38.087Z Compiling icu_locale_core v2.1.1
14072026-06-10T23:01:38.114Z Compiling icu_collections v2.1.1
14082026-06-10T23:01:38.126Z Compiling block-padding v0.3.3
14092026-06-10T23:01:38.280Z Compiling inout v0.1.4
14102026-06-10T23:01:38.393Z Compiling futures-util v0.3.32
14112026-06-10T23:01:38.441Z Compiling cipher v0.4.4
14122026-06-10T23:01:38.576Z Compiling sha2 v0.10.9
14132026-06-10T23:01:38.700Z Compiling icu_provider v2.1.1
14142026-06-10T23:01:38.952Z Compiling icu_normalizer v2.1.1
14152026-06-10T23:01:38.990Z Compiling icu_properties v2.1.2
14162026-06-10T23:01:39.077Z Compiling bytes v1.11.1
14172026-06-10T23:01:39.091Z Compiling der_derive v0.7.3
14182026-06-10T23:01:39.487Z Compiling chrono v0.4.44
14192026-06-10T23:01:39.694Z Compiling tokio v1.52.1
14202026-06-10T23:01:39.959Z Compiling idna_adapter v1.2.1
14212026-06-10T23:01:40.035Z Compiling der v0.7.10
14222026-06-10T23:01:40.094Z Compiling idna v1.1.0
14232026-06-10T23:01:40.099Z Compiling http v1.4.0
14242026-06-10T23:01:40.635Z Compiling url v2.5.8
14252026-06-10T23:01:40.720Z Compiling salsa20 v0.10.2
14262026-06-10T23:01:40.830Z Compiling spki v0.7.3
14272026-06-10T23:01:40.856Z Compiling pbkdf2 v0.12.2
14282026-06-10T23:01:40.974Z Compiling ppv-lite86 v0.2.21
14292026-06-10T23:01:40.992Z Compiling rustls-pki-types v1.14.0
14302026-06-10T23:01:41.033Z Compiling tracing-attributes v0.1.31
14312026-06-10T23:01:41.076Z Compiling thiserror-impl v2.0.18
14322026-06-10T23:01:41.210Z Compiling scrypt v0.11.0
14332026-06-10T23:01:41.282Z Compiling rand_chacha v0.9.0
14342026-06-10T23:01:41.421Z Compiling http-body v1.0.1
14352026-06-10T23:01:41.435Z Compiling aes v0.8.4
14362026-06-10T23:01:41.462Z Compiling cbc v0.1.2
14372026-06-10T23:01:41.667Z Compiling openssl-probe v0.2.1
14382026-06-10T23:01:41.682Z Compiling httparse v1.10.1
14392026-06-10T23:01:41.845Z Compiling untrusted v0.7.1
14402026-06-10T23:01:41.972Z Compiling tinyvec_macros v0.1.1
14412026-06-10T23:01:41.978Z Compiling untrusted v0.9.0
14422026-06-10T23:01:42.043Z Compiling tinyvec v1.10.0
14432026-06-10T23:01:42.059Z Compiling pkcs5 v0.7.1
14442026-06-10T23:01:42.383Z Compiling pest_generator v2.8.6
14452026-06-10T23:01:42.386Z Compiling tracing v0.1.44
14462026-06-10T23:01:42.451Z Compiling thiserror v2.0.18
14472026-06-10T23:01:42.511Z Compiling rand v0.9.2
14482026-06-10T23:01:42.531Z Compiling serde_derive_internals v0.29.1
14492026-06-10T23:01:42.555Z Compiling aho-corasick v1.1.4
14502026-06-10T23:01:42.655Z Compiling tower-service v0.3.3
14512026-06-10T23:01:42.750Z Compiling try-lock v0.2.5
14522026-06-10T23:01:42.862Z Compiling tower-layer v0.3.3
14532026-06-10T23:01:43.029Z Compiling dyn-clone v1.0.20
14542026-06-10T23:01:43.069Z Compiling rustls v0.23.37
14552026-06-10T23:01:43.161Z Compiling schemars v0.8.22
14562026-06-10T23:01:43.237Z Compiling atomic-waker v1.1.2
14572026-06-10T23:01:43.296Z Compiling pest_derive v2.8.6
14582026-06-10T23:01:43.370Z Compiling regex-automata v0.4.14
14592026-06-10T23:01:43.385Z Compiling tokio-util v0.7.18
14602026-06-10T23:01:43.421Z Compiling schemars_derive v0.8.22
14612026-06-10T23:01:43.710Z Compiling want v0.3.1
14622026-06-10T23:01:43.869Z Compiling pkcs8 v0.10.2
14632026-06-10T23:01:44.172Z Compiling h2 v0.4.13
14642026-06-10T23:01:44.172Z Compiling ipnet v2.11.0
14652026-06-10T23:01:44.224Z Compiling scroll_derive v0.13.1
14662026-06-10T23:01:44.386Z Compiling darling_core v0.20.11
14672026-06-10T23:01:44.630Z Compiling foreign-types-shared v0.1.1
14682026-06-10T23:01:44.670Z Compiling pin-utils v0.1.0
14692026-06-10T23:01:44.718Z Compiling openssl v0.10.79
14702026-06-10T23:01:44.744Z Compiling httpdate v1.0.3
14712026-06-10T23:01:44.965Z Compiling foreign-types v0.3.2
14722026-06-10T23:01:44.968Z Compiling tempfile v3.25.0
14732026-06-10T23:01:45.008Z Compiling scroll v0.13.0
14742026-06-10T23:01:45.270Z Compiling unicode-normalization v0.1.25
14752026-06-10T23:01:45.344Z Compiling openssl-macros v0.1.1
14762026-06-10T23:01:45.722Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-06-10T23:01:45.736Z Compiling spin v0.9.8
14782026-06-10T23:01:45.740Z Compiling num-conv v0.2.0
14792026-06-10T23:01:45.878Z Compiling powerfmt v0.2.0
14802026-06-10T23:01:45.938Z Compiling crc32fast v1.5.0
14812026-06-10T23:01:46.078Z Compiling time-core v0.1.8
14822026-06-10T23:01:46.100Z Compiling native-tls v0.2.18
14832026-06-10T23:01:46.225Z Compiling time-macros v0.2.27
14842026-06-10T23:01:46.313Z Compiling deranged v0.5.8
14852026-06-10T23:01:46.625Z Compiling darling_macro v0.20.11
14862026-06-10T23:01:47.090Z Compiling hyper v1.8.1
14872026-06-10T23:01:47.339Z Compiling darling v0.20.11
14882026-06-10T23:01:47.357Z Compiling goblin v0.10.5
14892026-06-10T23:01:47.420Z Compiling rustls-native-certs v0.8.3
14902026-06-10T23:01:47.434Z Compiling sync_wrapper v1.0.2
14912026-06-10T23:01:47.542Z Compiling wait-timeout v0.2.1
14922026-06-10T23:01:47.706Z Compiling usdt-impl v0.6.0
14932026-06-10T23:01:47.810Z Compiling bit-vec v0.8.0
14942026-06-10T23:01:47.913Z Compiling unicode-segmentation v1.12.0
14952026-06-10T23:01:48.040Z Compiling num_threads v0.1.7
14962026-06-10T23:01:48.083Z Compiling quick-error v1.2.3
14972026-06-10T23:01:48.136Z Compiling hyper-util v0.1.20
14982026-06-10T23:01:48.189Z Compiling simd-adler32 v0.3.8
14992026-06-10T23:01:48.291Z Compiling crossbeam-utils v0.8.21
15002026-06-10T23:01:48.432Z Compiling syn v1.0.109
15012026-06-10T23:01:48.579Z Compiling siphasher v1.0.2
15022026-06-10T23:01:48.783Z Compiling rusty-fork v0.3.1
15032026-06-10T23:01:48.797Z Compiling time v0.3.47
15042026-06-10T23:01:48.959Z Compiling bit-set v0.8.0
15052026-06-10T23:01:49.114Z Compiling tower v0.5.3
15062026-06-10T23:01:49.129Z Compiling derive_builder_core v0.20.2
15072026-06-10T23:01:49.543Z Compiling dtrace-parser v0.3.0
15082026-06-10T23:01:49.589Z Compiling http-body-util v0.1.3
15092026-06-10T23:01:49.832Z Compiling webpki-roots v1.0.6
15102026-06-10T23:01:49.854Z Compiling signature v2.2.0
15112026-06-10T23:01:49.954Z Compiling thiserror-impl v1.0.69
15122026-06-10T23:01:49.990Z Compiling scroll_derive v0.12.1
15132026-06-10T23:01:50.039Z Compiling dof v0.4.0
15142026-06-10T23:01:50.281Z Compiling heapless v0.7.17
15152026-06-10T23:01:50.345Z Compiling rand_xorshift v0.4.0
15162026-06-10T23:01:50.505Z Compiling slog v2.8.2
15172026-06-10T23:01:50.527Z Compiling darling_core v0.21.3
15182026-06-10T23:01:50.631Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-06-10T23:01:50.688Z Compiling thread-id v5.1.0
15202026-06-10T23:01:50.770Z Compiling cookie v0.18.1
15212026-06-10T23:01:50.901Z Compiling paste v1.0.15
15222026-06-10T23:01:50.950Z Compiling unarray v0.1.4
15232026-06-10T23:01:51.062Z Compiling zstd-safe v7.2.4
15242026-06-10T23:01:51.168Z Compiling signal-hook v0.3.18
15252026-06-10T23:01:51.181Z Compiling anyhow v1.0.102
15262026-06-10T23:01:51.195Z Compiling allocator-api2 v0.2.21
15272026-06-10T23:01:51.252Z Compiling iri-string v0.7.10
15282026-06-10T23:01:51.333Z Compiling adler2 v2.0.1
15292026-06-10T23:01:51.468Z Compiling unicode-properties v0.1.4
15302026-06-10T23:01:51.481Z Compiling unicode-bidi v0.3.18
15312026-06-10T23:01:51.513Z Compiling ryu v1.0.23
15322026-06-10T23:01:51.705Z Compiling serde_urlencoded v0.7.1
15332026-06-10T23:01:51.719Z Compiling miniz_oxide v0.8.9
15342026-06-10T23:01:51.812Z Compiling thiserror v1.0.69
15352026-06-10T23:01:51.916Z Compiling stringprep v0.1.5
15362026-06-10T23:01:52.002Z Compiling proptest v1.10.0
15372026-06-10T23:01:52.369Z Compiling scroll v0.12.0
15382026-06-10T23:01:52.631Z Compiling tower-http v0.6.8
15392026-06-10T23:01:52.842Z Compiling derive_builder_macro v0.20.2
15402026-06-10T23:01:52.864Z Compiling tokio-native-tls v0.3.1
15412026-06-10T23:01:53.036Z Compiling heck v0.4.1
15422026-06-10T23:01:53.039Z Compiling ipnetwork v0.21.1
15432026-06-10T23:01:53.063Z Compiling darling_macro v0.21.3
15442026-06-10T23:01:53.260Z Compiling bstr v1.12.1
15452026-06-10T23:01:53.289Z Compiling rand_chacha v0.3.1
15462026-06-10T23:01:53.372Z Compiling erased-serde v0.3.31
15472026-06-10T23:01:53.436Z Compiling serde_tokenstream v0.2.3
15482026-06-10T23:01:53.529Z Compiling serde_spanned v0.6.9
15492026-06-10T23:01:53.674Z Compiling toml_datetime v0.6.11
15502026-06-10T23:01:53.741Z Compiling md-5 v0.10.6
15512026-06-10T23:01:53.851Z Compiling zerocopy-derive v0.7.35
15522026-06-10T23:01:53.905Z Compiling async-trait v0.1.89
15532026-06-10T23:01:53.905Z Compiling pin-project-internal v1.1.11
15542026-06-10T23:01:53.932Z Compiling curve25519-dalek v4.1.3
15552026-06-10T23:01:54.095Z Compiling vergen-lib v9.1.0
15562026-06-10T23:01:54.264Z Compiling num-integer v0.1.46
15572026-06-10T23:01:54.278Z Compiling hash32 v0.2.1
15582026-06-10T23:01:54.466Z Compiling ff v0.13.1
15592026-06-10T23:01:54.579Z Compiling memoffset v0.9.1
15602026-06-10T23:01:54.608Z Compiling encoding_rs v0.8.35
15612026-06-10T23:01:54.700Z Compiling zlib-rs v0.6.2
15622026-06-10T23:01:54.766Z Compiling smoltcp v0.9.1
15632026-06-10T23:01:54.914Z Compiling mime v0.3.17
15642026-06-10T23:01:55.017Z Compiling fallible-iterator v0.2.0
15652026-06-10T23:01:55.098Z Compiling base16ct v0.2.0
15662026-06-10T23:01:55.166Z Compiling rustix v0.38.44
15672026-06-10T23:01:55.276Z Compiling cfg_aliases v0.2.1
15682026-06-10T23:01:55.328Z Compiling litrs v1.0.0
15692026-06-10T23:01:55.353Z Compiling ref-cast v1.0.25
15702026-06-10T23:01:55.517Z Compiling psl-types v2.0.11
15712026-06-10T23:01:55.646Z Compiling num-bigint-dig v0.8.6
15722026-06-10T23:01:55.706Z Compiling publicsuffix v2.3.0
15732026-06-10T23:01:55.829Z Compiling document-features v0.2.12
15742026-06-10T23:01:55.880Z Compiling nix v0.31.2
15752026-06-10T23:01:55.952Z Compiling postgres-protocol v0.6.10
15762026-06-10T23:01:56.101Z Compiling sec1 v0.7.3
15772026-06-10T23:01:56.261Z Compiling pin-project v1.1.11
15782026-06-10T23:01:56.376Z Compiling zerocopy v0.7.35
15792026-06-10T23:01:56.400Z Compiling group v0.13.0
15802026-06-10T23:01:56.458Z Compiling num-iter v0.1.45
15812026-06-10T23:01:56.574Z Compiling newtype-uuid v1.3.2
15822026-06-10T23:01:56.686Z Compiling hubpack_derive v0.1.1
15832026-06-10T23:01:56.931Z Compiling darling v0.21.3
15842026-06-10T23:01:56.945Z Compiling rand v0.8.6
15852026-06-10T23:01:56.959Z Compiling derive_builder v0.20.2
15862026-06-10T23:01:57.015Z Compiling oxnet v0.1.5
15872026-06-10T23:01:57.086Z Compiling snafu-derive v0.8.9
15882026-06-10T23:01:57.115Z Compiling hyper-tls v0.6.0
15892026-06-10T23:01:57.343Z Compiling goblin v0.8.2
15902026-06-10T23:01:57.811Z Compiling flate2 v1.1.9
15912026-06-10T23:01:57.977Z Compiling phf_shared v0.13.1
15922026-06-10T23:01:58.206Z Compiling lazy_static v1.5.0
15932026-06-10T23:01:58.222Z Compiling regex v1.12.3
15942026-06-10T23:01:58.239Z Compiling anstyle-parse v0.2.7
15952026-06-10T23:01:58.301Z Compiling strum_macros v0.27.2
15962026-06-10T23:01:58.305Z Compiling futures-executor v0.3.32
15972026-06-10T23:01:58.421Z Compiling hex v0.4.3
15982026-06-10T23:01:58.573Z Compiling hkdf v0.12.4
15992026-06-10T23:01:58.648Z Compiling crypto-bigint v0.5.5
16002026-06-10T23:01:58.689Z Compiling terminal_size v0.4.3
16012026-06-10T23:01:58.736Z Compiling daft-derive v0.1.7
16022026-06-10T23:01:58.827Z Compiling curve25519-dalek-derive v0.1.1
16032026-06-10T23:01:59.017Z Compiling ref-cast-impl v1.0.25
16042026-06-10T23:01:59.469Z Compiling vergen v9.1.0
16052026-06-10T23:01:59.483Z Compiling fs-err v3.3.0
16062026-06-10T23:01:59.554Z Compiling cargo-platform v0.3.2
16072026-06-10T23:01:59.662Z Compiling ahash v0.8.12
16082026-06-10T23:01:59.677Z Compiling bumpalo v3.20.2
16092026-06-10T23:01:59.832Z Compiling winnow v0.5.40
16102026-06-10T23:01:59.865Z Compiling foldhash v0.1.5
16112026-06-10T23:01:59.921Z Compiling same-file v1.0.6
16122026-06-10T23:02:00.037Z Compiling bitflags v1.3.2
16132026-06-10T23:02:00.090Z Compiling foldhash v0.2.0
16142026-06-10T23:02:00.115Z Compiling libbz2-rs-sys v0.2.2
16152026-06-10T23:02:00.244Z Compiling managed v0.8.0
16162026-06-10T23:02:00.314Z Compiling object v0.37.3
16172026-06-10T23:02:00.631Z Compiling bzip2 v0.6.1
16182026-06-10T23:02:00.741Z Compiling strum v0.27.2
16192026-06-10T23:02:00.787Z Compiling hashbrown v0.16.1
16202026-06-10T23:02:00.815Z Compiling clap_builder v4.6.0
16212026-06-10T23:02:00.832Z Compiling walkdir v2.5.0
16222026-06-10T23:02:00.871Z Compiling hashbrown v0.15.5
16232026-06-10T23:02:01.144Z Compiling toml_edit v0.19.15
16242026-06-10T23:02:01.259Z Compiling zopfli v0.8.3
16252026-06-10T23:02:01.284Z Compiling cargo_metadata v0.23.1
16262026-06-10T23:02:01.429Z Compiling elliptic-curve v0.13.8
16272026-06-10T23:02:01.587Z Compiling dof v0.3.0
16282026-06-10T23:02:01.875Z Compiling daft v0.1.7
16292026-06-10T23:02:02.162Z Compiling snafu v0.8.9
16302026-06-10T23:02:02.314Z Compiling futures v0.3.32
16312026-06-10T23:02:02.403Z Compiling anstream v0.6.21
16322026-06-10T23:02:02.681Z Compiling phf v0.13.1
16332026-06-10T23:02:02.846Z Compiling signal-hook-mio v0.2.5
16342026-06-10T23:02:02.969Z Compiling cookie_store v0.22.1
16352026-06-10T23:02:02.998Z Compiling zstd v0.13.3
16362026-06-10T23:02:03.076Z Compiling bzip2 v0.4.4
16372026-06-10T23:02:03.260Z Compiling hubpack v0.1.2
16382026-06-10T23:02:03.291Z Compiling serde_with_macros v3.17.0
16392026-06-10T23:02:03.565Z Compiling postgres-types v0.2.12
16402026-06-10T23:02:03.816Z Compiling usdt-attr-macro v0.6.0
16412026-06-10T23:02:03.831Z Compiling usdt-macro v0.6.0
16422026-06-10T23:02:04.121Z Compiling globset v0.4.18
16432026-06-10T23:02:04.412Z Compiling dtrace-parser v0.2.0
16442026-06-10T23:02:04.559Z Compiling ed25519 v2.2.3
16452026-06-10T23:02:04.599Z Compiling phf_shared v0.11.3
16462026-06-10T23:02:04.718Z Compiling olpc-cjson v0.1.4
16472026-06-10T23:02:04.784Z Compiling pkcs1 v0.7.5
16482026-06-10T23:02:04.803Z Compiling enum-as-inner v0.6.1
16492026-06-10T23:02:04.874Z Compiling clap_derive v4.6.1
16502026-06-10T23:02:04.939Z Compiling strum_macros v0.26.4
16512026-06-10T23:02:05.157Z Compiling serde-big-array v0.5.1
16522026-06-10T23:02:05.191Z Compiling serde_plain v1.0.2
16532026-06-10T23:02:05.295Z Compiling rfc6979 v0.4.0
16542026-06-10T23:02:05.310Z Compiling async-recursion v1.1.1
16552026-06-10T23:02:05.388Z Compiling serde_repr v0.1.20
16562026-06-10T23:02:05.421Z Compiling pem v3.0.6
16572026-06-10T23:02:05.462Z Compiling float-cmp v0.10.0
16582026-06-10T23:02:05.613Z Compiling thread-id v4.2.2
16592026-06-10T23:02:05.700Z Compiling memmap2 v0.9.10
16602026-06-10T23:02:05.739Z Compiling env_filter v1.0.0
16612026-06-10T23:02:05.912Z Compiling keccak v0.1.6
16622026-06-10T23:02:05.916Z Compiling precomputed-hash v0.1.1
16632026-06-10T23:02:05.955Z Compiling data-encoding v2.10.0
16642026-06-10T23:02:06.002Z Compiling jiff v0.2.21
16652026-06-10T23:02:06.043Z Compiling static_assertions v1.1.0
16662026-06-10T23:02:06.120Z Compiling whoami v2.1.0
16672026-06-10T23:02:06.497Z Compiling fixedbitset v0.5.7
16682026-06-10T23:02:06.624Z Compiling new_debug_unreachable v1.0.6
16692026-06-10T23:02:06.653Z Compiling normalize-line-endings v0.3.0
16702026-06-10T23:02:06.693Z Compiling typed-path v0.9.3
16712026-06-10T23:02:06.708Z Compiling difflib v0.4.0
16722026-06-10T23:02:06.749Z Compiling either v1.15.0
16732026-06-10T23:02:06.752Z Compiling fixedbitset v0.4.2
16742026-06-10T23:02:06.846Z Compiling predicates-core v1.0.10
16752026-06-10T23:02:06.967Z Compiling predicates v3.1.4
16762026-06-10T23:02:06.967Z Compiling itertools v0.13.0
16772026-06-10T23:02:07.025Z Compiling petgraph v0.6.5
16782026-06-10T23:02:07.266Z Compiling petgraph v0.8.3
16792026-06-10T23:02:07.633Z Compiling strum v0.26.3
16802026-06-10T23:02:07.810Z Compiling string_cache v0.8.9
16812026-06-10T23:02:07.968Z Compiling toml_edit v0.22.27
16822026-06-10T23:02:08.022Z Compiling clap v4.6.1
16832026-06-10T23:02:08.106Z Compiling tokio-postgres v0.7.16
16842026-06-10T23:02:08.195Z Compiling hickory-proto v0.25.2
16852026-06-10T23:02:08.245Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16862026-06-10T23:02:08.519Z Compiling sha3 v0.10.8
16872026-06-10T23:02:09.011Z Compiling zip v4.6.1
16882026-06-10T23:02:09.226Z Compiling env_logger v0.11.9
16892026-06-10T23:02:09.573Z Compiling usdt v0.6.0
16902026-06-10T23:02:09.839Z Compiling usdt-impl v0.5.0
16912026-06-10T23:02:09.919Z Compiling ecdsa v0.16.9
16922026-06-10T23:02:10.218Z Compiling rsa v0.9.10
16932026-06-10T23:02:10.266Z Compiling ed25519-dalek v2.2.0
16942026-06-10T23:02:10.303Z Compiling crossterm v0.28.1
16952026-06-10T23:02:10.416Z Compiling serde_with v3.17.0
16962026-06-10T23:02:10.917Z Compiling zip v0.6.6
16972026-06-10T23:02:11.433Z Compiling toml v0.7.8
16982026-06-10T23:02:11.506Z Compiling iddqd v0.4.2
16992026-06-10T23:02:12.138Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-06-10T23:02:12.164Z Compiling similar v2.7.0
17012026-06-10T23:02:12.301Z Compiling crossbeam-epoch v0.9.18
17022026-06-10T23:02:12.634Z Compiling tokio-stream v0.1.18
17032026-06-10T23:02:12.782Z Compiling buf-list v1.1.2
17042026-06-10T23:02:12.802Z Compiling x509-cert v0.2.5
17052026-06-10T23:02:12.853Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17062026-06-10T23:02:13.029Z Compiling openapiv3 v2.2.0
17072026-06-10T23:02:13.054Z Compiling sha1 v0.10.6
17082026-06-10T23:02:13.129Z Compiling lalrpop-util v0.19.12
17092026-06-10T23:02:13.162Z Compiling peg-runtime v0.8.5
17102026-06-10T23:02:13.367Z Compiling thread_local v1.1.9
17112026-06-10T23:02:13.375Z Compiling slog-async v2.8.0
17122026-06-10T23:02:13.445Z Compiling crossbeam-channel v0.5.15
17132026-06-10T23:02:13.540Z Compiling is-terminal v0.4.17
17142026-06-10T23:02:13.565Z Compiling filetime v0.2.27
17152026-06-10T23:02:13.640Z Compiling xattr v1.6.1
17162026-06-10T23:02:13.657Z Compiling take_mut v0.2.2
17172026-06-10T23:02:13.736Z Compiling term v1.2.1
17182026-06-10T23:02:13.765Z Compiling tar v0.4.45
17192026-06-10T23:02:14.291Z Compiling slog-term v2.9.2
17202026-06-10T23:02:23.945Z Compiling rustls-webpki v0.103.9
17212026-06-10T23:02:26.753Z Compiling tokio-rustls v0.26.4
17222026-06-10T23:02:26.753Z Compiling rustls-platform-verifier v0.6.2
17232026-06-10T23:02:26.955Z Compiling hyper-rustls v0.27.7
17242026-06-10T23:02:27.160Z Compiling reqwest v0.12.28
17252026-06-10T23:02:27.160Z Compiling reqwest v0.13.2
17262026-06-10T23:02:28.410Z Compiling tough v0.22.0
17272026-06-10T23:02:30.962Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-06-10T23:02:31.256Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-06-10T23:02:34.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17302026-06-10T23:02:34.234Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17312026-06-10T23:02:34.288ZJun 10 23:02:32.707 INFO Starting download, target: Console
17322026-06-10T23:02:34.288ZJun 10 23:02:32.707 INFO Starting download, target: Cockroach
17332026-06-10T23:02:34.288ZJun 10 23:02:32.707 INFO Starting download, target: Clickhouse
17342026-06-10T23:02:34.293ZJun 10 23:02:32.707 INFO Starting download, target: DendriteStub
17352026-06-10T23:02:34.293ZJun 10 23:02:32.707 INFO Starting download, target: MaghemiteMgd
17362026-06-10T23:02:34.293ZJun 10 23:02:32.708 INFO Starting download, target: MaghemiteDdmd
17372026-06-10T23:02:34.293ZJun 10 23:02:32.708 INFO Starting download, target: TransceiverControl
17382026-06-10T23:02:34.293ZJun 10 23:02:32.708 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-06-10T23:02:34.293ZJun 10 23:02:32.708 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17402026-06-10T23:02:34.293ZJun 10 23:02:32.708 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17412026-06-10T23:02:34.293ZJun 10 23:02:32.708 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17422026-06-10T23:02:34.293ZJun 10 23:02:32.708 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17432026-06-10T23:02:34.293ZJun 10 23:02:32.708 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17442026-06-10T23:02:34.293ZJun 10 23:02:32.708 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17452026-06-10T23:02:34.654ZJun 10 23:02:33.047 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17462026-06-10T23:02:34.842ZJun 10 23:02:33.259 INFO Download complete, target: TransceiverControl
17472026-06-10T23:02:35.210ZJun 10 23:02:33.629 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17482026-06-10T23:02:35.458ZJun 10 23:02:33.868 INFO Download complete, target: Console
17492026-06-10T23:02:36.264ZJun 10 23:02:34.675 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17502026-06-10T23:02:36.325ZJun 10 23:02:34.729 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17512026-06-10T23:02:36.444ZJun 10 23:02:34.862 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17522026-06-10T23:02:36.661ZJun 10 23:02:35.080 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17532026-06-10T23:02:37.113ZJun 10 23:02:35.532 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17542026-06-10T23:02:37.113ZJun 10 23:02:35.532 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17552026-06-10T23:02:38.174ZJun 10 23:02:36.593 INFO Download complete, target: MaghemiteDdmd
17562026-06-10T23:02:38.857ZJun 10 23:02:37.276 INFO Download complete, target: MaghemiteMgd
17572026-06-10T23:02:38.857ZJun 10 23:02:37.276 INFO Download complete, target: DendriteStub
17582026-06-10T23:02:41.786ZJun 10 23:02:40.205 INFO Checking that binary works, target: Cockroach
17592026-06-10T23:02:41.899ZJun 10 23:02:40.318 INFO Download complete, target: Cockroach
17602026-06-10T23:02:43.463ZJun 10 23:02:41.882 INFO Checking that binary works, target: Clickhouse
17612026-06-10T23:02:43.603ZJun 10 23:02:42.022 INFO Download complete, target: Clickhouse
17622026-06-10T23:02:43.619ZAll builder prerequisites installed successfully, and PATH looks valid
17632026-06-10T23:02:43.623Z
17642026-06-10T23:02:43.623Zreal 2:18.607423151
17652026-06-10T23:02:43.623Zuser 6:58.227012221
17662026-06-10T23:02:43.623Zsys 1:23.838541918
17672026-06-10T23:02:43.623Ztrap 0.236125461
17682026-06-10T23:02:43.623Ztflt 0.725089173
17692026-06-10T23:02:43.623Zdflt 0.532146306
17702026-06-10T23:02:43.623Zkflt 0.023984623
17712026-06-10T23:02:43.623Zlock 21:52.348163103
17722026-06-10T23:02:43.623Zslp 21:21.837788893
17732026-06-10T23:02:43.623Zlat 43.181140088
17742026-06-10T23:02:43.623Zstop 1:59.375721938
17752026-06-10T23:02:43.623Z+ banner clippy
17762026-06-10T23:02:43.623Z
17772026-06-10T23:02:43.623Z #### # # ##### ##### # #
17782026-06-10T23:02:43.623Z # # # # # # # # # #
17792026-06-10T23:02:43.623Z # # # # # # # #
17802026-06-10T23:02:43.623Z # # # ##### ##### #
17812026-06-10T23:02:43.623Z # # # # # # #
17822026-06-10T23:02:43.623Z #### ###### # # # #
17832026-06-10T23:02:43.623Z
17842026-06-10T23:02:43.623Z+ export CARGO_INCREMENTAL=0
17852026-06-10T23:02:43.623Z+ CARGO_INCREMENTAL=0
17862026-06-10T23:02:43.623Z+ ptime -m cargo xtask clippy
17872026-06-10T23:02:44.178Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17882026-06-10T23:02:44.378Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17892026-06-10T23:02:46.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
17902026-06-10T23:02:46.366Z Running `target/debug/xtask clippy`
17912026-06-10T23:02:46.371Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17922026-06-10T23:02:46.987Z Downloading crates ...
17932026-06-10T23:02:47.190Z Downloaded addr2line v0.25.1
17942026-06-10T23:02:47.194Z Downloaded async-object-pool v0.2.0
17952026-06-10T23:02:47.194Z Downloaded anes v0.1.6
17962026-06-10T23:02:47.197Z Downloaded blake2b_simd v1.0.4
17972026-06-10T23:02:47.201Z Downloaded futures-timer v3.0.3
17982026-06-10T23:02:47.256Z Downloaded linkme-impl v0.3.35
17992026-06-10T23:02:47.256Z Downloaded chumsky v0.9.3
18002026-06-10T23:02:47.259Z Downloaded criterion v0.7.0
18012026-06-10T23:02:47.260Z Downloaded parking v2.2.1
18022026-06-10T23:02:47.260Z Downloaded textwrap v0.15.2
18032026-06-10T23:02:47.260Z Downloaded target-lexicon v0.13.3
18042026-06-10T23:02:47.260Z Downloaded criterion-plot v0.6.0
18052026-06-10T23:02:47.260Z Downloaded constant_time_eq v0.3.1
18062026-06-10T23:02:47.260Z Downloaded target-spec v3.5.7
18072026-06-10T23:02:47.260Z Downloaded backtrace-ext v0.2.1
18082026-06-10T23:02:47.260Z Downloaded oorandom v11.1.5
18092026-06-10T23:02:47.260Z Downloaded knuffel-derive v3.2.0
18102026-06-10T23:02:47.260Z Downloaded terminal_size v0.1.17
18112026-06-10T23:02:47.260Z Downloaded plotters-svg v0.3.7
18122026-06-10T23:02:47.260Z Downloaded approx v0.5.1
18132026-06-10T23:02:47.260Z Downloaded guppy-workspace-hack v0.1.0
18142026-06-10T23:02:47.260Z Downloaded miette-derive v5.10.0
18152026-06-10T23:02:47.260Z Downloaded nested v0.1.1
18162026-06-10T23:02:47.260Z Downloaded datatest-stable v0.3.3
18172026-06-10T23:02:47.260Z Downloaded tinytemplate v1.2.1
18182026-06-10T23:02:47.260Z Downloaded rstest v0.25.0
18192026-06-10T23:02:47.260Z Downloaded linkme v0.3.35
18202026-06-10T23:02:47.260Z Downloaded serde_regex v1.1.0
18212026-06-10T23:02:47.260Z Downloaded event-listener-strategy v0.5.4
18222026-06-10T23:02:47.260Z Downloaded knuffel v3.2.0
18232026-06-10T23:02:47.264Z Downloaded similar-asserts v1.7.0
18242026-06-10T23:02:47.264Z Downloaded supports-unicode v2.1.0
18252026-06-10T23:02:47.264Z Downloaded plotters-backend v0.3.7
18262026-06-10T23:02:47.267Z Downloaded assert-json-diff v2.0.2
18272026-06-10T23:02:47.267Z Downloaded target-triple v1.0.0
18282026-06-10T23:02:47.267Z Downloaded escape8259 v0.5.3
18292026-06-10T23:02:47.270Z Downloaded supports-color v2.1.0
18302026-06-10T23:02:47.273Z Downloaded cast v0.3.0
18312026-06-10T23:02:47.328Z Downloaded supports-hyperlinks v2.1.0
18322026-06-10T23:02:47.328Z Downloaded rust-argon2 v2.1.0
18332026-06-10T23:02:47.332Z Downloaded relative-path v1.9.3
18342026-06-10T23:02:47.332Z Downloaded path-tree v0.8.3
18352026-06-10T23:02:47.332Z Downloaded pathdiff v0.2.3
18362026-06-10T23:02:47.332Z Downloaded partial-io v0.5.4
18372026-06-10T23:02:47.332Z Downloaded tokio-test v0.4.5
18382026-06-10T23:02:47.332Z Downloaded stringmetrics v2.2.2
18392026-06-10T23:02:47.333Z Downloaded concurrent-queue v2.5.0
18402026-06-10T23:02:47.333Z Downloaded termcolor v1.4.1
18412026-06-10T23:02:47.333Z Downloaded rstest_macros v0.25.0
18422026-06-10T23:02:47.333Z Downloaded owo-colors v3.5.0
18432026-06-10T23:02:47.333Z Downloaded rand_distr v0.5.1
18442026-06-10T23:02:47.333Z Downloaded miette v5.10.0
18452026-06-10T23:02:47.333Z Downloaded rustc-demangle v0.1.27
18462026-06-10T23:02:47.333Z Downloaded assert_cmd v2.1.2
18472026-06-10T23:02:47.333Z Downloaded hickory-client v0.25.2
18482026-06-10T23:02:47.333Z Downloaded libtest-mimic v0.8.1
18492026-06-10T23:02:47.333Z Downloaded trybuild v1.0.116
18502026-06-10T23:02:47.333Z Downloaded httptest v0.16.4
18512026-06-10T23:02:47.333Z Downloaded cfg-expr v0.20.6
18522026-06-10T23:02:47.333Z Downloaded event-listener v5.4.1
18532026-06-10T23:02:47.333Z Downloaded async-lock v3.4.2
18542026-06-10T23:02:47.337Z Downloaded fancy-regex v0.14.0
18552026-06-10T23:02:47.340Z Downloaded backtrace v0.3.76
18562026-06-10T23:02:47.365Z Downloaded hashbrown v0.14.5
18572026-06-10T23:02:47.369Z Downloaded plotters v0.3.7
18582026-06-10T23:02:47.373Z Downloaded guppy v0.17.25
18592026-06-10T23:02:47.439Z Downloaded gimli v0.32.3
18602026-06-10T23:02:47.526Z Downloaded httpmock v0.8.3
18612026-06-10T23:02:49.210Z Checking cfg-if v1.0.4
18622026-06-10T23:02:49.500Z Checking libc v0.2.185
18632026-06-10T23:02:49.536Z Checking serde_core v1.0.228
18642026-06-10T23:02:49.587Z Checking memchr v2.8.0
18652026-06-10T23:02:49.646Z Checking smallvec v1.15.1
18662026-06-10T23:02:49.650Z Checking itoa v1.0.17
18672026-06-10T23:02:49.697Z Checking log v0.4.29
18682026-06-10T23:02:49.732Z Checking libm v0.2.16
18692026-06-10T23:02:49.772Z Checking zeroize v1.8.2
18702026-06-10T23:02:49.822Z Checking scopeguard v1.2.0
18712026-06-10T23:02:49.854Z Checking stable_deref_trait v1.2.1
18722026-06-10T23:02:49.898Z Checking zmij v1.0.21
18732026-06-10T23:02:49.944Z Checking errno v0.3.14
18742026-06-10T23:02:49.998Z Checking getrandom v0.2.17
18752026-06-10T23:02:49.998Z Checking lock_api v0.4.14
18762026-06-10T23:02:50.063Z Checking zerofrom v0.1.6
18772026-06-10T23:02:50.076Z Checking percent-encoding v2.3.2
18782026-06-10T23:02:50.113Z Checking litemap v0.8.1
18792026-06-10T23:02:50.163Z Checking writeable v0.6.2
18802026-06-10T23:02:50.185Z Checking yoke v0.8.1
18812026-06-10T23:02:50.188Z Checking icu_normalizer_data v2.1.1
18822026-06-10T23:02:50.284Z Checking icu_properties_data v2.1.2
18832026-06-10T23:02:50.289Z Checking form_urlencoded v1.2.2
18842026-06-10T23:02:50.336Z Checking utf8_iter v1.0.4
18852026-06-10T23:02:50.363Z Checking subtle v2.6.1
18862026-06-10T23:02:50.402Z Checking zerovec v0.11.5
18872026-06-10T23:02:50.402Z Checking zerotrie v0.2.3
18882026-06-10T23:02:50.468Z Checking num-traits v0.2.19
18892026-06-10T23:02:50.505Z Checking rand_core v0.10.0
18902026-06-10T23:02:50.505Z Checking pin-project-lite v0.2.17
18912026-06-10T23:02:50.576Z Checking rand_core v0.6.4
18922026-06-10T23:02:50.579Z Checking parking_lot_core v0.9.12
18932026-06-10T23:02:50.648Z Checking zerocopy v0.8.40
18942026-06-10T23:02:50.711Z Checking getrandom v0.4.1
18952026-06-10T23:02:50.742Z Checking portable-atomic v1.13.1
18962026-06-10T23:02:50.794Z Checking signal-hook-registry v1.4.8
18972026-06-10T23:02:50.858Z Checking parking_lot v0.12.5
18982026-06-10T23:02:50.861Z Checking tinystr v0.8.2
18992026-06-10T23:02:50.919Z Checking potential_utf v0.1.4
19002026-06-10T23:02:50.980Z Checking critical-section v1.2.0
19012026-06-10T23:02:51.013Z Checking serde v1.0.228
19022026-06-10T23:02:51.017Z Checking serde_json v1.0.149
19032026-06-10T23:02:51.081Z Checking bitflags v2.11.0
19042026-06-10T23:02:51.081Z Checking icu_collections v2.1.1
19052026-06-10T23:02:51.087Z Checking icu_locale_core v2.1.1
19062026-06-10T23:02:51.203Z Checking once_cell v1.21.3
19072026-06-10T23:02:51.219Z Checking mio v1.2.0
19082026-06-10T23:02:51.297Z Checking socket2 v0.6.3
19092026-06-10T23:02:51.421Z Checking typenum v1.19.0
19102026-06-10T23:02:51.431Z Checking bytes v1.11.1
19112026-06-10T23:02:51.486Z Checking iana-time-zone v0.1.65
19122026-06-10T23:02:51.549Z Checking uuid v1.23.0
19132026-06-10T23:02:51.574Z Checking thiserror v2.0.18
19142026-06-10T23:02:51.619Z Checking chrono v0.4.44
19152026-06-10T23:02:51.709Z Checking icu_provider v2.1.1
19162026-06-10T23:02:51.766Z Checking semver v1.0.28
19172026-06-10T23:02:51.816Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19182026-06-10T23:02:51.872Z Checking futures-core v0.3.32
19192026-06-10T23:02:51.925Z Checking tokio v1.52.1
19202026-06-10T23:02:51.946Z Checking generic-array v0.14.7
19212026-06-10T23:02:51.982Z Checking icu_properties v2.1.2
19222026-06-10T23:02:51.985Z Checking icu_normalizer v2.1.1
19232026-06-10T23:02:52.074Z Checking equivalent v1.0.2
19242026-06-10T23:02:52.133Z Checking dyn-clone v1.0.20
19252026-06-10T23:02:52.189Z Checking const-oid v0.9.6
19262026-06-10T23:02:52.266Z Checking futures-sink v0.3.32
19272026-06-10T23:02:52.359Z Checking futures-io v0.3.32
19282026-06-10T23:02:52.397Z Checking futures-channel v0.3.32
19292026-06-10T23:02:52.432Z Checking crypto-common v0.1.7
19302026-06-10T23:02:52.497Z Checking block-buffer v0.10.4
19312026-06-10T23:02:52.500Z Checking futures-task v0.3.32
19322026-06-10T23:02:52.582Z Checking slab v0.4.12
19332026-06-10T23:02:52.618Z Checking rustix v1.1.3
19342026-06-10T23:02:52.669Z Checking byteorder v1.5.0
19352026-06-10T23:02:52.707Z Checking hashbrown v0.17.0
19362026-06-10T23:02:52.768Z Checking futures-util v0.3.32
19372026-06-10T23:02:52.827Z Checking idna_adapter v1.2.1
19382026-06-10T23:02:52.871Z Checking digest v0.10.7
19392026-06-10T23:02:52.905Z Checking cpufeatures v0.2.17
19402026-06-10T23:02:52.976Z Checking idna v1.1.0
19412026-06-10T23:02:53.013Z Checking thiserror v1.0.69
19422026-06-10T23:02:53.093Z Checking getrandom v0.3.4
19432026-06-10T23:02:53.151Z Checking fnv v1.0.7
19442026-06-10T23:02:53.203Z Checking indexmap v2.14.0
19452026-06-10T23:02:53.267Z Checking url v2.5.8
19462026-06-10T23:02:53.303Z Checking regex-syntax v0.8.10
19472026-06-10T23:02:53.308Z Checking http v1.4.0
19482026-06-10T23:02:53.414Z Checking ppv-lite86 v0.2.21
19492026-06-10T23:02:53.495Z Checking tracing-core v0.1.36
19502026-06-10T23:02:53.743Z Checking base64 v0.22.1
19512026-06-10T23:02:53.746Z Checking schemars v0.8.22
19522026-06-10T23:02:53.812Z Checking utf8parse v0.2.2
19532026-06-10T23:02:53.846Z Checking tracing v0.1.44
19542026-06-10T23:02:53.915Z Checking ipnet v2.11.0
19552026-06-10T23:02:53.951Z Checking anstyle v1.0.14
19562026-06-10T23:02:54.014Z Checking unicode-ident v1.0.24
19572026-06-10T23:02:54.085Z Checking untrusted v0.9.0
19582026-06-10T23:02:54.152Z Checking proc-macro2 v1.0.106
19592026-06-10T23:02:54.187Z Checking is_terminal_polyfill v1.70.2
19602026-06-10T23:02:54.223Z Checking ring v0.17.14
19612026-06-10T23:02:54.225Z Checking anstyle-query v1.1.5
19622026-06-10T23:02:54.306Z Checking base64ct v1.8.3
19632026-06-10T23:02:54.346Z Checking colorchoice v1.0.4
19642026-06-10T23:02:54.443Z Checking block-padding v0.3.3
19652026-06-10T23:02:54.479Z Checking aho-corasick v1.1.4
19662026-06-10T23:02:54.515Z Checking quote v1.0.45
19672026-06-10T23:02:54.571Z Checking rustls-pki-types v1.14.0
19682026-06-10T23:02:54.609Z Checking inout v0.1.4
19692026-06-10T23:02:54.642Z Checking httparse v1.10.1
19702026-06-10T23:02:54.693Z Checking anstyle-parse v1.0.0
19712026-06-10T23:02:54.733Z Checking syn v2.0.117
19722026-06-10T23:02:54.773Z Checking cipher v0.4.4
19732026-06-10T23:02:54.875Z Checking terminal_size v0.4.3
19742026-06-10T23:02:54.879Z Checking crossbeam-utils v0.8.21
19752026-06-10T23:02:54.943Z Checking anstream v1.0.0
19762026-06-10T23:02:55.009Z Checking allocator-api2 v0.2.21
19772026-06-10T23:02:55.046Z Checking strsim v0.11.1
19782026-06-10T23:02:55.093Z Checking tokio-util v0.7.18
19792026-06-10T23:02:55.168Z Checking clap_lex v1.0.0
19802026-06-10T23:02:55.203Z Checking regex-automata v0.4.14
19812026-06-10T23:02:55.238Z Checking pem-rfc7468 v0.7.0
19822026-06-10T23:02:55.273Z Checking http-body v1.0.1
19832026-06-10T23:02:55.276Z Checking sha2 v0.10.9
19842026-06-10T23:02:55.340Z Checking atomic-waker v1.1.2
19852026-06-10T23:02:55.374Z Checking clap_builder v4.6.0
19862026-06-10T23:02:55.421Z Checking powerfmt v0.2.0
19872026-06-10T23:02:55.458Z Checking rand_core v0.9.5
19882026-06-10T23:02:55.491Z Checking hmac v0.12.1
19892026-06-10T23:02:55.601Z Checking deranged v0.5.8
19902026-06-10T23:02:55.604Z Checking num_threads v0.1.7
19912026-06-10T23:02:55.669Z Checking try-lock v0.2.5
19922026-06-10T23:02:55.672Z Checking num-conv v0.2.0
19932026-06-10T23:02:55.736Z Checking httpdate v1.0.3
19942026-06-10T23:02:55.771Z Checking time-core v0.1.8
19952026-06-10T23:02:55.804Z Checking want v0.3.1
19962026-06-10T23:02:55.848Z Checking h2 v0.4.13
19972026-06-10T23:02:55.909Z Checking erased-serde v0.3.31
19982026-06-10T23:02:55.944Z Checking tower-service v0.3.3
19992026-06-10T23:02:55.979Z Checking pin-utils v0.1.0
20002026-06-10T23:02:56.063Z Checking ryu v1.0.23
20012026-06-10T23:02:56.099Z Checking flagset v0.4.7
20022026-06-10T23:02:56.230Z Checking tower-layer v0.3.3
20032026-06-10T23:02:56.267Z Checking der v0.7.10
20042026-06-10T23:02:56.313Z Checking slog v2.8.2
20052026-06-10T23:02:56.412Z Checking rand_chacha v0.9.0
20062026-06-10T23:02:56.541Z Checking time v0.3.47
20072026-06-10T23:02:56.610Z Checking anyhow v1.0.102
20082026-06-10T23:02:56.648Z Checking clap v4.6.1
20092026-06-10T23:02:56.651Z Checking mime v0.3.17
20102026-06-10T23:02:56.756Z Checking rand v0.9.2
20112026-06-10T23:02:56.838Z Checking spin v0.9.8
20122026-06-10T23:02:56.881Z Checking http-body-util v0.1.3
20132026-06-10T23:02:57.021Z Checking aws-lc-sys v0.40.0
20142026-06-10T23:02:57.059Z Checking untrusted v0.7.1
20152026-06-10T23:02:57.092Z Checking ipnetwork v0.21.1
20162026-06-10T23:02:57.095Z Checking openssl-probe v0.2.1
20172026-06-10T23:02:57.158Z Checking fastrand v2.3.0
20182026-06-10T23:02:57.202Z Checking spki v0.7.3
20192026-06-10T23:02:57.258Z Checking serde_urlencoded v0.7.1
20202026-06-10T23:02:57.260Z Checking pbkdf2 v0.12.2
20212026-06-10T23:02:57.333Z Checking aes v0.8.4
20222026-06-10T23:02:57.368Z Checking encoding_rs v0.8.35
20232026-06-10T23:02:57.405Z Checking regex v1.12.3
20242026-06-10T23:02:57.438Z Checking cbc v0.1.2
20252026-06-10T23:02:57.490Z Checking salsa20 v0.10.2
20262026-06-10T23:02:57.549Z Checking aws-lc-rs v1.16.3
20272026-06-10T23:02:57.598Z Checking rand_chacha v0.3.1
20282026-06-10T23:02:57.652Z Checking hex v0.4.3
20292026-06-10T23:02:57.695Z Checking simd-adler32 v0.3.8
20302026-06-10T23:02:57.731Z Checking pretty-hex v0.4.1
20312026-06-10T23:02:57.769Z Checking scrypt v0.11.0
20322026-06-10T23:02:57.836Z Checking rand v0.8.6
20332026-06-10T23:02:57.882Z Checking tempfile v3.25.0
20342026-06-10T23:02:57.919Z Checking adler2 v2.0.1
20352026-06-10T23:02:57.922Z Checking plain v0.2.3
20362026-06-10T23:02:57.983Z Checking pkcs5 v0.7.1
20372026-06-10T23:02:58.055Z Checking miniz_oxide v0.8.9
20382026-06-10T23:02:58.090Z Checking rustls-native-certs v0.8.3
20392026-06-10T23:02:58.130Z Checking sync_wrapper v1.0.2
20402026-06-10T23:02:58.257Z Checking ucd-trie v0.1.7
20412026-06-10T23:02:58.298Z Checking pkcs8 v0.10.2
20422026-06-10T23:02:58.333Z Checking tower v0.5.3
20432026-06-10T23:02:58.368Z Checking webpki-roots v1.0.6
20442026-06-10T23:02:58.403Z Checking camino v1.2.2
20452026-06-10T23:02:58.439Z Checking pest v2.8.6
20462026-06-10T23:02:58.474Z Checking iri-string v0.7.10
20472026-06-10T23:02:58.477Z Checking rustls-webpki v0.103.9
20482026-06-10T23:02:58.541Z Checking foldhash v0.2.0
20492026-06-10T23:02:58.544Z Checking oxnet v0.1.5
20502026-06-10T23:02:58.607Z Checking hyper v1.8.1
20512026-06-10T23:02:58.683Z Checking futures-executor v0.3.32
20522026-06-10T23:02:58.727Z Checking hashbrown v0.16.1
20532026-06-10T23:02:58.765Z Checking either v1.15.0
20542026-06-10T23:02:58.844Z Checking openapiv3 v2.2.0
20552026-06-10T23:02:58.880Z Checking futures v0.3.32
20562026-06-10T23:02:58.958Z Checking rustls v0.23.37
20572026-06-10T23:02:58.996Z Checking crc32fast v1.5.0
20582026-06-10T23:02:58.999Z Checking static_assertions v1.1.0
20592026-06-10T23:02:59.130Z Checking lazy_static v1.5.0
20602026-06-10T23:02:59.170Z Checking signature v2.2.0
20612026-06-10T23:02:59.240Z Checking winnow v0.7.14
20622026-06-10T23:02:59.276Z Checking hubpack v0.1.2
20632026-06-10T23:02:59.331Z Checking zlib-rs v0.6.2
20642026-06-10T23:02:59.474Z Checking strum v0.26.3
20652026-06-10T23:02:59.519Z Checking tower-http v0.6.8
20662026-06-10T23:02:59.556Z Checking psl-types v2.0.11
20672026-06-10T23:02:59.559Z Checking hyper-util v0.1.20
20682026-06-10T23:02:59.623Z Checking tinyvec_macros v0.1.1
20692026-06-10T23:02:59.702Z Checking publicsuffix v2.3.0
20702026-06-10T23:02:59.741Z Checking tinyvec v1.10.0
20712026-06-10T23:02:59.816Z Checking cookie v0.18.1
20722026-06-10T23:02:59.891Z Checking sha1 v0.10.6
20732026-06-10T23:03:00.069Z Checking num-integer v0.1.46
20742026-06-10T23:03:00.109Z Checking scroll v0.13.0
20752026-06-10T23:03:00.116Z Checking data-encoding v2.10.0
20762026-06-10T23:03:00.174Z Checking cookie_store v0.22.1
20772026-06-10T23:03:00.225Z Checking flate2 v1.1.9
20782026-06-10T23:03:00.322Z Checking toml_datetime v0.6.11
20792026-06-10T23:03:00.364Z Checking goblin v0.10.5
20802026-06-10T23:03:00.436Z Checking serde_spanned v0.6.9
20812026-06-10T23:03:00.439Z Checking memmap2 v0.9.10
20822026-06-10T23:03:00.530Z Checking base16ct v0.2.0
20832026-06-10T23:03:00.533Z Checking bit-vec v0.8.0
20842026-06-10T23:03:00.599Z Checking dtrace-parser v0.3.0
20852026-06-10T23:03:00.602Z Checking ff v0.13.1
20862026-06-10T23:03:00.666Z Checking wait-timeout v0.2.1
20872026-06-10T23:03:00.716Z Checking sec1 v0.7.3
20882026-06-10T23:03:00.753Z Checking bit-set v0.8.0
20892026-06-10T23:03:00.790Z Checking thread-id v5.1.0
20902026-06-10T23:03:00.824Z Checking foreign-types-shared v0.1.1
20912026-06-10T23:03:00.860Z Checking group v0.13.0
20922026-06-10T23:03:00.863Z Checking num-iter v0.1.45
20932026-06-10T23:03:00.927Z Checking bstr v1.12.1
20942026-06-10T23:03:00.930Z Checking hkdf v0.12.4
20952026-06-10T23:03:00.995Z Checking foreign-types v0.3.2
20962026-06-10T23:03:01.000Z Checking crossbeam-epoch v0.9.18
20972026-06-10T23:03:01.061Z Checking anstyle-parse v0.2.7
20982026-06-10T23:03:01.064Z Checking ahash v0.8.12
20992026-06-10T23:03:01.130Z Checking crypto-bigint v0.5.5
21002026-06-10T23:03:01.134Z Checking openssl-sys v0.9.115
21012026-06-10T23:03:01.241Z Checking quick-error v1.2.3
21022026-06-10T23:03:01.279Z Checking anstream v0.6.21
21032026-06-10T23:03:01.316Z Checking tokio-rustls v0.26.4
21042026-06-10T23:03:01.320Z Checking rustls-platform-verifier v0.6.2
21052026-06-10T23:03:01.385Z Checking rusty-fork v0.3.1
21062026-06-10T23:03:01.389Z Checking rand_xorshift v0.4.0
21072026-06-10T23:03:01.503Z Checking scroll v0.12.0
21082026-06-10T23:03:01.539Z Checking unarray v0.1.4
21092026-06-10T23:03:01.574Z Checking num-bigint-dig v0.8.6
21102026-06-10T23:03:01.579Z Checking hyper-rustls v0.27.7
21112026-06-10T23:03:01.579Z Checking openssl v0.10.79
21122026-06-10T23:03:01.648Z Checking pkcs1 v0.7.5
21132026-06-10T23:03:01.677Z Checking proptest v1.10.0
21142026-06-10T23:03:01.761Z Checking goblin v0.8.2
21152026-06-10T23:03:01.846Z Checking reqwest v0.13.2
21162026-06-10T23:03:01.916Z Checking x509-cert v0.2.5
21172026-06-10T23:03:02.041Z Checking elliptic-curve v0.13.8
21182026-06-10T23:03:02.386Z Checking zerocopy v0.7.35
21192026-06-10T23:03:02.435Z Checking unicode-segmentation v1.12.0
21202026-06-10T23:03:02.602Z Checking rsa v0.9.10
21212026-06-10T23:03:02.706Z Checking dof v0.4.0
21222026-06-10T23:03:02.744Z Checking dtrace-parser v0.2.0
21232026-06-10T23:03:02.783Z Checking rfc6979 v0.4.0
21242026-06-10T23:03:02.907Z Checking memoffset v0.9.1
21252026-06-10T23:03:03.151Z Checking thread-id v4.2.2
21262026-06-10T23:03:05.741Z Checking ecdsa v0.16.9
21272026-06-10T23:03:05.742Z Checking curve25519-dalek v4.1.3
21282026-06-10T23:03:05.742Z Checking rustix v0.38.44
21292026-06-10T23:03:05.742Z Checking env_filter v1.0.0
21302026-06-10T23:03:05.797Z Checking toml_write v0.1.2
21312026-06-10T23:03:05.797Z Checking usdt-impl v0.6.0
21322026-06-10T23:03:05.798Z Checking keccak v0.1.6
21332026-06-10T23:03:05.798Z Checking same-file v1.0.6
21342026-06-10T23:03:05.798Z Checking newtype-uuid v1.3.2
21352026-06-10T23:03:05.798Z Checking sha3 v0.10.8
21362026-06-10T23:03:05.798Z Checking walkdir v2.5.0
21372026-06-10T23:03:05.798Z Checking usdt v0.6.0
21382026-06-10T23:03:05.798Z Checking native-tls v0.2.18
21392026-06-10T23:03:05.798Z Checking dof v0.3.0
21402026-06-10T23:03:05.798Z Checking daft v0.1.7
21412026-06-10T23:03:05.798Z Checking toml_edit v0.22.27
21422026-06-10T23:03:05.798Z Checking env_logger v0.11.9
21432026-06-10T23:03:05.798Z Checking ed25519 v2.2.3
21442026-06-10T23:03:05.798Z Checking itertools v0.13.0
21452026-06-10T23:03:05.798Z Checking serde_with v3.17.0
21462026-06-10T23:03:05.798Z Checking tokio-native-tls v0.3.1
21472026-06-10T23:03:05.798Z Checking siphasher v1.0.2
21482026-06-10T23:03:05.798Z Checking usdt-impl v0.5.0
21492026-06-10T23:03:05.798Z Checking bitflags v1.3.2
21502026-06-10T23:03:05.798Z Checking ed25519-dalek v2.2.0
21512026-06-10T23:03:05.798Z Checking hyper-tls v0.6.0
21522026-06-10T23:03:05.798Z Checking nix v0.31.2
21532026-06-10T23:03:05.799Z Checking toml_parser v1.0.9+spec-1.1.0
21542026-06-10T23:03:05.799Z Checking reqwest v0.12.28
21552026-06-10T23:03:05.799Z Checking unicode-normalization v0.1.25
21562026-06-10T23:03:05.799Z Checking signal-hook v0.3.18
21572026-06-10T23:03:05.799Z Checking winnow v0.5.40
21582026-06-10T23:03:05.799Z Checking managed v0.8.0
21592026-06-10T23:03:05.799Z Checking bzip2-sys v0.1.13+1.0.8
21602026-06-10T23:03:05.799Z Checking object v0.37.3
21612026-06-10T23:03:05.799Z Checking foldhash v0.1.5
21622026-06-10T23:03:05.799Z Checking bzip2 v0.4.4
21632026-06-10T23:03:05.799Z Checking signal-hook-mio v0.2.5
21642026-06-10T23:03:05.799Z Checking hashbrown v0.15.5
21652026-06-10T23:03:05.799Z Checking globset v0.4.18
21662026-06-10T23:03:05.799Z Checking ref-cast v1.0.25
21672026-06-10T23:03:05.799Z Checking zstd-sys v2.0.16+zstd.1.5.7
21682026-06-10T23:03:05.799Z Checking zip v0.6.6
21692026-06-10T23:03:05.799Z Checking pin-project v1.1.11
21702026-06-10T23:03:05.800Z Checking zstd-safe v7.2.4
21712026-06-10T23:03:05.800Z Checking bumpalo v3.20.2
21722026-06-10T23:03:05.800Z Checking libbz2-rs-sys v0.2.2
21732026-06-10T23:03:05.800Z Checking crossterm v0.28.1
21742026-06-10T23:03:05.800Z Checking zstd v0.13.3
21752026-06-10T23:03:05.800Z Checking similar v2.7.0
21762026-06-10T23:03:05.801Z Checking tokio-stream v0.1.18
21772026-06-10T23:03:05.801Z Checking zopfli v0.8.3
21782026-06-10T23:03:05.847Z Checking toml_edit v0.19.15
21792026-06-10T23:03:05.883Z Checking fs-err v3.3.0
21802026-06-10T23:03:06.071Z Checking bzip2 v0.6.1
21812026-06-10T23:03:06.084Z Checking pem v3.0.6
21822026-06-10T23:03:06.084Z Checking hash32 v0.2.1
21832026-06-10T23:03:06.226Z Checking serde-big-array v0.5.1
21842026-06-10T23:03:06.229Z Checking unicode-properties v0.1.4
21852026-06-10T23:03:06.229Z Checking unicode-bidi v0.3.18
21862026-06-10T23:03:06.230Z Checking predicates-core v1.0.10
21872026-06-10T23:03:06.257Z Checking jiff v0.2.21
21882026-06-10T23:03:06.265Z Checking heapless v0.7.17
21892026-06-10T23:03:06.324Z Checking snafu v0.8.9
21902026-06-10T23:03:06.358Z Checking olpc-cjson v0.1.4
21912026-06-10T23:03:06.392Z Checking hickory-proto v0.25.2
21922026-06-10T23:03:06.496Z Checking stringprep v0.1.5
21932026-06-10T23:03:06.533Z Checking md-5 v0.10.6
21942026-06-10T23:03:06.589Z Checking serde_plain v1.0.2
21952026-06-10T23:03:06.681Z Checking float-cmp v0.10.0
21962026-06-10T23:03:06.719Z Checking fallible-iterator v0.2.0
21972026-06-10T23:03:06.722Z Checking typed-path v0.9.3
21982026-06-10T23:03:06.783Z Checking normalize-line-endings v0.3.0
21992026-06-10T23:03:06.821Z Checking toml v0.7.8
22002026-06-10T23:03:06.857Z Checking difflib v0.4.0
22012026-06-10T23:03:06.904Z Checking smoltcp v0.9.1
22022026-06-10T23:03:07.018Z Checking postgres-protocol v0.6.10
22032026-06-10T23:03:07.064Z Checking predicates v3.1.4
22042026-06-10T23:03:07.158Z Checking iddqd v0.4.2
22052026-06-10T23:03:07.195Z Checking phf_shared v0.11.3
22062026-06-10T23:03:07.361Z Checking phf_shared v0.13.1
22072026-06-10T23:03:07.398Z Checking buf-list v1.1.2
22082026-06-10T23:03:07.403Z Checking strum v0.27.2
22092026-06-10T23:03:07.520Z Checking fixedbitset v0.4.2
22102026-06-10T23:03:07.524Z Checking tough v0.22.0
22112026-06-10T23:03:07.612Z Checking precomputed-hash v0.1.1
22122026-06-10T23:03:07.618Z Checking new_debug_unreachable v1.0.6
22132026-06-10T23:03:07.656Z Checking lalrpop-util v0.19.12
22142026-06-10T23:03:07.702Z Checking fixedbitset v0.5.7
22152026-06-10T23:03:07.705Z Checking petgraph v0.6.5
22162026-06-10T23:03:07.769Z Checking string_cache v0.8.9
22172026-06-10T23:03:07.841Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22182026-06-10T23:03:07.931Z Checking petgraph v0.8.3
22192026-06-10T23:03:07.969Z Checking phf v0.13.1
22202026-06-10T23:03:08.090Z Checking postgres-types v0.2.12
22212026-06-10T23:03:08.162Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22222026-06-10T23:03:08.449Z Checking peg-runtime v0.8.5
22232026-06-10T23:03:08.488Z Checking whoami v2.1.0
22242026-06-10T23:03:08.527Z Checking zip v4.6.1
22252026-06-10T23:03:08.715Z Checking tokio-postgres v0.7.16
22262026-06-10T23:03:08.755Z Checking is-terminal v0.4.17
22272026-06-10T23:03:08.881Z Checking crossbeam-channel v0.5.15
22282026-06-10T23:03:09.033Z Compiling structmeta-derive v0.3.0
22292026-06-10T23:03:09.133Z Checking thread_local v1.1.9
22302026-06-10T23:03:09.218Z Checking term v1.2.1
22312026-06-10T23:03:09.254Z Checking take_mut v0.2.2
22322026-06-10T23:03:09.328Z Compiling newtype-uuid-macros v0.1.0
22332026-06-10T23:03:09.387Z Checking slog-async v2.8.0
22342026-06-10T23:03:09.470Z Checking slog-term v2.9.2
22352026-06-10T23:03:09.545Z Compiling rustls v0.22.4
22362026-06-10T23:03:09.597Z Compiling multer v3.1.0
22372026-06-10T23:03:09.631Z Compiling async-stream-impl v0.3.6
22382026-06-10T23:03:09.787Z Compiling dropshot v0.17.0
22392026-06-10T23:03:09.856Z Compiling dropshot_endpoint v0.17.0
22402026-06-10T23:03:09.898Z Checking match_cfg v0.1.0
22412026-06-10T23:03:09.998Z Checking hostname v0.3.1
22422026-06-10T23:03:10.036Z Checking slog-json v2.6.1
22432026-06-10T23:03:10.106Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22442026-06-10T23:03:10.140Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22452026-06-10T23:03:10.174Z Compiling structmeta v0.3.0
22462026-06-10T23:03:10.174Z Checking debug-ignore v1.0.5
22472026-06-10T23:03:10.274Z Checking slog-bunyan v2.5.0
22482026-06-10T23:03:10.277Z Checking progenitor-client v0.14.0
22492026-06-10T23:03:10.340Z Checking rustls-webpki v0.102.8
22502026-06-10T23:03:10.380Z Checking serde_spanned v1.0.4
22512026-06-10T23:03:10.418Z Checking toml_datetime v1.0.0+spec-1.1.0
22522026-06-10T23:03:10.451Z Compiling derive-ex v0.1.8
22532026-06-10T23:03:10.514Z Checking serde_path_to_error v0.1.20
22542026-06-10T23:03:10.548Z Checking compression-core v0.4.31
22552026-06-10T23:03:10.582Z Checking toml_writer v1.0.6+spec-1.1.0
22562026-06-10T23:03:10.585Z Checking async-stream v0.3.6
22572026-06-10T23:03:10.701Z Checking compression-codecs v0.4.37
22582026-06-10T23:03:10.772Z Checking waitgroup v0.1.2
22592026-06-10T23:03:10.806Z Checking toml v1.0.6+spec-1.1.0
22602026-06-10T23:03:10.839Z Checking rustls-pemfile v2.2.0
22612026-06-10T23:03:10.890Z Checking hostname v0.4.2
22622026-06-10T23:03:10.927Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-06-10T23:03:10.930Z Checking async-compression v0.4.41
22642026-06-10T23:03:11.007Z Compiling parse-display-derive v0.10.0
22652026-06-10T23:03:11.106Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22662026-06-10T23:03:11.117Z Checking atomicwrites v0.4.4
22672026-06-10T23:03:11.213Z Checking regress v0.10.5
22682026-06-10T23:03:11.250Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22692026-06-10T23:03:11.253Z Checking itertools v0.14.0
22702026-06-10T23:03:11.420Z Checking macaddr v1.0.1
22712026-06-10T23:03:11.612Z Checking instant v0.1.13
22722026-06-10T23:03:11.646Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22732026-06-10T23:03:11.683Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22742026-06-10T23:03:11.728Z Checking backoff v0.4.0
22752026-06-10T23:03:11.904Z Checking backon v1.6.0
22762026-06-10T23:03:11.940Z Checking humantime v2.3.0
22772026-06-10T23:03:12.104Z Checking progenitor-extras v0.2.0
22782026-06-10T23:03:12.158Z Compiling test-strategy v0.4.5
22792026-06-10T23:03:12.161Z Checking progenitor-client v0.10.0
22802026-06-10T23:03:12.227Z Checking unicode-width v0.2.0
22812026-06-10T23:03:12.230Z Checking tokio-rustls v0.25.0
22822026-06-10T23:03:12.355Z Checking heck v0.5.0
22832026-06-10T23:03:12.358Z Compiling convert_case v0.4.0
22842026-06-10T23:03:12.442Z Checking half v2.7.1
22852026-06-10T23:03:12.520Z Checking ciborium-io v0.2.2
22862026-06-10T23:03:12.523Z Checking secrecy v0.10.3
22872026-06-10T23:03:12.642Z Compiling regress v0.11.1
22882026-06-10T23:03:12.679Z Checking indent_write v2.2.0
22892026-06-10T23:03:12.713Z Checking parse-display v0.10.0
22902026-06-10T23:03:12.716Z Checking universal-hash v0.5.1
22912026-06-10T23:03:12.777Z Checking ciborium-ll v0.2.2
22922026-06-10T23:03:12.810Z Compiling derive_more v0.99.20
22932026-06-10T23:03:12.848Z Checking opaque-debug v0.3.1
22942026-06-10T23:03:12.891Z Compiling unsafe-libyaml v0.2.11
22952026-06-10T23:03:12.958Z Checking camino-tempfile v1.4.1
22962026-06-10T23:03:12.990Z Checking ciborium v0.2.2
22972026-06-10T23:03:13.183Z Compiling crucible-workspace-hack v0.1.0
22982026-06-10T23:03:13.442Z Checking aead v0.5.2
22992026-06-10T23:03:13.475Z Compiling serde_yaml v0.9.34+deprecated
23002026-06-10T23:03:13.677Z Checking poly1305 v0.8.0
23012026-06-10T23:03:13.719Z Checking chacha20 v0.9.1
23022026-06-10T23:03:13.752Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-06-10T23:03:13.947Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23042026-06-10T23:03:13.982Z Compiling thiserror-impl-no-std v2.0.2
23052026-06-10T23:03:14.167Z Checking swrite v0.1.0
23062026-06-10T23:03:14.288Z Compiling typify-impl v0.6.2
23072026-06-10T23:03:14.348Z Checking password-hash v0.5.0
23082026-06-10T23:03:14.506Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23092026-06-10T23:03:14.578Z Checking blake2 v0.10.6
23102026-06-10T23:03:14.848Z Checking argon2 v0.5.3
23112026-06-10T23:03:14.989Z Checking chacha20poly1305 v0.10.1
23122026-06-10T23:03:15.149Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23132026-06-10T23:03:15.188Z Checking thiserror-no-std v2.0.2
23142026-06-10T23:03:15.224Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23152026-06-10T23:03:15.307Z Checking vsss-rs v3.3.4
23162026-06-10T23:03:15.449Z Checking byte-wrapper v0.1.0
23172026-06-10T23:03:15.553Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23182026-06-10T23:03:15.593Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23192026-06-10T23:03:15.709Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23202026-06-10T23:03:15.816Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23212026-06-10T23:03:15.851Z Checking crossbeam-deque v0.8.6
23222026-06-10T23:03:15.946Z Compiling rayon-core v1.13.0
23232026-06-10T23:03:16.058Z Checking toml v0.8.23
23242026-06-10T23:03:16.405Z Compiling toml_datetime v0.7.5+spec-1.1.0
23252026-06-10T23:03:16.444Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23262026-06-10T23:03:16.480Z Compiling proc-macro-error v1.0.4
23272026-06-10T23:03:16.549Z Checking rayon v1.11.0
23282026-06-10T23:03:16.683Z Compiling toml_edit v0.23.10+spec-1.0.0
23292026-06-10T23:03:16.856Z Checking tabwriter v1.4.1
23302026-06-10T23:03:16.933Z Checking glob v0.3.3
23312026-06-10T23:03:16.998Z Compiling heapless v0.8.0
23322026-06-10T23:03:17.144Z Checking colored v3.1.1
23332026-06-10T23:03:17.286Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23342026-06-10T23:03:17.321Z Compiling proc-macro-crate v3.4.0
23352026-06-10T23:03:17.416Z Compiling ingot-macros v0.1.1
23362026-06-10T23:03:17.575Z Checking hash32 v0.3.1
23372026-06-10T23:03:17.637Z Checking unicode-width v0.1.14
23382026-06-10T23:03:17.736Z Compiling smoltcp v0.11.0
23392026-06-10T23:03:17.770Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23402026-06-10T23:03:17.897Z Compiling num_enum_derive v0.7.6
23412026-06-10T23:03:18.036Z Checking cobs v0.3.0
23422026-06-10T23:03:18.077Z Compiling usdt-macro v0.5.0
23432026-06-10T23:03:18.179Z Compiling usdt-attr-macro v0.5.0
23442026-06-10T23:03:18.231Z Checking memmap v0.7.0
23452026-06-10T23:03:18.386Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23462026-06-10T23:03:18.681Z Checking postcard v1.1.3
23472026-06-10T23:03:18.767Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23482026-06-10T23:03:18.827Z Compiling typify-macro v0.6.2
23492026-06-10T23:03:18.865Z Compiling proc-macro-crate v1.3.1
23502026-06-10T23:03:18.978Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23512026-06-10T23:03:18.981Z Checking usdt v0.5.0
23522026-06-10T23:03:19.014Z Checking num_enum v0.7.6
23532026-06-10T23:03:19.187Z Checking sigpipe v0.1.3
23542026-06-10T23:03:19.223Z Compiling foreign-types-macros v0.2.3
23552026-06-10T23:03:19.252Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23562026-06-10T23:03:19.295Z Checking foreign-types-shared v0.3.1
23572026-06-10T23:03:19.330Z Checking cpufeatures v0.3.0
23582026-06-10T23:03:19.416Z Compiling num_enum_derive v0.5.11
23592026-06-10T23:03:19.450Z Checking chacha20 v0.10.0
23602026-06-10T23:03:19.693Z Checking cstr-argument v0.1.2
23612026-06-10T23:03:19.696Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23622026-06-10T23:03:19.785Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23632026-06-10T23:03:19.834Z Checking foreign-types v0.5.0
23642026-06-10T23:03:19.868Z Compiling num-derive v0.4.2
23652026-06-10T23:03:19.944Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23662026-06-10T23:03:20.195Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23672026-06-10T23:03:20.237Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23682026-06-10T23:03:20.272Z Checking rand v0.10.0
23692026-06-10T23:03:20.302Z Checking ingot-types v0.1.2
23702026-06-10T23:03:20.336Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23712026-06-10T23:03:20.435Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23722026-06-10T23:03:20.472Z Checking num_enum v0.5.11
23732026-06-10T23:03:20.526Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23742026-06-10T23:03:20.580Z Compiling typify v0.6.2
23752026-06-10T23:03:20.647Z Checking itertools v0.12.1
23762026-06-10T23:03:20.682Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23772026-06-10T23:03:20.717Z Compiling progenitor-impl v0.14.0
23782026-06-10T23:03:20.720Z Checking ingot v0.1.1
23792026-06-10T23:03:20.847Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23802026-06-10T23:03:21.041Z Compiling zone_cfg_derive v0.3.1
23812026-06-10T23:03:21.077Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23822026-06-10T23:03:21.275Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23832026-06-10T23:03:21.546Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23842026-06-10T23:03:21.715Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23852026-06-10T23:03:21.729Z Checking zone v0.3.1
23862026-06-10T23:03:21.737Z Checking smf v0.2.3
23872026-06-10T23:03:21.796Z Checking whoami v1.6.1
23882026-06-10T23:03:21.799Z Checking tokio-dtrace v0.1.1
23892026-06-10T23:03:21.939Z Compiling derive-where v1.6.0
23902026-06-10T23:03:21.998Z Checking console v0.15.11
23912026-06-10T23:03:22.066Z Checking oxide-tokio-rt v0.1.4
23922026-06-10T23:03:22.112Z Checking newline-converter v0.3.0
23932026-06-10T23:03:22.249Z Checking num-rational v0.4.2
23942026-06-10T23:03:22.252Z Checking num-complex v0.4.6
23952026-06-10T23:03:22.322Z Checking float-ord v0.3.2
23962026-06-10T23:03:22.325Z Checking expectorate v1.2.0
23972026-06-10T23:03:22.390Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23982026-06-10T23:03:22.454Z Checking bytecount v0.6.9
23992026-06-10T23:03:22.516Z Compiling owo-colors v4.3.0
24002026-06-10T23:03:22.550Z Compiling prettyplease v0.2.37
24012026-06-10T23:03:22.587Z Compiling cancel-safe-futures v0.1.5
24022026-06-10T23:03:22.648Z Checking num v0.4.3
24032026-06-10T23:03:22.753Z Checking libsw-core v0.3.2
24042026-06-10T23:03:22.874Z Checking linear-map v1.2.0
24052026-06-10T23:03:22.941Z Checking libsw v3.5.0
24062026-06-10T23:03:23.203Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24072026-06-10T23:03:23.307Z Checking gethostname v0.5.0
24082026-06-10T23:03:23.328Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24092026-06-10T23:03:23.369Z Compiling progenitor-macro v0.14.0
24102026-06-10T23:03:23.613Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24112026-06-10T23:03:23.643Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24122026-06-10T23:03:24.500Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24132026-06-10T23:03:24.676Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24142026-06-10T23:03:25.387Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-06-10T23:03:27.399Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24162026-06-10T23:03:27.878Z Checking resolv-conf v0.7.6
24172026-06-10T23:03:28.090Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24182026-06-10T23:03:28.262Z Checking progenitor v0.14.0
24192026-06-10T23:03:28.407Z Checking unicode-linebreak v0.1.5
24202026-06-10T23:03:28.441Z Checking smawk v0.3.2
24212026-06-10T23:03:28.475Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24222026-06-10T23:03:28.522Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24232026-06-10T23:03:28.606Z Checking papergrid v0.11.0
24242026-06-10T23:03:28.655Z Compiling tabled_derive v0.7.0
24252026-06-10T23:03:28.823Z Compiling convert_case v0.10.0
24262026-06-10T23:03:28.859Z Compiling slog-dtrace v0.3.0
24272026-06-10T23:03:29.159Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24282026-06-10T23:03:29.194Z Compiling derive_more-impl v2.1.1
24292026-06-10T23:03:29.653Z Checking tabled v0.15.0
24302026-06-10T23:03:29.934Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24312026-06-10T23:03:30.032Z Checking derive_more v2.1.1
24322026-06-10T23:03:30.144Z Checking crossterm v0.29.0
24332026-06-10T23:03:30.181Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24342026-06-10T23:03:30.212Z Checking linked-hash-map v0.5.6
24352026-06-10T23:03:30.412Z Checking lru-cache v0.1.2
24362026-06-10T23:03:30.449Z Checking hickory-proto v0.24.4
24372026-06-10T23:03:30.564Z Checking fd-lock v4.0.4
24382026-06-10T23:03:30.722Z Checking vte v0.14.1
24392026-06-10T23:03:30.755Z Checking display-error-chain v0.2.2
24402026-06-10T23:03:30.823Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24412026-06-10T23:03:30.876Z Checking termtree v0.5.1
24422026-06-10T23:03:30.910Z Checking strip-ansi-escapes v0.2.1
24432026-06-10T23:03:30.914Z Checking nu-ansi-term v0.50.3
24442026-06-10T23:03:30.986Z Checking textwrap v0.16.2
24452026-06-10T23:03:31.044Z Compiling minimal-lexical v0.2.1
24462026-06-10T23:03:31.077Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24472026-06-10T23:03:31.080Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24482026-06-10T23:03:31.176Z Checking reedline v0.40.0
24492026-06-10T23:03:31.229Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24502026-06-10T23:03:31.332Z Compiling nom v7.1.3
24512026-06-10T23:03:31.571Z Compiling ar_archive_writer v0.5.1
24522026-06-10T23:03:31.678Z Checking csv-core v0.1.13
24532026-06-10T23:03:31.851Z Compiling stacker v0.1.23
24542026-06-10T23:03:31.891Z Checking csv v1.4.0
24552026-06-10T23:03:32.143Z Compiling cfg_aliases v0.1.1
24562026-06-10T23:03:32.253Z Checking highway v1.3.0
24572026-06-10T23:03:32.287Z Checking hickory-resolver v0.24.4
24582026-06-10T23:03:32.360Z Compiling semver v0.1.20
24592026-06-10T23:03:32.367Z Compiling nix v0.28.0
24602026-06-10T23:03:32.433Z Checking nibble_vec v0.1.0
24612026-06-10T23:03:32.467Z Compiling psm v0.1.30
24622026-06-10T23:03:32.507Z Checking endian-type v0.1.2
24632026-06-10T23:03:32.593Z Compiling rustc_version v0.1.7
24642026-06-10T23:03:32.632Z Checking home v0.5.12
24652026-06-10T23:03:32.665Z Checking radix_trie v0.2.1
24662026-06-10T23:03:32.698Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24672026-06-10T23:03:32.767Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24682026-06-10T23:03:32.811Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24692026-06-10T23:03:32.846Z Compiling newtype_derive v0.1.6
24702026-06-10T23:03:32.899Z Checking phf_shared v0.12.1
24712026-06-10T23:03:33.049Z Checking qorb v0.4.1
24722026-06-10T23:03:33.084Z Compiling recursive-proc-macro-impl v0.1.1
24732026-06-10T23:03:33.089Z Compiling chrono-tz v0.10.4
24742026-06-10T23:03:33.379Z Checking phf v0.12.1
24752026-06-10T23:03:33.443Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24762026-06-10T23:03:33.475Z Compiling const_format_proc_macros v0.2.34
24772026-06-10T23:03:33.535Z Checking recursive v0.1.1
24782026-06-10T23:03:33.570Z Compiling peg-macros v0.8.5
24792026-06-10T23:03:33.604Z Checking winnow v0.6.26
24802026-06-10T23:03:33.662Z Checking nom v8.0.0
24812026-06-10T23:03:33.967Z Compiling sqlparser_derive v0.5.0
24822026-06-10T23:03:34.301Z Checking unicode_categories v0.1.1
24832026-06-10T23:03:34.384Z Checking rustyline v14.0.0
24842026-06-10T23:03:34.748Z Checking sqlparser v0.61.0
24852026-06-10T23:03:34.783Z Checking sqlformat v0.3.5
24862026-06-10T23:03:34.940Z Checking peg v0.8.5
24872026-06-10T23:03:35.043Z Checking const_format v0.2.35
24882026-06-10T23:03:35.306Z Checking bcs v0.1.6
24892026-06-10T23:03:35.353Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24902026-06-10T23:03:35.460Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24912026-06-10T23:03:35.570Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24922026-06-10T23:03:35.616Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24932026-06-10T23:03:35.672Z Checking steno v0.4.1
24942026-06-10T23:03:35.706Z Checking filetime v0.2.27
24952026-06-10T23:03:35.874Z Checking xattr v1.6.1
24962026-06-10T23:03:36.041Z Checking tar v0.4.45
24972026-06-10T23:03:36.184Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24982026-06-10T23:03:36.392Z Checking subprocess v0.2.15
24992026-06-10T23:03:36.441Z Checking base64 v0.21.7
25002026-06-10T23:03:36.706Z Checking headers-core v0.3.0
25012026-06-10T23:03:36.742Z Checking yasna v0.5.2
25022026-06-10T23:03:36.745Z Checking dropshot-api-manager-types v0.7.2
25032026-06-10T23:03:36.886Z Checking headers v0.4.1
25042026-06-10T23:03:36.971Z Checking tagptr v0.2.0
25052026-06-10T23:03:37.144Z Checking moka v0.12.13
25062026-06-10T23:03:37.176Z Checking rcgen v0.12.1
25072026-06-10T23:03:37.372Z Checking utf-8 v0.7.6
25082026-06-10T23:03:37.521Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25092026-06-10T23:03:37.554Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25102026-06-10T23:03:37.685Z Compiling libefi-sys v0.1.0
25112026-06-10T23:03:37.697Z Checking tungstenite v0.21.0
25122026-06-10T23:03:37.798Z Checking hickory-resolver v0.25.2
25132026-06-10T23:03:37.879Z Compiling bitfield-struct v0.6.2
25142026-06-10T23:03:38.185Z Checking tokio-tungstenite v0.21.0
25152026-06-10T23:03:38.242Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25162026-06-10T23:03:38.351Z Compiling radium v0.7.0
25172026-06-10T23:03:38.468Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25182026-06-10T23:03:38.513Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25192026-06-10T23:03:38.570Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25202026-06-10T23:03:38.603Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25212026-06-10T23:03:38.681Z Checking tap v1.0.1
25222026-06-10T23:03:38.723Z Compiling maybe-uninit v2.0.0
25232026-06-10T23:03:38.820Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25242026-06-10T23:03:38.872Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25252026-06-10T23:03:38.967Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25262026-06-10T23:03:39.028Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25272026-06-10T23:03:39.125Z Checking wyz v0.5.1
25282026-06-10T23:03:39.159Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25292026-06-10T23:03:39.223Z Compiling zerocopy-derive v0.6.6
25302026-06-10T23:03:39.334Z Compiling packed_struct v0.10.1
25312026-06-10T23:03:39.365Z Checking funty v2.0.0
25322026-06-10T23:03:39.557Z Checking crc-catalog v2.4.0
25332026-06-10T23:03:39.652Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25342026-06-10T23:03:39.684Z Checking crc v3.4.0
25352026-06-10T23:03:39.716Z Checking bitvec v1.0.1
25362026-06-10T23:03:39.998Z Compiling packed_struct_codegen v0.10.1
25372026-06-10T23:03:40.095Z Checking zerocopy v0.6.6
25382026-06-10T23:03:40.425Z Compiling bitfield-macros v0.19.4
25392026-06-10T23:03:40.629Z Compiling indexmap v1.9.3
25402026-06-10T23:03:40.864Z Checking nodrop v0.1.14
25412026-06-10T23:03:40.930Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25422026-06-10T23:03:40.991Z Checking array-init v0.0.4
25432026-06-10T23:03:41.087Z Checking smallvec v0.6.14
25442026-06-10T23:03:41.166Z Checking bitfield v0.19.4
25452026-06-10T23:03:41.307Z Checking hashbrown v0.12.3
25462026-06-10T23:03:41.312Z Checking serde-hex v0.1.0
25472026-06-10T23:03:41.460Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25482026-06-10T23:03:41.611Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-06-10T23:03:41.649Z Checking ron v0.8.1
25502026-06-10T23:03:41.879Z Checking hashbrown v0.13.2
25512026-06-10T23:03:42.125Z Checking crc-any v2.5.0
25522026-06-10T23:03:42.175Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25532026-06-10T23:03:42.208Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25542026-06-10T23:03:42.212Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25552026-06-10T23:03:42.331Z Checking path-slash v0.1.5
25562026-06-10T23:03:42.368Z Checking object v0.30.4
25572026-06-10T23:03:42.399Z Compiling xshell-macros v0.2.7
25582026-06-10T23:03:42.463Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25592026-06-10T23:03:42.818Z Checking xshell v0.2.7
25602026-06-10T23:03:42.825Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25612026-06-10T23:03:43.221Z Checking half v1.8.3
25622026-06-10T23:03:43.253Z Compiling num-derive v0.3.3
25632026-06-10T23:03:43.291Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25642026-06-10T23:03:43.447Z Checking serde_cbor v0.11.2
25652026-06-10T23:03:43.872Z Compiling proc-macro-error-attr2 v2.0.0
25662026-06-10T23:03:44.194Z Checking libscf-sys v1.1.0
25672026-06-10T23:03:44.267Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25682026-06-10T23:03:44.301Z Compiling proc-macro-error2 v2.0.1
25692026-06-10T23:03:44.350Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25702026-06-10T23:03:44.530Z Checking papergrid v0.17.0
25712026-06-10T23:03:44.576Z Checking testing_table v0.3.0
25722026-06-10T23:03:44.615Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25732026-06-10T23:03:44.671Z Compiling tabled_derive v0.11.0
25742026-06-10T23:03:44.706Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25752026-06-10T23:03:44.823Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25762026-06-10T23:03:45.128Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25772026-06-10T23:03:45.287Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-06-10T23:03:45.354Z Checking maplit v1.0.2
25792026-06-10T23:03:45.462Z Compiling git-stub v1.0.0
25802026-06-10T23:03:45.515Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25812026-06-10T23:03:45.650Z Checking crc8 v0.1.1
25822026-06-10T23:03:45.747Z Compiling git-stub-vcs v0.1.0
25832026-06-10T23:03:45.784Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25842026-06-10T23:03:45.864Z Checking tabled v0.20.0
25852026-06-10T23:03:46.122Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25862026-06-10T23:03:46.278Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25872026-06-10T23:03:46.394Z Checking fxhash v0.2.1
25882026-06-10T23:03:46.429Z Checking unicase v2.9.0
25892026-06-10T23:03:46.559Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25902026-06-10T23:03:46.616Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25912026-06-10T23:03:46.651Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25922026-06-10T23:03:46.888Z Compiling vergen-lib v0.1.6
25932026-06-10T23:03:46.994Z Compiling diesel_derives v2.3.7
25942026-06-10T23:03:47.049Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25952026-06-10T23:03:47.255Z Checking scheduled-thread-pool v0.2.7
25962026-06-10T23:03:47.303Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25972026-06-10T23:03:47.367Z Compiling dsl_auto_type v0.2.0
25982026-06-10T23:03:47.367Z Compiling vergen-gitcl v1.0.8
25992026-06-10T23:03:47.452Z Compiling diesel_table_macro_syntax v0.3.0
26002026-06-10T23:03:47.666Z Checking r2d2 v0.8.10
26012026-06-10T23:03:47.761Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26022026-06-10T23:03:47.872Z Checking kstat-rs v0.2.4
26032026-06-10T23:03:48.060Z Checking arc-swap v1.8.2
26042026-06-10T23:03:48.193Z Checking downcast-rs v2.0.2
26052026-06-10T23:03:48.193Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26062026-06-10T23:03:48.325Z Compiling parking_lot_core v0.8.6
26072026-06-10T23:03:48.325Z Checking slog-scope v4.4.1
26082026-06-10T23:03:48.477Z Checking slog-stdlog v4.1.1
26092026-06-10T23:03:48.601Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26102026-06-10T23:03:48.601Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26112026-06-10T23:03:48.731Z Checking slog-envlogger v2.2.0
26122026-06-10T23:03:48.743Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26132026-06-10T23:03:48.760Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26142026-06-10T23:03:48.790Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26152026-06-10T23:03:48.818Z Compiling dirs-sys-next v0.1.2
26162026-06-10T23:03:48.902Z Compiling crunchy v0.2.4
26172026-06-10T23:03:48.946Z Checking parking_lot v0.11.2
26182026-06-10T23:03:49.004Z Compiling dirs-next v2.0.0
26192026-06-10T23:03:49.136Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26202026-06-10T23:03:49.171Z Compiling clang-sys v1.8.1
26212026-06-10T23:03:49.187Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26222026-06-10T23:03:49.232Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26232026-06-10T23:03:49.315Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26242026-06-10T23:03:49.567Z Checking prefix-trie v0.7.0
26252026-06-10T23:03:49.593Z Compiling tiny-keccak v2.0.2
26262026-06-10T23:03:49.732Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26272026-06-10T23:03:49.971Z Checking sled v0.34.7
26282026-06-10T23:03:49.979Z Compiling term v0.7.0
26292026-06-10T23:03:49.979Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26302026-06-10T23:03:49.979Z Checking hickory-server v0.25.2
26312026-06-10T23:03:49.985Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26322026-06-10T23:03:50.289Z Checking nanorand v0.7.0
26332026-06-10T23:03:50.322Z Compiling bit-vec v0.6.3
26342026-06-10T23:03:50.500Z Compiling salty v0.3.0
26352026-06-10T23:03:50.535Z Checking flume v0.11.1
26362026-06-10T23:03:50.571Z Compiling bit-set v0.5.3
26372026-06-10T23:03:50.767Z Compiling ascii-canvas v3.0.0
26382026-06-10T23:03:50.868Z Compiling progenitor-impl v0.13.0
26392026-06-10T23:03:51.032Z Checking primeorder v0.13.6
26402026-06-10T23:03:51.135Z Compiling itertools v0.10.5
26412026-06-10T23:03:51.263Z Compiling ena v0.14.4
26422026-06-10T23:03:51.297Z Compiling libloading v0.8.9
26432026-06-10T23:03:51.328Z Compiling bindgen v0.71.1
26442026-06-10T23:03:51.362Z Compiling regex-syntax v0.6.29
26452026-06-10T23:03:51.501Z Compiling diff v0.1.13
26462026-06-10T23:03:52.140Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26472026-06-10T23:03:52.563Z Compiling cexpr v0.6.0
26482026-06-10T23:03:52.635Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26492026-06-10T23:03:53.333Z Checking diesel v2.3.7
26502026-06-10T23:03:53.361Z Compiling lalrpop v0.19.12
26512026-06-10T23:03:53.374Z Checking progenitor-client v0.13.0
26522026-06-10T23:03:53.515Z Compiling progenitor-macro v0.13.0
26532026-06-10T23:03:53.549Z Compiling fs-err v2.11.0
26542026-06-10T23:03:53.570Z Compiling rustc-hash v2.1.1
26552026-06-10T23:03:53.609Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26562026-06-10T23:03:53.667Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26572026-06-10T23:03:53.857Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26582026-06-10T23:03:53.911Z Compiling libxml v0.3.3
26592026-06-10T23:03:54.270Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26602026-06-10T23:03:54.404Z Checking p384 v0.13.1
26612026-06-10T23:03:54.852Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26622026-06-10T23:03:55.236Z Compiling strum_macros v0.24.3
26632026-06-10T23:03:55.278Z Checking parse-size v1.1.0
26642026-06-10T23:03:55.430Z Checking assert_matches v1.5.0
26652026-06-10T23:03:55.538Z Compiling indoc v1.0.9
26662026-06-10T23:03:56.006Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26672026-06-10T23:03:56.723Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26682026-06-10T23:03:56.889Z Compiling typify-impl v0.4.3
26692026-06-10T23:03:56.954Z Checking quick-xml v0.37.5
26702026-06-10T23:03:57.208Z Checking derive_builder v0.20.2
26712026-06-10T23:03:57.352Z Compiling oso-derive v0.27.3
26722026-06-10T23:03:57.861Z Compiling trait-variant v0.1.2
26732026-06-10T23:03:57.903Z Compiling impl-trait-for-tuples v0.2.3
26742026-06-10T23:03:58.484Z Checking openssl-probe v0.1.6
26752026-06-10T23:03:58.488Z Checking progenitor v0.13.0
26762026-06-10T23:03:58.633Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26772026-06-10T23:03:58.754Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26782026-06-10T23:03:59.364Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26792026-06-10T23:03:59.446Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26802026-06-10T23:03:59.497Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26812026-06-10T23:04:00.086Z Checking predicates-tree v1.0.13
26822026-06-10T23:04:00.156Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26832026-06-10T23:04:00.442Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26842026-06-10T23:04:00.464Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26852026-06-10T23:04:00.502Z Compiling mime_guess v2.0.5
26862026-06-10T23:04:01.404Z Compiling typify-macro v0.4.3
26872026-06-10T23:04:01.529Z Checking http-range v0.1.5
26882026-06-10T23:04:02.812Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26892026-06-10T23:04:03.047Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26902026-06-10T23:04:03.052Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26912026-06-10T23:04:03.149Z Compiling typify v0.4.3
26922026-06-10T23:04:03.304Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26932026-06-10T23:04:04.809Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26942026-06-10T23:04:04.903Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26952026-06-10T23:04:05.022Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26962026-06-10T23:04:05.131Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26972026-06-10T23:04:05.323Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26982026-06-10T23:04:05.542Z Checking bb8 v0.8.6
26992026-06-10T23:04:05.831Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27002026-06-10T23:04:05.864Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27012026-06-10T23:04:06.077Z Checking atty v0.2.14
27022026-06-10T23:04:06.096Z Checking corncobs v0.1.4
27032026-06-10T23:04:06.208Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27042026-06-10T23:04:06.281Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27052026-06-10T23:04:06.571Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27062026-06-10T23:04:06.601Z Compiling progenitor-impl v0.11.2
27072026-06-10T23:04:06.672Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27082026-06-10T23:04:07.004Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27092026-06-10T23:04:07.172Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27102026-06-10T23:04:07.244Z Checking diesel-dtrace v0.5.0
27112026-06-10T23:04:07.519Z Checking async-bb8-diesel v0.2.1
27122026-06-10T23:04:07.793Z Checking ignore v0.4.25
27132026-06-10T23:04:07.897Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-06-10T23:04:08.237Z Checking secrecy v0.8.0
27152026-06-10T23:04:08.496Z Checking globwalk v0.9.1
27162026-06-10T23:04:09.054Z Checking hyper-staticfile v0.10.1
27172026-06-10T23:04:09.325Z Compiling progenitor-macro v0.11.2
27182026-06-10T23:04:09.381Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27192026-06-10T23:04:09.642Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-06-10T23:04:09.718Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27212026-06-10T23:04:09.729Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27222026-06-10T23:04:09.924Z Checking progenitor-client v0.11.2
27232026-06-10T23:04:10.199Z Compiling illumos-nvpair-sys v0.2.0
27242026-06-10T23:04:10.228Z Checking nonempty v0.12.0
27252026-06-10T23:04:10.319Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27262026-06-10T23:04:10.468Z Checking camino-tempfile-ext v0.3.3
27272026-06-10T23:04:10.491Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27282026-06-10T23:04:10.684Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27292026-06-10T23:04:11.264Z Checking signal-hook-tokio v0.3.1
27302026-06-10T23:04:11.315Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27312026-06-10T23:04:11.572Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27322026-06-10T23:04:11.605Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27332026-06-10T23:04:11.983Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27342026-06-10T23:04:12.016Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27352026-06-10T23:04:12.334Z Checking illumos-nvpair v0.3.0
27362026-06-10T23:04:12.538Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27372026-06-10T23:04:12.568Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27382026-06-10T23:04:12.817Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27392026-06-10T23:04:12.974Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27402026-06-10T23:04:13.010Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-06-10T23:04:13.089Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27422026-06-10T23:04:13.203Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27432026-06-10T23:04:13.441Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27442026-06-10T23:04:13.668Z Checking tungstenite v0.23.0
27452026-06-10T23:04:13.749Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27462026-06-10T23:04:13.823Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27472026-06-10T23:04:14.131Z Checking tokio-tungstenite v0.23.1
27482026-06-10T23:04:14.233Z Checking progenitor v0.11.2
27492026-06-10T23:04:14.397Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27502026-06-10T23:04:14.435Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27512026-06-10T23:04:14.848Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27522026-06-10T23:04:14.953Z Checking rand_seeder v0.4.0
27532026-06-10T23:04:15.110Z Checking void v1.0.2
27542026-06-10T23:04:15.144Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27552026-06-10T23:04:15.220Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27562026-06-10T23:04:15.255Z Checking lzss v0.8.2
27572026-06-10T23:04:15.258Z Checking nix v0.27.1
27582026-06-10T23:04:15.333Z Checking serde_bytes v0.11.19
27592026-06-10T23:04:15.476Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27602026-06-10T23:04:15.521Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27612026-06-10T23:04:15.550Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27622026-06-10T23:04:15.829Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27632026-06-10T23:04:16.217Z Checking is_ci v1.2.0
27642026-06-10T23:04:16.311Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27652026-06-10T23:04:16.526Z Checking yansi v1.0.1
27662026-06-10T23:04:16.595Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27672026-06-10T23:04:16.629Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27682026-06-10T23:04:16.817Z Checking pretty_assertions v1.4.1
27692026-06-10T23:04:16.904Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27702026-06-10T23:04:16.979Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27712026-06-10T23:04:17.207Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27722026-06-10T23:04:17.242Z Compiling darling_core v0.23.0
27732026-06-10T23:04:18.528Z Compiling indoc v2.0.7
27742026-06-10T23:04:18.599Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27752026-06-10T23:04:18.830Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-06-10T23:04:19.015Z Compiling libz-sys v1.1.24
27772026-06-10T23:04:19.430Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-06-10T23:04:19.536Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27792026-06-10T23:04:19.631Z Compiling instability v0.3.11
27802026-06-10T23:04:19.741Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-06-10T23:04:19.826Z Compiling darling_macro v0.23.0
27822026-06-10T23:04:20.043Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27832026-06-10T23:04:20.210Z Checking castaway v0.2.4
27842026-06-10T23:04:20.308Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27852026-06-10T23:04:20.343Z Compiling darling v0.23.0
27862026-06-10T23:04:20.375Z Checking compact_str v0.8.1
27872026-06-10T23:04:20.809Z Checking supports-color v3.0.2
27882026-06-10T23:04:20.973Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27892026-06-10T23:04:21.118Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27902026-06-10T23:04:21.194Z Checking unicode-truncate v1.1.0
27912026-06-10T23:04:21.227Z Checking console v0.16.2
27922026-06-10T23:04:21.345Z Checking lru v0.12.5
27932026-06-10T23:04:21.378Z Compiling libgit2-sys v0.18.3+1.9.2
27942026-06-10T23:04:21.466Z Checking cassowary v0.3.0
27952026-06-10T23:04:21.530Z Checking unit-prefix v0.5.2
27962026-06-10T23:04:21.697Z Checking indicatif v0.18.4
27972026-06-10T23:04:21.730Z Checking ratatui v0.29.0
27982026-06-10T23:04:21.798Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27992026-06-10T23:04:22.104Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28002026-06-10T23:04:22.356Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28012026-06-10T23:04:23.026Z Compiling vergen-git2 v9.1.0
28022026-06-10T23:04:23.059Z Checking plotters-backend v0.3.7
28032026-06-10T23:04:23.326Z Checking plotters-svg v0.3.7
28042026-06-10T23:04:23.372Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28052026-06-10T23:04:23.506Z Checking cast v0.3.0
28062026-06-10T23:04:23.602Z Compiling rustls v0.21.12
28072026-06-10T23:04:23.700Z Checking criterion-plot v0.6.0
28082026-06-10T23:04:23.923Z Checking plotters v0.3.7
28092026-06-10T23:04:24.051Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28102026-06-10T23:04:24.054Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28112026-06-10T23:04:24.249Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28122026-06-10T23:04:24.476Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-06-10T23:04:24.682Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28142026-06-10T23:04:24.715Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28152026-06-10T23:04:24.910Z Checking colored v2.2.0
28162026-06-10T23:04:24.970Z Checking rustls-webpki v0.101.7
28172026-06-10T23:04:25.144Z Checking sct v0.7.1
28182026-06-10T23:04:25.315Z Checking tinytemplate v1.2.1
28192026-06-10T23:04:25.347Z Checking oorandom v11.1.5
28202026-06-10T23:04:25.383Z Checking anes v0.1.6
28212026-06-10T23:04:25.496Z Checking shell-words v1.1.1
28222026-06-10T23:04:25.595Z Checking criterion v0.7.0
28232026-06-10T23:04:25.656Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28242026-06-10T23:04:26.958Z Checking typeid v1.0.3
28252026-06-10T23:04:27.001Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28262026-06-10T23:04:27.092Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28272026-06-10T23:04:27.766Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28282026-06-10T23:04:27.881Z Checking hex-literal v0.4.1
28292026-06-10T23:04:28.016Z Checking erased-serde v0.4.9
28302026-06-10T23:04:28.408Z Checking tokio-rustls v0.24.1
28312026-06-10T23:04:28.644Z Checking rustls-pemfile v1.0.4
28322026-06-10T23:04:28.817Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-06-10T23:04:29.051Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28342026-06-10T23:04:29.465Z Checking twox-hash v2.1.2
28352026-06-10T23:04:29.807Z Checking ordered-float v2.10.1
28362026-06-10T23:04:30.083Z Checking serde-value v0.7.0
28372026-06-10T23:04:30.377Z Checking serde-untagged v0.1.9
28382026-06-10T23:04:30.618Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28392026-06-10T23:04:31.169Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28402026-06-10T23:04:31.355Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28412026-06-10T23:04:31.548Z Checking fatfs v0.3.6
28422026-06-10T23:04:32.039Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28432026-06-10T23:04:32.151Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28442026-06-10T23:04:32.184Z Checking unicode-xid v0.2.6
28452026-06-10T23:04:32.327Z Compiling seq-macro v0.3.6
28462026-06-10T23:04:32.356Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28472026-06-10T23:04:32.853Z Checking cargo-util-schemas v0.8.2
28482026-06-10T23:04:33.395Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28492026-06-10T23:04:33.682Z Checking cargo-platform v0.2.0
28502026-06-10T23:04:33.777Z Compiling petname v2.0.2
28512026-06-10T23:04:33.889Z Checking cargo_metadata v0.21.0
28522026-06-10T23:04:34.444Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28532026-06-10T23:04:34.677Z Checking concurrent-queue v2.5.0
28542026-06-10T23:04:34.973Z Checking rtoolbox v0.0.3
28552026-06-10T23:04:35.073Z Checking parking v2.2.1
28562026-06-10T23:04:35.162Z Compiling samael v0.0.19
28572026-06-10T23:04:35.228Z Checking event-listener v5.4.1
28582026-06-10T23:04:35.470Z Checking rpassword v7.4.0
28592026-06-10T23:04:35.612Z Checking tui-tree-widget v0.23.1
28602026-06-10T23:04:35.830Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28612026-06-10T23:04:35.912Z Checking polyval v0.6.2
28622026-06-10T23:04:36.026Z Checking sapling-renderdag v0.1.0
28632026-06-10T23:04:36.114Z Checking sync-ptr v0.1.4
28642026-06-10T23:04:36.262Z Checking ghash v0.5.1
28652026-06-10T23:04:36.305Z Checking event-listener-strategy v0.5.4
28662026-06-10T23:04:36.415Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28672026-06-10T23:04:36.466Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28682026-06-10T23:04:36.692Z Checking ctr v0.9.2
28692026-06-10T23:04:36.898Z Checking arrayvec v0.7.6
28702026-06-10T23:04:37.105Z Checking constant_time_eq v0.4.2
28712026-06-10T23:04:37.131Z Checking arrayref v0.3.9
28722026-06-10T23:04:37.236Z Checking futures-timer v3.0.3
28732026-06-10T23:04:37.268Z Checking aes-gcm v0.10.3
28742026-06-10T23:04:37.449Z Checking async-lock v3.4.2
28752026-06-10T23:04:37.524Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28762026-06-10T23:04:37.635Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28772026-06-10T23:04:37.900Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-06-10T23:04:38.570Z Checking ssh-encoding v0.2.0
28792026-06-10T23:04:38.731Z Checking blowfish v0.9.1
28802026-06-10T23:04:38.919Z Compiling strsim v0.10.0
28812026-06-10T23:04:39.186Z Compiling darling_core v0.13.4
28822026-06-10T23:04:39.281Z Checking bcrypt-pbkdf v0.10.0
28832026-06-10T23:04:39.478Z Checking ssh-cipher v0.2.0
28842026-06-10T23:04:39.685Z Checking async-object-pool v0.2.0
28852026-06-10T23:04:39.832Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28862026-06-10T23:04:40.246Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28872026-06-10T23:04:40.280Z Checking serde_regex v1.1.0
28882026-06-10T23:04:40.341Z Checking password-hash v0.4.2
28892026-06-10T23:04:40.466Z Checking assert-json-diff v2.0.2
28902026-06-10T23:04:40.592Z Checking path-tree v0.8.3
28912026-06-10T23:04:40.667Z Checking stringmetrics v2.2.2
28922026-06-10T23:04:40.833Z Checking gimli v0.32.3
28932026-06-10T23:04:40.852Z Compiling target-lexicon v0.13.3
28942026-06-10T23:04:40.905Z Checking httpmock v0.8.3
28952026-06-10T23:04:41.052Z Compiling darling_macro v0.13.4
28962026-06-10T23:04:41.431Z Checking pbkdf2 v0.11.0
28972026-06-10T23:04:41.557Z Checking ssh-key v0.6.7
28982026-06-10T23:04:42.278Z Checking p256 v0.13.2
28992026-06-10T23:04:42.378Z Checking addr2line v0.25.1
29002026-06-10T23:04:42.565Z Checking p521 v0.13.3
29012026-06-10T23:04:42.679Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29022026-06-10T23:04:43.050Z Checking russh-cryptovec v0.7.3
29032026-06-10T23:04:43.106Z Checking rustc-demangle v0.1.27
29042026-06-10T23:04:43.145Z Checking md5 v0.7.0
29052026-06-10T23:04:43.206Z Compiling guppy-workspace-hack v0.1.0
29062026-06-10T23:04:43.358Z Checking russh-keys v0.45.0
29072026-06-10T23:04:43.388Z Checking backtrace v0.3.76
29082026-06-10T23:04:43.465Z Compiling darling v0.13.4
29092026-06-10T23:04:43.586Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29102026-06-10T23:04:43.726Z Checking num-bigint v0.4.6
29112026-06-10T23:04:43.792Z Checking des v0.8.1
29122026-06-10T23:04:43.961Z Compiling blake3 v1.8.3
29132026-06-10T23:04:43.993Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29142026-06-10T23:04:44.026Z Compiling target-spec v3.5.7
29152026-06-10T23:04:44.446Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29162026-06-10T23:04:44.586Z Checking cfg-expr v0.20.6
29172026-06-10T23:04:44.704Z Checking russh v0.45.0
29182026-06-10T23:04:44.881Z Checking backtrace-ext v0.2.1
29192026-06-10T23:04:45.003Z Compiling serde_with_macros v1.5.2
29202026-06-10T23:04:45.088Z Checking supports-color v2.1.0
29212026-06-10T23:04:45.139Z Checking textwrap v0.15.2
29222026-06-10T23:04:45.314Z Checking supports-unicode v2.1.0
29232026-06-10T23:04:45.375Z Checking supports-hyperlinks v2.1.0
29242026-06-10T23:04:45.407Z Checking hashbrown v0.14.5
29252026-06-10T23:04:45.524Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29262026-06-10T23:04:45.756Z Checking cargo-platform v0.3.2
29272026-06-10T23:04:45.861Z Checking terminal_size v0.1.17
29282026-06-10T23:04:45.914Z Checking socket2 v0.5.10
29292026-06-10T23:04:45.968Z Compiling miette-derive v5.10.0
29302026-06-10T23:04:46.001Z Checking internet-checksum v0.2.1
29312026-06-10T23:04:46.195Z Checking owo-colors v3.5.0
29322026-06-10T23:04:46.701Z Checking cargo_metadata v0.23.1
29332026-06-10T23:04:46.794Z Checking chumsky v0.9.3
29342026-06-10T23:04:47.141Z Checking miette v5.10.0
29352026-06-10T23:04:47.420Z Compiling serde_with v1.14.0
29362026-06-10T23:04:47.807Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29372026-06-10T23:04:48.050Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29382026-06-10T23:04:48.071Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29392026-06-10T23:04:48.325Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29402026-06-10T23:04:48.547Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29412026-06-10T23:04:48.600Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29422026-06-10T23:04:48.771Z Compiling knuffel-derive v3.2.0
29432026-06-10T23:04:48.822Z Checking httptest v0.16.4
29442026-06-10T23:04:48.857Z Checking pathdiff v0.2.3
29452026-06-10T23:04:48.993Z Checking topological-sort v0.2.2
29462026-06-10T23:04:49.207Z Checking nested v0.1.1
29472026-06-10T23:04:49.216Z Checking omicron-zone-package v0.12.2
29482026-06-10T23:04:49.338Z Checking guppy v0.17.25
29492026-06-10T23:04:49.454Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29502026-06-10T23:04:49.823Z Compiling git2 v0.20.4
29512026-06-10T23:04:50.138Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29522026-06-10T23:04:50.326Z Checking knuffel v3.2.0
29532026-06-10T23:04:50.337Z Checking similar-asserts v1.7.0
29542026-06-10T23:04:50.408Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29552026-06-10T23:04:50.538Z Compiling target-triple v1.0.0
29562026-06-10T23:04:50.569Z Compiling polar-core v0.27.3
29572026-06-10T23:04:50.588Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29582026-06-10T23:04:50.911Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29592026-06-10T23:04:50.965Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29602026-06-10T23:04:51.124Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29612026-06-10T23:04:51.361Z Checking hickory-client v0.25.2
29622026-06-10T23:04:51.579Z Checking tokio-test v0.4.5
29632026-06-10T23:04:51.654Z Compiling assert_cmd v2.1.2
29642026-06-10T23:04:51.794Z Checking escape8259 v0.5.3
29652026-06-10T23:04:51.961Z Checking libtest-mimic v0.8.1
29662026-06-10T23:04:52.560Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29672026-06-10T23:04:52.609Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29682026-06-10T23:04:52.643Z Checking blake2b_simd v1.0.4
29692026-06-10T23:04:53.076Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29702026-06-10T23:04:53.178Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29712026-06-10T23:04:53.340Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29722026-06-10T23:04:53.531Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29732026-06-10T23:04:53.762Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29742026-06-10T23:04:54.036Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29752026-06-10T23:04:54.116Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29762026-06-10T23:04:54.331Z Checking fancy-regex v0.14.0
29772026-06-10T23:04:54.600Z Checking serde_tokenstream v0.2.3
29782026-06-10T23:04:54.711Z Checking approx v0.5.1
29792026-06-10T23:04:54.872Z Compiling rstest_macros v0.25.0
29802026-06-10T23:04:55.041Z Checking uzers v0.12.2
29812026-06-10T23:04:55.142Z Compiling linkme-impl v0.3.35
29822026-06-10T23:04:55.154Z Checking constant_time_eq v0.3.1
29832026-06-10T23:04:55.348Z Checking termcolor v1.4.1
29842026-06-10T23:04:55.595Z Checking rust-argon2 v2.1.0
29852026-06-10T23:04:55.707Z Checking trybuild v1.0.116
29862026-06-10T23:04:55.707Z Checking oso v0.27.3
29872026-06-10T23:04:55.978Z Checking datatest-stable v0.3.3
29882026-06-10T23:04:56.431Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29892026-06-10T23:04:56.498Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29902026-06-10T23:04:56.685Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29912026-06-10T23:04:56.726Z Checking support-bundle-viewer v0.1.2
29922026-06-10T23:04:57.011Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29932026-06-10T23:04:57.222Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29942026-06-10T23:04:57.418Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29952026-06-10T23:04:57.500Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29962026-06-10T23:04:57.606Z Checking drift v0.2.0
29972026-06-10T23:04:57.658Z Checking rand_distr v0.5.1
29982026-06-10T23:04:57.842Z Checking multimap v0.10.1
29992026-06-10T23:04:57.997Z Compiling relative-path v1.9.3
30002026-06-10T23:04:58.068Z Compiling linkme v0.3.35
30012026-06-10T23:04:58.115Z Checking dropshot-api-manager v0.7.2
30022026-06-10T23:04:59.087Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30032026-06-10T23:04:59.539Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30042026-06-10T23:04:59.676Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30052026-06-10T23:04:59.824Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30062026-06-10T23:04:59.878Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30072026-06-10T23:05:00.061Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30082026-06-10T23:05:00.216Z Checking cargo_toml v0.21.0
30092026-06-10T23:05:00.271Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30102026-06-10T23:05:00.408Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30112026-06-10T23:05:00.767Z Checking partial-io v0.5.4
30122026-06-10T23:05:00.879Z Checking termios v0.3.3
30132026-06-10T23:05:00.987Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30142026-06-10T23:05:01.052Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30152026-06-10T23:05:01.081Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30162026-06-10T23:05:01.960Z Checking rstest v0.25.0
30172026-06-10T23:05:02.949Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30182026-06-10T23:05:06.280Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30192026-06-10T23:05:07.153Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30202026-06-10T23:05:12.557Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30212026-06-10T23:05:13.175Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30222026-06-10T23:05:15.618Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30232026-06-10T23:05:19.364Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30242026-06-10T23:05:25.422Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30252026-06-10T23:05:27.846Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30262026-06-10T23:05:29.697Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30272026-06-10T23:05:29.844Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30282026-06-10T23:05:30.273Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30292026-06-10T23:05:39.707Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30302026-06-10T23:06:49.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 03s
30312026-06-10T23:06:50.547Z
30322026-06-10T23:06:50.547Zreal 4:06.905730249
30332026-06-10T23:06:50.547Zuser 21:22.053181633
30342026-06-10T23:06:50.547Zsys 4:58.804544932
30352026-06-10T23:06:50.547Ztrap 0.506434768
30362026-06-10T23:06:50.547Ztflt 0.503143138
30372026-06-10T23:06:50.551Zdflt 0.458019200
30382026-06-10T23:06:50.551Zkflt 0.004514483
30392026-06-10T23:06:50.551Zlock 58:41.415236724
30402026-06-10T23:06:50.551Zslp 58:44.697824526
30412026-06-10T23:06:50.551Zlat 1:48.493442178
30422026-06-10T23:06:50.551Zstop 10:55.066186882
30432026-06-10T23:06:50.552Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30442026-06-10T23:06:50.552Z+ ptime -m cargo doc --workspace --no-deps
30452026-06-10T23:06:51.424Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30462026-06-10T23:06:51.424Z |
30472026-06-10T23:06:51.424Z = 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)`
30482026-06-10T23:06:51.424Z = 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>
30492026-06-10T23:06:52.436Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30502026-06-10T23:06:52.670Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30512026-06-10T23:06:52.716Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30522026-06-10T23:06:52.779Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30532026-06-10T23:06:52.893Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30542026-06-10T23:06:52.942Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30552026-06-10T23:06:52.972Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30562026-06-10T23:06:53.001Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30572026-06-10T23:06:53.043Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30582026-06-10T23:06:53.214Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30592026-06-10T23:06:53.239Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30602026-06-10T23:06:53.263Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30612026-06-10T23:06:53.301Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30622026-06-10T23:06:53.337Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30632026-06-10T23:06:53.362Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30642026-06-10T23:06:53.384Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30652026-06-10T23:06:53.408Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30662026-06-10T23:06:53.456Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30672026-06-10T23:06:53.459Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30682026-06-10T23:06:53.638Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30692026-06-10T23:06:53.833Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30702026-06-10T23:06:53.987Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30712026-06-10T23:06:54.174Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30722026-06-10T23:06:54.198Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30732026-06-10T23:06:54.270Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30742026-06-10T23:06:54.327Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30752026-06-10T23:06:54.418Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30762026-06-10T23:06:54.459Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30772026-06-10T23:06:54.588Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30782026-06-10T23:06:54.615Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30792026-06-10T23:06:54.804Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30802026-06-10T23:06:54.808Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30812026-06-10T23:06:54.869Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30822026-06-10T23:06:55.045Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30832026-06-10T23:06:55.068Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30842026-06-10T23:06:55.093Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30852026-06-10T23:06:55.282Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30862026-06-10T23:06:55.378Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30872026-06-10T23:06:55.518Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30882026-06-10T23:06:55.777Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30892026-06-10T23:06:55.829Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30902026-06-10T23:06:55.864Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30912026-06-10T23:06:56.111Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30922026-06-10T23:06:56.218Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30932026-06-10T23:06:56.328Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30942026-06-10T23:06:56.332Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30952026-06-10T23:06:56.439Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30962026-06-10T23:06:56.443Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30972026-06-10T23:06:56.540Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30982026-06-10T23:06:56.647Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30992026-06-10T23:06:56.706Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31002026-06-10T23:06:56.714Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31012026-06-10T23:06:56.775Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31022026-06-10T23:06:56.994Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31032026-06-10T23:06:56.997Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31042026-06-10T23:06:56.997Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31052026-06-10T23:06:56.997Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31062026-06-10T23:06:57.050Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31072026-06-10T23:06:57.433Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31082026-06-10T23:06:57.570Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31092026-06-10T23:06:57.741Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31102026-06-10T23:06:58.047Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31112026-06-10T23:06:58.050Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31122026-06-10T23:06:58.498Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31132026-06-10T23:06:58.551Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31142026-06-10T23:06:58.555Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31152026-06-10T23:06:58.568Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31162026-06-10T23:06:59.249Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31172026-06-10T23:06:59.253Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31182026-06-10T23:06:59.253Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31192026-06-10T23:06:59.253Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31202026-06-10T23:06:59.649Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31212026-06-10T23:06:59.955Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31222026-06-10T23:07:00.315Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31232026-06-10T23:07:00.363Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31242026-06-10T23:07:00.579Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31252026-06-10T23:07:01.059Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31262026-06-10T23:07:01.084Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31272026-06-10T23:07:01.144Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31282026-06-10T23:07:01.344Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31292026-06-10T23:07:01.444Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31302026-06-10T23:07:01.676Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31312026-06-10T23:07:01.701Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31322026-06-10T23:07:01.757Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31332026-06-10T23:07:01.800Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31342026-06-10T23:07:01.976Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31352026-06-10T23:07:02.014Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31362026-06-10T23:07:02.039Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31372026-06-10T23:07:02.291Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31382026-06-10T23:07:02.337Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31392026-06-10T23:07:02.362Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31402026-06-10T23:07:02.385Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31412026-06-10T23:07:02.477Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31422026-06-10T23:07:02.569Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31432026-06-10T23:07:02.592Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31442026-06-10T23:07:02.671Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31452026-06-10T23:07:02.700Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31462026-06-10T23:07:02.758Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31472026-06-10T23:07:02.903Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31482026-06-10T23:07:02.961Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31492026-06-10T23:07:03.020Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31502026-06-10T23:07:03.065Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31512026-06-10T23:07:03.092Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31522026-06-10T23:07:03.197Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31532026-06-10T23:07:03.297Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31542026-06-10T23:07:03.378Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31552026-06-10T23:07:03.405Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31562026-06-10T23:07:03.506Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31572026-06-10T23:07:03.619Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31582026-06-10T23:07:03.852Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31592026-06-10T23:07:03.874Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31602026-06-10T23:07:03.897Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31612026-06-10T23:07:04.131Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31622026-06-10T23:07:04.272Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31632026-06-10T23:07:04.511Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31642026-06-10T23:07:05.274Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31652026-06-10T23:07:05.662Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31662026-06-10T23:07:05.903Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31672026-06-10T23:07:06.069Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31682026-06-10T23:07:06.347Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31692026-06-10T23:07:06.510Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31702026-06-10T23:07:06.867Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31712026-06-10T23:07:06.954Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31722026-06-10T23:07:07.361Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31732026-06-10T23:07:07.492Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31742026-06-10T23:07:07.687Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31752026-06-10T23:07:07.888Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31762026-06-10T23:07:08.061Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31772026-06-10T23:07:08.396Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31782026-06-10T23:07:08.613Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31792026-06-10T23:07:09.125Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31802026-06-10T23:07:09.176Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31812026-06-10T23:07:09.582Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31822026-06-10T23:07:09.805Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31832026-06-10T23:07:09.883Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31842026-06-10T23:07:10.651Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31852026-06-10T23:07:10.676Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31862026-06-10T23:07:11.075Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31872026-06-10T23:07:11.830Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31882026-06-10T23:07:12.037Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31892026-06-10T23:07:12.787Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31902026-06-10T23:07:12.838Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31912026-06-10T23:07:13.312Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31922026-06-10T23:07:13.406Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31932026-06-10T23:07:13.460Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31942026-06-10T23:07:13.499Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31952026-06-10T23:07:13.893Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31962026-06-10T23:07:13.946Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31972026-06-10T23:07:14.134Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31982026-06-10T23:07:14.375Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31992026-06-10T23:07:14.650Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32002026-06-10T23:07:15.059Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32012026-06-10T23:07:15.275Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32022026-06-10T23:07:15.449Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32032026-06-10T23:07:15.865Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32042026-06-10T23:07:16.392Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32052026-06-10T23:07:18.687Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32062026-06-10T23:07:18.768Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32072026-06-10T23:07:19.324Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32082026-06-10T23:07:20.601Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32092026-06-10T23:07:20.762Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32102026-06-10T23:07:21.255Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32112026-06-10T23:07:21.680Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32122026-06-10T23:07:21.739Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32132026-06-10T23:07:22.510Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32142026-06-10T23:07:22.787Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32152026-06-10T23:07:23.307Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32162026-06-10T23:07:23.394Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32172026-06-10T23:07:23.967Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32182026-06-10T23:07:24.155Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32192026-06-10T23:07:24.577Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32202026-06-10T23:07:24.670Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32212026-06-10T23:07:24.854Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32222026-06-10T23:07:25.163Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32232026-06-10T23:07:25.302Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32242026-06-10T23:07:25.877Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32252026-06-10T23:07:26.016Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32262026-06-10T23:07:26.588Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32272026-06-10T23:07:26.615Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32282026-06-10T23:07:26.619Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32292026-06-10T23:07:26.751Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32302026-06-10T23:07:27.318Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32312026-06-10T23:07:27.475Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32322026-06-10T23:07:28.391Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32332026-06-10T23:07:28.993Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32342026-06-10T23:07:29.086Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32352026-06-10T23:07:29.786Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32362026-06-10T23:07:31.466Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32372026-06-10T23:07:32.628Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32382026-06-10T23:07:33.908Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32392026-06-10T23:07:34.357Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32402026-06-10T23:07:35.016Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32412026-06-10T23:07:36.770Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32422026-06-10T23:07:37.309Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32432026-06-10T23:07:39.286Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32442026-06-10T23:07:39.667Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32452026-06-10T23:07:40.227Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32462026-06-10T23:07:41.157Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32472026-06-10T23:07:43.075Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32482026-06-10T23:07:43.124Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32492026-06-10T23:07:44.718Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32502026-06-10T23:07:45.133Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32512026-06-10T23:07:45.481Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32522026-06-10T23:07:47.302Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32532026-06-10T23:07:50.284Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32542026-06-10T23:07:50.980Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32552026-06-10T23:07:51.842Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32562026-06-10T23:07:52.595Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32572026-06-10T23:07:53.745Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32582026-06-10T23:07:54.398Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32592026-06-10T23:07:55.028Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32602026-06-10T23:07:55.715Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32612026-06-10T23:07:56.535Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32622026-06-10T23:07:57.845Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32632026-06-10T23:07:58.615Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32642026-06-10T23:07:58.845Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32652026-06-10T23:07:59.396Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32662026-06-10T23:08:00.211Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32672026-06-10T23:08:00.967Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32682026-06-10T23:08:02.866Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32692026-06-10T23:08:04.946Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32702026-06-10T23:08:06.081Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32712026-06-10T23:08:06.662Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32722026-06-10T23:08:07.575Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32732026-06-10T23:08:08.287Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32742026-06-10T23:08:09.417Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32752026-06-10T23:08:11.771Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32762026-06-10T23:08:12.184Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32772026-06-10T23:08:12.928Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32782026-06-10T23:08:14.429Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32792026-06-10T23:08:15.783Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32802026-06-10T23:08:16.708Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32812026-06-10T23:08:18.004Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32822026-06-10T23:08:20.341Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32832026-06-10T23:08:20.929Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32842026-06-10T23:08:22.642Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32852026-06-10T23:08:24.008Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32862026-06-10T23:08:25.535Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32872026-06-10T23:08:27.286Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32882026-06-10T23:08:28.686Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32892026-06-10T23:08:30.288Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32902026-06-10T23:08:35.801Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32912026-06-10T23:08:36.709Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32922026-06-10T23:08:37.758Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32932026-06-10T23:08:38.331Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32942026-06-10T23:08:39.900Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32952026-06-10T23:08:41.663Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32962026-06-10T23:08:43.265Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32972026-06-10T23:08:45.393Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32982026-06-10T23:08:47.067Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32992026-06-10T23:08:48.696Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33002026-06-10T23:08:50.658Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33012026-06-10T23:08:52.044Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33022026-06-10T23:08:53.762Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33032026-06-10T23:08:55.412Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33042026-06-10T23:08:57.058Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33052026-06-10T23:08:58.743Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33062026-06-10T23:09:00.220Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33072026-06-10T23:09:02.193Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33082026-06-10T23:09:03.820Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33092026-06-10T23:09:05.420Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33102026-06-10T23:09:07.212Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33112026-06-10T23:09:09.252Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33122026-06-10T23:09:10.918Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33132026-06-10T23:09:12.769Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33142026-06-10T23:09:14.817Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33152026-06-10T23:09:16.725Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33162026-06-10T23:09:18.675Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33172026-06-10T23:09:20.528Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33182026-06-10T23:09:23.859Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33192026-06-10T23:09:24.615Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33202026-06-10T23:09:25.052Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33212026-06-10T23:09:29.259Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33222026-06-10T23:09:31.833Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33232026-06-10T23:09:33.946Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33242026-06-10T23:09:36.196Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33252026-06-10T23:09:38.373Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33262026-06-10T23:09:40.617Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33272026-06-10T23:09:42.818Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33282026-06-10T23:09:45.481Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33292026-06-10T23:09:47.515Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33302026-06-10T23:09:49.314Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33312026-06-10T23:09:51.673Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33322026-06-10T23:09:53.842Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33332026-06-10T23:09:56.164Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33342026-06-10T23:09:58.418Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33352026-06-10T23:10:00.685Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33362026-06-10T23:10:02.923Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33372026-06-10T23:10:05.292Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33382026-06-10T23:10:07.489Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33392026-06-10T23:10:09.716Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33402026-06-10T23:10:11.998Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33412026-06-10T23:10:14.301Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33422026-06-10T23:10:16.560Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33432026-06-10T23:10:18.808Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33442026-06-10T23:10:21.085Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33452026-06-10T23:10:23.248Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33462026-06-10T23:10:25.486Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33472026-06-10T23:10:27.968Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33482026-06-10T23:10:30.252Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33492026-06-10T23:10:32.754Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33502026-06-10T23:10:35.005Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33512026-06-10T23:10:37.479Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33522026-06-10T23:10:39.775Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33532026-06-10T23:10:42.373Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33542026-06-10T23:10:44.727Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33552026-06-10T23:10:47.610Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33562026-06-10T23:10:49.719Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33572026-06-10T23:10:52.180Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33582026-06-10T23:10:54.787Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33592026-06-10T23:10:57.167Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33602026-06-10T23:10:59.677Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33612026-06-10T23:11:02.195Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33622026-06-10T23:11:04.545Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33632026-06-10T23:11:07.375Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33642026-06-10T23:11:09.683Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33652026-06-10T23:11:12.322Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33662026-06-10T23:11:14.984Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33672026-06-10T23:11:17.479Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33682026-06-10T23:11:20.034Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33692026-06-10T23:11:22.557Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33702026-06-10T23:11:25.188Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33712026-06-10T23:11:28.157Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33722026-06-10T23:11:30.520Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33732026-06-10T23:11:33.233Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33742026-06-10T23:11:40.636Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33752026-06-10T23:11:40.961Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33762026-06-10T23:11:44.239Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33772026-06-10T23:11:48.945Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33782026-06-10T23:11:51.842Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33792026-06-10T23:11:55.460Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33802026-06-10T23:11:59.307Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33812026-06-10T23:12:02.846Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33822026-06-10T23:12:06.508Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33832026-06-10T23:12:10.221Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33842026-06-10T23:12:13.897Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33852026-06-10T23:12:17.653Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33862026-06-10T23:12:21.270Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33872026-06-10T23:12:24.961Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33882026-06-10T23:12:28.624Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33892026-06-10T23:12:32.375Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33902026-06-10T23:12:36.066Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33912026-06-10T23:12:39.675Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33922026-06-10T23:12:43.380Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33932026-06-10T23:12:47.052Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33942026-06-10T23:12:50.813Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33952026-06-10T23:12:54.583Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33962026-06-10T23:12:58.264Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33972026-06-10T23:13:01.881Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33982026-06-10T23:13:05.630Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33992026-06-10T23:13:35.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 44s
34002026-06-10T23:13:35.550Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
34012026-06-10T23:13:35.663Z
34022026-06-10T23:13:35.663Zreal 6:45.031452131
34032026-06-10T23:13:35.664Zuser 18:03.210774254
34042026-06-10T23:13:35.675Zsys 3:54.353820491
34052026-06-10T23:13:35.675Ztrap 0.264076526
34062026-06-10T23:13:35.675Ztflt 0.033223961
34072026-06-10T23:13:35.675Zdflt 0.085389033
34082026-06-10T23:13:35.675Zkflt 0.000031510
34092026-06-10T23:13:35.675Zlock 6:13:39.750851706
34102026-06-10T23:13:35.676Zslp 2:16:00.081814971
34112026-06-10T23:13:35.676Zlat 36.210365371
34122026-06-10T23:13:35.676Zstop 1:42.430561646
34132026-06-10T23:13:35.676Zprocess exited: duration 790688 ms, exit code 0
 
34142026-06-10T23:13:35.688Zfound 0 output files