01KYWJWYZFZTH00JRZX8XS2G7F: clippy (helios)

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

Buildomat Job: 01KYWJXESGATKSV1N5EQ2K3GNC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-31T17:18:54.081Zjob assigned to worker 01KYWJXYRMVN9WEZWE45E64VDW [factory aws, i-0bd358367245a20f0] (queued for 58 s)
 
22026-07-31T17:19:00.993Zstarting task 0: "setup"
32026-07-31T17:19:00.998Z++ uname -s
42026-07-31T17:19:00.998Z+ kern=SunOS
52026-07-31T17:19:00.998Z+ build_user=build
62026-07-31T17:19:00.998Z+ build_uid=12345
72026-07-31T17:19:00.998Z+ work_dir=/work
82026-07-31T17:19:00.998Z+ input_dir=/input
92026-07-31T17:19:00.998Z+ [[ 0 == 12345 ]]
102026-07-31T17:19:00.998Z+ case "$kern" in
112026-07-31T17:19:00.999Z+ groupadd -g 12345 build
122026-07-31T17:19:00.999Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-31T17:19:03.000Z+ zfs create -o mountpoint=/work rpool/work
142026-07-31T17:19:03.111Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-31T17:19:03.114Z+ home_fs=zfs
162026-07-31T17:19:03.114Z+ [[ zfs == autofs ]]
172026-07-31T17:19:03.114Z+ mkdir -p /home/build
182026-07-31T17:19:03.114Z+ chown build:build /home/build /work
192026-07-31T17:19:05.115Z+ chmod 0700 /home/build /work
202026-07-31T17:19:05.118Zprocess exited: duration 4131 ms, exit code 0
 
212026-07-31T17:19:05.127Zstarting task 1: "rust-toolchain"
222026-07-31T17:19:05.130Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-31T17:19:05.130Z * rust toolchain channel = "1.97.1"
242026-07-31T17:19:05.131Z * rust toolchain profile = "default"
252026-07-31T17:19:05.131Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-31T17:19:05.138Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-31T17:19:05.138Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-31T17:19:05.138Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-31T17:19:05.138Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-31T17:19:05.188Zinfo: downloading installer
312026-07-31T17:19:06.734Zwarn: It looks like you have an existing rustup settings file at:
322026-07-31T17:19:06.734Zwarn: /home/build/.rustup/settings.toml
332026-07-31T17:19:06.734Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-31T17:19:06.734Zwarn: instead of the one inferred from the default host triple.
352026-07-31T17:19:06.746Zinfo: profile set to default
362026-07-31T17:19:06.746Zinfo: default host triple is x86_64-unknown-illumos
372026-07-31T17:19:06.749Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-31T17:19:06.877Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-31T17:19:06.881Zinfo: downloading 6 components
402026-07-31T17:19:21.255Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-31T17:19:21.255Z
422026-07-31T17:19:21.285Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-31T17:19:21.285Z
442026-07-31T17:19:21.285Z
452026-07-31T17:19:21.285ZRust is installed now. Great!
462026-07-31T17:19:21.285Z
472026-07-31T17:19:21.285ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-31T17:19:21.285Zenvironment variable. This has not been done automatically.
492026-07-31T17:19:21.285Z
502026-07-31T17:19:21.285ZTo configure your current shell, you need to source
512026-07-31T17:19:21.285Zthe corresponding env file under $HOME/.cargo.
522026-07-31T17:19:21.285Z
532026-07-31T17:19:21.285ZThis is usually done by running one of the following (note the leading DOT):
542026-07-31T17:19:21.285Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-31T17:19:21.285Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-31T17:19:21.285Zsource "~/.cargo/env.nu" # For nushell
572026-07-31T17:19:21.285Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-31T17:19:21.285Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-31T17:19:21.285Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-31T17:19:21.288Zwarn: no default linker (`cc`) was found in your PATH
612026-07-31T17:19:21.288Zwarn: many Rust crates require a system C toolchain to build
622026-07-31T17:19:21.376Z+ rustup --version
632026-07-31T17:19:21.384Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-31T17:19:21.388Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-31T17:19:21.405Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-31T17:19:21.408Z+ cargo --version
672026-07-31T17:19:21.423Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-31T17:19:21.426Z+ rustc --version
692026-07-31T17:19:21.445Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-31T17:19:21.447Zprocess exited: duration 16320 ms, exit code 0
 
712026-07-31T17:19:21.453Zstarting task 2: "authentication"
722026-07-31T17:19:21.471Zprocess exited: duration 16 ms, exit code 0
 
732026-07-31T17:19:21.477Zstarting task 3: "clone repository"
742026-07-31T17:19:21.480Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-31T17:19:21.483Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-31T17:19:21.511ZCloning into '/work/oxidecomputer/omicron'...
772026-07-31T17:19:32.055Z+ cd /work/oxidecomputer/omicron
782026-07-31T17:19:32.055Z+ git fetch origin e597b2c49f45a185d9a3a45385b548f1f5fc3f56
792026-07-31T17:19:32.324ZFrom https://github.com/oxidecomputer/omicron
802026-07-31T17:19:32.324Z * branch e597b2c49f45a185d9a3a45385b548f1f5fc3f56 -> FETCH_HEAD
812026-07-31T17:19:32.334Z+ [[ -n john/mupdate-recovery-after-noop-conversion ]]
822026-07-31T17:19:32.339Z++ git branch --show-current
832026-07-31T17:19:32.339Z+ current=main
842026-07-31T17:19:32.339Z+ [[ main != john/mupdate-recovery-after-noop-conversion ]]
852026-07-31T17:19:32.339Z+ git branch -f john/mupdate-recovery-after-noop-conversion e597b2c49f45a185d9a3a45385b548f1f5fc3f56
862026-07-31T17:19:32.343Z+ git checkout -f john/mupdate-recovery-after-noop-conversion
872026-07-31T17:19:32.580ZSwitched to branch 'john/mupdate-recovery-after-noop-conversion'
882026-07-31T17:19:32.583Z+ git reset --hard e597b2c49f45a185d9a3a45385b548f1f5fc3f56
892026-07-31T17:19:32.828ZHEAD is now at e597b2c49 cargo fmt
902026-07-31T17:19:32.831Zprocess exited: duration 11352 ms, exit code 0
 
