01KYWFE74KD2F26JNWW9A9SB1V: clippy (helios)

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

Buildomat Job: 01KYWFEMARJVZ48KTCGW5B141Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-31T16:18:13.578Zjob assigned to worker 01KYWFEW4MMXS17XT12J1C0HTN [factory aws, i-04d93658a95d0cc23] (queued for 49 s)
 
22026-07-31T16:18:20.198Zstarting task 0: "setup"
32026-07-31T16:18:20.202Z++ uname -s
42026-07-31T16:18:20.205Z+ kern=SunOS
52026-07-31T16:18:20.205Z+ build_user=build
62026-07-31T16:18:20.205Z+ build_uid=12345
72026-07-31T16:18:20.206Z+ work_dir=/work
82026-07-31T16:18:20.206Z+ input_dir=/input
92026-07-31T16:18:20.206Z+ [[ 0 == 12345 ]]
102026-07-31T16:18:20.206Z+ case "$kern" in
112026-07-31T16:18:20.206Z+ groupadd -g 12345 build
122026-07-31T16:18:20.206Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-31T16:18:22.212Z+ zfs create -o mountpoint=/work rpool/work
142026-07-31T16:18:22.287Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-31T16:18:22.290Z+ home_fs=zfs
162026-07-31T16:18:22.290Z+ [[ zfs == autofs ]]
172026-07-31T16:18:22.290Z+ mkdir -p /home/build
182026-07-31T16:18:22.290Z+ chown build:build /home/build /work
192026-07-31T16:18:24.291Z+ chmod 0700 /home/build /work
202026-07-31T16:18:24.294Zprocess exited: duration 4097 ms, exit code 0
 
212026-07-31T16:18:24.301Zstarting task 1: "rust-toolchain"
222026-07-31T16:18:24.304Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-31T16:18:24.304Z * rust toolchain channel = "1.97.1"
242026-07-31T16:18:24.304Z * rust toolchain profile = "default"
252026-07-31T16:18:24.304Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-31T16:18:24.304Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-31T16:18:24.305Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-31T16:18:24.308Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-31T16:18:24.308Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-31T16:18:24.418Zinfo: downloading installer
312026-07-31T16:18:25.803Zwarn: It looks like you have an existing rustup settings file at:
322026-07-31T16:18:25.803Zwarn: /home/build/.rustup/settings.toml
332026-07-31T16:18:25.803Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-31T16:18:25.803Zwarn: instead of the one inferred from the default host triple.
352026-07-31T16:18:25.816Zinfo: profile set to default
362026-07-31T16:18:25.816Zinfo: default host triple is x86_64-unknown-illumos
372026-07-31T16:18:25.819Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-31T16:18:25.956Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-31T16:18:25.959Zinfo: downloading 6 components
402026-07-31T16:18:41.615Z
412026-07-31T16:18:41.615Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-07-31T16:18:41.642Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-31T16:18:41.642Z
442026-07-31T16:18:41.642Z
452026-07-31T16:18:41.642ZRust is installed now. Great!
462026-07-31T16:18:41.642Z
472026-07-31T16:18:41.642ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-31T16:18:41.642Zenvironment variable. This has not been done automatically.
492026-07-31T16:18:41.642Z
502026-07-31T16:18:41.642ZTo configure your current shell, you need to source
512026-07-31T16:18:41.642Zthe corresponding env file under $HOME/.cargo.
522026-07-31T16:18:41.642Z
532026-07-31T16:18:41.642ZThis is usually done by running one of the following (note the leading DOT):
542026-07-31T16:18:41.645Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-31T16:18:41.645Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-31T16:18:41.645Zsource "~/.cargo/env.nu" # For nushell
572026-07-31T16:18:41.645Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-31T16:18:41.645Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-31T16:18:41.645Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-31T16:18:41.645Zwarn: no default linker (`cc`) was found in your PATH
612026-07-31T16:18:41.646Zwarn: many Rust crates require a system C toolchain to build
622026-07-31T16:18:41.730Z+ rustup --version
632026-07-31T16:18:41.740Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-31T16:18:41.743Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-31T16:18:41.759Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-31T16:18:41.762Z+ cargo --version
672026-07-31T16:18:41.776Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-31T16:18:41.779Z+ rustc --version
692026-07-31T16:18:41.798Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-31T16:18:41.801Zprocess exited: duration 17500 ms, exit code 0
 
712026-07-31T16:18:41.807Zstarting task 2: "authentication"
722026-07-31T16:18:41.824Zprocess exited: duration 16 ms, exit code 0
 
732026-07-31T16:18:41.830Zstarting task 3: "clone repository"
742026-07-31T16:18:41.834Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-31T16:18:41.837Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-31T16:18:41.867ZCloning into '/work/oxidecomputer/omicron'...
772026-07-31T16:18:58.449Z+ cd /work/oxidecomputer/omicron
782026-07-31T16:18:58.449Z+ git fetch origin 8f015fef7c09eff3459602f9b6f13b0d01d55616
792026-07-31T16:18:58.765ZFrom https://github.com/oxidecomputer/omicron
802026-07-31T16:18:58.765Z * branch 8f015fef7c09eff3459602f9b6f13b0d01d55616 -> FETCH_HEAD
812026-07-31T16:18:58.776Z+ [[ -n multirack-join-service ]]
822026-07-31T16:18:58.779Z++ git branch --show-current
832026-07-31T16:18:58.779Z+ current=main
842026-07-31T16:18:58.779Z+ [[ main != multirack-join-service ]]
852026-07-31T16:18:58.779Z+ git branch -f multirack-join-service 8f015fef7c09eff3459602f9b6f13b0d01d55616
862026-07-31T16:18:58.782Z+ git checkout -f multirack-join-service
872026-07-31T16:18:59.032ZSwitched to branch 'multirack-join-service'
882026-07-31T16:18:59.035Z+ git reset --hard 8f015fef7c09eff3459602f9b6f13b0d01d55616
892026-07-31T16:18:59.060ZHEAD is now at 8f015fef7 openapi
902026-07-31T16:18:59.063Zprocess exited: duration 17230 ms, exit code 0
 
