01M0ZCNNA0BKA06F4GJYQQXKJW: clippy (helios)

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

Buildomat Job: 01M0ZCP1FK2V06HDQ8K81DVS2X

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-26T15:59:07.912Zjob assigned to worker 01M0ZCPA8NVDB6BS8HWB5DNAJH [factory aws, i-015d1562c63b579ea] (queued for 1 m 0 s)
 
22026-08-26T15:59:14.531Zstarting task 0: "setup"
32026-08-26T15:59:14.537Z++ uname -s
42026-08-26T15:59:14.540Z+ kern=SunOS
52026-08-26T15:59:14.541Z+ build_user=build
62026-08-26T15:59:14.541Z+ build_uid=12345
72026-08-26T15:59:14.541Z+ work_dir=/work
82026-08-26T15:59:14.541Z+ input_dir=/input
92026-08-26T15:59:14.541Z+ [[ 0 == 12345 ]]
102026-08-26T15:59:14.541Z+ case "$kern" in
112026-08-26T15:59:14.541Z+ groupadd -g 12345 build
122026-08-26T15:59:14.541Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-26T15:59:16.545Z+ zfs create -o mountpoint=/work rpool/work
142026-08-26T15:59:16.635Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-26T15:59:16.638Z+ home_fs=zfs
162026-08-26T15:59:16.638Z+ [[ zfs == autofs ]]
172026-08-26T15:59:16.638Z+ mkdir -p /home/build
182026-08-26T15:59:16.638Z+ chown build:build /home/build /work
192026-08-26T15:59:18.639Z+ chmod 0700 /home/build /work
202026-08-26T15:59:18.642Zprocess exited: duration 4108 ms, exit code 0
 
212026-08-26T15:59:18.648Zstarting task 1: "rust-toolchain"
222026-08-26T15:59:18.652Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-26T15:59:18.652Z * rust toolchain channel = "1.97.1"
242026-08-26T15:59:18.652Z * rust toolchain profile = "default"
252026-08-26T15:59:18.652Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-26T15:59:18.652Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-26T15:59:18.652Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-26T15:59:18.655Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-26T15:59:18.655Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-26T15:59:18.756Zinfo: downloading installer
312026-08-26T15:59:20.328Zwarn: It looks like you have an existing rustup settings file at:
322026-08-26T15:59:20.328Zwarn: /home/build/.rustup/settings.toml
332026-08-26T15:59:20.328Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-26T15:59:20.328Zwarn: instead of the one inferred from the default host triple.
352026-08-26T15:59:20.341Zinfo: profile set to default
362026-08-26T15:59:20.341Zinfo: default host triple is x86_64-unknown-illumos
372026-08-26T15:59:20.344Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-26T15:59:20.508Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-26T15:59:20.511Zinfo: downloading 6 components
402026-08-26T15:59:37.202Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-26T15:59:37.203Z
422026-08-26T15:59:37.229Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-26T15:59:37.229Z
442026-08-26T15:59:37.229Z
452026-08-26T15:59:37.229ZRust is installed now. Great!
462026-08-26T15:59:37.229Z
472026-08-26T15:59:37.232ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-26T15:59:37.232Zenvironment variable. This has not been done automatically.
492026-08-26T15:59:37.232Z
502026-08-26T15:59:37.232ZTo configure your current shell, you need to source
512026-08-26T15:59:37.232Zthe corresponding env file under $HOME/.cargo.
522026-08-26T15:59:37.232Z
532026-08-26T15:59:37.232ZThis is usually done by running one of the following (note the leading DOT):
542026-08-26T15:59:37.232Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-26T15:59:37.232Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-26T15:59:37.232Zsource "~/.cargo/env.nu" # For nushell
572026-08-26T15:59:37.233Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-26T15:59:37.233Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-26T15:59:37.233Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-26T15:59:37.233Zwarn: no default linker (`cc`) was found in your PATH
612026-08-26T15:59:37.233Zwarn: many Rust crates require a system C toolchain to build
622026-08-26T15:59:37.331Z+ rustup --version
632026-08-26T15:59:37.340Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-26T15:59:37.343Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-26T15:59:37.360Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-26T15:59:37.364Z+ cargo --version
672026-08-26T15:59:37.378Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-26T15:59:37.382Z+ rustc --version
692026-08-26T15:59:37.400Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-26T15:59:37.403Zprocess exited: duration 18754 ms, exit code 0
 
712026-08-26T15:59:37.410Zstarting task 2: "authentication"
722026-08-26T15:59:37.427Zprocess exited: duration 16 ms, exit code 0
 
732026-08-26T15:59:37.434Zstarting task 3: "clone repository"
742026-08-26T15:59:37.437Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-26T15:59:37.440Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-26T15:59:37.469ZCloning into '/work/oxidecomputer/omicron'...
772026-08-26T15:59:50.302Z+ cd /work/oxidecomputer/omicron
782026-08-26T15:59:50.302Z+ git fetch origin aa4095c1d7e62bed4cffc801852b6f853dd1689d
792026-08-26T15:59:51.067ZFrom https://github.com/oxidecomputer/omicron
802026-08-26T15:59:51.067Z * branch aa4095c1d7e62bed4cffc801852b6f853dd1689d -> FETCH_HEAD
812026-08-26T15:59:51.078Z+ [[ -n '' ]]
822026-08-26T15:59:51.078Z+ git reset --hard aa4095c1d7e62bed4cffc801852b6f853dd1689d
832026-08-26T15:59:51.335ZHEAD is now at aa4095c1d InlineErrorChain for sled_client_ext and progenitor function
842026-08-26T15:59:51.338Zprocess exited: duration 13904 ms, exit code 0
 