912026-07-31T17:19:32.839Zstarting task 4: "build"
922026-07-31T17:19:32.842Z+ source ./env.sh
932026-07-31T17:19:32.842Z++ OLD_SHELL_OPTS=ehxB
942026-07-31T17:19:32.842Z++ set -o xtrace
952026-07-31T17:19:32.845Z++++ dirname ./env.sh
962026-07-31T17:19:32.845Z+++ readlink -f .
972026-07-31T17:19:32.848Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-31T17:19:32.848Z++ 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-31T17:19:32.848Z++ 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-31T17:19:32.848Z++ 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-31T17:19:32.848Z++ 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-31T17:19:32.848Z++ 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-31T17:19:32.848Z++ 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-31T17:19:32.848Z++ 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-31T17:19:32.848Z++ 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-31T17:19:32.848Z++ 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-31T17:19:32.848Z++ 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-31T17:19:32.848Z++ case $OLD_SHELL_OPTS in
1092026-07-31T17:19:32.848Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-31T17:19:32.848Z+ source .github/buildomat/ci-env.sh
1112026-07-31T17:19:32.848Z++ export CARGO_TERM_COLOR=always
1122026-07-31T17:19:32.848Z++ CARGO_TERM_COLOR=always
1132026-07-31T17:19:32.848Z+++ uname -s
1142026-07-31T17:19:32.851Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-31T17:19:32.851Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-31T17:19:32.851Z+ cargo --version
1172026-07-31T17:19:32.860Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-07-31T17:19:32.863Z+ rustc --version
1192026-07-31T17:19:32.881Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-07-31T17:19:32.884Z+ banner prerequisites
1212026-07-31T17:19:32.887Z
1222026-07-31T17:19:32.887Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-31T17:19:32.887Z # # # # # # # # # # # # # # #
1242026-07-31T17:19:32.887Z # # # # ##### # # ##### # # # # # #### #
1252026-07-31T17:19:32.887Z ##### ##### # ##### # # # # # # # # #
1262026-07-31T17:19:32.887Z # # # # # # # # # # # # # # #
1272026-07-31T17:19:32.887Z # # # ###### # # ###### ### # #### # #### #
1282026-07-31T17:19:32.887Z
1292026-07-31T17:19:32.887Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-31T17:19:34.580Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-31T17:19:34.823Z Startup: Caching catalogs ... Done
1322026-07-31T17:19:35.990ZPlanning: Solver setup ... Done (1.088s)
1332026-07-31T17:19:36.033ZPlanning: Running solver ... Done (0.043s)
1342026-07-31T17:19:36.062ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-31T17:19:36.074ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-31T17:19:36.094ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-31T17:19:36.107ZPlanning: Package planning ... Done (0.013s)
1382026-07-31T17:19:36.110ZPlanning: Merging actions ... Done (0.001s)
1392026-07-31T17:19:36.316ZPlanning: Checking for conflicting actions ... Done (0.207s)
1402026-07-31T17:19:36.321ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-31T17:19:37.093ZPlanning: Evaluating mediators ... Done (0.775s)
1422026-07-31T17:19:37.096ZPlanning: Planning completed in 2.24 seconds
1432026-07-31T17:19:37.102Z Packages to install: 2
1442026-07-31T17:19:37.105Z Estimated space available: 156.02 GB
1452026-07-31T17:19:37.105ZEstimated space to be consumed: 55.06 MB
1462026-07-31T17:19:37.105Z Create boot environment: No
1472026-07-31T17:19:37.105ZCreate backup boot environment: No
1482026-07-31T17:19:37.105Z Rebuild boot archive: No
1492026-07-31T17:19:37.105Z
1502026-07-31T17:19:37.105ZChanged packages:
1512026-07-31T17:19:37.105Zhelios
1522026-07-31T17:19:37.105Z developer/build-essential
1532026-07-31T17:19:37.105Z None -> 11-3.0
1542026-07-31T17:19:37.105Z library/libxmlsec1
1552026-07-31T17:19:37.105Z None -> 1.2.35-3.0
1562026-07-31T17:19:37.127Z
1572026-07-31T17:19:37.127ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-31T17:19:37.196ZDownload: Completed 1.28 MB in 0.07 seconds (18.7M/s)
1592026-07-31T17:19:37.265Z Actions: 1/268 actions (Installing new actions)
1602026-07-31T17:19:37.302Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-31T17:19:37.326ZFinalize: Updating package state database ... Done (0.023s)
1622026-07-31T17:19:37.329ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-31T17:19:37.382ZFinalize: Updating image state ... Done (0.056s)
1642026-07-31T17:19:39.784ZFinalize: Creating fast lookup database ... Done (2.366s)
1652026-07-31T17:19:39.849ZFinalize: Reading search index ... Done (0.012s)
1662026-07-31T17:19:39.853ZFinalize: Updating search index ... Done (0.000s)
1672026-07-31T17:19:39.935ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-31T17:19:40.277ZPlanning: Evaluating mediator changes ... Done
1692026-07-31T17:19:40.381ZPlanning: Checking for conflicting actions ... Done
1702026-07-31T17:19:40.384ZPlanning: Consolidating action changes ... Done
1712026-07-31T17:19:40.538ZPlanning: Evaluating mediators ... Done
1722026-07-31T17:19:40.540ZPlanning: Planning completed in 0.26 seconds
1732026-07-31T17:19:40.560Z Mediators to change: 2
1742026-07-31T17:19:40.560Z Create boot environment: No
1752026-07-31T17:19:40.560ZCreate backup boot environment: No
1762026-07-31T17:19:40.602ZFinalize: Updating package state database ... Done
1772026-07-31T17:19:40.605ZFinalize: Updating package cache ... Done
1782026-07-31T17:19:40.636ZFinalize: Updating image state ... Done
1792026-07-31T17:19:42.577ZFinalize: Creating fast lookup database ... Done
1802026-07-31T17:19:42.641ZFinalize: Reading search index ... Done
1812026-07-31T17:19:42.645ZFinalize: Updating search index ... Done
1822026-07-31T17:19:42.711ZFinalize: Updating package cache ... Done
1832026-07-31T17:19:42.994ZPlanning: Evaluating mediator changes ... Done
1842026-07-31T17:19:43.099ZPlanning: Checking for conflicting actions ... Done
1852026-07-31T17:19:43.102ZPlanning: Consolidating action changes ... Done
1862026-07-31T17:19:43.255ZPlanning: Evaluating mediators ... Done
1872026-07-31T17:19:43.260ZPlanning: Planning completed in 0.26 seconds
1882026-07-31T17:19:43.275Z Mediators to change: 1
1892026-07-31T17:19:43.275Z Create boot environment: No
1902026-07-31T17:19:43.282ZCreate backup boot environment: No
1912026-07-31T17:19:43.331ZFinalize: Updating package state database ... Done
1922026-07-31T17:19:43.331ZFinalize: Updating package cache ... Done
1932026-07-31T17:19:43.362ZFinalize: Updating image state ... Done
1942026-07-31T17:19:45.284ZFinalize: Creating fast lookup database ... Done
1952026-07-31T17:19:45.347ZFinalize: Reading search index ... Done
1962026-07-31T17:19:45.350ZFinalize: Updating search index ... Done
1972026-07-31T17:19:45.447ZFinalize: Updating package cache ... Done
1982026-07-31T17:19:45.756ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-31T17:19:45.756Zapache system 2.4 system
2002026-07-31T17:19:45.756Zclang system 15 system
2012026-07-31T17:19:45.756Zcsh system system illumos
2022026-07-31T17:19:45.756Zctags system system illumos
2032026-07-31T17:19:45.756Zfile vendor vendor darwinsys
2042026-07-31T17:19:45.756Zfile system system illumos
2052026-07-31T17:19:45.756Zgcc vendor 14 vendor
2062026-07-31T17:19:45.756Zgcc system 13 system
2072026-07-31T17:19:45.756Zgcc system 10 system
2082026-07-31T17:19:45.756Zgo system 1.25 system
2092026-07-31T17:19:45.756Zllvm system 15 system
2102026-07-31T17:19:45.756Zmariadb system 11.4 system
2112026-07-31T17:19:45.756Zmta vendor vendor dma
2122026-07-31T17:19:45.756Zopenjdk system 17 system
2132026-07-31T17:19:45.756Zopenjdk system 11 system
2142026-07-31T17:19:45.756Zopenssl vendor 3 vendor
2152026-07-31T17:19:45.756Zperl system 5.40 system
2162026-07-31T17:19:45.756Zpostgresql system 18 system
2172026-07-31T17:19:45.757Zpostgresql system 17 system
2182026-07-31T17:19:45.757Zpython vendor 3 vendor
2192026-07-31T17:19:45.757Zpython system 2 system
2202026-07-31T17:19:45.757Zpython3 vendor 3.13 vendor
2212026-07-31T17:19:45.757Zruby system 3.4 system
2222026-07-31T17:19:45.757Zruby system 3.0 system
2232026-07-31T17:19:45.757Zwords vendor vendor american-english
2242026-07-31T17:19:45.757Zwords system system australian-english
2252026-07-31T17:19:45.757Zwords system system british-english
2262026-07-31T17:19:45.757Zwords system system canadian-english
2272026-07-31T17:19:45.757Zwords system system french
2282026-07-31T17:19:45.757Zwords system system italian
2292026-07-31T17:19:45.757Zwords system system ngerman
2302026-07-31T17:19:45.757Zwords system system ogerman
2312026-07-31T17:19:45.757Zwords system system spanish
2322026-07-31T17:19:46.007ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-31T17:19:46.007Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-31T17:19:46.399ZFMRI IFO
2352026-07-31T17:19:46.399Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-31T17:19:46.399Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-31T17:19:46.399Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-31T17:19:46.399Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-31T17:19:46.399Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-31T17:19:46.399Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-31T17:19:46.400Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-31T17:19:46.400Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-31T17:19:46.400Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-31T17:19:46.703Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-31T17:19:47.119Z Updating crates.io index
2462026-07-31T17:19:47.123Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-31T17:19:47.352Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-31T17:19:47.649Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-31T17:19:48.309Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-07-31T17:19:49.340Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-07-31T17:19:50.210Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-07-31T17:19:52.412Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-07-31T17:19:53.707Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-07-31T17:19:53.952Z Updating git repository `https://github.com/oxidecomputer/lldp`
2552026-07-31T17:19:54.293Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562026-07-31T17:19:55.444Z Updating git repository `https://github.com/oxidecomputer/clickward`
2572026-07-31T17:19:55.967Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-07-31T17:19:56.289Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2592026-07-31T17:19:56.692Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-07-31T17:19:57.245Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2612026-07-31T17:19:57.837Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2622026-07-31T17:19:58.298Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2632026-07-31T17:19:58.560Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2642026-07-31T17:19:58.865Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2652026-07-31T17:19:59.153Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662026-07-31T17:19:59.516Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2672026-07-31T17:19:59.835Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2682026-07-31T17:20:00.176Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2692026-07-31T17:20:00.622Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2702026-07-31T17:20:00.960Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-07-31T17:20:01.216Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-07-31T17:20:01.597Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-07-31T17:20:01.909Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-07-31T17:20:02.312Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-07-31T17:20:02.626Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-07-31T17:20:03.073Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-07-31T17:20:04.427Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-07-31T17:20:04.790Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-07-31T17:20:05.233Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-07-31T17:20:05.555Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-07-31T17:20:05.836Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-07-31T17:20:06.165Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-07-31T17:20:06.496Z Updating git repository `https://github.com/oxidecomputer/tough`
2842026-07-31T17:20:07.557Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-07-31T17:20:07.790Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-07-31T17:20:08.090Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-07-31T17:20:08.373Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-07-31T17:20:10.902Z Downloading crates ...
2892026-07-31T17:20:10.960Z Downloaded cfg-if v1.0.4
2902026-07-31T17:20:10.969Z Downloaded heck v0.4.1
2912026-07-31T17:20:10.974Z Downloaded is_terminal_polyfill v1.70.2
2922026-07-31T17:20:10.974Z Downloaded fnv v1.0.7
2932026-07-31T17:20:10.977Z Downloaded memmap v0.7.0
2942026-07-31T17:20:10.977Z Downloaded dtrace-parser v0.2.0
2952026-07-31T17:20:10.977Z Downloaded generic-array v0.14.7
2962026-07-31T17:20:10.982Z Downloaded zmij v1.0.21
2972026-07-31T17:20:10.982Z Downloaded equivalent v1.0.2
2982026-07-31T17:20:10.982Z Downloaded itoa v1.0.17
2992026-07-31T17:20:10.985Z Downloaded zerocopy-derive v0.7.35
3002026-07-31T17:20:10.985Z Downloaded macaddr v1.0.1
3012026-07-31T17:20:10.995Z Downloaded zerocopy v0.7.35
3022026-07-31T17:20:10.995Z Downloaded anstream v1.0.0
3032026-07-31T17:20:10.998Z Downloaded dof v0.3.0
3042026-07-31T17:20:11.002Z Downloaded block-buffer v0.10.4
3052026-07-31T17:20:11.002Z Downloaded anstyle-query v1.1.5
3062026-07-31T17:20:11.006Z Downloaded scroll_derive v0.12.1
3072026-07-31T17:20:11.009Z Downloaded toml_write v0.1.2
3082026-07-31T17:20:11.012Z Downloaded clap_lex v1.0.0
3092026-07-31T17:20:11.012Z Downloaded pretty-hex v0.4.1
3102026-07-31T17:20:11.016Z Downloaded serde_spanned v0.6.9
3112026-07-31T17:20:11.020Z Downloaded bytecount v0.6.9
3122026-07-31T17:20:11.020Z Downloaded heck v0.5.0
3132026-07-31T17:20:11.037Z Downloaded cpufeatures v0.2.17
3142026-07-31T17:20:11.041Z Downloaded fastrand v2.3.0
3152026-07-31T17:20:11.041Z Downloaded cargo-platform v0.3.2
3162026-07-31T17:20:11.048Z Downloaded camino-tempfile v1.4.1
3172026-07-31T17:20:11.051Z Downloaded colorchoice v1.0.4
3182026-07-31T17:20:11.051Z Downloaded thiserror v1.0.69
3192026-07-31T17:20:11.054Z Downloaded thiserror-impl v2.0.18
3202026-07-31T17:20:11.054Z Downloaded proc-macro-error v1.0.4
3212026-07-31T17:20:11.059Z Downloaded plain v0.2.3
3222026-07-31T17:20:11.059Z Downloaded bitflags v2.11.0
3232026-07-31T17:20:11.059Z Downloaded clap_derive v4.6.1
3242026-07-31T17:20:11.062Z Downloaded cargo_toml v0.21.0
3252026-07-31T17:20:11.063Z Downloaded once_cell v1.21.3
3262026-07-31T17:20:11.066Z Downloaded clap v4.6.1
3272026-07-31T17:20:11.069Z Downloaded version_check v0.9.5
3282026-07-31T17:20:11.072Z Downloaded crypto-common v0.1.7
3292026-07-31T17:20:11.075Z Downloaded proc-macro-error-attr v1.0.4
3302026-07-31T17:20:11.079Z Downloaded usdt v0.5.0
3312026-07-31T17:20:11.079Z Downloaded sha2 v0.10.9
3322026-07-31T17:20:11.122Z Downloaded utf8parse v0.2.2
3332026-07-31T17:20:11.122Z Downloaded usdt-attr-macro v0.5.0
3342026-07-31T17:20:11.122Z Downloaded smawk v0.3.2
3352026-07-31T17:20:11.122Z Downloaded thread-id v4.2.2
3362026-07-31T17:20:11.122Z Downloaded toml_datetime v0.6.11
3372026-07-31T17:20:11.122Z Downloaded usdt-macro v0.5.0
3382026-07-31T17:20:11.122Z Downloaded strsim v0.11.1
3392026-07-31T17:20:11.122Z Downloaded swrite v0.1.0
3402026-07-31T17:20:11.122Z Downloaded terminal_size v0.4.3
3412026-07-31T17:20:11.122Z Downloaded unicode-linebreak v0.1.5
3422026-07-31T17:20:11.122Z Downloaded errno v0.3.14
3432026-07-31T17:20:11.122Z Downloaded tabled_derive v0.7.0
3442026-07-31T17:20:11.122Z Downloaded anstyle v1.0.14
3452026-07-31T17:20:11.122Z Downloaded cargo_metadata v0.23.1
3462026-07-31T17:20:11.122Z Downloaded anstyle-parse v1.0.0
3472026-07-31T17:20:11.122Z Downloaded pest_derive v2.8.6
3482026-07-31T17:20:11.126Z Downloaded camino v1.2.2
3492026-07-31T17:20:11.126Z Downloaded usdt-impl v0.5.0
3502026-07-31T17:20:11.129Z Downloaded log v0.4.29
3512026-07-31T17:20:11.129Z Downloaded papergrid v0.11.0
3522026-07-31T17:20:11.133Z Downloaded pest_generator v2.8.6
3532026-07-31T17:20:11.133Z Downloaded digest v0.10.7
3542026-07-31T17:20:11.136Z Downloaded scroll v0.12.0
3552026-07-31T17:20:11.139Z Downloaded autocfg v1.5.0
3562026-07-31T17:20:11.147Z Downloaded serde_tokenstream v0.2.3
3572026-07-31T17:20:11.150Z Downloaded thiserror-impl v1.0.69
3582026-07-31T17:20:11.151Z Downloaded quote v1.0.45
3592026-07-31T17:20:11.158Z Downloaded thiserror v2.0.18
3602026-07-31T17:20:11.161Z Downloaded anyhow v1.0.102
3612026-07-31T17:20:11.173Z Downloaded byteorder v1.5.0
3622026-07-31T17:20:11.177Z Downloaded getrandom v0.4.1
3632026-07-31T17:20:11.177Z Downloaded tempfile v3.25.0
3642026-07-31T17:20:11.184Z Downloaded semver v1.0.28
3652026-07-31T17:20:11.190Z Downloaded toml v0.8.23
3662026-07-31T17:20:11.193Z Downloaded ucd-trie v0.1.7
3672026-07-31T17:20:11.196Z Downloaded pest_meta v2.8.6
3682026-07-31T17:20:11.196Z Downloaded serde_core v1.0.228
3692026-07-31T17:20:11.202Z Downloaded textwrap v0.16.2
3702026-07-31T17:20:11.210Z Downloaded proc-macro2 v1.0.106
3712026-07-31T17:20:11.213Z Downloaded fs-err v3.3.0
3722026-07-31T17:20:11.216Z Downloaded serde_derive v1.0.228
3732026-07-31T17:20:11.220Z Downloaded memchr v2.8.0
3742026-07-31T17:20:11.234Z Downloaded unicode-ident v1.0.24
3752026-07-31T17:20:11.237Z Downloaded toml_edit v0.22.27
3762026-07-31T17:20:11.241Z Downloaded indexmap v2.14.0
3772026-07-31T17:20:11.268Z Downloaded serde v1.0.228
3782026-07-31T17:20:11.276Z Downloaded typenum v1.20.1
3792026-07-31T17:20:11.279Z Downloaded pest v2.8.6
3802026-07-31T17:20:11.285Z Downloaded clap_builder v4.6.0
3812026-07-31T17:20:11.317Z Downloaded hashbrown v0.17.0
3822026-07-31T17:20:11.330Z Downloaded serde_json v1.0.151
3832026-07-31T17:20:11.338Z Downloaded goblin v0.8.2
3842026-07-31T17:20:11.341Z Downloaded winnow v0.7.14
3852026-07-31T17:20:11.365Z Downloaded tabled v0.15.0
3862026-07-31T17:20:11.372Z Downloaded syn v1.0.109
3872026-07-31T17:20:11.377Z Downloaded unicode-width v0.1.14
3882026-07-31T17:20:11.381Z Downloaded unicode-width v0.2.0
3892026-07-31T17:20:11.390Z Downloaded syn v2.0.117
3902026-07-31T17:20:11.399Z Downloaded rustix v1.1.3
3912026-07-31T17:20:11.430Z Downloaded libc v0.2.185
3922026-07-31T17:20:11.491Z Compiling proc-macro2 v1.0.106
3932026-07-31T17:20:11.494Z Compiling quote v1.0.45
3942026-07-31T17:20:11.494Z Compiling unicode-ident v1.0.24
3952026-07-31T17:20:11.494Z Compiling serde_core v1.0.228
3962026-07-31T17:20:11.494Z Compiling libc v0.2.185
3972026-07-31T17:20:11.494Z Compiling version_check v0.9.5
3982026-07-31T17:20:11.494Z Compiling memchr v2.8.0
3992026-07-31T17:20:11.494Z Compiling serde v1.0.228
4002026-07-31T17:20:11.812Z Compiling zmij v1.0.21
4012026-07-31T17:20:11.992Z Compiling itoa v1.0.17
4022026-07-31T17:20:12.117Z Compiling ucd-trie v0.1.7
4032026-07-31T17:20:12.195Z Compiling thiserror v1.0.69
4042026-07-31T17:20:12.300Z Compiling pest v2.8.6
4052026-07-31T17:20:12.391Z Compiling byteorder v1.5.0
4062026-07-31T17:20:12.452Z Compiling rustix v1.1.3
4072026-07-31T17:20:12.618Z Compiling errno v0.3.14
4082026-07-31T17:20:12.655Z Compiling bitflags v2.11.0
4092026-07-31T17:20:12.878Z Compiling serde_json v1.0.151
4102026-07-31T17:20:12.952Z Compiling syn v2.0.117
4112026-07-31T17:20:13.038Z Compiling thread-id v4.2.2
4122026-07-31T17:20:13.096Z Compiling usdt-impl v0.5.0
4132026-07-31T17:20:13.114Z Compiling proc-macro-error-attr v1.0.4
4142026-07-31T17:20:13.128Z Compiling syn v1.0.109
4152026-07-31T17:20:13.292Z Compiling pest_meta v2.8.6
4162026-07-31T17:20:13.309Z Compiling camino v1.2.2
4172026-07-31T17:20:13.549Z Compiling proc-macro-error v1.0.4
4182026-07-31T17:20:13.576Z Compiling getrandom v0.4.1
4192026-07-31T17:20:13.665Z Compiling equivalent v1.0.2
4202026-07-31T17:20:13.731Z Compiling log v0.4.29
4212026-07-31T17:20:13.757Z Compiling plain v0.2.3
4222026-07-31T17:20:13.922Z Compiling utf8parse v0.2.2
4232026-07-31T17:20:13.942Z Compiling hashbrown v0.17.0
4242026-07-31T17:20:13.978Z Compiling terminal_size v0.4.3
4252026-07-31T17:20:14.039Z Compiling anstyle-parse v1.0.0
4262026-07-31T17:20:14.493Z Compiling indexmap v2.14.0
4272026-07-31T17:20:14.617Z Compiling cfg-if v1.0.4
4282026-07-31T17:20:14.693Z Compiling colorchoice v1.0.4
4292026-07-31T17:20:14.721Z Compiling winnow v0.7.14
4302026-07-31T17:20:14.818Z Compiling is_terminal_polyfill v1.70.2
4312026-07-31T17:20:14.863Z Compiling thiserror v2.0.18
4322026-07-31T17:20:14.879Z Compiling anstyle v1.0.14
4332026-07-31T17:20:14.917Z Compiling toml_write v0.1.2
4342026-07-31T17:20:15.083Z Compiling anstyle-query v1.1.5
4352026-07-31T17:20:15.101Z Compiling pretty-hex v0.4.1
4362026-07-31T17:20:15.104Z Compiling autocfg v1.5.0
4372026-07-31T17:20:15.132Z Compiling pest_generator v2.8.6
4382026-07-31T17:20:15.215Z Compiling anstream v1.0.0
4392026-07-31T17:20:15.570Z Compiling fastrand v2.3.0
4402026-07-31T17:20:15.605Z Compiling fs-err v3.3.0
4412026-07-31T17:20:15.653Z Compiling bytecount v0.6.9
4422026-07-31T17:20:15.757Z Compiling once_cell v1.21.3
4432026-07-31T17:20:15.795Z Compiling strsim v0.11.1
4442026-07-31T17:20:15.795Z Compiling unicode-width v0.1.14
4452026-07-31T17:20:15.839Z Compiling anyhow v1.0.102
4462026-07-31T17:20:15.903Z Compiling heck v0.5.0
4472026-07-31T17:20:15.980Z Compiling clap_lex v1.0.0
4482026-07-31T17:20:16.085Z Compiling heck v0.4.1
4492026-07-31T17:20:16.142Z Compiling fnv v1.0.7
4502026-07-31T17:20:16.145Z Compiling clap_builder v4.6.0
4512026-07-31T17:20:16.221Z Compiling tempfile v3.25.0
4522026-07-31T17:20:16.236Z Compiling papergrid v0.11.0
4532026-07-31T17:20:16.311Z Compiling semver v1.0.28
4542026-07-31T17:20:16.343Z Compiling tabled_derive v0.7.0
4552026-07-31T17:20:16.361Z Compiling cargo-platform v0.3.2
4562026-07-31T17:20:16.387Z Compiling memmap v0.7.0
4572026-07-31T17:20:16.644Z Compiling unicode-width v0.2.0
4582026-07-31T17:20:16.751Z Compiling unicode-linebreak v0.1.5
4592026-07-31T17:20:16.751Z Compiling smawk v0.3.2
4602026-07-31T17:20:16.751Z Compiling camino-tempfile v1.4.1
4612026-07-31T17:20:16.869Z Compiling serde_derive v1.0.228
4622026-07-31T17:20:16.951Z Compiling thiserror-impl v1.0.69
4632026-07-31T17:20:16.951Z Compiling zerocopy-derive v0.7.35
4642026-07-31T17:20:16.951Z Compiling pest_derive v2.8.6
4652026-07-31T17:20:17.187Z Compiling scroll_derive v0.12.1
4662026-07-31T17:20:17.335Z Compiling thiserror-impl v2.0.18
4672026-07-31T17:20:17.409Z Compiling clap_derive v4.6.1
4682026-07-31T17:20:17.738Z Compiling zerocopy v0.7.35
4692026-07-31T17:20:17.775Z Compiling tabled v0.15.0
4702026-07-31T17:20:17.822Z Compiling scroll v0.12.0
4712026-07-31T17:20:18.102Z Compiling goblin v0.8.2
4722026-07-31T17:20:18.214Z Compiling dtrace-parser v0.2.0
4732026-07-31T17:20:18.302Z Compiling textwrap v0.16.2
4742026-07-31T17:20:18.767Z Compiling swrite v0.1.0
4752026-07-31T17:20:19.072Z Compiling clap v4.6.1
4762026-07-31T17:20:19.822Z Compiling serde_spanned v0.6.9
4772026-07-31T17:20:19.822Z Compiling toml_datetime v0.6.11
4782026-07-31T17:20:19.822Z Compiling cargo_metadata v0.23.1
4792026-07-31T17:20:19.825Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-07-31T17:20:19.826Z Compiling macaddr v1.0.1
4812026-07-31T17:20:19.902Z Compiling dof v0.3.0
4822026-07-31T17:20:19.905Z Compiling serde_tokenstream v0.2.3
4832026-07-31T17:20:20.026Z Compiling toml_edit v0.22.27
4842026-07-31T17:20:20.668Z Compiling usdt-macro v0.5.0
4852026-07-31T17:20:20.671Z Compiling usdt-attr-macro v0.5.0
4862026-07-31T17:20:21.324Z Compiling usdt v0.5.0
4872026-07-31T17:20:21.419Z Compiling toml v0.8.23
4882026-07-31T17:20:21.753Z Compiling cargo_toml v0.21.0
4892026-07-31T17:20:22.992Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-07-31T17:20:24.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.46s
4912026-07-31T17:20:25.201Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-07-31T17:20:25.717Z Downloading crates ...
4932026-07-31T17:20:25.766Z Downloaded adler2 v2.0.1
4942026-07-31T17:20:25.775Z Downloaded backoff v0.4.0
4952026-07-31T17:20:25.786Z Downloaded cobs v0.3.0
4962026-07-31T17:20:25.791Z Downloaded futures-executor v0.3.32
4972026-07-31T17:20:25.794Z Downloaded castaway v0.2.4
4982026-07-31T17:20:25.797Z Downloaded httpdate v1.0.3
4992026-07-31T17:20:25.802Z Downloaded flate2 v1.1.9
5002026-07-31T17:20:25.806Z Downloaded ascii-canvas v3.0.0
5012026-07-31T17:20:25.806Z Downloaded atomicwrites v0.4.4
5022026-07-31T17:20:25.806Z Downloaded base16ct v1.0.0
5032026-07-31T17:20:25.809Z Downloaded float-cmp v0.10.0
5042026-07-31T17:20:25.809Z Downloaded filetime v0.2.27
5052026-07-31T17:20:25.809Z Downloaded fixedbitset v0.5.7
5062026-07-31T17:20:25.809Z Downloaded flagset v0.4.7
5072026-07-31T17:20:25.813Z Downloaded aead v0.5.2
5082026-07-31T17:20:25.817Z Downloaded assert_matches v1.5.0
5092026-07-31T17:20:25.817Z Downloaded async-stream-impl v0.3.6
5102026-07-31T17:20:25.817Z Downloaded async-stream v0.3.6
5112026-07-31T17:20:25.822Z Downloaded fixedbitset v0.4.2
5122026-07-31T17:20:25.825Z Downloaded bitflags v1.3.2
5132026-07-31T17:20:25.828Z Downloaded convert_case v0.4.0
5142026-07-31T17:20:25.828Z Downloaded flume v0.11.1
5152026-07-31T17:20:25.831Z Downloaded atomic-waker v1.1.2
5162026-07-31T17:20:25.831Z Downloaded foreign-types v0.5.0
5172026-07-31T17:20:25.831Z Downloaded icu_locale_core v2.1.1
5182026-07-31T17:20:25.834Z Downloaded atty v0.2.14
5192026-07-31T17:20:25.834Z Downloaded foldhash v0.1.5
5202026-07-31T17:20:25.837Z Downloaded foreign-types-macros v0.2.3
5212026-07-31T17:20:25.837Z Downloaded bit-set v0.5.3
5222026-07-31T17:20:25.837Z Downloaded bit-set v0.8.0
5232026-07-31T17:20:25.844Z Downloaded async-recursion v1.1.1
5242026-07-31T17:20:25.847Z Downloaded arrayref v0.3.9
5252026-07-31T17:20:25.847Z Downloaded bb8 v0.8.6
5262026-07-31T17:20:25.850Z Downloaded aead v0.6.1
5272026-07-31T17:20:25.850Z Downloaded float-ord v0.3.2
5282026-07-31T17:20:25.850Z Downloaded foreign-types-shared v0.3.1
5292026-07-31T17:20:25.850Z Downloaded funty v2.0.0
5302026-07-31T17:20:25.850Z Downloaded hkdf v0.12.4
5312026-07-31T17:20:25.854Z Downloaded ff v0.14.0
5322026-07-31T17:20:25.854Z Downloaded find-msvc-tools v0.1.9
5332026-07-31T17:20:25.854Z Downloaded base16ct v0.2.0
5342026-07-31T17:20:25.854Z Downloaded base64 v0.21.7
5352026-07-31T17:20:25.857Z Downloaded env_filter v1.0.0
5362026-07-31T17:20:25.857Z Downloaded futures-sink v0.3.32
5372026-07-31T17:20:25.857Z Downloaded ciborium-ll v0.2.2
5382026-07-31T17:20:25.864Z Downloaded futures-io v0.3.32
5392026-07-31T17:20:25.864Z Downloaded foreign-types v0.3.2
5402026-07-31T17:20:25.864Z Downloaded futures-macro v0.3.32
5412026-07-31T17:20:25.864Z Downloaded bitfield-macros v0.19.4
5422026-07-31T17:20:25.867Z Downloaded fd-lock v4.0.4
5432026-07-31T17:20:25.870Z Downloaded http-range v0.1.5
5442026-07-31T17:20:25.870Z Downloaded block-buffer v0.12.1
5452026-07-31T17:20:25.870Z Downloaded cfg_aliases v0.2.1
5462026-07-31T17:20:25.870Z Downloaded ghash v0.6.0
5472026-07-31T17:20:25.873Z Downloaded array-init v0.0.4
5482026-07-31T17:20:25.873Z Downloaded hostname v0.4.2
5492026-07-31T17:20:25.873Z Downloaded globwalk v0.9.1
5502026-07-31T17:20:25.878Z Downloaded git-stub v1.0.0
5512026-07-31T17:20:25.881Z Downloaded bitfield-struct v0.6.2
5522026-07-31T17:20:25.884Z Downloaded block-padding v0.4.2
5532026-07-31T17:20:25.887Z Downloaded hash32 v0.2.1
5542026-07-31T17:20:25.887Z Downloaded hostname v0.3.1
5552026-07-31T17:20:25.891Z Downloaded cfg_aliases v0.1.1
5562026-07-31T17:20:25.893Z Downloaded ciborium-io v0.2.2
5572026-07-31T17:20:25.893Z Downloaded futures-core v0.3.32
5582026-07-31T17:20:25.896Z Downloaded compression-core v0.4.31
5592026-07-31T17:20:25.896Z Downloaded fxhash v0.2.1
5602026-07-31T17:20:25.899Z Downloaded gethostname v0.5.0
5612026-07-31T17:20:25.899Z Downloaded form_urlencoded v1.2.2
5622026-07-31T17:20:25.902Z Downloaded hyper-tls v0.6.0
5632026-07-31T17:20:25.905Z Downloaded anstream v0.6.21
5642026-07-31T17:20:25.905Z Downloaded base64ct v1.8.3
5652026-07-31T17:20:25.908Z Downloaded argon2 v0.5.3
5662026-07-31T17:20:25.908Z Downloaded async-trait v0.1.89
5672026-07-31T17:20:25.910Z Downloaded http-body v1.0.1
5682026-07-31T17:20:25.910Z Downloaded hex-literal v1.1.0
5692026-07-31T17:20:25.910Z Downloaded arrayvec v0.7.6
5702026-07-31T17:20:25.916Z Downloaded hubpack_derive v0.1.1
5712026-07-31T17:20:25.923Z Downloaded futures-task v0.3.32
5722026-07-31T17:20:25.926Z Downloaded hex v0.4.3
5732026-07-31T17:20:25.926Z Downloaded home v0.5.12
5742026-07-31T17:20:25.929Z Downloaded hash32 v0.3.1
5752026-07-31T17:20:25.929Z Downloaded hubpack v0.1.2
5762026-07-31T17:20:25.932Z Downloaded headers-core v0.3.0
5772026-07-31T17:20:25.936Z Downloaded phf_shared v0.13.1
5782026-07-31T17:20:25.939Z Downloaded anstyle-parse v0.2.7
5792026-07-31T17:20:25.943Z Downloaded foreign-types-shared v0.1.1
5802026-07-31T17:20:25.946Z Downloaded fs_extra v1.3.0
5812026-07-31T17:20:25.946Z Downloaded git-stub-vcs v0.1.0
5822026-07-31T17:20:25.946Z Downloaded glob v0.3.3
5832026-07-31T17:20:25.946Z Downloaded env_logger v0.11.9
5842026-07-31T17:20:25.949Z Downloaded ff v0.13.1
5852026-07-31T17:20:25.949Z Downloaded foldhash v0.2.0
5862026-07-31T17:20:25.949Z Downloaded num v0.4.3
5872026-07-31T17:20:25.949Z Downloaded num-conv v0.2.0
5882026-07-31T17:20:25.952Z Downloaded num_enum_derive v0.5.11
5892026-07-31T17:20:25.952Z Downloaded openssl-probe v0.2.1
5902026-07-31T17:20:25.952Z Downloaded powerfmt v0.2.0
5912026-07-31T17:20:25.952Z Downloaded proc-macro-crate v1.3.1
5922026-07-31T17:20:25.955Z Downloaded rand_pcg v0.10.2
5932026-07-31T17:20:25.958Z Downloaded russh-cryptovec v0.62.0
5942026-07-31T17:20:25.965Z Downloaded bcrypt-pbkdf v0.11.0
5952026-07-31T17:20:25.968Z Downloaded fs-err v2.11.0
5962026-07-31T17:20:25.970Z Downloaded bcs v0.1.6
5972026-07-31T17:20:25.973Z Downloaded bit-vec v0.8.0
5982026-07-31T17:20:25.976Z Downloaded fallible-iterator v0.2.0
5992026-07-31T17:20:25.976Z Downloaded globset v0.4.18
6002026-07-31T17:20:25.976Z Downloaded bitfield v0.19.4
6012026-07-31T17:20:25.976Z Downloaded cmov v0.5.4
6022026-07-31T17:20:25.979Z Downloaded humantime v2.3.0
6032026-07-31T17:20:25.982Z Downloaded hyper-staticfile v0.10.1
6042026-07-31T17:20:25.984Z Downloaded cmake v0.1.57
6052026-07-31T17:20:25.985Z Downloaded compression-codecs v0.4.37
6062026-07-31T17:20:25.988Z Downloaded byte-wrapper v0.1.0
6072026-07-31T17:20:25.988Z Downloaded erased-serde v0.3.31
6082026-07-31T17:20:25.991Z Downloaded num-rational v0.4.2
6092026-07-31T17:20:25.991Z Downloaded highway v1.3.0
6102026-07-31T17:20:25.991Z Downloaded camino-tempfile-ext v0.3.3
6112026-07-31T17:20:25.992Z Downloaded argon2 v0.6.0-rc.8
6122026-07-31T17:20:25.994Z Downloaded const_format_proc_macros v0.2.34
6132026-07-31T17:20:25.994Z Downloaded constant_time_eq v0.4.2
6142026-07-31T17:20:26.000Z Downloaded rfc6979 v0.4.0
6152026-07-31T17:20:26.006Z Downloaded bit-vec v0.6.3
6162026-07-31T17:20:26.012Z Downloaded cexpr v0.6.0
6172026-07-31T17:20:26.012Z Downloaded cipher v0.4.4
6182026-07-31T17:20:26.012Z Downloaded seq-macro v0.3.6
6192026-07-31T17:20:26.016Z Downloaded futures-channel v0.3.32
6202026-07-31T17:20:26.016Z Downloaded group v0.13.0
6212026-07-31T17:20:26.016Z Downloaded iana-time-zone v0.1.65
6222026-07-31T17:20:26.016Z Downloaded shell-words v1.1.1
6232026-07-31T17:20:26.019Z Downloaded secrecy v0.10.3
6242026-07-31T17:20:26.019Z Downloaded semver v0.1.20
6252026-07-31T17:20:26.020Z Downloaded signature v3.0.0
6262026-07-31T17:20:26.020Z Downloaded sponge-cursor v0.1.0
6272026-07-31T17:20:26.020Z Downloaded async-bb8-diesel v0.2.1
6282026-07-31T17:20:26.023Z Downloaded chacha20poly1305 v0.10.1
6292026-07-31T17:20:26.023Z Downloaded pkg-config v0.3.32
6302026-07-31T17:20:26.023Z Downloaded ppv-lite86 v0.2.21
6312026-07-31T17:20:26.023Z Downloaded progenitor v0.13.0
6322026-07-31T17:20:26.026Z Downloaded rand_core v0.6.4
6332026-07-31T17:20:26.026Z Downloaded cipher v0.5.2
6342026-07-31T17:20:26.026Z Downloaded rand_core v0.10.0
6352026-07-31T17:20:26.028Z Downloaded bs58 v0.5.1
6362026-07-31T17:20:26.032Z Downloaded arc-swap v1.8.2
6372026-07-31T17:20:26.035Z Downloaded buf-list v1.1.2
6382026-07-31T17:20:26.035Z Downloaded cbc v0.2.1
6392026-07-31T17:20:26.035Z Downloaded strip-ansi-escapes v0.2.1
6402026-07-31T17:20:26.035Z Downloaded take_mut v0.2.2
6412026-07-31T17:20:26.039Z Downloaded tokio-test v0.4.5
6422026-07-31T17:20:26.042Z Downloaded pbkdf2 v0.13.0
6432026-07-31T17:20:26.042Z Downloaded peg v0.8.5
6442026-07-31T17:20:26.044Z Downloaded strum v0.26.3
6452026-07-31T17:20:26.044Z Downloaded strum v0.27.2
6462026-07-31T17:20:26.047Z Downloaded supports-color v3.0.2
6472026-07-31T17:20:26.047Z Downloaded sync-ptr v0.1.4
6482026-07-31T17:20:26.047Z Downloaded try-lock v0.2.5
6492026-07-31T17:20:26.051Z Downloaded blake2 v0.10.6
6502026-07-31T17:20:26.054Z Downloaded ahash v0.8.12
6512026-07-31T17:20:26.054Z Downloaded getrandom v0.2.17
6522026-07-31T17:20:26.057Z Downloaded peg-macros v0.8.5
6532026-07-31T17:20:26.061Z Downloaded blake2 v0.11.0-rc.6
6542026-07-31T17:20:26.064Z Downloaded bzip2 v0.4.4
6552026-07-31T17:20:26.064Z Downloaded group v0.14.0
6562026-07-31T17:20:26.067Z Downloaded blowfish v0.10.0
6572026-07-31T17:20:26.067Z Downloaded hmac v0.12.1
6582026-07-31T17:20:26.067Z Downloaded chacha20 v0.10.0
6592026-07-31T17:20:26.070Z Downloaded console v0.16.2
6602026-07-31T17:20:26.070Z Downloaded const-oid v0.9.6
6612026-07-31T17:20:26.070Z Downloaded http-body-util v0.1.3
6622026-07-31T17:20:26.073Z Downloaded parking_lot v0.12.5
6632026-07-31T17:20:26.075Z Downloaded cassowary v0.3.0
6642026-07-31T17:20:26.075Z Downloaded ciborium v0.2.2
6652026-07-31T17:20:26.079Z Downloaded colored v2.2.0
6662026-07-31T17:20:26.079Z Downloaded progenitor-extras v0.2.0
6672026-07-31T17:20:26.079Z Downloaded half v1.8.3
6682026-07-31T17:20:26.082Z Downloaded hyper-rustls v0.27.7
6692026-07-31T17:20:26.082Z Downloaded r2d2 v0.8.10
6702026-07-31T17:20:26.082Z Downloaded resolv-conf v0.7.6
6712026-07-31T17:20:26.082Z Downloaded rustls-native-certs v0.8.3
6722026-07-31T17:20:26.085Z Downloaded aes v0.9.1
6732026-07-31T17:20:26.085Z Downloaded parking_lot v0.11.2
6742026-07-31T17:20:26.088Z Downloaded usdt v0.6.0
6752026-07-31T17:20:26.088Z Downloaded usdt-attr-macro v0.6.0
6762026-07-31T17:20:26.088Z Downloaded usdt-macro v0.6.0
6772026-07-31T17:20:26.088Z Downloaded scroll v0.13.0
6782026-07-31T17:20:26.091Z Downloaded trait-variant v0.1.2
6792026-07-31T17:20:26.091Z Downloaded colored v3.1.1
6802026-07-31T17:20:26.093Z Downloaded cancel-safe-futures v0.1.5
6812026-07-31T17:20:26.094Z Downloaded chacha20 v0.9.1
6822026-07-31T17:20:26.096Z Downloaded sec1 v0.7.3
6832026-07-31T17:20:26.096Z Downloaded slab v0.4.12
6842026-07-31T17:20:26.096Z Downloaded wait-timeout v0.2.1
6852026-07-31T17:20:26.096Z Downloaded xshell-macros v0.2.7
6862026-07-31T17:20:26.096Z Downloaded zeroize_derive v1.5.0
6872026-07-31T17:20:26.099Z Downloaded slog-async v2.8.0
6882026-07-31T17:20:26.099Z Downloaded pkcs8 v0.11.0
6892026-07-31T17:20:26.102Z Downloaded rand_core v0.9.5
6902026-07-31T17:20:26.105Z Downloaded darling_macro v0.21.3
6912026-07-31T17:20:26.108Z Downloaded slog-term v2.9.2
6922026-07-31T17:20:26.108Z Downloaded ssh-encoding v0.3.0
6932026-07-31T17:20:26.111Z Downloaded stacker v0.1.23
6942026-07-31T17:20:26.111Z Downloaded console v0.15.11
6952026-07-31T17:20:26.113Z Downloaded tiny-keccak v2.0.2
6962026-07-31T17:20:26.113Z Downloaded tinystr v0.8.2
6972026-07-31T17:20:26.114Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6982026-07-31T17:20:26.117Z Downloaded toml_writer v1.1.1+spec-1.1.0
6992026-07-31T17:20:26.117Z Downloaded thread_local v1.1.9
7002026-07-31T17:20:26.120Z Downloaded postcard v1.1.3
7012026-07-31T17:20:26.124Z Downloaded slog-scope v4.4.1
7022026-07-31T17:20:26.124Z Downloaded slog-stdlog v4.1.1
7032026-07-31T17:20:26.124Z Downloaded testing_table v0.3.0
7042026-07-31T17:20:26.126Z Downloaded dof v0.4.0
7052026-07-31T17:20:26.127Z Downloaded darling_macro v0.20.11
7062026-07-31T17:20:26.127Z Downloaded downcast-rs v2.0.2
7072026-07-31T17:20:26.127Z Downloaded generic-array v1.4.3
7082026-07-31T17:20:26.130Z Downloaded unicase v2.9.0
7092026-07-31T17:20:26.133Z Downloaded clang-sys v1.8.1
7102026-07-31T17:20:26.135Z Downloaded fatfs v0.3.6
7112026-07-31T17:20:26.138Z Downloaded half v2.7.1
7122026-07-31T17:20:26.138Z Downloaded backon v1.6.0
7132026-07-31T17:20:26.141Z Downloaded pkcs1 v0.7.5
7142026-07-31T17:20:26.141Z Downloaded hmac v0.13.0
7152026-07-31T17:20:26.144Z Downloaded httparse v1.10.1
7162026-07-31T17:20:26.147Z Downloaded hybrid-array v0.4.13
7172026-07-31T17:20:26.150Z Downloaded getrandom v0.3.4
7182026-07-31T17:20:26.156Z Downloaded internet-checksum v0.2.1
7192026-07-31T17:20:26.161Z Downloaded dirs-sys-next v0.1.2
7202026-07-31T17:20:26.164Z Downloaded kem v0.3.0
7212026-07-31T17:20:26.164Z Downloaded md-5 v0.10.6
7222026-07-31T17:20:26.164Z Downloaded md5 v0.8.0
7232026-07-31T17:20:26.164Z Downloaded idna_adapter v1.2.1
7242026-07-31T17:20:26.167Z Downloaded ar_archive_writer v0.5.1
7252026-07-31T17:20:26.167Z Downloaded unarray v0.1.4
7262026-07-31T17:20:26.170Z Downloaded wyz v0.5.1
7272026-07-31T17:20:26.170Z Downloaded inout v0.2.2
7282026-07-31T17:20:26.174Z Downloaded is-terminal v0.4.17
7292026-07-31T17:20:26.174Z Downloaded sha2 v0.11.0
7302026-07-31T17:20:26.174Z Downloaded signal-hook-registry v1.4.8
7312026-07-31T17:20:26.174Z Downloaded bzip2 v0.6.1
7322026-07-31T17:20:26.178Z Downloaded convert_case v0.10.0
7332026-07-31T17:20:26.181Z Downloaded lru v0.12.5
7342026-07-31T17:20:26.181Z Downloaded maybe-uninit v2.0.0
7352026-07-31T17:20:26.181Z Downloaded ryu v1.0.23
7362026-07-31T17:20:26.184Z Downloaded newtype-uuid-macros v0.1.0
7372026-07-31T17:20:26.187Z Downloaded tokio-stream v0.1.18
7382026-07-31T17:20:26.190Z Downloaded openssl-macros v0.1.1
7392026-07-31T17:20:26.190Z Downloaded spin v0.9.8
7402026-07-31T17:20:26.190Z Downloaded allocator-api2 v0.2.21
7412026-07-31T17:20:26.193Z Downloaded critical-section v1.2.0
7422026-07-31T17:20:26.193Z Downloaded ctr v0.10.1
7432026-07-31T17:20:26.193Z Downloaded ctutils v0.4.2
7442026-07-31T17:20:26.197Z Downloaded olpc-cjson v0.1.4
7452026-07-31T17:20:26.200Z Downloaded password-hash v0.6.1
7462026-07-31T17:20:26.200Z Downloaded oso v0.27.3
7472026-07-31T17:20:26.203Z Downloaded darling_macro v0.23.0
7482026-07-31T17:20:26.203Z Downloaded heapless v0.8.0
7492026-07-31T17:20:26.207Z Downloaded derive_builder_core v0.20.2
7502026-07-31T17:20:26.207Z Downloaded diesel-dtrace v0.5.0
7512026-07-31T17:20:26.209Z Downloaded tracing-attributes v0.1.31
7522026-07-31T17:20:26.209Z Downloaded futures v0.3.32
7532026-07-31T17:20:26.212Z Downloaded num-iter v0.1.45
7542026-07-31T17:20:26.212Z Downloaded percent-encoding v2.3.2
7552026-07-31T17:20:26.215Z Downloaded predicates-core v1.0.10
7562026-07-31T17:20:26.218Z Downloaded predicates-tree v1.0.13
7572026-07-31T17:20:26.218Z Downloaded quick-error v1.2.3
7582026-07-31T17:20:26.221Z Downloaded papergrid v0.17.0
7592026-07-31T17:20:26.224Z Downloaded der_derive v0.7.3
7602026-07-31T17:20:26.227Z Downloaded headers v0.4.1
7612026-07-31T17:20:26.230Z Downloaded bindgen v0.71.1
7622026-07-31T17:20:26.233Z Downloaded rtoolbox v0.0.3
7632026-07-31T17:20:26.238Z Downloaded scroll_derive v0.13.1
7642026-07-31T17:20:26.241Z Downloaded heapless v0.7.17
7652026-07-31T17:20:26.246Z Downloaded ed25519 v2.2.3
7662026-07-31T17:20:26.249Z Downloaded serde_yaml v0.9.34+deprecated
7672026-07-31T17:20:26.251Z Downloaded libloading v0.8.9
7682026-07-31T17:20:26.252Z Downloaded linear-map v1.2.0
7692026-07-31T17:20:26.255Z Downloaded serde_urlencoded v0.7.1
7702026-07-31T17:20:26.255Z Downloaded yoke v0.8.1
7712026-07-31T17:20:26.255Z Downloaded usdt-impl v0.6.0
7722026-07-31T17:20:26.255Z Downloaded keccak v0.2.0
7732026-07-31T17:20:26.258Z Downloaded serde_repr v0.1.20
7742026-07-31T17:20:26.258Z Downloaded signature v2.2.0
7752026-07-31T17:20:26.258Z Downloaded sigpipe v0.1.3
7762026-07-31T17:20:26.258Z Downloaded tabled_derive v0.11.0
7772026-07-31T17:20:26.261Z Downloaded compact_str v0.8.1
7782026-07-31T17:20:26.267Z Downloaded const-oid v0.10.2
7792026-07-31T17:20:26.274Z Downloaded salsa20 v0.11.0
7802026-07-31T17:20:26.277Z Downloaded term v1.2.1
7812026-07-31T17:20:26.277Z Downloaded tinyvec v1.10.0
7822026-07-31T17:20:26.279Z Downloaded darling v0.20.11
7832026-07-31T17:20:26.284Z Downloaded native-tls v0.2.18
7842026-07-31T17:20:26.284Z Downloaded oxide-tokio-rt v0.1.4
7852026-07-31T17:20:26.284Z Downloaded pem v3.0.6
7862026-07-31T17:20:26.287Z Downloaded polyval v0.7.1
7872026-07-31T17:20:26.287Z Downloaded port-file v0.1.0
7882026-07-31T17:20:26.287Z Downloaded cookie v0.18.1
7892026-07-31T17:20:26.289Z Downloaded tap v1.0.1
7902026-07-31T17:20:26.289Z Downloaded lock_api v0.4.14
7912026-07-31T17:20:26.289Z Downloaded thiserror-impl-no-std v2.0.2
7922026-07-31T17:20:26.289Z Downloaded topological-sort v0.2.2
7932026-07-31T17:20:26.290Z Downloaded untrusted v0.9.0
7942026-07-31T17:20:26.293Z Downloaded num-integer v0.1.46
7952026-07-31T17:20:26.293Z Downloaded diff v0.1.13
7962026-07-31T17:20:26.293Z Downloaded tracing-core v0.1.36
7972026-07-31T17:20:26.296Z Downloaded icu_collections v2.1.1
7982026-07-31T17:20:26.301Z Downloaded derive_builder v0.20.2
7992026-07-31T17:20:26.304Z Downloaded oxnet v0.1.6
8002026-07-31T17:20:26.308Z Downloaded p384 v0.14.0
8012026-07-31T17:20:26.312Z Downloaded ref-cast v1.0.25
8022026-07-31T17:20:26.316Z Downloaded untrusted v0.7.1
8032026-07-31T17:20:26.316Z Downloaded unicode-xid v0.2.6
8042026-07-31T17:20:26.316Z Downloaded universal-hash v0.6.1
8052026-07-31T17:20:26.320Z Downloaded waitgroup v0.1.2
8062026-07-31T17:20:26.323Z Downloaded base64 v0.22.1
8072026-07-31T17:20:26.326Z Downloaded xattr v1.6.1
8082026-07-31T17:20:26.329Z Downloaded vte v0.14.1
8092026-07-31T17:20:26.334Z Downloaded scrypt v0.12.0
8102026-07-31T17:20:26.335Z Downloaded serde_spanned v1.1.1
8112026-07-31T17:20:26.340Z Downloaded cstr-argument v0.1.2
8122026-07-31T17:20:26.343Z Downloaded dunce v1.0.5
8132026-07-31T17:20:26.346Z Downloaded rustls-webpki v0.103.13
8142026-07-31T17:20:26.346Z Downloaded simd-adler32 v0.3.8
8152026-07-31T17:20:26.350Z Downloaded crc-catalog v2.4.0
8162026-07-31T17:20:26.350Z Downloaded ed25519 v3.0.0
8172026-07-31T17:20:26.350Z Downloaded rusty-fork v0.3.1
8182026-07-31T17:20:26.350Z Downloaded ecdsa v0.17.0
8192026-07-31T17:20:26.353Z Downloaded strum_macros v0.26.4
8202026-07-31T17:20:26.356Z Downloaded tls_codec v0.4.2
8212026-07-31T17:20:26.356Z Downloaded tls_codec_derive v0.4.2
8222026-07-31T17:20:26.356Z Downloaded rustversion v1.0.22
8232026-07-31T17:20:26.359Z Downloaded lazy_static v1.5.0
8242026-07-31T17:20:26.360Z Downloaded document-features v0.2.12
8252026-07-31T17:20:26.362Z Downloaded lru-cache v0.1.2
8262026-07-31T17:20:26.362Z Downloaded illumos-nvpair v0.3.0
8272026-07-31T17:20:26.366Z Downloaded maplit v1.0.2
8282026-07-31T17:20:26.366Z Downloaded unsafe-libyaml v0.2.11
8292026-07-31T17:20:26.366Z Downloaded vergen-lib v0.1.6
8302026-07-31T17:20:26.370Z Downloaded memmap2 v0.9.10
8312026-07-31T17:20:26.370Z Downloaded expectorate v1.2.0
8322026-07-31T17:20:26.370Z Downloaded cc v1.2.56
8332026-07-31T17:20:26.373Z Downloaded schemars v0.9.0
8342026-07-31T17:20:26.377Z Downloaded shlex v1.3.0
8352026-07-31T17:20:26.380Z Downloaded sqlformat v0.3.5
8362026-07-31T17:20:26.380Z Downloaded hickory-resolver v0.24.4
8372026-07-31T17:20:26.383Z Downloaded http v1.4.2
8382026-07-31T17:20:26.386Z Downloaded hashbrown v0.13.2
8392026-07-31T17:20:26.386Z Downloaded hickory-server v0.25.2
8402026-07-31T17:20:26.389Z Downloaded drift v0.2.0
8412026-07-31T17:20:26.393Z Downloaded spki v0.7.3
8422026-07-31T17:20:26.396Z Downloaded spki v0.8.0
8432026-07-31T17:20:26.396Z Downloaded support-bundle-viewer v0.1.2
8442026-07-31T17:20:26.396Z Downloaded whoami v2.1.0
8452026-07-31T17:20:26.399Z Downloaded multimap v0.10.1
8462026-07-31T17:20:26.399Z Downloaded opaque-debug v0.3.1
8472026-07-31T17:20:26.399Z Downloaded indoc v1.0.9
8482026-07-31T17:20:26.402Z Downloaded xshell v0.2.7
8492026-07-31T17:20:26.402Z Downloaded inout v0.1.4
8502026-07-31T17:20:26.402Z Downloaded is_ci v1.2.0
8512026-07-31T17:20:26.402Z Downloaded libscf-sys v1.2.0
8522026-07-31T17:20:26.405Z Downloaded writeable v0.6.2
8532026-07-31T17:20:26.405Z Downloaded crunchy v0.2.4
8542026-07-31T17:20:26.405Z Downloaded keccak v0.1.6
8552026-07-31T17:20:26.405Z Downloaded bytes v1.11.1
8562026-07-31T17:20:26.408Z Downloaded bumpalo v3.20.2
8572026-07-31T17:20:26.411Z Downloaded const_format v0.2.35
8582026-07-31T17:20:26.411Z Downloaded openssl-probe v0.1.6
8592026-07-31T17:20:26.414Z Downloaded openssl-sys v0.9.115
8602026-07-31T17:20:26.417Z Downloaded defmt-parser v1.0.0
8612026-07-31T17:20:26.417Z Downloaded delegate v0.13.5
8622026-07-31T17:20:26.417Z Downloaded phf_shared v0.11.3
8632026-07-31T17:20:26.417Z Downloaded pin-project-lite v0.2.17
8642026-07-31T17:20:26.419Z Downloaded phf_shared v0.12.1
8652026-07-31T17:20:26.420Z Downloaded rand_xorshift v0.4.0
8662026-07-31T17:20:26.420Z Downloaded num-derive v0.4.2
8672026-07-31T17:20:26.422Z Downloaded proc-macro-crate v3.4.0
8682026-07-31T17:20:26.422Z Downloaded progenitor-macro v0.14.0
8692026-07-31T17:20:26.422Z Downloaded prettyplease v0.2.37
8702026-07-31T17:20:26.425Z Downloaded corncobs v0.1.4
8712026-07-31T17:20:26.425Z Downloaded zip v0.6.6
8722026-07-31T17:20:26.429Z Downloaded async-compression v0.4.41
8732026-07-31T17:20:26.432Z Downloaded enum_dispatch v0.3.13
8742026-07-31T17:20:26.434Z Downloaded progenitor-impl v0.13.0
8752026-07-31T17:20:26.434Z Downloaded digest v0.11.3
8762026-07-31T17:20:26.437Z Downloaded crc-any v2.5.0
8772026-07-31T17:20:26.437Z Downloaded rfc6979 v0.6.0
8782026-07-31T17:20:26.440Z Downloaded recursive v0.1.1
8792026-07-31T17:20:26.440Z Downloaded rustc-hash v2.1.1
8802026-07-31T17:20:26.443Z Downloaded darling v0.13.4
8812026-07-31T17:20:26.446Z Downloaded quinn v0.11.11
8822026-07-31T17:20:26.449Z Downloaded hickory-resolver v0.25.2
8832026-07-31T17:20:26.452Z Downloaded icu_properties v2.1.2
8842026-07-31T17:20:26.452Z Downloaded hyper-util v0.1.20
8852026-07-31T17:20:26.455Z Downloaded serde_cbor v0.11.2
8862026-07-31T17:20:26.459Z Downloaded displaydoc v0.2.5
8872026-07-31T17:20:26.459Z Downloaded russh-util v0.52.0
8882026-07-31T17:20:26.459Z Downloaded secrecy v0.8.0
8892026-07-31T17:20:26.462Z Downloaded nibble_vec v0.1.0
8902026-07-31T17:20:26.462Z Downloaded indexmap v1.9.3
8912026-07-31T17:20:26.462Z Downloaded indicatif v0.18.4
8922026-07-31T17:20:26.466Z Downloaded rcgen v0.12.1
8932026-07-31T17:20:26.466Z Downloaded schemars v0.8.22
8942026-07-31T17:20:26.472Z Downloaded slog-envlogger v2.2.0
8952026-07-31T17:20:26.475Z Downloaded either v1.15.0
8962026-07-31T17:20:26.475Z Downloaded nanorand v0.7.0
8972026-07-31T17:20:26.475Z Downloaded structmeta-derive v0.3.0
8982026-07-31T17:20:26.478Z Downloaded crossbeam-utils v0.8.21
8992026-07-31T17:20:26.478Z Downloaded similar v2.7.0
9002026-07-31T17:20:26.482Z Downloaded ingot-types v0.2.0
9012026-07-31T17:20:26.482Z Downloaded phf v0.12.1
9022026-07-31T17:20:26.482Z Downloaded phf v0.13.1
9032026-07-31T17:20:26.485Z Downloaded primeorder v0.14.0
9042026-07-31T17:20:26.486Z Downloaded psl-types v2.0.11
9052026-07-31T17:20:26.486Z Downloaded predicates v3.1.4
9062026-07-31T17:20:26.486Z Downloaded utf8_iter v1.0.4
9072026-07-31T17:20:26.489Z Downloaded time-core v0.1.8
9082026-07-31T17:20:26.489Z Downloaded typify-macro v0.6.2
9092026-07-31T17:20:26.489Z Downloaded crc v3.4.0
9102026-07-31T17:20:26.492Z Downloaded aes-gcm v0.11.0
9112026-07-31T17:20:26.496Z Downloaded darling_core v0.20.11
9122026-07-31T17:20:26.498Z Downloaded tungstenite v0.21.0
9132026-07-31T17:20:26.501Z Downloaded toml_parser v1.1.2+spec-1.1.0
9142026-07-31T17:20:26.501Z Downloaded schemars_derive v0.8.22
9152026-07-31T17:20:26.501Z Downloaded serde_with_macros v1.5.2
9162026-07-31T17:20:26.505Z Downloaded debug-ignore v1.0.5
9172026-07-31T17:20:26.509Z Downloaded typify v0.6.2
9182026-07-31T17:20:26.514Z Downloaded password-hash v0.5.0
9192026-07-31T17:20:26.519Z Downloaded pem-rfc7468 v0.7.0
9202026-07-31T17:20:26.519Z Downloaded prefix-trie v0.7.0
9212026-07-31T17:20:26.519Z Downloaded hashbrown v0.12.3
9222026-07-31T17:20:26.522Z Downloaded ed25519-dalek v2.2.0
9232026-07-31T17:20:26.524Z Downloaded difflib v0.4.0
9242026-07-31T17:20:26.525Z Downloaded crypto-common v0.2.2
9252026-07-31T17:20:26.527Z Downloaded instant v0.1.13
9262026-07-31T17:20:26.528Z Downloaded dropshot-api-manager-types v0.7.2
9272026-07-31T17:20:26.557Z Downloaded mime v0.3.17
9282026-07-31T17:20:26.557Z Downloaded crc32fast v1.5.0
9292026-07-31T17:20:26.557Z Downloaded publicsuffix v2.3.0
9302026-07-31T17:20:26.557Z Downloaded ssh-cipher v0.3.0
9312026-07-31T17:20:26.557Z Downloaded string_cache v0.8.9
9322026-07-31T17:20:26.557Z Downloaded strum_macros v0.24.3
9332026-07-31T17:20:26.557Z Downloaded parking_lot_core v0.9.12
9342026-07-31T17:20:26.557Z Downloaded nodrop v0.1.14
9352026-07-31T17:20:26.557Z Downloaded sha1 v0.11.0
9362026-07-31T17:20:26.557Z Downloaded serde_derive_internals v0.29.1
9372026-07-31T17:20:26.557Z Downloaded slog-json v2.6.1
9382026-07-31T17:20:26.557Z Downloaded packed_struct_codegen v0.10.1
9392026-07-31T17:20:26.557Z Downloaded termios v0.3.3
9402026-07-31T17:20:26.557Z Downloaded zerofrom v0.1.6
9412026-07-31T17:20:26.558Z Downloaded parse-size v1.1.0
9422026-07-31T17:20:26.561Z Downloaded ref-cast-impl v1.0.25
9432026-07-31T17:20:26.561Z Downloaded zerocopy-derive v0.8.40
9442026-07-31T17:20:26.564Z Downloaded snafu v0.8.9
9452026-07-31T17:20:26.568Z Downloaded tabwriter v1.4.1
9462026-07-31T17:20:26.572Z Downloaded test-strategy v0.4.5
9472026-07-31T17:20:26.572Z Downloaded toml v1.1.2+spec-1.1.0
9482026-07-31T17:20:26.574Z Downloaded mime_guess v2.0.5
9492026-07-31T17:20:26.574Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9502026-07-31T17:20:26.574Z Downloaded derive_builder_macro v0.20.2
9512026-07-31T17:20:26.578Z Downloaded whoami v1.6.1
9522026-07-31T17:20:26.578Z Downloaded data-encoding v2.10.0
9532026-07-31T17:20:26.581Z Downloaded sha1 v0.10.6
9542026-07-31T17:20:26.581Z Downloaded thread-id v5.1.0
9552026-07-31T17:20:26.584Z Downloaded tinyvec_macros v0.1.1
9562026-07-31T17:20:26.584Z Downloaded slog-bunyan v2.5.0
9572026-07-31T17:20:26.584Z Downloaded sync_wrapper v1.0.2
9582026-07-31T17:20:26.587Z Downloaded p256 v0.14.0
9592026-07-31T17:20:26.590Z Downloaded ena v0.14.4
9602026-07-31T17:20:26.593Z Downloaded hashbrown v0.16.1
9612026-07-31T17:20:26.596Z Downloaded pretty_assertions v1.4.1
9622026-07-31T17:20:26.596Z Downloaded vergen-lib v9.1.0
9632026-07-31T17:20:26.596Z Downloaded hashbrown v0.15.5
9642026-07-31T17:20:26.599Z Downloaded ml-kem v0.3.2
9652026-07-31T17:20:26.602Z Downloaded signal-hook-mio v0.2.5
9662026-07-31T17:20:26.604Z Downloaded rsa v0.9.10
9672026-07-31T17:20:26.609Z Downloaded stable_deref_trait v1.2.1
9682026-07-31T17:20:26.609Z Downloaded libsw v3.5.0
9692026-07-31T17:20:26.609Z Downloaded serde_plain v1.0.2
9702026-07-31T17:20:26.609Z Downloaded hyper v1.10.1
9712026-07-31T17:20:26.612Z Downloaded num_enum_derive v0.7.6
9722026-07-31T17:20:26.615Z Downloaded paste v1.0.15
9732026-07-31T17:20:26.615Z Downloaded num_enum v0.7.6
9742026-07-31T17:20:26.618Z Downloaded unit-prefix v0.5.2
9752026-07-31T17:20:26.618Z Downloaded yoke-derive v0.8.1
9762026-07-31T17:20:26.618Z Downloaded zerofrom-derive v0.1.6
9772026-07-31T17:20:26.623Z Downloaded zopfli v0.8.3
9782026-07-31T17:20:26.626Z Downloaded oxide-update-engine-display v0.1.2
9792026-07-31T17:20:26.629Z Downloaded poly1305 v0.8.0
9802026-07-31T17:20:26.633Z Downloaded psm v0.1.30
9812026-07-31T17:20:26.633Z Downloaded rpassword v7.5.4
9822026-07-31T17:20:26.636Z Downloaded lzss v0.8.2
9832026-07-31T17:20:26.636Z Downloaded indoc v2.0.7
9842026-07-31T17:20:26.636Z Downloaded jobserver v0.1.34
9852026-07-31T17:20:26.639Z Downloaded want v0.3.1
9862026-07-31T17:20:26.639Z Downloaded dyn-clone v1.0.20
9872026-07-31T17:20:26.639Z Downloaded dirs-next v2.0.0
9882026-07-31T17:20:26.639Z Downloaded embedded-io v0.4.0
9892026-07-31T17:20:26.642Z Downloaded icu_normalizer v2.1.1
9902026-07-31T17:20:26.645Z Downloaded rand v0.10.1
9912026-07-31T17:20:26.648Z Downloaded module-lattice v0.2.3
9922026-07-31T17:20:26.648Z Downloaded rustls-platform-verifier v0.6.2
9932026-07-31T17:20:26.652Z Downloaded vergen v9.1.0
9942026-07-31T17:20:26.652Z Downloaded zip v4.6.1
9952026-07-31T17:20:26.656Z Downloaded nu-ansi-term v0.50.3
9962026-07-31T17:20:26.657Z Downloaded illumos-nvpair-sys v0.2.0
9972026-07-31T17:20:26.661Z Downloaded managed v0.8.0
9982026-07-31T17:20:26.664Z Downloaded tokio-rustls v0.26.4
9992026-07-31T17:20:26.669Z Downloaded progenitor v0.14.0
10002026-07-31T17:20:26.672Z Downloaded rand_seeder v0.4.0
10012026-07-31T17:20:26.675Z Downloaded newline-converter v0.3.0
10022026-07-31T17:20:26.685Z Downloaded num-traits v0.2.19
10032026-07-31T17:20:26.688Z Downloaded progenitor-client v0.14.0
10042026-07-31T17:20:26.691Z Downloaded same-file v1.0.6
10052026-07-31T17:20:26.696Z Downloaded vergen-gitcl v1.0.8
10062026-07-31T17:20:26.699Z Downloaded crossbeam-epoch v0.9.18
10072026-07-31T17:20:26.699Z Downloaded der v0.7.10
10082026-07-31T17:20:26.702Z Downloaded sec1 v0.8.1
10092026-07-31T17:20:26.705Z Downloaded smf v0.2.3
10102026-07-31T17:20:26.705Z Downloaded snafu-derive v0.8.9
10112026-07-31T17:20:26.705Z Downloaded static_assertions v1.1.0
10122026-07-31T17:20:26.705Z Downloaded tui-tree-widget v0.23.1
10132026-07-31T17:20:26.708Z Downloaded postgres-types v0.2.12
10142026-07-31T17:20:26.709Z Downloaded daft v0.1.7
10152026-07-31T17:20:26.711Z Downloaded daft-derive v0.1.7
10162026-07-31T17:20:26.714Z Downloaded defmt-macros v1.0.1
10172026-07-31T17:20:26.714Z Downloaded embedded-io v0.6.1
10182026-07-31T17:20:26.717Z Downloaded universal-hash v0.5.1
10192026-07-31T17:20:26.720Z Downloaded zerotrie v0.2.3
10202026-07-31T17:20:26.727Z Downloaded derive-where v1.6.0
10212026-07-31T17:20:26.730Z Downloaded libefi-sys v0.1.0
10222026-07-31T17:20:26.733Z Downloaded time-macros v0.2.27
10232026-07-31T17:20:26.733Z Downloaded subtle v2.6.1
10242026-07-31T17:20:26.737Z Downloaded futures-util v0.3.32
10252026-07-31T17:20:26.743Z Downloaded elliptic-curve v0.13.8
10262026-07-31T17:20:26.747Z Downloaded hkdf v0.13.0
10272026-07-31T17:20:26.750Z Downloaded icu_provider v2.1.1
10282026-07-31T17:20:26.750Z Downloaded pem-rfc7468 v1.0.0
10292026-07-31T17:20:26.750Z Downloaded primefield v0.14.0
10302026-07-31T17:20:26.753Z Downloaded crc8 v0.1.1
10312026-07-31T17:20:26.753Z Downloaded digest-io v0.1.0
10322026-07-31T17:20:26.753Z Downloaded dtrace-parser v0.3.0
10332026-07-31T17:20:26.753Z Downloaded endian-type v0.1.2
10342026-07-31T17:20:26.756Z Downloaded ident_case v1.0.1
10352026-07-31T17:20:26.756Z Downloaded lalrpop-util v0.19.12
10362026-07-31T17:20:26.756Z Downloaded memoffset v0.9.1
10372026-07-31T17:20:26.756Z Downloaded signal-hook v0.3.18
10382026-07-31T17:20:26.759Z Downloaded serde_with v1.14.0
10392026-07-31T17:20:26.762Z Downloaded x509-cert v0.2.5
10402026-07-31T17:20:26.765Z Downloaded pkcs1 v0.8.0-rc.4
10412026-07-31T17:20:26.768Z Downloaded socket2 v0.5.10
10422026-07-31T17:20:26.768Z Downloaded toml v0.7.8
10432026-07-31T17:20:26.771Z Downloaded ipnetwork v0.21.1
10442026-07-31T17:20:26.771Z Downloaded unicode-properties v0.1.4
10452026-07-31T17:20:26.771Z Downloaded yasna v0.5.2
10462026-07-31T17:20:26.774Z Downloaded zerocopy v0.6.6
10472026-07-31T17:20:26.774Z Downloaded phc v0.6.1
10482026-07-31T17:20:26.779Z Downloaded parking_lot_core v0.8.6
10492026-07-31T17:20:26.779Z Downloaded pin-project-internal v1.1.11
10502026-07-31T17:20:26.779Z Downloaded serde_path_to_error v0.1.20
10512026-07-31T17:20:26.782Z Downloaded siphasher v1.0.2
10522026-07-31T17:20:26.782Z Downloaded nonempty v0.12.0
10532026-07-31T17:20:26.782Z Downloaded radium v0.7.0
10542026-07-31T17:20:26.782Z Downloaded serde-big-array v0.5.1
10552026-07-31T17:20:26.782Z Downloaded match_cfg v0.1.0
10562026-07-31T17:20:26.782Z Downloaded parse-display v0.10.0
10572026-07-31T17:20:26.782Z Downloaded scopeguard v1.2.0
10582026-07-31T17:20:26.788Z Downloaded tokio-dtrace v0.1.1
10592026-07-31T17:20:26.791Z Downloaded tokio-tungstenite v0.21.0
10602026-07-31T17:20:26.791Z Downloaded tagptr v0.2.0
10612026-07-31T17:20:26.794Z Downloaded rand_chacha v0.9.0
10622026-07-31T17:20:26.809Z Downloaded ingot-macros v0.2.0
10632026-07-31T17:20:26.814Z Downloaded darling_core v0.23.0
10642026-07-31T17:20:26.817Z Downloaded h2 v0.4.15
10652026-07-31T17:20:26.820Z Downloaded vsss-rs v3.3.4
10662026-07-31T17:20:26.823Z Downloaded defmt v1.0.1
10672026-07-31T17:20:26.826Z Downloaded ignore v0.4.25
10682026-07-31T17:20:26.829Z Downloaded wnaf v0.14.0
10692026-07-31T17:20:26.829Z Downloaded zone v0.3.1
10702026-07-31T17:20:26.829Z Downloaded zstd-safe v7.2.4
10712026-07-31T17:20:26.829Z Downloaded darling_macro v0.13.4
10722026-07-31T17:20:26.831Z Downloaded diesel_table_macro_syntax v0.3.0
10732026-07-31T17:20:26.832Z Downloaded rsa v0.10.0-rc.18
10742026-07-31T17:20:26.835Z Downloaded cpubits v0.1.1
10752026-07-31T17:20:26.835Z Downloaded darling_core v0.21.3
10762026-07-31T17:20:26.838Z Downloaded primeorder v0.13.6
10772026-07-31T17:20:26.841Z Downloaded csv-core v0.1.13
10782026-07-31T17:20:26.844Z Downloaded pkcs8 v0.10.2
10792026-07-31T17:20:26.847Z Downloaded oso-derive v0.27.3
10802026-07-31T17:20:26.847Z Downloaded crucible-workspace-hack v0.1.0
10812026-07-31T17:20:26.847Z Downloaded linked-hash-map v0.5.6
10822026-07-31T17:20:26.847Z Downloaded new_debug_unreachable v1.0.6
10832026-07-31T17:20:26.847Z Downloaded indent_write v2.2.0
10842026-07-31T17:20:26.850Z Downloaded steno v0.4.1
10852026-07-31T17:20:26.850Z Downloaded instability v0.3.11
10862026-07-31T17:20:26.853Z Downloaded tokio-postgres v0.7.16
10872026-07-31T17:20:26.856Z Downloaded ingot v0.2.1
10882026-07-31T17:20:26.856Z Downloaded winnow v0.6.26
10892026-07-31T17:20:26.860Z Downloaded num-bigint v0.4.6
10902026-07-31T17:20:26.862Z Downloaded crossterm v0.28.1
10912026-07-31T17:20:26.866Z Downloaded strum_macros v0.27.2
10922026-07-31T17:20:26.869Z Downloaded progenitor-macro v0.13.0
10932026-07-31T17:20:26.869Z Downloaded num-complex v0.4.6
10942026-07-31T17:20:26.869Z Downloaded serde_bytes v0.11.19
10952026-07-31T17:20:26.872Z Downloaded strsim v0.10.0
10962026-07-31T17:20:26.872Z Downloaded hickory-proto v0.24.4
10972026-07-31T17:20:26.879Z Downloaded twox-hash v2.1.2
10982026-07-31T17:20:26.881Z Downloaded quinn-udp v0.5.14
10992026-07-31T17:20:26.881Z Downloaded nom v8.0.0
11002026-07-31T17:20:26.884Z Downloaded termtree v0.5.1
11012026-07-31T17:20:26.888Z Downloaded yansi v1.0.1
11022026-07-31T17:20:26.893Z Downloaded smallvec v0.6.14
11032026-07-31T17:20:26.895Z Downloaded enum-as-inner v0.6.1
11042026-07-31T17:20:26.895Z Downloaded vergen-git2 v9.1.0
11052026-07-31T17:20:26.895Z Downloaded display-error-chain v0.2.2
11062026-07-31T17:20:26.898Z Downloaded rand_chacha v0.3.1
11072026-07-31T17:20:26.901Z Downloaded precomputed-hash v0.1.1
11082026-07-31T17:20:26.901Z Downloaded void v1.0.2
11092026-07-31T17:20:26.901Z Downloaded unicode-truncate v1.1.0
11102026-07-31T17:20:26.904Z Downloaded cpufeatures v0.3.0
11112026-07-31T17:20:26.907Z Downloaded uuid v1.23.4
11122026-07-31T17:20:26.911Z Downloaded pin-project v1.1.11
11132026-07-31T17:20:26.917Z Downloaded rustls-pki-types v1.14.0
11142026-07-31T17:20:26.920Z Downloaded smallvec v1.15.1
11152026-07-31T17:20:26.922Z Downloaded curve25519-dalek-derive v0.1.1
11162026-07-31T17:20:26.923Z Downloaded term v0.7.0
11172026-07-31T17:20:26.925Z Downloaded jiff-static v0.2.34
11182026-07-31T17:20:26.931Z Downloaded newtype_derive v0.1.6
11192026-07-31T17:20:26.935Z Downloaded derive_more v0.99.20
11202026-07-31T17:20:26.938Z Downloaded tower-http v0.6.8
11212026-07-31T17:20:26.942Z Downloaded jiff-core v0.1.0
11222026-07-31T17:20:26.945Z Downloaded num_threads v0.1.7
11232026-07-31T17:20:26.945Z Downloaded samael v0.0.19
11242026-07-31T17:20:26.948Z Downloaded ecdsa v0.16.9
11252026-07-31T17:20:26.951Z Downloaded lru-slab v0.1.2
11262026-07-31T17:20:26.951Z Downloaded miniz_oxide v0.8.9
11272026-07-31T17:20:26.954Z Downloaded owo-colors v4.3.0
11282026-07-31T17:20:26.954Z Downloaded oxide-update-engine-types v0.1.2
11292026-07-31T17:20:26.957Z Downloaded libbz2-rs-sys v0.2.2
11302026-07-31T17:20:26.957Z Downloaded tokio-native-tls v0.3.1
11312026-07-31T17:20:26.957Z Downloaded recursive-proc-macro-impl v0.1.1
11322026-07-31T17:20:26.960Z Downloaded tower-layer v0.3.3
11332026-07-31T17:20:26.963Z Downloaded tokio-tungstenite v0.23.1
11342026-07-31T17:20:26.966Z Downloaded signal-hook-tokio v0.3.1
11352026-07-31T17:20:26.966Z Downloaded sqlparser_derive v0.5.0
11362026-07-31T17:20:26.966Z Downloaded omicron-zone-package v0.12.3
11372026-07-31T17:20:26.969Z Downloaded zeroize v1.9.0
11382026-07-31T17:20:26.974Z Downloaded slog-dtrace v0.3.0
11392026-07-31T17:20:26.977Z Downloaded tower-service v0.3.3
11402026-07-31T17:20:26.980Z Downloaded peg-runtime v0.8.5
11412026-07-31T17:20:26.983Z Downloaded potential_utf v0.1.4
11422026-07-31T17:20:26.990Z Downloaded pkcs5 v0.8.1
11432026-07-31T17:20:26.993Z Downloaded oxide-update-engine v0.1.2
11442026-07-31T17:20:26.995Z Downloaded poly1305 v0.9.0
11452026-07-31T17:20:26.995Z Downloaded zerovec-derive v0.11.2
11462026-07-31T17:20:26.995Z Downloaded rustc_version v0.1.7
11472026-07-31T17:20:26.998Z Downloaded dsl_auto_type v0.2.0
11482026-07-31T17:20:27.002Z Downloaded sapling-renderdag v0.1.0
11492026-07-31T17:20:27.007Z Downloaded aho-corasick v1.1.4
11502026-07-31T17:20:27.011Z Downloaded typed-path v0.9.3
11512026-07-31T17:20:27.014Z Downloaded crypto-bigint v0.5.5
11522026-07-31T17:20:27.017Z Downloaded tungstenite v0.23.0
11532026-07-31T17:20:27.028Z Downloaded multer v3.1.0
11542026-07-31T17:20:27.031Z Downloaded newtype-uuid v1.3.2
11552026-07-31T17:20:27.031Z Downloaded postgres-protocol v0.6.10
11562026-07-31T17:20:27.031Z Downloaded zone_cfg_derive v0.3.1
11572026-07-31T17:20:27.034Z Downloaded kstat-rs v0.2.4
11582026-07-31T17:20:27.034Z Downloaded progenitor-client v0.13.0
11592026-07-31T17:20:27.037Z Downloaded rustc_version v0.4.1
11602026-07-31T17:20:27.037Z Downloaded tar v0.4.46
11612026-07-31T17:20:27.040Z Downloaded darling v0.23.0
11622026-07-31T17:20:27.043Z Downloaded itertools v0.13.0
11632026-07-31T17:20:27.047Z Downloaded tokio-macros v2.7.0
11642026-07-31T17:20:27.050Z Downloaded litemap v0.8.1
11652026-07-31T17:20:27.050Z Downloaded proc-macro-error-attr2 v2.0.0
11662026-07-31T17:20:27.053Z Downloaded des v0.9.0
11672026-07-31T17:20:27.055Z Downloaded progenitor-impl v0.14.0
11682026-07-31T17:20:27.058Z Downloaded scheduled-thread-pool v0.2.7
11692026-07-31T17:20:27.061Z Downloaded defmt v0.3.100
11702026-07-31T17:20:27.061Z Downloaded parse-display-derive v0.10.0
11712026-07-31T17:20:27.061Z Downloaded deranged v0.5.8
11722026-07-31T17:20:27.064Z Downloaded normalize-line-endings v0.3.0
11732026-07-31T17:20:27.064Z Downloaded num_enum v0.5.11
11742026-07-31T17:20:27.070Z Downloaded scuffle v0.1.0
11752026-07-31T17:20:27.075Z Downloaded unicode-normalization v0.1.25
11762026-07-31T17:20:27.078Z Downloaded darling v0.21.3
11772026-07-31T17:20:27.081Z Downloaded path-slash v0.1.5
11782026-07-31T17:20:27.081Z Downloaded structmeta v0.3.0
11792026-07-31T17:20:27.081Z Downloaded crossbeam-channel v0.5.15
11802026-07-31T17:20:27.085Z Downloaded proc-macro-error2 v2.0.1
11812026-07-31T17:20:27.088Z Downloaded serdect v0.4.3
11822026-07-31T17:20:27.091Z Downloaded walkdir v2.5.0
11832026-07-31T17:20:27.094Z Downloaded thiserror-no-std v2.0.2
11842026-07-31T17:20:27.094Z Downloaded stringprep v0.1.5
11852026-07-31T17:20:27.096Z Downloaded packed_struct v0.10.1
11862026-07-31T17:20:27.099Z Downloaded socket2 v0.6.3
11872026-07-31T17:20:27.102Z Downloaded unicode_categories v0.1.1
11882026-07-31T17:20:27.105Z Downloaded libsw-core v0.3.2
11892026-07-31T17:20:27.114Z Downloaded rand v0.9.2
11902026-07-31T17:20:27.117Z Downloaded ipnet v2.11.0
11912026-07-31T17:20:27.121Z Downloaded darling_core v0.13.4
11922026-07-31T17:20:27.123Z Downloaded derive_more v2.1.1
11932026-07-31T17:20:27.130Z Downloaded serde-hex v0.1.0
11942026-07-31T17:20:27.139Z Downloaded utf-8 v0.7.6
11952026-07-31T17:20:27.144Z Downloaded slog v2.8.2
11962026-07-31T17:20:27.149Z Downloaded crossbeam-deque v0.8.6
11972026-07-31T17:20:27.152Z Downloaded regex v1.12.3
11982026-07-31T17:20:27.155Z Downloaded uzers v0.12.2
11992026-07-31T17:20:27.155Z Downloaded derive-ex v0.1.8
12002026-07-31T17:20:27.156Z Downloaded synstructure v0.13.2
12012026-07-31T17:20:27.159Z Downloaded ron v0.8.1
12022026-07-31T17:20:27.162Z Downloaded schemars v1.2.1
12032026-07-31T17:20:27.170Z Downloaded url v2.5.8
12042026-07-31T17:20:27.172Z Downloaded itertools v0.15.0
12052026-07-31T17:20:27.175Z Downloaded nom v7.1.3
12062026-07-31T17:20:27.179Z Downloaded litrs v1.0.0
12072026-07-31T17:20:27.179Z Downloaded goblin v0.10.5
12082026-07-31T17:20:27.183Z Downloaded cookie_store v0.22.1
12092026-07-31T17:20:27.185Z Downloaded impl-trait-for-tuples v0.2.3
12102026-07-31T17:20:27.186Z Downloaded rustls-pemfile v2.2.0
12112026-07-31T17:20:27.188Z Downloaded zstd v0.13.3
12122026-07-31T17:20:27.188Z Downloaded blake3 v1.8.5
12132026-07-31T17:20:27.192Z Downloaded dropshot_endpoint v0.17.1
12142026-07-31T17:20:27.208Z Downloaded icu_properties_data v2.1.2
12152026-07-31T17:20:27.213Z Downloaded serde_with_macros v3.21.0
12162026-07-31T17:20:27.221Z Downloaded rayon-core v1.13.0
12172026-07-31T17:20:27.231Z Downloaded subprocess v0.2.15
12182026-07-31T17:20:27.234Z Downloaded git2 v0.20.4
12192026-07-31T17:20:27.237Z Downloaded toml_edit v0.23.10+spec-1.0.0
12202026-07-31T17:20:27.240Z Downloaded qorb v0.4.1
12212026-07-31T17:20:27.242Z Downloaded rand v0.8.6
12222026-07-31T17:20:27.245Z Downloaded toml_edit v0.19.15
12232026-07-31T17:20:27.253Z Downloaded unicode-bidi v0.3.18
12242026-07-31T17:20:27.255Z Downloaded libm v0.2.16
12252026-07-31T17:20:27.259Z Downloaded proptest v1.11.0
12262026-07-31T17:20:27.265Z Downloaded bitvec v1.0.1
12272026-07-31T17:20:27.272Z Downloaded tower v0.5.3
12282026-07-31T17:20:27.276Z Downloaded icu_normalizer_data v2.1.1
12292026-07-31T17:20:27.281Z Downloaded russh v0.62.4
12302026-07-31T17:20:27.287Z Downloaded diesel_derives v2.3.7
12312026-07-31T17:20:27.290Z Downloaded itertools v0.10.5
12322026-07-31T17:20:27.293Z Downloaded elliptic-curve v0.14.1
12332026-07-31T17:20:27.308Z Downloaded rustyline v14.0.0
12342026-07-31T17:20:27.325Z Downloaded aws-lc-rs v1.16.3
12352026-07-31T17:20:27.332Z Downloaded internal-russh-num-bigint v0.5.0
12362026-07-31T17:20:27.336Z Downloaded quick-xml v0.37.5
12372026-07-31T17:20:27.341Z Downloaded num-bigint-dig v0.8.6
12382026-07-31T17:20:27.344Z Downloaded rawzip v0.4.4
12392026-07-31T17:20:27.350Z Downloaded iri-string v0.7.10
12402026-07-31T17:20:27.354Z Downloaded minimal-lexical v0.2.1
12412026-07-31T17:20:27.359Z Downloaded itertools v0.14.0
12422026-07-31T17:20:27.362Z Downloaded zerovec v0.11.5
12432026-07-31T17:20:27.369Z Downloaded ed25519-dalek v3.0.0
12442026-07-31T17:20:27.373Z Downloaded p384 v0.13.1
12452026-07-31T17:20:27.396Z Downloaded dropshot-api-manager v0.7.2
12462026-07-31T17:20:27.405Z Downloaded unicode-segmentation v1.12.0
12472026-07-31T17:20:27.407Z Downloaded itertools v0.12.1
12482026-07-31T17:20:27.411Z Downloaded time v0.3.47
12492026-07-31T17:20:27.417Z Downloaded winnow v1.0.3
12502026-07-31T17:20:27.436Z Downloaded tough v0.22.0
12512026-07-31T17:20:27.440Z Downloaded derive_more-impl v2.1.1
12522026-07-31T17:20:27.459Z Downloaded mio v1.2.0
12532026-07-31T17:20:27.462Z Downloaded winnow v0.5.40
12542026-07-31T17:20:27.466Z Downloaded tokio-util v0.7.18
12552026-07-31T17:20:27.470Z Downloaded libxml v0.3.3
12562026-07-31T17:20:27.473Z Downloaded chrono v0.4.45
12572026-07-31T17:20:27.477Z Downloaded sha3 v0.12.0
12582026-07-31T17:20:27.480Z Downloaded zerocopy v0.8.40
12592026-07-31T17:20:27.484Z Downloaded regress v0.11.1
12602026-07-31T17:20:27.489Z Downloaded object v0.37.3
12612026-07-31T17:20:27.495Z Downloaded petname v2.0.2
12622026-07-31T17:20:27.498Z Downloaded salty v0.3.0
12632026-07-31T17:20:27.502Z Downloaded p521 v0.14.0
12642026-07-31T17:20:27.505Z Downloaded ssh-key v0.7.0-rc.11
12652026-07-31T17:20:27.510Z Downloaded crypto-primes v0.7.2
12662026-07-31T17:20:27.513Z Downloaded portable-atomic v1.13.1
12672026-07-31T17:20:27.516Z Downloaded reedline v0.40.0
12682026-07-31T17:20:27.523Z Downloaded tabled v0.20.0
12692026-07-31T17:20:27.537Z Downloaded hickory-proto v0.25.2
12702026-07-31T17:20:27.545Z Downloaded openapiv3 v2.2.0
12712026-07-31T17:20:27.552Z Downloaded idna v1.1.0
12722026-07-31T17:20:27.557Z Downloaded lalrpop v0.19.12
12732026-07-31T17:20:27.562Z Downloaded nix v0.28.0
12742026-07-31T17:20:27.568Z Downloaded reqwest v0.13.2
12752026-07-31T17:20:27.572Z Downloaded rayon v1.11.0
12762026-07-31T17:20:27.576Z Downloaded openssl v0.10.79
12772026-07-31T17:20:27.582Z Downloaded quinn-proto v0.11.16
12782026-07-31T17:20:27.587Z Downloaded nix v0.27.1
12792026-07-31T17:20:27.594Z Downloaded curve25519-dalek v5.0.0
12802026-07-31T17:20:27.608Z Downloaded der v0.8.0
12812026-07-31T17:20:27.612Z Downloaded crossterm v0.29.0
12822026-07-31T17:20:27.625Z Downloaded crypto-bigint v0.7.5
12832026-07-31T17:20:27.641Z Downloaded polar-core v0.27.3
12842026-07-31T17:20:27.645Z Downloaded object v0.30.4
12852026-07-31T17:20:27.650Z Downloaded bstr v1.12.1
12862026-07-31T17:20:27.655Z Downloaded moka v0.12.13
12872026-07-31T17:20:27.659Z Downloaded zlib-rs v0.6.2
12882026-07-31T17:20:27.662Z Downloaded radix_trie v0.2.1
12892026-07-31T17:20:27.665Z Downloaded rustls v0.23.41
12902026-07-31T17:20:27.672Z Downloaded reqwest v0.12.28
12912026-07-31T17:20:27.676Z Downloaded curve25519-dalek v4.1.3
12922026-07-31T17:20:27.681Z Downloaded nix v0.31.2
12932026-07-31T17:20:27.686Z Downloaded rustix v0.38.44
12942026-07-31T17:20:27.698Z Downloaded iddqd v0.4.2
12952026-07-31T17:20:27.703Z Downloaded diesel v2.3.7
12962026-07-31T17:20:27.715Z Downloaded regex-syntax v0.6.29
12972026-07-31T17:20:27.719Z Downloaded regress v0.10.5
12982026-07-31T17:20:27.723Z Downloaded sled v0.34.7
12992026-07-31T17:20:27.731Z Downloaded serde_with v3.21.0
13002026-07-31T17:20:27.735Z Downloaded ratatui v0.29.0
13012026-07-31T17:20:27.746Z Downloaded typify-impl v0.6.2
13022026-07-31T17:20:27.754Z Downloaded sqlparser v0.61.0
13032026-07-31T17:20:27.760Z Downloaded zerocopy-derive v0.6.6
13042026-07-31T17:20:27.765Z Downloaded vcpkg v0.2.15
13052026-07-31T17:20:27.787Z Downloaded smoltcp v0.9.1
13062026-07-31T17:20:27.794Z Downloaded regex-automata v0.4.14
13072026-07-31T17:20:27.801Z Downloaded regex-syntax v0.8.10
13082026-07-31T17:20:27.805Z Downloaded smoltcp v0.11.0
13092026-07-31T17:20:27.812Z Downloaded libz-sys v1.1.24
13102026-07-31T17:20:27.823Z Downloaded dropshot v0.17.1
13112026-07-31T17:20:27.911Z Downloaded tokio v1.52.1
13122026-07-31T17:20:27.917Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-07-31T17:20:27.917Z Downloaded tracing v0.1.44
13142026-07-31T17:20:28.041Z Downloaded bzip2-sys v0.1.13+1.0.8
13152026-07-31T17:20:28.060Z Downloaded sha3 v0.11.0
13162026-07-31T17:20:28.113Z Downloaded petgraph v0.6.5
13172026-07-31T17:20:28.130Z Downloaded chrono-tz v0.10.4
13182026-07-31T17:20:28.156Z Downloaded petgraph v0.8.3
13192026-07-31T17:20:28.168Z Downloaded jiff v0.2.34
13202026-07-31T17:20:28.182Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13212026-07-31T17:20:28.236Z Downloaded csv v1.4.0
13222026-07-31T17:20:28.248Z Downloaded sha3 v0.10.8
13232026-07-31T17:20:28.339Z Downloaded encoding_rs v0.8.35
13242026-07-31T17:20:28.381Z Downloaded ring v0.17.14
13252026-07-31T17:20:29.007Z Downloaded aws-lc-sys v0.40.0
13262026-07-31T17:20:29.270Z Compiling libc v0.2.185
13272026-07-31T17:20:29.270Z Compiling serde_core v1.0.228
13282026-07-31T17:20:29.270Z Compiling serde v1.0.228
13292026-07-31T17:20:29.274Z Compiling log v0.4.29
13302026-07-31T17:20:29.275Z Compiling smallvec v1.15.1
13312026-07-31T17:20:29.275Z Compiling shlex v1.3.0
13322026-07-31T17:20:29.275Z Compiling find-msvc-tools v0.1.9
13332026-07-31T17:20:29.275Z Compiling syn v2.0.117
13342026-07-31T17:20:29.600Z Compiling subtle v2.6.1
13352026-07-31T17:20:29.626Z Compiling scopeguard v1.2.0
13362026-07-31T17:20:29.648Z Compiling stable_deref_trait v1.2.1
13372026-07-31T17:20:29.709Z Compiling lock_api v0.4.14
13382026-07-31T17:20:29.722Z Compiling typenum v1.20.1
13392026-07-31T17:20:29.722Z Compiling zerocopy v0.8.40
13402026-07-31T17:20:29.746Z Compiling portable-atomic v1.13.1
13412026-07-31T17:20:29.788Z Compiling serde_json v1.0.151
13422026-07-31T17:20:29.929Z Compiling critical-section v1.2.0
13432026-07-31T17:20:29.988Z Compiling libm v0.2.16
13442026-07-31T17:20:30.031Z Compiling num-traits v0.2.19
13452026-07-31T17:20:30.146Z Compiling pkg-config v0.3.32
13462026-07-31T17:20:30.262Z Compiling errno v0.3.14
13472026-07-31T17:20:30.282Z Compiling jobserver v0.1.34
13482026-07-31T17:20:30.365Z Compiling getrandom v0.2.17
13492026-07-31T17:20:30.586Z Compiling rand_core v0.6.4
13502026-07-31T17:20:30.685Z Compiling cc v1.2.56
13512026-07-31T17:20:30.771Z Compiling generic-array v0.14.7
13522026-07-31T17:20:30.808Z Compiling parking_lot_core v0.9.12
13532026-07-31T17:20:30.864Z Compiling once_cell v1.21.3
13542026-07-31T17:20:30.932Z Compiling pin-project-lite v0.2.17
13552026-07-31T17:20:30.963Z Compiling getrandom v0.4.1
13562026-07-31T17:20:31.026Z Compiling const-oid v0.9.6
13572026-07-31T17:20:31.079Z Compiling rand_core v0.10.0
13582026-07-31T17:20:31.251Z Compiling signal-hook-registry v1.4.8
13592026-07-31T17:20:31.532Z Compiling bitflags v2.11.0
13602026-07-31T17:20:31.635Z Compiling litemap v0.8.1
13612026-07-31T17:20:31.683Z Compiling writeable v0.6.2
13622026-07-31T17:20:31.771Z Compiling futures-core v0.3.32
13632026-07-31T17:20:31.808Z Compiling percent-encoding v2.3.2
13642026-07-31T17:20:31.851Z Compiling semver v1.0.28
13652026-07-31T17:20:31.908Z Compiling parking_lot v0.12.5
13662026-07-31T17:20:31.938Z Compiling mio v1.2.0
13672026-07-31T17:20:31.984Z Compiling icu_properties_data v2.1.2
13682026-07-31T17:20:32.051Z Compiling icu_normalizer_data v2.1.1
13692026-07-31T17:20:32.187Z Compiling socket2 v0.6.3
13702026-07-31T17:20:32.277Z Compiling synstructure v0.13.2
13712026-07-31T17:20:32.291Z Compiling getrandom v0.3.4
13722026-07-31T17:20:32.330Z Compiling futures-sink v0.3.32
13732026-07-31T17:20:32.344Z Compiling indexmap v2.14.0
13742026-07-31T17:20:32.408Z Compiling futures-channel v0.3.32
13752026-07-31T17:20:32.435Z Compiling utf8_iter v1.0.4
13762026-07-31T17:20:32.585Z Compiling rustix v1.1.3
13772026-07-31T17:20:32.606Z Compiling futures-io v0.3.32
13782026-07-31T17:20:32.642Z Compiling futures-task v0.3.32
13792026-07-31T17:20:32.756Z Compiling slab v0.4.12
13802026-07-31T17:20:32.790Z Compiling form_urlencoded v1.2.2
13812026-07-31T17:20:32.816Z Compiling rustversion v1.0.22
13822026-07-31T17:20:32.885Z Compiling base64ct v1.8.3
13832026-07-31T17:20:32.945Z Compiling iana-time-zone v0.1.65
13842026-07-31T17:20:32.975Z Compiling cmake v0.1.57
13852026-07-31T17:20:33.024Z Compiling fs_extra v1.3.0
13862026-07-31T17:20:33.144Z Compiling pem-rfc7468 v0.7.0
13872026-07-31T17:20:33.185Z Compiling ident_case v1.0.1
13882026-07-31T17:20:33.190Z Compiling dunce v1.0.5
13892026-07-31T17:20:33.296Z Compiling regex-syntax v0.8.10
13902026-07-31T17:20:33.309Z Compiling flagset v0.4.7
13912026-07-31T17:20:33.313Z Compiling rand_core v0.9.5
13922026-07-31T17:20:33.384Z Compiling aws-lc-sys v0.40.0
13932026-07-31T17:20:33.452Z Compiling uuid v1.23.4
13942026-07-31T17:20:33.468Z Compiling base64 v0.22.1
13952026-07-31T17:20:33.604Z Compiling syn v1.0.109
13962026-07-31T17:20:33.884Z Compiling vcpkg v0.2.15
13972026-07-31T17:20:33.888Z Compiling serde_derive_internals v0.29.1
13982026-07-31T17:20:33.963Z Compiling rustc_version v0.4.1
13992026-07-31T17:20:34.053Z Compiling serde_derive v1.0.228
14002026-07-31T17:20:34.169Z Compiling zeroize_derive v1.5.0
14012026-07-31T17:20:34.287Z Compiling zerocopy-derive v0.8.40
14022026-07-31T17:20:34.331Z Compiling zerofrom-derive v0.1.6
14032026-07-31T17:20:34.517Z Compiling yoke-derive v0.8.1
14042026-07-31T17:20:34.748Z Compiling zerovec-derive v0.11.2
14052026-07-31T17:20:34.800Z Compiling zeroize v1.9.0
14062026-07-31T17:20:35.008Z Compiling displaydoc v0.2.5
14072026-07-31T17:20:35.695Z Compiling tokio-macros v2.7.0
14082026-07-31T17:20:35.751Z Compiling zerofrom v0.1.6
14092026-07-31T17:20:35.797Z Compiling futures-macro v0.3.32
14102026-07-31T17:20:35.843Z Compiling der_derive v0.7.3
14112026-07-31T17:20:35.874Z Compiling yoke v0.8.1
14122026-07-31T17:20:36.056Z Compiling zerovec v0.11.5
14132026-07-31T17:20:36.239Z Compiling zerotrie v0.2.3
14142026-07-31T17:20:36.414Z Compiling crypto-common v0.1.7
14152026-07-31T17:20:36.543Z Compiling tinystr v0.8.2
14162026-07-31T17:20:36.566Z Compiling potential_utf v0.1.4
14172026-07-31T17:20:36.569Z Compiling block-buffer v0.10.4
14182026-07-31T17:20:36.605Z Compiling futures-util v0.3.32
14192026-07-31T17:20:36.727Z Compiling icu_locale_core v2.1.1
14202026-07-31T17:20:36.742Z Compiling icu_collections v2.1.1
14212026-07-31T17:20:36.755Z Compiling digest v0.10.7
14222026-07-31T17:20:36.802Z Compiling thiserror-impl v2.0.18
14232026-07-31T17:20:36.996Z Compiling der v0.7.10
14242026-07-31T17:20:37.206Z Compiling openssl-sys v0.9.115
14252026-07-31T17:20:37.531Z Compiling bytes v1.11.1
14262026-07-31T17:20:37.579Z Compiling icu_provider v2.1.1
14272026-07-31T17:20:37.718Z Compiling chrono v0.4.45
14282026-07-31T17:20:37.866Z Compiling icu_normalizer v2.1.1
14292026-07-31T17:20:38.090Z Compiling tokio v1.52.1
14302026-07-31T17:20:38.133Z Compiling icu_properties v2.1.2
14312026-07-31T17:20:38.180Z Compiling thiserror v2.0.18
14322026-07-31T17:20:38.286Z Compiling http v1.4.2
14332026-07-31T17:20:38.390Z Compiling spki v0.7.3
14342026-07-31T17:20:38.594Z Compiling ppv-lite86 v0.2.21
14352026-07-31T17:20:38.719Z Compiling tracing-attributes v0.1.31
14362026-07-31T17:20:38.875Z Compiling rand_chacha v0.9.0
14372026-07-31T17:20:38.918Z Compiling tracing-core v0.1.36
14382026-07-31T17:20:39.080Z Compiling idna_adapter v1.2.1
14392026-07-31T17:20:39.191Z Compiling idna v1.1.0
14402026-07-31T17:20:39.212Z Compiling cpufeatures v0.2.17
14412026-07-31T17:20:39.215Z Compiling aws-lc-rs v1.16.3
14422026-07-31T17:20:39.301Z Compiling dyn-clone v1.0.20
14432026-07-31T17:20:39.447Z Compiling schemars v0.8.22
14442026-07-31T17:20:39.465Z Compiling rand v0.9.2
14452026-07-31T17:20:39.518Z Compiling url v2.5.8
14462026-07-31T17:20:39.570Z Compiling http-body v1.0.1
14472026-07-31T17:20:39.658Z Compiling pkcs8 v0.10.2
14482026-07-31T17:20:39.784Z Compiling rustls-pki-types v1.14.0
14492026-07-31T17:20:39.818Z Compiling schemars_derive v0.8.22
14502026-07-31T17:20:40.004Z Compiling tracing v0.1.44
14512026-07-31T17:20:40.192Z Compiling spin v0.9.8
14522026-07-31T17:20:40.221Z Compiling httparse v1.10.1
14532026-07-31T17:20:40.269Z Compiling openssl-probe v0.2.1
14542026-07-31T17:20:40.283Z Compiling crc32fast v1.5.0
14552026-07-31T17:20:40.459Z Compiling tinyvec_macros v0.1.1
14562026-07-31T17:20:40.477Z Compiling cmov v0.5.4
14572026-07-31T17:20:40.534Z Compiling tinyvec v1.10.0
14582026-07-31T17:20:40.617Z Compiling tempfile v3.25.0
14592026-07-31T17:20:40.649Z Compiling pest_generator v2.8.6
14602026-07-31T17:20:40.685Z Compiling ctutils v0.4.2
14612026-07-31T17:20:40.874Z Compiling sha2 v0.10.9
14622026-07-31T17:20:40.918Z Compiling aho-corasick v1.1.4
14632026-07-31T17:20:40.973Z Compiling try-lock v0.2.5
14642026-07-31T17:20:41.081Z Compiling atomic-waker v1.1.2
14652026-07-31T17:20:41.209Z Compiling radium v0.7.0
14662026-07-31T17:20:41.325Z Compiling untrusted v0.7.1
14672026-07-31T17:20:41.450Z Compiling tower-service v0.3.3
14682026-07-31T17:20:41.463Z Compiling tower-layer v0.3.3
14692026-07-31T17:20:41.565Z Compiling pest_derive v2.8.6
14702026-07-31T17:20:41.622Z Compiling want v0.3.1
14712026-07-31T17:20:41.789Z Compiling regex-automata v0.4.14
14722026-07-31T17:20:41.995Z Compiling tokio-util v0.7.18
14732026-07-31T17:20:42.173Z Compiling hybrid-array v0.4.13
14742026-07-31T17:20:42.617Z Compiling ipnet v2.11.0
14752026-07-31T17:20:42.736Z Compiling h2 v0.4.15
14762026-07-31T17:20:42.930Z Compiling scroll_derive v0.13.1
14772026-07-31T17:20:42.999Z Compiling darling_core v0.20.11
14782026-07-31T17:20:43.092Z Compiling maybe-uninit v2.0.0
14792026-07-31T17:20:43.354Z Compiling rustls v0.23.41
14802026-07-31T17:20:43.519Z Compiling simd-adler32 v0.3.8
14812026-07-31T17:20:43.712Z Compiling openssl v0.10.79
14822026-07-31T17:20:43.723Z Compiling untrusted v0.9.0
14832026-07-31T17:20:43.760Z Compiling tap v1.0.1
14842026-07-31T17:20:43.786Z Compiling foreign-types-shared v0.1.1
14852026-07-31T17:20:43.839Z Compiling httpdate v1.0.3
14862026-07-31T17:20:43.869Z Compiling wyz v0.5.1
14872026-07-31T17:20:43.869Z Compiling foreign-types v0.3.2
14882026-07-31T17:20:43.945Z Compiling scroll v0.13.0
14892026-07-31T17:20:44.056Z Compiling unicode-normalization v0.1.25
14902026-07-31T17:20:44.201Z Compiling rand_chacha v0.3.1
14912026-07-31T17:20:44.204Z Compiling hex v0.4.3
14922026-07-31T17:20:44.464Z Compiling signature v2.2.0
14932026-07-31T17:20:44.484Z Compiling terminal_size v0.4.3
14942026-07-31T17:20:44.506Z Compiling openssl-macros v0.1.1
14952026-07-31T17:20:44.621Z Compiling thiserror-impl v1.0.69
14962026-07-31T17:20:44.642Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-07-31T17:20:44.895Z Compiling bzip2-sys v0.1.13+1.0.8
14982026-07-31T17:20:44.964Z Compiling num-integer v0.1.46
14992026-07-31T17:20:45.028Z Compiling wait-timeout v0.2.1
15002026-07-31T17:20:45.171Z Compiling ahash v0.8.12
15012026-07-31T17:20:45.223Z Compiling darling_macro v0.20.11
15022026-07-31T17:20:45.275Z Compiling num-bigint-dig v0.8.6
15032026-07-31T17:20:45.288Z Compiling bit-vec v0.8.0
15042026-07-31T17:20:45.377Z Compiling num-conv v0.2.0
15052026-07-31T17:20:45.478Z Compiling funty v2.0.0
15062026-07-31T17:20:45.551Z Compiling packed_struct v0.10.1
15072026-07-31T17:20:45.565Z Compiling adler2 v2.0.1
15082026-07-31T17:20:45.698Z Compiling time-core v0.1.8
15092026-07-31T17:20:45.740Z Compiling native-tls v0.2.18
15102026-07-31T17:20:45.792Z Compiling quick-error v1.2.3
15112026-07-31T17:20:45.845Z Compiling hyper v1.10.1
15122026-07-31T17:20:45.859Z Compiling powerfmt v0.2.0
15132026-07-31T17:20:45.880Z Compiling thiserror v1.0.69
15142026-07-31T17:20:45.896Z Compiling rusty-fork v0.3.1
15152026-07-31T17:20:45.955Z Compiling time-macros v0.2.27
15162026-07-31T17:20:45.983Z Compiling bitvec v1.0.1
15172026-07-31T17:20:46.053Z Compiling deranged v0.5.8
15182026-07-31T17:20:46.087Z Compiling darling v0.20.11
15192026-07-31T17:20:46.172Z Compiling miniz_oxide v0.8.9
15202026-07-31T17:20:46.208Z Compiling bit-set v0.8.0
15212026-07-31T17:20:46.398Z Compiling clap_builder v4.6.0
15222026-07-31T17:20:46.825Z Compiling num-iter v0.1.45
15232026-07-31T17:20:46.944Z Compiling hyper-util v0.1.20
15242026-07-31T17:20:47.417Z Compiling rand v0.8.6
15252026-07-31T17:20:47.421Z Compiling goblin v0.10.5
15262026-07-31T17:20:47.670Z Compiling packed_struct_codegen v0.10.1
15272026-07-31T17:20:48.210Z Compiling lazy_static v1.5.0
15282026-07-31T17:20:48.307Z Compiling serde_spanned v0.6.9
15292026-07-31T17:20:48.454Z Compiling toml_datetime v0.6.11
15302026-07-31T17:20:48.614Z Compiling hmac v0.12.1
15312026-07-31T17:20:48.706Z Compiling bitfield-macros v0.19.4
15322026-07-31T17:20:48.726Z Compiling zerocopy-derive v0.6.6
15332026-07-31T17:20:48.767Z Compiling clap_derive v4.6.1
15342026-07-31T17:20:49.314Z Compiling anstyle-parse v0.2.7
15352026-07-31T17:20:49.391Z Compiling rand_xorshift v0.4.0
15362026-07-31T17:20:49.495Z Compiling sync_wrapper v1.0.2
15372026-07-31T17:20:49.530Z Compiling indexmap v1.9.3
15382026-07-31T17:20:49.554Z Compiling nodrop v0.1.14
15392026-07-31T17:20:49.599Z Compiling zlib-rs v0.6.2
15402026-07-31T17:20:49.662Z Compiling paste v1.0.15
15412026-07-31T17:20:49.712Z Compiling siphasher v1.0.2
15422026-07-31T17:20:49.897Z Compiling usdt-impl v0.6.0
15432026-07-31T17:20:49.911Z Compiling num_threads v0.1.7
15442026-07-31T17:20:49.916Z Compiling crc-catalog v2.4.0
15452026-07-31T17:20:50.003Z Compiling unarray v0.1.4
15462026-07-31T17:20:50.016Z Compiling crossbeam-utils v0.8.21
15472026-07-31T17:20:50.110Z Compiling proptest v1.11.0
15482026-07-31T17:20:50.127Z Compiling dof v0.4.0
15492026-07-31T17:20:50.313Z Compiling time v0.3.47
15502026-07-31T17:20:50.524Z Compiling clap v4.6.1
15512026-07-31T17:20:50.610Z Compiling crc v3.4.0
15522026-07-31T17:20:50.881Z Compiling array-init v0.0.4
15532026-07-31T17:20:51.220Z Compiling tower v0.5.3
15542026-07-31T17:20:51.325Z Compiling zerocopy v0.6.6
15552026-07-31T17:20:51.606Z Compiling anstream v0.6.21
15562026-07-31T17:20:51.643Z Compiling bitfield v0.19.4
15572026-07-31T17:20:51.927Z Compiling smallvec v0.6.14
15582026-07-31T17:20:52.125Z Compiling derive_builder_core v0.20.2
15592026-07-31T17:20:52.300Z Compiling dtrace-parser v0.3.0
15602026-07-31T17:20:52.827Z Compiling flate2 v1.1.9
15612026-07-31T17:20:52.946Z Compiling ipnetwork v0.21.1
15622026-07-31T17:20:53.019Z Compiling pkcs1 v0.7.5
15632026-07-31T17:20:53.106Z Compiling http-body-util v0.1.3
15642026-07-31T17:20:53.218Z Compiling heapless v0.7.17
15652026-07-31T17:20:53.334Z Compiling scroll_derive v0.12.1
15662026-07-31T17:20:53.354Z Compiling structmeta-derive v0.3.0
15672026-07-31T17:20:53.405Z Compiling slog v2.8.2
15682026-07-31T17:20:53.452Z Compiling darling_core v0.23.0
15692026-07-31T17:20:53.480Z Compiling thread-id v5.1.0
15702026-07-31T17:20:53.570Z Compiling cookie v0.18.1
15712026-07-31T17:20:53.585Z Compiling env_filter v1.0.0
15722026-07-31T17:20:53.753Z Compiling allocator-api2 v0.2.21
15732026-07-31T17:20:53.880Z Compiling hashbrown v0.12.3
15742026-07-31T17:20:53.991Z Compiling base64 v0.21.7
15752026-07-31T17:20:54.114Z Compiling unicode-properties v0.1.4
15762026-07-31T17:20:54.288Z Compiling unicode-bidi v0.3.18
15772026-07-31T17:20:54.306Z Compiling iri-string v0.7.10
15782026-07-31T17:20:54.344Z Compiling winnow v0.5.40
15792026-07-31T17:20:54.402Z Compiling signal-hook v0.3.18
15802026-07-31T17:20:54.576Z Compiling zstd-safe v7.2.4
15812026-07-31T17:20:54.773Z Compiling anyhow v1.0.102
15822026-07-31T17:20:54.825Z Compiling ryu v1.0.23
15832026-07-31T17:20:55.008Z Compiling serde_urlencoded v0.7.1
15842026-07-31T17:20:55.277Z Compiling stringprep v0.1.5
15852026-07-31T17:20:55.310Z Compiling structmeta v0.3.0
15862026-07-31T17:20:55.570Z Compiling tower-http v0.6.8
15872026-07-31T17:20:55.759Z Compiling toml_edit v0.19.15
15882026-07-31T17:20:55.863Z Compiling ron v0.8.1
15892026-07-31T17:20:55.973Z Compiling scroll v0.12.0
15902026-07-31T17:20:55.976Z Compiling darling_macro v0.23.0
15912026-07-31T17:20:56.214Z Compiling env_logger v0.11.9
15922026-07-31T17:20:56.603Z Compiling rsa v0.9.10
15932026-07-31T17:20:56.617Z Compiling oxnet v0.1.6
15942026-07-31T17:20:56.800Z Compiling derive_builder_macro v0.20.2
15952026-07-31T17:20:56.835Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15962026-07-31T17:20:57.028Z Compiling newtype-uuid v1.3.2
15972026-07-31T17:20:57.262Z Compiling hashbrown v0.13.2
15982026-07-31T17:20:57.313Z Compiling serde-hex v0.1.0
15992026-07-31T17:20:57.354Z Compiling bzip2 v0.4.4
16002026-07-31T17:20:57.562Z Compiling tokio-native-tls v0.3.1
16012026-07-31T17:20:57.740Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16022026-07-31T17:20:57.924Z Compiling camino v1.2.2
16032026-07-31T17:20:58.313Z Compiling bstr v1.12.1
16042026-07-31T17:20:58.410Z Compiling crypto-common v0.2.2
16052026-07-31T17:20:58.744Z Compiling block-padding v0.4.2
16062026-07-31T17:20:58.916Z Compiling block-buffer v0.12.1
16072026-07-31T17:20:58.936Z Compiling rustls-native-certs v0.8.3
16082026-07-31T17:20:59.008Z Compiling x509-cert v0.2.5
16092026-07-31T17:20:59.113Z Compiling erased-serde v0.3.31
16102026-07-31T17:20:59.221Z Compiling serde_tokenstream v0.2.3
16112026-07-31T17:20:59.536Z Compiling md-5 v0.10.6
16122026-07-31T17:20:59.607Z Compiling curve25519-dalek v4.1.3
16132026-07-31T17:20:59.610Z Compiling pin-project-internal v1.1.11
16142026-07-31T17:20:59.707Z Compiling async-trait v0.1.89
16152026-07-31T17:20:59.940Z Compiling daft-derive v0.1.7
16162026-07-31T17:21:00.130Z Compiling zerocopy-derive v0.7.35
16172026-07-31T17:21:00.618Z Compiling vergen-lib v9.1.0
16182026-07-31T17:21:00.694Z Compiling hash32 v0.2.1
16192026-07-31T17:21:00.739Z Compiling memoffset v0.9.1
16202026-07-31T17:21:00.753Z Compiling encoding_rs v0.8.35
16212026-07-31T17:21:00.796Z Compiling ref-cast v1.0.25
16222026-07-31T17:21:00.888Z Compiling cfg_aliases v0.2.1
16232026-07-31T17:21:00.930Z Compiling rustix v0.38.44
16242026-07-31T17:21:00.944Z Compiling crc-any v2.5.0
16252026-07-31T17:21:00.960Z Compiling psl-types v2.0.11
16262026-07-31T17:21:01.011Z Compiling litrs v1.0.0
16272026-07-31T17:21:01.083Z Compiling mime v0.3.17
16282026-07-31T17:21:01.097Z Compiling smoltcp v0.9.1
16292026-07-31T17:21:01.175Z Compiling fallible-iterator v0.2.0
16302026-07-31T17:21:01.338Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16312026-07-31T17:21:01.364Z Compiling publicsuffix v2.3.0
16322026-07-31T17:21:01.396Z Compiling zerocopy v0.7.35
16332026-07-31T17:21:01.442Z Compiling nix v0.31.2
16342026-07-31T17:21:01.489Z Compiling postgres-protocol v0.6.10
16352026-07-31T17:21:01.521Z Compiling document-features v0.2.12
16362026-07-31T17:21:01.813Z Compiling pin-project v1.1.11
16372026-07-31T17:21:01.914Z Compiling daft v0.1.7
16382026-07-31T17:21:02.019Z Compiling inout v0.2.2
16392026-07-31T17:21:02.090Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16402026-07-31T17:21:02.104Z Compiling hyper-tls v0.6.0
16412026-07-31T17:21:02.188Z Compiling object v0.30.4
16422026-07-31T17:21:02.191Z Compiling zip v0.6.6
16432026-07-31T17:21:02.231Z Compiling derive_builder v0.20.2
16442026-07-31T17:21:02.316Z Compiling toml v0.7.8
16452026-07-31T17:21:02.372Z Compiling darling v0.23.0
16462026-07-31T17:21:02.454Z Compiling goblin v0.8.2
16472026-07-31T17:21:02.562Z Compiling derive-ex v0.1.8
16482026-07-31T17:21:02.898Z Compiling phf_shared v0.13.1
16492026-07-31T17:21:03.040Z Compiling regex v1.12.3
16502026-07-31T17:21:03.147Z Compiling hubpack_derive v0.1.1
16512026-07-31T17:21:03.244Z Compiling futures-executor v0.3.32
16522026-07-31T17:21:03.467Z Compiling curve25519-dalek-derive v0.1.1
16532026-07-31T17:21:03.502Z Compiling strum_macros v0.27.2
16542026-07-31T17:21:03.595Z Compiling ref-cast-impl v1.0.25
16552026-07-31T17:21:04.103Z Compiling snafu-derive v0.8.9
16562026-07-31T17:21:04.139Z Compiling vergen v9.1.0
16572026-07-31T17:21:04.208Z Compiling cargo-platform v0.3.2
16582026-07-31T17:21:04.315Z Compiling ff v0.13.1
16592026-07-31T17:21:04.455Z Compiling fs-err v3.3.0
16602026-07-31T17:21:04.482Z Compiling object v0.37.3
16612026-07-31T17:21:04.643Z Compiling foldhash v0.2.0
16622026-07-31T17:21:04.748Z Compiling jiff-core v0.1.0
16632026-07-31T17:21:04.863Z Compiling same-file v1.0.6
16642026-07-31T17:21:05.029Z Compiling bitflags v1.3.2
16652026-07-31T17:21:05.032Z Compiling path-slash v0.1.5
16662026-07-31T17:21:05.104Z Compiling bumpalo v3.20.2
16672026-07-31T17:21:05.177Z Compiling base16ct v0.2.0
16682026-07-31T17:21:05.355Z Compiling foldhash v0.1.5
16692026-07-31T17:21:05.358Z Compiling libbz2-rs-sys v0.2.2
16702026-07-31T17:21:05.487Z Compiling unicode-segmentation v1.12.0
16712026-07-31T17:21:05.584Z Compiling managed v0.8.0
16722026-07-31T17:21:05.829Z Compiling bzip2 v0.6.1
16732026-07-31T17:21:05.866Z Compiling hashbrown v0.15.5
16742026-07-31T17:21:05.880Z Compiling jiff v0.2.34
16752026-07-31T17:21:06.025Z Compiling snafu v0.8.9
16762026-07-31T17:21:06.038Z Compiling strum v0.27.2
16772026-07-31T17:21:06.079Z Compiling zopfli v0.8.3
16782026-07-31T17:21:06.169Z Compiling sec1 v0.7.3
16792026-07-31T17:21:06.370Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16802026-07-31T17:21:06.421Z Compiling walkdir v2.5.0
16812026-07-31T17:21:06.445Z Compiling hashbrown v0.16.1
16822026-07-31T17:21:06.733Z Compiling dof v0.3.0
16832026-07-31T17:21:06.746Z Compiling group v0.13.0
16842026-07-31T17:21:06.746Z Compiling cargo_metadata v0.23.1
16852026-07-31T17:21:06.951Z Compiling test-strategy v0.4.5
16862026-07-31T17:21:07.453Z Compiling hubpack v0.1.2
16872026-07-31T17:21:07.696Z Compiling futures v0.3.32
16882026-07-31T17:21:07.782Z Compiling phf v0.13.1
16892026-07-31T17:21:07.945Z Compiling signal-hook-mio v0.2.5
16902026-07-31T17:21:08.067Z Compiling cookie_store v0.22.1
16912026-07-31T17:21:08.100Z Compiling zstd v0.13.3
16922026-07-31T17:21:08.114Z Compiling serde_with_macros v3.21.0
16932026-07-31T17:21:08.367Z Compiling reqwest v0.12.28
16942026-07-31T17:21:08.401Z Compiling cipher v0.5.2
16952026-07-31T17:21:08.709Z Compiling postgres-types v0.2.12
16962026-07-31T17:21:09.231Z Compiling usdt-attr-macro v0.6.0
16972026-07-31T17:21:09.248Z Compiling usdt-macro v0.6.0
16982026-07-31T17:21:09.394Z Compiling globset v0.4.18
16992026-07-31T17:21:09.921Z Compiling phf_shared v0.11.3
17002026-07-31T17:21:10.005Z Compiling hkdf v0.12.4
17012026-07-31T17:21:10.069Z Compiling dtrace-parser v0.2.0
17022026-07-31T17:21:10.077Z Compiling ed25519 v2.2.3
17032026-07-31T17:21:10.097Z Compiling byte-wrapper v0.1.0
17042026-07-31T17:21:10.110Z Compiling olpc-cjson v0.1.4
17052026-07-31T17:21:10.170Z Compiling serde_plain v1.0.2
17062026-07-31T17:21:10.269Z Compiling serde-big-array v0.5.1
17072026-07-31T17:21:10.364Z Compiling crypto-bigint v0.5.5
17082026-07-31T17:21:10.380Z Compiling serde_repr v0.1.20
17092026-07-31T17:21:10.449Z Compiling enum-as-inner v0.6.1
17102026-07-31T17:21:10.476Z Compiling strum_macros v0.26.4
17112026-07-31T17:21:10.803Z Compiling async-recursion v1.1.1
17122026-07-31T17:21:10.915Z Compiling pem v3.0.6
17132026-07-31T17:21:10.965Z Compiling float-cmp v0.10.0
17142026-07-31T17:21:11.033Z Compiling memmap2 v0.9.10
17152026-07-31T17:21:11.115Z Compiling thread-id v4.2.2
17162026-07-31T17:21:11.204Z Compiling static_assertions v1.1.0
17172026-07-31T17:21:11.241Z Compiling cpufeatures v0.3.0
17182026-07-31T17:21:11.255Z Compiling whoami v2.1.0
17192026-07-31T17:21:11.278Z Compiling winnow v1.0.3
17202026-07-31T17:21:11.320Z Compiling fixedbitset v0.5.7
17212026-07-31T17:21:11.464Z Compiling difflib v0.4.0
17222026-07-31T17:21:11.635Z Compiling fixedbitset v0.4.2
17232026-07-31T17:21:11.638Z Compiling data-encoding v2.10.0
17242026-07-31T17:21:11.638Z Compiling const-oid v0.10.2
17252026-07-31T17:21:11.855Z Compiling precomputed-hash v0.1.1
17262026-07-31T17:21:11.869Z Compiling typed-path v0.9.3
17272026-07-31T17:21:11.947Z Compiling new_debug_unreachable v1.0.6
17282026-07-31T17:21:12.019Z Compiling normalize-line-endings v0.3.0
17292026-07-31T17:21:12.033Z Compiling either v1.15.0
17302026-07-31T17:21:12.117Z Compiling predicates-core v1.0.10
17312026-07-31T17:21:12.173Z Compiling keccak v0.1.6
17322026-07-31T17:21:12.234Z Compiling predicates v3.1.4
17332026-07-31T17:21:12.249Z Compiling toml_edit v0.22.27
17342026-07-31T17:21:12.293Z Compiling strum v0.26.3
17352026-07-31T17:21:12.337Z Compiling sha3 v0.10.8
17362026-07-31T17:21:12.422Z Compiling itertools v0.13.0
17372026-07-31T17:21:12.494Z Compiling string_cache v0.8.9
17382026-07-31T17:21:12.727Z Compiling hickory-proto v0.25.2
17392026-07-31T17:21:12.786Z Compiling digest v0.11.3
17402026-07-31T17:21:12.859Z Compiling petgraph v0.6.5
17412026-07-31T17:21:12.900Z Compiling toml_parser v1.1.2+spec-1.1.0
17422026-07-31T17:21:13.008Z Compiling petgraph v0.8.3
17432026-07-31T17:21:13.078Z Compiling tokio-postgres v0.7.16
17442026-07-31T17:21:13.516Z Compiling elliptic-curve v0.13.8
17452026-07-31T17:21:13.659Z Compiling chacha20 v0.10.0
17462026-07-31T17:21:13.912Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17472026-07-31T17:21:14.030Z Compiling usdt v0.6.0
17482026-07-31T17:21:14.294Z Compiling usdt-impl v0.5.0
17492026-07-31T17:21:14.330Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17502026-07-31T17:21:14.863Z Compiling ed25519-dalek v2.2.0
17512026-07-31T17:21:14.926Z Compiling crossterm v0.28.1
17522026-07-31T17:21:14.940Z Compiling serde_with v3.21.0
17532026-07-31T17:21:15.422Z Compiling zip v4.6.1
17542026-07-31T17:21:16.251Z Compiling iddqd v0.4.2
17552026-07-31T17:21:16.665Z Compiling heck v0.4.1
17562026-07-31T17:21:16.741Z Compiling similar v2.7.0
17572026-07-31T17:21:16.745Z Compiling crossbeam-epoch v0.9.18
17582026-07-31T17:21:16.895Z Compiling tokio-stream v0.1.18
17592026-07-31T17:21:16.981Z Compiling buf-list v1.1.2
17602026-07-31T17:21:17.066Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-07-31T17:21:17.256Z Compiling openapiv3 v2.2.0
17622026-07-31T17:21:17.348Z Compiling lalrpop-util v0.19.12
17632026-07-31T17:21:17.362Z Compiling peg-runtime v0.8.5
17642026-07-31T17:21:17.399Z Compiling thread_local v1.1.9
17652026-07-31T17:21:17.507Z Compiling slog-async v2.8.0
17662026-07-31T17:21:17.540Z Compiling crossbeam-channel v0.5.15
17672026-07-31T17:21:17.558Z Compiling is-terminal v0.4.17
17682026-07-31T17:21:17.642Z Compiling filetime v0.2.27
17692026-07-31T17:21:17.655Z Compiling take_mut v0.2.2
17702026-07-31T17:21:17.658Z Compiling xattr v1.6.1
17712026-07-31T17:21:17.761Z Compiling term v1.2.1
17722026-07-31T17:21:17.808Z Compiling tar v0.4.46
17732026-07-31T17:21:17.823Z Compiling camino-tempfile v1.4.1
17742026-07-31T17:21:18.041Z Compiling slog-term v2.9.2
17752026-07-31T17:21:24.458Z Compiling rustls-webpki v0.103.13
17762026-07-31T17:21:27.161Z Compiling tokio-rustls v0.26.4
17772026-07-31T17:21:27.162Z Compiling rustls-platform-verifier v0.6.2
17782026-07-31T17:21:27.242Z Compiling tough v0.22.0
17792026-07-31T17:21:27.398Z Compiling hyper-rustls v0.27.7
17802026-07-31T17:21:27.574Z Compiling reqwest v0.13.2
17812026-07-31T17:21:29.762Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17822026-07-31T17:21:29.975Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17832026-07-31T17:21:32.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17842026-07-31T17:21:33.043Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17852026-07-31T17:21:33.099ZJul 31 17:21:31.487 INFO Starting download, target: Clickhouse
17862026-07-31T17:21:33.099ZJul 31 17:21:31.487 INFO Starting download, target: Cockroach
17872026-07-31T17:21:33.102ZJul 31 17:21:31.487 INFO Starting download, target: DendriteStub
17882026-07-31T17:21:33.102ZJul 31 17:21:31.487 INFO Starting download, target: Console
17892026-07-31T17:21:33.102ZJul 31 17:21:31.487 INFO Starting download, target: MaghemiteMgd
17902026-07-31T17:21:33.102ZJul 31 17:21:31.487 INFO Starting download, target: MaghemiteDdmd
17912026-07-31T17:21:33.102ZJul 31 17:21:31.488 INFO Starting download, target: TransceiverControl
17922026-07-31T17:21:33.103ZJul 31 17:21:31.488 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17932026-07-31T17:21:33.103ZJul 31 17:21:31.488 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17942026-07-31T17:21:33.103ZJul 31 17:21:31.488 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17952026-07-31T17:21:33.103ZJul 31 17:21:31.488 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17962026-07-31T17:21:33.103ZJul 31 17:21:31.488 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17972026-07-31T17:21:33.103ZJul 31 17:21:31.488 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17982026-07-31T17:21:33.103ZJul 31 17:21:31.488 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17992026-07-31T17:21:33.439ZJul 31 17:21:31.827 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18002026-07-31T17:21:33.660ZJul 31 17:21:32.037 INFO Download complete, target: TransceiverControl
18012026-07-31T17:21:34.930ZJul 31 17:21:33.307 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18022026-07-31T17:21:34.941ZJul 31 17:21:33.325 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18032026-07-31T17:21:35.227ZJul 31 17:21:33.615 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18042026-07-31T17:21:35.300ZJul 31 17:21:33.677 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18052026-07-31T17:21:35.526ZJul 31 17:21:33.914 INFO Download complete, target: Console
18062026-07-31T17:21:35.601ZJul 31 17:21:33.989 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18072026-07-31T17:21:35.729ZJul 31 17:21:34.117 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18082026-07-31T17:21:35.729ZJul 31 17:21:34.117 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18092026-07-31T17:21:36.910ZJul 31 17:21:35.299 INFO Download complete, target: MaghemiteDdmd
18102026-07-31T17:21:37.413ZJul 31 17:21:35.801 INFO Download complete, target: DendriteStub
18112026-07-31T17:21:37.829ZJul 31 17:21:36.215 INFO Download complete, target: MaghemiteMgd
18122026-07-31T17:21:40.399ZJul 31 17:21:38.787 INFO Checking that binary works, target: Cockroach
18132026-07-31T17:21:40.513ZJul 31 17:21:38.901 INFO Download complete, target: Cockroach
18142026-07-31T17:21:42.284ZJul 31 17:21:40.669 INFO Checking that binary works, target: Clickhouse
18152026-07-31T17:21:42.436ZJul 31 17:21:40.803 INFO Download complete, target: Clickhouse
18162026-07-31T17:21:42.441ZAll builder prerequisites installed successfully, and PATH looks valid
18172026-07-31T17:21:42.442Z
18182026-07-31T17:21:42.442Zreal 2:09.542756011
18192026-07-31T17:21:42.442Zuser 7:06.561394708
18202026-07-31T17:21:42.442Zsys 1:25.237763117
18212026-07-31T17:21:42.442Ztrap 0.256695156
18222026-07-31T17:21:42.442Ztflt 0.530370283
18232026-07-31T17:21:42.442Zdflt 0.981239433
18242026-07-31T17:21:42.442Zkflt 0.023635409
18252026-07-31T17:21:42.442Zlock 27:06.521115352
18262026-07-31T17:21:42.442Zslp 21:35.219993792
18272026-07-31T17:21:42.442Zlat 44.240356011
18282026-07-31T17:21:42.443Zstop 2:39.374602079
18292026-07-31T17:21:42.443Z+ banner clippy
18302026-07-31T17:21:42.443Z
18312026-07-31T17:21:42.443Z #### # # ##### ##### # #
18322026-07-31T17:21:42.443Z # # # # # # # # # #
18332026-07-31T17:21:42.446Z # # # # # # # #
18342026-07-31T17:21:42.446Z # # # ##### ##### #
18352026-07-31T17:21:42.446Z # # # # # # #
18362026-07-31T17:21:42.446Z #### ###### # # # #
18372026-07-31T17:21:42.446Z
18382026-07-31T17:21:42.447Z+ export CARGO_INCREMENTAL=0
18392026-07-31T17:21:42.447Z+ CARGO_INCREMENTAL=0
18402026-07-31T17:21:42.447Z+ ptime -m cargo xtask clippy
18412026-07-31T17:21:42.899Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18422026-07-31T17:21:43.181Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18432026-07-31T17:21:44.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
18442026-07-31T17:21:45.051Z Running `target/debug/xtask clippy`
18452026-07-31T17:21:45.077Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18462026-07-31T17:21:45.642Z Downloading crates ...
18472026-07-31T17:21:45.814Z Downloaded assert-json-diff v2.0.2
18482026-07-31T17:21:45.817Z Downloaded addr2line v0.25.1
18492026-07-31T17:21:45.817Z Downloaded assert_cmd v2.1.2
18502026-07-31T17:21:45.817Z Downloaded async-object-pool v0.2.0
18512026-07-31T17:21:45.817Z Downloaded approx v0.5.1
18522026-07-31T17:21:45.820Z Downloaded backtrace-ext v0.2.1
18532026-07-31T17:21:45.820Z Downloaded constant_time_eq v0.3.1
18542026-07-31T17:21:45.820Z Downloaded cast v0.3.0
18552026-07-31T17:21:45.820Z Downloaded chumsky v0.9.3
18562026-07-31T17:21:45.823Z Downloaded concurrent-queue v2.5.0
18572026-07-31T17:21:45.823Z Downloaded anes v0.1.6
18582026-07-31T17:21:45.826Z Downloaded criterion-plot v0.6.0
18592026-07-31T17:21:45.826Z Downloaded async-lock v3.4.2
18602026-07-31T17:21:45.826Z Downloaded blake2b_simd v1.0.4
18612026-07-31T17:21:45.829Z Downloaded cfg-expr v0.20.6
18622026-07-31T17:21:45.829Z Downloaded datatest-stable v0.3.3
18632026-07-31T17:21:45.831Z Downloaded backtrace v0.3.76
18642026-07-31T17:21:45.834Z Downloaded criterion v0.7.0
18652026-07-31T17:21:45.837Z Downloaded event-listener-strategy v0.5.4
18662026-07-31T17:21:45.837Z Downloaded futures-timer v3.0.3
18672026-07-31T17:21:45.839Z Downloaded escape8259 v0.5.3
18682026-07-31T17:21:45.839Z Downloaded event-listener v5.4.1
18692026-07-31T17:21:45.839Z Downloaded guppy-workspace-hack v0.1.0
18702026-07-31T17:21:45.839Z Downloaded hashbrown v0.14.5
18712026-07-31T17:21:45.842Z Downloaded hex-literal v0.4.1
18722026-07-31T17:21:45.845Z Downloaded hickory-client v0.25.2
18732026-07-31T17:21:45.845Z Downloaded httptest v0.16.4
18742026-07-31T17:21:45.845Z Downloaded knuffel-derive v3.2.0
18752026-07-31T17:21:45.848Z Downloaded linkme-impl v0.3.35
18762026-07-31T17:21:45.848Z Downloaded miette-derive v5.10.0
18772026-07-31T17:21:45.848Z Downloaded nested v0.1.1
18782026-07-31T17:21:45.848Z Downloaded libtest-mimic v0.8.1
18792026-07-31T17:21:45.851Z Downloaded linkme v0.3.35
18802026-07-31T17:21:45.851Z Downloaded parking v2.2.1
18812026-07-31T17:21:45.851Z Downloaded pathdiff v0.2.3
18822026-07-31T17:21:45.854Z Downloaded fancy-regex v0.14.0
18832026-07-31T17:21:45.854Z Downloaded oorandom v11.1.5
18842026-07-31T17:21:45.854Z Downloaded owo-colors v3.5.0
18852026-07-31T17:21:45.856Z Downloaded plotters-svg v0.3.7
18862026-07-31T17:21:45.856Z Downloaded plotters-backend v0.3.7
18872026-07-31T17:21:45.856Z Downloaded knuffel v3.2.0
18882026-07-31T17:21:45.859Z Downloaded partial-io v0.5.4
18892026-07-31T17:21:45.859Z Downloaded path-tree v0.8.3
18902026-07-31T17:21:45.859Z Downloaded miette v5.10.0
18912026-07-31T17:21:45.862Z Downloaded relative-path v1.9.3
18922026-07-31T17:21:45.862Z Downloaded guppy v0.17.25
18932026-07-31T17:21:45.865Z Downloaded rust-argon2 v2.1.0
18942026-07-31T17:21:45.868Z Downloaded rustc-demangle v0.1.27
18952026-07-31T17:21:45.868Z Downloaded serde_regex v1.1.0
18962026-07-31T17:21:45.868Z Downloaded similar-asserts v1.7.0
18972026-07-31T17:21:45.871Z Downloaded rand_distr v0.5.1
18982026-07-31T17:21:45.871Z Downloaded rstest v0.25.0
18992026-07-31T17:21:45.874Z Downloaded rstest_macros v0.25.0
19002026-07-31T17:21:45.876Z Downloaded supports-hyperlinks v2.1.0
19012026-07-31T17:21:45.876Z Downloaded supports-unicode v2.1.0
19022026-07-31T17:21:45.876Z Downloaded supports-color v2.1.0
19032026-07-31T17:21:45.879Z Downloaded termcolor v1.4.1
19042026-07-31T17:21:45.879Z Downloaded plotters v0.3.7
19052026-07-31T17:21:45.882Z Downloaded stringmetrics v2.2.2
19062026-07-31T17:21:45.886Z Downloaded terminal_size v0.1.17
19072026-07-31T17:21:45.886Z Downloaded target-triple v1.0.0
19082026-07-31T17:21:45.886Z Downloaded textwrap v0.15.2
19092026-07-31T17:21:45.891Z Downloaded target-lexicon v0.13.3
19102026-07-31T17:21:45.891Z Downloaded tinytemplate v1.2.1
19112026-07-31T17:21:45.891Z Downloaded target-spec v3.5.7
19122026-07-31T17:21:45.891Z Downloaded trybuild v1.0.116
19132026-07-31T17:21:45.894Z Downloaded gimli v0.32.3
19142026-07-31T17:21:45.987Z Downloaded httpmock v0.8.3
19152026-07-31T17:21:47.743Z Checking cfg-if v1.0.4
19162026-07-31T17:21:48.115Z Checking libc v0.2.185
19172026-07-31T17:21:48.118Z Checking serde_core v1.0.228
19182026-07-31T17:21:48.184Z Checking memchr v2.8.0
19192026-07-31T17:21:48.224Z Checking smallvec v1.15.1
19202026-07-31T17:21:48.258Z Checking zeroize v1.9.0
19212026-07-31T17:21:48.293Z Checking rand_core v0.10.0
19222026-07-31T17:21:48.329Z Checking itoa v1.0.17
19232026-07-31T17:21:48.367Z Checking subtle v2.6.1
19242026-07-31T17:21:48.429Z Checking log v0.4.29
19252026-07-31T17:21:48.467Z Checking libm v0.2.16
19262026-07-31T17:21:48.514Z Checking typenum v1.20.1
19272026-07-31T17:21:48.554Z Checking getrandom v0.4.1
19282026-07-31T17:21:48.555Z Checking errno v0.3.14
19292026-07-31T17:21:48.623Z Checking scopeguard v1.2.0
19302026-07-31T17:21:48.660Z Checking zmij v1.0.21
19312026-07-31T17:21:48.663Z Checking stable_deref_trait v1.2.1
19322026-07-31T17:21:48.730Z Checking zerofrom v0.1.6
19332026-07-31T17:21:48.769Z Checking lock_api v0.4.14
19342026-07-31T17:21:48.805Z Checking percent-encoding v2.3.2
19352026-07-31T17:21:48.841Z Checking litemap v0.8.1
19362026-07-31T17:21:48.875Z Checking yoke v0.8.1
19372026-07-31T17:21:48.909Z Checking writeable v0.6.2
19382026-07-31T17:21:48.970Z Checking icu_normalizer_data v2.1.1
19392026-07-31T17:21:49.006Z Checking icu_properties_data v2.1.2
19402026-07-31T17:21:49.044Z Checking form_urlencoded v1.2.2
19412026-07-31T17:21:49.080Z Checking utf8_iter v1.0.4
19422026-07-31T17:21:49.084Z Checking zerovec v0.11.5
19432026-07-31T17:21:49.146Z Checking zerotrie v0.2.3
19442026-07-31T17:21:49.150Z Checking num-traits v0.2.19
19452026-07-31T17:21:49.218Z Checking pin-project-lite v0.2.17
19462026-07-31T17:21:49.256Z Checking zerocopy v0.8.40
19472026-07-31T17:21:49.296Z Checking parking_lot_core v0.9.12
19482026-07-31T17:21:49.332Z Checking portable-atomic v1.13.1
19492026-07-31T17:21:49.372Z Checking critical-section v1.2.0
19502026-07-31T17:21:49.416Z Checking signal-hook-registry v1.4.8
19512026-07-31T17:21:49.501Z Checking mio v1.2.0
19522026-07-31T17:21:49.538Z Checking parking_lot v0.12.5
19532026-07-31T17:21:49.573Z Checking tinystr v0.8.2
19542026-07-31T17:21:49.606Z Checking potential_utf v0.1.4
19552026-07-31T17:21:49.641Z Checking serde v1.0.228
19562026-07-31T17:21:49.721Z Checking serde_json v1.0.151
19572026-07-31T17:21:49.758Z Checking bitflags v2.11.0
19582026-07-31T17:21:49.761Z Checking icu_collections v2.1.1
19592026-07-31T17:21:49.825Z Checking icu_locale_core v2.1.1
19602026-07-31T17:21:49.829Z Checking once_cell v1.21.3
19612026-07-31T17:21:49.901Z Checking iana-time-zone v0.1.65
19622026-07-31T17:21:49.961Z Checking socket2 v0.6.3
19632026-07-31T17:21:50.044Z Checking uuid v1.23.4
19642026-07-31T17:21:50.119Z Checking bytes v1.11.1
19652026-07-31T17:21:50.119Z Checking chrono v0.4.45
19662026-07-31T17:21:50.163Z Checking semver v1.0.28
19672026-07-31T17:21:50.249Z Checking thiserror v2.0.18
19682026-07-31T17:21:50.384Z Checking icu_provider v2.1.1
19692026-07-31T17:21:50.436Z Checking dyn-clone v1.0.20
19702026-07-31T17:21:50.488Z Checking futures-core v0.3.32
19712026-07-31T17:21:50.488Z Checking equivalent v1.0.2
19722026-07-31T17:21:50.491Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19732026-07-31T17:21:50.591Z Checking rustix v1.1.3
19742026-07-31T17:21:50.594Z Checking tokio v1.52.1
19752026-07-31T17:21:50.658Z Checking icu_normalizer v2.1.1
19762026-07-31T17:21:50.661Z Checking icu_properties v2.1.2
19772026-07-31T17:21:50.724Z Checking getrandom v0.2.17
19782026-07-31T17:21:50.824Z Checking cmov v0.5.4
19792026-07-31T17:21:50.900Z Checking rand_core v0.6.4
19802026-07-31T17:21:50.974Z Checking byteorder v1.5.0
19812026-07-31T17:21:51.010Z Checking futures-sink v0.3.32
19822026-07-31T17:21:51.046Z Checking ctutils v0.4.2
19832026-07-31T17:21:51.104Z Checking getrandom v0.3.4
19842026-07-31T17:21:51.142Z Checking futures-channel v0.3.32
19852026-07-31T17:21:51.198Z Checking futures-io v0.3.32
19862026-07-31T17:21:51.277Z Checking hybrid-array v0.4.13
19872026-07-31T17:21:51.281Z Checking futures-task v0.3.32
19882026-07-31T17:21:51.349Z Checking slab v0.4.12
19892026-07-31T17:21:51.383Z Checking generic-array v0.14.7
19902026-07-31T17:21:51.448Z Checking hashbrown v0.17.0
19912026-07-31T17:21:51.492Z Checking thiserror v1.0.69
19922026-07-31T17:21:51.539Z Checking futures-util v0.3.32
19932026-07-31T17:21:51.543Z Checking idna_adapter v1.2.1
19942026-07-31T17:21:51.614Z Checking fnv v1.0.7
19952026-07-31T17:21:51.721Z Checking idna v1.1.0
19962026-07-31T17:21:51.757Z Checking regex-syntax v0.8.10
19972026-07-31T17:21:51.875Z Checking const-oid v0.9.6
19982026-07-31T17:21:51.963Z Checking indexmap v2.14.0
19992026-07-31T17:21:51.999Z Checking url v2.5.8
20002026-07-31T17:21:52.035Z Checking ppv-lite86 v0.2.21
20012026-07-31T17:21:52.071Z Checking crypto-common v0.2.2
20022026-07-31T17:21:52.348Z Checking base64ct v1.8.3
20032026-07-31T17:21:52.456Z Checking schemars v0.8.22
20042026-07-31T17:21:52.543Z Checking crypto-common v0.1.7
20052026-07-31T17:21:52.579Z Checking block-buffer v0.12.1
20062026-07-31T17:21:52.614Z Checking block-buffer v0.10.4
20072026-07-31T17:21:52.681Z Checking base64 v0.22.1
20082026-07-31T17:21:52.716Z Checking utf8parse v0.2.2
20092026-07-31T17:21:52.765Z Checking anstyle v1.0.14
20102026-07-31T17:21:52.800Z Checking digest v0.10.7
20112026-07-31T17:21:52.840Z Checking http v1.4.2
20122026-07-31T17:21:52.942Z Checking tracing-core v0.1.36
20132026-07-31T17:21:52.977Z Checking is_terminal_polyfill v1.70.2
20142026-07-31T17:21:53.022Z Checking anstyle-query v1.1.5
20152026-07-31T17:21:53.059Z Checking colorchoice v1.0.4
20162026-07-31T17:21:53.095Z Checking rand_core v0.9.5
20172026-07-31T17:21:53.130Z Checking anstyle-parse v1.0.0
20182026-07-31T17:21:53.168Z Checking terminal_size v0.4.3
20192026-07-31T17:21:53.204Z Checking const-oid v0.10.2
20202026-07-31T17:21:53.270Z Checking tracing v0.1.44
20212026-07-31T17:21:53.306Z Checking ipnet v2.11.0
20222026-07-31T17:21:53.309Z Checking rand_chacha v0.9.0
20232026-07-31T17:21:53.309Z Checking anstream v1.0.0
20242026-07-31T17:21:53.403Z Checking aho-corasick v1.1.4
20252026-07-31T17:21:53.439Z Checking clap_lex v1.0.0
20262026-07-31T17:21:53.475Z Checking strsim v0.11.1
20272026-07-31T17:21:53.511Z Checking crossbeam-utils v0.8.21
20282026-07-31T17:21:53.561Z Checking rand v0.9.2
20292026-07-31T17:21:53.597Z Checking erased-serde v0.3.31
20302026-07-31T17:21:53.602Z Checking unicode-ident v1.0.24
20312026-07-31T17:21:53.664Z Checking powerfmt v0.2.0
20322026-07-31T17:21:53.668Z Checking clap_builder v4.6.0
20332026-07-31T17:21:53.766Z Checking proc-macro2 v1.0.106
20342026-07-31T17:21:53.835Z Checking tokio-util v0.7.18
20352026-07-31T17:21:53.874Z Checking deranged v0.5.8
20362026-07-31T17:21:53.877Z Checking num-conv v0.2.0
20372026-07-31T17:21:54.007Z Checking slog v2.8.2
20382026-07-31T17:21:54.047Z Checking num_threads v0.1.7
20392026-07-31T17:21:54.083Z Checking time-core v0.1.8
20402026-07-31T17:21:54.086Z Checking regex-automata v0.4.14
20412026-07-31T17:21:54.151Z Checking fastrand v2.3.0
20422026-07-31T17:21:54.184Z Checking quote v1.0.45
20432026-07-31T17:21:54.250Z Checking digest v0.11.3
20442026-07-31T17:21:54.294Z Checking httparse v1.10.1
20452026-07-31T17:21:54.355Z Checking anyhow v1.0.102
20462026-07-31T17:21:54.391Z Checking cpufeatures v0.3.0
20472026-07-31T17:21:54.454Z Checking allocator-api2 v0.2.21
20482026-07-31T17:21:54.491Z Checking syn v2.0.117
20492026-07-31T17:21:54.494Z Checking cpufeatures v0.2.17
20502026-07-31T17:21:54.558Z Checking tempfile v3.25.0
20512026-07-31T17:21:54.594Z Checking ipnetwork v0.21.1
20522026-07-31T17:21:54.629Z Checking aws-lc-sys v0.40.0
20532026-07-31T17:21:54.757Z Checking rustls-pki-types v1.14.0
20542026-07-31T17:21:54.794Z Checking untrusted v0.7.1
20552026-07-31T17:21:54.829Z Checking time v0.3.47
20562026-07-31T17:21:54.865Z Checking http-body v1.0.1
20572026-07-31T17:21:54.909Z Checking clap v4.6.1
20582026-07-31T17:21:54.945Z Checking atomic-waker v1.1.2
20592026-07-31T17:21:55.014Z Checking hex v0.4.3
20602026-07-31T17:21:55.052Z Checking httpdate v1.0.3
20612026-07-31T17:21:55.086Z Checking try-lock v0.2.5
20622026-07-31T17:21:55.090Z Checking h2 v0.4.15
20632026-07-31T17:21:55.153Z Checking aws-lc-rs v1.16.3
20642026-07-31T17:21:55.212Z Checking want v0.3.1
20652026-07-31T17:21:55.247Z Checking tower-layer v0.3.3
20662026-07-31T17:21:55.283Z Checking ryu v1.0.23
20672026-07-31T17:21:55.360Z Checking untrusted v0.9.0
20682026-07-31T17:21:55.424Z Checking tower-service v0.3.3
20692026-07-31T17:21:55.460Z Checking pem-rfc7468 v0.7.0
20702026-07-31T17:21:55.497Z Checking spin v0.9.8
20712026-07-31T17:21:55.542Z Checking flagset v0.4.7
20722026-07-31T17:21:55.647Z Checking mime v0.3.17
20732026-07-31T17:21:55.698Z Checking der v0.7.10
20742026-07-31T17:21:55.735Z Checking simd-adler32 v0.3.8
20752026-07-31T17:21:55.848Z Checking adler2 v2.0.1
20762026-07-31T17:21:55.921Z Checking http-body-util v0.1.3
20772026-07-31T17:21:55.961Z Checking oxnet v0.1.6
20782026-07-31T17:21:55.966Z Checking block-padding v0.4.2
20792026-07-31T17:21:56.027Z Checking miniz_oxide v0.8.9
20802026-07-31T17:21:56.030Z Checking rustls-webpki v0.103.13
20812026-07-31T17:21:56.155Z Checking camino v1.2.2
20822026-07-31T17:21:56.177Z Checking pretty-hex v0.4.1
20832026-07-31T17:21:56.303Z Checking inout v0.2.2
20842026-07-31T17:21:56.379Z Checking openssl-probe v0.2.1
20852026-07-31T17:21:56.413Z Checking plain v0.2.3
20862026-07-31T17:21:56.451Z Checking regex v1.12.3
20872026-07-31T17:21:56.488Z Checking serde_urlencoded v0.7.1
20882026-07-31T17:21:56.522Z Checking rand_chacha v0.3.1
20892026-07-31T17:21:56.558Z Checking encoding_rs v0.8.35
20902026-07-31T17:21:56.561Z Checking rustls v0.23.41
20912026-07-31T17:21:56.561Z Checking ucd-trie v0.1.7
20922026-07-31T17:21:56.722Z Checking cipher v0.5.2
20932026-07-31T17:21:56.759Z Checking pest v2.8.6
20942026-07-31T17:21:56.762Z Checking rand v0.8.6
20952026-07-31T17:21:56.790Z Checking spki v0.7.3
20962026-07-31T17:21:56.793Z Checking futures-executor v0.3.32
20972026-07-31T17:21:56.991Z Checking crc32fast v1.5.0
20982026-07-31T17:21:57.029Z Checking sync_wrapper v1.0.2
20992026-07-31T17:21:57.062Z Checking futures v0.3.32
21002026-07-31T17:21:57.157Z Checking either v1.15.0
21012026-07-31T17:21:57.160Z Checking tower v0.5.3
21022026-07-31T17:21:57.225Z Checking pkcs8 v0.10.2
21032026-07-31T17:21:57.339Z Checking iri-string v0.7.10
21042026-07-31T17:21:57.374Z Checking static_assertions v1.1.0
21052026-07-31T17:21:57.411Z Checking foldhash v0.2.0
21062026-07-31T17:21:57.470Z Checking zlib-rs v0.6.2
21072026-07-31T17:21:57.518Z Checking bit-vec v0.8.0
21082026-07-31T17:21:57.594Z Checking hashbrown v0.16.1
21092026-07-31T17:21:57.598Z Checking sha2 v0.10.9
21102026-07-31T17:21:57.742Z Checking bit-set v0.8.0
21112026-07-31T17:21:57.832Z Checking openapiv3 v2.2.0
21122026-07-31T17:21:57.913Z Checking wait-timeout v0.2.1
21132026-07-31T17:21:57.952Z Checking lazy_static v1.5.0
21142026-07-31T17:21:57.955Z Checking hyper v1.10.1
21152026-07-31T17:21:58.066Z Checking hubpack v0.1.2
21162026-07-31T17:21:58.069Z Checking tinyvec_macros v0.1.1
21172026-07-31T17:21:58.136Z Checking quick-error v1.2.3
21182026-07-31T17:21:58.194Z Checking tinyvec v1.10.0
21192026-07-31T17:21:58.261Z Checking rusty-fork v0.3.1
21202026-07-31T17:21:58.264Z Checking rustls-native-certs v0.8.3
21212026-07-31T17:21:58.368Z Checking tower-http v0.6.8
21222026-07-31T17:21:58.404Z Checking flate2 v1.1.9
21232026-07-31T17:21:58.448Z Checking rand_xorshift v0.4.0
21242026-07-31T17:21:58.485Z Checking strum v0.26.3
21252026-07-31T17:21:58.525Z Checking psl-types v2.0.11
21262026-07-31T17:21:58.595Z Checking unarray v0.1.4
21272026-07-31T17:21:58.631Z Checking cookie v0.18.1
21282026-07-31T17:21:58.669Z Checking publicsuffix v2.3.0
21292026-07-31T17:21:58.669Z Checking signature v2.2.0
21302026-07-31T17:21:58.738Z Checking num-integer v0.1.46
21312026-07-31T17:21:58.741Z Checking proptest v1.11.0
21322026-07-31T17:21:58.852Z Checking scroll v0.13.0
21332026-07-31T17:21:58.889Z Checking anstyle-parse v0.2.7
21342026-07-31T17:21:58.892Z Checking cookie_store v0.22.1
21352026-07-31T17:21:58.957Z Checking hyper-util v0.1.20
21362026-07-31T17:21:58.957Z Checking tokio-rustls v0.26.4
21372026-07-31T17:21:59.024Z Checking rustls-platform-verifier v0.6.2
21382026-07-31T17:21:59.065Z Checking ahash v0.8.12
21392026-07-31T17:21:59.102Z Checking serde_spanned v0.6.9
21402026-07-31T17:21:59.105Z Checking goblin v0.10.5
21412026-07-31T17:21:59.185Z Checking toml_datetime v0.6.11
21422026-07-31T17:21:59.238Z Checking memmap2 v0.9.10
21432026-07-31T17:21:59.276Z Checking base64 v0.21.7
21442026-07-31T17:21:59.279Z Checking anstream v0.6.21
21452026-07-31T17:21:59.344Z Checking dtrace-parser v0.3.0
21462026-07-31T17:21:59.386Z Checking bstr v1.12.1
21472026-07-31T17:21:59.425Z Checking thread-id v5.1.0
21482026-07-31T17:21:59.530Z Checking data-encoding v2.10.0
21492026-07-31T17:21:59.533Z Checking x509-cert v0.2.5
21502026-07-31T17:21:59.533Z Checking hmac v0.12.1
21512026-07-31T17:21:59.630Z Checking num-iter v0.1.45
21522026-07-31T17:21:59.754Z Checking crossbeam-epoch v0.9.18
21532026-07-31T17:21:59.791Z Checking memoffset v0.9.1
21542026-07-31T17:21:59.825Z Checking scroll v0.12.0
21552026-07-31T17:21:59.829Z Checking env_filter v1.0.0
21562026-07-31T17:21:59.902Z Checking tap v1.0.1
21572026-07-31T17:22:00.003Z Checking num-bigint-dig v0.8.6
21582026-07-31T17:22:00.041Z Checking wyz v0.5.1
21592026-07-31T17:22:00.044Z Checking env_logger v0.11.9
21602026-07-31T17:22:00.108Z Checking goblin v0.8.2
21612026-07-31T17:22:00.208Z Checking hyper-rustls v0.27.7
21622026-07-31T17:22:00.246Z Checking pkcs1 v0.7.5
21632026-07-31T17:22:00.250Z Checking zerocopy v0.7.35
21642026-07-31T17:22:00.312Z Checking rustix v0.38.44
21652026-07-31T17:22:00.437Z Checking reqwest v0.13.2
21662026-07-31T17:22:00.481Z Checking radium v0.7.0
21672026-07-31T17:22:00.566Z Checking newtype-uuid v1.3.2
21682026-07-31T17:22:00.685Z Checking unicode-segmentation v1.12.0
21692026-07-31T17:22:00.786Z Checking crc-catalog v2.4.0
21702026-07-31T17:22:00.825Z Checking daft v0.1.7
21712026-07-31T17:22:00.828Z Checking same-file v1.0.6
21722026-07-31T17:22:00.905Z Checking funty v2.0.0
21732026-07-31T17:22:00.999Z Checking walkdir v2.5.0
21742026-07-31T17:22:01.037Z Checking crc v3.4.0
21752026-07-31T17:22:01.094Z Checking rsa v0.9.10
21762026-07-31T17:22:01.131Z Checking nix v0.31.2
21772026-07-31T17:22:01.187Z Checking unicode-normalization v0.1.25
21782026-07-31T17:22:01.230Z Checking dtrace-parser v0.2.0
21792026-07-31T17:22:01.266Z Checking bitvec v1.0.1
21802026-07-31T17:22:01.314Z Checking zerocopy v0.6.6
21812026-07-31T17:22:01.457Z Checking dof v0.4.0
21822026-07-31T17:22:01.504Z Checking ff v0.13.1
21832026-07-31T17:22:01.599Z Checking maybe-uninit v2.0.0
21842026-07-31T17:22:01.639Z Checking thread-id v4.2.2
21852026-07-31T17:22:01.671Z Checking foreign-types-shared v0.1.1
21862026-07-31T17:22:01.674Z Checking winnow v0.5.40
21872026-07-31T17:22:01.738Z Checking nodrop v0.1.14
21882026-07-31T17:22:01.771Z Checking base16ct v0.2.0
21892026-07-31T17:22:01.806Z Checking foreign-types v0.3.2
21902026-07-31T17:22:01.852Z Checking array-init v0.0.4
21912026-07-31T17:22:01.902Z Checking smallvec v0.6.14
21922026-07-31T17:22:01.938Z Checking sec1 v0.7.3
21932026-07-31T17:22:02.026Z Checking dof v0.3.0
21942026-07-31T17:22:02.118Z Checking group v0.13.0
21952026-07-31T17:22:02.151Z Checking usdt-impl v0.6.0
21962026-07-31T17:22:02.187Z Checking hkdf v0.12.4
21972026-07-31T17:22:02.192Z Checking serde_with v3.21.0
21982026-07-31T17:22:02.292Z Checking crypto-bigint v0.5.5
21992026-07-31T17:22:02.333Z Checking usdt-impl v0.5.0
22002026-07-31T17:22:02.369Z Checking bitfield v0.19.4
22012026-07-31T17:22:02.372Z Checking bzip2-sys v0.1.13+1.0.8
22022026-07-31T17:22:02.458Z Checking usdt v0.6.0
22032026-07-31T17:22:02.511Z Checking openssl-sys v0.9.115
22042026-07-31T17:22:02.620Z Checking packed_struct v0.10.1
22052026-07-31T17:22:02.656Z Checking keccak v0.1.6
22062026-07-31T17:22:02.659Z Checking hashbrown v0.12.3
22072026-07-31T17:22:02.659Z Checking winnow v0.7.14
22082026-07-31T17:22:02.847Z Checking foldhash v0.1.5
22092026-07-31T17:22:02.884Z Checking toml_edit v0.19.15
22102026-07-31T17:22:02.919Z Checking openssl v0.10.79
22112026-07-31T17:22:03.009Z Checking hashbrown v0.15.5
22122026-07-31T17:22:03.147Z Checking indexmap v1.9.3
22132026-07-31T17:22:03.202Z Checking elliptic-curve v0.13.8
22142026-07-31T17:22:03.482Z Checking sha3 v0.10.8
22152026-07-31T17:22:03.485Z Checking bzip2 v0.4.4
22162026-07-31T17:22:03.551Z Checking serde-hex v0.1.0
22172026-07-31T17:22:03.675Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22182026-07-31T17:22:03.717Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22192026-07-31T17:22:03.722Z Checking ron v0.8.1
22202026-07-31T17:22:03.722Z Checking hashbrown v0.13.2
22212026-07-31T17:22:03.876Z Checking itertools v0.13.0
22222026-07-31T17:22:03.911Z Checking winnow v1.0.3
22232026-07-31T17:22:03.914Z Checking toml v0.7.8
22242026-07-31T17:22:04.193Z Checking siphasher v1.0.2
22252026-07-31T17:22:04.229Z Checking bitflags v1.3.2
22262026-07-31T17:22:04.273Z Checking crc-any v2.5.0
22272026-07-31T17:22:04.320Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22282026-07-31T17:22:04.354Z Checking toml_parser v1.1.2+spec-1.1.0
22292026-07-31T17:22:04.393Z Checking object v0.30.4
22302026-07-31T17:22:04.473Z Checking zip v0.6.6
22312026-07-31T17:22:04.509Z Checking globset v0.4.18
22322026-07-31T17:22:04.707Z Checking signal-hook v0.3.18
22332026-07-31T17:22:04.791Z Checking managed v0.8.0
22342026-07-31T17:22:04.828Z Checking toml_write v0.1.2
22352026-07-31T17:22:04.910Z Checking path-slash v0.1.5
22362026-07-31T17:22:04.947Z Checking native-tls v0.2.18
22372026-07-31T17:22:04.951Z Checking chacha20 v0.10.0
22382026-07-31T17:22:05.017Z Checking curve25519-dalek v4.1.3
22392026-07-31T17:22:05.020Z Checking toml_edit v0.22.27
22402026-07-31T17:22:05.085Z Checking pin-project v1.1.11
22412026-07-31T17:22:05.090Z Checking object v0.37.3
22422026-07-31T17:22:05.149Z Checking jiff-core v0.1.0
22432026-07-31T17:22:05.204Z Checking tokio-native-tls v0.3.1
22442026-07-31T17:22:05.259Z Checking signal-hook-mio v0.2.5
22452026-07-31T17:22:05.409Z Checking ed25519 v2.2.3
22462026-07-31T17:22:05.416Z Checking pem v3.0.6
22472026-07-31T17:22:05.602Z Checking ref-cast v1.0.25
22482026-07-31T17:22:05.605Z Checking zstd-sys v2.0.16+zstd.1.5.7
22492026-07-31T17:22:05.731Z Checking hyper-tls v0.6.0
22502026-07-31T17:22:05.794Z Checking zstd-safe v7.2.4
22512026-07-31T17:22:05.812Z Checking ed25519-dalek v2.2.0
22522026-07-31T17:22:05.843Z Checking jiff v0.2.34
22532026-07-31T17:22:05.933Z Checking snafu v0.8.9
22542026-07-31T17:22:05.966Z Checking serde_plain v1.0.2
22552026-07-31T17:22:06.068Z Checking typed-path v0.9.3
22562026-07-31T17:22:06.139Z Checking fixedbitset v0.5.7
22572026-07-31T17:22:06.175Z Checking libbz2-rs-sys v0.2.2
22582026-07-31T17:22:06.210Z Checking bumpalo v3.20.2
22592026-07-31T17:22:06.367Z Checking petgraph v0.8.3
22602026-07-31T17:22:06.446Z Checking zopfli v0.8.3
22612026-07-31T17:22:06.482Z Checking zstd v0.13.3
22622026-07-31T17:22:06.608Z Checking bzip2 v0.6.1
22632026-07-31T17:22:06.687Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22642026-07-31T17:22:06.722Z Checking reqwest v0.12.28
22652026-07-31T17:22:06.798Z Checking crossterm v0.28.1
22662026-07-31T17:22:06.835Z Checking similar v2.7.0
22672026-07-31T17:22:06.883Z Checking fs-err v3.3.0
22682026-07-31T17:22:07.215Z Checking hash32 v0.2.1
22692026-07-31T17:22:07.253Z Checking serde-big-array v0.5.1
22702026-07-31T17:22:07.401Z Checking predicates-core v1.0.10
22712026-07-31T17:22:07.436Z Checking unicode-properties v0.1.4
22722026-07-31T17:22:07.439Z Checking unicode-bidi v0.3.18
22732026-07-31T17:22:07.503Z Checking heapless v0.7.17
22742026-07-31T17:22:07.540Z Checking olpc-cjson v0.1.4
22752026-07-31T17:22:07.573Z Checking hickory-proto v0.25.2
22762026-07-31T17:22:07.646Z Checking byte-wrapper v0.1.0
22772026-07-31T17:22:07.690Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22782026-07-31T17:22:07.717Z Checking md-5 v0.10.6
22792026-07-31T17:22:07.763Z Checking zip v4.6.1
22802026-07-31T17:22:07.799Z Checking stringprep v0.1.5
22812026-07-31T17:22:07.878Z Checking float-cmp v0.10.0
22822026-07-31T17:22:07.881Z Checking difflib v0.4.0
22832026-07-31T17:22:07.947Z Checking fallible-iterator v0.2.0
22842026-07-31T17:22:07.982Z Checking normalize-line-endings v0.3.0
22852026-07-31T17:22:07.985Z Checking smoltcp v0.9.1
22862026-07-31T17:22:08.052Z Checking tough v0.22.0
22872026-07-31T17:22:08.063Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22882026-07-31T17:22:08.118Z Checking iddqd v0.4.2
22892026-07-31T17:22:08.122Z Checking predicates v3.1.4
22902026-07-31T17:22:08.240Z Checking postgres-protocol v0.6.10
22912026-07-31T17:22:08.358Z Checking phf_shared v0.11.3
22922026-07-31T17:22:08.487Z Checking phf_shared v0.13.1
22932026-07-31T17:22:08.533Z Checking tokio-stream v0.1.18
22942026-07-31T17:22:08.590Z Checking buf-list v1.1.2
22952026-07-31T17:22:08.630Z Checking strum v0.27.2
22962026-07-31T17:22:08.696Z Checking fixedbitset v0.4.2
22972026-07-31T17:22:08.738Z Checking lalrpop-util v0.19.12
22982026-07-31T17:22:08.777Z Checking new_debug_unreachable v1.0.6
22992026-07-31T17:22:08.807Z Checking precomputed-hash v0.1.1
23002026-07-31T17:22:08.867Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23012026-07-31T17:22:08.903Z Checking petgraph v0.6.5
23022026-07-31T17:22:08.941Z Checking phf v0.13.1
23032026-07-31T17:22:08.944Z Checking string_cache v0.8.9
23042026-07-31T17:22:08.974Z Checking postgres-types v0.2.12
23052026-07-31T17:22:09.063Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23062026-07-31T17:22:09.124Z Checking whoami v2.1.0
23072026-07-31T17:22:09.171Z Checking peg-runtime v0.8.5
23082026-07-31T17:22:09.332Z Checking tokio-postgres v0.7.16
23092026-07-31T17:22:09.332Z Checking is-terminal v0.4.17
23102026-07-31T17:22:09.443Z Checking crossbeam-channel v0.5.15
23112026-07-31T17:22:09.470Z Checking thread_local v1.1.9
23122026-07-31T17:22:09.505Z Checking term v1.2.1
23132026-07-31T17:22:09.671Z Checking take_mut v0.2.2
23142026-07-31T17:22:09.758Z Checking slog-term v2.9.2
23152026-07-31T17:22:09.799Z Compiling newtype-uuid-macros v0.1.0
23162026-07-31T17:22:09.831Z Checking slog-async v2.8.0
23172026-07-31T17:22:10.032Z Checking match_cfg v0.1.0
23182026-07-31T17:22:10.068Z Checking slog-json v2.6.1
23192026-07-31T17:22:10.103Z Compiling multer v3.1.0
23202026-07-31T17:22:10.138Z Checking hostname v0.3.1
23212026-07-31T17:22:10.175Z Compiling async-stream-impl v0.3.6
23222026-07-31T17:22:10.293Z Compiling dropshot v0.17.1
23232026-07-31T17:22:10.304Z Checking slog-bunyan v2.5.0
23242026-07-31T17:22:10.380Z Compiling dropshot_endpoint v0.17.1
23252026-07-31T17:22:10.420Z Checking debug-ignore v1.0.5
23262026-07-31T17:22:10.449Z Checking progenitor-client v0.14.0
23272026-07-31T17:22:10.540Z Checking sha1 v0.11.0
23282026-07-31T17:22:10.579Z Checking toml_datetime v1.1.1+spec-1.1.0
23292026-07-31T17:22:10.582Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23302026-07-31T17:22:10.701Z Checking serde_spanned v1.1.1
23312026-07-31T17:22:10.741Z Checking serde_path_to_error v0.1.20
23322026-07-31T17:22:10.772Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23332026-07-31T17:22:10.818Z Checking compression-core v0.4.31
23342026-07-31T17:22:10.822Z Checking toml_writer v1.1.1+spec-1.1.0
23352026-07-31T17:22:10.874Z Checking async-stream v0.3.6
23362026-07-31T17:22:10.958Z Checking compression-codecs v0.4.37
23372026-07-31T17:22:11.062Z Checking waitgroup v0.1.2
23382026-07-31T17:22:11.065Z Checking toml v1.1.2+spec-1.1.0
23392026-07-31T17:22:11.092Z Checking rustls-pemfile v2.2.0
23402026-07-31T17:22:11.163Z Checking async-compression v0.4.41
23412026-07-31T17:22:11.231Z Checking hostname v0.4.2
23422026-07-31T17:22:11.234Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23432026-07-31T17:22:11.305Z Checking atomicwrites v0.4.4
23442026-07-31T17:22:11.311Z Checking itertools v0.14.0
23452026-07-31T17:22:11.368Z Compiling parse-display-derive v0.10.0
23462026-07-31T17:22:11.403Z Checking macaddr v1.0.1
23472026-07-31T17:22:11.436Z Checking regress v0.10.5
23482026-07-31T17:22:11.479Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23492026-07-31T17:22:11.498Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23502026-07-31T17:22:11.619Z Checking instant v0.1.13
23512026-07-31T17:22:11.655Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23522026-07-31T17:22:11.730Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23532026-07-31T17:22:11.768Z Checking backoff v0.4.0
23542026-07-31T17:22:11.953Z Checking backon v1.6.0
23552026-07-31T17:22:11.994Z Checking humantime v2.3.0
23562026-07-31T17:22:11.994Z Checking unicode-width v0.2.0
23572026-07-31T17:22:12.067Z Compiling convert_case v0.4.0
23582026-07-31T17:22:12.171Z Checking progenitor-extras v0.2.0
23592026-07-31T17:22:12.205Z Checking heck v0.5.0
23602026-07-31T17:22:12.300Z Checking half v2.7.1
23612026-07-31T17:22:12.374Z Checking ciborium-io v0.2.2
23622026-07-31T17:22:12.418Z Checking secrecy v0.10.3
23632026-07-31T17:22:12.454Z Checking camino-tempfile v1.4.1
23642026-07-31T17:22:12.489Z Compiling derive_more v0.99.20
23652026-07-31T17:22:12.492Z Checking indent_write v2.2.0
23662026-07-31T17:22:12.563Z Compiling regress v0.11.1
23672026-07-31T17:22:12.606Z Checking ciborium-ll v0.2.2
23682026-07-31T17:22:12.636Z Compiling crucible-workspace-hack v0.1.0
23692026-07-31T17:22:12.673Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-07-31T17:22:12.794Z Checking ciborium v0.2.2
23712026-07-31T17:22:12.927Z Checking inout v0.1.4
23722026-07-31T17:22:13.021Z Checking universal-hash v0.5.1
23732026-07-31T17:22:13.073Z Checking parse-display v0.10.0
23742026-07-31T17:22:13.110Z Checking cipher v0.4.4
23752026-07-31T17:22:13.168Z Compiling thiserror-impl-no-std v2.0.2
23762026-07-31T17:22:13.237Z Checking opaque-debug v0.3.1
23772026-07-31T17:22:13.272Z Checking blake2 v0.10.6
23782026-07-31T17:22:13.327Z Checking chacha20 v0.9.1
23792026-07-31T17:22:13.331Z Checking poly1305 v0.8.0
23802026-07-31T17:22:13.532Z Checking aead v0.5.2
23812026-07-31T17:22:13.569Z Checking password-hash v0.5.0
23822026-07-31T17:22:13.652Z Compiling unsafe-libyaml v0.2.11
23832026-07-31T17:22:13.708Z Checking chacha20poly1305 v0.10.1
23842026-07-31T17:22:13.815Z Checking argon2 v0.5.3
23852026-07-31T17:22:13.856Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23862026-07-31T17:22:14.138Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-07-31T17:22:14.180Z Compiling typify-impl v0.6.2
23882026-07-31T17:22:14.284Z Compiling serde_yaml v0.9.34+deprecated
23892026-07-31T17:22:14.348Z Checking thiserror-no-std v2.0.2
23902026-07-31T17:22:14.428Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-07-31T17:22:14.468Z Checking vsss-rs v3.3.4
23922026-07-31T17:22:14.746Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23932026-07-31T17:22:15.009Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23942026-07-31T17:22:15.075Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23952026-07-31T17:22:15.617Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-07-31T17:22:15.651Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23972026-07-31T17:22:15.728Z Checking swrite v0.1.0
23982026-07-31T17:22:15.763Z Checking crossbeam-deque v0.8.6
23992026-07-31T17:22:15.804Z Compiling rayon-core v1.13.0
24002026-07-31T17:22:15.846Z Compiling num-derive v0.4.2
24012026-07-31T17:22:15.893Z Compiling toml_datetime v0.7.5+spec-1.1.0
24022026-07-31T17:22:15.968Z Compiling proc-macro-error v1.0.4
24032026-07-31T17:22:16.170Z Compiling toml_edit v0.23.10+spec-1.0.0
24042026-07-31T17:22:16.300Z Checking tabwriter v1.4.1
24052026-07-31T17:22:16.415Z Checking rayon v1.11.0
24062026-07-31T17:22:16.493Z Checking toml v0.8.23
24072026-07-31T17:22:16.691Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24082026-07-31T17:22:16.818Z Compiling proc-macro-crate v3.4.0
24092026-07-31T17:22:16.822Z Checking glob v0.3.3
24102026-07-31T17:22:16.887Z Checking colored v3.1.1
24112026-07-31T17:22:16.890Z Compiling itertools v0.15.0
24122026-07-31T17:22:17.068Z Compiling heapless v0.8.0
24132026-07-31T17:22:17.120Z Checking hash32 v0.3.1
24142026-07-31T17:22:17.255Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24152026-07-31T17:22:17.290Z Compiling smoltcp v0.11.0
24162026-07-31T17:22:17.413Z Compiling num_enum_derive v0.7.6
24172026-07-31T17:22:17.541Z Checking cobs v0.3.0
24182026-07-31T17:22:17.694Z Compiling usdt-attr-macro v0.5.0
24192026-07-31T17:22:17.728Z Compiling usdt-macro v0.5.0
24202026-07-31T17:22:17.870Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24212026-07-31T17:22:17.932Z Checking memmap v0.7.0
24222026-07-31T17:22:17.990Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24232026-07-31T17:22:18.245Z Checking postcard v1.1.3
24242026-07-31T17:22:18.280Z Compiling ingot-macros v0.2.0
24252026-07-31T17:22:18.469Z Checking num_enum v0.7.6
24262026-07-31T17:22:18.505Z Checking rand v0.10.1
24272026-07-31T17:22:18.508Z Checking usdt v0.5.0
24282026-07-31T17:22:18.573Z Compiling proc-macro-crate v1.3.1
24292026-07-31T17:22:18.610Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24302026-07-31T17:22:18.699Z Checking sigpipe v0.1.3
24312026-07-31T17:22:18.734Z Compiling typify-macro v0.6.2
24322026-07-31T17:22:18.805Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24332026-07-31T17:22:18.846Z Compiling foreign-types-macros v0.2.3
24342026-07-31T17:22:19.012Z Checking foreign-types-shared v0.3.1
24352026-07-31T17:22:19.045Z Compiling num_enum_derive v0.5.11
24362026-07-31T17:22:19.253Z Checking cstr-argument v0.1.2
24372026-07-31T17:22:19.291Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24382026-07-31T17:22:19.325Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24392026-07-31T17:22:19.406Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24402026-07-31T17:22:19.456Z Checking foreign-types v0.5.0
24412026-07-31T17:22:19.564Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24422026-07-31T17:22:19.663Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24432026-07-31T17:22:19.742Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24442026-07-31T17:22:19.777Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24452026-07-31T17:22:19.808Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24462026-07-31T17:22:19.859Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24472026-07-31T17:22:19.953Z Compiling zone_cfg_derive v0.3.1
24482026-07-31T17:22:19.990Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24492026-07-31T17:22:20.124Z Checking num_enum v0.5.11
24502026-07-31T17:22:20.193Z Checking itertools v0.12.1
24512026-07-31T17:22:20.277Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24522026-07-31T17:22:20.289Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24532026-07-31T17:22:20.502Z Compiling typify v0.6.2
24542026-07-31T17:22:20.616Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24552026-07-31T17:22:20.672Z Compiling progenitor-impl v0.14.0
24562026-07-31T17:22:20.709Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24572026-07-31T17:22:20.772Z Checking smf v0.2.3
24582026-07-31T17:22:20.805Z Checking whoami v1.6.1
24592026-07-31T17:22:20.959Z Compiling derive-where v1.6.0
24602026-07-31T17:22:21.017Z Checking tokio-dtrace v0.1.1
24612026-07-31T17:22:21.049Z Checking console v0.15.11
24622026-07-31T17:22:21.122Z Checking ingot-types v0.2.0
24632026-07-31T17:22:21.224Z Checking zone v0.3.1
24642026-07-31T17:22:21.260Z Checking oxide-tokio-rt v0.1.4
24652026-07-31T17:22:21.346Z Checking newline-converter v0.3.0
24662026-07-31T17:22:21.457Z Checking bytecount v0.6.9
24672026-07-31T17:22:21.565Z Checking expectorate v1.2.0
24682026-07-31T17:22:21.568Z Checking ingot v0.2.1
24692026-07-31T17:22:21.654Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24702026-07-31T17:22:21.688Z Checking unicode-width v0.1.14
24712026-07-31T17:22:21.721Z Checking num-rational v0.4.2
24722026-07-31T17:22:21.755Z Checking num-complex v0.4.6
24732026-07-31T17:22:21.965Z Checking float-ord v0.3.2
24742026-07-31T17:22:22.030Z Compiling cancel-safe-futures v0.1.5
24752026-07-31T17:22:22.099Z Checking linear-map v1.2.0
24762026-07-31T17:22:22.133Z Checking num v0.4.3
24772026-07-31T17:22:22.236Z Checking gethostname v0.5.0
24782026-07-31T17:22:22.303Z Compiling prettyplease v0.2.37
24792026-07-31T17:22:22.338Z Checking oxide-update-engine-types v0.1.2
24802026-07-31T17:22:22.374Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24812026-07-31T17:22:22.577Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24822026-07-31T17:22:22.818Z Compiling owo-colors v4.3.0
24832026-07-31T17:22:22.862Z Checking resolv-conf v0.7.6
24842026-07-31T17:22:23.079Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24852026-07-31T17:22:23.247Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24862026-07-31T17:22:23.283Z Checking oxide-update-engine v0.1.2
24872026-07-31T17:22:23.349Z Compiling progenitor-macro v0.14.0
24882026-07-31T17:22:23.511Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24892026-07-31T17:22:23.731Z Checking unicode-linebreak v0.1.5
24902026-07-31T17:22:23.766Z Checking smawk v0.3.2
24912026-07-31T17:22:23.900Z Checking papergrid v0.11.0
24922026-07-31T17:22:23.933Z Compiling tabled_derive v0.7.0
24932026-07-31T17:22:23.972Z Compiling convert_case v0.10.0
24942026-07-31T17:22:24.298Z Compiling slog-dtrace v0.3.0
24952026-07-31T17:22:24.395Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24962026-07-31T17:22:24.430Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24972026-07-31T17:22:24.548Z Compiling derive_more-impl v2.1.1
24982026-07-31T17:22:24.771Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24992026-07-31T17:22:24.887Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25002026-07-31T17:22:24.922Z Checking tabled v0.15.0
25012026-07-31T17:22:25.417Z Checking derive_more v2.1.1
25022026-07-31T17:22:25.454Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25032026-07-31T17:22:25.552Z Checking crossterm v0.29.0
25042026-07-31T17:22:25.752Z Checking linked-hash-map v0.5.6
25052026-07-31T17:22:25.948Z Checking lru-cache v0.1.2
25062026-07-31T17:22:26.240Z Checking hickory-proto v0.24.4
25072026-07-31T17:22:26.317Z Checking fd-lock v4.0.4
25082026-07-31T17:22:26.922Z Checking vte v0.14.1
25092026-07-31T17:22:27.146Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25102026-07-31T17:22:27.206Z Checking display-error-chain v0.2.2
25112026-07-31T17:22:27.308Z Checking strip-ansi-escapes v0.2.1
25122026-07-31T17:22:27.515Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25132026-07-31T17:22:27.990Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25142026-07-31T17:22:28.303Z Checking progenitor v0.14.0
25152026-07-31T17:22:28.473Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25162026-07-31T17:22:28.734Z Checking nu-ansi-term v0.50.3
25172026-07-31T17:22:28.768Z Checking termtree v0.5.1
25182026-07-31T17:22:28.929Z Checking hickory-resolver v0.24.4
25192026-07-31T17:22:28.996Z Checking reedline v0.40.0
25202026-07-31T17:22:29.036Z Checking textwrap v0.16.2
25212026-07-31T17:22:29.266Z Compiling minimal-lexical v0.2.1
25222026-07-31T17:22:29.446Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-07-31T17:22:29.546Z Compiling nom v7.1.3
25242026-07-31T17:22:29.721Z Checking qorb v0.4.1
25252026-07-31T17:22:29.974Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-07-31T17:22:30.148Z Compiling unicode-xid v0.2.6
25272026-07-31T17:22:30.183Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282026-07-31T17:22:30.827Z Compiling ar_archive_writer v0.5.1
25292026-07-31T17:22:30.863Z Checking csv-core v0.1.13
25302026-07-31T17:22:30.940Z Compiling stacker v0.1.23
25312026-07-31T17:22:30.975Z Compiling semver v0.1.20
25322026-07-31T17:22:31.067Z Checking csv v1.4.0
25332026-07-31T17:22:31.171Z Checking highway v1.3.0
25342026-07-31T17:22:31.205Z Compiling cfg_aliases v0.1.1
25352026-07-31T17:22:31.283Z Compiling rustc_version v0.1.7
25362026-07-31T17:22:31.317Z Compiling nix v0.28.0
25372026-07-31T17:22:31.320Z Checking nibble_vec v0.1.0
25382026-07-31T17:22:31.424Z Checking endian-type v0.1.2
25392026-07-31T17:22:31.462Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25402026-07-31T17:22:31.497Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25412026-07-31T17:22:31.568Z Compiling newtype_derive v0.1.6
25422026-07-31T17:22:31.620Z Checking radix_trie v0.2.1
25432026-07-31T17:22:31.738Z Compiling psm v0.1.30
25442026-07-31T17:22:31.807Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25452026-07-31T17:22:31.849Z Checking phf_shared v0.12.1
25462026-07-31T17:22:31.883Z Checking nom v8.0.0
25472026-07-31T17:22:31.980Z Compiling recursive-proc-macro-impl v0.1.1
25482026-07-31T17:22:32.022Z Compiling chrono-tz v0.10.4
25492026-07-31T17:22:32.314Z Checking phf v0.12.1
25502026-07-31T17:22:32.467Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25512026-07-31T17:22:32.501Z Compiling const_format_proc_macros v0.2.34
25522026-07-31T17:22:32.536Z Compiling peg-macros v0.8.5
25532026-07-31T17:22:32.721Z Checking recursive v0.1.1
25542026-07-31T17:22:32.848Z Checking winnow v0.6.26
25552026-07-31T17:22:32.902Z Compiling sqlparser_derive v0.5.0
25562026-07-31T17:22:32.989Z Checking home v0.5.12
25572026-07-31T17:22:33.127Z Checking unicode_categories v0.1.1
25582026-07-31T17:22:33.329Z Checking rustyline v14.0.0
25592026-07-31T17:22:33.356Z Checking const_format v0.2.35
25602026-07-31T17:22:33.701Z Checking sqlparser v0.61.0
25612026-07-31T17:22:33.859Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25622026-07-31T17:22:33.903Z Checking peg v0.8.5
25632026-07-31T17:22:34.001Z Checking bcs v0.1.6
25642026-07-31T17:22:34.036Z Checking sqlformat v0.3.5
25652026-07-31T17:22:34.039Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25662026-07-31T17:22:34.168Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25672026-07-31T17:22:34.257Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25682026-07-31T17:22:34.488Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25692026-07-31T17:22:34.621Z Checking steno v0.4.1
25702026-07-31T17:22:34.763Z Checking sha1 v0.10.6
25712026-07-31T17:22:34.961Z Checking filetime v0.2.27
25722026-07-31T17:22:35.129Z Checking xattr v1.6.1
25732026-07-31T17:22:35.290Z Checking tar v0.4.46
25742026-07-31T17:22:35.486Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25752026-07-31T17:22:35.669Z Checking subprocess v0.2.15
25762026-07-31T17:22:35.705Z Checking headers-core v0.3.0
25772026-07-31T17:22:35.801Z Checking yasna v0.5.2
25782026-07-31T17:22:35.843Z Checking headers v0.4.1
25792026-07-31T17:22:35.967Z Checking port-file v0.1.0
25802026-07-31T17:22:36.003Z Checking tagptr v0.2.0
25812026-07-31T17:22:36.149Z Checking rcgen v0.12.1
25822026-07-31T17:22:36.185Z Checking moka v0.12.13
25832026-07-31T17:22:36.188Z Checking dropshot-api-manager-types v0.7.2
25842026-07-31T17:22:36.318Z Checking utf-8 v0.7.6
25852026-07-31T17:22:36.496Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25862026-07-31T17:22:36.547Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25872026-07-31T17:22:36.688Z Checking tungstenite v0.21.0
25882026-07-31T17:22:36.865Z Checking hickory-resolver v0.25.2
25892026-07-31T17:22:37.016Z Compiling libefi-sys v0.1.0
25902026-07-31T17:22:37.158Z Checking tokio-tungstenite v0.21.0
25912026-07-31T17:22:37.275Z Compiling bitfield-struct v0.6.2
25922026-07-31T17:22:37.478Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25932026-07-31T17:22:37.536Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25942026-07-31T17:22:37.611Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25952026-07-31T17:22:37.941Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25962026-07-31T17:22:37.945Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25972026-07-31T17:22:38.008Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25982026-07-31T17:22:38.045Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25992026-07-31T17:22:38.121Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26002026-07-31T17:22:38.158Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26012026-07-31T17:22:38.161Z Compiling xshell-macros v0.2.7
26022026-07-31T17:22:38.231Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26032026-07-31T17:22:38.296Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26042026-07-31T17:22:38.381Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26052026-07-31T17:22:38.485Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26062026-07-31T17:22:38.592Z Checking xshell v0.2.7
26072026-07-31T17:22:38.847Z Checking half v1.8.3
26082026-07-31T17:22:38.880Z Checking libscf-sys v1.2.0
26092026-07-31T17:22:38.974Z Compiling proc-macro-error-attr2 v2.0.0
26102026-07-31T17:22:39.039Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26112026-07-31T17:22:39.071Z Checking serde_cbor v0.11.2
26122026-07-31T17:22:39.267Z Checking papergrid v0.17.0
26132026-07-31T17:22:39.299Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26142026-07-31T17:22:39.390Z Compiling proc-macro-error2 v2.0.1
26152026-07-31T17:22:39.476Z Checking testing_table v0.3.0
26162026-07-31T17:22:39.584Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26172026-07-31T17:22:39.598Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26182026-07-31T17:22:39.724Z Compiling tabled_derive v0.11.0
26192026-07-31T17:22:40.085Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26202026-07-31T17:22:40.355Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26212026-07-31T17:22:40.389Z Checking maplit v1.0.2
26222026-07-31T17:22:40.393Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26232026-07-31T17:22:40.500Z Checking crc8 v0.1.1
26242026-07-31T17:22:40.570Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26252026-07-31T17:22:40.625Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26262026-07-31T17:22:40.899Z Checking tabled v0.20.0
26272026-07-31T17:22:41.044Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26282026-07-31T17:22:41.149Z Checking unicase v2.9.0
26292026-07-31T17:22:41.303Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26302026-07-31T17:22:41.338Z Checking fxhash v0.2.1
26312026-07-31T17:22:41.342Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26322026-07-31T17:22:41.553Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26332026-07-31T17:22:41.677Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26342026-07-31T17:22:41.814Z Compiling darling_core v0.21.3
26352026-07-31T17:22:41.978Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26362026-07-31T17:22:42.110Z Compiling vergen-lib v0.1.6
26372026-07-31T17:22:42.212Z Compiling diesel_derives v2.3.7
26382026-07-31T17:22:42.307Z Checking scheduled-thread-pool v0.2.7
26392026-07-31T17:22:42.383Z Compiling vergen-gitcl v1.0.8
26402026-07-31T17:22:42.463Z Compiling diesel_table_macro_syntax v0.3.0
26412026-07-31T17:22:42.496Z Checking r2d2 v0.8.10
26422026-07-31T17:22:42.703Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26432026-07-31T17:22:42.736Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26442026-07-31T17:22:43.037Z Checking downcast-rs v2.0.2
26452026-07-31T17:22:43.106Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26462026-07-31T17:22:43.109Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26472026-07-31T17:22:43.401Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26482026-07-31T17:22:43.583Z Checking kstat-rs v0.2.4
26492026-07-31T17:22:43.617Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26502026-07-31T17:22:43.663Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26512026-07-31T17:22:43.699Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26522026-07-31T17:22:43.798Z Checking arc-swap v1.8.2
26532026-07-31T17:22:43.876Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26542026-07-31T17:22:44.056Z Checking slog-scope v4.4.1
26552026-07-31T17:22:44.247Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26562026-07-31T17:22:44.343Z Compiling darling_macro v0.21.3
26572026-07-31T17:22:44.511Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26582026-07-31T17:22:44.547Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26592026-07-31T17:22:44.851Z Compiling dirs-sys-next v0.1.2
26602026-07-31T17:22:44.885Z Compiling darling v0.21.3
26612026-07-31T17:22:45.005Z Compiling dsl_auto_type v0.2.0
26622026-07-31T17:22:45.053Z Compiling parking_lot_core v0.8.6
26632026-07-31T17:22:45.157Z Compiling crunchy v0.2.4
26642026-07-31T17:22:45.378Z Compiling dirs-next v2.0.0
26652026-07-31T17:22:45.430Z Checking slog-stdlog v4.1.1
26662026-07-31T17:22:45.510Z Compiling clang-sys v1.8.1
26672026-07-31T17:22:45.545Z Compiling git-stub v1.0.0
26682026-07-31T17:22:45.587Z Compiling tiny-keccak v2.0.2
26692026-07-31T17:22:45.620Z Checking slog-envlogger v2.2.0
26702026-07-31T17:22:45.799Z Compiling git-stub-vcs v0.1.0
26712026-07-31T17:22:45.897Z Compiling term v0.7.0
26722026-07-31T17:22:45.994Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26732026-07-31T17:22:46.037Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26742026-07-31T17:22:46.154Z Compiling bit-vec v0.6.3
26752026-07-31T17:22:46.203Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26762026-07-31T17:22:46.345Z Compiling bit-set v0.5.3
26772026-07-31T17:22:46.406Z Compiling ascii-canvas v3.0.0
26782026-07-31T17:22:46.439Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26792026-07-31T17:22:46.470Z Checking parking_lot v0.11.2
26802026-07-31T17:22:46.684Z Checking prefix-trie v0.7.0
26812026-07-31T17:22:46.762Z Compiling itertools v0.10.5
26822026-07-31T17:22:46.794Z Compiling ena v0.14.4
26832026-07-31T17:22:46.797Z Compiling libloading v0.8.9
26842026-07-31T17:22:47.003Z Compiling regex-syntax v0.6.29
26852026-07-31T17:22:47.037Z Compiling diff v0.1.13
26862026-07-31T17:22:47.069Z Compiling bindgen v0.71.1
26872026-07-31T17:22:47.072Z Checking hickory-server v0.25.2
26882026-07-31T17:22:47.391Z Checking sled v0.34.7
26892026-07-31T17:22:47.526Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26902026-07-31T17:22:47.906Z Compiling cexpr v0.6.0
26912026-07-31T17:22:48.140Z Checking nanorand v0.7.0
26922026-07-31T17:22:48.375Z Compiling lalrpop v0.19.12
26932026-07-31T17:22:48.411Z Compiling salty v0.3.0
26942026-07-31T17:22:48.597Z Compiling rustc-hash v2.1.1
26952026-07-31T17:22:48.632Z Checking flume v0.11.1
26962026-07-31T17:22:48.726Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26972026-07-31T17:22:48.759Z Compiling libxml v0.3.3
26982026-07-31T17:22:49.116Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26992026-07-31T17:22:49.280Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27002026-07-31T17:22:49.561Z Compiling strum_macros v0.24.3
27012026-07-31T17:22:49.878Z Compiling indoc v1.0.9
27022026-07-31T17:22:50.347Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27032026-07-31T17:22:50.530Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27042026-07-31T17:22:50.568Z Compiling progenitor-impl v0.13.0
27052026-07-31T17:22:50.898Z Checking quick-xml v0.37.5
27062026-07-31T17:22:50.932Z Checking derive_builder v0.20.2
27072026-07-31T17:22:50.935Z Checking diesel v2.3.7
27082026-07-31T17:22:50.935Z Compiling oso-derive v0.27.3
27092026-07-31T17:22:51.137Z Compiling impl-trait-for-tuples v0.2.3
27102026-07-31T17:22:51.456Z Compiling trait-variant v0.1.2
27112026-07-31T17:22:51.811Z Checking assert_matches v1.5.0
27122026-07-31T17:22:51.913Z Checking openssl-probe v0.1.6
27132026-07-31T17:22:52.090Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27142026-07-31T17:22:52.136Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27152026-07-31T17:22:52.702Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27162026-07-31T17:22:52.942Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27172026-07-31T17:22:53.205Z Compiling progenitor-macro v0.13.0
27182026-07-31T17:22:53.334Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27192026-07-31T17:22:53.958Z Checking progenitor-client v0.13.0
27202026-07-31T17:22:54.241Z Checking rfc6979 v0.4.0
27212026-07-31T17:22:54.395Z Checking ecdsa v0.16.9
27222026-07-31T17:22:54.445Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27232026-07-31T17:22:54.722Z Checking primeorder v0.13.6
27242026-07-31T17:22:54.773Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27252026-07-31T17:22:55.002Z Checking p384 v0.13.1
27262026-07-31T17:22:55.423Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27272026-07-31T17:22:55.458Z Checking predicates-tree v1.0.13
27282026-07-31T17:22:55.602Z Checking bb8 v0.8.6
27292026-07-31T17:22:55.649Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27302026-07-31T17:22:56.007Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27312026-07-31T17:22:56.109Z Compiling mime_guess v2.0.5
27322026-07-31T17:22:56.228Z Checking http-range v0.1.5
27332026-07-31T17:22:56.637Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27342026-07-31T17:22:56.752Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27352026-07-31T17:22:57.057Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27362026-07-31T17:22:57.091Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27372026-07-31T17:22:57.285Z Checking nonempty v0.12.0
27382026-07-31T17:22:57.329Z Checking corncobs v0.1.4
27392026-07-31T17:22:57.513Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27402026-07-31T17:22:57.558Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27412026-07-31T17:22:57.936Z Checking ignore v0.4.25
27422026-07-31T17:22:58.200Z Checking progenitor v0.13.0
27432026-07-31T17:22:58.203Z Checking secrecy v0.8.0
27442026-07-31T17:22:58.343Z Checking hyper-staticfile v0.10.1
27452026-07-31T17:22:58.377Z Checking globwalk v0.9.1
27462026-07-31T17:22:58.623Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27472026-07-31T17:22:58.665Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27482026-07-31T17:22:58.942Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27492026-07-31T17:22:58.987Z Checking signal-hook-tokio v0.3.1
27502026-07-31T17:22:59.150Z Compiling fs-err v2.11.0
27512026-07-31T17:22:59.218Z Compiling illumos-nvpair-sys v0.2.0
27522026-07-31T17:22:59.483Z Checking camino-tempfile-ext v0.3.3
27532026-07-31T17:22:59.516Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27542026-07-31T17:22:59.552Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27552026-07-31T17:22:59.714Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27562026-07-31T17:23:00.352Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27572026-07-31T17:23:00.533Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27582026-07-31T17:23:00.857Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27592026-07-31T17:23:00.895Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27602026-07-31T17:23:01.241Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27612026-07-31T17:23:01.296Z Checking parse-size v1.1.0
27622026-07-31T17:23:01.451Z Checking illumos-nvpair v0.3.0
27632026-07-31T17:23:01.679Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27642026-07-31T17:23:01.682Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27652026-07-31T17:23:01.815Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27662026-07-31T17:23:02.181Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27672026-07-31T17:23:02.249Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27682026-07-31T17:23:02.514Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27692026-07-31T17:23:02.547Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27702026-07-31T17:23:02.584Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27712026-07-31T17:23:02.753Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27722026-07-31T17:23:02.889Z Checking tungstenite v0.23.0
27732026-07-31T17:23:03.039Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27742026-07-31T17:23:03.075Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27752026-07-31T17:23:03.348Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27762026-07-31T17:23:03.440Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27772026-07-31T17:23:04.886Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27782026-07-31T17:23:05.077Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27792026-07-31T17:23:05.172Z Checking async-bb8-diesel v0.2.1
27802026-07-31T17:23:05.434Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27812026-07-31T17:23:05.570Z Checking diesel-dtrace v0.5.0
27822026-07-31T17:23:05.848Z Checking tokio-tungstenite v0.23.1
27832026-07-31T17:23:06.154Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27842026-07-31T17:23:06.208Z Checking void v1.0.2
27852026-07-31T17:23:06.350Z Checking lzss v0.8.2
27862026-07-31T17:23:06.500Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27872026-07-31T17:23:06.584Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27882026-07-31T17:23:06.778Z Checking nix v0.27.1
27892026-07-31T17:23:06.986Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27902026-07-31T17:23:07.292Z Checking rand_seeder v0.4.0
27912026-07-31T17:23:07.324Z Checking serde_bytes v0.11.19
27922026-07-31T17:23:07.390Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27932026-07-31T17:23:07.470Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27942026-07-31T17:23:07.543Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27952026-07-31T17:23:07.660Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27962026-07-31T17:23:07.702Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27972026-07-31T17:23:08.104Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27982026-07-31T17:23:08.399Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27992026-07-31T17:23:08.697Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28002026-07-31T17:23:08.741Z Checking yansi v1.0.1
28012026-07-31T17:23:08.929Z Checking cpubits v0.1.1
28022026-07-31T17:23:08.965Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28032026-07-31T17:23:09.058Z Checking is_ci v1.2.0
28042026-07-31T17:23:09.277Z Checking pretty_assertions v1.4.1
28052026-07-31T17:23:09.282Z Checking sha2 v0.11.0
28062026-07-31T17:23:09.363Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28072026-07-31T17:23:09.589Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
28082026-07-31T17:23:09.979Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28092026-07-31T17:23:10.706Z Checking pem-rfc7468 v1.0.0
28102026-07-31T17:23:10.911Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28112026-07-31T17:23:11.188Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28122026-07-31T17:23:11.267Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28132026-07-31T17:23:11.416Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28142026-07-31T17:23:11.659Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28152026-07-31T17:23:11.703Z Checking hmac v0.13.0
28162026-07-31T17:23:11.895Z Checking universal-hash v0.6.1
28172026-07-31T17:23:11.930Z Compiling libz-sys v1.1.24
28182026-07-31T17:23:12.007Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28192026-07-31T17:23:12.052Z Compiling instability v0.3.11
28202026-07-31T17:23:12.230Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28212026-07-31T17:23:12.395Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28222026-07-31T17:23:12.440Z Checking castaway v0.2.4
28232026-07-31T17:23:12.443Z Compiling indoc v2.0.7
28242026-07-31T17:23:12.589Z Checking compact_str v0.8.1
28252026-07-31T17:23:13.023Z Checking polyval v0.7.1
28262026-07-31T17:23:13.225Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28272026-07-31T17:23:13.442Z Checking der v0.8.0
28282026-07-31T17:23:13.551Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28292026-07-31T17:23:13.716Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28302026-07-31T17:23:13.776Z Checking unicode-truncate v1.1.0
28312026-07-31T17:23:13.941Z Checking lru v0.12.5
28322026-07-31T17:23:13.977Z Compiling libgit2-sys v0.18.3+1.9.2
28332026-07-31T17:23:13.980Z Checking cassowary v0.3.0
28342026-07-31T17:23:14.223Z Checking ghash v0.6.0
28352026-07-31T17:23:14.258Z Checking ratatui v0.29.0
28362026-07-31T17:23:14.380Z Checking pbkdf2 v0.13.0
28372026-07-31T17:23:14.455Z Checking aes v0.9.1
28382026-07-31T17:23:14.526Z Checking crypto-bigint v0.7.5
28392026-07-31T17:23:14.887Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28402026-07-31T17:23:15.586Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28412026-07-31T17:23:15.835Z Checking ctr v0.10.1
28422026-07-31T17:23:16.045Z Checking aead v0.6.1
28432026-07-31T17:23:16.141Z Checking cargo-platform v0.3.2
28442026-07-31T17:23:16.216Z Checking aes-gcm v0.11.0
28452026-07-31T17:23:16.354Z Checking cargo_metadata v0.23.1
28462026-07-31T17:23:16.412Z Checking spki v0.8.0
28472026-07-31T17:23:16.650Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28482026-07-31T17:23:16.788Z Checking supports-color v3.0.2
28492026-07-31T17:23:16.952Z Checking console v0.16.2
28502026-07-31T17:23:17.159Z Checking salsa20 v0.11.0
28512026-07-31T17:23:17.298Z Compiling vergen-git2 v9.1.0
28522026-07-31T17:23:17.331Z Checking plotters-backend v0.3.7
28532026-07-31T17:23:17.518Z Checking unit-prefix v0.5.2
28542026-07-31T17:23:17.563Z Checking plotters-svg v0.3.7
28552026-07-31T17:23:17.682Z Checking indicatif v0.18.4
28562026-07-31T17:23:17.779Z Checking scrypt v0.12.0
28572026-07-31T17:23:17.975Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28582026-07-31T17:23:18.069Z Checking cbc v0.2.1
28592026-07-31T17:23:18.100Z Checking libsw-core v0.3.2
28602026-07-31T17:23:18.194Z Checking cast v0.3.0
28612026-07-31T17:23:18.235Z Checking pkcs5 v0.8.1
28622026-07-31T17:23:18.279Z Checking libsw v3.5.0
28632026-07-31T17:23:18.378Z Checking criterion-plot v0.6.0
28642026-07-31T17:23:18.513Z Checking plotters v0.3.7
28652026-07-31T17:23:18.558Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28662026-07-31T17:23:18.648Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28672026-07-31T17:23:18.869Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28682026-07-31T17:23:19.091Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28692026-07-31T17:23:19.286Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28702026-07-31T17:23:19.321Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28712026-07-31T17:23:19.507Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28722026-07-31T17:23:19.543Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28732026-07-31T17:23:19.576Z Checking colored v2.2.0
28742026-07-31T17:23:19.727Z Checking tinytemplate v1.2.1
28752026-07-31T17:23:19.803Z Checking shell-words v1.1.1
28762026-07-31T17:23:19.957Z Checking anes v0.1.6
28772026-07-31T17:23:19.992Z Checking oorandom v11.1.5
28782026-07-31T17:23:20.170Z Checking criterion v0.7.0
28792026-07-31T17:23:20.210Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28802026-07-31T17:23:20.471Z Checking pkcs8 v0.11.0
28812026-07-31T17:23:20.706Z Checking oxide-update-engine-display v0.1.2
28822026-07-31T17:23:21.048Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28832026-07-31T17:23:21.413Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28842026-07-31T17:23:21.881Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28852026-07-31T17:23:22.000Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28862026-07-31T17:23:22.815Z Checking tokio-test v0.4.5
28872026-07-31T17:23:23.048Z Checking ff v0.14.0
28882026-07-31T17:23:23.218Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28892026-07-31T17:23:23.441Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28902026-07-31T17:23:23.854Z Checking twox-hash v2.1.2
28912026-07-31T17:23:24.190Z Checking atty v0.2.14
28922026-07-31T17:23:24.320Z Checking arrayvec v0.7.6
28932026-07-31T17:23:24.541Z Checking arrayref v0.3.9
28942026-07-31T17:23:24.648Z Checking constant_time_eq v0.4.2
28952026-07-31T17:23:24.867Z Checking group v0.14.0
28962026-07-31T17:23:25.052Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28972026-07-31T17:23:25.255Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28982026-07-31T17:23:25.298Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28992026-07-31T17:23:26.005Z Checking fatfs v0.3.6
29002026-07-31T17:23:26.299Z Checking signature v3.0.0
29012026-07-31T17:23:26.486Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29022026-07-31T17:23:26.528Z Compiling seq-macro v0.3.6
29032026-07-31T17:23:26.586Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29042026-07-31T17:23:26.762Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29052026-07-31T17:23:26.831Z Checking base16ct v1.0.0
29062026-07-31T17:23:26.986Z Checking sec1 v0.8.1
29072026-07-31T17:23:27.050Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29082026-07-31T17:23:27.213Z Checking hkdf v0.13.0
29092026-07-31T17:23:27.376Z Checking concurrent-queue v2.5.0
29102026-07-31T17:23:27.591Z Compiling petname v2.0.2
29112026-07-31T17:23:27.824Z Checking parking v2.2.1
29122026-07-31T17:23:27.974Z Checking event-listener v5.4.1
29132026-07-31T17:23:28.041Z Checking elliptic-curve v0.14.1
29142026-07-31T17:23:28.221Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29152026-07-31T17:23:28.256Z Checking rtoolbox v0.0.3
29162026-07-31T17:23:28.413Z Checking rpassword v7.5.4
29172026-07-31T17:23:28.604Z Checking event-listener-strategy v0.5.4
29182026-07-31T17:23:28.768Z Checking wnaf v0.14.0
29192026-07-31T17:23:28.879Z Checking primefield v0.14.0
29202026-07-31T17:23:28.955Z Compiling samael v0.0.19
29212026-07-31T17:23:28.988Z Checking rfc6979 v0.6.0
29222026-07-31T17:23:29.108Z Checking tui-tree-widget v0.23.1
29232026-07-31T17:23:29.160Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29242026-07-31T17:23:29.323Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29252026-07-31T17:23:29.515Z Checking sapling-renderdag v0.1.0
29262026-07-31T17:23:29.791Z Compiling blake3 v1.8.5
29272026-07-31T17:23:30.150Z Checking futures-timer v3.0.3
29282026-07-31T17:23:30.184Z Checking sync-ptr v0.1.4
29292026-07-31T17:23:30.363Z Checking ecdsa v0.17.0
29302026-07-31T17:23:30.783Z Checking primeorder v0.14.0
29312026-07-31T17:23:30.829Z Checking async-lock v3.4.2
29322026-07-31T17:23:31.170Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29332026-07-31T17:23:31.203Z Compiling curve25519-dalek v5.0.0
29342026-07-31T17:23:31.238Z Checking async-object-pool v0.2.0
29352026-07-31T17:23:31.372Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29362026-07-31T17:23:31.724Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29372026-07-31T17:23:31.805Z Checking ssh-encoding v0.3.0
29382026-07-31T17:23:32.064Z Checking serde_regex v1.1.0
29392026-07-31T17:23:32.252Z Checking assert-json-diff v2.0.2
29402026-07-31T17:23:32.457Z Checking path-tree v0.8.3
29412026-07-31T17:23:32.673Z Checking keccak v0.2.0
29422026-07-31T17:23:32.715Z Checking stringmetrics v2.2.2
29432026-07-31T17:23:32.861Z Compiling strsim v0.10.0
29442026-07-31T17:23:32.898Z Checking topological-sort v0.2.2
29452026-07-31T17:23:33.066Z Checking omicron-zone-package v0.12.3
29462026-07-31T17:23:33.211Z Compiling darling_core v0.13.4
29472026-07-31T17:23:33.974Z Checking httpmock v0.8.3
29482026-07-31T17:23:34.079Z Checking ed25519 v3.0.0
29492026-07-31T17:23:34.309Z Checking crypto-primes v0.7.2
29502026-07-31T17:23:34.885Z Checking pkcs1 v0.8.0-rc.4
29512026-07-31T17:23:35.073Z Checking poly1305 v0.9.0
29522026-07-31T17:23:35.119Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29532026-07-31T17:23:35.282Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29542026-07-31T17:23:35.369Z Checking blowfish v0.10.0
29552026-07-31T17:23:35.551Z Checking blake2 v0.11.0-rc.6
29562026-07-31T17:23:35.585Z Compiling target-lexicon v0.13.3
29572026-07-31T17:23:35.834Z Checking gimli v0.32.3
29582026-07-31T17:23:35.945Z Checking argon2 v0.6.0-rc.8
29592026-07-31T17:23:36.150Z Checking bcrypt-pbkdf v0.11.0
29602026-07-31T17:23:36.183Z Checking ssh-cipher v0.3.0
29612026-07-31T17:23:36.288Z Checking rsa v0.10.0-rc.18
29622026-07-31T17:23:36.336Z Compiling darling_macro v0.13.4
29632026-07-31T17:23:36.421Z Checking ed25519-dalek v3.0.0
29642026-07-31T17:23:36.684Z Checking sha3 v0.11.0
29652026-07-31T17:23:36.856Z Checking p384 v0.14.0
29662026-07-31T17:23:37.056Z Checking p256 v0.14.0
29672026-07-31T17:23:37.408Z Checking addr2line v0.25.1
29682026-07-31T17:23:37.699Z Checking p521 v0.14.0
29692026-07-31T17:23:37.823Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29702026-07-31T17:23:38.090Z Checking kem v0.3.0
29712026-07-31T17:23:38.237Z Checking module-lattice v0.2.3
29722026-07-31T17:23:38.491Z Checking rustc-demangle v0.1.27
29732026-07-31T17:23:38.680Z Checking sponge-cursor v0.1.0
29742026-07-31T17:23:38.746Z Checking hex-literal v0.4.1
29752026-07-31T17:23:38.838Z Compiling guppy-workspace-hack v0.1.0
29762026-07-31T17:23:38.870Z Checking sha3 v0.12.0
29772026-07-31T17:23:38.873Z Checking backtrace v0.3.76
29782026-07-31T17:23:39.090Z Checking ml-kem v0.3.2
29792026-07-31T17:23:39.122Z Compiling darling v0.13.4
29802026-07-31T17:23:39.259Z Checking russh-cryptovec v0.62.0
29812026-07-31T17:23:39.450Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29822026-07-31T17:23:39.482Z Checking internal-russh-num-bigint v0.5.0
29832026-07-31T17:23:39.667Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
29842026-07-31T17:23:39.842Z Checking num-bigint v0.4.6
29852026-07-31T17:23:39.877Z Checking russh-util v0.52.0
29862026-07-31T17:23:40.031Z Checking generic-array v1.4.3
29872026-07-31T17:23:40.340Z Compiling enum_dispatch v0.3.13
29882026-07-31T17:23:40.621Z Compiling delegate v0.13.5
29892026-07-31T17:23:40.686Z Checking ssh-key v0.7.0-rc.11
29902026-07-31T17:23:40.780Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29912026-07-31T17:23:41.218Z Checking md5 v0.8.0
29922026-07-31T17:23:41.314Z Compiling target-spec v3.5.7
29932026-07-31T17:23:41.413Z Checking hex-literal v1.1.0
29942026-07-31T17:23:41.549Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29952026-07-31T17:23:41.618Z Checking russh v0.62.4
29962026-07-31T17:23:41.718Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
29972026-07-31T17:23:41.796Z Checking cfg-expr v0.20.6
29982026-07-31T17:23:41.991Z Compiling git2 v0.20.4
29992026-07-31T17:23:42.217Z Compiling serde_with_macros v1.5.2
30002026-07-31T17:23:42.250Z Checking backtrace-ext v0.2.1
30012026-07-31T17:23:42.500Z Checking supports-color v2.1.0
30022026-07-31T17:23:42.666Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
30032026-07-31T17:23:42.956Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30042026-07-31T17:23:43.102Z Checking textwrap v0.15.2
30052026-07-31T17:23:43.342Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30062026-07-31T17:23:43.694Z Checking supports-hyperlinks v2.1.0
30072026-07-31T17:23:43.842Z Checking supports-unicode v2.1.0
30082026-07-31T17:23:43.988Z Checking hashbrown v0.14.5
30092026-07-31T17:23:44.022Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30102026-07-31T17:23:44.061Z Checking digest-io v0.1.0
30112026-07-31T17:23:44.257Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30122026-07-31T17:23:44.488Z Checking socket2 v0.5.10
30132026-07-31T17:23:44.521Z Checking terminal_size v0.1.17
30142026-07-31T17:23:44.661Z Compiling miette-derive v5.10.0
30152026-07-31T17:23:44.772Z Checking internet-checksum v0.2.1
30162026-07-31T17:23:44.823Z Checking owo-colors v3.5.0
30172026-07-31T17:23:44.924Z Checking rawzip v0.4.4
30182026-07-31T17:23:44.958Z Checking chumsky v0.9.3
30192026-07-31T17:23:45.322Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30202026-07-31T17:23:45.387Z Compiling serde_with v1.14.0
30212026-07-31T17:23:45.420Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
30222026-07-31T17:23:45.797Z Checking miette v5.10.0
30232026-07-31T17:23:45.913Z Compiling polar-core v0.27.3
30242026-07-31T17:23:46.303Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-07-31T17:23:46.541Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30262026-07-31T17:23:46.575Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30272026-07-31T17:23:46.738Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30282026-07-31T17:23:46.947Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30292026-07-31T17:23:47.159Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30302026-07-31T17:23:47.162Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30312026-07-31T17:23:47.312Z Compiling knuffel-derive v3.2.0
30322026-07-31T17:23:47.360Z Checking httptest v0.16.4
30332026-07-31T17:23:47.455Z Checking pathdiff v0.2.3
30342026-07-31T17:23:47.591Z Checking nested v0.1.1
30352026-07-31T17:23:47.754Z Checking guppy v0.17.25
30362026-07-31T17:23:47.757Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30372026-07-31T17:23:48.037Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30382026-07-31T17:23:48.319Z Checking similar-asserts v1.7.0
30392026-07-31T17:23:48.502Z Compiling target-triple v1.0.0
30402026-07-31T17:23:48.706Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30412026-07-31T17:23:48.809Z Checking knuffel v3.2.0
30422026-07-31T17:23:48.893Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30432026-07-31T17:23:49.403Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30442026-07-31T17:23:49.453Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30452026-07-31T17:23:49.492Z Checking hickory-client v0.25.2
30462026-07-31T17:23:49.817Z Compiling assert_cmd v2.1.2
30472026-07-31T17:23:50.083Z Checking escape8259 v0.5.3
30482026-07-31T17:23:50.249Z Checking libtest-mimic v0.8.1
30492026-07-31T17:23:50.520Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30502026-07-31T17:23:50.568Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30512026-07-31T17:23:50.657Z Checking blake2b_simd v1.0.4
30522026-07-31T17:23:50.874Z Checking oso v0.27.3
30532026-07-31T17:23:51.076Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30542026-07-31T17:23:51.264Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30552026-07-31T17:23:51.519Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30562026-07-31T17:23:51.705Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30572026-07-31T17:23:51.744Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30582026-07-31T17:23:51.792Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30592026-07-31T17:23:51.958Z Checking fancy-regex v0.14.0
30602026-07-31T17:23:51.990Z Checking serde_tokenstream v0.2.3
30612026-07-31T17:23:52.084Z Checking approx v0.5.1
30622026-07-31T17:23:52.214Z Compiling rstest_macros v0.25.0
30632026-07-31T17:23:52.250Z Checking uzers v0.12.2
30642026-07-31T17:23:52.254Z Compiling linkme-impl v0.3.35
30652026-07-31T17:23:52.337Z Checking constant_time_eq v0.3.1
30662026-07-31T17:23:52.470Z Checking termcolor v1.4.1
30672026-07-31T17:23:52.503Z Checking rust-argon2 v2.1.0
30682026-07-31T17:23:52.643Z Checking datatest-stable v0.3.3
30692026-07-31T17:23:52.717Z Checking trybuild v1.0.116
30702026-07-31T17:23:52.917Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30712026-07-31T17:23:52.985Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30722026-07-31T17:23:53.207Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30732026-07-31T17:23:53.271Z Checking support-bundle-viewer v0.1.2
30742026-07-31T17:23:53.337Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30752026-07-31T17:23:53.539Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30762026-07-31T17:23:53.572Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30772026-07-31T17:23:53.763Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30782026-07-31T17:23:53.801Z Checking drift v0.2.0
30792026-07-31T17:23:53.989Z Checking rand_distr v0.5.1
30802026-07-31T17:23:54.089Z Checking multimap v0.10.1
30812026-07-31T17:23:54.187Z Compiling relative-path v1.9.3
30822026-07-31T17:23:54.302Z Compiling linkme v0.3.35
30832026-07-31T17:23:54.422Z Checking dropshot-api-manager v0.7.2
30842026-07-31T17:23:55.575Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30852026-07-31T17:23:55.981Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30862026-07-31T17:23:56.192Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30872026-07-31T17:23:56.226Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30882026-07-31T17:23:56.438Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30892026-07-31T17:23:56.770Z Checking scuffle v0.1.0
30902026-07-31T17:23:56.808Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30912026-07-31T17:23:57.025Z Checking cargo_toml v0.21.0
30922026-07-31T17:23:57.161Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30932026-07-31T17:23:57.492Z Checking partial-io v0.5.4
30942026-07-31T17:23:57.526Z Checking termios v0.3.3
30952026-07-31T17:23:57.629Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30962026-07-31T17:23:57.885Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30972026-07-31T17:23:58.053Z Checking rstest v0.25.0
30982026-07-31T17:23:59.634Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30992026-07-31T17:24:00.322Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
31002026-07-31T17:24:04.024Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31012026-07-31T17:24:04.817Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31022026-07-31T17:24:05.912Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31032026-07-31T17:24:09.889Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31042026-07-31T17:24:12.043Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31052026-07-31T17:24:13.918Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31062026-07-31T17:24:18.350Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31072026-07-31T17:24:22.688Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31082026-07-31T17:24:26.932Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31092026-07-31T17:24:27.529Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31102026-07-31T17:24:28.402Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31112026-07-31T17:24:28.564Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31122026-07-31T17:24:30.312Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31132026-07-31T17:24:39.776Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31142026-07-31T17:24:59.467Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31152026-07-31T17:25:52.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 07s
31162026-07-31T17:25:52.378Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31172026-07-31T17:25:52.378Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31182026-07-31T17:25:53.012Z
31192026-07-31T17:25:53.012Zreal 4:10.576425730
31202026-07-31T17:25:53.012Zuser 21:31.787345595
31212026-07-31T17:25:53.012Zsys 5:04.355647860
31222026-07-31T17:25:53.012Ztrap 0.521507973
31232026-07-31T17:25:53.012Ztflt 0.437854061
31242026-07-31T17:25:53.012Zdflt 0.692278816
31252026-07-31T17:25:53.015Zkflt 0.006543400
31262026-07-31T17:25:53.015Zlock 1:05:19.873919381
31272026-07-31T17:25:53.015Zslp 59:02.878821559
31282026-07-31T17:25:53.015Zlat 1:49.087020962
31292026-07-31T17:25:53.015Zstop 13:19.850597191
31302026-07-31T17:25:53.015Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31312026-07-31T17:25:53.015Z+ ptime -m cargo doc --workspace --no-deps
31322026-07-31T17:25:53.855Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31332026-07-31T17:25:53.856Z |
31342026-07-31T17:25:53.856Z = 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)`
31352026-07-31T17:25:53.856Z = 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>
31362026-07-31T17:25:54.920Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31372026-07-31T17:25:55.163Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31382026-07-31T17:25:55.208Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31392026-07-31T17:25:55.274Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31402026-07-31T17:25:55.335Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31412026-07-31T17:25:55.438Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31422026-07-31T17:25:55.465Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31432026-07-31T17:25:55.489Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31442026-07-31T17:25:55.547Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31452026-07-31T17:25:55.608Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31462026-07-31T17:25:55.746Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31472026-07-31T17:25:55.772Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31482026-07-31T17:25:55.775Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31492026-07-31T17:25:55.819Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31502026-07-31T17:25:55.857Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31512026-07-31T17:25:55.880Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31522026-07-31T17:25:55.906Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31532026-07-31T17:25:55.956Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31542026-07-31T17:25:55.960Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31552026-07-31T17:25:56.005Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31562026-07-31T17:25:56.274Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31572026-07-31T17:25:56.423Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31582026-07-31T17:25:56.449Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31592026-07-31T17:25:56.492Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31602026-07-31T17:25:56.608Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31612026-07-31T17:25:56.717Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31622026-07-31T17:25:56.746Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31632026-07-31T17:25:56.881Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31642026-07-31T17:25:56.980Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31652026-07-31T17:25:57.025Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31662026-07-31T17:25:57.094Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31672026-07-31T17:25:57.204Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31682026-07-31T17:25:57.278Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31692026-07-31T17:25:57.377Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31702026-07-31T17:25:57.505Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31712026-07-31T17:25:57.570Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31722026-07-31T17:25:57.594Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31732026-07-31T17:25:57.619Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31742026-07-31T17:25:57.820Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31752026-07-31T17:25:57.846Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31762026-07-31T17:25:58.144Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31772026-07-31T17:25:58.171Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31782026-07-31T17:25:58.238Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31792026-07-31T17:25:58.327Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31802026-07-31T17:25:58.357Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31812026-07-31T17:25:58.456Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31822026-07-31T17:25:58.488Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31832026-07-31T17:25:58.581Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31842026-07-31T17:25:58.619Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31852026-07-31T17:25:58.682Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31862026-07-31T17:25:58.740Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31872026-07-31T17:25:58.813Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31882026-07-31T17:25:58.868Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31892026-07-31T17:25:58.904Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31902026-07-31T17:25:58.933Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31912026-07-31T17:25:58.960Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31922026-07-31T17:25:59.006Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31932026-07-31T17:25:59.063Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31942026-07-31T17:25:59.102Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31952026-07-31T17:25:59.130Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31962026-07-31T17:25:59.702Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31972026-07-31T17:25:59.762Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31982026-07-31T17:26:00.157Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31992026-07-31T17:26:00.229Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32002026-07-31T17:26:00.486Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32012026-07-31T17:26:00.670Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32022026-07-31T17:26:00.696Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32032026-07-31T17:26:00.739Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32042026-07-31T17:26:00.992Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32052026-07-31T17:26:01.003Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32062026-07-31T17:26:01.015Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32072026-07-31T17:26:01.042Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32082026-07-31T17:26:01.070Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32092026-07-31T17:26:01.374Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32102026-07-31T17:26:02.188Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32112026-07-31T17:26:02.194Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32122026-07-31T17:26:02.275Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32132026-07-31T17:26:04.701Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32142026-07-31T17:26:04.735Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32152026-07-31T17:26:04.735Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32162026-07-31T17:26:04.735Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32172026-07-31T17:26:04.735Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32182026-07-31T17:26:04.735Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32192026-07-31T17:26:04.735Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32202026-07-31T17:26:04.735Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32212026-07-31T17:26:04.735Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32222026-07-31T17:26:04.735Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32232026-07-31T17:26:04.735Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32242026-07-31T17:26:04.735Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32252026-07-31T17:26:04.735Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32262026-07-31T17:26:04.735Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32272026-07-31T17:26:04.735Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32282026-07-31T17:26:04.735Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32292026-07-31T17:26:04.735Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32302026-07-31T17:26:04.735Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32312026-07-31T17:26:04.735Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32322026-07-31T17:26:04.735Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32332026-07-31T17:26:04.736Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32342026-07-31T17:26:04.736Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32352026-07-31T17:26:04.736Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32362026-07-31T17:26:04.736Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32372026-07-31T17:26:04.736Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32382026-07-31T17:26:04.736Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32392026-07-31T17:26:04.736Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32402026-07-31T17:26:04.736Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32412026-07-31T17:26:04.736Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32422026-07-31T17:26:04.736Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32432026-07-31T17:26:04.736Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32442026-07-31T17:26:06.115Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32452026-07-31T17:26:06.154Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32462026-07-31T17:26:06.154Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32472026-07-31T17:26:06.176Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32482026-07-31T17:26:06.356Z Checking scuffle v0.1.0
32492026-07-31T17:26:06.397Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32502026-07-31T17:26:06.489Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32512026-07-31T17:26:06.769Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32522026-07-31T17:26:07.532Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32532026-07-31T17:26:07.541Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32542026-07-31T17:26:07.771Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32552026-07-31T17:26:07.922Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32562026-07-31T17:26:08.581Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32572026-07-31T17:26:09.089Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32582026-07-31T17:26:09.168Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32592026-07-31T17:26:09.418Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32602026-07-31T17:26:10.173Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32612026-07-31T17:26:10.229Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32622026-07-31T17:26:10.353Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32632026-07-31T17:26:10.619Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32642026-07-31T17:26:10.918Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32652026-07-31T17:26:10.966Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32662026-07-31T17:26:11.077Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32672026-07-31T17:26:11.300Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32682026-07-31T17:26:11.509Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32692026-07-31T17:26:12.155Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32702026-07-31T17:26:12.235Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32712026-07-31T17:26:12.271Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32722026-07-31T17:26:12.293Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32732026-07-31T17:26:13.129Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32742026-07-31T17:26:13.238Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32752026-07-31T17:26:13.674Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32762026-07-31T17:26:13.719Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32772026-07-31T17:26:14.121Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32782026-07-31T17:26:14.396Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32792026-07-31T17:26:15.023Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32802026-07-31T17:26:15.396Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32812026-07-31T17:26:15.723Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32822026-07-31T17:26:15.747Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32832026-07-31T17:26:16.010Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32842026-07-31T17:26:16.035Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32852026-07-31T17:26:16.538Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32862026-07-31T17:26:16.785Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32872026-07-31T17:26:17.778Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32882026-07-31T17:26:18.093Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32892026-07-31T17:26:19.143Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32902026-07-31T17:26:19.858Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32912026-07-31T17:26:21.916Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32922026-07-31T17:26:23.362Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32932026-07-31T17:26:23.690Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32942026-07-31T17:26:24.447Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32952026-07-31T17:26:24.996Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32962026-07-31T17:26:25.076Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32972026-07-31T17:26:25.304Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32982026-07-31T17:26:25.371Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32992026-07-31T17:26:26.799Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33002026-07-31T17:26:26.945Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33012026-07-31T17:26:27.708Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33022026-07-31T17:26:28.212Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33032026-07-31T17:26:28.303Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33042026-07-31T17:26:28.404Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33052026-07-31T17:26:28.426Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33062026-07-31T17:26:28.962Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33072026-07-31T17:26:29.002Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33082026-07-31T17:26:29.073Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33092026-07-31T17:26:29.383Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33102026-07-31T17:26:29.857Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33112026-07-31T17:26:30.049Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33122026-07-31T17:26:30.161Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33132026-07-31T17:26:30.497Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33142026-07-31T17:26:30.798Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33152026-07-31T17:26:30.828Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33162026-07-31T17:26:31.249Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33172026-07-31T17:26:31.315Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33182026-07-31T17:26:32.236Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33192026-07-31T17:26:33.288Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33202026-07-31T17:26:35.135Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33212026-07-31T17:26:36.547Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33222026-07-31T17:26:36.999Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33232026-07-31T17:26:39.444Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33242026-07-31T17:26:40.002Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33252026-07-31T17:26:41.278Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33262026-07-31T17:26:41.761Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33272026-07-31T17:26:42.595Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33282026-07-31T17:26:44.815Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33292026-07-31T17:26:45.490Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33302026-07-31T17:26:45.883Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33312026-07-31T17:26:46.415Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33322026-07-31T17:26:48.775Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33332026-07-31T17:26:49.874Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33342026-07-31T17:26:52.659Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33352026-07-31T17:26:53.411Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33362026-07-31T17:26:54.136Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33372026-07-31T17:26:56.098Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33382026-07-31T17:26:56.684Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33392026-07-31T17:26:57.385Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33402026-07-31T17:26:58.092Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33412026-07-31T17:26:58.812Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33422026-07-31T17:26:59.542Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33432026-07-31T17:27:01.237Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33442026-07-31T17:27:02.232Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33452026-07-31T17:27:02.573Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33462026-07-31T17:27:03.046Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33472026-07-31T17:27:03.755Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33482026-07-31T17:27:04.806Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33492026-07-31T17:27:06.435Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33502026-07-31T17:27:09.278Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33512026-07-31T17:27:10.554Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33522026-07-31T17:27:11.099Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33532026-07-31T17:27:12.096Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33542026-07-31T17:27:13.040Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33552026-07-31T17:27:13.839Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33562026-07-31T17:27:20.876Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33572026-07-31T17:27:20.938Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33582026-07-31T17:27:20.939Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33592026-07-31T17:27:20.939Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33602026-07-31T17:27:20.939Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33612026-07-31T17:27:23.088Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33622026-07-31T17:27:23.893Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33632026-07-31T17:27:25.728Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33642026-07-31T17:27:26.436Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33652026-07-31T17:27:27.798Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33662026-07-31T17:27:29.540Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33672026-07-31T17:27:30.953Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33682026-07-31T17:27:32.518Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33692026-07-31T17:27:34.088Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33702026-07-31T17:27:35.789Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33712026-07-31T17:27:37.422Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33722026-07-31T17:27:41.929Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33732026-07-31T17:27:42.270Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33742026-07-31T17:27:43.422Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33752026-07-31T17:27:43.936Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33762026-07-31T17:27:45.378Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33772026-07-31T17:27:47.383Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33782026-07-31T17:27:49.063Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33792026-07-31T17:27:51.046Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33802026-07-31T17:27:52.782Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33812026-07-31T17:27:54.434Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33822026-07-31T17:27:56.429Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33832026-07-31T17:27:57.897Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33842026-07-31T17:27:59.590Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33852026-07-31T17:28:01.340Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33862026-07-31T17:28:03.044Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33872026-07-31T17:28:04.719Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33882026-07-31T17:28:06.442Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33892026-07-31T17:28:11.468Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33902026-07-31T17:28:13.018Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33912026-07-31T17:28:15.024Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33922026-07-31T17:28:16.496Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33932026-07-31T17:28:18.564Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33942026-07-31T17:28:20.347Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33952026-07-31T17:28:22.453Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33962026-07-31T17:28:24.251Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33972026-07-31T17:28:26.000Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33982026-07-31T17:28:27.879Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33992026-07-31T17:28:31.063Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34002026-07-31T17:28:31.775Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34012026-07-31T17:28:31.942Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34022026-07-31T17:28:38.432Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34032026-07-31T17:28:40.823Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34042026-07-31T17:28:42.528Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34052026-07-31T17:28:45.053Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34062026-07-31T17:28:48.112Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34072026-07-31T17:28:49.696Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34082026-07-31T17:28:52.584Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34092026-07-31T17:28:54.778Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34102026-07-31T17:28:56.948Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34112026-07-31T17:28:59.029Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34122026-07-31T17:29:02.974Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34132026-07-31T17:29:04.180Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34142026-07-31T17:29:06.514Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34152026-07-31T17:29:08.949Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34162026-07-31T17:29:14.261Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34172026-07-31T17:29:14.261Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34182026-07-31T17:29:16.173Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34192026-07-31T17:29:18.588Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34202026-07-31T17:29:20.896Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34212026-07-31T17:29:23.535Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34222026-07-31T17:29:26.024Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34232026-07-31T17:29:28.359Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34242026-07-31T17:29:30.855Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34252026-07-31T17:29:33.253Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34262026-07-31T17:29:35.729Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34272026-07-31T17:29:38.318Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34282026-07-31T17:29:40.698Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34292026-07-31T17:29:43.218Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34302026-07-31T17:29:45.761Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34312026-07-31T17:29:48.212Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34322026-07-31T17:29:50.713Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34332026-07-31T17:29:53.171Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34342026-07-31T17:29:55.741Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34352026-07-31T17:29:58.011Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34362026-07-31T17:30:01.234Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34372026-07-31T17:30:03.415Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34382026-07-31T17:30:05.994Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34392026-07-31T17:30:08.628Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34402026-07-31T17:30:11.262Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34412026-07-31T17:30:13.877Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34422026-07-31T17:30:16.422Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34432026-07-31T17:30:18.880Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34442026-07-31T17:30:21.697Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34452026-07-31T17:30:24.115Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34462026-07-31T17:30:26.765Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34472026-07-31T17:30:29.404Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34482026-07-31T17:30:32.099Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34492026-07-31T17:30:34.553Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34502026-07-31T17:30:37.310Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34512026-07-31T17:30:39.716Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34522026-07-31T17:30:42.422Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34532026-07-31T17:30:45.130Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34542026-07-31T17:30:47.706Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34552026-07-31T17:30:50.666Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34562026-07-31T17:30:53.321Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34572026-07-31T17:30:55.861Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34582026-07-31T17:30:58.430Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34592026-07-31T17:31:01.188Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34602026-07-31T17:31:03.917Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34612026-07-31T17:31:06.678Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34622026-07-31T17:31:09.828Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34632026-07-31T17:31:12.181Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34642026-07-31T17:31:19.935Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34652026-07-31T17:31:20.105Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34662026-07-31T17:31:23.641Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34672026-07-31T17:31:28.388Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34682026-07-31T17:31:31.627Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34692026-07-31T17:31:35.271Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34702026-07-31T17:31:39.000Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34712026-07-31T17:31:42.747Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34722026-07-31T17:31:46.552Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34732026-07-31T17:31:50.452Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34742026-07-31T17:31:54.160Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34752026-07-31T17:31:57.960Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34762026-07-31T17:32:01.733Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34772026-07-31T17:32:05.579Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34782026-07-31T17:32:09.266Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34792026-07-31T17:32:13.090Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34802026-07-31T17:32:16.918Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34812026-07-31T17:32:20.625Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34822026-07-31T17:32:24.385Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34832026-07-31T17:32:28.337Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34842026-07-31T17:32:32.070Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34852026-07-31T17:32:35.868Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34862026-07-31T17:32:39.609Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34872026-07-31T17:32:43.365Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34882026-07-31T17:33:13.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 20s
34892026-07-31T17:33:13.810Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34902026-07-31T17:33:13.810Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34912026-07-31T17:33:13.978Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 203 other files
34922026-07-31T17:33:14.087Z
34932026-07-31T17:33:14.090Zreal 7:20.985581848
34942026-07-31T17:33:14.090Zuser 19:50.062415615
34952026-07-31T17:33:14.090Zsys 4:14.898912685
34962026-07-31T17:33:14.090Ztrap 0.289040575
34972026-07-31T17:33:14.090Ztflt 0.007274802
34982026-07-31T17:33:14.090Zdflt 0.054070324
34992026-07-31T17:33:14.091Zkflt 0.000024416
35002026-07-31T17:33:14.091Zlock 7:02:33.799412065
35012026-07-31T17:33:14.091Zslp 2:28:19.781782409
35022026-07-31T17:33:14.091Zlat 31.532732317
35032026-07-31T17:33:14.091Zstop 2:06.981156711
35042026-07-31T17:33:14.091Zprocess exited: duration 821248 ms, exit code 0
 
35052026-07-31T17:33:14.097Zfound 0 output files