01KYK9CG8PWVYJXADVX00KW6P2: clippy (helios)

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

Buildomat Job: 01KYK9CWPD6HXBYGT5EJHVBBAS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-28T02:39:15.012Zjob assigned to worker 01KYK9D2M1172N1VQNGRNB5TDV [factory aws, i-01d2b443b5de9bb8a] (queued for 49 s)
 
22026-07-28T02:39:21.399Zstarting task 0: "setup"
32026-07-28T02:39:21.403Z++ uname -s
42026-07-28T02:39:21.406Z+ kern=SunOS
52026-07-28T02:39:21.406Z+ build_user=build
62026-07-28T02:39:21.406Z+ build_uid=12345
72026-07-28T02:39:21.406Z+ work_dir=/work
82026-07-28T02:39:21.406Z+ input_dir=/input
92026-07-28T02:39:21.406Z+ [[ 0 == 12345 ]]
102026-07-28T02:39:21.406Z+ case "$kern" in
112026-07-28T02:39:21.406Z+ groupadd -g 12345 build
122026-07-28T02:39:21.406Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-28T02:39:23.412Z+ zfs create -o mountpoint=/work rpool/work
142026-07-28T02:39:23.454Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-28T02:39:23.458Z+ home_fs=zfs
162026-07-28T02:39:23.458Z+ [[ zfs == autofs ]]
172026-07-28T02:39:23.458Z+ mkdir -p /home/build
182026-07-28T02:39:23.458Z+ chown build:build /home/build /work
192026-07-28T02:39:25.458Z+ chmod 0700 /home/build /work
202026-07-28T02:39:25.461Zprocess exited: duration 4062 ms, exit code 0
 
212026-07-28T02:39:25.467Zstarting task 1: "rust-toolchain"
222026-07-28T02:39:25.471Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-28T02:39:25.471Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-28T02:39:25.471Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-28T02:39:25.471Z * rust toolchain channel = "1.97.1"
262026-07-28T02:39:25.471Z * rust toolchain profile = "default"
272026-07-28T02:39:25.471Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-28T02:39:25.474Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-28T02:39:25.474Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-28T02:39:25.579Zinfo: downloading installer
312026-07-28T02:39:27.246Zwarn: It looks like you have an existing rustup settings file at:
322026-07-28T02:39:27.247Zwarn: /home/build/.rustup/settings.toml
332026-07-28T02:39:27.247Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-28T02:39:27.247Zwarn: instead of the one inferred from the default host triple.
352026-07-28T02:39:27.259Zinfo: profile set to default
362026-07-28T02:39:27.259Zinfo: default host triple is x86_64-unknown-illumos
372026-07-28T02:39:27.262Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-28T02:39:27.405Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-28T02:39:27.410Zinfo: downloading 6 components
402026-07-28T02:39:43.031Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-28T02:39:43.031Z
422026-07-28T02:39:43.057Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-28T02:39:43.058Z
442026-07-28T02:39:43.058Z
452026-07-28T02:39:43.058ZRust is installed now. Great!
462026-07-28T02:39:43.058Z
472026-07-28T02:39:43.061ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-28T02:39:43.061Zenvironment variable. This has not been done automatically.
492026-07-28T02:39:43.061Z
502026-07-28T02:39:43.061ZTo configure your current shell, you need to source
512026-07-28T02:39:43.061Zthe corresponding env file under $HOME/.cargo.
522026-07-28T02:39:43.061Z
532026-07-28T02:39:43.061ZThis is usually done by running one of the following (note the leading DOT):
542026-07-28T02:39:43.061Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-28T02:39:43.061Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-28T02:39:43.061Zsource "~/.cargo/env.nu" # For nushell
572026-07-28T02:39:43.061Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-28T02:39:43.061Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-28T02:39:43.061Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-28T02:39:43.061Zwarn: no default linker (`cc`) was found in your PATH
612026-07-28T02:39:43.061Zwarn: many Rust crates require a system C toolchain to build
622026-07-28T02:39:43.149Z+ rustup --version
632026-07-28T02:39:43.158Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-28T02:39:43.161Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-28T02:39:43.179Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-28T02:39:43.182Z+ cargo --version
672026-07-28T02:39:43.196Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-28T02:39:43.200Z+ rustc --version
692026-07-28T02:39:43.218Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-28T02:39:43.221Zprocess exited: duration 17753 ms, exit code 0
 
712026-07-28T02:39:43.227Zstarting task 2: "authentication"
722026-07-28T02:39:43.244Zprocess exited: duration 16 ms, exit code 0
 
732026-07-28T02:39:43.250Zstarting task 3: "clone repository"
742026-07-28T02:39:43.253Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-28T02:39:43.256Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-28T02:39:43.283ZCloning into '/work/oxidecomputer/omicron'...
772026-07-28T02:39:52.767Z+ cd /work/oxidecomputer/omicron
782026-07-28T02:39:52.767Z+ git fetch origin 85a8c2537d2cf3b446c65880f55afc5e577811ae
792026-07-28T02:39:53.030ZFrom https://github.com/oxidecomputer/omicron
802026-07-28T02:39:53.030Z * branch 85a8c2537d2cf3b446c65880f55afc5e577811ae -> FETCH_HEAD
812026-07-28T02:39:53.040Z+ [[ -n ry/opte-1027 ]]
822026-07-28T02:39:53.043Z++ git branch --show-current
832026-07-28T02:39:53.043Z+ current=main
842026-07-28T02:39:53.043Z+ [[ main != ry/opte-1027 ]]
852026-07-28T02:39:53.043Z+ git branch -f ry/opte-1027 85a8c2537d2cf3b446c65880f55afc5e577811ae
862026-07-28T02:39:53.046Z+ git checkout -f ry/opte-1027
872026-07-28T02:39:53.289ZSwitched to branch 'ry/opte-1027'
882026-07-28T02:39:53.292Z+ git reset --hard 85a8c2537d2cf3b446c65880f55afc5e577811ae
892026-07-28T02:39:53.535ZHEAD is now at 85a8c2537 bump opte to 0.41.504
902026-07-28T02:39:53.539Zprocess exited: duration 10286 ms, exit code 0
 