852026-08-26T15:59:51.345Zstarting task 4: "build"
862026-08-26T15:59:51.349Z+ source ./env.sh
872026-08-26T15:59:51.349Z++ OLD_SHELL_OPTS=ehxB
882026-08-26T15:59:51.349Z++ set -o xtrace
892026-08-26T15:59:51.353Z++++ dirname ./env.sh
902026-08-26T15:59:51.353Z+++ readlink -f .
912026-08-26T15:59:51.357Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-08-26T15:59:51.357Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-08-26T15:59:51.357Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-08-26T15:59:51.357Z++ 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
952026-08-26T15:59:51.357Z++ 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
962026-08-26T15:59:51.357Z++ 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
972026-08-26T15:59:51.357Z++ 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
982026-08-26T15:59:51.357Z++ 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
992026-08-26T15:59:51.357Z++ 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
1002026-08-26T15:59:51.358Z++ 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
1012026-08-26T15:59:51.358Z++ 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
1022026-08-26T15:59:51.358Z++ case $OLD_SHELL_OPTS in
1032026-08-26T15:59:51.358Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-08-26T15:59:51.358Z+ source .github/buildomat/ci-env.sh
1052026-08-26T15:59:51.358Z++ export CARGO_TERM_COLOR=always
1062026-08-26T15:59:51.358Z++ CARGO_TERM_COLOR=always
1072026-08-26T15:59:51.358Z+++ uname -s
1082026-08-26T15:59:51.358Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-08-26T15:59:51.358Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-08-26T15:59:51.361Z+ cargo --version
1112026-08-26T15:59:51.365Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-26T15:59:51.368Z+ rustc --version
1132026-08-26T15:59:51.387Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-26T15:59:51.390Z+ banner prerequisites
1152026-08-26T15:59:51.394Z
1162026-08-26T15:59:51.394Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-08-26T15:59:51.394Z # # # # # # # # # # # # # # #
1182026-08-26T15:59:51.394Z # # # # ##### # # ##### # # # # # #### #
1192026-08-26T15:59:51.394Z ##### ##### # ##### # # # # # # # # #
1202026-08-26T15:59:51.394Z # # # # # # # # # # # # # # #
1212026-08-26T15:59:51.394Z # # # ###### # # ###### ### # #### # #### #
1222026-08-26T15:59:51.394Z
1232026-08-26T15:59:51.394Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-08-26T15:59:53.371Z Startup: Refreshing catalog 'helios' ... Done
1252026-08-26T15:59:53.773Z Startup: Caching catalogs ... Done
1262026-08-26T15:59:55.994ZPlanning: Solver setup ... Done (2.099s)
1272026-08-26T15:59:56.057ZPlanning: Running solver ... Done (0.063s)
1282026-08-26T15:59:56.110ZPlanning: Finding local manifests ... Done (0.004s)
1292026-08-26T15:59:56.121ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-26T15:59:56.141ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-26T15:59:56.155ZPlanning: Package planning ... Done (0.014s)
1322026-08-26T15:59:56.158ZPlanning: Merging actions ... Done (0.001s)
1332026-08-26T15:59:56.384ZPlanning: Checking for conflicting actions ... Done (0.228s)
1342026-08-26T15:59:56.388ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-08-26T15:59:57.168ZPlanning: Evaluating mediators ... Done (0.780s)
1362026-08-26T15:59:57.183ZPlanning: Planning completed in 3.35 seconds
1372026-08-26T15:59:57.189Z Packages to install: 2
1382026-08-26T15:59:57.189Z Estimated space available: 156.01 GB
1392026-08-26T15:59:57.189ZEstimated space to be consumed: 80.56 MB
1402026-08-26T15:59:57.189Z Create boot environment: No
1412026-08-26T15:59:57.190ZCreate backup boot environment: No
1422026-08-26T15:59:57.190Z Rebuild boot archive: No
1432026-08-26T15:59:57.190Z
1442026-08-26T15:59:57.190ZChanged packages:
1452026-08-26T15:59:57.190Zhelios
1462026-08-26T15:59:57.190Z developer/build-essential
1472026-08-26T15:59:57.190Z None -> 11-3.0
1482026-08-26T15:59:57.190Z library/libxmlsec1
1492026-08-26T15:59:57.190Z None -> 1.2.35-3.0
1502026-08-26T15:59:57.200Z
1512026-08-26T15:59:57.200ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-08-26T15:59:57.270ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1532026-08-26T15:59:57.338Z Actions: 1/268 actions (Installing new actions)
1542026-08-26T15:59:57.377Z Actions: Completed 268 actions in 0.04 seconds.
1552026-08-26T15:59:57.414ZFinalize: Updating package state database ... Done (0.036s)
1562026-08-26T15:59:57.418ZFinalize: Updating package cache ... Done (0.000s)
1572026-08-26T15:59:57.505ZFinalize: Updating image state ... Done (0.094s)
1582026-08-26T15:59:59.977ZFinalize: Creating fast lookup database ... Done (2.417s)
1592026-08-26T16:00:00.045ZFinalize: Reading search index ... Done (0.012s)
1602026-08-26T16:00:00.048ZFinalize: Updating search index ... Done (0.000s)
1612026-08-26T16:00:00.153ZFinalize: Updating package cache ... Done (0.000s)
1622026-08-26T16:00:00.530ZPlanning: Evaluating mediator changes ... Done
1632026-08-26T16:00:00.640ZPlanning: Checking for conflicting actions ... Done
1642026-08-26T16:00:00.643ZPlanning: Consolidating action changes ... Done
1652026-08-26T16:00:00.799ZPlanning: Evaluating mediators ... Done
1662026-08-26T16:00:00.802ZPlanning: Planning completed in 0.27 seconds
1672026-08-26T16:00:00.822Z Mediators to change: 2
1682026-08-26T16:00:00.822Z Create boot environment: No
1692026-08-26T16:00:00.825ZCreate backup boot environment: No
1702026-08-26T16:00:00.866ZFinalize: Updating package state database ... Done
1712026-08-26T16:00:00.866ZFinalize: Updating package cache ... Done
1722026-08-26T16:00:00.919ZFinalize: Updating image state ... Done
1732026-08-26T16:00:02.901ZFinalize: Creating fast lookup database ... Done
1742026-08-26T16:00:02.967ZFinalize: Reading search index ... Done
1752026-08-26T16:00:02.971ZFinalize: Updating search index ... Done
1762026-08-26T16:00:03.031ZFinalize: Updating package cache ... Done
1772026-08-26T16:00:03.321ZPlanning: Evaluating mediator changes ... Done
1782026-08-26T16:00:03.432ZPlanning: Checking for conflicting actions ... Done
1792026-08-26T16:00:03.436ZPlanning: Consolidating action changes ... Done
1802026-08-26T16:00:03.593ZPlanning: Evaluating mediators ... Done
1812026-08-26T16:00:03.597ZPlanning: Planning completed in 0.27 seconds
1822026-08-26T16:00:03.615Z Mediators to change: 1
1832026-08-26T16:00:03.615Z Create boot environment: No
1842026-08-26T16:00:03.619ZCreate backup boot environment: No
1852026-08-26T16:00:03.662ZFinalize: Updating package state database ... Done
1862026-08-26T16:00:03.663ZFinalize: Updating package cache ... Done
1872026-08-26T16:00:03.717ZFinalize: Updating image state ... Done
1882026-08-26T16:00:05.695ZFinalize: Creating fast lookup database ... Done
1892026-08-26T16:00:05.761ZFinalize: Reading search index ... Done
1902026-08-26T16:00:05.764ZFinalize: Updating search index ... Done
1912026-08-26T16:00:05.822ZFinalize: Updating package cache ... Done
1922026-08-26T16:00:06.139ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-08-26T16:00:06.139Zapache system 2.4 system
1942026-08-26T16:00:06.139Zclang system 15 system
1952026-08-26T16:00:06.139Zcsh system system illumos
1962026-08-26T16:00:06.139Zctags system system illumos
1972026-08-26T16:00:06.139Zfile vendor vendor darwinsys
1982026-08-26T16:00:06.139Zfile system system illumos
1992026-08-26T16:00:06.139Zgcc vendor 14 vendor
2002026-08-26T16:00:06.139Zgcc system 13 system
2012026-08-26T16:00:06.139Zgcc system 10 system
2022026-08-26T16:00:06.139Zgo system 1.25 system
2032026-08-26T16:00:06.139Zllvm system 15 system
2042026-08-26T16:00:06.139Zmariadb system 11.4 system
2052026-08-26T16:00:06.139Zmta vendor vendor dma
2062026-08-26T16:00:06.139Zopenjdk system 17 system
2072026-08-26T16:00:06.139Zopenjdk system 11 system
2082026-08-26T16:00:06.139Zopenssl vendor 3 vendor
2092026-08-26T16:00:06.139Zperl system 5.40 system
2102026-08-26T16:00:06.139Zpostgresql system 18 system
2112026-08-26T16:00:06.139Zpostgresql system 17 system
2122026-08-26T16:00:06.139Zpython vendor 3 vendor
2132026-08-26T16:00:06.139Zpython system 2 system
2142026-08-26T16:00:06.139Zpython3 vendor 3.13 vendor
2152026-08-26T16:00:06.140Zruby system 3.4 system
2162026-08-26T16:00:06.140Zruby system 3.0 system
2172026-08-26T16:00:06.140Zwords vendor vendor american-english
2182026-08-26T16:00:06.140Zwords system system australian-english
2192026-08-26T16:00:06.140Zwords system system british-english
2202026-08-26T16:00:06.140Zwords system system canadian-english
2212026-08-26T16:00:06.140Zwords system system french
2222026-08-26T16:00:06.140Zwords system system italian
2232026-08-26T16:00:06.140Zwords system system ngerman
2242026-08-26T16:00:06.140Zwords system system ogerman
2252026-08-26T16:00:06.140Zwords system system spanish
2262026-08-26T16:00:06.395ZPUBLISHER TYPE STATUS P LOCATION
2272026-08-26T16:00:06.395Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-08-26T16:00:06.893ZFMRI IFO
2292026-08-26T16:00:06.893Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-08-26T16:00:06.893Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-08-26T16:00:06.894Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-08-26T16:00:06.894Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-08-26T16:00:06.894Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-08-26T16:00:06.894Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-08-26T16:00:06.894Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-08-26T16:00:06.894Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-08-26T16:00:06.894Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-08-26T16:00:07.253Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-08-26T16:00:07.604Z Updating crates.io index
2402026-08-26T16:00:07.607Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-08-26T16:00:07.923Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-08-26T16:00:08.342Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-08-26T16:00:09.406Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-08-26T16:00:09.988Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-08-26T16:00:12.033Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-08-26T16:00:12.990Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-08-26T16:00:13.309Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-08-26T16:00:13.669Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-08-26T16:00:14.857Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-08-26T16:00:15.192Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-08-26T16:00:15.625Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-08-26T16:00:16.186Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532026-08-26T16:00:16.493Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542026-08-26T16:00:16.799Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552026-08-26T16:00:17.103Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-26T16:00:17.404Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-08-26T16:00:17.744Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-08-26T16:00:18.254Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2592026-08-26T16:00:18.645Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2602026-08-26T16:00:18.974Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-26T16:00:19.484Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2622026-08-26T16:00:19.876Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2632026-08-26T16:00:20.466Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-08-26T16:00:20.829Z Updating git repository `https://github.com/oxidecomputer/erebor`
2652026-08-26T16:00:21.176Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-08-26T16:00:21.640Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-08-26T16:00:22.297Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2682026-08-26T16:00:22.770Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-08-26T16:00:23.153Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-08-26T16:00:23.457Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2712026-08-26T16:00:23.857Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-08-26T16:00:24.250Z Updating git repository `https://github.com/oxidecomputer/tough`
2732026-08-26T16:00:24.790Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-08-26T16:00:25.073Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-08-26T16:00:25.380Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-08-26T16:00:25.744Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2772026-08-26T16:00:26.109Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-08-26T16:00:26.429Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-08-26T16:00:26.750Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-08-26T16:00:27.148Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-08-26T16:00:27.468Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-08-26T16:00:27.760Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-26T16:00:30.376Z Downloading crates ...
2842026-08-26T16:00:30.415Z Downloaded block-buffer v0.10.4
2852026-08-26T16:00:30.423Z Downloaded anstyle-parse v1.0.0
2862026-08-26T16:00:30.427Z Downloaded anstream v1.0.0
2872026-08-26T16:00:30.427Z Downloaded bytecount v0.6.9
2882026-08-26T16:00:30.430Z Downloaded bitflags v2.11.0
2892026-08-26T16:00:30.434Z Downloaded autocfg v1.5.0
2902026-08-26T16:00:30.434Z Downloaded cargo_metadata v0.23.1
2912026-08-26T16:00:30.434Z Downloaded equivalent v1.0.2
2922026-08-26T16:00:30.434Z Downloaded errno v0.3.14
2932026-08-26T16:00:30.436Z Downloaded zmij v1.0.21
2942026-08-26T16:00:30.440Z Downloaded cargo_toml v0.21.0
2952026-08-26T16:00:30.440Z Downloaded camino-tempfile v1.4.1
2962026-08-26T16:00:30.444Z Downloaded cpufeatures v0.2.17
2972026-08-26T16:00:30.450Z Downloaded cargo-platform v0.3.2
2982026-08-26T16:00:30.453Z Downloaded itoa v1.0.17
2992026-08-26T16:00:30.453Z Downloaded zerocopy v0.7.35
3002026-08-26T16:00:30.460Z Downloaded colorchoice v1.0.4
3012026-08-26T16:00:30.462Z Downloaded dtrace-parser v0.2.0
3022026-08-26T16:00:30.463Z Downloaded pest v2.8.6
3032026-08-26T16:00:30.466Z Downloaded generic-array v0.14.7
3042026-08-26T16:00:30.466Z Downloaded swrite v0.1.0
3052026-08-26T16:00:30.466Z Downloaded is_terminal_polyfill v1.70.2
3062026-08-26T16:00:30.469Z Downloaded anstyle v1.0.14
3072026-08-26T16:00:30.472Z Downloaded anstyle-query v1.1.5
3082026-08-26T16:00:30.472Z Downloaded clap_lex v1.0.0
3092026-08-26T16:00:30.476Z Downloaded smawk v0.3.2
3102026-08-26T16:00:30.480Z Downloaded heck v0.4.1
3112026-08-26T16:00:30.482Z Downloaded dof v0.3.0
3122026-08-26T16:00:30.482Z Downloaded fastrand v2.3.0
3132026-08-26T16:00:30.485Z Downloaded camino v1.2.5
3142026-08-26T16:00:30.488Z Downloaded fs-err v3.3.0
3152026-08-26T16:00:30.488Z Downloaded pest_derive v2.8.6
3162026-08-26T16:00:30.491Z Downloaded cfg-if v1.0.4
3172026-08-26T16:00:30.494Z Downloaded macaddr v1.0.1
3182026-08-26T16:00:30.497Z Downloaded toml_write v0.1.2
3192026-08-26T16:00:30.500Z Downloaded serde_spanned v0.6.9
3202026-08-26T16:00:30.500Z Downloaded strsim v0.11.1
3212026-08-26T16:00:30.500Z Downloaded crypto-common v0.1.7
3222026-08-26T16:00:30.503Z Downloaded tabled_derive v0.7.0
3232026-08-26T16:00:30.503Z Downloaded fnv v1.0.7
3242026-08-26T16:00:30.506Z Downloaded version_check v0.9.5
3252026-08-26T16:00:30.506Z Downloaded usdt-macro v0.5.0
3262026-08-26T16:00:30.506Z Downloaded utf8parse v0.2.2
3272026-08-26T16:00:30.506Z Downloaded memmap v0.7.0
3282026-08-26T16:00:30.509Z Downloaded scroll_derive v0.12.1
3292026-08-26T16:00:30.512Z Downloaded proc-macro-error-attr v1.0.4
3302026-08-26T16:00:30.514Z Downloaded pretty-hex v0.4.1
3312026-08-26T16:00:30.522Z Downloaded toml_datetime v0.6.11
3322026-08-26T16:00:30.525Z Downloaded unicode-linebreak v0.1.5
3332026-08-26T16:00:30.525Z Downloaded heck v0.5.0
3342026-08-26T16:00:30.529Z Downloaded plain v0.2.3
3352026-08-26T16:00:30.532Z Downloaded usdt-attr-macro v0.5.0
3362026-08-26T16:00:30.535Z Downloaded thread-id v4.2.2
3372026-08-26T16:00:30.546Z Downloaded thiserror-impl v2.0.18
3382026-08-26T16:00:30.551Z Downloaded terminal_size v0.4.3
3392026-08-26T16:00:30.554Z Downloaded proc-macro-error v1.0.4
3402026-08-26T16:00:30.557Z Downloaded digest v0.10.7
3412026-08-26T16:00:30.561Z Downloaded byteorder v1.5.0
3422026-08-26T16:00:30.564Z Downloaded thiserror v2.0.18
3432026-08-26T16:00:30.571Z Downloaded thiserror-impl v1.0.69
3442026-08-26T16:00:30.574Z Downloaded scroll v0.12.0
3452026-08-26T16:00:30.582Z Downloaded usdt v0.5.0
3462026-08-26T16:00:30.586Z Downloaded sha2 v0.10.9
3472026-08-26T16:00:30.587Z Downloaded thiserror v1.0.69
3482026-08-26T16:00:30.593Z Downloaded once_cell v1.21.3
3492026-08-26T16:00:30.600Z Downloaded clap_derive v4.6.1
3502026-08-26T16:00:30.600Z Downloaded pest_generator v2.8.6
3512026-08-26T16:00:30.607Z Downloaded anyhow v1.0.104
3522026-08-26T16:00:30.608Z Downloaded serde_tokenstream v0.2.3
3532026-08-26T16:00:30.608Z Downloaded tempfile v3.27.0
3542026-08-26T16:00:30.608Z Downloaded getrandom v0.4.3
3552026-08-26T16:00:30.615Z Downloaded quote v1.0.45
3562026-08-26T16:00:30.615Z Downloaded toml v0.8.23
3572026-08-26T16:00:30.621Z Downloaded semver v1.0.28
3582026-08-26T16:00:30.621Z Downloaded ucd-trie v0.1.7
3592026-08-26T16:00:30.621Z Downloaded zerocopy-derive v0.7.35
3602026-08-26T16:00:30.624Z Downloaded usdt-impl v0.5.0
3612026-08-26T16:00:30.624Z Downloaded unicode-ident v1.0.24
3622026-08-26T16:00:30.630Z Downloaded hashbrown v0.17.0
3632026-08-26T16:00:30.638Z Downloaded pest_meta v2.8.6
3642026-08-26T16:00:30.639Z Downloaded log v0.4.33
3652026-08-26T16:00:30.639Z Downloaded clap v4.6.1
3662026-08-26T16:00:30.646Z Downloaded papergrid v0.11.0
3672026-08-26T16:00:30.646Z Downloaded serde_derive v1.0.228
3682026-08-26T16:00:30.656Z Downloaded indexmap v2.14.0
3692026-08-26T16:00:30.656Z Downloaded memchr v2.8.0
3702026-08-26T16:00:30.660Z Downloaded textwrap v0.16.2
3712026-08-26T16:00:30.660Z Downloaded proc-macro2 v1.0.106
3722026-08-26T16:00:30.660Z Downloaded serde v1.0.228
3732026-08-26T16:00:30.669Z Downloaded serde_core v1.0.228
3742026-08-26T16:00:30.680Z Downloaded toml_edit v0.22.27
3752026-08-26T16:00:30.684Z Downloaded typenum v1.20.1
3762026-08-26T16:00:30.719Z Downloaded serde_json v1.0.151
3772026-08-26T16:00:30.728Z Downloaded goblin v0.8.2
3782026-08-26T16:00:30.731Z Downloaded clap_builder v4.6.0
3792026-08-26T16:00:30.737Z Downloaded winnow v0.7.14
3802026-08-26T16:00:30.749Z Downloaded tabled v0.15.0
3812026-08-26T16:00:30.761Z Downloaded syn v1.0.109
3822026-08-26T16:00:30.767Z Downloaded unicode-width v0.2.0
3832026-08-26T16:00:30.772Z Downloaded unicode-width v0.1.14
3842026-08-26T16:00:30.779Z Downloaded syn v2.0.117
3852026-08-26T16:00:30.800Z Downloaded rustix v1.1.4
3862026-08-26T16:00:30.820Z Downloaded libc v0.2.185
3872026-08-26T16:00:30.884Z Compiling proc-macro2 v1.0.106
3882026-08-26T16:00:30.884Z Compiling unicode-ident v1.0.24
3892026-08-26T16:00:30.884Z Compiling quote v1.0.45
3902026-08-26T16:00:30.887Z Compiling serde_core v1.0.228
3912026-08-26T16:00:30.887Z Compiling libc v0.2.185
3922026-08-26T16:00:30.888Z Compiling version_check v0.9.5
3932026-08-26T16:00:30.888Z Compiling memchr v2.8.0
3942026-08-26T16:00:31.060Z Compiling serde v1.0.228
3952026-08-26T16:00:31.214Z Compiling zmij v1.0.21
3962026-08-26T16:00:31.512Z Compiling itoa v1.0.17
3972026-08-26T16:00:31.528Z Compiling thiserror v1.0.69
3982026-08-26T16:00:31.694Z Compiling ucd-trie v0.1.7
3992026-08-26T16:00:31.829Z Compiling byteorder v1.5.0
4002026-08-26T16:00:31.919Z Compiling pest v2.8.6
4012026-08-26T16:00:31.956Z Compiling rustix v1.1.4
4022026-08-26T16:00:31.989Z Compiling errno v0.3.14
4032026-08-26T16:00:32.066Z Compiling bitflags v2.11.0
4042026-08-26T16:00:32.100Z Compiling serde_json v1.0.151
4052026-08-26T16:00:32.356Z Compiling thread-id v4.2.2
4062026-08-26T16:00:32.376Z Compiling proc-macro-error-attr v1.0.4
4072026-08-26T16:00:32.403Z Compiling usdt-impl v0.5.0
4082026-08-26T16:00:32.438Z Compiling syn v1.0.109
4092026-08-26T16:00:32.510Z Compiling syn v2.0.117
4102026-08-26T16:00:32.564Z Compiling camino v1.2.5
4112026-08-26T16:00:32.762Z Compiling proc-macro-error v1.0.4
4122026-08-26T16:00:32.786Z Compiling hashbrown v0.17.0
4132026-08-26T16:00:32.925Z Compiling getrandom v0.4.3
4142026-08-26T16:00:32.949Z Compiling pest_meta v2.8.6
4152026-08-26T16:00:33.166Z Compiling plain v0.2.3
4162026-08-26T16:00:33.298Z Compiling log v0.4.33
4172026-08-26T16:00:33.342Z Compiling utf8parse v0.2.2
4182026-08-26T16:00:33.409Z Compiling equivalent v1.0.2
4192026-08-26T16:00:33.485Z Compiling indexmap v2.14.0
4202026-08-26T16:00:33.502Z Compiling anstyle-parse v1.0.0
4212026-08-26T16:00:33.585Z Compiling terminal_size v0.4.3
4222026-08-26T16:00:34.095Z Compiling colorchoice v1.0.4
4232026-08-26T16:00:34.196Z Compiling winnow v0.7.14
4242026-08-26T16:00:34.218Z Compiling anstyle-query v1.1.5
4252026-08-26T16:00:34.275Z Compiling anstyle v1.0.14
4262026-08-26T16:00:34.294Z Compiling thiserror v2.0.18
4272026-08-26T16:00:34.329Z Compiling is_terminal_polyfill v1.70.2
4282026-08-26T16:00:34.433Z Compiling toml_write v0.1.2
4292026-08-26T16:00:34.469Z Compiling autocfg v1.5.0
4302026-08-26T16:00:34.501Z Compiling pretty-hex v0.4.1
4312026-08-26T16:00:34.573Z Compiling cfg-if v1.0.4
4322026-08-26T16:00:34.652Z Compiling anstream v1.0.0
4332026-08-26T16:00:34.789Z Compiling pest_generator v2.8.6
4342026-08-26T16:00:34.850Z Compiling anyhow v1.0.104
4352026-08-26T16:00:34.904Z Compiling fs-err v3.3.0
4362026-08-26T16:00:34.951Z Compiling fastrand v2.3.0
4372026-08-26T16:00:35.097Z Compiling strsim v0.11.1
4382026-08-26T16:00:35.137Z Compiling fnv v1.0.7
4392026-08-26T16:00:35.156Z Compiling clap_lex v1.0.0
4402026-08-26T16:00:35.216Z Compiling heck v0.4.1
4412026-08-26T16:00:35.243Z Compiling unicode-width v0.1.14
4422026-08-26T16:00:35.390Z Compiling once_cell v1.21.3
4432026-08-26T16:00:35.452Z Compiling bytecount v0.6.9
4442026-08-26T16:00:35.456Z Compiling heck v0.5.0
4452026-08-26T16:00:35.476Z Compiling clap_builder v4.6.0
4462026-08-26T16:00:35.593Z Compiling tempfile v3.27.0
4472026-08-26T16:00:35.611Z Compiling papergrid v0.11.0
4482026-08-26T16:00:35.675Z Compiling cargo-platform v0.3.2
4492026-08-26T16:00:35.710Z Compiling tabled_derive v0.7.0
4502026-08-26T16:00:35.736Z Compiling semver v1.0.28
4512026-08-26T16:00:35.800Z Compiling memmap v0.7.0
4522026-08-26T16:00:35.980Z Compiling unicode-linebreak v0.1.5
4532026-08-26T16:00:36.001Z Compiling smawk v0.3.2
4542026-08-26T16:00:36.041Z Compiling unicode-width v0.2.0
4552026-08-26T16:00:36.126Z Compiling camino-tempfile v1.4.1
4562026-08-26T16:00:36.321Z Compiling textwrap v0.16.2
4572026-08-26T16:00:36.359Z Compiling swrite v0.1.0
4582026-08-26T16:00:36.411Z Compiling serde_derive v1.0.228
4592026-08-26T16:00:36.430Z Compiling thiserror-impl v1.0.69
4602026-08-26T16:00:36.459Z Compiling zerocopy-derive v0.7.35
4612026-08-26T16:00:36.585Z Compiling pest_derive v2.8.6
4622026-08-26T16:00:36.668Z Compiling scroll_derive v0.12.1
4632026-08-26T16:00:36.779Z Compiling thiserror-impl v2.0.18
4642026-08-26T16:00:37.032Z Compiling clap_derive v4.6.1
4652026-08-26T16:00:37.097Z Compiling tabled v0.15.0
4662026-08-26T16:00:37.340Z Compiling zerocopy v0.7.35
4672026-08-26T16:00:37.359Z Compiling scroll v0.12.0
4682026-08-26T16:00:37.627Z Compiling goblin v0.8.2
4692026-08-26T16:00:37.802Z Compiling dtrace-parser v0.2.0
4702026-08-26T16:00:38.665Z Compiling clap v4.6.1
4712026-08-26T16:00:39.272Z Compiling dof v0.3.0
4722026-08-26T16:00:39.272Z Compiling serde_tokenstream v0.2.3
4732026-08-26T16:00:39.290Z Compiling toml_datetime v0.6.11
4742026-08-26T16:00:39.306Z Compiling serde_spanned v0.6.9
4752026-08-26T16:00:39.306Z Compiling cargo_metadata v0.23.1
4762026-08-26T16:00:39.356Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4772026-08-26T16:00:39.371Z Compiling macaddr v1.0.1
4782026-08-26T16:00:39.472Z Compiling toml_edit v0.22.27
4792026-08-26T16:00:40.048Z Compiling usdt-macro v0.5.0
4802026-08-26T16:00:40.048Z Compiling usdt-attr-macro v0.5.0
4812026-08-26T16:00:40.663Z Compiling usdt v0.5.0
4822026-08-26T16:00:40.819Z Compiling toml v0.8.23
4832026-08-26T16:00:41.165Z Compiling cargo_toml v0.21.0
4842026-08-26T16:00:42.451Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4852026-08-26T16:00:44.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.41s
4862026-08-26T16:00:44.691Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4872026-08-26T16:00:45.207Z Downloading crates ...
4882026-08-26T16:00:45.257Z Downloaded arrayref v0.3.9
4892026-08-26T16:00:45.261Z Downloaded aead v0.5.2
4902026-08-26T16:00:45.264Z Downloaded cexpr v0.6.0
4912026-08-26T16:00:45.267Z Downloaded bs58 v0.5.1
4922026-08-26T16:00:45.267Z Downloaded atomic-waker v1.1.2
4932026-08-26T16:00:45.279Z Downloaded async-recursion v1.1.1
4942026-08-26T16:00:45.283Z Downloaded anstream v0.6.21
4952026-08-26T16:00:45.283Z Downloaded async-trait v0.1.89
4962026-08-26T16:00:45.287Z Downloaded atty v0.2.14
4972026-08-26T16:00:45.287Z Downloaded flagset v0.4.7
4982026-08-26T16:00:45.287Z Downloaded fixedbitset v0.5.7
4992026-08-26T16:00:45.290Z Downloaded adler2 v2.0.1
5002026-08-26T16:00:45.293Z Downloaded bcrypt-pbkdf v0.11.0
5012026-08-26T16:00:45.293Z Downloaded fixedbitset v0.4.2
5022026-08-26T16:00:45.299Z Downloaded bit-set v0.5.3
5032026-08-26T16:00:45.302Z Downloaded ascii-canvas v3.0.0
5042026-08-26T16:00:45.302Z Downloaded bit-set v0.8.0
5052026-08-26T16:00:45.302Z Downloaded futures-task v0.3.32
5062026-08-26T16:00:45.302Z Downloaded flate2 v1.1.9
5072026-08-26T16:00:45.308Z Downloaded fd-lock v4.0.4
5082026-08-26T16:00:45.312Z Downloaded array-init v0.0.4
5092026-08-26T16:00:45.315Z Downloaded arrayvec v0.7.6
5102026-08-26T16:00:45.315Z Downloaded bitfield v0.19.4
5112026-08-26T16:00:45.318Z Downloaded gethostname v0.5.0
5122026-08-26T16:00:45.318Z Downloaded endian-type v0.1.2
5132026-08-26T16:00:45.318Z Downloaded ghash v0.6.0
5142026-08-26T16:00:45.318Z Downloaded http-range v0.1.5
5152026-08-26T16:00:45.318Z Downloaded float-ord v0.3.2
5162026-08-26T16:00:45.322Z Downloaded bitfield-struct v0.6.2
5172026-08-26T16:00:45.325Z Downloaded fxhash v0.2.1
5182026-08-26T16:00:45.325Z Downloaded foreign-types v0.5.0
5192026-08-26T16:00:45.329Z Downloaded foreign-types-shared v0.3.1
5202026-08-26T16:00:45.329Z Downloaded futures-sink v0.3.32
5212026-08-26T16:00:45.329Z Downloaded castaway v0.2.4
5222026-08-26T16:00:45.329Z Downloaded nibble_vec v0.1.0
5232026-08-26T16:00:45.332Z Downloaded foreign-types v0.3.2
5242026-08-26T16:00:45.332Z Downloaded http-body v1.0.1
5252026-08-26T16:00:45.332Z Downloaded enum-as-inner v0.6.1
5262026-08-26T16:00:45.332Z Downloaded float-cmp v0.10.0
5272026-08-26T16:00:45.336Z Downloaded fallible-iterator v0.2.0
5282026-08-26T16:00:45.336Z Downloaded base64ct v1.8.3
5292026-08-26T16:00:45.339Z Downloaded bzip2 v0.6.1
5302026-08-26T16:00:45.339Z Downloaded foldhash v0.1.5
5312026-08-26T16:00:45.342Z Downloaded enum_dispatch v0.3.13
5322026-08-26T16:00:45.345Z Downloaded futures-executor v0.3.32
5332026-08-26T16:00:45.345Z Downloaded block-padding v0.4.2
5342026-08-26T16:00:45.345Z Downloaded cobs v0.3.0
5352026-08-26T16:00:45.346Z Downloaded env_logger v0.11.11
5362026-08-26T16:00:45.349Z Downloaded filetime v0.2.27
5372026-08-26T16:00:45.349Z Downloaded find-msvc-tools v0.1.9
5382026-08-26T16:00:45.349Z Downloaded futures-channel v0.3.32
5392026-08-26T16:00:45.349Z Downloaded bit-vec v0.8.0
5402026-08-26T16:00:45.349Z Downloaded ciborium-io v0.2.2
5412026-08-26T16:00:45.353Z Downloaded bb8 v0.8.6
5422026-08-26T16:00:45.353Z Downloaded compression-core v0.4.31
5432026-08-26T16:00:45.354Z Downloaded async-stream-impl v0.3.6
5442026-08-26T16:00:45.354Z Downloaded env_filter v2.0.0
5452026-08-26T16:00:45.358Z Downloaded ciborium-ll v0.2.2
5462026-08-26T16:00:45.358Z Downloaded form_urlencoded v1.2.2
5472026-08-26T16:00:45.358Z Downloaded futures-core v0.3.32
5482026-08-26T16:00:45.361Z Downloaded futures-macro v0.3.32
5492026-08-26T16:00:45.361Z Downloaded cfg_aliases v0.1.1
5502026-08-26T16:00:45.361Z Downloaded ff v0.13.1
5512026-08-26T16:00:45.361Z Downloaded foldhash v0.2.0
5522026-08-26T16:00:45.361Z Downloaded foreign-types-shared v0.1.1
5532026-08-26T16:00:45.361Z Downloaded funty v2.0.0
5542026-08-26T16:00:45.361Z Downloaded hostname v0.4.2
5552026-08-26T16:00:45.365Z Downloaded assert_matches v1.5.0
5562026-08-26T16:00:45.365Z Downloaded async-stream v0.3.6
5572026-08-26T16:00:45.368Z Downloaded erased-serde v0.3.31
5582026-08-26T16:00:45.368Z Downloaded bitfield-macros v0.19.4
5592026-08-26T16:00:45.368Z Downloaded fs-err v2.11.0
5602026-08-26T16:00:45.368Z Downloaded fs_extra v1.3.0
5612026-08-26T16:00:45.368Z Downloaded backtrace-ext v0.2.1
5622026-08-26T16:00:45.372Z Downloaded hostname v0.3.1
5632026-08-26T16:00:45.375Z Downloaded base16ct v1.0.0
5642026-08-26T16:00:45.378Z Downloaded hex v0.4.3
5652026-08-26T16:00:45.381Z Downloaded addr2line v0.25.1
5662026-08-26T16:00:45.384Z Downloaded async-bb8-diesel v0.2.1
5672026-08-26T16:00:45.384Z Downloaded anstyle-parse v0.2.7
5682026-08-26T16:00:45.384Z Downloaded argon2 v0.5.3
5692026-08-26T16:00:45.388Z Downloaded argon2 v0.6.0-rc.8
5702026-08-26T16:00:45.388Z Downloaded hash32 v0.2.1
5712026-08-26T16:00:45.391Z Downloaded allocator-api2 v0.2.21
5722026-08-26T16:00:45.394Z Downloaded base16ct v0.2.0
5732026-08-26T16:00:45.394Z Downloaded futures-io v0.3.32
5742026-08-26T16:00:45.397Z Downloaded home v0.5.12
5752026-08-26T16:00:45.400Z Downloaded hex-literal v1.1.0
5762026-08-26T16:00:45.444Z Downloaded globwalk v0.9.1
5772026-08-26T16:00:45.444Z Downloaded hubpack v0.1.2
5782026-08-26T16:00:45.444Z Downloaded nodrop v0.1.14
5792026-08-26T16:00:45.444Z Downloaded bitflags v1.3.2
5802026-08-26T16:00:45.444Z Downloaded block-buffer v0.12.1
5812026-08-26T16:00:45.444Z Downloaded hash32 v0.3.1
5822026-08-26T16:00:45.444Z Downloaded headers-core v0.3.0
5832026-08-26T16:00:45.447Z Downloaded openssl-macros v0.1.1
5842026-08-26T16:00:45.447Z Downloaded git-stub v1.0.0
5852026-08-26T16:00:45.447Z Downloaded ff v0.14.0
5862026-08-26T16:00:45.447Z Downloaded getrandom v0.3.4
5872026-08-26T16:00:45.447Z Downloaded const-oid v0.10.2
5882026-08-26T16:00:45.447Z Downloaded generic-array v1.4.3
5892026-08-26T16:00:45.447Z Downloaded normalize-line-endings v0.3.0
5902026-08-26T16:00:45.447Z Downloaded cfg_aliases v0.2.1
5912026-08-26T16:00:45.447Z Downloaded futures v0.3.32
5922026-08-26T16:00:45.447Z Downloaded oxide-generation-macros v0.2.0
5932026-08-26T16:00:45.447Z Downloaded hubpack_derive v0.1.1
5942026-08-26T16:00:45.448Z Downloaded proc-macro-crate v1.3.1
5952026-08-26T16:00:45.448Z Downloaded phf_shared v0.13.1
5962026-08-26T16:00:45.448Z Downloaded predicates-core v1.0.10
5972026-08-26T16:00:45.448Z Downloaded backoff v0.4.0
5982026-08-26T16:00:45.448Z Downloaded httpdate v1.0.3
5992026-08-26T16:00:45.448Z Downloaded humantime v2.3.0
6002026-08-26T16:00:45.448Z Downloaded foreign-types-macros v0.2.3
6012026-08-26T16:00:45.451Z Downloaded atomicwrites v0.4.4
6022026-08-26T16:00:45.451Z Downloaded aead v0.6.1
6032026-08-26T16:00:45.451Z Downloaded cmake v0.1.57
6042026-08-26T16:00:45.455Z Downloaded group v0.13.0
6052026-08-26T16:00:45.459Z Downloaded globset v0.4.18
6062026-08-26T16:00:45.459Z Downloaded highway v1.3.0
6072026-08-26T16:00:45.459Z Downloaded bcs v0.1.6
6082026-08-26T16:00:45.459Z Downloaded cmov v0.5.4
6092026-08-26T16:00:45.459Z Downloaded console v0.15.11
6102026-08-26T16:00:45.463Z Downloaded backon v1.6.0
6112026-08-26T16:00:45.463Z Downloaded chacha20 v0.10.0
6122026-08-26T16:00:45.466Z Downloaded radium v0.7.0
6132026-08-26T16:00:45.466Z Downloaded rfc6979 v0.6.0
6142026-08-26T16:00:45.466Z Downloaded rfc6979 v0.4.0
6152026-08-26T16:00:45.466Z Downloaded camino-tempfile-ext v0.3.3
6162026-08-26T16:00:45.470Z Downloaded bit-vec v0.6.3
6172026-08-26T16:00:45.473Z Downloaded glob v0.3.3
6182026-08-26T16:00:45.473Z Downloaded cipher v0.5.2
6192026-08-26T16:00:45.476Z Downloaded ref-cast v1.0.25
6202026-08-26T16:00:45.476Z Downloaded scopeguard v1.2.0
6212026-08-26T16:00:45.476Z Downloaded rtoolbox v0.0.3
6222026-08-26T16:00:45.479Z Downloaded group v0.14.0
6232026-08-26T16:00:45.483Z Downloaded signature v3.0.0
6242026-08-26T16:00:45.483Z Downloaded subtle v2.6.1
6252026-08-26T16:00:45.486Z Downloaded structmeta v0.3.0
6262026-08-26T16:00:45.489Z Downloaded signal-hook-tokio v0.3.1
6272026-08-26T16:00:45.490Z Downloaded signature v2.2.0
6282026-08-26T16:00:45.490Z Downloaded sigpipe v0.1.3
6292026-08-26T16:00:45.493Z Downloaded num_enum v0.7.6
6302026-08-26T16:00:45.493Z Downloaded cassowary v0.3.0
6312026-08-26T16:00:45.496Z Downloaded cipher v0.4.4
6322026-08-26T16:00:45.496Z Downloaded sqlparser_derive v0.5.0
6332026-08-26T16:00:45.496Z Downloaded supports-unicode v3.0.0
6342026-08-26T16:00:45.499Z Downloaded byte-wrapper v0.1.0
6352026-08-26T16:00:45.499Z Downloaded num_enum v0.5.11
6362026-08-26T16:00:45.503Z Downloaded oxide-tokio-rt v0.1.4
6372026-08-26T16:00:45.503Z Downloaded chacha20 v0.9.1
6382026-08-26T16:00:45.503Z Downloaded blowfish v0.10.0
6392026-08-26T16:00:45.503Z Downloaded getrandom v0.2.17
6402026-08-26T16:00:45.506Z Downloaded git-stub-vcs v0.1.0
6412026-08-26T16:00:45.509Z Downloaded tokio-macros v2.7.0
6422026-08-26T16:00:45.511Z Downloaded http-body-util v0.1.3
6432026-08-26T16:00:45.514Z Downloaded pbkdf2 v0.13.0
6442026-08-26T16:00:45.514Z Downloaded pem v3.0.6
6452026-08-26T16:00:45.518Z Downloaded phf v0.12.1
6462026-08-26T16:00:45.518Z Downloaded poly1305 v0.8.0
6472026-08-26T16:00:45.521Z Downloaded bzip2 v0.4.4
6482026-08-26T16:00:45.521Z Downloaded console v0.16.2
6492026-08-26T16:00:45.521Z Downloaded progenitor v0.13.0
6502026-08-26T16:00:45.524Z Downloaded progenitor-extras v0.2.0
6512026-08-26T16:00:45.524Z Downloaded ciborium v0.2.2
6522026-08-26T16:00:45.527Z Downloaded rand_core v0.9.5
6532026-08-26T16:00:45.527Z Downloaded ahash v0.8.12
6542026-08-26T16:00:45.531Z Downloaded httparse v1.10.1
6552026-08-26T16:00:45.531Z Downloaded half v1.8.3
6562026-08-26T16:00:45.536Z Downloaded hmac v0.13.0
6572026-08-26T16:00:45.539Z Downloaded rand_core v0.10.0
6582026-08-26T16:00:45.543Z Downloaded rustls-pemfile v2.2.0
6592026-08-26T16:00:45.546Z Downloaded unarray v0.1.4
6602026-08-26T16:00:45.546Z Downloaded universal-hash v0.6.1
6612026-08-26T16:00:45.546Z Downloaded usdt v0.6.0
6622026-08-26T16:00:45.546Z Downloaded const-oid v0.9.6
6632026-08-26T16:00:45.550Z Downloaded usdt-attr-macro v0.6.0
6642026-08-26T16:00:45.550Z Downloaded want v0.3.1
6652026-08-26T16:00:45.550Z Downloaded xshell-macros v0.2.7
6662026-08-26T16:00:45.550Z Downloaded compression-codecs v0.4.37
6672026-08-26T16:00:45.554Z Downloaded buf-list v1.1.2
6682026-08-26T16:00:45.554Z Downloaded yoke-derive v0.8.1
6692026-08-26T16:00:45.554Z Downloaded rustls-native-certs v0.8.3
6702026-08-26T16:00:45.554Z Downloaded sec1 v0.7.3
6712026-08-26T16:00:45.558Z Downloaded serde-hex v0.1.0
6722026-08-26T16:00:45.558Z Downloaded crc-catalog v2.4.0
6732026-08-26T16:00:45.561Z Downloaded blake2 v0.11.0-rc.6
6742026-08-26T16:00:45.561Z Downloaded hyper-rustls v0.27.7
6752026-08-26T16:00:45.564Z Downloaded serde_tokenstream v0.3.0
6762026-08-26T16:00:45.564Z Downloaded serde_derive_internals v0.29.1
6772026-08-26T16:00:45.568Z Downloaded structmeta-derive v0.3.0
6782026-08-26T16:00:45.568Z Downloaded colored v3.1.1
6792026-08-26T16:00:45.571Z Downloaded serde_with_macros v1.5.2
6802026-08-26T16:00:45.571Z Downloaded simd-adler32 v0.3.8
6812026-08-26T16:00:45.571Z Downloaded clang-sys v1.8.1
6822026-08-26T16:00:45.571Z Downloaded colored v2.2.0
6832026-08-26T16:00:45.575Z Downloaded zeroize_derive v1.5.0
6842026-08-26T16:00:45.575Z Downloaded zone_cfg_derive v0.3.1
6852026-08-26T16:00:45.575Z Downloaded convert_case v0.4.0
6862026-08-26T16:00:45.575Z Downloaded crunchy v0.2.4
6872026-08-26T16:00:45.575Z Downloaded defmt-parser v1.0.0
6882026-08-26T16:00:45.579Z Downloaded num-integer v0.1.46
6892026-08-26T16:00:45.579Z Downloaded synstructure v0.13.2
6902026-08-26T16:00:45.579Z Downloaded darling_macro v0.20.11
6912026-08-26T16:00:45.579Z Downloaded spki v0.8.0
6922026-08-26T16:00:45.579Z Downloaded ssh-cipher v0.3.0
6932026-08-26T16:00:45.583Z Downloaded tiny-keccak v2.0.2
6942026-08-26T16:00:45.583Z Downloaded curve25519-dalek-derive v0.1.1
6952026-08-26T16:00:45.586Z Downloaded difflib v0.4.0
6962026-08-26T16:00:45.586Z Downloaded pkcs8 v0.11.0
6972026-08-26T16:00:45.590Z Downloaded parking_lot_core v0.8.6
6982026-08-26T16:00:45.590Z Downloaded tls_codec v0.4.2
6992026-08-26T16:00:45.593Z Downloaded tui-tree-widget v0.23.1
7002026-08-26T16:00:45.593Z Downloaded debug-ignore v1.0.5
7012026-08-26T16:00:45.593Z Downloaded parking_lot_core v0.9.12
7022026-08-26T16:00:45.596Z Downloaded blake2 v0.10.6
7032026-08-26T16:00:45.599Z Downloaded poly1305 v0.9.0
7042026-08-26T16:00:45.599Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7052026-08-26T16:00:45.599Z Downloaded dirs-next v2.0.0
7062026-08-26T16:00:45.602Z Downloaded fatfs v0.3.6
7072026-08-26T16:00:45.607Z Downloaded walkdir v2.5.0
7082026-08-26T16:00:45.607Z Downloaded wyz v0.5.1
7092026-08-26T16:00:45.610Z Downloaded dtrace-parser v0.3.0
7102026-08-26T16:00:45.610Z Downloaded bytes v1.11.1
7112026-08-26T16:00:45.614Z Downloaded dof v0.4.0
7122026-08-26T16:00:45.614Z Downloaded embedded-io v0.6.1
7132026-08-26T16:00:45.614Z Downloaded idna_adapter v1.2.1
7142026-08-26T16:00:45.620Z Downloaded inout v0.1.4
7152026-08-26T16:00:45.623Z Downloaded lazy_static v1.5.0
7162026-08-26T16:00:45.626Z Downloaded zerovec-derive v0.11.2
7172026-08-26T16:00:45.626Z Downloaded is_ci v1.2.0
7182026-08-26T16:00:45.629Z Downloaded lalrpop-util v0.19.12
7192026-08-26T16:00:45.629Z Downloaded lru v0.12.5
7202026-08-26T16:00:45.629Z Downloaded maybe-uninit v2.0.0
7212026-08-26T16:00:45.633Z Downloaded memoffset v0.9.1
7222026-08-26T16:00:45.633Z Downloaded rustls-pki-types v1.14.0
7232026-08-26T16:00:45.636Z Downloaded hmac v0.12.1
7242026-08-26T16:00:45.639Z Downloaded aho-corasick v1.1.4
7252026-08-26T16:00:45.642Z Downloaded corncobs v0.1.4
7262026-08-26T16:00:45.642Z Downloaded serde_with_macros v3.21.0
7272026-08-26T16:00:45.645Z Downloaded omicron-zone-package v0.12.3
7282026-08-26T16:00:45.648Z Downloaded cbc v0.2.1
7292026-08-26T16:00:45.648Z Downloaded elliptic-curve v0.14.1
7302026-08-26T16:00:45.651Z Downloaded papergrid v0.18.0
7312026-08-26T16:00:45.651Z Downloaded term v1.2.1
7322026-08-26T16:00:45.654Z Downloaded cancel-safe-futures v0.1.5
7332026-08-26T16:00:45.654Z Downloaded ctr v0.10.1
7342026-08-26T16:00:45.658Z Downloaded num-iter v0.1.45
7352026-08-26T16:00:45.658Z Downloaded flume v0.11.1
7362026-08-26T16:00:45.658Z Downloaded hybrid-array v0.4.13
7372026-08-26T16:00:45.661Z Downloaded oso v0.27.3
7382026-08-26T16:00:45.661Z Downloaded arc-swap v1.8.2
7392026-08-26T16:00:45.661Z Downloaded pin-project v1.1.11
7402026-08-26T16:00:45.667Z Downloaded olpc-cjson v0.1.4
7412026-08-26T16:00:45.674Z Downloaded openssl-probe v0.1.6
7422026-08-26T16:00:45.674Z Downloaded compact_str v0.8.1
7432026-08-26T16:00:45.674Z Downloaded postgres-types v0.2.12
7442026-08-26T16:00:45.678Z Downloaded precomputed-hash v0.1.1
7452026-08-26T16:00:45.678Z Downloaded toml_parser v1.1.2+spec-1.1.0
7462026-08-26T16:00:45.678Z Downloaded tracing-attributes v0.1.31
7472026-08-26T16:00:45.678Z Downloaded deranged v0.5.8
7482026-08-26T16:00:45.679Z Downloaded diesel-dtrace v0.5.0
7492026-08-26T16:00:45.679Z Downloaded heapless v0.7.17
7502026-08-26T16:00:45.683Z Downloaded progenitor-impl v0.13.0
7512026-08-26T16:00:45.683Z Downloaded headers v0.4.1
7522026-08-26T16:00:45.687Z Downloaded half v2.7.1
7532026-08-26T16:00:45.687Z Downloaded illumos-nvpair v0.3.0
7542026-08-26T16:00:45.688Z Downloaded proc-macro-crate v3.4.0
7552026-08-26T16:00:45.688Z Downloaded rand_pcg v0.10.2
7562026-08-26T16:00:45.688Z Downloaded percent-encoding v2.3.2
7572026-08-26T16:00:45.688Z Downloaded progenitor-macro v0.14.0
7582026-08-26T16:00:45.692Z Downloaded hickory-resolver v0.25.2
7592026-08-26T16:00:45.692Z Downloaded sapling-renderdag v0.1.0
7602026-08-26T16:00:45.695Z Downloaded vergen v9.1.0
7612026-08-26T16:00:45.698Z Downloaded unicode-properties v0.1.4
7622026-08-26T16:00:45.698Z Downloaded schemars v0.8.22
7632026-08-26T16:00:45.703Z Downloaded ipnetwork v0.21.1
7642026-08-26T16:00:45.706Z Downloaded russh-cryptovec v0.62.0
7652026-08-26T16:00:45.706Z Downloaded sha1 v0.10.6
7662026-08-26T16:00:45.709Z Downloaded russh-util v0.52.0
7672026-08-26T16:00:45.713Z Downloaded serde-big-array v0.5.1
7682026-08-26T16:00:45.713Z Downloaded serde_bytes v0.11.19
7692026-08-26T16:00:45.713Z Downloaded sponge-cursor v0.1.0
7702026-08-26T16:00:45.713Z Downloaded seq-macro v0.3.6
7712026-08-26T16:00:45.716Z Downloaded signal-hook-mio v0.2.5
7722026-08-26T16:00:45.716Z Downloaded strum v0.26.3
7732026-08-26T16:00:45.720Z Downloaded signal-hook v0.3.18
7742026-08-26T16:00:45.724Z Downloaded linear-map v1.2.0
7752026-08-26T16:00:45.728Z Downloaded serde_yaml v0.9.34+deprecated
7762026-08-26T16:00:45.728Z Downloaded multimap v0.10.1
7772026-08-26T16:00:45.728Z Downloaded daft v0.1.8
7782026-08-26T16:00:45.728Z Downloaded term v0.7.0
7792026-08-26T16:00:45.731Z Downloaded der_derive v0.7.3
7802026-08-26T16:00:45.731Z Downloaded stable_deref_trait v1.2.1
7812026-08-26T16:00:45.731Z Downloaded lock_api v0.4.14
7822026-08-26T16:00:45.732Z Downloaded supports-hyperlinks v3.2.0
7832026-08-26T16:00:45.735Z Downloaded thiserror-impl-no-std v2.0.2
7842026-08-26T16:00:45.738Z Downloaded tinyvec_macros v0.1.1
7852026-08-26T16:00:45.738Z Downloaded expectorate v1.2.0
7862026-08-26T16:00:45.738Z Downloaded nanorand v0.7.0
7872026-08-26T16:00:45.738Z Downloaded mime_guess v2.0.5
7882026-08-26T16:00:45.742Z Downloaded password-hash v0.5.0
7892026-08-26T16:00:45.742Z Downloaded vte v0.14.1
7902026-08-26T16:00:45.742Z Downloaded backtrace v0.3.76
7912026-08-26T16:00:45.745Z Downloaded base64 v0.21.7
7922026-08-26T16:00:45.748Z Downloaded chacha20poly1305 v0.10.1
7932026-08-26T16:00:45.748Z Downloaded p384 v0.14.0
7942026-08-26T16:00:45.748Z Downloaded crossbeam-utils v0.8.21
7952026-08-26T16:00:45.752Z Downloaded ar_archive_writer v0.5.1
7962026-08-26T16:00:45.752Z Downloaded tokio-test v0.4.5
7972026-08-26T16:00:45.752Z Downloaded topological-sort v0.2.2
7982026-08-26T16:00:45.755Z Downloaded pin-project-internal v1.1.11
7992026-08-26T16:00:45.755Z Downloaded trait-variant v0.1.2
8002026-08-26T16:00:45.755Z Downloaded try-lock v0.2.5
8012026-08-26T16:00:45.755Z Downloaded unicode-truncate v1.1.0
8022026-08-26T16:00:45.755Z Downloaded base64 v0.22.1
8032026-08-26T16:00:45.764Z Downloaded num_enum_derive v0.7.6
8042026-08-26T16:00:45.768Z Downloaded packed_struct v0.10.1
8052026-08-26T16:00:45.771Z Downloaded peg v0.8.5
8062026-08-26T16:00:45.771Z Downloaded async-compression v0.4.41
8072026-08-26T16:00:45.774Z Downloaded hickory-resolver v0.24.4
8082026-08-26T16:00:45.777Z Downloaded postgres-protocol v0.6.10
8092026-08-26T16:00:45.777Z Downloaded prettyplease v0.2.37
8102026-08-26T16:00:45.783Z Downloaded progenitor-client v0.13.0
8112026-08-26T16:00:45.783Z Downloaded tokio-rustls v0.26.4
8122026-08-26T16:00:45.793Z Downloaded psm v0.1.30
8132026-08-26T16:00:45.793Z Downloaded ecdsa v0.17.0
8142026-08-26T16:00:45.793Z Downloaded oxide-generation v0.1.3
8152026-08-26T16:00:45.793Z Downloaded wait-timeout v0.2.1
8162026-08-26T16:00:45.793Z Downloaded pem-rfc7468 v1.0.0
8172026-08-26T16:00:45.797Z Downloaded polyval v0.7.1
8182026-08-26T16:00:45.797Z Downloaded cpubits v0.1.1
8192026-08-26T16:00:45.797Z Downloaded cpufeatures v0.3.0
8202026-08-26T16:00:45.797Z Downloaded chumsky v0.9.3
8212026-08-26T16:00:45.797Z Downloaded rayon-core v1.13.0
8222026-08-26T16:00:45.801Z Downloaded scuffle v0.1.0
8232026-08-26T16:00:45.804Z Downloaded jobserver v0.1.34
8242026-08-26T16:00:45.804Z Downloaded heapless v0.8.0
8252026-08-26T16:00:45.804Z Downloaded libsw v3.5.0
8262026-08-26T16:00:45.807Z Downloaded rpassword v7.5.4
8272026-08-26T16:00:45.807Z Downloaded sec1 v0.8.1
8282026-08-26T16:00:45.807Z Downloaded slab v0.4.12
8292026-08-26T16:00:45.811Z Downloaded slog-async v2.8.0
8302026-08-26T16:00:45.811Z Downloaded slog-bunyan v2.5.0
8312026-08-26T16:00:45.811Z Downloaded wnaf v0.14.0
8322026-08-26T16:00:45.811Z Downloaded socket2 v0.5.10
8332026-08-26T16:00:45.811Z Downloaded tar v0.4.46
8342026-08-26T16:00:45.814Z Downloaded crc-any v2.5.0
8352026-08-26T16:00:45.814Z Downloaded zopfli v0.8.3
8362026-08-26T16:00:45.818Z Downloaded strum_macros v0.27.2
8372026-08-26T16:00:45.818Z Downloaded document-features v0.2.12
8382026-08-26T16:00:45.818Z Downloaded dyn-clone v1.0.20
8392026-08-26T16:00:45.818Z Downloaded illumos-nvpair-sys v0.2.0
8402026-08-26T16:00:45.818Z Downloaded downcast-rs v2.0.2
8412026-08-26T16:00:45.821Z Downloaded owo-colors v4.3.0
8422026-08-26T16:00:45.821Z Downloaded termios v0.3.3
8432026-08-26T16:00:45.824Z Downloaded kstat-rs v0.2.5
8442026-08-26T16:00:45.824Z Downloaded aes v0.9.1
8452026-08-26T16:00:45.828Z Downloaded is-terminal v0.4.17
8462026-08-26T16:00:45.828Z Downloaded managed v0.8.0
8472026-08-26T16:00:45.828Z Downloaded usdt-impl v0.6.0
8482026-08-26T16:00:45.831Z Downloaded publicsuffix v2.3.0
8492026-08-26T16:00:45.831Z Downloaded quinn v0.11.11
8502026-08-26T16:00:45.835Z Downloaded unicase v2.9.0
8512026-08-26T16:00:45.835Z Downloaded uzers v0.12.2
8522026-08-26T16:00:45.838Z Downloaded yoke v0.8.1
8532026-08-26T16:00:45.841Z Downloaded newtype-uuid-macros v0.1.0
8542026-08-26T16:00:45.841Z Downloaded openssl-probe v0.2.1
8552026-08-26T16:00:45.841Z Downloaded num_enum_derive v0.5.11
8562026-08-26T16:00:45.849Z Downloaded constant_time_eq v0.4.2
8572026-08-26T16:00:45.852Z Downloaded icu_provider v2.1.1
8582026-08-26T16:00:45.852Z Downloaded ingot-types v0.2.0
8592026-08-26T16:00:45.856Z Downloaded parse-display v0.10.0
8602026-08-26T16:00:45.859Z Downloaded snafu-derive v0.8.9
8612026-08-26T16:00:45.859Z Downloaded serde_plain v1.0.2
8622026-08-26T16:00:45.862Z Downloaded writeable v0.6.2
8632026-08-26T16:00:45.865Z Downloaded serde_repr v0.1.20
8642026-08-26T16:00:45.865Z Downloaded siphasher v1.0.2
8652026-08-26T16:00:45.865Z Downloaded strum v0.27.2
8662026-08-26T16:00:45.865Z Downloaded data-encoding v2.10.0
8672026-08-26T16:00:45.865Z Downloaded smallvec v1.15.1
8682026-08-26T16:00:45.869Z Downloaded predicates-tree v1.0.13
8692026-08-26T16:00:45.872Z Downloaded rand_chacha v0.3.1
8702026-08-26T16:00:45.872Z Downloaded rustc_version v0.1.7
8712026-08-26T16:00:45.872Z Downloaded derive-ex v0.1.8
8722026-08-26T16:00:45.875Z Downloaded delegate v0.13.5
8732026-08-26T16:00:45.878Z Downloaded darling_core v0.20.11
8742026-08-26T16:00:45.882Z Downloaded serde_spanned v1.1.1
8752026-08-26T16:00:45.882Z Downloaded take_mut v0.2.2
8762026-08-26T16:00:45.885Z Downloaded http v1.4.2
8772026-08-26T16:00:45.885Z Downloaded tagptr v0.2.0
8782026-08-26T16:00:45.885Z Downloaded hashbrown v0.12.3
8792026-08-26T16:00:45.889Z Downloaded secrecy v0.10.3
8802026-08-26T16:00:45.892Z Downloaded tabwriter v1.4.1
8812026-08-26T16:00:45.896Z Downloaded ena v0.14.4
8822026-08-26T16:00:45.899Z Downloaded pkcs5 v0.8.1
8832026-08-26T16:00:45.902Z Downloaded keccak v0.1.6
8842026-08-26T16:00:45.902Z Downloaded lzss v0.8.2
8852026-08-26T16:00:45.902Z Downloaded module-lattice v0.2.3
8862026-08-26T16:00:45.905Z Downloaded toml_writer v1.1.1+spec-1.1.0
8872026-08-26T16:00:45.905Z Downloaded tower-service v0.3.3
8882026-08-26T16:00:45.909Z Downloaded ignore v0.4.25
8892026-08-26T16:00:45.909Z Downloaded unit-prefix v0.5.2
8902026-08-26T16:00:45.909Z Downloaded universal-hash v0.5.1
8912026-08-26T16:00:45.909Z Downloaded crc8 v0.1.1
8922026-08-26T16:00:45.912Z Downloaded num-complex v0.4.6
8932026-08-26T16:00:45.912Z Downloaded parse-display-derive v0.10.0
8942026-08-26T16:00:45.912Z Downloaded libsw-core v0.3.2
8952026-08-26T16:00:45.915Z Downloaded miette-derive v7.6.0
8962026-08-26T16:00:45.915Z Downloaded pkcs8 v0.10.2
8972026-08-26T16:00:45.919Z Downloaded oxide-update-engine v0.1.2
8982026-08-26T16:00:45.919Z Downloaded icu_normalizer v2.1.1
8992026-08-26T16:00:45.919Z Downloaded unicode-xid v0.2.6
9002026-08-26T16:00:45.922Z Downloaded typify-macro v0.6.2
9012026-08-26T16:00:45.926Z Downloaded zerofrom-derive v0.1.6
9022026-08-26T16:00:45.926Z Downloaded rand_chacha v0.9.0
9032026-08-26T16:00:45.926Z Downloaded crossbeam-epoch v0.9.18
9042026-08-26T16:00:45.929Z Downloaded aes-gcm v0.11.0
9052026-08-26T16:00:45.929Z Downloaded knus v3.4.0
9062026-08-26T16:00:45.933Z Downloaded pem-rfc7468 v0.7.0
9072026-08-26T16:00:45.933Z Downloaded bumpalo v3.20.2
9082026-08-26T16:00:45.936Z Downloaded scroll v0.13.0
9092026-08-26T16:00:45.936Z Downloaded crucible-workspace-hack v0.1.0
9102026-08-26T16:00:45.936Z Downloaded darling_macro v0.21.3
9112026-08-26T16:00:45.936Z Downloaded rsa v0.10.0-rc.18
9122026-08-26T16:00:45.939Z Downloaded darling_macro v0.23.0
9132026-08-26T16:00:45.940Z Downloaded dsl_auto_type v0.2.0
9142026-08-26T16:00:45.940Z Downloaded digest-io v0.1.0
9152026-08-26T16:00:45.940Z Downloaded darling v0.21.3
9162026-08-26T16:00:45.943Z Downloaded phf v0.13.1
9172026-08-26T16:00:45.943Z Downloaded psl-types v2.0.11
9182026-08-26T16:00:45.946Z Downloaded hashbrown v0.13.2
9192026-08-26T16:00:45.946Z Downloaded hickory-server v0.25.2
9202026-08-26T16:00:45.950Z Downloaded proc-macro-error2 v2.0.1
9212026-08-26T16:00:45.950Z Downloaded derive_builder_macro v0.20.2
9222026-08-26T16:00:45.953Z Downloaded strum_macros v0.24.3
9232026-08-26T16:00:45.953Z Downloaded derive_more v2.1.1
9242026-08-26T16:00:45.959Z Downloaded ingot-macros v0.2.0
9252026-08-26T16:00:45.962Z Downloaded toml v1.1.2+spec-1.1.0
9262026-08-26T16:00:45.962Z Downloaded tinystr v0.8.2
9272026-08-26T16:00:45.965Z Downloaded tls_codec_derive v0.4.2
9282026-08-26T16:00:45.965Z Downloaded kem v0.3.0
9292026-08-26T16:00:45.965Z Downloaded libscf-sys v1.2.0
9302026-08-26T16:00:45.965Z Downloaded mime v0.3.17
9312026-08-26T16:00:45.965Z Downloaded shlex v1.3.0
9322026-08-26T16:00:45.969Z Downloaded indoc v1.0.9
9332026-08-26T16:00:45.969Z Downloaded instability v0.3.11
9342026-08-26T16:00:45.973Z Downloaded instant v0.1.13
9352026-08-26T16:00:45.973Z Downloaded litemap v0.8.1
9362026-08-26T16:00:45.977Z Downloaded ml-kem v0.3.2
9372026-08-26T16:00:45.977Z Downloaded quinn-udp v0.5.14
9382026-08-26T16:00:45.977Z Downloaded md-5 v0.10.6
9392026-08-26T16:00:45.977Z Downloaded signal-hook-registry v1.4.8
9402026-08-26T16:00:45.980Z Downloaded tinyvec v1.10.0
9412026-08-26T16:00:45.980Z Downloaded pretty_assertions v1.4.1
9422026-08-26T16:00:45.980Z Downloaded lru-cache v0.1.2
9432026-08-26T16:00:45.980Z Downloaded newtype_derive v0.1.6
9442026-08-26T16:00:45.984Z Downloaded pkcs1 v0.8.0-rc.4
9452026-08-26T16:00:45.984Z Downloaded rand v0.9.2
9462026-08-26T16:00:45.987Z Downloaded typed-path v0.9.3
9472026-08-26T16:00:45.991Z Downloaded unicode_categories v0.1.1
9482026-08-26T16:00:45.991Z Downloaded path-slash v0.1.5
9492026-08-26T16:00:45.991Z Downloaded uuid v1.23.4
9502026-08-26T16:00:45.997Z Downloaded oxide-update-engine-display v0.1.2
9512026-08-26T16:00:46.001Z Downloaded zeroize v1.9.0
9522026-08-26T16:00:46.001Z Downloaded salsa20 v0.11.0
9532026-08-26T16:00:46.004Z Downloaded quick-error v1.2.3
9542026-08-26T16:00:46.009Z Downloaded num-bigint-dig v0.8.6
9552026-08-26T16:00:46.012Z Downloaded zerocopy v0.6.6
9562026-08-26T16:00:46.015Z Downloaded pkcs1 v0.7.5
9572026-08-26T16:00:46.018Z Downloaded either v1.15.0
9582026-08-26T16:00:46.021Z Downloaded rustc_version v0.4.1
9592026-08-26T16:00:46.021Z Downloaded same-file v1.0.6
9602026-08-26T16:00:46.025Z Downloaded scheduled-thread-pool v0.2.7
9612026-08-26T16:00:46.028Z Downloaded cc v1.2.56
9622026-08-26T16:00:46.028Z Downloaded ed25519 v3.0.0
9632026-08-26T16:00:46.032Z Downloaded slog-envlogger v2.2.0
9642026-08-26T16:00:46.043Z Downloaded termtree v0.5.1
9652026-08-26T16:00:46.051Z Downloaded sync-ptr v0.1.4
9662026-08-26T16:00:46.051Z Downloaded zerofrom v0.1.6
9672026-08-26T16:00:46.051Z Downloaded zone v0.3.1
9682026-08-26T16:00:46.051Z Downloaded unsafe-libyaml v0.2.11
9692026-08-26T16:00:46.056Z Downloaded num-traits v0.2.19
9702026-08-26T16:00:46.059Z Downloaded tokio-tungstenite v0.23.1
9712026-08-26T16:00:46.059Z Downloaded multer v3.1.0
9722026-08-26T16:00:46.063Z Downloaded newtype-uuid v1.3.2
9732026-08-26T16:00:46.063Z Downloaded waitgroup v0.1.2
9742026-08-26T16:00:46.063Z Downloaded xattr v1.6.1
9752026-08-26T16:00:46.063Z Downloaded crypto-common v0.2.2
9762026-08-26T16:00:46.066Z Downloaded dirs-sys-next v0.1.2
9772026-08-26T16:00:46.069Z Downloaded display-error-chain v0.2.2
9782026-08-26T16:00:46.069Z Downloaded hyper-util v0.1.20
9792026-08-26T16:00:46.076Z Downloaded whoami v2.1.0
9802026-08-26T16:00:46.079Z Downloaded zstd v0.13.3
9812026-08-26T16:00:46.079Z Downloaded pin-project-lite v0.2.17
9822026-08-26T16:00:46.083Z Downloaded rcgen v0.12.1
9832026-08-26T16:00:46.086Z Downloaded ryu v1.0.23
9842026-08-26T16:00:46.086Z Downloaded darling v0.23.0
9852026-08-26T16:00:46.089Z Downloaded hyper-tls v0.6.0
9862026-08-26T16:00:46.089Z Downloaded ident_case v1.0.1
9872026-08-26T16:00:46.089Z Downloaded num v0.4.3
9882026-08-26T16:00:46.092Z Downloaded internet-checksum v0.2.1
9892026-08-26T16:00:46.092Z Downloaded zip v0.6.6
9902026-08-26T16:00:46.095Z Downloaded linked-hash-map v0.5.6
9912026-08-26T16:00:46.096Z Downloaded maplit v1.0.2
9922026-08-26T16:00:46.096Z Downloaded schemars v1.2.1
9932026-08-26T16:00:46.102Z Downloaded darling_core v0.23.0
9942026-08-26T16:00:46.105Z Downloaded prefix-trie v0.7.0
9952026-08-26T16:00:46.108Z Downloaded resolv-conf v0.7.6
9962026-08-26T16:00:46.108Z Downloaded new_debug_unreachable v1.0.6
9972026-08-26T16:00:46.108Z Downloaded potential_utf v0.1.4
9982026-08-26T16:00:46.108Z Downloaded progenitor-client v0.14.0
9992026-08-26T16:00:46.111Z Downloaded rustc-hash v2.1.1
10002026-08-26T16:00:46.111Z Downloaded hashbrown v0.15.5
10012026-08-26T16:00:46.116Z Downloaded socket2 v0.6.3
10022026-08-26T16:00:46.119Z Downloaded slog-dtrace v0.3.0
10032026-08-26T16:00:46.119Z Downloaded slog-json v2.6.1
10042026-08-26T16:00:46.119Z Downloaded ssh-encoding v0.3.0
10052026-08-26T16:00:46.119Z Downloaded minimal-lexical v0.2.1
10062026-08-26T16:00:46.123Z Downloaded futures-util v0.3.32
10072026-08-26T16:00:46.129Z Downloaded similar v2.7.0
10082026-08-26T16:00:46.132Z Downloaded hashbrown v0.16.1
10092026-08-26T16:00:46.135Z Downloaded serde_urlencoded v0.7.1
10102026-08-26T16:00:46.135Z Downloaded tokio-dtrace v0.1.1
10112026-08-26T16:00:46.138Z Downloaded libefi-sys v0.1.0
10122026-08-26T16:00:46.138Z Downloaded ref-cast-impl v1.0.25
10132026-08-26T16:00:46.138Z Downloaded vergen-gitcl v1.0.8
10142026-08-26T16:00:46.141Z Downloaded tungstenite v0.23.0
10152026-08-26T16:00:46.141Z Downloaded zstd-safe v7.2.4
10162026-08-26T16:00:46.144Z Downloaded hyper v1.10.1
10172026-08-26T16:00:46.148Z Downloaded tokio-tungstenite v0.21.0
10182026-08-26T16:00:46.148Z Downloaded vsss-rs v3.3.4
10192026-08-26T16:00:46.151Z Downloaded time-core v0.1.8
10202026-08-26T16:00:46.151Z Downloaded usdt-macro v0.6.0
10212026-08-26T16:00:46.151Z Downloaded cookie v0.18.1
10222026-08-26T16:00:46.151Z Downloaded parking_lot v0.12.5
10232026-08-26T16:00:46.155Z Downloaded untrusted v0.9.0
10242026-08-26T16:00:46.155Z Downloaded ed25519-dalek v3.0.0
10252026-08-26T16:00:46.155Z Downloaded ppv-lite86 v0.2.21
10262026-08-26T16:00:46.158Z Downloaded unicode-bidi v0.3.18
10272026-08-26T16:00:46.164Z Downloaded rsa v0.9.10
10282026-08-26T16:00:46.167Z Downloaded ed25519 v2.2.3
10292026-08-26T16:00:46.167Z Downloaded paste v1.0.15
10302026-08-26T16:00:46.171Z Downloaded keccak v0.2.0
10312026-08-26T16:00:46.171Z Downloaded knus-derive v3.4.0
10322026-08-26T16:00:46.171Z Downloaded primeorder v0.14.0
10332026-08-26T16:00:46.174Z Downloaded crypto-bigint v0.5.5
10342026-08-26T16:00:46.177Z Downloaded der v0.7.10
10352026-08-26T16:00:46.177Z Downloaded itertools v0.10.5
10362026-08-26T16:00:46.180Z Downloaded rusty-fork v0.3.1
10372026-08-26T16:00:46.180Z Downloaded serde_cbor v0.11.2
10382026-08-26T16:00:46.184Z Downloaded nu-ansi-term v0.50.3
10392026-08-26T16:00:46.184Z Downloaded diesel_table_macro_syntax v0.3.0
10402026-08-26T16:00:46.184Z Downloaded drift v0.2.0
10412026-08-26T16:00:46.188Z Downloaded steno v0.4.1
10422026-08-26T16:00:46.192Z Downloaded darling_macro v0.13.4
10432026-08-26T16:00:46.192Z Downloaded dropshot-api-manager-types v0.8.0
10442026-08-26T16:00:46.192Z Downloaded md5 v0.8.0
10452026-08-26T16:00:46.195Z Downloaded ed25519-dalek v2.2.0
10462026-08-26T16:00:46.195Z Downloaded indicatif v0.18.4
10472026-08-26T16:00:46.200Z Downloaded oxnet v0.1.6
10482026-08-26T16:00:46.200Z Downloaded peg-macros v0.8.5
10492026-08-26T16:00:46.201Z Downloaded icu_collections v2.1.1
10502026-08-26T16:00:46.204Z Downloaded icu_locale_core v2.1.1
10512026-08-26T16:00:46.207Z Downloaded num-bigint v0.4.6
10522026-08-26T16:00:46.210Z Downloaded inout v0.2.2
10532026-08-26T16:00:46.210Z Downloaded num-conv v0.2.0
10542026-08-26T16:00:46.210Z Downloaded snafu v0.8.9
10552026-08-26T16:00:46.214Z Downloaded strum_macros v0.26.4
10562026-08-26T16:00:46.214Z Downloaded icu_properties v2.1.2
10572026-08-26T16:00:46.217Z Downloaded nonempty v0.12.0
10582026-08-26T16:00:46.217Z Downloaded rand_xorshift v0.4.0
10592026-08-26T16:00:46.218Z Downloaded static_assertions v1.1.0
10602026-08-26T16:00:46.218Z Downloaded stringprep v0.1.5
10612026-08-26T16:00:46.218Z Downloaded thread_local v1.1.9
10622026-08-26T16:00:46.221Z Downloaded smf v0.2.3
10632026-08-26T16:00:46.221Z Downloaded sqlformat v0.3.5
10642026-08-26T16:00:46.221Z Downloaded parse-size v1.1.0
10652026-08-26T16:00:46.221Z Downloaded progenitor-macro v0.13.0
10662026-08-26T16:00:46.226Z Downloaded tokio-util v0.7.18
10672026-08-26T16:00:46.234Z Downloaded tap v1.0.1
10682026-08-26T16:00:46.238Z Downloaded derive_builder v0.20.2
10692026-08-26T16:00:46.241Z Downloaded derive_builder_core v0.20.2
10702026-08-26T16:00:46.241Z Downloaded shell-words v1.1.1
10712026-08-26T16:00:46.241Z Downloaded rand v0.10.1
10722026-08-26T16:00:46.244Z Downloaded whoami v1.6.1
10732026-08-26T16:00:46.244Z Downloaded utf-8 v0.7.6
10742026-08-26T16:00:46.244Z Downloaded reedline v0.40.0
10752026-08-26T16:00:46.252Z Downloaded postcard v1.1.3
10762026-08-26T16:00:46.255Z Downloaded slog-scope v4.4.1
10772026-08-26T16:00:46.255Z Downloaded r2d2 v0.8.10
10782026-08-26T16:00:46.255Z Downloaded xshell v0.2.7
10792026-08-26T16:00:46.258Z Downloaded const_format_proc_macros v0.2.34
10802026-08-26T16:00:46.258Z Downloaded crc v3.4.0
10812026-08-26T16:00:46.263Z Downloaded dunce v1.0.5
10822026-08-26T16:00:46.268Z Downloaded rustls-webpki v0.103.13
10832026-08-26T16:00:46.271Z Downloaded sha2 v0.11.0
10842026-08-26T16:00:46.271Z Downloaded crossbeam-deque v0.8.6
10852026-08-26T16:00:46.271Z Downloaded hashbrown v0.14.5
10862026-08-26T16:00:46.275Z Downloaded hkdf v0.13.0
10872026-08-26T16:00:46.278Z Downloaded libloading v0.8.9
10882026-08-26T16:00:46.278Z Downloaded phc v0.6.1
10892026-08-26T16:00:46.278Z Downloaded primefield v0.14.0
10902026-08-26T16:00:46.278Z Downloaded jiff-static v0.2.34
10912026-08-26T16:00:46.282Z Downloaded impl-trait-for-tuples v0.2.3
10922026-08-26T16:00:46.282Z Downloaded ipnet v2.12.0
10932026-08-26T16:00:46.282Z Downloaded num-derive v0.4.2
10942026-08-26T16:00:46.282Z Downloaded opaque-debug v0.3.1
10952026-08-26T16:00:46.288Z Downloaded recursive-proc-macro-impl v0.1.1
10962026-08-26T16:00:46.288Z Downloaded newline-converter v0.3.0
10972026-08-26T16:00:46.288Z Downloaded rustc-demangle v0.1.27
10982026-08-26T16:00:46.288Z Downloaded scroll_derive v0.13.1
10992026-08-26T16:00:46.288Z Downloaded secrecy v0.8.0
11002026-08-26T16:00:46.288Z Downloaded toml_edit v0.23.10+spec-1.0.0
11012026-08-26T16:00:46.291Z Downloaded h2 v0.4.15
11022026-08-26T16:00:46.295Z Downloaded tracing-core v0.1.36
11032026-08-26T16:00:46.298Z Downloaded pkg-config v0.3.32
11042026-08-26T16:00:46.298Z Downloaded utf8_iter v1.0.4
11052026-08-26T16:00:46.301Z Downloaded p521 v0.14.0
11062026-08-26T16:00:46.305Z Downloaded hkdf v0.12.4
11072026-08-26T16:00:46.305Z Downloaded tower-http v0.6.8
11082026-08-26T16:00:46.308Z Downloaded darling_core v0.13.4
11092026-08-26T16:00:46.311Z Downloaded scrypt v0.12.0
11102026-08-26T16:00:46.311Z Downloaded support-bundle-viewer v0.1.2
11112026-08-26T16:00:46.316Z Downloaded darling v0.20.11
11122026-08-26T16:00:46.316Z Downloaded strsim v0.10.0
11132026-08-26T16:00:46.319Z Downloaded p256 v0.14.0
11142026-08-26T16:00:46.323Z Downloaded peg-runtime v0.8.5
11152026-08-26T16:00:46.323Z Downloaded match_cfg v0.1.0
11162026-08-26T16:00:46.339Z Downloaded time-macros v0.2.27
11172026-08-26T16:00:46.344Z Downloaded vergen-lib v9.1.0
11182026-08-26T16:00:46.345Z Downloaded proc-macro-error-attr2 v2.0.0
11192026-08-26T16:00:46.348Z Downloaded recursive v0.1.1
11202026-08-26T16:00:46.348Z Downloaded daft-derive v0.1.8
11212026-08-26T16:00:46.348Z Downloaded darling v0.13.4
11222026-08-26T16:00:46.348Z Downloaded sync_wrapper v1.0.2
11232026-08-26T16:00:46.348Z Downloaded thread-id v5.1.0
11242026-08-26T16:00:46.352Z Downloaded der v0.8.0
11252026-08-26T16:00:46.359Z Downloaded progenitor-impl v0.14.0
11262026-08-26T16:00:46.362Z Downloaded iana-time-zone v0.1.65
11272026-08-26T16:00:46.365Z Downloaded qorb v0.4.1
11282026-08-26T16:00:46.365Z Downloaded primeorder v0.13.6
11292026-08-26T16:00:46.369Z Downloaded embedded-io v0.4.0
11302026-08-26T16:00:46.376Z Downloaded password-hash v0.6.1
11312026-08-26T16:00:46.376Z Downloaded schemars_derive v0.8.22
11322026-08-26T16:00:46.376Z Downloaded powerfmt v0.2.0
11332026-08-26T16:00:46.380Z Downloaded dropshot-api-manager v0.8.0
11342026-08-26T16:00:46.380Z Downloaded rustls-platform-verifier v0.6.2
11352026-08-26T16:00:46.380Z Downloaded internal-russh-num-bigint v0.5.0
11362026-08-26T16:00:46.383Z Downloaded spki v0.7.3
11372026-08-26T16:00:46.383Z Downloaded test-strategy v0.4.5
11382026-08-26T16:00:46.383Z Downloaded stacker v0.1.23
11392026-08-26T16:00:46.387Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11402026-08-26T16:00:46.391Z Downloaded csv-core v0.1.13
11412026-08-26T16:00:46.394Z Downloaded indexmap v1.9.3
11422026-08-26T16:00:46.397Z Downloaded tungstenite v0.21.0
11432026-08-26T16:00:46.400Z Downloaded nom v7.1.3
11442026-08-26T16:00:46.405Z Downloaded defmt v1.0.1
11452026-08-26T16:00:46.405Z Downloaded num-rational v0.4.2
11462026-08-26T16:00:46.408Z Downloaded oso-derive v0.27.3
11472026-08-26T16:00:46.408Z Downloaded void v1.0.2
11482026-08-26T16:00:46.411Z Downloaded phf_shared v0.11.3
11492026-08-26T16:00:46.418Z Downloaded indent_write v2.2.0
11502026-08-26T16:00:46.418Z Downloaded serde_path_to_error v0.1.20
11512026-08-26T16:00:46.418Z Downloaded slog-stdlog v4.1.1
11522026-08-26T16:00:46.421Z Downloaded des v0.9.0
11532026-08-26T16:00:46.425Z Downloaded cookie_store v0.22.1
11542026-08-26T16:00:46.428Z Downloaded num_threads v0.1.7
11552026-08-26T16:00:46.432Z Downloaded tokio-native-tls v0.3.1
11562026-08-26T16:00:46.432Z Downloaded hyper-staticfile v0.10.1
11572026-08-26T16:00:46.436Z Downloaded untrusted v0.7.1
11582026-08-26T16:00:46.436Z Downloaded derive-where v1.6.0
11592026-08-26T16:00:46.436Z Downloaded libbz2-rs-sys v0.2.2
11602026-08-26T16:00:46.436Z Downloaded memmap2 v0.9.10
11612026-08-26T16:00:46.446Z Downloaded rustversion v1.0.22
11622026-08-26T16:00:46.449Z Downloaded packed_struct_codegen v0.10.1
11632026-08-26T16:00:46.449Z Downloaded diesel_derives v2.3.7
11642026-08-26T16:00:46.453Z Downloaded aws-lc-rs v1.16.3
11652026-08-26T16:00:46.458Z Downloaded spin v0.9.8
11662026-08-26T16:00:46.462Z Downloaded native-tls v0.2.18
11672026-08-26T16:00:46.463Z Downloaded nom v8.0.0
11682026-08-26T16:00:46.463Z Downloaded sha1 v0.11.0
11692026-08-26T16:00:46.466Z Downloaded testing_table v0.3.0
11702026-08-26T16:00:46.469Z Downloaded serdect v0.4.3
11712026-08-26T16:00:46.473Z Downloaded vergen-lib v0.1.6
11722026-08-26T16:00:46.473Z Downloaded slog v2.8.2
11732026-08-26T16:00:46.473Z Downloaded unicode-segmentation v1.12.0
11742026-08-26T16:00:46.477Z Downloaded diff v0.1.13
11752026-08-26T16:00:46.477Z Downloaded vergen-git2 v9.1.0
11762026-08-26T16:00:46.477Z Downloaded slog-term v2.9.2
11772026-08-26T16:00:46.480Z Downloaded smallvec v0.6.14
11782026-08-26T16:00:46.480Z Downloaded gimli v0.32.3
11792026-08-26T16:00:46.483Z Downloaded cstr-argument v0.1.2
11802026-08-26T16:00:46.483Z Downloaded strip-ansi-escapes v0.2.1
11812026-08-26T16:00:46.486Z Downloaded displaydoc v0.2.5
11822026-08-26T16:00:46.486Z Downloaded url v2.5.8
11832026-08-26T16:00:46.486Z Downloaded lru-slab v0.1.2
11842026-08-26T16:00:46.489Z Downloaded tower-layer v0.3.3
11852026-08-26T16:00:46.490Z Downloaded crc32fast v1.5.0
11862026-08-26T16:00:46.490Z Downloaded progenitor v0.14.0
11872026-08-26T16:00:46.493Z Downloaded defmt-macros v1.0.1
11882026-08-26T16:00:46.497Z Downloaded port-file v0.1.0
11892026-08-26T16:00:46.497Z Downloaded ingot v0.2.1
11902026-08-26T16:00:46.497Z Downloaded dropshot_endpoint v0.17.1
11912026-08-26T16:00:46.500Z Downloaded defmt v0.3.100
11922026-08-26T16:00:46.500Z Downloaded convert_case v0.10.0
11932026-08-26T16:00:46.500Z Downloaded rand_seeder v0.4.0
11942026-08-26T16:00:46.516Z Downloaded supports-color v3.0.2
11952026-08-26T16:00:46.516Z Downloaded critical-section v1.2.0
11962026-08-26T16:00:46.516Z Downloaded indoc v2.0.7
11972026-08-26T16:00:46.520Z Downloaded blake3 v1.8.5
11982026-08-26T16:00:46.523Z Downloaded bitvec v1.0.1
11992026-08-26T16:00:46.528Z Downloaded rand_core v0.6.4
12002026-08-26T16:00:46.531Z Downloaded toml v0.7.8
12012026-08-26T16:00:46.531Z Downloaded twox-hash v2.1.2
12022026-08-26T16:00:46.536Z Downloaded unicode-normalization v0.1.25
12032026-08-26T16:00:46.536Z Downloaded zerovec v0.11.5
12042026-08-26T16:00:46.539Z Downloaded litrs v1.0.0
12052026-08-26T16:00:46.539Z Downloaded semver v0.1.20
12062026-08-26T16:00:46.542Z Downloaded predicates v3.1.4
12072026-08-26T16:00:46.546Z Downloaded ecdsa v0.16.9
12082026-08-26T16:00:46.556Z Downloaded tokio-stream v0.1.18
12092026-08-26T16:00:46.564Z Downloaded toml_edit v0.19.15
12102026-08-26T16:00:46.571Z Downloaded openssl-sys v0.9.117
12112026-08-26T16:00:46.576Z Downloaded elliptic-curve v0.13.8
12122026-08-26T16:00:46.580Z Downloaded digest v0.11.3
12132026-08-26T16:00:46.580Z Downloaded thiserror-no-std v2.0.2
12142026-08-26T16:00:46.585Z Downloaded samael v0.0.19
12152026-08-26T16:00:46.588Z Downloaded tokio-postgres v0.7.16
12162026-08-26T16:00:46.588Z Downloaded bindgen v0.71.1
12172026-08-26T16:00:46.591Z Downloaded rayon v1.11.0
12182026-08-26T16:00:46.597Z Downloaded winnow v0.5.40
12192026-08-26T16:00:46.601Z Downloaded crossterm v0.28.1
12202026-08-26T16:00:46.604Z Downloaded const_format v0.2.35
12212026-08-26T16:00:46.607Z Downloaded rawzip v0.4.4
12222026-08-26T16:00:46.610Z Downloaded oxide-update-engine-types v0.1.2
12232026-08-26T16:00:46.610Z Downloaded typify v0.6.2
12242026-08-26T16:00:46.614Z Downloaded string_cache v0.8.9
12252026-08-26T16:00:46.614Z Downloaded miniz_oxide v0.8.9
12262026-08-26T16:00:46.617Z Downloaded crypto-primes v0.7.2
12272026-08-26T16:00:46.617Z Downloaded icu_normalizer_data v2.1.1
12282026-08-26T16:00:46.620Z Downloaded git2 v0.20.4
12292026-08-26T16:00:46.623Z Downloaded itertools v0.15.0
12302026-08-26T16:00:46.626Z Downloaded chrono v0.4.45
12312026-08-26T16:00:46.630Z Downloaded zerocopy-derive v0.8.55
12322026-08-26T16:00:46.635Z Downloaded ctutils v0.4.2
12332026-08-26T16:00:46.638Z Downloaded x509-cert v0.2.5
12342026-08-26T16:00:46.643Z Downloaded parking_lot v0.11.2
12352026-08-26T16:00:46.648Z Downloaded icu_properties_data v2.1.2
12362026-08-26T16:00:46.654Z Downloaded phf_shared v0.12.1
12372026-08-26T16:00:46.657Z Downloaded crossterm v0.29.0
12382026-08-26T16:00:46.660Z Downloaded tabled v0.21.0
12392026-08-26T16:00:46.669Z Downloaded tough v0.22.0
12402026-08-26T16:00:46.673Z Downloaded yasna v0.5.2
12412026-08-26T16:00:46.677Z Downloaded darling_core v0.21.3
12422026-08-26T16:00:46.680Z Downloaded goblin v0.10.5
12432026-08-26T16:00:46.683Z Downloaded serde_with v1.14.0
12442026-08-26T16:00:46.686Z Downloaded schemars v0.9.0
12452026-08-26T16:00:46.691Z Downloaded yansi v1.0.1
12462026-08-26T16:00:46.694Z Downloaded subprocess v0.2.15
12472026-08-26T16:00:46.694Z Downloaded derive_more v0.99.20
12482026-08-26T16:00:46.700Z Downloaded crossbeam-channel v0.5.15
12492026-08-26T16:00:46.709Z Downloaded miette v7.6.0
12502026-08-26T16:00:46.712Z Downloaded vcpkg v0.2.15
12512026-08-26T16:00:46.736Z Downloaded zerotrie v0.2.3
12522026-08-26T16:00:46.739Z Downloaded rand v0.8.6
12532026-08-26T16:00:46.742Z Downloaded portable-atomic v1.13.1
12542026-08-26T16:00:46.745Z Downloaded smoltcp v0.9.1
12552026-08-26T16:00:46.750Z Downloaded ssh-key v0.7.0-rc.11
12562026-08-26T16:00:46.755Z Downloaded ron v0.8.1
12572026-08-26T16:00:46.759Z Downloaded time v0.3.47
12582026-08-26T16:00:46.767Z Downloaded iri-string v0.7.10
12592026-08-26T16:00:46.774Z Downloaded regex v1.12.3
12602026-08-26T16:00:46.782Z Downloaded derive_more-impl v2.1.1
12612026-08-26T16:00:46.785Z Downloaded rustyline v14.0.0
12622026-08-26T16:00:46.801Z Downloaded serde_with v3.21.0
12632026-08-26T16:00:46.808Z Downloaded reqwest v0.12.28
12642026-08-26T16:00:46.811Z Downloaded zip v4.6.1
12652026-08-26T16:00:46.815Z Downloaded nix v0.27.1
12662026-08-26T16:00:46.820Z Downloaded itertools v0.12.1
12672026-08-26T16:00:46.824Z Downloaded jiff-core v0.1.0
12682026-08-26T16:00:46.827Z Downloaded zlib-rs v0.6.2
12692026-08-26T16:00:46.830Z Downloaded libxml v0.3.3
12702026-08-26T16:00:46.833Z Downloaded bstr v1.12.1
12712026-08-26T16:00:46.838Z Downloaded libm v0.2.16
12722026-08-26T16:00:46.844Z Downloaded regex-syntax v0.6.29
12732026-08-26T16:00:46.848Z Downloaded russh v0.62.4
12742026-08-26T16:00:46.855Z Downloaded quick-xml v0.37.5
12752026-08-26T16:00:46.870Z Downloaded mio v1.2.0
12762026-08-26T16:00:46.873Z Downloaded tower v0.5.3
12772026-08-26T16:00:46.880Z Downloaded itertools v0.13.0
12782026-08-26T16:00:46.888Z Downloaded syn v3.0.3
12792026-08-26T16:00:46.895Z Downloaded p384 v0.13.1
12802026-08-26T16:00:46.914Z Downloaded winnow v0.6.26
12812026-08-26T16:00:46.925Z Downloaded idna v1.1.0
12822026-08-26T16:00:46.928Z Downloaded regex-syntax v0.8.10
12832026-08-26T16:00:46.940Z Downloaded object v0.30.4
12842026-08-26T16:00:46.955Z Downloaded itertools v0.14.0
12852026-08-26T16:00:46.960Z Downloaded reqwest v0.13.2
12862026-08-26T16:00:46.963Z Downloaded quinn-proto v0.11.16
12872026-08-26T16:00:46.966Z Downloaded regress v0.10.5
12882026-08-26T16:00:46.978Z Downloaded sqlparser v0.61.0
12892026-08-26T16:00:46.986Z Downloaded iddqd v0.4.2
12902026-08-26T16:00:46.991Z Downloaded petname v2.0.2
12912026-08-26T16:00:46.995Z Downloaded salty v0.3.0
12922026-08-26T16:00:47.004Z Downloaded rustix v0.38.44
12932026-08-26T16:00:47.016Z Downloaded openapiv3 v2.2.0
12942026-08-26T16:00:47.023Z Downloaded dropshot v0.17.1
12952026-08-26T16:00:47.035Z Downloaded winnow v1.0.3
12962026-08-26T16:00:47.040Z Downloaded proptest v1.11.0
12972026-08-26T16:00:47.045Z Downloaded radix_trie v0.2.1
12982026-08-26T16:00:47.048Z Downloaded sha3 v0.12.0
12992026-08-26T16:00:47.051Z Downloaded zerocopy-derive v0.6.6
13002026-08-26T16:00:47.057Z Downloaded moka v0.12.13
13012026-08-26T16:00:47.061Z Downloaded regress v0.11.1
13022026-08-26T16:00:47.066Z Downloaded diesel v2.3.7
13032026-08-26T16:00:47.078Z Downloaded sha3 v0.11.0
13042026-08-26T16:00:47.091Z Downloaded rustls v0.23.41
13052026-08-26T16:00:47.100Z Downloaded hickory-proto v0.24.4
13062026-08-26T16:00:47.109Z Downloaded ratatui v0.29.0
13072026-08-26T16:00:47.120Z Downloaded bzip2-sys v0.1.13+1.0.8
13082026-08-26T16:00:47.126Z Downloaded zerocopy v0.8.55
13092026-08-26T16:00:47.137Z Downloaded lalrpop v0.19.12
13102026-08-26T16:00:47.143Z Downloaded curve25519-dalek v5.0.0
13112026-08-26T16:00:47.148Z Downloaded polar-core v0.27.3
13122026-08-26T16:00:47.153Z Downloaded crypto-bigint v0.7.5
13132026-08-26T16:00:47.162Z Downloaded chrono-tz v0.10.4
13142026-08-26T16:00:47.172Z Downloaded openssl v0.10.80
13152026-08-26T16:00:47.177Z Downloaded nix v0.28.0
13162026-08-26T16:00:47.184Z Downloaded curve25519-dalek v4.1.3
13172026-08-26T16:00:47.188Z Downloaded hickory-proto v0.25.2
13182026-08-26T16:00:47.196Z Downloaded object v0.37.3
13192026-08-26T16:00:47.202Z Downloaded smoltcp v0.11.0
13202026-08-26T16:00:47.208Z Downloaded csv v1.4.0
13212026-08-26T16:00:47.220Z Downloaded sha3 v0.10.8
13222026-08-26T16:00:47.223Z Downloaded libz-sys v1.1.24
13232026-08-26T16:00:47.253Z Downloaded nix v0.31.2
13242026-08-26T16:00:47.298Z Downloaded typify-impl v0.6.2
13252026-08-26T16:00:47.306Z Downloaded sled v0.34.7
13262026-08-26T16:00:47.346Z Downloaded tracing v0.1.44
13272026-08-26T16:00:47.377Z Downloaded petgraph v0.6.5
13282026-08-26T16:00:47.411Z Downloaded regex-automata v0.4.14
13292026-08-26T16:00:47.419Z Downloaded jiff v0.2.34
13302026-08-26T16:00:47.491Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13312026-08-26T16:00:47.501Z Downloaded petgraph v0.8.3
13322026-08-26T16:00:47.513Z Downloaded tokio v1.52.1
13332026-08-26T16:00:47.582Z Downloaded encoding_rs v0.8.35
13342026-08-26T16:00:47.615Z Downloaded ring v0.17.14
13352026-08-26T16:00:47.639Z Downloaded libgit2-sys v0.18.3+1.9.2
13362026-08-26T16:00:47.788Z Downloaded aws-lc-sys v0.40.0
13372026-08-26T16:00:48.046Z Compiling serde_core v1.0.228
13382026-08-26T16:00:48.046Z Compiling libc v0.2.185
13392026-08-26T16:00:48.046Z Compiling serde v1.0.228
13402026-08-26T16:00:48.049Z Compiling log v0.4.33
13412026-08-26T16:00:48.049Z Compiling smallvec v1.15.1
13422026-08-26T16:00:48.193Z Compiling find-msvc-tools v0.1.9
13432026-08-26T16:00:48.196Z Compiling shlex v1.3.0
13442026-08-26T16:00:48.201Z Compiling syn v2.0.117
13452026-08-26T16:00:48.411Z Compiling subtle v2.6.1
13462026-08-26T16:00:48.414Z Compiling scopeguard v1.2.0
13472026-08-26T16:00:48.438Z Compiling stable_deref_trait v1.2.1
13482026-08-26T16:00:48.494Z Compiling typenum v1.20.1
13492026-08-26T16:00:48.506Z Compiling zerocopy v0.8.55
13502026-08-26T16:00:48.520Z Compiling lock_api v0.4.14
13512026-08-26T16:00:48.534Z Compiling portable-atomic v1.13.1
13522026-08-26T16:00:48.573Z Compiling serde_json v1.0.151
13532026-08-26T16:00:48.742Z Compiling critical-section v1.2.0
13542026-08-26T16:00:48.775Z Compiling libm v0.2.16
13552026-08-26T16:00:48.848Z Compiling num-traits v0.2.19
13562026-08-26T16:00:48.918Z Compiling pkg-config v0.3.32
13572026-08-26T16:00:49.027Z Compiling errno v0.3.14
13582026-08-26T16:00:49.041Z Compiling jobserver v0.1.34
13592026-08-26T16:00:49.078Z Compiling getrandom v0.2.17
13602026-08-26T16:00:49.276Z Compiling cc v1.2.56
13612026-08-26T16:00:49.299Z Compiling rand_core v0.6.4
13622026-08-26T16:00:49.445Z Compiling generic-array v0.14.7
13632026-08-26T16:00:49.550Z Compiling once_cell v1.21.3
13642026-08-26T16:00:49.565Z Compiling parking_lot_core v0.9.12
13652026-08-26T16:00:49.584Z Compiling const-oid v0.9.6
13662026-08-26T16:00:49.641Z Compiling getrandom v0.4.3
13672026-08-26T16:00:49.775Z Compiling pin-project-lite v0.2.17
13682026-08-26T16:00:49.872Z Compiling rand_core v0.10.0
13692026-08-26T16:00:50.162Z Compiling signal-hook-registry v1.4.8
13702026-08-26T16:00:50.253Z Compiling bitflags v2.11.0
13712026-08-26T16:00:50.314Z Compiling writeable v0.6.2
13722026-08-26T16:00:50.381Z Compiling percent-encoding v2.3.2
13732026-08-26T16:00:50.427Z Compiling futures-core v0.3.32
13742026-08-26T16:00:50.478Z Compiling litemap v0.8.1
13752026-08-26T16:00:50.502Z Compiling semver v1.0.28
13762026-08-26T16:00:50.565Z Compiling parking_lot v0.12.5
13772026-08-26T16:00:50.608Z Compiling mio v1.2.0
13782026-08-26T16:00:50.742Z Compiling icu_normalizer_data v2.1.1
13792026-08-26T16:00:50.756Z Compiling icu_properties_data v2.1.2
13802026-08-26T16:00:50.924Z Compiling socket2 v0.6.3
13812026-08-26T16:00:50.965Z Compiling rustix v1.1.4
13822026-08-26T16:00:50.992Z Compiling getrandom v0.3.4
13832026-08-26T16:00:51.052Z Compiling futures-sink v0.3.32
13842026-08-26T16:00:51.126Z Compiling synstructure v0.13.2
13852026-08-26T16:00:51.158Z Compiling futures-channel v0.3.32
13862026-08-26T16:00:51.173Z Compiling indexmap v2.14.0
13872026-08-26T16:00:51.350Z Compiling futures-task v0.3.32
13882026-08-26T16:00:51.388Z Compiling slab v0.4.12
13892026-08-26T16:00:51.461Z Compiling utf8_iter v1.0.4
13902026-08-26T16:00:51.522Z Compiling futures-io v0.3.32
13912026-08-26T16:00:51.570Z Compiling form_urlencoded v1.2.2
13922026-08-26T16:00:51.610Z Compiling rustversion v1.0.22
13932026-08-26T16:00:51.674Z Compiling iana-time-zone v0.1.65
13942026-08-26T16:00:51.729Z Compiling base64ct v1.8.3
13952026-08-26T16:00:51.747Z Compiling cmake v0.1.57
13962026-08-26T16:00:51.841Z Compiling fs_extra v1.3.0
13972026-08-26T16:00:51.886Z Compiling flagset v0.4.7
13982026-08-26T16:00:51.900Z Compiling regex-syntax v0.8.10
13992026-08-26T16:00:52.018Z Compiling pem-rfc7468 v0.7.0
14002026-08-26T16:00:52.031Z Compiling ident_case v1.0.1
14012026-08-26T16:00:52.115Z Compiling dunce v1.0.5
14022026-08-26T16:00:52.150Z Compiling rand_core v0.9.5
14032026-08-26T16:00:52.154Z Compiling uuid v1.23.4
14042026-08-26T16:00:52.215Z Compiling aws-lc-sys v0.40.0
14052026-08-26T16:00:52.320Z Compiling base64 v0.22.1
14062026-08-26T16:00:52.431Z Compiling syn v1.0.109
14072026-08-26T16:00:52.581Z Compiling vcpkg v0.2.15
14082026-08-26T16:00:52.647Z Compiling serde_derive_internals v0.29.1
14092026-08-26T16:00:52.689Z Compiling rustc_version v0.4.1
14102026-08-26T16:00:52.790Z Compiling tracing-core v0.1.36
14112026-08-26T16:00:52.814Z Compiling serde_derive v1.0.228
14122026-08-26T16:00:52.861Z Compiling zeroize_derive v1.5.0
14132026-08-26T16:00:53.027Z Compiling zerofrom-derive v0.1.6
14142026-08-26T16:00:53.333Z Compiling zerocopy-derive v0.8.55
14152026-08-26T16:00:53.369Z Compiling yoke-derive v0.8.1
14162026-08-26T16:00:53.520Z Compiling zerovec-derive v0.11.2
14172026-08-26T16:00:53.578Z Compiling displaydoc v0.2.5
14182026-08-26T16:00:54.307Z Compiling tokio-macros v2.7.0
14192026-08-26T16:00:54.356Z Compiling futures-macro v0.3.32
14202026-08-26T16:00:54.462Z Compiling zerofrom v0.1.6
14212026-08-26T16:00:54.573Z Compiling der_derive v0.7.3
14222026-08-26T16:00:54.594Z Compiling yoke v0.8.1
14232026-08-26T16:00:54.670Z Compiling thiserror-impl v2.0.18
14242026-08-26T16:00:54.782Z Compiling zerovec v0.11.5
14252026-08-26T16:00:55.053Z Compiling zerotrie v0.2.3
14262026-08-26T16:00:55.187Z Compiling futures-util v0.3.32
14272026-08-26T16:00:55.295Z Compiling tinystr v0.8.2
14282026-08-26T16:00:55.349Z Compiling potential_utf v0.1.4
14292026-08-26T16:00:55.497Z Compiling icu_locale_core v2.1.1
14302026-08-26T16:00:55.516Z Compiling icu_collections v2.1.1
14312026-08-26T16:00:55.572Z Compiling openssl-sys v0.9.117
14322026-08-26T16:00:56.047Z Compiling tracing-attributes v0.1.31
14332026-08-26T16:00:56.074Z Compiling thiserror v2.0.18
14342026-08-26T16:00:56.108Z Compiling simd-adler32 v0.3.8
14352026-08-26T16:00:56.182Z Compiling icu_provider v2.1.1
14362026-08-26T16:00:56.356Z Compiling zeroize v1.9.0
14372026-08-26T16:00:56.433Z Compiling bytes v1.11.1
14382026-08-26T16:00:56.450Z Compiling icu_normalizer v2.1.1
14392026-08-26T16:00:56.478Z Compiling icu_properties v2.1.2
14402026-08-26T16:00:56.982Z Compiling tokio v1.52.1
14412026-08-26T16:00:57.057Z Compiling chrono v0.4.45
14422026-08-26T16:00:57.161Z Compiling crypto-common v0.1.7
14432026-08-26T16:00:57.315Z Compiling block-buffer v0.10.4
14442026-08-26T16:00:57.367Z Compiling idna_adapter v1.2.1
14452026-08-26T16:00:57.493Z Compiling digest v0.10.7
14462026-08-26T16:00:57.510Z Compiling idna v1.1.0
14472026-08-26T16:00:57.531Z Compiling der v0.7.10
14482026-08-26T16:00:57.594Z Compiling http v1.4.2
14492026-08-26T16:00:57.747Z Compiling cpufeatures v0.2.17
14502026-08-26T16:00:57.827Z Compiling url v2.5.8
14512026-08-26T16:00:58.064Z Compiling ppv-lite86 v0.2.21
14522026-08-26T16:00:58.159Z Compiling schemars v0.8.22
14532026-08-26T16:00:58.353Z Compiling spki v0.7.3
14542026-08-26T16:00:58.386Z Compiling rand_chacha v0.9.0
14552026-08-26T16:00:58.447Z Compiling dyn-clone v1.0.20
14562026-08-26T16:00:58.483Z Compiling aws-lc-rs v1.16.3
14572026-08-26T16:00:58.565Z Compiling pkcs8 v0.10.2
14582026-08-26T16:00:58.582Z Compiling rand v0.9.2
14592026-08-26T16:00:58.628Z Compiling http-body v1.0.1
14602026-08-26T16:00:58.727Z Compiling tracing v0.1.44
14612026-08-26T16:00:58.762Z Compiling rustls-pki-types v1.14.0
14622026-08-26T16:00:58.820Z Compiling schemars_derive v0.8.22
14632026-08-26T16:00:58.989Z Compiling spin v0.9.8
14642026-08-26T16:00:59.072Z Compiling adler2 v2.0.1
14652026-08-26T16:00:59.192Z Compiling tinyvec_macros v0.1.1
14662026-08-26T16:00:59.208Z Compiling crc32fast v1.5.0
14672026-08-26T16:00:59.211Z Compiling openssl-probe v0.2.1
14682026-08-26T16:00:59.264Z Compiling cmov v0.5.4
14692026-08-26T16:00:59.317Z Compiling httparse v1.10.1
14702026-08-26T16:00:59.377Z Compiling tinyvec v1.10.0
14712026-08-26T16:00:59.467Z Compiling ctutils v0.4.2
14722026-08-26T16:00:59.540Z Compiling tempfile v3.27.0
14732026-08-26T16:00:59.689Z Compiling miniz_oxide v0.8.9
14742026-08-26T16:00:59.703Z Compiling pest_generator v2.8.6
14752026-08-26T16:00:59.715Z Compiling sha2 v0.10.9
14762026-08-26T16:00:59.900Z Compiling terminal_size v0.4.3
14772026-08-26T16:01:00.044Z Compiling aho-corasick v1.1.4
14782026-08-26T16:01:00.272Z Compiling tower-service v0.3.3
14792026-08-26T16:01:00.370Z Compiling radium v0.7.0
14802026-08-26T16:01:00.370Z Compiling untrusted v0.7.1
14812026-08-26T16:01:00.492Z Compiling atomic-waker v1.1.2
14822026-08-26T16:01:00.654Z Compiling try-lock v0.2.5
14832026-08-26T16:01:00.658Z Compiling tower-layer v0.3.3
14842026-08-26T16:01:00.765Z Compiling tokio-util v0.7.18
14852026-08-26T16:01:00.826Z Compiling want v0.3.1
14862026-08-26T16:01:00.994Z Compiling regex-automata v0.4.14
14872026-08-26T16:01:01.048Z Compiling pest_derive v2.8.6
14882026-08-26T16:01:01.490Z Compiling h2 v0.4.15
14892026-08-26T16:01:01.644Z Compiling hybrid-array v0.4.13
14902026-08-26T16:01:01.809Z Compiling ipnet v2.12.0
14912026-08-26T16:01:01.892Z Compiling scroll_derive v0.13.1
14922026-08-26T16:01:02.296Z Compiling darling_core v0.20.11
14932026-08-26T16:01:02.406Z Compiling openssl v0.10.80
14942026-08-26T16:01:02.634Z Compiling untrusted v0.9.0
14952026-08-26T16:01:02.666Z Compiling httpdate v1.0.3
14962026-08-26T16:01:02.680Z Compiling foreign-types-shared v0.1.1
14972026-08-26T16:01:02.700Z Compiling rustls v0.23.41
14982026-08-26T16:01:02.749Z Compiling tap v1.0.1
14992026-08-26T16:01:02.763Z Compiling maybe-uninit v2.0.0
15002026-08-26T16:01:02.859Z Compiling wyz v0.5.1
15012026-08-26T16:01:02.873Z Compiling foreign-types v0.3.2
15022026-08-26T16:01:02.890Z Compiling scroll v0.13.0
15032026-08-26T16:01:03.045Z Compiling unicode-normalization v0.1.25
15042026-08-26T16:01:03.150Z Compiling rand_chacha v0.3.1
15052026-08-26T16:01:03.164Z Compiling signature v2.2.0
15062026-08-26T16:01:03.350Z Compiling hex v0.4.3
15072026-08-26T16:01:03.470Z Compiling thiserror-impl v1.0.69
15082026-08-26T16:01:03.496Z Compiling openssl-macros v0.1.1
15092026-08-26T16:01:03.619Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15102026-08-26T16:01:03.893Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-08-26T16:01:03.919Z Compiling num-integer v0.1.46
15122026-08-26T16:01:04.004Z Compiling wait-timeout v0.2.1
15132026-08-26T16:01:04.166Z Compiling ahash v0.8.12
15142026-08-26T16:01:04.230Z Compiling num-bigint-dig v0.8.6
15152026-08-26T16:01:04.263Z Compiling native-tls v0.2.18
15162026-08-26T16:01:04.370Z Compiling time-core v0.1.8
15172026-08-26T16:01:04.408Z Compiling quick-error v1.2.3
15182026-08-26T16:01:04.461Z Compiling bit-vec v0.8.0
15192026-08-26T16:01:04.514Z Compiling funty v2.0.0
15202026-08-26T16:01:04.518Z Compiling packed_struct v0.10.1
15212026-08-26T16:01:04.541Z Compiling darling_macro v0.20.11
15222026-08-26T16:01:04.693Z Compiling hyper v1.10.1
15232026-08-26T16:01:04.708Z Compiling powerfmt v0.2.0
15242026-08-26T16:01:04.762Z Compiling num-conv v0.2.0
15252026-08-26T16:01:04.896Z Compiling time-macros v0.2.27
15262026-08-26T16:01:04.910Z Compiling deranged v0.5.8
15272026-08-26T16:01:05.018Z Compiling darling v0.20.11
15282026-08-26T16:01:05.054Z Compiling bitvec v1.0.1
15292026-08-26T16:01:05.100Z Compiling thiserror v1.0.69
15302026-08-26T16:01:05.114Z Compiling bit-set v0.8.0
15312026-08-26T16:01:05.204Z Compiling rusty-fork v0.3.1
15322026-08-26T16:01:05.364Z Compiling clap_builder v4.6.0
15332026-08-26T16:01:05.564Z Compiling num-iter v0.1.45
15342026-08-26T16:01:05.948Z Compiling hyper-util v0.1.20
15352026-08-26T16:01:06.268Z Compiling rand v0.8.6
15362026-08-26T16:01:06.331Z Compiling goblin v0.10.5
15372026-08-26T16:01:06.621Z Compiling packed_struct_codegen v0.10.1
15382026-08-26T16:01:07.067Z Compiling lazy_static v1.5.0
15392026-08-26T16:01:07.164Z Compiling hmac v0.12.1
15402026-08-26T16:01:07.330Z Compiling serde_spanned v0.6.9
15412026-08-26T16:01:07.472Z Compiling toml_datetime v0.6.11
15422026-08-26T16:01:07.677Z Compiling bitfield-macros v0.19.4
15432026-08-26T16:01:07.692Z Compiling zerocopy-derive v0.6.6
15442026-08-26T16:01:07.832Z Compiling clap_derive v4.6.1
15452026-08-26T16:01:08.375Z Compiling rand_xorshift v0.4.0
15462026-08-26T16:01:08.409Z Compiling sync_wrapper v1.0.2
15472026-08-26T16:01:08.507Z Compiling indexmap v1.9.3
15482026-08-26T16:01:08.521Z Compiling siphasher v1.0.2
15492026-08-26T16:01:08.535Z Compiling paste v1.0.15
15502026-08-26T16:01:08.688Z Compiling crossbeam-utils v0.8.21
15512026-08-26T16:01:08.705Z Compiling object v0.37.3
15522026-08-26T16:01:08.795Z Compiling crc-catalog v2.4.0
15532026-08-26T16:01:08.891Z Compiling usdt-impl v0.6.0
15542026-08-26T16:01:08.932Z Compiling num_threads v0.1.7
15552026-08-26T16:01:08.964Z Compiling unicode-segmentation v1.12.0
15562026-08-26T16:01:08.979Z Compiling unarray v0.1.4
15572026-08-26T16:01:09.026Z Compiling zlib-rs v0.6.2
15582026-08-26T16:01:09.085Z Compiling nodrop v0.1.14
15592026-08-26T16:01:09.117Z Compiling proptest v1.11.0
15602026-08-26T16:01:09.178Z Compiling array-init v0.0.4
15612026-08-26T16:01:09.346Z Compiling dof v0.4.0
15622026-08-26T16:01:09.445Z Compiling clap v4.6.1
15632026-08-26T16:01:09.516Z Compiling time v0.3.47
15642026-08-26T16:01:09.597Z Compiling crc v3.4.0
15652026-08-26T16:01:09.859Z Compiling zerocopy v0.6.6
15662026-08-26T16:01:10.184Z Compiling tower v0.5.3
15672026-08-26T16:01:10.484Z Compiling bitfield v0.19.4
15682026-08-26T16:01:10.877Z Compiling smallvec v0.6.14
15692026-08-26T16:01:11.178Z Compiling derive_builder_core v0.20.2
15702026-08-26T16:01:11.321Z Compiling dtrace-parser v0.3.0
15712026-08-26T16:01:11.970Z Compiling flate2 v1.1.9
15722026-08-26T16:01:12.008Z Compiling ipnetwork v0.21.1
15732026-08-26T16:01:12.043Z Compiling http-body-util v0.1.3
15742026-08-26T16:01:12.172Z Compiling pkcs1 v0.7.5
15752026-08-26T16:01:12.223Z Compiling heapless v0.7.17
15762026-08-26T16:01:12.284Z Compiling scroll_derive v0.12.1
15772026-08-26T16:01:12.369Z Compiling structmeta-derive v0.3.0
15782026-08-26T16:01:12.390Z Compiling slog v2.8.2
15792026-08-26T16:01:12.459Z Compiling darling_core v0.23.0
15802026-08-26T16:01:12.568Z Compiling thread-id v5.1.0
15812026-08-26T16:01:12.573Z Compiling cookie v0.18.1
15822026-08-26T16:01:12.654Z Compiling env_filter v2.0.0
15832026-08-26T16:01:12.762Z Compiling syn v3.0.3
15842026-08-26T16:01:12.939Z Compiling winnow v0.5.40
15852026-08-26T16:01:12.956Z Compiling signal-hook v0.3.18
15862026-08-26T16:01:13.129Z Compiling hashbrown v0.12.3
15872026-08-26T16:01:13.474Z Compiling ryu v1.0.23
15882026-08-26T16:01:13.600Z Compiling unicode-properties v0.1.4
15892026-08-26T16:01:13.656Z Compiling gimli v0.32.3
15902026-08-26T16:01:13.809Z Compiling allocator-api2 v0.2.21
15912026-08-26T16:01:14.137Z Compiling iri-string v0.7.10
15922026-08-26T16:01:14.374Z Compiling zstd-safe v7.2.4
15932026-08-26T16:01:14.572Z Compiling unicode-bidi v0.3.18
15942026-08-26T16:01:14.973Z Compiling anyhow v1.0.104
15952026-08-26T16:01:15.091Z Compiling base64 v0.21.7
15962026-08-26T16:01:15.406Z Compiling ron v0.8.1
15972026-08-26T16:01:15.501Z Compiling addr2line v0.25.1
15982026-08-26T16:01:15.575Z Compiling tower-http v0.6.8
15992026-08-26T16:01:15.666Z Compiling darling_macro v0.23.0
16002026-08-26T16:01:15.846Z Compiling stringprep v0.1.5
16012026-08-26T16:01:16.022Z Compiling toml_edit v0.19.15
16022026-08-26T16:01:16.166Z Compiling serde_urlencoded v0.7.1
16032026-08-26T16:01:16.217Z Compiling daft-derive v0.1.8
16042026-08-26T16:01:16.297Z Compiling structmeta v0.3.0
16052026-08-26T16:01:16.413Z Compiling scroll v0.12.0
16062026-08-26T16:01:16.428Z Compiling env_logger v0.11.11
16072026-08-26T16:01:16.684Z Compiling rsa v0.9.10
16082026-08-26T16:01:16.717Z Compiling oxnet v0.1.6
16092026-08-26T16:01:16.904Z Compiling derive_builder_macro v0.20.2
16102026-08-26T16:01:16.935Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16112026-08-26T16:01:17.133Z Compiling newtype-uuid v1.3.2
16122026-08-26T16:01:17.148Z Compiling hashbrown v0.13.2
16132026-08-26T16:01:17.360Z Compiling bzip2 v0.4.4
16142026-08-26T16:01:17.461Z Compiling serde-hex v0.1.0
16152026-08-26T16:01:17.565Z Compiling tokio-native-tls v0.3.1
16162026-08-26T16:01:17.632Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16172026-08-26T16:01:17.819Z Compiling camino v1.2.5
16182026-08-26T16:01:18.654Z Compiling bstr v1.12.1
16192026-08-26T16:01:18.723Z Compiling block-buffer v0.12.1
16202026-08-26T16:01:18.925Z Compiling block-padding v0.4.2
16212026-08-26T16:01:19.104Z Compiling crypto-common v0.2.2
16222026-08-26T16:01:19.208Z Compiling rustls-native-certs v0.8.3
16232026-08-26T16:01:19.292Z Compiling x509-cert v0.2.5
16242026-08-26T16:01:19.508Z Compiling md-5 v0.10.6
16252026-08-26T16:01:19.679Z Compiling serde_tokenstream v0.2.3
16262026-08-26T16:01:19.696Z Compiling erased-serde v0.3.31
16272026-08-26T16:01:19.994Z Compiling curve25519-dalek v4.1.3
16282026-08-26T16:01:20.032Z Compiling async-trait v0.1.89
16292026-08-26T16:01:20.206Z Compiling pin-project-internal v1.1.11
16302026-08-26T16:01:20.323Z Compiling zerocopy-derive v0.7.35
16312026-08-26T16:01:20.859Z Compiling vergen-lib v9.1.0
16322026-08-26T16:01:20.915Z Compiling hash32 v0.2.1
16332026-08-26T16:01:20.992Z Compiling memoffset v0.9.1
16342026-08-26T16:01:21.040Z Compiling encoding_rs v0.8.35
16352026-08-26T16:01:21.083Z Compiling cfg_aliases v0.2.1
16362026-08-26T16:01:21.108Z Compiling rustix v0.38.44
16372026-08-26T16:01:21.157Z Compiling crc-any v2.5.0
16382026-08-26T16:01:21.182Z Compiling fallible-iterator v0.2.0
16392026-08-26T16:01:21.222Z Compiling smoltcp v0.9.1
16402026-08-26T16:01:21.331Z Compiling litrs v1.0.0
16412026-08-26T16:01:21.387Z Compiling rustc-demangle v0.1.27
16422026-08-26T16:01:21.453Z Compiling mime v0.3.17
16432026-08-26T16:01:21.498Z Compiling owo-colors v4.3.0
16442026-08-26T16:01:21.540Z Compiling ref-cast v1.0.25
16452026-08-26T16:01:21.585Z Compiling psl-types v2.0.11
16462026-08-26T16:01:21.698Z Compiling publicsuffix v2.3.0
16472026-08-26T16:01:21.718Z Compiling backtrace v0.3.76
16482026-08-26T16:01:21.786Z Compiling postgres-protocol v0.6.10
16492026-08-26T16:01:21.812Z Compiling document-features v0.2.12
16502026-08-26T16:01:21.864Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16512026-08-26T16:01:21.879Z Compiling pin-project v1.1.11
16522026-08-26T16:01:21.925Z Compiling zerocopy v0.7.35
16532026-08-26T16:01:22.070Z Compiling nix v0.31.2
16542026-08-26T16:01:22.466Z Compiling inout v0.2.2
16552026-08-26T16:01:22.480Z Compiling daft v0.1.8
16562026-08-26T16:01:22.541Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16572026-08-26T16:01:22.642Z Compiling hyper-tls v0.6.0
16582026-08-26T16:01:22.751Z Compiling object v0.30.4
16592026-08-26T16:01:22.785Z Compiling zip v0.6.6
16602026-08-26T16:01:22.804Z Compiling toml v0.7.8
16612026-08-26T16:01:22.817Z Compiling derive_builder v0.20.2
16622026-08-26T16:01:22.864Z Compiling goblin v0.8.2
16632026-08-26T16:01:23.050Z Compiling derive-ex v0.1.8
16642026-08-26T16:01:23.374Z Compiling darling v0.23.0
16652026-08-26T16:01:23.467Z Compiling convert_case v0.10.0
16662026-08-26T16:01:23.632Z Compiling phf_shared v0.13.1
16672026-08-26T16:01:23.764Z Compiling regex v1.12.3
16682026-08-26T16:01:23.796Z Compiling hubpack_derive v0.1.1
16692026-08-26T16:01:23.870Z Compiling futures-executor v0.3.32
16702026-08-26T16:01:24.128Z Compiling curve25519-dalek-derive v0.1.1
16712026-08-26T16:01:24.186Z Compiling strum_macros v0.27.2
16722026-08-26T16:01:24.248Z Compiling ref-cast-impl v1.0.25
16732026-08-26T16:01:24.693Z Compiling snafu-derive v0.8.9
16742026-08-26T16:01:24.767Z Compiling vergen v9.1.0
16752026-08-26T16:01:24.794Z Compiling cargo-platform v0.3.2
16762026-08-26T16:01:24.944Z Compiling ff v0.13.1
16772026-08-26T16:01:25.062Z Compiling fs-err v3.3.0
16782026-08-26T16:01:25.088Z Compiling foldhash v0.2.0
16792026-08-26T16:01:25.253Z Compiling same-file v1.0.6
16802026-08-26T16:01:25.308Z Compiling base16ct v0.2.0
16812026-08-26T16:01:25.421Z Compiling bumpalo v3.20.2
16822026-08-26T16:01:25.488Z Compiling foldhash v0.1.5
16832026-08-26T16:01:25.592Z Compiling jiff-core v0.1.0
16842026-08-26T16:01:25.673Z Compiling path-slash v0.1.5
16852026-08-26T16:01:25.739Z Compiling is_ci v1.2.0
16862026-08-26T16:01:25.805Z Compiling libbz2-rs-sys v0.2.2
16872026-08-26T16:01:25.881Z Compiling managed v0.8.0
16882026-08-26T16:01:26.107Z Compiling bitflags v1.3.2
16892026-08-26T16:01:26.186Z Compiling either v1.15.0
16902026-08-26T16:01:26.200Z Compiling strum v0.27.2
16912026-08-26T16:01:26.333Z Compiling bzip2 v0.6.1
16922026-08-26T16:01:26.404Z Compiling jiff v0.2.34
16932026-08-26T16:01:26.514Z Compiling textwrap v0.16.2
16942026-08-26T16:01:26.544Z Compiling supports-color v3.0.2
16952026-08-26T16:01:26.678Z Compiling snafu v0.8.9
16962026-08-26T16:01:26.711Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16972026-08-26T16:01:26.731Z Compiling zopfli v0.8.3
16982026-08-26T16:01:26.978Z Compiling hashbrown v0.15.5
16992026-08-26T16:01:27.040Z Compiling sec1 v0.7.3
17002026-08-26T16:01:27.199Z Compiling walkdir v2.5.0
17012026-08-26T16:01:27.391Z Compiling hashbrown v0.16.1
17022026-08-26T16:01:27.424Z Compiling group v0.13.0
17032026-08-26T16:01:27.508Z Compiling dof v0.3.0
17042026-08-26T16:01:27.548Z Compiling cargo_metadata v0.23.1
17052026-08-26T16:01:27.988Z Compiling test-strategy v0.4.5
17062026-08-26T16:01:28.119Z Compiling hubpack v0.1.2
17072026-08-26T16:01:28.216Z Compiling futures v0.3.32
17082026-08-26T16:01:28.300Z Compiling phf v0.13.1
17092026-08-26T16:01:28.336Z Compiling derive_more-impl v2.1.1
17102026-08-26T16:01:28.837Z Compiling signal-hook-mio v0.2.5
17112026-08-26T16:01:28.898Z Compiling serde_with_macros v3.21.0
17122026-08-26T16:01:28.954Z Compiling cookie_store v0.22.1
17132026-08-26T16:01:29.460Z Compiling zstd v0.13.3
17142026-08-26T16:01:29.494Z Compiling reqwest v0.12.28
17152026-08-26T16:01:29.621Z Compiling cipher v0.5.2
17162026-08-26T16:01:29.740Z Compiling postgres-types v0.2.12
17172026-08-26T16:01:29.943Z Compiling backtrace-ext v0.2.1
17182026-08-26T16:01:30.100Z Compiling usdt-macro v0.6.0
17192026-08-26T16:01:30.288Z Compiling usdt-attr-macro v0.6.0
17202026-08-26T16:01:30.696Z Compiling globset v0.4.18
17212026-08-26T16:01:30.814Z Compiling phf_shared v0.11.3
17222026-08-26T16:01:30.909Z Compiling hkdf v0.12.4
17232026-08-26T16:01:31.004Z Compiling dtrace-parser v0.2.0
17242026-08-26T16:01:31.082Z Compiling byte-wrapper v0.1.0
17252026-08-26T16:01:31.097Z Compiling olpc-cjson v0.1.4
17262026-08-26T16:01:31.100Z Compiling ed25519 v2.2.3
17272026-08-26T16:01:31.204Z Compiling crypto-bigint v0.5.5
17282026-08-26T16:01:31.269Z Compiling serde-big-array v0.5.1
17292026-08-26T16:01:31.386Z Compiling serde_plain v1.0.2
17302026-08-26T16:01:31.410Z Compiling enum-as-inner v0.6.1
17312026-08-26T16:01:31.423Z Compiling strum_macros v0.26.4
17322026-08-26T16:01:31.586Z Compiling miette-derive v7.6.0
17332026-08-26T16:01:31.752Z Compiling serde_repr v0.1.20
17342026-08-26T16:01:31.921Z Compiling async-recursion v1.1.1
17352026-08-26T16:01:32.011Z Compiling pem v3.0.6
17362026-08-26T16:01:32.291Z Compiling float-cmp v0.10.0
17372026-08-26T16:01:32.339Z Compiling memmap2 v0.9.10
17382026-08-26T16:01:32.441Z Compiling thread-id v4.2.2
17392026-08-26T16:01:32.530Z Compiling const-oid v0.10.2
17402026-08-26T16:01:32.557Z Compiling static_assertions v1.1.0
17412026-08-26T16:01:32.572Z Compiling supports-unicode v3.0.0
17422026-08-26T16:01:32.635Z Compiling whoami v2.1.0
17432026-08-26T16:01:32.720Z Compiling new_debug_unreachable v1.0.6
17442026-08-26T16:01:32.739Z Compiling supports-hyperlinks v3.2.0
17452026-08-26T16:01:32.742Z Compiling precomputed-hash v0.1.1
17462026-08-26T16:01:32.810Z Compiling fixedbitset v0.5.7
17472026-08-26T16:01:32.844Z Compiling data-encoding v2.10.0
17482026-08-26T16:01:32.900Z Compiling typed-path v0.9.3
17492026-08-26T16:01:33.011Z Compiling winnow v1.0.3
17502026-08-26T16:01:33.112Z Compiling predicates-core v1.0.10
17512026-08-26T16:01:33.179Z Compiling difflib v0.4.0
17522026-08-26T16:01:33.279Z Compiling fixedbitset v0.4.2
17532026-08-26T16:01:33.293Z Compiling keccak v0.1.6
17542026-08-26T16:01:33.324Z Compiling normalize-line-endings v0.3.0
17552026-08-26T16:01:33.422Z Compiling cpufeatures v0.3.0
17562026-08-26T16:01:33.490Z Compiling chacha20 v0.10.0
17572026-08-26T16:01:33.507Z Compiling sha3 v0.10.8
17582026-08-26T16:01:33.532Z Compiling toml_edit v0.22.27
17592026-08-26T16:01:33.732Z Compiling petgraph v0.6.5
17602026-08-26T16:01:33.863Z Compiling predicates v3.1.4
17612026-08-26T16:01:33.955Z Compiling toml_parser v1.1.2+spec-1.1.0
17622026-08-26T16:01:34.026Z Compiling strum v0.26.3
17632026-08-26T16:01:34.088Z Compiling hickory-proto v0.25.2
17642026-08-26T16:01:34.131Z Compiling petgraph v0.8.3
17652026-08-26T16:01:34.155Z Compiling string_cache v0.8.9
17662026-08-26T16:01:34.381Z Compiling miette v7.6.0
17672026-08-26T16:01:34.496Z Compiling tokio-postgres v0.7.16
17682026-08-26T16:01:34.579Z Compiling digest v0.11.3
17692026-08-26T16:01:34.806Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17702026-08-26T16:01:35.248Z Compiling usdt-impl v0.5.0
17712026-08-26T16:01:35.524Z Compiling usdt v0.6.0
17722026-08-26T16:01:35.819Z Compiling elliptic-curve v0.13.8
17732026-08-26T16:01:35.877Z Compiling ed25519-dalek v2.2.0
17742026-08-26T16:01:36.126Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17752026-08-26T16:01:36.234Z Compiling crossterm v0.28.1
17762026-08-26T16:01:36.320Z Compiling serde_with v3.21.0
17772026-08-26T16:01:36.779Z Compiling zip v4.6.1
17782026-08-26T16:01:37.511Z Compiling derive_more v2.1.1
17792026-08-26T16:01:37.661Z Compiling iddqd v0.4.2
17802026-08-26T16:01:37.715Z Compiling itertools v0.15.0
17812026-08-26T16:01:38.014Z Compiling itertools v0.13.0
17822026-08-26T16:01:38.082Z Compiling similar v2.7.0
17832026-08-26T16:01:38.085Z Compiling crossbeam-epoch v0.9.18
17842026-08-26T16:01:38.121Z Compiling heck v0.4.1
17852026-08-26T16:01:38.348Z Compiling tokio-stream v0.1.18
17862026-08-26T16:01:38.415Z Compiling buf-list v1.1.2
17872026-08-26T16:01:38.689Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17882026-08-26T16:01:38.806Z Compiling openapiv3 v2.2.0
17892026-08-26T16:01:38.829Z Compiling peg-runtime v0.8.5
17902026-08-26T16:01:38.921Z Compiling lalrpop-util v0.19.12
17912026-08-26T16:01:38.924Z Compiling thread_local v1.1.9
17922026-08-26T16:01:38.988Z Compiling slog-async v2.8.0
17932026-08-26T16:01:39.035Z Compiling crossbeam-channel v0.5.15
17942026-08-26T16:01:39.105Z Compiling filetime v0.2.27
17952026-08-26T16:01:39.120Z Compiling is-terminal v0.4.17
17962026-08-26T16:01:39.187Z Compiling take_mut v0.2.2
17972026-08-26T16:01:39.215Z Compiling term v1.2.1
17982026-08-26T16:01:39.263Z Compiling xattr v1.6.1
17992026-08-26T16:01:39.277Z Compiling camino-tempfile v1.4.1
18002026-08-26T16:01:39.485Z Compiling slog-term v2.9.2
18012026-08-26T16:01:39.500Z Compiling tar v0.4.46
18022026-08-26T16:01:45.359Z Compiling rustls-webpki v0.103.13
18032026-08-26T16:01:48.096Z Compiling tokio-rustls v0.26.4
18042026-08-26T16:01:48.096Z Compiling rustls-platform-verifier v0.6.2
18052026-08-26T16:01:48.096Z Compiling tough v0.22.0
18062026-08-26T16:01:48.318Z Compiling hyper-rustls v0.27.7
18072026-08-26T16:01:48.518Z Compiling reqwest v0.13.2
18082026-08-26T16:01:50.740Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092026-08-26T16:01:50.956Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18102026-08-26T16:01:53.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18112026-08-26T16:01:54.039Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18122026-08-26T16:01:54.094ZAug 26 16:01:53.248 INFO Starting download, target: Cockroach
18132026-08-26T16:01:54.094ZAug 26 16:01:53.248 INFO Starting download, target: Clickhouse
18142026-08-26T16:01:54.094ZAug 26 16:01:53.248 INFO Starting download, target: DendriteStub
18152026-08-26T16:01:54.094ZAug 26 16:01:53.248 INFO Starting download, target: Console
18162026-08-26T16:01:54.098ZAug 26 16:01:53.248 INFO Starting download, target: MaghemiteMgd
18172026-08-26T16:01:54.098ZAug 26 16:01:53.248 INFO Starting download, target: MaghemiteDdmd
18182026-08-26T16:01:54.098ZAug 26 16:01:53.248 INFO Starting download, target: TransceiverControl
18192026-08-26T16:01:54.098ZAug 26 16:01:53.248 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18202026-08-26T16:01:54.098ZAug 26 16:01:53.248 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18212026-08-26T16:01:54.098ZAug 26 16:01:53.248 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18222026-08-26T16:01:54.098ZAug 26 16:01:53.248 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18232026-08-26T16:01:54.098ZAug 26 16:01:53.248 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18242026-08-26T16:01:54.098ZAug 26 16:01:53.248 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18252026-08-26T16:01:54.098ZAug 26 16:01:53.248 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18262026-08-26T16:01:54.410ZAug 26 16:01:53.564 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18272026-08-26T16:01:54.634ZAug 26 16:01:53.788 INFO Download complete, target: TransceiverControl
18282026-08-26T16:01:55.912ZAug 26 16:01:55.064 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18292026-08-26T16:01:56.028ZAug 26 16:01:55.179 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18302026-08-26T16:01:56.122ZAug 26 16:01:55.269 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18312026-08-26T16:01:56.186ZAug 26 16:01:55.334 INFO Download complete, target: Console
18322026-08-26T16:01:56.537ZAug 26 16:01:55.686 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18332026-08-26T16:01:56.650ZAug 26 16:01:55.795 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18342026-08-26T16:01:56.860ZAug 26 16:01:56.014 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18352026-08-26T16:01:56.860ZAug 26 16:01:56.014 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18362026-08-26T16:01:58.092ZAug 26 16:01:57.246 INFO Download complete, target: MaghemiteDdmd
18372026-08-26T16:01:58.598ZAug 26 16:01:57.752 INFO Download complete, target: DendriteStub
18382026-08-26T16:01:59.125ZAug 26 16:01:58.279 INFO Download complete, target: MaghemiteMgd
18392026-08-26T16:02:01.580ZAug 26 16:02:00.733 INFO Checking that binary works, target: Cockroach
18402026-08-26T16:02:01.693ZAug 26 16:02:00.846 INFO Download complete, target: Cockroach
18412026-08-26T16:02:03.527ZAug 26 16:02:02.681 INFO Checking that binary works, target: Clickhouse
18422026-08-26T16:02:03.654ZAug 26 16:02:02.808 INFO Download complete, target: Clickhouse
18432026-08-26T16:02:03.669ZAll builder prerequisites installed successfully, and PATH looks valid
18442026-08-26T16:02:03.672Z
18452026-08-26T16:02:03.672Zreal 2:12.275197053
18462026-08-26T16:02:03.672Zuser 7:25.912119731
18472026-08-26T16:02:03.672Zsys 1:27.586022426
18482026-08-26T16:02:03.672Ztrap 0.251107448
18492026-08-26T16:02:03.672Ztflt 0.556562164
18502026-08-26T16:02:03.672Zdflt 0.994076005
18512026-08-26T16:02:03.672Zkflt 0.035192288
18522026-08-26T16:02:03.672Zlock 27:53.868889238
18532026-08-26T16:02:03.672Zslp 22:15.254633631
18542026-08-26T16:02:03.672Zlat 49.912823506
18552026-08-26T16:02:03.672Zstop 2:49.965503013
18562026-08-26T16:02:03.673Z+ banner clippy
18572026-08-26T16:02:03.673Z
18582026-08-26T16:02:03.673Z #### # # ##### ##### # #
18592026-08-26T16:02:03.673Z # # # # # # # # # #
18602026-08-26T16:02:03.673Z # # # # # # # #
18612026-08-26T16:02:03.673Z # # # ##### ##### #
18622026-08-26T16:02:03.673Z # # # # # # #
18632026-08-26T16:02:03.673Z #### ###### # # # #
18642026-08-26T16:02:03.673Z
18652026-08-26T16:02:03.673Z+ export CARGO_INCREMENTAL=0
18662026-08-26T16:02:03.673Z+ CARGO_INCREMENTAL=0
18672026-08-26T16:02:03.673Z+ ptime -m cargo xtask clippy
18682026-08-26T16:02:04.147Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18692026-08-26T16:02:04.436Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18702026-08-26T16:02:06.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18712026-08-26T16:02:06.543Z Running `target/debug/xtask clippy`
18722026-08-26T16:02:06.543Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18732026-08-26T16:02:07.425Z Downloading crates ...
18742026-08-26T16:02:07.437Z Downloaded assert-json-diff v2.0.2
18752026-08-26T16:02:07.437Z Downloaded async-lock v3.4.2
18762026-08-26T16:02:07.437Z Downloaded blake2b_simd v1.0.4
18772026-08-26T16:02:07.437Z Downloaded approx v0.5.1
18782026-08-26T16:02:07.437Z Downloaded concurrent-queue v2.5.0
18792026-08-26T16:02:07.437Z Downloaded async-object-pool v0.2.0
18802026-08-26T16:02:07.437Z Downloaded constant_time_eq v0.3.1
18812026-08-26T16:02:07.437Z Downloaded cast v0.3.0
18822026-08-26T16:02:07.437Z Downloaded criterion-plot v0.6.0
18832026-08-26T16:02:07.437Z Downloaded anes v0.1.6
18842026-08-26T16:02:07.437Z Downloaded assert_cmd v2.1.2
18852026-08-26T16:02:07.437Z Downloaded cfg-expr v0.20.6
18862026-08-26T16:02:07.437Z Downloaded datatest-stable v0.3.3
18872026-08-26T16:02:07.437Z Downloaded escape8259 v0.5.3
18882026-08-26T16:02:07.437Z Downloaded criterion v0.7.0
18892026-08-26T16:02:07.437Z Downloaded event-listener-strategy v0.5.4
18902026-08-26T16:02:07.437Z Downloaded futures-timer v3.0.3
18912026-08-26T16:02:07.437Z Downloaded fancy-regex v0.14.0
18922026-08-26T16:02:07.437Z Downloaded guppy-workspace-hack v0.1.0
18932026-08-26T16:02:07.437Z Downloaded event-listener v5.4.1
18942026-08-26T16:02:07.437Z Downloaded guppy v0.17.25
18952026-08-26T16:02:07.438Z Downloaded hex-literal v0.4.1
18962026-08-26T16:02:07.438Z Downloaded hickory-client v0.25.2
18972026-08-26T16:02:07.438Z Downloaded httptest v0.16.4
18982026-08-26T16:02:07.438Z Downloaded linkme-impl v0.3.35
18992026-08-26T16:02:07.438Z Downloaded miette-derive v5.10.0
19002026-08-26T16:02:07.438Z Downloaded libtest-mimic v0.8.1
19012026-08-26T16:02:07.438Z Downloaded knuffel-derive v3.2.0
19022026-08-26T16:02:07.438Z Downloaded nested v0.1.1
19032026-08-26T16:02:07.438Z Downloaded linkme v0.3.35
19042026-08-26T16:02:07.438Z Downloaded knuffel v3.2.0
19052026-08-26T16:02:07.438Z Downloaded pathdiff v0.2.3
19062026-08-26T16:02:07.438Z Downloaded oorandom v11.1.5
19072026-08-26T16:02:07.438Z Downloaded owo-colors v3.5.0
19082026-08-26T16:02:07.438Z Downloaded miette v5.10.0
19092026-08-26T16:02:07.438Z Downloaded parking v2.2.1
19102026-08-26T16:02:07.438Z Downloaded partial-io v0.5.4
19112026-08-26T16:02:07.438Z Downloaded path-tree v0.8.3
19122026-08-26T16:02:07.438Z Downloaded plotters-backend v0.3.7
19132026-08-26T16:02:07.438Z Downloaded plotters-svg v0.3.7
19142026-08-26T16:02:07.438Z Downloaded relative-path v1.9.3
19152026-08-26T16:02:07.438Z Downloaded serde_regex v1.1.0
19162026-08-26T16:02:07.438Z Downloaded rust-argon2 v2.1.0
19172026-08-26T16:02:07.439Z Downloaded similar-asserts v1.7.0
19182026-08-26T16:02:07.439Z Downloaded rand_distr v0.5.1
19192026-08-26T16:02:07.439Z Downloaded rstest v0.25.0
19202026-08-26T16:02:07.439Z Downloaded rstest_macros v0.25.0
19212026-08-26T16:02:07.439Z Downloaded plotters v0.3.7
19222026-08-26T16:02:07.439Z Downloaded target-triple v1.0.0
19232026-08-26T16:02:07.439Z Downloaded supports-unicode v2.1.0
19242026-08-26T16:02:07.439Z Downloaded supports-color v2.1.0
19252026-08-26T16:02:07.439Z Downloaded supports-hyperlinks v2.1.0
19262026-08-26T16:02:07.439Z Downloaded terminal_size v0.1.17
19272026-08-26T16:02:07.439Z Downloaded stringmetrics v2.2.2
19282026-08-26T16:02:07.439Z Downloaded target-spec v3.5.7
19292026-08-26T16:02:07.439Z Downloaded termcolor v1.4.1
19302026-08-26T16:02:07.439Z Downloaded target-lexicon v0.13.3
19312026-08-26T16:02:07.439Z Downloaded textwrap v0.15.2
19322026-08-26T16:02:07.439Z Downloaded tinytemplate v1.2.1
19332026-08-26T16:02:07.439Z Downloaded trybuild v1.0.116
19342026-08-26T16:02:07.439Z Downloaded httpmock v0.8.3
19352026-08-26T16:02:09.075Z Checking cfg-if v1.0.4
19362026-08-26T16:02:09.425Z Checking serde_core v1.0.228
19372026-08-26T16:02:09.425Z Checking libc v0.2.185
19382026-08-26T16:02:09.502Z Checking memchr v2.8.0
19392026-08-26T16:02:09.546Z Checking smallvec v1.15.1
19402026-08-26T16:02:09.586Z Checking rand_core v0.10.0
19412026-08-26T16:02:09.590Z Checking itoa v1.0.17
19422026-08-26T16:02:09.659Z Checking subtle v2.6.1
19432026-08-26T16:02:09.659Z Checking libm v0.2.16
19442026-08-26T16:02:09.755Z Checking log v0.4.33
19452026-08-26T16:02:09.806Z Checking scopeguard v1.2.0
19462026-08-26T16:02:09.806Z Checking typenum v1.20.1
19472026-08-26T16:02:09.888Z Checking zmij v1.0.21
19482026-08-26T16:02:09.926Z Checking getrandom v0.4.3
19492026-08-26T16:02:09.961Z Checking errno v0.3.14
19502026-08-26T16:02:09.997Z Checking lock_api v0.4.14
19512026-08-26T16:02:10.000Z Checking stable_deref_trait v1.2.1
19522026-08-26T16:02:10.102Z Checking zerofrom v0.1.6
19532026-08-26T16:02:10.148Z Checking percent-encoding v2.3.2
19542026-08-26T16:02:10.148Z Checking litemap v0.8.1
19552026-08-26T16:02:10.153Z Checking writeable v0.6.2
19562026-08-26T16:02:10.254Z Checking yoke v0.8.1
19572026-08-26T16:02:10.294Z Checking icu_properties_data v2.1.2
19582026-08-26T16:02:10.332Z Checking icu_normalizer_data v2.1.1
19592026-08-26T16:02:10.379Z Checking form_urlencoded v1.2.2
19602026-08-26T16:02:10.425Z Checking utf8_iter v1.0.4
19612026-08-26T16:02:10.466Z Checking num-traits v0.2.19
19622026-08-26T16:02:10.467Z Checking zerovec v0.11.5
19632026-08-26T16:02:10.467Z Checking zerotrie v0.2.3
19642026-08-26T16:02:10.586Z Checking zerocopy v0.8.55
19652026-08-26T16:02:10.620Z Checking portable-atomic v1.13.1
19662026-08-26T16:02:10.661Z Checking critical-section v1.2.0
19672026-08-26T16:02:10.661Z Checking pin-project-lite v0.2.17
19682026-08-26T16:02:10.796Z Checking parking_lot_core v0.9.12
19692026-08-26T16:02:10.846Z Checking signal-hook-registry v1.4.8
19702026-08-26T16:02:10.890Z Checking mio v1.2.0
19712026-08-26T16:02:10.937Z Checking tinystr v0.8.2
19722026-08-26T16:02:10.982Z Checking serde v1.0.228
19732026-08-26T16:02:11.021Z Checking bitflags v2.11.0
19742026-08-26T16:02:11.059Z Checking serde_json v1.0.151
19752026-08-26T16:02:11.062Z Checking potential_utf v0.1.4
19762026-08-26T16:02:11.096Z Checking once_cell v1.21.3
19772026-08-26T16:02:11.165Z Checking icu_locale_core v2.1.1
19782026-08-26T16:02:11.202Z Checking parking_lot v0.12.5
19792026-08-26T16:02:11.243Z Checking iana-time-zone v0.1.65
19802026-08-26T16:02:11.283Z Checking icu_collections v2.1.1
19812026-08-26T16:02:11.340Z Checking uuid v1.23.4
19822026-08-26T16:02:11.384Z Checking socket2 v0.6.3
19832026-08-26T16:02:11.424Z Checking zeroize v1.9.0
19842026-08-26T16:02:11.428Z Checking bytes v1.11.1
19852026-08-26T16:02:11.612Z Checking chrono v0.4.45
19862026-08-26T16:02:11.665Z Checking semver v1.0.28
19872026-08-26T16:02:11.725Z Checking thiserror v2.0.18
19882026-08-26T16:02:11.772Z Checking icu_provider v2.1.1
19892026-08-26T16:02:11.806Z Checking dyn-clone v1.0.20
19902026-08-26T16:02:11.866Z Checking rustix v1.1.4
19912026-08-26T16:02:11.870Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19922026-08-26T16:02:11.945Z Checking futures-core v0.3.32
19932026-08-26T16:02:11.948Z Checking tokio v1.52.1
19942026-08-26T16:02:11.979Z Checking equivalent v1.0.2
19952026-08-26T16:02:12.056Z Checking icu_normalizer v2.1.1
19962026-08-26T16:02:12.100Z Checking icu_properties v2.1.2
19972026-08-26T16:02:12.141Z Checking getrandom v0.2.17
19982026-08-26T16:02:12.236Z Checking cmov v0.5.4
19992026-08-26T16:02:12.327Z Checking rand_core v0.6.4
20002026-08-26T16:02:12.384Z Checking getrandom v0.3.4
20012026-08-26T16:02:12.460Z Checking ctutils v0.4.2
20022026-08-26T16:02:12.498Z Checking futures-sink v0.3.32
20032026-08-26T16:02:12.537Z Checking byteorder v1.5.0
20042026-08-26T16:02:12.574Z Checking futures-io v0.3.32
20052026-08-26T16:02:12.628Z Checking futures-channel v0.3.32
20062026-08-26T16:02:12.697Z Checking hybrid-array v0.4.13
20072026-08-26T16:02:12.735Z Checking slab v0.4.12
20082026-08-26T16:02:12.772Z Checking futures-task v0.3.32
20092026-08-26T16:02:12.775Z Checking fnv v1.0.7
20102026-08-26T16:02:12.850Z Checking regex-syntax v0.8.10
20112026-08-26T16:02:12.922Z Checking hashbrown v0.17.0
20122026-08-26T16:02:12.962Z Checking generic-array v0.14.7
20132026-08-26T16:02:12.966Z Checking idna_adapter v1.2.1
20142026-08-26T16:02:12.966Z Checking futures-util v0.3.32
20152026-08-26T16:02:13.147Z Checking idna v1.1.0
20162026-08-26T16:02:13.386Z Checking ppv-lite86 v0.2.21
20172026-08-26T16:02:13.426Z Checking indexmap v2.14.0
20182026-08-26T16:02:13.435Z Checking url v2.5.8
20192026-08-26T16:02:13.499Z Checking thiserror v1.0.69
20202026-08-26T16:02:13.503Z Checking crypto-common v0.2.2
20212026-08-26T16:02:13.631Z Checking const-oid v0.9.6
20222026-08-26T16:02:13.712Z Checking base64ct v1.8.3
20232026-08-26T16:02:13.928Z Checking schemars v0.8.22
20242026-08-26T16:02:13.975Z Checking crypto-common v0.1.7
20252026-08-26T16:02:14.014Z Checking block-buffer v0.12.1
20262026-08-26T16:02:14.135Z Checking base64 v0.22.1
20272026-08-26T16:02:14.175Z Checking rand_core v0.9.5
20282026-08-26T16:02:14.178Z Checking block-buffer v0.10.4
20292026-08-26T16:02:14.246Z Checking erased-serde v0.3.31
20302026-08-26T16:02:14.339Z Checking utf8parse v0.2.2
20312026-08-26T16:02:14.382Z Checking digest v0.10.7
20322026-08-26T16:02:14.386Z Checking rand_chacha v0.9.0
20332026-08-26T16:02:14.456Z Checking anstyle v1.0.14
20342026-08-26T16:02:14.493Z Checking http v1.4.2
20352026-08-26T16:02:14.612Z Checking tracing-core v0.1.36
20362026-08-26T16:02:14.615Z Checking anstyle-query v1.1.5
20372026-08-26T16:02:14.688Z Checking rand v0.9.2
20382026-08-26T16:02:14.691Z Checking slog v2.8.2
20392026-08-26T16:02:14.691Z Checking colorchoice v1.0.4
20402026-08-26T16:02:14.793Z Checking is_terminal_polyfill v1.70.2
20412026-08-26T16:02:14.853Z Checking terminal_size v0.4.3
20422026-08-26T16:02:14.918Z Checking const-oid v0.10.2
20432026-08-26T16:02:14.958Z Checking tracing v0.1.44
20442026-08-26T16:02:14.961Z Checking fastrand v2.3.0
20452026-08-26T16:02:15.031Z Checking anstyle-parse v1.0.0
20462026-08-26T16:02:15.071Z Checking ipnet v2.12.0
20472026-08-26T16:02:15.111Z Checking aho-corasick v1.1.4
20482026-08-26T16:02:15.113Z Checking ipnetwork v0.21.1
20492026-08-26T16:02:15.201Z Checking crossbeam-utils v0.8.21
20502026-08-26T16:02:15.241Z Checking tempfile v3.27.0
20512026-08-26T16:02:15.244Z Checking anstream v1.0.0
20522026-08-26T16:02:15.278Z Checking tokio-util v0.7.18
20532026-08-26T16:02:15.282Z Checking clap_lex v1.0.0
20542026-08-26T16:02:15.386Z Checking strsim v0.11.1
20552026-08-26T16:02:15.389Z Checking unicode-ident v1.0.24
20562026-08-26T16:02:15.470Z Checking allocator-api2 v0.2.21
20572026-08-26T16:02:15.509Z Checking powerfmt v0.2.0
20582026-08-26T16:02:15.513Z Checking digest v0.11.3
20592026-08-26T16:02:15.581Z Checking proc-macro2 v1.0.106
20602026-08-26T16:02:15.584Z Checking clap_builder v4.6.0
20612026-08-26T16:02:15.584Z Checking num-conv v0.2.0
20622026-08-26T16:02:15.688Z Checking deranged v0.5.8
20632026-08-26T16:02:15.755Z Checking cpufeatures v0.3.0
20642026-08-26T16:02:15.793Z Checking time-core v0.1.8
20652026-08-26T16:02:15.830Z Checking num_threads v0.1.7
20662026-08-26T16:02:15.833Z Checking regex-automata v0.4.14
20672026-08-26T16:02:15.902Z Checking httparse v1.10.1
20682026-08-26T16:02:15.942Z Checking quote v1.0.45
20692026-08-26T16:02:15.979Z Checking anyhow v1.0.104
20702026-08-26T16:02:15.982Z Checking cpufeatures v0.2.17
20712026-08-26T16:02:15.982Z Checking rustls-pki-types v1.14.0
20722026-08-26T16:02:16.134Z Checking syn v2.0.117
20732026-08-26T16:02:16.137Z Checking aws-lc-sys v0.40.0
20742026-08-26T16:02:16.207Z Checking untrusted v0.7.1
20752026-08-26T16:02:16.210Z Checking http-body v1.0.1
20762026-08-26T16:02:16.333Z Checking atomic-waker v1.1.2
20772026-08-26T16:02:16.370Z Checking oxnet v0.1.6
20782026-08-26T16:02:16.407Z Checking try-lock v0.2.5
20792026-08-26T16:02:16.463Z Checking httpdate v1.0.3
20802026-08-26T16:02:16.535Z Checking want v0.3.1
20812026-08-26T16:02:16.640Z Checking time v0.3.47
20822026-08-26T16:02:16.643Z Checking h2 v0.4.15
20832026-08-26T16:02:16.715Z Checking hex v0.4.3
20842026-08-26T16:02:16.718Z Checking aws-lc-rs v1.16.3
20852026-08-26T16:02:16.748Z Checking tower-service v0.3.3
20862026-08-26T16:02:16.866Z Checking clap v4.6.1
20872026-08-26T16:02:16.905Z Checking ryu v1.0.23
20882026-08-26T16:02:16.968Z Checking untrusted v0.9.0
20892026-08-26T16:02:17.008Z Checking tower-layer v0.3.3
20902026-08-26T16:02:17.065Z Checking simd-adler32 v0.3.8
20912026-08-26T16:02:17.110Z Checking spin v0.9.8
20922026-08-26T16:02:17.192Z Checking unicode-width v0.2.0
20932026-08-26T16:02:17.266Z Checking adler2 v2.0.1
20942026-08-26T16:02:17.326Z Checking pem-rfc7468 v0.7.0
20952026-08-26T16:02:17.404Z Checking miniz_oxide v0.8.9
20962026-08-26T16:02:17.485Z Checking mime v0.3.17
20972026-08-26T16:02:17.559Z Checking flagset v0.4.7
20982026-08-26T16:02:17.611Z Checking rustls-webpki v0.103.13
20992026-08-26T16:02:17.718Z Checking block-padding v0.4.2
21002026-08-26T16:02:17.721Z Checking der v0.7.10
21012026-08-26T16:02:17.721Z Checking camino v1.2.5
21022026-08-26T16:02:17.833Z Checking pretty-hex v0.4.1
21032026-08-26T16:02:17.836Z Checking http-body-util v0.1.3
21042026-08-26T16:02:17.905Z Checking inout v0.2.2
21052026-08-26T16:02:17.982Z Checking plain v0.2.3
21062026-08-26T16:02:18.054Z Checking rustls v0.23.41
21072026-08-26T16:02:18.093Z Checking openssl-probe v0.2.1
21082026-08-26T16:02:18.129Z Checking ucd-trie v0.1.7
21092026-08-26T16:02:18.132Z Checking cipher v0.5.2
21102026-08-26T16:02:18.201Z Checking regex v1.12.3
21112026-08-26T16:02:18.237Z Checking serde_urlencoded v0.7.1
21122026-08-26T16:02:18.294Z Checking pest v2.8.6
21132026-08-26T16:02:18.435Z Checking rand_chacha v0.3.1
21142026-08-26T16:02:18.476Z Checking encoding_rs v0.8.35
21152026-08-26T16:02:18.476Z Checking bit-vec v0.8.0
21162026-08-26T16:02:18.550Z Checking futures-executor v0.3.32
21172026-08-26T16:02:18.553Z Checking spki v0.7.3
21182026-08-26T16:02:18.676Z Checking rand v0.8.6
21192026-08-26T16:02:18.731Z Checking wait-timeout v0.2.1
21202026-08-26T16:02:18.770Z Checking bit-set v0.8.0
21212026-08-26T16:02:18.805Z Checking futures v0.3.32
21222026-08-26T16:02:18.888Z Checking crc32fast v1.5.0
21232026-08-26T16:02:18.928Z Checking either v1.15.0
21242026-08-26T16:02:18.966Z Checking quick-error v1.2.3
21252026-08-26T16:02:19.062Z Checking rand_xorshift v0.4.0
21262026-08-26T16:02:19.102Z Checking rusty-fork v0.3.1
21272026-08-26T16:02:19.147Z Checking sync_wrapper v1.0.2
21282026-08-26T16:02:19.214Z Checking unarray v0.1.4
21292026-08-26T16:02:19.252Z Checking pkcs8 v0.10.2
21302026-08-26T16:02:19.291Z Checking tower v0.5.3
21312026-08-26T16:02:19.328Z Checking iri-string v0.7.10
21322026-08-26T16:02:19.365Z Checking proptest v1.11.0
21332026-08-26T16:02:19.402Z Checking foldhash v0.2.0
21342026-08-26T16:02:19.444Z Checking openapiv3 v2.2.0
21352026-08-26T16:02:19.482Z Checking zlib-rs v0.6.2
21362026-08-26T16:02:19.523Z Checking hyper v1.10.1
21372026-08-26T16:02:19.582Z Checking hashbrown v0.16.1
21382026-08-26T16:02:19.724Z Checking static_assertions v1.1.0
21392026-08-26T16:02:19.827Z Checking sha2 v0.10.9
21402026-08-26T16:02:20.140Z Checking rustls-native-certs v0.8.3
21412026-08-26T16:02:20.180Z Checking lazy_static v1.5.0
21422026-08-26T16:02:20.305Z Checking hubpack v0.1.2
21432026-08-26T16:02:20.344Z Checking psl-types v2.0.11
21442026-08-26T16:02:20.383Z Checking tokio-rustls v0.26.4
21452026-08-26T16:02:20.421Z Checking flate2 v1.1.9
21462026-08-26T16:02:20.425Z Checking tower-http v0.6.8
21472026-08-26T16:02:20.495Z Checking tinyvec_macros v0.1.1
21482026-08-26T16:02:20.499Z Checking hyper-util v0.1.20
21492026-08-26T16:02:20.534Z Checking publicsuffix v2.3.0
21502026-08-26T16:02:20.607Z Checking tinyvec v1.10.0
21512026-08-26T16:02:20.641Z Checking cookie v0.18.1
21522026-08-26T16:02:20.724Z Checking rustls-platform-verifier v0.6.2
21532026-08-26T16:02:20.763Z Checking signature v2.2.0
21542026-08-26T16:02:20.800Z Checking num-integer v0.1.46
21552026-08-26T16:02:20.804Z Checking strum v0.26.3
21562026-08-26T16:02:20.896Z Checking cookie_store v0.22.1
21572026-08-26T16:02:20.899Z Checking scroll v0.13.0
21582026-08-26T16:02:20.969Z Checking ahash v0.8.12
21592026-08-26T16:02:20.973Z Checking memmap2 v0.9.10
21602026-08-26T16:02:20.973Z Checking unicode-width v0.1.14
21612026-08-26T16:02:21.076Z Checking dtrace-parser v0.3.0
21622026-08-26T16:02:21.188Z Checking goblin v0.10.5
21632026-08-26T16:02:21.227Z Checking toml_datetime v0.6.11
21642026-08-26T16:02:21.231Z Checking newtype-uuid v1.3.2
21652026-08-26T16:02:21.262Z Checking serde_spanned v0.6.9
21662026-08-26T16:02:21.336Z Checking thread-id v5.1.0
21672026-08-26T16:02:21.340Z Checking data-encoding v2.10.0
21682026-08-26T16:02:21.340Z Checking bstr v1.12.1
21692026-08-26T16:02:21.442Z Checking hmac v0.12.1
21702026-08-26T16:02:21.446Z Checking base64 v0.21.7
21712026-08-26T16:02:21.446Z Checking x509-cert v0.2.5
21722026-08-26T16:02:21.550Z Checking daft v0.1.8
21732026-08-26T16:02:21.613Z Checking crossbeam-epoch v0.9.18
21742026-08-26T16:02:21.669Z Checking memoffset v0.9.1
21752026-08-26T16:02:21.773Z Checking num-iter v0.1.45
21762026-08-26T16:02:21.813Z Checking scroll v0.12.0
21772026-08-26T16:02:21.816Z Checking hyper-rustls v0.27.7
21782026-08-26T16:02:21.888Z Checking zerocopy v0.7.35
21792026-08-26T16:02:21.892Z Checking rustix v0.38.44
21802026-08-26T16:02:21.923Z Checking env_filter v2.0.0
21812026-08-26T16:02:21.996Z Checking smawk v0.3.2
21822026-08-26T16:02:22.067Z Checking goblin v0.8.2
21832026-08-26T16:02:22.107Z Checking unicode-linebreak v0.1.5
21842026-08-26T16:02:22.110Z Checking reqwest v0.13.2
21852026-08-26T16:02:22.179Z Checking unicode-segmentation v1.12.0
21862026-08-26T16:02:22.183Z Checking tap v1.0.1
21872026-08-26T16:02:22.345Z Checking env_logger v0.11.11
21882026-08-26T16:02:22.384Z Checking wyz v0.5.1
21892026-08-26T16:02:22.421Z Checking num-bigint-dig v0.8.6
21902026-08-26T16:02:22.523Z Checking nix v0.31.2
21912026-08-26T16:02:22.569Z Checking pkcs1 v0.7.5
21922026-08-26T16:02:22.608Z Checking dtrace-parser v0.2.0
21932026-08-26T16:02:22.774Z Checking ff v0.13.1
21942026-08-26T16:02:22.811Z Checking radium v0.7.0
21952026-08-26T16:02:22.875Z Checking thread-id v4.2.2
21962026-08-26T16:02:22.933Z Checking same-file v1.0.6
21972026-08-26T16:02:22.988Z Checking winnow v1.0.3
21982026-08-26T16:02:23.028Z Checking base16ct v0.2.0
21992026-08-26T16:02:23.031Z Checking crc-catalog v2.4.0
22002026-08-26T16:02:23.101Z Checking funty v2.0.0
22012026-08-26T16:02:23.186Z Checking crc v3.4.0
22022026-08-26T16:02:23.189Z Checking sec1 v0.7.3
22032026-08-26T16:02:23.260Z Checking rsa v0.9.10
22042026-08-26T16:02:23.392Z Checking walkdir v2.5.0
22052026-08-26T16:02:23.445Z Checking bitvec v1.0.1
22062026-08-26T16:02:23.484Z Checking group v0.13.0
22072026-08-26T16:02:23.527Z Checking dof v0.4.0
22082026-08-26T16:02:23.586Z Checking hkdf v0.12.4
22092026-08-26T16:02:23.658Z Checking unicode-normalization v0.1.25
22102026-08-26T16:02:23.756Z Checking crypto-bigint v0.5.5
22112026-08-26T16:02:23.759Z Checking zerocopy v0.6.6
22122026-08-26T16:02:23.759Z Checking maybe-uninit v2.0.0
22132026-08-26T16:02:23.862Z Checking gimli v0.32.3
22142026-08-26T16:02:23.924Z Checking winnow v0.5.40
22152026-08-26T16:02:23.975Z Checking dof v0.3.0
22162026-08-26T16:02:24.089Z Checking foreign-types-shared v0.1.1
22172026-08-26T16:02:24.128Z Checking is_ci v1.2.0
22182026-08-26T16:02:24.185Z Checking usdt-impl v0.6.0
22192026-08-26T16:02:24.224Z Checking foldhash v0.1.5
22202026-08-26T16:02:24.261Z Checking nodrop v0.1.14
22212026-08-26T16:02:24.296Z Checking usdt-impl v0.5.0
22222026-08-26T16:02:24.377Z Checking array-init v0.0.4
22232026-08-26T16:02:24.416Z Checking hashbrown v0.15.5
22242026-08-26T16:02:24.499Z Checking usdt v0.6.0
22252026-08-26T16:02:24.609Z Checking foreign-types v0.3.2
22262026-08-26T16:02:24.687Z Checking elliptic-curve v0.13.8
22272026-08-26T16:02:24.725Z Checking smallvec v0.6.14
22282026-08-26T16:02:24.728Z Checking serde_with v3.21.0
22292026-08-26T16:02:24.728Z Checking bitfield v0.19.4
22302026-08-26T16:02:24.831Z Checking packed_struct v0.10.1
22312026-08-26T16:02:24.921Z Checking bzip2-sys v0.1.13+1.0.8
22322026-08-26T16:02:24.959Z Checking openssl-sys v0.9.117
22332026-08-26T16:02:25.038Z Checking object v0.37.3
22342026-08-26T16:02:25.078Z Checking siphasher v1.0.2
22352026-08-26T16:02:25.081Z Checking bitflags v1.3.2
22362026-08-26T16:02:25.152Z Checking toml_edit v0.19.15
22372026-08-26T16:02:25.218Z Checking rustc-demangle v0.1.27
22382026-08-26T16:02:25.277Z Checking hashbrown v0.12.3
22392026-08-26T16:02:25.358Z Checking keccak v0.1.6
22402026-08-26T16:02:25.460Z Checking addr2line v0.25.1
22412026-08-26T16:02:25.499Z Checking openssl v0.10.80
22422026-08-26T16:02:25.553Z Checking sha3 v0.10.8
22432026-08-26T16:02:25.719Z Checking indexmap v1.9.3
22442026-08-26T16:02:25.769Z Checking bzip2 v0.4.4
22452026-08-26T16:02:25.798Z Checking serde-hex v0.1.0
22462026-08-26T16:02:25.919Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22472026-08-26T16:02:25.957Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22482026-08-26T16:02:26.066Z Checking toml_parser v1.1.2+spec-1.1.0
22492026-08-26T16:02:26.142Z Checking ron v0.8.1
22502026-08-26T16:02:26.209Z Checking toml v0.7.8
22512026-08-26T16:02:26.322Z Checking hashbrown v0.13.2
22522026-08-26T16:02:26.423Z Checking itertools v0.15.0
22532026-08-26T16:02:26.547Z Checking itertools v0.13.0
22542026-08-26T16:02:26.689Z Checking signal-hook v0.3.18
22552026-08-26T16:02:26.783Z Checking crc-any v2.5.0
22562026-08-26T16:02:26.917Z Checking managed v0.8.0
22572026-08-26T16:02:26.990Z Checking object v0.30.4
22582026-08-26T16:02:27.139Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22592026-08-26T16:02:27.296Z Checking zip v0.6.6
22602026-08-26T16:02:27.335Z Checking globset v0.4.18
22612026-08-26T16:02:27.371Z Checking backtrace v0.3.76
22622026-08-26T16:02:27.519Z Checking chacha20 v0.10.0
22632026-08-26T16:02:27.559Z Checking curve25519-dalek v4.1.3
22642026-08-26T16:02:27.599Z Checking winnow v0.7.14
22652026-08-26T16:02:27.638Z Checking path-slash v0.1.5
22662026-08-26T16:02:27.680Z Checking toml_write v0.1.2
22672026-08-26T16:02:27.727Z Checking backtrace-ext v0.2.1
22682026-08-26T16:02:27.771Z Checking native-tls v0.2.18
22692026-08-26T16:02:27.807Z Checking signal-hook-mio v0.2.5
22702026-08-26T16:02:27.872Z Checking textwrap v0.16.2
22712026-08-26T16:02:27.875Z Checking ed25519 v2.2.3
22722026-08-26T16:02:27.944Z Checking ref-cast v1.0.25
22732026-08-26T16:02:27.980Z Checking pin-project v1.1.11
22742026-08-26T16:02:28.073Z Checking jiff-core v0.1.0
22752026-08-26T16:02:28.113Z Checking tokio-native-tls v0.3.1
22762026-08-26T16:02:28.116Z Checking pem v3.0.6
22772026-08-26T16:02:28.184Z Checking zstd-sys v2.0.16+zstd.1.5.7
22782026-08-26T16:02:28.305Z Checking owo-colors v4.3.0
22792026-08-26T16:02:28.346Z Checking fixedbitset v0.5.7
22802026-08-26T16:02:28.351Z Checking zstd-safe v7.2.4
22812026-08-26T16:02:28.418Z Checking ed25519-dalek v2.2.0
22822026-08-26T16:02:28.573Z Checking petgraph v0.8.3
22832026-08-26T16:02:28.612Z Checking hyper-tls v0.6.0
22842026-08-26T16:02:28.683Z Checking snafu v0.8.9
22852026-08-26T16:02:28.798Z Checking jiff v0.2.34
22862026-08-26T16:02:28.838Z Checking crossterm v0.28.1
22872026-08-26T16:02:28.841Z Checking toml_edit v0.22.27
22882026-08-26T16:02:28.909Z Checking supports-color v3.0.2
22892026-08-26T16:02:28.952Z Checking similar v2.7.0
22902026-08-26T16:02:28.989Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22912026-08-26T16:02:29.062Z Checking fs-err v3.3.0
22922026-08-26T16:02:29.122Z Checking hash32 v0.2.1
22932026-08-26T16:02:29.314Z Checking serde_plain v1.0.2
22942026-08-26T16:02:29.360Z Checking serde-big-array v0.5.1
22952026-08-26T16:02:29.401Z Checking predicates-core v1.0.10
22962026-08-26T16:02:29.492Z Checking unicode-bidi v0.3.18
22972026-08-26T16:02:29.531Z Checking unicode-properties v0.1.4
22982026-08-26T16:02:29.568Z Checking bumpalo v3.20.2
22992026-08-26T16:02:29.571Z Checking libbz2-rs-sys v0.2.2
23002026-08-26T16:02:29.749Z Checking typed-path v0.9.3
23012026-08-26T16:02:29.800Z Checking zopfli v0.8.3
23022026-08-26T16:02:29.839Z Checking stringprep v0.1.5
23032026-08-26T16:02:29.973Z Checking heapless v0.7.17
23042026-08-26T16:02:30.012Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23052026-08-26T16:02:30.050Z Checking bzip2 v0.6.1
23062026-08-26T16:02:30.053Z Checking reqwest v0.12.28
23072026-08-26T16:02:30.169Z Checking zstd v0.13.3
23082026-08-26T16:02:30.208Z Checking hickory-proto v0.25.2
23092026-08-26T16:02:30.246Z Checking byte-wrapper v0.1.0
23102026-08-26T16:02:30.376Z Checking md-5 v0.10.6
23112026-08-26T16:02:30.415Z Checking float-cmp v0.10.0
23122026-08-26T16:02:30.453Z Checking normalize-line-endings v0.3.0
23132026-08-26T16:02:30.491Z Checking supports-unicode v3.0.0
23142026-08-26T16:02:30.550Z Checking difflib v0.4.0
23152026-08-26T16:02:30.589Z Checking fallible-iterator v0.2.0
23162026-08-26T16:02:30.592Z Checking supports-hyperlinks v3.2.0
23172026-08-26T16:02:30.592Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23182026-08-26T16:02:30.694Z Checking smoltcp v0.9.1
23192026-08-26T16:02:30.739Z Checking zip v4.6.1
23202026-08-26T16:02:30.778Z Checking miette v7.6.0
23212026-08-26T16:02:30.782Z Checking predicates v3.1.4
23222026-08-26T16:02:30.872Z Checking iddqd v0.4.2
23232026-08-26T16:02:30.912Z Checking postgres-protocol v0.6.10
23242026-08-26T16:02:31.142Z Checking phf_shared v0.11.3
23252026-08-26T16:02:31.253Z Checking phf_shared v0.13.1
23262026-08-26T16:02:31.296Z Checking olpc-cjson v0.1.4
23272026-08-26T16:02:31.336Z Checking tokio-stream v0.1.18
23282026-08-26T16:02:31.340Z Checking derive_more v2.1.1
23292026-08-26T16:02:31.340Z Checking strum v0.27.2
23302026-08-26T16:02:31.442Z Checking new_debug_unreachable v1.0.6
23312026-08-26T16:02:31.480Z Checking precomputed-hash v0.1.1
23322026-08-26T16:02:31.483Z Checking lalrpop-util v0.19.12
23332026-08-26T16:02:31.553Z Checking fixedbitset v0.4.2
23342026-08-26T16:02:31.557Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23352026-08-26T16:02:31.588Z Checking phf v0.13.1
23362026-08-26T16:02:31.659Z Checking string_cache v0.8.9
23372026-08-26T16:02:31.707Z Checking tough v0.22.0
23382026-08-26T16:02:31.746Z Checking petgraph v0.6.5
23392026-08-26T16:02:31.749Z Checking postgres-types v0.2.12
23402026-08-26T16:02:31.819Z Checking buf-list v1.1.2
23412026-08-26T16:02:31.822Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23422026-08-26T16:02:31.891Z Checking whoami v2.1.0
23432026-08-26T16:02:32.035Z Checking peg-runtime v0.8.5
23442026-08-26T16:02:32.121Z Checking tokio-postgres v0.7.16
23452026-08-26T16:02:32.194Z Checking is-terminal v0.4.17
23462026-08-26T16:02:32.232Z Checking crossbeam-channel v0.5.15
23472026-08-26T16:02:32.274Z Checking thread_local v1.1.9
23482026-08-26T16:02:32.318Z Checking take_mut v0.2.2
23492026-08-26T16:02:32.454Z Checking term v1.2.1
23502026-08-26T16:02:32.492Z Compiling newtype-uuid-macros v0.1.0
23512026-08-26T16:02:32.600Z Checking slog-async v2.8.0
23522026-08-26T16:02:32.709Z Checking slog-term v2.9.2
23532026-08-26T16:02:32.806Z Checking match_cfg v0.1.0
23542026-08-26T16:02:32.910Z Checking hostname v0.3.1
23552026-08-26T16:02:33.001Z Checking slog-json v2.6.1
23562026-08-26T16:02:33.040Z Compiling multer v3.1.0
23572026-08-26T16:02:33.043Z Compiling async-stream-impl v0.3.6
23582026-08-26T16:02:33.113Z Compiling dropshot v0.17.1
23592026-08-26T16:02:33.187Z Checking slog-bunyan v2.5.0
23602026-08-26T16:02:33.297Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23612026-08-26T16:02:33.334Z Checking debug-ignore v1.0.5
23622026-08-26T16:02:33.406Z Compiling dropshot_endpoint v0.17.1
23632026-08-26T16:02:33.444Z Checking serde_path_to_error v0.1.20
23642026-08-26T16:02:33.481Z Checking sha1 v0.11.0
23652026-08-26T16:02:33.484Z Checking toml_datetime v1.1.1+spec-1.1.0
23662026-08-26T16:02:33.697Z Checking serde_spanned v1.1.1
23672026-08-26T16:02:33.737Z Checking compression-core v0.4.31
23682026-08-26T16:02:33.773Z Checking toml_writer v1.1.1+spec-1.1.0
23692026-08-26T16:02:33.776Z Checking async-stream v0.3.6
23702026-08-26T16:02:33.809Z Checking waitgroup v0.1.2
23712026-08-26T16:02:33.916Z Checking compression-codecs v0.4.37
23722026-08-26T16:02:33.916Z Checking rustls-pemfile v2.2.0
23732026-08-26T16:02:34.026Z Checking hostname v0.4.2
23742026-08-26T16:02:34.029Z Checking toml v1.1.2+spec-1.1.0
23752026-08-26T16:02:34.029Z Checking progenitor-client v0.14.0
23762026-08-26T16:02:34.137Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23772026-08-26T16:02:34.178Z Checking atomicwrites v0.4.4
23782026-08-26T16:02:34.216Z Checking async-compression v0.4.41
23792026-08-26T16:02:34.219Z Compiling serde_tokenstream v0.3.0
23802026-08-26T16:02:34.219Z Compiling parse-display-derive v0.10.0
23812026-08-26T16:02:34.321Z Checking regress v0.10.5
23822026-08-26T16:02:34.358Z Checking macaddr v1.0.1
23832026-08-26T16:02:34.496Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23842026-08-26T16:02:34.561Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23852026-08-26T16:02:34.601Z Checking instant v0.1.13
23862026-08-26T16:02:34.604Z Compiling oxide-generation-macros v0.2.0
23872026-08-26T16:02:34.696Z Checking itertools v0.14.0
23882026-08-26T16:02:34.736Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23892026-08-26T16:02:34.739Z Checking oxide-generation v0.1.3
23902026-08-26T16:02:34.960Z Checking backoff v0.4.0
23912026-08-26T16:02:35.029Z Checking backon v1.6.0
23922026-08-26T16:02:35.068Z Checking humantime v2.3.0
23932026-08-26T16:02:35.195Z Compiling convert_case v0.4.0
23942026-08-26T16:02:35.230Z Checking progenitor-extras v0.2.0
23952026-08-26T16:02:35.279Z Checking half v2.7.1
23962026-08-26T16:02:35.427Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
23972026-08-26T16:02:35.494Z Checking ciborium-io v0.2.2
23982026-08-26T16:02:35.577Z Checking heck v0.5.0
23992026-08-26T16:02:35.615Z Compiling derive_more v0.99.20
24002026-08-26T16:02:35.618Z Checking ciborium-ll v0.2.2
24012026-08-26T16:02:35.686Z Checking secrecy v0.10.3
24022026-08-26T16:02:35.730Z Checking camino-tempfile v1.4.1
24032026-08-26T16:02:35.806Z Checking indent_write v2.2.0
24042026-08-26T16:02:35.810Z Compiling crucible-workspace-hack v0.1.0
24052026-08-26T16:02:35.881Z Checking ciborium v0.2.2
24062026-08-26T16:02:35.884Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24072026-08-26T16:02:35.952Z Compiling regress v0.11.1
24082026-08-26T16:02:35.987Z Checking inout v0.1.4
24092026-08-26T16:02:36.023Z Checking parse-display v0.10.0
24102026-08-26T16:02:36.151Z Checking cipher v0.4.4
24112026-08-26T16:02:36.200Z Checking universal-hash v0.5.1
24122026-08-26T16:02:36.237Z Compiling thiserror-impl-no-std v2.0.2
24132026-08-26T16:02:36.274Z Checking opaque-debug v0.3.1
24142026-08-26T16:02:36.322Z Checking blake2 v0.10.6
24152026-08-26T16:02:36.359Z Checking aead v0.5.2
24162026-08-26T16:02:36.396Z Checking poly1305 v0.8.0
24172026-08-26T16:02:36.399Z Checking chacha20 v0.9.1
24182026-08-26T16:02:36.535Z Checking password-hash v0.5.0
24192026-08-26T16:02:36.589Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24202026-08-26T16:02:36.655Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24212026-08-26T16:02:36.693Z Checking chacha20poly1305 v0.10.1
24222026-08-26T16:02:36.791Z Checking argon2 v0.5.3
24232026-08-26T16:02:36.854Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24242026-08-26T16:02:37.025Z Compiling unsafe-libyaml v0.2.11
24252026-08-26T16:02:37.127Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24262026-08-26T16:02:37.171Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24272026-08-26T16:02:37.210Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24282026-08-26T16:02:37.427Z Checking swrite v0.1.0
24292026-08-26T16:02:37.467Z Checking thiserror-no-std v2.0.2
24302026-08-26T16:02:37.552Z Compiling typify-impl v0.6.2
24312026-08-26T16:02:37.589Z Checking vsss-rs v3.3.4
24322026-08-26T16:02:37.792Z Compiling serde_yaml v0.9.34+deprecated
24332026-08-26T16:02:38.208Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24342026-08-26T16:02:38.743Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24352026-08-26T16:02:38.848Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24362026-08-26T16:02:38.957Z Checking crossbeam-deque v0.8.6
24372026-08-26T16:02:38.994Z Compiling rayon-core v1.13.0
24382026-08-26T16:02:39.173Z Compiling num-derive v0.4.2
24392026-08-26T16:02:39.210Z Compiling toml_datetime v0.7.5+spec-1.1.0
24402026-08-26T16:02:39.280Z Compiling proc-macro-error v1.0.4
24412026-08-26T16:02:39.487Z Compiling toml_edit v0.23.10+spec-1.0.0
24422026-08-26T16:02:39.625Z Checking tabwriter v1.4.1
24432026-08-26T16:02:39.697Z Checking glob v0.3.3
24442026-08-26T16:02:39.701Z Checking rayon v1.11.0
24452026-08-26T16:02:39.806Z Compiling illumos-nvpair-sys v0.2.0
24462026-08-26T16:02:39.932Z Compiling heapless v0.8.0
24472026-08-26T16:02:39.973Z Checking hash32 v0.3.1
24482026-08-26T16:02:40.136Z Compiling proc-macro-crate v3.4.0
24492026-08-26T16:02:40.139Z Compiling ingot-macros v0.2.0
24502026-08-26T16:02:40.223Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24512026-08-26T16:02:40.460Z Compiling smoltcp v0.11.0
24522026-08-26T16:02:40.497Z Checking colored v3.1.1
24532026-08-26T16:02:40.579Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24542026-08-26T16:02:40.718Z Compiling num_enum_derive v0.7.6
24552026-08-26T16:02:40.805Z Checking illumos-nvpair v0.3.0
24562026-08-26T16:02:40.890Z Checking toml v0.8.23
24572026-08-26T16:02:40.995Z Checking cobs v0.3.0
24582026-08-26T16:02:41.040Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24592026-08-26T16:02:41.173Z Checking postcard v1.1.3
24602026-08-26T16:02:41.323Z Checking rand v0.10.1
24612026-08-26T16:02:41.359Z Compiling proc-macro-crate v1.3.1
24622026-08-26T16:02:41.498Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24632026-08-26T16:02:41.739Z Checking sigpipe v0.1.3
24642026-08-26T16:02:41.801Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24652026-08-26T16:02:41.805Z Checking num_enum v0.7.6
24662026-08-26T16:02:41.877Z Compiling foreign-types-macros v0.2.3
24672026-08-26T16:02:41.880Z Checking foreign-types-shared v0.3.1
24682026-08-26T16:02:41.987Z Compiling num_enum_derive v0.5.11
24692026-08-26T16:02:42.153Z Compiling typify-macro v0.6.2
24702026-08-26T16:02:42.194Z Compiling usdt-macro v0.5.0
24712026-08-26T16:02:42.248Z Compiling usdt-attr-macro v0.5.0
24722026-08-26T16:02:42.502Z Checking foreign-types v0.5.0
24732026-08-26T16:02:42.540Z Checking cstr-argument v0.1.2
24742026-08-26T16:02:42.613Z Checking memmap v0.7.0
24752026-08-26T16:02:42.695Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24762026-08-26T16:02:42.781Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24772026-08-26T16:02:42.972Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24782026-08-26T16:02:43.033Z Checking ingot-types v0.2.0
24792026-08-26T16:02:43.070Z Checking num_enum v0.5.11
24802026-08-26T16:02:43.073Z Checking usdt v0.5.0
24812026-08-26T16:02:43.164Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24822026-08-26T16:02:43.238Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24832026-08-26T16:02:43.274Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24842026-08-26T16:02:43.308Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24852026-08-26T16:02:43.340Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24862026-08-26T16:02:43.343Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24872026-08-26T16:02:43.421Z Checking ingot v0.2.1
24882026-08-26T16:02:43.459Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24892026-08-26T16:02:43.531Z Compiling zone_cfg_derive v0.3.1
24902026-08-26T16:02:43.536Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24912026-08-26T16:02:43.693Z Checking itertools v0.12.1
24922026-08-26T16:02:43.743Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24932026-08-26T16:02:43.780Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24942026-08-26T16:02:43.944Z Compiling typify v0.6.2
24952026-08-26T16:02:44.064Z Compiling progenitor-impl v0.14.0
24962026-08-26T16:02:44.217Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24972026-08-26T16:02:44.279Z Checking smf v0.2.3
24982026-08-26T16:02:44.315Z Checking whoami v1.6.1
24992026-08-26T16:02:44.466Z Compiling derive-where v1.6.0
25002026-08-26T16:02:44.521Z Checking tokio-dtrace v0.1.1
25012026-08-26T16:02:44.558Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-08-26T16:02:44.736Z Checking zone v0.3.1
25032026-08-26T16:02:44.774Z Checking oxide-tokio-rt v0.1.4
25042026-08-26T16:02:45.012Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25052026-08-26T16:02:45.131Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25062026-08-26T16:02:45.168Z Checking console v0.15.11
25072026-08-26T16:02:45.171Z Checking newline-converter v0.3.0
25082026-08-26T16:02:45.239Z Checking bytecount v0.6.9
25092026-08-26T16:02:45.347Z Checking num-rational v0.4.2
25102026-08-26T16:02:45.385Z Checking num-complex v0.4.6
25112026-08-26T16:02:45.485Z Checking expectorate v1.2.0
25122026-08-26T16:02:45.651Z Compiling cancel-safe-futures v0.1.5
25132026-08-26T16:02:45.689Z Checking float-ord v0.3.2
25142026-08-26T16:02:45.753Z Checking num v0.4.3
25152026-08-26T16:02:45.837Z Checking linear-map v1.2.0
25162026-08-26T16:02:45.871Z Checking gethostname v0.5.0
25172026-08-26T16:02:45.908Z Checking oxide-update-engine-types v0.1.2
25182026-08-26T16:02:46.014Z Compiling prettyplease v0.2.37
25192026-08-26T16:02:46.083Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25202026-08-26T16:02:46.316Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25212026-08-26T16:02:46.353Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25222026-08-26T16:02:46.502Z Checking resolv-conf v0.7.6
25232026-08-26T16:02:46.542Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25242026-08-26T16:02:46.609Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25252026-08-26T16:02:46.725Z Checking papergrid v0.11.0
25262026-08-26T16:02:46.771Z Compiling progenitor-macro v0.14.0
25272026-08-26T16:02:46.810Z Compiling tabled_derive v0.7.0
25282026-08-26T16:02:46.879Z Checking oxide-update-engine v0.1.2
25292026-08-26T16:02:47.330Z Compiling slog-dtrace v0.3.0
25302026-08-26T16:02:47.453Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25312026-08-26T16:02:47.643Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25322026-08-26T16:02:47.797Z Checking tabled v0.15.0
25332026-08-26T16:02:48.126Z Checking crossterm v0.29.0
25342026-08-26T16:02:48.165Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25352026-08-26T16:02:48.453Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25362026-08-26T16:02:48.561Z Checking linked-hash-map v0.5.6
25372026-08-26T16:02:48.790Z Checking lru-cache v0.1.2
25382026-08-26T16:02:49.060Z Checking hickory-proto v0.24.4
25392026-08-26T16:02:49.099Z Checking fd-lock v4.0.4
25402026-08-26T16:02:49.783Z Checking vte v0.14.1
25412026-08-26T16:02:50.163Z Checking strip-ansi-escapes v0.2.1
25422026-08-26T16:02:50.969Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25432026-08-26T16:02:51.153Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25442026-08-26T16:02:51.344Z Checking termtree v0.5.1
25452026-08-26T16:02:51.550Z Checking nu-ansi-term v0.50.3
25462026-08-26T16:02:51.749Z Checking progenitor v0.14.0
25472026-08-26T16:02:51.789Z Checking reedline v0.40.0
25482026-08-26T16:02:51.899Z Checking hickory-resolver v0.24.4
25492026-08-26T16:02:51.935Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-08-26T16:02:52.122Z Compiling minimal-lexical v0.2.1
25512026-08-26T16:02:52.412Z Compiling nom v7.1.3
25522026-08-26T16:02:52.664Z Checking qorb v0.4.1
25532026-08-26T16:02:52.979Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25542026-08-26T16:02:53.759Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25552026-08-26T16:02:53.799Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25562026-08-26T16:02:53.836Z Compiling unicode-xid v0.2.6
25572026-08-26T16:02:53.895Z Checking display-error-chain v0.2.2
25582026-08-26T16:02:53.995Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25592026-08-26T16:02:54.044Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25602026-08-26T16:02:54.120Z Compiling ar_archive_writer v0.5.1
25612026-08-26T16:02:54.311Z Checking csv-core v0.1.13
25622026-08-26T16:02:54.371Z Compiling stacker v0.1.23
25632026-08-26T16:02:54.526Z Checking csv v1.4.0
25642026-08-26T16:02:54.640Z Compiling cfg_aliases v0.1.1
25652026-08-26T16:02:54.678Z Compiling semver v0.1.20
25662026-08-26T16:02:54.720Z Checking highway v1.3.0
25672026-08-26T16:02:54.756Z Compiling nix v0.28.0
25682026-08-26T16:02:54.969Z Compiling rustc_version v0.1.7
25692026-08-26T16:02:55.043Z Compiling psm v0.1.30
25702026-08-26T16:02:55.078Z Checking nibble_vec v0.1.0
25712026-08-26T16:02:55.113Z Checking endian-type v0.1.2
25722026-08-26T16:02:55.212Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25732026-08-26T16:02:55.250Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25742026-08-26T16:02:55.253Z Compiling newtype_derive v0.1.6
25752026-08-26T16:02:55.320Z Checking radix_trie v0.2.1
25762026-08-26T16:02:55.506Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25772026-08-26T16:02:55.566Z Checking phf_shared v0.12.1
25782026-08-26T16:02:55.735Z Compiling recursive-proc-macro-impl v0.1.1
25792026-08-26T16:02:55.773Z Compiling chrono-tz v0.10.4
25802026-08-26T16:02:55.807Z Checking phf v0.12.1
25812026-08-26T16:02:56.000Z Compiling const_format_proc_macros v0.2.34
25822026-08-26T16:02:56.072Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25832026-08-26T16:02:56.075Z Compiling peg-macros v0.8.5
25842026-08-26T16:02:56.144Z Checking winnow v0.6.26
25852026-08-26T16:02:56.147Z Compiling sqlparser_derive v0.5.0
25862026-08-26T16:02:56.215Z Checking recursive v0.1.1
25872026-08-26T16:02:56.343Z Checking home v0.5.12
25882026-08-26T16:02:56.485Z Checking unicode_categories v0.1.1
25892026-08-26T16:02:56.825Z Checking const_format v0.2.35
25902026-08-26T16:02:56.907Z Checking rustyline v14.0.0
25912026-08-26T16:02:56.944Z Checking sqlparser v0.61.0
25922026-08-26T16:02:57.351Z Checking sqlformat v0.3.5
25932026-08-26T16:02:57.473Z Checking peg v0.8.5
25942026-08-26T16:02:57.581Z Checking bcs v0.1.6
25952026-08-26T16:02:57.638Z Checking nom v8.0.0
25962026-08-26T16:02:57.822Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25972026-08-26T16:02:57.865Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25982026-08-26T16:02:57.957Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25992026-08-26T16:02:58.086Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26002026-08-26T16:02:58.193Z Checking steno v0.4.1
26012026-08-26T16:02:58.466Z Checking sha1 v0.10.6
26022026-08-26T16:02:58.664Z Checking filetime v0.2.27
26032026-08-26T16:02:58.701Z Checking xattr v1.6.1
26042026-08-26T16:02:58.819Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26052026-08-26T16:02:58.857Z Checking subprocess v0.2.15
26062026-08-26T16:02:58.892Z Checking tar v0.4.46
26072026-08-26T16:02:59.021Z Checking headers-core v0.3.0
26082026-08-26T16:02:59.161Z Checking headers v0.4.1
26092026-08-26T16:02:59.198Z Checking yasna v0.5.2
26102026-08-26T16:02:59.234Z Checking port-file v0.1.0
26112026-08-26T16:02:59.443Z Checking dropshot-api-manager-types v0.8.0
26122026-08-26T16:02:59.647Z Checking rcgen v0.12.1
26132026-08-26T16:02:59.682Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26142026-08-26T16:02:59.685Z Checking tagptr v0.2.0
26152026-08-26T16:02:59.754Z Checking utf-8 v0.7.6
26162026-08-26T16:02:59.903Z Checking moka v0.12.13
26172026-08-26T16:02:59.957Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26182026-08-26T16:03:00.033Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26192026-08-26T16:03:00.144Z Compiling libefi-sys v0.1.0
26202026-08-26T16:03:00.401Z Compiling bitfield-struct v0.6.2
26212026-08-26T16:03:00.551Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26222026-08-26T16:03:00.594Z Checking hickory-resolver v0.25.2
26232026-08-26T16:03:00.660Z Checking tungstenite v0.21.0
26242026-08-26T16:03:00.696Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26252026-08-26T16:03:00.883Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26262026-08-26T16:03:01.076Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26272026-08-26T16:03:01.148Z Compiling xshell-macros v0.2.7
26282026-08-26T16:03:01.151Z Checking tokio-tungstenite v0.21.0
26292026-08-26T16:03:01.222Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26302026-08-26T16:03:01.255Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26312026-08-26T16:03:01.331Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26322026-08-26T16:03:01.368Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26332026-08-26T16:03:01.492Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26342026-08-26T16:03:01.552Z Checking xshell v0.2.7
26352026-08-26T16:03:01.629Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26362026-08-26T16:03:01.667Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26372026-08-26T16:03:01.925Z Checking half v1.8.3
26382026-08-26T16:03:02.020Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26392026-08-26T16:03:02.158Z Checking serde_cbor v0.11.2
26402026-08-26T16:03:02.350Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26412026-08-26T16:03:02.436Z Checking libscf-sys v1.2.0
26422026-08-26T16:03:02.565Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26432026-08-26T16:03:02.578Z Checking papergrid v0.18.0
26442026-08-26T16:03:02.637Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26452026-08-26T16:03:02.707Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26462026-08-26T16:03:02.876Z Checking maplit v1.0.2
26472026-08-26T16:03:02.988Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26482026-08-26T16:03:03.025Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26492026-08-26T16:03:03.240Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26502026-08-26T16:03:03.413Z Checking tabled v0.21.0
26512026-08-26T16:03:03.554Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26522026-08-26T16:03:03.647Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26532026-08-26T16:03:03.769Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26542026-08-26T16:03:03.807Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26552026-08-26T16:03:03.943Z Checking crc8 v0.1.1
26562026-08-26T16:03:03.979Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26572026-08-26T16:03:04.075Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26582026-08-26T16:03:04.268Z Checking unicase v2.9.0
26592026-08-26T16:03:04.355Z Checking fxhash v0.2.1
26602026-08-26T16:03:04.391Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26612026-08-26T16:03:04.507Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26622026-08-26T16:03:04.630Z Checking sha2 v0.11.0
26632026-08-26T16:03:04.751Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26642026-08-26T16:03:04.789Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26652026-08-26T16:03:05.146Z Compiling darling_core v0.21.3
26662026-08-26T16:03:05.417Z Compiling vergen-lib v0.1.6
26672026-08-26T16:03:05.454Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26682026-08-26T16:03:05.535Z Compiling diesel_derives v2.3.7
26692026-08-26T16:03:05.683Z Checking scheduled-thread-pool v0.2.7
26702026-08-26T16:03:05.794Z Compiling vergen-gitcl v1.0.8
26712026-08-26T16:03:05.864Z Compiling diesel_table_macro_syntax v0.3.0
26722026-08-26T16:03:06.066Z Checking r2d2 v0.8.10
26732026-08-26T16:03:06.221Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26742026-08-26T16:03:06.284Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26752026-08-26T16:03:06.321Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26762026-08-26T16:03:06.509Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26772026-08-26T16:03:06.671Z Checking downcast-rs v2.0.2
26782026-08-26T16:03:06.835Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26792026-08-26T16:03:07.090Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26802026-08-26T16:03:07.311Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26812026-08-26T16:03:07.390Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26822026-08-26T16:03:07.464Z Checking kstat-rs v0.2.5
26832026-08-26T16:03:07.506Z Compiling proc-macro-error-attr2 v2.0.0
26842026-08-26T16:03:07.690Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26852026-08-26T16:03:07.727Z Compiling darling_macro v0.21.3
26862026-08-26T16:03:07.964Z Compiling proc-macro-error2 v2.0.1
26872026-08-26T16:03:08.033Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26882026-08-26T16:03:08.261Z Compiling darling v0.21.3
26892026-08-26T16:03:08.317Z Compiling knus-derive v3.4.0
26902026-08-26T16:03:08.353Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26912026-08-26T16:03:08.387Z Compiling dsl_auto_type v0.2.0
26922026-08-26T16:03:09.329Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26932026-08-26T16:03:09.670Z Compiling dirs-sys-next v0.1.2
26942026-08-26T16:03:09.729Z Compiling salty v0.3.0
26952026-08-26T16:03:09.808Z Compiling parking_lot_core v0.8.6
26962026-08-26T16:03:09.886Z Compiling crunchy v0.2.4
26972026-08-26T16:03:10.029Z Compiling dirs-next v2.0.0
26982026-08-26T16:03:10.113Z Compiling clang-sys v1.8.1
26992026-08-26T16:03:10.186Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27002026-08-26T16:03:10.254Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27012026-08-26T16:03:10.301Z Compiling git-stub v1.0.0
27022026-08-26T16:03:10.446Z Compiling tiny-keccak v2.0.2
27032026-08-26T16:03:10.547Z Compiling git-stub-vcs v0.1.0
27042026-08-26T16:03:10.668Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27052026-08-26T16:03:10.775Z Compiling term v0.7.0
27062026-08-26T16:03:10.937Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27072026-08-26T16:03:10.973Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27082026-08-26T16:03:11.024Z Compiling bit-vec v0.6.3
27092026-08-26T16:03:11.117Z Compiling ascii-canvas v3.0.0
27102026-08-26T16:03:11.224Z Compiling bit-set v0.5.3
27112026-08-26T16:03:11.276Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27122026-08-26T16:03:11.351Z Checking parking_lot v0.11.2
27132026-08-26T16:03:11.393Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27142026-08-26T16:03:11.577Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27152026-08-26T16:03:11.627Z Checking rfc6979 v0.4.0
27162026-08-26T16:03:11.787Z Checking prefix-trie v0.7.0
27172026-08-26T16:03:11.871Z Compiling hashbrown v0.14.5
27182026-08-26T16:03:11.908Z Compiling itertools v0.10.5
27192026-08-26T16:03:12.077Z Compiling ena v0.14.4
27202026-08-26T16:03:12.142Z Compiling libloading v0.8.9
27212026-08-26T16:03:12.323Z Compiling bindgen v0.71.1
27222026-08-26T16:03:12.388Z Compiling regex-syntax v0.6.29
27232026-08-26T16:03:12.468Z Compiling diff v0.1.13
27242026-08-26T16:03:12.768Z Compiling chumsky v0.9.3
27252026-08-26T16:03:12.853Z Checking hickory-server v0.25.2
27262026-08-26T16:03:13.030Z Compiling ecdsa v0.16.9
27272026-08-26T16:03:13.906Z Compiling lalrpop v0.19.12
27282026-08-26T16:03:13.985Z Checking sled v0.34.7
27292026-08-26T16:03:14.121Z Compiling cexpr v0.6.0
27302026-08-26T16:03:14.156Z Checking primeorder v0.13.6
27312026-08-26T16:03:14.306Z Checking diesel v2.3.7
27322026-08-26T16:03:14.431Z Checking nanorand v0.7.0
27332026-08-26T16:03:14.667Z Compiling rustc-hash v2.1.1
27342026-08-26T16:03:14.783Z Compiling p384 v0.13.1
27352026-08-26T16:03:14.853Z Checking flume v0.11.1
27362026-08-26T16:03:15.283Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27372026-08-26T16:03:15.408Z Compiling knus v3.4.0
27382026-08-26T16:03:15.604Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27392026-08-26T16:03:15.958Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27402026-08-26T16:03:16.079Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27412026-08-26T16:03:16.361Z Compiling libxml v0.3.3
27422026-08-26T16:03:16.399Z Checking assert_matches v1.5.0
27432026-08-26T16:03:16.457Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27442026-08-26T16:03:16.502Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27452026-08-26T16:03:16.693Z Compiling strum_macros v0.24.3
27462026-08-26T16:03:16.774Z Compiling indoc v1.0.9
27472026-08-26T16:03:17.478Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27482026-08-26T16:03:17.703Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27492026-08-26T16:03:17.996Z Checking quick-xml v0.37.5
27502026-08-26T16:03:18.059Z Checking derive_builder v0.20.2
27512026-08-26T16:03:18.096Z Compiling oso-derive v0.27.3
27522026-08-26T16:03:18.206Z Compiling impl-trait-for-tuples v0.2.3
27532026-08-26T16:03:18.616Z Compiling trait-variant v0.1.2
27542026-08-26T16:03:18.895Z Checking openssl-probe v0.1.6
27552026-08-26T16:03:19.091Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27562026-08-26T16:03:19.196Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27572026-08-26T16:03:19.374Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27582026-08-26T16:03:19.763Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27592026-08-26T16:03:19.877Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27602026-08-26T16:03:20.027Z Checking corncobs v0.1.4
27612026-08-26T16:03:20.065Z Checking predicates-tree v1.0.13
27622026-08-26T16:03:20.191Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27632026-08-26T16:03:20.227Z Compiling progenitor-impl v0.13.0
27642026-08-26T16:03:20.231Z Checking secrecy v0.8.0
27652026-08-26T16:03:20.426Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27662026-08-26T16:03:21.010Z Checking progenitor-client v0.13.0
27672026-08-26T16:03:21.220Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27682026-08-26T16:03:21.292Z Checking anstyle-parse v0.2.7
27692026-08-26T16:03:21.429Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27702026-08-26T16:03:21.488Z Checking anstream v0.6.21
27712026-08-26T16:03:21.656Z Checking bb8 v0.8.6
27722026-08-26T16:03:21.973Z Compiling mime_guess v2.0.5
27732026-08-26T16:03:22.060Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27742026-08-26T16:03:22.285Z Checking ignore v0.4.25
27752026-08-26T16:03:22.543Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27762026-08-26T16:03:22.726Z Checking http-range v0.1.5
27772026-08-26T16:03:22.762Z Checking globwalk v0.9.1
27782026-08-26T16:03:22.889Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27792026-08-26T16:03:22.924Z Compiling progenitor-macro v0.13.0
27802026-08-26T16:03:23.080Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27812026-08-26T16:03:23.461Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27822026-08-26T16:03:23.464Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27832026-08-26T16:03:24.135Z Checking digest-io v0.1.0
27842026-08-26T16:03:24.309Z Checking rawzip v0.4.4
27852026-08-26T16:03:24.792Z Checking nonempty v0.12.0
27862026-08-26T16:03:24.829Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27872026-08-26T16:03:24.873Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27882026-08-26T16:03:25.400Z Checking camino-tempfile-ext v0.3.3
27892026-08-26T16:03:25.639Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27902026-08-26T16:03:25.677Z Checking hyper-staticfile v0.10.1
27912026-08-26T16:03:26.007Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27922026-08-26T16:03:26.246Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27932026-08-26T16:03:26.338Z Checking signal-hook-tokio v0.3.1
27942026-08-26T16:03:26.510Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27952026-08-26T16:03:26.853Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27962026-08-26T16:03:26.963Z Checking scuffle v0.1.0
27972026-08-26T16:03:27.002Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27982026-08-26T16:03:27.283Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27992026-08-26T16:03:27.363Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28002026-08-26T16:03:27.708Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28012026-08-26T16:03:27.708Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28022026-08-26T16:03:27.780Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28032026-08-26T16:03:27.988Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28042026-08-26T16:03:28.024Z Checking progenitor v0.13.0
28052026-08-26T16:03:28.206Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28062026-08-26T16:03:28.371Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28072026-08-26T16:03:28.750Z Checking async-bb8-diesel v0.2.1
28082026-08-26T16:03:28.848Z Checking diesel-dtrace v0.5.0
28092026-08-26T16:03:29.014Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28102026-08-26T16:03:29.133Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28112026-08-26T16:03:29.170Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28122026-08-26T16:03:29.342Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28132026-08-26T16:03:29.678Z Checking tungstenite v0.23.0
28142026-08-26T16:03:29.791Z Checking rand_seeder v0.4.0
28152026-08-26T16:03:29.931Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28162026-08-26T16:03:29.981Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28172026-08-26T16:03:30.178Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28182026-08-26T16:03:31.496Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28192026-08-26T16:03:31.836Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28202026-08-26T16:03:31.982Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28212026-08-26T16:03:32.228Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28222026-08-26T16:03:32.668Z Checking tokio-tungstenite v0.23.1
28232026-08-26T16:03:32.981Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28242026-08-26T16:03:33.026Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28252026-08-26T16:03:33.255Z Checking void v1.0.2
28262026-08-26T16:03:33.397Z Checking lzss v0.8.2
28272026-08-26T16:03:33.472Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28282026-08-26T16:03:33.520Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28292026-08-26T16:03:33.630Z Checking nix v0.27.1
28302026-08-26T16:03:33.681Z Checking serde_bytes v0.11.19
28312026-08-26T16:03:33.717Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28322026-08-26T16:03:34.173Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28332026-08-26T16:03:34.472Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28342026-08-26T16:03:34.866Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28352026-08-26T16:03:35.320Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28362026-08-26T16:03:35.633Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28372026-08-26T16:03:35.636Z Checking cpubits v0.1.1
28382026-08-26T16:03:35.708Z Checking yansi v1.0.1
28392026-08-26T16:03:35.963Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28402026-08-26T16:03:35.998Z Checking pretty_assertions v1.4.1
28412026-08-26T16:03:36.167Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28422026-08-26T16:03:36.252Z Checking pem-rfc7468 v1.0.0
28432026-08-26T16:03:36.455Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28442026-08-26T16:03:36.735Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28452026-08-26T16:03:36.849Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28462026-08-26T16:03:36.966Z Checking hmac v0.13.0
28472026-08-26T16:03:37.170Z Checking universal-hash v0.6.1
28482026-08-26T16:03:37.346Z Compiling libz-sys v1.1.24
28492026-08-26T16:03:37.666Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28502026-08-26T16:03:37.761Z Compiling instability v0.3.11
28512026-08-26T16:03:38.012Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28522026-08-26T16:03:38.016Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28532026-08-26T16:03:38.119Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28542026-08-26T16:03:38.166Z Checking castaway v0.2.4
28552026-08-26T16:03:38.322Z Compiling indoc v2.0.7
28562026-08-26T16:03:38.405Z Checking compact_str v0.8.1
28572026-08-26T16:03:38.630Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28582026-08-26T16:03:38.806Z Checking polyval v0.7.1
28592026-08-26T16:03:39.051Z Checking der v0.8.0
28602026-08-26T16:03:39.548Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28612026-08-26T16:03:39.583Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28622026-08-26T16:03:39.777Z Checking unicode-truncate v1.1.0
28632026-08-26T16:03:39.814Z Checking lru v0.12.5
28642026-08-26T16:03:39.818Z Compiling libgit2-sys v0.18.3+1.9.2
28652026-08-26T16:03:39.894Z Checking arc-swap v1.8.2
28662026-08-26T16:03:39.996Z Checking cassowary v0.3.0
28672026-08-26T16:03:40.128Z Checking ghash v0.6.0
28682026-08-26T16:03:40.165Z Checking slog-scope v4.4.1
28692026-08-26T16:03:40.240Z Checking ratatui v0.29.0
28702026-08-26T16:03:40.356Z Checking pbkdf2 v0.13.0
28712026-08-26T16:03:40.462Z Checking crypto-bigint v0.7.5
28722026-08-26T16:03:40.509Z Checking aes v0.9.1
28732026-08-26T16:03:40.942Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28742026-08-26T16:03:41.586Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28752026-08-26T16:03:41.839Z Checking ctr v0.10.1
28762026-08-26T16:03:42.058Z Checking aead v0.6.1
28772026-08-26T16:03:42.226Z Checking cargo-platform v0.3.2
28782026-08-26T16:03:42.263Z Checking aes-gcm v0.11.0
28792026-08-26T16:03:42.445Z Checking cargo_metadata v0.23.1
28802026-08-26T16:03:42.481Z Checking slog-stdlog v4.1.1
28812026-08-26T16:03:42.641Z Checking spki v0.8.0
28822026-08-26T16:03:42.734Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28832026-08-26T16:03:42.859Z Checking colored v2.2.0
28842026-08-26T16:03:43.099Z Checking salsa20 v0.11.0
28852026-08-26T16:03:43.242Z Checking console v0.16.2
28862026-08-26T16:03:43.285Z Compiling vergen-git2 v9.1.0
28872026-08-26T16:03:43.517Z Checking plotters-backend v0.3.7
28882026-08-26T16:03:43.588Z Checking unit-prefix v0.5.2
28892026-08-26T16:03:43.753Z Checking plotters-svg v0.3.7
28902026-08-26T16:03:43.788Z Checking indicatif v0.18.4
28912026-08-26T16:03:43.981Z Checking scrypt v0.12.0
28922026-08-26T16:03:44.148Z Checking slog-envlogger v2.2.0
28932026-08-26T16:03:44.185Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28942026-08-26T16:03:44.220Z Checking cbc v0.2.1
28952026-08-26T16:03:44.337Z Checking libsw-core v0.3.2
28962026-08-26T16:03:44.394Z Checking cast v0.3.0
28972026-08-26T16:03:44.479Z Checking pkcs5 v0.8.1
28982026-08-26T16:03:44.524Z Checking libsw v3.5.0
28992026-08-26T16:03:44.584Z Checking criterion-plot v0.6.0
29002026-08-26T16:03:44.712Z Checking plotters v0.3.7
29012026-08-26T16:03:44.812Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29022026-08-26T16:03:44.856Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29032026-08-26T16:03:45.087Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29042026-08-26T16:03:45.318Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29052026-08-26T16:03:45.515Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29062026-08-26T16:03:45.553Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29072026-08-26T16:03:45.740Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29082026-08-26T16:03:45.779Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29092026-08-26T16:03:45.830Z Checking tinytemplate v1.2.1
29102026-08-26T16:03:45.965Z Checking oorandom v11.1.5
29112026-08-26T16:03:46.084Z Checking shell-words v1.1.1
29122026-08-26T16:03:46.121Z Checking anes v0.1.6
29132026-08-26T16:03:46.294Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29142026-08-26T16:03:46.334Z Checking criterion v0.7.0
29152026-08-26T16:03:46.707Z Checking pkcs8 v0.11.0
29162026-08-26T16:03:46.947Z Checking oxide-update-engine-display v0.1.2
29172026-08-26T16:03:47.294Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29182026-08-26T16:03:47.600Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29192026-08-26T16:03:48.108Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29202026-08-26T16:03:48.171Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29212026-08-26T16:03:49.027Z Checking tokio-test v0.4.5
29222026-08-26T16:03:49.252Z Checking ff v0.14.0
29232026-08-26T16:03:49.430Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29242026-08-26T16:03:49.662Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29252026-08-26T16:03:50.091Z Checking twox-hash v2.1.2
29262026-08-26T16:03:50.445Z Compiling petname v2.0.2
29272026-08-26T16:03:50.964Z Checking atty v0.2.14
29282026-08-26T16:03:51.096Z Checking arrayref v0.3.9
29292026-08-26T16:03:51.206Z Checking arrayvec v0.7.6
29302026-08-26T16:03:51.434Z Checking constant_time_eq v0.4.2
29312026-08-26T16:03:51.804Z Checking group v0.14.0
29322026-08-26T16:03:51.851Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29332026-08-26T16:03:51.997Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29342026-08-26T16:03:52.056Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29352026-08-26T16:03:52.774Z Checking fatfs v0.3.6
29362026-08-26T16:03:52.812Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29372026-08-26T16:03:52.994Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29382026-08-26T16:03:53.079Z Checking signature v3.0.0
29392026-08-26T16:03:53.253Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29402026-08-26T16:03:53.288Z Checking base16ct v1.0.0
29412026-08-26T16:03:53.456Z Compiling seq-macro v0.3.6
29422026-08-26T16:03:53.813Z Checking sec1 v0.8.1
29432026-08-26T16:03:54.060Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29442026-08-26T16:03:54.370Z Checking hkdf v0.13.0
29452026-08-26T16:03:54.411Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29462026-08-26T16:03:54.546Z Checking concurrent-queue v2.5.0
29472026-08-26T16:03:54.604Z Checking sapling-renderdag v0.1.0
29482026-08-26T16:03:54.641Z Checking sync-ptr v0.1.4
29492026-08-26T16:03:54.765Z Checking parking v2.2.1
29502026-08-26T16:03:54.801Z Checking elliptic-curve v0.14.1
29512026-08-26T16:03:54.876Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29522026-08-26T16:03:54.937Z Checking event-listener v5.4.1
29532026-08-26T16:03:55.194Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29542026-08-26T16:03:55.263Z Checking rtoolbox v0.0.3
29552026-08-26T16:03:55.362Z Compiling samael v0.0.19
29562026-08-26T16:03:55.453Z Checking rpassword v7.5.4
29572026-08-26T16:03:55.499Z Checking event-listener-strategy v0.5.4
29582026-08-26T16:03:55.651Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29592026-08-26T16:03:55.685Z Checking wnaf v0.14.0
29602026-08-26T16:03:55.887Z Checking primefield v0.14.0
29612026-08-26T16:03:56.131Z Checking rfc6979 v0.6.0
29622026-08-26T16:03:56.315Z Checking tui-tree-widget v0.23.1
29632026-08-26T16:03:56.540Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29642026-08-26T16:03:56.653Z Compiling blake3 v1.8.5
29652026-08-26T16:03:57.050Z Checking futures-timer v3.0.3
29662026-08-26T16:03:57.553Z Checking ecdsa v0.17.0
29672026-08-26T16:03:57.770Z Checking primeorder v0.14.0
29682026-08-26T16:03:57.994Z Checking async-lock v3.4.2
29692026-08-26T16:03:58.095Z Compiling curve25519-dalek v5.0.0
29702026-08-26T16:03:58.172Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29712026-08-26T16:03:58.411Z Checking async-object-pool v0.2.0
29722026-08-26T16:03:58.894Z Checking ssh-encoding v0.3.0
29732026-08-26T16:03:59.156Z Checking serde_regex v1.1.0
29742026-08-26T16:03:59.352Z Checking assert-json-diff v2.0.2
29752026-08-26T16:03:59.559Z Checking path-tree v0.8.3
29762026-08-26T16:03:59.783Z Checking keccak v0.2.0
29772026-08-26T16:03:59.994Z Checking stringmetrics v2.2.2
29782026-08-26T16:04:00.189Z Checking topological-sort v0.2.2
29792026-08-26T16:04:00.366Z Compiling strsim v0.10.0
29802026-08-26T16:04:00.485Z Checking omicron-zone-package v0.12.3
29812026-08-26T16:04:00.593Z Compiling darling_core v0.13.4
29822026-08-26T16:04:00.722Z Checking httpmock v0.8.3
29832026-08-26T16:04:01.395Z Checking ed25519 v3.0.0
29842026-08-26T16:04:01.631Z Checking pkcs1 v0.8.0-rc.4
29852026-08-26T16:04:01.785Z Checking crypto-primes v0.7.2
29862026-08-26T16:04:01.879Z Checking poly1305 v0.9.0
29872026-08-26T16:04:02.187Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29882026-08-26T16:04:02.454Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29892026-08-26T16:04:02.623Z Checking blowfish v0.10.0
29902026-08-26T16:04:02.779Z Checking blake2 v0.11.0-rc.6
29912026-08-26T16:04:02.817Z Compiling target-lexicon v0.13.3
29922026-08-26T16:04:02.963Z Checking bcrypt-pbkdf v0.11.0
29932026-08-26T16:04:03.077Z Checking argon2 v0.6.0-rc.8
29942026-08-26T16:04:03.120Z Checking rsa v0.10.0-rc.18
29952026-08-26T16:04:03.159Z Compiling darling_macro v0.13.4
29962026-08-26T16:04:03.389Z Checking ssh-cipher v0.3.0
29972026-08-26T16:04:03.431Z Checking ed25519-dalek v3.0.0
29982026-08-26T16:04:03.640Z Checking sha3 v0.11.0
29992026-08-26T16:04:03.677Z Checking p256 v0.14.0
30002026-08-26T16:04:03.680Z Checking p384 v0.14.0
30012026-08-26T16:04:03.748Z Checking p521 v0.14.0
30022026-08-26T16:04:04.015Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30032026-08-26T16:04:04.285Z Checking kem v0.3.0
30042026-08-26T16:04:04.442Z Checking module-lattice v0.2.3
30052026-08-26T16:04:04.480Z Checking socket2 v0.5.10
30062026-08-26T16:04:04.701Z Compiling guppy-workspace-hack v0.1.0
30072026-08-26T16:04:04.761Z Checking sponge-cursor v0.1.0
30082026-08-26T16:04:04.930Z Checking hex-literal v0.4.1
30092026-08-26T16:04:05.016Z Checking sha3 v0.12.0
30102026-08-26T16:04:05.068Z Checking ml-kem v0.3.2
30112026-08-26T16:04:05.257Z Compiling darling v0.13.4
30122026-08-26T16:04:05.642Z Checking russh-cryptovec v0.62.0
30132026-08-26T16:04:05.722Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30142026-08-26T16:04:05.837Z Checking internal-russh-num-bigint v0.5.0
30152026-08-26T16:04:05.944Z Checking num-bigint v0.4.6
30162026-08-26T16:04:06.379Z Checking russh-util v0.52.0
30172026-08-26T16:04:06.539Z Checking generic-array v1.4.3
30182026-08-26T16:04:06.793Z Checking ssh-key v0.7.0-rc.11
30192026-08-26T16:04:06.879Z Compiling enum_dispatch v0.3.13
30202026-08-26T16:04:06.914Z Compiling delegate v0.13.5
30212026-08-26T16:04:06.976Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30222026-08-26T16:04:07.418Z Checking md5 v0.8.0
30232026-08-26T16:04:07.618Z Compiling target-spec v3.5.7
30242026-08-26T16:04:07.711Z Checking hex-literal v1.1.0
30252026-08-26T16:04:07.844Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30262026-08-26T16:04:07.880Z Checking russh v0.62.4
30272026-08-26T16:04:08.118Z Checking cfg-expr v0.20.6
30282026-08-26T16:04:08.295Z Compiling git2 v0.20.4
30292026-08-26T16:04:08.521Z Compiling serde_with_macros v1.5.2
30302026-08-26T16:04:08.662Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30312026-08-26T16:04:09.129Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30322026-08-26T16:04:09.349Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30332026-08-26T16:04:09.413Z Checking internet-checksum v0.2.1
30342026-08-26T16:04:09.572Z Compiling serde_with v1.14.0
30352026-08-26T16:04:10.137Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30362026-08-26T16:04:11.160Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30372026-08-26T16:04:11.224Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30382026-08-26T16:04:11.263Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30392026-08-26T16:04:11.395Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30402026-08-26T16:04:11.613Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30412026-08-26T16:04:11.657Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30422026-08-26T16:04:11.694Z Checking httptest v0.16.4
30432026-08-26T16:04:11.730Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30442026-08-26T16:04:11.937Z Checking pathdiff v0.2.3
30452026-08-26T16:04:12.078Z Checking nested v0.1.1
30462026-08-26T16:04:12.122Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30472026-08-26T16:04:12.164Z Compiling polar-core v0.27.3
30482026-08-26T16:04:12.246Z Checking guppy v0.17.25
30492026-08-26T16:04:12.388Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30502026-08-26T16:04:12.505Z Checking similar-asserts v1.7.0
30512026-08-26T16:04:12.657Z Compiling target-triple v1.0.0
30522026-08-26T16:04:12.693Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30532026-08-26T16:04:13.216Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30542026-08-26T16:04:13.800Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30552026-08-26T16:04:13.839Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30562026-08-26T16:04:14.033Z Checking hickory-client v0.25.2
30572026-08-26T16:04:14.353Z Checking supports-color v2.1.0
30582026-08-26T16:04:14.456Z Checking supports-unicode v2.1.0
30592026-08-26T16:04:14.459Z Checking supports-hyperlinks v2.1.0
30602026-08-26T16:04:14.530Z Checking textwrap v0.15.2
30612026-08-26T16:04:14.606Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30622026-08-26T16:04:14.645Z Checking terminal_size v0.1.17
30632026-08-26T16:04:14.772Z Compiling miette-derive v5.10.0
30642026-08-26T16:04:14.809Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30652026-08-26T16:04:14.812Z Compiling fs-err v2.11.0
30662026-08-26T16:04:15.102Z Compiling assert_cmd v2.1.2
30672026-08-26T16:04:15.297Z Checking owo-colors v3.5.0
30682026-08-26T16:04:15.386Z Checking escape8259 v0.5.3
30692026-08-26T16:04:15.557Z Checking libtest-mimic v0.8.1
30702026-08-26T16:04:15.879Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30712026-08-26T16:04:15.986Z Checking miette v5.10.0
30722026-08-26T16:04:16.033Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30732026-08-26T16:04:16.558Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30742026-08-26T16:04:16.696Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30752026-08-26T16:04:17.202Z Checking oso v0.27.3
30762026-08-26T16:04:17.239Z Checking blake2b_simd v1.0.4
30772026-08-26T16:04:17.448Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30782026-08-26T16:04:17.663Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30792026-08-26T16:04:17.889Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30802026-08-26T16:04:17.926Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30812026-08-26T16:04:18.110Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30822026-08-26T16:04:18.147Z Compiling knuffel-derive v3.2.0
30832026-08-26T16:04:18.183Z Checking fancy-regex v0.14.0
30842026-08-26T16:04:18.326Z Checking serde_tokenstream v0.2.3
30852026-08-26T16:04:18.556Z Checking approx v0.5.1
30862026-08-26T16:04:18.591Z Compiling rstest_macros v0.25.0
30872026-08-26T16:04:18.626Z Checking uzers v0.12.2
30882026-08-26T16:04:18.725Z Compiling linkme-impl v0.3.35
30892026-08-26T16:04:18.873Z Checking constant_time_eq v0.3.1
30902026-08-26T16:04:18.908Z Checking termcolor v1.4.1
30912026-08-26T16:04:19.009Z Checking rust-argon2 v2.1.0
30922026-08-26T16:04:19.158Z Checking trybuild v1.0.116
30932026-08-26T16:04:19.194Z Checking datatest-stable v0.3.3
30942026-08-26T16:04:19.539Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30952026-08-26T16:04:19.572Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30962026-08-26T16:04:19.655Z Checking knuffel v3.2.0
30972026-08-26T16:04:19.820Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30982026-08-26T16:04:19.923Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30992026-08-26T16:04:19.958Z Checking support-bundle-viewer v0.1.2
31002026-08-26T16:04:20.054Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31012026-08-26T16:04:20.242Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31022026-08-26T16:04:20.281Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31032026-08-26T16:04:20.346Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31042026-08-26T16:04:20.467Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31052026-08-26T16:04:20.511Z Checking drift v0.2.0
31062026-08-26T16:04:20.572Z Checking rand_distr v0.5.1
31072026-08-26T16:04:20.772Z Checking multimap v0.10.1
31082026-08-26T16:04:20.855Z Checking parse-size v1.1.0
31092026-08-26T16:04:20.898Z Compiling linkme v0.3.35
31102026-08-26T16:04:20.984Z Compiling relative-path v1.9.3
31112026-08-26T16:04:21.020Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31122026-08-26T16:04:21.023Z Checking dropshot-api-manager v0.8.0
31132026-08-26T16:04:21.417Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31142026-08-26T16:04:22.234Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31152026-08-26T16:04:22.692Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31162026-08-26T16:04:23.037Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31172026-08-26T16:04:23.189Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31182026-08-26T16:04:23.262Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31192026-08-26T16:04:23.302Z Checking cargo_toml v0.21.0
31202026-08-26T16:04:23.767Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31212026-08-26T16:04:23.873Z Checking partial-io v0.5.4
31222026-08-26T16:04:23.951Z Checking termios v0.3.3
31232026-08-26T16:04:24.113Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31242026-08-26T16:04:24.148Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31252026-08-26T16:04:24.909Z Checking rstest v0.25.0
31262026-08-26T16:04:25.353Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31272026-08-26T16:04:30.206Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31282026-08-26T16:04:30.375Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31292026-08-26T16:04:31.617Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31302026-08-26T16:04:36.770Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31312026-08-26T16:04:37.358Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31322026-08-26T16:04:39.281Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31332026-08-26T16:04:44.460Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31342026-08-26T16:04:47.437Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31352026-08-26T16:04:49.455Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31362026-08-26T16:04:50.947Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31372026-08-26T16:04:54.797Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31382026-08-26T16:04:55.150Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31392026-08-26T16:04:57.891Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31402026-08-26T16:05:01.200Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31412026-08-26T16:05:06.438Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31422026-08-26T16:05:28.183Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31432026-08-26T16:06:20.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 14s
31442026-08-26T16:06:20.818Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31452026-08-26T16:06:20.818Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31462026-08-26T16:06:21.495Z
31472026-08-26T16:06:21.495Zreal 4:17.818351172
31482026-08-26T16:06:21.495Zuser 22:15.495177229
31492026-08-26T16:06:21.495Zsys 5:16.625573024
31502026-08-26T16:06:21.495Ztrap 0.540324684
31512026-08-26T16:06:21.495Ztflt 0.426033683
31522026-08-26T16:06:21.495Zdflt 0.565033347
31532026-08-26T16:06:21.495Zkflt 0.005011150
31542026-08-26T16:06:21.495Zlock 1:07:04.554192038
31552026-08-26T16:06:21.495Zslp 1:00:21.538134325
31562026-08-26T16:06:21.495Zlat 1:55.418809259
31572026-08-26T16:06:21.495Zstop 14:23.073956763
31582026-08-26T16:06:21.498Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31592026-08-26T16:06:21.498Z+ ptime -m cargo doc --workspace --no-deps
31602026-08-26T16:06:22.366Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31612026-08-26T16:06:22.366Z |
31622026-08-26T16:06:22.366Z = 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)`
31632026-08-26T16:06:22.366Z = 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>
31642026-08-26T16:06:23.481Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31652026-08-26T16:06:23.727Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31662026-08-26T16:06:23.767Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31672026-08-26T16:06:23.799Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31682026-08-26T16:06:23.915Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31692026-08-26T16:06:24.018Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31702026-08-26T16:06:24.043Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31712026-08-26T16:06:24.069Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31722026-08-26T16:06:24.073Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31732026-08-26T16:06:24.119Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31742026-08-26T16:06:24.183Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31752026-08-26T16:06:24.327Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31762026-08-26T16:06:24.377Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31772026-08-26T16:06:24.402Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-08-26T16:06:24.449Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31792026-08-26T16:06:24.476Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31802026-08-26T16:06:24.509Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31812026-08-26T16:06:24.534Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31822026-08-26T16:06:24.594Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31832026-08-26T16:06:24.621Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31842026-08-26T16:06:24.646Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31852026-08-26T16:06:24.693Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31862026-08-26T16:06:24.983Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31872026-08-26T16:06:25.038Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31882026-08-26T16:06:25.127Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31892026-08-26T16:06:25.153Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31902026-08-26T16:06:25.277Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31912026-08-26T16:06:25.377Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31922026-08-26T16:06:25.416Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31932026-08-26T16:06:25.542Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31942026-08-26T16:06:25.637Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31952026-08-26T16:06:25.663Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31962026-08-26T16:06:25.688Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31972026-08-26T16:06:25.830Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31982026-08-26T16:06:26.062Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31992026-08-26T16:06:26.089Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32002026-08-26T16:06:26.114Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32012026-08-26T16:06:26.216Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32022026-08-26T16:06:26.294Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32032026-08-26T16:06:26.318Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32042026-08-26T16:06:26.526Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32052026-08-26T16:06:26.609Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32062026-08-26T16:06:26.766Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32072026-08-26T16:06:26.805Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32082026-08-26T16:06:26.853Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32092026-08-26T16:06:26.945Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32102026-08-26T16:06:27.021Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32112026-08-26T16:06:27.070Z Checking scuffle v0.1.0
32122026-08-26T16:06:27.223Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32132026-08-26T16:06:27.298Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32142026-08-26T16:06:27.298Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32152026-08-26T16:06:27.347Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32162026-08-26T16:06:27.570Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32172026-08-26T16:06:27.651Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32182026-08-26T16:06:28.053Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32192026-08-26T16:06:28.487Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32202026-08-26T16:06:28.599Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32212026-08-26T16:06:28.942Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32222026-08-26T16:06:28.975Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32232026-08-26T16:06:29.027Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32242026-08-26T16:06:29.234Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32252026-08-26T16:06:29.261Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32262026-08-26T16:06:29.265Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32272026-08-26T16:06:29.325Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32282026-08-26T16:06:29.575Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32292026-08-26T16:06:29.815Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32302026-08-26T16:06:29.849Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32312026-08-26T16:06:30.214Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32322026-08-26T16:06:30.373Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32332026-08-26T16:06:30.404Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32342026-08-26T16:06:30.489Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32352026-08-26T16:06:30.593Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32362026-08-26T16:06:30.661Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32372026-08-26T16:06:30.723Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32382026-08-26T16:06:30.771Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32392026-08-26T16:06:30.832Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32402026-08-26T16:06:30.957Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32412026-08-26T16:06:30.982Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32422026-08-26T16:06:31.006Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32432026-08-26T16:06:31.037Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32442026-08-26T16:06:31.179Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32452026-08-26T16:06:31.205Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32462026-08-26T16:06:31.228Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32472026-08-26T16:06:31.251Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32482026-08-26T16:06:31.550Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32492026-08-26T16:06:31.550Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32502026-08-26T16:06:31.600Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32512026-08-26T16:06:31.600Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32522026-08-26T16:06:31.603Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32532026-08-26T16:06:31.799Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32542026-08-26T16:06:31.885Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32552026-08-26T16:06:31.909Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32562026-08-26T16:06:31.930Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32572026-08-26T16:06:31.956Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32582026-08-26T16:06:31.980Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32592026-08-26T16:06:32.129Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32602026-08-26T16:06:32.153Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32612026-08-26T16:06:32.178Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32622026-08-26T16:06:32.224Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32632026-08-26T16:06:32.250Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32642026-08-26T16:06:32.352Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32652026-08-26T16:06:32.376Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32662026-08-26T16:06:32.446Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32672026-08-26T16:06:32.553Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32682026-08-26T16:06:32.597Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32692026-08-26T16:06:32.856Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32702026-08-26T16:06:32.880Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32712026-08-26T16:06:32.928Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32722026-08-26T16:06:33.444Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32732026-08-26T16:06:33.600Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32742026-08-26T16:06:33.635Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32752026-08-26T16:06:33.892Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32762026-08-26T16:06:34.681Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32772026-08-26T16:06:35.382Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32782026-08-26T16:06:35.796Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32792026-08-26T16:06:35.821Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32802026-08-26T16:06:36.485Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32812026-08-26T16:06:36.797Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32822026-08-26T16:06:37.416Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32832026-08-26T16:06:37.652Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32842026-08-26T16:06:38.040Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32852026-08-26T16:06:38.104Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32862026-08-26T16:06:38.394Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32872026-08-26T16:06:38.619Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32882026-08-26T16:06:38.647Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32892026-08-26T16:06:38.993Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32902026-08-26T16:06:39.395Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32912026-08-26T16:06:39.622Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32922026-08-26T16:06:39.916Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32932026-08-26T16:06:40.139Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32942026-08-26T16:06:40.280Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32952026-08-26T16:06:40.403Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32962026-08-26T16:06:40.628Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32972026-08-26T16:06:40.955Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32982026-08-26T16:06:41.068Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32992026-08-26T16:06:41.571Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33002026-08-26T16:06:41.745Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33012026-08-26T16:06:41.983Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33022026-08-26T16:06:42.590Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33032026-08-26T16:06:42.626Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33042026-08-26T16:06:43.247Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33052026-08-26T16:06:43.282Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33062026-08-26T16:06:43.697Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33072026-08-26T16:06:43.724Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33082026-08-26T16:06:44.619Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33092026-08-26T16:06:44.798Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33102026-08-26T16:06:44.935Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33112026-08-26T16:06:45.418Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33122026-08-26T16:06:45.568Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33132026-08-26T16:06:45.862Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33142026-08-26T16:06:46.125Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33152026-08-26T16:06:46.712Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33162026-08-26T16:06:47.017Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33172026-08-26T16:06:47.354Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33182026-08-26T16:06:47.441Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33192026-08-26T16:06:48.082Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33202026-08-26T16:06:48.936Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33212026-08-26T16:06:51.737Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33222026-08-26T16:06:51.773Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33232026-08-26T16:06:52.089Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33242026-08-26T16:06:54.441Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33252026-08-26T16:06:54.756Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33262026-08-26T16:06:55.289Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33272026-08-26T16:06:55.313Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33282026-08-26T16:06:55.618Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33292026-08-26T16:06:55.689Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33302026-08-26T16:06:56.688Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33312026-08-26T16:06:57.423Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33322026-08-26T16:06:57.763Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33332026-08-26T16:06:58.413Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33342026-08-26T16:06:58.813Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33352026-08-26T16:06:59.059Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33362026-08-26T16:06:59.512Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33372026-08-26T16:06:59.552Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33382026-08-26T16:06:59.575Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-08-26T16:06:59.891Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33402026-08-26T16:07:00.209Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33412026-08-26T16:07:00.232Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33422026-08-26T16:07:00.458Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33432026-08-26T16:07:00.707Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33442026-08-26T16:07:00.993Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33452026-08-26T16:07:01.224Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33462026-08-26T16:07:01.251Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33472026-08-26T16:07:01.753Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33482026-08-26T16:07:01.809Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33492026-08-26T16:07:02.009Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33502026-08-26T16:07:02.492Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33512026-08-26T16:07:03.816Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33522026-08-26T16:07:04.046Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33532026-08-26T16:07:04.608Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33542026-08-26T16:07:06.836Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33552026-08-26T16:07:08.256Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33562026-08-26T16:07:08.954Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33572026-08-26T16:07:09.500Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33582026-08-26T16:07:11.242Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33592026-08-26T16:07:13.147Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33602026-08-26T16:07:13.793Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33612026-08-26T16:07:14.249Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33622026-08-26T16:07:15.402Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33632026-08-26T16:07:17.025Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33642026-08-26T16:07:18.397Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33652026-08-26T16:07:18.439Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33662026-08-26T16:07:19.984Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33672026-08-26T16:07:20.021Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33682026-08-26T16:07:20.527Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33692026-08-26T16:07:23.648Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33702026-08-26T16:07:26.466Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33712026-08-26T16:07:27.471Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33722026-08-26T16:07:27.940Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33732026-08-26T16:07:29.008Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33742026-08-26T16:07:29.881Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33752026-08-26T16:07:30.644Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33762026-08-26T16:07:31.416Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33772026-08-26T16:07:33.742Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33782026-08-26T16:07:34.012Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33792026-08-26T16:07:34.530Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33802026-08-26T16:07:34.653Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33812026-08-26T16:07:35.325Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33822026-08-26T16:07:36.181Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33832026-08-26T16:07:36.936Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33842026-08-26T16:07:41.183Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33852026-08-26T16:07:41.931Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33862026-08-26T16:07:43.171Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33872026-08-26T16:07:43.680Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33882026-08-26T16:07:44.634Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33892026-08-26T16:07:45.575Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33902026-08-26T16:07:48.959Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33912026-08-26T16:07:49.939Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33922026-08-26T16:07:51.244Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33932026-08-26T16:07:52.081Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33942026-08-26T16:07:53.097Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33952026-08-26T16:07:56.715Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33962026-08-26T16:07:57.156Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33972026-08-26T16:07:57.711Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33982026-08-26T16:07:59.243Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33992026-08-26T16:08:01.135Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34002026-08-26T16:08:02.456Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34012026-08-26T16:08:04.320Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34022026-08-26T16:08:05.796Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34032026-08-26T16:08:07.513Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34042026-08-26T16:08:09.255Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34052026-08-26T16:08:10.889Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34062026-08-26T16:08:15.397Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34072026-08-26T16:08:15.816Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34082026-08-26T16:08:17.190Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34092026-08-26T16:08:17.787Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34102026-08-26T16:08:19.616Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34112026-08-26T16:08:21.537Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34122026-08-26T16:08:23.295Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34132026-08-26T16:08:25.377Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34142026-08-26T16:08:27.197Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34152026-08-26T16:08:29.264Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34162026-08-26T16:08:30.825Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34172026-08-26T16:08:32.595Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34182026-08-26T16:08:34.374Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34192026-08-26T16:08:36.185Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34202026-08-26T16:08:37.983Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34212026-08-26T16:08:39.846Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34222026-08-26T16:08:41.595Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34232026-08-26T16:08:43.146Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34242026-08-26T16:08:45.310Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34252026-08-26T16:08:46.892Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34262026-08-26T16:08:48.832Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34272026-08-26T16:08:50.766Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34282026-08-26T16:08:52.548Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34292026-08-26T16:08:54.510Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34302026-08-26T16:09:00.245Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34312026-08-26T16:09:01.970Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34322026-08-26T16:09:05.481Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34332026-08-26T16:09:06.064Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34342026-08-26T16:09:08.827Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34352026-08-26T16:09:11.023Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34362026-08-26T16:09:12.945Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34372026-08-26T16:09:15.527Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34382026-08-26T16:09:17.742Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34392026-08-26T16:09:20.215Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34402026-08-26T16:09:22.458Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34412026-08-26T16:09:25.697Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34422026-08-26T16:09:27.311Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34432026-08-26T16:09:30.307Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34442026-08-26T16:09:32.502Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34452026-08-26T16:09:35.324Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34462026-08-26T16:09:37.202Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34472026-08-26T16:09:39.754Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34482026-08-26T16:09:42.291Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34492026-08-26T16:09:44.913Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34502026-08-26T16:09:47.662Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34512026-08-26T16:09:50.214Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34522026-08-26T16:09:52.530Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34532026-08-26T16:09:55.343Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34542026-08-26T16:09:57.824Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34552026-08-26T16:10:00.377Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34562026-08-26T16:10:02.950Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34572026-08-26T16:10:05.505Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34582026-08-26T16:10:07.998Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34592026-08-26T16:10:10.637Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34602026-08-26T16:10:13.227Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34612026-08-26T16:10:15.620Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34622026-08-26T16:10:18.333Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34632026-08-26T16:10:20.985Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34642026-08-26T16:10:23.503Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34652026-08-26T16:10:26.270Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34662026-08-26T16:10:28.859Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34672026-08-26T16:10:31.516Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34682026-08-26T16:10:34.156Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34692026-08-26T16:10:36.866Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34702026-08-26T16:10:39.445Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34712026-08-26T16:10:42.028Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34722026-08-26T16:10:44.743Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34732026-08-26T16:10:47.966Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34742026-08-26T16:10:50.221Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34752026-08-26T16:10:52.991Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34762026-08-26T16:10:55.768Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34772026-08-26T16:10:58.520Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34782026-08-26T16:11:01.063Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34792026-08-26T16:11:03.747Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34802026-08-26T16:11:06.650Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34812026-08-26T16:11:09.664Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34822026-08-26T16:11:12.326Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34832026-08-26T16:11:15.222Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34842026-08-26T16:11:17.983Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34852026-08-26T16:11:20.706Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34862026-08-26T16:11:23.381Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34872026-08-26T16:11:26.271Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34882026-08-26T16:11:29.062Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34892026-08-26T16:11:31.867Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34902026-08-26T16:11:34.637Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34912026-08-26T16:11:37.427Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34922026-08-26T16:11:40.174Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34932026-08-26T16:11:48.248Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34942026-08-26T16:11:48.781Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34952026-08-26T16:11:52.093Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34962026-08-26T16:11:55.548Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34972026-08-26T16:11:59.217Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34982026-08-26T16:12:03.012Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34992026-08-26T16:12:06.387Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35002026-08-26T16:12:09.998Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35012026-08-26T16:12:13.540Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35022026-08-26T16:12:17.288Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35032026-08-26T16:12:20.805Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35042026-08-26T16:12:24.432Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35052026-08-26T16:12:28.073Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35062026-08-26T16:12:31.658Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
35072026-08-26T16:12:35.301Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35082026-08-26T16:12:38.929Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
35092026-08-26T16:12:42.699Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35102026-08-26T16:12:46.246Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35112026-08-26T16:12:49.798Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35122026-08-26T16:12:53.511Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35132026-08-26T16:12:57.028Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35142026-08-26T16:13:00.989Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35152026-08-26T16:13:04.382Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35162026-08-26T16:13:08.192Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35172026-08-26T16:13:11.797Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35182026-08-26T16:13:15.419Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35192026-08-26T16:13:19.059Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35202026-08-26T16:13:22.780Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35212026-08-26T16:13:26.433Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35222026-08-26T16:13:57.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 36s
35232026-08-26T16:13:57.599Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35242026-08-26T16:13:57.599Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35252026-08-26T16:13:57.767Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files
35262026-08-26T16:13:57.880Z
35272026-08-26T16:13:57.880Zreal 7:36.289544412
35282026-08-26T16:13:57.880Zuser 20:36.424144958
35292026-08-26T16:13:57.880Zsys 4:23.611385328
35302026-08-26T16:13:57.880Ztrap 0.300575488
35312026-08-26T16:13:57.884Ztflt 0.003398410
35322026-08-26T16:13:57.884Zdflt 0.052014933
35332026-08-26T16:13:57.884Zkflt 0.000051020
35342026-08-26T16:13:57.884Zlock 7:16:42.171991067
35352026-08-26T16:13:57.884Zslp 2:33:13.134690880
35362026-08-26T16:13:57.884Zlat 35.234112010
35372026-08-26T16:13:57.884Zstop 2:16.548308797
35382026-08-26T16:13:57.884Zprocess exited: duration 846529 ms, exit code 0
 
35392026-08-26T16:13:57.891Zfound 0 output files