912026-07-31T16:18:59.070Zstarting task 4: "build"
922026-07-31T16:18:59.074Z+ source ./env.sh
932026-07-31T16:18:59.077Z++ OLD_SHELL_OPTS=ehxB
942026-07-31T16:18:59.077Z++ set -o xtrace
952026-07-31T16:18:59.077Z++++ dirname ./env.sh
962026-07-31T16:18:59.080Z+++ readlink -f .
972026-07-31T16:18:59.080Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-31T16:18:59.080Z++ 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-31T16:18:59.080Z++ 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-31T16:18:59.080Z++ 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-31T16:18:59.080Z++ 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-31T16:18:59.080Z++ 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-31T16:18:59.080Z++ 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-31T16:18:59.080Z++ 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-31T16:18:59.080Z++ 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-31T16:18:59.080Z++ 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-31T16:18:59.080Z++ 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-31T16:18:59.080Z++ case $OLD_SHELL_OPTS in
1092026-07-31T16:18:59.080Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-31T16:18:59.080Z+ source .github/buildomat/ci-env.sh
1112026-07-31T16:18:59.080Z++ export CARGO_TERM_COLOR=always
1122026-07-31T16:18:59.081Z++ CARGO_TERM_COLOR=always
1132026-07-31T16:18:59.084Z+++ uname -s
1142026-07-31T16:18:59.084Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-31T16:18:59.084Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-31T16:18:59.084Z+ cargo --version
1172026-07-31T16:18:59.091Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-07-31T16:18:59.095Z+ rustc --version
1192026-07-31T16:18:59.114Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-07-31T16:18:59.117Z+ banner prerequisites
1212026-07-31T16:18:59.120Z
1222026-07-31T16:18:59.121Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-31T16:18:59.121Z # # # # # # # # # # # # # # #
1242026-07-31T16:18:59.121Z # # # # ##### # # ##### # # # # # #### #
1252026-07-31T16:18:59.121Z ##### ##### # ##### # # # # # # # # #
1262026-07-31T16:18:59.121Z # # # # # # # # # # # # # # #
1272026-07-31T16:18:59.121Z # # # ###### # # ###### ### # #### # #### #
1282026-07-31T16:18:59.121Z
1292026-07-31T16:18:59.121Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-31T16:19:00.821Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-31T16:19:01.058Z Startup: Caching catalogs ... Done
1322026-07-31T16:19:02.230ZPlanning: Solver setup ... Done (1.090s)
1332026-07-31T16:19:02.273ZPlanning: Running solver ... Done (0.044s)
1342026-07-31T16:19:02.304ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-31T16:19:02.316ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-31T16:19:02.338ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-31T16:19:02.351ZPlanning: Package planning ... Done (0.013s)
1382026-07-31T16:19:02.354ZPlanning: Merging actions ... Done (0.002s)
1392026-07-31T16:19:02.562ZPlanning: Checking for conflicting actions ... Done (0.209s)
1402026-07-31T16:19:02.567ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-31T16:19:03.315ZPlanning: Evaluating mediators ... Done (0.752s)
1422026-07-31T16:19:03.319ZPlanning: Planning completed in 2.23 seconds
1432026-07-31T16:19:03.324Z Packages to install: 2
1442026-07-31T16:19:03.324Z Estimated space available: 156.02 GB
1452026-07-31T16:19:03.324ZEstimated space to be consumed: 55.06 MB
1462026-07-31T16:19:03.324Z Create boot environment: No
1472026-07-31T16:19:03.324ZCreate backup boot environment: No
1482026-07-31T16:19:03.327Z Rebuild boot archive: No
1492026-07-31T16:19:03.327Z
1502026-07-31T16:19:03.327ZChanged packages:
1512026-07-31T16:19:03.327Zhelios
1522026-07-31T16:19:03.327Z developer/build-essential
1532026-07-31T16:19:03.327Z None -> 11-3.0
1542026-07-31T16:19:03.328Z library/libxmlsec1
1552026-07-31T16:19:03.328Z None -> 1.2.35-3.0
1562026-07-31T16:19:03.348Z
1572026-07-31T16:19:03.348ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-31T16:19:03.418ZDownload: Completed 1.28 MB in 0.07 seconds (18.3M/s)
1592026-07-31T16:19:03.507Z Actions: 1/268 actions (Installing new actions)
1602026-07-31T16:19:03.545Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-31T16:19:03.569ZFinalize: Updating package state database ... Done (0.023s)
1622026-07-31T16:19:03.573ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-31T16:19:03.630ZFinalize: Updating image state ... Done (0.062s)
1642026-07-31T16:19:06.051ZFinalize: Creating fast lookup database ... Done (2.383s)
1652026-07-31T16:19:06.120ZFinalize: Reading search index ... Done (0.012s)
1662026-07-31T16:19:06.124ZFinalize: Updating search index ... Done (0.000s)
1672026-07-31T16:19:06.246ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-31T16:19:06.586ZPlanning: Evaluating mediator changes ... Done
1692026-07-31T16:19:06.691ZPlanning: Checking for conflicting actions ... Done
1702026-07-31T16:19:06.695ZPlanning: Consolidating action changes ... Done
1712026-07-31T16:19:06.849ZPlanning: Evaluating mediators ... Done
1722026-07-31T16:19:06.855ZPlanning: Planning completed in 0.26 seconds
1732026-07-31T16:19:06.871Z Mediators to change: 2
1742026-07-31T16:19:06.871Z Create boot environment: No
1752026-07-31T16:19:06.871ZCreate backup boot environment: No
1762026-07-31T16:19:06.919ZFinalize: Updating package state database ... Done
1772026-07-31T16:19:06.919ZFinalize: Updating package cache ... Done
1782026-07-31T16:19:06.952ZFinalize: Updating image state ... Done
1792026-07-31T16:19:08.908ZFinalize: Creating fast lookup database ... Done
1802026-07-31T16:19:08.973ZFinalize: Reading search index ... Done
1812026-07-31T16:19:08.976ZFinalize: Updating search index ... Done
1822026-07-31T16:19:09.037ZFinalize: Updating package cache ... Done
1832026-07-31T16:19:09.326ZPlanning: Evaluating mediator changes ... Done
1842026-07-31T16:19:09.431ZPlanning: Checking for conflicting actions ... Done
1852026-07-31T16:19:09.434ZPlanning: Consolidating action changes ... Done
1862026-07-31T16:19:09.587ZPlanning: Evaluating mediators ... Done
1872026-07-31T16:19:09.591ZPlanning: Planning completed in 0.26 seconds
1882026-07-31T16:19:09.610Z Mediators to change: 1
1892026-07-31T16:19:09.611Z Create boot environment: No
1902026-07-31T16:19:09.614ZCreate backup boot environment: No
1912026-07-31T16:19:09.650ZFinalize: Updating package state database ... Done
1922026-07-31T16:19:09.650ZFinalize: Updating package cache ... Done
1932026-07-31T16:19:09.684ZFinalize: Updating image state ... Done
1942026-07-31T16:19:11.638ZFinalize: Creating fast lookup database ... Done
1952026-07-31T16:19:11.704ZFinalize: Reading search index ... Done
1962026-07-31T16:19:11.707ZFinalize: Updating search index ... Done
1972026-07-31T16:19:11.760ZFinalize: Updating package cache ... Done
1982026-07-31T16:19:12.073ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-31T16:19:12.074Zapache system 2.4 system
2002026-07-31T16:19:12.074Zclang system 15 system
2012026-07-31T16:19:12.074Zcsh system system illumos
2022026-07-31T16:19:12.074Zctags system system illumos
2032026-07-31T16:19:12.074Zfile vendor vendor darwinsys
2042026-07-31T16:19:12.074Zfile system system illumos
2052026-07-31T16:19:12.074Zgcc vendor 14 vendor
2062026-07-31T16:19:12.074Zgcc system 13 system
2072026-07-31T16:19:12.074Zgcc system 10 system
2082026-07-31T16:19:12.074Zgo system 1.25 system
2092026-07-31T16:19:12.074Zllvm system 15 system
2102026-07-31T16:19:12.074Zmariadb system 11.4 system
2112026-07-31T16:19:12.074Zmta vendor vendor dma
2122026-07-31T16:19:12.074Zopenjdk system 17 system
2132026-07-31T16:19:12.074Zopenjdk system 11 system
2142026-07-31T16:19:12.074Zopenssl vendor 3 vendor
2152026-07-31T16:19:12.074Zperl system 5.40 system
2162026-07-31T16:19:12.074Zpostgresql system 18 system
2172026-07-31T16:19:12.074Zpostgresql system 17 system
2182026-07-31T16:19:12.074Zpython vendor 3 vendor
2192026-07-31T16:19:12.074Zpython system 2 system
2202026-07-31T16:19:12.074Zpython3 vendor 3.13 vendor
2212026-07-31T16:19:12.074Zruby system 3.4 system
2222026-07-31T16:19:12.074Zruby system 3.0 system
2232026-07-31T16:19:12.074Zwords vendor vendor american-english
2242026-07-31T16:19:12.074Zwords system system australian-english
2252026-07-31T16:19:12.074Zwords system system british-english
2262026-07-31T16:19:12.074Zwords system system canadian-english
2272026-07-31T16:19:12.074Zwords system system french
2282026-07-31T16:19:12.074Zwords system system italian
2292026-07-31T16:19:12.074Zwords system system ngerman
2302026-07-31T16:19:12.074Zwords system system ogerman
2312026-07-31T16:19:12.074Zwords system system spanish
2322026-07-31T16:19:12.332ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-31T16:19:12.332Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-31T16:19:12.728ZFMRI IFO
2352026-07-31T16:19:12.728Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-31T16:19:12.729Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-31T16:19:12.729Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-31T16:19:12.729Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-31T16:19:12.729Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-31T16:19:12.729Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-31T16:19:12.729Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-31T16:19:12.729Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-31T16:19:12.729Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-31T16:19:13.030Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-31T16:19:13.350Z Updating crates.io index
2462026-07-31T16:19:13.353Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-31T16:19:13.622Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-31T16:19:13.959Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-31T16:19:14.975Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-31T16:19:15.590Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-31T16:19:19.635Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-31T16:19:20.614Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-31T16:19:20.886Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-31T16:19:21.316Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-31T16:19:22.557Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-31T16:19:22.917Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-31T16:19:23.224Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-31T16:19:23.556Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-31T16:19:24.346Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-31T16:19:24.893Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-31T16:19:25.286Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-31T16:19:25.709Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-31T16:19:26.276Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-31T16:19:26.608Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-31T16:19:26.871Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-31T16:19:27.106Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-31T16:19:27.473Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-31T16:19:27.953Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-31T16:19:28.301Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-31T16:19:28.548Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-31T16:19:29.023Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-31T16:19:29.304Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-07-31T16:19:30.698Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-07-31T16:19:31.178Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-07-31T16:19:31.401Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762026-07-31T16:19:31.741Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-07-31T16:19:32.177Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-07-31T16:19:32.592Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-07-31T16:19:32.918Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-07-31T16:19:33.258Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-07-31T16:19:33.553Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-07-31T16:19:34.046Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-07-31T16:19:34.331Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-07-31T16:19:34.878Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-07-31T16:19:35.609Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-07-31T16:19:35.922Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-07-31T16:19:39.253Z Downloading crates ...
2882026-07-31T16:19:39.300Z Downloaded anstyle-query v1.1.5
2892026-07-31T16:19:39.309Z Downloaded cpufeatures v0.2.17
2902026-07-31T16:19:39.319Z Downloaded zmij v1.0.21
2912026-07-31T16:19:39.323Z Downloaded swrite v0.1.0
2922026-07-31T16:19:39.323Z Downloaded plain v0.2.3
2932026-07-31T16:19:39.333Z Downloaded zerocopy v0.7.35
2942026-07-31T16:19:39.342Z Downloaded colorchoice v1.0.4
2952026-07-31T16:19:39.345Z Downloaded fastrand v2.3.0
2962026-07-31T16:19:39.345Z Downloaded macaddr v1.0.1
2972026-07-31T16:19:39.345Z Downloaded thiserror-impl v1.0.69
2982026-07-31T16:19:39.349Z Downloaded sha2 v0.10.9
2992026-07-31T16:19:39.349Z Downloaded crypto-common v0.1.7
3002026-07-31T16:19:39.378Z Downloaded itoa v1.0.17
3012026-07-31T16:19:39.378Z Downloaded anstream v1.0.0
3022026-07-31T16:19:39.378Z Downloaded byteorder v1.5.0
3032026-07-31T16:19:39.378Z Downloaded anstyle-parse v1.0.0
3042026-07-31T16:19:39.378Z Downloaded generic-array v0.14.7
3052026-07-31T16:19:39.378Z Downloaded fnv v1.0.7
3062026-07-31T16:19:39.378Z Downloaded heck v0.4.1
3072026-07-31T16:19:39.378Z Downloaded dof v0.3.0
3082026-07-31T16:19:39.378Z Downloaded indexmap v2.14.0
3092026-07-31T16:19:39.384Z Downloaded block-buffer v0.10.4
3102026-07-31T16:19:39.387Z Downloaded is_terminal_polyfill v1.70.2
3112026-07-31T16:19:39.390Z Downloaded equivalent v1.0.2
3122026-07-31T16:19:39.393Z Downloaded toml_write v0.1.2
3132026-07-31T16:19:39.393Z Downloaded smawk v0.3.2
3142026-07-31T16:19:39.397Z Downloaded usdt-macro v0.5.0
3152026-07-31T16:19:39.400Z Downloaded dtrace-parser v0.2.0
3162026-07-31T16:19:39.400Z Downloaded errno v0.3.14
3172026-07-31T16:19:39.400Z Downloaded terminal_size v0.4.3
3182026-07-31T16:19:39.403Z Downloaded thread-id v4.2.2
3192026-07-31T16:19:39.404Z Downloaded cargo-platform v0.3.2
3202026-07-31T16:19:39.407Z Downloaded heck v0.5.0
3212026-07-31T16:19:39.407Z Downloaded strsim v0.11.1
3222026-07-31T16:19:39.410Z Downloaded memmap v0.7.0
3232026-07-31T16:19:39.410Z Downloaded autocfg v1.5.0
3242026-07-31T16:19:39.413Z Downloaded toml_datetime v0.6.11
3252026-07-31T16:19:39.413Z Downloaded anstyle v1.0.14
3262026-07-31T16:19:39.417Z Downloaded bytecount v0.6.9
3272026-07-31T16:19:39.417Z Downloaded cargo_toml v0.21.0
3282026-07-31T16:19:39.417Z Downloaded proc-macro-error v1.0.4
3292026-07-31T16:19:39.420Z Downloaded utf8parse v0.2.2
3302026-07-31T16:19:39.424Z Downloaded pretty-hex v0.4.1
3312026-07-31T16:19:39.427Z Downloaded usdt-attr-macro v0.5.0
3322026-07-31T16:19:39.430Z Downloaded cfg-if v1.0.4
3332026-07-31T16:19:39.436Z Downloaded version_check v0.9.5
3342026-07-31T16:19:39.439Z Downloaded clap_lex v1.0.0
3352026-07-31T16:19:39.439Z Downloaded serde_spanned v0.6.9
3362026-07-31T16:19:39.453Z Downloaded unicode-linebreak v0.1.5
3372026-07-31T16:19:39.457Z Downloaded tabled_derive v0.7.0
3382026-07-31T16:19:39.460Z Downloaded proc-macro-error-attr v1.0.4
3392026-07-31T16:19:39.460Z Downloaded scroll_derive v0.12.1
3402026-07-31T16:19:39.468Z Downloaded usdt v0.5.0
3412026-07-31T16:19:39.474Z Downloaded thiserror v2.0.18
3422026-07-31T16:19:39.474Z Downloaded thiserror v1.0.69
3432026-07-31T16:19:39.478Z Downloaded cargo_metadata v0.23.1
3442026-07-31T16:19:39.478Z Downloaded pest v2.8.6
3452026-07-31T16:19:39.482Z Downloaded log v0.4.29
3462026-07-31T16:19:39.485Z Downloaded quote v1.0.45
3472026-07-31T16:19:39.489Z Downloaded serde_tokenstream v0.2.3
3482026-07-31T16:19:39.516Z Downloaded scroll v0.12.0
3492026-07-31T16:19:39.521Z Downloaded thiserror-impl v2.0.18
3502026-07-31T16:19:39.521Z Downloaded digest v0.10.7
3512026-07-31T16:19:39.521Z Downloaded fs-err v3.3.0
3522026-07-31T16:19:39.521Z Downloaded once_cell v1.21.3
3532026-07-31T16:19:39.521Z Downloaded pest_derive v2.8.6
3542026-07-31T16:19:39.521Z Downloaded usdt-impl v0.5.0
3552026-07-31T16:19:39.521Z Downloaded camino v1.2.2
3562026-07-31T16:19:39.522Z Downloaded bitflags v2.11.0
3572026-07-31T16:19:39.522Z Downloaded clap_derive v4.6.1
3582026-07-31T16:19:39.529Z Downloaded camino-tempfile v1.4.1
3592026-07-31T16:19:39.537Z Downloaded ucd-trie v0.1.7
3602026-07-31T16:19:39.543Z Downloaded papergrid v0.11.0
3612026-07-31T16:19:39.543Z Downloaded serde v1.0.228
3622026-07-31T16:19:39.551Z Downloaded pest_generator v2.8.6
3632026-07-31T16:19:39.551Z Downloaded semver v1.0.28
3642026-07-31T16:19:39.551Z Downloaded zerocopy-derive v0.7.35
3652026-07-31T16:19:39.551Z Downloaded serde_derive v1.0.228
3662026-07-31T16:19:39.556Z Downloaded textwrap v0.16.2
3672026-07-31T16:19:39.556Z Downloaded toml v0.8.23
3682026-07-31T16:19:39.556Z Downloaded unicode-ident v1.0.24
3692026-07-31T16:19:39.562Z Downloaded serde_core v1.0.228
3702026-07-31T16:19:39.579Z Downloaded anyhow v1.0.102
3712026-07-31T16:19:39.579Z Downloaded pest_meta v2.8.6
3722026-07-31T16:19:39.579Z Downloaded getrandom v0.4.1
3732026-07-31T16:19:39.587Z Downloaded proc-macro2 v1.0.106
3742026-07-31T16:19:39.587Z Downloaded toml_edit v0.22.27
3752026-07-31T16:19:39.587Z Downloaded tempfile v3.25.0
3762026-07-31T16:19:39.597Z Downloaded clap v4.6.1
3772026-07-31T16:19:39.607Z Downloaded memchr v2.8.0
3782026-07-31T16:19:39.616Z Downloaded serde_json v1.0.151
3792026-07-31T16:19:39.642Z Downloaded typenum v1.20.1
3802026-07-31T16:19:39.660Z Downloaded goblin v0.8.2
3812026-07-31T16:19:39.668Z Downloaded hashbrown v0.17.0
3822026-07-31T16:19:39.680Z Downloaded clap_builder v4.6.0
3832026-07-31T16:19:39.698Z Downloaded winnow v0.7.14
3842026-07-31T16:19:39.703Z Downloaded unicode-width v0.1.14
3852026-07-31T16:19:39.704Z Downloaded syn v2.0.117
3862026-07-31T16:19:39.707Z Downloaded syn v1.0.109
3872026-07-31T16:19:39.711Z Downloaded tabled v0.15.0
3882026-07-31T16:19:39.733Z Downloaded unicode-width v0.2.0
3892026-07-31T16:19:39.752Z Downloaded rustix v1.1.3
3902026-07-31T16:19:39.776Z Downloaded libc v0.2.185
3912026-07-31T16:19:39.846Z Compiling proc-macro2 v1.0.106
3922026-07-31T16:19:39.847Z Compiling quote v1.0.45
3932026-07-31T16:19:39.847Z Compiling unicode-ident v1.0.24
3942026-07-31T16:19:39.892Z Compiling serde_core v1.0.228
3952026-07-31T16:19:39.892Z Compiling libc v0.2.185
3962026-07-31T16:19:39.892Z Compiling version_check v0.9.5
3972026-07-31T16:19:39.892Z Compiling memchr v2.8.0
3982026-07-31T16:19:39.893Z Compiling serde v1.0.228
3992026-07-31T16:19:40.119Z Compiling zmij v1.0.21
4002026-07-31T16:19:40.370Z Compiling ucd-trie v0.1.7
4012026-07-31T16:19:40.374Z Compiling thiserror v1.0.69
4022026-07-31T16:19:40.633Z Compiling itoa v1.0.17
4032026-07-31T16:19:40.649Z Compiling pest v2.8.6
4042026-07-31T16:19:40.810Z Compiling byteorder v1.5.0
4052026-07-31T16:19:40.827Z Compiling rustix v1.1.3
4062026-07-31T16:19:40.843Z Compiling errno v0.3.14
4072026-07-31T16:19:41.034Z Compiling serde_json v1.0.151
4082026-07-31T16:19:41.064Z Compiling bitflags v2.11.0
4092026-07-31T16:19:41.221Z Compiling syn v2.0.117
4102026-07-31T16:19:41.270Z Compiling thread-id v4.2.2
4112026-07-31T16:19:41.284Z Compiling usdt-impl v0.5.0
4122026-07-31T16:19:41.361Z Compiling proc-macro-error-attr v1.0.4
4132026-07-31T16:19:41.459Z Compiling syn v1.0.109
4142026-07-31T16:19:41.502Z Compiling camino v1.2.2
4152026-07-31T16:19:41.699Z Compiling pest_meta v2.8.6
4162026-07-31T16:19:41.824Z Compiling proc-macro-error v1.0.4
4172026-07-31T16:19:41.894Z Compiling utf8parse v0.2.2
4182026-07-31T16:19:41.913Z Compiling hashbrown v0.17.0
4192026-07-31T16:19:42.009Z Compiling getrandom v0.4.1
4202026-07-31T16:19:42.026Z Compiling equivalent v1.0.2
4212026-07-31T16:19:42.116Z Compiling plain v0.2.3
4222026-07-31T16:19:42.329Z Compiling log v0.4.29
4232026-07-31T16:19:42.393Z Compiling terminal_size v0.4.3
4242026-07-31T16:19:42.485Z Compiling indexmap v2.14.0
4252026-07-31T16:19:42.646Z Compiling anstyle-parse v1.0.0
4262026-07-31T16:19:43.114Z Compiling winnow v0.7.14
4272026-07-31T16:19:43.131Z Compiling anstyle-query v1.1.5
4282026-07-31T16:19:43.225Z Compiling toml_write v0.1.2
4292026-07-31T16:19:43.246Z Compiling cfg-if v1.0.4
4302026-07-31T16:19:43.263Z Compiling is_terminal_polyfill v1.70.2
4312026-07-31T16:19:43.316Z Compiling pretty-hex v0.4.1
4322026-07-31T16:19:43.364Z Compiling anstyle v1.0.14
4332026-07-31T16:19:43.381Z Compiling colorchoice v1.0.4
4342026-07-31T16:19:43.423Z Compiling thiserror v2.0.18
4352026-07-31T16:19:43.455Z Compiling autocfg v1.5.0
4362026-07-31T16:19:43.537Z Compiling pest_generator v2.8.6
4372026-07-31T16:19:43.581Z Compiling anstream v1.0.0
4382026-07-31T16:19:43.873Z Compiling fs-err v3.3.0
4392026-07-31T16:19:43.890Z Compiling clap_lex v1.0.0
4402026-07-31T16:19:43.952Z Compiling bytecount v0.6.9
4412026-07-31T16:19:44.058Z Compiling anyhow v1.0.102
4422026-07-31T16:19:44.077Z Compiling unicode-width v0.1.14
4432026-07-31T16:19:44.119Z Compiling fnv v1.0.7
4442026-07-31T16:19:44.135Z Compiling fastrand v2.3.0
4452026-07-31T16:19:44.217Z Compiling heck v0.5.0
4462026-07-31T16:19:44.234Z Compiling once_cell v1.21.3
4472026-07-31T16:19:44.355Z Compiling heck v0.4.1
4482026-07-31T16:19:44.372Z Compiling strsim v0.11.1
4492026-07-31T16:19:44.458Z Compiling tempfile v3.25.0
4502026-07-31T16:19:44.462Z Compiling papergrid v0.11.0
4512026-07-31T16:19:44.565Z Compiling clap_builder v4.6.0
4522026-07-31T16:19:44.606Z Compiling semver v1.0.28
4532026-07-31T16:19:44.659Z Compiling tabled_derive v0.7.0
4542026-07-31T16:19:44.677Z Compiling cargo-platform v0.3.2
4552026-07-31T16:19:44.706Z Compiling memmap v0.7.0
4562026-07-31T16:19:44.825Z Compiling unicode-width v0.2.0
4572026-07-31T16:19:44.889Z Compiling smawk v0.3.2
4582026-07-31T16:19:44.923Z Compiling unicode-linebreak v0.1.5
4592026-07-31T16:19:45.027Z Compiling camino-tempfile v1.4.1
4602026-07-31T16:19:45.155Z Compiling serde_derive v1.0.228
4612026-07-31T16:19:45.171Z Compiling thiserror-impl v1.0.69
4622026-07-31T16:19:45.226Z Compiling zerocopy-derive v0.7.35
4632026-07-31T16:19:45.252Z Compiling pest_derive v2.8.6
4642026-07-31T16:19:45.437Z Compiling scroll_derive v0.12.1
4652026-07-31T16:19:45.544Z Compiling thiserror-impl v2.0.18
4662026-07-31T16:19:45.693Z Compiling clap_derive v4.6.1
4672026-07-31T16:19:45.857Z Compiling tabled v0.15.0
4682026-07-31T16:19:46.079Z Compiling zerocopy v0.7.35
4692026-07-31T16:19:46.100Z Compiling scroll v0.12.0
4702026-07-31T16:19:46.375Z Compiling goblin v0.8.2
4712026-07-31T16:19:46.515Z Compiling dtrace-parser v0.2.0
4722026-07-31T16:19:46.626Z Compiling textwrap v0.16.2
4732026-07-31T16:19:47.047Z Compiling swrite v0.1.0
4742026-07-31T16:19:47.443Z Compiling clap v4.6.1
4752026-07-31T16:19:48.147Z Compiling dof v0.3.0
4762026-07-31T16:19:48.147Z Compiling serde_tokenstream v0.2.3
4772026-07-31T16:19:48.151Z Compiling toml_datetime v0.6.11
4782026-07-31T16:19:48.151Z Compiling serde_spanned v0.6.9
4792026-07-31T16:19:48.151Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-07-31T16:19:48.225Z Compiling cargo_metadata v0.23.1
4812026-07-31T16:19:48.242Z Compiling macaddr v1.0.1
4822026-07-31T16:19:48.350Z Compiling toml_edit v0.22.27
4832026-07-31T16:19:48.948Z Compiling usdt-attr-macro v0.5.0
4842026-07-31T16:19:48.973Z Compiling usdt-macro v0.5.0
4852026-07-31T16:19:49.546Z Compiling usdt v0.5.0
4862026-07-31T16:19:49.660Z Compiling toml v0.8.23
4872026-07-31T16:19:49.984Z Compiling cargo_toml v0.21.0
4882026-07-31T16:19:51.227Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892026-07-31T16:19:53.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.40s
4902026-07-31T16:19:53.479Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4912026-07-31T16:19:53.993Z Downloading crates ...
4922026-07-31T16:19:54.057Z Downloaded adler2 v2.0.1
4932026-07-31T16:19:54.060Z Downloaded anstyle-parse v0.2.7
4942026-07-31T16:19:54.060Z Downloaded argon2 v0.5.3
4952026-07-31T16:19:54.064Z Downloaded atomic-waker v1.1.2
4962026-07-31T16:19:54.067Z Downloaded convert_case v0.4.0
4972026-07-31T16:19:54.067Z Downloaded bit-set v0.8.0
4982026-07-31T16:19:54.067Z Downloaded array-init v0.0.4
4992026-07-31T16:19:54.070Z Downloaded arc-swap v1.8.2
5002026-07-31T16:19:54.070Z Downloaded base16ct v0.2.0
5012026-07-31T16:19:54.070Z Downloaded endian-type v0.1.2
5022026-07-31T16:19:54.073Z Downloaded assert_matches v1.5.0
5032026-07-31T16:19:54.073Z Downloaded bcrypt-pbkdf v0.11.0
5042026-07-31T16:19:54.073Z Downloaded env_logger v0.11.9
5052026-07-31T16:19:54.076Z Downloaded env_filter v1.0.0
5062026-07-31T16:19:54.076Z Downloaded futures-sink v0.3.32
5072026-07-31T16:19:54.076Z Downloaded arrayvec v0.7.6
5082026-07-31T16:19:54.079Z Downloaded async-stream-impl v0.3.6
5092026-07-31T16:19:54.080Z Downloaded atomicwrites v0.4.4
5102026-07-31T16:19:54.080Z Downloaded base16ct v1.0.0
5112026-07-31T16:19:54.080Z Downloaded bit-vec v0.6.3
5122026-07-31T16:19:54.080Z Downloaded foldhash v0.1.5
5132026-07-31T16:19:54.085Z Downloaded enum-as-inner v0.6.1
5142026-07-31T16:19:54.088Z Downloaded flagset v0.4.7
5152026-07-31T16:19:54.088Z Downloaded ascii-canvas v3.0.0
5162026-07-31T16:19:54.088Z Downloaded async-stream v0.3.6
5172026-07-31T16:19:54.088Z Downloaded form_urlencoded v1.2.2
5182026-07-31T16:19:54.088Z Downloaded float-ord v0.3.2
5192026-07-31T16:19:54.091Z Downloaded funty v2.0.0
5202026-07-31T16:19:54.094Z Downloaded atty v0.2.14
5212026-07-31T16:19:54.094Z Downloaded bitfield-macros v0.19.4
5222026-07-31T16:19:54.094Z Downloaded fallible-iterator v0.2.0
5232026-07-31T16:19:54.099Z Downloaded gethostname v0.5.0
5242026-07-31T16:19:54.099Z Downloaded fixedbitset v0.4.2
5252026-07-31T16:19:54.099Z Downloaded git-stub v1.0.0
5262026-07-31T16:19:54.099Z Downloaded bb8 v0.8.6
5272026-07-31T16:19:54.102Z Downloaded erased-serde v0.3.31
5282026-07-31T16:19:54.102Z Downloaded filetime v0.2.27
5292026-07-31T16:19:54.107Z Downloaded bitfield-struct v0.6.2
5302026-07-31T16:19:54.107Z Downloaded futures-task v0.3.32
5312026-07-31T16:19:54.107Z Downloaded getrandom v0.2.17
5322026-07-31T16:19:54.107Z Downloaded fd-lock v4.0.4
5332026-07-31T16:19:54.110Z Downloaded foreign-types v0.5.0
5342026-07-31T16:19:54.110Z Downloaded async-recursion v1.1.1
5352026-07-31T16:19:54.110Z Downloaded futures-io v0.3.32
5362026-07-31T16:19:54.110Z Downloaded arrayref v0.3.9
5372026-07-31T16:19:54.110Z Downloaded foreign-types-shared v0.1.1
5382026-07-31T16:19:54.115Z Downloaded futures-macro v0.3.32
5392026-07-31T16:19:54.115Z Downloaded enum_dispatch v0.3.13
5402026-07-31T16:19:54.115Z Downloaded half v2.7.1
5412026-07-31T16:19:54.118Z Downloaded ciborium-ll v0.2.2
5422026-07-31T16:19:54.118Z Downloaded fxhash v0.2.1
5432026-07-31T16:19:54.118Z Downloaded backoff v0.4.0
5442026-07-31T16:19:54.123Z Downloaded foreign-types-macros v0.2.3
5452026-07-31T16:19:54.128Z Downloaded compression-core v0.4.31
5462026-07-31T16:19:54.132Z Downloaded hash32 v0.3.1
5472026-07-31T16:19:54.135Z Downloaded foreign-types-shared v0.3.1
5482026-07-31T16:19:54.138Z Downloaded aead v0.5.2
5492026-07-31T16:19:54.141Z Downloaded bitfield v0.19.4
5502026-07-31T16:19:54.141Z Downloaded fixedbitset v0.5.7
5512026-07-31T16:19:54.141Z Downloaded fs-err v2.11.0
5522026-07-31T16:19:54.141Z Downloaded flume v0.11.1
5532026-07-31T16:19:54.144Z Downloaded base64ct v1.8.3
5542026-07-31T16:19:54.144Z Downloaded bitflags v1.3.2
5552026-07-31T16:19:54.147Z Downloaded bit-vec v0.8.0
5562026-07-31T16:19:54.150Z Downloaded home v0.5.12
5572026-07-31T16:19:54.150Z Downloaded async-trait v0.1.89
5582026-07-31T16:19:54.153Z Downloaded bcs v0.1.6
5592026-07-31T16:19:54.154Z Downloaded cobs v0.3.0
5602026-07-31T16:19:54.156Z Downloaded hash32 v0.2.1
5612026-07-31T16:19:54.157Z Downloaded block-padding v0.4.2
5622026-07-31T16:19:54.160Z Downloaded foreign-types v0.3.2
5632026-07-31T16:19:54.160Z Downloaded ghash v0.6.0
5642026-07-31T16:19:54.160Z Downloaded hostname v0.4.2
5652026-07-31T16:19:54.160Z Downloaded futures-core v0.3.32
5662026-07-31T16:19:54.163Z Downloaded hostname v0.3.1
5672026-07-31T16:19:54.166Z Downloaded block-buffer v0.12.1
5682026-07-31T16:19:54.169Z Downloaded cfg_aliases v0.1.1
5692026-07-31T16:19:54.170Z Downloaded headers-core v0.3.0
5702026-07-31T16:19:54.170Z Downloaded hubpack_derive v0.1.1
5712026-07-31T16:19:54.170Z Downloaded hyper-tls v0.6.0
5722026-07-31T16:19:54.170Z Downloaded globwalk v0.9.1
5732026-07-31T16:19:54.173Z Downloaded hex-literal v1.1.0
5742026-07-31T16:19:54.173Z Downloaded cfg_aliases v0.2.1
5752026-07-31T16:19:54.181Z Downloaded nonempty v0.12.0
5762026-07-31T16:19:54.185Z Downloaded ahash v0.8.12
5772026-07-31T16:19:54.185Z Downloaded http-body v1.0.1
5782026-07-31T16:19:54.185Z Downloaded http-range v0.1.5
5792026-07-31T16:19:54.185Z Downloaded httpdate v1.0.3
5802026-07-31T16:19:54.189Z Downloaded password-hash v0.6.1
5812026-07-31T16:19:54.192Z Downloaded hubpack v0.1.2
5822026-07-31T16:19:54.192Z Downloaded ff v0.13.1
5832026-07-31T16:19:54.195Z Downloaded float-cmp v0.10.0
5842026-07-31T16:19:54.202Z Downloaded highway v1.3.0
5852026-07-31T16:19:54.205Z Downloaded castaway v0.2.4
5862026-07-31T16:19:54.205Z Downloaded proc-macro-crate v3.4.0
5872026-07-31T16:19:54.212Z Downloaded find-msvc-tools v0.1.9
5882026-07-31T16:19:54.216Z Downloaded foldhash v0.2.0
5892026-07-31T16:19:54.219Z Downloaded rand_xorshift v0.4.0
5902026-07-31T16:19:54.219Z Downloaded ref-cast-impl v1.0.25
5912026-07-31T16:19:54.219Z Downloaded olpc-cjson v0.1.4
5922026-07-31T16:19:54.222Z Downloaded chacha20 v0.9.1
5932026-07-31T16:19:54.225Z Downloaded aead v0.6.1
5942026-07-31T16:19:54.228Z Downloaded rustc_version v0.4.1
5952026-07-31T16:19:54.232Z Downloaded openssl-probe v0.2.1
5962026-07-31T16:19:54.235Z Downloaded percent-encoding v2.3.2
5972026-07-31T16:19:54.235Z Downloaded futures-executor v0.3.32
5982026-07-31T16:19:54.239Z Downloaded glob v0.3.3
5992026-07-31T16:19:54.242Z Downloaded globset v0.4.18
6002026-07-31T16:19:54.242Z Downloaded hex v0.4.3
6012026-07-31T16:19:54.242Z Downloaded precomputed-hash v0.1.1
6022026-07-31T16:19:54.248Z Downloaded group v0.14.0
6032026-07-31T16:19:54.252Z Downloaded parking_lot_core v0.8.6
6042026-07-31T16:19:54.252Z Downloaded ref-cast v1.0.25
6052026-07-31T16:19:54.255Z Downloaded russh-cryptovec v0.62.0
6062026-07-31T16:19:54.255Z Downloaded scroll_derive v0.13.1
6072026-07-31T16:19:54.255Z Downloaded git-stub-vcs v0.1.0
6082026-07-31T16:19:54.255Z Downloaded semver v0.1.20
6092026-07-31T16:19:54.256Z Downloaded hyper-staticfile v0.10.1
6102026-07-31T16:19:54.258Z Downloaded anstream v0.6.21
6112026-07-31T16:19:54.262Z Downloaded async-bb8-diesel v0.2.1
6122026-07-31T16:19:54.264Z Downloaded cipher v0.5.2
6132026-07-31T16:19:54.265Z Downloaded group v0.13.0
6142026-07-31T16:19:54.265Z Downloaded http-body-util v0.1.3
6152026-07-31T16:19:54.268Z Downloaded signal-hook-tokio v0.3.1
6162026-07-31T16:19:54.268Z Downloaded ciborium-io v0.2.2
6172026-07-31T16:19:54.268Z Downloaded byte-wrapper v0.1.0
6182026-07-31T16:19:54.268Z Downloaded getrandom v0.3.4
6192026-07-31T16:19:54.271Z Downloaded signature v2.2.0
6202026-07-31T16:19:54.271Z Downloaded cipher v0.4.4
6212026-07-31T16:19:54.271Z Downloaded constant_time_eq v0.4.2
6222026-07-31T16:19:54.274Z Downloaded bs58 v0.5.1
6232026-07-31T16:19:54.274Z Downloaded polyval v0.7.1
6242026-07-31T16:19:54.274Z Downloaded primefield v0.14.0
6252026-07-31T16:19:54.274Z Downloaded camino-tempfile-ext v0.3.3
6262026-07-31T16:19:54.277Z Downloaded hmac v0.13.0
6272026-07-31T16:19:54.277Z Downloaded hybrid-array v0.4.13
6282026-07-31T16:19:54.277Z Downloaded strum v0.27.2
6292026-07-31T16:19:54.277Z Downloaded tabled_derive v0.11.0
6302026-07-31T16:19:54.280Z Downloaded cbc v0.2.1
6312026-07-31T16:19:54.283Z Downloaded ff v0.14.0
6322026-07-31T16:19:54.283Z Downloaded oxnet v0.1.6
6332026-07-31T16:19:54.287Z Downloaded tap v1.0.1
6342026-07-31T16:19:54.287Z Downloaded blake2 v0.10.6
6352026-07-31T16:19:54.287Z Downloaded cassowary v0.3.0
6362026-07-31T16:19:54.287Z Downloaded cmov v0.5.4
6372026-07-31T16:19:54.290Z Downloaded thread-id v5.1.0
6382026-07-31T16:19:54.290Z Downloaded backon v1.6.0
6392026-07-31T16:19:54.293Z Downloaded serde_repr v0.1.20
6402026-07-31T16:19:54.293Z Downloaded tower-service v0.3.3
6412026-07-31T16:19:54.295Z Downloaded progenitor v0.13.0
6422026-07-31T16:19:54.295Z Downloaded psm v0.1.30
6432026-07-31T16:19:54.298Z Downloaded port-file v0.1.0
6442026-07-31T16:19:54.298Z Downloaded resolv-conf v0.7.6
6452026-07-31T16:19:54.302Z Downloaded cexpr v0.6.0
6462026-07-31T16:19:54.302Z Downloaded rusty-fork v0.3.1
6472026-07-31T16:19:54.302Z Downloaded const_format_proc_macros v0.2.34
6482026-07-31T16:19:54.304Z Downloaded compression-codecs v0.4.37
6492026-07-31T16:19:54.304Z Downloaded rustversion v1.0.22
6502026-07-31T16:19:54.307Z Downloaded tower-layer v0.3.3
6512026-07-31T16:19:54.310Z Downloaded slog-envlogger v2.2.0
6522026-07-31T16:19:54.314Z Downloaded untrusted v0.7.1
6532026-07-31T16:19:54.317Z Downloaded termtree v0.5.1
6542026-07-31T16:19:54.320Z Downloaded fs_extra v1.3.0
6552026-07-31T16:19:54.320Z Downloaded hyper-rustls v0.27.7
6562026-07-31T16:19:54.323Z Downloaded serdect v0.4.3
6572026-07-31T16:19:54.323Z Downloaded bit-set v0.5.3
6582026-07-31T16:19:54.323Z Downloaded futures-channel v0.3.32
6592026-07-31T16:19:54.323Z Downloaded half v1.8.3
6602026-07-31T16:19:54.326Z Downloaded num_enum_derive v0.7.6
6612026-07-31T16:19:54.326Z Downloaded bzip2 v0.4.4
6622026-07-31T16:19:54.331Z Downloaded packed_struct v0.10.1
6632026-07-31T16:19:54.334Z Downloaded pem-rfc7468 v1.0.0
6642026-07-31T16:19:54.334Z Downloaded humantime v2.3.0
6652026-07-31T16:19:54.334Z Downloaded hmac v0.12.1
6662026-07-31T16:19:54.337Z Downloaded pem-rfc7468 v0.7.0
6672026-07-31T16:19:54.340Z Downloaded waitgroup v0.1.2
6682026-07-31T16:19:54.343Z Downloaded generic-array v1.4.3
6692026-07-31T16:19:54.343Z Downloaded peg v0.8.5
6702026-07-31T16:19:54.346Z Downloaded wait-timeout v0.2.1
6712026-07-31T16:19:54.346Z Downloaded pem v3.0.6
6722026-07-31T16:19:54.346Z Downloaded ppv-lite86 v0.2.21
6732026-07-31T16:19:54.349Z Downloaded fatfs v0.3.6
6742026-07-31T16:19:54.349Z Downloaded futures v0.3.32
6752026-07-31T16:19:54.353Z Downloaded pkcs8 v0.11.0
6762026-07-31T16:19:54.353Z Downloaded usdt-attr-macro v0.6.0
6772026-07-31T16:19:54.353Z Downloaded xshell-macros v0.2.7
6782026-07-31T16:19:54.353Z Downloaded rustls-pemfile v2.2.0
6792026-07-31T16:19:54.357Z Downloaded snafu-derive v0.8.9
6802026-07-31T16:19:54.357Z Downloaded chacha20 v0.10.0
6812026-07-31T16:19:54.357Z Downloaded static_assertions v1.1.0
6822026-07-31T16:19:54.357Z Downloaded strum_macros v0.26.4
6832026-07-31T16:19:54.361Z Downloaded thread_local v1.1.9
6842026-07-31T16:19:54.361Z Downloaded tokio-native-tls v0.3.1
6852026-07-31T16:19:54.361Z Downloaded bzip2 v0.6.1
6862026-07-31T16:19:54.361Z Downloaded argon2 v0.6.0-rc.8
6872026-07-31T16:19:54.361Z Downloaded const-oid v0.9.6
6882026-07-31T16:19:54.364Z Downloaded buf-list v1.1.2
6892026-07-31T16:19:54.364Z Downloaded clang-sys v1.8.1
6902026-07-31T16:19:54.364Z Downloaded colored v2.2.0
6912026-07-31T16:19:54.368Z Downloaded colored v3.1.1
6922026-07-31T16:19:54.368Z Downloaded zerofrom v0.1.6
6932026-07-31T16:19:54.368Z Downloaded allocator-api2 v0.2.21
6942026-07-31T16:19:54.372Z Downloaded cancel-safe-futures v0.1.5
6952026-07-31T16:19:54.372Z Downloaded console v0.15.11
6962026-07-31T16:19:54.372Z Downloaded crc-catalog v2.4.0
6972026-07-31T16:19:54.375Z Downloaded crypto-common v0.2.2
6982026-07-31T16:19:54.378Z Downloaded ciborium v0.2.2
6992026-07-31T16:19:54.378Z Downloaded shlex v1.3.0
7002026-07-31T16:19:54.381Z Downloaded sec1 v0.8.1
7012026-07-31T16:19:54.381Z Downloaded serde_cbor v0.11.2
7022026-07-31T16:19:54.381Z Downloaded blake2 v0.11.0-rc.6
7032026-07-31T16:19:54.384Z Downloaded unicase v2.9.0
7042026-07-31T16:19:54.384Z Downloaded slog-dtrace v0.3.0
7052026-07-31T16:19:54.384Z Downloaded smf v0.2.3
7062026-07-31T16:19:54.384Z Downloaded spki v0.7.3
7072026-07-31T16:19:54.388Z Downloaded strsim v0.10.0
7082026-07-31T16:19:54.388Z Downloaded utf8_iter v1.0.4
7092026-07-31T16:19:54.388Z Downloaded dirs-sys-next v0.1.2
7102026-07-31T16:19:54.388Z Downloaded display-error-chain v0.2.2
7112026-07-31T16:19:54.391Z Downloaded sqlformat v0.3.5
7122026-07-31T16:19:54.391Z Downloaded termios v0.3.3
7132026-07-31T16:19:54.391Z Downloaded idna_adapter v1.2.1
7142026-07-31T16:19:54.394Z Downloaded lazy_static v1.5.0
7152026-07-31T16:19:54.400Z Downloaded console v0.16.2
7162026-07-31T16:19:54.416Z Downloaded vergen-lib v9.1.0
7172026-07-31T16:19:54.419Z Downloaded rand_core v0.10.0
7182026-07-31T16:19:54.419Z Downloaded toml_writer v1.1.1+spec-1.1.0
7192026-07-31T16:19:54.419Z Downloaded darling_macro v0.21.3
7202026-07-31T16:19:54.422Z Downloaded defmt v0.3.100
7212026-07-31T16:19:54.422Z Downloaded inout v0.2.2
7222026-07-31T16:19:54.422Z Downloaded internet-checksum v0.2.1
7232026-07-31T16:19:54.422Z Downloaded lru v0.12.5
7242026-07-31T16:19:54.425Z Downloaded difflib v0.4.0
7252026-07-31T16:19:54.428Z Downloaded lru-cache v0.1.2
7262026-07-31T16:19:54.428Z Downloaded md-5 v0.10.6
7272026-07-31T16:19:54.433Z Downloaded strum_macros v0.24.3
7282026-07-31T16:19:54.435Z Downloaded daft v0.1.7
7292026-07-31T16:19:54.436Z Downloaded dropshot-api-manager-types v0.7.2
7302026-07-31T16:19:54.439Z Downloaded convert_case v0.10.0
7312026-07-31T16:19:54.439Z Downloaded crossbeam-deque v0.8.6
7322026-07-31T16:19:54.443Z Downloaded ar_archive_writer v0.5.1
7332026-07-31T16:19:54.443Z Downloaded blowfish v0.10.0
7342026-07-31T16:19:54.443Z Downloaded opaque-debug v0.3.1
7352026-07-31T16:19:54.447Z Downloaded path-slash v0.1.5
7362026-07-31T16:19:54.450Z Downloaded powerfmt v0.2.0
7372026-07-31T16:19:54.453Z Downloaded new_debug_unreachable v1.0.6
7382026-07-31T16:19:54.453Z Downloaded newtype_derive v0.1.6
7392026-07-31T16:19:54.457Z Downloaded cmake v0.1.57
7402026-07-31T16:19:54.459Z Downloaded der_derive v0.7.3
7412026-07-31T16:19:54.462Z Downloaded const-oid v0.10.2
7422026-07-31T16:19:54.469Z Downloaded num-conv v0.2.0
7432026-07-31T16:19:54.472Z Downloaded unicode-properties v0.1.4
7442026-07-31T16:19:54.472Z Downloaded either v1.15.0
7452026-07-31T16:19:54.479Z Downloaded rtoolbox v0.0.3
7462026-07-31T16:19:54.482Z Downloaded russh-util v0.52.0
7472026-07-31T16:19:54.482Z Downloaded rustc-hash v2.1.1
7482026-07-31T16:19:54.486Z Downloaded num-traits v0.2.19
7492026-07-31T16:19:54.491Z Downloaded progenitor-impl v0.13.0
7502026-07-31T16:19:54.494Z Downloaded defmt v1.0.1
7512026-07-31T16:19:54.497Z Downloaded heapless v0.8.0
7522026-07-31T16:19:54.500Z Downloaded peg-runtime v0.8.5
7532026-07-31T16:19:54.500Z Downloaded httparse v1.10.1
7542026-07-31T16:19:54.503Z Downloaded vergen v9.1.0
7552026-07-31T16:19:54.503Z Downloaded zerocopy v0.6.6
7562026-07-31T16:19:54.503Z Downloaded flate2 v1.1.9
7572026-07-31T16:19:54.506Z Downloaded md5 v0.8.0
7582026-07-31T16:19:54.506Z Downloaded progenitor-macro v0.13.0
7592026-07-31T16:19:54.506Z Downloaded multer v3.1.0
7602026-07-31T16:19:54.509Z Downloaded stable_deref_trait v1.2.1
7612026-07-31T16:19:54.509Z Downloaded subtle v2.6.1
7622026-07-31T16:19:54.509Z Downloaded base64 v0.22.1
7632026-07-31T16:19:54.513Z Downloaded expectorate v1.2.0
7642026-07-31T16:19:54.516Z Downloaded bytes v1.11.1
7652026-07-31T16:19:54.520Z Downloaded deranged v0.5.8
7662026-07-31T16:19:54.523Z Downloaded num-rational v0.4.2
7672026-07-31T16:19:54.523Z Downloaded owo-colors v4.3.0
7682026-07-31T16:19:54.526Z Downloaded sapling-renderdag v0.1.0
7692026-07-31T16:19:54.529Z Downloaded seq-macro v0.3.6
7702026-07-31T16:19:54.532Z Downloaded serde-big-array v0.5.1
7712026-07-31T16:19:54.535Z Downloaded async-compression v0.4.41
7722026-07-31T16:19:54.538Z Downloaded xattr v1.6.1
7732026-07-31T16:19:54.541Z Downloaded libloading v0.8.9
7742026-07-31T16:19:54.548Z Downloaded libsw-core v0.3.2
7752026-07-31T16:19:54.551Z Downloaded r2d2 v0.8.10
7762026-07-31T16:19:54.551Z Downloaded serde_bytes v0.11.19
7772026-07-31T16:19:54.554Z Downloaded signal-hook-mio v0.2.5
7782026-07-31T16:19:54.554Z Downloaded structmeta-derive v0.3.0
7792026-07-31T16:19:54.554Z Downloaded tungstenite v0.21.0
7802026-07-31T16:19:54.557Z Downloaded compact_str v0.8.1
7812026-07-31T16:19:54.560Z Downloaded chacha20poly1305 v0.10.1
7822026-07-31T16:19:54.565Z Downloaded proc-macro-error-attr2 v2.0.0
7832026-07-31T16:19:54.569Z Downloaded toml v0.7.8
7842026-07-31T16:19:54.569Z Downloaded num_threads v0.1.7
7852026-07-31T16:19:54.572Z Downloaded cpubits v0.1.1
7862026-07-31T16:19:54.572Z Downloaded sync_wrapper v1.0.2
7872026-07-31T16:19:54.575Z Downloaded tabwriter v1.4.1
7882026-07-31T16:19:54.576Z Downloaded curve25519-dalek-derive v0.1.1
7892026-07-31T16:19:54.576Z Downloaded unicode-truncate v1.1.0
7902026-07-31T16:19:54.579Z Downloaded headers v0.4.1
7912026-07-31T16:19:54.579Z Downloaded heapless v0.7.17
7922026-07-31T16:19:54.582Z Downloaded hickory-resolver v0.25.2
7932026-07-31T16:19:54.582Z Downloaded base64 v0.21.7
7942026-07-31T16:19:54.586Z Downloaded darling v0.21.3
7952026-07-31T16:19:54.589Z Downloaded ipnet v2.11.0
7962026-07-31T16:19:54.593Z Downloaded ssh-encoding v0.3.0
7972026-07-31T16:19:54.596Z Downloaded tinystr v0.8.2
7982026-07-31T16:19:54.599Z Downloaded tinyvec_macros v0.1.1
7992026-07-31T16:19:54.599Z Downloaded pin-project v1.1.11
8002026-07-31T16:19:54.603Z Downloaded dirs-next v2.0.0
8012026-07-31T16:19:54.606Z Downloaded downcast-rs v2.0.2
8022026-07-31T16:19:54.607Z Downloaded phf v0.12.1
8032026-07-31T16:19:54.607Z Downloaded phf v0.13.1
8042026-07-31T16:19:54.607Z Downloaded zopfli v0.8.3
8052026-07-31T16:19:54.610Z Downloaded progenitor-macro v0.14.0
8062026-07-31T16:19:54.610Z Downloaded universal-hash v0.6.1
8072026-07-31T16:19:54.610Z Downloaded normalize-line-endings v0.3.0
8082026-07-31T16:19:54.610Z Downloaded zone v0.3.1
8092026-07-31T16:19:54.613Z Downloaded pkcs1 v0.8.0-rc.4
8102026-07-31T16:19:54.613Z Downloaded const_format v0.2.35
8112026-07-31T16:19:54.615Z Downloaded parking_lot v0.11.2
8122026-07-31T16:19:54.618Z Downloaded ecdsa v0.16.9
8132026-07-31T16:19:54.621Z Downloaded ident_case v1.0.1
8142026-07-31T16:19:54.621Z Downloaded inout v0.1.4
8152026-07-31T16:19:54.627Z Downloaded hashbrown v0.12.3
8162026-07-31T16:19:54.630Z Downloaded crc8 v0.1.1
8172026-07-31T16:19:54.633Z Downloaded debug-ignore v1.0.5
8182026-07-31T16:19:54.639Z Downloaded samael v0.0.19
8192026-07-31T16:19:54.642Z Downloaded schemars v1.2.1
8202026-07-31T16:19:54.650Z Downloaded typify v0.6.2
8212026-07-31T16:19:54.653Z Downloaded signal-hook-registry v1.4.8
8222026-07-31T16:19:54.653Z Downloaded icu_properties v2.1.2
8232026-07-31T16:19:54.656Z Downloaded serde-hex v0.1.0
8242026-07-31T16:19:54.656Z Downloaded signature v3.0.0
8252026-07-31T16:19:54.656Z Downloaded slog-scope v4.4.1
8262026-07-31T16:19:54.656Z Downloaded slog-stdlog v4.1.1
8272026-07-31T16:19:54.656Z Downloaded quinn-udp v0.5.14
8282026-07-31T16:19:54.659Z Downloaded tokio-tungstenite v0.23.1
8292026-07-31T16:19:54.659Z Downloaded vergen-git2 v9.1.0
8302026-07-31T16:19:54.659Z Downloaded vergen-gitcl v1.0.8
8312026-07-31T16:19:54.662Z Downloaded maybe-uninit v2.0.0
8322026-07-31T16:19:54.662Z Downloaded synstructure v0.13.2
8332026-07-31T16:19:54.665Z Downloaded xshell v0.2.7
8342026-07-31T16:19:54.665Z Downloaded newline-converter v0.3.0
8352026-07-31T16:19:54.665Z Downloaded http v1.4.2
8362026-07-31T16:19:54.668Z Downloaded hickory-resolver v0.24.4
8372026-07-31T16:19:54.671Z Downloaded illumos-nvpair-sys v0.2.0
8382026-07-31T16:19:54.671Z Downloaded lzss v0.8.2
8392026-07-31T16:19:54.671Z Downloaded kstat-rs v0.2.4
8402026-07-31T16:19:54.674Z Downloaded hashbrown v0.13.2
8412026-07-31T16:19:54.674Z Downloaded ctr v0.10.1
8422026-07-31T16:19:54.678Z Downloaded tui-tree-widget v0.23.1
8432026-07-31T16:19:54.678Z Downloaded bumpalo v3.20.2
8442026-07-31T16:19:54.681Z Downloaded parse-size v1.1.0
8452026-07-31T16:19:54.684Z Downloaded darling_core v0.21.3
8462026-07-31T16:19:54.687Z Downloaded hashbrown v0.16.1
8472026-07-31T16:19:54.689Z Downloaded openssl-sys v0.9.115
8482026-07-31T16:19:54.692Z Downloaded parking_lot v0.12.5
8492026-07-31T16:19:54.695Z Downloaded progenitor-impl v0.14.0
8502026-07-31T16:19:54.695Z Downloaded postcard v1.1.3
8512026-07-31T16:19:54.698Z Downloaded indoc v2.0.7
8522026-07-31T16:19:54.701Z Downloaded rand_chacha v0.3.1
8532026-07-31T16:19:54.701Z Downloaded rfc6979 v0.4.0
8542026-07-31T16:19:54.707Z Downloaded strip-ansi-escapes v0.2.1
8552026-07-31T16:19:54.710Z Downloaded hickory-server v0.25.2
8562026-07-31T16:19:54.710Z Downloaded rand v0.8.6
8572026-07-31T16:19:54.713Z Downloaded tokio-postgres v0.7.16
8582026-07-31T16:19:54.716Z Downloaded ipnetwork v0.21.1
8592026-07-31T16:19:54.716Z Downloaded indexmap v1.9.3
8602026-07-31T16:19:54.719Z Downloaded indicatif v0.18.4
8612026-07-31T16:19:54.719Z Downloaded prefix-trie v0.7.0
8622026-07-31T16:19:54.722Z Downloaded derive_builder_core v0.20.2
8632026-07-31T16:19:54.725Z Downloaded cookie v0.18.1
8642026-07-31T16:19:54.725Z Downloaded libefi-sys v0.1.0
8652026-07-31T16:19:54.725Z Downloaded module-lattice v0.2.3
8662026-07-31T16:19:54.728Z Downloaded native-tls v0.2.18
8672026-07-31T16:19:54.728Z Downloaded potential_utf v0.1.4
8682026-07-31T16:19:54.728Z Downloaded siphasher v1.0.2
8692026-07-31T16:19:54.728Z Downloaded tagptr v0.2.0
8702026-07-31T16:19:54.742Z Downloaded tinyvec v1.10.0
8712026-07-31T16:19:54.747Z Downloaded typify-macro v0.6.2
8722026-07-31T16:19:54.750Z Downloaded universal-hash v0.5.1
8732026-07-31T16:19:54.750Z Downloaded void v1.0.2
8742026-07-31T16:19:54.753Z Downloaded crc v3.4.0
8752026-07-31T16:19:54.756Z Downloaded des v0.9.0
8762026-07-31T16:19:54.759Z Downloaded cc v1.2.56
8772026-07-31T16:19:54.762Z Downloaded crossbeam-channel v0.5.15
8782026-07-31T16:19:54.766Z Downloaded mime_guess v2.0.5
8792026-07-31T16:19:54.769Z Downloaded sha1 v0.10.6
8802026-07-31T16:19:54.773Z Downloaded scrypt v0.12.0
8812026-07-31T16:19:54.776Z Downloaded cpufeatures v0.3.0
8822026-07-31T16:19:54.776Z Downloaded crucible-workspace-hack v0.1.0
8832026-07-31T16:19:54.780Z Downloaded sponge-cursor v0.1.0
8842026-07-31T16:19:54.780Z Downloaded toml_edit v0.19.15
8852026-07-31T16:19:54.787Z Downloaded dtrace-parser v0.3.0
8862026-07-31T16:19:54.790Z Downloaded serde_derive_internals v0.29.1
8872026-07-31T16:19:54.790Z Downloaded serde_path_to_error v0.1.20
8882026-07-31T16:19:54.790Z Downloaded futures-util v0.3.32
8892026-07-31T16:19:54.795Z Downloaded pretty_assertions v1.4.1
8902026-07-31T16:19:54.801Z Downloaded dsl_auto_type v0.2.0
8912026-07-31T16:19:54.804Z Downloaded utf-8 v0.7.6
8922026-07-31T16:19:54.808Z Downloaded is-terminal v0.4.17
8932026-07-31T16:19:54.808Z Downloaded dropshot_endpoint v0.17.1
8942026-07-31T16:19:54.812Z Downloaded num_enum v0.5.11
8952026-07-31T16:19:54.815Z Downloaded parse-display-derive v0.10.0
8962026-07-31T16:19:54.815Z Downloaded tls_codec_derive v0.4.2
8972026-07-31T16:19:54.818Z Downloaded crossbeam-utils v0.8.21
8982026-07-31T16:19:54.821Z Downloaded lru-slab v0.1.2
8992026-07-31T16:19:54.824Z Downloaded oxide-update-engine-display v0.1.2
9002026-07-31T16:19:54.827Z Downloaded try-lock v0.2.5
9012026-07-31T16:19:54.827Z Downloaded phc v0.6.1
9022026-07-31T16:19:54.830Z Downloaded unarray v0.1.4
9032026-07-31T16:19:54.830Z Downloaded zerovec-derive v0.11.2
9042026-07-31T16:19:54.833Z Downloaded nibble_vec v0.1.0
9052026-07-31T16:19:54.836Z Downloaded oso-derive v0.27.3
9062026-07-31T16:19:54.839Z Downloaded proc-macro-crate v1.3.1
9072026-07-31T16:19:54.839Z Downloaded zerotrie v0.2.3
9082026-07-31T16:19:54.842Z Downloaded aes v0.9.1
9092026-07-31T16:19:54.846Z Downloaded socket2 v0.5.10
9102026-07-31T16:19:54.849Z Downloaded drift v0.2.0
9112026-07-31T16:19:54.853Z Downloaded proc-macro-error2 v2.0.1
9122026-07-31T16:19:54.856Z Downloaded progenitor-extras v0.2.0
9132026-07-31T16:19:54.856Z Downloaded rpassword v7.5.4
9142026-07-31T16:19:54.859Z Downloaded daft-derive v0.1.7
9152026-07-31T16:19:54.859Z Downloaded data-encoding v2.10.0
9162026-07-31T16:19:54.862Z Downloaded derive-ex v0.1.8
9172026-07-31T16:19:54.862Z Downloaded embedded-io v0.4.0
9182026-07-31T16:19:54.866Z Downloaded rand_pcg v0.10.2
9192026-07-31T16:19:54.866Z Downloaded socket2 v0.6.3
9202026-07-31T16:19:54.869Z Downloaded crypto-bigint v0.5.5
9212026-07-31T16:19:54.872Z Downloaded ena v0.14.4
9222026-07-31T16:19:54.876Z Downloaded unicode-segmentation v1.12.0
9232026-07-31T16:19:54.879Z Downloaded simd-adler32 v0.3.8
9242026-07-31T16:19:54.879Z Downloaded term v1.2.1
9252026-07-31T16:19:54.882Z Downloaded ssh-cipher v0.3.0
9262026-07-31T16:19:54.885Z Downloaded impl-trait-for-tuples v0.2.3
9272026-07-31T16:19:54.890Z Downloaded oso v0.27.3
9282026-07-31T16:19:54.893Z Downloaded tokio-tungstenite v0.21.0
9292026-07-31T16:19:54.893Z Downloaded hashbrown v0.15.5
9302026-07-31T16:19:54.896Z Downloaded lock_api v0.4.14
9312026-07-31T16:19:54.898Z Downloaded unsafe-libyaml v0.2.11
9322026-07-31T16:19:54.899Z Downloaded scheduled-thread-pool v0.2.7
9332026-07-31T16:19:54.899Z Downloaded linear-map v1.2.0
9342026-07-31T16:19:54.902Z Downloaded shell-words v1.1.1
9352026-07-31T16:19:54.903Z Downloaded sqlparser_derive v0.5.0
9362026-07-31T16:19:54.905Z Downloaded p521 v0.14.0
9372026-07-31T16:19:54.905Z Downloaded pkcs5 v0.8.1
9382026-07-31T16:19:54.912Z Downloaded sync-ptr v0.1.4
9392026-07-31T16:19:54.915Z Downloaded structmeta v0.3.0
9402026-07-31T16:19:54.915Z Downloaded tls_codec v0.4.2
9412026-07-31T16:19:54.919Z Downloaded icu_collections v2.1.1
9422026-07-31T16:19:54.923Z Downloaded progenitor v0.14.0
9432026-07-31T16:19:54.926Z Downloaded schemars v0.9.0
9442026-07-31T16:19:54.930Z Downloaded darling v0.23.0
9452026-07-31T16:19:54.932Z Downloaded darling_core v0.13.4
9462026-07-31T16:19:54.935Z Downloaded scuffle v0.1.0
9472026-07-31T16:19:54.939Z Downloaded writeable v0.6.2
9482026-07-31T16:19:54.939Z Downloaded wyz v0.5.1
9492026-07-31T16:19:54.939Z Downloaded predicates-core v1.0.10
9502026-07-31T16:19:54.939Z Downloaded walkdir v2.5.0
9512026-07-31T16:19:54.942Z Downloaded wnaf v0.14.0
9522026-07-31T16:19:54.942Z Downloaded zstd v0.13.3
9532026-07-31T16:19:54.942Z Downloaded parse-display v0.10.0
9542026-07-31T16:19:54.942Z Downloaded x509-cert v0.2.5
9552026-07-31T16:19:54.946Z Downloaded schemars v0.8.22
9562026-07-31T16:19:54.951Z Downloaded peg-macros v0.8.5
9572026-07-31T16:19:54.978Z Downloaded poly1305 v0.9.0
9582026-07-31T16:19:54.979Z Downloaded serde_yaml v0.9.34+deprecated
9592026-07-31T16:19:54.979Z Downloaded want v0.3.1
9602026-07-31T16:19:54.979Z Downloaded csv-core v0.1.13
9612026-07-31T16:19:54.979Z Downloaded der v0.8.0
9622026-07-31T16:19:54.979Z Downloaded quinn v0.11.9
9632026-07-31T16:19:54.979Z Downloaded rand_core v0.9.5
9642026-07-31T16:19:54.979Z Downloaded ed25519-dalek v3.0.0
9652026-07-31T16:19:54.979Z Downloaded serde_spanned v1.1.1
9662026-07-31T16:19:54.979Z Downloaded rand_seeder v0.4.0
9672026-07-31T16:19:54.979Z Downloaded elliptic-curve v0.13.8
9682026-07-31T16:19:54.979Z Downloaded salsa20 v0.11.0
9692026-07-31T16:19:54.979Z Downloaded keccak v0.2.0
9702026-07-31T16:19:54.979Z Downloaded hyper v1.10.1
9712026-07-31T16:19:54.979Z Downloaded digest-io v0.1.0
9722026-07-31T16:19:54.982Z Downloaded instant v0.1.13
9732026-07-31T16:19:54.982Z Downloaded prettyplease v0.2.37
9742026-07-31T16:19:54.982Z Downloaded der v0.7.10
9752026-07-31T16:19:54.982Z Downloaded tower v0.5.3
9762026-07-31T16:19:54.987Z Downloaded stringprep v0.1.5
9772026-07-31T16:19:54.990Z Downloaded thiserror-no-std v2.0.2
9782026-07-31T16:19:54.990Z Downloaded multimap v0.10.1
9792026-07-31T16:19:54.993Z Downloaded num-complex v0.4.6
9802026-07-31T16:19:54.993Z Downloaded num-derive v0.4.2
9812026-07-31T16:19:54.993Z Downloaded num-bigint v0.4.6
9822026-07-31T16:19:54.996Z Downloaded term v0.7.0
9832026-07-31T16:19:54.999Z Downloaded zip v4.6.1
9842026-07-31T16:19:54.999Z Downloaded aes-gcm v0.11.0
9852026-07-31T16:19:55.006Z Downloaded oxide-update-engine-types v0.1.2
9862026-07-31T16:19:55.012Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9872026-07-31T16:19:55.016Z Downloaded darling_macro v0.23.0
9882026-07-31T16:19:55.016Z Downloaded dunce v1.0.5
9892026-07-31T16:19:55.019Z Downloaded dyn-clone v1.0.20
9902026-07-31T16:19:55.019Z Downloaded progenitor-client v0.14.0
9912026-07-31T16:19:55.024Z Downloaded scopeguard v1.2.0
9922026-07-31T16:19:55.027Z Downloaded zerocopy-derive v0.8.40
9932026-07-31T16:19:55.030Z Downloaded displaydoc v0.2.5
9942026-07-31T16:19:55.033Z Downloaded sec1 v0.7.3
9952026-07-31T16:19:55.033Z Downloaded smallvec v0.6.14
9962026-07-31T16:19:55.033Z Downloaded zstd-safe v7.2.4
9972026-07-31T16:19:55.033Z Downloaded ctutils v0.4.2
9982026-07-31T16:19:55.036Z Downloaded regex v1.12.3
9992026-07-31T16:19:55.039Z Downloaded reqwest v0.13.2
10002026-07-31T16:19:55.042Z Downloaded managed v0.8.0
10012026-07-31T16:19:55.042Z Downloaded memoffset v0.9.1
10022026-07-31T16:19:55.042Z Downloaded rustls-platform-verifier v0.6.2
10032026-07-31T16:19:55.045Z Downloaded similar v2.7.0
10042026-07-31T16:19:55.048Z Downloaded icu_normalizer v2.1.1
10052026-07-31T16:19:55.048Z Downloaded ingot-macros v0.2.0
10062026-07-31T16:19:55.051Z Downloaded hkdf v0.13.0
10072026-07-31T16:19:55.051Z Downloaded nodrop v0.1.14
10082026-07-31T16:19:55.051Z Downloaded subprocess v0.2.15
10092026-07-31T16:19:55.054Z Downloaded num_enum_derive v0.5.11
10102026-07-31T16:19:55.054Z Downloaded sha1 v0.11.0
10112026-07-31T16:19:55.054Z Downloaded hkdf v0.12.4
10122026-07-31T16:19:55.054Z Downloaded serde_with_macros v3.21.0
10132026-07-31T16:19:55.057Z Downloaded sigpipe v0.1.3
10142026-07-31T16:19:55.057Z Downloaded crunchy v0.2.4
10152026-07-31T16:19:55.057Z Downloaded toml_edit v0.23.10+spec-1.0.0
10162026-07-31T16:19:55.063Z Downloaded darling_macro v0.20.11
10172026-07-31T16:19:55.067Z Downloaded defmt-parser v1.0.0
10182026-07-31T16:19:55.067Z Downloaded maplit v1.0.2
10192026-07-31T16:19:55.070Z Downloaded uzers v0.12.2
10202026-07-31T16:19:55.073Z Downloaded zeroize v1.9.0
10212026-07-31T16:19:55.073Z Downloaded pbkdf2 v0.13.0
10222026-07-31T16:19:55.073Z Downloaded serde_plain v1.0.2
10232026-07-31T16:19:55.080Z Downloaded testing_table v0.3.0
10242026-07-31T16:19:55.084Z Downloaded thiserror-impl-no-std v2.0.2
10252026-07-31T16:19:55.084Z Downloaded jiff-static v0.2.21
10262026-07-31T16:19:55.084Z Downloaded qorb v0.4.1
10272026-07-31T16:19:55.087Z Downloaded darling_core v0.23.0
10282026-07-31T16:19:55.087Z Downloaded rsa v0.9.10
10292026-07-31T16:19:55.090Z Downloaded oxide-tokio-rt v0.1.4
10302026-07-31T16:19:55.090Z Downloaded paste v1.0.15
10312026-07-31T16:19:55.093Z Downloaded pkg-config v0.3.32
10322026-07-31T16:19:55.093Z Downloaded progenitor-client v0.13.0
10332026-07-31T16:19:55.093Z Downloaded rand_core v0.6.4
10342026-07-31T16:19:55.097Z Downloaded defmt-macros v1.0.1
10352026-07-31T16:19:55.097Z Downloaded diesel_derives v2.3.7
10362026-07-31T16:19:55.100Z Downloaded newtype-uuid-macros v0.1.0
10372026-07-31T16:19:55.100Z Downloaded openssl-macros v0.1.1
10382026-07-31T16:19:55.100Z Downloaded cookie_store v0.22.1
10392026-07-31T16:19:55.103Z Downloaded topological-sort v0.2.2
10402026-07-31T16:19:55.103Z Downloaded zone_cfg_derive v0.3.1
10412026-07-31T16:19:55.106Z Downloaded diesel-dtrace v0.5.0
10422026-07-31T16:19:55.109Z Downloaded ron v0.8.1
10432026-07-31T16:19:55.112Z Downloaded derive_more v0.99.20
10442026-07-31T16:19:55.115Z Downloaded darling v0.20.11
10452026-07-31T16:19:55.118Z Downloaded slog-term v2.9.2
10462026-07-31T16:19:55.118Z Downloaded packed_struct_codegen v0.10.1
10472026-07-31T16:19:55.118Z Downloaded indoc v1.0.9
10482026-07-31T16:19:55.121Z Downloaded is_ci v1.2.0
10492026-07-31T16:19:55.124Z Downloaded h2 v0.4.15
10502026-07-31T16:19:55.127Z Downloaded iana-time-zone v0.1.65
10512026-07-31T16:19:55.127Z Downloaded serde_urlencoded v0.7.1
10522026-07-31T16:19:55.127Z Downloaded ssh-key v0.7.0-rc.11
10532026-07-31T16:19:55.131Z Downloaded tracing-attributes v0.1.31
10542026-07-31T16:19:55.134Z Downloaded libxml v0.3.3
10552026-07-31T16:19:55.137Z Downloaded predicates v3.1.4
10562026-07-31T16:19:55.137Z Downloaded recursive v0.1.1
10572026-07-31T16:19:55.137Z Downloaded rfc6979 v0.6.0
10582026-07-31T16:19:55.140Z Downloaded keccak v0.1.6
10592026-07-31T16:19:55.140Z Downloaded radium v0.7.0
10602026-07-31T16:19:55.140Z Downloaded miniz_oxide v0.8.9
10612026-07-31T16:19:55.140Z Downloaded tokio-stream v0.1.18
10622026-07-31T16:19:55.143Z Downloaded twox-hash v2.1.2
10632026-07-31T16:19:55.147Z Downloaded aho-corasick v1.1.4
10642026-07-31T16:19:55.150Z Downloaded libbz2-rs-sys v0.2.2
10652026-07-31T16:19:55.150Z Downloaded usdt v0.6.0
10662026-07-31T16:19:55.150Z Downloaded zerofrom-derive v0.1.6
10672026-07-31T16:19:55.150Z Downloaded yoke-derive v0.8.1
10682026-07-31T16:19:55.150Z Downloaded num-bigint-dig v0.8.6
10692026-07-31T16:19:55.153Z Downloaded delegate v0.13.5
10702026-07-31T16:19:55.160Z Downloaded slog-json v2.6.1
10712026-07-31T16:19:55.163Z Downloaded spki v0.8.0
10722026-07-31T16:19:55.166Z Downloaded slog-bunyan v2.5.0
10732026-07-31T16:19:55.166Z Downloaded unicode-xid v0.2.6
10742026-07-31T16:19:55.170Z Downloaded libsw v3.5.0
10752026-07-31T16:19:55.173Z Downloaded newtype-uuid v1.3.2
10762026-07-31T16:19:55.173Z Downloaded indent_write v2.2.0
10772026-07-31T16:19:55.174Z Downloaded num v0.4.3
10782026-07-31T16:19:55.177Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10792026-07-31T16:19:55.177Z Downloaded usdt-impl v0.6.0
10802026-07-31T16:19:55.186Z Downloaded vergen-lib v0.1.6
10812026-07-31T16:19:55.191Z Downloaded derive_more-impl v2.1.1
10822026-07-31T16:19:55.195Z Downloaded password-hash v0.5.0
10832026-07-31T16:19:55.202Z Downloaded same-file v1.0.6
10842026-07-31T16:19:55.202Z Downloaded elliptic-curve v0.14.1
10852026-07-31T16:19:55.202Z Downloaded mio v1.2.0
10862026-07-31T16:19:55.205Z Downloaded zerovec v0.11.5
10872026-07-31T16:19:55.209Z Downloaded aws-lc-rs v1.16.3
10882026-07-31T16:19:55.215Z Downloaded derive_builder_macro v0.20.2
10892026-07-31T16:19:55.218Z Downloaded tokio-test v0.4.5
10902026-07-31T16:19:55.218Z Downloaded untrusted v0.9.0
10912026-07-31T16:19:55.218Z Downloaded cstr-argument v0.1.2
10922026-07-31T16:19:55.223Z Downloaded strum_macros v0.27.2
10932026-07-31T16:19:55.226Z Downloaded tokio-dtrace v0.1.1
10942026-07-31T16:19:55.229Z Downloaded instability v0.3.11
10952026-07-31T16:19:55.232Z Downloaded time-core v0.1.8
10962026-07-31T16:19:55.242Z Downloaded tough v0.22.0
10972026-07-31T16:19:55.247Z Downloaded spin v0.9.8
10982026-07-31T16:19:55.250Z Downloaded p384 v0.14.0
10992026-07-31T16:19:55.253Z Downloaded strum v0.26.3
11002026-07-31T16:19:55.253Z Downloaded unicode-bidi v0.3.18
11012026-07-31T16:19:55.256Z Downloaded ml-kem v0.3.2
11022026-07-31T16:19:55.259Z Downloaded schemars_derive v0.8.22
11032026-07-31T16:19:55.259Z Downloaded num_enum v0.7.6
11042026-07-31T16:19:55.262Z Downloaded pin-project-lite v0.2.17
11052026-07-31T16:19:55.264Z Downloaded postgres-protocol v0.6.10
11062026-07-31T16:19:55.264Z Downloaded psl-types v2.0.11
11072026-07-31T16:19:55.267Z Downloaded toml_parser v1.1.2+spec-1.1.0
11082026-07-31T16:19:55.267Z Downloaded unit-prefix v0.5.2
11092026-07-31T16:19:55.267Z Downloaded winnow v0.5.40
11102026-07-31T16:19:55.271Z Downloaded ryu v1.0.23
11112026-07-31T16:19:55.276Z Downloaded tiny-keccak v2.0.2
11122026-07-31T16:19:55.281Z Downloaded icu_properties_data v2.1.2
11132026-07-31T16:19:55.284Z Downloaded phf_shared v0.13.1
11142026-07-31T16:19:55.284Z Downloaded quick-error v1.2.3
11152026-07-31T16:19:55.284Z Downloaded parking_lot_core v0.9.12
11162026-07-31T16:19:55.284Z Downloaded secrecy v0.8.0
11172026-07-31T16:19:55.286Z Downloaded derive_more v2.1.1
11182026-07-31T16:19:55.292Z Downloaded zeroize_derive v1.5.0
11192026-07-31T16:19:55.295Z Downloaded libscf-sys v1.2.0
11202026-07-31T16:19:55.298Z Downloaded match_cfg v0.1.0
11212026-07-31T16:19:55.301Z Downloaded ignore v0.4.25
11222026-07-31T16:19:55.304Z Downloaded minimal-lexical v0.2.1
11232026-07-31T16:19:55.307Z Downloaded jobserver v0.1.34
11242026-07-31T16:19:55.307Z Downloaded darling v0.13.4
11252026-07-31T16:19:55.310Z Downloaded postgres-types v0.2.12
11262026-07-31T16:19:55.310Z Downloaded kem v0.3.0
11272026-07-31T16:19:55.310Z Downloaded serde_with_macros v1.5.2
11282026-07-31T16:19:55.315Z Downloaded papergrid v0.17.0
11292026-07-31T16:19:55.319Z Downloaded darling_macro v0.13.4
11302026-07-31T16:19:55.322Z Downloaded phf_shared v0.11.3
11312026-07-31T16:19:55.322Z Downloaded phf_shared v0.12.1
11322026-07-31T16:19:55.322Z Downloaded tokio-macros v2.7.0
11332026-07-31T16:19:55.329Z Downloaded unicode-normalization v0.1.25
11342026-07-31T16:19:55.332Z Downloaded rayon-core v1.13.0
11352026-07-31T16:19:55.337Z Downloaded take_mut v0.2.2
11362026-07-31T16:19:55.340Z Downloaded usdt-macro v0.6.0
11372026-07-31T16:19:55.340Z Downloaded nom v7.1.3
11382026-07-31T16:19:55.346Z Downloaded string_cache v0.8.9
11392026-07-31T16:19:55.352Z Downloaded support-bundle-viewer v0.1.2
11402026-07-31T16:19:55.355Z Downloaded embedded-io v0.6.1
11412026-07-31T16:19:55.358Z Downloaded dof v0.4.0
11422026-07-31T16:19:55.361Z Downloaded smallvec v1.15.1
11432026-07-31T16:19:55.361Z Downloaded tokio-rustls v0.26.4
11442026-07-31T16:19:55.361Z Downloaded git2 v0.20.4
11452026-07-31T16:19:55.366Z Downloaded ed25519 v3.0.0
11462026-07-31T16:19:55.369Z Downloaded ingot v0.2.1
11472026-07-31T16:19:55.369Z Downloaded ingot-types v0.2.0
11482026-07-31T16:19:55.369Z Downloaded num-integer v0.1.46
11492026-07-31T16:19:55.372Z Downloaded recursive-proc-macro-impl v0.1.1
11502026-07-31T16:19:55.372Z Downloaded test-strategy v0.4.5
11512026-07-31T16:19:55.375Z Downloaded ed25519 v2.2.3
11522026-07-31T16:19:55.375Z Downloaded yoke v0.8.1
11532026-07-31T16:19:55.378Z Downloaded icu_normalizer_data v2.1.1
11542026-07-31T16:19:55.381Z Downloaded poly1305 v0.8.0
11552026-07-31T16:19:55.383Z Downloaded nu-ansi-term v0.50.3
11562026-07-31T16:19:55.383Z Downloaded rand v0.9.2
11572026-07-31T16:19:55.386Z Downloaded oxide-update-engine v0.1.2
11582026-07-31T16:19:55.386Z Downloaded rustls-native-certs v0.8.3
11592026-07-31T16:19:55.389Z Downloaded linked-hash-map v0.5.6
11602026-07-31T16:19:55.389Z Downloaded num-iter v0.1.45
11612026-07-31T16:19:55.389Z Downloaded predicates-tree v1.0.13
11622026-07-31T16:19:55.389Z Downloaded supports-color v3.0.2
11632026-07-31T16:19:55.392Z Downloaded openssl-probe v0.1.6
11642026-07-31T16:19:55.395Z Downloaded ecdsa v0.17.0
11652026-07-31T16:19:55.395Z Downloaded rand v0.10.1
11662026-07-31T16:19:55.398Z Downloaded whoami v2.1.0
11672026-07-31T16:19:55.398Z Downloaded mime v0.3.17
11682026-07-31T16:19:55.401Z Downloaded derive_builder v0.20.2
11692026-07-31T16:19:55.401Z Downloaded internal-russh-num-bigint v0.5.0
11702026-07-31T16:19:55.404Z Downloaded iri-string v0.7.10
11712026-07-31T16:19:55.409Z Downloaded litrs v1.0.0
11722026-07-31T16:19:55.412Z Downloaded omicron-zone-package v0.12.3
11732026-07-31T16:19:55.414Z Downloaded slab v0.4.12
11742026-07-31T16:19:55.417Z Downloaded vsss-rs v3.3.4
11752026-07-31T16:19:55.417Z Downloaded lalrpop-util v0.19.12
11762026-07-31T16:19:55.417Z Downloaded pin-project-internal v1.1.11
11772026-07-31T16:19:55.420Z Downloaded trait-variant v0.1.2
11782026-07-31T16:19:55.424Z Downloaded pkcs8 v0.10.2
11792026-07-31T16:19:55.424Z Downloaded secrecy v0.10.3
11802026-07-31T16:19:55.424Z Downloaded document-features v0.2.12
11812026-07-31T16:19:55.427Z Downloaded diesel_table_macro_syntax v0.3.0
11822026-07-31T16:19:55.427Z Downloaded rustls-pki-types v1.14.0
11832026-07-31T16:19:55.449Z Downloaded time-macros v0.2.27
11842026-07-31T16:19:55.452Z Downloaded rustc_version v0.1.7
11852026-07-31T16:19:55.455Z Downloaded nanorand v0.7.0
11862026-07-31T16:19:55.458Z Downloaded primeorder v0.14.0
11872026-07-31T16:19:55.458Z Downloaded tar v0.4.46
11882026-07-31T16:19:55.461Z Downloaded illumos-nvpair v0.3.0
11892026-07-31T16:19:55.461Z Downloaded rand_chacha v0.9.0
11902026-07-31T16:19:55.461Z Downloaded signal-hook v0.3.18
11912026-07-31T16:19:55.464Z Downloaded primeorder v0.13.6
11922026-07-31T16:19:55.470Z Downloaded critical-section v1.2.0
11932026-07-31T16:19:55.475Z Downloaded itertools v0.13.0
11942026-07-31T16:19:55.478Z Downloaded itertools v0.15.0
11952026-07-31T16:19:55.483Z Downloaded itertools v0.14.0
11962026-07-31T16:19:55.487Z Downloaded derive-where v1.6.0
11972026-07-31T16:19:55.490Z Downloaded slog-async v2.8.0
11982026-07-31T16:19:55.490Z Downloaded stacker v0.1.23
11992026-07-31T16:19:55.492Z Downloaded radix_trie v0.2.1
12002026-07-31T16:19:55.498Z Downloaded crypto-primes v0.7.2
12012026-07-31T16:19:55.501Z Downloaded crossbeam-epoch v0.9.18
12022026-07-31T16:19:55.504Z Downloaded slog v2.8.2
12032026-07-31T16:19:55.507Z Downloaded blake3 v1.8.5
12042026-07-31T16:19:55.512Z Downloaded litemap v0.8.1
12052026-07-31T16:19:55.515Z Downloaded yansi v1.0.1
12062026-07-31T16:19:55.518Z Downloaded snafu v0.8.9
12072026-07-31T16:19:55.521Z Downloaded uuid v1.23.4
12082026-07-31T16:19:55.524Z Downloaded corncobs v0.1.4
12092026-07-31T16:19:55.524Z Downloaded time v0.3.47
12102026-07-31T16:19:55.531Z Downloaded icu_provider v2.1.1
12112026-07-31T16:19:55.534Z Downloaded yasna v0.5.2
12122026-07-31T16:19:55.534Z Downloaded diff v0.1.13
12132026-07-31T16:19:55.537Z Downloaded libm v0.2.16
12142026-07-31T16:19:55.541Z Downloaded bitvec v1.0.1
12152026-07-31T16:19:55.553Z Downloaded rawzip v0.4.4
12162026-07-31T16:19:55.556Z Downloaded digest v0.11.3
12172026-07-31T16:19:55.556Z Downloaded tungstenite v0.23.0
12182026-07-31T16:19:55.556Z Downloaded sha2 v0.11.0
12192026-07-31T16:19:55.558Z Downloaded scroll v0.13.0
12202026-07-31T16:19:55.558Z Downloaded quinn-proto v0.11.16
12212026-07-31T16:19:55.562Z Downloaded serde_with v3.21.0
12222026-07-31T16:19:55.570Z Downloaded ed25519-dalek v2.2.0
12232026-07-31T16:19:55.572Z Downloaded reedline v0.40.0
12242026-07-31T16:19:55.576Z Downloaded memmap2 v0.9.10
12252026-07-31T16:19:55.579Z Downloaded tokio-util v0.7.18
12262026-07-31T16:19:55.582Z Downloaded pkcs1 v0.7.5
12272026-07-31T16:19:55.586Z Downloaded url v2.5.8
12282026-07-31T16:19:55.586Z Downloaded toml v1.1.2+spec-1.1.0
12292026-07-31T16:19:55.589Z Downloaded rayon v1.11.0
12302026-07-31T16:19:55.592Z Downloaded typed-path v0.9.3
12312026-07-31T16:19:55.595Z Downloaded hyper-util v0.1.20
12322026-07-31T16:19:55.598Z Downloaded rcgen v0.12.1
12332026-07-31T16:19:55.602Z Downloaded bindgen v0.71.1
12342026-07-31T16:19:55.604Z Downloaded whoami v1.6.1
12352026-07-31T16:19:55.607Z Downloaded rustyline v14.0.0
12362026-07-31T16:19:55.610Z Downloaded tracing-core v0.1.36
12372026-07-31T16:19:55.610Z Downloaded publicsuffix v2.3.0
12382026-07-31T16:19:55.613Z Downloaded chrono v0.4.45
12392026-07-31T16:19:55.616Z Downloaded unicode_categories v0.1.1
12402026-07-31T16:19:55.619Z Downloaded darling_core v0.20.11
12412026-07-31T16:19:55.622Z Downloaded crossterm v0.29.0
12422026-07-31T16:19:55.625Z Downloaded vte v0.14.1
12432026-07-31T16:19:55.625Z Downloaded goblin v0.10.5
12442026-07-31T16:19:55.629Z Downloaded idna v1.1.0
12452026-07-31T16:19:55.632Z Downloaded winnow v1.0.3
12462026-07-31T16:19:55.637Z Downloaded crc-any v2.5.0
12472026-07-31T16:19:55.640Z Downloaded p384 v0.13.1
12482026-07-31T16:19:55.643Z Downloaded rustls-webpki v0.103.13
12492026-07-31T16:19:55.646Z Downloaded zip v0.6.6
12502026-07-31T16:19:55.646Z Downloaded crc32fast v1.5.0
12512026-07-31T16:19:55.649Z Downloaded vcpkg v0.2.15
12522026-07-31T16:19:55.670Z Downloaded icu_locale_core v2.1.1
12532026-07-31T16:19:55.674Z Downloaded p256 v0.14.0
12542026-07-31T16:19:55.677Z Downloaded russh v0.62.4
12552026-07-31T16:19:55.681Z Downloaded iddqd v0.4.2
12562026-07-31T16:19:55.686Z Downloaded steno v0.4.1
12572026-07-31T16:19:55.689Z Downloaded portable-atomic v1.13.1
12582026-07-31T16:19:55.693Z Downloaded quick-xml v0.37.5
12592026-07-31T16:19:55.696Z Downloaded itertools v0.10.5
12602026-07-31T16:19:55.700Z Downloaded sha3 v0.12.0
12612026-07-31T16:19:55.703Z Downloaded crossterm v0.28.1
12622026-07-31T16:19:55.706Z Downloaded itertools v0.12.1
12632026-07-31T16:19:55.710Z Downloaded dropshot-api-manager v0.7.2
12642026-07-31T16:19:55.714Z Downloaded serde_with v1.14.0
12652026-07-31T16:19:55.729Z Downloaded openssl v0.10.79
12662026-07-31T16:19:55.735Z Downloaded winnow v0.6.26
12672026-07-31T16:19:55.740Z Downloaded polar-core v0.27.3
12682026-07-31T16:19:55.745Z Downloaded tower-http v0.6.8
12692026-07-31T16:19:55.750Z Downloaded tabled v0.20.0
12702026-07-31T16:19:55.760Z Downloaded reqwest v0.12.28
12712026-07-31T16:19:55.763Z Downloaded rsa v0.10.0-rc.18
12722026-07-31T16:19:55.775Z Downloaded bstr v1.12.1
12732026-07-31T16:19:55.780Z Downloaded crypto-bigint v0.7.5
12742026-07-31T16:19:55.789Z Downloaded nom v8.0.0
12752026-07-31T16:19:55.792Z Downloaded petname v2.0.2
12762026-07-31T16:19:55.796Z Downloaded regex-syntax v0.6.29
12772026-07-31T16:19:55.809Z Downloaded zlib-rs v0.6.2
12782026-07-31T16:19:55.813Z Downloaded hickory-proto v0.24.4
12792026-07-31T16:19:55.822Z Downloaded salty v0.3.0
12802026-07-31T16:19:55.832Z Downloaded object v0.30.4
12812026-07-31T16:19:55.838Z Downloaded zerocopy v0.8.40
12822026-07-31T16:19:55.847Z Downloaded lalrpop v0.19.12
12832026-07-31T16:19:55.858Z Downloaded moka v0.12.13
12842026-07-31T16:19:55.864Z Downloaded regex-syntax v0.8.10
12852026-07-31T16:19:55.869Z Downloaded hickory-proto v0.25.2
12862026-07-31T16:19:55.878Z Downloaded proptest v1.11.0
12872026-07-31T16:19:55.884Z Downloaded nix v0.31.2
12882026-07-31T16:19:55.894Z Downloaded regress v0.10.5
12892026-07-31T16:19:55.899Z Downloaded nix v0.27.1
12902026-07-31T16:19:55.906Z Downloaded object v0.37.3
12912026-07-31T16:19:55.912Z Downloaded smoltcp v0.9.1
12922026-07-31T16:19:55.923Z Downloaded smoltcp v0.11.0
12932026-07-31T16:19:55.930Z Downloaded openapiv3 v2.2.0
12942026-07-31T16:19:55.937Z Downloaded curve25519-dalek v5.0.0
12952026-07-31T16:19:55.947Z Downloaded nix v0.28.0
12962026-07-31T16:19:55.967Z Downloaded tracing v0.1.44
12972026-07-31T16:19:55.981Z Downloaded dropshot v0.17.1
12982026-07-31T16:19:55.996Z Downloaded curve25519-dalek v4.1.3
12992026-07-31T16:19:56.010Z Downloaded sqlparser v0.61.0
13002026-07-31T16:19:56.016Z Downloaded rustls v0.23.41
13012026-07-31T16:19:56.030Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-07-31T16:19:56.037Z Downloaded sled v0.34.7
13032026-07-31T16:19:56.043Z Downloaded typify-impl v0.6.2
13042026-07-31T16:19:56.051Z Downloaded rustix v0.38.44
13052026-07-31T16:19:56.063Z Downloaded ratatui v0.29.0
13062026-07-31T16:19:56.095Z Downloaded regress v0.11.1
13072026-07-31T16:19:56.102Z Downloaded chrono-tz v0.10.4
13082026-07-31T16:19:56.113Z Downloaded sha3 v0.10.8
13092026-07-31T16:19:56.128Z Downloaded jiff v0.2.21
13102026-07-31T16:19:56.138Z Downloaded libz-sys v1.1.24
13112026-07-31T16:19:56.150Z Downloaded sha3 v0.11.0
13122026-07-31T16:19:56.156Z Downloaded diesel v2.3.7
13132026-07-31T16:19:56.167Z Downloaded zerocopy-derive v0.6.6
13142026-07-31T16:19:56.227Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-07-31T16:19:56.238Z Downloaded petgraph v0.6.5
13162026-07-31T16:19:56.247Z Downloaded regex-automata v0.4.14
13172026-07-31T16:19:56.272Z Downloaded petgraph v0.8.3
13182026-07-31T16:19:56.310Z Downloaded tokio v1.52.1
13192026-07-31T16:19:56.332Z Downloaded csv v1.4.0
13202026-07-31T16:19:56.372Z Downloaded encoding_rs v0.8.35
13212026-07-31T16:19:56.416Z Downloaded ring v0.17.14
13222026-07-31T16:19:56.440Z Downloaded libgit2-sys v0.18.3+1.9.2
13232026-07-31T16:19:56.848Z Downloaded aws-lc-sys v0.40.0
13242026-07-31T16:19:57.097Z Compiling libc v0.2.185
13252026-07-31T16:19:57.097Z Compiling serde_core v1.0.228
13262026-07-31T16:19:57.102Z Compiling serde v1.0.228
13272026-07-31T16:19:57.102Z Compiling log v0.4.29
13282026-07-31T16:19:57.102Z Compiling smallvec v1.15.1
13292026-07-31T16:19:57.258Z Compiling shlex v1.3.0
13302026-07-31T16:19:57.258Z Compiling find-msvc-tools v0.1.9
13312026-07-31T16:19:57.269Z Compiling syn v2.0.117
13322026-07-31T16:19:57.449Z Compiling subtle v2.6.1
13332026-07-31T16:19:57.462Z Compiling stable_deref_trait v1.2.1
13342026-07-31T16:19:57.466Z Compiling scopeguard v1.2.0
13352026-07-31T16:19:57.540Z Compiling typenum v1.20.1
13362026-07-31T16:19:57.543Z Compiling serde_json v1.0.151
13372026-07-31T16:19:57.567Z Compiling lock_api v0.4.14
13382026-07-31T16:19:57.593Z Compiling zerocopy v0.8.40
13392026-07-31T16:19:57.618Z Compiling portable-atomic v1.13.1
13402026-07-31T16:19:57.747Z Compiling parking_lot_core v0.9.12
13412026-07-31T16:19:57.798Z Compiling pin-project-lite v0.2.17
13422026-07-31T16:19:57.905Z Compiling libm v0.2.16
13432026-07-31T16:19:58.040Z Compiling getrandom v0.4.1
13442026-07-31T16:19:58.069Z Compiling jobserver v0.1.34
13452026-07-31T16:19:58.099Z Compiling errno v0.3.14
13462026-07-31T16:19:58.240Z Compiling getrandom v0.2.17
13472026-07-31T16:19:58.253Z Compiling critical-section v1.2.0
13482026-07-31T16:19:58.353Z Compiling cc v1.2.56
13492026-07-31T16:19:58.368Z Compiling pkg-config v0.3.32
13502026-07-31T16:19:58.401Z Compiling rand_core v0.6.4
13512026-07-31T16:19:58.466Z Compiling signal-hook-registry v1.4.8
13522026-07-31T16:19:58.671Z Compiling once_cell v1.21.3
13532026-07-31T16:19:58.698Z Compiling num-traits v0.2.19
13542026-07-31T16:19:58.737Z Compiling futures-core v0.3.32
13552026-07-31T16:19:58.770Z Compiling rand_core v0.10.0
13562026-07-31T16:19:58.898Z Compiling parking_lot v0.12.5
13572026-07-31T16:19:58.940Z Compiling mio v1.2.0
13582026-07-31T16:19:59.040Z Compiling generic-array v0.14.7
13592026-07-31T16:19:59.141Z Compiling const-oid v0.9.6
13602026-07-31T16:19:59.233Z Compiling percent-encoding v2.3.2
13612026-07-31T16:19:59.261Z Compiling litemap v0.8.1
13622026-07-31T16:19:59.422Z Compiling bitflags v2.11.0
13632026-07-31T16:19:59.453Z Compiling writeable v0.6.2
13642026-07-31T16:19:59.507Z Compiling semver v1.0.28
13652026-07-31T16:19:59.703Z Compiling icu_properties_data v2.1.2
13662026-07-31T16:19:59.826Z Compiling icu_normalizer_data v2.1.1
13672026-07-31T16:19:59.900Z Compiling socket2 v0.6.3
13682026-07-31T16:19:59.930Z Compiling futures-sink v0.3.32
13692026-07-31T16:20:00.023Z Compiling futures-channel v0.3.32
13702026-07-31T16:20:00.036Z Compiling futures-task v0.3.32
13712026-07-31T16:20:00.064Z Compiling slab v0.4.12
13722026-07-31T16:20:00.122Z Compiling synstructure v0.13.2
13732026-07-31T16:20:00.202Z Compiling futures-io v0.3.32
13742026-07-31T16:20:00.238Z Compiling utf8_iter v1.0.4
13752026-07-31T16:20:00.253Z Compiling indexmap v2.14.0
13762026-07-31T16:20:00.300Z Compiling form_urlencoded v1.2.2
13772026-07-31T16:20:00.314Z Compiling getrandom v0.3.4
13782026-07-31T16:20:00.352Z Compiling rustversion v1.0.22
13792026-07-31T16:20:00.382Z Compiling cmake v0.1.57
13802026-07-31T16:20:00.471Z Compiling dunce v1.0.5
13812026-07-31T16:20:00.537Z Compiling rustix v1.1.3
13822026-07-31T16:20:00.568Z Compiling fs_extra v1.3.0
13832026-07-31T16:20:00.719Z Compiling iana-time-zone v0.1.65
13842026-07-31T16:20:00.781Z Compiling ident_case v1.0.1
13852026-07-31T16:20:00.835Z Compiling aws-lc-sys v0.40.0
13862026-07-31T16:20:00.897Z Compiling regex-syntax v0.8.10
13872026-07-31T16:20:00.916Z Compiling uuid v1.23.4
13882026-07-31T16:20:00.919Z Compiling base64 v0.22.1
13892026-07-31T16:20:01.172Z Compiling rand_core v0.9.5
13902026-07-31T16:20:01.233Z Compiling base64ct v1.8.3
13912026-07-31T16:20:01.297Z Compiling vcpkg v0.2.15
13922026-07-31T16:20:01.442Z Compiling rustc_version v0.4.1
13932026-07-31T16:20:01.521Z Compiling pem-rfc7468 v0.7.0
13942026-07-31T16:20:01.582Z Compiling tracing-core v0.1.36
13952026-07-31T16:20:01.812Z Compiling flagset v0.4.7
13962026-07-31T16:20:01.848Z Compiling aws-lc-rs v1.16.3
13972026-07-31T16:20:01.861Z Compiling serde_derive v1.0.228
13982026-07-31T16:20:01.942Z Compiling zeroize_derive v1.5.0
13992026-07-31T16:20:02.072Z Compiling zerofrom-derive v0.1.6
14002026-07-31T16:20:02.123Z Compiling yoke-derive v0.8.1
14012026-07-31T16:20:02.171Z Compiling zerovec-derive v0.11.2
14022026-07-31T16:20:02.270Z Compiling displaydoc v0.2.5
14032026-07-31T16:20:02.594Z Compiling zeroize v1.9.0
14042026-07-31T16:20:02.812Z Compiling zerocopy-derive v0.8.40
14052026-07-31T16:20:03.260Z Compiling tokio-macros v2.7.0
14062026-07-31T16:20:03.299Z Compiling futures-macro v0.3.32
14072026-07-31T16:20:03.316Z Compiling openssl-sys v0.9.115
14082026-07-31T16:20:03.476Z Compiling zerofrom v0.1.6
14092026-07-31T16:20:03.604Z Compiling yoke v0.8.1
14102026-07-31T16:20:03.626Z Compiling crypto-common v0.1.7
14112026-07-31T16:20:03.774Z Compiling zerovec v0.11.5
14122026-07-31T16:20:03.791Z Compiling zerotrie v0.2.3
14132026-07-31T16:20:03.835Z Compiling block-buffer v0.10.4
14142026-07-31T16:20:03.992Z Compiling digest v0.10.7
14152026-07-31T16:20:04.010Z Compiling der_derive v0.7.3
14162026-07-31T16:20:04.091Z Compiling tracing-attributes v0.1.31
14172026-07-31T16:20:04.105Z Compiling futures-util v0.3.32
14182026-07-31T16:20:04.236Z Compiling tinystr v0.8.2
14192026-07-31T16:20:04.291Z Compiling potential_utf v0.1.4
14202026-07-31T16:20:04.434Z Compiling icu_locale_core v2.1.1
14212026-07-31T16:20:04.453Z Compiling icu_collections v2.1.1
14222026-07-31T16:20:04.922Z Compiling thiserror-impl v2.0.18
14232026-07-31T16:20:04.954Z Compiling der v0.7.10
14242026-07-31T16:20:05.305Z Compiling bytes v1.11.1
14252026-07-31T16:20:05.341Z Compiling icu_provider v2.1.1
14262026-07-31T16:20:05.395Z Compiling chrono v0.4.45
14272026-07-31T16:20:05.629Z Compiling icu_properties v2.1.2
14282026-07-31T16:20:05.918Z Compiling tokio v1.52.1
14292026-07-31T16:20:06.137Z Compiling icu_normalizer v2.1.1
14302026-07-31T16:20:06.223Z Compiling http v1.4.2
14312026-07-31T16:20:06.382Z Compiling thiserror v2.0.18
14322026-07-31T16:20:06.493Z Compiling idna_adapter v1.2.1
14332026-07-31T16:20:06.636Z Compiling idna v1.1.0
14342026-07-31T16:20:06.662Z Compiling tracing v0.1.44
14352026-07-31T16:20:06.744Z Compiling rustls-pki-types v1.14.0
14362026-07-31T16:20:06.850Z Compiling serde_derive_internals v0.29.1
14372026-07-31T16:20:06.982Z Compiling url v2.5.8
14382026-07-31T16:20:07.142Z Compiling ppv-lite86 v0.2.21
14392026-07-31T16:20:07.244Z Compiling http-body v1.0.1
14402026-07-31T16:20:07.265Z Compiling httparse v1.10.1
14412026-07-31T16:20:07.355Z Compiling tinyvec_macros v0.1.1
14422026-07-31T16:20:07.394Z Compiling schemars v0.8.22
14432026-07-31T16:20:07.396Z Compiling openssl-probe v0.2.1
14442026-07-31T16:20:07.464Z Compiling rand_chacha v0.9.0
14452026-07-31T16:20:07.579Z Compiling dyn-clone v1.0.20
14462026-07-31T16:20:07.594Z Compiling cmov v0.5.4
14472026-07-31T16:20:07.670Z Compiling rand v0.9.2
14482026-07-31T16:20:07.714Z Compiling tinyvec v1.10.0
14492026-07-31T16:20:07.728Z Compiling schemars_derive v0.8.22
14502026-07-31T16:20:07.762Z Compiling ctutils v0.4.2
14512026-07-31T16:20:07.797Z Compiling pest_generator v2.8.6
14522026-07-31T16:20:07.993Z Compiling spki v0.7.3
14532026-07-31T16:20:08.054Z Compiling aho-corasick v1.1.4
14542026-07-31T16:20:08.154Z Compiling atomic-waker v1.1.2
14552026-07-31T16:20:08.194Z Compiling try-lock v0.2.5
14562026-07-31T16:20:08.278Z Compiling tower-service v0.3.3
14572026-07-31T16:20:08.303Z Compiling untrusted v0.7.1
14582026-07-31T16:20:08.374Z Compiling tower-layer v0.3.3
14592026-07-31T16:20:08.411Z Compiling tempfile v3.25.0
14602026-07-31T16:20:08.425Z Compiling want v0.3.1
14612026-07-31T16:20:08.468Z Compiling pest_derive v2.8.6
14622026-07-31T16:20:08.529Z Compiling hybrid-array v0.4.13
14632026-07-31T16:20:08.759Z Compiling ipnet v2.11.0
14642026-07-31T16:20:08.866Z Compiling regex-automata v0.4.14
14652026-07-31T16:20:08.895Z Compiling scroll_derive v0.13.1
14662026-07-31T16:20:09.239Z Compiling darling_core v0.20.11
14672026-07-31T16:20:09.281Z Compiling httpdate v1.0.3
14682026-07-31T16:20:09.504Z Compiling rustls v0.23.41
14692026-07-31T16:20:09.673Z Compiling tokio-util v0.7.18
14702026-07-31T16:20:09.687Z Compiling foreign-types-shared v0.1.1
14712026-07-31T16:20:09.701Z Compiling untrusted v0.9.0
14722026-07-31T16:20:09.771Z Compiling cpufeatures v0.2.17
14732026-07-31T16:20:09.818Z Compiling openssl v0.10.79
14742026-07-31T16:20:09.847Z Compiling foreign-types v0.3.2
14752026-07-31T16:20:09.919Z Compiling scroll v0.13.0
14762026-07-31T16:20:10.061Z Compiling pkcs8 v0.10.2
14772026-07-31T16:20:10.180Z Compiling unicode-normalization v0.1.25
14782026-07-31T16:20:10.309Z Compiling openssl-macros v0.1.1
14792026-07-31T16:20:10.598Z Compiling h2 v0.4.15
14802026-07-31T16:20:10.627Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14812026-07-31T16:20:10.672Z Compiling spin v0.9.8
14822026-07-31T16:20:10.702Z Compiling powerfmt v0.2.0
14832026-07-31T16:20:10.874Z Compiling num-conv v0.2.0
14842026-07-31T16:20:10.897Z Compiling native-tls v0.2.18
14852026-07-31T16:20:11.002Z Compiling crc32fast v1.5.0
14862026-07-31T16:20:11.002Z Compiling time-core v0.1.8
14872026-07-31T16:20:11.161Z Compiling time-macros v0.2.27
14882026-07-31T16:20:11.306Z Compiling deranged v0.5.8
14892026-07-31T16:20:11.438Z Compiling darling_macro v0.20.11
14902026-07-31T16:20:11.949Z Compiling darling v0.20.11
14912026-07-31T16:20:12.033Z Compiling goblin v0.10.5
14922026-07-31T16:20:12.246Z Compiling sha2 v0.10.9
14932026-07-31T16:20:12.306Z Compiling hmac v0.12.1
14942026-07-31T16:20:12.462Z Compiling sync_wrapper v1.0.2
14952026-07-31T16:20:12.571Z Compiling wait-timeout v0.2.1
14962026-07-31T16:20:12.841Z Compiling usdt-impl v0.6.0
14972026-07-31T16:20:12.860Z Compiling bit-vec v0.8.0
14982026-07-31T16:20:13.038Z Compiling num_threads v0.1.7
14992026-07-31T16:20:13.091Z Compiling syn v1.0.109
15002026-07-31T16:20:13.135Z Compiling simd-adler32 v0.3.8
15012026-07-31T16:20:13.374Z Compiling siphasher v1.0.2
15022026-07-31T16:20:13.390Z Compiling crossbeam-utils v0.8.21
15032026-07-31T16:20:13.537Z Compiling quick-error v1.2.3
15042026-07-31T16:20:13.604Z Compiling time v0.3.47
15052026-07-31T16:20:13.641Z Compiling hyper v1.10.1
15062026-07-31T16:20:13.684Z Compiling rusty-fork v0.3.1
15072026-07-31T16:20:14.319Z Compiling bit-set v0.8.0
15082026-07-31T16:20:14.481Z Compiling tower v0.5.3
15092026-07-31T16:20:14.548Z Compiling derive_builder_core v0.20.2
15102026-07-31T16:20:14.797Z Compiling hyper-util v0.1.20
15112026-07-31T16:20:14.948Z Compiling dof v0.4.0
15122026-07-31T16:20:15.140Z Compiling dtrace-parser v0.3.0
15132026-07-31T16:20:15.204Z Compiling http-body-util v0.1.3
15142026-07-31T16:20:15.378Z Compiling thiserror-impl v1.0.69
15152026-07-31T16:20:15.441Z Compiling scroll_derive v0.12.1
15162026-07-31T16:20:15.844Z Compiling heapless v0.7.17
15172026-07-31T16:20:16.066Z Compiling rand_xorshift v0.4.0
15182026-07-31T16:20:16.080Z Compiling slog v2.8.2
15192026-07-31T16:20:16.083Z Compiling darling_core v0.23.0
15202026-07-31T16:20:16.169Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-07-31T16:20:16.224Z Compiling thread-id v5.1.0
15222026-07-31T16:20:16.258Z Compiling cookie v0.18.1
15232026-07-31T16:20:16.304Z Compiling ryu v1.0.23
15242026-07-31T16:20:16.434Z Compiling paste v1.0.15
15252026-07-31T16:20:16.438Z Compiling unicode-properties v0.1.4
15262026-07-31T16:20:16.476Z Compiling signal-hook v0.3.18
15272026-07-31T16:20:16.479Z Compiling anyhow v1.0.102
15282026-07-31T16:20:16.600Z Compiling unarray v0.1.4
15292026-07-31T16:20:16.635Z Compiling allocator-api2 v0.2.21
15302026-07-31T16:20:16.649Z Compiling iri-string v0.7.10
15312026-07-31T16:20:16.702Z Compiling zstd-safe v7.2.4
15322026-07-31T16:20:16.716Z Compiling adler2 v2.0.1
15332026-07-31T16:20:16.827Z Compiling unicode-bidi v0.3.18
15342026-07-31T16:20:16.946Z Compiling miniz_oxide v0.8.9
15352026-07-31T16:20:17.054Z Compiling proptest v1.11.0
15362026-07-31T16:20:17.088Z Compiling thiserror v1.0.69
15372026-07-31T16:20:17.189Z Compiling stringprep v0.1.5
15382026-07-31T16:20:17.592Z Compiling serde_urlencoded v0.7.1
15392026-07-31T16:20:17.764Z Compiling scroll v0.12.0
15402026-07-31T16:20:17.832Z Compiling tower-http v0.6.8
15412026-07-31T16:20:18.077Z Compiling derive_builder_macro v0.20.2
15422026-07-31T16:20:18.101Z Compiling tokio-native-tls v0.3.1
15432026-07-31T16:20:18.229Z Compiling camino v1.2.2
15442026-07-31T16:20:18.271Z Compiling bstr v1.12.1
15452026-07-31T16:20:18.538Z Compiling ipnetwork v0.21.1
15462026-07-31T16:20:18.569Z Compiling darling_macro v0.23.0
15472026-07-31T16:20:18.595Z Compiling crypto-common v0.2.2
15482026-07-31T16:20:18.663Z Compiling block-buffer v0.12.1
15492026-07-31T16:20:18.855Z Compiling block-padding v0.4.2
15502026-07-31T16:20:18.892Z Compiling rustls-native-certs v0.8.3
15512026-07-31T16:20:18.921Z Compiling rand_chacha v0.3.1
15522026-07-31T16:20:19.016Z Compiling hex v0.4.3
15532026-07-31T16:20:19.039Z Compiling serde_spanned v0.6.9
15542026-07-31T16:20:19.172Z Compiling serde_tokenstream v0.2.3
15552026-07-31T16:20:19.186Z Compiling toml_datetime v0.6.11
15562026-07-31T16:20:19.276Z Compiling erased-serde v0.3.31
15572026-07-31T16:20:19.434Z Compiling md-5 v0.10.6
15582026-07-31T16:20:19.477Z Compiling signature v2.2.0
15592026-07-31T16:20:19.602Z Compiling async-trait v0.1.89
15602026-07-31T16:20:19.657Z Compiling zerocopy-derive v0.7.35
15612026-07-31T16:20:19.675Z Compiling pin-project-internal v1.1.11
15622026-07-31T16:20:19.763Z Compiling curve25519-dalek v4.1.3
15632026-07-31T16:20:20.091Z Compiling vergen-lib v9.1.0
15642026-07-31T16:20:20.268Z Compiling hash32 v0.2.1
15652026-07-31T16:20:20.272Z Compiling num-integer v0.1.46
15662026-07-31T16:20:20.460Z Compiling memoffset v0.9.1
15672026-07-31T16:20:20.503Z Compiling encoding_rs v0.8.35
15682026-07-31T16:20:20.598Z Compiling rustix v0.38.44
15692026-07-31T16:20:20.612Z Compiling fallible-iterator v0.2.0
15702026-07-31T16:20:20.649Z Compiling num-bigint-dig v0.8.6
15712026-07-31T16:20:20.762Z Compiling mime v0.3.17
15722026-07-31T16:20:20.833Z Compiling psl-types v2.0.11
15732026-07-31T16:20:20.922Z Compiling smoltcp v0.9.1
15742026-07-31T16:20:20.936Z Compiling cfg_aliases v0.2.1
15752026-07-31T16:20:20.958Z Compiling ref-cast v1.0.25
15762026-07-31T16:20:21.007Z Compiling zlib-rs v0.6.2
15772026-07-31T16:20:21.021Z Compiling litrs v1.0.0
15782026-07-31T16:20:21.278Z Compiling nix v0.31.2
15792026-07-31T16:20:21.308Z Compiling publicsuffix v2.3.0
15802026-07-31T16:20:21.511Z Compiling document-features v0.2.12
15812026-07-31T16:20:21.566Z Compiling postgres-protocol v0.6.10
15822026-07-31T16:20:21.651Z Compiling pin-project v1.1.11
15832026-07-31T16:20:21.925Z Compiling zerocopy v0.7.35
15842026-07-31T16:20:21.974Z Compiling num-iter v0.1.45
15852026-07-31T16:20:22.026Z Compiling hubpack_derive v0.1.1
15862026-07-31T16:20:22.245Z Compiling newtype-uuid v1.3.2
15872026-07-31T16:20:22.466Z Compiling rand v0.8.6
15882026-07-31T16:20:22.479Z Compiling darling v0.23.0
15892026-07-31T16:20:22.560Z Compiling inout v0.2.2
15902026-07-31T16:20:22.575Z Compiling oxnet v0.1.6
15912026-07-31T16:20:22.578Z Compiling derive_builder v0.20.2
15922026-07-31T16:20:22.589Z Compiling hyper-tls v0.6.0
15932026-07-31T16:20:22.739Z Compiling goblin v0.8.2
15942026-07-31T16:20:23.299Z Compiling phf_shared v0.13.1
15952026-07-31T16:20:23.340Z Compiling regex v1.12.3
15962026-07-31T16:20:23.355Z Compiling lazy_static v1.5.0
15972026-07-31T16:20:23.445Z Compiling anstyle-parse v0.2.7
15982026-07-31T16:20:23.533Z Compiling futures-executor v0.3.32
15992026-07-31T16:20:23.627Z Compiling terminal_size v0.4.3
16002026-07-31T16:20:23.749Z Compiling snafu-derive v0.8.9
16012026-07-31T16:20:23.752Z Compiling curve25519-dalek-derive v0.1.1
16022026-07-31T16:20:23.776Z Compiling daft-derive v0.1.7
16032026-07-31T16:20:23.789Z Compiling strum_macros v0.27.2
16042026-07-31T16:20:24.250Z Compiling flate2 v1.1.9
16052026-07-31T16:20:24.388Z Compiling ref-cast-impl v1.0.25
16062026-07-31T16:20:24.482Z Compiling vergen v9.1.0
16072026-07-31T16:20:24.657Z Compiling cargo-platform v0.3.2
16082026-07-31T16:20:24.657Z Compiling ff v0.13.1
16092026-07-31T16:20:24.814Z Compiling fs-err v3.3.0
16102026-07-31T16:20:24.927Z Compiling ahash v0.8.12
16112026-07-31T16:20:24.930Z Compiling libbz2-rs-sys v0.2.2
16122026-07-31T16:20:24.999Z Compiling same-file v1.0.6
16132026-07-31T16:20:25.140Z Compiling winnow v0.5.40
16142026-07-31T16:20:25.164Z Compiling object v0.37.3
16152026-07-31T16:20:25.433Z Compiling foldhash v0.2.0
16162026-07-31T16:20:25.611Z Compiling foldhash v0.1.5
16172026-07-31T16:20:25.625Z Compiling bitflags v1.3.2
16182026-07-31T16:20:25.652Z Compiling unicode-segmentation v1.12.0
16192026-07-31T16:20:25.699Z Compiling base16ct v0.2.0
16202026-07-31T16:20:25.720Z Compiling bumpalo v3.20.2
16212026-07-31T16:20:25.782Z Compiling managed v0.8.0
16222026-07-31T16:20:25.878Z Compiling sec1 v0.7.3
16232026-07-31T16:20:25.995Z Compiling zopfli v0.8.3
16242026-07-31T16:20:26.028Z Compiling hashbrown v0.15.5
16252026-07-31T16:20:26.151Z Compiling strum v0.27.2
16262026-07-31T16:20:26.164Z Compiling clap_builder v4.6.0
16272026-07-31T16:20:26.278Z Compiling snafu v0.8.9
16282026-07-31T16:20:26.560Z Compiling toml_edit v0.19.15
16292026-07-31T16:20:26.574Z Compiling hashbrown v0.16.1
16302026-07-31T16:20:26.644Z Compiling bzip2 v0.6.1
16312026-07-31T16:20:26.737Z Compiling walkdir v2.5.0
16322026-07-31T16:20:26.892Z Compiling dof v0.3.0
16332026-07-31T16:20:26.997Z Compiling cargo_metadata v0.23.1
16342026-07-31T16:20:27.086Z Compiling group v0.13.0
16352026-07-31T16:20:27.208Z Compiling daft v0.1.7
16362026-07-31T16:20:27.493Z Compiling futures v0.3.32
16372026-07-31T16:20:27.579Z Compiling anstream v0.6.21
16382026-07-31T16:20:27.617Z Compiling phf v0.13.1
16392026-07-31T16:20:27.998Z Compiling signal-hook-mio v0.2.5
16402026-07-31T16:20:28.119Z Compiling cookie_store v0.22.1
16412026-07-31T16:20:28.240Z Compiling zstd v0.13.3
16422026-07-31T16:20:28.351Z Compiling bzip2 v0.4.4
16432026-07-31T16:20:28.502Z Compiling reqwest v0.12.28
16442026-07-31T16:20:28.562Z Compiling cipher v0.5.2
16452026-07-31T16:20:28.751Z Compiling serde_with_macros v3.21.0
16462026-07-31T16:20:28.867Z Compiling hubpack v0.1.2
16472026-07-31T16:20:29.083Z Compiling postgres-types v0.2.12
16482026-07-31T16:20:29.244Z Compiling ed25519 v2.2.3
16492026-07-31T16:20:29.623Z Compiling usdt-attr-macro v0.6.0
16502026-07-31T16:20:29.855Z Compiling usdt-macro v0.6.0
16512026-07-31T16:20:30.115Z Compiling globset v0.4.18
16522026-07-31T16:20:30.173Z Compiling dtrace-parser v0.2.0
16532026-07-31T16:20:30.310Z Compiling phf_shared v0.11.3
16542026-07-31T16:20:30.423Z Compiling hkdf v0.12.4
16552026-07-31T16:20:30.494Z Compiling olpc-cjson v0.1.4
16562026-07-31T16:20:30.591Z Compiling pkcs1 v0.7.5
16572026-07-31T16:20:30.612Z Compiling serde-big-array v0.5.1
16582026-07-31T16:20:30.655Z Compiling serde_plain v1.0.2
16592026-07-31T16:20:30.754Z Compiling crypto-bigint v0.5.5
16602026-07-31T16:20:30.772Z Compiling strum_macros v0.26.4
16612026-07-31T16:20:30.846Z Compiling clap_derive v4.6.1
16622026-07-31T16:20:30.901Z Compiling enum-as-inner v0.6.1
16632026-07-31T16:20:30.979Z Compiling serde_repr v0.1.20
16642026-07-31T16:20:31.404Z Compiling async-recursion v1.1.1
16652026-07-31T16:20:31.504Z Compiling pem v3.0.6
16662026-07-31T16:20:31.860Z Compiling float-cmp v0.10.0
16672026-07-31T16:20:32.016Z Compiling thread-id v4.2.2
16682026-07-31T16:20:32.055Z Compiling memmap2 v0.9.10
16692026-07-31T16:20:32.106Z Compiling env_filter v1.0.0
16702026-07-31T16:20:32.222Z Compiling data-encoding v2.10.0
16712026-07-31T16:20:32.273Z Compiling winnow v1.0.3
16722026-07-31T16:20:32.408Z Compiling keccak v0.1.6
16732026-07-31T16:20:32.534Z Compiling whoami v2.1.0
16742026-07-31T16:20:32.611Z Compiling static_assertions v1.1.0
16752026-07-31T16:20:32.627Z Compiling fixedbitset v0.4.2
16762026-07-31T16:20:32.689Z Compiling typed-path v0.9.3
16772026-07-31T16:20:32.843Z Compiling difflib v0.4.0
16782026-07-31T16:20:32.907Z Compiling fixedbitset v0.5.7
16792026-07-31T16:20:32.910Z Compiling predicates-core v1.0.10
16802026-07-31T16:20:32.922Z Compiling cpufeatures v0.3.0
16812026-07-31T16:20:33.011Z Compiling either v1.15.0
16822026-07-31T16:20:33.090Z Compiling normalize-line-endings v0.3.0
16832026-07-31T16:20:33.154Z Compiling const-oid v0.10.2
16842026-07-31T16:20:33.187Z Compiling jiff v0.2.21
16852026-07-31T16:20:33.203Z Compiling precomputed-hash v0.1.1
16862026-07-31T16:20:33.217Z Compiling new_debug_unreachable v1.0.6
16872026-07-31T16:20:33.221Z Compiling predicates v3.1.4
16882026-07-31T16:20:33.287Z Compiling string_cache v0.8.9
16892026-07-31T16:20:33.287Z Compiling itertools v0.13.0
16902026-07-31T16:20:33.349Z Compiling digest v0.11.3
16912026-07-31T16:20:33.383Z Compiling petgraph v0.8.3
16922026-07-31T16:20:33.501Z Compiling chacha20 v0.10.0
16932026-07-31T16:20:33.560Z Compiling toml_edit v0.22.27
16942026-07-31T16:20:33.846Z Compiling petgraph v0.6.5
16952026-07-31T16:20:33.869Z Compiling tokio-postgres v0.7.16
16962026-07-31T16:20:33.884Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16972026-07-31T16:20:34.528Z Compiling clap v4.6.1
16982026-07-31T16:20:34.604Z Compiling toml_parser v1.1.2+spec-1.1.0
16992026-07-31T16:20:35.224Z Compiling sha3 v0.10.8
17002026-07-31T16:20:35.279Z Compiling strum v0.26.3
17012026-07-31T16:20:35.296Z Compiling hickory-proto v0.25.2
17022026-07-31T16:20:35.411Z Compiling env_logger v0.11.9
17032026-07-31T16:20:35.667Z Compiling usdt v0.6.0
17042026-07-31T16:20:35.763Z Compiling zip v4.6.1
17052026-07-31T16:20:35.932Z Compiling usdt-impl v0.5.0
17062026-07-31T16:20:36.050Z Compiling elliptic-curve v0.13.8
17072026-07-31T16:20:36.242Z Compiling rsa v0.9.10
17082026-07-31T16:20:36.454Z Compiling crossterm v0.28.1
17092026-07-31T16:20:36.497Z Compiling serde_with v3.21.0
17102026-07-31T16:20:36.644Z Compiling ed25519-dalek v2.2.0
17112026-07-31T16:20:37.194Z Compiling zip v0.6.6
17122026-07-31T16:20:37.728Z Compiling toml v0.7.8
17132026-07-31T16:20:37.763Z Compiling iddqd v0.4.2
17142026-07-31T16:20:38.337Z Compiling heck v0.4.1
17152026-07-31T16:20:38.383Z Compiling similar v2.7.0
17162026-07-31T16:20:38.400Z Compiling byte-wrapper v0.1.0
17172026-07-31T16:20:38.559Z Compiling crossbeam-epoch v0.9.18
17182026-07-31T16:20:38.730Z Compiling tokio-stream v0.1.18
17192026-07-31T16:20:38.893Z Compiling buf-list v1.1.2
17202026-07-31T16:20:39.025Z Compiling x509-cert v0.2.5
17212026-07-31T16:20:39.163Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17222026-07-31T16:20:39.191Z Compiling openapiv3 v2.2.0
17232026-07-31T16:20:39.226Z Compiling peg-runtime v0.8.5
17242026-07-31T16:20:39.348Z Compiling lalrpop-util v0.19.12
17252026-07-31T16:20:39.456Z Compiling thread_local v1.1.9
17262026-07-31T16:20:39.501Z Compiling slog-async v2.8.0
17272026-07-31T16:20:39.540Z Compiling crossbeam-channel v0.5.15
17282026-07-31T16:20:39.705Z Compiling filetime v0.2.27
17292026-07-31T16:20:39.814Z Compiling is-terminal v0.4.17
17302026-07-31T16:20:39.885Z Compiling take_mut v0.2.2
17312026-07-31T16:20:39.913Z Compiling xattr v1.6.1
17322026-07-31T16:20:39.965Z Compiling term v1.2.1
17332026-07-31T16:20:40.003Z Compiling camino-tempfile v1.4.1
17342026-07-31T16:20:40.078Z Compiling tar v0.4.46
17352026-07-31T16:20:40.226Z Compiling slog-term v2.9.2
17362026-07-31T16:20:50.475Z Compiling rustls-webpki v0.103.13
17372026-07-31T16:20:53.144Z Compiling tokio-rustls v0.26.4
17382026-07-31T16:20:53.144Z Compiling rustls-platform-verifier v0.6.2
17392026-07-31T16:20:53.152Z Compiling tough v0.22.0
17402026-07-31T16:20:53.350Z Compiling hyper-rustls v0.27.7
17412026-07-31T16:20:53.543Z Compiling reqwest v0.13.2
17422026-07-31T16:20:55.753Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17432026-07-31T16:20:55.968Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17442026-07-31T16:20:58.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17452026-07-31T16:20:59.027Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17462026-07-31T16:20:59.080ZJul 31 16:20:57.449 INFO Starting download, target: Cockroach
17472026-07-31T16:20:59.080ZJul 31 16:20:57.450 INFO Starting download, target: Clickhouse
17482026-07-31T16:20:59.080ZJul 31 16:20:57.450 INFO Starting download, target: DendriteStub
17492026-07-31T16:20:59.080ZJul 31 16:20:57.450 INFO Starting download, target: Console
17502026-07-31T16:20:59.083ZJul 31 16:20:57.450 INFO Starting download, target: MaghemiteMgd
17512026-07-31T16:20:59.083ZJul 31 16:20:57.450 INFO Starting download, target: MaghemiteDdmd
17522026-07-31T16:20:59.083ZJul 31 16:20:57.450 INFO Starting download, target: TransceiverControl
17532026-07-31T16:20:59.083ZJul 31 16:20:57.450 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17542026-07-31T16:20:59.083ZJul 31 16:20:57.450 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17552026-07-31T16:20:59.083ZJul 31 16:20:57.450 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17562026-07-31T16:20:59.083ZJul 31 16:20:57.450 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17572026-07-31T16:20:59.084ZJul 31 16:20:57.450 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17582026-07-31T16:20:59.084ZJul 31 16:20:57.450 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17592026-07-31T16:20:59.084ZJul 31 16:20:57.450 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17602026-07-31T16:20:59.550ZJul 31 16:20:57.900 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17612026-07-31T16:20:59.742ZJul 31 16:20:58.110 INFO Download complete, target: TransceiverControl
17622026-07-31T16:21:00.903ZJul 31 16:20:59.268 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17632026-07-31T16:21:00.907ZJul 31 16:20:59.273 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17642026-07-31T16:21:00.966ZJul 31 16:20:59.334 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17652026-07-31T16:21:01.014ZJul 31 16:20:59.384 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-07-31T16:21:01.262ZJul 31 16:20:59.629 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17672026-07-31T16:21:01.310ZJul 31 16:20:59.678 INFO Download complete, target: Console
17682026-07-31T16:21:01.600ZJul 31 16:20:59.970 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17692026-07-31T16:21:01.600ZJul 31 16:20:59.970 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17702026-07-31T16:21:02.928ZJul 31 16:21:01.298 INFO Download complete, target: MaghemiteDdmd
17712026-07-31T16:21:03.358ZJul 31 16:21:01.728 INFO Download complete, target: DendriteStub
17722026-07-31T16:21:03.891ZJul 31 16:21:02.261 INFO Download complete, target: MaghemiteMgd
17732026-07-31T16:21:06.324ZJul 31 16:21:04.694 INFO Checking that binary works, target: Cockroach
17742026-07-31T16:21:06.440ZJul 31 16:21:04.809 INFO Download complete, target: Cockroach
17752026-07-31T16:21:07.760ZJul 31 16:21:06.129 INFO Checking that binary works, target: Clickhouse
17762026-07-31T16:21:07.876ZJul 31 16:21:06.246 INFO Download complete, target: Clickhouse
17772026-07-31T16:21:07.892ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-07-31T16:21:07.895Z
17792026-07-31T16:21:07.895Zreal 2:08.770485497
17802026-07-31T16:21:07.896Zuser 6:33.651487817
17812026-07-31T16:21:07.896Zsys 1:19.919699670
17822026-07-31T16:21:07.896Ztrap 0.227726622
17832026-07-31T16:21:07.896Ztflt 0.558342741
17842026-07-31T16:21:07.896Zdflt 0.730819036
17852026-07-31T16:21:07.896Zkflt 0.024120642
17862026-07-31T16:21:07.896Zlock 24:48.744316219
17872026-07-31T16:21:07.896Zslp 20:01.495956883
17882026-07-31T16:21:07.896Zlat 39.396132589
17892026-07-31T16:21:07.896Zstop 2:21.571597035
17902026-07-31T16:21:07.896Z+ banner clippy
17912026-07-31T16:21:07.896Z
17922026-07-31T16:21:07.896Z #### # # ##### ##### # #
17932026-07-31T16:21:07.896Z # # # # # # # # # #
17942026-07-31T16:21:07.896Z # # # # # # # #
17952026-07-31T16:21:07.896Z # # # ##### ##### #
17962026-07-31T16:21:07.896Z # # # # # # #
17972026-07-31T16:21:07.896Z #### ###### # # # #
17982026-07-31T16:21:07.896Z
17992026-07-31T16:21:07.896Z+ export CARGO_INCREMENTAL=0
18002026-07-31T16:21:07.896Z+ CARGO_INCREMENTAL=0
18012026-07-31T16:21:07.896Z+ ptime -m cargo xtask clippy
18022026-07-31T16:21:08.357Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-07-31T16:21:08.643Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-07-31T16:21:10.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18052026-07-31T16:21:10.495Z Running `target/debug/xtask clippy`
18062026-07-31T16:21:10.521Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18072026-07-31T16:21:11.089Z Downloading crates ...
18082026-07-31T16:21:11.266Z Downloaded cast v0.3.0
18092026-07-31T16:21:11.269Z Downloaded concurrent-queue v2.5.0
18102026-07-31T16:21:11.269Z Downloaded addr2line v0.25.1
18112026-07-31T16:21:11.269Z Downloaded assert_cmd v2.1.2
18122026-07-31T16:21:11.272Z Downloaded approx v0.5.1
18132026-07-31T16:21:11.272Z Downloaded backtrace-ext v0.2.1
18142026-07-31T16:21:11.272Z Downloaded constant_time_eq v0.3.1
18152026-07-31T16:21:11.272Z Downloaded async-object-pool v0.2.0
18162026-07-31T16:21:11.272Z Downloaded assert-json-diff v2.0.2
18172026-07-31T16:21:11.275Z Downloaded criterion-plot v0.6.0
18182026-07-31T16:21:11.275Z Downloaded anes v0.1.6
18192026-07-31T16:21:11.275Z Downloaded escape8259 v0.5.3
18202026-07-31T16:21:11.278Z Downloaded event-listener-strategy v0.5.4
18212026-07-31T16:21:11.278Z Downloaded cfg-expr v0.20.6
18222026-07-31T16:21:11.278Z Downloaded blake2b_simd v1.0.4
18232026-07-31T16:21:11.282Z Downloaded datatest-stable v0.3.3
18242026-07-31T16:21:11.282Z Downloaded async-lock v3.4.2
18252026-07-31T16:21:11.286Z Downloaded event-listener v5.4.1
18262026-07-31T16:21:11.286Z Downloaded chumsky v0.9.3
18272026-07-31T16:21:11.287Z Downloaded futures-timer v3.0.3
18282026-07-31T16:21:11.289Z Downloaded backtrace v0.3.76
18292026-07-31T16:21:11.289Z Downloaded fancy-regex v0.14.0
18302026-07-31T16:21:11.292Z Downloaded guppy-workspace-hack v0.1.0
18312026-07-31T16:21:11.292Z Downloaded hex-literal v0.4.1
18322026-07-31T16:21:11.292Z Downloaded criterion v0.7.0
18332026-07-31T16:21:11.295Z Downloaded hickory-client v0.25.2
18342026-07-31T16:21:11.295Z Downloaded httptest v0.16.4
18352026-07-31T16:21:11.298Z Downloaded linkme-impl v0.3.35
18362026-07-31T16:21:11.298Z Downloaded miette-derive v5.10.0
18372026-07-31T16:21:11.298Z Downloaded nested v0.1.1
18382026-07-31T16:21:11.298Z Downloaded libtest-mimic v0.8.1
18392026-07-31T16:21:11.302Z Downloaded knuffel-derive v3.2.0
18402026-07-31T16:21:11.302Z Downloaded pathdiff v0.2.3
18412026-07-31T16:21:11.302Z Downloaded linkme v0.3.35
18422026-07-31T16:21:11.305Z Downloaded parking v2.2.1
18432026-07-31T16:21:11.305Z Downloaded oorandom v11.1.5
18442026-07-31T16:21:11.305Z Downloaded owo-colors v3.5.0
18452026-07-31T16:21:11.305Z Downloaded path-tree v0.8.3
18462026-07-31T16:21:11.308Z Downloaded plotters-backend v0.3.7
18472026-07-31T16:21:11.308Z Downloaded plotters-svg v0.3.7
18482026-07-31T16:21:11.308Z Downloaded knuffel v3.2.0
18492026-07-31T16:21:11.308Z Downloaded partial-io v0.5.4
18502026-07-31T16:21:11.311Z Downloaded gimli v0.32.3
18512026-07-31T16:21:11.314Z Downloaded guppy v0.17.25
18522026-07-31T16:21:11.317Z Downloaded miette v5.10.0
18532026-07-31T16:21:11.317Z Downloaded relative-path v1.9.3
18542026-07-31T16:21:11.321Z Downloaded rustc-demangle v0.1.27
18552026-07-31T16:21:11.321Z Downloaded rust-argon2 v2.1.0
18562026-07-31T16:21:11.321Z Downloaded serde_regex v1.1.0
18572026-07-31T16:21:11.321Z Downloaded similar-asserts v1.7.0
18582026-07-31T16:21:11.324Z Downloaded supports-color v2.1.0
18592026-07-31T16:21:11.324Z Downloaded hashbrown v0.14.5
18602026-07-31T16:21:11.327Z Downloaded supports-hyperlinks v2.1.0
18612026-07-31T16:21:11.327Z Downloaded supports-unicode v2.1.0
18622026-07-31T16:21:11.327Z Downloaded rstest v0.25.0
18632026-07-31T16:21:11.330Z Downloaded rand_distr v0.5.1
18642026-07-31T16:21:11.333Z Downloaded rstest_macros v0.25.0
18652026-07-31T16:21:11.333Z Downloaded terminal_size v0.1.17
18662026-07-31T16:21:11.336Z Downloaded stringmetrics v2.2.2
18672026-07-31T16:21:11.336Z Downloaded target-triple v1.0.0
18682026-07-31T16:21:11.336Z Downloaded termcolor v1.4.1
18692026-07-31T16:21:11.336Z Downloaded target-lexicon v0.13.3
18702026-07-31T16:21:11.339Z Downloaded target-spec v3.5.7
18712026-07-31T16:21:11.339Z Downloaded plotters v0.3.7
18722026-07-31T16:21:11.342Z Downloaded tinytemplate v1.2.1
18732026-07-31T16:21:11.345Z Downloaded textwrap v0.15.2
18742026-07-31T16:21:11.345Z Downloaded trybuild v1.0.116
18752026-07-31T16:21:11.394Z Downloaded httpmock v0.8.3
18762026-07-31T16:21:13.114Z Checking cfg-if v1.0.4
18772026-07-31T16:21:13.476Z Checking libc v0.2.185
18782026-07-31T16:21:13.479Z Checking serde_core v1.0.228
18792026-07-31T16:21:13.547Z Checking memchr v2.8.0
18802026-07-31T16:21:13.588Z Checking smallvec v1.15.1
18812026-07-31T16:21:13.621Z Checking zeroize v1.9.0
18822026-07-31T16:21:13.656Z Checking rand_core v0.10.0
18832026-07-31T16:21:13.693Z Checking itoa v1.0.17
18842026-07-31T16:21:13.729Z Checking subtle v2.6.1
18852026-07-31T16:21:13.791Z Checking libm v0.2.16
18862026-07-31T16:21:13.827Z Checking log v0.4.29
18872026-07-31T16:21:13.875Z Checking typenum v1.20.1
18882026-07-31T16:21:13.916Z Checking getrandom v0.4.1
18892026-07-31T16:21:13.916Z Checking errno v0.3.14
18902026-07-31T16:21:13.985Z Checking scopeguard v1.2.0
18912026-07-31T16:21:14.024Z Checking stable_deref_trait v1.2.1
18922026-07-31T16:21:14.060Z Checking zmij v1.0.21
18932026-07-31T16:21:14.101Z Checking zerofrom v0.1.6
18942026-07-31T16:21:14.140Z Checking lock_api v0.4.14
18952026-07-31T16:21:14.178Z Checking percent-encoding v2.3.2
18962026-07-31T16:21:14.216Z Checking litemap v0.8.1
18972026-07-31T16:21:14.252Z Checking yoke v0.8.1
18982026-07-31T16:21:14.289Z Checking writeable v0.6.2
18992026-07-31T16:21:14.344Z Checking icu_properties_data v2.1.2
19002026-07-31T16:21:14.383Z Checking icu_normalizer_data v2.1.1
19012026-07-31T16:21:14.420Z Checking form_urlencoded v1.2.2
19022026-07-31T16:21:14.457Z Checking zerovec v0.11.5
19032026-07-31T16:21:14.496Z Checking zerotrie v0.2.3
19042026-07-31T16:21:14.499Z Checking num-traits v0.2.19
19052026-07-31T16:21:14.564Z Checking utf8_iter v1.0.4
19062026-07-31T16:21:14.602Z Checking zerocopy v0.8.40
19072026-07-31T16:21:14.605Z Checking pin-project-lite v0.2.17
19082026-07-31T16:21:14.677Z Checking parking_lot_core v0.9.12
19092026-07-31T16:21:14.718Z Checking portable-atomic v1.13.1
19102026-07-31T16:21:14.756Z Checking critical-section v1.2.0
19112026-07-31T16:21:14.803Z Checking signal-hook-registry v1.4.8
19122026-07-31T16:21:14.887Z Checking mio v1.2.0
19132026-07-31T16:21:14.927Z Checking tinystr v0.8.2
19142026-07-31T16:21:14.930Z Checking potential_utf v0.1.4
19152026-07-31T16:21:14.997Z Checking serde v1.0.228
19162026-07-31T16:21:15.001Z Checking serde_json v1.0.151
19172026-07-31T16:21:15.075Z Checking bitflags v2.11.0
19182026-07-31T16:21:15.116Z Checking icu_collections v2.1.1
19192026-07-31T16:21:15.154Z Checking icu_locale_core v2.1.1
19202026-07-31T16:21:15.157Z Checking parking_lot v0.12.5
19212026-07-31T16:21:15.226Z Checking once_cell v1.21.3
19222026-07-31T16:21:15.270Z Checking iana-time-zone v0.1.65
19232026-07-31T16:21:15.376Z Checking uuid v1.23.4
19242026-07-31T16:21:15.414Z Checking socket2 v0.6.3
19252026-07-31T16:21:15.453Z Checking bytes v1.11.1
19262026-07-31T16:21:15.456Z Checking chrono v0.4.45
19272026-07-31T16:21:15.533Z Checking semver v1.0.28
19282026-07-31T16:21:15.689Z Checking thiserror v2.0.18
19292026-07-31T16:21:15.751Z Checking dyn-clone v1.0.20
19302026-07-31T16:21:15.793Z Checking icu_provider v2.1.1
19312026-07-31T16:21:15.836Z Checking futures-core v0.3.32
19322026-07-31T16:21:15.839Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19332026-07-31T16:21:15.840Z Checking equivalent v1.0.2
19342026-07-31T16:21:15.947Z Checking getrandom v0.2.17
19352026-07-31T16:21:15.951Z Checking tokio v1.52.1
19362026-07-31T16:21:16.017Z Checking rustix v1.1.3
19372026-07-31T16:21:16.022Z Checking cmov v0.5.4
19382026-07-31T16:21:16.090Z Checking icu_normalizer v2.1.1
19392026-07-31T16:21:16.129Z Checking icu_properties v2.1.2
19402026-07-31T16:21:16.214Z Checking rand_core v0.6.4
19412026-07-31T16:21:16.267Z Checking ctutils v0.4.2
19422026-07-31T16:21:16.347Z Checking byteorder v1.5.0
19432026-07-31T16:21:16.420Z Checking futures-sink v0.3.32
19442026-07-31T16:21:16.423Z Checking getrandom v0.3.4
19452026-07-31T16:21:16.501Z Checking hybrid-array v0.4.13
19462026-07-31T16:21:16.549Z Checking futures-channel v0.3.32
19472026-07-31T16:21:16.584Z Checking futures-task v0.3.32
19482026-07-31T16:21:16.625Z Checking slab v0.4.12
19492026-07-31T16:21:16.749Z Checking futures-io v0.3.32
19502026-07-31T16:21:16.785Z Checking generic-array v0.14.7
19512026-07-31T16:21:16.819Z Checking hashbrown v0.17.0
19522026-07-31T16:21:16.870Z Checking thiserror v1.0.69
19532026-07-31T16:21:16.906Z Checking futures-util v0.3.32
19542026-07-31T16:21:16.964Z Checking idna_adapter v1.2.1
19552026-07-31T16:21:17.008Z Checking fnv v1.0.7
19562026-07-31T16:21:17.111Z Checking idna v1.1.0
19572026-07-31T16:21:17.148Z Checking regex-syntax v0.8.10
19582026-07-31T16:21:17.276Z Checking base64ct v1.8.3
19592026-07-31T16:21:17.312Z Checking crypto-common v0.2.2
19602026-07-31T16:21:17.349Z Checking indexmap v2.14.0
19612026-07-31T16:21:17.352Z Checking ppv-lite86 v0.2.21
19622026-07-31T16:21:17.417Z Checking url v2.5.8
19632026-07-31T16:21:17.532Z Checking const-oid v0.9.6
19642026-07-31T16:21:17.709Z Checking crypto-common v0.1.7
19652026-07-31T16:21:17.852Z Checking block-buffer v0.12.1
19662026-07-31T16:21:17.889Z Checking schemars v0.8.22
19672026-07-31T16:21:17.924Z Checking block-buffer v0.10.4
19682026-07-31T16:21:17.928Z Checking base64 v0.22.1
19692026-07-31T16:21:18.038Z Checking utf8parse v0.2.2
19702026-07-31T16:21:18.094Z Checking anstyle v1.0.14
19712026-07-31T16:21:18.169Z Checking http v1.4.2
19722026-07-31T16:21:18.219Z Checking tracing-core v0.1.36
19732026-07-31T16:21:18.259Z Checking digest v0.10.7
19742026-07-31T16:21:18.296Z Checking colorchoice v1.0.4
19752026-07-31T16:21:18.426Z Checking is_terminal_polyfill v1.70.2
19762026-07-31T16:21:18.465Z Checking anstyle-query v1.1.5
19772026-07-31T16:21:18.500Z Checking rand_core v0.9.5
19782026-07-31T16:21:18.546Z Checking tracing v0.1.44
19792026-07-31T16:21:18.581Z Checking anstyle-parse v1.0.0
19802026-07-31T16:21:18.585Z Checking terminal_size v0.4.3
19812026-07-31T16:21:18.653Z Checking ipnet v2.11.0
19822026-07-31T16:21:18.698Z Checking const-oid v0.10.2
19832026-07-31T16:21:18.736Z Checking rand_chacha v0.9.0
19842026-07-31T16:21:18.771Z Checking strsim v0.11.1
19852026-07-31T16:21:18.809Z Checking clap_lex v1.0.0
19862026-07-31T16:21:18.812Z Checking anstream v1.0.0
19872026-07-31T16:21:18.881Z Checking aho-corasick v1.1.4
19882026-07-31T16:21:18.884Z Checking crossbeam-utils v0.8.21
19892026-07-31T16:21:18.952Z Checking erased-serde v0.3.31
19902026-07-31T16:21:18.956Z Checking rand v0.9.2
19912026-07-31T16:21:18.956Z Checking powerfmt v0.2.0
19922026-07-31T16:21:19.053Z Checking unicode-ident v1.0.24
19932026-07-31T16:21:19.091Z Checking clap_builder v4.6.0
19942026-07-31T16:21:19.161Z Checking deranged v0.5.8
19952026-07-31T16:21:19.201Z Checking proc-macro2 v1.0.106
19962026-07-31T16:21:19.205Z Checking tokio-util v0.7.18
19972026-07-31T16:21:19.274Z Checking httparse v1.10.1
19982026-07-31T16:21:19.352Z Checking slog v2.8.2
19992026-07-31T16:21:19.505Z Checking num_threads v0.1.7
20002026-07-31T16:21:19.544Z Checking time-core v0.1.8
20012026-07-31T16:21:19.548Z Checking num-conv v0.2.0
20022026-07-31T16:21:19.613Z Checking regex-automata v0.4.14
20032026-07-31T16:21:19.650Z Checking quote v1.0.45
20042026-07-31T16:21:19.654Z Checking digest v0.11.3
20052026-07-31T16:21:19.719Z Checking anyhow v1.0.102
20062026-07-31T16:21:19.722Z Checking fastrand v2.3.0
20072026-07-31T16:21:19.845Z Checking cpufeatures v0.3.0
20082026-07-31T16:21:19.883Z Checking allocator-api2 v0.2.21
20092026-07-31T16:21:19.887Z Checking syn v2.0.117
20102026-07-31T16:21:19.954Z Checking cpufeatures v0.2.17
20112026-07-31T16:21:19.957Z Checking http-body v1.0.1
20122026-07-31T16:21:19.986Z Checking ipnetwork v0.21.1
20132026-07-31T16:21:20.052Z Checking atomic-waker v1.1.2
20142026-07-31T16:21:20.110Z Checking time v0.3.47
20152026-07-31T16:21:20.174Z Checking tempfile v3.25.0
20162026-07-31T16:21:20.177Z Checking aws-lc-sys v0.40.0
20172026-07-31T16:21:20.242Z Checking rustls-pki-types v1.14.0
20182026-07-31T16:21:20.246Z Checking untrusted v0.7.1
20192026-07-31T16:21:20.313Z Checking clap v4.6.1
20202026-07-31T16:21:20.395Z Checking httpdate v1.0.3
20212026-07-31T16:21:20.433Z Checking try-lock v0.2.5
20222026-07-31T16:21:20.436Z Checking h2 v0.4.15
20232026-07-31T16:21:20.555Z Checking tower-layer v0.3.3
20242026-07-31T16:21:20.592Z Checking want v0.3.1
20252026-07-31T16:21:20.595Z Checking tower-service v0.3.3
20262026-07-31T16:21:20.716Z Checking aws-lc-rs v1.16.3
20272026-07-31T16:21:20.753Z Checking ryu v1.0.23
20282026-07-31T16:21:20.757Z Checking hex v0.4.3
20292026-07-31T16:21:20.757Z Checking pem-rfc7468 v0.7.0
20302026-07-31T16:21:20.916Z Checking spin v0.9.8
20312026-07-31T16:21:21.002Z Checking untrusted v0.9.0
20322026-07-31T16:21:21.038Z Checking flagset v0.4.7
20332026-07-31T16:21:21.123Z Checking mime v0.3.17
20342026-07-31T16:21:21.159Z Checking simd-adler32 v0.3.8
20352026-07-31T16:21:21.195Z Checking der v0.7.10
20362026-07-31T16:21:21.249Z Checking http-body-util v0.1.3
20372026-07-31T16:21:21.319Z Checking adler2 v2.0.1
20382026-07-31T16:21:21.359Z Checking oxnet v0.1.6
20392026-07-31T16:21:21.421Z Checking block-padding v0.4.2
20402026-07-31T16:21:21.458Z Checking miniz_oxide v0.8.9
20412026-07-31T16:21:21.496Z Checking camino v1.2.2
20422026-07-31T16:21:21.573Z Checking rustls-webpki v0.103.13
20432026-07-31T16:21:21.609Z Checking pretty-hex v0.4.1
20442026-07-31T16:21:21.643Z Checking openssl-probe v0.2.1
20452026-07-31T16:21:21.780Z Checking inout v0.2.2
20462026-07-31T16:21:21.827Z Checking serde_urlencoded v0.7.1
20472026-07-31T16:21:21.830Z Checking encoding_rs v0.8.35
20482026-07-31T16:21:21.898Z Checking plain v0.2.3
20492026-07-31T16:21:21.936Z Checking regex v1.12.3
20502026-07-31T16:21:21.971Z Checking rand_chacha v0.3.1
20512026-07-31T16:21:22.024Z Checking rustls v0.23.41
20522026-07-31T16:21:22.061Z Checking ucd-trie v0.1.7
20532026-07-31T16:21:22.096Z Checking cipher v0.5.2
20542026-07-31T16:21:22.187Z Checking spki v0.7.3
20552026-07-31T16:21:22.224Z Checking rand v0.8.6
20562026-07-31T16:21:22.227Z Checking pest v2.8.6
20572026-07-31T16:21:22.294Z Checking futures-executor v0.3.32
20582026-07-31T16:21:22.361Z Checking sync_wrapper v1.0.2
20592026-07-31T16:21:22.398Z Checking crc32fast v1.5.0
20602026-07-31T16:21:22.473Z Checking futures v0.3.32
20612026-07-31T16:21:22.510Z Checking tower v0.5.3
20622026-07-31T16:21:22.569Z Checking either v1.15.0
20632026-07-31T16:21:22.607Z Checking iri-string v0.7.10
20642026-07-31T16:21:22.773Z Checking pkcs8 v0.10.2
20652026-07-31T16:21:22.810Z Checking bit-vec v0.8.0
20662026-07-31T16:21:22.849Z Checking zlib-rs v0.6.2
20672026-07-31T16:21:22.925Z Checking foldhash v0.2.0
20682026-07-31T16:21:22.962Z Checking static_assertions v1.1.0
20692026-07-31T16:21:23.031Z Checking bit-set v0.8.0
20702026-07-31T16:21:23.069Z Checking sha2 v0.10.9
20712026-07-31T16:21:23.110Z Checking hashbrown v0.16.1
20722026-07-31T16:21:23.205Z Checking openapiv3 v2.2.0
20732026-07-31T16:21:23.285Z Checking hyper v1.10.1
20742026-07-31T16:21:23.333Z Checking wait-timeout v0.2.1
20752026-07-31T16:21:23.370Z Checking lazy_static v1.5.0
20762026-07-31T16:21:23.484Z Checking hubpack v0.1.2
20772026-07-31T16:21:23.521Z Checking quick-error v1.2.3
20782026-07-31T16:21:23.626Z Checking rustls-native-certs v0.8.3
20792026-07-31T16:21:23.665Z Checking rusty-fork v0.3.1
20802026-07-31T16:21:23.668Z Checking tower-http v0.6.8
20812026-07-31T16:21:23.732Z Checking rand_xorshift v0.4.0
20822026-07-31T16:21:23.767Z Checking flate2 v1.1.9
20832026-07-31T16:21:23.801Z Checking strum v0.26.3
20842026-07-31T16:21:23.860Z Checking psl-types v2.0.11
20852026-07-31T16:21:23.896Z Checking unarray v0.1.4
20862026-07-31T16:21:23.938Z Checking cookie v0.18.1
20872026-07-31T16:21:23.997Z Checking signature v2.2.0
20882026-07-31T16:21:24.032Z Checking proptest v1.11.0
20892026-07-31T16:21:24.036Z Checking publicsuffix v2.3.0
20902026-07-31T16:21:24.105Z Checking num-integer v0.1.46
20912026-07-31T16:21:24.151Z Checking tinyvec_macros v0.1.1
20922026-07-31T16:21:24.193Z Checking scroll v0.13.0
20932026-07-31T16:21:24.232Z Checking cookie_store v0.22.1
20942026-07-31T16:21:24.235Z Checking hyper-util v0.1.20
20952026-07-31T16:21:24.303Z Checking tinyvec v1.10.0
20962026-07-31T16:21:24.307Z Checking tokio-rustls v0.26.4
20972026-07-31T16:21:24.372Z Checking rustls-platform-verifier v0.6.2
20982026-07-31T16:21:24.438Z Checking goblin v0.10.5
20992026-07-31T16:21:24.487Z Checking anstyle-parse v0.2.7
21002026-07-31T16:21:24.534Z Checking ahash v0.8.12
21012026-07-31T16:21:24.588Z Checking serde_spanned v0.6.9
21022026-07-31T16:21:24.591Z Checking toml_datetime v0.6.11
21032026-07-31T16:21:24.656Z Checking memmap2 v0.9.10
21042026-07-31T16:21:24.691Z Checking anstream v0.6.21
21052026-07-31T16:21:24.741Z Checking dtrace-parser v0.3.0
21062026-07-31T16:21:24.776Z Checking thread-id v5.1.0
21072026-07-31T16:21:24.827Z Checking data-encoding v2.10.0
21082026-07-31T16:21:24.864Z Checking x509-cert v0.2.5
21092026-07-31T16:21:24.899Z Checking bstr v1.12.1
21102026-07-31T16:21:24.933Z Checking hmac v0.12.1
21112026-07-31T16:21:25.002Z Checking num-iter v0.1.45
21122026-07-31T16:21:25.097Z Checking crossbeam-epoch v0.9.18
21132026-07-31T16:21:25.135Z Checking memoffset v0.9.1
21142026-07-31T16:21:25.169Z Checking scroll v0.12.0
21152026-07-31T16:21:25.241Z Checking env_filter v1.0.0
21162026-07-31T16:21:25.314Z Checking num-bigint-dig v0.8.6
21172026-07-31T16:21:25.353Z Checking pkcs1 v0.7.5
21182026-07-31T16:21:25.414Z Checking env_logger v0.11.9
21192026-07-31T16:21:25.417Z Checking goblin v0.8.2
21202026-07-31T16:21:25.518Z Checking zerocopy v0.7.35
21212026-07-31T16:21:25.557Z Checking hyper-rustls v0.27.7
21222026-07-31T16:21:25.593Z Checking rustix v0.38.44
21232026-07-31T16:21:25.664Z Checking foreign-types-shared v0.1.1
21242026-07-31T16:21:25.780Z Checking unicode-segmentation v1.12.0
21252026-07-31T16:21:25.818Z Checking reqwest v0.13.2
21262026-07-31T16:21:25.856Z Checking newtype-uuid v1.3.2
21272026-07-31T16:21:26.032Z Checking foreign-types v0.3.2
21282026-07-31T16:21:26.086Z Checking daft v0.1.7
21292026-07-31T16:21:26.123Z Checking nix v0.31.2
21302026-07-31T16:21:26.160Z Checking dtrace-parser v0.2.0
21312026-07-31T16:21:26.164Z Checking rsa v0.9.10
21322026-07-31T16:21:26.356Z Checking ff v0.13.1
21332026-07-31T16:21:26.401Z Checking openssl-sys v0.9.115
21342026-07-31T16:21:26.439Z Checking thread-id v4.2.2
21352026-07-31T16:21:26.513Z Checking base16ct v0.2.0
21362026-07-31T16:21:26.550Z Checking same-file v1.0.6
21372026-07-31T16:21:26.671Z Checking winnow v0.5.40
21382026-07-31T16:21:26.711Z Checking walkdir v2.5.0
21392026-07-31T16:21:26.714Z Checking sec1 v0.7.3
21402026-07-31T16:21:26.744Z Checking group v0.13.0
21412026-07-31T16:21:26.815Z Checking dof v0.4.0
21422026-07-31T16:21:26.815Z Checking openssl v0.10.79
21432026-07-31T16:21:26.897Z Checking hkdf v0.12.4
21442026-07-31T16:21:26.952Z Checking serde_with v3.21.0
21452026-07-31T16:21:26.989Z Checking crypto-bigint v0.5.5
21462026-07-31T16:21:27.066Z Checking bzip2-sys v0.1.13+1.0.8
21472026-07-31T16:21:27.183Z Checking foldhash v0.1.5
21482026-07-31T16:21:27.320Z Checking dof v0.3.0
21492026-07-31T16:21:27.356Z Checking winnow v0.7.14
21502026-07-31T16:21:27.392Z Checking keccak v0.1.6
21512026-07-31T16:21:27.484Z Checking usdt-impl v0.6.0
21522026-07-31T16:21:27.580Z Checking sha3 v0.10.8
21532026-07-31T16:21:27.628Z Checking usdt-impl v0.5.0
21542026-07-31T16:21:27.794Z Checking usdt v0.6.0
21552026-07-31T16:21:27.830Z Checking hashbrown v0.15.5
21562026-07-31T16:21:27.864Z Checking toml_edit v0.19.15
21572026-07-31T16:21:27.917Z Checking elliptic-curve v0.13.8
21582026-07-31T16:21:27.953Z Checking bzip2 v0.4.4
21592026-07-31T16:21:27.990Z Checking unicode-normalization v0.1.25
21602026-07-31T16:21:28.141Z Checking itertools v0.13.0
21612026-07-31T16:21:28.244Z Checking siphasher v1.0.2
21622026-07-31T16:21:28.309Z Checking winnow v1.0.3
21632026-07-31T16:21:28.413Z Checking bitflags v1.3.2
21642026-07-31T16:21:28.453Z Checking zip v0.6.6
21652026-07-31T16:21:28.456Z Checking signal-hook v0.3.18
21662026-07-31T16:21:28.525Z Checking toml_write v0.1.2
21672026-07-31T16:21:28.565Z Checking managed v0.8.0
21682026-07-31T16:21:28.620Z Checking toml_parser v1.1.2+spec-1.1.0
21692026-07-31T16:21:28.674Z Checking globset v0.4.18
21702026-07-31T16:21:28.721Z Checking toml_edit v0.22.27
21712026-07-31T16:21:28.775Z Checking chacha20 v0.10.0
21722026-07-31T16:21:28.834Z Checking curve25519-dalek v4.1.3
21732026-07-31T16:21:28.890Z Checking toml v0.7.8
21742026-07-31T16:21:28.926Z Checking native-tls v0.2.18
21752026-07-31T16:21:28.961Z Checking object v0.37.3
21762026-07-31T16:21:28.996Z Checking signal-hook-mio v0.2.5
21772026-07-31T16:21:29.053Z Checking ed25519 v2.2.3
21782026-07-31T16:21:29.125Z Checking ref-cast v1.0.25
21792026-07-31T16:21:29.161Z Checking tokio-native-tls v0.3.1
21802026-07-31T16:21:29.204Z Checking pin-project v1.1.11
21812026-07-31T16:21:29.241Z Checking zstd-sys v2.0.16+zstd.1.5.7
21822026-07-31T16:21:29.278Z Checking pem v3.0.6
21832026-07-31T16:21:29.281Z Checking bumpalo v3.20.2
21842026-07-31T16:21:29.347Z Checking hyper-tls v0.6.0
21852026-07-31T16:21:29.351Z Checking libbz2-rs-sys v0.2.2
21862026-07-31T16:21:29.415Z Checking zstd-safe v7.2.4
21872026-07-31T16:21:29.464Z Checking fixedbitset v0.5.7
21882026-07-31T16:21:29.531Z Checking zopfli v0.8.3
21892026-07-31T16:21:29.568Z Checking reqwest v0.12.28
21902026-07-31T16:21:29.607Z Checking zstd v0.13.3
21912026-07-31T16:21:29.643Z Checking ed25519-dalek v2.2.0
21922026-07-31T16:21:29.682Z Checking petgraph v0.8.3
21932026-07-31T16:21:29.792Z Checking bzip2 v0.6.1
21942026-07-31T16:21:29.829Z Checking snafu v0.8.9
21952026-07-31T16:21:29.864Z Checking crossterm v0.28.1
21962026-07-31T16:21:29.902Z Checking olpc-cjson v0.1.4
21972026-07-31T16:21:29.907Z Checking similar v2.7.0
21982026-07-31T16:21:29.978Z Checking fs-err v3.3.0
21992026-07-31T16:21:30.069Z Checking hash32 v0.2.1
22002026-07-31T16:21:30.105Z Checking serde_plain v1.0.2
22012026-07-31T16:21:30.253Z Checking serde-big-array v0.5.1
22022026-07-31T16:21:30.292Z Checking typed-path v0.9.3
22032026-07-31T16:21:30.330Z Checking unicode-properties v0.1.4
22042026-07-31T16:21:30.334Z Checking unicode-bidi v0.3.18
22052026-07-31T16:21:30.398Z Checking predicates-core v1.0.10
22062026-07-31T16:21:30.435Z Checking jiff v0.2.21
22072026-07-31T16:21:30.543Z Checking heapless v0.7.17
22082026-07-31T16:21:30.580Z Checking hickory-proto v0.25.2
22092026-07-31T16:21:30.613Z Checking byte-wrapper v0.1.0
22102026-07-31T16:21:30.679Z Checking stringprep v0.1.5
22112026-07-31T16:21:30.840Z Checking md-5 v0.10.6
22122026-07-31T16:21:30.877Z Checking float-cmp v0.10.0
22132026-07-31T16:21:30.976Z Checking difflib v0.4.0
22142026-07-31T16:21:31.013Z Checking fallible-iterator v0.2.0
22152026-07-31T16:21:31.048Z Checking normalize-line-endings v0.3.0
22162026-07-31T16:21:31.085Z Checking tough v0.22.0
22172026-07-31T16:21:31.169Z Checking smoltcp v0.9.1
22182026-07-31T16:21:31.204Z Checking predicates v3.1.4
22192026-07-31T16:21:31.246Z Checking iddqd v0.4.2
22202026-07-31T16:21:31.284Z Checking phf_shared v0.13.1
22212026-07-31T16:21:31.320Z Checking postgres-protocol v0.6.10
22222026-07-31T16:21:31.511Z Checking phf_shared v0.11.3
22232026-07-31T16:21:31.548Z Checking tokio-stream v0.1.18
22242026-07-31T16:21:31.659Z Checking buf-list v1.1.2
22252026-07-31T16:21:31.696Z Checking strum v0.27.2
22262026-07-31T16:21:31.771Z Checking fixedbitset v0.4.2
22272026-07-31T16:21:31.836Z Checking precomputed-hash v0.1.1
22282026-07-31T16:21:31.873Z Checking new_debug_unreachable v1.0.6
22292026-07-31T16:21:31.951Z Checking lalrpop-util v0.19.12
22302026-07-31T16:21:31.956Z Checking petgraph v0.6.5
22312026-07-31T16:21:31.991Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22322026-07-31T16:21:32.062Z Checking string_cache v0.8.9
22332026-07-31T16:21:32.150Z Checking postgres-types v0.2.12
22342026-07-31T16:21:32.187Z Checking phf v0.13.1
22352026-07-31T16:21:32.259Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22362026-07-31T16:21:32.366Z Checking whoami v2.1.0
22372026-07-31T16:21:32.497Z Checking peg-runtime v0.8.5
22382026-07-31T16:21:32.593Z Checking tokio-postgres v0.7.16
22392026-07-31T16:21:32.662Z Checking is-terminal v0.4.17
22402026-07-31T16:21:32.700Z Checking crossbeam-channel v0.5.15
22412026-07-31T16:21:32.736Z Checking zip v4.6.1
22422026-07-31T16:21:32.783Z Checking thread_local v1.1.9
22432026-07-31T16:21:32.979Z Checking take_mut v0.2.2
22442026-07-31T16:21:33.058Z Checking term v1.2.1
22452026-07-31T16:21:33.112Z Checking slog-async v2.8.0
22462026-07-31T16:21:33.148Z Compiling structmeta-derive v0.3.0
22472026-07-31T16:21:33.277Z Compiling newtype-uuid-macros v0.1.0
22482026-07-31T16:21:33.315Z Checking slog-term v2.9.2
22492026-07-31T16:21:33.318Z Checking match_cfg v0.1.0
22502026-07-31T16:21:33.390Z Checking slog-json v2.6.1
22512026-07-31T16:21:33.393Z Compiling multer v3.1.0
22522026-07-31T16:21:33.460Z Checking hostname v0.3.1
22532026-07-31T16:21:33.577Z Compiling async-stream-impl v0.3.6
22542026-07-31T16:21:33.614Z Compiling dropshot v0.17.1
22552026-07-31T16:21:33.618Z Checking slog-bunyan v2.5.0
22562026-07-31T16:21:33.758Z Compiling dropshot_endpoint v0.17.1
22572026-07-31T16:21:33.794Z Checking debug-ignore v1.0.5
22582026-07-31T16:21:33.868Z Checking progenitor-client v0.14.0
22592026-07-31T16:21:33.914Z Checking sha1 v0.11.0
22602026-07-31T16:21:33.951Z Checking serde_spanned v1.1.1
22612026-07-31T16:21:34.057Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-07-31T16:21:34.114Z Checking serde_path_to_error v0.1.20
22632026-07-31T16:21:34.151Z Checking toml_datetime v1.1.1+spec-1.1.0
22642026-07-31T16:21:34.155Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22652026-07-31T16:21:34.223Z Compiling structmeta v0.3.0
22662026-07-31T16:21:34.226Z Checking compression-core v0.4.31
22672026-07-31T16:21:34.372Z Checking toml_writer v1.1.1+spec-1.1.0
22682026-07-31T16:21:34.412Z Checking compression-codecs v0.4.37
22692026-07-31T16:21:34.417Z Checking async-stream v0.3.6
22702026-07-31T16:21:34.482Z Compiling derive-ex v0.1.8
22712026-07-31T16:21:34.557Z Checking rustls-pemfile v2.2.0
22722026-07-31T16:21:34.591Z Checking toml v1.1.2+spec-1.1.0
22732026-07-31T16:21:34.626Z Checking waitgroup v0.1.2
22742026-07-31T16:21:34.629Z Checking async-compression v0.4.41
22752026-07-31T16:21:34.629Z Checking hostname v0.4.2
22762026-07-31T16:21:34.726Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-07-31T16:21:34.762Z Checking atomicwrites v0.4.4
22782026-07-31T16:21:34.768Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-07-31T16:21:34.833Z Checking itertools v0.14.0
22802026-07-31T16:21:34.869Z Compiling parse-display-derive v0.10.0
22812026-07-31T16:21:34.917Z Checking macaddr v1.0.1
22822026-07-31T16:21:34.954Z Checking regress v0.10.5
22832026-07-31T16:21:34.992Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22842026-07-31T16:21:35.125Z Checking instant v0.1.13
22852026-07-31T16:21:35.189Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22862026-07-31T16:21:35.242Z Checking backoff v0.4.0
22872026-07-31T16:21:35.427Z Checking backon v1.6.0
22882026-07-31T16:21:35.469Z Checking humantime v2.3.0
22892026-07-31T16:21:35.472Z Checking unicode-width v0.2.0
22902026-07-31T16:21:35.619Z Checking progenitor-extras v0.2.0
22912026-07-31T16:21:35.682Z Compiling convert_case v0.4.0
22922026-07-31T16:21:35.782Z Checking heck v0.5.0
22932026-07-31T16:21:35.870Z Checking half v2.7.1
22942026-07-31T16:21:35.907Z Checking ciborium-io v0.2.2
22952026-07-31T16:21:35.986Z Checking camino-tempfile v1.4.1
22962026-07-31T16:21:36.029Z Checking secrecy v0.10.3
22972026-07-31T16:21:36.073Z Compiling derive_more v0.99.20
22982026-07-31T16:21:36.133Z Checking indent_write v2.2.0
22992026-07-31T16:21:36.170Z Compiling test-strategy v0.4.5
23002026-07-31T16:21:36.173Z Checking ciborium-ll v0.2.2
23012026-07-31T16:21:36.240Z Compiling regress v0.11.1
23022026-07-31T16:21:36.291Z Compiling crucible-workspace-hack v0.1.0
23032026-07-31T16:21:36.374Z Checking ciborium v0.2.2
23042026-07-31T16:21:36.574Z Checking parse-display v0.10.0
23052026-07-31T16:21:36.636Z Checking inout v0.1.4
23062026-07-31T16:21:36.748Z Checking universal-hash v0.5.1
23072026-07-31T16:21:36.802Z Checking cipher v0.4.4
23082026-07-31T16:21:36.838Z Compiling thiserror-impl-no-std v2.0.2
23092026-07-31T16:21:36.901Z Checking opaque-debug v0.3.1
23102026-07-31T16:21:37.045Z Compiling unsafe-libyaml v0.2.11
23112026-07-31T16:21:37.084Z Checking chacha20 v0.9.1
23122026-07-31T16:21:37.317Z Checking poly1305 v0.8.0
23132026-07-31T16:21:37.578Z Checking blake2 v0.10.6
23142026-07-31T16:21:37.618Z Compiling serde_yaml v0.9.34+deprecated
23152026-07-31T16:21:37.728Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23162026-07-31T16:21:37.828Z Compiling typify-impl v0.6.2
23172026-07-31T16:21:37.864Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23182026-07-31T16:21:38.099Z Checking thiserror-no-std v2.0.2
23192026-07-31T16:21:38.136Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23202026-07-31T16:21:38.202Z Checking aead v0.5.2
23212026-07-31T16:21:38.238Z Checking password-hash v0.5.0
23222026-07-31T16:21:38.372Z Checking chacha20poly1305 v0.10.1
23232026-07-31T16:21:38.487Z Checking argon2 v0.5.3
23242026-07-31T16:21:38.528Z Checking vsss-rs v3.3.4
23252026-07-31T16:21:38.680Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23262026-07-31T16:21:38.858Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23272026-07-31T16:21:39.081Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23282026-07-31T16:21:39.116Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23292026-07-31T16:21:39.149Z Checking crossbeam-deque v0.8.6
23302026-07-31T16:21:39.184Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23312026-07-31T16:21:39.341Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23322026-07-31T16:21:39.381Z Checking swrite v0.1.0
23332026-07-31T16:21:39.384Z Compiling rayon-core v1.13.0
23342026-07-31T16:21:39.482Z Compiling num-derive v0.4.2
23352026-07-31T16:21:39.520Z Compiling toml_datetime v0.7.5+spec-1.1.0
23362026-07-31T16:21:39.654Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23372026-07-31T16:21:39.799Z Compiling toml_edit v0.23.10+spec-1.0.0
23382026-07-31T16:21:39.914Z Compiling proc-macro-error v1.0.4
23392026-07-31T16:21:40.057Z Checking rayon v1.11.0
23402026-07-31T16:21:40.251Z Checking tabwriter v1.4.1
23412026-07-31T16:21:40.422Z Compiling proc-macro-crate v3.4.0
23422026-07-31T16:21:40.459Z Checking toml v0.8.23
23432026-07-31T16:21:40.804Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23442026-07-31T16:21:40.807Z Checking colored v3.1.1
23452026-07-31T16:21:40.875Z Checking glob v0.3.3
23462026-07-31T16:21:40.882Z Compiling itertools v0.15.0
23472026-07-31T16:21:40.945Z Compiling heapless v0.8.0
23482026-07-31T16:21:40.985Z Compiling num_enum_derive v0.7.6
23492026-07-31T16:21:41.061Z Checking hash32 v0.3.1
23502026-07-31T16:21:41.099Z Compiling smoltcp v0.11.0
23512026-07-31T16:21:41.218Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23522026-07-31T16:21:41.559Z Checking cobs v0.3.0
23532026-07-31T16:21:41.563Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23542026-07-31T16:21:41.627Z Checking rand v0.10.1
23552026-07-31T16:21:41.729Z Checking postcard v1.1.3
23562026-07-31T16:21:41.773Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23572026-07-31T16:21:41.871Z Compiling proc-macro-crate v1.3.1
23582026-07-31T16:21:42.056Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23592026-07-31T16:21:42.093Z Checking num_enum v0.7.6
23602026-07-31T16:21:42.136Z Checking sigpipe v0.1.3
23612026-07-31T16:21:42.239Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23622026-07-31T16:21:42.275Z Compiling foreign-types-macros v0.2.3
23632026-07-31T16:21:42.308Z Checking foreign-types-shared v0.3.1
23642026-07-31T16:21:42.311Z Compiling ingot-macros v0.2.0
23652026-07-31T16:21:42.374Z Compiling typify-macro v0.6.2
23662026-07-31T16:21:42.378Z Compiling num_enum_derive v0.5.11
23672026-07-31T16:21:42.588Z Compiling usdt-attr-macro v0.5.0
23682026-07-31T16:21:42.692Z Compiling usdt-macro v0.5.0
23692026-07-31T16:21:42.880Z Checking foreign-types v0.5.0
23702026-07-31T16:21:42.989Z Checking cstr-argument v0.1.2
23712026-07-31T16:21:43.143Z Checking memmap v0.7.0
23722026-07-31T16:21:43.178Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23732026-07-31T16:21:43.307Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23742026-07-31T16:21:43.416Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23752026-07-31T16:21:43.463Z Checking usdt v0.5.0
23762026-07-31T16:21:43.497Z Checking num_enum v0.5.11
23772026-07-31T16:21:43.660Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23782026-07-31T16:21:43.690Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23792026-07-31T16:21:43.693Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23802026-07-31T16:21:43.759Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23812026-07-31T16:21:43.794Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23822026-07-31T16:21:43.797Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23832026-07-31T16:21:43.889Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23842026-07-31T16:21:43.963Z Compiling zone_cfg_derive v0.3.1
23852026-07-31T16:21:43.967Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23862026-07-31T16:21:44.087Z Checking itertools v0.12.1
23872026-07-31T16:21:44.155Z Compiling typify v0.6.2
23882026-07-31T16:21:44.226Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23892026-07-31T16:21:44.294Z Compiling progenitor-impl v0.14.0
23902026-07-31T16:21:44.627Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23912026-07-31T16:21:44.677Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23922026-07-31T16:21:44.766Z Checking smf v0.2.3
23932026-07-31T16:21:44.812Z Checking whoami v1.6.1
23942026-07-31T16:21:44.931Z Compiling derive-where v1.6.0
23952026-07-31T16:21:45.019Z Checking tokio-dtrace v0.1.1
23962026-07-31T16:21:45.056Z Checking console v0.15.11
23972026-07-31T16:21:45.131Z Checking zone v0.3.1
23982026-07-31T16:21:45.170Z Checking ingot-types v0.2.0
23992026-07-31T16:21:45.229Z Checking newline-converter v0.3.0
24002026-07-31T16:21:45.265Z Checking oxide-tokio-rt v0.1.4
24012026-07-31T16:21:45.358Z Checking bytecount v0.6.9
24022026-07-31T16:21:45.395Z Checking expectorate v1.2.0
24032026-07-31T16:21:45.465Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24042026-07-31T16:21:45.502Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24052026-07-31T16:21:45.536Z Checking unicode-width v0.1.14
24062026-07-31T16:21:45.571Z Checking ingot v0.2.1
24072026-07-31T16:21:45.574Z Checking num-rational v0.4.2
24082026-07-31T16:21:45.642Z Checking num-complex v0.4.6
24092026-07-31T16:21:45.810Z Compiling cancel-safe-futures v0.1.5
24102026-07-31T16:21:45.909Z Checking float-ord v0.3.2
24112026-07-31T16:21:46.003Z Checking num v0.4.3
24122026-07-31T16:21:46.042Z Checking linear-map v1.2.0
24132026-07-31T16:21:46.115Z Checking gethostname v0.5.0
24142026-07-31T16:21:46.233Z Checking oxide-update-engine-types v0.1.2
24152026-07-31T16:21:46.237Z Compiling prettyplease v0.2.37
24162026-07-31T16:21:46.304Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24172026-07-31T16:21:46.432Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24182026-07-31T16:21:46.718Z Checking resolv-conf v0.7.6
24192026-07-31T16:21:46.767Z Compiling owo-colors v4.3.0
24202026-07-31T16:21:46.882Z Compiling progenitor-macro v0.14.0
24212026-07-31T16:21:46.934Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24222026-07-31T16:21:47.168Z Checking oxide-update-engine v0.1.2
24232026-07-31T16:21:47.255Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24242026-07-31T16:21:47.336Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24252026-07-31T16:21:47.548Z Checking smawk v0.3.2
24262026-07-31T16:21:47.634Z Checking unicode-linebreak v0.1.5
24272026-07-31T16:21:47.712Z Checking papergrid v0.11.0
24282026-07-31T16:21:47.879Z Compiling tabled_derive v0.7.0
24292026-07-31T16:21:47.917Z Compiling convert_case v0.10.0
24302026-07-31T16:21:48.248Z Compiling slog-dtrace v0.3.0
24312026-07-31T16:21:48.330Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24322026-07-31T16:21:48.372Z Compiling derive_more-impl v2.1.1
24332026-07-31T16:21:48.413Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24342026-07-31T16:21:48.606Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24352026-07-31T16:21:48.781Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24362026-07-31T16:21:48.867Z Checking tabled v0.15.0
24372026-07-31T16:21:49.245Z Checking derive_more v2.1.1
24382026-07-31T16:21:49.351Z Checking crossterm v0.29.0
24392026-07-31T16:21:49.479Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24402026-07-31T16:21:50.517Z Checking linked-hash-map v0.5.6
24412026-07-31T16:21:50.528Z Checking lru-cache v0.1.2
24422026-07-31T16:21:50.528Z Checking hickory-proto v0.24.4
24432026-07-31T16:21:50.528Z Checking fd-lock v4.0.4
24442026-07-31T16:21:51.144Z Checking vte v0.14.1
24452026-07-31T16:21:51.148Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24462026-07-31T16:21:51.148Z Checking display-error-chain v0.2.2
24472026-07-31T16:21:51.200Z Checking strip-ansi-escapes v0.2.1
24482026-07-31T16:21:51.717Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24492026-07-31T16:21:51.886Z Checking progenitor v0.14.0
24502026-07-31T16:21:52.104Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24512026-07-31T16:21:52.538Z Checking termtree v0.5.1
24522026-07-31T16:21:52.577Z Checking nu-ansi-term v0.50.3
24532026-07-31T16:21:52.819Z Checking reedline v0.40.0
24542026-07-31T16:21:52.822Z Checking hickory-resolver v0.24.4
24552026-07-31T16:21:52.960Z Checking textwrap v0.16.2
24562026-07-31T16:21:53.160Z Compiling minimal-lexical v0.2.1
24572026-07-31T16:21:53.363Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24582026-07-31T16:21:53.448Z Compiling nom v7.1.3
24592026-07-31T16:21:53.610Z Checking qorb v0.4.1
24602026-07-31T16:21:53.841Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24612026-07-31T16:21:53.900Z Compiling unicode-xid v0.2.6
24622026-07-31T16:21:54.002Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-07-31T16:21:54.445Z Compiling ar_archive_writer v0.5.1
24642026-07-31T16:21:54.614Z Checking csv-core v0.1.13
24652026-07-31T16:21:54.699Z Compiling stacker v0.1.23
24662026-07-31T16:21:54.811Z Compiling cfg_aliases v0.1.1
24672026-07-31T16:21:54.846Z Checking csv v1.4.0
24682026-07-31T16:21:54.850Z Compiling semver v0.1.20
24692026-07-31T16:21:54.918Z Checking highway v1.3.0
24702026-07-31T16:21:55.034Z Compiling nix v0.28.0
24712026-07-31T16:21:55.069Z Checking nibble_vec v0.1.0
24722026-07-31T16:21:55.173Z Compiling rustc_version v0.1.7
24732026-07-31T16:21:55.210Z Checking endian-type v0.1.2
24742026-07-31T16:21:55.246Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24752026-07-31T16:21:55.250Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24762026-07-31T16:21:55.312Z Compiling psm v0.1.30
24772026-07-31T16:21:55.364Z Checking radix_trie v0.2.1
24782026-07-31T16:21:55.434Z Compiling newtype_derive v0.1.6
24792026-07-31T16:21:55.476Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24802026-07-31T16:21:55.602Z Checking phf_shared v0.12.1
24812026-07-31T16:21:55.653Z Checking nom v8.0.0
24822026-07-31T16:21:55.777Z Compiling recursive-proc-macro-impl v0.1.1
24832026-07-31T16:21:55.815Z Compiling chrono-tz v0.10.4
24842026-07-31T16:21:55.999Z Checking phf v0.12.1
24852026-07-31T16:21:56.178Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24862026-07-31T16:21:56.213Z Compiling const_format_proc_macros v0.2.34
24872026-07-31T16:21:56.250Z Compiling peg-macros v0.8.5
24882026-07-31T16:21:56.250Z Checking recursive v0.1.1
24892026-07-31T16:21:56.411Z Checking winnow v0.6.26
24902026-07-31T16:21:56.691Z Compiling sqlparser_derive v0.5.0
24912026-07-31T16:21:57.084Z Checking home v0.5.12
24922026-07-31T16:21:57.122Z Checking unicode_categories v0.1.1
24932026-07-31T16:21:57.224Z Checking rustyline v14.0.0
24942026-07-31T16:21:57.343Z Checking const_format v0.2.35
24952026-07-31T16:21:57.494Z Checking sqlparser v0.61.0
24962026-07-31T16:21:57.640Z Checking peg v0.8.5
24972026-07-31T16:21:57.645Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
24982026-07-31T16:21:57.645Z Checking sqlformat v0.3.5
24992026-07-31T16:21:57.848Z Checking bcs v0.1.6
25002026-07-31T16:21:57.939Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25012026-07-31T16:21:58.038Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25022026-07-31T16:21:58.112Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25032026-07-31T16:21:58.147Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25042026-07-31T16:21:58.219Z Checking steno v0.4.1
25052026-07-31T16:21:58.326Z Checking sha1 v0.10.6
25062026-07-31T16:21:58.647Z Checking filetime v0.2.27
25072026-07-31T16:21:58.815Z Checking xattr v1.6.1
25082026-07-31T16:21:58.978Z Checking tar v0.4.46
25092026-07-31T16:21:59.019Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25102026-07-31T16:21:59.225Z Checking base64 v0.21.7
25112026-07-31T16:21:59.260Z Checking subprocess v0.2.15
25122026-07-31T16:21:59.394Z Checking headers-core v0.3.0
25132026-07-31T16:21:59.494Z Checking yasna v0.5.2
25142026-07-31T16:21:59.534Z Checking headers v0.4.1
25152026-07-31T16:21:59.574Z Checking port-file v0.1.0
25162026-07-31T16:21:59.781Z Checking dropshot-api-manager-types v0.7.2
25172026-07-31T16:21:59.905Z Checking rcgen v0.12.1
25182026-07-31T16:21:59.972Z Checking tagptr v0.2.0
25192026-07-31T16:22:00.011Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25202026-07-31T16:22:00.045Z Checking utf-8 v0.7.6
25212026-07-31T16:22:00.148Z Checking moka v0.12.13
25222026-07-31T16:22:00.183Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25232026-07-31T16:22:00.215Z Compiling libefi-sys v0.1.0
25242026-07-31T16:22:00.252Z Compiling bitfield-struct v0.6.2
25252026-07-31T16:22:00.836Z Checking hickory-resolver v0.25.2
25262026-07-31T16:22:00.871Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25272026-07-31T16:22:00.903Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25282026-07-31T16:22:00.974Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25292026-07-31T16:22:01.157Z Compiling radium v0.7.0
25302026-07-31T16:22:01.193Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25312026-07-31T16:22:01.478Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25322026-07-31T16:22:01.522Z Checking tungstenite v0.21.0
25332026-07-31T16:22:01.563Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25342026-07-31T16:22:01.566Z Compiling maybe-uninit v2.0.0
25352026-07-31T16:22:01.743Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25362026-07-31T16:22:01.880Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25372026-07-31T16:22:01.920Z Checking tap v1.0.1
25382026-07-31T16:22:01.973Z Checking tokio-tungstenite v0.21.0
25392026-07-31T16:22:02.141Z Checking wyz v0.5.1
25402026-07-31T16:22:02.186Z Compiling zerocopy-derive v0.6.6
25412026-07-31T16:22:02.288Z Compiling packed_struct v0.10.1
25422026-07-31T16:22:02.325Z Checking crc-catalog v2.4.0
25432026-07-31T16:22:02.359Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25442026-07-31T16:22:02.362Z Checking funty v2.0.0
25452026-07-31T16:22:02.446Z Checking crc v3.4.0
25462026-07-31T16:22:02.599Z Compiling packed_struct_codegen v0.10.1
25472026-07-31T16:22:02.643Z Compiling bitfield-macros v0.19.4
25482026-07-31T16:22:02.679Z Compiling indexmap v1.9.3
25492026-07-31T16:22:02.739Z Checking bitvec v1.0.1
25502026-07-31T16:22:02.900Z Checking nodrop v0.1.14
25512026-07-31T16:22:03.021Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25522026-07-31T16:22:03.056Z Checking zerocopy v0.6.6
25532026-07-31T16:22:03.280Z Checking array-init v0.0.4
25542026-07-31T16:22:03.383Z Checking bitfield v0.19.4
25552026-07-31T16:22:03.467Z Checking smallvec v0.6.14
25562026-07-31T16:22:03.606Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25572026-07-31T16:22:03.682Z Checking hashbrown v0.12.3
25582026-07-31T16:22:03.718Z Compiling xshell-macros v0.2.7
25592026-07-31T16:22:03.722Z Checking serde-hex v0.1.0
25602026-07-31T16:22:04.174Z Checking xshell v0.2.7
25612026-07-31T16:22:04.398Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25622026-07-31T16:22:04.487Z Checking ron v0.8.1
25632026-07-31T16:22:04.589Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25642026-07-31T16:22:04.994Z Checking hashbrown v0.13.2
25652026-07-31T16:22:05.030Z Checking crc-any v2.5.0
25662026-07-31T16:22:05.126Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25672026-07-31T16:22:05.160Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25682026-07-31T16:22:05.197Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25692026-07-31T16:22:05.235Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25702026-07-31T16:22:05.239Z Checking path-slash v0.1.5
25712026-07-31T16:22:05.328Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25722026-07-31T16:22:05.362Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25732026-07-31T16:22:05.443Z Checking object v0.30.4
25742026-07-31T16:22:05.478Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25752026-07-31T16:22:05.667Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25762026-07-31T16:22:06.079Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25772026-07-31T16:22:06.165Z Checking half v1.8.3
25782026-07-31T16:22:06.292Z Checking libscf-sys v1.2.0
25792026-07-31T16:22:06.327Z Compiling proc-macro-error-attr2 v2.0.0
25802026-07-31T16:22:06.387Z Checking serde_cbor v0.11.2
25812026-07-31T16:22:06.450Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25822026-07-31T16:22:06.686Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25832026-07-31T16:22:06.744Z Compiling proc-macro-error2 v2.0.1
25842026-07-31T16:22:06.794Z Checking papergrid v0.17.0
25852026-07-31T16:22:07.128Z Compiling tabled_derive v0.11.0
25862026-07-31T16:22:07.455Z Checking testing_table v0.3.0
25872026-07-31T16:22:07.583Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25882026-07-31T16:22:07.619Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25892026-07-31T16:22:07.688Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25902026-07-31T16:22:07.836Z Checking maplit v1.0.2
25912026-07-31T16:22:07.956Z Checking crc8 v0.1.1
25922026-07-31T16:22:08.003Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25932026-07-31T16:22:08.083Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25942026-07-31T16:22:08.373Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25952026-07-31T16:22:08.382Z Checking tabled v0.20.0
25962026-07-31T16:22:08.420Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25972026-07-31T16:22:08.455Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25982026-07-31T16:22:08.606Z Checking unicase v2.9.0
25992026-07-31T16:22:08.799Z Checking fxhash v0.2.1
26002026-07-31T16:22:08.953Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26012026-07-31T16:22:09.076Z Compiling darling_core v0.21.3
26022026-07-31T16:22:09.290Z Compiling vergen-lib v0.1.6
26032026-07-31T16:22:09.324Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26042026-07-31T16:22:09.478Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26052026-07-31T16:22:09.512Z Compiling diesel_derives v2.3.7
26062026-07-31T16:22:09.783Z Checking scheduled-thread-pool v0.2.7
26072026-07-31T16:22:09.816Z Compiling vergen-gitcl v1.0.8
26082026-07-31T16:22:09.961Z Compiling diesel_table_macro_syntax v0.3.0
26092026-07-31T16:22:10.080Z Checking r2d2 v0.8.10
26102026-07-31T16:22:10.280Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26112026-07-31T16:22:10.314Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26122026-07-31T16:22:10.398Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26132026-07-31T16:22:10.589Z Checking downcast-rs v2.0.2
26142026-07-31T16:22:10.699Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26152026-07-31T16:22:10.733Z Compiling salty v0.3.0
26162026-07-31T16:22:11.050Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26172026-07-31T16:22:11.104Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26182026-07-31T16:22:11.242Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26192026-07-31T16:22:11.322Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26202026-07-31T16:22:11.421Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26212026-07-31T16:22:11.468Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26222026-07-31T16:22:11.536Z Compiling darling_macro v0.21.3
26232026-07-31T16:22:11.571Z Checking kstat-rs v0.2.4
26242026-07-31T16:22:11.673Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26252026-07-31T16:22:11.789Z Checking arc-swap v1.8.2
26262026-07-31T16:22:11.857Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26272026-07-31T16:22:11.969Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26282026-07-31T16:22:12.001Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26292026-07-31T16:22:12.056Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26302026-07-31T16:22:12.089Z Compiling darling v0.21.3
26312026-07-31T16:22:12.092Z Checking slog-scope v4.4.1
26322026-07-31T16:22:12.155Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26332026-07-31T16:22:12.205Z Compiling dsl_auto_type v0.2.0
26342026-07-31T16:22:12.287Z Checking rfc6979 v0.4.0
26352026-07-31T16:22:12.440Z Compiling dirs-sys-next v0.1.2
26362026-07-31T16:22:12.478Z Compiling parking_lot_core v0.8.6
26372026-07-31T16:22:12.481Z Compiling crunchy v0.2.4
26382026-07-31T16:22:12.756Z Compiling dirs-next v2.0.0
26392026-07-31T16:22:12.892Z Checking ecdsa v0.16.9
26402026-07-31T16:22:12.927Z Checking slog-stdlog v4.1.1
26412026-07-31T16:22:12.927Z Compiling clang-sys v1.8.1
26422026-07-31T16:22:12.995Z Checking primeorder v0.13.6
26432026-07-31T16:22:13.077Z Compiling git-stub v1.0.0
26442026-07-31T16:22:13.260Z Compiling tiny-keccak v2.0.2
26452026-07-31T16:22:13.297Z Checking p384 v0.13.1
26462026-07-31T16:22:13.367Z Compiling git-stub-vcs v0.1.0
26472026-07-31T16:22:13.370Z Checking slog-envlogger v2.2.0
26482026-07-31T16:22:13.556Z Compiling term v0.7.0
26492026-07-31T16:22:13.592Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26502026-07-31T16:22:13.733Z Compiling bit-vec v0.6.3
26512026-07-31T16:22:13.767Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26522026-07-31T16:22:13.770Z Checking parking_lot v0.11.2
26532026-07-31T16:22:13.910Z Compiling ascii-canvas v3.0.0
26542026-07-31T16:22:13.979Z Compiling bit-set v0.5.3
26552026-07-31T16:22:14.119Z Checking prefix-trie v0.7.0
26562026-07-31T16:22:14.169Z Compiling itertools v0.10.5
26572026-07-31T16:22:14.203Z Compiling ena v0.14.4
26582026-07-31T16:22:14.248Z Compiling libloading v0.8.9
26592026-07-31T16:22:14.415Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26602026-07-31T16:22:14.469Z Compiling bindgen v0.71.1
26612026-07-31T16:22:14.484Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26622026-07-31T16:22:14.519Z Compiling diff v0.1.13
26632026-07-31T16:22:14.550Z Compiling regex-syntax v0.6.29
26642026-07-31T16:22:14.750Z Checking hickory-server v0.25.2
26652026-07-31T16:22:14.948Z Checking sled v0.34.7
26662026-07-31T16:22:15.014Z Compiling cexpr v0.6.0
26672026-07-31T16:22:15.237Z Checking nanorand v0.7.0
26682026-07-31T16:22:15.463Z Compiling rustc-hash v2.1.1
26692026-07-31T16:22:15.630Z Checking flume v0.11.1
26702026-07-31T16:22:15.867Z Compiling lalrpop v0.19.12
26712026-07-31T16:22:15.901Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26722026-07-31T16:22:16.006Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26732026-07-31T16:22:16.169Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26742026-07-31T16:22:16.229Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26752026-07-31T16:22:16.393Z Compiling libxml v0.3.3
26762026-07-31T16:22:16.460Z Checking corncobs v0.1.4
26772026-07-31T16:22:16.638Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26782026-07-31T16:22:16.704Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26792026-07-31T16:22:16.903Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26802026-07-31T16:22:16.936Z Compiling strum_macros v0.24.3
26812026-07-31T16:22:17.103Z Checking secrecy v0.8.0
26822026-07-31T16:22:17.261Z Compiling fs-err v2.11.0
26832026-07-31T16:22:17.490Z Compiling indoc v1.0.9
26842026-07-31T16:22:18.071Z Checking diesel v2.3.7
26852026-07-31T16:22:18.298Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26862026-07-31T16:22:18.333Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-07-31T16:22:18.427Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26882026-07-31T16:22:18.548Z Compiling progenitor-impl v0.13.0
26892026-07-31T16:22:18.583Z Checking quick-xml v0.37.5
26902026-07-31T16:22:18.780Z Checking derive_builder v0.20.2
26912026-07-31T16:22:18.815Z Compiling oso-derive v0.27.3
26922026-07-31T16:22:18.921Z Compiling impl-trait-for-tuples v0.2.3
26932026-07-31T16:22:19.342Z Compiling trait-variant v0.1.2
26942026-07-31T16:22:19.490Z Checking assert_matches v1.5.0
26952026-07-31T16:22:19.593Z Checking openssl-probe v0.1.6
26962026-07-31T16:22:19.915Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26972026-07-31T16:22:19.993Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26982026-07-31T16:22:20.492Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26992026-07-31T16:22:20.740Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27002026-07-31T16:22:20.869Z Checking progenitor-client v0.13.0
27012026-07-31T16:22:21.142Z Checking parse-size v1.1.0
27022026-07-31T16:22:21.178Z Compiling progenitor-macro v0.13.0
27032026-07-31T16:22:21.301Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27042026-07-31T16:22:21.683Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27052026-07-31T16:22:21.729Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27062026-07-31T16:22:22.229Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27072026-07-31T16:22:22.455Z Checking predicates-tree v1.0.13
27082026-07-31T16:22:22.606Z Checking bb8 v0.8.6
27092026-07-31T16:22:22.964Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27102026-07-31T16:22:23.167Z Compiling mime_guess v2.0.5
27112026-07-31T16:22:23.564Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27122026-07-31T16:22:23.729Z Checking http-range v0.1.5
27132026-07-31T16:22:23.891Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27142026-07-31T16:22:23.894Z Checking atty v0.2.14
27152026-07-31T16:22:24.022Z Checking nonempty v0.12.0
27162026-07-31T16:22:24.260Z Checking ignore v0.4.25
27172026-07-31T16:22:24.580Z Checking hyper-staticfile v0.10.1
27182026-07-31T16:22:24.705Z Checking globwalk v0.9.1
27192026-07-31T16:22:24.901Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27202026-07-31T16:22:24.936Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27212026-07-31T16:22:25.226Z Checking signal-hook-tokio v0.3.1
27222026-07-31T16:22:25.394Z Compiling illumos-nvpair-sys v0.2.0
27232026-07-31T16:22:25.520Z Checking camino-tempfile-ext v0.3.3
27242026-07-31T16:22:25.658Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27252026-07-31T16:22:25.751Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27262026-07-31T16:22:26.127Z Checking progenitor v0.13.0
27272026-07-31T16:22:26.312Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27282026-07-31T16:22:26.444Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27292026-07-31T16:22:26.555Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27302026-07-31T16:22:26.670Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-07-31T16:22:26.739Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27322026-07-31T16:22:27.600Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27332026-07-31T16:22:28.189Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
27342026-07-31T16:22:28.527Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27352026-07-31T16:22:28.596Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27362026-07-31T16:22:28.784Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-07-31T16:22:29.041Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27382026-07-31T16:22:29.581Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27392026-07-31T16:22:29.695Z Checking illumos-nvpair v0.3.0
27402026-07-31T16:22:29.956Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27412026-07-31T16:22:29.993Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27422026-07-31T16:22:30.049Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27432026-07-31T16:22:30.339Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27442026-07-31T16:22:30.384Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27452026-07-31T16:22:30.420Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27462026-07-31T16:22:30.597Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27472026-07-31T16:22:30.643Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27482026-07-31T16:22:30.792Z Checking tungstenite v0.23.0
27492026-07-31T16:22:31.078Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27502026-07-31T16:22:31.261Z Checking tokio-tungstenite v0.23.1
27512026-07-31T16:22:31.464Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27522026-07-31T16:22:31.567Z Checking void v1.0.2
27532026-07-31T16:22:31.711Z Checking lzss v0.8.2
27542026-07-31T16:22:31.938Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27552026-07-31T16:22:32.372Z Checking async-bb8-diesel v0.2.1
27562026-07-31T16:22:32.645Z Checking diesel-dtrace v0.5.0
27572026-07-31T16:22:32.684Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27582026-07-31T16:22:32.761Z Checking nix v0.27.1
27592026-07-31T16:22:32.871Z Checking rand_seeder v0.4.0
27602026-07-31T16:22:32.924Z Checking serde_bytes v0.11.19
27612026-07-31T16:22:33.053Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27622026-07-31T16:22:33.135Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27632026-07-31T16:22:33.297Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27642026-07-31T16:22:33.366Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27652026-07-31T16:22:34.073Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-07-31T16:22:34.296Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27672026-07-31T16:22:34.331Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27682026-07-31T16:22:34.703Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27692026-07-31T16:22:34.842Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27702026-07-31T16:22:34.928Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27712026-07-31T16:22:35.323Z Checking yansi v1.0.1
27722026-07-31T16:22:35.577Z Checking is_ci v1.2.0
27732026-07-31T16:22:35.618Z Checking cpubits v0.1.1
27742026-07-31T16:22:35.718Z Checking pretty_assertions v1.4.1
27752026-07-31T16:22:35.750Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27762026-07-31T16:22:35.886Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27772026-07-31T16:22:36.025Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27782026-07-31T16:22:36.310Z Checking pem-rfc7468 v1.0.0
27792026-07-31T16:22:36.511Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27802026-07-31T16:22:36.796Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27812026-07-31T16:22:37.003Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27822026-07-31T16:22:37.045Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-07-31T16:22:37.719Z Checking sha2 v0.11.0
27842026-07-31T16:22:37.755Z Checking hmac v0.13.0
27852026-07-31T16:22:37.845Z Checking universal-hash v0.6.1
27862026-07-31T16:22:37.950Z Compiling libz-sys v1.1.24
27872026-07-31T16:22:38.012Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-07-31T16:22:38.179Z Compiling instability v0.3.11
27892026-07-31T16:22:38.321Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27902026-07-31T16:22:38.467Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27912026-07-31T16:22:38.504Z Checking castaway v0.2.4
27922026-07-31T16:22:38.540Z Compiling indoc v2.0.7
27932026-07-31T16:22:38.658Z Checking compact_str v0.8.1
27942026-07-31T16:22:39.061Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27952026-07-31T16:22:39.340Z Checking polyval v0.7.1
27962026-07-31T16:22:39.498Z Checking der v0.8.0
27972026-07-31T16:22:39.549Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27982026-07-31T16:22:39.782Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27992026-07-31T16:22:39.817Z Checking unicode-truncate v1.1.0
28002026-07-31T16:22:39.999Z Checking lru v0.12.5
28012026-07-31T16:22:40.033Z Compiling libgit2-sys v0.18.3+1.9.2
28022026-07-31T16:22:40.073Z Checking cassowary v0.3.0
28032026-07-31T16:22:40.292Z Checking ghash v0.6.0
28042026-07-31T16:22:40.327Z Checking ratatui v0.29.0
28052026-07-31T16:22:40.453Z Checking pbkdf2 v0.13.0
28062026-07-31T16:22:40.522Z Checking aes v0.9.1
28072026-07-31T16:22:40.607Z Checking crypto-bigint v0.7.5
28082026-07-31T16:22:40.956Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28092026-07-31T16:22:41.663Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28102026-07-31T16:22:41.918Z Checking ctr v0.10.1
28112026-07-31T16:22:42.162Z Checking aead v0.6.1
28122026-07-31T16:22:42.222Z Checking cargo-platform v0.3.2
28132026-07-31T16:22:42.341Z Checking aes-gcm v0.11.0
28142026-07-31T16:22:42.440Z Checking cargo_metadata v0.23.1
28152026-07-31T16:22:42.542Z Checking spki v0.8.0
28162026-07-31T16:22:42.755Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28172026-07-31T16:22:42.927Z Checking supports-color v3.0.2
28182026-07-31T16:22:43.093Z Checking console v0.16.2
28192026-07-31T16:22:43.226Z Checking salsa20 v0.11.0
28202026-07-31T16:22:43.407Z Compiling vergen-git2 v9.1.0
28212026-07-31T16:22:43.440Z Checking unit-prefix v0.5.2
28222026-07-31T16:22:43.604Z Checking plotters-backend v0.3.7
28232026-07-31T16:22:43.686Z Checking indicatif v0.18.4
28242026-07-31T16:22:43.846Z Checking plotters-svg v0.3.7
28252026-07-31T16:22:44.025Z Checking scrypt v0.12.0
28262026-07-31T16:22:44.101Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28272026-07-31T16:22:44.137Z Checking cbc v0.2.1
28282026-07-31T16:22:44.221Z Checking libsw-core v0.3.2
28292026-07-31T16:22:44.306Z Checking cast v0.3.0
28302026-07-31T16:22:44.389Z Checking pkcs5 v0.8.1
28312026-07-31T16:22:44.425Z Checking libsw v3.5.0
28322026-07-31T16:22:44.493Z Checking criterion-plot v0.6.0
28332026-07-31T16:22:44.617Z Checking plotters v0.3.7
28342026-07-31T16:22:44.719Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28352026-07-31T16:22:44.770Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28362026-07-31T16:22:44.995Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28372026-07-31T16:22:45.222Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28382026-07-31T16:22:45.383Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28392026-07-31T16:22:45.451Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28402026-07-31T16:22:45.612Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28412026-07-31T16:22:45.680Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28422026-07-31T16:22:45.717Z Checking colored v2.2.0
28432026-07-31T16:22:45.838Z Checking tinytemplate v1.2.1
28442026-07-31T16:22:45.954Z Checking anes v0.1.6
28452026-07-31T16:22:46.091Z Checking oorandom v11.1.5
28462026-07-31T16:22:46.169Z Checking shell-words v1.1.1
28472026-07-31T16:22:46.239Z Checking criterion v0.7.0
28482026-07-31T16:22:46.362Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28492026-07-31T16:22:46.646Z Checking pkcs8 v0.11.0
28502026-07-31T16:22:46.881Z Checking oxide-update-engine-display v0.1.2
28512026-07-31T16:22:47.252Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28522026-07-31T16:22:47.474Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28532026-07-31T16:22:48.030Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28542026-07-31T16:22:48.065Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28552026-07-31T16:22:48.831Z Checking tokio-test v0.4.5
28562026-07-31T16:22:49.071Z Checking ff v0.14.0
28572026-07-31T16:22:49.242Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28582026-07-31T16:22:49.471Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28592026-07-31T16:22:49.844Z Checking twox-hash v2.1.2
28602026-07-31T16:22:49.880Z Checking constant_time_eq v0.4.2
28612026-07-31T16:22:50.053Z Checking arrayref v0.3.9
28622026-07-31T16:22:50.160Z Checking arrayvec v0.7.6
28632026-07-31T16:22:50.245Z Checking group v0.14.0
28642026-07-31T16:22:50.387Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28652026-07-31T16:22:50.430Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28662026-07-31T16:22:50.589Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28672026-07-31T16:22:51.124Z Checking fatfs v0.3.6
28682026-07-31T16:22:51.510Z Checking signature v3.0.0
28692026-07-31T16:22:51.589Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28702026-07-31T16:22:51.623Z Checking base16ct v1.0.0
28712026-07-31T16:22:51.695Z Compiling seq-macro v0.3.6
28722026-07-31T16:22:51.786Z Checking sec1 v0.8.1
28732026-07-31T16:22:52.035Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28742026-07-31T16:22:52.236Z Checking hkdf v0.13.0
28752026-07-31T16:22:52.406Z Checking concurrent-queue v2.5.0
28762026-07-31T16:22:52.628Z Compiling petname v2.0.2
28772026-07-31T16:22:52.832Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28782026-07-31T16:22:52.924Z Checking parking v2.2.1
28792026-07-31T16:22:53.012Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28802026-07-31T16:22:53.074Z Checking event-listener v5.4.1
28812026-07-31T16:22:53.299Z Checking elliptic-curve v0.14.1
28822026-07-31T16:22:53.332Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28832026-07-31T16:22:53.722Z Checking rtoolbox v0.0.3
28842026-07-31T16:22:53.883Z Checking rpassword v7.5.4
28852026-07-31T16:22:54.076Z Checking event-listener-strategy v0.5.4
28862026-07-31T16:22:54.297Z Checking wnaf v0.14.0
28872026-07-31T16:22:54.493Z Checking primefield v0.14.0
28882026-07-31T16:22:54.647Z Checking rfc6979 v0.6.0
28892026-07-31T16:22:54.727Z Checking tui-tree-widget v0.23.1
28902026-07-31T16:22:54.820Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28912026-07-31T16:22:54.944Z Checking sapling-renderdag v0.1.0
28922026-07-31T16:22:55.017Z Compiling blake3 v1.8.5
28932026-07-31T16:22:55.215Z Checking sync-ptr v0.1.4
28942026-07-31T16:22:55.368Z Checking futures-timer v3.0.3
28952026-07-31T16:22:55.583Z Checking ecdsa v0.17.0
28962026-07-31T16:22:55.929Z Checking primeorder v0.14.0
28972026-07-31T16:22:56.010Z Checking async-lock v3.4.2
28982026-07-31T16:22:56.312Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28992026-07-31T16:22:56.348Z Compiling curve25519-dalek v5.0.0
29002026-07-31T16:22:56.430Z Checking async-object-pool v0.2.0
29012026-07-31T16:22:56.498Z Compiling samael v0.0.19
29022026-07-31T16:22:56.568Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29032026-07-31T16:22:56.855Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29042026-07-31T16:22:56.925Z Checking ssh-encoding v0.3.0
29052026-07-31T16:22:57.209Z Checking serde_regex v1.1.0
29062026-07-31T16:22:57.397Z Checking assert-json-diff v2.0.2
29072026-07-31T16:22:57.600Z Checking path-tree v0.8.3
29082026-07-31T16:22:57.820Z Checking keccak v0.2.0
29092026-07-31T16:22:57.860Z Checking stringmetrics v2.2.2
29102026-07-31T16:22:58.012Z Compiling strsim v0.10.0
29112026-07-31T16:22:58.046Z Checking topological-sort v0.2.2
29122026-07-31T16:22:58.214Z Checking omicron-zone-package v0.12.3
29132026-07-31T16:22:58.358Z Compiling darling_core v0.13.4
29142026-07-31T16:22:59.110Z Checking httpmock v0.8.3
29152026-07-31T16:23:00.166Z Checking ed25519 v3.0.0
29162026-07-31T16:23:00.203Z Checking crypto-primes v0.7.2
29172026-07-31T16:23:00.394Z Checking pkcs1 v0.8.0-rc.4
29182026-07-31T16:23:00.629Z Checking poly1305 v0.9.0
29192026-07-31T16:23:00.922Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29202026-07-31T16:23:01.171Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29212026-07-31T16:23:01.277Z Checking blowfish v0.10.0
29222026-07-31T16:23:01.334Z Checking blake2 v0.11.0-rc.6
29232026-07-31T16:23:01.460Z Compiling target-lexicon v0.13.3
29242026-07-31T16:23:01.598Z Checking gimli v0.32.3
29252026-07-31T16:23:01.632Z Checking argon2 v0.6.0-rc.8
29262026-07-31T16:23:01.828Z Checking bcrypt-pbkdf v0.11.0
29272026-07-31T16:23:02.007Z Checking rsa v0.10.0-rc.18
29282026-07-31T16:23:02.046Z Checking ssh-cipher v0.3.0
29292026-07-31T16:23:02.049Z Checking ed25519-dalek v3.0.0
29302026-07-31T16:23:02.298Z Compiling darling_macro v0.13.4
29312026-07-31T16:23:02.337Z Checking sha3 v0.11.0
29322026-07-31T16:23:02.710Z Checking p256 v0.14.0
29332026-07-31T16:23:02.819Z Checking p384 v0.14.0
29342026-07-31T16:23:03.171Z Checking addr2line v0.25.1
29352026-07-31T16:23:03.472Z Checking p521 v0.14.0
29362026-07-31T16:23:03.475Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29372026-07-31T16:23:03.772Z Checking kem v0.3.0
29382026-07-31T16:23:03.924Z Checking module-lattice v0.2.3
29392026-07-31T16:23:04.175Z Checking rustc-demangle v0.1.27
29402026-07-31T16:23:04.398Z Checking hex-literal v0.4.1
29412026-07-31T16:23:04.433Z Checking sponge-cursor v0.1.0
29422026-07-31T16:23:04.529Z Compiling guppy-workspace-hack v0.1.0
29432026-07-31T16:23:04.590Z Checking sha3 v0.12.0
29442026-07-31T16:23:04.789Z Checking backtrace v0.3.76
29452026-07-31T16:23:04.826Z Checking ml-kem v0.3.2
29462026-07-31T16:23:04.829Z Compiling darling v0.13.4
29472026-07-31T16:23:05.119Z Checking russh-cryptovec v0.62.0
29482026-07-31T16:23:05.203Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29492026-07-31T16:23:05.309Z Checking internal-russh-num-bigint v0.5.0
29502026-07-31T16:23:05.426Z Checking num-bigint v0.4.6
29512026-07-31T16:23:05.628Z Checking russh-util v0.52.0
29522026-07-31T16:23:05.783Z Checking generic-array v1.4.3
29532026-07-31T16:23:06.161Z Compiling enum_dispatch v0.3.13
29542026-07-31T16:23:06.360Z Compiling delegate v0.13.5
29552026-07-31T16:23:06.397Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29562026-07-31T16:23:06.464Z Checking ssh-key v0.7.0-rc.11
29572026-07-31T16:23:06.838Z Compiling target-spec v3.5.7
29582026-07-31T16:23:07.135Z Checking hex-literal v1.1.0
29592026-07-31T16:23:07.170Z Checking md5 v0.8.0
29602026-07-31T16:23:07.316Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29612026-07-31T16:23:07.418Z Checking russh v0.62.4
29622026-07-31T16:23:07.464Z Compiling git2 v0.20.4
29632026-07-31T16:23:07.499Z Checking cfg-expr v0.20.6
29642026-07-31T16:23:07.534Z Checking backtrace-ext v0.2.1
29652026-07-31T16:23:07.681Z Compiling serde_with_macros v1.5.2
29662026-07-31T16:23:07.971Z Checking supports-color v2.1.0
29672026-07-31T16:23:08.029Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29682026-07-31T16:23:08.135Z Checking textwrap v0.15.2
29692026-07-31T16:23:08.375Z Checking supports-unicode v2.1.0
29702026-07-31T16:23:08.529Z Checking supports-hyperlinks v2.1.0
29712026-07-31T16:23:08.562Z Checking hashbrown v0.14.5
29722026-07-31T16:23:08.680Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29732026-07-31T16:23:08.899Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29742026-07-31T16:23:09.085Z Checking socket2 v0.5.10
29752026-07-31T16:23:09.139Z Checking terminal_size v0.1.17
29762026-07-31T16:23:09.278Z Compiling miette-derive v5.10.0
29772026-07-31T16:23:09.358Z Checking internet-checksum v0.2.1
29782026-07-31T16:23:09.392Z Checking owo-colors v3.5.0
29792026-07-31T16:23:10.438Z Checking miette v5.10.0
29802026-07-31T16:23:10.491Z Checking chumsky v0.9.3
29812026-07-31T16:23:10.779Z Compiling serde_with v1.14.0
29822026-07-31T16:23:10.814Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29832026-07-31T16:23:11.164Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29842026-07-31T16:23:11.226Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29852026-07-31T16:23:11.579Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29862026-07-31T16:23:11.939Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29872026-07-31T16:23:11.976Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29882026-07-31T16:23:12.012Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29892026-07-31T16:23:12.206Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29902026-07-31T16:23:12.243Z Compiling knuffel-derive v3.2.0
29912026-07-31T16:23:12.304Z Checking httptest v0.16.4
29922026-07-31T16:23:12.308Z Checking pathdiff v0.2.3
29932026-07-31T16:23:12.479Z Checking nested v0.1.1
29942026-07-31T16:23:12.652Z Checking guppy v0.17.25
29952026-07-31T16:23:12.707Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29962026-07-31T16:23:13.073Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29972026-07-31T16:23:13.350Z Checking similar-asserts v1.7.0
29982026-07-31T16:23:13.533Z Compiling target-triple v1.0.0
29992026-07-31T16:23:13.599Z Compiling polar-core v0.27.3
30002026-07-31T16:23:13.635Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30012026-07-31T16:23:13.722Z Checking knuffel v3.2.0
30022026-07-31T16:23:13.883Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30032026-07-31T16:23:14.347Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30042026-07-31T16:23:14.381Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30052026-07-31T16:23:14.452Z Checking hickory-client v0.25.2
30062026-07-31T16:23:14.758Z Checking escape8259 v0.5.3
30072026-07-31T16:23:14.926Z Compiling assert_cmd v2.1.2
30082026-07-31T16:23:14.988Z Checking libtest-mimic v0.8.1
30092026-07-31T16:23:15.394Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30102026-07-31T16:23:15.431Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30112026-07-31T16:23:15.547Z Checking blake2b_simd v1.0.4
30122026-07-31T16:23:15.969Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30132026-07-31T16:23:16.103Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30142026-07-31T16:23:16.388Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30152026-07-31T16:23:16.497Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30162026-07-31T16:23:16.722Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30172026-07-31T16:23:16.930Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30182026-07-31T16:23:16.963Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30192026-07-31T16:23:17.185Z Checking fancy-regex v0.14.0
30202026-07-31T16:23:17.220Z Checking serde_tokenstream v0.2.3
30212026-07-31T16:23:17.447Z Checking approx v0.5.1
30222026-07-31T16:23:17.482Z Compiling rstest_macros v0.25.0
30232026-07-31T16:23:17.573Z Checking uzers v0.12.2
30242026-07-31T16:23:17.614Z Checking termcolor v1.4.1
30252026-07-31T16:23:17.779Z Checking constant_time_eq v0.3.1
30262026-07-31T16:23:17.813Z Compiling linkme-impl v0.3.35
30272026-07-31T16:23:17.856Z Checking trybuild v1.0.116
30282026-07-31T16:23:17.909Z Checking rust-argon2 v2.1.0
30292026-07-31T16:23:18.191Z Checking datatest-stable v0.3.3
30302026-07-31T16:23:18.550Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30312026-07-31T16:23:18.553Z Checking oso v0.27.3
30322026-07-31T16:23:18.655Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30332026-07-31T16:23:18.837Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30342026-07-31T16:23:18.952Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30352026-07-31T16:23:19.009Z Checking support-bundle-viewer v0.1.2
30362026-07-31T16:23:19.280Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30372026-07-31T16:23:19.523Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30382026-07-31T16:23:19.747Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30392026-07-31T16:23:19.780Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30402026-07-31T16:23:19.970Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30412026-07-31T16:23:20.005Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30422026-07-31T16:23:20.191Z Checking drift v0.2.0
30432026-07-31T16:23:20.243Z Checking digest-io v0.1.0
30442026-07-31T16:23:20.279Z Checking rand_distr v0.5.1
30452026-07-31T16:23:20.404Z Checking multimap v0.10.1
30462026-07-31T16:23:20.582Z Compiling linkme v0.3.35
30472026-07-31T16:23:20.614Z Checking rawzip v0.4.4
30482026-07-31T16:23:20.655Z Compiling relative-path v1.9.3
30492026-07-31T16:23:20.711Z Checking dropshot-api-manager v0.7.2
30502026-07-31T16:23:21.088Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30512026-07-31T16:23:21.868Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30522026-07-31T16:23:22.392Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30532026-07-31T16:23:22.547Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30542026-07-31T16:23:22.662Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30552026-07-31T16:23:22.768Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30562026-07-31T16:23:22.876Z Checking scuffle v0.1.0
30572026-07-31T16:23:23.128Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30582026-07-31T16:23:23.163Z Checking cargo_toml v0.21.0
30592026-07-31T16:23:23.289Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30602026-07-31T16:23:23.576Z Checking partial-io v0.5.4
30612026-07-31T16:23:23.749Z Checking termios v0.3.3
30622026-07-31T16:23:23.809Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30632026-07-31T16:23:23.902Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30642026-07-31T16:23:23.977Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30652026-07-31T16:23:24.482Z Checking rstest v0.25.0
30662026-07-31T16:23:25.830Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
30672026-07-31T16:23:27.794Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30682026-07-31T16:23:31.644Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30692026-07-31T16:23:31.836Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30702026-07-31T16:23:34.927Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30712026-07-31T16:23:38.556Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30722026-07-31T16:23:40.423Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30732026-07-31T16:23:45.436Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30742026-07-31T16:23:51.033Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30752026-07-31T16:23:55.604Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30762026-07-31T16:23:56.157Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30772026-07-31T16:23:56.597Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30782026-07-31T16:23:59.458Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
30792026-07-31T16:24:04.339Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30802026-07-31T16:24:08.232Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30812026-07-31T16:24:28.748Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30822026-07-31T16:25:20.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 10s
30832026-07-31T16:25:20.937Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30842026-07-31T16:25:20.937Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30852026-07-31T16:25:21.586Z
30862026-07-31T16:25:21.587Zreal 4:13.688237328
30872026-07-31T16:25:21.587Zuser 21:34.566270335
30882026-07-31T16:25:21.587Zsys 5:05.648174063
30892026-07-31T16:25:21.587Ztrap 0.531260068
30902026-07-31T16:25:21.587Ztflt 0.462947300
30912026-07-31T16:25:21.587Zdflt 0.642983737
30922026-07-31T16:25:21.587Zkflt 0.006175504
30932026-07-31T16:25:21.587Zlock 1:06:20.921519454
30942026-07-31T16:25:21.590Zslp 1:00:10.852325653
30952026-07-31T16:25:21.590Zlat 1:39.475803637
30962026-07-31T16:25:21.590Zstop 13:36.525801830
30972026-07-31T16:25:21.590Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30982026-07-31T16:25:21.590Z+ ptime -m cargo doc --workspace --no-deps
30992026-07-31T16:25:22.435Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31002026-07-31T16:25:22.435Z |
31012026-07-31T16:25:22.435Z = 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)`
31022026-07-31T16:25:22.435Z = 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>
31032026-07-31T16:25:23.466Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31042026-07-31T16:25:23.701Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31052026-07-31T16:25:23.745Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31062026-07-31T16:25:23.807Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31072026-07-31T16:25:23.869Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31082026-07-31T16:25:23.962Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31092026-07-31T16:25:23.987Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31102026-07-31T16:25:24.013Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31112026-07-31T16:25:24.070Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31122026-07-31T16:25:24.131Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31132026-07-31T16:25:24.261Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31142026-07-31T16:25:24.285Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31152026-07-31T16:25:24.288Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31162026-07-31T16:25:24.337Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31172026-07-31T16:25:24.394Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31182026-07-31T16:25:24.420Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31192026-07-31T16:25:24.420Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31202026-07-31T16:25:24.489Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31212026-07-31T16:25:24.492Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31222026-07-31T16:25:24.492Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31232026-07-31T16:25:24.823Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31242026-07-31T16:25:24.957Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31252026-07-31T16:25:24.981Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31262026-07-31T16:25:25.053Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31272026-07-31T16:25:25.110Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31282026-07-31T16:25:25.228Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31292026-07-31T16:25:25.273Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31302026-07-31T16:25:25.302Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31312026-07-31T16:25:25.414Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31322026-07-31T16:25:25.471Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31332026-07-31T16:25:25.591Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31342026-07-31T16:25:25.665Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31352026-07-31T16:25:25.813Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31362026-07-31T16:25:25.859Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31372026-07-31T16:25:25.910Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31382026-07-31T16:25:26.041Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31392026-07-31T16:25:26.077Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31402026-07-31T16:25:26.137Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31412026-07-31T16:25:26.276Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31422026-07-31T16:25:26.370Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31432026-07-31T16:25:26.613Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31442026-07-31T16:25:26.638Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31452026-07-31T16:25:26.725Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31462026-07-31T16:25:26.784Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31472026-07-31T16:25:26.861Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31482026-07-31T16:25:26.907Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31492026-07-31T16:25:26.986Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31502026-07-31T16:25:27.093Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31512026-07-31T16:25:27.173Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31522026-07-31T16:25:27.174Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31532026-07-31T16:25:27.253Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31542026-07-31T16:25:27.321Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31552026-07-31T16:25:27.405Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31562026-07-31T16:25:27.428Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31572026-07-31T16:25:27.453Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31582026-07-31T16:25:27.489Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31592026-07-31T16:25:27.518Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31602026-07-31T16:25:27.600Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31612026-07-31T16:25:27.623Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31622026-07-31T16:25:27.648Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31632026-07-31T16:25:28.181Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31642026-07-31T16:25:28.214Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31652026-07-31T16:25:28.545Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31662026-07-31T16:25:28.606Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31672026-07-31T16:25:28.831Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31682026-07-31T16:25:29.051Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31692026-07-31T16:25:29.073Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31702026-07-31T16:25:29.127Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31712026-07-31T16:25:29.324Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31722026-07-31T16:25:29.348Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31732026-07-31T16:25:29.351Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31742026-07-31T16:25:29.397Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31752026-07-31T16:25:29.505Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31762026-07-31T16:25:29.643Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31772026-07-31T16:25:30.190Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31782026-07-31T16:25:30.382Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31792026-07-31T16:25:30.607Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31802026-07-31T16:25:30.665Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31812026-07-31T16:25:30.747Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31822026-07-31T16:25:30.849Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31832026-07-31T16:25:30.895Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31842026-07-31T16:25:30.919Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31852026-07-31T16:25:31.085Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31862026-07-31T16:25:31.124Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31872026-07-31T16:25:31.155Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31882026-07-31T16:25:31.442Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31892026-07-31T16:25:31.467Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31902026-07-31T16:25:31.490Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31912026-07-31T16:25:31.512Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31922026-07-31T16:25:31.534Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31932026-07-31T16:25:31.556Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31942026-07-31T16:25:31.706Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31952026-07-31T16:25:31.728Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31962026-07-31T16:25:31.731Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31972026-07-31T16:25:31.771Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31982026-07-31T16:25:31.923Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31992026-07-31T16:25:31.985Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32002026-07-31T16:25:32.030Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32012026-07-31T16:25:32.051Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32022026-07-31T16:25:32.073Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32032026-07-31T16:25:32.185Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32042026-07-31T16:25:32.206Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32052026-07-31T16:25:32.270Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32062026-07-31T16:25:32.356Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32072026-07-31T16:25:32.384Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32082026-07-31T16:25:32.603Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32092026-07-31T16:25:32.625Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32102026-07-31T16:25:32.677Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32112026-07-31T16:25:33.167Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32122026-07-31T16:25:33.354Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32132026-07-31T16:25:33.619Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32142026-07-31T16:25:34.375Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32152026-07-31T16:25:34.399Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32162026-07-31T16:25:34.586Z Checking scuffle v0.1.0
32172026-07-31T16:25:34.609Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32182026-07-31T16:25:34.879Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32192026-07-31T16:25:34.903Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32202026-07-31T16:25:35.166Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32212026-07-31T16:25:36.045Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32222026-07-31T16:25:36.754Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32232026-07-31T16:25:36.815Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32242026-07-31T16:25:37.144Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32252026-07-31T16:25:37.405Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32262026-07-31T16:25:37.567Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32272026-07-31T16:25:37.637Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32282026-07-31T16:25:37.931Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32292026-07-31T16:25:38.078Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32302026-07-31T16:25:38.505Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32312026-07-31T16:25:38.916Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32322026-07-31T16:25:39.037Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32332026-07-31T16:25:39.246Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32342026-07-31T16:25:39.249Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32352026-07-31T16:25:39.672Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32362026-07-31T16:25:39.753Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32372026-07-31T16:25:39.862Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32382026-07-31T16:25:40.508Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32392026-07-31T16:25:40.572Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32402026-07-31T16:25:40.924Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32412026-07-31T16:25:41.316Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32422026-07-31T16:25:41.529Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32432026-07-31T16:25:41.949Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32442026-07-31T16:25:42.494Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32452026-07-31T16:25:43.409Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32462026-07-31T16:25:43.508Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32472026-07-31T16:25:43.693Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32482026-07-31T16:25:44.096Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32492026-07-31T16:25:44.368Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32502026-07-31T16:25:44.602Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32512026-07-31T16:25:44.652Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32522026-07-31T16:25:45.789Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32532026-07-31T16:25:45.813Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
32542026-07-31T16:25:46.095Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32552026-07-31T16:25:46.343Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
32562026-07-31T16:25:46.440Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32572026-07-31T16:25:47.283Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32582026-07-31T16:25:47.926Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32592026-07-31T16:25:49.378Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32602026-07-31T16:25:50.920Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32612026-07-31T16:25:51.565Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32622026-07-31T16:25:52.385Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32632026-07-31T16:25:52.806Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32642026-07-31T16:25:52.926Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32652026-07-31T16:25:53.390Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32662026-07-31T16:25:54.055Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
32672026-07-31T16:25:54.376Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32682026-07-31T16:25:54.564Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32692026-07-31T16:25:54.869Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32702026-07-31T16:25:55.028Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32712026-07-31T16:25:55.481Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32722026-07-31T16:25:55.598Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32732026-07-31T16:25:55.873Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32742026-07-31T16:25:55.896Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32752026-07-31T16:25:56.126Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32762026-07-31T16:25:56.147Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32772026-07-31T16:25:56.376Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32782026-07-31T16:25:56.408Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32792026-07-31T16:25:56.729Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32802026-07-31T16:25:56.858Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32812026-07-31T16:25:57.483Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32822026-07-31T16:25:57.710Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32832026-07-31T16:25:58.047Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32842026-07-31T16:25:58.099Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32852026-07-31T16:25:58.195Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32862026-07-31T16:25:58.774Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32872026-07-31T16:25:59.566Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32882026-07-31T16:26:00.239Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32892026-07-31T16:26:00.698Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32902026-07-31T16:26:01.997Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32912026-07-31T16:26:03.838Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32922026-07-31T16:26:04.225Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32932026-07-31T16:26:05.816Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32942026-07-31T16:26:06.099Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32952026-07-31T16:26:07.019Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32962026-07-31T16:26:08.613Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32972026-07-31T16:26:09.109Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32982026-07-31T16:26:11.472Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32992026-07-31T16:26:11.999Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33002026-07-31T16:26:12.470Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33012026-07-31T16:26:13.959Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33022026-07-31T16:26:14.800Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33032026-07-31T16:26:14.903Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33042026-07-31T16:26:15.688Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33052026-07-31T16:26:17.783Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33062026-07-31T16:26:18.487Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33072026-07-31T16:26:19.490Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33082026-07-31T16:26:22.465Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33092026-07-31T16:26:22.912Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33102026-07-31T16:26:23.697Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33112026-07-31T16:26:25.025Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33122026-07-31T16:26:25.737Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33132026-07-31T16:26:26.462Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33142026-07-31T16:26:27.297Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33152026-07-31T16:26:28.875Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33162026-07-31T16:26:29.643Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33172026-07-31T16:26:30.591Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33182026-07-31T16:26:30.732Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33192026-07-31T16:26:31.414Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33202026-07-31T16:26:32.177Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33212026-07-31T16:26:33.007Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33222026-07-31T16:26:36.239Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33232026-07-31T16:26:37.442Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33242026-07-31T16:26:38.048Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33252026-07-31T16:26:39.246Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33262026-07-31T16:26:40.174Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33272026-07-31T16:26:40.969Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33282026-07-31T16:26:42.757Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33292026-07-31T16:26:43.900Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33302026-07-31T16:26:44.689Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33312026-07-31T16:26:47.498Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33322026-07-31T16:26:47.859Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33332026-07-31T16:26:48.684Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33342026-07-31T16:26:50.035Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33352026-07-31T16:26:51.203Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33362026-07-31T16:26:53.748Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33372026-07-31T16:26:54.313Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33382026-07-31T16:26:55.798Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33392026-07-31T16:26:57.534Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33402026-07-31T16:26:59.175Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33412026-07-31T16:27:00.507Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33422026-07-31T16:27:02.153Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33432026-07-31T16:27:03.622Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33442026-07-31T16:27:05.225Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33452026-07-31T16:27:09.614Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33462026-07-31T16:27:10.150Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33472026-07-31T16:27:11.240Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33482026-07-31T16:27:11.842Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33492026-07-31T16:27:13.600Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33502026-07-31T16:27:15.210Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33512026-07-31T16:27:16.876Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33522026-07-31T16:27:18.936Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33532026-07-31T16:27:20.622Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33542026-07-31T16:27:22.606Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33552026-07-31T16:27:24.054Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33562026-07-31T16:27:25.721Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33572026-07-31T16:27:27.404Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33582026-07-31T16:27:29.124Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33592026-07-31T16:27:30.839Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33602026-07-31T16:27:32.482Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33612026-07-31T16:27:34.022Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33622026-07-31T16:27:36.053Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33632026-07-31T16:27:37.751Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33642026-07-31T16:27:39.254Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33652026-07-31T16:27:43.085Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33662026-07-31T16:27:44.913Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33672026-07-31T16:27:46.715Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33682026-07-31T16:27:48.554Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33692026-07-31T16:27:50.597Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33702026-07-31T16:27:55.784Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33712026-07-31T16:27:56.708Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33722026-07-31T16:27:58.986Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33732026-07-31T16:28:01.778Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33742026-07-31T16:28:03.480Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33752026-07-31T16:28:06.249Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33762026-07-31T16:28:08.405Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33772026-07-31T16:28:11.009Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33782026-07-31T16:28:13.319Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33792026-07-31T16:28:15.481Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33802026-07-31T16:28:17.876Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33812026-07-31T16:28:20.709Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33822026-07-31T16:28:23.174Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33832026-07-31T16:28:25.182Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33842026-07-31T16:28:27.451Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33852026-07-31T16:28:29.807Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33862026-07-31T16:28:32.154Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33872026-07-31T16:28:34.494Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33882026-07-31T16:28:36.982Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33892026-07-31T16:28:39.348Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33902026-07-31T16:28:41.823Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33912026-07-31T16:28:44.175Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33922026-07-31T16:28:46.623Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33932026-07-31T16:28:49.043Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33942026-07-31T16:28:51.442Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33952026-07-31T16:28:53.876Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33962026-07-31T16:28:56.287Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33972026-07-31T16:28:58.802Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33982026-07-31T16:29:01.208Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33992026-07-31T16:29:03.623Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34002026-07-31T16:29:06.082Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34012026-07-31T16:29:08.511Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34022026-07-31T16:29:10.967Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34032026-07-31T16:29:13.397Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34042026-07-31T16:29:15.922Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34052026-07-31T16:29:18.294Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34062026-07-31T16:29:20.757Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34072026-07-31T16:29:23.231Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34082026-07-31T16:29:25.776Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34092026-07-31T16:29:28.222Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34102026-07-31T16:29:30.763Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34112026-07-31T16:29:33.719Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34122026-07-31T16:29:36.038Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34132026-07-31T16:29:38.535Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34142026-07-31T16:29:41.049Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34152026-07-31T16:29:43.581Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34162026-07-31T16:29:46.152Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34172026-07-31T16:29:48.713Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34182026-07-31T16:29:51.492Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34192026-07-31T16:29:53.903Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34202026-07-31T16:29:56.394Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34212026-07-31T16:29:58.994Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34222026-07-31T16:30:01.633Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34232026-07-31T16:30:04.342Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34242026-07-31T16:30:06.897Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34252026-07-31T16:30:09.699Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34262026-07-31T16:30:12.368Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34272026-07-31T16:30:14.968Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34282026-07-31T16:30:17.527Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34292026-07-31T16:30:20.197Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34302026-07-31T16:30:22.846Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34312026-07-31T16:30:25.562Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34322026-07-31T16:30:28.585Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34332026-07-31T16:30:31.135Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34342026-07-31T16:30:38.922Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34352026-07-31T16:30:39.034Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34362026-07-31T16:30:42.419Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34372026-07-31T16:30:45.876Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34382026-07-31T16:30:49.399Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34392026-07-31T16:30:52.883Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34402026-07-31T16:30:57.607Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34412026-07-31T16:31:00.452Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34422026-07-31T16:31:04.227Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34432026-07-31T16:31:07.970Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34442026-07-31T16:31:11.704Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34452026-07-31T16:31:15.461Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34462026-07-31T16:31:19.244Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34472026-07-31T16:31:23.007Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34482026-07-31T16:31:26.854Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34492026-07-31T16:31:30.621Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34502026-07-31T16:31:34.517Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34512026-07-31T16:31:38.140Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34522026-07-31T16:31:41.967Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34532026-07-31T16:31:45.715Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34542026-07-31T16:31:49.560Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34552026-07-31T16:31:53.243Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34562026-07-31T16:31:57.071Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34572026-07-31T16:32:00.781Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34582026-07-31T16:32:30.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 09s
34592026-07-31T16:32:30.903Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34602026-07-31T16:32:30.904Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34612026-07-31T16:32:31.068Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
34622026-07-31T16:32:31.173Z
34632026-07-31T16:32:31.173Zreal 7:09.497779367
34642026-07-31T16:32:31.173Zuser 18:49.990911890
34652026-07-31T16:32:31.173Zsys 4:04.995328575
34662026-07-31T16:32:31.173Ztrap 0.269149687
34672026-07-31T16:32:31.187Ztflt 0.005608761
34682026-07-31T16:32:31.188Zdflt 0.063506305
34692026-07-31T16:32:31.188Zkflt 0.000038860
34702026-07-31T16:32:31.188Zlock 6:55:04.113248783
34712026-07-31T16:32:31.188Zslp 2:24:48.251116817
34722026-07-31T16:32:31.188Zlat 34.251765999
34732026-07-31T16:32:31.188Zstop 2:03.352317567
34742026-07-31T16:32:31.188Zprocess exited: duration 812096 ms, exit code 0
 
34752026-07-31T16:32:31.247Zfound 0 output files