912026-07-28T02:39:53.545Zstarting task 4: "build"
922026-07-28T02:39:53.549Z+ source ./env.sh
932026-07-28T02:39:53.552Z++ OLD_SHELL_OPTS=ehxB
942026-07-28T02:39:53.552Z++ set -o xtrace
952026-07-28T02:39:53.552Z++++ dirname ./env.sh
962026-07-28T02:39:53.556Z+++ readlink -f .
972026-07-28T02:39:53.556Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-28T02:39:53.556Z++ 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-07-28T02:39:53.556Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-28T02:39:53.556Z++ 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-07-28T02:39:53.556Z++ 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-07-28T02:39:53.556Z++ 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-07-28T02:39:53.556Z++ 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-07-28T02:39:53.556Z++ 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-07-28T02:39:53.556Z++ 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-07-28T02:39:53.556Z++ 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-07-28T02:39:53.556Z++ 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-07-28T02:39:53.556Z++ case $OLD_SHELL_OPTS in
1092026-07-28T02:39:53.556Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-28T02:39:53.556Z+ source .github/buildomat/ci-env.sh
1112026-07-28T02:39:53.557Z++ export CARGO_TERM_COLOR=always
1122026-07-28T02:39:53.557Z++ CARGO_TERM_COLOR=always
1132026-07-28T02:39:53.560Z+++ uname -s
1142026-07-28T02:39:53.560Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-28T02:39:53.560Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-28T02:39:53.560Z+ cargo --version
1172026-07-28T02:39:53.568Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-07-28T02:39:53.571Z+ rustc --version
1192026-07-28T02:39:53.590Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-07-28T02:39:53.595Z+ banner prerequisites
1212026-07-28T02:39:53.595Z
1222026-07-28T02:39:53.595Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-28T02:39:53.595Z # # # # # # # # # # # # # # #
1242026-07-28T02:39:53.595Z # # # # ##### # # ##### # # # # # #### #
1252026-07-28T02:39:53.595Z ##### ##### # ##### # # # # # # # # #
1262026-07-28T02:39:53.595Z # # # # # # # # # # # # # # #
1272026-07-28T02:39:53.596Z # # # ###### # # ###### ### # #### # #### #
1282026-07-28T02:39:53.596Z
1292026-07-28T02:39:53.596Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-28T02:39:55.342Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-28T02:39:55.578Z Startup: Caching catalogs ... Done
1322026-07-28T02:39:56.755ZPlanning: Solver setup ... Done (1.096s)
1332026-07-28T02:39:56.798ZPlanning: Running solver ... Done (0.043s)
1342026-07-28T02:39:56.828ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-28T02:39:56.837ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-28T02:39:56.853ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-28T02:39:56.866ZPlanning: Package planning ... Done (0.013s)
1382026-07-28T02:39:56.869ZPlanning: Merging actions ... Done (0.001s)
1392026-07-28T02:39:57.076ZPlanning: Checking for conflicting actions ... Done (0.207s)
1402026-07-28T02:39:57.079ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-28T02:39:57.872ZPlanning: Evaluating mediators ... Done (0.796s)
1422026-07-28T02:39:57.876ZPlanning: Planning completed in 2.27 seconds
1432026-07-28T02:39:57.881Z Packages to install: 2
1442026-07-28T02:39:57.881Z Estimated space available: 156.02 GB
1452026-07-28T02:39:57.884ZEstimated space to be consumed: 55.04 MB
1462026-07-28T02:39:57.884Z Create boot environment: No
1472026-07-28T02:39:57.884ZCreate backup boot environment: No
1482026-07-28T02:39:57.884Z Rebuild boot archive: No
1492026-07-28T02:39:57.885Z
1502026-07-28T02:39:57.885ZChanged packages:
1512026-07-28T02:39:57.885Zhelios
1522026-07-28T02:39:57.885Z developer/build-essential
1532026-07-28T02:39:57.885Z None -> 11-3.0
1542026-07-28T02:39:57.885Z library/libxmlsec1
1552026-07-28T02:39:57.885Z None -> 1.2.35-3.0
1562026-07-28T02:39:57.905Z
1572026-07-28T02:39:57.905ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-28T02:39:57.972ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1592026-07-28T02:39:58.035Z Actions: 1/268 actions (Installing new actions)
1602026-07-28T02:39:58.073Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-28T02:39:58.095ZFinalize: Updating package state database ... Done (0.022s)
1622026-07-28T02:39:58.095ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-28T02:39:58.153ZFinalize: Updating image state ... Done (0.057s)
1642026-07-28T02:40:00.571ZFinalize: Creating fast lookup database ... Done (2.378s)
1652026-07-28T02:40:00.635ZFinalize: Reading search index ... Done (0.011s)
1662026-07-28T02:40:00.638ZFinalize: Updating search index ... Done (0.000s)
1672026-07-28T02:40:00.741ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-28T02:40:01.062ZPlanning: Evaluating mediator changes ... Done
1692026-07-28T02:40:01.166ZPlanning: Checking for conflicting actions ... Done
1702026-07-28T02:40:01.170ZPlanning: Consolidating action changes ... Done
1712026-07-28T02:40:01.324ZPlanning: Evaluating mediators ... Done
1722026-07-28T02:40:01.327ZPlanning: Planning completed in 0.26 seconds
1732026-07-28T02:40:01.347Z Mediators to change: 2
1742026-07-28T02:40:01.347Z Create boot environment: No
1752026-07-28T02:40:01.347ZCreate backup boot environment: No
1762026-07-28T02:40:01.392ZFinalize: Updating package state database ... Done
1772026-07-28T02:40:01.392ZFinalize: Updating package cache ... Done
1782026-07-28T02:40:01.425ZFinalize: Updating image state ... Done
1792026-07-28T02:40:03.373ZFinalize: Creating fast lookup database ... Done
1802026-07-28T02:40:03.437ZFinalize: Reading search index ... Done
1812026-07-28T02:40:03.440ZFinalize: Updating search index ... Done
1822026-07-28T02:40:03.495ZFinalize: Updating package cache ... Done
1832026-07-28T02:40:03.784ZPlanning: Evaluating mediator changes ... Done
1842026-07-28T02:40:03.892ZPlanning: Checking for conflicting actions ... Done
1852026-07-28T02:40:03.895ZPlanning: Consolidating action changes ... Done
1862026-07-28T02:40:04.050ZPlanning: Evaluating mediators ... Done
1872026-07-28T02:40:04.053ZPlanning: Planning completed in 0.27 seconds
1882026-07-28T02:40:04.073Z Mediators to change: 1
1892026-07-28T02:40:04.073Z Create boot environment: No
1902026-07-28T02:40:04.076ZCreate backup boot environment: No
1912026-07-28T02:40:04.112ZFinalize: Updating package state database ... Done
1922026-07-28T02:40:04.112ZFinalize: Updating package cache ... Done
1932026-07-28T02:40:04.145ZFinalize: Updating image state ... Done
1942026-07-28T02:40:06.094ZFinalize: Creating fast lookup database ... Done
1952026-07-28T02:40:06.155ZFinalize: Reading search index ... Done
1962026-07-28T02:40:06.159ZFinalize: Updating search index ... Done
1972026-07-28T02:40:06.207ZFinalize: Updating package cache ... Done
1982026-07-28T02:40:06.524ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-28T02:40:06.524Zapache system 2.4 system
2002026-07-28T02:40:06.524Zclang system 15 system
2012026-07-28T02:40:06.524Zcsh system system illumos
2022026-07-28T02:40:06.524Zctags system system illumos
2032026-07-28T02:40:06.524Zfile vendor vendor darwinsys
2042026-07-28T02:40:06.524Zfile system system illumos
2052026-07-28T02:40:06.524Zgcc vendor 14 vendor
2062026-07-28T02:40:06.524Zgcc system 13 system
2072026-07-28T02:40:06.524Zgcc system 10 system
2082026-07-28T02:40:06.524Zgo system 1.25 system
2092026-07-28T02:40:06.524Zllvm system 15 system
2102026-07-28T02:40:06.525Zmariadb system 11.4 system
2112026-07-28T02:40:06.525Zmta vendor vendor dma
2122026-07-28T02:40:06.525Zopenjdk system 17 system
2132026-07-28T02:40:06.525Zopenjdk system 11 system
2142026-07-28T02:40:06.525Zopenssl vendor 3 vendor
2152026-07-28T02:40:06.525Zperl system 5.40 system
2162026-07-28T02:40:06.525Zpostgresql system 18 system
2172026-07-28T02:40:06.525Zpostgresql system 17 system
2182026-07-28T02:40:06.525Zpython vendor 3 vendor
2192026-07-28T02:40:06.525Zpython system 2 system
2202026-07-28T02:40:06.525Zpython3 vendor 3.13 vendor
2212026-07-28T02:40:06.525Zruby system 3.4 system
2222026-07-28T02:40:06.525Zruby system 3.0 system
2232026-07-28T02:40:06.525Zwords vendor vendor american-english
2242026-07-28T02:40:06.525Zwords system system australian-english
2252026-07-28T02:40:06.525Zwords system system british-english
2262026-07-28T02:40:06.525Zwords system system canadian-english
2272026-07-28T02:40:06.525Zwords system system french
2282026-07-28T02:40:06.525Zwords system system italian
2292026-07-28T02:40:06.525Zwords system system ngerman
2302026-07-28T02:40:06.525Zwords system system ogerman
2312026-07-28T02:40:06.525Zwords system system spanish
2322026-07-28T02:40:06.780ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-28T02:40:06.780Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-28T02:40:07.175ZFMRI IFO
2352026-07-28T02:40:07.175Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-28T02:40:07.175Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-28T02:40:07.175Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-28T02:40:07.175Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-28T02:40:07.175Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-28T02:40:07.175Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-28T02:40:07.175Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-28T02:40:07.175Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-28T02:40:07.175Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-28T02:40:07.481Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-28T02:40:07.769Z Updating crates.io index
2462026-07-28T02:40:07.772Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-28T02:40:07.969Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-28T02:40:08.215Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-28T02:40:09.132Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-28T02:40:09.616Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-28T02:40:11.408Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-28T02:40:12.215Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-28T02:40:12.490Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-28T02:40:12.785Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-28T02:40:13.843Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-28T02:40:14.072Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-28T02:40:14.359Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-28T02:40:14.625Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-28T02:40:15.077Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-28T02:40:15.548Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-28T02:40:15.765Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-28T02:40:16.002Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-28T02:40:16.261Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-28T02:40:16.507Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-28T02:40:16.738Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-28T02:40:16.951Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-28T02:40:17.194Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-28T02:40:17.550Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-28T02:40:17.900Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-28T02:40:18.108Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-28T02:40:18.496Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-28T02:40:18.732Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-07-28T02:40:19.089Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-07-28T02:40:19.378Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-07-28T02:40:19.599Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762026-07-28T02:40:19.822Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-07-28T02:40:20.112Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-07-28T02:40:20.443Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-07-28T02:40:20.659Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-07-28T02:40:20.899Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-07-28T02:40:21.136Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-07-28T02:40:21.444Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-07-28T02:40:21.889Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-07-28T02:40:22.117Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-07-28T02:40:22.390Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-07-28T02:40:22.617Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-07-28T02:40:25.488Z Downloading crates ...
2882026-07-28T02:40:25.542Z Downloaded cpufeatures v0.2.17
2892026-07-28T02:40:25.546Z Downloaded dof v0.3.0
2902026-07-28T02:40:25.550Z Downloaded heck v0.4.1
2912026-07-28T02:40:25.550Z Downloaded errno v0.3.14
2922026-07-28T02:40:25.556Z Downloaded block-buffer v0.10.4
2932026-07-28T02:40:25.561Z Downloaded autocfg v1.5.0
2942026-07-28T02:40:25.564Z Downloaded smawk v0.3.2
2952026-07-28T02:40:25.564Z Downloaded usdt-attr-macro v0.5.0
2962026-07-28T02:40:25.567Z Downloaded zerocopy v0.7.35
2972026-07-28T02:40:25.576Z Downloaded serde_tokenstream v0.2.3
2982026-07-28T02:40:25.579Z Downloaded zerocopy-derive v0.7.35
2992026-07-28T02:40:25.579Z Downloaded zmij v1.0.21
3002026-07-28T02:40:25.582Z Downloaded toml v0.8.23
3012026-07-28T02:40:25.582Z Downloaded textwrap v0.16.2
3022026-07-28T02:40:25.582Z Downloaded thiserror-impl v1.0.69
3032026-07-28T02:40:25.585Z Downloaded getrandom v0.4.1
3042026-07-28T02:40:25.585Z Downloaded pest v2.8.6
3052026-07-28T02:40:25.597Z Downloaded pest_derive v2.8.6
3062026-07-28T02:40:25.604Z Downloaded generic-array v0.14.7
3072026-07-28T02:40:25.607Z Downloaded macaddr v1.0.1
3082026-07-28T02:40:25.607Z Downloaded dtrace-parser v0.2.0
3092026-07-28T02:40:25.612Z Downloaded fastrand v2.3.0
3102026-07-28T02:40:25.615Z Downloaded memmap v0.7.0
3112026-07-28T02:40:25.625Z Downloaded swrite v0.1.0
3122026-07-28T02:40:25.629Z Downloaded terminal_size v0.4.3
3132026-07-28T02:40:25.632Z Downloaded crypto-common v0.1.7
3142026-07-28T02:40:25.636Z Downloaded itoa v1.0.17
3152026-07-28T02:40:25.636Z Downloaded toml_write v0.1.2
3162026-07-28T02:40:25.639Z Downloaded serde_spanned v0.6.9
3172026-07-28T02:40:25.639Z Downloaded utf8parse v0.2.2
3182026-07-28T02:40:25.642Z Downloaded cargo-platform v0.3.2
3192026-07-28T02:40:25.647Z Downloaded fnv v1.0.7
3202026-07-28T02:40:25.654Z Downloaded scroll_derive v0.12.1
3212026-07-28T02:40:25.657Z Downloaded usdt v0.5.0
3222026-07-28T02:40:25.657Z Downloaded usdt-macro v0.5.0
3232026-07-28T02:40:25.657Z Downloaded colorchoice v1.0.4
3242026-07-28T02:40:25.657Z Downloaded clap_lex v1.0.0
3252026-07-28T02:40:25.661Z Downloaded strsim v0.11.1
3262026-07-28T02:40:25.664Z Downloaded cfg-if v1.0.4
3272026-07-28T02:40:25.664Z Downloaded is_terminal_polyfill v1.70.2
3282026-07-28T02:40:25.664Z Downloaded unicode-linebreak v0.1.5
3292026-07-28T02:40:25.668Z Downloaded pretty-hex v0.4.1
3302026-07-28T02:40:25.671Z Downloaded toml_datetime v0.6.11
3312026-07-28T02:40:25.671Z Downloaded tabled_derive v0.7.0
3322026-07-28T02:40:25.671Z Downloaded version_check v0.9.5
3332026-07-28T02:40:25.675Z Downloaded equivalent v1.0.2
3342026-07-28T02:40:25.678Z Downloaded proc-macro-error-attr v1.0.4
3352026-07-28T02:40:25.681Z Downloaded plain v0.2.3
3362026-07-28T02:40:25.684Z Downloaded anstream v1.0.0
3372026-07-28T02:40:25.688Z Downloaded anstyle v1.0.14
3382026-07-28T02:40:25.688Z Downloaded heck v0.5.0
3392026-07-28T02:40:25.688Z Downloaded proc-macro-error v1.0.4
3402026-07-28T02:40:25.691Z Downloaded fs-err v3.3.0
3412026-07-28T02:40:25.694Z Downloaded byteorder v1.5.0
3422026-07-28T02:40:25.697Z Downloaded goblin v0.8.2
3432026-07-28T02:40:25.697Z Downloaded thiserror v2.0.18
3442026-07-28T02:40:25.703Z Downloaded bytecount v0.6.9
3452026-07-28T02:40:25.707Z Downloaded digest v0.10.7
3462026-07-28T02:40:25.707Z Downloaded quote v1.0.45
3472026-07-28T02:40:25.710Z Downloaded cargo_metadata v0.23.1
3482026-07-28T02:40:25.713Z Downloaded thread-id v4.2.2
3492026-07-28T02:40:25.713Z Downloaded thiserror-impl v2.0.18
3502026-07-28T02:40:25.713Z Downloaded sha2 v0.10.9
3512026-07-28T02:40:25.717Z Downloaded anstyle-query v1.1.5
3522026-07-28T02:40:25.720Z Downloaded camino-tempfile v1.4.1
3532026-07-28T02:40:25.724Z Downloaded clap_derive v4.6.1
3542026-07-28T02:40:25.724Z Downloaded scroll v0.12.0
3552026-07-28T02:40:25.724Z Downloaded usdt-impl v0.5.0
3562026-07-28T02:40:25.727Z Downloaded cargo_toml v0.21.0
3572026-07-28T02:40:25.727Z Downloaded once_cell v1.21.3
3582026-07-28T02:40:25.727Z Downloaded pest_generator v2.8.6
3592026-07-28T02:40:25.730Z Downloaded camino v1.2.2
3602026-07-28T02:40:25.730Z Downloaded tempfile v3.25.0
3612026-07-28T02:40:25.734Z Downloaded indexmap v2.14.0
3622026-07-28T02:40:25.745Z Downloaded bitflags v2.11.0
3632026-07-28T02:40:25.752Z Downloaded thiserror v1.0.69
3642026-07-28T02:40:25.755Z Downloaded log v0.4.29
3652026-07-28T02:40:25.758Z Downloaded semver v1.0.28
3662026-07-28T02:40:25.758Z Downloaded clap v4.6.1
3672026-07-28T02:40:25.761Z Downloaded proc-macro2 v1.0.106
3682026-07-28T02:40:25.771Z Downloaded serde_core v1.0.228
3692026-07-28T02:40:25.774Z Downloaded anstyle-parse v1.0.0
3702026-07-28T02:40:25.774Z Downloaded ucd-trie v0.1.7
3712026-07-28T02:40:25.774Z Downloaded pest_meta v2.8.6
3722026-07-28T02:40:25.778Z Downloaded papergrid v0.11.0
3732026-07-28T02:40:25.781Z Downloaded serde_derive v1.0.228
3742026-07-28T02:40:25.784Z Downloaded unicode-ident v1.0.24
3752026-07-28T02:40:25.784Z Downloaded anyhow v1.0.102
3762026-07-28T02:40:25.789Z Downloaded rustix v1.1.3
3772026-07-28T02:40:25.802Z Downloaded memchr v2.8.0
3782026-07-28T02:40:25.805Z Downloaded serde v1.0.228
3792026-07-28T02:40:25.809Z Downloaded toml_edit v0.22.27
3802026-07-28T02:40:25.809Z Downloaded typenum v1.20.1
3812026-07-28T02:40:25.852Z Downloaded hashbrown v0.17.0
3822026-07-28T02:40:25.856Z Downloaded winnow v0.7.14
3832026-07-28T02:40:25.861Z Downloaded clap_builder v4.6.0
3842026-07-28T02:40:25.864Z Downloaded serde_json v1.0.150
3852026-07-28T02:40:25.871Z Downloaded tabled v0.15.0
3862026-07-28T02:40:25.885Z Downloaded syn v1.0.109
3872026-07-28T02:40:25.894Z Downloaded unicode-width v0.1.14
3882026-07-28T02:40:25.897Z Downloaded unicode-width v0.2.0
3892026-07-28T02:40:25.901Z Downloaded syn v2.0.117
3902026-07-28T02:40:25.932Z Downloaded libc v0.2.185
3912026-07-28T02:40:25.993Z Compiling proc-macro2 v1.0.106
3922026-07-28T02:40:25.993Z Compiling unicode-ident v1.0.24
3932026-07-28T02:40:25.993Z Compiling quote v1.0.45
3942026-07-28T02:40:25.993Z Compiling serde_core v1.0.228
3952026-07-28T02:40:25.993Z Compiling libc v0.2.185
3962026-07-28T02:40:26.000Z Compiling version_check v0.9.5
3972026-07-28T02:40:26.000Z Compiling memchr v2.8.0
3982026-07-28T02:40:26.000Z Compiling serde v1.0.228
3992026-07-28T02:40:26.379Z Compiling zmij v1.0.21
4002026-07-28T02:40:26.569Z Compiling itoa v1.0.17
4012026-07-28T02:40:26.603Z Compiling ucd-trie v0.1.7
4022026-07-28T02:40:26.768Z Compiling thiserror v1.0.69
4032026-07-28T02:40:26.870Z Compiling pest v2.8.6
4042026-07-28T02:40:26.890Z Compiling rustix v1.1.3
4052026-07-28T02:40:27.003Z Compiling byteorder v1.5.0
4062026-07-28T02:40:27.232Z Compiling errno v0.3.14
4072026-07-28T02:40:27.379Z Compiling serde_json v1.0.150
4082026-07-28T02:40:27.436Z Compiling syn v2.0.117
4092026-07-28T02:40:27.448Z Compiling bitflags v2.11.0
4102026-07-28T02:40:27.526Z Compiling thread-id v4.2.2
4112026-07-28T02:40:27.595Z Compiling usdt-impl v0.5.0
4122026-07-28T02:40:27.679Z Compiling proc-macro-error-attr v1.0.4
4132026-07-28T02:40:27.694Z Compiling syn v1.0.109
4142026-07-28T02:40:27.804Z Compiling camino v1.2.2
4152026-07-28T02:40:27.923Z Compiling pest_meta v2.8.6
4162026-07-28T02:40:28.110Z Compiling proc-macro-error v1.0.4
4172026-07-28T02:40:28.162Z Compiling hashbrown v0.17.0
4182026-07-28T02:40:28.192Z Compiling plain v0.2.3
4192026-07-28T02:40:28.302Z Compiling equivalent v1.0.2
4202026-07-28T02:40:28.336Z Compiling getrandom v0.4.1
4212026-07-28T02:40:28.555Z Compiling log v0.4.29
4222026-07-28T02:40:28.718Z Compiling utf8parse v0.2.2
4232026-07-28T02:40:28.750Z Compiling indexmap v2.14.0
4242026-07-28T02:40:28.767Z Compiling terminal_size v0.4.3
4252026-07-28T02:40:28.855Z Compiling anstyle-parse v1.0.0
4262026-07-28T02:40:29.367Z Compiling thiserror v2.0.18
4272026-07-28T02:40:29.404Z Compiling winnow v0.7.14
4282026-07-28T02:40:29.425Z Compiling colorchoice v1.0.4
4292026-07-28T02:40:29.442Z Compiling autocfg v1.5.0
4302026-07-28T02:40:29.515Z Compiling toml_write v0.1.2
4312026-07-28T02:40:29.547Z Compiling cfg-if v1.0.4
4322026-07-28T02:40:29.624Z Compiling anstyle v1.0.14
4332026-07-28T02:40:29.669Z Compiling pest_generator v2.8.6
4342026-07-28T02:40:29.699Z Compiling anstyle-query v1.1.5
4352026-07-28T02:40:29.719Z Compiling is_terminal_polyfill v1.70.2
4362026-07-28T02:40:29.816Z Compiling pretty-hex v0.4.1
4372026-07-28T02:40:29.834Z Compiling anstream v1.0.0
4382026-07-28T02:40:29.868Z Compiling fs-err v3.3.0
4392026-07-28T02:40:30.076Z Compiling fastrand v2.3.0
4402026-07-28T02:40:30.160Z Compiling anyhow v1.0.102
4412026-07-28T02:40:30.165Z Compiling heck v0.5.0
4422026-07-28T02:40:30.348Z Compiling heck v0.4.1
4432026-07-28T02:40:30.368Z Compiling unicode-width v0.1.14
4442026-07-28T02:40:30.416Z Compiling strsim v0.11.1
4452026-07-28T02:40:30.455Z Compiling clap_lex v1.0.0
4462026-07-28T02:40:30.480Z Compiling bytecount v0.6.9
4472026-07-28T02:40:30.596Z Compiling once_cell v1.21.3
4482026-07-28T02:40:30.622Z Compiling fnv v1.0.7
4492026-07-28T02:40:30.649Z Compiling clap_builder v4.6.0
4502026-07-28T02:40:30.739Z Compiling papergrid v0.11.0
4512026-07-28T02:40:30.818Z Compiling tempfile v3.25.0
4522026-07-28T02:40:30.881Z Compiling cargo-platform v0.3.2
4532026-07-28T02:40:30.898Z Compiling semver v1.0.28
4542026-07-28T02:40:30.913Z Compiling memmap v0.7.0
4552026-07-28T02:40:31.031Z Compiling tabled_derive v0.7.0
4562026-07-28T02:40:31.107Z Compiling unicode-width v0.2.0
4572026-07-28T02:40:31.160Z Compiling smawk v0.3.2
4582026-07-28T02:40:31.196Z Compiling unicode-linebreak v0.1.5
4592026-07-28T02:40:31.282Z Compiling camino-tempfile v1.4.1
4602026-07-28T02:40:31.303Z Compiling serde_derive v1.0.228
4612026-07-28T02:40:31.349Z Compiling thiserror-impl v1.0.69
4622026-07-28T02:40:31.430Z Compiling zerocopy-derive v0.7.35
4632026-07-28T02:40:31.478Z Compiling pest_derive v2.8.6
4642026-07-28T02:40:31.513Z Compiling scroll_derive v0.12.1
4652026-07-28T02:40:31.937Z Compiling thiserror-impl v2.0.18
4662026-07-28T02:40:31.979Z Compiling clap_derive v4.6.1
4672026-07-28T02:40:32.187Z Compiling scroll v0.12.0
4682026-07-28T02:40:32.205Z Compiling tabled v0.15.0
4692026-07-28T02:40:32.315Z Compiling zerocopy v0.7.35
4702026-07-28T02:40:32.471Z Compiling goblin v0.8.2
4712026-07-28T02:40:32.736Z Compiling dtrace-parser v0.2.0
4722026-07-28T02:40:32.905Z Compiling textwrap v0.16.2
4732026-07-28T02:40:33.464Z Compiling swrite v0.1.0
4742026-07-28T02:40:33.764Z Compiling clap v4.6.1
4752026-07-28T02:40:34.508Z Compiling dof v0.3.0
4762026-07-28T02:40:34.509Z Compiling serde_spanned v0.6.9
4772026-07-28T02:40:34.509Z Compiling toml_datetime v0.6.11
4782026-07-28T02:40:34.512Z Compiling serde_tokenstream v0.2.3
4792026-07-28T02:40:34.512Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-07-28T02:40:34.590Z Compiling macaddr v1.0.1
4812026-07-28T02:40:34.593Z Compiling cargo_metadata v0.23.1
4822026-07-28T02:40:34.821Z Compiling toml_edit v0.22.27
4832026-07-28T02:40:35.322Z Compiling usdt-macro v0.5.0
4842026-07-28T02:40:35.325Z Compiling usdt-attr-macro v0.5.0
4852026-07-28T02:40:35.927Z Compiling usdt v0.5.0
4862026-07-28T02:40:36.120Z Compiling toml v0.8.23
4872026-07-28T02:40:36.461Z Compiling cargo_toml v0.21.0
4882026-07-28T02:40:37.753Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892026-07-28T02:40:39.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.49s
4902026-07-28T02:40:40.007Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4912026-07-28T02:40:40.511Z Downloading crates ...
4922026-07-28T02:40:40.550Z Downloaded adler2 v2.0.1
4932026-07-28T02:40:40.560Z Downloaded async-recursion v1.1.1
4942026-07-28T02:40:40.564Z Downloaded atty v0.2.14
4952026-07-28T02:40:40.568Z Downloaded bitfield-struct v0.6.2
4962026-07-28T02:40:40.568Z Downloaded ahash v0.8.12
4972026-07-28T02:40:40.571Z Downloaded async-bb8-diesel v0.2.1
4982026-07-28T02:40:40.571Z Downloaded base16ct v1.0.0
4992026-07-28T02:40:40.579Z Downloaded ciborium v0.2.2
5002026-07-28T02:40:40.582Z Downloaded bzip2 v0.4.4
5012026-07-28T02:40:40.585Z Downloaded async-stream-impl v0.3.6
5022026-07-28T02:40:40.588Z Downloaded bit-set v0.5.3
5032026-07-28T02:40:40.588Z Downloaded bb8 v0.8.6
5042026-07-28T02:40:40.592Z Downloaded convert_case v0.4.0
5052026-07-28T02:40:40.592Z Downloaded fatfs v0.3.6
5062026-07-28T02:40:40.592Z Downloaded ff v0.13.1
5072026-07-28T02:40:40.592Z Downloaded arrayvec v0.7.6
5082026-07-28T02:40:40.595Z Downloaded bit-set v0.8.0
5092026-07-28T02:40:40.595Z Downloaded find-msvc-tools v0.1.9
5102026-07-28T02:40:40.595Z Downloaded base64ct v1.8.3
5112026-07-28T02:40:40.595Z Downloaded foreign-types-shared v0.3.1
5122026-07-28T02:40:40.598Z Downloaded bit-vec v0.8.0
5132026-07-28T02:40:40.598Z Downloaded foreign-types-macros v0.2.3
5142026-07-28T02:40:40.601Z Downloaded bumpalo v3.20.2
5152026-07-28T02:40:40.601Z Downloaded num v0.4.3
5162026-07-28T02:40:40.601Z Downloaded env_logger v0.11.9
5172026-07-28T02:40:40.604Z Downloaded fixedbitset v0.4.2
5182026-07-28T02:40:40.604Z Downloaded form_urlencoded v1.2.2
5192026-07-28T02:40:40.610Z Downloaded futures-io v0.3.32
5202026-07-28T02:40:40.612Z Downloaded fallible-iterator v0.2.0
5212026-07-28T02:40:40.612Z Downloaded futures-macro v0.3.32
5222026-07-28T02:40:40.612Z Downloaded aead v0.5.2
5232026-07-28T02:40:40.616Z Downloaded atomicwrites v0.4.4
5242026-07-28T02:40:40.619Z Downloaded futures-task v0.3.32
5252026-07-28T02:40:40.619Z Downloaded erased-serde v0.3.31
5262026-07-28T02:40:40.619Z Downloaded fixedbitset v0.5.7
5272026-07-28T02:40:40.622Z Downloaded flate2 v1.1.9
5282026-07-28T02:40:40.622Z Downloaded fs-err v2.11.0
5292026-07-28T02:40:40.625Z Downloaded num-iter v0.1.45
5302026-07-28T02:40:40.625Z Downloaded bitfield-macros v0.19.4
5312026-07-28T02:40:40.625Z Downloaded backon v1.6.0
5322026-07-28T02:40:40.625Z Downloaded async-trait v0.1.89
5332026-07-28T02:40:40.628Z Downloaded float-ord v0.3.2
5342026-07-28T02:40:40.628Z Downloaded flagset v0.4.7
5352026-07-28T02:40:40.628Z Downloaded foreign-types v0.3.2
5362026-07-28T02:40:40.628Z Downloaded foreign-types-shared v0.1.1
5372026-07-28T02:40:40.631Z Downloaded home v0.5.12
5382026-07-28T02:40:40.631Z Downloaded float-cmp v0.10.0
5392026-07-28T02:40:40.631Z Downloaded assert_matches v1.5.0
5402026-07-28T02:40:40.632Z Downloaded atomic-waker v1.1.2
5412026-07-28T02:40:40.632Z Downloaded foldhash v0.2.0
5422026-07-28T02:40:40.632Z Downloaded getrandom v0.2.17
5432026-07-28T02:40:40.635Z Downloaded glob v0.3.3
5442026-07-28T02:40:40.635Z Downloaded arrayref v0.3.9
5452026-07-28T02:40:40.638Z Downloaded hyper-tls v0.6.0
5462026-07-28T02:40:40.638Z Downloaded env_filter v1.0.0
5472026-07-28T02:40:40.638Z Downloaded futures-core v0.3.32
5482026-07-28T02:40:40.638Z Downloaded opaque-debug v0.3.1
5492026-07-28T02:40:40.638Z Downloaded array-init v0.0.4
5502026-07-28T02:40:40.641Z Downloaded base16ct v0.2.0
5512026-07-28T02:40:40.641Z Downloaded git-stub v1.0.0
5522026-07-28T02:40:40.641Z Downloaded aead v0.6.1
5532026-07-28T02:40:40.641Z Downloaded async-compression v0.4.41
5542026-07-28T02:40:40.644Z Downloaded backoff v0.4.0
5552026-07-28T02:40:40.647Z Downloaded bcrypt-pbkdf v0.11.0
5562026-07-28T02:40:40.647Z Downloaded anstream v0.6.21
5572026-07-28T02:40:40.647Z Downloaded arc-swap v1.8.2
5582026-07-28T02:40:40.650Z Downloaded fxhash v0.2.1
5592026-07-28T02:40:40.650Z Downloaded futures-sink v0.3.32
5602026-07-28T02:40:40.650Z Downloaded hex v0.4.3
5612026-07-28T02:40:40.650Z Downloaded filetime v0.2.27
5622026-07-28T02:40:40.653Z Downloaded flume v0.11.1
5632026-07-28T02:40:40.653Z Downloaded git-stub-vcs v0.1.0
5642026-07-28T02:40:40.657Z Downloaded openssl-probe v0.1.6
5652026-07-28T02:40:40.657Z Downloaded compression-core v0.4.31
5662026-07-28T02:40:40.657Z Downloaded funty v2.0.0
5672026-07-28T02:40:40.660Z Downloaded ghash v0.6.0
5682026-07-28T02:40:40.660Z Downloaded httpdate v1.0.3
5692026-07-28T02:40:40.660Z Downloaded cfg_aliases v0.1.1
5702026-07-28T02:40:40.660Z Downloaded globwalk v0.9.1
5712026-07-28T02:40:40.660Z Downloaded hex-literal v1.1.0
5722026-07-28T02:40:40.663Z Downloaded ciborium-io v0.2.2
5732026-07-28T02:40:40.663Z Downloaded hash32 v0.3.1
5742026-07-28T02:40:40.666Z Downloaded fd-lock v4.0.4
5752026-07-28T02:40:40.666Z Downloaded hubpack v0.1.2
5762026-07-28T02:40:40.669Z Downloaded bitfield v0.19.4
5772026-07-28T02:40:40.669Z Downloaded anstyle-parse v0.2.7
5782026-07-28T02:40:40.669Z Downloaded bcs v0.1.6
5792026-07-28T02:40:40.695Z Downloaded bit-vec v0.6.3
5802026-07-28T02:40:40.695Z Downloaded http-range v0.1.5
5812026-07-28T02:40:40.695Z Downloaded foldhash v0.1.5
5822026-07-28T02:40:40.695Z Downloaded group v0.14.0
5832026-07-28T02:40:40.695Z Downloaded foreign-types v0.5.0
5842026-07-28T02:40:40.695Z Downloaded num_enum_derive v0.5.11
5852026-07-28T02:40:40.696Z Downloaded hostname v0.4.2
5862026-07-28T02:40:40.696Z Downloaded num-conv v0.2.0
5872026-07-28T02:40:40.696Z Downloaded phf_shared v0.12.1
5882026-07-28T02:40:40.696Z Downloaded hash32 v0.2.1
5892026-07-28T02:40:40.696Z Downloaded hubpack_derive v0.1.1
5902026-07-28T02:40:40.696Z Downloaded castaway v0.2.4
5912026-07-28T02:40:40.696Z Downloaded gethostname v0.5.0
5922026-07-28T02:40:40.696Z Downloaded argon2 v0.5.3
5932026-07-28T02:40:40.696Z Downloaded peg-runtime v0.8.5
5942026-07-28T02:40:40.696Z Downloaded http-body v1.0.1
5952026-07-28T02:40:40.696Z Downloaded block-buffer v0.12.1
5962026-07-28T02:40:40.696Z Downloaded blowfish v0.10.0
5972026-07-28T02:40:40.699Z Downloaded headers-core v0.3.0
5982026-07-28T02:40:40.700Z Downloaded camino-tempfile-ext v0.3.3
5992026-07-28T02:40:40.700Z Downloaded hybrid-array v0.4.13
6002026-07-28T02:40:40.700Z Downloaded ff v0.14.0
6012026-07-28T02:40:40.700Z Downloaded futures-executor v0.3.32
6022026-07-28T02:40:40.703Z Downloaded humantime v2.3.0
6032026-07-28T02:40:40.703Z Downloaded ascii-canvas v3.0.0
6042026-07-28T02:40:40.703Z Downloaded async-stream v0.3.6
6052026-07-28T02:40:40.703Z Downloaded block-padding v0.4.2
6062026-07-28T02:40:40.703Z Downloaded cfg_aliases v0.2.1
6072026-07-28T02:40:40.706Z Downloaded parse-display v0.10.0
6082026-07-28T02:40:40.709Z Downloaded byte-wrapper v0.1.0
6092026-07-28T02:40:40.709Z Downloaded progenitor-macro v0.13.0
6102026-07-28T02:40:40.714Z Downloaded buf-list v1.1.2
6112026-07-28T02:40:40.718Z Downloaded rtoolbox v0.0.3
6122026-07-28T02:40:40.721Z Downloaded russh-cryptovec v0.61.0
6132026-07-28T02:40:40.721Z Downloaded oso-derive v0.27.3
6142026-07-28T02:40:40.724Z Downloaded cobs v0.3.0
6152026-07-28T02:40:40.724Z Downloaded highway v1.3.0
6162026-07-28T02:40:40.727Z Downloaded group v0.13.0
6172026-07-28T02:40:40.727Z Downloaded hyper-staticfile v0.10.1
6182026-07-28T02:40:40.731Z Downloaded ref-cast-impl v1.0.25
6192026-07-28T02:40:40.731Z Downloaded hostname v0.3.1
6202026-07-28T02:40:40.731Z Downloaded recursive-proc-macro-impl v0.1.1
6212026-07-28T02:40:40.731Z Downloaded ciborium-ll v0.2.2
6222026-07-28T02:40:40.734Z Downloaded http-body-util v0.1.3
6232026-07-28T02:40:40.738Z Downloaded serde_bytes v0.11.19
6242026-07-28T02:40:40.738Z Downloaded cipher v0.4.4
6252026-07-28T02:40:40.741Z Downloaded scopeguard v1.2.0
6262026-07-28T02:40:40.741Z Downloaded scroll_derive v0.13.1
6272026-07-28T02:40:40.741Z Downloaded serde_plain v1.0.2
6282026-07-28T02:40:40.741Z Downloaded serde_urlencoded v0.7.1
6292026-07-28T02:40:40.744Z Downloaded cmake v0.1.57
6302026-07-28T02:40:40.744Z Downloaded sqlparser_derive v0.5.0
6312026-07-28T02:40:40.747Z Downloaded structmeta v0.3.0
6322026-07-28T02:40:40.747Z Downloaded cipher v0.5.2
6332026-07-28T02:40:40.750Z Downloaded constant_time_eq v0.4.2
6342026-07-28T02:40:40.750Z Downloaded cexpr v0.6.0
6352026-07-28T02:40:40.750Z Downloaded const_format_proc_macros v0.2.34
6362026-07-28T02:40:40.755Z Downloaded blake2 v0.11.0-rc.6
6372026-07-28T02:40:40.758Z Downloaded cmov v0.5.4
6382026-07-28T02:40:40.758Z Downloaded colored v3.1.1
6392026-07-28T02:40:40.761Z Downloaded fs_extra v1.3.0
6402026-07-28T02:40:40.761Z Downloaded parking_lot_core v0.8.6
6412026-07-28T02:40:40.761Z Downloaded oxide-update-engine-display v0.1.2
6422026-07-28T02:40:40.766Z Downloaded shell-words v1.1.1
6432026-07-28T02:40:40.766Z Downloaded bitflags v1.3.2
6442026-07-28T02:40:40.766Z Downloaded compression-codecs v0.4.37
6452026-07-28T02:40:40.766Z Downloaded slog-bunyan v2.5.0
6462026-07-28T02:40:40.770Z Downloaded sync_wrapper v1.0.2
6472026-07-28T02:40:40.770Z Downloaded futures-channel v0.3.32
6482026-07-28T02:40:40.770Z Downloaded half v1.8.3
6492026-07-28T02:40:40.770Z Downloaded poly1305 v0.8.0
6502026-07-28T02:40:40.770Z Downloaded stable_deref_trait v1.2.1
6512026-07-28T02:40:40.770Z Downloaded structmeta-derive v0.3.0
6522026-07-28T02:40:40.773Z Downloaded strum v0.26.3
6532026-07-28T02:40:40.773Z Downloaded bzip2 v0.6.1
6542026-07-28T02:40:40.773Z Downloaded cancel-safe-futures v0.1.5
6552026-07-28T02:40:40.773Z Downloaded cbc v0.2.1
6562026-07-28T02:40:40.777Z Downloaded psm v0.1.30
6572026-07-28T02:40:40.777Z Downloaded const-oid v0.9.6
6582026-07-28T02:40:40.777Z Downloaded termtree v0.5.1
6592026-07-28T02:40:40.777Z Downloaded tokio-test v0.4.5
6602026-07-28T02:40:40.777Z Downloaded globset v0.4.18
6612026-07-28T02:40:40.781Z Downloaded tabled_derive v0.11.0
6622026-07-28T02:40:40.781Z Downloaded tower-service v0.3.3
6632026-07-28T02:40:40.781Z Downloaded primeorder v0.13.6
6642026-07-28T02:40:40.784Z Downloaded proc-macro-error2 v2.0.1
6652026-07-28T02:40:40.784Z Downloaded progenitor-client v0.13.0
6662026-07-28T02:40:40.784Z Downloaded rand_core v0.10.0
6672026-07-28T02:40:40.784Z Downloaded rand_pcg v0.10.2
6682026-07-28T02:40:40.788Z Downloaded trait-variant v0.1.2
6692026-07-28T02:40:40.788Z Downloaded universal-hash v0.5.1
6702026-07-28T02:40:40.789Z Downloaded untrusted v0.9.0
6712026-07-28T02:40:40.789Z Downloaded pem v3.0.6
6722026-07-28T02:40:40.789Z Downloaded cassowary v0.3.0
6732026-07-28T02:40:40.795Z Downloaded xshell-macros v0.2.7
6742026-07-28T02:40:40.798Z Downloaded zeroize_derive v1.4.3
6752026-07-28T02:40:40.798Z Downloaded hmac v0.13.0
6762026-07-28T02:40:40.802Z Downloaded crucible-workspace-hack v0.1.0
6772026-07-28T02:40:40.802Z Downloaded iana-time-zone v0.1.65
6782026-07-28T02:40:40.802Z Downloaded hyper-rustls v0.27.7
6792026-07-28T02:40:40.805Z Downloaded num_enum v0.7.6
6802026-07-28T02:40:40.808Z Downloaded shlex v1.3.0
6812026-07-28T02:40:40.808Z Downloaded blake2 v0.10.6
6822026-07-28T02:40:40.808Z Downloaded chacha20 v0.10.0
6832026-07-28T02:40:40.808Z Downloaded console v0.16.2
6842026-07-28T02:40:40.811Z Downloaded void v1.0.2
6852026-07-28T02:40:40.811Z Downloaded zone v0.3.1
6862026-07-28T02:40:40.811Z Downloaded crc v3.4.0
6872026-07-28T02:40:40.814Z Downloaded simd-adler32 v0.3.8
6882026-07-28T02:40:40.818Z Downloaded hmac v0.12.1
6892026-07-28T02:40:40.822Z Downloaded oxide-update-engine-types v0.1.2
6902026-07-28T02:40:40.822Z Downloaded argon2 v0.6.0-rc.8
6912026-07-28T02:40:40.825Z Downloaded chacha20 v0.9.1
6922026-07-28T02:40:40.825Z Downloaded colored v2.2.0
6932026-07-28T02:40:40.825Z Downloaded crunchy v0.2.4
6942026-07-28T02:40:40.828Z Downloaded parking_lot_core v0.9.12
6952026-07-28T02:40:40.828Z Downloaded predicates v3.1.4
6962026-07-28T02:40:40.828Z Downloaded allocator-api2 v0.2.21
6972026-07-28T02:40:40.834Z Downloaded snafu-derive v0.8.9
6982026-07-28T02:40:40.834Z Downloaded stacker v0.1.23
6992026-07-28T02:40:40.834Z Downloaded crc8 v0.1.1
7002026-07-28T02:40:40.834Z Downloaded darling_macro v0.13.4
7012026-07-28T02:40:40.834Z Downloaded tls_codec_derive v0.4.2
7022026-07-28T02:40:40.834Z Downloaded slog-async v2.8.0
7032026-07-28T02:40:40.838Z Downloaded base64 v0.22.1
7042026-07-28T02:40:40.838Z Downloaded tinystr v0.8.2
7052026-07-28T02:40:40.838Z Downloaded defmt-parser v1.0.0
7062026-07-28T02:40:40.838Z Downloaded difflib v0.4.0
7072026-07-28T02:40:40.842Z Downloaded document-features v0.2.12
7082026-07-28T02:40:40.842Z Downloaded pin-project-lite v0.2.17
7092026-07-28T02:40:40.845Z Downloaded thread_local v1.1.9
7102026-07-28T02:40:40.848Z Downloaded postcard v1.1.3
7112026-07-28T02:40:40.849Z Downloaded usdt-impl v0.6.0
7122026-07-28T02:40:40.855Z Downloaded instant v0.1.13
7132026-07-28T02:40:40.860Z Downloaded indoc v1.0.9
7142026-07-28T02:40:40.866Z Downloaded vsss-rs v3.3.4
7152026-07-28T02:40:40.866Z Downloaded getrandom v0.3.4
7162026-07-28T02:40:40.869Z Downloaded whoami v2.1.0
7172026-07-28T02:40:40.869Z Downloaded xshell v0.2.7
7182026-07-28T02:40:40.869Z Downloaded zeroize v1.8.2
7192026-07-28T02:40:40.873Z Downloaded writeable v0.6.2
7202026-07-28T02:40:40.876Z Downloaded sha2 v0.11.0
7212026-07-28T02:40:40.876Z Downloaded scroll v0.13.0
7222026-07-28T02:40:40.882Z Downloaded lalrpop-util v0.19.12
7232026-07-28T02:40:40.885Z Downloaded resolv-conf v0.7.6
7242026-07-28T02:40:40.885Z Downloaded zstd-safe v7.2.4
7252026-07-28T02:40:40.885Z Downloaded maplit v1.0.2
7262026-07-28T02:40:40.885Z Downloaded lazy_static v1.5.0
7272026-07-28T02:40:40.889Z Downloaded half v2.7.1
7282026-07-28T02:40:40.891Z Downloaded lru-slab v0.1.2
7292026-07-28T02:40:40.892Z Downloaded futures v0.3.32
7302026-07-28T02:40:40.895Z Downloaded lzss v0.8.2
7312026-07-28T02:40:40.895Z Downloaded httparse v1.10.1
7322026-07-28T02:40:40.901Z Downloaded defmt-macros v1.0.1
7332026-07-28T02:40:40.906Z Downloaded base64 v0.21.7
7342026-07-28T02:40:40.906Z Downloaded data-encoding v2.10.0
7352026-07-28T02:40:40.910Z Downloaded newtype-uuid-macros v0.1.0
7362026-07-28T02:40:40.912Z Downloaded psl-types v2.0.11
7372026-07-28T02:40:40.917Z Downloaded darling v0.13.4
7382026-07-28T02:40:40.921Z Downloaded pkcs5 v0.8.1
7392026-07-28T02:40:40.924Z Downloaded vergen-git2 v9.1.0
7402026-07-28T02:40:40.927Z Downloaded ecdsa v0.16.9
7412026-07-28T02:40:40.930Z Downloaded rustc_version v0.1.7
7422026-07-28T02:40:40.936Z Downloaded recursive v0.1.1
7432026-07-28T02:40:40.936Z Downloaded same-file v1.0.6
7442026-07-28T02:40:40.936Z Downloaded russh-util v0.52.0
7452026-07-28T02:40:40.936Z Downloaded rustc-hash v2.1.1
7462026-07-28T02:40:40.940Z Downloaded ingot-types v0.2.0
7472026-07-28T02:40:40.940Z Downloaded either v1.15.0
7482026-07-28T02:40:40.940Z Downloaded console v0.15.11
7492026-07-28T02:40:40.940Z Downloaded ron v0.8.1
7502026-07-28T02:40:40.943Z Downloaded ipnetwork v0.21.1
7512026-07-28T02:40:40.943Z Downloaded rustls-platform-verifier v0.6.2
7522026-07-28T02:40:40.946Z Downloaded generic-array v1.4.3
7532026-07-28T02:40:40.949Z Downloaded headers v0.4.1
7542026-07-28T02:40:40.952Z Downloaded bs58 v0.5.1
7552026-07-28T02:40:40.952Z Downloaded bytes v1.11.1
7562026-07-28T02:40:40.960Z Downloaded const-oid v0.10.2
7572026-07-28T02:40:40.964Z Downloaded managed v0.8.0
7582026-07-28T02:40:40.964Z Downloaded module-lattice v0.2.3
7592026-07-28T02:40:40.964Z Downloaded secrecy v0.8.0
7602026-07-28T02:40:40.964Z Downloaded serde-big-array v0.5.1
7612026-07-28T02:40:40.964Z Downloaded siphasher v1.0.2
7622026-07-28T02:40:40.970Z Downloaded strsim v0.10.0
7632026-07-28T02:40:40.970Z Downloaded time-core v0.1.8
7642026-07-28T02:40:40.970Z Downloaded clang-sys v1.8.1
7652026-07-28T02:40:40.973Z Downloaded oxide-tokio-rt v0.1.4
7662026-07-28T02:40:40.973Z Downloaded pem-rfc7468 v0.7.0
7672026-07-28T02:40:40.973Z Downloaded heapless v0.7.17
7682026-07-28T02:40:40.976Z Downloaded compact_str v0.8.1
7692026-07-28T02:40:40.976Z Downloaded slog v2.8.2
7702026-07-28T02:40:40.979Z Downloaded socket2 v0.5.10
7712026-07-28T02:40:40.979Z Downloaded critical-section v1.2.0
7722026-07-28T02:40:40.979Z Downloaded cookie_store v0.22.1
7732026-07-28T02:40:40.982Z Downloaded derive_builder v0.20.2
7742026-07-28T02:40:40.982Z Downloaded oxide-update-engine v0.1.2
7752026-07-28T02:40:40.985Z Downloaded phc v0.6.1
7762026-07-28T02:40:40.985Z Downloaded strum v0.27.2
7772026-07-28T02:40:40.985Z Downloaded test-strategy v0.4.5
7782026-07-28T02:40:40.989Z Downloaded testing_table v0.3.0
7792026-07-28T02:40:40.989Z Downloaded tower-layer v0.3.3
7802026-07-28T02:40:40.989Z Downloaded unarray v0.1.4
7812026-07-28T02:40:40.994Z Downloaded newtype-uuid v1.3.2
7822026-07-28T02:40:40.994Z Downloaded nu-ansi-term v0.50.3
7832026-07-28T02:40:40.994Z Downloaded pbkdf2 v0.13.0
7842026-07-28T02:40:40.994Z Downloaded tracing-core v0.1.36
7852026-07-28T02:40:40.998Z Downloaded uuid v1.23.4
7862026-07-28T02:40:41.002Z Downloaded rfc6979 v0.5.0
7872026-07-28T02:40:41.002Z Downloaded r2d2 v0.8.10
7882026-07-28T02:40:41.002Z Downloaded pretty_assertions v1.4.1
7892026-07-28T02:40:41.005Z Downloaded toml v1.1.2+spec-1.1.0
7902026-07-28T02:40:41.005Z Downloaded unicode-bidi v0.3.18
7912026-07-28T02:40:41.008Z Downloaded waitgroup v0.1.2
7922026-07-28T02:40:41.008Z Downloaded diff v0.1.13
7932026-07-28T02:40:41.011Z Downloaded phf_shared v0.13.1
7942026-07-28T02:40:41.011Z Downloaded port-file v0.1.0
7952026-07-28T02:40:41.011Z Downloaded chacha20poly1305 v0.10.1
7962026-07-28T02:40:41.011Z Downloaded rand_core v0.9.5
7972026-07-28T02:40:41.015Z Downloaded serde_path_to_error v0.1.20
7982026-07-28T02:40:41.015Z Downloaded serde_with_macros v1.5.2
7992026-07-28T02:40:41.015Z Downloaded usdt-attr-macro v0.6.0
8002026-07-28T02:40:41.018Z Downloaded const_format v0.2.35
8012026-07-28T02:40:41.018Z Downloaded polyval v0.7.1
8022026-07-28T02:40:41.023Z Downloaded hickory-resolver v0.24.4
8032026-07-28T02:40:41.026Z Downloaded signature v2.2.0
8042026-07-28T02:40:41.035Z Downloaded slog-stdlog v4.1.1
8052026-07-28T02:40:41.038Z Downloaded support-bundle-viewer v0.1.2
8062026-07-28T02:40:41.038Z Downloaded debug-ignore v1.0.5
8072026-07-28T02:40:41.041Z Downloaded aes v0.9.1
8082026-07-28T02:40:41.041Z Downloaded darling_core v0.13.4
8092026-07-28T02:40:41.044Z Downloaded curve25519-dalek-derive v0.1.1
8102026-07-28T02:40:41.044Z Downloaded spki v0.8.0
8112026-07-28T02:40:41.048Z Downloaded tokio-macros v2.7.0
8122026-07-28T02:40:41.048Z Downloaded expectorate v1.2.0
8132026-07-28T02:40:41.048Z Downloaded hickory-resolver v0.25.2
8142026-07-28T02:40:41.051Z Downloaded tokio-tungstenite v0.21.0
8152026-07-28T02:40:41.051Z Downloaded downcast-rs v2.0.2
8162026-07-28T02:40:41.054Z Downloaded poly1305 v0.9.0
8172026-07-28T02:40:41.057Z Downloaded slab v0.4.12
8182026-07-28T02:40:41.057Z Downloaded spki v0.7.3
8192026-07-28T02:40:41.057Z Downloaded sqlformat v0.3.5
8202026-07-28T02:40:41.057Z Downloaded tabwriter v1.4.1
8212026-07-28T02:40:41.060Z Downloaded tar v0.4.46
8222026-07-28T02:40:41.060Z Downloaded derive-where v1.6.0
8232026-07-28T02:40:41.063Z Downloaded litrs v1.0.0
8242026-07-28T02:40:41.063Z Downloaded quinn-udp v0.5.14
8252026-07-28T02:40:41.063Z Downloaded cpubits v0.1.1
8262026-07-28T02:40:41.063Z Downloaded unicase v2.9.0
8272026-07-28T02:40:41.067Z Downloaded time-macros v0.2.27
8282026-07-28T02:40:41.067Z Downloaded parking_lot v0.12.5
8292026-07-28T02:40:41.067Z Downloaded toml_writer v1.1.1+spec-1.1.0
8302026-07-28T02:40:41.067Z Downloaded dyn-clone v1.0.20
8312026-07-28T02:40:41.073Z Downloaded walkdir v2.5.0
8322026-07-28T02:40:41.077Z Downloaded diesel_table_macro_syntax v0.3.0
8332026-07-28T02:40:41.081Z Downloaded dof v0.4.0
8342026-07-28T02:40:41.081Z Downloaded internet-checksum v0.2.1
8352026-07-28T02:40:41.081Z Downloaded heapless v0.8.0
8362026-07-28T02:40:41.084Z Downloaded pkcs1 v0.8.0-rc.4
8372026-07-28T02:40:41.084Z Downloaded postgres-protocol v0.6.10
8382026-07-28T02:40:41.084Z Downloaded postgres-types v0.2.12
8392026-07-28T02:40:41.087Z Downloaded quinn v0.11.9
8402026-07-28T02:40:41.087Z Downloaded samael v0.0.19
8412026-07-28T02:40:41.091Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8422026-07-28T02:40:41.094Z Downloaded toml_edit v0.23.10+spec-1.0.0
8432026-07-28T02:40:41.094Z Downloaded yoke v0.8.1
8442026-07-28T02:40:41.097Z Downloaded ar_archive_writer v0.5.1
8452026-07-28T02:40:41.097Z Downloaded illumos-nvpair-sys v0.2.0
8462026-07-28T02:40:41.097Z Downloaded kstat-rs v0.2.4
8472026-07-28T02:40:41.097Z Downloaded tui-tree-widget v0.23.1
8482026-07-28T02:40:41.100Z Downloaded vergen-lib v0.1.6
8492026-07-28T02:40:41.101Z Downloaded serde_with_macros v3.21.0
8502026-07-28T02:40:41.101Z Downloaded kem v0.3.0
8512026-07-28T02:40:41.101Z Downloaded ctr v0.10.1
8522026-07-28T02:40:41.104Z Downloaded hashbrown v0.13.2
8532026-07-28T02:40:41.104Z Downloaded rand v0.8.6
8542026-07-28T02:40:41.107Z Downloaded icu_properties v2.1.2
8552026-07-28T02:40:41.107Z Downloaded salsa20 v0.11.0
8562026-07-28T02:40:41.107Z Downloaded password-hash v0.6.1
8572026-07-28T02:40:41.113Z Downloaded icu_collections v2.1.1
8582026-07-28T02:40:41.117Z Downloaded md5 v0.8.0
8592026-07-28T02:40:41.117Z Downloaded new_debug_unreachable v1.0.6
8602026-07-28T02:40:41.120Z Downloaded precomputed-hash v0.1.1
8612026-07-28T02:40:41.123Z Downloaded rand_chacha v0.3.1
8622026-07-28T02:40:41.123Z Downloaded rand_xorshift v0.4.0
8632026-07-28T02:40:41.129Z Downloaded unicode-properties v0.1.4
8642026-07-28T02:40:41.132Z Downloaded cc v1.2.56
8652026-07-28T02:40:41.132Z Downloaded progenitor-impl v0.14.0
8662026-07-28T02:40:41.135Z Downloaded indoc v2.0.7
8672026-07-28T02:40:41.135Z Downloaded rfc6979 v0.4.0
8682026-07-28T02:40:41.138Z Downloaded uzers v0.12.2
8692026-07-28T02:40:41.138Z Downloaded ipnet v2.11.0
8702026-07-28T02:40:41.141Z Downloaded parking_lot v0.11.2
8712026-07-28T02:40:41.144Z Downloaded tap v1.0.1
8722026-07-28T02:40:41.150Z Downloaded libefi-sys v0.1.0
8732026-07-28T02:40:41.154Z Downloaded ryu v1.0.23
8742026-07-28T02:40:41.157Z Downloaded icu_normalizer v2.1.1
8752026-07-28T02:40:41.160Z Downloaded icu_normalizer_data v2.1.1
8762026-07-28T02:40:41.160Z Downloaded signal-hook-tokio v0.3.1
8772026-07-28T02:40:41.160Z Downloaded serde_repr v0.1.20
8782026-07-28T02:40:41.163Z Downloaded crc32fast v1.5.0
8792026-07-28T02:40:41.163Z Downloaded pem-rfc7468 v1.0.0
8802026-07-28T02:40:41.163Z Downloaded darling v0.21.3
8812026-07-28T02:40:41.167Z Downloaded typify-macro v0.6.2
8822026-07-28T02:40:41.167Z Downloaded unicode-truncate v1.1.0
8832026-07-28T02:40:41.170Z Downloaded unicode-xid v0.2.6
8842026-07-28T02:40:41.170Z Downloaded crossbeam-utils v0.8.21
8852026-07-28T02:40:41.170Z Downloaded subtle v2.6.1
8862026-07-28T02:40:41.173Z Downloaded phf v0.13.1
8872026-07-28T02:40:41.185Z Downloaded phf v0.12.1
8882026-07-28T02:40:41.185Z Downloaded want v0.3.1
8892026-07-28T02:40:41.190Z Downloaded http v1.4.2
8902026-07-28T02:40:41.193Z Downloaded keccak v0.2.0
8912026-07-28T02:40:41.197Z Downloaded mime_guess v2.0.5
8922026-07-28T02:40:41.197Z Downloaded num-rational v0.4.2
8932026-07-28T02:40:41.197Z Downloaded primeorder v0.14.0-rc.10
8942026-07-28T02:40:41.197Z Downloaded tokio-postgres v0.7.16
8952026-07-28T02:40:41.201Z Downloaded cpufeatures v0.3.0
8962026-07-28T02:40:41.201Z Downloaded native-tls v0.2.18
8972026-07-28T02:40:41.201Z Downloaded num-complex v0.4.6
8982026-07-28T02:40:41.205Z Downloaded parse-display-derive v0.10.0
8992026-07-28T02:40:41.205Z Downloaded num-integer v0.1.46
9002026-07-28T02:40:41.205Z Downloaded progenitor-extras v0.2.0
9012026-07-28T02:40:41.205Z Downloaded term v0.7.0
9022026-07-28T02:40:41.208Z Downloaded rustls-native-certs v0.8.3
9032026-07-28T02:40:41.208Z Downloaded rustls-pemfile v2.2.0
9042026-07-28T02:40:41.208Z Downloaded darling_macro v0.20.11
9052026-07-28T02:40:41.212Z Downloaded signature v3.0.0
9062026-07-28T02:40:41.212Z Downloaded display-error-chain v0.2.2
9072026-07-28T02:40:41.212Z Downloaded inout v0.1.4
9082026-07-28T02:40:41.212Z Downloaded p521 v0.14.0-rc.10
9092026-07-28T02:40:41.215Z Downloaded digest-io v0.1.0
9102026-07-28T02:40:41.215Z Downloaded dirs-sys-next v0.1.2
9112026-07-28T02:40:41.215Z Downloaded is_ci v1.2.0
9122026-07-28T02:40:41.215Z Downloaded derive-ex v0.1.8
9132026-07-28T02:40:41.215Z Downloaded ena v0.14.4
9142026-07-28T02:40:41.218Z Downloaded lru-cache v0.1.2
9152026-07-28T02:40:41.218Z Downloaded scrypt v0.12.0
9162026-07-28T02:40:41.218Z Downloaded sec1 v0.7.3
9172026-07-28T02:40:41.218Z Downloaded hashbrown v0.12.3
9182026-07-28T02:40:41.222Z Downloaded is-terminal v0.4.17
9192026-07-28T02:40:41.222Z Downloaded ed25519-dalek v2.2.0
9202026-07-28T02:40:41.225Z Downloaded serde_derive_internals v0.29.1
9212026-07-28T02:40:41.225Z Downloaded hickory-server v0.25.2
9222026-07-28T02:40:41.228Z Downloaded rustyline v14.0.0
9232026-07-28T02:40:41.232Z Downloaded nonempty v0.12.0
9242026-07-28T02:40:41.232Z Downloaded crypto-bigint v0.5.5
9252026-07-28T02:40:41.235Z Downloaded owo-colors v4.3.0
9262026-07-28T02:40:41.235Z Downloaded static_assertions v1.1.0
9272026-07-28T02:40:41.238Z Downloaded serde_with v1.14.0
9282026-07-28T02:40:41.241Z Downloaded nibble_vec v0.1.0
9292026-07-28T02:40:41.241Z Downloaded thiserror-no-std v2.0.2
9302026-07-28T02:40:41.244Z Downloaded hyper-util v0.1.20
9312026-07-28T02:40:41.248Z Downloaded tokio-dtrace v0.1.1
9322026-07-28T02:40:41.248Z Downloaded powerfmt v0.2.0
9332026-07-28T02:40:41.248Z Downloaded primefield v0.14.0
9342026-07-28T02:40:41.252Z Downloaded openssl-sys v0.9.115
9352026-07-28T02:40:41.252Z Downloaded wyz v0.5.1
9362026-07-28T02:40:41.252Z Downloaded vergen-gitcl v1.0.8
9372026-07-28T02:40:41.257Z Downloaded pkg-config v0.3.32
9382026-07-28T02:40:41.257Z Downloaded zstd v0.13.3
9392026-07-28T02:40:41.257Z Downloaded crypto-common v0.2.2
9402026-07-28T02:40:41.258Z Downloaded daft-derive v0.1.7
9412026-07-28T02:40:41.261Z Downloaded der_derive v0.7.3
9422026-07-28T02:40:41.261Z Downloaded ctutils v0.4.2
9432026-07-28T02:40:41.264Z Downloaded progenitor-macro v0.14.0
9442026-07-28T02:40:41.267Z Downloaded secrecy v0.10.3
9452026-07-28T02:40:41.267Z Downloaded elliptic-curve v0.13.8
9462026-07-28T02:40:41.271Z Downloaded rustls-pki-types v1.14.0
9472026-07-28T02:40:41.271Z Downloaded dirs-next v2.0.0
9482026-07-28T02:40:41.294Z Downloaded diesel-dtrace v0.5.0
9492026-07-28T02:40:41.294Z Downloaded digest v0.11.3
9502026-07-28T02:40:41.294Z Downloaded h2 v0.4.15
9512026-07-28T02:40:41.294Z Downloaded libsw v3.5.0
9522026-07-28T02:40:41.294Z Downloaded slog-term v2.9.2
9532026-07-28T02:40:41.294Z Downloaded signal-hook-mio v0.2.5
9542026-07-28T02:40:41.294Z Downloaded sha1 v0.10.6
9552026-07-28T02:40:41.294Z Downloaded libbz2-rs-sys v0.2.2
9562026-07-28T02:40:41.298Z Downloaded parse-size v1.1.0
9572026-07-28T02:40:41.298Z Downloaded thread-id v5.1.0
9582026-07-28T02:40:41.298Z Downloaded yoke-derive v0.8.1
9592026-07-28T02:40:41.301Z Downloaded hashbrown v0.16.1
9602026-07-28T02:40:41.304Z Downloaded nanorand v0.7.0
9612026-07-28T02:40:41.307Z Downloaded sync-ptr v0.1.4
9622026-07-28T02:40:41.310Z Downloaded tagptr v0.2.0
9632026-07-28T02:40:41.310Z Downloaded unit-prefix v0.5.2
9642026-07-28T02:40:41.310Z Downloaded num-traits v0.2.19
9652026-07-28T02:40:41.314Z Downloaded num_enum v0.5.11
9662026-07-28T02:40:41.316Z Downloaded tokio-tungstenite v0.23.1
9672026-07-28T02:40:41.316Z Downloaded peg v0.8.5
9682026-07-28T02:40:41.320Z Downloaded quick-error v1.2.3
9692026-07-28T02:40:41.320Z Downloaded darling_core v0.23.0
9702026-07-28T02:40:41.323Z Downloaded zerocopy v0.6.6
9712026-07-28T02:40:41.334Z Downloaded icu_locale_core v2.1.1
9722026-07-28T02:40:41.338Z Downloaded rand_chacha v0.9.0
9732026-07-28T02:40:41.341Z Downloaded dropshot-api-manager-types v0.7.2
9742026-07-28T02:40:41.341Z Downloaded match_cfg v0.1.0
9752026-07-28T02:40:41.341Z Downloaded ident_case v1.0.1
9762026-07-28T02:40:41.341Z Downloaded idna_adapter v1.2.1
9772026-07-28T02:40:41.344Z Downloaded dunce v1.0.5
9782026-07-28T02:40:41.344Z Downloaded inout v0.2.2
9792026-07-28T02:40:41.348Z Downloaded ed25519-dalek v3.0.0-rc.0
9802026-07-28T02:40:41.351Z Downloaded unicode-normalization v0.1.25
9812026-07-28T02:40:41.355Z Downloaded memmap2 v0.9.10
9822026-07-28T02:40:41.355Z Downloaded libsw-core v0.3.2
9832026-07-28T02:40:41.357Z Downloaded num-derive v0.4.2
9842026-07-28T02:40:41.357Z Downloaded rpassword v7.5.4
9852026-07-28T02:40:41.358Z Downloaded embedded-io v0.6.1
9862026-07-28T02:40:41.362Z Downloaded olpc-cjson v0.1.4
9872026-07-28T02:40:41.362Z Downloaded aes-gcm v0.11.0
9882026-07-28T02:40:41.371Z Downloaded hyper v1.10.1
9892026-07-28T02:40:41.374Z Downloaded scheduled-thread-pool v0.2.7
9902026-07-28T02:40:41.378Z Downloaded smallvec v0.6.14
9912026-07-28T02:40:41.378Z Downloaded smf v0.2.3
9922026-07-28T02:40:41.378Z Downloaded potential_utf v0.1.4
9932026-07-28T02:40:41.381Z Downloaded proc-macro-crate v1.3.1
9942026-07-28T02:40:41.381Z Downloaded strum_macros v0.24.3
9952026-07-28T02:40:41.381Z Downloaded tokio-native-tls v0.3.1
9962026-07-28T02:40:41.384Z Downloaded semver v0.1.20
9972026-07-28T02:40:41.387Z Downloaded subprocess v0.2.15
9982026-07-28T02:40:41.390Z Downloaded crossbeam-deque v0.8.6
9992026-07-28T02:40:41.390Z Downloaded tinyvec v1.10.0
10002026-07-28T02:40:41.390Z Downloaded futures-util v0.3.32
10012026-07-28T02:40:41.397Z Downloaded pkcs1 v0.7.5
10022026-07-28T02:40:41.407Z Downloaded tls_codec v0.4.2
10032026-07-28T02:40:41.410Z Downloaded hashbrown v0.15.5
10042026-07-28T02:40:41.410Z Downloaded rcgen v0.12.1
10052026-07-28T02:40:41.411Z Downloaded progenitor v0.13.0
10062026-07-28T02:40:41.411Z Downloaded crc-any v2.5.0
10072026-07-28T02:40:41.411Z Downloaded num-bigint v0.4.6
10082026-07-28T02:40:41.411Z Downloaded vergen-lib v9.1.0
10092026-07-28T02:40:41.411Z Downloaded indicatif v0.18.4
10102026-07-28T02:40:41.414Z Downloaded delegate v0.13.5
10112026-07-28T02:40:41.414Z Downloaded p384 v0.14.0-rc.10
10122026-07-28T02:40:41.414Z Downloaded tungstenite v0.21.0
10132026-07-28T02:40:41.418Z Downloaded topological-sort v0.2.2
10142026-07-28T02:40:41.418Z Downloaded utf8_iter v1.0.4
10152026-07-28T02:40:41.418Z Downloaded zerofrom v0.1.6
10162026-07-28T02:40:41.418Z Downloaded try-lock v0.2.5
10172026-07-28T02:40:41.421Z Downloaded derive_more v0.99.20
10182026-07-28T02:40:41.432Z Downloaded derive_more v2.1.1
10192026-07-28T02:40:41.438Z Downloaded ingot v0.2.1
10202026-07-28T02:40:41.442Z Downloaded typed-path v0.9.3
10212026-07-28T02:40:41.445Z Downloaded serde_cbor v0.11.2
10222026-07-28T02:40:41.445Z Downloaded bitvec v1.0.1
10232026-07-28T02:40:41.454Z Downloaded hkdf v0.12.4
10242026-07-28T02:40:41.457Z Downloaded hkdf v0.13.0
10252026-07-28T02:40:41.457Z Downloaded peg-macros v0.8.5
10262026-07-28T02:40:41.457Z Downloaded slog-dtrace v0.3.0
10272026-07-28T02:40:41.457Z Downloaded progenitor v0.14.0
10282026-07-28T02:40:41.460Z Downloaded rand_core v0.6.4
10292026-07-28T02:40:41.460Z Downloaded keccak v0.1.6
10302026-07-28T02:40:41.460Z Downloaded indent_write v2.2.0
10312026-07-28T02:40:41.460Z Downloaded newline-converter v0.3.0
10322026-07-28T02:40:41.460Z Downloaded smallvec v1.15.1
10332026-07-28T02:40:41.464Z Downloaded tokio-stream v0.1.18
10342026-07-28T02:40:41.464Z Downloaded tokio-rustls v0.26.4
10352026-07-28T02:40:41.467Z Downloaded prefix-trie v0.7.0
10362026-07-28T02:40:41.470Z Downloaded omicron-zone-package v0.12.3
10372026-07-28T02:40:41.473Z Downloaded cookie v0.18.1
10382026-07-28T02:40:41.473Z Downloaded defmt v1.0.1
10392026-07-28T02:40:41.477Z Downloaded num-bigint-dig v0.8.6
10402026-07-28T02:40:41.480Z Downloaded proc-macro-crate v3.4.0
10412026-07-28T02:40:41.480Z Downloaded synstructure v0.13.2
10422026-07-28T02:40:41.480Z Downloaded num_threads v0.1.7
10432026-07-28T02:40:41.480Z Downloaded termios v0.3.3
10442026-07-28T02:40:41.480Z Downloaded tiny-keccak v2.0.2
10452026-07-28T02:40:41.483Z Downloaded sapling-renderdag v0.1.0
10462026-07-28T02:40:41.483Z Downloaded der v0.7.10
10472026-07-28T02:40:41.487Z Downloaded jiff-static v0.2.21
10482026-07-28T02:40:41.487Z Downloaded ssh-encoding v0.3.0-rc.9
10492026-07-28T02:40:41.490Z Downloaded vergen v9.1.0
10502026-07-28T02:40:41.490Z Downloaded thiserror-impl-no-std v2.0.2
10512026-07-28T02:40:41.490Z Downloaded ecdsa v0.17.0-rc.18
10522026-07-28T02:40:41.490Z Downloaded ingot-macros v0.2.0
10532026-07-28T02:40:41.495Z Downloaded tough v0.22.0
10542026-07-28T02:40:41.498Z Downloaded minimal-lexical v0.2.1
10552026-07-28T02:40:41.498Z Downloaded litemap v0.8.1
10562026-07-28T02:40:41.501Z Downloaded darling_core v0.21.3
10572026-07-28T02:40:41.504Z Downloaded oxnet v0.1.6
10582026-07-28T02:40:41.504Z Downloaded ml-kem v0.3.2
10592026-07-28T02:40:41.504Z Downloaded des v0.9.0
10602026-07-28T02:40:41.507Z Downloaded displaydoc v0.2.5
10612026-07-28T02:40:41.507Z Downloaded zerofrom-derive v0.1.6
10622026-07-28T02:40:41.511Z Downloaded convert_case v0.10.0
10632026-07-28T02:40:41.511Z Downloaded dropshot-api-manager v0.7.2
10642026-07-28T02:40:41.514Z Downloaded supports-color v3.0.2
10652026-07-28T02:40:41.514Z Downloaded usdt-macro v0.6.0
10662026-07-28T02:40:41.517Z Downloaded utf-8 v0.7.6
10672026-07-28T02:40:41.517Z Downloaded zone_cfg_derive v0.3.1
10682026-07-28T02:40:41.517Z Downloaded derive_builder_macro v0.20.2
10692026-07-28T02:40:41.521Z Downloaded corncobs v0.1.4
10702026-07-28T02:40:41.521Z Downloaded csv-core v0.1.13
10712026-07-28T02:40:41.521Z Downloaded darling_macro v0.23.0
10722026-07-28T02:40:41.521Z Downloaded impl-trait-for-tuples v0.2.3
10732026-07-28T02:40:41.524Z Downloaded linked-hash-map v0.5.6
10742026-07-28T02:40:41.524Z Downloaded lock_api v0.4.14
10752026-07-28T02:40:41.524Z Downloaded itertools v0.13.0
10762026-07-28T02:40:41.527Z Downloaded enum-as-inner v0.6.1
10772026-07-28T02:40:41.531Z Downloaded salty v0.3.0
10782026-07-28T02:40:41.534Z Downloaded prettyplease v0.2.37
10792026-07-28T02:40:41.534Z Downloaded iri-string v0.7.10
10802026-07-28T02:40:41.539Z Downloaded memoffset v0.9.1
10812026-07-28T02:40:41.542Z Downloaded crossbeam-epoch v0.9.18
10822026-07-28T02:40:41.542Z Downloaded num-derive v0.3.3
10832026-07-28T02:40:41.542Z Downloaded dsl_auto_type v0.2.0
10842026-07-28T02:40:41.542Z Downloaded mime v0.3.17
10852026-07-28T02:40:41.542Z Downloaded predicates-core v1.0.10
10862026-07-28T02:40:41.546Z Downloaded ref-cast v1.0.25
10872026-07-28T02:40:41.546Z Downloaded aho-corasick v1.1.4
10882026-07-28T02:40:41.549Z Downloaded diesel_derives v2.3.7
10892026-07-28T02:40:41.552Z Downloaded slog-envlogger v2.2.0
10902026-07-28T02:40:41.552Z Downloaded rand_seeder v0.4.0
10912026-07-28T02:40:41.555Z Downloaded schemars_derive v0.8.22
10922026-07-28T02:40:41.559Z Downloaded password-hash v0.5.0
10932026-07-28T02:40:41.564Z Downloaded paste v1.0.15
10942026-07-28T02:40:41.564Z Downloaded darling v0.23.0
10952026-07-28T02:40:41.567Z Downloaded seq-macro v0.3.6
10962026-07-28T02:40:41.567Z Downloaded yasna v0.5.2
10972026-07-28T02:40:41.567Z Downloaded stringprep v0.1.5
10982026-07-28T02:40:41.570Z Downloaded zerocopy-derive v0.8.40
10992026-07-28T02:40:41.576Z Downloaded tinyvec_macros v0.1.1
11002026-07-28T02:40:41.580Z Downloaded universal-hash v0.6.1
11012026-07-28T02:40:41.580Z Downloaded xattr v1.6.1
11022026-07-28T02:40:41.580Z Downloaded darling_macro v0.21.3
11032026-07-28T02:40:41.580Z Downloaded embedded-io v0.4.0
11042026-07-28T02:40:41.580Z Downloaded indexmap v1.9.3
11052026-07-28T02:40:41.583Z Downloaded schemars v0.9.0
11062026-07-28T02:40:41.588Z Downloaded zerovec v0.11.5
11072026-07-28T02:40:41.591Z Downloaded icu_properties_data v2.1.2
11082026-07-28T02:40:41.595Z Downloaded pin-project v1.1.11
11092026-07-28T02:40:41.600Z Downloaded sec1 v0.8.1
11102026-07-28T02:40:41.604Z Downloaded signal-hook v0.3.18
11112026-07-28T02:40:41.604Z Downloaded enum_dispatch v0.3.13
11122026-07-28T02:40:41.607Z Downloaded libscf-sys v1.1.0
11132026-07-28T02:40:41.607Z Downloaded md-5 v0.10.6
11142026-07-28T02:40:41.607Z Downloaded openssl-probe v0.2.1
11152026-07-28T02:40:41.607Z Downloaded rustc_version v0.4.1
11162026-07-28T02:40:41.610Z Downloaded x509-cert v0.2.5
11172026-07-28T02:40:41.614Z Downloaded papergrid v0.17.0
11182026-07-28T02:40:41.618Z Downloaded quick-xml v0.37.5
11192026-07-28T02:40:41.618Z Downloaded openssl-macros v0.1.1
11202026-07-28T02:40:41.618Z Downloaded darling_core v0.20.11
11212026-07-28T02:40:41.621Z Downloaded maybe-uninit v2.0.0
11222026-07-28T02:40:41.621Z Downloaded pkcs8 v0.11.0
11232026-07-28T02:40:41.624Z Downloaded ppv-lite86 v0.2.21
11242026-07-28T02:40:41.624Z Downloaded pkcs8 v0.10.2
11252026-07-28T02:40:41.625Z Downloaded wait-timeout v0.2.1
11262026-07-28T02:40:41.628Z Downloaded defmt v0.3.100
11272026-07-28T02:40:41.628Z Downloaded packed_struct v0.10.1
11282026-07-28T02:40:41.628Z Downloaded newtype_derive v0.1.6
11292026-07-28T02:40:41.628Z Downloaded phf_shared v0.11.3
11302026-07-28T02:40:41.631Z Downloaded ssh-cipher v0.3.0-rc.9
11312026-07-28T02:40:41.631Z Downloaded tungstenite v0.23.0
11322026-07-28T02:40:41.631Z Downloaded steno v0.4.1
11332026-07-28T02:40:41.635Z Downloaded drift v0.2.0
11342026-07-28T02:40:41.640Z Downloaded dropshot_endpoint v0.17.1
11352026-07-28T02:40:41.643Z Downloaded icu_provider v2.1.1
11362026-07-28T02:40:41.643Z Downloaded twox-hash v2.1.2
11372026-07-28T02:40:41.646Z Downloaded progenitor-client v0.14.0
11382026-07-28T02:40:41.646Z Downloaded proc-macro-error-attr2 v2.0.0
11392026-07-28T02:40:41.646Z Downloaded sha1 v0.11.0
11402026-07-28T02:40:41.646Z Downloaded strip-ansi-escapes v0.2.1
11412026-07-28T02:40:41.649Z Downloaded take_mut v0.2.2
11422026-07-28T02:40:41.649Z Downloaded crc-catalog v2.4.0
11432026-07-28T02:40:41.649Z Downloaded tracing-attributes v0.1.31
11442026-07-28T02:40:41.650Z Downloaded aws-lc-rs v1.16.3
11452026-07-28T02:40:41.655Z Downloaded bstr v1.12.1
11462026-07-28T02:40:41.661Z Downloaded nom v7.1.3
11472026-07-28T02:40:41.666Z Downloaded illumos-nvpair v0.3.0
11482026-07-28T02:40:41.666Z Downloaded serde_spanned v1.1.1
11492026-07-28T02:40:41.666Z Downloaded path-slash v0.1.5
11502026-07-28T02:40:41.666Z Downloaded portable-atomic v1.13.1
11512026-07-28T02:40:41.669Z Downloaded strum_macros v0.27.2
11522026-07-28T02:40:41.669Z Downloaded derive_more-impl v2.1.1
11532026-07-28T02:40:41.672Z Downloaded unicode-segmentation v1.12.0
11542026-07-28T02:40:41.675Z Downloaded normalize-line-endings v0.3.0
11552026-07-28T02:40:41.675Z Downloaded lru v0.12.5
11562026-07-28T02:40:41.676Z Downloaded rsa v0.10.0-rc.18
11572026-07-28T02:40:41.679Z Downloaded miniz_oxide v0.8.9
11582026-07-28T02:40:41.679Z Downloaded serde-hex v0.1.0
11592026-07-28T02:40:41.682Z Downloaded serde_yaml v0.9.34+deprecated
11602026-07-28T02:40:41.682Z Downloaded zerovec-derive v0.11.2
11612026-07-28T02:40:41.682Z Downloaded blake3 v1.8.5
11622026-07-28T02:40:41.685Z Downloaded itertools v0.14.0
11632026-07-28T02:40:41.689Z Downloaded linear-map v1.2.0
11642026-07-28T02:40:41.692Z Downloaded ed25519 v2.2.3
11652026-07-28T02:40:41.692Z Downloaded signal-hook-registry v1.4.8
11662026-07-28T02:40:41.692Z Downloaded cstr-argument v0.1.2
11672026-07-28T02:40:41.692Z Downloaded zip v0.6.6
11682026-07-28T02:40:41.695Z Downloaded mio v1.2.0
11692026-07-28T02:40:41.699Z Downloaded internal-russh-num-bigint v0.5.0
11702026-07-28T02:40:41.699Z Downloaded rusty-fork v0.3.1
11712026-07-28T02:40:41.702Z Downloaded instability v0.3.11
11722026-07-28T02:40:41.702Z Downloaded slog-scope v4.4.1
11732026-07-28T02:40:41.702Z Downloaded predicates-tree v1.0.13
11742026-07-28T02:40:41.702Z Downloaded radium v0.7.0
11752026-07-28T02:40:41.702Z Downloaded sigpipe v0.1.3
11762026-07-28T02:40:41.705Z Downloaded toml_edit v0.19.15
11772026-07-28T02:40:41.712Z Downloaded multimap v0.10.1
11782026-07-28T02:40:41.715Z Downloaded darling v0.20.11
11792026-07-28T02:40:41.715Z Downloaded ed25519 v3.0.0
11802026-07-28T02:40:41.715Z Downloaded rustls-webpki v0.103.13
11812026-07-28T02:40:41.719Z Downloaded jobserver v0.1.34
11822026-07-28T02:40:41.719Z Downloaded git2 v0.20.4
11832026-07-28T02:40:41.722Z Downloaded dtrace-parser v0.3.0
11842026-07-28T02:40:41.728Z Downloaded untrusted v0.7.1
11852026-07-28T02:40:41.728Z Downloaded percent-encoding v2.3.2
11862026-07-28T02:40:41.728Z Downloaded endian-type v0.1.2
11872026-07-28T02:40:41.728Z Downloaded socket2 v0.6.3
11882026-07-28T02:40:41.731Z Downloaded nodrop v0.1.14
11892026-07-28T02:40:41.731Z Downloaded daft v0.1.7
11902026-07-28T02:40:41.731Z Downloaded string_cache v0.8.9
11912026-07-28T02:40:41.735Z Downloaded derive_builder_core v0.20.2
11922026-07-28T02:40:41.738Z Downloaded rawzip v0.4.4
11932026-07-28T02:40:41.741Z Downloaded serdect v0.4.3
11942026-07-28T02:40:41.741Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11952026-07-28T02:40:41.741Z Downloaded usdt v0.6.0
11962026-07-28T02:40:41.741Z Downloaded pin-project-internal v1.1.11
11972026-07-28T02:40:41.741Z Downloaded reqwest v0.12.28
11982026-07-28T02:40:41.744Z Downloaded rsa v0.9.10
11992026-07-28T02:40:41.748Z Downloaded unsafe-libyaml v0.2.11
12002026-07-28T02:40:41.752Z Downloaded num_enum_derive v0.7.6
12012026-07-28T02:40:41.755Z Downloaded packed_struct_codegen v0.10.1
12022026-07-28T02:40:41.756Z Downloaded qorb v0.4.1
12032026-07-28T02:40:41.756Z Downloaded bindgen v0.71.1
12042026-07-28T02:40:41.759Z Downloaded rustversion v1.0.22
12052026-07-28T02:40:41.762Z Downloaded toml v0.7.8
12062026-07-28T02:40:41.762Z Downloaded spin v0.9.8
12072026-07-28T02:40:41.765Z Downloaded toml_parser v1.1.2+spec-1.1.0
12082026-07-28T02:40:41.766Z Downloaded elliptic-curve v0.14.0-rc.33
12092026-07-28T02:40:41.769Z Downloaded snafu v0.8.9
12102026-07-28T02:40:41.769Z Downloaded whoami v1.6.1
12112026-07-28T02:40:41.772Z Downloaded strum_macros v0.26.4
12122026-07-28T02:40:41.775Z Downloaded libloading v0.8.9
12132026-07-28T02:40:41.775Z Downloaded similar v2.7.0
12142026-07-28T02:40:41.779Z Downloaded url v2.5.8
12152026-07-28T02:40:41.782Z Downloaded tower v0.5.3
12162026-07-28T02:40:41.785Z Downloaded slog-json v2.6.1
12172026-07-28T02:40:41.789Z Downloaded ignore v0.4.25
12182026-07-28T02:40:41.792Z Downloaded deranged v0.5.8
12192026-07-28T02:40:41.795Z Downloaded multer v3.1.0
12202026-07-28T02:40:41.802Z Downloaded p256 v0.14.0-rc.10
12212026-07-28T02:40:41.807Z Downloaded russh v0.61.2
12222026-07-28T02:40:41.810Z Downloaded typify v0.6.2
12232026-07-28T02:40:41.813Z Downloaded zopfli v0.8.3
12242026-07-28T02:40:41.813Z Downloaded idna v1.1.0
12252026-07-28T02:40:41.813Z Downloaded goblin v0.10.5
12262026-07-28T02:40:41.817Z Downloaded oso v0.27.3
12272026-07-28T02:40:41.829Z Downloaded zerotrie v0.2.3
12282026-07-28T02:40:41.832Z Downloaded term v1.2.1
12292026-07-28T02:40:41.837Z Downloaded der v0.8.0
12302026-07-28T02:40:41.842Z Downloaded winnow v1.0.3
12312026-07-28T02:40:41.846Z Downloaded radix_trie v0.2.1
12322026-07-28T02:40:41.850Z Downloaded progenitor-impl v0.13.0
12332026-07-28T02:40:41.853Z Downloaded tokio-util v0.7.18
12342026-07-28T02:40:41.859Z Downloaded crypto-primes v0.7.2
12352026-07-28T02:40:41.862Z Downloaded publicsuffix v2.3.0
12362026-07-28T02:40:41.865Z Downloaded schemars v0.8.22
12372026-07-28T02:40:41.869Z Downloaded rayon-core v1.13.0
12382026-07-28T02:40:41.872Z Downloaded rand v0.10.1
12392026-07-28T02:40:41.875Z Downloaded yansi v1.0.1
12402026-07-28T02:40:41.875Z Downloaded schemars v1.2.1
12412026-07-28T02:40:41.882Z Downloaded regex v1.12.3
12422026-07-28T02:40:41.886Z Downloaded vte v0.14.1
12432026-07-28T02:40:41.886Z Downloaded chrono v0.4.45
12442026-07-28T02:40:41.893Z Downloaded lalrpop v0.19.12
12452026-07-28T02:40:41.898Z Downloaded moka v0.12.13
12462026-07-28T02:40:41.912Z Downloaded zip v4.6.1
12472026-07-28T02:40:41.935Z Downloaded crossterm v0.28.1
12482026-07-28T02:40:41.940Z Downloaded crossbeam-channel v0.5.15
12492026-07-28T02:40:41.940Z Downloaded reedline v0.40.0
12502026-07-28T02:40:41.940Z Downloaded unicode_categories v0.1.1
12512026-07-28T02:40:41.940Z Downloaded serde_with v3.21.0
12522026-07-28T02:40:41.943Z Downloaded zlib-rs v0.6.2
12532026-07-28T02:40:41.943Z Downloaded nom v8.0.0
12542026-07-28T02:40:41.946Z Downloaded rand v0.9.2
12552026-07-28T02:40:41.949Z Downloaded ssh-key v0.7.0-rc.10
12562026-07-28T02:40:41.959Z Downloaded rayon v1.11.0
12572026-07-28T02:40:41.962Z Downloaded p384 v0.13.1
12582026-07-28T02:40:41.968Z Downloaded itertools v0.10.5
12592026-07-28T02:40:41.971Z Downloaded object v0.30.4
12602026-07-28T02:40:41.987Z Downloaded libxml v0.3.3
12612026-07-28T02:40:41.996Z Downloaded crypto-bigint v0.7.5
12622026-07-28T02:40:42.004Z Downloaded winnow v0.5.40
12632026-07-28T02:40:42.010Z Downloaded tower-http v0.6.8
12642026-07-28T02:40:42.013Z Downloaded zerocopy v0.8.40
12652026-07-28T02:40:42.019Z Downloaded crossterm v0.29.0
12662026-07-28T02:40:42.022Z Downloaded itertools v0.15.0
12672026-07-28T02:40:42.028Z Downloaded polar-core v0.27.3
12682026-07-28T02:40:42.032Z Downloaded itertools v0.12.1
12692026-07-28T02:40:42.039Z Downloaded libm v0.2.16
12702026-07-28T02:40:42.049Z Downloaded quinn-proto v0.11.16
12712026-07-28T02:40:42.054Z Downloaded reqwest v0.13.2
12722026-07-28T02:40:42.057Z Downloaded petname v2.0.2
12732026-07-28T02:40:42.060Z Downloaded winnow v0.6.26
12742026-07-28T02:40:42.066Z Downloaded hickory-proto v0.24.4
12752026-07-28T02:40:42.074Z Downloaded vcpkg v0.2.15
12762026-07-28T02:40:42.097Z Downloaded regress v0.10.5
12772026-07-28T02:40:42.102Z Downloaded smoltcp v0.11.0
12782026-07-28T02:40:42.109Z Downloaded regex-syntax v0.6.29
12792026-07-28T02:40:42.113Z Downloaded proptest v1.10.0
12802026-07-28T02:40:42.119Z Downloaded nix v0.31.2
12812026-07-28T02:40:42.125Z Downloaded smoltcp v0.9.1
12822026-07-28T02:40:42.131Z Downloaded time v0.3.47
12832026-07-28T02:40:42.139Z Downloaded object v0.37.3
12842026-07-28T02:40:42.144Z Downloaded iddqd v0.4.2
12852026-07-28T02:40:42.150Z Downloaded hickory-proto v0.25.2
12862026-07-28T02:40:42.158Z Downloaded dropshot v0.17.1
12872026-07-28T02:40:42.171Z Downloaded nix v0.27.1
12882026-07-28T02:40:42.177Z Downloaded nix v0.28.0
12892026-07-28T02:40:42.184Z Downloaded tabled v0.20.0
12902026-07-28T02:40:42.192Z Downloaded diesel v2.3.7
12912026-07-28T02:40:42.205Z Downloaded curve25519-dalek v4.1.3
12922026-07-28T02:40:42.209Z Downloaded openssl v0.10.79
12932026-07-28T02:40:42.214Z Downloaded typify-impl v0.6.2
12942026-07-28T02:40:42.222Z Downloaded openapiv3 v2.2.0
12952026-07-28T02:40:42.229Z Downloaded curve25519-dalek v5.0.0-rc.0
12962026-07-28T02:40:42.235Z Downloaded sled v0.34.7
12972026-07-28T02:40:42.250Z Downloaded sqlparser v0.61.0
12982026-07-28T02:40:42.256Z Downloaded regress v0.11.1
12992026-07-28T02:40:42.263Z Downloaded fiat-crypto v0.3.0
13002026-07-28T02:40:42.270Z Downloaded rustls v0.23.41
13012026-07-28T02:40:42.277Z Downloaded rustix v0.38.44
13022026-07-28T02:40:42.289Z Downloaded zerocopy-derive v0.6.6
13032026-07-28T02:40:42.295Z Downloaded regex-syntax v0.8.10
13042026-07-28T02:40:42.310Z Downloaded sha3 v0.11.0
13052026-07-28T02:40:42.314Z Downloaded bzip2-sys v0.1.13+1.0.8
13062026-07-28T02:40:42.327Z Downloaded tracing v0.1.44
13072026-07-28T02:40:42.349Z Downloaded regex-automata v0.4.14
13082026-07-28T02:40:42.358Z Downloaded chrono-tz v0.10.4
13092026-07-28T02:40:42.369Z Downloaded ratatui v0.29.0
13102026-07-28T02:40:42.417Z Downloaded tokio v1.52.1
13112026-07-28T02:40:42.441Z Downloaded petgraph v0.8.3
13122026-07-28T02:40:42.454Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-07-28T02:40:42.465Z Downloaded jiff v0.2.21
13142026-07-28T02:40:42.477Z Downloaded petgraph v0.6.5
13152026-07-28T02:40:42.486Z Downloaded libz-sys v1.1.24
13162026-07-28T02:40:42.498Z Downloaded sha3 v0.10.8
13172026-07-28T02:40:42.502Z Downloaded csv v1.4.0
13182026-07-28T02:40:42.513Z Downloaded encoding_rs v0.8.35
13192026-07-28T02:40:42.525Z Downloaded ring v0.17.14
13202026-07-28T02:40:42.565Z Downloaded libgit2-sys v0.18.3+1.9.2
13212026-07-28T02:40:43.050Z Downloaded aws-lc-sys v0.40.0
13222026-07-28T02:40:43.300Z Compiling libc v0.2.185
13232026-07-28T02:40:43.300Z Compiling serde_core v1.0.228
13242026-07-28T02:40:43.300Z Compiling serde v1.0.228
13252026-07-28T02:40:43.304Z Compiling log v0.4.29
13262026-07-28T02:40:43.304Z Compiling smallvec v1.15.1
13272026-07-28T02:40:43.434Z Compiling find-msvc-tools v0.1.9
13282026-07-28T02:40:43.442Z Compiling shlex v1.3.0
13292026-07-28T02:40:43.445Z Compiling syn v2.0.117
13302026-07-28T02:40:43.639Z Compiling subtle v2.6.1
13312026-07-28T02:40:43.655Z Compiling stable_deref_trait v1.2.1
13322026-07-28T02:40:43.687Z Compiling scopeguard v1.2.0
13332026-07-28T02:40:43.706Z Compiling typenum v1.20.1
13342026-07-28T02:40:43.745Z Compiling serde_json v1.0.150
13352026-07-28T02:40:43.776Z Compiling lock_api v0.4.14
13362026-07-28T02:40:43.789Z Compiling zerocopy v0.8.40
13372026-07-28T02:40:43.814Z Compiling portable-atomic v1.13.1
13382026-07-28T02:40:43.948Z Compiling pin-project-lite v0.2.17
13392026-07-28T02:40:44.015Z Compiling parking_lot_core v0.9.12
13402026-07-28T02:40:44.051Z Compiling pkg-config v0.3.32
13412026-07-28T02:40:44.217Z Compiling getrandom v0.4.1
13422026-07-28T02:40:44.248Z Compiling jobserver v0.1.34
13432026-07-28T02:40:44.279Z Compiling errno v0.3.14
13442026-07-28T02:40:44.447Z Compiling cc v1.2.56
13452026-07-28T02:40:44.502Z Compiling getrandom v0.2.17
13462026-07-28T02:40:44.550Z Compiling libm v0.2.16
13472026-07-28T02:40:44.581Z Compiling critical-section v1.2.0
13482026-07-28T02:40:44.630Z Compiling rand_core v0.6.4
13492026-07-28T02:40:44.724Z Compiling signal-hook-registry v1.4.8
13502026-07-28T02:40:44.861Z Compiling once_cell v1.21.3
13512026-07-28T02:40:44.882Z Compiling num-traits v0.2.19
13522026-07-28T02:40:44.904Z Compiling rand_core v0.10.0
13532026-07-28T02:40:44.972Z Compiling futures-core v0.3.32
13542026-07-28T02:40:45.086Z Compiling parking_lot v0.12.5
13552026-07-28T02:40:45.122Z Compiling mio v1.2.0
13562026-07-28T02:40:45.251Z Compiling generic-array v0.14.7
13572026-07-28T02:40:45.293Z Compiling const-oid v0.9.6
13582026-07-28T02:40:45.438Z Compiling percent-encoding v2.3.2
13592026-07-28T02:40:45.581Z Compiling bitflags v2.11.0
13602026-07-28T02:40:45.609Z Compiling writeable v0.6.2
13612026-07-28T02:40:45.623Z Compiling litemap v0.8.1
13622026-07-28T02:40:45.803Z Compiling semver v1.0.28
13632026-07-28T02:40:45.877Z Compiling icu_normalizer_data v2.1.1
13642026-07-28T02:40:45.960Z Compiling icu_properties_data v2.1.2
13652026-07-28T02:40:46.033Z Compiling socket2 v0.6.3
13662026-07-28T02:40:46.081Z Compiling futures-sink v0.3.32
13672026-07-28T02:40:46.132Z Compiling futures-task v0.3.32
13682026-07-28T02:40:46.206Z Compiling futures-channel v0.3.32
13692026-07-28T02:40:46.206Z Compiling slab v0.4.12
13702026-07-28T02:40:46.352Z Compiling synstructure v0.13.2
13712026-07-28T02:40:46.391Z Compiling futures-io v0.3.32
13722026-07-28T02:40:46.491Z Compiling utf8_iter v1.0.4
13732026-07-28T02:40:46.515Z Compiling indexmap v2.14.0
13742026-07-28T02:40:46.519Z Compiling form_urlencoded v1.2.2
13752026-07-28T02:40:46.544Z Compiling getrandom v0.3.4
13762026-07-28T02:40:46.555Z Compiling rustversion v1.0.22
13772026-07-28T02:40:46.638Z Compiling cmake v0.1.57
13782026-07-28T02:40:46.638Z Compiling rustix v1.1.3
13792026-07-28T02:40:46.702Z Compiling dunce v1.0.5
13802026-07-28T02:40:46.805Z Compiling fs_extra v1.3.0
13812026-07-28T02:40:46.959Z Compiling ident_case v1.0.1
13822026-07-28T02:40:47.003Z Compiling iana-time-zone v0.1.65
13832026-07-28T02:40:47.083Z Compiling regex-syntax v0.8.10
13842026-07-28T02:40:47.096Z Compiling aws-lc-sys v0.40.0
13852026-07-28T02:40:47.185Z Compiling uuid v1.23.4
13862026-07-28T02:40:47.212Z Compiling base64ct v1.8.3
13872026-07-28T02:40:47.447Z Compiling rand_core v0.9.5
13882026-07-28T02:40:47.507Z Compiling base64 v0.22.1
13892026-07-28T02:40:47.532Z Compiling vcpkg v0.2.15
13902026-07-28T02:40:47.735Z Compiling pem-rfc7468 v0.7.0
13912026-07-28T02:40:47.848Z Compiling rustc_version v0.4.1
13922026-07-28T02:40:47.897Z Compiling tracing-core v0.1.36
13932026-07-28T02:40:48.030Z Compiling serde_derive v1.0.228
13942026-07-28T02:40:48.052Z Compiling zeroize_derive v1.4.3
13952026-07-28T02:40:48.190Z Compiling zerofrom-derive v0.1.6
13962026-07-28T02:40:48.288Z Compiling yoke-derive v0.8.1
13972026-07-28T02:40:48.435Z Compiling zerovec-derive v0.11.2
13982026-07-28T02:40:48.481Z Compiling displaydoc v0.2.5
13992026-07-28T02:40:48.740Z Compiling zeroize v1.8.2
14002026-07-28T02:40:48.954Z Compiling zerocopy-derive v0.8.40
14012026-07-28T02:40:49.487Z Compiling tokio-macros v2.7.0
14022026-07-28T02:40:49.519Z Compiling futures-macro v0.3.32
14032026-07-28T02:40:49.598Z Compiling openssl-sys v0.9.115
14042026-07-28T02:40:49.661Z Compiling zerofrom v0.1.6
14052026-07-28T02:40:49.797Z Compiling yoke v0.8.1
14062026-07-28T02:40:49.869Z Compiling crypto-common v0.1.7
14072026-07-28T02:40:49.991Z Compiling zerovec v0.11.5
14082026-07-28T02:40:50.031Z Compiling zerotrie v0.2.3
14092026-07-28T02:40:50.133Z Compiling block-buffer v0.10.4
14102026-07-28T02:40:50.237Z Compiling thiserror-impl v2.0.18
14112026-07-28T02:40:50.308Z Compiling digest v0.10.7
14122026-07-28T02:40:50.359Z Compiling futures-util v0.3.32
14132026-07-28T02:40:50.374Z Compiling tracing-attributes v0.1.31
14142026-07-28T02:40:50.524Z Compiling tinystr v0.8.2
14152026-07-28T02:40:50.565Z Compiling potential_utf v0.1.4
14162026-07-28T02:40:50.729Z Compiling icu_locale_core v2.1.1
14172026-07-28T02:40:50.733Z Compiling icu_collections v2.1.1
14182026-07-28T02:40:51.218Z Compiling der_derive v0.7.3
14192026-07-28T02:40:51.611Z Compiling bytes v1.11.1
14202026-07-28T02:40:51.679Z Compiling icu_provider v2.1.1
14212026-07-28T02:40:51.683Z Compiling chrono v0.4.45
14222026-07-28T02:40:51.752Z Compiling flagset v0.4.7
14232026-07-28T02:40:51.889Z Compiling aws-lc-rs v1.16.3
14242026-07-28T02:40:51.981Z Compiling icu_properties v2.1.2
14252026-07-28T02:40:52.181Z Compiling tokio v1.52.1
14262026-07-28T02:40:52.229Z Compiling icu_normalizer v2.1.1
14272026-07-28T02:40:52.232Z Compiling http v1.4.2
14282026-07-28T02:40:52.727Z Compiling der v0.7.10
14292026-07-28T02:40:52.778Z Compiling tracing v0.1.44
14302026-07-28T02:40:53.043Z Compiling idna_adapter v1.2.1
14312026-07-28T02:40:53.091Z Compiling http-body v1.0.1
14322026-07-28T02:40:53.106Z Compiling thiserror v2.0.18
14332026-07-28T02:40:53.155Z Compiling idna v1.1.0
14342026-07-28T02:40:53.206Z Compiling rustls-pki-types v1.14.0
14352026-07-28T02:40:53.239Z Compiling serde_derive_internals v0.29.1
14362026-07-28T02:40:53.261Z Compiling httparse v1.10.1
14372026-07-28T02:40:53.545Z Compiling ppv-lite86 v0.2.21
14382026-07-28T02:40:53.596Z Compiling url v2.5.8
14392026-07-28T02:40:53.653Z Compiling openssl-probe v0.2.1
14402026-07-28T02:40:53.790Z Compiling tinyvec_macros v0.1.1
14412026-07-28T02:40:53.830Z Compiling rand_chacha v0.9.0
14422026-07-28T02:40:53.860Z Compiling schemars v0.8.22
14432026-07-28T02:40:53.873Z Compiling dyn-clone v1.0.20
14442026-07-28T02:40:53.914Z Compiling cmov v0.5.4
14452026-07-28T02:40:54.005Z Compiling tinyvec v1.10.0
14462026-07-28T02:40:54.070Z Compiling rand v0.9.2
14472026-07-28T02:40:54.111Z Compiling schemars_derive v0.8.22
14482026-07-28T02:40:54.125Z Compiling ctutils v0.4.2
14492026-07-28T02:40:54.358Z Compiling spki v0.7.3
14502026-07-28T02:40:54.376Z Compiling pest_generator v2.8.6
14512026-07-28T02:40:54.390Z Compiling aho-corasick v1.1.4
14522026-07-28T02:40:54.508Z Compiling untrusted v0.7.1
14532026-07-28T02:40:54.554Z Compiling atomic-waker v1.1.2
14542026-07-28T02:40:54.632Z Compiling tower-layer v0.3.3
14552026-07-28T02:40:54.679Z Compiling try-lock v0.2.5
14562026-07-28T02:40:54.791Z Compiling tower-service v0.3.3
14572026-07-28T02:40:54.791Z Compiling tempfile v3.25.0
14582026-07-28T02:40:54.819Z Compiling want v0.3.1
14592026-07-28T02:40:54.978Z Compiling hybrid-array v0.4.13
14602026-07-28T02:40:55.048Z Compiling pest_derive v2.8.6
14612026-07-28T02:40:55.159Z Compiling ipnet v2.11.0
14622026-07-28T02:40:55.190Z Compiling regex-automata v0.4.14
14632026-07-28T02:40:55.486Z Compiling scroll_derive v0.13.1
14642026-07-28T02:40:55.647Z Compiling darling_core v0.20.11
14652026-07-28T02:40:55.736Z Compiling rustls v0.23.41
14662026-07-28T02:40:55.910Z Compiling tokio-util v0.7.18
14672026-07-28T02:40:56.034Z Compiling openssl v0.10.79
14682026-07-28T02:40:56.297Z Compiling cpufeatures v0.2.17
14692026-07-28T02:40:56.312Z Compiling httpdate v1.0.3
14702026-07-28T02:40:56.374Z Compiling untrusted v0.9.0
14712026-07-28T02:40:56.502Z Compiling foreign-types-shared v0.1.1
14722026-07-28T02:40:56.545Z Compiling scroll v0.13.0
14732026-07-28T02:40:56.591Z Compiling foreign-types v0.3.2
14742026-07-28T02:40:56.646Z Compiling h2 v0.4.15
14752026-07-28T02:40:56.665Z Compiling pkcs8 v0.10.2
14762026-07-28T02:40:56.813Z Compiling unicode-normalization v0.1.25
14772026-07-28T02:40:56.991Z Compiling openssl-macros v0.1.1
14782026-07-28T02:40:57.283Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14792026-07-28T02:40:57.338Z Compiling spin v0.9.8
14802026-07-28T02:40:57.387Z Compiling powerfmt v0.2.0
14812026-07-28T02:40:57.551Z Compiling time-core v0.1.8
14822026-07-28T02:40:57.594Z Compiling native-tls v0.2.18
14832026-07-28T02:40:57.672Z Compiling num-conv v0.2.0
14842026-07-28T02:40:57.698Z Compiling crc32fast v1.5.0
14852026-07-28T02:40:57.809Z Compiling time-macros v0.2.27
14862026-07-28T02:40:57.892Z Compiling deranged v0.5.8
14872026-07-28T02:40:57.972Z Compiling darling_macro v0.20.11
14882026-07-28T02:40:58.455Z Compiling darling v0.20.11
14892026-07-28T02:40:58.540Z Compiling goblin v0.10.5
14902026-07-28T02:40:58.834Z Compiling sha2 v0.10.9
14912026-07-28T02:40:58.857Z Compiling hmac v0.12.1
14922026-07-28T02:40:59.018Z Compiling sync_wrapper v1.0.2
14932026-07-28T02:40:59.129Z Compiling wait-timeout v0.2.1
14942026-07-28T02:40:59.286Z Compiling syn v1.0.109
14952026-07-28T02:40:59.391Z Compiling quick-error v1.2.3
14962026-07-28T02:40:59.499Z Compiling siphasher v1.0.2
14972026-07-28T02:40:59.588Z Compiling simd-adler32 v0.3.8
14982026-07-28T02:40:59.684Z Compiling usdt-impl v0.6.0
14992026-07-28T02:40:59.829Z Compiling hyper v1.10.1
15002026-07-28T02:40:59.886Z Compiling bit-vec v0.8.0
15012026-07-28T02:41:00.116Z Compiling crossbeam-utils v0.8.21
15022026-07-28T02:41:00.131Z Compiling num_threads v0.1.7
15032026-07-28T02:41:00.231Z Compiling time v0.3.47
15042026-07-28T02:41:00.703Z Compiling bit-set v0.8.0
15052026-07-28T02:41:00.809Z Compiling rusty-fork v0.3.1
15062026-07-28T02:41:00.870Z Compiling tower v0.5.3
15072026-07-28T02:41:00.922Z Compiling hyper-util v0.1.20
15082026-07-28T02:41:01.129Z Compiling derive_builder_core v0.20.2
15092026-07-28T02:41:01.404Z Compiling dof v0.4.0
15102026-07-28T02:41:01.663Z Compiling dtrace-parser v0.3.0
15112026-07-28T02:41:01.848Z Compiling http-body-util v0.1.3
15122026-07-28T02:41:02.047Z Compiling heapless v0.7.17
15132026-07-28T02:41:02.096Z Compiling thiserror-impl v1.0.69
15142026-07-28T02:41:02.289Z Compiling scroll_derive v0.12.1
15152026-07-28T02:41:02.396Z Compiling rand_xorshift v0.4.0
15162026-07-28T02:41:02.567Z Compiling slog v2.8.2
15172026-07-28T02:41:02.581Z Compiling darling_core v0.23.0
15182026-07-28T02:41:02.713Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-07-28T02:41:02.747Z Compiling thread-id v5.1.0
15202026-07-28T02:41:02.767Z Compiling cookie v0.18.1
15212026-07-28T02:41:02.829Z Compiling signal-hook v0.3.18
15222026-07-28T02:41:02.948Z Compiling paste v1.0.15
15232026-07-28T02:41:02.962Z Compiling iri-string v0.7.10
15242026-07-28T02:41:02.983Z Compiling ryu v1.0.23
15252026-07-28T02:41:02.996Z Compiling unicode-bidi v0.3.18
15262026-07-28T02:41:03.158Z Compiling unarray v0.1.4
15272026-07-28T02:41:03.203Z Compiling zstd-safe v7.2.4
15282026-07-28T02:41:03.270Z Compiling unicode-properties v0.1.4
15292026-07-28T02:41:03.340Z Compiling adler2 v2.0.1
15302026-07-28T02:41:03.400Z Compiling allocator-api2 v0.2.21
15312026-07-28T02:41:03.469Z Compiling anyhow v1.0.102
15322026-07-28T02:41:03.483Z Compiling stringprep v0.1.5
15332026-07-28T02:41:03.514Z Compiling miniz_oxide v0.8.9
15342026-07-28T02:41:03.718Z Compiling thiserror v1.0.69
15352026-07-28T02:41:03.823Z Compiling proptest v1.10.0
15362026-07-28T02:41:03.954Z Compiling serde_urlencoded v0.7.1
15372026-07-28T02:41:04.104Z Compiling tower-http v0.6.8
15382026-07-28T02:41:04.193Z Compiling scroll v0.12.0
15392026-07-28T02:41:04.497Z Compiling derive_builder_macro v0.20.2
15402026-07-28T02:41:04.512Z Compiling camino v1.2.2
15412026-07-28T02:41:04.757Z Compiling tokio-native-tls v0.3.1
15422026-07-28T02:41:04.933Z Compiling bstr v1.12.1
15432026-07-28T02:41:04.966Z Compiling ipnetwork v0.21.1
15442026-07-28T02:41:05.026Z Compiling crypto-common v0.2.2
15452026-07-28T02:41:05.040Z Compiling darling_macro v0.23.0
15462026-07-28T02:41:05.348Z Compiling block-padding v0.4.2
15472026-07-28T02:41:05.365Z Compiling block-buffer v0.12.1
15482026-07-28T02:41:05.516Z Compiling rand_chacha v0.3.1
15492026-07-28T02:41:05.520Z Compiling rustls-native-certs v0.8.3
15502026-07-28T02:41:05.559Z Compiling serde_tokenstream v0.2.3
15512026-07-28T02:41:05.572Z Compiling serde_spanned v0.6.9
15522026-07-28T02:41:05.714Z Compiling hex v0.4.3
15532026-07-28T02:41:05.823Z Compiling toml_datetime v0.6.11
15542026-07-28T02:41:05.869Z Compiling erased-serde v0.3.31
15552026-07-28T02:41:05.985Z Compiling signature v2.2.0
15562026-07-28T02:41:06.083Z Compiling md-5 v0.10.6
15572026-07-28T02:41:06.175Z Compiling curve25519-dalek v4.1.3
15582026-07-28T02:41:06.284Z Compiling async-trait v0.1.89
15592026-07-28T02:41:06.298Z Compiling zerocopy-derive v0.7.35
15602026-07-28T02:41:06.404Z Compiling pin-project-internal v1.1.11
15612026-07-28T02:41:06.525Z Compiling vergen-lib v9.1.0
15622026-07-28T02:41:06.709Z Compiling hash32 v0.2.1
15632026-07-28T02:41:06.796Z Compiling num-integer v0.1.46
15642026-07-28T02:41:06.904Z Compiling memoffset v0.9.1
15652026-07-28T02:41:07.101Z Compiling encoding_rs v0.8.35
15662026-07-28T02:41:07.119Z Compiling num-bigint-dig v0.8.6
15672026-07-28T02:41:07.169Z Compiling psl-types v2.0.11
15682026-07-28T02:41:07.297Z Compiling litrs v1.0.0
15692026-07-28T02:41:07.311Z Compiling fallible-iterator v0.2.0
15702026-07-28T02:41:07.314Z Compiling smoltcp v0.9.1
15712026-07-28T02:41:07.519Z Compiling mime v0.3.17
15722026-07-28T02:41:07.626Z Compiling rustix v0.38.44
15732026-07-28T02:41:07.661Z Compiling ref-cast v1.0.25
15742026-07-28T02:41:07.779Z Compiling cfg_aliases v0.2.1
15752026-07-28T02:41:07.809Z Compiling zlib-rs v0.6.2
15762026-07-28T02:41:07.853Z Compiling nix v0.31.2
15772026-07-28T02:41:08.007Z Compiling document-features v0.2.12
15782026-07-28T02:41:08.077Z Compiling postgres-protocol v0.6.10
15792026-07-28T02:41:08.223Z Compiling pin-project v1.1.11
15802026-07-28T02:41:08.352Z Compiling publicsuffix v2.3.0
15812026-07-28T02:41:08.407Z Compiling hubpack_derive v0.1.1
15822026-07-28T02:41:08.528Z Compiling zerocopy v0.7.35
15832026-07-28T02:41:08.602Z Compiling num-iter v0.1.45
15842026-07-28T02:41:08.770Z Compiling newtype-uuid v1.3.2
15852026-07-28T02:41:08.859Z Compiling rand v0.8.6
15862026-07-28T02:41:09.076Z Compiling darling v0.23.0
15872026-07-28T02:41:09.079Z Compiling inout v0.2.2
15882026-07-28T02:41:09.102Z Compiling oxnet v0.1.6
15892026-07-28T02:41:09.115Z Compiling derive_builder v0.20.2
15902026-07-28T02:41:09.167Z Compiling hyper-tls v0.6.0
15912026-07-28T02:41:09.390Z Compiling goblin v0.8.2
15922026-07-28T02:41:09.761Z Compiling phf_shared v0.13.1
15932026-07-28T02:41:09.821Z Compiling lazy_static v1.5.0
15942026-07-28T02:41:09.889Z Compiling regex v1.12.3
15952026-07-28T02:41:09.915Z Compiling anstyle-parse v0.2.7
15962026-07-28T02:41:10.001Z Compiling futures-executor v0.3.32
15972026-07-28T02:41:10.095Z Compiling terminal_size v0.4.3
15982026-07-28T02:41:10.178Z Compiling ref-cast-impl v1.0.25
15992026-07-28T02:41:10.234Z Compiling curve25519-dalek-derive v0.1.1
16002026-07-28T02:41:10.256Z Compiling daft-derive v0.1.7
16012026-07-28T02:41:10.302Z Compiling strum_macros v0.27.2
16022026-07-28T02:41:10.717Z Compiling flate2 v1.1.9
16032026-07-28T02:41:10.866Z Compiling snafu-derive v0.8.9
16042026-07-28T02:41:10.975Z Compiling vergen v9.1.0
16052026-07-28T02:41:11.020Z Compiling cargo-platform v0.3.2
16062026-07-28T02:41:11.127Z Compiling ff v0.13.1
16072026-07-28T02:41:11.159Z Compiling fs-err v3.3.0
16082026-07-28T02:41:11.321Z Compiling ahash v0.8.12
16092026-07-28T02:41:11.335Z Compiling winnow v0.5.40
16102026-07-28T02:41:11.397Z Compiling same-file v1.0.6
16112026-07-28T02:41:11.540Z Compiling foldhash v0.2.0
16122026-07-28T02:41:11.569Z Compiling base16ct v0.2.0
16132026-07-28T02:41:11.756Z Compiling libbz2-rs-sys v0.2.2
16142026-07-28T02:41:11.775Z Compiling bumpalo v3.20.2
16152026-07-28T02:41:12.029Z Compiling bitflags v1.3.2
16162026-07-28T02:41:12.110Z Compiling managed v0.8.0
16172026-07-28T02:41:12.309Z Compiling object v0.37.3
16182026-07-28T02:41:12.331Z Compiling foldhash v0.1.5
16192026-07-28T02:41:12.433Z Compiling unicode-segmentation v1.12.0
16202026-07-28T02:41:12.509Z Compiling hashbrown v0.15.5
16212026-07-28T02:41:12.626Z Compiling strum v0.27.2
16222026-07-28T02:41:12.763Z Compiling toml_edit v0.19.15
16232026-07-28T02:41:12.818Z Compiling bzip2 v0.6.1
16242026-07-28T02:41:12.850Z Compiling snafu v0.8.9
16252026-07-28T02:41:12.907Z Compiling clap_builder v4.6.0
16262026-07-28T02:41:13.021Z Compiling zopfli v0.8.3
16272026-07-28T02:41:13.053Z Compiling hashbrown v0.16.1
16282026-07-28T02:41:13.208Z Compiling sec1 v0.7.3
16292026-07-28T02:41:13.483Z Compiling dof v0.3.0
16302026-07-28T02:41:13.611Z Compiling walkdir v2.5.0
16312026-07-28T02:41:13.666Z Compiling group v0.13.0
16322026-07-28T02:41:13.737Z Compiling cargo_metadata v0.23.1
16332026-07-28T02:41:13.860Z Compiling daft v0.1.7
16342026-07-28T02:41:14.189Z Compiling futures v0.3.32
16352026-07-28T02:41:14.249Z Compiling anstream v0.6.21
16362026-07-28T02:41:14.273Z Compiling phf v0.13.1
16372026-07-28T02:41:14.814Z Compiling signal-hook-mio v0.2.5
16382026-07-28T02:41:14.916Z Compiling cookie_store v0.22.1
16392026-07-28T02:41:14.936Z Compiling zstd v0.13.3
16402026-07-28T02:41:15.090Z Compiling reqwest v0.12.28
16412026-07-28T02:41:15.197Z Compiling bzip2 v0.4.4
16422026-07-28T02:41:15.383Z Compiling cipher v0.5.2
16432026-07-28T02:41:15.409Z Compiling serde_with_macros v3.21.0
16442026-07-28T02:41:15.568Z Compiling hubpack v0.1.2
16452026-07-28T02:41:15.774Z Compiling postgres-types v0.2.12
16462026-07-28T02:41:15.898Z Compiling ed25519 v2.2.3
16472026-07-28T02:41:16.346Z Compiling usdt-macro v0.6.0
16482026-07-28T02:41:16.559Z Compiling usdt-attr-macro v0.6.0
16492026-07-28T02:41:16.817Z Compiling globset v0.4.18
16502026-07-28T02:41:16.909Z Compiling dtrace-parser v0.2.0
16512026-07-28T02:41:16.969Z Compiling phf_shared v0.11.3
16522026-07-28T02:41:17.120Z Compiling hkdf v0.12.4
16532026-07-28T02:41:17.158Z Compiling olpc-cjson v0.1.4
16542026-07-28T02:41:17.294Z Compiling pkcs1 v0.7.5
16552026-07-28T02:41:17.323Z Compiling serde-big-array v0.5.1
16562026-07-28T02:41:17.376Z Compiling serde_plain v1.0.2
16572026-07-28T02:41:17.467Z Compiling crypto-bigint v0.5.5
16582026-07-28T02:41:17.494Z Compiling async-recursion v1.1.1
16592026-07-28T02:41:17.569Z Compiling clap_derive v4.6.1
16602026-07-28T02:41:17.653Z Compiling strum_macros v0.26.4
16612026-07-28T02:41:17.690Z Compiling enum-as-inner v0.6.1
16622026-07-28T02:41:18.141Z Compiling serde_repr v0.1.20
16632026-07-28T02:41:18.198Z Compiling pem v3.0.6
16642026-07-28T02:41:18.523Z Compiling float-cmp v0.10.0
16652026-07-28T02:41:18.673Z Compiling thread-id v4.2.2
16662026-07-28T02:41:18.676Z Compiling memmap2 v0.9.10
16672026-07-28T02:41:18.762Z Compiling env_filter v1.0.0
16682026-07-28T02:41:18.821Z Compiling either v1.15.0
16692026-07-28T02:41:18.899Z Compiling winnow v1.0.3
16702026-07-28T02:41:19.035Z Compiling normalize-line-endings v0.3.0
16712026-07-28T02:41:19.063Z Compiling difflib v0.4.0
16722026-07-28T02:41:19.133Z Compiling new_debug_unreachable v1.0.6
16732026-07-28T02:41:19.208Z Compiling typed-path v0.9.3
16742026-07-28T02:41:19.251Z Compiling keccak v0.1.6
16752026-07-28T02:41:19.309Z Compiling jiff v0.2.21
16762026-07-28T02:41:19.389Z Compiling const-oid v0.10.2
16772026-07-28T02:41:19.556Z Compiling whoami v2.1.0
16782026-07-28T02:41:19.594Z Compiling precomputed-hash v0.1.1
16792026-07-28T02:41:19.609Z Compiling static_assertions v1.1.0
16802026-07-28T02:41:19.679Z Compiling predicates-core v1.0.10
16812026-07-28T02:41:19.683Z Compiling fixedbitset v0.5.7
16822026-07-28T02:41:19.855Z Compiling data-encoding v2.10.0
16832026-07-28T02:41:19.918Z Compiling cpufeatures v0.3.0
16842026-07-28T02:41:19.941Z Compiling fixedbitset v0.4.2
16852026-07-28T02:41:19.985Z Compiling chacha20 v0.10.0
16862026-07-28T02:41:19.985Z Compiling petgraph v0.8.3
16872026-07-28T02:41:20.013Z Compiling toml_edit v0.22.27
16882026-07-28T02:41:20.156Z Compiling hickory-proto v0.25.2
16892026-07-28T02:41:20.353Z Compiling petgraph v0.6.5
16902026-07-28T02:41:20.407Z Compiling predicates v3.1.4
16912026-07-28T02:41:20.540Z Compiling tokio-postgres v0.7.16
16922026-07-28T02:41:21.050Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16932026-07-28T02:41:21.892Z Compiling zip v4.6.1
16942026-07-28T02:41:21.974Z Compiling string_cache v0.8.9
16952026-07-28T02:41:22.212Z Compiling digest v0.11.3
16962026-07-28T02:41:22.449Z Compiling sha3 v0.10.8
16972026-07-28T02:41:22.736Z Compiling strum v0.26.3
16982026-07-28T02:41:22.838Z Compiling clap v4.6.1
16992026-07-28T02:41:22.859Z Compiling toml_parser v1.1.2+spec-1.1.0
17002026-07-28T02:41:22.871Z Compiling itertools v0.13.0
17012026-07-28T02:41:22.900Z Compiling env_logger v0.11.9
17022026-07-28T02:41:22.921Z Compiling usdt v0.6.0
17032026-07-28T02:41:23.184Z Compiling usdt-impl v0.5.0
17042026-07-28T02:41:23.242Z Compiling elliptic-curve v0.13.8
17052026-07-28T02:41:23.482Z Compiling rsa v0.9.10
17062026-07-28T02:41:23.497Z Compiling crossterm v0.28.1
17072026-07-28T02:41:23.646Z Compiling serde_with v3.21.0
17082026-07-28T02:41:23.784Z Compiling ed25519-dalek v2.2.0
17092026-07-28T02:41:24.115Z Compiling zip v0.6.6
17102026-07-28T02:41:24.692Z Compiling iddqd v0.4.2
17112026-07-28T02:41:24.712Z Compiling toml v0.7.8
17122026-07-28T02:41:25.111Z Compiling similar v2.7.0
17132026-07-28T02:41:25.195Z Compiling heck v0.4.1
17142026-07-28T02:41:25.429Z Compiling byte-wrapper v0.1.0
17152026-07-28T02:41:25.443Z Compiling crossbeam-epoch v0.9.18
17162026-07-28T02:41:25.670Z Compiling tokio-stream v0.1.18
17172026-07-28T02:41:25.761Z Compiling buf-list v1.1.2
17182026-07-28T02:41:25.778Z Compiling x509-cert v0.2.5
17192026-07-28T02:41:25.956Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17202026-07-28T02:41:25.971Z Compiling openapiv3 v2.2.0
17212026-07-28T02:41:26.036Z Compiling lalrpop-util v0.19.12
17222026-07-28T02:41:26.129Z Compiling peg-runtime v0.8.5
17232026-07-28T02:41:26.272Z Compiling thread_local v1.1.9
17242026-07-28T02:41:26.287Z Compiling slog-async v2.8.0
17252026-07-28T02:41:26.429Z Compiling crossbeam-channel v0.5.15
17262026-07-28T02:41:26.538Z Compiling filetime v0.2.27
17272026-07-28T02:41:26.578Z Compiling is-terminal v0.4.17
17282026-07-28T02:41:26.605Z Compiling xattr v1.6.1
17292026-07-28T02:41:26.680Z Compiling take_mut v0.2.2
17302026-07-28T02:41:26.716Z Compiling term v1.2.1
17312026-07-28T02:41:26.773Z Compiling tar v0.4.46
17322026-07-28T02:41:26.891Z Compiling camino-tempfile v1.4.1
17332026-07-28T02:41:27.127Z Compiling slog-term v2.9.2
17342026-07-28T02:41:37.109Z Compiling rustls-webpki v0.103.13
17352026-07-28T02:41:39.778Z Compiling tokio-rustls v0.26.4
17362026-07-28T02:41:39.778Z Compiling rustls-platform-verifier v0.6.2
17372026-07-28T02:41:39.782Z Compiling tough v0.22.0
17382026-07-28T02:41:39.980Z Compiling hyper-rustls v0.27.7
17392026-07-28T02:41:40.176Z Compiling reqwest v0.13.2
17402026-07-28T02:41:42.415Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17412026-07-28T02:41:42.628Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17422026-07-28T02:41:45.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17432026-07-28T02:41:45.733Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17442026-07-28T02:41:45.777ZJul 28 02:41:44.425 INFO Starting download, target: DendriteStub
17452026-07-28T02:41:45.777ZJul 28 02:41:44.425 INFO Starting download, target: Console
17462026-07-28T02:41:45.777ZJul 28 02:41:44.425 INFO Starting download, target: Cockroach
17472026-07-28T02:41:45.785ZJul 28 02:41:44.425 INFO Starting download, target: Clickhouse
17482026-07-28T02:41:45.785ZJul 28 02:41:44.425 INFO Starting download, target: MaghemiteMgd
17492026-07-28T02:41:45.786ZJul 28 02:41:44.425 INFO Starting download, target: MaghemiteDdmd
17502026-07-28T02:41:45.786ZJul 28 02:41:44.425 INFO Starting download, target: TransceiverControl
17512026-07-28T02:41:45.786ZJul 28 02:41:44.425 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17522026-07-28T02:41:45.786ZJul 28 02:41:44.425 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17532026-07-28T02:41:45.786ZJul 28 02:41:44.426 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17542026-07-28T02:41:45.786ZJul 28 02:41:44.426 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17552026-07-28T02:41:45.786ZJul 28 02:41:44.426 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17562026-07-28T02:41:45.786ZJul 28 02:41:44.426 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17572026-07-28T02:41:45.786ZJul 28 02:41:44.426 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17582026-07-28T02:41:46.703ZJul 28 02:41:45.327 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17592026-07-28T02:41:46.902ZJul 28 02:41:45.537 INFO Download complete, target: TransceiverControl
17602026-07-28T02:41:47.651ZJul 28 02:41:46.241 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17612026-07-28T02:41:47.937ZJul 28 02:41:46.488 INFO Download complete, target: Console
17622026-07-28T02:41:48.093ZJul 28 02:41:46.705 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17632026-07-28T02:41:53.001ZJul 28 02:41:51.624 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17642026-07-28T02:41:53.105ZJul 28 02:41:51.732 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17652026-07-28T02:41:53.430ZJul 28 02:41:52.056 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17662026-07-28T02:41:53.946ZJul 28 02:41:52.595 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17672026-07-28T02:41:53.947ZJul 28 02:41:52.595 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17682026-07-28T02:41:54.809ZJul 28 02:41:53.460 INFO Checking that binary works, target: Clickhouse
17692026-07-28T02:41:54.910ZJul 28 02:41:53.561 INFO Download complete, target: Clickhouse
17702026-07-28T02:41:54.960ZJul 28 02:41:53.611 INFO Download complete, target: MaghemiteDdmd
17712026-07-28T02:41:55.575ZJul 28 02:41:54.226 INFO Download complete, target: DendriteStub
17722026-07-28T02:41:55.997ZJul 28 02:41:54.648 INFO Download complete, target: MaghemiteMgd
17732026-07-28T02:41:58.680ZJul 28 02:41:57.331 INFO Checking that binary works, target: Cockroach
17742026-07-28T02:41:58.792ZJul 28 02:41:57.443 INFO Download complete, target: Cockroach
17752026-07-28T02:41:58.808ZAll builder prerequisites installed successfully, and PATH looks valid
17762026-07-28T02:41:58.813Z
17772026-07-28T02:41:58.813Zreal 2:05.210775184
17782026-07-28T02:41:58.813Zuser 6:38.086075641
17792026-07-28T02:41:58.814Zsys 1:21.535018592
17802026-07-28T02:41:58.814Ztrap 0.232551683
17812026-07-28T02:41:58.814Ztflt 0.518290730
17822026-07-28T02:41:58.814Zdflt 0.860651134
17832026-07-28T02:41:58.814Zkflt 0.022259629
17842026-07-28T02:41:58.814Zlock 26:33.626394921
17852026-07-28T02:41:58.814Zslp 20:06.271633785
17862026-07-28T02:41:58.814Zlat 41.393102570
17872026-07-28T02:41:58.814Zstop 2:26.444745312
17882026-07-28T02:41:58.814Z+ banner clippy
17892026-07-28T02:41:58.814Z
17902026-07-28T02:41:58.814Z #### # # ##### ##### # #
17912026-07-28T02:41:58.815Z # # # # # # # # # #
17922026-07-28T02:41:58.815Z # # # # # # # #
17932026-07-28T02:41:58.815Z # # # ##### ##### #
17942026-07-28T02:41:58.815Z # # # # # # #
17952026-07-28T02:41:58.815Z #### ###### # # # #
17962026-07-28T02:41:58.815Z
17972026-07-28T02:41:58.815Z+ export CARGO_INCREMENTAL=0
17982026-07-28T02:41:58.815Z+ CARGO_INCREMENTAL=0
17992026-07-28T02:41:58.815Z+ ptime -m cargo xtask clippy
18002026-07-28T02:41:59.284Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18012026-07-28T02:41:59.573Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18022026-07-28T02:42:01.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18032026-07-28T02:42:01.437Z Running `target/debug/xtask clippy`
18042026-07-28T02:42:01.463Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18052026-07-28T02:42:02.029Z Downloading crates ...
18062026-07-28T02:42:02.201Z Downloaded linkme-impl v0.3.35
18072026-07-28T02:42:02.204Z Downloaded chumsky v0.9.3
18082026-07-28T02:42:02.205Z Downloaded assert-json-diff v2.0.2
18092026-07-28T02:42:02.205Z Downloaded criterion v0.7.0
18102026-07-28T02:42:02.208Z Downloaded partial-io v0.5.4
18112026-07-28T02:42:02.211Z Downloaded anes v0.1.6
18122026-07-28T02:42:02.211Z Downloaded assert_cmd v2.1.2
18132026-07-28T02:42:02.214Z Downloaded async-lock v3.4.2
18142026-07-28T02:42:02.214Z Downloaded blake2b_simd v1.0.4
18152026-07-28T02:42:02.214Z Downloaded guppy-workspace-hack v0.1.0
18162026-07-28T02:42:02.217Z Downloaded constant_time_eq v0.3.1
18172026-07-28T02:42:02.217Z Downloaded owo-colors v3.5.0
18182026-07-28T02:42:02.217Z Downloaded event-listener-strategy v0.5.4
18192026-07-28T02:42:02.217Z Downloaded miette-derive v5.10.0
18202026-07-28T02:42:02.220Z Downloaded hashbrown v0.14.5
18212026-07-28T02:42:02.220Z Downloaded fancy-regex v0.14.0
18222026-07-28T02:42:02.224Z Downloaded hex-literal v0.4.1
18232026-07-28T02:42:02.224Z Downloaded backtrace-ext v0.2.1
18242026-07-28T02:42:02.224Z Downloaded approx v0.5.1
18252026-07-28T02:42:02.227Z Downloaded pathdiff v0.2.3
18262026-07-28T02:42:02.227Z Downloaded escape8259 v0.5.3
18272026-07-28T02:42:02.227Z Downloaded nested v0.1.1
18282026-07-28T02:42:02.227Z Downloaded cast v0.3.0
18292026-07-28T02:42:02.227Z Downloaded parking v2.2.1
18302026-07-28T02:42:02.227Z Downloaded async-object-pool v0.2.0
18312026-07-28T02:42:02.227Z Downloaded futures-timer v3.0.3
18322026-07-28T02:42:02.231Z Downloaded knuffel-derive v3.2.0
18332026-07-28T02:42:02.231Z Downloaded linkme v0.3.35
18342026-07-28T02:42:02.231Z Downloaded cfg-expr v0.20.6
18352026-07-28T02:42:02.234Z Downloaded plotters-svg v0.3.7
18362026-07-28T02:42:02.234Z Downloaded plotters-backend v0.3.7
18372026-07-28T02:42:02.234Z Downloaded concurrent-queue v2.5.0
18382026-07-28T02:42:02.234Z Downloaded criterion-plot v0.6.0
18392026-07-28T02:42:02.238Z Downloaded datatest-stable v0.3.3
18402026-07-28T02:42:02.238Z Downloaded gimli v0.32.3
18412026-07-28T02:42:02.242Z Downloaded path-tree v0.8.3
18422026-07-28T02:42:02.245Z Downloaded libtest-mimic v0.8.1
18432026-07-28T02:42:02.245Z Downloaded rust-argon2 v2.1.0
18442026-07-28T02:42:02.245Z Downloaded event-listener v5.4.1
18452026-07-28T02:42:02.245Z Downloaded oorandom v11.1.5
18462026-07-28T02:42:02.248Z Downloaded target-lexicon v0.13.3
18472026-07-28T02:42:02.251Z Downloaded similar-asserts v1.7.0
18482026-07-28T02:42:02.254Z Downloaded terminal_size v0.1.17
18492026-07-28T02:42:02.258Z Downloaded supports-color v2.1.0
18502026-07-28T02:42:02.258Z Downloaded hickory-client v0.25.2
18512026-07-28T02:42:02.258Z Downloaded httptest v0.16.4
18522026-07-28T02:42:02.261Z Downloaded addr2line v0.25.1
18532026-07-28T02:42:02.261Z Downloaded supports-unicode v2.1.0
18542026-07-28T02:42:02.264Z Downloaded serde_regex v1.1.0
18552026-07-28T02:42:02.267Z Downloaded rstest v0.25.0
18562026-07-28T02:42:02.272Z Downloaded relative-path v1.9.3
18572026-07-28T02:42:02.280Z Downloaded termcolor v1.4.1
18582026-07-28T02:42:02.280Z Downloaded tinytemplate v1.2.1
18592026-07-28T02:42:02.284Z Downloaded knuffel v3.2.0
18602026-07-28T02:42:02.284Z Downloaded stringmetrics v2.2.2
18612026-07-28T02:42:02.284Z Downloaded target-triple v1.0.0
18622026-07-28T02:42:02.285Z Downloaded rustc-demangle v0.1.27
18632026-07-28T02:42:02.285Z Downloaded backtrace v0.3.76
18642026-07-28T02:42:02.294Z Downloaded target-spec v3.5.7
18652026-07-28T02:42:02.294Z Downloaded supports-hyperlinks v2.1.0
18662026-07-28T02:42:02.300Z Downloaded trybuild v1.0.116
18672026-07-28T02:42:02.300Z Downloaded rand_distr v0.5.1
18682026-07-28T02:42:02.300Z Downloaded miette v5.10.0
18692026-07-28T02:42:02.300Z Downloaded textwrap v0.15.2
18702026-07-28T02:42:02.300Z Downloaded rstest_macros v0.25.0
18712026-07-28T02:42:02.309Z Downloaded guppy v0.17.25
18722026-07-28T02:42:02.316Z Downloaded plotters v0.3.7
18732026-07-28T02:42:02.402Z Downloaded httpmock v0.8.3
18742026-07-28T02:42:04.143Z Checking cfg-if v1.0.4
18752026-07-28T02:42:04.506Z Checking libc v0.2.185
18762026-07-28T02:42:04.512Z Checking serde_core v1.0.228
18772026-07-28T02:42:04.579Z Checking memchr v2.8.0
18782026-07-28T02:42:04.620Z Checking smallvec v1.15.1
18792026-07-28T02:42:04.653Z Checking zeroize v1.8.2
18802026-07-28T02:42:04.690Z Checking rand_core v0.10.0
18812026-07-28T02:42:04.728Z Checking itoa v1.0.17
18822026-07-28T02:42:04.761Z Checking subtle v2.6.1
18832026-07-28T02:42:04.837Z Checking log v0.4.29
18842026-07-28T02:42:04.877Z Checking libm v0.2.16
18852026-07-28T02:42:04.925Z Checking typenum v1.20.1
18862026-07-28T02:42:04.960Z Checking scopeguard v1.2.0
18872026-07-28T02:42:05.000Z Checking getrandom v0.4.1
18882026-07-28T02:42:05.000Z Checking errno v0.3.14
18892026-07-28T02:42:05.072Z Checking stable_deref_trait v1.2.1
18902026-07-28T02:42:05.106Z Checking zmij v1.0.21
18912026-07-28T02:42:05.140Z Checking lock_api v0.4.14
18922026-07-28T02:42:05.180Z Checking zerofrom v0.1.6
18932026-07-28T02:42:05.219Z Checking percent-encoding v2.3.2
18942026-07-28T02:42:05.257Z Checking litemap v0.8.1
18952026-07-28T02:42:05.324Z Checking yoke v0.8.1
18962026-07-28T02:42:05.360Z Checking writeable v0.6.2
18972026-07-28T02:42:05.396Z Checking icu_normalizer_data v2.1.1
18982026-07-28T02:42:05.399Z Checking icu_properties_data v2.1.2
18992026-07-28T02:42:05.468Z Checking form_urlencoded v1.2.2
19002026-07-28T02:42:05.507Z Checking utf8_iter v1.0.4
19012026-07-28T02:42:05.544Z Checking zerovec v0.11.5
19022026-07-28T02:42:05.544Z Checking zerotrie v0.2.3
19032026-07-28T02:42:05.613Z Checking num-traits v0.2.19
19042026-07-28T02:42:05.655Z Checking pin-project-lite v0.2.17
19052026-07-28T02:42:05.689Z Checking zerocopy v0.8.40
19062026-07-28T02:42:05.729Z Checking parking_lot_core v0.9.12
19072026-07-28T02:42:05.732Z Checking portable-atomic v1.13.1
19082026-07-28T02:42:05.802Z Checking critical-section v1.2.0
19092026-07-28T02:42:05.846Z Checking signal-hook-registry v1.4.8
19102026-07-28T02:42:05.932Z Checking mio v1.2.0
19112026-07-28T02:42:05.968Z Checking parking_lot v0.12.5
19122026-07-28T02:42:06.003Z Checking tinystr v0.8.2
19132026-07-28T02:42:06.037Z Checking potential_utf v0.1.4
19142026-07-28T02:42:06.072Z Checking serde v1.0.228
19152026-07-28T02:42:06.158Z Checking serde_json v1.0.150
19162026-07-28T02:42:06.194Z Checking bitflags v2.11.0
19172026-07-28T02:42:06.197Z Checking icu_collections v2.1.1
19182026-07-28T02:42:06.264Z Checking icu_locale_core v2.1.1
19192026-07-28T02:42:06.267Z Checking once_cell v1.21.3
19202026-07-28T02:42:06.336Z Checking iana-time-zone v0.1.65
19212026-07-28T02:42:06.393Z Checking socket2 v0.6.3
19222026-07-28T02:42:06.476Z Checking uuid v1.23.4
19232026-07-28T02:42:06.517Z Checking bytes v1.11.1
19242026-07-28T02:42:06.520Z Checking chrono v0.4.45
19252026-07-28T02:42:06.600Z Checking semver v1.0.28
19262026-07-28T02:42:06.663Z Checking thiserror v2.0.18
19272026-07-28T02:42:06.817Z Checking dyn-clone v1.0.20
19282026-07-28T02:42:06.861Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19292026-07-28T02:42:06.864Z Checking icu_provider v2.1.1
19302026-07-28T02:42:06.895Z Checking futures-core v0.3.32
19312026-07-28T02:42:06.898Z Checking equivalent v1.0.2
19322026-07-28T02:42:06.995Z Checking getrandom v0.2.17
19332026-07-28T02:42:06.998Z Checking tokio v1.52.1
19342026-07-28T02:42:07.062Z Checking rustix v1.1.3
19352026-07-28T02:42:07.098Z Checking byteorder v1.5.0
19362026-07-28T02:42:07.169Z Checking rand_core v0.6.4
19372026-07-28T02:42:07.206Z Checking icu_properties v2.1.2
19382026-07-28T02:42:07.243Z Checking icu_normalizer v2.1.1
19392026-07-28T02:42:07.331Z Checking cmov v0.5.4
19402026-07-28T02:42:07.385Z Checking futures-sink v0.3.32
19412026-07-28T02:42:07.425Z Checking getrandom v0.3.4
19422026-07-28T02:42:07.514Z Checking futures-channel v0.3.32
19432026-07-28T02:42:07.562Z Checking ctutils v0.4.2
19442026-07-28T02:42:07.598Z Checking futures-task v0.3.32
19452026-07-28T02:42:07.634Z Checking futures-io v0.3.32
19462026-07-28T02:42:07.739Z Checking slab v0.4.12
19472026-07-28T02:42:07.777Z Checking generic-array v0.14.7
19482026-07-28T02:42:07.780Z Checking hashbrown v0.17.0
19492026-07-28T02:42:07.845Z Checking hybrid-array v0.4.13
19502026-07-28T02:42:07.929Z Checking futures-util v0.3.32
19512026-07-28T02:42:07.967Z Checking thiserror v1.0.69
19522026-07-28T02:42:08.073Z Checking idna_adapter v1.2.1
19532026-07-28T02:42:08.114Z Checking fnv v1.0.7
19542026-07-28T02:42:08.222Z Checking idna v1.1.0
19552026-07-28T02:42:08.260Z Checking regex-syntax v0.8.10
19562026-07-28T02:42:08.265Z Checking base64ct v1.8.3
19572026-07-28T02:42:08.329Z Checking indexmap v2.14.0
19582026-07-28T02:42:08.482Z Checking ppv-lite86 v0.2.21
19592026-07-28T02:42:08.519Z Checking url v2.5.8
19602026-07-28T02:42:08.552Z Checking const-oid v0.9.6
19612026-07-28T02:42:08.606Z Checking crypto-common v0.2.2
19622026-07-28T02:42:08.794Z Checking crypto-common v0.1.7
19632026-07-28T02:42:08.920Z Checking block-buffer v0.12.1
19642026-07-28T02:42:08.957Z Checking block-buffer v0.10.4
19652026-07-28T02:42:08.992Z Checking schemars v0.8.22
19662026-07-28T02:42:09.113Z Checking utf8parse v0.2.2
19672026-07-28T02:42:09.148Z Checking base64 v0.22.1
19682026-07-28T02:42:09.225Z Checking anstyle v1.0.14
19692026-07-28T02:42:09.260Z Checking http v1.4.2
19702026-07-28T02:42:09.296Z Checking digest v0.10.7
19712026-07-28T02:42:09.411Z Checking tracing-core v0.1.36
19722026-07-28T02:42:09.448Z Checking is_terminal_polyfill v1.70.2
19732026-07-28T02:42:09.522Z Checking anstyle-query v1.1.5
19742026-07-28T02:42:09.567Z Checking colorchoice v1.0.4
19752026-07-28T02:42:09.570Z Checking rand_core v0.9.5
19762026-07-28T02:42:09.643Z Checking anstyle-parse v1.0.0
19772026-07-28T02:42:09.682Z Checking terminal_size v0.4.3
19782026-07-28T02:42:09.718Z Checking ipnet v2.11.0
19792026-07-28T02:42:09.756Z Checking tracing v0.1.44
19802026-07-28T02:42:09.805Z Checking strsim v0.11.1
19812026-07-28T02:42:09.842Z Checking const-oid v0.10.2
19822026-07-28T02:42:09.845Z Checking anstream v1.0.0
19832026-07-28T02:42:09.912Z Checking clap_lex v1.0.0
19842026-07-28T02:42:09.915Z Checking rand_chacha v0.9.0
19852026-07-28T02:42:09.985Z Checking aho-corasick v1.1.4
19862026-07-28T02:42:10.025Z Checking crossbeam-utils v0.8.21
19872026-07-28T02:42:10.028Z Checking erased-serde v0.3.31
19882026-07-28T02:42:10.092Z Checking unicode-ident v1.0.24
19892026-07-28T02:42:10.095Z Checking powerfmt v0.2.0
19902026-07-28T02:42:10.162Z Checking clap_builder v4.6.0
19912026-07-28T02:42:10.194Z Checking rand v0.9.2
19922026-07-28T02:42:10.228Z Checking proc-macro2 v1.0.106
19932026-07-28T02:42:10.266Z Checking tokio-util v0.7.18
19942026-07-28T02:42:10.302Z Checking deranged v0.5.8
19952026-07-28T02:42:10.380Z Checking httparse v1.10.1
19962026-07-28T02:42:10.461Z Checking slog v2.8.2
19972026-07-28T02:42:10.563Z Checking time-core v0.1.8
19982026-07-28T02:42:10.623Z Checking num_threads v0.1.7
19992026-07-28T02:42:10.680Z Checking regex-automata v0.4.14
20002026-07-28T02:42:10.717Z Checking num-conv v0.2.0
20012026-07-28T02:42:10.750Z Checking quote v1.0.45
20022026-07-28T02:42:10.753Z Checking anyhow v1.0.102
20032026-07-28T02:42:10.782Z Checking allocator-api2 v0.2.21
20042026-07-28T02:42:10.858Z Checking cpufeatures v0.3.0
20052026-07-28T02:42:10.899Z Checking digest v0.11.3
20062026-07-28T02:42:10.946Z Checking syn v2.0.117
20072026-07-28T02:42:10.983Z Checking cpufeatures v0.2.17
20082026-07-28T02:42:11.045Z Checking fastrand v2.3.0
20092026-07-28T02:42:11.083Z Checking http-body v1.0.1
20102026-07-28T02:42:11.122Z Checking atomic-waker v1.1.2
20112026-07-28T02:42:11.130Z Checking ipnetwork v0.21.1
20122026-07-28T02:42:11.244Z Checking aws-lc-sys v0.40.0
20132026-07-28T02:42:11.247Z Checking rustls-pki-types v1.14.0
20142026-07-28T02:42:11.320Z Checking untrusted v0.7.1
20152026-07-28T02:42:11.328Z Checking time v0.3.47
20162026-07-28T02:42:11.386Z Checking clap v4.6.1
20172026-07-28T02:42:11.422Z Checking httpdate v1.0.3
20182026-07-28T02:42:11.465Z Checking try-lock v0.2.5
20192026-07-28T02:42:11.494Z Checking tempfile v3.25.0
20202026-07-28T02:42:11.584Z Checking want v0.3.1
20212026-07-28T02:42:11.619Z Checking h2 v0.4.15
20222026-07-28T02:42:11.623Z Checking tower-layer v0.3.3
20232026-07-28T02:42:11.712Z Checking tower-service v0.3.3
20242026-07-28T02:42:11.749Z Checking ryu v1.0.23
20252026-07-28T02:42:11.783Z Checking aws-lc-rs v1.16.3
20262026-07-28T02:42:11.828Z Checking hex v0.4.3
20272026-07-28T02:42:11.833Z Checking pem-rfc7468 v0.7.0
20282026-07-28T02:42:11.908Z Checking spin v0.9.8
20292026-07-28T02:42:12.050Z Checking flagset v0.4.7
20302026-07-28T02:42:12.087Z Checking untrusted v0.9.0
20312026-07-28T02:42:12.124Z Checking mime v0.3.17
20322026-07-28T02:42:12.201Z Checking der v0.7.10
20332026-07-28T02:42:12.238Z Checking simd-adler32 v0.3.8
20342026-07-28T02:42:12.326Z Checking http-body-util v0.1.3
20352026-07-28T02:42:12.440Z Checking adler2 v2.0.1
20362026-07-28T02:42:12.533Z Checking block-padding v0.4.2
20372026-07-28T02:42:12.536Z Checking pretty-hex v0.4.1
20382026-07-28T02:42:12.666Z Checking rustls-webpki v0.103.13
20392026-07-28T02:42:12.669Z Checking miniz_oxide v0.8.9
20402026-07-28T02:42:12.669Z Checking openssl-probe v0.2.1
20412026-07-28T02:42:12.775Z Checking serde_urlencoded v0.7.1
20422026-07-28T02:42:12.778Z Checking inout v0.2.2
20432026-07-28T02:42:12.850Z Checking oxnet v0.1.6
20442026-07-28T02:42:12.970Z Checking camino v1.2.2
20452026-07-28T02:42:13.013Z Checking encoding_rs v0.8.35
20462026-07-28T02:42:13.050Z Checking plain v0.2.3
20472026-07-28T02:42:13.109Z Checking rustls v0.23.41
20482026-07-28T02:42:13.147Z Checking regex v1.12.3
20492026-07-28T02:42:13.151Z Checking rand_chacha v0.3.1
20502026-07-28T02:42:13.185Z Checking ucd-trie v0.1.7
20512026-07-28T02:42:13.252Z Checking cipher v0.5.2
20522026-07-28T02:42:13.289Z Checking spki v0.7.3
20532026-07-28T02:42:13.375Z Checking pest v2.8.6
20542026-07-28T02:42:13.421Z Checking rand v0.8.6
20552026-07-28T02:42:13.460Z Checking futures-executor v0.3.32
20562026-07-28T02:42:13.496Z Checking sync_wrapper v1.0.2
20572026-07-28T02:42:13.531Z Checking crc32fast v1.5.0
20582026-07-28T02:42:13.629Z Checking tower v0.5.3
20592026-07-28T02:42:13.667Z Checking futures v0.3.32
20602026-07-28T02:42:13.699Z Checking iri-string v0.7.10
20612026-07-28T02:42:13.771Z Checking either v1.15.0
20622026-07-28T02:42:13.969Z Checking pkcs8 v0.10.2
20632026-07-28T02:42:14.007Z Checking zlib-rs v0.6.2
20642026-07-28T02:42:14.014Z Checking static_assertions v1.1.0
20652026-07-28T02:42:14.076Z Checking foldhash v0.2.0
20662026-07-28T02:42:14.136Z Checking sha2 v0.10.9
20672026-07-28T02:42:14.172Z Checking openapiv3 v2.2.0
20682026-07-28T02:42:14.255Z Checking hashbrown v0.16.1
20692026-07-28T02:42:14.436Z Checking bit-vec v0.8.0
20702026-07-28T02:42:14.475Z Checking lazy_static v1.5.0
20712026-07-28T02:42:14.519Z Checking hyper v1.10.1
20722026-07-28T02:42:14.595Z Checking hubpack v0.1.2
20732026-07-28T02:42:14.660Z Checking bit-set v0.8.0
20742026-07-28T02:42:14.741Z Checking tower-http v0.6.8
20752026-07-28T02:42:14.785Z Checking wait-timeout v0.2.1
20762026-07-28T02:42:14.823Z Checking rustls-native-certs v0.8.3
20772026-07-28T02:42:14.858Z Checking strum v0.26.3
20782026-07-28T02:42:14.909Z Checking flate2 v1.1.9
20792026-07-28T02:42:14.946Z Checking quick-error v1.2.3
20802026-07-28T02:42:14.982Z Checking psl-types v2.0.11
20812026-07-28T02:42:15.017Z Checking cookie v0.18.1
20822026-07-28T02:42:15.056Z Checking rand_xorshift v0.4.0
20832026-07-28T02:42:15.088Z Checking rusty-fork v0.3.1
20842026-07-28T02:42:15.125Z Checking publicsuffix v2.3.0
20852026-07-28T02:42:15.198Z Checking signature v2.2.0
20862026-07-28T02:42:15.236Z Checking num-integer v0.1.46
20872026-07-28T02:42:15.276Z Checking tinyvec_macros v0.1.1
20882026-07-28T02:42:15.313Z Checking unarray v0.1.4
20892026-07-28T02:42:15.317Z Checking cookie_store v0.22.1
20902026-07-28T02:42:15.386Z Checking scroll v0.13.0
20912026-07-28T02:42:15.390Z Checking tokio-rustls v0.26.4
20922026-07-28T02:42:15.452Z Checking proptest v1.10.0
20932026-07-28T02:42:15.455Z Checking tinyvec v1.10.0
20942026-07-28T02:42:15.520Z Checking rustls-platform-verifier v0.6.2
20952026-07-28T02:42:15.552Z Checking hyper-util v0.1.20
20962026-07-28T02:42:15.555Z Checking anstyle-parse v0.2.7
20972026-07-28T02:42:15.630Z Checking goblin v0.10.5
20982026-07-28T02:42:15.665Z Checking ahash v0.8.12
20992026-07-28T02:42:15.701Z Checking toml_datetime v0.6.11
21002026-07-28T02:42:15.707Z Checking serde_spanned v0.6.9
21012026-07-28T02:42:15.770Z Checking memmap2 v0.9.10
21022026-07-28T02:42:15.811Z Checking anstream v0.6.21
21032026-07-28T02:42:15.882Z Checking dtrace-parser v0.3.0
21042026-07-28T02:42:15.885Z Checking thread-id v5.1.0
21052026-07-28T02:42:15.956Z Checking data-encoding v2.10.0
21062026-07-28T02:42:15.959Z Checking x509-cert v0.2.5
21072026-07-28T02:42:16.034Z Checking bstr v1.12.1
21082026-07-28T02:42:16.071Z Checking hmac v0.12.1
21092026-07-28T02:42:16.141Z Checking num-iter v0.1.45
21102026-07-28T02:42:16.233Z Checking crossbeam-epoch v0.9.18
21112026-07-28T02:42:16.271Z Checking memoffset v0.9.1
21122026-07-28T02:42:16.308Z Checking scroll v0.12.0
21132026-07-28T02:42:16.377Z Checking env_filter v1.0.0
21142026-07-28T02:42:16.459Z Checking num-bigint-dig v0.8.6
21152026-07-28T02:42:16.495Z Checking pkcs1 v0.7.5
21162026-07-28T02:42:16.549Z Checking env_logger v0.11.9
21172026-07-28T02:42:16.586Z Checking goblin v0.8.2
21182026-07-28T02:42:16.666Z Checking zerocopy v0.7.35
21192026-07-28T02:42:16.727Z Checking rustix v0.38.44
21202026-07-28T02:42:16.770Z Checking foreign-types-shared v0.1.1
21212026-07-28T02:42:16.838Z Checking hyper-rustls v0.27.7
21222026-07-28T02:42:16.886Z Checking unicode-segmentation v1.12.0
21232026-07-28T02:42:17.074Z Checking reqwest v0.13.2
21242026-07-28T02:42:17.179Z Checking foreign-types v0.3.2
21252026-07-28T02:42:17.221Z Checking nix v0.31.2
21262026-07-28T02:42:17.275Z Checking dtrace-parser v0.2.0
21272026-07-28T02:42:17.312Z Checking newtype-uuid v1.3.2
21282026-07-28T02:42:17.317Z Checking rsa v0.9.10
21292026-07-28T02:42:17.550Z Checking ff v0.13.1
21302026-07-28T02:42:17.591Z Checking openssl-sys v0.9.115
21312026-07-28T02:42:17.599Z Checking daft v0.1.7
21322026-07-28T02:42:17.713Z Checking thread-id v4.2.2
21332026-07-28T02:42:17.825Z Checking same-file v1.0.6
21342026-07-28T02:42:17.863Z Checking base16ct v0.2.0
21352026-07-28T02:42:17.904Z Checking winnow v0.5.40
21362026-07-28T02:42:17.976Z Checking walkdir v2.5.0
21372026-07-28T02:42:17.980Z Checking dof v0.4.0
21382026-07-28T02:42:18.044Z Checking sec1 v0.7.3
21392026-07-28T02:42:18.047Z Checking openssl v0.10.79
21402026-07-28T02:42:18.078Z Checking group v0.13.0
21412026-07-28T02:42:18.196Z Checking hkdf v0.12.4
21422026-07-28T02:42:18.254Z Checking serde_with v3.21.0
21432026-07-28T02:42:18.293Z Checking crypto-bigint v0.5.5
21442026-07-28T02:42:18.360Z Checking bzip2-sys v0.1.13+1.0.8
21452026-07-28T02:42:18.464Z Checking winnow v0.7.14
21462026-07-28T02:42:18.503Z Checking keccak v0.1.6
21472026-07-28T02:42:18.546Z Checking dof v0.3.0
21482026-07-28T02:42:18.628Z Checking usdt-impl v0.6.0
21492026-07-28T02:42:18.693Z Checking foldhash v0.1.5
21502026-07-28T02:42:18.857Z Checking hashbrown v0.15.5
21512026-07-28T02:42:18.860Z Checking usdt-impl v0.5.0
21522026-07-28T02:42:18.941Z Checking usdt v0.6.0
21532026-07-28T02:42:19.104Z Checking toml_edit v0.19.15
21542026-07-28T02:42:19.146Z Checking sha3 v0.10.8
21552026-07-28T02:42:19.203Z Checking bzip2 v0.4.4
21562026-07-28T02:42:19.239Z Checking elliptic-curve v0.13.8
21572026-07-28T02:42:19.362Z Checking unicode-normalization v0.1.25
21582026-07-28T02:42:19.402Z Checking itertools v0.13.0
21592026-07-28T02:42:19.405Z Checking bitflags v1.3.2
21602026-07-28T02:42:19.532Z Checking winnow v1.0.3
21612026-07-28T02:42:19.578Z Checking siphasher v1.0.2
21622026-07-28T02:42:19.700Z Checking zip v0.6.6
21632026-07-28T02:42:19.765Z Checking signal-hook v0.3.18
21642026-07-28T02:42:19.803Z Checking managed v0.8.0
21652026-07-28T02:42:19.806Z Checking toml_write v0.1.2
21662026-07-28T02:42:19.873Z Checking toml_parser v1.1.2+spec-1.1.0
21672026-07-28T02:42:19.984Z Checking globset v0.4.18
21682026-07-28T02:42:20.024Z Checking toml_edit v0.22.27
21692026-07-28T02:42:20.060Z Checking chacha20 v0.10.0
21702026-07-28T02:42:20.067Z Checking curve25519-dalek v4.1.3
21712026-07-28T02:42:20.136Z Checking native-tls v0.2.18
21722026-07-28T02:42:20.170Z Checking toml v0.7.8
21732026-07-28T02:42:20.230Z Checking object v0.37.3
21742026-07-28T02:42:20.269Z Checking signal-hook-mio v0.2.5
21752026-07-28T02:42:20.345Z Checking ed25519 v2.2.3
21762026-07-28T02:42:20.349Z Checking tokio-native-tls v0.3.1
21772026-07-28T02:42:20.413Z Checking ref-cast v1.0.25
21782026-07-28T02:42:20.469Z Checking pin-project v1.1.11
21792026-07-28T02:42:20.512Z Checking zstd-sys v2.0.16+zstd.1.5.7
21802026-07-28T02:42:20.543Z Checking pem v3.0.6
21812026-07-28T02:42:20.580Z Checking hyper-tls v0.6.0
21822026-07-28T02:42:20.583Z Checking fixedbitset v0.5.7
21832026-07-28T02:42:20.651Z Checking zstd-safe v7.2.4
21842026-07-28T02:42:20.655Z Checking bumpalo v3.20.2
21852026-07-28T02:42:20.723Z Checking libbz2-rs-sys v0.2.2
21862026-07-28T02:42:20.782Z Checking reqwest v0.12.28
21872026-07-28T02:42:20.833Z Checking petgraph v0.8.3
21882026-07-28T02:42:20.871Z Checking zstd v0.13.3
21892026-07-28T02:42:20.906Z Checking ed25519-dalek v2.2.0
21902026-07-28T02:42:20.912Z Checking zopfli v0.8.3
21912026-07-28T02:42:21.087Z Checking snafu v0.8.9
21922026-07-28T02:42:21.144Z Checking bzip2 v0.6.1
21932026-07-28T02:42:21.152Z Checking crossterm v0.28.1
21942026-07-28T02:42:21.215Z Checking olpc-cjson v0.1.4
21952026-07-28T02:42:21.295Z Checking similar v2.7.0
21962026-07-28T02:42:21.337Z Checking fs-err v3.3.0
21972026-07-28T02:42:21.383Z Checking hash32 v0.2.1
21982026-07-28T02:42:21.409Z Checking serde-big-array v0.5.1
21992026-07-28T02:42:21.552Z Checking serde_plain v1.0.2
22002026-07-28T02:42:21.594Z Checking unicode-bidi v0.3.18
22012026-07-28T02:42:21.597Z Checking unicode-properties v0.1.4
22022026-07-28T02:42:21.672Z Checking jiff v0.2.21
22032026-07-28T02:42:21.710Z Checking typed-path v0.9.3
22042026-07-28T02:42:21.746Z Checking predicates-core v1.0.10
22052026-07-28T02:42:21.838Z Checking heapless v0.7.17
22062026-07-28T02:42:21.898Z Checking hickory-proto v0.25.2
22072026-07-28T02:42:21.937Z Checking stringprep v0.1.5
22082026-07-28T02:42:21.940Z Checking byte-wrapper v0.1.0
22092026-07-28T02:42:22.121Z Checking md-5 v0.10.6
22102026-07-28T02:42:22.210Z Checking float-cmp v0.10.0
22112026-07-28T02:42:22.286Z Checking fallible-iterator v0.2.0
22122026-07-28T02:42:22.289Z Checking difflib v0.4.0
22132026-07-28T02:42:22.380Z Checking normalize-line-endings v0.3.0
22142026-07-28T02:42:22.419Z Checking smoltcp v0.9.1
22152026-07-28T02:42:22.501Z Checking iddqd v0.4.2
22162026-07-28T02:42:22.539Z Checking predicates v3.1.4
22172026-07-28T02:42:22.542Z Checking tough v0.22.0
22182026-07-28T02:42:22.610Z Checking phf_shared v0.11.3
22192026-07-28T02:42:22.645Z Checking postgres-protocol v0.6.10
22202026-07-28T02:42:22.784Z Checking phf_shared v0.13.1
22212026-07-28T02:42:22.901Z Checking tokio-stream v0.1.18
22222026-07-28T02:42:22.989Z Checking buf-list v1.1.2
22232026-07-28T02:42:23.037Z Checking strum v0.27.2
22242026-07-28T02:42:23.073Z Checking lalrpop-util v0.19.12
22252026-07-28T02:42:23.176Z Checking new_debug_unreachable v1.0.6
22262026-07-28T02:42:23.212Z Checking fixedbitset v0.4.2
22272026-07-28T02:42:23.263Z Checking precomputed-hash v0.1.1
22282026-07-28T02:42:23.302Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22292026-07-28T02:42:23.335Z Checking phf v0.13.1
22302026-07-28T02:42:23.378Z Checking string_cache v0.8.9
22312026-07-28T02:42:23.415Z Checking petgraph v0.6.5
22322026-07-28T02:42:23.456Z Checking postgres-types v0.2.12
22332026-07-28T02:42:23.515Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22342026-07-28T02:42:23.578Z Checking whoami v2.1.0
22352026-07-28T02:42:23.812Z Checking peg-runtime v0.8.5
22362026-07-28T02:42:23.817Z Checking tokio-postgres v0.7.16
22372026-07-28T02:42:23.979Z Checking is-terminal v0.4.17
22382026-07-28T02:42:24.020Z Checking zip v4.6.1
22392026-07-28T02:42:24.020Z Checking crossbeam-channel v0.5.15
22402026-07-28T02:42:24.133Z Checking thread_local v1.1.9
22412026-07-28T02:42:24.301Z Checking take_mut v0.2.2
22422026-07-28T02:42:24.415Z Checking term v1.2.1
22432026-07-28T02:42:24.453Z Checking slog-async v2.8.0
22442026-07-28T02:42:24.609Z Compiling structmeta-derive v0.3.0
22452026-07-28T02:42:24.647Z Compiling newtype-uuid-macros v0.1.0
22462026-07-28T02:42:24.682Z Checking slog-term v2.9.2
22472026-07-28T02:42:24.685Z Checking match_cfg v0.1.0
22482026-07-28T02:42:24.749Z Checking slog-json v2.6.1
22492026-07-28T02:42:24.785Z Compiling multer v3.1.0
22502026-07-28T02:42:24.821Z Checking hostname v0.3.1
22512026-07-28T02:42:24.932Z Compiling async-stream-impl v0.3.6
22522026-07-28T02:42:24.969Z Checking slog-bunyan v2.5.0
22532026-07-28T02:42:24.972Z Compiling dropshot v0.17.1
22542026-07-28T02:42:25.109Z Compiling dropshot_endpoint v0.17.1
22552026-07-28T02:42:25.147Z Checking debug-ignore v1.0.5
22562026-07-28T02:42:25.150Z Checking progenitor-client v0.14.0
22572026-07-28T02:42:25.275Z Checking sha1 v0.11.0
22582026-07-28T02:42:25.312Z Checking serde_path_to_error v0.1.20
22592026-07-28T02:42:25.433Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-07-28T02:42:25.469Z Checking toml_datetime v1.1.1+spec-1.1.0
22612026-07-28T02:42:25.502Z Checking serde_spanned v1.1.1
22622026-07-28T02:42:25.542Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-07-28T02:42:25.618Z Checking toml_writer v1.1.1+spec-1.1.0
22642026-07-28T02:42:25.656Z Checking compression-core v0.4.31
22652026-07-28T02:42:25.727Z Compiling structmeta v0.3.0
22662026-07-28T02:42:25.729Z Checking async-stream v0.3.6
22672026-07-28T02:42:25.839Z Checking compression-codecs v0.4.37
22682026-07-28T02:42:25.843Z Checking toml v1.1.2+spec-1.1.0
22692026-07-28T02:42:25.909Z Checking rustls-pemfile v2.2.0
22702026-07-28T02:42:25.945Z Checking waitgroup v0.1.2
22712026-07-28T02:42:25.980Z Compiling derive-ex v0.1.8
22722026-07-28T02:42:25.983Z Checking hostname v0.4.2
22732026-07-28T02:42:26.048Z Checking async-compression v0.4.41
22742026-07-28T02:42:26.051Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22752026-07-28T02:42:26.117Z Checking atomicwrites v0.4.4
22762026-07-28T02:42:26.120Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-07-28T02:42:26.184Z Checking itertools v0.14.0
22782026-07-28T02:42:26.219Z Compiling parse-display-derive v0.10.0
22792026-07-28T02:42:26.270Z Checking macaddr v1.0.1
22802026-07-28T02:42:26.317Z Checking regress v0.10.5
22812026-07-28T02:42:26.321Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22822026-07-28T02:42:26.475Z Checking instant v0.1.13
22832026-07-28T02:42:26.512Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22842026-07-28T02:42:26.591Z Checking backoff v0.4.0
22852026-07-28T02:42:26.775Z Checking backon v1.6.0
22862026-07-28T02:42:26.815Z Checking humantime v2.3.0
22872026-07-28T02:42:26.818Z Checking unicode-width v0.2.0
22882026-07-28T02:42:26.969Z Checking progenitor-extras v0.2.0
22892026-07-28T02:42:27.055Z Compiling convert_case v0.4.0
22902026-07-28T02:42:27.093Z Checking half v2.7.1
22912026-07-28T02:42:27.227Z Checking ciborium-io v0.2.2
22922026-07-28T02:42:27.274Z Checking heck v0.5.0
22932026-07-28T02:42:27.354Z Checking secrecy v0.10.3
22942026-07-28T02:42:27.417Z Checking ciborium-ll v0.2.2
22952026-07-28T02:42:27.467Z Checking indent_write v2.2.0
22962026-07-28T02:42:27.502Z Compiling derive_more v0.99.20
22972026-07-28T02:42:27.537Z Checking camino-tempfile v1.4.1
22982026-07-28T02:42:27.626Z Checking ciborium v0.2.2
22992026-07-28T02:42:27.629Z Compiling crucible-workspace-hack v0.1.0
23002026-07-28T02:42:27.695Z Compiling test-strategy v0.4.5
23012026-07-28T02:42:27.731Z Compiling regress v0.11.1
23022026-07-28T02:42:27.802Z Checking inout v0.1.4
23032026-07-28T02:42:27.956Z Checking parse-display v0.10.0
23042026-07-28T02:42:27.992Z Checking cipher v0.4.4
23052026-07-28T02:42:28.028Z Checking universal-hash v0.5.1
23062026-07-28T02:42:28.085Z Compiling thiserror-impl-no-std v2.0.2
23072026-07-28T02:42:28.136Z Checking opaque-debug v0.3.1
23082026-07-28T02:42:28.180Z Checking blake2 v0.10.6
23092026-07-28T02:42:28.221Z Checking chacha20 v0.9.1
23102026-07-28T02:42:28.255Z Checking poly1305 v0.8.0
23112026-07-28T02:42:28.450Z Checking aead v0.5.2
23122026-07-28T02:42:28.454Z Checking password-hash v0.5.0
23132026-07-28T02:42:28.544Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23142026-07-28T02:42:28.623Z Checking chacha20poly1305 v0.10.1
23152026-07-28T02:42:28.739Z Checking argon2 v0.5.3
23162026-07-28T02:42:28.782Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23172026-07-28T02:42:28.982Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23182026-07-28T02:42:29.100Z Compiling unsafe-libyaml v0.2.11
23192026-07-28T02:42:29.137Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23202026-07-28T02:42:29.211Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23212026-07-28T02:42:29.252Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23222026-07-28T02:42:29.287Z Checking thiserror-no-std v2.0.2
23232026-07-28T02:42:29.390Z Compiling typify-impl v0.6.2
23242026-07-28T02:42:29.427Z Checking vsss-rs v3.3.4
23252026-07-28T02:42:29.587Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23262026-07-28T02:42:29.626Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23272026-07-28T02:42:29.878Z Compiling serde_yaml v0.9.34+deprecated
23282026-07-28T02:42:30.129Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23292026-07-28T02:42:30.565Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23302026-07-28T02:42:30.883Z Checking swrite v0.1.0
23312026-07-28T02:42:30.996Z Checking crossbeam-deque v0.8.6
23322026-07-28T02:42:31.065Z Compiling rayon-core v1.13.0
23332026-07-28T02:42:31.087Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23342026-07-28T02:42:31.209Z Compiling toml_datetime v0.7.5+spec-1.1.0
23352026-07-28T02:42:31.281Z Compiling proc-macro-error v1.0.4
23362026-07-28T02:42:31.360Z Checking toml v0.8.23
23372026-07-28T02:42:31.483Z Compiling toml_edit v0.23.10+spec-1.0.0
23382026-07-28T02:42:31.618Z Checking tabwriter v1.4.1
23392026-07-28T02:42:31.654Z Checking glob v0.3.3
23402026-07-28T02:42:31.686Z Checking rayon v1.11.0
23412026-07-28T02:42:31.720Z Compiling itertools v0.15.0
23422026-07-28T02:42:31.755Z Checking colored v3.1.1
23432026-07-28T02:42:31.792Z Compiling heapless v0.8.0
23442026-07-28T02:42:31.859Z Checking hash32 v0.3.1
23452026-07-28T02:42:31.982Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23462026-07-28T02:42:32.016Z Compiling smoltcp v0.11.0
23472026-07-28T02:42:32.104Z Compiling proc-macro-crate v3.4.0
23482026-07-28T02:42:32.509Z Checking cobs v0.3.0
23492026-07-28T02:42:32.581Z Compiling usdt-macro v0.5.0
23502026-07-28T02:42:32.688Z Compiling usdt-attr-macro v0.5.0
23512026-07-28T02:42:32.735Z Compiling num_enum_derive v0.7.6
23522026-07-28T02:42:32.886Z Checking memmap v0.7.0
23532026-07-28T02:42:33.059Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23542026-07-28T02:42:33.114Z Compiling ingot-macros v0.2.0
23552026-07-28T02:42:33.326Z Checking postcard v1.1.3
23562026-07-28T02:42:33.362Z Checking rand v0.10.1
23572026-07-28T02:42:33.399Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23582026-07-28T02:42:33.506Z Checking usdt v0.5.0
23592026-07-28T02:42:33.655Z Compiling proc-macro-crate v1.3.1
23602026-07-28T02:42:33.710Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23612026-07-28T02:42:33.815Z Checking num_enum v0.7.6
23622026-07-28T02:42:33.870Z Checking sigpipe v0.1.3
23632026-07-28T02:42:33.946Z Compiling foreign-types-macros v0.2.3
23642026-07-28T02:42:33.983Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23652026-07-28T02:42:33.988Z Compiling typify-macro v0.6.2
23662026-07-28T02:42:34.015Z Checking foreign-types-shared v0.3.1
23672026-07-28T02:42:34.106Z Compiling num_enum_derive v0.5.11
23682026-07-28T02:42:34.321Z Checking cstr-argument v0.1.2
23692026-07-28T02:42:34.426Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23702026-07-28T02:42:34.462Z Compiling num-derive v0.4.2
23712026-07-28T02:42:34.498Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23722026-07-28T02:42:34.562Z Checking foreign-types v0.5.0
23732026-07-28T02:42:34.671Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23742026-07-28T02:42:34.920Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23752026-07-28T02:42:34.963Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23762026-07-28T02:42:34.998Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23772026-07-28T02:42:35.054Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23782026-07-28T02:42:35.162Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23792026-07-28T02:42:35.197Z Checking num_enum v0.5.11
23802026-07-28T02:42:35.200Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23812026-07-28T02:42:35.310Z Compiling zone_cfg_derive v0.3.1
23822026-07-28T02:42:35.370Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23832026-07-28T02:42:35.423Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23842026-07-28T02:42:35.572Z Checking itertools v0.12.1
23852026-07-28T02:42:35.575Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23862026-07-28T02:42:35.641Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23872026-07-28T02:42:35.792Z Compiling typify v0.6.2
23882026-07-28T02:42:35.942Z Compiling progenitor-impl v0.14.0
23892026-07-28T02:42:35.975Z Checking ingot-types v0.2.0
23902026-07-28T02:42:36.042Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23912026-07-28T02:42:36.079Z Checking smf v0.2.3
23922026-07-28T02:42:36.135Z Checking whoami v1.6.1
23932026-07-28T02:42:36.290Z Compiling derive-where v1.6.0
23942026-07-28T02:42:36.336Z Checking tokio-dtrace v0.1.1
23952026-07-28T02:42:36.339Z Checking console v0.15.11
23962026-07-28T02:42:36.404Z Checking ingot v0.2.1
23972026-07-28T02:42:36.554Z Checking oxide-tokio-rt v0.1.4
23982026-07-28T02:42:36.614Z Checking zone v0.3.1
23992026-07-28T02:42:36.675Z Checking newline-converter v0.3.0
24002026-07-28T02:42:36.758Z Checking bytecount v0.6.9
24012026-07-28T02:42:36.815Z Checking expectorate v1.2.0
24022026-07-28T02:42:36.893Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24032026-07-28T02:42:36.932Z Checking unicode-width v0.1.14
24042026-07-28T02:42:36.972Z Checking num-rational v0.4.2
24052026-07-28T02:42:37.008Z Checking num-complex v0.4.6
24062026-07-28T02:42:37.210Z Checking float-ord v0.3.2
24072026-07-28T02:42:37.279Z Compiling cancel-safe-futures v0.1.5
24082026-07-28T02:42:37.347Z Checking linear-map v1.2.0
24092026-07-28T02:42:37.431Z Checking num v0.4.3
24102026-07-28T02:42:37.554Z Checking gethostname v0.5.0
24112026-07-28T02:42:37.590Z Compiling prettyplease v0.2.37
24122026-07-28T02:42:37.706Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24132026-07-28T02:42:37.709Z Checking oxide-update-engine-types v0.1.2
24142026-07-28T02:42:37.868Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24152026-07-28T02:42:38.092Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24162026-07-28T02:42:38.129Z Checking resolv-conf v0.7.6
24172026-07-28T02:42:38.172Z Compiling owo-colors v4.3.0
24182026-07-28T02:42:38.350Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-07-28T02:42:38.602Z Compiling progenitor-macro v0.14.0
24202026-07-28T02:42:38.691Z Checking oxide-update-engine v0.1.2
24212026-07-28T02:42:38.824Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24222026-07-28T02:42:39.045Z Checking smawk v0.3.2
24232026-07-28T02:42:39.155Z Checking unicode-linebreak v0.1.5
24242026-07-28T02:42:39.207Z Checking papergrid v0.11.0
24252026-07-28T02:42:39.242Z Compiling tabled_derive v0.7.0
24262026-07-28T02:42:39.276Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24272026-07-28T02:42:39.395Z Compiling convert_case v0.10.0
24282026-07-28T02:42:39.686Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24292026-07-28T02:42:39.727Z Compiling slog-dtrace v0.3.0
24302026-07-28T02:42:39.850Z Compiling derive_more-impl v2.1.1
24312026-07-28T02:42:40.044Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24322026-07-28T02:42:40.155Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24332026-07-28T02:42:40.226Z Checking tabled v0.15.0
24342026-07-28T02:42:40.327Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24352026-07-28T02:42:40.689Z Checking derive_more v2.1.1
24362026-07-28T02:42:40.822Z Checking crossterm v0.29.0
24372026-07-28T02:42:40.994Z Checking linked-hash-map v0.5.6
24382026-07-28T02:42:41.197Z Checking lru-cache v0.1.2
24392026-07-28T02:42:41.393Z Checking hickory-proto v0.24.4
24402026-07-28T02:42:41.511Z Checking fd-lock v4.0.4
24412026-07-28T02:42:42.161Z Checking vte v0.14.1
24422026-07-28T02:42:42.253Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24432026-07-28T02:42:42.488Z Checking display-error-chain v0.2.2
24442026-07-28T02:42:42.599Z Checking strip-ansi-escapes v0.2.1
24452026-07-28T02:42:42.763Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24462026-07-28T02:42:43.232Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24472026-07-28T02:42:43.600Z Checking progenitor v0.14.0
24482026-07-28T02:42:43.770Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24492026-07-28T02:42:43.925Z Checking termtree v0.5.1
24502026-07-28T02:42:44.051Z Checking nu-ansi-term v0.50.3
24512026-07-28T02:42:44.203Z Checking hickory-resolver v0.24.4
24522026-07-28T02:42:44.250Z Checking textwrap v0.16.2
24532026-07-28T02:42:44.294Z Checking reedline v0.40.0
24542026-07-28T02:42:44.497Z Compiling minimal-lexical v0.2.1
24552026-07-28T02:42:44.682Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24562026-07-28T02:42:44.785Z Compiling nom v7.1.3
24572026-07-28T02:42:44.997Z Checking qorb v0.4.1
24582026-07-28T02:42:45.166Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24592026-07-28T02:42:45.244Z Compiling unicode-xid v0.2.6
24602026-07-28T02:42:45.407Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24612026-07-28T02:42:46.032Z Compiling ar_archive_writer v0.5.1
24622026-07-28T02:42:46.117Z Checking csv-core v0.1.13
24632026-07-28T02:42:46.154Z Compiling stacker v0.1.23
24642026-07-28T02:42:46.188Z Checking highway v1.3.0
24652026-07-28T02:42:46.228Z Compiling cfg_aliases v0.1.1
24662026-07-28T02:42:46.323Z Checking csv v1.4.0
24672026-07-28T02:42:46.399Z Compiling semver v0.1.20
24682026-07-28T02:42:46.419Z Compiling nix v0.28.0
24692026-07-28T02:42:46.455Z Checking nibble_vec v0.1.0
24702026-07-28T02:42:46.533Z Checking endian-type v0.1.2
24712026-07-28T02:42:46.649Z Compiling rustc_version v0.1.7
24722026-07-28T02:42:46.684Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24732026-07-28T02:42:46.717Z Checking radix_trie v0.2.1
24742026-07-28T02:42:46.720Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24752026-07-28T02:42:46.838Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24762026-07-28T02:42:46.903Z Compiling newtype_derive v0.1.6
24772026-07-28T02:42:46.906Z Compiling psm v0.1.30
24782026-07-28T02:42:46.972Z Checking phf_shared v0.12.1
24792026-07-28T02:42:47.124Z Compiling recursive-proc-macro-impl v0.1.1
24802026-07-28T02:42:47.160Z Compiling chrono-tz v0.10.4
24812026-07-28T02:42:47.252Z Checking phf v0.12.1
24822026-07-28T02:42:47.488Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24832026-07-28T02:42:47.522Z Compiling const_format_proc_macros v0.2.34
24842026-07-28T02:42:47.588Z Compiling peg-macros v0.8.5
24852026-07-28T02:42:47.624Z Checking nom v8.0.0
24862026-07-28T02:42:47.921Z Checking recursive v0.1.1
24872026-07-28T02:42:48.010Z Checking winnow v0.6.26
24882026-07-28T02:42:48.051Z Compiling sqlparser_derive v0.5.0
24892026-07-28T02:42:48.166Z Checking home v0.5.12
24902026-07-28T02:42:48.415Z Checking unicode_categories v0.1.1
24912026-07-28T02:42:48.451Z Checking rustyline v14.0.0
24922026-07-28T02:42:48.602Z Checking const_format v0.2.35
24932026-07-28T02:42:48.849Z Checking sqlparser v0.61.0
24942026-07-28T02:42:48.994Z Checking peg v0.8.5
24952026-07-28T02:42:49.155Z Checking bcs v0.1.6
24962026-07-28T02:42:49.192Z Checking sqlformat v0.3.5
24972026-07-28T02:42:49.226Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24982026-07-28T02:42:49.320Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24992026-07-28T02:42:49.416Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25002026-07-28T02:42:49.539Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25012026-07-28T02:42:49.644Z Checking steno v0.4.1
25022026-07-28T02:42:49.680Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25032026-07-28T02:42:49.683Z Checking sha1 v0.10.6
25042026-07-28T02:42:49.945Z Checking filetime v0.2.27
25052026-07-28T02:42:50.108Z Checking xattr v1.6.1
25062026-07-28T02:42:50.278Z Checking tar v0.4.46
25072026-07-28T02:42:50.552Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25082026-07-28T02:42:50.695Z Checking base64 v0.21.7
25092026-07-28T02:42:50.698Z Checking subprocess v0.2.15
25102026-07-28T02:42:50.765Z Checking headers-core v0.3.0
25112026-07-28T02:42:50.904Z Checking headers v0.4.1
25122026-07-28T02:42:50.976Z Checking yasna v0.5.2
25132026-07-28T02:42:51.047Z Checking port-file v0.1.0
25142026-07-28T02:42:51.259Z Checking dropshot-api-manager-types v0.7.2
25152026-07-28T02:42:51.387Z Checking rcgen v0.12.1
25162026-07-28T02:42:51.424Z Checking tagptr v0.2.0
25172026-07-28T02:42:51.459Z Checking utf-8 v0.7.6
25182026-07-28T02:42:51.493Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25192026-07-28T02:42:51.594Z Checking moka v0.12.13
25202026-07-28T02:42:51.629Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25212026-07-28T02:42:51.669Z Checking tungstenite v0.21.0
25222026-07-28T02:42:51.736Z Compiling radium v0.7.0
25232026-07-28T02:42:52.124Z Checking tokio-tungstenite v0.21.0
25242026-07-28T02:42:52.207Z Compiling libefi-sys v0.1.0
25252026-07-28T02:42:52.260Z Checking hickory-resolver v0.25.2
25262026-07-28T02:42:52.444Z Compiling maybe-uninit v2.0.0
25272026-07-28T02:42:52.480Z Checking tap v1.0.1
25282026-07-28T02:42:52.619Z Checking wyz v0.5.1
25292026-07-28T02:42:52.911Z Compiling zerocopy-derive v0.6.6
25302026-07-28T02:42:53.031Z Compiling bitfield-struct v0.6.2
25312026-07-28T02:42:53.074Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25322026-07-28T02:42:53.077Z Checking funty v2.0.0
25332026-07-28T02:42:53.362Z Checking crc-catalog v2.4.0
25342026-07-28T02:42:53.427Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25352026-07-28T02:42:53.485Z Compiling packed_struct v0.10.1
25362026-07-28T02:42:53.616Z Checking crc v3.4.0
25372026-07-28T02:42:53.692Z Checking bitvec v1.0.1
25382026-07-28T02:42:53.726Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25392026-07-28T02:42:53.766Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25402026-07-28T02:42:53.801Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25412026-07-28T02:42:53.866Z Checking zerocopy v0.6.6
25422026-07-28T02:42:53.968Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-07-28T02:42:54.002Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25442026-07-28T02:42:54.035Z Compiling packed_struct_codegen v0.10.1
25452026-07-28T02:42:54.099Z Compiling bitfield-macros v0.19.4
25462026-07-28T02:42:54.176Z Compiling indexmap v1.9.3
25472026-07-28T02:42:54.401Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25482026-07-28T02:42:54.508Z Checking nodrop v0.1.14
25492026-07-28T02:42:54.629Z Checking array-init v0.0.4
25502026-07-28T02:42:54.838Z Checking bitfield v0.19.4
25512026-07-28T02:42:54.962Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-07-28T02:42:55.108Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25532026-07-28T02:42:55.143Z Checking smallvec v0.6.14
25542026-07-28T02:42:55.268Z Checking hashbrown v0.12.3
25552026-07-28T02:42:55.289Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25562026-07-28T02:42:55.364Z Checking serde-hex v0.1.0
25572026-07-28T02:42:55.476Z Checking ron v0.8.1
25582026-07-28T02:42:55.776Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25592026-07-28T02:42:56.029Z Checking hashbrown v0.13.2
25602026-07-28T02:42:56.064Z Checking crc-any v2.5.0
25612026-07-28T02:42:56.275Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25622026-07-28T02:42:56.279Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25632026-07-28T02:42:56.480Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25642026-07-28T02:42:56.514Z Checking object v0.30.4
25652026-07-28T02:42:56.853Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-07-28T02:42:56.924Z Checking path-slash v0.1.5
25672026-07-28T02:42:57.060Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25682026-07-28T02:42:57.096Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25692026-07-28T02:42:57.140Z Compiling xshell-macros v0.2.7
25702026-07-28T02:42:57.583Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25712026-07-28T02:42:57.627Z Checking xshell v0.2.7
25722026-07-28T02:42:57.982Z Checking half v1.8.3
25732026-07-28T02:42:58.018Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25742026-07-28T02:42:58.054Z Compiling num-derive v0.3.3
25752026-07-28T02:42:58.216Z Checking serde_cbor v0.11.2
25762026-07-28T02:42:58.649Z Compiling proc-macro-error-attr2 v2.0.0
25772026-07-28T02:42:58.736Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25782026-07-28T02:42:58.831Z Checking papergrid v0.17.0
25792026-07-28T02:42:58.995Z Checking libscf-sys v1.1.0
25802026-07-28T02:42:58.997Z Checking testing_table v0.3.0
25812026-07-28T02:42:59.084Z Compiling proc-macro-error2 v2.0.1
25822026-07-28T02:42:59.148Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25832026-07-28T02:42:59.182Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25842026-07-28T02:42:59.369Z Checking maplit v1.0.2
25852026-07-28T02:42:59.417Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25862026-07-28T02:42:59.453Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25872026-07-28T02:42:59.455Z Compiling tabled_derive v0.11.0
25882026-07-28T02:42:59.517Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25892026-07-28T02:42:59.662Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25902026-07-28T02:42:59.814Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25912026-07-28T02:43:00.075Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25922026-07-28T02:43:00.212Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25932026-07-28T02:43:00.334Z Checking crc8 v0.1.1
25942026-07-28T02:43:00.447Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25952026-07-28T02:43:00.481Z Checking unicase v2.9.0
25962026-07-28T02:43:00.650Z Checking tabled v0.20.0
25972026-07-28T02:43:00.685Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25982026-07-28T02:43:00.727Z Checking fxhash v0.2.1
25992026-07-28T02:43:00.824Z Compiling darling_core v0.21.3
26002026-07-28T02:43:00.914Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26012026-07-28T02:43:01.103Z Compiling vergen-lib v0.1.6
26022026-07-28T02:43:01.349Z Compiling diesel_derives v2.3.7
26032026-07-28T02:43:01.432Z Checking scheduled-thread-pool v0.2.7
26042026-07-28T02:43:01.470Z Compiling vergen-gitcl v1.0.8
26052026-07-28T02:43:01.609Z Compiling diesel_table_macro_syntax v0.3.0
26062026-07-28T02:43:01.612Z Checking r2d2 v0.8.10
26072026-07-28T02:43:01.847Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26082026-07-28T02:43:01.881Z Checking downcast-rs v2.0.2
26092026-07-28T02:43:02.118Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26102026-07-28T02:43:02.205Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26112026-07-28T02:43:02.422Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26122026-07-28T02:43:02.640Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26132026-07-28T02:43:02.677Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26142026-07-28T02:43:02.756Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26152026-07-28T02:43:02.803Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26162026-07-28T02:43:02.841Z Checking kstat-rs v0.2.4
26172026-07-28T02:43:02.948Z Checking arc-swap v1.8.2
26182026-07-28T02:43:02.983Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26192026-07-28T02:43:03.070Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26202026-07-28T02:43:03.073Z Compiling dirs-sys-next v0.1.2
26212026-07-28T02:43:03.209Z Checking slog-scope v4.4.1
26222026-07-28T02:43:03.353Z Compiling darling_macro v0.21.3
26232026-07-28T02:43:03.387Z Compiling crunchy v0.2.4
26242026-07-28T02:43:03.422Z Compiling parking_lot_core v0.8.6
26252026-07-28T02:43:03.425Z Checking slog-stdlog v4.1.1
26262026-07-28T02:43:03.505Z Compiling dirs-next v2.0.0
26272026-07-28T02:43:03.542Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26282026-07-28T02:43:03.605Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26292026-07-28T02:43:03.657Z Compiling clang-sys v1.8.1
26302026-07-28T02:43:03.767Z Compiling git-stub v1.0.0
26312026-07-28T02:43:03.801Z Compiling tiny-keccak v2.0.2
26322026-07-28T02:43:03.879Z Compiling darling v0.21.3
26332026-07-28T02:43:04.001Z Compiling dsl_auto_type v0.2.0
26342026-07-28T02:43:04.069Z Compiling git-stub-vcs v0.1.0
26352026-07-28T02:43:04.281Z Compiling term v0.7.0
26362026-07-28T02:43:04.366Z Checking slog-envlogger v2.2.0
26372026-07-28T02:43:04.403Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26382026-07-28T02:43:04.406Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26392026-07-28T02:43:04.493Z Compiling bit-vec v0.6.3
26402026-07-28T02:43:04.548Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26412026-07-28T02:43:04.716Z Compiling bit-set v0.5.3
26422026-07-28T02:43:04.753Z Compiling ascii-canvas v3.0.0
26432026-07-28T02:43:04.757Z Checking parking_lot v0.11.2
26442026-07-28T02:43:04.847Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26452026-07-28T02:43:04.914Z Checking prefix-trie v0.7.0
26462026-07-28T02:43:05.005Z Compiling itertools v0.10.5
26472026-07-28T02:43:05.039Z Compiling ena v0.14.4
26482026-07-28T02:43:05.071Z Compiling libloading v0.8.9
26492026-07-28T02:43:05.161Z Compiling bindgen v0.71.1
26502026-07-28T02:43:05.267Z Compiling regex-syntax v0.6.29
26512026-07-28T02:43:05.302Z Compiling diff v0.1.13
26522026-07-28T02:43:05.335Z Checking hickory-server v0.25.2
26532026-07-28T02:43:05.600Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26542026-07-28T02:43:05.698Z Checking sled v0.34.7
26552026-07-28T02:43:06.095Z Compiling cexpr v0.6.0
26562026-07-28T02:43:06.213Z Checking nanorand v0.7.0
26572026-07-28T02:43:06.450Z Compiling salty v0.3.0
26582026-07-28T02:43:06.598Z Compiling lalrpop v0.19.12
26592026-07-28T02:43:06.721Z Compiling rustc-hash v2.1.1
26602026-07-28T02:43:06.885Z Checking flume v0.11.1
26612026-07-28T02:43:06.954Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26622026-07-28T02:43:07.160Z Compiling libxml v0.3.3
26632026-07-28T02:43:07.506Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26642026-07-28T02:43:07.666Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26652026-07-28T02:43:07.945Z Compiling strum_macros v0.24.3
26662026-07-28T02:43:08.053Z Compiling fs-err v2.11.0
26672026-07-28T02:43:08.286Z Compiling indoc v1.0.9
26682026-07-28T02:43:08.764Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26692026-07-28T02:43:08.986Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26702026-07-28T02:43:09.019Z Compiling progenitor-impl v0.13.0
26712026-07-28T02:43:09.101Z Checking quick-xml v0.37.5
26722026-07-28T02:43:09.237Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26732026-07-28T02:43:09.313Z Checking derive_builder v0.20.2
26742026-07-28T02:43:09.347Z Compiling oso-derive v0.27.3
26752026-07-28T02:43:09.451Z Compiling impl-trait-for-tuples v0.2.3
26762026-07-28T02:43:09.884Z Compiling trait-variant v0.1.2
26772026-07-28T02:43:10.003Z Checking diesel v2.3.7
26782026-07-28T02:43:10.035Z Checking openssl-probe v0.1.6
26792026-07-28T02:43:10.437Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26802026-07-28T02:43:10.471Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26812026-07-28T02:43:11.017Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-07-28T02:43:11.303Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26832026-07-28T02:43:11.674Z Compiling progenitor-macro v0.13.0
26842026-07-28T02:43:11.810Z Checking progenitor-client v0.13.0
26852026-07-28T02:43:12.197Z Checking rfc6979 v0.4.0
26862026-07-28T02:43:12.254Z Checking assert_matches v1.5.0
26872026-07-28T02:43:12.358Z Checking parse-size v1.1.0
26882026-07-28T02:43:12.529Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26892026-07-28T02:43:12.668Z Checking ecdsa v0.16.9
26902026-07-28T02:43:13.053Z Checking primeorder v0.13.6
26912026-07-28T02:43:13.118Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26922026-07-28T02:43:13.336Z Checking p384 v0.13.1
26932026-07-28T02:43:13.440Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26942026-07-28T02:43:13.749Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26952026-07-28T02:43:13.792Z Checking predicates-tree v1.0.13
26962026-07-28T02:43:13.939Z Checking bb8 v0.8.6
26972026-07-28T02:43:13.975Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26982026-07-28T02:43:14.353Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26992026-07-28T02:43:14.439Z Compiling mime_guess v2.0.5
27002026-07-28T02:43:14.478Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27012026-07-28T02:43:14.576Z Checking http-range v0.1.5
27022026-07-28T02:43:14.958Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27032026-07-28T02:43:15.066Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27042026-07-28T02:43:15.386Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27052026-07-28T02:43:15.422Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27062026-07-28T02:43:15.612Z Checking atty v0.2.14
27072026-07-28T02:43:15.656Z Checking corncobs v0.1.4
27082026-07-28T02:43:15.739Z Checking nonempty v0.12.0
27092026-07-28T02:43:15.818Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27102026-07-28T02:43:15.982Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27112026-07-28T02:43:16.362Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27122026-07-28T02:43:16.474Z Checking ignore v0.4.25
27132026-07-28T02:43:16.748Z Checking progenitor v0.13.0
27142026-07-28T02:43:16.913Z Checking secrecy v0.8.0
27152026-07-28T02:43:16.948Z Checking globwalk v0.9.1
27162026-07-28T02:43:16.990Z Checking hyper-staticfile v0.10.1
27172026-07-28T02:43:17.162Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27182026-07-28T02:43:17.334Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27192026-07-28T02:43:17.517Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27202026-07-28T02:43:17.713Z Compiling illumos-nvpair-sys v0.2.0
27212026-07-28T02:43:17.864Z Checking camino-tempfile-ext v0.3.3
27222026-07-28T02:43:17.979Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27232026-07-28T02:43:18.110Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27242026-07-28T02:43:18.144Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27252026-07-28T02:43:18.781Z Checking signal-hook-tokio v0.3.1
27262026-07-28T02:43:18.948Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27272026-07-28T02:43:19.092Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27282026-07-28T02:43:19.129Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27292026-07-28T02:43:19.171Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27302026-07-28T02:43:19.403Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27312026-07-28T02:43:21.023Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27322026-07-28T02:43:21.092Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27332026-07-28T02:43:21.174Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27342026-07-28T02:43:21.214Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27352026-07-28T02:43:21.893Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27362026-07-28T02:43:22.303Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27372026-07-28T02:43:22.455Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27382026-07-28T02:43:22.500Z Checking illumos-nvpair v0.3.0
27392026-07-28T02:43:22.702Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27402026-07-28T02:43:22.778Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-07-28T02:43:22.836Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27422026-07-28T02:43:23.110Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27432026-07-28T02:43:23.144Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27442026-07-28T02:43:23.205Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27452026-07-28T02:43:23.315Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27462026-07-28T02:43:23.585Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27472026-07-28T02:43:23.759Z Checking tungstenite v0.23.0
27482026-07-28T02:43:23.877Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27492026-07-28T02:43:24.237Z Checking tokio-tungstenite v0.23.1
27502026-07-28T02:43:24.546Z Checking async-bb8-diesel v0.2.1
27512026-07-28T02:43:24.949Z Checking diesel-dtrace v0.5.0
27522026-07-28T02:43:25.069Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27532026-07-28T02:43:25.233Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27542026-07-28T02:43:25.268Z Checking rand_seeder v0.4.0
27552026-07-28T02:43:25.449Z Checking void v1.0.2
27562026-07-28T02:43:25.488Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27572026-07-28T02:43:25.586Z Checking lzss v0.8.2
27582026-07-28T02:43:25.621Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27592026-07-28T02:43:25.680Z Checking nix v0.27.1
27602026-07-28T02:43:25.810Z Checking serde_bytes v0.11.19
27612026-07-28T02:43:25.892Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27622026-07-28T02:43:26.023Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27632026-07-28T02:43:26.218Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27642026-07-28T02:43:26.391Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27652026-07-28T02:43:26.736Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-07-28T02:43:27.040Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27672026-07-28T02:43:27.488Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27682026-07-28T02:43:27.550Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27692026-07-28T02:43:27.652Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27702026-07-28T02:43:27.784Z Checking is_ci v1.2.0
27712026-07-28T02:43:27.919Z Checking yansi v1.0.1
27722026-07-28T02:43:28.026Z Checking cpubits v0.1.1
27732026-07-28T02:43:28.139Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27742026-07-28T02:43:28.217Z Checking pretty_assertions v1.4.1
27752026-07-28T02:43:28.366Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27762026-07-28T02:43:28.448Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27772026-07-28T02:43:29.090Z Checking pem-rfc7468 v1.0.0
27782026-07-28T02:43:29.297Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27792026-07-28T02:43:29.578Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27802026-07-28T02:43:29.810Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-07-28T02:43:29.977Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27822026-07-28T02:43:30.149Z Checking hmac v0.13.0
27832026-07-28T02:43:30.346Z Checking sha2 v0.11.0
27842026-07-28T02:43:30.633Z Checking universal-hash v0.6.1
27852026-07-28T02:43:30.699Z Compiling libz-sys v1.1.24
27862026-07-28T02:43:30.734Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-07-28T02:43:30.796Z Compiling instability v0.3.11
27882026-07-28T02:43:31.049Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-07-28T02:43:31.114Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27902026-07-28T02:43:31.180Z Checking castaway v0.2.4
27912026-07-28T02:43:31.248Z Compiling indoc v2.0.7
27922026-07-28T02:43:31.329Z Checking compact_str v0.8.1
27932026-07-28T02:43:31.740Z Checking polyval v0.7.1
27942026-07-28T02:43:31.963Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27952026-07-28T02:43:32.196Z Checking der v0.8.0
27962026-07-28T02:43:32.238Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27972026-07-28T02:43:32.486Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27982026-07-28T02:43:32.550Z Checking unicode-truncate v1.1.0
27992026-07-28T02:43:32.716Z Checking lru v0.12.5
28002026-07-28T02:43:32.751Z Compiling libgit2-sys v0.18.3+1.9.2
28012026-07-28T02:43:32.891Z Checking cassowary v0.3.0
28022026-07-28T02:43:33.021Z Checking ghash v0.6.0
28032026-07-28T02:43:33.141Z Checking ratatui v0.29.0
28042026-07-28T02:43:33.178Z Checking pbkdf2 v0.13.0
28052026-07-28T02:43:33.243Z Checking aes v0.9.1
28062026-07-28T02:43:33.327Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28072026-07-28T02:43:33.671Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28082026-07-28T02:43:33.920Z Checking ctr v0.10.1
28092026-07-28T02:43:34.134Z Checking aead v0.6.1
28102026-07-28T02:43:34.313Z Checking cargo-platform v0.3.2
28112026-07-28T02:43:34.489Z Checking aes-gcm v0.11.0
28122026-07-28T02:43:34.535Z Checking cargo_metadata v0.23.1
28132026-07-28T02:43:34.570Z Checking spki v0.8.0
28142026-07-28T02:43:34.683Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28152026-07-28T02:43:34.772Z Checking crypto-bigint v0.7.5
28162026-07-28T02:43:35.336Z Checking supports-color v3.0.2
28172026-07-28T02:43:35.501Z Checking console v0.16.2
28182026-07-28T02:43:35.849Z Checking cbc v0.2.1
28192026-07-28T02:43:36.023Z Checking salsa20 v0.11.0
28202026-07-28T02:43:36.064Z Compiling vergen-git2 v9.1.0
28212026-07-28T02:43:36.199Z Checking unit-prefix v0.5.2
28222026-07-28T02:43:36.289Z Checking plotters-backend v0.3.7
28232026-07-28T02:43:36.363Z Checking indicatif v0.18.4
28242026-07-28T02:43:36.529Z Checking plotters-svg v0.3.7
28252026-07-28T02:43:36.753Z Checking scrypt v0.12.0
28262026-07-28T02:43:36.787Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28272026-07-28T02:43:36.955Z Checking libsw-core v0.3.2
28282026-07-28T02:43:37.011Z Checking cast v0.3.0
28292026-07-28T02:43:37.104Z Checking pkcs5 v0.8.1
28302026-07-28T02:43:37.140Z Checking libsw v3.5.0
28312026-07-28T02:43:37.198Z Checking criterion-plot v0.6.0
28322026-07-28T02:43:37.325Z Checking plotters v0.3.7
28332026-07-28T02:43:37.450Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28342026-07-28T02:43:37.484Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28352026-07-28T02:43:37.712Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28362026-07-28T02:43:37.945Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28372026-07-28T02:43:38.136Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28382026-07-28T02:43:38.173Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28392026-07-28T02:43:38.364Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28402026-07-28T02:43:38.405Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28412026-07-28T02:43:38.470Z Checking colored v2.2.0
28422026-07-28T02:43:38.586Z Checking tinytemplate v1.2.1
28432026-07-28T02:43:38.702Z Checking shell-words v1.1.1
28442026-07-28T02:43:38.838Z Checking anes v0.1.6
28452026-07-28T02:43:38.872Z Checking oorandom v11.1.5
28462026-07-28T02:43:39.052Z Checking criterion v0.7.0
28472026-07-28T02:43:39.088Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28482026-07-28T02:43:39.352Z Checking pkcs8 v0.11.0
28492026-07-28T02:43:39.586Z Checking oxide-update-engine-display v0.1.2
28502026-07-28T02:43:39.926Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28512026-07-28T02:43:40.297Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28522026-07-28T02:43:40.717Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28532026-07-28T02:43:41.284Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28542026-07-28T02:43:42.102Z Checking tokio-test v0.4.5
28552026-07-28T02:43:42.343Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28562026-07-28T02:43:42.579Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28572026-07-28T02:43:42.876Z Checking twox-hash v2.1.2
28582026-07-28T02:43:42.991Z Checking ff v0.14.0
28592026-07-28T02:43:43.160Z Checking arrayref v0.3.9
28602026-07-28T02:43:43.211Z Checking arrayvec v0.7.6
28612026-07-28T02:43:43.264Z Checking constant_time_eq v0.4.2
28622026-07-28T02:43:43.432Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28632026-07-28T02:43:43.512Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28642026-07-28T02:43:43.665Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28652026-07-28T02:43:43.788Z Checking fatfs v0.3.6
28662026-07-28T02:43:44.204Z Checking signature v3.0.0
28672026-07-28T02:43:44.267Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28682026-07-28T02:43:44.388Z Checking base16ct v1.0.0
28692026-07-28T02:43:44.551Z Compiling seq-macro v0.3.6
28702026-07-28T02:43:44.655Z Checking sec1 v0.8.1
28712026-07-28T02:43:44.892Z Checking group v0.14.0
28722026-07-28T02:43:45.078Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28732026-07-28T02:43:45.111Z Checking hkdf v0.13.0
28742026-07-28T02:43:45.280Z Compiling petname v2.0.2
28752026-07-28T02:43:45.626Z Checking elliptic-curve v0.14.0-rc.33
28762026-07-28T02:43:45.733Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28772026-07-28T02:43:45.910Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28782026-07-28T02:43:45.956Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28792026-07-28T02:43:46.128Z Checking concurrent-queue v2.5.0
28802026-07-28T02:43:46.348Z Checking rtoolbox v0.0.3
28812026-07-28T02:43:46.506Z Checking parking v2.2.1
28822026-07-28T02:43:46.658Z Checking event-listener v5.4.1
28832026-07-28T02:43:46.914Z Checking rpassword v7.5.4
28842026-07-28T02:43:47.256Z Checking tui-tree-widget v0.23.1
28852026-07-28T02:43:47.313Z Compiling samael v0.0.19
28862026-07-28T02:43:47.504Z Checking rfc6979 v0.5.0
28872026-07-28T02:43:47.538Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28882026-07-28T02:43:47.677Z Checking sapling-renderdag v0.1.0
28892026-07-28T02:43:47.737Z Compiling blake3 v1.8.5
28902026-07-28T02:43:47.951Z Checking sync-ptr v0.1.4
28912026-07-28T02:43:48.105Z Checking ecdsa v0.17.0-rc.18
28922026-07-28T02:43:48.515Z Checking event-listener-strategy v0.5.4
28932026-07-28T02:43:48.657Z Checking primeorder v0.14.0-rc.10
28942026-07-28T02:43:48.691Z Checking primefield v0.14.0
28952026-07-28T02:43:48.926Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28962026-07-28T02:43:48.982Z Compiling curve25519-dalek v5.0.0-rc.0
28972026-07-28T02:43:49.147Z Checking futures-timer v3.0.3
28982026-07-28T02:43:49.435Z Checking async-lock v3.4.2
28992026-07-28T02:43:49.502Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29002026-07-28T02:43:49.787Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29012026-07-28T02:43:49.860Z Checking ssh-encoding v0.3.0-rc.9
29022026-07-28T02:43:50.118Z Checking topological-sort v0.2.2
29032026-07-28T02:43:50.288Z Compiling strsim v0.10.0
29042026-07-28T02:43:50.643Z Compiling darling_core v0.13.4
29052026-07-28T02:43:50.785Z Checking omicron-zone-package v0.12.3
29062026-07-28T02:43:51.695Z Checking async-object-pool v0.2.0
29072026-07-28T02:43:52.251Z Checking ed25519 v3.0.0
29082026-07-28T02:43:52.439Z Checking crypto-primes v0.7.2
29092026-07-28T02:43:52.503Z Checking pkcs1 v0.8.0-rc.4
29102026-07-28T02:43:52.538Z Checking poly1305 v0.9.0
29112026-07-28T02:43:52.731Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29122026-07-28T02:43:52.766Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29132026-07-28T02:43:52.843Z Checking blowfish v0.10.0
29142026-07-28T02:43:53.028Z Checking serde_regex v1.1.0
29152026-07-28T02:43:53.144Z Checking blake2 v0.11.0-rc.6
29162026-07-28T02:43:53.218Z Checking assert-json-diff v2.0.2
29172026-07-28T02:43:53.419Z Checking path-tree v0.8.3
29182026-07-28T02:43:53.453Z Checking keccak v0.2.0
29192026-07-28T02:43:53.457Z Checking gimli v0.32.3
29202026-07-28T02:43:53.457Z Checking fiat-crypto v0.3.0
29212026-07-28T02:43:53.637Z Compiling target-lexicon v0.13.3
29222026-07-28T02:43:53.640Z Checking stringmetrics v2.2.2
29232026-07-28T02:43:53.853Z Checking httpmock v0.8.3
29242026-07-28T02:43:54.204Z Checking sha3 v0.11.0
29252026-07-28T02:43:54.581Z Checking rsa v0.10.0-rc.18
29262026-07-28T02:43:55.084Z Checking addr2line v0.25.1
29272026-07-28T02:43:55.119Z Checking argon2 v0.6.0-rc.8
29282026-07-28T02:43:55.395Z Checking bcrypt-pbkdf v0.11.0
29292026-07-28T02:43:55.466Z Checking ssh-cipher v0.3.0-rc.9
29302026-07-28T02:43:55.585Z Checking ed25519-dalek v3.0.0-rc.0
29312026-07-28T02:43:55.710Z Compiling darling_macro v0.13.4
29322026-07-28T02:43:56.086Z Checking p521 v0.14.0-rc.10
29332026-07-28T02:43:56.230Z Checking p256 v0.14.0-rc.10
29342026-07-28T02:43:57.005Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29352026-07-28T02:43:57.280Z Checking kem v0.3.0
29362026-07-28T02:43:57.433Z Checking module-lattice v0.2.3
29372026-07-28T02:43:57.699Z Compiling guppy-workspace-hack v0.1.0
29382026-07-28T02:43:57.755Z Checking hex-literal v0.4.1
29392026-07-28T02:43:57.887Z Checking rustc-demangle v0.1.27
29402026-07-28T02:43:57.966Z Checking ml-kem v0.3.2
29412026-07-28T02:43:58.149Z Checking backtrace v0.3.76
29422026-07-28T02:43:58.484Z Compiling darling v0.13.4
29432026-07-28T02:43:58.783Z Checking russh-cryptovec v0.61.0
29442026-07-28T02:43:58.817Z Checking p384 v0.14.0-rc.10
29452026-07-28T02:43:58.867Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29462026-07-28T02:43:58.974Z Checking internal-russh-num-bigint v0.5.0
29472026-07-28T02:43:59.089Z Checking num-bigint v0.4.6
29482026-07-28T02:43:59.124Z Checking russh-util v0.52.0
29492026-07-28T02:43:59.278Z Checking generic-array v1.4.3
29502026-07-28T02:43:59.698Z Compiling enum_dispatch v0.3.13
29512026-07-28T02:44:00.003Z Compiling delegate v0.13.5
29522026-07-28T02:44:00.047Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29532026-07-28T02:44:00.487Z Compiling target-spec v3.5.7
29542026-07-28T02:44:00.681Z Checking hex-literal v1.1.0
29552026-07-28T02:44:00.790Z Checking md5 v0.8.0
29562026-07-28T02:44:00.825Z Checking ssh-key v0.7.0-rc.10
29572026-07-28T02:44:00.908Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29582026-07-28T02:44:01.054Z Checking cfg-expr v0.20.6
29592026-07-28T02:44:01.104Z Compiling serde_with_macros v1.5.2
29602026-07-28T02:44:01.250Z Compiling git2 v0.20.4
29612026-07-28T02:44:01.478Z Checking backtrace-ext v0.2.1
29622026-07-28T02:44:01.624Z Checking supports-color v2.1.0
29632026-07-28T02:44:01.675Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29642026-07-28T02:44:01.767Z Checking russh v0.61.2
29652026-07-28T02:44:01.801Z Checking textwrap v0.15.2
29662026-07-28T02:44:01.998Z Checking supports-hyperlinks v2.1.0
29672026-07-28T02:44:02.045Z Checking supports-unicode v2.1.0
29682026-07-28T02:44:02.148Z Checking hashbrown v0.14.5
29692026-07-28T02:44:02.197Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29702026-07-28T02:44:02.442Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29712026-07-28T02:44:02.757Z Checking socket2 v0.5.10
29722026-07-28T02:44:02.764Z Checking terminal_size v0.1.17
29732026-07-28T02:44:02.764Z Compiling miette-derive v5.10.0
29742026-07-28T02:44:02.860Z Checking internet-checksum v0.2.1
29752026-07-28T02:44:02.975Z Checking owo-colors v3.5.0
29762026-07-28T02:44:03.921Z Checking miette v5.10.0
29772026-07-28T02:44:04.162Z Checking chumsky v0.9.3
29782026-07-28T02:44:04.362Z Compiling serde_with v1.14.0
29792026-07-28T02:44:04.557Z Compiling polar-core v0.27.3
29802026-07-28T02:44:04.635Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29812026-07-28T02:44:04.943Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29822026-07-28T02:44:05.166Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29832026-07-28T02:44:05.271Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29842026-07-28T02:44:05.544Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29852026-07-28T02:44:05.640Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29862026-07-28T02:44:05.851Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29872026-07-28T02:44:05.887Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29882026-07-28T02:44:05.936Z Compiling knuffel-derive v3.2.0
29892026-07-28T02:44:05.972Z Checking httptest v0.16.4
29902026-07-28T02:44:06.123Z Checking pathdiff v0.2.3
29912026-07-28T02:44:06.269Z Checking nested v0.1.1
29922026-07-28T02:44:06.390Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29932026-07-28T02:44:06.447Z Checking guppy v0.17.25
29942026-07-28T02:44:06.712Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29952026-07-28T02:44:06.987Z Checking similar-asserts v1.7.0
29962026-07-28T02:44:07.178Z Compiling target-triple v1.0.0
29972026-07-28T02:44:07.423Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29982026-07-28T02:44:07.464Z Checking knuffel v3.2.0
29992026-07-28T02:44:07.592Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30002026-07-28T02:44:08.104Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30012026-07-28T02:44:08.137Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30022026-07-28T02:44:08.183Z Checking hickory-client v0.25.2
30032026-07-28T02:44:08.501Z Checking escape8259 v0.5.3
30042026-07-28T02:44:08.667Z Compiling assert_cmd v2.1.2
30052026-07-28T02:44:08.785Z Checking libtest-mimic v0.8.1
30062026-07-28T02:44:09.188Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30072026-07-28T02:44:09.251Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30082026-07-28T02:44:09.324Z Checking blake2b_simd v1.0.4
30092026-07-28T02:44:09.665Z Checking oso v0.27.3
30102026-07-28T02:44:09.755Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30112026-07-28T02:44:09.929Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30122026-07-28T02:44:10.150Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30132026-07-28T02:44:10.194Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30142026-07-28T02:44:10.340Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30152026-07-28T02:44:10.418Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30162026-07-28T02:44:10.561Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30172026-07-28T02:44:10.641Z Checking fancy-regex v0.14.0
30182026-07-28T02:44:10.695Z Checking serde_tokenstream v0.2.3
30192026-07-28T02:44:10.794Z Checking approx v0.5.1
30202026-07-28T02:44:10.939Z Compiling rstest_macros v0.25.0
30212026-07-28T02:44:10.973Z Checking uzers v0.12.2
30222026-07-28T02:44:10.976Z Compiling linkme-impl v0.3.35
30232026-07-28T02:44:11.040Z Checking constant_time_eq v0.3.1
30242026-07-28T02:44:11.172Z Checking termcolor v1.4.1
30252026-07-28T02:44:11.216Z Checking rust-argon2 v2.1.0
30262026-07-28T02:44:11.355Z Checking datatest-stable v0.3.3
30272026-07-28T02:44:11.432Z Checking trybuild v1.0.116
30282026-07-28T02:44:11.527Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30292026-07-28T02:44:11.690Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30302026-07-28T02:44:11.811Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30312026-07-28T02:44:11.986Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30322026-07-28T02:44:12.037Z Checking support-bundle-viewer v0.1.2
30332026-07-28T02:44:12.070Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30342026-07-28T02:44:12.315Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30352026-07-28T02:44:12.567Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30362026-07-28T02:44:12.798Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30372026-07-28T02:44:12.863Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30382026-07-28T02:44:13.029Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30392026-07-28T02:44:13.068Z Checking drift v0.2.0
30402026-07-28T02:44:13.102Z Checking digest-io v0.1.0
30412026-07-28T02:44:13.271Z Checking rand_distr v0.5.1
30422026-07-28T02:44:13.474Z Checking multimap v0.10.1
30432026-07-28T02:44:13.685Z Compiling linkme v0.3.35
30442026-07-28T02:44:13.720Z Checking rawzip v0.4.4
30452026-07-28T02:44:13.753Z Compiling relative-path v1.9.3
30462026-07-28T02:44:14.017Z Checking dropshot-api-manager v0.7.2
30472026-07-28T02:44:14.188Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30482026-07-28T02:44:15.200Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30492026-07-28T02:44:15.609Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30502026-07-28T02:44:15.794Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30512026-07-28T02:44:15.943Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30522026-07-28T02:44:15.996Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30532026-07-28T02:44:16.162Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30542026-07-28T02:44:16.370Z Checking cargo_toml v0.21.0
30552026-07-28T02:44:16.405Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30562026-07-28T02:44:16.520Z Checking partial-io v0.5.4
30572026-07-28T02:44:16.761Z Checking termios v0.3.3
30582026-07-28T02:44:16.866Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30592026-07-28T02:44:16.933Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30602026-07-28T02:44:17.195Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30612026-07-28T02:44:17.669Z Checking rstest v0.25.0
30622026-07-28T02:44:20.030Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30632026-07-28T02:44:22.081Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30642026-07-28T02:44:25.415Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30652026-07-28T02:44:29.443Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30662026-07-28T02:44:30.551Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30672026-07-28T02:44:32.411Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30682026-07-28T02:44:36.119Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30692026-07-28T02:44:40.912Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30702026-07-28T02:44:46.550Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30712026-07-28T02:44:46.864Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30722026-07-28T02:44:47.154Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30732026-07-28T02:44:49.388Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
30742026-07-28T02:44:53.582Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30752026-07-28T02:44:58.023Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30762026-07-28T02:45:16.815Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30772026-07-28T02:46:12.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 11s
30782026-07-28T02:46:12.739Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30792026-07-28T02:46:12.739Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30802026-07-28T02:46:13.388Z
30812026-07-28T02:46:13.388Zreal 4:14.572499481
30822026-07-28T02:46:13.388Zuser 21:48.741705070
30832026-07-28T02:46:13.388Zsys 5:07.756353429
30842026-07-28T02:46:13.388Ztrap 0.539839282
30852026-07-28T02:46:13.388Ztflt 0.430582803
30862026-07-28T02:46:13.388Zdflt 0.463313861
30872026-07-28T02:46:13.388Zkflt 0.004308136
30882026-07-28T02:46:13.388Zlock 1:06:18.127245403
30892026-07-28T02:46:13.388Zslp 59:31.525728469
30902026-07-28T02:46:13.388Zlat 1:54.062274635
30912026-07-28T02:46:13.388Zstop 13:45.212953169
30922026-07-28T02:46:13.392Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30932026-07-28T02:46:13.392Z+ ptime -m cargo doc --workspace --no-deps
30942026-07-28T02:46:14.240Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30952026-07-28T02:46:14.240Z |
30962026-07-28T02:46:14.240Z = 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)`
30972026-07-28T02:46:14.240Z = 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>
30982026-07-28T02:46:15.427Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30992026-07-28T02:46:15.664Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31002026-07-28T02:46:15.709Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31012026-07-28T02:46:15.773Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31022026-07-28T02:46:15.836Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31032026-07-28T02:46:15.942Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31042026-07-28T02:46:15.970Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31052026-07-28T02:46:15.999Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31062026-07-28T02:46:16.029Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31072026-07-28T02:46:16.055Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-07-28T02:46:16.141Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31092026-07-28T02:46:16.251Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31102026-07-28T02:46:16.277Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31112026-07-28T02:46:16.346Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31122026-07-28T02:46:16.370Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31132026-07-28T02:46:16.392Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31142026-07-28T02:46:16.415Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31152026-07-28T02:46:16.440Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31162026-07-28T02:46:16.488Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31172026-07-28T02:46:16.513Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31182026-07-28T02:46:16.538Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31192026-07-28T02:46:16.816Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31202026-07-28T02:46:16.980Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31212026-07-28T02:46:17.010Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31222026-07-28T02:46:17.072Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31232026-07-28T02:46:17.143Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31242026-07-28T02:46:17.254Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31252026-07-28T02:46:17.303Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31262026-07-28T02:46:17.425Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31272026-07-28T02:46:17.564Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31282026-07-28T02:46:17.637Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31292026-07-28T02:46:17.714Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31302026-07-28T02:46:17.791Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31312026-07-28T02:46:17.907Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31322026-07-28T02:46:17.972Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31332026-07-28T02:46:18.140Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31342026-07-28T02:46:18.169Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31352026-07-28T02:46:18.192Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31362026-07-28T02:46:18.217Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31372026-07-28T02:46:18.400Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31382026-07-28T02:46:18.498Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31392026-07-28T02:46:18.670Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31402026-07-28T02:46:18.718Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31412026-07-28T02:46:18.743Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31422026-07-28T02:46:18.891Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31432026-07-28T02:46:18.946Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31442026-07-28T02:46:18.974Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31452026-07-28T02:46:19.035Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31462026-07-28T02:46:19.125Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31472026-07-28T02:46:19.205Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31482026-07-28T02:46:19.232Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31492026-07-28T02:46:19.324Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31502026-07-28T02:46:19.359Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31512026-07-28T02:46:19.432Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31522026-07-28T02:46:19.435Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31532026-07-28T02:46:19.489Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31542026-07-28T02:46:19.557Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31552026-07-28T02:46:19.582Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31562026-07-28T02:46:19.633Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31572026-07-28T02:46:19.657Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31582026-07-28T02:46:19.687Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31592026-07-28T02:46:20.059Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31602026-07-28T02:46:20.210Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31612026-07-28T02:46:20.395Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31622026-07-28T02:46:20.650Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31632026-07-28T02:46:20.681Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31642026-07-28T02:46:21.130Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31652026-07-28T02:46:21.158Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31662026-07-28T02:46:21.161Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31672026-07-28T02:46:21.204Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31682026-07-28T02:46:21.411Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31692026-07-28T02:46:21.435Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31702026-07-28T02:46:21.458Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31712026-07-28T02:46:21.482Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31722026-07-28T02:46:21.825Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31732026-07-28T02:46:22.029Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31742026-07-28T02:46:22.593Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31752026-07-28T02:46:22.618Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31762026-07-28T02:46:22.764Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31772026-07-28T02:46:22.912Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31782026-07-28T02:46:22.988Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31792026-07-28T02:46:23.023Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31802026-07-28T02:46:23.258Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31812026-07-28T02:46:23.283Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31822026-07-28T02:46:23.311Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31832026-07-28T02:46:23.533Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31842026-07-28T02:46:23.559Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31852026-07-28T02:46:23.582Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31862026-07-28T02:46:23.620Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31872026-07-28T02:46:23.695Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31882026-07-28T02:46:23.807Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31892026-07-28T02:46:23.830Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31902026-07-28T02:46:23.852Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31912026-07-28T02:46:23.875Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31922026-07-28T02:46:23.977Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31932026-07-28T02:46:24.026Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31942026-07-28T02:46:24.094Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31952026-07-28T02:46:24.116Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31962026-07-28T02:46:24.139Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31972026-07-28T02:46:24.164Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31982026-07-28T02:46:24.272Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31992026-07-28T02:46:24.294Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32002026-07-28T02:46:24.364Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32012026-07-28T02:46:24.449Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32022026-07-28T02:46:24.484Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32032026-07-28T02:46:24.707Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32042026-07-28T02:46:24.753Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32052026-07-28T02:46:24.756Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32062026-07-28T02:46:25.254Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32072026-07-28T02:46:25.415Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32082026-07-28T02:46:25.684Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32092026-07-28T02:46:26.458Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32102026-07-28T02:46:26.659Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32112026-07-28T02:46:26.811Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32122026-07-28T02:46:26.965Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32132026-07-28T02:46:26.993Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32142026-07-28T02:46:27.586Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32152026-07-28T02:46:28.673Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32162026-07-28T02:46:28.983Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32172026-07-28T02:46:29.313Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32182026-07-28T02:46:29.546Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32192026-07-28T02:46:29.665Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32202026-07-28T02:46:29.805Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32212026-07-28T02:46:29.834Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32222026-07-28T02:46:30.433Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32232026-07-28T02:46:30.521Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32242026-07-28T02:46:30.622Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32252026-07-28T02:46:30.744Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32262026-07-28T02:46:30.842Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32272026-07-28T02:46:30.845Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32282026-07-28T02:46:31.366Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32292026-07-28T02:46:31.505Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32302026-07-28T02:46:31.875Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32312026-07-28T02:46:31.918Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32322026-07-28T02:46:32.018Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32332026-07-28T02:46:32.059Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32342026-07-28T02:46:32.630Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32352026-07-28T02:46:32.998Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32362026-07-28T02:46:33.458Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32372026-07-28T02:46:33.716Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32382026-07-28T02:46:34.144Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32392026-07-28T02:46:34.511Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32402026-07-28T02:46:35.120Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32412026-07-28T02:46:35.155Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32422026-07-28T02:46:35.706Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32432026-07-28T02:46:35.800Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32442026-07-28T02:46:36.127Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32452026-07-28T02:46:36.279Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32462026-07-28T02:46:36.399Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32472026-07-28T02:46:36.786Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32482026-07-28T02:46:36.958Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32492026-07-28T02:46:38.011Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32502026-07-28T02:46:38.217Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32512026-07-28T02:46:38.271Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32522026-07-28T02:46:39.118Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32532026-07-28T02:46:39.360Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32542026-07-28T02:46:41.952Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32552026-07-28T02:46:43.410Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32562026-07-28T02:46:44.406Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32572026-07-28T02:46:44.603Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32582026-07-28T02:46:45.024Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32592026-07-28T02:46:45.202Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32602026-07-28T02:46:45.603Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32612026-07-28T02:46:46.040Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32622026-07-28T02:46:46.992Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32632026-07-28T02:46:47.017Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32642026-07-28T02:46:47.796Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32652026-07-28T02:46:47.893Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32662026-07-28T02:46:48.384Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32672026-07-28T02:46:48.508Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32682026-07-28T02:46:48.559Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32692026-07-28T02:46:48.734Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32702026-07-28T02:46:48.788Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32712026-07-28T02:46:49.096Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32722026-07-28T02:46:49.591Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32732026-07-28T02:46:49.846Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32742026-07-28T02:46:50.014Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32752026-07-28T02:46:50.361Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32762026-07-28T02:46:50.455Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32772026-07-28T02:46:50.603Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32782026-07-28T02:46:50.633Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32792026-07-28T02:46:51.072Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32802026-07-28T02:46:51.380Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32812026-07-28T02:46:52.838Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32822026-07-28T02:46:52.966Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32832026-07-28T02:46:53.043Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32842026-07-28T02:46:55.233Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32852026-07-28T02:46:56.841Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32862026-07-28T02:46:57.265Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32872026-07-28T02:46:58.284Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32882026-07-28T02:46:59.031Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32892026-07-28T02:47:01.188Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32902026-07-28T02:47:01.914Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32912026-07-28T02:47:02.466Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32922026-07-28T02:47:04.121Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
32932026-07-28T02:47:04.630Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32942026-07-28T02:47:05.939Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32952026-07-28T02:47:07.182Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32962026-07-28T02:47:08.766Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32972026-07-28T02:47:08.953Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32982026-07-28T02:47:09.223Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32992026-07-28T02:47:09.805Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33002026-07-28T02:47:15.132Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33012026-07-28T02:47:15.863Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33022026-07-28T02:47:16.464Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33032026-07-28T02:47:17.297Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33042026-07-28T02:47:18.184Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33052026-07-28T02:47:18.947Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33062026-07-28T02:47:19.711Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33072026-07-28T02:47:20.510Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33082026-07-28T02:47:22.004Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33092026-07-28T02:47:22.133Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33102026-07-28T02:47:23.679Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33112026-07-28T02:47:23.958Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33122026-07-28T02:47:24.880Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33132026-07-28T02:47:25.997Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33142026-07-28T02:47:26.662Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33152026-07-28T02:47:29.563Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33162026-07-28T02:47:30.759Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33172026-07-28T02:47:31.454Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33182026-07-28T02:47:32.847Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33192026-07-28T02:47:33.707Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33202026-07-28T02:47:34.674Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33212026-07-28T02:47:35.604Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33222026-07-28T02:47:36.639Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33232026-07-28T02:47:38.803Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33242026-07-28T02:47:39.675Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33252026-07-28T02:47:40.605Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33262026-07-28T02:47:41.861Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33272026-07-28T02:47:42.711Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33282026-07-28T02:47:46.062Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33292026-07-28T02:47:46.793Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33302026-07-28T02:47:47.422Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33312026-07-28T02:47:49.245Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33322026-07-28T02:47:50.669Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33332026-07-28T02:47:52.162Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33342026-07-28T02:47:53.954Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33352026-07-28T02:47:55.424Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33362026-07-28T02:47:57.295Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33372026-07-28T02:47:58.916Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33382026-07-28T02:48:03.301Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33392026-07-28T02:48:03.844Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33402026-07-28T02:48:05.046Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33412026-07-28T02:48:05.519Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33422026-07-28T02:48:07.385Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33432026-07-28T02:48:09.093Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33442026-07-28T02:48:10.900Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33452026-07-28T02:48:12.983Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33462026-07-28T02:48:14.734Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33472026-07-28T02:48:16.424Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33482026-07-28T02:48:18.536Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33492026-07-28T02:48:20.014Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33502026-07-28T02:48:21.820Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33512026-07-28T02:48:23.589Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33522026-07-28T02:48:25.318Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33532026-07-28T02:48:27.049Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33542026-07-28T02:48:28.495Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33552026-07-28T02:48:30.632Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33562026-07-28T02:48:32.376Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33572026-07-28T02:48:33.948Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33582026-07-28T02:48:37.489Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33592026-07-28T02:48:41.472Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33602026-07-28T02:48:43.146Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33612026-07-28T02:48:45.119Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33622026-07-28T02:48:46.827Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33632026-07-28T02:48:49.286Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33642026-07-28T02:48:52.474Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33652026-07-28T02:48:53.298Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33662026-07-28T02:48:55.645Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33672026-07-28T02:48:57.801Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33682026-07-28T02:48:59.922Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33692026-07-28T02:49:01.980Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33702026-07-28T02:49:05.182Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33712026-07-28T02:49:06.892Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33722026-07-28T02:49:09.646Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33732026-07-28T02:49:11.727Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33742026-07-28T02:49:14.581Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33752026-07-28T02:49:16.777Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33762026-07-28T02:49:19.468Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33772026-07-28T02:49:21.330Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33782026-07-28T02:49:23.751Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33792026-07-28T02:49:26.115Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33802026-07-28T02:49:28.540Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33812026-07-28T02:49:30.921Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33822026-07-28T02:49:33.292Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33832026-07-28T02:49:35.854Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33842026-07-28T02:49:38.203Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33852026-07-28T02:49:40.681Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33862026-07-28T02:49:43.087Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33872026-07-28T02:49:45.549Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33882026-07-28T02:49:47.955Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33892026-07-28T02:49:50.386Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33902026-07-28T02:49:52.890Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33912026-07-28T02:49:55.266Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33922026-07-28T02:49:57.741Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33932026-07-28T02:50:00.168Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33942026-07-28T02:50:02.590Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33952026-07-28T02:50:05.094Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33962026-07-28T02:50:07.602Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33972026-07-28T02:50:09.979Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33982026-07-28T02:50:12.505Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33992026-07-28T02:50:15.004Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34002026-07-28T02:50:17.434Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34012026-07-28T02:50:19.955Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34022026-07-28T02:50:22.394Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34032026-07-28T02:50:25.402Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34042026-07-28T02:50:27.759Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34052026-07-28T02:50:30.255Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34062026-07-28T02:50:32.775Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34072026-07-28T02:50:35.407Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34082026-07-28T02:50:38.088Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34092026-07-28T02:50:40.620Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34102026-07-28T02:50:43.144Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34112026-07-28T02:50:45.831Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34122026-07-28T02:50:48.429Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34132026-07-28T02:50:51.012Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34142026-07-28T02:50:53.524Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34152026-07-28T02:50:56.187Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34162026-07-28T02:50:58.903Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34172026-07-28T02:51:01.672Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34182026-07-28T02:51:04.344Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34192026-07-28T02:51:06.996Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34202026-07-28T02:51:09.588Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34212026-07-28T02:51:12.344Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34222026-07-28T02:51:15.024Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34232026-07-28T02:51:17.730Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34242026-07-28T02:51:20.737Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34252026-07-28T02:51:23.255Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34262026-07-28T02:51:31.022Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34272026-07-28T02:51:31.251Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34282026-07-28T02:51:34.624Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34292026-07-28T02:51:39.459Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34302026-07-28T02:51:42.471Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34312026-07-28T02:51:46.152Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34322026-07-28T02:51:50.131Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34332026-07-28T02:51:53.765Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34342026-07-28T02:51:57.562Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34352026-07-28T02:52:01.351Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34362026-07-28T02:52:05.217Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34372026-07-28T02:52:08.967Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34382026-07-28T02:52:12.752Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34392026-07-28T02:52:16.585Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34402026-07-28T02:52:20.324Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34412026-07-28T02:52:24.153Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34422026-07-28T02:52:28.006Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34432026-07-28T02:52:31.753Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34442026-07-28T02:52:35.608Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34452026-07-28T02:52:39.365Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34462026-07-28T02:52:43.092Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34472026-07-28T02:52:46.909Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34482026-07-28T02:52:50.747Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34492026-07-28T02:52:54.454Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34502026-07-28T02:52:58.275Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34512026-07-28T02:53:28.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 15s
34522026-07-28T02:53:28.605Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34532026-07-28T02:53:28.605Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34542026-07-28T02:53:28.772Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 204 other files
34552026-07-28T02:53:28.879Z
34562026-07-28T02:53:28.882Zreal 7:15.401235989
34572026-07-28T02:53:28.882Zuser 18:59.293658783
34582026-07-28T02:53:28.882Zsys 4:09.517889911
34592026-07-28T02:53:28.882Ztrap 0.280514086
34602026-07-28T02:53:28.882Ztflt 0.006663896
34612026-07-28T02:53:28.882Zdflt 0.071879892
34622026-07-28T02:53:28.882Zkflt 0.000032850
34632026-07-28T02:53:28.882Zlock 7:01:12.372888297
34642026-07-28T02:53:28.882Zslp 2:26:51.764154358
34652026-07-28T02:53:28.882Zlat 34.713106937
34662026-07-28T02:53:28.882Zstop 2:06.633742984
34672026-07-28T02:53:28.882Zprocess exited: duration 815326 ms, exit code 0
 
34682026-07-28T02:53:28.889Zfound 0 output files