01M0ED1MS68AWFHJHMTES2RN7W: clippy (helios)

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

Buildomat Job: 01M0ED20C1HDCPRG8TQZT27FRF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T01:38:30.717Zjob assigned to worker 01M0ED2CT5X9HGRCNE0K67PRJB [factory aws, i-07f1acafd05defa1f] (queued for 56 s)
 
22026-08-20T01:38:37.678Zstarting task 0: "setup"
32026-08-20T01:38:37.685Z++ uname -s
42026-08-20T01:38:37.688Z+ kern=SunOS
52026-08-20T01:38:37.689Z+ build_user=build
62026-08-20T01:38:37.689Z+ build_uid=12345
72026-08-20T01:38:37.689Z+ work_dir=/work
82026-08-20T01:38:37.689Z+ input_dir=/input
92026-08-20T01:38:37.689Z+ [[ 0 == 12345 ]]
102026-08-20T01:38:37.689Z+ case "$kern" in
112026-08-20T01:38:37.689Z+ groupadd -g 12345 build
122026-08-20T01:38:37.692Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T01:38:39.697Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T01:38:39.758Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T01:38:39.760Z+ home_fs=zfs
162026-08-20T01:38:39.761Z+ [[ zfs == autofs ]]
172026-08-20T01:38:39.761Z+ mkdir -p /home/build
182026-08-20T01:38:39.761Z+ chown build:build /home/build /work
192026-08-20T01:38:41.762Z+ chmod 0700 /home/build /work
202026-08-20T01:38:41.765Zprocess exited: duration 4089 ms, exit code 0
 
212026-08-20T01:38:41.771Zstarting task 1: "rust-toolchain"
222026-08-20T01:38:41.775Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T01:38:41.775Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-20T01:38:41.775Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-20T01:38:41.775Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-20T01:38:41.775Z * rust toolchain channel = "1.97.1"
272026-08-20T01:38:41.775Z * rust toolchain profile = "default"
282026-08-20T01:38:41.778Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T01:38:41.778Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T01:38:41.889Zinfo: downloading installer
312026-08-20T01:38:43.028Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T01:38:43.028Zwarn: /home/build/.rustup/settings.toml
332026-08-20T01:38:43.028Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T01:38:43.028Zwarn: instead of the one inferred from the default host triple.
352026-08-20T01:38:43.040Zinfo: profile set to default
362026-08-20T01:38:43.040Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T01:38:43.043Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T01:38:43.169Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T01:38:43.172Zinfo: downloading 6 components
402026-08-20T01:38:57.665Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T01:38:57.665Z
422026-08-20T01:38:57.693Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T01:38:57.693Z
442026-08-20T01:38:57.696Z
452026-08-20T01:38:57.696ZRust is installed now. Great!
462026-08-20T01:38:57.696Z
472026-08-20T01:38:57.696ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T01:38:57.696Zenvironment variable. This has not been done automatically.
492026-08-20T01:38:57.696Z
502026-08-20T01:38:57.696ZTo configure your current shell, you need to source
512026-08-20T01:38:57.696Zthe corresponding env file under $HOME/.cargo.
522026-08-20T01:38:57.696Z
532026-08-20T01:38:57.696ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T01:38:57.696Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T01:38:57.696Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T01:38:57.696Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T01:38:57.696Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T01:38:57.696Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T01:38:57.696Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T01:38:57.696Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T01:38:57.696Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T01:38:57.776Z+ rustup --version
632026-08-20T01:38:57.785Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T01:38:57.788Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T01:38:57.806Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T01:38:57.808Z+ cargo --version
672026-08-20T01:38:57.823Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T01:38:57.826Z+ rustc --version
692026-08-20T01:38:57.845Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T01:38:57.850Zprocess exited: duration 16075 ms, exit code 0
 
712026-08-20T01:38:57.858Zstarting task 2: "authentication"
722026-08-20T01:38:57.875Zprocess exited: duration 16 ms, exit code 0
 
732026-08-20T01:38:57.880Zstarting task 3: "clone repository"
742026-08-20T01:38:57.883Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T01:38:57.886Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T01:38:57.915ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T01:39:16.326Z+ cd /work/oxidecomputer/omicron
782026-08-20T01:39:16.326Z+ git fetch origin 1b799bd90a15cc4ddb9525641af5a651c5b97d7e
792026-08-20T01:39:16.643ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T01:39:16.643Z * branch 1b799bd90a15cc4ddb9525641af5a651c5b97d7e -> FETCH_HEAD
812026-08-20T01:39:16.655Z+ [[ -n '' ]]
822026-08-20T01:39:16.655Z+ git reset --hard 1b799bd90a15cc4ddb9525641af5a651c5b97d7e
832026-08-20T01:39:16.813ZHEAD is now at 1b799bd90 f u openapi
842026-08-20T01:39:16.816Zprocess exited: duration 18936 ms, exit code 0
 
852026-08-20T01:39:16.822Zstarting task 4: "build"
862026-08-20T01:39:16.827Z+ source ./env.sh
872026-08-20T01:39:16.829Z++ OLD_SHELL_OPTS=ehxB
882026-08-20T01:39:16.829Z++ set -o xtrace
892026-08-20T01:39:16.829Z++++ dirname ./env.sh
902026-08-20T01:39:16.833Z+++ readlink -f .
912026-08-20T01:39:16.833Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-08-20T01:39:16.833Z++ 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-20T01:39:16.833Z++ 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-20T01:39:16.833Z++ 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-20T01:39:16.833Z++ 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-20T01:39:16.833Z++ 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-20T01:39:16.833Z++ 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-20T01:39:16.833Z++ 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-20T01:39:16.833Z++ 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-20T01:39:16.833Z++ 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-20T01:39:16.833Z++ 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-20T01:39:16.833Z++ case $OLD_SHELL_OPTS in
1032026-08-20T01:39:16.833Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-08-20T01:39:16.833Z+ source .github/buildomat/ci-env.sh
1052026-08-20T01:39:16.833Z++ export CARGO_TERM_COLOR=always
1062026-08-20T01:39:16.833Z++ CARGO_TERM_COLOR=always
1072026-08-20T01:39:16.836Z+++ uname -s
1082026-08-20T01:39:16.836Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-08-20T01:39:16.836Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-08-20T01:39:16.836Z+ cargo --version
1112026-08-20T01:39:16.845Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-20T01:39:16.848Z+ rustc --version
1132026-08-20T01:39:16.866Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-20T01:39:16.869Z+ banner prerequisites
1152026-08-20T01:39:16.873Z
1162026-08-20T01:39:16.873Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-08-20T01:39:16.873Z # # # # # # # # # # # # # # #
1182026-08-20T01:39:16.873Z # # # # ##### # # ##### # # # # # #### #
1192026-08-20T01:39:16.873Z ##### ##### # ##### # # # # # # # # #
1202026-08-20T01:39:16.873Z # # # # # # # # # # # # # # #
1212026-08-20T01:39:16.873Z # # # ###### # # ###### ### # #### # #### #
1222026-08-20T01:39:16.873Z
1232026-08-20T01:39:16.873Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-08-20T01:39:18.695Z Startup: Refreshing catalog 'helios' ... Done
1252026-08-20T01:39:19.026Z Startup: Caching catalogs ... Done
1262026-08-20T01:39:20.867ZPlanning: Solver setup ... Done (1.734s)
1272026-08-20T01:39:20.923ZPlanning: Running solver ... Done (0.056s)
1282026-08-20T01:39:20.966ZPlanning: Finding local manifests ... Done (0.003s)
1292026-08-20T01:39:20.977ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-20T01:39:20.992ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-20T01:39:21.006ZPlanning: Package planning ... Done (0.014s)
1322026-08-20T01:39:21.009ZPlanning: Merging actions ... Done (0.001s)
1332026-08-20T01:39:21.179ZPlanning: Checking for conflicting actions ... Done (0.172s)
1342026-08-20T01:39:21.182ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-08-20T01:39:21.982ZPlanning: Evaluating mediators ... Done (0.801s)
1362026-08-20T01:39:21.986ZPlanning: Planning completed in 2.92 seconds
1372026-08-20T01:39:21.990Z Packages to install: 2
1382026-08-20T01:39:21.991Z Estimated space available: 156.01 GB
1392026-08-20T01:39:21.991ZEstimated space to be consumed: 72.15 MB
1402026-08-20T01:39:21.991Z Create boot environment: No
1412026-08-20T01:39:21.994ZCreate backup boot environment: No
1422026-08-20T01:39:21.994Z Rebuild boot archive: No
1432026-08-20T01:39:21.994Z
1442026-08-20T01:39:21.994ZChanged packages:
1452026-08-20T01:39:21.994Zhelios
1462026-08-20T01:39:21.994Z developer/build-essential
1472026-08-20T01:39:21.994Z None -> 11-3.0
1482026-08-20T01:39:21.994Z library/libxmlsec1
1492026-08-20T01:39:21.995Z None -> 1.2.35-3.0
1502026-08-20T01:39:22.015Z
1512026-08-20T01:39:22.015ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-08-20T01:39:22.083ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1532026-08-20T01:39:22.135Z Actions: 1/268 actions (Installing new actions)
1542026-08-20T01:39:22.173Z Actions: Completed 268 actions in 0.04 seconds.
1552026-08-20T01:39:22.205ZFinalize: Updating package state database ... Done (0.031s)
1562026-08-20T01:39:22.205ZFinalize: Updating package cache ... Done (0.000s)
1572026-08-20T01:39:22.287ZFinalize: Updating image state ... Done (0.082s)
1582026-08-20T01:39:24.717ZFinalize: Creating fast lookup database ... Done (2.383s)
1592026-08-20T01:39:24.781ZFinalize: Reading search index ... Done (0.012s)
1602026-08-20T01:39:24.784ZFinalize: Updating search index ... Done (0.000s)
1612026-08-20T01:39:24.868ZFinalize: Updating package cache ... Done (0.000s)
1622026-08-20T01:39:25.223ZPlanning: Evaluating mediator changes ... Done
1632026-08-20T01:39:25.326ZPlanning: Checking for conflicting actions ... Done
1642026-08-20T01:39:25.329ZPlanning: Consolidating action changes ... Done
1652026-08-20T01:39:25.483ZPlanning: Evaluating mediators ... Done
1662026-08-20T01:39:25.486ZPlanning: Planning completed in 0.26 seconds
1672026-08-20T01:39:25.506Z Mediators to change: 2
1682026-08-20T01:39:25.506Z Create boot environment: No
1692026-08-20T01:39:25.506ZCreate backup boot environment: No
1702026-08-20T01:39:25.548ZFinalize: Updating package state database ... Done
1712026-08-20T01:39:25.551ZFinalize: Updating package cache ... Done
1722026-08-20T01:39:25.594ZFinalize: Updating image state ... Done
1732026-08-20T01:39:27.529ZFinalize: Creating fast lookup database ... Done
1742026-08-20T01:39:27.588ZFinalize: Reading search index ... Done
1752026-08-20T01:39:27.591ZFinalize: Updating search index ... Done
1762026-08-20T01:39:27.649ZFinalize: Updating package cache ... Done
1772026-08-20T01:39:27.930ZPlanning: Evaluating mediator changes ... Done
1782026-08-20T01:39:28.035ZPlanning: Checking for conflicting actions ... Done
1792026-08-20T01:39:28.038ZPlanning: Consolidating action changes ... Done
1802026-08-20T01:39:28.195ZPlanning: Evaluating mediators ... Done
1812026-08-20T01:39:28.198ZPlanning: Planning completed in 0.27 seconds
1822026-08-20T01:39:28.218Z Mediators to change: 1
1832026-08-20T01:39:28.218Z Create boot environment: No
1842026-08-20T01:39:28.218ZCreate backup boot environment: No
1852026-08-20T01:39:28.263ZFinalize: Updating package state database ... Done
1862026-08-20T01:39:28.263ZFinalize: Updating package cache ... Done
1872026-08-20T01:39:28.308ZFinalize: Updating image state ... Done
1882026-08-20T01:39:30.243ZFinalize: Creating fast lookup database ... Done
1892026-08-20T01:39:30.302ZFinalize: Reading search index ... Done
1902026-08-20T01:39:30.305ZFinalize: Updating search index ... Done
1912026-08-20T01:39:30.425ZFinalize: Updating package cache ... Done
1922026-08-20T01:39:30.734ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-08-20T01:39:30.734Zapache system 2.4 system
1942026-08-20T01:39:30.734Zclang system 15 system
1952026-08-20T01:39:30.734Zcsh system system illumos
1962026-08-20T01:39:30.734Zctags system system illumos
1972026-08-20T01:39:30.734Zfile vendor vendor darwinsys
1982026-08-20T01:39:30.734Zfile system system illumos
1992026-08-20T01:39:30.734Zgcc vendor 14 vendor
2002026-08-20T01:39:30.734Zgcc system 13 system
2012026-08-20T01:39:30.734Zgcc system 10 system
2022026-08-20T01:39:30.734Zgo system 1.25 system
2032026-08-20T01:39:30.734Zllvm system 15 system
2042026-08-20T01:39:30.734Zmariadb system 11.4 system
2052026-08-20T01:39:30.734Zmta vendor vendor dma
2062026-08-20T01:39:30.734Zopenjdk system 17 system
2072026-08-20T01:39:30.734Zopenjdk system 11 system
2082026-08-20T01:39:30.734Zopenssl vendor 3 vendor
2092026-08-20T01:39:30.734Zperl system 5.40 system
2102026-08-20T01:39:30.734Zpostgresql system 18 system
2112026-08-20T01:39:30.734Zpostgresql system 17 system
2122026-08-20T01:39:30.734Zpython vendor 3 vendor
2132026-08-20T01:39:30.734Zpython system 2 system
2142026-08-20T01:39:30.734Zpython3 vendor 3.13 vendor
2152026-08-20T01:39:30.734Zruby system 3.4 system
2162026-08-20T01:39:30.734Zruby system 3.0 system
2172026-08-20T01:39:30.734Zwords vendor vendor american-english
2182026-08-20T01:39:30.734Zwords system system australian-english
2192026-08-20T01:39:30.734Zwords system system british-english
2202026-08-20T01:39:30.734Zwords system system canadian-english
2212026-08-20T01:39:30.734Zwords system system french
2222026-08-20T01:39:30.734Zwords system system italian
2232026-08-20T01:39:30.734Zwords system system ngerman
2242026-08-20T01:39:30.734Zwords system system ogerman
2252026-08-20T01:39:30.734Zwords system system spanish
2262026-08-20T01:39:30.984ZPUBLISHER TYPE STATUS P LOCATION
2272026-08-20T01:39:30.984Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-08-20T01:39:31.439ZFMRI IFO
2292026-08-20T01:39:31.439Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-08-20T01:39:31.439Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-08-20T01:39:31.439Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-08-20T01:39:31.439Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-08-20T01:39:31.439Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-08-20T01:39:31.439Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-08-20T01:39:31.439Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-08-20T01:39:31.439Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-08-20T01:39:31.439Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-08-20T01:39:31.768Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-08-20T01:39:32.179Z Updating crates.io index
2402026-08-20T01:39:32.182Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-08-20T01:39:32.467Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-08-20T01:39:32.836Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-08-20T01:39:33.887Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-08-20T01:39:34.879Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-08-20T01:39:36.872Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-08-20T01:39:37.754Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-08-20T01:39:38.055Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-08-20T01:39:38.493Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-08-20T01:39:39.728Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-08-20T01:39:40.027Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-08-20T01:39:40.409Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-08-20T01:39:40.985Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532026-08-20T01:39:41.270Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542026-08-20T01:39:41.554Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552026-08-20T01:39:41.883Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-20T01:39:42.138Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-08-20T01:39:42.458Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-08-20T01:39:42.921Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2592026-08-20T01:39:43.311Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-08-20T01:39:43.804Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2612026-08-20T01:39:44.118Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-08-20T01:39:44.695Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-08-20T01:39:45.055Z Updating git repository `https://github.com/oxidecomputer/erebor`
2642026-08-20T01:39:45.336Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-08-20T01:39:45.768Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-08-20T01:39:46.071Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-08-20T01:39:46.541Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-08-20T01:39:47.184Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-08-20T01:39:47.446Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702026-08-20T01:39:47.790Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-08-20T01:39:48.167Z Updating git repository `https://github.com/oxidecomputer/tough`
2722026-08-20T01:39:48.782Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-08-20T01:39:49.403Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-08-20T01:39:49.718Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-08-20T01:39:50.024Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2762026-08-20T01:39:50.608Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-08-20T01:39:50.913Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-08-20T01:39:51.193Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-08-20T01:39:51.500Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-08-20T01:39:51.813Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-08-20T01:39:52.085Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-20T01:39:54.858Z Downloading crates ...
2832026-08-20T01:39:54.911Z Downloaded cpufeatures v0.2.17
2842026-08-20T01:39:54.921Z Downloaded anyhow v1.0.104
2852026-08-20T01:39:54.924Z Downloaded proc-macro-error-attr v1.0.4
2862026-08-20T01:39:54.929Z Downloaded usdt-attr-macro v0.5.0
2872026-08-20T01:39:54.932Z Downloaded memmap v0.7.0
2882026-08-20T01:39:54.940Z Downloaded fnv v1.0.7
2892026-08-20T01:39:54.942Z Downloaded zerocopy-derive v0.7.35
2902026-08-20T01:39:54.942Z Downloaded zmij v1.0.21
2912026-08-20T01:39:54.945Z Downloaded zerocopy v0.7.35
2922026-08-20T01:39:54.951Z Downloaded papergrid v0.11.0
2932026-08-20T01:39:54.954Z Downloaded clap_lex v1.0.0
2942026-08-20T01:39:54.956Z Downloaded cfg-if v1.0.4
2952026-08-20T01:39:54.956Z Downloaded heck v0.4.1
2962026-08-20T01:39:54.959Z Downloaded camino-tempfile v1.4.1
2972026-08-20T01:39:54.959Z Downloaded bytecount v0.6.9
2982026-08-20T01:39:54.959Z Downloaded byteorder v1.5.0
2992026-08-20T01:39:54.963Z Downloaded dtrace-parser v0.2.0
3002026-08-20T01:39:54.966Z Downloaded is_terminal_polyfill v1.70.2
3012026-08-20T01:39:54.969Z Downloaded once_cell v1.21.3
3022026-08-20T01:39:54.969Z Downloaded pest_derive v2.8.6
3032026-08-20T01:39:54.976Z Downloaded anstyle-query v1.1.5
3042026-08-20T01:39:54.985Z Downloaded block-buffer v0.10.4
3052026-08-20T01:39:54.988Z Downloaded fastrand v2.3.0
3062026-08-20T01:39:54.988Z Downloaded dof v0.3.0
3072026-08-20T01:39:54.991Z Downloaded itoa v1.0.17
3082026-08-20T01:39:54.994Z Downloaded autocfg v1.5.0
3092026-08-20T01:39:54.996Z Downloaded pest_meta v2.8.6
3102026-08-20T01:39:55.014Z Downloaded clap_derive v4.6.1
3112026-08-20T01:39:55.017Z Downloaded getrandom v0.3.4
3122026-08-20T01:39:55.022Z Downloaded toml_write v0.1.2
3132026-08-20T01:39:55.025Z Downloaded cargo-platform v0.3.2
3142026-08-20T01:39:55.025Z Downloaded errno v0.3.14
3152026-08-20T01:39:55.028Z Downloaded colorchoice v1.0.4
3162026-08-20T01:39:55.028Z Downloaded equivalent v1.0.2
3172026-08-20T01:39:55.031Z Downloaded heck v0.5.0
3182026-08-20T01:39:55.031Z Downloaded pretty-hex v0.4.1
3192026-08-20T01:39:55.034Z Downloaded generic-array v0.14.7
3202026-08-20T01:39:55.037Z Downloaded unicode-linebreak v0.1.5
3212026-08-20T01:39:55.037Z Downloaded usdt v0.5.0
3222026-08-20T01:39:55.037Z Downloaded version_check v0.9.5
3232026-08-20T01:39:55.040Z Downloaded utf8parse v0.2.2
3242026-08-20T01:39:55.043Z Downloaded crypto-common v0.1.7
3252026-08-20T01:39:55.043Z Downloaded cargo_toml v0.21.0
3262026-08-20T01:39:55.046Z Downloaded pest_generator v2.8.6
3272026-08-20T01:39:55.050Z Downloaded smawk v0.3.2
3282026-08-20T01:39:55.053Z Downloaded thread-id v4.2.2
3292026-08-20T01:39:55.061Z Downloaded tabled_derive v0.7.0
3302026-08-20T01:39:55.063Z Downloaded toml_datetime v0.6.11
3312026-08-20T01:39:55.063Z Downloaded terminal_size v0.4.3
3322026-08-20T01:39:55.066Z Downloaded memchr v2.8.0
3332026-08-20T01:39:55.066Z Downloaded cargo_metadata v0.23.1
3342026-08-20T01:39:55.069Z Downloaded fs-err v3.3.0
3352026-08-20T01:39:55.069Z Downloaded quote v1.0.45
3362026-08-20T01:39:55.072Z Downloaded anstream v1.0.0
3372026-08-20T01:39:55.082Z Downloaded usdt-macro v0.5.0
3382026-08-20T01:39:55.086Z Downloaded swrite v0.1.0
3392026-08-20T01:39:55.101Z Downloaded scroll_derive v0.12.1
3402026-08-20T01:39:55.117Z Downloaded serde_spanned v0.6.9
3412026-08-20T01:39:55.118Z Downloaded macaddr v1.0.1
3422026-08-20T01:39:55.118Z Downloaded digest v0.10.7
3432026-08-20T01:39:55.118Z Downloaded clap v4.6.1
3442026-08-20T01:39:55.121Z Downloaded anstyle v1.0.14
3452026-08-20T01:39:55.121Z Downloaded serde_tokenstream v0.2.3
3462026-08-20T01:39:55.121Z Downloaded thiserror-impl v2.0.18
3472026-08-20T01:39:55.121Z Downloaded thiserror-impl v1.0.69
3482026-08-20T01:39:55.121Z Downloaded toml v0.8.23
3492026-08-20T01:39:55.125Z Downloaded proc-macro-error v1.0.4
3502026-08-20T01:39:55.128Z Downloaded strsim v0.11.1
3512026-08-20T01:39:55.131Z Downloaded scroll v0.12.0
3522026-08-20T01:39:55.135Z Downloaded thiserror v1.0.69
3532026-08-20T01:39:55.138Z Downloaded bitflags v2.11.0
3542026-08-20T01:39:55.141Z Downloaded plain v0.2.3
3552026-08-20T01:39:55.143Z Downloaded sha2 v0.10.9
3562026-08-20T01:39:55.153Z Downloaded thiserror v2.0.18
3572026-08-20T01:39:55.156Z Downloaded usdt-impl v0.5.0
3582026-08-20T01:39:55.159Z Downloaded anstyle-parse v1.0.0
3592026-08-20T01:39:55.163Z Downloaded semver v1.0.28
3602026-08-20T01:39:55.175Z Downloaded log v0.4.33
3612026-08-20T01:39:55.177Z Downloaded camino v1.2.5
3622026-08-20T01:39:55.180Z Downloaded ucd-trie v0.1.7
3632026-08-20T01:39:55.180Z Downloaded serde v1.0.228
3642026-08-20T01:39:55.180Z Downloaded textwrap v0.16.2
3652026-08-20T01:39:55.186Z Downloaded unicode-ident v1.0.24
3662026-08-20T01:39:55.196Z Downloaded tempfile v3.27.0
3672026-08-20T01:39:55.198Z Downloaded proc-macro2 v1.0.106
3682026-08-20T01:39:55.204Z Downloaded serde_derive v1.0.228
3692026-08-20T01:39:55.215Z Downloaded serde_core v1.0.228
3702026-08-20T01:39:55.227Z Downloaded toml_edit v0.22.27
3712026-08-20T01:39:55.233Z Downloaded goblin v0.8.2
3722026-08-20T01:39:55.245Z Downloaded typenum v1.20.1
3732026-08-20T01:39:55.272Z Downloaded indexmap v2.14.0
3742026-08-20T01:39:55.292Z Downloaded pest v2.8.6
3752026-08-20T01:39:55.298Z Downloaded unicode-width v0.1.14
3762026-08-20T01:39:55.316Z Downloaded hashbrown v0.17.0
3772026-08-20T01:39:55.319Z Downloaded serde_json v1.0.151
3782026-08-20T01:39:55.323Z Downloaded clap_builder v4.6.0
3792026-08-20T01:39:55.326Z Downloaded winnow v0.7.14
3802026-08-20T01:39:55.345Z Downloaded tabled v0.15.0
3812026-08-20T01:39:55.353Z Downloaded syn v1.0.109
3822026-08-20T01:39:55.368Z Downloaded unicode-width v0.2.0
3832026-08-20T01:39:55.373Z Downloaded syn v2.0.117
3842026-08-20T01:39:55.398Z Downloaded rustix v1.1.4
3852026-08-20T01:39:55.425Z Downloaded libc v0.2.185
3862026-08-20T01:39:55.487Z Compiling proc-macro2 v1.0.106
3872026-08-20T01:39:55.487Z Compiling unicode-ident v1.0.24
3882026-08-20T01:39:55.487Z Compiling quote v1.0.45
3892026-08-20T01:39:55.487Z Compiling serde_core v1.0.228
3902026-08-20T01:39:55.491Z Compiling libc v0.2.185
3912026-08-20T01:39:55.491Z Compiling version_check v0.9.5
3922026-08-20T01:39:55.491Z Compiling memchr v2.8.0
3932026-08-20T01:39:55.663Z Compiling serde v1.0.228
3942026-08-20T01:39:55.824Z Compiling zmij v1.0.21
3952026-08-20T01:39:56.150Z Compiling thiserror v1.0.69
3962026-08-20T01:39:56.153Z Compiling ucd-trie v0.1.7
3972026-08-20T01:39:56.264Z Compiling itoa v1.0.17
3982026-08-20T01:39:56.375Z Compiling pest v2.8.6
3992026-08-20T01:39:56.448Z Compiling byteorder v1.5.0
4002026-08-20T01:39:56.516Z Compiling rustix v1.1.4
4012026-08-20T01:39:56.607Z Compiling errno v0.3.14
4022026-08-20T01:39:56.683Z Compiling serde_json v1.0.151
4032026-08-20T01:39:56.799Z Compiling bitflags v2.11.0
4042026-08-20T01:39:56.998Z Compiling syn v2.0.117
4052026-08-20T01:39:57.013Z Compiling thread-id v4.2.2
4062026-08-20T01:39:57.030Z Compiling usdt-impl v0.5.0
4072026-08-20T01:39:57.102Z Compiling proc-macro-error-attr v1.0.4
4082026-08-20T01:39:57.120Z Compiling camino v1.2.5
4092026-08-20T01:39:57.226Z Compiling syn v1.0.109
4102026-08-20T01:39:57.426Z Compiling pest_meta v2.8.6
4112026-08-20T01:39:57.492Z Compiling proc-macro-error v1.0.4
4122026-08-20T01:39:57.571Z Compiling hashbrown v0.17.0
4132026-08-20T01:39:57.589Z Compiling equivalent v1.0.2
4142026-08-20T01:39:57.670Z Compiling getrandom v0.3.4
4152026-08-20T01:39:57.684Z Compiling plain v0.2.3
4162026-08-20T01:39:57.792Z Compiling utf8parse v0.2.2
4172026-08-20T01:39:58.022Z Compiling log v0.4.33
4182026-08-20T01:39:58.127Z Compiling indexmap v2.14.0
4192026-08-20T01:39:58.186Z Compiling anstyle-parse v1.0.0
4202026-08-20T01:39:58.207Z Compiling terminal_size v0.4.3
4212026-08-20T01:39:58.731Z Compiling toml_write v0.1.2
4222026-08-20T01:39:58.829Z Compiling thiserror v2.0.18
4232026-08-20T01:39:58.928Z Compiling colorchoice v1.0.4
4242026-08-20T01:39:58.942Z Compiling cfg-if v1.0.4
4252026-08-20T01:39:58.942Z Compiling anstyle v1.0.14
4262026-08-20T01:39:59.017Z Compiling is_terminal_polyfill v1.70.2
4272026-08-20T01:39:59.020Z Compiling winnow v0.7.14
4282026-08-20T01:39:59.049Z Compiling autocfg v1.5.0
4292026-08-20T01:39:59.099Z Compiling anstyle-query v1.1.5
4302026-08-20T01:39:59.119Z Compiling pretty-hex v0.4.1
4312026-08-20T01:39:59.177Z Compiling anstream v1.0.0
4322026-08-20T01:39:59.255Z Compiling pest_generator v2.8.6
4332026-08-20T01:39:59.378Z Compiling clap_lex v1.0.0
4342026-08-20T01:39:59.460Z Compiling fs-err v3.3.0
4352026-08-20T01:39:59.491Z Compiling fastrand v2.3.0
4362026-08-20T01:39:59.612Z Compiling bytecount v0.6.9
4372026-08-20T01:39:59.643Z Compiling once_cell v1.21.3
4382026-08-20T01:39:59.738Z Compiling strsim v0.11.1
4392026-08-20T01:39:59.755Z Compiling fnv v1.0.7
4402026-08-20T01:39:59.771Z Compiling anyhow v1.0.104
4412026-08-20T01:39:59.855Z Compiling heck v0.5.0
4422026-08-20T01:39:59.872Z Compiling heck v0.4.1
4432026-08-20T01:39:59.937Z Compiling unicode-width v0.1.14
4442026-08-20T01:40:00.084Z Compiling clap_builder v4.6.0
4452026-08-20T01:40:00.087Z Compiling tempfile v3.27.0
4462026-08-20T01:40:00.210Z Compiling papergrid v0.11.0
4472026-08-20T01:40:00.228Z Compiling cargo-platform v0.3.2
4482026-08-20T01:40:00.284Z Compiling semver v1.0.28
4492026-08-20T01:40:00.343Z Compiling tabled_derive v0.7.0
4502026-08-20T01:40:00.519Z Compiling memmap v0.7.0
4512026-08-20T01:40:00.537Z Compiling unicode-linebreak v0.1.5
4522026-08-20T01:40:00.553Z Compiling unicode-width v0.2.0
4532026-08-20T01:40:00.612Z Compiling smawk v0.3.2
4542026-08-20T01:40:00.710Z Compiling camino-tempfile v1.4.1
4552026-08-20T01:40:00.778Z Compiling textwrap v0.16.2
4562026-08-20T01:40:00.887Z Compiling serde_derive v1.0.228
4572026-08-20T01:40:00.939Z Compiling thiserror-impl v1.0.69
4582026-08-20T01:40:01.096Z Compiling zerocopy-derive v0.7.35
4592026-08-20T01:40:01.114Z Compiling pest_derive v2.8.6
4602026-08-20T01:40:01.232Z Compiling scroll_derive v0.12.1
4612026-08-20T01:40:01.308Z Compiling thiserror-impl v2.0.18
4622026-08-20T01:40:01.551Z Compiling clap_derive v4.6.1
4632026-08-20T01:40:01.704Z Compiling tabled v0.15.0
4642026-08-20T01:40:01.910Z Compiling scroll v0.12.0
4652026-08-20T01:40:01.962Z Compiling zerocopy v0.7.35
4662026-08-20T01:40:02.199Z Compiling goblin v0.8.2
4672026-08-20T01:40:02.327Z Compiling dtrace-parser v0.2.0
4682026-08-20T01:40:02.525Z Compiling swrite v0.1.0
4692026-08-20T01:40:03.198Z Compiling clap v4.6.1
4702026-08-20T01:40:03.823Z Compiling dof v0.3.0
4712026-08-20T01:40:03.823Z Compiling serde_tokenstream v0.2.3
4722026-08-20T01:40:03.855Z Compiling serde_spanned v0.6.9
4732026-08-20T01:40:03.855Z Compiling toml_datetime v0.6.11
4742026-08-20T01:40:03.858Z Compiling macaddr v1.0.1
4752026-08-20T01:40:03.901Z Compiling cargo_metadata v0.23.1
4762026-08-20T01:40:03.934Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4772026-08-20T01:40:04.047Z Compiling toml_edit v0.22.27
4782026-08-20T01:40:04.577Z Compiling usdt-macro v0.5.0
4792026-08-20T01:40:04.614Z Compiling usdt-attr-macro v0.5.0
4802026-08-20T01:40:05.230Z Compiling usdt v0.5.0
4812026-08-20T01:40:05.371Z Compiling toml v0.8.23
4822026-08-20T01:40:05.703Z Compiling cargo_toml v0.21.0
4832026-08-20T01:40:06.979Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4842026-08-20T01:40:08.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.39s
4852026-08-20T01:40:09.184Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4862026-08-20T01:40:09.681Z Downloading crates ...
4872026-08-20T01:40:09.750Z Downloaded embedded-io v0.4.0
4882026-08-20T01:40:09.757Z Downloaded argon2 v0.5.3
4892026-08-20T01:40:09.760Z Downloaded aes v0.9.1
4902026-08-20T01:40:09.760Z Downloaded ar_archive_writer v0.5.1
4912026-08-20T01:40:09.763Z Downloaded ascii-canvas v3.0.0
4922026-08-20T01:40:09.763Z Downloaded futures-io v0.3.32
4932026-08-20T01:40:09.763Z Downloaded arc-swap v1.8.2
4942026-08-20T01:40:09.766Z Downloaded argon2 v0.6.0-rc.8
4952026-08-20T01:40:09.766Z Downloaded bcs v0.1.6
4962026-08-20T01:40:09.769Z Downloaded bitfield-struct v0.6.2
4972026-08-20T01:40:09.769Z Downloaded foldhash v0.2.0
4982026-08-20T01:40:09.769Z Downloaded backtrace-ext v0.2.1
4992026-08-20T01:40:09.769Z Downloaded env_filter v2.0.0
5002026-08-20T01:40:09.769Z Downloaded atty v0.2.14
5012026-08-20T01:40:09.773Z Downloaded bcrypt-pbkdf v0.11.0
5022026-08-20T01:40:09.773Z Downloaded ff v0.14.0
5032026-08-20T01:40:09.777Z Downloaded flume v0.11.1
5042026-08-20T01:40:09.779Z Downloaded async-recursion v1.1.1
5052026-08-20T01:40:09.779Z Downloaded base16ct v1.0.0
5062026-08-20T01:40:09.780Z Downloaded flagset v0.4.7
5072026-08-20T01:40:09.783Z Downloaded flate2 v1.1.9
5082026-08-20T01:40:09.783Z Downloaded aead v0.6.1
5092026-08-20T01:40:09.786Z Downloaded anstream v0.6.21
5102026-08-20T01:40:09.786Z Downloaded elliptic-curve v0.14.1
5112026-08-20T01:40:09.786Z Downloaded foreign-types-shared v0.1.1
5122026-08-20T01:40:09.789Z Downloaded enum_dispatch v0.3.13
5132026-08-20T01:40:09.789Z Downloaded hashbrown v0.13.2
5142026-08-20T01:40:09.793Z Downloaded adler2 v2.0.1
5152026-08-20T01:40:09.793Z Downloaded base16ct v0.2.0
5162026-08-20T01:40:09.793Z Downloaded futures-sink v0.3.32
5172026-08-20T01:40:09.793Z Downloaded bit-set v0.5.3
5182026-08-20T01:40:09.797Z Downloaded foldhash v0.1.5
5192026-08-20T01:40:09.797Z Downloaded addr2line v0.25.1
5202026-08-20T01:40:09.800Z Downloaded bit-vec v0.8.0
5212026-08-20T01:40:09.800Z Downloaded fatfs v0.3.6
5222026-08-20T01:40:09.800Z Downloaded backoff v0.4.0
5232026-08-20T01:40:09.803Z Downloaded foreign-types-macros v0.2.3
5242026-08-20T01:40:09.803Z Downloaded funty v2.0.0
5252026-08-20T01:40:09.803Z Downloaded endian-type v0.1.2
5262026-08-20T01:40:09.803Z Downloaded futures-core v0.3.32
5272026-08-20T01:40:09.806Z Downloaded async-stream-impl v0.3.6
5282026-08-20T01:40:09.809Z Downloaded futures-macro v0.3.32
5292026-08-20T01:40:09.809Z Downloaded futures-task v0.3.32
5302026-08-20T01:40:09.809Z Downloaded fxhash v0.2.1
5312026-08-20T01:40:09.809Z Downloaded bb8 v0.8.6
5322026-08-20T01:40:09.812Z Downloaded fd-lock v4.0.4
5332026-08-20T01:40:09.815Z Downloaded form_urlencoded v1.2.2
5342026-08-20T01:40:09.815Z Downloaded float-cmp v0.10.0
5352026-08-20T01:40:09.815Z Downloaded atomicwrites v0.4.4
5362026-08-20T01:40:09.815Z Downloaded embedded-io v0.6.1
5372026-08-20T01:40:09.819Z Downloaded env_logger v0.11.11
5382026-08-20T01:40:09.822Z Downloaded expectorate v1.2.0
5392026-08-20T01:40:09.822Z Downloaded fallible-iterator v0.2.0
5402026-08-20T01:40:09.822Z Downloaded foreign-types v0.5.0
5412026-08-20T01:40:09.825Z Downloaded fs-err v2.11.0
5422026-08-20T01:40:09.825Z Downloaded hex v0.4.3
5432026-08-20T01:40:09.825Z Downloaded ff v0.13.1
5442026-08-20T01:40:09.825Z Downloaded hex-literal v1.1.0
5452026-08-20T01:40:09.828Z Downloaded fixedbitset v0.4.2
5462026-08-20T01:40:09.828Z Downloaded atomic-waker v1.1.2
5472026-08-20T01:40:09.832Z Downloaded aead v0.5.2
5482026-08-20T01:40:09.832Z Downloaded httpdate v1.0.3
5492026-08-20T01:40:09.832Z Downloaded hostname v0.4.2
5502026-08-20T01:40:09.835Z Downloaded ena v0.14.4
5512026-08-20T01:40:09.835Z Downloaded fixedbitset v0.5.7
5522026-08-20T01:40:09.838Z Downloaded console v0.15.11
5532026-08-20T01:40:09.838Z Downloaded futures-executor v0.3.32
5542026-08-20T01:40:09.841Z Downloaded bitfield-macros v0.19.4
5552026-08-20T01:40:09.844Z Downloaded newline-converter v0.3.0
5562026-08-20T01:40:09.844Z Downloaded enum-as-inner v0.6.1
5572026-08-20T01:40:09.844Z Downloaded block-padding v0.4.2
5582026-08-20T01:40:09.847Z Downloaded git-stub v1.0.0
5592026-08-20T01:40:09.847Z Downloaded hubpack_derive v0.1.1
5602026-08-20T01:40:09.847Z Downloaded arrayref v0.3.9
5612026-08-20T01:40:09.847Z Downloaded http-body v1.0.1
5622026-08-20T01:40:09.847Z Downloaded hubpack v0.1.2
5632026-08-20T01:40:09.850Z Downloaded async-stream v0.3.6
5642026-08-20T01:40:09.850Z Downloaded ciborium-ll v0.2.2
5652026-08-20T01:40:09.850Z Downloaded gethostname v0.5.0
5662026-08-20T01:40:09.850Z Downloaded parse-display v0.10.0
5672026-08-20T01:40:09.857Z Downloaded cfg_aliases v0.1.1
5682026-08-20T01:40:09.860Z Downloaded cobs v0.3.0
5692026-08-20T01:40:09.860Z Downloaded fs_extra v1.3.0
5702026-08-20T01:40:09.861Z Downloaded futures-channel v0.3.32
5712026-08-20T01:40:09.863Z Downloaded foreign-types-shared v0.3.1
5722026-08-20T01:40:09.863Z Downloaded headers-core v0.3.0
5732026-08-20T01:40:09.863Z Downloaded foreign-types v0.3.2
5742026-08-20T01:40:09.864Z Downloaded array-init v0.0.4
5752026-08-20T01:40:09.864Z Downloaded castaway v0.2.4
5762026-08-20T01:40:09.867Z Downloaded ciborium-io v0.2.2
5772026-08-20T01:40:09.867Z Downloaded const-oid v0.10.2
5782026-08-20T01:40:09.867Z Downloaded erased-serde v0.3.31
5792026-08-20T01:40:09.870Z Downloaded block-buffer v0.12.1
5802026-08-20T01:40:09.870Z Downloaded cfg_aliases v0.2.1
5812026-08-20T01:40:09.870Z Downloaded phf_shared v0.11.3
5822026-08-20T01:40:09.870Z Downloaded compression-core v0.4.31
5832026-08-20T01:40:09.873Z Downloaded globwalk v0.9.1
5842026-08-20T01:40:09.873Z Downloaded nodrop v0.1.14
5852026-08-20T01:40:09.873Z Downloaded bit-set v0.8.0
5862026-08-20T01:40:09.876Z Downloaded hostname v0.3.1
5872026-08-20T01:40:09.880Z Downloaded num_enum_derive v0.5.11
5882026-08-20T01:40:09.883Z Downloaded float-ord v0.3.2
5892026-08-20T01:40:09.883Z Downloaded proc-macro-error-attr2 v2.0.0
5902026-08-20T01:40:09.883Z Downloaded openssl-macros v0.1.1
5912026-08-20T01:40:09.886Z Downloaded group v0.14.0
5922026-08-20T01:40:09.886Z Downloaded globset v0.4.18
5932026-08-20T01:40:09.889Z Downloaded peg-runtime v0.8.5
5942026-08-20T01:40:09.892Z Downloaded assert_matches v1.5.0
5952026-08-20T01:40:09.896Z Downloaded blowfish v0.10.0
5962026-08-20T01:40:09.896Z Downloaded cipher v0.4.4
5972026-08-20T01:40:09.896Z Downloaded compression-codecs v0.4.37
5982026-08-20T01:40:09.896Z Downloaded anstyle-parse v0.2.7
5992026-08-20T01:40:09.899Z Downloaded http-range v0.1.5
6002026-08-20T01:40:09.899Z Downloaded cbc v0.2.1
6012026-08-20T01:40:09.899Z Downloaded filetime v0.2.27
6022026-08-20T01:40:09.902Z Downloaded ghash v0.6.0
6032026-08-20T01:40:09.902Z Downloaded hash32 v0.3.1
6042026-08-20T01:40:09.902Z Downloaded num-integer v0.1.46
6052026-08-20T01:40:09.902Z Downloaded arrayvec v0.7.6
6062026-08-20T01:40:09.906Z Downloaded home v0.5.12
6072026-08-20T01:40:09.910Z Downloaded getrandom v0.2.17
6082026-08-20T01:40:09.910Z Downloaded hash32 v0.2.1
6092026-08-20T01:40:09.910Z Downloaded cipher v0.5.2
6102026-08-20T01:40:09.913Z Downloaded ahash v0.8.12
6112026-08-20T01:40:09.917Z Downloaded russh-util v0.52.0
6122026-08-20T01:40:09.921Z Downloaded psl-types v2.0.11
6132026-08-20T01:40:09.924Z Downloaded find-msvc-tools v0.1.9
6142026-08-20T01:40:09.924Z Downloaded quick-error v1.2.3
6152026-08-20T01:40:09.927Z Downloaded ref-cast-impl v1.0.25
6162026-08-20T01:40:09.930Z Downloaded rand_pcg v0.10.2
6172026-08-20T01:40:09.933Z Downloaded scheduled-thread-pool v0.2.7
6182026-08-20T01:40:09.935Z Downloaded serde_repr v0.1.20
6192026-08-20T01:40:09.936Z Downloaded sapling-renderdag v0.1.0
6202026-08-20T01:40:09.936Z Downloaded signal-hook-tokio v0.3.1
6212026-08-20T01:40:09.938Z Downloaded cmov v0.5.4
6222026-08-20T01:40:09.938Z Downloaded byte-wrapper v0.1.0
6232026-08-20T01:40:09.941Z Downloaded camino-tempfile-ext v0.3.3
6242026-08-20T01:40:09.941Z Downloaded cexpr v0.6.0
6252026-08-20T01:40:09.945Z Downloaded bitflags v1.3.2
6262026-08-20T01:40:09.945Z Downloaded async-trait v0.1.89
6272026-08-20T01:40:09.948Z Downloaded git-stub-vcs v0.1.0
6282026-08-20T01:40:09.948Z Downloaded glob v0.3.3
6292026-08-20T01:40:09.948Z Downloaded chacha20 v0.9.1
6302026-08-20T01:40:09.951Z Downloaded num_enum v0.5.11
6312026-08-20T01:40:09.951Z Downloaded num_enum v0.7.6
6322026-08-20T01:40:09.954Z Downloaded bitfield v0.19.4
6332026-08-20T01:40:09.954Z Downloaded cassowary v0.3.0
6342026-08-20T01:40:09.957Z Downloaded buf-list v1.1.2
6352026-08-20T01:40:09.960Z Downloaded shell-words v1.1.1
6362026-08-20T01:40:09.960Z Downloaded testing_table v0.3.0
6372026-08-20T01:40:09.963Z Downloaded http-body-util v0.1.3
6382026-08-20T01:40:09.963Z Downloaded backtrace v0.3.76
6392026-08-20T01:40:09.966Z Downloaded highway v1.3.0
6402026-08-20T01:40:09.970Z Downloaded bs58 v0.5.1
6412026-08-20T01:40:09.973Z Downloaded cmake v0.1.57
6422026-08-20T01:40:09.973Z Downloaded group v0.13.0
6432026-08-20T01:40:09.973Z Downloaded ppv-lite86 v0.2.21
6442026-08-20T01:40:09.973Z Downloaded time-core v0.1.8
6452026-08-20T01:40:09.976Z Downloaded base64ct v1.8.3
6462026-08-20T01:40:09.976Z Downloaded clang-sys v1.8.1
6472026-08-20T01:40:09.979Z Downloaded oxnet v0.1.6
6482026-08-20T01:40:09.982Z Downloaded tokio-test v0.4.5
6492026-08-20T01:40:09.982Z Downloaded strum v0.27.2
6502026-08-20T01:40:09.985Z Downloaded usdt v0.6.0
6512026-08-20T01:40:09.985Z Downloaded oxide-update-engine v0.1.2
6522026-08-20T01:40:09.988Z Downloaded packed_struct v0.10.1
6532026-08-20T01:40:09.988Z Downloaded want v0.3.1
6542026-08-20T01:40:09.988Z Downloaded yoke-derive v0.8.1
6552026-08-20T01:40:09.988Z Downloaded peg-macros v0.8.5
6562026-08-20T01:40:09.991Z Downloaded pin-project-internal v1.1.11
6572026-08-20T01:40:09.991Z Downloaded xshell-macros v0.2.7
6582026-08-20T01:40:09.991Z Downloaded half v2.7.1
6592026-08-20T01:40:09.991Z Downloaded progenitor-client v0.13.0
6602026-08-20T01:40:09.994Z Downloaded paste v1.0.15
6612026-08-20T01:40:09.994Z Downloaded rustls-pemfile v2.2.0
6622026-08-20T01:40:09.994Z Downloaded hmac v0.12.1
6632026-08-20T01:40:09.997Z Downloaded port-file v0.1.0
6642026-08-20T01:40:10.002Z Downloaded rustc-demangle v0.1.27
6652026-08-20T01:40:10.002Z Downloaded topological-sort v0.2.2
6662026-08-20T01:40:10.007Z Downloaded schemars_derive v0.8.22
6672026-08-20T01:40:10.007Z Downloaded unarray v0.1.4
6682026-08-20T01:40:10.007Z Downloaded utf-8 v0.7.6
6692026-08-20T01:40:10.010Z Downloaded cancel-safe-futures v0.1.5
6702026-08-20T01:40:10.010Z Downloaded chacha20 v0.10.0
6712026-08-20T01:40:10.010Z Downloaded blake2 v0.11.0-rc.6
6722026-08-20T01:40:10.013Z Downloaded curve25519-dalek-derive v0.1.1
6732026-08-20T01:40:10.013Z Downloaded bit-vec v0.6.3
6742026-08-20T01:40:10.013Z Downloaded ciborium v0.2.2
6752026-08-20T01:40:10.016Z Downloaded serdect v0.4.3
6762026-08-20T01:40:10.016Z Downloaded console v0.16.2
6772026-08-20T01:40:10.016Z Downloaded smf v0.2.3
6782026-08-20T01:40:10.021Z Downloaded nibble_vec v0.1.0
6792026-08-20T01:40:10.021Z Downloaded blake2 v0.10.6
6802026-08-20T01:40:10.024Z Downloaded headers v0.4.1
6812026-08-20T01:40:10.024Z Downloaded heapless v0.8.0
6822026-08-20T01:40:10.024Z Downloaded hmac v0.13.0
6832026-08-20T01:40:10.028Z Downloaded bzip2 v0.6.1
6842026-08-20T01:40:10.028Z Downloaded simd-adler32 v0.3.8
6852026-08-20T01:40:10.028Z Downloaded rustversion v1.0.22
6862026-08-20T01:40:10.032Z Downloaded colored v3.1.1
6872026-08-20T01:40:10.032Z Downloaded difflib v0.4.0
6882026-08-20T01:40:10.032Z Downloaded spki v0.7.3
6892026-08-20T01:40:10.032Z Downloaded sqlformat v0.3.5
6902026-08-20T01:40:10.035Z Downloaded strum_macros v0.27.2
6912026-08-20T01:40:10.035Z Downloaded string_cache v0.8.9
6922026-08-20T01:40:10.035Z Downloaded zeroize_derive v1.5.0
6932026-08-20T01:40:10.035Z Downloaded darling_macro v0.20.11
6942026-08-20T01:40:10.035Z Downloaded futures v0.3.32
6952026-08-20T01:40:10.038Z Downloaded backon v1.6.0
6962026-08-20T01:40:10.041Z Downloaded slog-stdlog v4.1.1
6972026-08-20T01:40:10.041Z Downloaded dirs-sys-next v0.1.2
6982026-08-20T01:40:10.041Z Downloaded dtrace-parser v0.3.0
6992026-08-20T01:40:10.041Z Downloaded generic-array v1.4.3
7002026-08-20T01:40:10.045Z Downloaded postgres-types v0.2.12
7012026-08-20T01:40:10.049Z Downloaded rand_chacha v0.9.0
7022026-08-20T01:40:10.049Z Downloaded time-macros v0.2.27
7032026-08-20T01:40:10.049Z Downloaded snafu-derive v0.8.9
7042026-08-20T01:40:10.052Z Downloaded tui-tree-widget v0.23.1
7052026-08-20T01:40:10.052Z Downloaded bzip2 v0.4.4
7062026-08-20T01:40:10.052Z Downloaded whoami v1.6.1
7072026-08-20T01:40:10.052Z Downloaded ident_case v1.0.1
7082026-08-20T01:40:10.056Z Downloaded debug-ignore v1.0.5
7092026-08-20T01:40:10.056Z Downloaded pin-project-lite v0.2.17
7102026-08-20T01:40:10.059Z Downloaded getrandom v0.4.3
7112026-08-20T01:40:10.062Z Downloaded half v1.8.3
7122026-08-20T01:40:10.065Z Downloaded synstructure v0.13.2
7132026-08-20T01:40:10.065Z Downloaded thread_local v1.1.9
7142026-08-20T01:40:10.065Z Downloaded corncobs v0.1.4
7152026-08-20T01:40:10.065Z Downloaded toml_writer v1.1.1+spec-1.1.0
7162026-08-20T01:40:10.070Z Downloaded crossbeam-deque v0.8.6
7172026-08-20T01:40:10.070Z Downloaded critical-section v1.2.0
7182026-08-20T01:40:10.070Z Downloaded kem v0.3.0
7192026-08-20T01:40:10.070Z Downloaded libscf-sys v1.2.0
7202026-08-20T01:40:10.073Z Downloaded maplit v1.0.2
7212026-08-20T01:40:10.073Z Downloaded match_cfg v0.1.0
7222026-08-20T01:40:10.073Z Downloaded httparse v1.10.1
7232026-08-20T01:40:10.076Z Downloaded hyper-tls v0.6.0
7242026-08-20T01:40:10.084Z Downloaded term v1.2.1
7252026-08-20T01:40:10.087Z Downloaded async-bb8-diesel v0.2.1
7262026-08-20T01:40:10.087Z Downloaded new_debug_unreachable v1.0.6
7272026-08-20T01:40:10.087Z Downloaded normalize-line-endings v0.3.0
7282026-08-20T01:40:10.088Z Downloaded num_threads v0.1.7
7292026-08-20T01:40:10.099Z Downloaded packed_struct_codegen v0.10.1
7302026-08-20T01:40:10.100Z Downloaded colored v2.2.0
7312026-08-20T01:40:10.100Z Downloaded const-oid v0.9.6
7322026-08-20T01:40:10.100Z Downloaded oso v0.27.3
7332026-08-20T01:40:10.100Z Downloaded dof v0.4.0
7342026-08-20T01:40:10.100Z Downloaded password-hash v0.6.1
7352026-08-20T01:40:10.100Z Downloaded wyz v0.5.1
7362026-08-20T01:40:10.100Z Downloaded inout v0.1.4
7372026-08-20T01:40:10.100Z Downloaded inout v0.2.2
7382026-08-20T01:40:10.105Z Downloaded jiff-static v0.2.34
7392026-08-20T01:40:10.105Z Downloaded mime v0.3.17
7402026-08-20T01:40:10.108Z Downloaded base64 v0.22.1
7412026-08-20T01:40:10.111Z Downloaded tokio-stream v0.1.18
7422026-08-20T01:40:10.111Z Downloaded defmt-parser v1.0.0
7432026-08-20T01:40:10.114Z Downloaded rand_chacha v0.3.1
7442026-08-20T01:40:10.114Z Downloaded bytes v1.11.1
7452026-08-20T01:40:10.117Z Downloaded chumsky v0.9.3
7462026-08-20T01:40:10.117Z Downloaded vergen-lib v0.1.6
7472026-08-20T01:40:10.117Z Downloaded compact_str v0.8.1
7482026-08-20T01:40:10.122Z Downloaded ctr v0.10.1
7492026-08-20T01:40:10.125Z Downloaded salsa20 v0.11.0
7502026-08-20T01:40:10.127Z Downloaded lru-slab v0.1.2
7512026-08-20T01:40:10.127Z Downloaded crossbeam-epoch v0.9.18
7522026-08-20T01:40:10.131Z Downloaded openssl-probe v0.1.6
7532026-08-20T01:40:10.134Z Downloaded openssl-probe v0.2.1
7542026-08-20T01:40:10.134Z Downloaded rfc6979 v0.6.0
7552026-08-20T01:40:10.134Z Downloaded seq-macro v0.3.6
7562026-08-20T01:40:10.137Z Downloaded secrecy v0.10.3
7572026-08-20T01:40:10.137Z Downloaded diesel-dtrace v0.5.0
7582026-08-20T01:40:10.137Z Downloaded parking_lot v0.12.5
7592026-08-20T01:40:10.141Z Downloaded prefix-trie v0.7.0
7602026-08-20T01:40:10.141Z Downloaded signature v2.2.0
7612026-08-20T01:40:10.144Z Downloaded schemars v0.8.22
7622026-08-20T01:40:10.148Z Downloaded slog v2.8.2
7632026-08-20T01:40:10.151Z Downloaded darling v0.20.11
7642026-08-20T01:40:10.154Z Downloaded multer v3.1.0
7652026-08-20T01:40:10.154Z Downloaded der_derive v0.7.3
7662026-08-20T01:40:10.154Z Downloaded heapless v0.7.17
7672026-08-20T01:40:10.157Z Downloaded either v1.15.0
7682026-08-20T01:40:10.157Z Downloaded semver v0.1.20
7692026-08-20T01:40:10.157Z Downloaded darling v0.21.3
7702026-08-20T01:40:10.160Z Downloaded sqlparser_derive v0.5.0
7712026-08-20T01:40:10.160Z Downloaded strsim v0.10.0
7722026-08-20T01:40:10.163Z Downloaded tap v1.0.1
7732026-08-20T01:40:10.163Z Downloaded subprocess v0.2.15
7742026-08-20T01:40:10.163Z Downloaded derive_builder v0.20.2
7752026-08-20T01:40:10.166Z Downloaded ref-cast v1.0.25
7762026-08-20T01:40:10.166Z Downloaded pem v3.0.6
7772026-08-20T01:40:10.169Z Downloaded phf v0.13.1
7782026-08-20T01:40:10.169Z Downloaded phf_shared v0.12.1
7792026-08-20T01:40:10.169Z Downloaded termtree v0.5.1
7802026-08-20T01:40:10.169Z Downloaded scopeguard v1.2.0
7812026-08-20T01:40:10.169Z Downloaded sha1 v0.11.0
7822026-08-20T01:40:10.172Z Downloaded typify-macro v0.6.2
7832026-08-20T01:40:10.172Z Downloaded usdt-attr-macro v0.6.0
7842026-08-20T01:40:10.176Z Downloaded http v1.4.2
7852026-08-20T01:40:10.178Z Downloaded allocator-api2 v0.2.21
7862026-08-20T01:40:10.179Z Downloaded chacha20poly1305 v0.10.1
7872026-08-20T01:40:10.179Z Downloaded toml v1.1.2+spec-1.1.0
7882026-08-20T01:40:10.187Z Downloaded unicode-xid v0.2.6
7892026-08-20T01:40:10.190Z Downloaded siphasher v1.0.2
7902026-08-20T01:40:10.200Z Downloaded base64 v0.21.7
7912026-08-20T01:40:10.203Z Downloaded schemars v0.9.0
7922026-08-20T01:40:10.208Z Downloaded tinyvec_macros v0.1.1
7932026-08-20T01:40:10.211Z Downloaded sec1 v0.7.3
7942026-08-20T01:40:10.211Z Downloaded serde_with_macros v1.5.2
7952026-08-20T01:40:10.211Z Downloaded thread-id v5.1.0
7962026-08-20T01:40:10.211Z Downloaded crc-catalog v2.4.0
7972026-08-20T01:40:10.215Z Downloaded libefi-sys v0.1.0
7982026-08-20T01:40:10.215Z Downloaded linear-map v1.2.0
7992026-08-20T01:40:10.218Z Downloaded progenitor-impl v0.14.0
8002026-08-20T01:40:10.218Z Downloaded supports-color v3.0.2
8012026-08-20T01:40:10.218Z Downloaded ssh-cipher v0.3.0
8022026-08-20T01:40:10.221Z Downloaded num-complex v0.4.6
8032026-08-20T01:40:10.224Z Downloaded hickory-resolver v0.24.4
8042026-08-20T01:40:10.227Z Downloaded hickory-resolver v0.25.2
8052026-08-20T01:40:10.230Z Downloaded tokio-dtrace v0.1.1
8062026-08-20T01:40:10.230Z Downloaded uzers v0.12.2
8072026-08-20T01:40:10.235Z Downloaded ecdsa v0.17.0
8082026-08-20T01:40:10.238Z Downloaded lazy_static v1.5.0
8092026-08-20T01:40:10.238Z Downloaded polyval v0.7.1
8102026-08-20T01:40:10.241Z Downloaded rand_seeder v0.4.0
8112026-08-20T01:40:10.244Z Downloaded primeorder v0.13.6
8122026-08-20T01:40:10.244Z Downloaded progenitor-extras v0.2.0
8132026-08-20T01:40:10.251Z Downloaded unicase v2.9.0
8142026-08-20T01:40:10.254Z Downloaded cstr-argument v0.1.2
8152026-08-20T01:40:10.254Z Downloaded derive_builder_macro v0.20.2
8162026-08-20T01:40:10.254Z Downloaded postcard v1.1.3
8172026-08-20T01:40:10.258Z Downloaded vergen-git2 v9.1.0
8182026-08-20T01:40:10.258Z Downloaded unsafe-libyaml v0.2.11
8192026-08-20T01:40:10.285Z Downloaded whoami v2.1.0
8202026-08-20T01:40:10.285Z Downloaded multimap v0.10.1
8212026-08-20T01:40:10.286Z Downloaded schemars v1.2.1
8222026-08-20T01:40:10.286Z Downloaded hickory-server v0.25.2
8232026-08-20T01:40:10.286Z Downloaded darling_macro v0.23.0
8242026-08-20T01:40:10.286Z Downloaded ingot-macros v0.2.0
8252026-08-20T01:40:10.286Z Downloaded dunce v1.0.5
8262026-08-20T01:40:10.291Z Downloaded slog-term v2.9.2
8272026-08-20T01:40:10.291Z Downloaded yoke v0.8.1
8282026-08-20T01:40:10.291Z Downloaded predicates-tree v1.0.13
8292026-08-20T01:40:10.291Z Downloaded shlex v1.3.0
8302026-08-20T01:40:10.291Z Downloaded ingot-types v0.2.0
8312026-08-20T01:40:10.291Z Downloaded spin v0.9.8
8322026-08-20T01:40:10.291Z Downloaded steno v0.4.1
8332026-08-20T01:40:10.291Z Downloaded hashbrown v0.12.3
8342026-08-20T01:40:10.291Z Downloaded defmt-macros v1.0.1
8352026-08-20T01:40:10.291Z Downloaded cc v1.2.56
8362026-08-20T01:40:10.291Z Downloaded slog-dtrace v0.3.0
8372026-08-20T01:40:10.295Z Downloaded strum_macros v0.24.3
8382026-08-20T01:40:10.295Z Downloaded support-bundle-viewer v0.1.2
8392026-08-20T01:40:10.295Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8402026-08-20T01:40:10.300Z Downloaded crc-any v2.5.0
8412026-08-20T01:40:10.300Z Downloaded deranged v0.5.8
8422026-08-20T01:40:10.300Z Downloaded displaydoc v0.2.5
8432026-08-20T01:40:10.303Z Downloaded parking_lot_core v0.9.12
8442026-08-20T01:40:10.303Z Downloaded primeorder v0.14.0
8452026-08-20T01:40:10.303Z Downloaded vsss-rs v3.3.4
8462026-08-20T01:40:10.303Z Downloaded tokio-rustls v0.26.4
8472026-08-20T01:40:10.307Z Downloaded maybe-uninit v2.0.0
8482026-08-20T01:40:10.307Z Downloaded impl-trait-for-tuples v0.2.3
8492026-08-20T01:40:10.307Z Downloaded indoc v2.0.7
8502026-08-20T01:40:10.310Z Downloaded ed25519 v3.0.0
8512026-08-20T01:40:10.310Z Downloaded md-5 v0.10.6
8522026-08-20T01:40:10.310Z Downloaded recursive v0.1.1
8532026-08-20T01:40:10.310Z Downloaded proc-macro-crate v3.4.0
8542026-08-20T01:40:10.314Z Downloaded rand v0.8.6
8552026-08-20T01:40:10.318Z Downloaded unicode_categories v0.1.1
8562026-08-20T01:40:10.320Z Downloaded pkcs8 v0.11.0
8572026-08-20T01:40:10.336Z Downloaded xshell v0.2.7
8582026-08-20T01:40:10.336Z Downloaded yasna v0.5.2
8592026-08-20T01:40:10.336Z Downloaded lock_api v0.4.14
8602026-08-20T01:40:10.339Z Downloaded olpc-cjson v0.1.4
8612026-08-20T01:40:10.339Z Downloaded zstd-safe v7.2.4
8622026-08-20T01:40:10.339Z Downloaded darling v0.13.4
8632026-08-20T01:40:10.339Z Downloaded futures-util v0.3.32
8642026-08-20T01:40:10.345Z Downloaded signal-hook-mio v0.2.5
8652026-08-20T01:40:10.349Z Downloaded num-rational v0.4.2
8662026-08-20T01:40:10.349Z Downloaded async-compression v0.4.41
8672026-08-20T01:40:10.352Z Downloaded crossbeam-channel v0.5.15
8682026-08-20T01:40:10.355Z Downloaded slog-envlogger v2.2.0
8692026-08-20T01:40:10.355Z Downloaded vte v0.14.1
8702026-08-20T01:40:10.355Z Downloaded hashbrown v0.15.5
8712026-08-20T01:40:10.359Z Downloaded poly1305 v0.8.0
8722026-08-20T01:40:10.362Z Downloaded digest v0.11.3
8732026-08-20T01:40:10.362Z Downloaded rand_xorshift v0.4.0
8742026-08-20T01:40:10.362Z Downloaded r2d2 v0.8.10
8752026-08-20T01:40:10.366Z Downloaded zip v0.6.6
8762026-08-20T01:40:10.371Z Downloaded bumpalo v3.20.2
8772026-08-20T01:40:10.375Z Downloaded hybrid-array v0.4.13
8782026-08-20T01:40:10.375Z Downloaded universal-hash v0.5.1
8792026-08-20T01:40:10.375Z Downloaded same-file v1.0.6
8802026-08-20T01:40:10.378Z Downloaded wnaf v0.14.0
8812026-08-20T01:40:10.381Z Downloaded xattr v1.6.1
8822026-08-20T01:40:10.381Z Downloaded convert_case v0.4.0
8832026-08-20T01:40:10.381Z Downloaded crunchy v0.2.4
8842026-08-20T01:40:10.381Z Downloaded oxide-update-engine-display v0.1.2
8852026-08-20T01:40:10.381Z Downloaded phf v0.12.1
8862026-08-20T01:40:10.384Z Downloaded strum v0.26.3
8872026-08-20T01:40:10.384Z Downloaded serde-hex v0.1.0
8882026-08-20T01:40:10.387Z Downloaded rpassword v7.5.4
8892026-08-20T01:40:10.387Z Downloaded supports-unicode v3.0.0
8902026-08-20T01:40:10.387Z Downloaded sync-ptr v0.1.4
8912026-08-20T01:40:10.390Z Downloaded pretty_assertions v1.4.1
8922026-08-20T01:40:10.390Z Downloaded rayon-core v1.13.0
8932026-08-20T01:40:10.394Z Downloaded progenitor-impl v0.13.0
8942026-08-20T01:40:10.398Z Downloaded indicatif v0.18.4
8952026-08-20T01:40:10.400Z Downloaded icu_properties v2.1.2
8962026-08-20T01:40:10.401Z Downloaded crc8 v0.1.1
8972026-08-20T01:40:10.404Z Downloaded zstd v0.13.3
8982026-08-20T01:40:10.406Z Downloaded proc-macro-error2 v2.0.1
8992026-08-20T01:40:10.409Z Downloaded untrusted v0.9.0
9002026-08-20T01:40:10.409Z Downloaded void v1.0.2
9012026-08-20T01:40:10.412Z Downloaded ron v0.8.1
9022026-08-20T01:40:10.415Z Downloaded icu_locale_core v2.1.1
9032026-08-20T01:40:10.419Z Downloaded serde_derive_internals v0.29.1
9042026-08-20T01:40:10.419Z Downloaded dirs-next v2.0.0
9052026-08-20T01:40:10.419Z Downloaded illumos-nvpair v0.3.0
9062026-08-20T01:40:10.419Z Downloaded illumos-nvpair-sys v0.2.0
9072026-08-20T01:40:10.419Z Downloaded indent_write v2.2.0
9082026-08-20T01:40:10.419Z Downloaded is-terminal v0.4.17
9092026-08-20T01:40:10.419Z Downloaded linked-hash-map v0.5.6
9102026-08-20T01:40:10.422Z Downloaded const_format v0.2.35
9112026-08-20T01:40:10.422Z Downloaded hashbrown v0.14.5
9122026-08-20T01:40:10.425Z Downloaded nom v7.1.3
9132026-08-20T01:40:10.428Z Downloaded zone v0.3.1
9142026-08-20T01:40:10.428Z Downloaded parking_lot v0.11.2
9152026-08-20T01:40:10.428Z Downloaded poly1305 v0.9.0
9162026-08-20T01:40:10.431Z Downloaded termios v0.3.3
9172026-08-20T01:40:10.431Z Downloaded tower-layer v0.3.3
9182026-08-20T01:40:10.431Z Downloaded tokio-tungstenite v0.23.1
9192026-08-20T01:40:10.434Z Downloaded memoffset v0.9.1
9202026-08-20T01:40:10.434Z Downloaded openssl-sys v0.9.117
9212026-08-20T01:40:10.437Z Downloaded scroll v0.13.0
9222026-08-20T01:40:10.440Z Downloaded oso-derive v0.27.3
9232026-08-20T01:40:10.444Z Downloaded newtype_derive v0.1.6
9242026-08-20T01:40:10.447Z Downloaded phf_shared v0.13.1
9252026-08-20T01:40:10.447Z Downloaded powerfmt v0.2.0
9262026-08-20T01:40:10.447Z Downloaded rusty-fork v0.3.1
9272026-08-20T01:40:10.450Z Downloaded tungstenite v0.21.0
9282026-08-20T01:40:10.450Z Downloaded convert_case v0.10.0
9292026-08-20T01:40:10.450Z Downloaded libbz2-rs-sys v0.2.2
9302026-08-20T01:40:10.453Z Downloaded dyn-clone v1.0.20
9312026-08-20T01:40:10.453Z Downloaded typed-path v0.9.3
9322026-08-20T01:40:10.458Z Downloaded pkcs1 v0.8.0-rc.4
9332026-08-20T01:40:10.461Z Downloaded stringprep v0.1.5
9342026-08-20T01:40:10.464Z Downloaded tiny-keccak v2.0.2
9352026-08-20T01:40:10.464Z Downloaded tls_codec_derive v0.4.2
9362026-08-20T01:40:10.464Z Downloaded precomputed-hash v0.1.1
9372026-08-20T01:40:10.466Z Downloaded radium v0.7.0
9382026-08-20T01:40:10.466Z Downloaded omicron-zone-package v0.12.3
9392026-08-20T01:40:10.466Z Downloaded lru-cache v0.1.2
9402026-08-20T01:40:10.469Z Downloaded derive_more v2.1.1
9412026-08-20T01:40:10.478Z Downloaded rtoolbox v0.0.3
9422026-08-20T01:40:10.481Z Downloaded newtype-uuid-macros v0.1.0
9432026-08-20T01:40:10.484Z Downloaded ssh-encoding v0.3.0
9442026-08-20T01:40:10.487Z Downloaded rsa v0.10.0-rc.18
9452026-08-20T01:40:10.490Z Downloaded derive_more v0.99.20
9462026-08-20T01:40:10.490Z Downloaded papergrid v0.18.0
9472026-08-20T01:40:10.493Z Downloaded psm v0.1.30
9482026-08-20T01:40:10.496Z Downloaded tagptr v0.2.0
9492026-08-20T01:40:10.496Z Downloaded thiserror-impl-no-std v2.0.2
9502026-08-20T01:40:10.499Z Downloaded recursive-proc-macro-impl v0.1.1
9512026-08-20T01:40:10.499Z Downloaded rustc_version v0.4.1
9522026-08-20T01:40:10.502Z Downloaded nanorand v0.7.0
9532026-08-20T01:40:10.506Z Downloaded num_enum_derive v0.7.6
9542026-08-20T01:40:10.506Z Downloaded twox-hash v2.1.2
9552026-08-20T01:40:10.506Z Downloaded serde_urlencoded v0.7.1
9562026-08-20T01:40:10.506Z Downloaded zerofrom v0.1.6
9572026-08-20T01:40:10.510Z Downloaded owo-colors v4.3.0
9582026-08-20T01:40:10.510Z Downloaded unicode-properties v0.1.4
9592026-08-20T01:40:10.510Z Downloaded pem-rfc7468 v1.0.0
9602026-08-20T01:40:10.513Z Downloaded derive_builder_core v0.20.2
9612026-08-20T01:40:10.513Z Downloaded toml v0.7.8
9622026-08-20T01:40:10.517Z Downloaded hkdf v0.12.4
9632026-08-20T01:40:10.517Z Downloaded url v2.5.8
9642026-08-20T01:40:10.520Z Downloaded yansi v1.0.1
9652026-08-20T01:40:10.520Z Downloaded knus v3.4.0
9662026-08-20T01:40:10.523Z Downloaded sha2 v0.11.0
9672026-08-20T01:40:10.523Z Downloaded daft v0.1.7
9682026-08-20T01:40:10.523Z Downloaded daft-derive v0.1.7
9692026-08-20T01:40:10.526Z Downloaded zone_cfg_derive v0.3.1
9702026-08-20T01:40:10.526Z Downloaded darling_macro v0.21.3
9712026-08-20T01:40:10.529Z Downloaded digest-io v0.1.0
9722026-08-20T01:40:10.529Z Downloaded document-features v0.2.12
9732026-08-20T01:40:10.529Z Downloaded stable_deref_trait v1.2.1
9742026-08-20T01:40:10.532Z Downloaded indoc v1.0.9
9752026-08-20T01:40:10.532Z Downloaded tracing-core v0.1.36
9762026-08-20T01:40:10.535Z Downloaded ecdsa v0.16.9
9772026-08-20T01:40:10.538Z Downloaded smallvec v1.15.1
9782026-08-20T01:40:10.538Z Downloaded knus-derive v3.4.0
9792026-08-20T01:40:10.541Z Downloaded rustls-webpki v0.103.13
9802026-08-20T01:40:10.545Z Downloaded unit-prefix v0.5.2
9812026-08-20T01:40:10.545Z Downloaded unicode-truncate v1.1.0
9822026-08-20T01:40:10.545Z Downloaded waitgroup v0.1.2
9832026-08-20T01:40:10.548Z Downloaded display-error-chain v0.2.2
9842026-08-20T01:40:10.548Z Downloaded sec1 v0.8.1
9852026-08-20T01:40:10.548Z Downloaded p384 v0.14.0
9862026-08-20T01:40:10.551Z Downloaded ed25519-dalek v3.0.0
9872026-08-20T01:40:10.554Z Downloaded quinn v0.11.11
9882026-08-20T01:40:10.557Z Downloaded lzss v0.8.2
9892026-08-20T01:40:10.557Z Downloaded managed v0.8.0
9902026-08-20T01:40:10.557Z Downloaded md5 v0.8.0
9912026-08-20T01:40:10.557Z Downloaded nonempty v0.12.0
9922026-08-20T01:40:10.561Z Downloaded lalrpop-util v0.19.12
9932026-08-20T01:40:10.561Z Downloaded password-hash v0.5.0
9942026-08-20T01:40:10.564Z Downloaded scrypt v0.12.0
9952026-08-20T01:40:10.564Z Downloaded slog-scope v4.4.1
9962026-08-20T01:40:10.564Z Downloaded tower v0.5.3
9972026-08-20T01:40:10.569Z Downloaded memmap2 v0.9.10
9982026-08-20T01:40:10.572Z Downloaded hashbrown v0.16.1
9992026-08-20T01:40:10.575Z Downloaded usdt-impl v0.6.0
10002026-08-20T01:40:10.575Z Downloaded progenitor-client v0.14.0
10012026-08-20T01:40:10.575Z Downloaded writeable v0.6.2
10022026-08-20T01:40:10.580Z Downloaded is_ci v1.2.0
10032026-08-20T01:40:10.583Z Downloaded zerocopy-derive v0.8.55
10042026-08-20T01:40:10.588Z Downloaded icu_normalizer_data v2.1.1
10052026-08-20T01:40:10.588Z Downloaded rand_core v0.9.5
10062026-08-20T01:40:10.591Z Downloaded const_format_proc_macros v0.2.34
10072026-08-20T01:40:10.591Z Downloaded csv-core v0.1.13
10082026-08-20T01:40:10.591Z Downloaded zerovec-derive v0.11.2
10092026-08-20T01:40:10.591Z Downloaded mio v1.2.0
10102026-08-20T01:40:10.594Z Downloaded rfc6979 v0.4.0
10112026-08-20T01:40:10.594Z Downloaded serde_plain v1.0.2
10122026-08-20T01:40:10.594Z Downloaded signature v3.0.0
10132026-08-20T01:40:10.594Z Downloaded similar v2.7.0
10142026-08-20T01:40:10.602Z Downloaded slab v0.4.12
10152026-08-20T01:40:10.605Z Downloaded parse-size v1.1.0
10162026-08-20T01:40:10.610Z Downloaded percent-encoding v2.3.2
10172026-08-20T01:40:10.610Z Downloaded stacker v0.1.23
10182026-08-20T01:40:10.613Z Downloaded jobserver v0.1.34
10192026-08-20T01:40:10.617Z Downloaded socket2 v0.6.3
10202026-08-20T01:40:10.617Z Downloaded nu-ansi-term v0.50.3
10212026-08-20T01:40:10.620Z Downloaded supports-hyperlinks v3.2.0
10222026-08-20T01:40:10.620Z Downloaded tls_codec v0.4.2
10232026-08-20T01:40:10.620Z Downloaded rustc_version v0.1.7
10242026-08-20T01:40:10.620Z Downloaded tokio-macros v2.7.0
10252026-08-20T01:40:10.620Z Downloaded crc v3.4.0
10262026-08-20T01:40:10.623Z Downloaded serde-big-array v0.5.1
10272026-08-20T01:40:10.626Z Downloaded strip-ansi-escapes v0.2.1
10282026-08-20T01:40:10.626Z Downloaded structmeta v0.3.0
10292026-08-20T01:40:10.626Z Downloaded try-lock v0.2.5
10302026-08-20T01:40:10.626Z Downloaded utf8_iter v1.0.4
10312026-08-20T01:40:10.632Z Downloaded unicode-normalization v0.1.25
10322026-08-20T01:40:10.635Z Downloaded h2 v0.4.15
10332026-08-20T01:40:10.637Z Downloaded crypto-bigint v0.5.5
10342026-08-20T01:40:10.640Z Downloaded darling_core v0.21.3
10352026-08-20T01:40:10.643Z Downloaded progenitor v0.13.0
10362026-08-20T01:40:10.643Z Downloaded progenitor v0.14.0
10372026-08-20T01:40:10.647Z Downloaded dsl_auto_type v0.2.0
10382026-08-20T01:40:10.647Z Downloaded num v0.4.3
10392026-08-20T01:40:10.650Z Downloaded dropshot-api-manager v0.8.0
10402026-08-20T01:40:10.651Z Downloaded num-bigint v0.4.6
10412026-08-20T01:40:10.654Z Downloaded zerofrom-derive v0.1.6
10422026-08-20T01:40:10.654Z Downloaded vergen v9.1.0
10432026-08-20T01:40:10.657Z Downloaded pkcs8 v0.10.2
10442026-08-20T01:40:10.661Z Downloaded darling_core v0.13.4
10452026-08-20T01:40:10.664Z Downloaded zip v4.6.1
10462026-08-20T01:40:10.667Z Downloaded rayon v1.11.0
10472026-08-20T01:40:10.670Z Downloaded aes-gcm v0.11.0
10482026-08-20T01:40:10.670Z Downloaded darling v0.23.0
10492026-08-20T01:40:10.673Z Downloaded idna v1.1.0
10502026-08-20T01:40:10.676Z Downloaded drift v0.2.0
10512026-08-20T01:40:10.680Z Downloaded defmt v0.3.100
10522026-08-20T01:40:10.683Z Downloaded internet-checksum v0.2.1
10532026-08-20T01:40:10.683Z Downloaded rand_core v0.6.4
10542026-08-20T01:40:10.683Z Downloaded smallvec v0.6.14
10552026-08-20T01:40:10.683Z Downloaded kstat-rs v0.2.5
10562026-08-20T01:40:10.683Z Downloaded sponge-cursor v0.1.0
10572026-08-20T01:40:10.683Z Downloaded subtle v2.6.1
10582026-08-20T01:40:10.686Z Downloaded postgres-protocol v0.6.10
10592026-08-20T01:40:10.686Z Downloaded pem-rfc7468 v0.7.0
10602026-08-20T01:40:10.689Z Downloaded num-bigint-dig v0.8.6
10612026-08-20T01:40:10.689Z Downloaded icu_provider v2.1.1
10622026-08-20T01:40:10.692Z Downloaded tracing-attributes v0.1.31
10632026-08-20T01:40:10.692Z Downloaded slog-json v2.6.1
10642026-08-20T01:40:10.696Z Downloaded untrusted v0.7.1
10652026-08-20T01:40:10.699Z Downloaded vergen-lib v9.1.0
10662026-08-20T01:40:10.699Z Downloaded ssh-key v0.7.0-rc.11
10672026-08-20T01:40:10.704Z Downloaded tough v0.22.0
10682026-08-20T01:40:10.708Z Downloaded hkdf v0.13.0
10692026-08-20T01:40:10.711Z Downloaded num-traits v0.2.19
10702026-08-20T01:40:10.711Z Downloaded hyper-staticfile v0.10.1
10712026-08-20T01:40:10.714Z Downloaded downcast-rs v2.0.2
10722026-08-20T01:40:10.717Z Downloaded opaque-debug v0.3.1
10732026-08-20T01:40:10.717Z Downloaded rsa v0.9.10
10742026-08-20T01:40:10.720Z Downloaded quick-xml v0.37.5
10752026-08-20T01:40:10.723Z Downloaded zopfli v0.8.3
10762026-08-20T01:40:10.727Z Downloaded zerotrie v0.2.3
10772026-08-20T01:40:10.727Z Downloaded diff v0.1.13
10782026-08-20T01:40:10.730Z Downloaded defmt v1.0.1
10792026-08-20T01:40:10.730Z Downloaded phc v0.6.1
10802026-08-20T01:40:10.730Z Downloaded primefield v0.14.0
10812026-08-20T01:40:10.733Z Downloaded diesel_table_macro_syntax v0.3.0
10822026-08-20T01:40:10.733Z Downloaded instability v0.3.11
10832026-08-20T01:40:10.737Z Downloaded indexmap v1.9.3
10842026-08-20T01:40:10.741Z Downloaded data-encoding v2.10.0
10852026-08-20T01:40:10.744Z Downloaded rawzip v0.4.4
10862026-08-20T01:40:10.746Z Downloaded signal-hook v0.3.18
10872026-08-20T01:40:10.750Z Downloaded scuffle v0.1.0
10882026-08-20T01:40:10.750Z Downloaded miette-derive v7.6.0
10892026-08-20T01:40:10.753Z Downloaded resolv-conf v0.7.6
10902026-08-20T01:40:10.753Z Downloaded mime_guess v2.0.5
10912026-08-20T01:40:10.753Z Downloaded tokio-native-tls v0.3.1
10922026-08-20T01:40:10.753Z Downloaded crucible-workspace-hack v0.1.0
10932026-08-20T01:40:10.756Z Downloaded potential_utf v0.1.4
10942026-08-20T01:40:10.756Z Downloaded sha1 v0.10.6
10952026-08-20T01:40:10.759Z Downloaded serde_bytes v0.11.19
10962026-08-20T01:40:10.759Z Downloaded serde_spanned v1.1.1
10972026-08-20T01:40:10.762Z Downloaded p521 v0.14.0
10982026-08-20T01:40:10.762Z Downloaded minimal-lexical v0.2.1
10992026-08-20T01:40:10.765Z Downloaded cookie v0.18.1
11002026-08-20T01:40:10.766Z Downloaded crc32fast v1.5.0
11012026-08-20T01:40:10.769Z Downloaded term v0.7.0
11022026-08-20T01:40:10.769Z Downloaded delegate v0.13.5
11032026-08-20T01:40:10.769Z Downloaded instant v0.1.13
11042026-08-20T01:40:10.772Z Downloaded num-derive v0.4.2
11052026-08-20T01:40:10.772Z Downloaded snafu v0.8.9
11062026-08-20T01:40:10.775Z Downloaded signal-hook-registry v1.4.8
11072026-08-20T01:40:10.775Z Downloaded toml_edit v0.23.10+spec-1.0.0
11082026-08-20T01:40:10.778Z Downloaded iana-time-zone v0.1.65
11092026-08-20T01:40:10.778Z Downloaded ingot v0.2.1
11102026-08-20T01:40:10.778Z Downloaded toml_parser v1.1.2+spec-1.1.0
11112026-08-20T01:40:10.781Z Downloaded x509-cert v0.2.5
11122026-08-20T01:40:10.784Z Downloaded icu_normalizer v2.1.1
11132026-08-20T01:40:10.787Z Downloaded vergen-gitcl v1.0.8
11142026-08-20T01:40:10.790Z Downloaded rand_core v0.10.0
11152026-08-20T01:40:10.793Z Downloaded idna_adapter v1.2.1
11162026-08-20T01:40:10.796Z Downloaded num-conv v0.2.0
11172026-08-20T01:40:10.801Z Downloaded constant_time_eq v0.4.2
11182026-08-20T01:40:10.804Z Downloaded serde_with_macros v3.21.0
11192026-08-20T01:40:10.809Z Downloaded serde_with v1.14.0
11202026-08-20T01:40:10.814Z Downloaded cpubits v0.1.1
11212026-08-20T01:40:10.817Z Downloaded keccak v0.2.0
11222026-08-20T01:40:10.817Z Downloaded progenitor-macro v0.14.0
11232026-08-20T01:40:10.817Z Downloaded parking_lot_core v0.8.6
11242026-08-20T01:40:10.821Z Downloaded rustc-hash v2.1.1
11252026-08-20T01:40:10.821Z Downloaded aho-corasick v1.1.4
11262026-08-20T01:40:10.824Z Downloaded structmeta-derive v0.3.0
11272026-08-20T01:40:10.824Z Downloaded itertools v0.10.5
11282026-08-20T01:40:10.827Z Downloaded ed25519 v2.2.3
11292026-08-20T01:40:10.827Z Downloaded litemap v0.8.1
11302026-08-20T01:40:10.827Z Downloaded lru v0.12.5
11312026-08-20T01:40:10.829Z Downloaded ryu v1.0.23
11322026-08-20T01:40:10.829Z Downloaded tungstenite v0.23.0
11332026-08-20T01:40:10.832Z Downloaded proc-macro-crate v1.3.1
11342026-08-20T01:40:10.832Z Downloaded ctutils v0.4.2
11352026-08-20T01:40:10.832Z Downloaded wait-timeout v0.2.1
11362026-08-20T01:40:10.836Z Downloaded p256 v0.14.0
11372026-08-20T01:40:10.836Z Downloaded pkg-config v0.3.32
11382026-08-20T01:40:10.836Z Downloaded dropshot_endpoint v0.17.1
11392026-08-20T01:40:10.839Z Downloaded internal-russh-num-bigint v0.5.0
11402026-08-20T01:40:10.844Z Downloaded quinn-udp v0.5.14
11412026-08-20T01:40:10.844Z Downloaded tinystr v0.8.2
11422026-08-20T01:40:10.844Z Downloaded predicates-core v1.0.10
11432026-08-20T01:40:10.847Z Downloaded spki v0.8.0
11442026-08-20T01:40:10.850Z Downloaded crossterm v0.28.1
11452026-08-20T01:40:10.853Z Downloaded serde_yaml v0.9.34+deprecated
11462026-08-20T01:40:10.853Z Downloaded pkcs5 v0.8.1
11472026-08-20T01:40:10.856Z Downloaded nom v8.0.0
11482026-08-20T01:40:10.859Z Downloaded tokio-tungstenite v0.21.0
11492026-08-20T01:40:10.860Z Downloaded diesel_derives v2.3.7
11502026-08-20T01:40:10.862Z Downloaded rand v0.10.1
11512026-08-20T01:40:10.865Z Downloaded thiserror-no-std v2.0.2
11522026-08-20T01:40:10.869Z Downloaded cpufeatures v0.3.0
11532026-08-20T01:40:10.869Z Downloaded sigpipe v0.1.3
11542026-08-20T01:40:10.869Z Downloaded path-slash v0.1.5
11552026-08-20T01:40:10.869Z Downloaded trait-variant v0.1.2
11562026-08-20T01:40:10.869Z Downloaded darling_macro v0.13.4
11572026-08-20T01:40:10.869Z Downloaded sync_wrapper v1.0.2
11582026-08-20T01:40:10.872Z Downloaded hyper-util v0.1.20
11592026-08-20T01:40:10.875Z Downloaded petname v2.0.2
11602026-08-20T01:40:10.878Z Downloaded libsw-core v0.3.2
11612026-08-20T01:40:10.881Z Downloaded bindgen v0.71.1
11622026-08-20T01:40:10.884Z Downloaded test-strategy v0.4.5
11632026-08-20T01:40:10.887Z Downloaded parse-display-derive v0.10.0
11642026-08-20T01:40:10.887Z Downloaded peg v0.8.5
11652026-08-20T01:40:10.887Z Downloaded rustls-native-certs v0.8.3
11662026-08-20T01:40:10.890Z Downloaded russh-cryptovec v0.62.0
11672026-08-20T01:40:10.890Z Downloaded universal-hash v0.6.1
11682026-08-20T01:40:10.890Z Downloaded num-iter v0.1.45
11692026-08-20T01:40:10.894Z Downloaded serde_path_to_error v0.1.20
11702026-08-20T01:40:10.897Z Downloaded strum_macros v0.26.4
11712026-08-20T01:40:10.897Z Downloaded itertools v0.14.0
11722026-08-20T01:40:10.901Z Downloaded litrs v1.0.0
11732026-08-20T01:40:10.901Z Downloaded tar v0.4.46
11742026-08-20T01:40:10.904Z Downloaded git2 v0.20.4
11752026-08-20T01:40:10.907Z Downloaded oxide-update-engine-types v0.1.2
11762026-08-20T01:40:10.907Z Downloaded progenitor-macro v0.13.0
11772026-08-20T01:40:10.911Z Downloaded hyper v1.10.1
11782026-08-20T01:40:10.914Z Downloaded usdt-macro v0.6.0
11792026-08-20T01:40:10.914Z Downloaded walkdir v2.5.0
11802026-08-20T01:40:10.914Z Downloaded secrecy v0.8.0
11812026-08-20T01:40:10.914Z Downloaded typify v0.6.2
11822026-08-20T01:40:10.917Z Downloaded derive-ex v0.1.8
11832026-08-20T01:40:10.917Z Downloaded native-tls v0.2.18
11842026-08-20T01:40:10.918Z Downloaded take_mut v0.2.2
11852026-08-20T01:40:10.918Z Downloaded crypto-common v0.2.2
11862026-08-20T01:40:10.918Z Downloaded prettyplease v0.2.37
11872026-08-20T01:40:10.920Z Downloaded newtype-uuid v1.3.2
11882026-08-20T01:40:10.920Z Downloaded slog-bunyan v2.5.0
11892026-08-20T01:40:10.923Z Downloaded static_assertions v1.1.0
11902026-08-20T01:40:10.927Z Downloaded scroll_derive v0.13.1
11912026-08-20T01:40:10.931Z Downloaded tinyvec v1.10.0
11922026-08-20T01:40:10.934Z Downloaded ipnetwork v0.21.1
11932026-08-20T01:40:10.937Z Downloaded ipnet v2.12.0
11942026-08-20T01:40:10.937Z Downloaded tabwriter v1.4.1
11952026-08-20T01:40:10.938Z Downloaded zerocopy v0.6.6
11962026-08-20T01:40:10.941Z Downloaded jiff-core v0.1.0
11972026-08-20T01:40:10.944Z Downloaded blake3 v1.8.5
11982026-08-20T01:40:10.953Z Downloaded hyper-rustls v0.27.7
11992026-08-20T01:40:10.955Z Downloaded ml-kem v0.3.2
12002026-08-20T01:40:10.956Z Downloaded rustls-pki-types v1.14.0
12012026-08-20T01:40:10.958Z Downloaded serde_cbor v0.11.2
12022026-08-20T01:40:10.961Z Downloaded humantime v2.3.0
12032026-08-20T01:40:10.961Z Downloaded tower-service v0.3.3
12042026-08-20T01:40:10.961Z Downloaded dropshot-api-manager-types v0.8.0
12052026-08-20T01:40:10.966Z Downloaded iri-string v0.7.10
12062026-08-20T01:40:10.969Z Downloaded itertools v0.12.1
12072026-08-20T01:40:10.969Z Downloaded libloading v0.8.9
12082026-08-20T01:40:10.972Z Downloaded aws-lc-rs v1.16.3
12092026-08-20T01:40:10.975Z Downloaded keccak v0.1.6
12102026-08-20T01:40:10.975Z Downloaded tokio-postgres v0.7.16
12112026-08-20T01:40:10.979Z Downloaded libsw v3.5.0
12122026-08-20T01:40:10.982Z Downloaded predicates v3.1.4
12132026-08-20T01:40:10.982Z Downloaded serde_with v3.21.0
12142026-08-20T01:40:10.988Z Downloaded pkcs1 v0.7.5
12152026-08-20T01:40:10.991Z Downloaded unicode-bidi v0.3.18
12162026-08-20T01:40:10.991Z Downloaded cookie_store v0.22.1
12172026-08-20T01:40:10.994Z Downloaded toml_datetime v1.1.1+spec-1.1.0
12182026-08-20T01:40:10.994Z Downloaded zeroize v1.9.0
12192026-08-20T01:40:10.997Z Downloaded oxide-tokio-rt v0.1.4
12202026-08-20T01:40:11.000Z Downloaded des v0.9.0
12212026-08-20T01:40:11.004Z Downloaded pbkdf2 v0.13.0
12222026-08-20T01:40:11.004Z Downloaded salty v0.3.0
12232026-08-20T01:40:11.009Z Downloaded bitvec v1.0.1
12242026-08-20T01:40:11.013Z Downloaded derive_more-impl v2.1.1
12252026-08-20T01:40:11.016Z Downloaded crossbeam-utils v0.8.21
12262026-08-20T01:40:11.018Z Downloaded icu_collections v2.1.1
12272026-08-20T01:40:11.021Z Downloaded winnow v0.5.40
12282026-08-20T01:40:11.025Z Downloaded module-lattice v0.2.3
12292026-08-20T01:40:11.028Z Downloaded rustyline v14.0.0
12302026-08-20T01:40:11.032Z Downloaded ignore v0.4.25
12312026-08-20T01:40:11.035Z Downloaded pin-project v1.1.11
12322026-08-20T01:40:11.039Z Downloaded socket2 v0.5.10
12332026-08-20T01:40:11.042Z Downloaded lalrpop v0.19.12
12342026-08-20T01:40:11.047Z Downloaded portable-atomic v1.13.1
12352026-08-20T01:40:11.051Z Downloaded derive-where v1.6.0
12362026-08-20T01:40:11.054Z Downloaded gimli v0.32.3
12372026-08-20T01:40:11.057Z Downloaded goblin v0.10.5
12382026-08-20T01:40:11.061Z Downloaded slog-async v2.8.0
12392026-08-20T01:40:11.064Z Downloaded der v0.7.10
12402026-08-20T01:40:11.067Z Downloaded libxml v0.3.3
12412026-08-20T01:40:11.070Z Downloaded zlib-rs v0.6.2
12422026-08-20T01:40:11.071Z Downloaded rustls-platform-verifier v0.6.2
12432026-08-20T01:40:11.073Z Downloaded icu_properties_data v2.1.2
12442026-08-20T01:40:11.078Z Downloaded reqwest v0.12.28
12452026-08-20T01:40:11.081Z Downloaded publicsuffix v2.3.0
12462026-08-20T01:40:11.085Z Downloaded darling_core v0.20.11
12472026-08-20T01:40:11.088Z Downloaded darling_core v0.23.0
12482026-08-20T01:40:11.091Z Downloaded tabled v0.21.0
12492026-08-20T01:40:11.098Z Downloaded toml_edit v0.19.15
12502026-08-20T01:40:11.107Z Downloaded tower-http v0.6.8
12512026-08-20T01:40:11.111Z Downloaded rcgen v0.12.1
12522026-08-20T01:40:11.115Z Downloaded uuid v1.23.4
12532026-08-20T01:40:11.115Z Downloaded miniz_oxide v0.8.9
12542026-08-20T01:40:11.118Z Downloaded elliptic-curve v0.13.8
12552026-08-20T01:40:11.121Z Downloaded libm v0.2.16
12562026-08-20T01:40:11.137Z Downloaded rand v0.9.2
12572026-08-20T01:40:11.137Z Downloaded qorb v0.4.1
12582026-08-20T01:40:11.137Z Downloaded ed25519-dalek v2.2.0
12592026-08-20T01:40:11.137Z Downloaded time v0.3.47
12602026-08-20T01:40:11.140Z Downloaded chrono v0.4.45
12612026-08-20T01:40:11.143Z Downloaded polar-core v0.27.3
12622026-08-20T01:40:11.146Z Downloaded samael v0.0.19
12632026-08-20T01:40:11.150Z Downloaded reedline v0.40.0
12642026-08-20T01:40:11.153Z Downloaded reqwest v0.13.2
12652026-08-20T01:40:11.157Z Downloaded object v0.30.4
12662026-08-20T01:40:11.162Z Downloaded zerovec v0.11.5
12672026-08-20T01:40:11.165Z Downloaded moka v0.12.13
12682026-08-20T01:40:11.169Z Downloaded unicode-segmentation v1.12.0
12692026-08-20T01:40:11.172Z Downloaded miette v7.6.0
12702026-08-20T01:40:11.176Z Downloaded der v0.8.0
12712026-08-20T01:40:11.181Z Downloaded quinn-proto v0.11.16
12722026-08-20T01:40:11.182Z Downloaded crossterm v0.29.0
12732026-08-20T01:40:11.185Z Downloaded regex v1.12.3
12742026-08-20T01:40:11.188Z Downloaded itertools v0.15.0
12752026-08-20T01:40:11.199Z Downloaded crypto-primes v0.7.2
12762026-08-20T01:40:11.204Z Downloaded tokio-util v0.7.18
12772026-08-20T01:40:11.224Z Downloaded proptest v1.11.0
12782026-08-20T01:40:11.229Z Downloaded winnow v0.6.26
12792026-08-20T01:40:11.234Z Downloaded nix v0.27.1
12802026-08-20T01:40:11.242Z Downloaded sha3 v0.12.0
12812026-08-20T01:40:11.245Z Downloaded itertools v0.13.0
12822026-08-20T01:40:11.250Z Downloaded regex-syntax v0.8.10
12832026-08-20T01:40:11.254Z Downloaded regress v0.10.5
12842026-08-20T01:40:11.259Z Downloaded hickory-proto v0.24.4
12852026-08-20T01:40:11.267Z Downloaded p384 v0.13.1
12862026-08-20T01:40:11.270Z Downloaded nix v0.31.2
12872026-08-20T01:40:11.276Z Downloaded bstr v1.12.1
12882026-08-20T01:40:11.284Z Downloaded winnow v1.0.3
12892026-08-20T01:40:11.287Z Downloaded smoltcp v0.11.0
12902026-08-20T01:40:11.293Z Downloaded regex-syntax v0.6.29
12912026-08-20T01:40:11.297Z Downloaded regress v0.11.1
12922026-08-20T01:40:11.303Z Downloaded russh v0.62.4
12932026-08-20T01:40:11.307Z Downloaded hickory-proto v0.25.2
12942026-08-20T01:40:11.315Z Downloaded curve25519-dalek v4.1.3
12952026-08-20T01:40:11.327Z Downloaded smoltcp v0.9.1
12962026-08-20T01:40:11.333Z Downloaded iddqd v0.4.2
12972026-08-20T01:40:11.349Z Downloaded radix_trie v0.2.1
12982026-08-20T01:40:11.368Z Downloaded dropshot v0.17.1
12992026-08-20T01:40:11.381Z Downloaded rustls v0.23.41
13002026-08-20T01:40:11.392Z Downloaded crypto-bigint v0.7.5
13012026-08-20T01:40:11.402Z Downloaded vcpkg v0.2.15
13022026-08-20T01:40:11.423Z Downloaded zerocopy v0.8.55
13032026-08-20T01:40:11.433Z Downloaded object v0.37.3
13042026-08-20T01:40:11.440Z Downloaded curve25519-dalek v5.0.0
13052026-08-20T01:40:11.445Z Downloaded rustix v0.38.44
13062026-08-20T01:40:11.458Z Downloaded nix v0.28.0
13072026-08-20T01:40:11.465Z Downloaded sled v0.34.7
13082026-08-20T01:40:11.471Z Downloaded openapiv3 v2.2.0
13092026-08-20T01:40:11.479Z Downloaded openssl v0.10.80
13102026-08-20T01:40:11.496Z Downloaded bzip2-sys v0.1.13+1.0.8
13112026-08-20T01:40:11.503Z Downloaded sqlparser v0.61.0
13122026-08-20T01:40:11.538Z Downloaded typify-impl v0.6.2
13132026-08-20T01:40:11.553Z Downloaded diesel v2.3.7
13142026-08-20T01:40:11.566Z Downloaded tracing v0.1.44
13152026-08-20T01:40:11.578Z Downloaded chrono-tz v0.10.4
13162026-08-20T01:40:11.592Z Downloaded jiff v0.2.34
13172026-08-20T01:40:11.603Z Downloaded sha3 v0.11.0
13182026-08-20T01:40:11.606Z Downloaded petgraph v0.6.5
13192026-08-20T01:40:11.616Z Downloaded sha3 v0.10.8
13202026-08-20T01:40:11.619Z Downloaded zerocopy-derive v0.6.6
13212026-08-20T01:40:11.625Z Downloaded ratatui v0.29.0
13222026-08-20T01:40:11.638Z Downloaded libz-sys v1.1.24
13232026-08-20T01:40:11.651Z Downloaded csv v1.4.0
13242026-08-20T01:40:11.663Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13252026-08-20T01:40:11.673Z Downloaded regex-automata v0.4.14
13262026-08-20T01:40:11.682Z Downloaded petgraph v0.8.3
13272026-08-20T01:40:11.695Z Downloaded tokio v1.52.1
13282026-08-20T01:40:11.762Z Downloaded encoding_rs v0.8.35
13292026-08-20T01:40:11.774Z Downloaded ring v0.17.14
13302026-08-20T01:40:11.801Z Downloaded libgit2-sys v0.18.3+1.9.2
13312026-08-20T01:40:12.242Z Downloaded aws-lc-sys v0.40.0
13322026-08-20T01:40:12.502Z Compiling libc v0.2.185
13332026-08-20T01:40:12.502Z Compiling serde_core v1.0.228
13342026-08-20T01:40:12.502Z Compiling serde v1.0.228
13352026-08-20T01:40:12.505Z Compiling log v0.4.33
13362026-08-20T01:40:12.505Z Compiling smallvec v1.15.1
13372026-08-20T01:40:12.505Z Compiling find-msvc-tools v0.1.9
13382026-08-20T01:40:12.505Z Compiling shlex v1.3.0
13392026-08-20T01:40:12.644Z Compiling syn v2.0.117
13402026-08-20T01:40:12.866Z Compiling subtle v2.6.1
13412026-08-20T01:40:12.882Z Compiling scopeguard v1.2.0
13422026-08-20T01:40:12.882Z Compiling typenum v1.20.1
13432026-08-20T01:40:12.954Z Compiling stable_deref_trait v1.2.1
13442026-08-20T01:40:12.971Z Compiling lock_api v0.4.14
13452026-08-20T01:40:12.985Z Compiling zerocopy v0.8.55
13462026-08-20T01:40:13.024Z Compiling portable-atomic v1.13.1
13472026-08-20T01:40:13.037Z Compiling serde_json v1.0.151
13482026-08-20T01:40:13.195Z Compiling critical-section v1.2.0
13492026-08-20T01:40:13.233Z Compiling libm v0.2.16
13502026-08-20T01:40:13.299Z Compiling num-traits v0.2.19
13512026-08-20T01:40:13.399Z Compiling pkg-config v0.3.32
13522026-08-20T01:40:13.458Z Compiling errno v0.3.14
13532026-08-20T01:40:13.476Z Compiling jobserver v0.1.34
13542026-08-20T01:40:13.530Z Compiling getrandom v0.2.17
13552026-08-20T01:40:13.665Z Compiling cc v1.2.56
13562026-08-20T01:40:13.747Z Compiling rand_core v0.6.4
13572026-08-20T01:40:13.915Z Compiling generic-array v0.14.7
13582026-08-20T01:40:13.985Z Compiling once_cell v1.21.3
13592026-08-20T01:40:14.011Z Compiling pin-project-lite v0.2.17
13602026-08-20T01:40:14.047Z Compiling const-oid v0.9.6
13612026-08-20T01:40:14.101Z Compiling parking_lot_core v0.9.12
13622026-08-20T01:40:14.160Z Compiling getrandom v0.3.4
13632026-08-20T01:40:14.187Z Compiling signal-hook-registry v1.4.8
13642026-08-20T01:40:14.645Z Compiling bitflags v2.11.0
13652026-08-20T01:40:14.768Z Compiling percent-encoding v2.3.2
13662026-08-20T01:40:14.798Z Compiling writeable v0.6.2
13672026-08-20T01:40:14.815Z Compiling futures-core v0.3.32
13682026-08-20T01:40:14.867Z Compiling litemap v0.8.1
13692026-08-20T01:40:14.966Z Compiling semver v1.0.28
13702026-08-20T01:40:14.983Z Compiling parking_lot v0.12.5
13712026-08-20T01:40:15.052Z Compiling mio v1.2.0
13722026-08-20T01:40:15.068Z Compiling icu_properties_data v2.1.2
13732026-08-20T01:40:15.155Z Compiling icu_normalizer_data v2.1.1
13742026-08-20T01:40:15.170Z Compiling socket2 v0.6.3
13752026-08-20T01:40:15.281Z Compiling rustix v1.1.4
13762026-08-20T01:40:15.376Z Compiling getrandom v0.4.3
13772026-08-20T01:40:15.460Z Compiling synstructure v0.13.2
13782026-08-20T01:40:15.588Z Compiling rand_core v0.10.0
13792026-08-20T01:40:15.602Z Compiling futures-sink v0.3.32
13802026-08-20T01:40:15.688Z Compiling futures-channel v0.3.32
13812026-08-20T01:40:15.708Z Compiling indexmap v2.14.0
13822026-08-20T01:40:15.750Z Compiling slab v0.4.12
13832026-08-20T01:40:15.911Z Compiling futures-task v0.3.32
13842026-08-20T01:40:15.927Z Compiling futures-io v0.3.32
13852026-08-20T01:40:15.930Z Compiling utf8_iter v1.0.4
13862026-08-20T01:40:16.021Z Compiling form_urlencoded v1.2.2
13872026-08-20T01:40:16.046Z Compiling rustversion v1.0.22
13882026-08-20T01:40:16.079Z Compiling iana-time-zone v0.1.65
13892026-08-20T01:40:16.094Z Compiling base64ct v1.8.3
13902026-08-20T01:40:16.108Z Compiling cmake v0.1.57
13912026-08-20T01:40:16.195Z Compiling regex-syntax v0.8.10
13922026-08-20T01:40:16.284Z Compiling ident_case v1.0.1
13932026-08-20T01:40:16.359Z Compiling pem-rfc7468 v0.7.0
13942026-08-20T01:40:16.376Z Compiling fs_extra v1.3.0
13952026-08-20T01:40:16.409Z Compiling flagset v0.4.7
13962026-08-20T01:40:16.503Z Compiling dunce v1.0.5
13972026-08-20T01:40:16.543Z Compiling uuid v1.23.4
13982026-08-20T01:40:16.605Z Compiling rand_core v0.9.5
13992026-08-20T01:40:16.645Z Compiling aws-lc-sys v0.40.0
14002026-08-20T01:40:16.664Z Compiling base64 v0.22.1
14012026-08-20T01:40:16.886Z Compiling vcpkg v0.2.15
14022026-08-20T01:40:17.005Z Compiling syn v1.0.109
14032026-08-20T01:40:17.027Z Compiling serde_derive_internals v0.29.1
14042026-08-20T01:40:17.122Z Compiling rustc_version v0.4.1
14052026-08-20T01:40:17.210Z Compiling serde_derive v1.0.228
14062026-08-20T01:40:17.276Z Compiling zeroize_derive v1.5.0
14072026-08-20T01:40:17.308Z Compiling zerocopy-derive v0.8.55
14082026-08-20T01:40:17.448Z Compiling zerofrom-derive v0.1.6
14092026-08-20T01:40:17.625Z Compiling yoke-derive v0.8.1
14102026-08-20T01:40:17.941Z Compiling zeroize v1.9.0
14112026-08-20T01:40:17.980Z Compiling zerovec-derive v0.11.2
14122026-08-20T01:40:18.156Z Compiling displaydoc v0.2.5
14132026-08-20T01:40:18.825Z Compiling tokio-macros v2.7.0
14142026-08-20T01:40:18.879Z Compiling zerofrom v0.1.6
14152026-08-20T01:40:18.930Z Compiling futures-macro v0.3.32
14162026-08-20T01:40:19.004Z Compiling yoke v0.8.1
14172026-08-20T01:40:19.132Z Compiling crypto-common v0.1.7
14182026-08-20T01:40:19.192Z Compiling zerovec v0.11.5
14192026-08-20T01:40:19.207Z Compiling zerotrie v0.2.3
14202026-08-20T01:40:19.278Z Compiling block-buffer v0.10.4
14212026-08-20T01:40:19.453Z Compiling digest v0.10.7
14222026-08-20T01:40:19.512Z Compiling thiserror-impl v2.0.18
14232026-08-20T01:40:19.560Z Compiling der_derive v0.7.3
14242026-08-20T01:40:19.704Z Compiling tinystr v0.8.2
14252026-08-20T01:40:19.707Z Compiling potential_utf v0.1.4
14262026-08-20T01:40:19.765Z Compiling futures-util v0.3.32
14272026-08-20T01:40:19.864Z Compiling icu_collections v2.1.1
14282026-08-20T01:40:19.917Z Compiling icu_locale_core v2.1.1
14292026-08-20T01:40:20.411Z Compiling openssl-sys v0.9.117
14302026-08-20T01:40:20.569Z Compiling der v0.7.10
14312026-08-20T01:40:20.818Z Compiling bytes v1.11.1
14322026-08-20T01:40:20.837Z Compiling icu_provider v2.1.1
14332026-08-20T01:40:20.873Z Compiling chrono v0.4.45
14342026-08-20T01:40:20.920Z Compiling thiserror v2.0.18
14352026-08-20T01:40:21.077Z Compiling icu_normalizer v2.1.1
14362026-08-20T01:40:21.132Z Compiling icu_properties v2.1.2
14372026-08-20T01:40:21.422Z Compiling tokio v1.52.1
14382026-08-20T01:40:21.611Z Compiling spki v0.7.3
14392026-08-20T01:40:21.771Z Compiling ppv-lite86 v0.2.21
14402026-08-20T01:40:21.829Z Compiling http v1.4.2
14412026-08-20T01:40:21.940Z Compiling tracing-attributes v0.1.31
14422026-08-20T01:40:22.046Z Compiling idna_adapter v1.2.1
14432026-08-20T01:40:22.094Z Compiling rand_chacha v0.9.0
14442026-08-20T01:40:22.185Z Compiling idna v1.1.0
14452026-08-20T01:40:22.214Z Compiling tracing-core v0.1.36
14462026-08-20T01:40:22.262Z Compiling schemars v0.8.22
14472026-08-20T01:40:22.460Z Compiling dyn-clone v1.0.20
14482026-08-20T01:40:22.604Z Compiling url v2.5.8
14492026-08-20T01:40:22.728Z Compiling simd-adler32 v0.3.8
14502026-08-20T01:40:22.748Z Compiling aws-lc-rs v1.16.3
14512026-08-20T01:40:22.792Z Compiling cpufeatures v0.2.17
14522026-08-20T01:40:22.834Z Compiling http-body v1.0.1
14532026-08-20T01:40:22.865Z Compiling rand v0.9.2
14542026-08-20T01:40:22.962Z Compiling pkcs8 v0.10.2
14552026-08-20T01:40:23.086Z Compiling rustls-pki-types v1.14.0
14562026-08-20T01:40:23.208Z Compiling schemars_derive v0.8.22
14572026-08-20T01:40:23.228Z Compiling tracing v0.1.44
14582026-08-20T01:40:23.371Z Compiling spin v0.9.8
14592026-08-20T01:40:23.486Z Compiling tinyvec_macros v0.1.1
14602026-08-20T01:40:23.541Z Compiling openssl-probe v0.2.1
14612026-08-20T01:40:23.556Z Compiling httparse v1.10.1
14622026-08-20T01:40:23.569Z Compiling adler2 v2.0.1
14632026-08-20T01:40:23.592Z Compiling cmov v0.5.4
14642026-08-20T01:40:23.691Z Compiling crc32fast v1.5.0
14652026-08-20T01:40:23.710Z Compiling miniz_oxide v0.8.9
14662026-08-20T01:40:23.796Z Compiling ctutils v0.4.2
14672026-08-20T01:40:23.917Z Compiling tempfile v3.27.0
14682026-08-20T01:40:23.989Z Compiling tinyvec v1.10.0
14692026-08-20T01:40:24.019Z Compiling pest_generator v2.8.6
14702026-08-20T01:40:24.280Z Compiling sha2 v0.10.9
14712026-08-20T01:40:24.295Z Compiling terminal_size v0.4.3
14722026-08-20T01:40:24.327Z Compiling aho-corasick v1.1.4
14732026-08-20T01:40:24.422Z Compiling tower-layer v0.3.3
14742026-08-20T01:40:24.584Z Compiling radium v0.7.0
14752026-08-20T01:40:24.681Z Compiling tower-service v0.3.3
14762026-08-20T01:40:24.776Z Compiling atomic-waker v1.1.2
14772026-08-20T01:40:24.822Z Compiling try-lock v0.2.5
14782026-08-20T01:40:24.899Z Compiling untrusted v0.7.1
14792026-08-20T01:40:24.929Z Compiling want v0.3.1
14802026-08-20T01:40:25.042Z Compiling pest_derive v2.8.6
14812026-08-20T01:40:25.264Z Compiling tokio-util v0.7.18
14822026-08-20T01:40:25.527Z Compiling regex-automata v0.4.14
14832026-08-20T01:40:25.559Z Compiling hybrid-array v0.4.13
14842026-08-20T01:40:25.990Z Compiling h2 v0.4.15
14852026-08-20T01:40:26.004Z Compiling ipnet v2.12.0
14862026-08-20T01:40:26.311Z Compiling scroll_derive v0.13.1
14872026-08-20T01:40:26.327Z Compiling darling_core v0.20.11
14882026-08-20T01:40:26.482Z Compiling foreign-types-shared v0.1.1
14892026-08-20T01:40:26.573Z Compiling openssl v0.10.80
14902026-08-20T01:40:26.722Z Compiling rustls v0.23.41
14912026-08-20T01:40:26.796Z Compiling httpdate v1.0.3
14922026-08-20T01:40:26.889Z Compiling maybe-uninit v2.0.0
14932026-08-20T01:40:27.027Z Compiling untrusted v0.9.0
14942026-08-20T01:40:27.071Z Compiling tap v1.0.1
14952026-08-20T01:40:27.101Z Compiling scroll v0.13.0
14962026-08-20T01:40:27.176Z Compiling wyz v0.5.1
14972026-08-20T01:40:27.190Z Compiling foreign-types v0.3.2
14982026-08-20T01:40:27.270Z Compiling unicode-normalization v0.1.25
14992026-08-20T01:40:27.356Z Compiling rand_chacha v0.3.1
15002026-08-20T01:40:27.383Z Compiling hex v0.4.3
15012026-08-20T01:40:27.644Z Compiling signature v2.2.0
15022026-08-20T01:40:27.710Z Compiling openssl-macros v0.1.1
15032026-08-20T01:40:27.755Z Compiling thiserror-impl v1.0.69
15042026-08-20T01:40:27.821Z Compiling bzip2-sys v0.1.13+1.0.8
15052026-08-20T01:40:28.093Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15062026-08-20T01:40:28.096Z Compiling num-integer v0.1.46
15072026-08-20T01:40:28.123Z Compiling wait-timeout v0.2.1
15082026-08-20T01:40:28.377Z Compiling ahash v0.8.12
15092026-08-20T01:40:28.414Z Compiling native-tls v0.2.18
15102026-08-20T01:40:28.465Z Compiling powerfmt v0.2.0
15112026-08-20T01:40:28.551Z Compiling darling_macro v0.20.11
15122026-08-20T01:40:28.577Z Compiling funty v2.0.0
15132026-08-20T01:40:28.608Z Compiling quick-error v1.2.3
15142026-08-20T01:40:28.661Z Compiling time-core v0.1.8
15152026-08-20T01:40:28.710Z Compiling num-bigint-dig v0.8.6
15162026-08-20T01:40:28.803Z Compiling num-conv v0.2.0
15172026-08-20T01:40:28.891Z Compiling bit-vec v0.8.0
15182026-08-20T01:40:28.936Z Compiling packed_struct v0.10.1
15192026-08-20T01:40:28.966Z Compiling thiserror v1.0.69
15202026-08-20T01:40:29.021Z Compiling darling v0.20.11
15212026-08-20T01:40:29.066Z Compiling hyper v1.10.1
15222026-08-20T01:40:29.104Z Compiling bit-set v0.8.0
15232026-08-20T01:40:29.116Z Compiling time-macros v0.2.27
15242026-08-20T01:40:29.157Z Compiling bitvec v1.0.1
15252026-08-20T01:40:29.195Z Compiling clap_builder v4.6.0
15262026-08-20T01:40:29.260Z Compiling rusty-fork v0.3.1
15272026-08-20T01:40:29.563Z Compiling deranged v0.5.8
15282026-08-20T01:40:30.031Z Compiling num-iter v0.1.45
15292026-08-20T01:40:30.148Z Compiling hyper-util v0.1.20
15302026-08-20T01:40:30.588Z Compiling rand v0.8.6
15312026-08-20T01:40:30.666Z Compiling goblin v0.10.5
15322026-08-20T01:40:30.992Z Compiling packed_struct_codegen v0.10.1
15332026-08-20T01:40:31.385Z Compiling lazy_static v1.5.0
15342026-08-20T01:40:31.477Z Compiling toml_datetime v0.6.11
15352026-08-20T01:40:31.730Z Compiling serde_spanned v0.6.9
15362026-08-20T01:40:31.876Z Compiling hmac v0.12.1
15372026-08-20T01:40:31.902Z Compiling clap_derive v4.6.1
15382026-08-20T01:40:32.027Z Compiling zerocopy-derive v0.6.6
15392026-08-20T01:40:32.044Z Compiling bitfield-macros v0.19.4
15402026-08-20T01:40:32.153Z Compiling rand_xorshift v0.4.0
15412026-08-20T01:40:32.311Z Compiling sync_wrapper v1.0.2
15422026-08-20T01:40:32.418Z Compiling indexmap v1.9.3
15432026-08-20T01:40:32.601Z Compiling object v0.37.3
15442026-08-20T01:40:32.720Z Compiling usdt-impl v0.6.0
15452026-08-20T01:40:32.831Z Compiling paste v1.0.15
15462026-08-20T01:40:32.856Z Compiling num_threads v0.1.7
15472026-08-20T01:40:32.916Z Compiling zlib-rs v0.6.2
15482026-08-20T01:40:32.950Z Compiling crc-catalog v2.4.0
15492026-08-20T01:40:33.044Z Compiling nodrop v0.1.14
15502026-08-20T01:40:33.085Z Compiling crossbeam-utils v0.8.21
15512026-08-20T01:40:33.137Z Compiling siphasher v1.0.2
15522026-08-20T01:40:33.322Z Compiling unarray v0.1.4
15532026-08-20T01:40:33.382Z Compiling dof v0.4.0
15542026-08-20T01:40:33.428Z Compiling proptest v1.11.0
15552026-08-20T01:40:33.502Z Compiling array-init v0.0.4
15562026-08-20T01:40:33.588Z Compiling clap v4.6.1
15572026-08-20T01:40:33.717Z Compiling crc v3.4.0
15582026-08-20T01:40:33.833Z Compiling time v0.3.47
15592026-08-20T01:40:33.968Z Compiling zerocopy v0.6.6
15602026-08-20T01:40:34.507Z Compiling bitfield v0.19.4
15612026-08-20T01:40:34.620Z Compiling tower v0.5.3
15622026-08-20T01:40:35.094Z Compiling smallvec v0.6.14
15632026-08-20T01:40:35.420Z Compiling derive_builder_core v0.20.2
15642026-08-20T01:40:35.563Z Compiling dtrace-parser v0.3.0
15652026-08-20T01:40:36.053Z Compiling flate2 v1.1.9
15662026-08-20T01:40:36.111Z Compiling ipnetwork v0.21.1
15672026-08-20T01:40:36.259Z Compiling pkcs1 v0.7.5
15682026-08-20T01:40:36.283Z Compiling http-body-util v0.1.3
15692026-08-20T01:40:36.462Z Compiling heapless v0.7.17
15702026-08-20T01:40:36.496Z Compiling structmeta-derive v0.3.0
15712026-08-20T01:40:36.522Z Compiling scroll_derive v0.12.1
15722026-08-20T01:40:36.612Z Compiling slog v2.8.2
15732026-08-20T01:40:36.645Z Compiling darling_core v0.23.0
15742026-08-20T01:40:36.691Z Compiling thread-id v5.1.0
15752026-08-20T01:40:36.776Z Compiling cookie v0.18.1
15762026-08-20T01:40:36.797Z Compiling env_filter v2.0.0
15772026-08-20T01:40:36.953Z Compiling iri-string v0.7.10
15782026-08-20T01:40:37.095Z Compiling signal-hook v0.3.18
15792026-08-20T01:40:37.178Z Compiling anyhow v1.0.104
15802026-08-20T01:40:37.264Z Compiling gimli v0.32.3
15812026-08-20T01:40:37.475Z Compiling zstd-safe v7.2.4
15822026-08-20T01:40:37.551Z Compiling allocator-api2 v0.2.21
15832026-08-20T01:40:37.672Z Compiling winnow v0.5.40
15842026-08-20T01:40:37.881Z Compiling unicode-properties v0.1.4
15852026-08-20T01:40:38.092Z Compiling base64 v0.21.7
15862026-08-20T01:40:38.409Z Compiling unicode-bidi v0.3.18
15872026-08-20T01:40:38.455Z Compiling ryu v1.0.23
15882026-08-20T01:40:38.636Z Compiling hashbrown v0.12.3
15892026-08-20T01:40:38.924Z Compiling addr2line v0.25.1
15902026-08-20T01:40:39.104Z Compiling toml_edit v0.19.15
15912026-08-20T01:40:39.136Z Compiling darling_macro v0.23.0
15922026-08-20T01:40:39.187Z Compiling stringprep v0.1.5
15932026-08-20T01:40:39.252Z Compiling serde_urlencoded v0.7.1
15942026-08-20T01:40:39.456Z Compiling ron v0.8.1
15952026-08-20T01:40:39.500Z Compiling tower-http v0.6.8
15962026-08-20T01:40:39.631Z Compiling structmeta v0.3.0
15972026-08-20T01:40:39.850Z Compiling scroll v0.12.0
15982026-08-20T01:40:39.891Z Compiling env_logger v0.11.11
15992026-08-20T01:40:40.172Z Compiling rsa v0.9.10
16002026-08-20T01:40:40.233Z Compiling oxnet v0.1.6
16012026-08-20T01:40:40.281Z Compiling derive_builder_macro v0.20.2
16022026-08-20T01:40:40.418Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16032026-08-20T01:40:40.547Z Compiling newtype-uuid v1.3.2
16042026-08-20T01:40:40.662Z Compiling hashbrown v0.13.2
16052026-08-20T01:40:40.784Z Compiling bzip2 v0.4.4
16062026-08-20T01:40:40.880Z Compiling serde-hex v0.1.0
16072026-08-20T01:40:40.992Z Compiling tokio-native-tls v0.3.1
16082026-08-20T01:40:41.157Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16092026-08-20T01:40:41.339Z Compiling camino v1.2.5
16102026-08-20T01:40:42.223Z Compiling bstr v1.12.1
16112026-08-20T01:40:42.233Z Compiling block-buffer v0.12.1
16122026-08-20T01:40:42.430Z Compiling crypto-common v0.2.2
16132026-08-20T01:40:42.660Z Compiling block-padding v0.4.2
16142026-08-20T01:40:42.757Z Compiling rustls-native-certs v0.8.3
16152026-08-20T01:40:42.857Z Compiling x509-cert v0.2.5
16162026-08-20T01:40:43.034Z Compiling erased-serde v0.3.31
16172026-08-20T01:40:43.271Z Compiling serde_tokenstream v0.2.3
16182026-08-20T01:40:43.500Z Compiling md-5 v0.10.6
16192026-08-20T01:40:43.582Z Compiling curve25519-dalek v4.1.3
16202026-08-20T01:40:43.671Z Compiling async-trait v0.1.89
16212026-08-20T01:40:43.903Z Compiling pin-project-internal v1.1.11
16222026-08-20T01:40:43.948Z Compiling zerocopy-derive v0.7.35
16232026-08-20T01:40:44.111Z Compiling daft-derive v0.1.7
16242026-08-20T01:40:44.398Z Compiling vergen-lib v9.1.0
16252026-08-20T01:40:44.450Z Compiling hash32 v0.2.1
16262026-08-20T01:40:44.583Z Compiling memoffset v0.9.1
16272026-08-20T01:40:44.633Z Compiling encoding_rs v0.8.35
16282026-08-20T01:40:44.662Z Compiling smoltcp v0.9.1
16292026-08-20T01:40:44.761Z Compiling ref-cast v1.0.25
16302026-08-20T01:40:44.775Z Compiling rustc-demangle v0.1.27
16312026-08-20T01:40:44.814Z Compiling litrs v1.0.0
16322026-08-20T01:40:44.942Z Compiling psl-types v2.0.11
16332026-08-20T01:40:44.956Z Compiling fallible-iterator v0.2.0
16342026-08-20T01:40:44.976Z Compiling rustix v0.38.44
16352026-08-20T01:40:45.050Z Compiling cfg_aliases v0.2.1
16362026-08-20T01:40:45.066Z Compiling owo-colors v4.3.0
16372026-08-20T01:40:45.122Z Compiling mime v0.3.17
16382026-08-20T01:40:45.160Z Compiling crc-any v2.5.0
16392026-08-20T01:40:45.255Z Compiling postgres-protocol v0.6.10
16402026-08-20T01:40:45.321Z Compiling document-features v0.2.12
16412026-08-20T01:40:45.388Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16422026-08-20T01:40:45.432Z Compiling nix v0.31.2
16432026-08-20T01:40:45.446Z Compiling publicsuffix v2.3.0
16442026-08-20T01:40:45.490Z Compiling backtrace v0.3.76
16452026-08-20T01:40:45.646Z Compiling pin-project v1.1.11
16462026-08-20T01:40:45.747Z Compiling daft v0.1.7
16472026-08-20T01:40:45.825Z Compiling zerocopy v0.7.35
16482026-08-20T01:40:46.023Z Compiling inout v0.2.2
16492026-08-20T01:40:46.089Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16502026-08-20T01:40:46.201Z Compiling hyper-tls v0.6.0
16512026-08-20T01:40:46.355Z Compiling object v0.30.4
16522026-08-20T01:40:46.369Z Compiling zip v0.6.6
16532026-08-20T01:40:46.369Z Compiling derive_builder v0.20.2
16542026-08-20T01:40:46.397Z Compiling toml v0.7.8
16552026-08-20T01:40:46.495Z Compiling goblin v0.8.2
16562026-08-20T01:40:46.941Z Compiling derive-ex v0.1.8
16572026-08-20T01:40:46.971Z Compiling darling v0.23.0
16582026-08-20T01:40:47.056Z Compiling phf_shared v0.13.1
16592026-08-20T01:40:47.139Z Compiling regex v1.12.3
16602026-08-20T01:40:47.258Z Compiling hubpack_derive v0.1.1
16612026-08-20T01:40:47.290Z Compiling futures-executor v0.3.32
16622026-08-20T01:40:47.544Z Compiling curve25519-dalek-derive v0.1.1
16632026-08-20T01:40:47.559Z Compiling strum_macros v0.27.2
16642026-08-20T01:40:47.688Z Compiling ref-cast-impl v1.0.25
16652026-08-20T01:40:48.184Z Compiling snafu-derive v0.8.9
16662026-08-20T01:40:48.227Z Compiling vergen v9.1.0
16672026-08-20T01:40:48.402Z Compiling cargo-platform v0.3.2
16682026-08-20T01:40:48.548Z Compiling ff v0.13.1
16692026-08-20T01:40:48.671Z Compiling fs-err v3.3.0
16702026-08-20T01:40:48.685Z Compiling path-slash v0.1.5
16712026-08-20T01:40:48.812Z Compiling unicode-segmentation v1.12.0
16722026-08-20T01:40:48.853Z Compiling foldhash v0.1.5
16732026-08-20T01:40:49.023Z Compiling either v1.15.0
16742026-08-20T01:40:49.196Z Compiling jiff-core v0.1.0
16752026-08-20T01:40:49.210Z Compiling is_ci v1.2.0
16762026-08-20T01:40:49.230Z Compiling foldhash v0.2.0
16772026-08-20T01:40:49.344Z Compiling libbz2-rs-sys v0.2.2
16782026-08-20T01:40:49.454Z Compiling bumpalo v3.20.2
16792026-08-20T01:40:49.501Z Compiling managed v0.8.0
16802026-08-20T01:40:49.705Z Compiling base16ct v0.2.0
16812026-08-20T01:40:49.719Z Compiling same-file v1.0.6
16822026-08-20T01:40:49.874Z Compiling bitflags v1.3.2
16832026-08-20T01:40:49.877Z Compiling sec1 v0.7.3
16842026-08-20T01:40:49.909Z Compiling walkdir v2.5.0
16852026-08-20T01:40:50.000Z Compiling jiff v0.2.34
16862026-08-20T01:40:50.051Z Compiling snafu v0.8.9
16872026-08-20T01:40:50.154Z Compiling bzip2 v0.6.1
16882026-08-20T01:40:50.212Z Compiling textwrap v0.16.2
16892026-08-20T01:40:50.269Z Compiling zopfli v0.8.3
16902026-08-20T01:40:50.388Z Compiling strum v0.27.2
16912026-08-20T01:40:50.419Z Compiling hashbrown v0.16.1
16922026-08-20T01:40:50.514Z Compiling supports-color v3.0.2
16932026-08-20T01:40:50.678Z Compiling hashbrown v0.15.5
16942026-08-20T01:40:50.763Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16952026-08-20T01:40:50.809Z Compiling group v0.13.0
16962026-08-20T01:40:50.984Z Compiling dof v0.3.0
16972026-08-20T01:40:50.998Z Compiling cargo_metadata v0.23.1
16982026-08-20T01:40:51.019Z Compiling test-strategy v0.4.5
16992026-08-20T01:40:54.591Z Compiling hubpack v0.1.2
17002026-08-20T01:40:55.773Z Compiling futures v0.3.32
17012026-08-20T01:40:55.773Z Compiling phf v0.13.1
17022026-08-20T01:40:55.773Z Compiling serde_with_macros v3.21.0
17032026-08-20T01:40:55.773Z Compiling cookie_store v0.22.1
17042026-08-20T01:40:55.773Z Compiling signal-hook-mio v0.2.5
17052026-08-20T01:40:55.773Z Compiling zstd v0.13.3
17062026-08-20T01:40:55.773Z Compiling reqwest v0.12.28
17072026-08-20T01:40:55.789Z Compiling cipher v0.5.2
17082026-08-20T01:40:55.789Z Compiling backtrace-ext v0.2.1
17092026-08-20T01:40:55.789Z Compiling postgres-types v0.2.12
17102026-08-20T01:40:55.789Z Compiling usdt-macro v0.6.0
17112026-08-20T01:40:55.789Z Compiling usdt-attr-macro v0.6.0
17122026-08-20T01:40:55.789Z Compiling globset v0.4.18
17132026-08-20T01:40:55.789Z Compiling phf_shared v0.11.3
17142026-08-20T01:40:55.789Z Compiling hkdf v0.12.4
17152026-08-20T01:40:55.789Z Compiling dtrace-parser v0.2.0
17162026-08-20T01:40:55.789Z Compiling ed25519 v2.2.3
17172026-08-20T01:40:55.789Z Compiling olpc-cjson v0.1.4
17182026-08-20T01:40:55.789Z Compiling byte-wrapper v0.1.0
17192026-08-20T01:40:55.789Z Compiling serde_plain v1.0.2
17202026-08-20T01:40:55.789Z Compiling serde-big-array v0.5.1
17212026-08-20T01:40:55.789Z Compiling crypto-bigint v0.5.5
17222026-08-20T01:40:55.789Z Compiling strum_macros v0.26.4
17232026-08-20T01:40:55.790Z Compiling async-recursion v1.1.1
17242026-08-20T01:40:55.790Z Compiling enum-as-inner v0.6.1
17252026-08-20T01:40:55.790Z Compiling miette-derive v7.6.0
17262026-08-20T01:40:55.790Z Compiling serde_repr v0.1.20
17272026-08-20T01:40:55.790Z Compiling pem v3.0.6
17282026-08-20T01:40:55.790Z Compiling float-cmp v0.10.0
17292026-08-20T01:40:55.790Z Compiling thread-id v4.2.2
17302026-08-20T01:40:55.790Z Compiling memmap2 v0.9.10
17312026-08-20T01:40:55.790Z Compiling normalize-line-endings v0.3.0
17322026-08-20T01:40:55.816Z Compiling supports-hyperlinks v3.2.0
17332026-08-20T01:40:55.868Z Compiling const-oid v0.10.2
17342026-08-20T01:40:55.882Z Compiling fixedbitset v0.5.7
17352026-08-20T01:40:56.515Z Compiling predicates-core v1.0.10
17362026-08-20T01:40:56.525Z Compiling typed-path v0.9.3
17372026-08-20T01:40:56.525Z Compiling data-encoding v2.10.0
17382026-08-20T01:40:56.525Z Compiling winnow v1.0.3
17392026-08-20T01:40:56.526Z Compiling supports-unicode v3.0.0
17402026-08-20T01:40:56.526Z Compiling cpufeatures v0.3.0
17412026-08-20T01:40:56.526Z Compiling keccak v0.1.6
17422026-08-20T01:40:56.526Z Compiling fixedbitset v0.4.2
17432026-08-20T01:40:56.526Z Compiling whoami v2.1.0
17442026-08-20T01:40:56.877Z Compiling difflib v0.4.0
17452026-08-20T01:40:56.896Z Compiling new_debug_unreachable v1.0.6
17462026-08-20T01:40:56.896Z Compiling precomputed-hash v0.1.1
17472026-08-20T01:40:56.896Z Compiling static_assertions v1.1.0
17482026-08-20T01:40:56.925Z Compiling predicates v3.1.4
17492026-08-20T01:40:56.952Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17502026-08-20T01:40:57.817Z Compiling string_cache v0.8.9
17512026-08-20T01:40:57.827Z Compiling toml_parser v1.1.2+spec-1.1.0
17522026-08-20T01:40:57.827Z Compiling toml_edit v0.22.27
17532026-08-20T01:40:57.827Z Compiling tokio-postgres v0.7.16
17542026-08-20T01:40:57.827Z Compiling petgraph v0.6.5
17552026-08-20T01:40:57.828Z Compiling sha3 v0.10.8
17562026-08-20T01:40:57.828Z Compiling strum v0.26.3
17572026-08-20T01:40:57.828Z Compiling hickory-proto v0.25.2
17582026-08-20T01:40:57.857Z Compiling chacha20 v0.10.0
17592026-08-20T01:40:57.857Z Compiling miette v7.6.0
17602026-08-20T01:40:58.203Z Compiling petgraph v0.8.3
17612026-08-20T01:40:58.761Z Compiling digest v0.11.3
17622026-08-20T01:40:58.979Z Compiling usdt v0.6.0
17632026-08-20T01:40:58.987Z Compiling elliptic-curve v0.13.8
17642026-08-20T01:40:59.240Z Compiling usdt-impl v0.5.0
17652026-08-20T01:40:59.369Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17662026-08-20T01:40:59.440Z Compiling ed25519-dalek v2.2.0
17672026-08-20T01:40:59.730Z Compiling crossterm v0.28.1
17682026-08-20T01:40:59.819Z Compiling serde_with v3.21.0
17692026-08-20T01:40:59.984Z Compiling zip v4.6.1
17702026-08-20T01:41:00.415Z Compiling iddqd v0.4.2
17712026-08-20T01:41:00.923Z Compiling itertools v0.13.0
17722026-08-20T01:41:01.019Z Compiling itertools v0.15.0
17732026-08-20T01:41:01.245Z Compiling heck v0.4.1
17742026-08-20T01:41:01.466Z Compiling similar v2.7.0
17752026-08-20T01:41:01.576Z Compiling crossbeam-epoch v0.9.18
17762026-08-20T01:41:01.632Z Compiling tokio-stream v0.1.18
17772026-08-20T01:41:01.669Z Compiling buf-list v1.1.2
17782026-08-20T01:41:01.887Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17792026-08-20T01:41:01.933Z Compiling openapiv3 v2.2.0
17802026-08-20T01:41:02.079Z Compiling peg-runtime v0.8.5
17812026-08-20T01:41:02.174Z Compiling lalrpop-util v0.19.12
17822026-08-20T01:41:02.190Z Compiling thread_local v1.1.9
17832026-08-20T01:41:02.320Z Compiling slog-async v2.8.0
17842026-08-20T01:41:02.347Z Compiling crossbeam-channel v0.5.15
17852026-08-20T01:41:02.361Z Compiling filetime v0.2.27
17862026-08-20T01:41:02.374Z Compiling is-terminal v0.4.17
17872026-08-20T01:41:02.390Z Compiling xattr v1.6.1
17882026-08-20T01:41:02.435Z Compiling take_mut v0.2.2
17892026-08-20T01:41:02.468Z Compiling term v1.2.1
17902026-08-20T01:41:02.528Z Compiling tar v0.4.46
17912026-08-20T01:41:02.544Z Compiling camino-tempfile v1.4.1
17922026-08-20T01:41:02.758Z Compiling slog-term v2.9.2
17932026-08-20T01:41:08.714Z Compiling rustls-webpki v0.103.13
17942026-08-20T01:41:11.394Z Compiling tokio-rustls v0.26.4
17952026-08-20T01:41:11.394Z Compiling rustls-platform-verifier v0.6.2
17962026-08-20T01:41:11.397Z Compiling tough v0.22.0
17972026-08-20T01:41:11.612Z Compiling hyper-rustls v0.27.7
17982026-08-20T01:41:11.811Z Compiling reqwest v0.13.2
17992026-08-20T01:41:13.984Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18002026-08-20T01:41:14.193Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18012026-08-20T01:41:17.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
18022026-08-20T01:41:17.276Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18032026-08-20T01:41:17.375ZAug 20 01:41:16.165 INFO Starting download, target: Cockroach
18042026-08-20T01:41:17.375ZAug 20 01:41:16.165 INFO Starting download, target: Clickhouse
18052026-08-20T01:41:17.403ZAug 20 01:41:16.165 INFO Starting download, target: Console
18062026-08-20T01:41:17.403ZAug 20 01:41:16.165 INFO Starting download, target: DendriteStub
18072026-08-20T01:41:17.403ZAug 20 01:41:16.165 INFO Starting download, target: MaghemiteMgd
18082026-08-20T01:41:17.403ZAug 20 01:41:16.165 INFO Starting download, target: MaghemiteDdmd
18092026-08-20T01:41:17.403ZAug 20 01:41:16.165 INFO Starting download, target: TransceiverControl
18102026-08-20T01:41:17.403ZAug 20 01:41:16.165 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18112026-08-20T01:41:17.404ZAug 20 01:41:16.165 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18122026-08-20T01:41:17.404ZAug 20 01:41:16.165 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18132026-08-20T01:41:17.404ZAug 20 01:41:16.165 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18142026-08-20T01:41:17.404ZAug 20 01:41:16.165 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18152026-08-20T01:41:17.404ZAug 20 01:41:16.165 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18162026-08-20T01:41:17.404ZAug 20 01:41:16.165 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18172026-08-20T01:41:18.294ZAug 20 01:41:17.034 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18182026-08-20T01:41:18.414ZAug 20 01:41:17.241 INFO Download complete, target: TransceiverControl
18192026-08-20T01:41:19.040ZAug 20 01:41:17.855 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18202026-08-20T01:41:19.249ZAug 20 01:41:18.088 INFO Download complete, target: Console
18212026-08-20T01:41:19.419ZAug 20 01:41:18.261 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18222026-08-20T01:41:23.200ZAug 20 01:41:22.038 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18232026-08-20T01:41:23.208ZAug 20 01:41:22.043 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18242026-08-20T01:41:23.382ZAug 20 01:41:22.223 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18252026-08-20T01:41:23.840ZAug 20 01:41:22.682 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18262026-08-20T01:41:23.841ZAug 20 01:41:22.682 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18272026-08-20T01:41:25.046ZAug 20 01:41:23.887 INFO Download complete, target: MaghemiteDdmd
18282026-08-20T01:41:25.706ZAug 20 01:41:24.543 INFO Download complete, target: DendriteStub
18292026-08-20T01:41:25.976ZAug 20 01:41:24.818 INFO Download complete, target: MaghemiteMgd
18302026-08-20T01:41:26.033ZAug 20 01:41:24.874 INFO Checking that binary works, target: Clickhouse
18312026-08-20T01:41:26.143ZAug 20 01:41:24.984 INFO Download complete, target: Clickhouse
18322026-08-20T01:41:28.377ZAug 20 01:41:27.217 INFO Checking that binary works, target: Cockroach
18332026-08-20T01:41:28.485ZAug 20 01:41:27.325 INFO Download complete, target: Cockroach
18342026-08-20T01:41:28.503ZAll builder prerequisites installed successfully, and PATH looks valid
18352026-08-20T01:41:28.507Z
18362026-08-20T01:41:28.507Zreal 2:11.624654084
18372026-08-20T01:41:28.507Zuser 7:15.933751829
18382026-08-20T01:41:28.507Zsys 1:25.811922936
18392026-08-20T01:41:28.507Ztrap 0.248344901
18402026-08-20T01:41:28.507Ztflt 0.606596803
18412026-08-20T01:41:28.507Zdflt 0.952121231
18422026-08-20T01:41:28.507Zkflt 0.026953655
18432026-08-20T01:41:28.507Zlock 27:32.358325877
18442026-08-20T01:41:28.507Zslp 21:54.185751444
18452026-08-20T01:41:28.507Zlat 48.484495154
18462026-08-20T01:41:28.507Zstop 2:44.561971300
18472026-08-20T01:41:28.508Z+ banner clippy
18482026-08-20T01:41:28.508Z
18492026-08-20T01:41:28.508Z #### # # ##### ##### # #
18502026-08-20T01:41:28.508Z # # # # # # # # # #
18512026-08-20T01:41:28.508Z # # # # # # # #
18522026-08-20T01:41:28.508Z # # # ##### ##### #
18532026-08-20T01:41:28.508Z # # # # # # #
18542026-08-20T01:41:28.508Z #### ###### # # # #
18552026-08-20T01:41:28.508Z
18562026-08-20T01:41:28.508Z+ export CARGO_INCREMENTAL=0
18572026-08-20T01:41:28.508Z+ CARGO_INCREMENTAL=0
18582026-08-20T01:41:28.508Z+ ptime -m cargo xtask clippy
18592026-08-20T01:41:28.966Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18602026-08-20T01:41:29.256Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18612026-08-20T01:41:31.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18622026-08-20T01:41:31.104Z Running `target/debug/xtask clippy`
18632026-08-20T01:41:31.128Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18642026-08-20T01:41:31.694Z Downloading crates ...
18652026-08-20T01:41:31.879Z Downloaded constant_time_eq v0.3.1
18662026-08-20T01:41:31.882Z Downloaded assert-json-diff v2.0.2
18672026-08-20T01:41:31.882Z Downloaded async-object-pool v0.2.0
18682026-08-20T01:41:31.882Z Downloaded concurrent-queue v2.5.0
18692026-08-20T01:41:31.882Z Downloaded approx v0.5.1
18702026-08-20T01:41:31.882Z Downloaded cast v0.3.0
18712026-08-20T01:41:31.882Z Downloaded assert_cmd v2.1.2
18722026-08-20T01:41:31.886Z Downloaded anes v0.1.6
18732026-08-20T01:41:31.886Z Downloaded cfg-expr v0.20.6
18742026-08-20T01:41:31.889Z Downloaded escape8259 v0.5.3
18752026-08-20T01:41:31.889Z Downloaded event-listener-strategy v0.5.4
18762026-08-20T01:41:31.889Z Downloaded criterion-plot v0.6.0
18772026-08-20T01:41:31.889Z Downloaded async-lock v3.4.2
18782026-08-20T01:41:31.893Z Downloaded datatest-stable v0.3.3
18792026-08-20T01:41:31.893Z Downloaded blake2b_simd v1.0.4
18802026-08-20T01:41:31.893Z Downloaded futures-timer v3.0.3
18812026-08-20T01:41:31.893Z Downloaded fancy-regex v0.14.0
18822026-08-20T01:41:31.896Z Downloaded guppy-workspace-hack v0.1.0
18832026-08-20T01:41:31.896Z Downloaded event-listener v5.4.1
18842026-08-20T01:41:31.899Z Downloaded criterion v0.7.0
18852026-08-20T01:41:31.903Z Downloaded hex-literal v0.4.1
18862026-08-20T01:41:31.903Z Downloaded guppy v0.17.25
18872026-08-20T01:41:31.906Z Downloaded hickory-client v0.25.2
18882026-08-20T01:41:31.906Z Downloaded httptest v0.16.4
18892026-08-20T01:41:31.906Z Downloaded knuffel-derive v3.2.0
18902026-08-20T01:41:31.909Z Downloaded linkme-impl v0.3.35
18912026-08-20T01:41:31.909Z Downloaded miette-derive v5.10.0
18922026-08-20T01:41:31.909Z Downloaded libtest-mimic v0.8.1
18932026-08-20T01:41:31.910Z Downloaded nested v0.1.1
18942026-08-20T01:41:31.913Z Downloaded linkme v0.3.35
18952026-08-20T01:41:31.913Z Downloaded knuffel v3.2.0
18962026-08-20T01:41:31.913Z Downloaded pathdiff v0.2.3
18972026-08-20T01:41:31.916Z Downloaded parking v2.2.1
18982026-08-20T01:41:31.916Z Downloaded plotters-backend v0.3.7
18992026-08-20T01:41:31.916Z Downloaded plotters-svg v0.3.7
19002026-08-20T01:41:31.916Z Downloaded miette v5.10.0
19012026-08-20T01:41:31.920Z Downloaded oorandom v11.1.5
19022026-08-20T01:41:31.920Z Downloaded owo-colors v3.5.0
19032026-08-20T01:41:31.920Z Downloaded partial-io v0.5.4
19042026-08-20T01:41:31.920Z Downloaded path-tree v0.8.3
19052026-08-20T01:41:31.923Z Downloaded relative-path v1.9.3
19062026-08-20T01:41:31.923Z Downloaded serde_regex v1.1.0
19072026-08-20T01:41:31.923Z Downloaded rust-argon2 v2.1.0
19082026-08-20T01:41:31.923Z Downloaded similar-asserts v1.7.0
19092026-08-20T01:41:31.926Z Downloaded rand_distr v0.5.1
19102026-08-20T01:41:31.926Z Downloaded rstest v0.25.0
19112026-08-20T01:41:31.930Z Downloaded rstest_macros v0.25.0
19122026-08-20T01:41:31.933Z Downloaded supports-color v2.1.0
19132026-08-20T01:41:31.933Z Downloaded supports-hyperlinks v2.1.0
19142026-08-20T01:41:31.933Z Downloaded plotters v0.3.7
19152026-08-20T01:41:31.937Z Downloaded supports-unicode v2.1.0
19162026-08-20T01:41:31.937Z Downloaded target-triple v1.0.0
19172026-08-20T01:41:31.940Z Downloaded terminal_size v0.1.17
19182026-08-20T01:41:31.941Z Downloaded stringmetrics v2.2.2
19192026-08-20T01:41:31.941Z Downloaded target-lexicon v0.13.3
19202026-08-20T01:41:31.941Z Downloaded termcolor v1.4.1
19212026-08-20T01:41:31.941Z Downloaded tinytemplate v1.2.1
19222026-08-20T01:41:31.944Z Downloaded target-spec v3.5.7
19232026-08-20T01:41:31.944Z Downloaded textwrap v0.15.2
19242026-08-20T01:41:31.944Z Downloaded trybuild v1.0.116
19252026-08-20T01:41:31.975Z Downloaded httpmock v0.8.3
19262026-08-20T01:41:33.786Z Checking cfg-if v1.0.4
19272026-08-20T01:41:34.167Z Checking libc v0.2.185
19282026-08-20T01:41:34.196Z Checking serde_core v1.0.228
19292026-08-20T01:41:34.242Z Checking memchr v2.8.0
19302026-08-20T01:41:34.283Z Checking smallvec v1.15.1
19312026-08-20T01:41:34.323Z Checking zeroize v1.9.0
19322026-08-20T01:41:34.369Z Checking itoa v1.0.17
19332026-08-20T01:41:34.405Z Checking subtle v2.6.1
19342026-08-20T01:41:34.412Z Checking rand_core v0.10.0
19352026-08-20T01:41:34.501Z Checking log v0.4.33
19362026-08-20T01:41:34.535Z Checking libm v0.2.16
19372026-08-20T01:41:34.575Z Checking errno v0.3.14
19382026-08-20T01:41:34.616Z Checking getrandom v0.4.3
19392026-08-20T01:41:34.663Z Checking typenum v1.20.1
19402026-08-20T01:41:34.704Z Checking scopeguard v1.2.0
19412026-08-20T01:41:34.739Z Checking zmij v1.0.21
19422026-08-20T01:41:34.786Z Checking stable_deref_trait v1.2.1
19432026-08-20T01:41:34.820Z Checking zerofrom v0.1.6
19442026-08-20T01:41:34.857Z Checking lock_api v0.4.14
19452026-08-20T01:41:34.897Z Checking percent-encoding v2.3.2
19462026-08-20T01:41:34.937Z Checking writeable v0.6.2
19472026-08-20T01:41:34.976Z Checking yoke v0.8.1
19482026-08-20T01:41:35.013Z Checking litemap v0.8.1
19492026-08-20T01:41:35.071Z Checking icu_properties_data v2.1.2
19502026-08-20T01:41:35.109Z Checking icu_normalizer_data v2.1.1
19512026-08-20T01:41:35.147Z Checking form_urlencoded v1.2.2
19522026-08-20T01:41:35.183Z Checking zerovec v0.11.5
19532026-08-20T01:41:35.220Z Checking zerotrie v0.2.3
19542026-08-20T01:41:35.252Z Checking utf8_iter v1.0.4
19552026-08-20T01:41:35.293Z Checking num-traits v0.2.19
19562026-08-20T01:41:35.293Z Checking pin-project-lite v0.2.17
19572026-08-20T01:41:35.369Z Checking zerocopy v0.8.55
19582026-08-20T01:41:35.408Z Checking parking_lot_core v0.9.12
19592026-08-20T01:41:35.444Z Checking portable-atomic v1.13.1
19602026-08-20T01:41:35.486Z Checking critical-section v1.2.0
19612026-08-20T01:41:35.533Z Checking signal-hook-registry v1.4.8
19622026-08-20T01:41:35.624Z Checking parking_lot v0.12.5
19632026-08-20T01:41:35.653Z Checking tinystr v0.8.2
19642026-08-20T01:41:35.653Z Checking potential_utf v0.1.4
19652026-08-20T01:41:35.730Z Checking serde v1.0.228
19662026-08-20T01:41:35.737Z Checking bitflags v2.11.0
19672026-08-20T01:41:35.808Z Checking serde_json v1.0.151
19682026-08-20T01:41:35.847Z Checking icu_collections v2.1.1
19692026-08-20T01:41:35.888Z Checking icu_locale_core v2.1.1
19702026-08-20T01:41:35.888Z Checking once_cell v1.21.3
19712026-08-20T01:41:35.960Z Checking mio v1.2.0
19722026-08-20T01:41:36.013Z Checking socket2 v0.6.3
19732026-08-20T01:41:36.121Z Checking iana-time-zone v0.1.65
19742026-08-20T01:41:36.171Z Checking bytes v1.11.1
19752026-08-20T01:41:36.222Z Checking uuid v1.23.4
19762026-08-20T01:41:36.261Z Checking chrono v0.4.45
19772026-08-20T01:41:36.311Z Checking semver v1.0.28
19782026-08-20T01:41:36.352Z Checking thiserror v2.0.18
19792026-08-20T01:41:36.458Z Checking icu_provider v2.1.1
19802026-08-20T01:41:36.516Z Checking dyn-clone v1.0.20
19812026-08-20T01:41:36.524Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19822026-08-20T01:41:36.600Z Checking futures-core v0.3.32
19832026-08-20T01:41:36.604Z Checking getrandom v0.3.4
19842026-08-20T01:41:36.667Z Checking tokio v1.52.1
19852026-08-20T01:41:36.667Z Checking rustix v1.1.4
19862026-08-20T01:41:36.741Z Checking icu_normalizer v2.1.1
19872026-08-20T01:41:36.776Z Checking icu_properties v2.1.2
19882026-08-20T01:41:36.818Z Checking equivalent v1.0.2
19892026-08-20T01:41:36.904Z Checking getrandom v0.2.17
19902026-08-20T01:41:36.939Z Checking cmov v0.5.4
19912026-08-20T01:41:37.086Z Checking futures-sink v0.3.32
19922026-08-20T01:41:37.123Z Checking rand_core v0.6.4
19932026-08-20T01:41:37.166Z Checking ctutils v0.4.2
19942026-08-20T01:41:37.205Z Checking byteorder v1.5.0
19952026-08-20T01:41:37.244Z Checking futures-channel v0.3.32
19962026-08-20T01:41:37.337Z Checking slab v0.4.12
19972026-08-20T01:41:37.407Z Checking hybrid-array v0.4.13
19982026-08-20T01:41:37.451Z Checking futures-task v0.3.32
19992026-08-20T01:41:37.484Z Checking futures-io v0.3.32
20002026-08-20T01:41:37.538Z Checking hashbrown v0.17.0
20012026-08-20T01:41:37.570Z Checking generic-array v0.14.7
20022026-08-20T01:41:37.615Z Checking thiserror v1.0.69
20032026-08-20T01:41:37.655Z Checking futures-util v0.3.32
20042026-08-20T01:41:37.660Z Checking idna_adapter v1.2.1
20052026-08-20T01:41:37.736Z Checking regex-syntax v0.8.10
20062026-08-20T01:41:37.834Z Checking idna v1.1.0
20072026-08-20T01:41:38.013Z Checking indexmap v2.14.0
20082026-08-20T01:41:38.051Z Checking fnv v1.0.7
20092026-08-20T01:41:38.110Z Checking url v2.5.8
20102026-08-20T01:41:38.155Z Checking ppv-lite86 v0.2.21
20112026-08-20T01:41:38.196Z Checking crypto-common v0.2.2
20122026-08-20T01:41:38.201Z Checking const-oid v0.9.6
20132026-08-20T01:41:38.464Z Checking base64ct v1.8.3
20142026-08-20T01:41:38.561Z Checking schemars v0.8.22
20152026-08-20T01:41:38.599Z Checking crypto-common v0.1.7
20162026-08-20T01:41:38.722Z Checking block-buffer v0.12.1
20172026-08-20T01:41:38.762Z Checking base64 v0.22.1
20182026-08-20T01:41:38.812Z Checking block-buffer v0.10.4
20192026-08-20T01:41:38.916Z Checking utf8parse v0.2.2
20202026-08-20T01:41:38.952Z Checking anstyle v1.0.14
20212026-08-20T01:41:38.988Z Checking digest v0.10.7
20222026-08-20T01:41:39.031Z Checking http v1.4.2
20232026-08-20T01:41:39.035Z Checking tracing-core v0.1.36
20242026-08-20T01:41:39.100Z Checking rand_core v0.9.5
20252026-08-20T01:41:39.151Z Checking colorchoice v1.0.4
20262026-08-20T01:41:39.208Z Checking anstyle-query v1.1.5
20272026-08-20T01:41:39.246Z Checking is_terminal_polyfill v1.70.2
20282026-08-20T01:41:39.290Z Checking terminal_size v0.4.3
20292026-08-20T01:41:39.319Z Checking const-oid v0.10.2
20302026-08-20T01:41:39.360Z Checking anstyle-parse v1.0.0
20312026-08-20T01:41:39.391Z Checking erased-serde v0.3.31
20322026-08-20T01:41:39.394Z Checking tracing v0.1.44
20332026-08-20T01:41:39.460Z Checking rand_chacha v0.9.0
20342026-08-20T01:41:39.502Z Checking ipnet v2.12.0
20352026-08-20T01:41:39.544Z Checking anstream v1.0.0
20362026-08-20T01:41:39.577Z Checking aho-corasick v1.1.4
20372026-08-20T01:41:39.616Z Checking crossbeam-utils v0.8.21
20382026-08-20T01:41:39.659Z Checking unicode-ident v1.0.24
20392026-08-20T01:41:39.697Z Checking rand v0.9.2
20402026-08-20T01:41:39.760Z Checking strsim v0.11.1
20412026-08-20T01:41:39.798Z Checking clap_lex v1.0.0
20422026-08-20T01:41:39.801Z Checking slog v2.8.2
20432026-08-20T01:41:39.801Z Checking proc-macro2 v1.0.106
20442026-08-20T01:41:39.902Z Checking tokio-util v0.7.18
20452026-08-20T01:41:39.946Z Checking powerfmt v0.2.0
20462026-08-20T01:41:39.982Z Checking allocator-api2 v0.2.21
20472026-08-20T01:41:39.987Z Checking clap_builder v4.6.0
20482026-08-20T01:41:40.119Z Checking deranged v0.5.8
20492026-08-20T01:41:40.158Z Checking digest v0.11.3
20502026-08-20T01:41:40.196Z Checking quote v1.0.45
20512026-08-20T01:41:40.199Z Checking cpufeatures v0.3.0
20522026-08-20T01:41:40.267Z Checking regex-automata v0.4.14
20532026-08-20T01:41:40.303Z Checking fastrand v2.3.0
20542026-08-20T01:41:40.339Z Checking time-core v0.1.8
20552026-08-20T01:41:40.376Z Checking num-conv v0.2.0
20562026-08-20T01:41:40.411Z Checking num_threads v0.1.7
20572026-08-20T01:41:40.502Z Checking syn v2.0.117
20582026-08-20T01:41:40.506Z Checking httparse v1.10.1
20592026-08-20T01:41:40.575Z Checking anyhow v1.0.104
20602026-08-20T01:41:40.578Z Checking cpufeatures v0.2.17
20612026-08-20T01:41:40.578Z Checking tempfile v3.27.0
20622026-08-20T01:41:40.735Z Checking ipnetwork v0.21.1
20632026-08-20T01:41:40.739Z Checking aws-lc-sys v0.40.0
20642026-08-20T01:41:40.806Z Checking rustls-pki-types v1.14.0
20652026-08-20T01:41:40.845Z Checking untrusted v0.7.1
20662026-08-20T01:41:40.973Z Checking http-body v1.0.1
20672026-08-20T01:41:41.011Z Checking atomic-waker v1.1.2
20682026-08-20T01:41:41.059Z Checking time v0.3.47
20692026-08-20T01:41:41.117Z Checking httpdate v1.0.3
20702026-08-20T01:41:41.155Z Checking try-lock v0.2.5
20712026-08-20T01:41:41.159Z Checking h2 v0.4.15
20722026-08-20T01:41:41.279Z Checking aws-lc-rs v1.16.3
20732026-08-20T01:41:41.282Z Checking want v0.3.1
20742026-08-20T01:41:41.283Z Checking clap v4.6.1
20752026-08-20T01:41:41.322Z Checking hex v0.4.3
20762026-08-20T01:41:41.429Z Checking tower-layer v0.3.3
20772026-08-20T01:41:41.432Z Checking tower-service v0.3.3
20782026-08-20T01:41:41.585Z Checking ryu v1.0.23
20792026-08-20T01:41:41.621Z Checking untrusted v0.9.0
20802026-08-20T01:41:41.658Z Checking simd-adler32 v0.3.8
20812026-08-20T01:41:41.763Z Checking spin v0.9.8
20822026-08-20T01:41:41.803Z Checking adler2 v2.0.1
20832026-08-20T01:41:41.872Z Checking unicode-width v0.2.0
20842026-08-20T01:41:41.939Z Checking miniz_oxide v0.8.9
20852026-08-20T01:41:41.980Z Checking pem-rfc7468 v0.7.0
20862026-08-20T01:41:42.082Z Checking mime v0.3.17
20872026-08-20T01:41:42.144Z Checking flagset v0.4.7
20882026-08-20T01:41:42.182Z Checking block-padding v0.4.2
20892026-08-20T01:41:42.222Z Checking pretty-hex v0.4.1
20902026-08-20T01:41:42.226Z Checking rustls-webpki v0.103.13
20912026-08-20T01:41:42.345Z Checking der v0.7.10
20922026-08-20T01:41:42.349Z Checking inout v0.2.2
20932026-08-20T01:41:42.349Z Checking http-body-util v0.1.3
20942026-08-20T01:41:42.349Z Checking oxnet v0.1.6
20952026-08-20T01:41:42.450Z Checking camino v1.2.5
20962026-08-20T01:41:42.620Z Checking plain v0.2.3
20972026-08-20T01:41:42.624Z Checking openssl-probe v0.2.1
20982026-08-20T01:41:42.699Z Checking ucd-trie v0.1.7
20992026-08-20T01:41:42.748Z Checking rustls v0.23.41
21002026-08-20T01:41:42.787Z Checking cipher v0.5.2
21012026-08-20T01:41:42.790Z Checking regex v1.12.3
21022026-08-20T01:41:42.856Z Checking serde_urlencoded v0.7.1
21032026-08-20T01:41:42.859Z Checking pest v2.8.6
21042026-08-20T01:41:42.859Z Checking rand_chacha v0.3.1
21052026-08-20T01:41:43.044Z Checking encoding_rs v0.8.35
21062026-08-20T01:41:43.089Z Checking futures-executor v0.3.32
21072026-08-20T01:41:43.156Z Checking spki v0.7.3
21082026-08-20T01:41:43.163Z Checking rand v0.8.6
21092026-08-20T01:41:43.199Z Checking crc32fast v1.5.0
21102026-08-20T01:41:43.272Z Checking futures v0.3.32
21112026-08-20T01:41:43.325Z Checking either v1.15.0
21122026-08-20T01:41:43.364Z Checking sync_wrapper v1.0.2
21132026-08-20T01:41:43.410Z Checking pkcs8 v0.10.2
21142026-08-20T01:41:43.496Z Checking tower v0.5.3
21152026-08-20T01:41:43.536Z Checking foldhash v0.2.0
21162026-08-20T01:41:43.584Z Checking iri-string v0.7.10
21172026-08-20T01:41:43.709Z Checking openapiv3 v2.2.0
21182026-08-20T01:41:43.747Z Checking hashbrown v0.16.1
21192026-08-20T01:41:43.916Z Checking bit-vec v0.8.0
21202026-08-20T01:41:43.988Z Checking static_assertions v1.1.0
21212026-08-20T01:41:44.026Z Checking zlib-rs v0.6.2
21222026-08-20T01:41:44.030Z Checking hyper v1.10.1
21232026-08-20T01:41:44.098Z Checking sha2 v0.10.9
21242026-08-20T01:41:44.135Z Checking bit-set v0.8.0
21252026-08-20T01:41:44.272Z Checking wait-timeout v0.2.1
21262026-08-20T01:41:44.312Z Checking rustls-native-certs v0.8.3
21272026-08-20T01:41:44.391Z Checking lazy_static v1.5.0
21282026-08-20T01:41:44.429Z Checking hubpack v0.1.2
21292026-08-20T01:41:44.471Z Checking psl-types v2.0.11
21302026-08-20T01:41:44.510Z Checking quick-error v1.2.3
21312026-08-20T01:41:44.606Z Checking tower-http v0.6.8
21322026-08-20T01:41:44.646Z Checking tinyvec_macros v0.1.1
21332026-08-20T01:41:44.650Z Checking publicsuffix v2.3.0
21342026-08-20T01:41:44.678Z Checking rusty-fork v0.3.1
21352026-08-20T01:41:44.752Z Checking tinyvec v1.10.0
21362026-08-20T01:41:44.864Z Checking cookie v0.18.1
21372026-08-20T01:41:44.908Z Checking rand_xorshift v0.4.0
21382026-08-20T01:41:44.913Z Checking unarray v0.1.4
21392026-08-20T01:41:44.981Z Checking flate2 v1.1.9
21402026-08-20T01:41:44.985Z Checking tokio-rustls v0.26.4
21412026-08-20T01:41:45.053Z Checking rustls-platform-verifier v0.6.2
21422026-08-20T01:41:45.056Z Checking hyper-util v0.1.20
21432026-08-20T01:41:45.057Z Checking signature v2.2.0
21442026-08-20T01:41:45.125Z Checking proptest v1.11.0
21452026-08-20T01:41:45.197Z Checking num-integer v0.1.46
21462026-08-20T01:41:45.201Z Checking cookie_store v0.22.1
21472026-08-20T01:41:45.266Z Checking strum v0.26.3
21482026-08-20T01:41:45.270Z Checking scroll v0.13.0
21492026-08-20T01:41:45.270Z Checking ahash v0.8.12
21502026-08-20T01:41:45.369Z Checking memmap2 v0.9.10
21512026-08-20T01:41:45.406Z Checking unicode-width v0.1.14
21522026-08-20T01:41:45.442Z Checking dtrace-parser v0.3.0
21532026-08-20T01:41:45.532Z Checking toml_datetime v0.6.11
21542026-08-20T01:41:45.573Z Checking serde_spanned v0.6.9
21552026-08-20T01:41:45.612Z Checking goblin v0.10.5
21562026-08-20T01:41:45.619Z Checking thread-id v5.1.0
21572026-08-20T01:41:45.694Z Checking data-encoding v2.10.0
21582026-08-20T01:41:45.733Z Checking bstr v1.12.1
21592026-08-20T01:41:45.736Z Checking hmac v0.12.1
21602026-08-20T01:41:45.766Z Checking base64 v0.21.7
21612026-08-20T01:41:45.770Z Checking x509-cert v0.2.5
21622026-08-20T01:41:45.980Z Checking crossbeam-epoch v0.9.18
21632026-08-20T01:41:46.017Z Checking memoffset v0.9.1
21642026-08-20T01:41:46.069Z Checking num-iter v0.1.45
21652026-08-20T01:41:46.124Z Checking scroll v0.12.0
21662026-08-20T01:41:46.162Z Checking zerocopy v0.7.35
21672026-08-20T01:41:46.207Z Checking rustix v0.38.44
21682026-08-20T01:41:46.246Z Checking env_filter v2.0.0
21692026-08-20T01:41:46.370Z Checking hyper-rustls v0.27.7
21702026-08-20T01:41:46.410Z Checking goblin v0.8.2
21712026-08-20T01:41:46.414Z Checking unicode-linebreak v0.1.5
21722026-08-20T01:41:46.482Z Checking tap v1.0.1
21732026-08-20T01:41:46.602Z Checking reqwest v0.13.2
21742026-08-20T01:41:46.641Z Checking smawk v0.3.2
21752026-08-20T01:41:46.677Z Checking unicode-segmentation v1.12.0
21762026-08-20T01:41:46.714Z Checking wyz v0.5.1
21772026-08-20T01:41:46.806Z Checking env_logger v0.11.11
21782026-08-20T01:41:46.923Z Checking num-bigint-dig v0.8.6
21792026-08-20T01:41:46.983Z Checking newtype-uuid v1.3.2
21802026-08-20T01:41:47.020Z Checking nix v0.31.2
21812026-08-20T01:41:47.060Z Checking dtrace-parser v0.2.0
21822026-08-20T01:41:47.063Z Checking pkcs1 v0.7.5
21832026-08-20T01:41:47.217Z Checking daft v0.1.7
21842026-08-20T01:41:47.325Z Checking ff v0.13.1
21852026-08-20T01:41:47.328Z Checking radium v0.7.0
21862026-08-20T01:41:47.484Z Checking thread-id v4.2.2
21872026-08-20T01:41:47.487Z Checking base16ct v0.2.0
21882026-08-20T01:41:47.519Z Checking funty v2.0.0
21892026-08-20T01:41:47.590Z Checking same-file v1.0.6
21902026-08-20T01:41:47.629Z Checking winnow v1.0.3
21912026-08-20T01:41:47.680Z Checking crc-catalog v2.4.0
21922026-08-20T01:41:47.737Z Checking walkdir v2.5.0
21932026-08-20T01:41:47.773Z Checking rsa v0.9.10
21942026-08-20T01:41:47.810Z Checking crc v3.4.0
21952026-08-20T01:41:47.892Z Checking bitvec v1.0.1
21962026-08-20T01:41:47.929Z Checking sec1 v0.7.3
21972026-08-20T01:41:47.985Z Checking dof v0.4.0
21982026-08-20T01:41:48.023Z Checking group v0.13.0
21992026-08-20T01:41:48.156Z Checking hkdf v0.12.4
22002026-08-20T01:41:48.198Z Checking unicode-normalization v0.1.25
22012026-08-20T01:41:48.235Z Checking crypto-bigint v0.5.5
22022026-08-20T01:41:48.271Z Checking zerocopy v0.6.6
22032026-08-20T01:41:48.307Z Checking dof v0.3.0
22042026-08-20T01:41:48.345Z Checking maybe-uninit v2.0.0
22052026-08-20T01:41:48.441Z Checking nodrop v0.1.14
22062026-08-20T01:41:48.516Z Checking foldhash v0.1.5
22072026-08-20T01:41:48.563Z Checking gimli v0.32.3
22082026-08-20T01:41:48.602Z Checking foreign-types-shared v0.1.1
22092026-08-20T01:41:48.646Z Checking usdt-impl v0.6.0
22102026-08-20T01:41:48.650Z Checking usdt-impl v0.5.0
22112026-08-20T01:41:48.650Z Checking is_ci v1.2.0
22122026-08-20T01:41:48.746Z Checking winnow v0.5.40
22132026-08-20T01:41:48.749Z Checking hashbrown v0.15.5
22142026-08-20T01:41:48.815Z Checking foreign-types v0.3.2
22152026-08-20T01:41:48.916Z Checking array-init v0.0.4
22162026-08-20T01:41:48.955Z Checking usdt v0.6.0
22172026-08-20T01:41:49.016Z Checking smallvec v0.6.14
22182026-08-20T01:41:49.137Z Checking elliptic-curve v0.13.8
22192026-08-20T01:41:49.175Z Checking serde_with v3.21.0
22202026-08-20T01:41:49.211Z Checking packed_struct v0.10.1
22212026-08-20T01:41:49.248Z Checking bitfield v0.19.4
22222026-08-20T01:41:49.252Z Checking bzip2-sys v0.1.13+1.0.8
22232026-08-20T01:41:49.321Z Checking openssl-sys v0.9.117
22242026-08-20T01:41:49.396Z Checking object v0.37.3
22252026-08-20T01:41:49.474Z Checking keccak v0.1.6
22262026-08-20T01:41:49.538Z Checking hashbrown v0.12.3
22272026-08-20T01:41:49.668Z Checking bitflags v1.3.2
22282026-08-20T01:41:49.706Z Checking rustc-demangle v0.1.27
22292026-08-20T01:41:49.771Z Checking siphasher v1.0.2
22302026-08-20T01:41:49.899Z Checking toml_edit v0.19.15
22312026-08-20T01:41:49.952Z Checking openssl v0.10.80
22322026-08-20T01:41:49.955Z Checking sha3 v0.10.8
22332026-08-20T01:41:50.024Z Checking indexmap v1.9.3
22342026-08-20T01:41:50.093Z Checking addr2line v0.25.1
22352026-08-20T01:41:50.216Z Checking bzip2 v0.4.4
22362026-08-20T01:41:50.261Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22372026-08-20T01:41:50.375Z Checking serde-hex v0.1.0
22382026-08-20T01:41:50.378Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22392026-08-20T01:41:50.454Z Checking toml_parser v1.1.2+spec-1.1.0
22402026-08-20T01:41:50.562Z Checking ron v0.8.1
22412026-08-20T01:41:50.645Z Checking hashbrown v0.13.2
22422026-08-20T01:41:50.798Z Checking itertools v0.13.0
22432026-08-20T01:41:50.942Z Checking toml v0.7.8
22442026-08-20T01:41:51.090Z Checking itertools v0.15.0
22452026-08-20T01:41:51.129Z Checking signal-hook v0.3.18
22462026-08-20T01:41:51.290Z Checking crc-any v2.5.0
22472026-08-20T01:41:51.347Z Checking managed v0.8.0
22482026-08-20T01:41:51.491Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22492026-08-20T01:41:51.561Z Checking object v0.30.4
22502026-08-20T01:41:51.664Z Checking backtrace v0.3.76
22512026-08-20T01:41:51.702Z Checking zip v0.6.6
22522026-08-20T01:41:51.871Z Checking globset v0.4.18
22532026-08-20T01:41:51.917Z Checking chacha20 v0.10.0
22542026-08-20T01:41:51.982Z Checking curve25519-dalek v4.1.3
22552026-08-20T01:41:52.020Z Checking backtrace-ext v0.2.1
22562026-08-20T01:41:52.058Z Checking toml_write v0.1.2
22572026-08-20T01:41:52.157Z Checking path-slash v0.1.5
22582026-08-20T01:41:52.160Z Checking winnow v0.7.14
22592026-08-20T01:41:52.229Z Checking native-tls v0.2.18
22602026-08-20T01:41:52.233Z Checking signal-hook-mio v0.2.5
22612026-08-20T01:41:52.299Z Checking textwrap v0.16.2
22622026-08-20T01:41:52.303Z Checking ed25519 v2.2.3
22632026-08-20T01:41:52.394Z Checking ref-cast v1.0.25
22642026-08-20T01:41:52.436Z Checking pin-project v1.1.11
22652026-08-20T01:41:52.523Z Checking jiff-core v0.1.0
22662026-08-20T01:41:52.565Z Checking tokio-native-tls v0.3.1
22672026-08-20T01:41:52.568Z Checking pem v3.0.6
22682026-08-20T01:41:52.568Z Checking zstd-sys v2.0.16+zstd.1.5.7
22692026-08-20T01:41:52.753Z Checking owo-colors v4.3.0
22702026-08-20T01:41:52.793Z Checking fixedbitset v0.5.7
22712026-08-20T01:41:52.797Z Checking ed25519-dalek v2.2.0
22722026-08-20T01:41:52.797Z Checking hyper-tls v0.6.0
22732026-08-20T01:41:53.017Z Checking petgraph v0.8.3
22742026-08-20T01:41:53.067Z Checking zstd-safe v7.2.4
22752026-08-20T01:41:53.107Z Checking snafu v0.8.9
22762026-08-20T01:41:53.214Z Checking jiff v0.2.34
22772026-08-20T01:41:53.259Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22782026-08-20T01:41:53.293Z Checking crossterm v0.28.1
22792026-08-20T01:41:53.331Z Checking supports-color v3.0.2
22802026-08-20T01:41:53.377Z Checking similar v2.7.0
22812026-08-20T01:41:53.417Z Checking toml_edit v0.22.27
22822026-08-20T01:41:53.482Z Checking fs-err v3.3.0
22832026-08-20T01:41:53.663Z Checking hash32 v0.2.1
22842026-08-20T01:41:53.782Z Checking serde-big-array v0.5.1
22852026-08-20T01:41:53.821Z Checking serde_plain v1.0.2
22862026-08-20T01:41:53.859Z Checking unicode-bidi v0.3.18
22872026-08-20T01:41:53.943Z Checking libbz2-rs-sys v0.2.2
22882026-08-20T01:41:53.994Z Checking typed-path v0.9.3
22892026-08-20T01:41:54.032Z Checking bumpalo v3.20.2
22902026-08-20T01:41:54.169Z Checking predicates-core v1.0.10
22912026-08-20T01:41:54.244Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22922026-08-20T01:41:54.283Z Checking unicode-properties v0.1.4
22932026-08-20T01:41:54.324Z Checking zopfli v0.8.3
22942026-08-20T01:41:54.361Z Checking bzip2 v0.6.1
22952026-08-20T01:41:54.495Z Checking stringprep v0.1.5
22962026-08-20T01:41:54.535Z Checking heapless v0.7.17
22972026-08-20T01:41:54.570Z Checking zstd v0.13.3
22982026-08-20T01:41:54.608Z Checking reqwest v0.12.28
22992026-08-20T01:41:54.645Z Checking hickory-proto v0.25.2
23002026-08-20T01:41:54.684Z Checking byte-wrapper v0.1.0
23012026-08-20T01:41:54.688Z Checking md-5 v0.10.6
23022026-08-20T01:41:54.778Z Checking float-cmp v0.10.0
23032026-08-20T01:41:54.781Z Checking supports-unicode v3.0.0
23042026-08-20T01:41:54.849Z Checking normalize-line-endings v0.3.0
23052026-08-20T01:41:54.914Z Checking difflib v0.4.0
23062026-08-20T01:41:54.952Z Checking supports-hyperlinks v3.2.0
23072026-08-20T01:41:54.990Z Checking fallible-iterator v0.2.0
23082026-08-20T01:41:54.993Z Checking smoltcp v0.9.1
23092026-08-20T01:41:54.993Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23102026-08-20T01:41:55.091Z Checking miette v7.6.0
23112026-08-20T01:41:55.128Z Checking predicates v3.1.4
23122026-08-20T01:41:55.132Z Checking zip v4.6.1
23132026-08-20T01:41:55.293Z Checking postgres-protocol v0.6.10
23142026-08-20T01:41:55.371Z Checking iddqd v0.4.2
23152026-08-20T01:41:55.449Z Checking phf_shared v0.13.1
23162026-08-20T01:41:55.613Z Checking phf_shared v0.11.3
23172026-08-20T01:41:55.653Z Checking olpc-cjson v0.1.4
23182026-08-20T01:41:55.656Z Checking tokio-stream v0.1.18
23192026-08-20T01:41:55.688Z Checking strum v0.27.2
23202026-08-20T01:41:55.758Z Checking precomputed-hash v0.1.1
23212026-08-20T01:41:55.761Z Checking fixedbitset v0.4.2
23222026-08-20T01:41:55.829Z Checking lalrpop-util v0.19.12
23232026-08-20T01:41:55.833Z Checking new_debug_unreachable v1.0.6
23242026-08-20T01:41:55.833Z Checking tough v0.22.0
23252026-08-20T01:41:55.934Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23262026-08-20T01:41:55.971Z Checking petgraph v0.6.5
23272026-08-20T01:41:55.974Z Checking string_cache v0.8.9
23282026-08-20T01:41:56.040Z Checking phf v0.13.1
23292026-08-20T01:41:56.111Z Checking postgres-types v0.2.12
23302026-08-20T01:41:56.200Z Checking buf-list v1.1.2
23312026-08-20T01:41:56.238Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23322026-08-20T01:41:56.284Z Checking whoami v2.1.0
23332026-08-20T01:41:56.413Z Checking peg-runtime v0.8.5
23342026-08-20T01:41:56.503Z Checking tokio-postgres v0.7.16
23352026-08-20T01:41:56.542Z Checking is-terminal v0.4.17
23362026-08-20T01:41:56.581Z Checking crossbeam-channel v0.5.15
23372026-08-20T01:41:56.620Z Checking thread_local v1.1.9
23382026-08-20T01:41:56.660Z Checking take_mut v0.2.2
23392026-08-20T01:41:56.800Z Checking term v1.2.1
23402026-08-20T01:41:56.837Z Compiling newtype-uuid-macros v0.1.0
23412026-08-20T01:41:56.944Z Checking slog-async v2.8.0
23422026-08-20T01:41:57.056Z Checking slog-term v2.9.2
23432026-08-20T01:41:57.151Z Checking match_cfg v0.1.0
23442026-08-20T01:41:57.250Z Checking hostname v0.3.1
23452026-08-20T01:41:57.288Z Checking slog-json v2.6.1
23462026-08-20T01:41:57.349Z Compiling multer v3.1.0
23472026-08-20T01:41:57.388Z Compiling async-stream-impl v0.3.6
23482026-08-20T01:41:57.455Z Compiling dropshot v0.17.1
23492026-08-20T01:41:57.492Z Checking slog-bunyan v2.5.0
23502026-08-20T01:41:57.614Z Checking debug-ignore v1.0.5
23512026-08-20T01:41:57.652Z Compiling dropshot_endpoint v0.17.1
23522026-08-20T01:41:57.656Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23532026-08-20T01:41:57.759Z Checking serde_path_to_error v0.1.20
23542026-08-20T01:41:57.804Z Checking progenitor-client v0.14.0
23552026-08-20T01:41:57.843Z Checking sha1 v0.11.0
23562026-08-20T01:41:57.928Z Checking serde_spanned v1.1.1
23572026-08-20T01:41:58.003Z Checking toml_datetime v1.1.1+spec-1.1.0
23582026-08-20T01:41:58.053Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23592026-08-20T01:41:58.056Z Checking toml_writer v1.1.1+spec-1.1.0
23602026-08-20T01:41:58.056Z Checking compression-core v0.4.31
23612026-08-20T01:41:58.160Z Checking async-stream v0.3.6
23622026-08-20T01:41:58.227Z Checking waitgroup v0.1.2
23632026-08-20T01:41:58.263Z Checking compression-codecs v0.4.37
23642026-08-20T01:41:58.335Z Checking rustls-pemfile v2.2.0
23652026-08-20T01:41:58.341Z Checking toml v1.1.2+spec-1.1.0
23662026-08-20T01:41:58.407Z Checking hostname v0.4.2
23672026-08-20T01:41:58.450Z Checking atomicwrites v0.4.4
23682026-08-20T01:41:58.487Z Compiling parse-display-derive v0.10.0
23692026-08-20T01:41:58.524Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23702026-08-20T01:41:58.558Z Checking async-compression v0.4.41
23712026-08-20T01:41:58.562Z Checking macaddr v1.0.1
23722026-08-20T01:41:58.628Z Checking regress v0.10.5
23732026-08-20T01:41:58.661Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23742026-08-20T01:41:58.665Z Checking instant v0.1.13
23752026-08-20T01:41:58.796Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23762026-08-20T01:41:58.836Z Checking itertools v0.14.0
23772026-08-20T01:41:58.839Z Checking backoff v0.4.0
23782026-08-20T01:41:58.950Z Checking backon v1.6.0
23792026-08-20T01:41:59.056Z Checking humantime v2.3.0
23802026-08-20T01:41:59.094Z Compiling convert_case v0.4.0
23812026-08-20T01:41:59.097Z Checking half v2.7.1
23822026-08-20T01:41:59.164Z Checking progenitor-extras v0.2.0
23832026-08-20T01:41:59.262Z Checking ciborium-io v0.2.2
23842026-08-20T01:41:59.383Z Checking heck v0.5.0
23852026-08-20T01:41:59.420Z Checking ciborium-ll v0.2.2
23862026-08-20T01:41:59.423Z Checking secrecy v0.10.3
23872026-08-20T01:41:59.489Z Compiling derive_more v0.99.20
23882026-08-20T01:41:59.559Z Checking camino-tempfile v1.4.1
23892026-08-20T01:41:59.599Z Checking indent_write v2.2.0
23902026-08-20T01:41:59.635Z Checking ciborium v0.2.2
23912026-08-20T01:41:59.742Z Compiling crucible-workspace-hack v0.1.0
23922026-08-20T01:41:59.779Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-08-20T01:41:59.921Z Compiling regress v0.11.1
23942026-08-20T01:42:00.074Z Checking inout v0.1.4
23952026-08-20T01:42:00.112Z Checking universal-hash v0.5.1
23962026-08-20T01:42:00.115Z Compiling thiserror-impl-no-std v2.0.2
23972026-08-20T01:42:00.145Z Checking opaque-debug v0.3.1
23982026-08-20T01:42:00.213Z Checking parse-display v0.10.0
23992026-08-20T01:42:00.250Z Checking cipher v0.4.4
24002026-08-20T01:42:00.286Z Checking blake2 v0.10.6
24012026-08-20T01:42:00.289Z Checking poly1305 v0.8.0
24022026-08-20T01:42:00.384Z Checking aead v0.5.2
24032026-08-20T01:42:00.484Z Checking chacha20 v0.9.1
24042026-08-20T01:42:00.547Z Checking password-hash v0.5.0
24052026-08-20T01:42:00.584Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24062026-08-20T01:42:00.619Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24072026-08-20T01:42:00.701Z Checking chacha20poly1305 v0.10.1
24082026-08-20T01:42:00.799Z Checking argon2 v0.5.3
24092026-08-20T01:42:00.934Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24102026-08-20T01:42:01.009Z Compiling unsafe-libyaml v0.2.11
24112026-08-20T01:42:01.163Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24122026-08-20T01:42:01.211Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24132026-08-20T01:42:01.307Z Checking thiserror-no-std v2.0.2
24142026-08-20T01:42:01.412Z Checking swrite v0.1.0
24152026-08-20T01:42:01.449Z Checking vsss-rs v3.3.4
24162026-08-20T01:42:01.485Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24172026-08-20T01:42:01.534Z Compiling typify-impl v0.6.2
24182026-08-20T01:42:01.828Z Compiling serde_yaml v0.9.34+deprecated
24192026-08-20T01:42:02.157Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24202026-08-20T01:42:02.618Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24212026-08-20T01:42:02.907Z Checking crossbeam-deque v0.8.6
24222026-08-20T01:42:02.959Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24232026-08-20T01:42:03.087Z Compiling rayon-core v1.13.0
24242026-08-20T01:42:03.137Z Compiling num-derive v0.4.2
24252026-08-20T01:42:03.173Z Compiling toml_datetime v0.7.5+spec-1.1.0
24262026-08-20T01:42:03.337Z Compiling proc-macro-error v1.0.4
24272026-08-20T01:42:03.450Z Compiling toml_edit v0.23.10+spec-1.0.0
24282026-08-20T01:42:03.546Z Checking tabwriter v1.4.1
24292026-08-20T01:42:03.672Z Checking glob v0.3.3
24302026-08-20T01:42:03.722Z Compiling heapless v0.8.0
24312026-08-20T01:42:03.758Z Checking rayon v1.11.0
24322026-08-20T01:42:03.798Z Checking hash32 v0.3.1
24332026-08-20T01:42:03.878Z Compiling ingot-macros v0.2.0
24342026-08-20T01:42:03.952Z Compiling smoltcp v0.11.0
24352026-08-20T01:42:04.032Z Compiling proc-macro-crate v3.4.0
24362026-08-20T01:42:04.274Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24372026-08-20T01:42:04.310Z Checking colored v3.1.1
24382026-08-20T01:42:04.595Z Compiling num_enum_derive v0.7.6
24392026-08-20T01:42:04.599Z Checking toml v0.8.23
24402026-08-20T01:42:04.663Z Checking cobs v0.3.0
24412026-08-20T01:42:04.835Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24422026-08-20T01:42:05.005Z Checking postcard v1.1.3
24432026-08-20T01:42:05.078Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24442026-08-20T01:42:05.125Z Checking rand v0.10.1
24452026-08-20T01:42:05.205Z Compiling proc-macro-crate v1.3.1
24462026-08-20T01:42:05.324Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24472026-08-20T01:42:05.557Z Checking sigpipe v0.1.3
24482026-08-20T01:42:05.632Z Compiling foreign-types-macros v0.2.3
24492026-08-20T01:42:05.668Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24502026-08-20T01:42:05.672Z Checking foreign-types-shared v0.3.1
24512026-08-20T01:42:05.672Z Checking num_enum v0.7.6
24522026-08-20T01:42:05.790Z Compiling num_enum_derive v0.5.11
24532026-08-20T01:42:06.037Z Compiling usdt-macro v0.5.0
24542026-08-20T01:42:06.133Z Compiling usdt-attr-macro v0.5.0
24552026-08-20T01:42:06.172Z Compiling typify-macro v0.6.2
24562026-08-20T01:42:06.176Z Checking cstr-argument v0.1.2
24572026-08-20T01:42:06.242Z Checking foreign-types v0.5.0
24582026-08-20T01:42:06.323Z Checking memmap v0.7.0
24592026-08-20T01:42:06.359Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24602026-08-20T01:42:06.487Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24612026-08-20T01:42:06.645Z Checking ingot-types v0.2.0
24622026-08-20T01:42:06.794Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24632026-08-20T01:42:06.875Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24642026-08-20T01:42:06.917Z Checking num_enum v0.5.11
24652026-08-20T01:42:06.957Z Checking usdt v0.5.0
24662026-08-20T01:42:07.000Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24672026-08-20T01:42:07.070Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24682026-08-20T01:42:07.073Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24692026-08-20T01:42:07.139Z Checking ingot v0.2.1
24702026-08-20T01:42:07.143Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24712026-08-20T01:42:07.208Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24722026-08-20T01:42:07.212Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24732026-08-20T01:42:07.320Z Compiling zone_cfg_derive v0.3.1
24742026-08-20T01:42:07.323Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24752026-08-20T01:42:07.442Z Checking itertools v0.12.1
24762026-08-20T01:42:07.554Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24772026-08-20T01:42:07.775Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24782026-08-20T01:42:07.855Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24792026-08-20T01:42:07.994Z Checking smf v0.2.3
24802026-08-20T01:42:08.031Z Checking whoami v1.6.1
24812026-08-20T01:42:08.065Z Compiling typify v0.6.2
24822026-08-20T01:42:08.150Z Compiling derive-where v1.6.0
24832026-08-20T01:42:08.204Z Compiling progenitor-impl v0.14.0
24842026-08-20T01:42:08.240Z Checking tokio-dtrace v0.1.1
24852026-08-20T01:42:08.310Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24862026-08-20T01:42:08.455Z Checking oxide-tokio-rt v0.1.4
24872026-08-20T01:42:08.492Z Checking zone v0.3.1
24882026-08-20T01:42:08.657Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24892026-08-20T01:42:08.762Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24902026-08-20T01:42:08.825Z Checking console v0.15.11
24912026-08-20T01:42:08.868Z Checking newline-converter v0.3.0
24922026-08-20T01:42:09.010Z Checking bytecount v0.6.9
24932026-08-20T01:42:09.133Z Checking expectorate v1.2.0
24942026-08-20T01:42:09.170Z Checking num-rational v0.4.2
24952026-08-20T01:42:09.204Z Checking num-complex v0.4.6
24962026-08-20T01:42:09.290Z Compiling cancel-safe-futures v0.1.5
24972026-08-20T01:42:09.466Z Checking float-ord v0.3.2
24982026-08-20T01:42:09.502Z Checking oxide-update-engine-types v0.1.2
24992026-08-20T01:42:09.605Z Checking linear-map v1.2.0
25002026-08-20T01:42:09.608Z Checking num v0.4.3
25012026-08-20T01:42:09.738Z Checking gethostname v0.5.0
25022026-08-20T01:42:09.809Z Compiling prettyplease v0.2.37
25032026-08-20T01:42:09.856Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25042026-08-20T01:42:09.909Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25052026-08-20T01:42:09.946Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25062026-08-20T01:42:10.127Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25072026-08-20T01:42:10.261Z Checking resolv-conf v0.7.6
25082026-08-20T01:42:10.298Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25092026-08-20T01:42:10.366Z Checking papergrid v0.11.0
25102026-08-20T01:42:10.419Z Checking oxide-update-engine v0.1.2
25112026-08-20T01:42:10.473Z Compiling tabled_derive v0.7.0
25122026-08-20T01:42:10.783Z Compiling progenitor-macro v0.14.0
25132026-08-20T01:42:10.861Z Compiling convert_case v0.10.0
25142026-08-20T01:42:10.957Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25152026-08-20T01:42:10.995Z Compiling slog-dtrace v0.3.0
25162026-08-20T01:42:11.195Z Compiling derive_more-impl v2.1.1
25172026-08-20T01:42:11.316Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25182026-08-20T01:42:11.435Z Checking tabled v0.15.0
25192026-08-20T01:42:11.755Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25202026-08-20T01:42:12.079Z Checking derive_more v2.1.1
25212026-08-20T01:42:12.186Z Checking crossterm v0.29.0
25222026-08-20T01:42:12.190Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25232026-08-20T01:42:12.480Z Checking linked-hash-map v0.5.6
25242026-08-20T01:42:12.704Z Checking lru-cache v0.1.2
25252026-08-20T01:42:12.949Z Checking hickory-proto v0.24.4
25262026-08-20T01:42:12.953Z Checking fd-lock v4.0.4
25272026-08-20T01:42:13.547Z Checking vte v0.14.1
25282026-08-20T01:42:13.922Z Checking strip-ansi-escapes v0.2.1
25292026-08-20T01:42:14.572Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25302026-08-20T01:42:14.791Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25312026-08-20T01:42:15.152Z Checking termtree v0.5.1
25322026-08-20T01:42:15.321Z Checking nu-ansi-term v0.50.3
25332026-08-20T01:42:15.560Z Checking reedline v0.40.0
25342026-08-20T01:42:15.632Z Checking hickory-resolver v0.24.4
25352026-08-20T01:42:15.774Z Checking progenitor v0.14.0
25362026-08-20T01:42:15.847Z Compiling minimal-lexical v0.2.1
25372026-08-20T01:42:15.946Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25382026-08-20T01:42:16.128Z Compiling nom v7.1.3
25392026-08-20T01:42:16.394Z Checking qorb v0.4.1
25402026-08-20T01:42:16.745Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25412026-08-20T01:42:17.199Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25422026-08-20T01:42:17.485Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25432026-08-20T01:42:17.523Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25442026-08-20T01:42:17.560Z Compiling unicode-xid v0.2.6
25452026-08-20T01:42:17.679Z Checking display-error-chain v0.2.2
25462026-08-20T01:42:17.712Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25472026-08-20T01:42:17.832Z Compiling ar_archive_writer v0.5.1
25482026-08-20T01:42:18.082Z Checking csv-core v0.1.13
25492026-08-20T01:42:18.289Z Checking csv v1.4.0
25502026-08-20T01:42:18.360Z Compiling stacker v0.1.23
25512026-08-20T01:42:18.397Z Checking highway v1.3.0
25522026-08-20T01:42:18.434Z Compiling semver v0.1.20
25532026-08-20T01:42:18.647Z Compiling cfg_aliases v0.1.1
25542026-08-20T01:42:18.650Z Compiling rustc_version v0.1.7
25552026-08-20T01:42:18.719Z Compiling psm v0.1.30
25562026-08-20T01:42:18.789Z Checking nibble_vec v0.1.0
25572026-08-20T01:42:18.793Z Compiling nix v0.28.0
25582026-08-20T01:42:18.855Z Checking endian-type v0.1.2
25592026-08-20T01:42:18.933Z Compiling newtype_derive v0.1.6
25602026-08-20T01:42:18.970Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25612026-08-20T01:42:19.010Z Checking radix_trie v0.2.1
25622026-08-20T01:42:19.149Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25632026-08-20T01:42:19.222Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25642026-08-20T01:42:19.257Z Checking phf_shared v0.12.1
25652026-08-20T01:42:19.291Z Compiling recursive-proc-macro-impl v0.1.1
25662026-08-20T01:42:19.428Z Compiling chrono-tz v0.10.4
25672026-08-20T01:42:19.470Z Checking phf v0.12.1
25682026-08-20T01:42:19.708Z Compiling const_format_proc_macros v0.2.34
25692026-08-20T01:42:19.742Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25702026-08-20T01:42:19.746Z Compiling peg-macros v0.8.5
25712026-08-20T01:42:19.809Z Checking winnow v0.6.26
25722026-08-20T01:42:19.812Z Checking recursive v0.1.1
25732026-08-20T01:42:19.966Z Compiling sqlparser_derive v0.5.0
25742026-08-20T01:42:20.028Z Checking unicode_categories v0.1.1
25752026-08-20T01:42:20.216Z Checking home v0.5.12
25762026-08-20T01:42:20.558Z Checking const_format v0.2.35
25772026-08-20T01:42:20.562Z Checking rustyline v14.0.0
25782026-08-20T01:42:20.739Z Checking sqlparser v0.61.0
25792026-08-20T01:42:20.813Z Checking bcs v0.1.6
25802026-08-20T01:42:20.947Z Checking sqlformat v0.3.5
25812026-08-20T01:42:21.118Z Checking peg v0.8.5
25822026-08-20T01:42:21.221Z Checking nom v8.0.0
25832026-08-20T01:42:21.302Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25842026-08-20T01:42:21.396Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25852026-08-20T01:42:21.614Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25862026-08-20T01:42:21.617Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25872026-08-20T01:42:21.755Z Checking steno v0.4.1
25882026-08-20T01:42:22.145Z Checking sha1 v0.10.6
25892026-08-20T01:42:22.336Z Checking filetime v0.2.27
25902026-08-20T01:42:22.376Z Checking xattr v1.6.1
25912026-08-20T01:42:22.508Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25922026-08-20T01:42:22.542Z Checking tar v0.4.46
25932026-08-20T01:42:22.608Z Checking subprocess v0.2.15
25942026-08-20T01:42:22.707Z Checking headers-core v0.3.0
25952026-08-20T01:42:22.805Z Checking yasna v0.5.2
25962026-08-20T01:42:22.846Z Checking headers v0.4.1
25972026-08-20T01:42:22.916Z Checking port-file v0.1.0
25982026-08-20T01:42:22.956Z Checking dropshot-api-manager-types v0.8.0
25992026-08-20T01:42:23.174Z Checking tagptr v0.2.0
26002026-08-20T01:42:23.214Z Checking rcgen v0.12.1
26012026-08-20T01:42:23.250Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26022026-08-20T01:42:23.327Z Checking utf-8 v0.7.6
26032026-08-20T01:42:23.362Z Checking moka v0.12.13
26042026-08-20T01:42:23.512Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26052026-08-20T01:42:23.551Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26062026-08-20T01:42:23.689Z Compiling libefi-sys v0.1.0
26072026-08-20T01:42:23.984Z Compiling bitfield-struct v0.6.2
26082026-08-20T01:42:24.019Z Checking hickory-resolver v0.25.2
26092026-08-20T01:42:24.187Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26102026-08-20T01:42:24.257Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26112026-08-20T01:42:24.298Z Checking tungstenite v0.21.0
26122026-08-20T01:42:24.435Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26132026-08-20T01:42:24.645Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26142026-08-20T01:42:24.725Z Compiling xshell-macros v0.2.7
26152026-08-20T01:42:24.761Z Checking tokio-tungstenite v0.21.0
26162026-08-20T01:42:24.795Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26172026-08-20T01:42:24.906Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26182026-08-20T01:42:24.942Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26192026-08-20T01:42:25.043Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26202026-08-20T01:42:25.079Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26212026-08-20T01:42:25.128Z Checking xshell v0.2.7
26222026-08-20T01:42:25.163Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26232026-08-20T01:42:25.311Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26242026-08-20T01:42:25.495Z Checking half v1.8.3
26252026-08-20T01:42:25.543Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26262026-08-20T01:42:25.719Z Checking serde_cbor v0.11.2
26272026-08-20T01:42:25.951Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26282026-08-20T01:42:25.988Z Checking libscf-sys v1.2.0
26292026-08-20T01:42:26.136Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26302026-08-20T01:42:26.171Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26312026-08-20T01:42:26.203Z Checking papergrid v0.18.0
26322026-08-20T01:42:26.241Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26332026-08-20T01:42:26.396Z Checking maplit v1.0.2
26342026-08-20T01:42:26.509Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26352026-08-20T01:42:26.678Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26362026-08-20T01:42:26.829Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26372026-08-20T01:42:27.014Z Checking tabled v0.21.0
26382026-08-20T01:42:27.080Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26392026-08-20T01:42:27.238Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26402026-08-20T01:42:27.309Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26412026-08-20T01:42:27.345Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26422026-08-20T01:42:27.377Z Checking crc8 v0.1.1
26432026-08-20T01:42:27.502Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26442026-08-20T01:42:27.641Z Checking unicase v2.9.0
26452026-08-20T01:42:27.781Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26462026-08-20T01:42:27.827Z Checking fxhash v0.2.1
26472026-08-20T01:42:27.890Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26482026-08-20T01:42:27.976Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26492026-08-20T01:42:28.222Z Checking sha2 v0.11.0
26502026-08-20T01:42:28.384Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26512026-08-20T01:42:28.472Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26522026-08-20T01:42:28.814Z Compiling darling_core v0.21.3
26532026-08-20T01:42:28.892Z Compiling vergen-lib v0.1.6
26542026-08-20T01:42:28.940Z Compiling diesel_derives v2.3.7
26552026-08-20T01:42:28.975Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26562026-08-20T01:42:29.194Z Checking scheduled-thread-pool v0.2.7
26572026-08-20T01:42:29.229Z Compiling vergen-gitcl v1.0.8
26582026-08-20T01:42:29.367Z Compiling diesel_table_macro_syntax v0.3.0
26592026-08-20T01:42:29.487Z Checking r2d2 v0.8.10
26602026-08-20T01:42:29.594Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26612026-08-20T01:42:29.691Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26622026-08-20T01:42:29.800Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26632026-08-20T01:42:30.016Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26642026-08-20T01:42:30.064Z Checking downcast-rs v2.0.2
26652026-08-20T01:42:30.330Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-08-20T01:42:30.520Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26672026-08-20T01:42:30.740Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26682026-08-20T01:42:30.774Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26692026-08-20T01:42:30.930Z Checking kstat-rs v0.2.5
26702026-08-20T01:42:30.964Z Compiling proc-macro-error-attr2 v2.0.0
26712026-08-20T01:42:31.151Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26722026-08-20T01:42:31.335Z Compiling darling_macro v0.21.3
26732026-08-20T01:42:31.438Z Compiling proc-macro-error2 v2.0.1
26742026-08-20T01:42:31.483Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26752026-08-20T01:42:31.786Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26762026-08-20T01:42:31.845Z Compiling knus-derive v3.4.0
26772026-08-20T01:42:31.924Z Compiling darling v0.21.3
26782026-08-20T01:42:32.042Z Compiling dsl_auto_type v0.2.0
26792026-08-20T01:42:32.793Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26802026-08-20T01:42:33.134Z Compiling dirs-sys-next v0.1.2
26812026-08-20T01:42:33.177Z Compiling parking_lot_core v0.8.6
26822026-08-20T01:42:33.350Z Compiling crunchy v0.2.4
26832026-08-20T01:42:33.460Z Compiling salty v0.3.0
26842026-08-20T01:42:33.541Z Compiling dirs-next v2.0.0
26852026-08-20T01:42:33.680Z Compiling clang-sys v1.8.1
26862026-08-20T01:42:33.711Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26872026-08-20T01:42:33.746Z Compiling git-stub v1.0.0
26882026-08-20T01:42:33.827Z Compiling tiny-keccak v2.0.2
26892026-08-20T01:42:34.028Z Compiling git-stub-vcs v0.1.0
26902026-08-20T01:42:34.130Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26912026-08-20T01:42:34.310Z Compiling term v0.7.0
26922026-08-20T01:42:34.456Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26932026-08-20T01:42:34.461Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26942026-08-20T01:42:34.519Z Compiling bit-vec v0.6.3
26952026-08-20T01:42:34.636Z Checking parking_lot v0.11.2
26962026-08-20T01:42:34.779Z Compiling bit-set v0.5.3
26972026-08-20T01:42:34.814Z Compiling ascii-canvas v3.0.0
26982026-08-20T01:42:34.851Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26992026-08-20T01:42:34.885Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27002026-08-20T01:42:35.075Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27012026-08-20T01:42:35.133Z Checking rfc6979 v0.4.0
27022026-08-20T01:42:35.291Z Checking prefix-trie v0.7.0
27032026-08-20T01:42:35.363Z Compiling hashbrown v0.14.5
27042026-08-20T01:42:35.451Z Compiling itertools v0.10.5
27052026-08-20T01:42:35.563Z Compiling ena v0.14.4
27062026-08-20T01:42:35.758Z Compiling libloading v0.8.9
27072026-08-20T01:42:35.802Z Compiling bindgen v0.71.1
27082026-08-20T01:42:35.888Z Compiling diff v0.1.13
27092026-08-20T01:42:35.942Z Compiling regex-syntax v0.6.29
27102026-08-20T01:42:36.120Z Compiling chumsky v0.9.3
27112026-08-20T01:42:36.263Z Checking hickory-server v0.25.2
27122026-08-20T01:42:36.555Z Compiling ecdsa v0.16.9
27132026-08-20T01:42:37.379Z Compiling lalrpop v0.19.12
27142026-08-20T01:42:37.443Z Checking sled v0.34.7
27152026-08-20T01:42:37.595Z Compiling cexpr v0.6.0
27162026-08-20T01:42:37.599Z Checking primeorder v0.13.6
27172026-08-20T01:42:37.874Z Checking nanorand v0.7.0
27182026-08-20T01:42:37.921Z Checking diesel v2.3.7
27192026-08-20T01:42:38.102Z Compiling rustc-hash v2.1.1
27202026-08-20T01:42:38.322Z Compiling p384 v0.13.1
27212026-08-20T01:42:38.357Z Checking flume v0.11.1
27222026-08-20T01:42:38.688Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27232026-08-20T01:42:38.893Z Compiling knus v3.4.0
27242026-08-20T01:42:39.066Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27252026-08-20T01:42:39.327Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27262026-08-20T01:42:39.523Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27272026-08-20T01:42:39.777Z Compiling libxml v0.3.3
27282026-08-20T01:42:39.780Z Checking assert_matches v1.5.0
27292026-08-20T01:42:39.845Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27302026-08-20T01:42:39.961Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27312026-08-20T01:42:40.108Z Compiling strum_macros v0.24.3
27322026-08-20T01:42:40.141Z Compiling indoc v1.0.9
27332026-08-20T01:42:40.795Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27342026-08-20T01:42:41.012Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-08-20T01:42:41.336Z Checking quick-xml v0.37.5
27362026-08-20T01:42:41.379Z Checking derive_builder v0.20.2
27372026-08-20T01:42:41.419Z Compiling oso-derive v0.27.3
27382026-08-20T01:42:41.524Z Compiling trait-variant v0.1.2
27392026-08-20T01:42:41.948Z Compiling impl-trait-for-tuples v0.2.3
27402026-08-20T01:42:42.137Z Checking openssl-probe v0.1.6
27412026-08-20T01:42:42.258Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27422026-08-20T01:42:42.339Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27432026-08-20T01:42:42.743Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27442026-08-20T01:42:43.075Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27452026-08-20T01:42:43.141Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27462026-08-20T01:42:43.303Z Checking corncobs v0.1.4
27472026-08-20T01:42:43.423Z Checking predicates-tree v1.0.13
27482026-08-20T01:42:43.465Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27492026-08-20T01:42:43.512Z Compiling progenitor-impl v0.13.0
27502026-08-20T01:42:43.565Z Checking secrecy v0.8.0
27512026-08-20T01:42:43.719Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27522026-08-20T01:42:44.272Z Checking progenitor-client v0.13.0
27532026-08-20T01:42:44.550Z Checking anstyle-parse v0.2.7
27542026-08-20T01:42:44.693Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27552026-08-20T01:42:44.728Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27562026-08-20T01:42:44.762Z Checking anstream v0.6.21
27572026-08-20T01:42:44.913Z Checking bb8 v0.8.6
27582026-08-20T01:42:45.261Z Compiling mime_guess v2.0.5
27592026-08-20T01:42:45.306Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27602026-08-20T01:42:45.531Z Checking ignore v0.4.25
27612026-08-20T01:42:45.848Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27622026-08-20T01:42:45.962Z Checking http-range v0.1.5
27632026-08-20T01:42:46.036Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27642026-08-20T01:42:46.118Z Checking globwalk v0.9.1
27652026-08-20T01:42:46.151Z Compiling progenitor-macro v0.13.0
27662026-08-20T01:42:46.458Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27672026-08-20T01:42:46.848Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27682026-08-20T01:42:47.058Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27692026-08-20T01:42:47.516Z Checking digest-io v0.1.0
27702026-08-20T01:42:47.695Z Checking nonempty v0.12.0
27712026-08-20T01:42:47.879Z Checking rawzip v0.4.4
27722026-08-20T01:42:48.346Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27732026-08-20T01:42:48.381Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27742026-08-20T01:42:48.413Z Checking camino-tempfile-ext v0.3.3
27752026-08-20T01:42:48.647Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27762026-08-20T01:42:49.083Z Checking hyper-staticfile v0.10.1
27772026-08-20T01:42:49.406Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27782026-08-20T01:42:49.696Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27792026-08-20T01:42:49.732Z Checking signal-hook-tokio v0.3.1
27802026-08-20T01:42:49.894Z Compiling illumos-nvpair-sys v0.2.0
27812026-08-20T01:42:49.940Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27822026-08-20T01:42:50.290Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27832026-08-20T01:42:50.326Z Checking scuffle v0.1.0
27842026-08-20T01:42:50.399Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27852026-08-20T01:42:50.708Z Checking illumos-nvpair v0.3.0
27862026-08-20T01:42:50.764Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27872026-08-20T01:42:50.900Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27882026-08-20T01:42:51.038Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27892026-08-20T01:42:51.183Z Checking progenitor v0.13.0
27902026-08-20T01:42:51.219Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27912026-08-20T01:42:51.253Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-08-20T01:42:51.364Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27932026-08-20T01:42:51.486Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27942026-08-20T01:42:51.754Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27952026-08-20T01:42:51.957Z Checking diesel-dtrace v0.5.0
27962026-08-20T01:42:52.110Z Checking async-bb8-diesel v0.2.1
27972026-08-20T01:42:52.242Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27982026-08-20T01:42:52.482Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27992026-08-20T01:42:52.517Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28002026-08-20T01:42:52.945Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28012026-08-20T01:42:53.010Z Checking tungstenite v0.23.0
28022026-08-20T01:42:53.058Z Checking rand_seeder v0.4.0
28032026-08-20T01:42:53.169Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28042026-08-20T01:42:53.240Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28052026-08-20T01:42:53.466Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28062026-08-20T01:42:55.030Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28072026-08-20T01:42:55.067Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28082026-08-20T01:42:55.171Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28092026-08-20T01:42:55.542Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28102026-08-20T01:42:55.897Z Checking tokio-tungstenite v0.23.1
28112026-08-20T01:42:56.202Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28122026-08-20T01:42:56.308Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28132026-08-20T01:42:56.535Z Checking void v1.0.2
28142026-08-20T01:42:56.625Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28152026-08-20T01:42:56.668Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28162026-08-20T01:42:56.702Z Checking lzss v0.8.2
28172026-08-20T01:42:56.828Z Checking nix v0.27.1
28182026-08-20T01:42:56.866Z Checking serde_bytes v0.11.19
28192026-08-20T01:42:56.927Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28202026-08-20T01:42:57.384Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28212026-08-20T01:42:57.670Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28222026-08-20T01:42:58.059Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28232026-08-20T01:42:58.504Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28242026-08-20T01:42:58.802Z Checking cpubits v0.1.1
28252026-08-20T01:42:58.833Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28262026-08-20T01:42:58.912Z Checking yansi v1.0.1
28272026-08-20T01:42:59.037Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28282026-08-20T01:42:59.196Z Checking pretty_assertions v1.4.1
28292026-08-20T01:42:59.316Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28302026-08-20T01:42:59.370Z Checking pem-rfc7468 v1.0.0
28312026-08-20T01:42:59.582Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28322026-08-20T01:42:59.858Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28332026-08-20T01:42:59.993Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28342026-08-20T01:43:00.082Z Checking hmac v0.13.0
28352026-08-20T01:43:00.281Z Checking universal-hash v0.6.1
28362026-08-20T01:43:00.445Z Compiling libz-sys v1.1.24
28372026-08-20T01:43:00.797Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28382026-08-20T01:43:00.858Z Compiling instability v0.3.11
28392026-08-20T01:43:01.118Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28402026-08-20T01:43:01.188Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28412026-08-20T01:43:01.192Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28422026-08-20T01:43:01.256Z Checking castaway v0.2.4
28432026-08-20T01:43:01.401Z Compiling indoc v2.0.7
28442026-08-20T01:43:01.483Z Checking compact_str v0.8.1
28452026-08-20T01:43:01.967Z Checking polyval v0.7.1
28462026-08-20T01:43:02.111Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28472026-08-20T01:43:02.172Z Checking der v0.8.0
28482026-08-20T01:43:02.651Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28492026-08-20T01:43:02.718Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28502026-08-20T01:43:02.876Z Checking unicode-truncate v1.1.0
28512026-08-20T01:43:02.935Z Checking lru v0.12.5
28522026-08-20T01:43:02.973Z Compiling libgit2-sys v0.18.3+1.9.2
28532026-08-20T01:43:03.009Z Checking arc-swap v1.8.2
28542026-08-20T01:43:03.049Z Checking cassowary v0.3.0
28552026-08-20T01:43:03.215Z Checking ghash v0.6.0
28562026-08-20T01:43:03.272Z Checking slog-scope v4.4.1
28572026-08-20T01:43:03.306Z Checking ratatui v0.29.0
28582026-08-20T01:43:03.444Z Checking pbkdf2 v0.13.0
28592026-08-20T01:43:03.511Z Checking aes v0.9.1
28602026-08-20T01:43:03.621Z Checking crypto-bigint v0.7.5
28612026-08-20T01:43:03.927Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28622026-08-20T01:43:04.618Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28632026-08-20T01:43:04.866Z Checking ctr v0.10.1
28642026-08-20T01:43:05.075Z Checking aead v0.6.1
28652026-08-20T01:43:05.177Z Checking cargo-platform v0.3.2
28662026-08-20T01:43:05.244Z Checking aes-gcm v0.11.0
28672026-08-20T01:43:05.385Z Checking cargo_metadata v0.23.1
28682026-08-20T01:43:05.438Z Checking slog-stdlog v4.1.1
28692026-08-20T01:43:05.595Z Checking spki v0.8.0
28702026-08-20T01:43:05.798Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28712026-08-20T01:43:05.933Z Checking colored v2.2.0
28722026-08-20T01:43:06.153Z Checking salsa20 v0.11.0
28732026-08-20T01:43:06.186Z Checking console v0.16.2
28742026-08-20T01:43:06.329Z Compiling vergen-git2 v9.1.0
28752026-08-20T01:43:06.522Z Checking plotters-backend v0.3.7
28762026-08-20T01:43:06.555Z Checking unit-prefix v0.5.2
28772026-08-20T01:43:06.734Z Checking indicatif v0.18.4
28782026-08-20T01:43:06.775Z Checking plotters-svg v0.3.7
28792026-08-20T01:43:06.992Z Checking scrypt v0.12.0
28802026-08-20T01:43:07.158Z Checking slog-envlogger v2.2.0
28812026-08-20T01:43:07.193Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28822026-08-20T01:43:07.228Z Checking cbc v0.2.1
28832026-08-20T01:43:07.343Z Checking libsw-core v0.3.2
28842026-08-20T01:43:07.399Z Checking cast v0.3.0
28852026-08-20T01:43:07.481Z Checking pkcs5 v0.8.1
28862026-08-20T01:43:07.522Z Checking libsw v3.5.0
28872026-08-20T01:43:07.577Z Checking criterion-plot v0.6.0
28882026-08-20T01:43:07.714Z Checking plotters v0.3.7
28892026-08-20T01:43:07.801Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28902026-08-20T01:43:07.842Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28912026-08-20T01:43:08.066Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28922026-08-20T01:43:08.289Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28932026-08-20T01:43:08.472Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28942026-08-20T01:43:08.532Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28952026-08-20T01:43:08.694Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28962026-08-20T01:43:08.757Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28972026-08-20T01:43:08.797Z Checking tinytemplate v1.2.1
28982026-08-20T01:43:08.917Z Checking oorandom v11.1.5
28992026-08-20T01:43:09.050Z Checking anes v0.1.6
29002026-08-20T01:43:09.084Z Checking shell-words v1.1.1
29012026-08-20T01:43:09.279Z Checking criterion v0.7.0
29022026-08-20T01:43:09.323Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29032026-08-20T01:43:09.671Z Checking pkcs8 v0.11.0
29042026-08-20T01:43:09.899Z Checking oxide-update-engine-display v0.1.2
29052026-08-20T01:43:10.248Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29062026-08-20T01:43:10.499Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29072026-08-20T01:43:10.814Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29082026-08-20T01:43:11.307Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29092026-08-20T01:43:12.167Z Checking tokio-test v0.4.5
29102026-08-20T01:43:12.401Z Checking ff v0.14.0
29112026-08-20T01:43:12.572Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29122026-08-20T01:43:12.799Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29132026-08-20T01:43:13.225Z Checking twox-hash v2.1.2
29142026-08-20T01:43:13.557Z Compiling petname v2.0.2
29152026-08-20T01:43:14.071Z Checking atty v0.2.14
29162026-08-20T01:43:14.202Z Checking constant_time_eq v0.4.2
29172026-08-20T01:43:14.371Z Checking arrayref v0.3.9
29182026-08-20T01:43:14.405Z Checking arrayvec v0.7.6
29192026-08-20T01:43:14.657Z Checking group v0.14.0
29202026-08-20T01:43:14.703Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29212026-08-20T01:43:14.845Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29222026-08-20T01:43:14.900Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29232026-08-20T01:43:15.596Z Checking fatfs v0.3.6
29242026-08-20T01:43:15.762Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29252026-08-20T01:43:15.908Z Checking signature v3.0.0
29262026-08-20T01:43:15.944Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29272026-08-20T01:43:16.076Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29282026-08-20T01:43:16.109Z Compiling seq-macro v0.3.6
29292026-08-20T01:43:16.637Z Checking base16ct v1.0.0
29302026-08-20T01:43:16.815Z Checking sec1 v0.8.1
29312026-08-20T01:43:17.085Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29322026-08-20T01:43:17.294Z Checking hkdf v0.13.0
29332026-08-20T01:43:17.434Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29342026-08-20T01:43:17.469Z Checking concurrent-queue v2.5.0
29352026-08-20T01:43:17.472Z Checking sapling-renderdag v0.1.0
29362026-08-20T01:43:17.625Z Checking parking v2.2.1
29372026-08-20T01:43:17.681Z Checking sync-ptr v0.1.4
29382026-08-20T01:43:17.767Z Checking elliptic-curve v0.14.1
29392026-08-20T01:43:17.801Z Checking event-listener v5.4.1
29402026-08-20T01:43:17.836Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29412026-08-20T01:43:18.048Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29422026-08-20T01:43:18.197Z Checking rtoolbox v0.0.3
29432026-08-20T01:43:18.313Z Checking event-listener-strategy v0.5.4
29442026-08-20T01:43:18.360Z Checking rpassword v7.5.4
29452026-08-20T01:43:18.478Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29462026-08-20T01:43:18.541Z Compiling samael v0.0.19
29472026-08-20T01:43:18.575Z Checking wnaf v0.14.0
29482026-08-20T01:43:18.767Z Checking primefield v0.14.0
29492026-08-20T01:43:18.999Z Checking rfc6979 v0.6.0
29502026-08-20T01:43:19.173Z Checking tui-tree-widget v0.23.1
29512026-08-20T01:43:19.395Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29522026-08-20T01:43:19.462Z Compiling blake3 v1.8.5
29532026-08-20T01:43:19.846Z Checking futures-timer v3.0.3
29542026-08-20T01:43:20.403Z Checking ecdsa v0.17.0
29552026-08-20T01:43:20.565Z Checking primeorder v0.14.0
29562026-08-20T01:43:20.829Z Checking async-lock v3.4.2
29572026-08-20T01:43:20.974Z Compiling curve25519-dalek v5.0.0
29582026-08-20T01:43:21.205Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29592026-08-20T01:43:21.238Z Checking async-object-pool v0.2.0
29602026-08-20T01:43:21.706Z Checking ssh-encoding v0.3.0
29612026-08-20T01:43:21.989Z Checking serde_regex v1.1.0
29622026-08-20T01:43:22.182Z Checking assert-json-diff v2.0.2
29632026-08-20T01:43:22.388Z Checking path-tree v0.8.3
29642026-08-20T01:43:22.611Z Checking keccak v0.2.0
29652026-08-20T01:43:22.801Z Checking topological-sort v0.2.2
29662026-08-20T01:43:22.971Z Compiling strsim v0.10.0
29672026-08-20T01:43:23.351Z Checking stringmetrics v2.2.2
29682026-08-20T01:43:23.458Z Compiling darling_core v0.13.4
29692026-08-20T01:43:23.514Z Checking httpmock v0.8.3
29702026-08-20T01:43:23.693Z Checking omicron-zone-package v0.12.3
29712026-08-20T01:43:24.605Z Checking ed25519 v3.0.0
29722026-08-20T01:43:24.791Z Checking crypto-primes v0.7.2
29732026-08-20T01:43:24.832Z Checking pkcs1 v0.8.0-rc.4
29742026-08-20T01:43:25.069Z Checking poly1305 v0.9.0
29752026-08-20T01:43:25.299Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29762026-08-20T01:43:25.363Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29772026-08-20T01:43:25.713Z Checking blowfish v0.10.0
29782026-08-20T01:43:25.748Z Checking blake2 v0.11.0-rc.6
29792026-08-20T01:43:25.781Z Compiling target-lexicon v0.13.3
29802026-08-20T01:43:25.892Z Checking bcrypt-pbkdf v0.11.0
29812026-08-20T01:43:26.010Z Checking rsa v0.10.0-rc.18
29822026-08-20T01:43:26.044Z Checking argon2 v0.6.0-rc.8
29832026-08-20T01:43:26.081Z Checking ssh-cipher v0.3.0
29842026-08-20T01:43:26.320Z Compiling darling_macro v0.13.4
29852026-08-20T01:43:26.353Z Checking ed25519-dalek v3.0.0
29862026-08-20T01:43:26.399Z Checking sha3 v0.11.0
29872026-08-20T01:43:26.526Z Checking p384 v0.14.0
29882026-08-20T01:43:26.601Z Checking p521 v0.14.0
29892026-08-20T01:43:26.779Z Checking p256 v0.14.0
29902026-08-20T01:43:26.836Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29912026-08-20T01:43:27.105Z Checking kem v0.3.0
29922026-08-20T01:43:27.257Z Checking module-lattice v0.2.3
29932026-08-20T01:43:27.502Z Checking socket2 v0.5.10
29942026-08-20T01:43:27.552Z Compiling guppy-workspace-hack v0.1.0
29952026-08-20T01:43:27.756Z Checking sponge-cursor v0.1.0
29962026-08-20T01:43:27.791Z Checking hex-literal v0.4.1
29972026-08-20T01:43:27.915Z Checking sha3 v0.12.0
29982026-08-20T01:43:27.995Z Checking ml-kem v0.3.2
29992026-08-20T01:43:28.182Z Compiling darling v0.13.4
30002026-08-20T01:43:28.539Z Checking russh-cryptovec v0.62.0
30012026-08-20T01:43:28.573Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30022026-08-20T01:43:28.728Z Checking internal-russh-num-bigint v0.5.0
30032026-08-20T01:43:28.818Z Checking num-bigint v0.4.6
30042026-08-20T01:43:29.283Z Checking russh-util v0.52.0
30052026-08-20T01:43:29.442Z Checking generic-array v1.4.3
30062026-08-20T01:43:29.569Z Compiling enum_dispatch v0.3.13
30072026-08-20T01:43:29.627Z Checking ssh-key v0.7.0-rc.11
30082026-08-20T01:43:29.880Z Compiling delegate v0.13.5
30092026-08-20T01:43:29.911Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30102026-08-20T01:43:30.347Z Checking md5 v0.8.0
30112026-08-20T01:43:30.517Z Checking hex-literal v1.1.0
30122026-08-20T01:43:30.554Z Compiling target-spec v3.5.7
30132026-08-20T01:43:30.558Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30142026-08-20T01:43:30.883Z Checking russh v0.62.4
30152026-08-20T01:43:30.975Z Checking cfg-expr v0.20.6
30162026-08-20T01:43:31.225Z Compiling serde_with_macros v1.5.2
30172026-08-20T01:43:31.488Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30182026-08-20T01:43:31.643Z Compiling git2 v0.20.4
30192026-08-20T01:43:31.872Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30202026-08-20T01:43:32.091Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30212026-08-20T01:43:32.139Z Checking internet-checksum v0.2.1
30222026-08-20T01:43:32.292Z Compiling serde_with v1.14.0
30232026-08-20T01:43:32.835Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30242026-08-20T01:43:33.436Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30252026-08-20T01:43:33.930Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30262026-08-20T01:43:34.225Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30272026-08-20T01:43:34.280Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30282026-08-20T01:43:34.358Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30292026-08-20T01:43:34.484Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30302026-08-20T01:43:34.517Z Checking httptest v0.16.4
30312026-08-20T01:43:34.619Z Checking pathdiff v0.2.3
30322026-08-20T01:43:34.654Z Checking nested v0.1.1
30332026-08-20T01:43:34.760Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30342026-08-20T01:43:34.821Z Checking guppy v0.17.25
30352026-08-20T01:43:34.914Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30362026-08-20T01:43:34.967Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30372026-08-20T01:43:35.026Z Compiling polar-core v0.27.3
30382026-08-20T01:43:35.177Z Checking similar-asserts v1.7.0
30392026-08-20T01:43:35.328Z Compiling target-triple v1.0.0
30402026-08-20T01:43:35.364Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30412026-08-20T01:43:35.696Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30422026-08-20T01:43:35.818Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30432026-08-20T01:43:36.042Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30442026-08-20T01:43:36.267Z Checking hickory-client v0.25.2
30452026-08-20T01:43:36.571Z Checking supports-color v2.1.0
30462026-08-20T01:43:36.662Z Checking supports-unicode v2.1.0
30472026-08-20T01:43:36.769Z Checking supports-hyperlinks v2.1.0
30482026-08-20T01:43:36.813Z Checking textwrap v0.15.2
30492026-08-20T01:43:36.916Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30502026-08-20T01:43:37.060Z Checking terminal_size v0.1.17
30512026-08-20T01:43:37.103Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30522026-08-20T01:43:37.170Z Compiling miette-derive v5.10.0
30532026-08-20T01:43:37.205Z Compiling fs-err v2.11.0
30542026-08-20T01:43:37.438Z Compiling assert_cmd v2.1.2
30552026-08-20T01:43:37.540Z Checking owo-colors v3.5.0
30562026-08-20T01:43:37.713Z Checking escape8259 v0.5.3
30572026-08-20T01:43:37.877Z Checking libtest-mimic v0.8.1
30582026-08-20T01:43:38.147Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30592026-08-20T01:43:38.297Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30602026-08-20T01:43:38.368Z Checking miette v5.10.0
30612026-08-20T01:43:38.883Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30622026-08-20T01:43:39.025Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30632026-08-20T01:43:39.520Z Checking blake2b_simd v1.0.4
30642026-08-20T01:43:39.749Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30652026-08-20T01:43:39.939Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30662026-08-20T01:43:39.974Z Checking oso v0.27.3
30672026-08-20T01:43:40.164Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30682026-08-20T01:43:40.201Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30692026-08-20T01:43:40.394Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30702026-08-20T01:43:40.429Z Compiling knuffel-derive v3.2.0
30712026-08-20T01:43:40.781Z Checking fancy-regex v0.14.0
30722026-08-20T01:43:40.897Z Checking serde_tokenstream v0.2.3
30732026-08-20T01:43:41.176Z Checking approx v0.5.1
30742026-08-20T01:43:41.336Z Compiling rstest_macros v0.25.0
30752026-08-20T01:43:41.369Z Checking uzers v0.12.2
30762026-08-20T01:43:41.608Z Checking termcolor v1.4.1
30772026-08-20T01:43:41.642Z Checking constant_time_eq v0.3.1
30782026-08-20T01:43:41.686Z Compiling linkme-impl v0.3.35
30792026-08-20T01:43:41.774Z Checking rust-argon2 v2.1.0
30802026-08-20T01:43:41.885Z Checking trybuild v1.0.116
30812026-08-20T01:43:41.936Z Checking knuffel v3.2.0
30822026-08-20T01:43:42.146Z Checking datatest-stable v0.3.3
30832026-08-20T01:43:42.361Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30842026-08-20T01:43:42.395Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30852026-08-20T01:43:42.572Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30862026-08-20T01:43:42.630Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30872026-08-20T01:43:42.664Z Checking support-bundle-viewer v0.1.2
30882026-08-20T01:43:42.744Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30892026-08-20T01:43:42.779Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30902026-08-20T01:43:42.936Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30912026-08-20T01:43:42.971Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30922026-08-20T01:43:43.006Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30932026-08-20T01:43:43.159Z Checking drift v0.2.0
30942026-08-20T01:43:43.202Z Checking rand_distr v0.5.1
30952026-08-20T01:43:43.399Z Checking multimap v0.10.1
30962026-08-20T01:43:43.466Z Compiling linkme v0.3.35
30972026-08-20T01:43:43.543Z Checking parse-size v1.1.0
30982026-08-20T01:43:43.606Z Compiling relative-path v1.9.3
30992026-08-20T01:43:43.641Z Checking dropshot-api-manager v0.8.0
31002026-08-20T01:43:43.700Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31012026-08-20T01:43:44.017Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31022026-08-20T01:43:44.814Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31032026-08-20T01:43:45.250Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31042026-08-20T01:43:45.591Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31052026-08-20T01:43:45.758Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31062026-08-20T01:43:45.810Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31072026-08-20T01:43:45.845Z Checking cargo_toml v0.21.0
31082026-08-20T01:43:46.329Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31092026-08-20T01:43:46.487Z Checking partial-io v0.5.4
31102026-08-20T01:43:46.566Z Checking termios v0.3.3
31112026-08-20T01:43:46.738Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31122026-08-20T01:43:46.772Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31132026-08-20T01:43:47.463Z Checking rstest v0.25.0
31142026-08-20T01:43:48.132Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31152026-08-20T01:43:52.498Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31162026-08-20T01:43:52.935Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31172026-08-20T01:43:54.253Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31182026-08-20T01:43:58.437Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31192026-08-20T01:43:59.666Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31202026-08-20T01:44:01.770Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31212026-08-20T01:44:06.497Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31222026-08-20T01:44:09.441Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31232026-08-20T01:44:11.570Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31242026-08-20T01:44:15.113Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31252026-08-20T01:44:17.424Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31262026-08-20T01:44:18.041Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31272026-08-20T01:44:19.505Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31282026-08-20T01:44:23.116Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31292026-08-20T01:44:27.851Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31302026-08-20T01:44:50.140Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31312026-08-20T01:45:42.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 11s
31322026-08-20T01:45:42.420Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31332026-08-20T01:45:42.420Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31342026-08-20T01:45:43.077Z
31352026-08-20T01:45:43.077Zreal 4:14.573528899
31362026-08-20T01:45:43.077Zuser 21:56.047084073
31372026-08-20T01:45:43.077Zsys 5:09.456508817
31382026-08-20T01:45:43.077Ztrap 0.541573669
31392026-08-20T01:45:43.077Ztflt 0.446497079
31402026-08-20T01:45:43.077Zdflt 0.545677013
31412026-08-20T01:45:43.077Zkflt 0.004878643
31422026-08-20T01:45:43.077Zlock 1:06:15.946767531
31432026-08-20T01:45:43.077Zslp 59:45.168398338
31442026-08-20T01:45:43.077Zlat 1:51.812682490
31452026-08-20T01:45:43.077Zstop 13:47.693077562
31462026-08-20T01:45:43.080Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31472026-08-20T01:45:43.080Z+ ptime -m cargo doc --workspace --no-deps
31482026-08-20T01:45:43.947Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31492026-08-20T01:45:43.947Z |
31502026-08-20T01:45:43.947Z = 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)`
31512026-08-20T01:45:43.947Z = 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>
31522026-08-20T01:45:45.064Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31532026-08-20T01:45:45.327Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31542026-08-20T01:45:45.386Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31552026-08-20T01:45:45.393Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31562026-08-20T01:45:45.440Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31572026-08-20T01:45:45.560Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31582026-08-20T01:45:45.594Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31592026-08-20T01:45:45.594Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31602026-08-20T01:45:45.650Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31612026-08-20T01:45:45.655Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31622026-08-20T01:45:45.811Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31632026-08-20T01:45:45.867Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31642026-08-20T01:45:45.899Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31652026-08-20T01:45:45.979Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31662026-08-20T01:45:45.997Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-08-20T01:45:46.016Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31682026-08-20T01:45:46.016Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31692026-08-20T01:45:46.063Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31702026-08-20T01:45:46.109Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31712026-08-20T01:45:46.163Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31722026-08-20T01:45:46.231Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31732026-08-20T01:45:46.406Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31742026-08-20T01:45:46.553Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31752026-08-20T01:45:46.609Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31762026-08-20T01:45:46.657Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31772026-08-20T01:45:46.690Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31782026-08-20T01:45:46.844Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31792026-08-20T01:45:46.918Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31802026-08-20T01:45:47.031Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31812026-08-20T01:45:47.106Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31822026-08-20T01:45:47.156Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31832026-08-20T01:45:47.186Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31842026-08-20T01:45:47.295Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31852026-08-20T01:45:47.528Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31862026-08-20T01:45:47.550Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31872026-08-20T01:45:47.582Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31882026-08-20T01:45:47.713Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31892026-08-20T01:45:47.769Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31902026-08-20T01:45:47.795Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31912026-08-20T01:45:47.945Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31922026-08-20T01:45:48.042Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31932026-08-20T01:45:48.210Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31942026-08-20T01:45:48.267Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31952026-08-20T01:45:48.292Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31962026-08-20T01:45:48.296Z Checking scuffle v0.1.0
31972026-08-20T01:45:48.488Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31982026-08-20T01:45:48.518Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31992026-08-20T01:45:48.622Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32002026-08-20T01:45:48.713Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32012026-08-20T01:45:48.773Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32022026-08-20T01:45:48.855Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32032026-08-20T01:45:48.885Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32042026-08-20T01:45:48.941Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32052026-08-20T01:45:48.999Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32062026-08-20T01:45:49.026Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32072026-08-20T01:45:49.073Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32082026-08-20T01:45:49.098Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32092026-08-20T01:45:49.135Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32102026-08-20T01:45:49.194Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32112026-08-20T01:45:49.591Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32122026-08-20T01:45:49.956Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32132026-08-20T01:45:49.990Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32142026-08-20T01:45:50.303Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32152026-08-20T01:45:50.417Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32162026-08-20T01:45:50.675Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32172026-08-20T01:45:50.700Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32182026-08-20T01:45:50.855Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32192026-08-20T01:45:50.933Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32202026-08-20T01:45:50.986Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32212026-08-20T01:45:51.012Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32222026-08-20T01:45:51.143Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32232026-08-20T01:45:51.225Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32242026-08-20T01:45:51.311Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32252026-08-20T01:45:51.976Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32262026-08-20T01:45:52.063Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32272026-08-20T01:45:52.301Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32282026-08-20T01:45:52.350Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32292026-08-20T01:45:52.382Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32302026-08-20T01:45:52.663Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32312026-08-20T01:45:52.689Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32322026-08-20T01:45:52.691Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32332026-08-20T01:45:52.737Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32342026-08-20T01:45:52.760Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32352026-08-20T01:45:52.907Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32362026-08-20T01:45:53.006Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32372026-08-20T01:45:53.133Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-08-20T01:45:53.159Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32392026-08-20T01:45:53.183Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32402026-08-20T01:45:53.246Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32412026-08-20T01:45:53.356Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32422026-08-20T01:45:53.381Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32432026-08-20T01:45:53.403Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32442026-08-20T01:45:53.472Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32452026-08-20T01:45:53.493Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32462026-08-20T01:45:53.516Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32472026-08-20T01:45:53.687Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32482026-08-20T01:45:53.691Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32492026-08-20T01:45:53.755Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32502026-08-20T01:45:53.779Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32512026-08-20T01:45:53.838Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32522026-08-20T01:45:53.887Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32532026-08-20T01:45:53.922Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32542026-08-20T01:45:54.034Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32552026-08-20T01:45:54.081Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32562026-08-20T01:45:54.120Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32572026-08-20T01:45:54.419Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32582026-08-20T01:45:54.463Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32592026-08-20T01:45:54.473Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32602026-08-20T01:45:54.986Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32612026-08-20T01:45:55.154Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32622026-08-20T01:45:55.447Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32632026-08-20T01:45:56.234Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32642026-08-20T01:45:56.426Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32652026-08-20T01:45:56.726Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32662026-08-20T01:45:56.878Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32672026-08-20T01:45:57.032Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32682026-08-20T01:45:57.843Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32692026-08-20T01:45:58.254Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32702026-08-20T01:45:58.690Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32712026-08-20T01:45:59.051Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32722026-08-20T01:45:59.105Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32732026-08-20T01:45:59.320Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32742026-08-20T01:45:59.594Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32752026-08-20T01:45:59.621Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32762026-08-20T01:46:00.332Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32772026-08-20T01:46:00.432Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32782026-08-20T01:46:00.550Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32792026-08-20T01:46:00.945Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32802026-08-20T01:46:01.301Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32812026-08-20T01:46:01.363Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32822026-08-20T01:46:01.516Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32832026-08-20T01:46:01.752Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32842026-08-20T01:46:01.910Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32852026-08-20T01:46:01.943Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32862026-08-20T01:46:02.686Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32872026-08-20T01:46:02.888Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32882026-08-20T01:46:03.449Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32892026-08-20T01:46:03.522Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32902026-08-20T01:46:04.483Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32912026-08-20T01:46:04.529Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32922026-08-20T01:46:04.933Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32932026-08-20T01:46:05.269Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32942026-08-20T01:46:05.300Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32952026-08-20T01:46:05.324Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32962026-08-20T01:46:05.779Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32972026-08-20T01:46:06.018Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32982026-08-20T01:46:06.399Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32992026-08-20T01:46:06.637Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33002026-08-20T01:46:06.928Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33012026-08-20T01:46:07.435Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33022026-08-20T01:46:07.655Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33032026-08-20T01:46:08.157Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33042026-08-20T01:46:08.289Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33052026-08-20T01:46:08.860Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33062026-08-20T01:46:09.557Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33072026-08-20T01:46:10.110Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33082026-08-20T01:46:13.266Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33092026-08-20T01:46:13.600Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33102026-08-20T01:46:13.708Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33112026-08-20T01:46:14.843Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33122026-08-20T01:46:15.007Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33132026-08-20T01:46:16.273Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33142026-08-20T01:46:17.004Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33152026-08-20T01:46:17.111Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33162026-08-20T01:46:17.152Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33172026-08-20T01:46:18.243Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33182026-08-20T01:46:18.741Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33192026-08-20T01:46:18.998Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33202026-08-20T01:46:19.291Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33212026-08-20T01:46:19.700Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33222026-08-20T01:46:19.792Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33232026-08-20T01:46:20.016Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33242026-08-20T01:46:20.040Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33252026-08-20T01:46:20.115Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33262026-08-20T01:46:20.467Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33272026-08-20T01:46:20.585Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33282026-08-20T01:46:20.698Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33292026-08-20T01:46:20.996Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33302026-08-20T01:46:21.349Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33312026-08-20T01:46:21.805Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33322026-08-20T01:46:21.831Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33332026-08-20T01:46:22.099Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33342026-08-20T01:46:22.165Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33352026-08-20T01:46:22.551Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33362026-08-20T01:46:22.883Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33372026-08-20T01:46:24.005Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33382026-08-20T01:46:24.351Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33392026-08-20T01:46:24.410Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33402026-08-20T01:46:26.989Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33412026-08-20T01:46:28.482Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33422026-08-20T01:46:28.959Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33432026-08-20T01:46:29.506Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33442026-08-20T01:46:31.484Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33452026-08-20T01:46:33.277Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33462026-08-20T01:46:33.823Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33472026-08-20T01:46:34.408Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33482026-08-20T01:46:35.333Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33492026-08-20T01:46:36.823Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33502026-08-20T01:46:37.898Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33512026-08-20T01:46:38.949Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33522026-08-20T01:46:39.289Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33532026-08-20T01:46:39.475Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33542026-08-20T01:46:40.825Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33552026-08-20T01:46:46.183Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33562026-08-20T01:46:46.621Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33572026-08-20T01:46:47.510Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33582026-08-20T01:46:48.126Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33592026-08-20T01:46:48.963Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33602026-08-20T01:46:49.714Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33612026-08-20T01:46:50.860Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33622026-08-20T01:46:51.605Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33632026-08-20T01:46:53.966Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33642026-08-20T01:46:54.592Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33652026-08-20T01:46:55.232Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33662026-08-20T01:46:55.350Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33672026-08-20T01:46:56.538Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33682026-08-20T01:46:57.226Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33692026-08-20T01:46:58.202Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33702026-08-20T01:47:02.519Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33712026-08-20T01:47:03.653Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33722026-08-20T01:47:04.301Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33732026-08-20T01:47:05.168Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33742026-08-20T01:47:06.334Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33752026-08-20T01:47:07.165Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33762026-08-20T01:47:09.403Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33772026-08-20T01:47:10.464Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33782026-08-20T01:47:11.432Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33792026-08-20T01:47:12.460Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33802026-08-20T01:47:13.532Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33812026-08-20T01:47:16.378Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33822026-08-20T01:47:17.100Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33832026-08-20T01:47:18.909Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33842026-08-20T01:47:19.546Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33852026-08-20T01:47:21.038Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33862026-08-20T01:47:22.664Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33872026-08-20T01:47:24.403Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33882026-08-20T01:47:25.847Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33892026-08-20T01:47:27.445Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33902026-08-20T01:47:29.037Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33912026-08-20T01:47:30.808Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33922026-08-20T01:47:35.066Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33932026-08-20T01:47:35.466Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33942026-08-20T01:47:36.924Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33952026-08-20T01:47:37.464Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33962026-08-20T01:47:39.166Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33972026-08-20T01:47:40.951Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33982026-08-20T01:47:42.750Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33992026-08-20T01:47:44.742Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34002026-08-20T01:47:46.516Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34012026-08-20T01:47:48.450Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34022026-08-20T01:47:50.004Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34032026-08-20T01:47:51.758Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34042026-08-20T01:47:53.529Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34052026-08-20T01:47:55.290Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34062026-08-20T01:47:57.002Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34072026-08-20T01:47:58.737Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34082026-08-20T01:48:00.483Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34092026-08-20T01:48:01.940Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34102026-08-20T01:48:03.998Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34112026-08-20T01:48:05.701Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34122026-08-20T01:48:09.324Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34132026-08-20T01:48:11.219Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34142026-08-20T01:48:12.988Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34152026-08-20T01:48:14.883Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34162026-08-20T01:48:18.336Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34172026-08-20T01:48:20.375Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34182026-08-20T01:48:22.443Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34192026-08-20T01:48:25.720Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34202026-08-20T01:48:26.914Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34212026-08-20T01:48:29.060Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34222026-08-20T01:48:30.935Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34232026-08-20T01:48:33.403Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34242026-08-20T01:48:35.553Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34252026-08-20T01:48:38.581Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34262026-08-20T01:48:40.624Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34272026-08-20T01:48:42.960Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34282026-08-20T01:48:45.129Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34292026-08-20T01:48:48.031Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34302026-08-20T01:48:50.218Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34312026-08-20T01:48:53.055Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34322026-08-20T01:48:54.752Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34332026-08-20T01:48:57.312Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34342026-08-20T01:48:59.969Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34352026-08-20T01:49:02.482Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34362026-08-20T01:49:04.908Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34372026-08-20T01:49:07.394Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34382026-08-20T01:49:09.840Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34392026-08-20T01:49:12.363Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34402026-08-20T01:49:14.802Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34412026-08-20T01:49:17.095Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34422026-08-20T01:49:19.837Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34432026-08-20T01:49:22.365Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34442026-08-20T01:49:24.811Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34452026-08-20T01:49:27.300Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34462026-08-20T01:49:29.935Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34472026-08-20T01:49:32.377Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34482026-08-20T01:49:35.100Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34492026-08-20T01:49:38.328Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34502026-08-20T01:49:40.736Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34512026-08-20T01:49:42.516Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34522026-08-20T01:49:45.214Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34532026-08-20T01:49:47.670Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34542026-08-20T01:49:49.935Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34552026-08-20T01:49:52.370Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34562026-08-20T01:49:55.143Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34572026-08-20T01:49:57.781Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34582026-08-20T01:50:00.364Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34592026-08-20T01:50:02.876Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34602026-08-20T01:50:05.267Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34612026-08-20T01:50:07.946Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34622026-08-20T01:50:10.449Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34632026-08-20T01:50:13.090Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34642026-08-20T01:50:16.326Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34652026-08-20T01:50:18.592Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34662026-08-20T01:50:21.206Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34672026-08-20T01:50:23.855Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34682026-08-20T01:50:26.457Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34692026-08-20T01:50:29.169Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34702026-08-20T01:50:31.769Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34712026-08-20T01:50:34.485Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34722026-08-20T01:50:36.927Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34732026-08-20T01:50:39.707Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34742026-08-20T01:50:42.326Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34752026-08-20T01:50:45.352Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34762026-08-20T01:50:48.038Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34772026-08-20T01:50:50.607Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34782026-08-20T01:50:53.295Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34792026-08-20T01:50:56.007Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34802026-08-20T01:50:58.709Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34812026-08-20T01:51:01.922Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34822026-08-20T01:51:04.350Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34832026-08-20T01:51:07.303Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34842026-08-20T01:51:15.211Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34852026-08-20T01:51:15.568Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34862026-08-20T01:51:18.911Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34872026-08-20T01:51:22.346Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34882026-08-20T01:51:25.939Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34892026-08-20T01:51:29.624Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34902026-08-20T01:51:34.511Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34912026-08-20T01:51:37.404Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34922026-08-20T01:51:41.251Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34932026-08-20T01:51:45.050Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34942026-08-20T01:51:48.876Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34952026-08-20T01:51:52.750Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34962026-08-20T01:51:56.744Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34972026-08-20T01:52:00.398Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34982026-08-20T01:52:04.181Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34992026-08-20T01:52:07.992Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35002026-08-20T01:52:11.879Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35012026-08-20T01:52:15.610Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35022026-08-20T01:52:19.544Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35032026-08-20T01:52:23.313Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35042026-08-20T01:52:27.160Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35052026-08-20T01:52:31.011Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35062026-08-20T01:52:34.801Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35072026-08-20T01:52:38.735Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35082026-08-20T01:53:09.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 26s
35092026-08-20T01:53:09.318Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35102026-08-20T01:53:09.318Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35112026-08-20T01:53:09.485Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
35122026-08-20T01:53:09.592Z
35132026-08-20T01:53:09.592Zreal 7:26.425446471
35142026-08-20T01:53:09.592Zuser 20:13.499505105
35152026-08-20T01:53:09.592Zsys 4:18.225289997
35162026-08-20T01:53:09.592Ztrap 0.302187519
35172026-08-20T01:53:09.592Ztflt 0.067460682
35182026-08-20T01:53:09.592Zdflt 0.059452092
35192026-08-20T01:53:09.593Zkflt 0.000039850
35202026-08-20T01:53:09.593Zlock 7:06:06.126586704
35212026-08-20T01:53:09.593Zslp 2:29:55.952002588
35222026-08-20T01:53:09.593Zlat 34.313182245
35232026-08-20T01:53:09.593Zstop 2:08.519614507
35242026-08-20T01:53:09.596Zprocess exited: duration 832766 ms, exit code 0
 
35252026-08-20T01:53:09.606Zfound 0 output files