01M12607GYZERXD7MTBT2XH1GT: clippy (helios)

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

Buildomat Job: 01M1260N9C5RKTK05CD86EB3GP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T18:00:20.167Zjob assigned to worker 01M1260ZCEYNQMR4GHWH9A25C2 [factory aws, i-082892d5237ff5403] (queued for 1 m 1 s)
 
22026-08-27T18:00:26.983Zstarting task 0: "setup"
32026-08-27T18:00:26.987Z++ uname -s
42026-08-27T18:00:26.990Z+ kern=SunOS
52026-08-27T18:00:26.990Z+ build_user=build
62026-08-27T18:00:26.991Z+ build_uid=12345
72026-08-27T18:00:26.991Z+ work_dir=/work
82026-08-27T18:00:26.991Z+ input_dir=/input
92026-08-27T18:00:26.991Z+ [[ 0 == 12345 ]]
102026-08-27T18:00:26.991Z+ case "$kern" in
112026-08-27T18:00:26.991Z+ groupadd -g 12345 build
122026-08-27T18:00:26.991Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T18:00:28.995Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T18:00:29.068Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T18:00:29.071Z+ home_fs=zfs
162026-08-27T18:00:29.071Z+ [[ zfs == autofs ]]
172026-08-27T18:00:29.071Z+ mkdir -p /home/build
182026-08-27T18:00:29.071Z+ chown build:build /home/build /work
192026-08-27T18:00:31.072Z+ chmod 0700 /home/build /work
202026-08-27T18:00:31.075Zprocess exited: duration 4092 ms, exit code 0
 
212026-08-27T18:00:31.083Zstarting task 1: "rust-toolchain"
222026-08-27T18:00:31.086Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T18:00:31.086Z * rust toolchain channel = "1.97.1"
242026-08-27T18:00:31.086Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-27T18:00:31.086Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-27T18:00:31.086Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T18:00:31.086Z * rust toolchain profile = "default"
282026-08-27T18:00:31.089Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T18:00:31.089Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T18:00:31.168Zinfo: downloading installer
312026-08-27T18:00:32.391Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T18:00:32.391Zwarn: /home/build/.rustup/settings.toml
332026-08-27T18:00:32.391Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T18:00:32.391Zwarn: instead of the one inferred from the default host triple.
352026-08-27T18:00:32.403Zinfo: profile set to default
362026-08-27T18:00:32.403Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T18:00:32.406Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T18:00:32.554Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T18:00:32.557Zinfo: downloading 6 components
402026-08-27T18:00:49.929Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T18:00:49.929Z
422026-08-27T18:00:49.958Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T18:00:49.958Z
442026-08-27T18:00:49.961Z
452026-08-27T18:00:49.961ZRust is installed now. Great!
462026-08-27T18:00:49.961Z
472026-08-27T18:00:49.961ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T18:00:49.961Zenvironment variable. This has not been done automatically.
492026-08-27T18:00:49.961Z
502026-08-27T18:00:49.961ZTo configure your current shell, you need to source
512026-08-27T18:00:49.961Zthe corresponding env file under $HOME/.cargo.
522026-08-27T18:00:49.961Z
532026-08-27T18:00:49.961ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T18:00:49.961Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T18:00:49.961Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T18:00:49.961Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T18:00:49.961Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T18:00:49.961Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T18:00:49.961Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T18:00:49.961Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T18:00:49.961Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T18:00:50.056Z+ rustup --version
632026-08-27T18:00:50.067Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T18:00:50.071Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T18:00:50.085Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T18:00:50.089Z+ cargo --version
672026-08-27T18:00:50.103Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T18:00:50.106Z+ rustc --version
692026-08-27T18:00:50.123Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T18:00:50.126Zprocess exited: duration 19041 ms, exit code 0
 
712026-08-27T18:00:50.132Zstarting task 2: "authentication"
722026-08-27T18:00:50.149Zprocess exited: duration 16 ms, exit code 0
 
732026-08-27T18:00:50.156Zstarting task 3: "clone repository"
742026-08-27T18:00:50.160Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-27T18:00:50.163Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-27T18:00:50.189ZCloning into '/work/oxidecomputer/omicron'...
772026-08-27T18:01:02.776Z+ cd /work/oxidecomputer/omicron
782026-08-27T18:01:02.776Z+ git fetch origin d0f50ce34f6e02d9f9b200abb2b5ba22c459e1b1
792026-08-27T18:01:03.249ZFrom https://github.com/oxidecomputer/omicron
802026-08-27T18:01:03.249Z * branch d0f50ce34f6e02d9f9b200abb2b5ba22c459e1b1 -> FETCH_HEAD
812026-08-27T18:01:03.259Z+ [[ -n support-bundle-time-range-v2 ]]
822026-08-27T18:01:03.264Z++ git branch --show-current
832026-08-27T18:01:03.264Z+ current=main
842026-08-27T18:01:03.264Z+ [[ main != support-bundle-time-range-v2 ]]
852026-08-27T18:01:03.264Z+ git branch -f support-bundle-time-range-v2 d0f50ce34f6e02d9f9b200abb2b5ba22c459e1b1
862026-08-27T18:01:03.267Z+ git checkout -f support-bundle-time-range-v2
872026-08-27T18:01:03.514ZSwitched to branch 'support-bundle-time-range-v2'
882026-08-27T18:01:03.517Z+ git reset --hard d0f50ce34f6e02d9f9b200abb2b5ba22c459e1b1
892026-08-27T18:01:03.558ZHEAD is now at d0f50ce34 Drop unused omicron-common dependency from support-bundle-collection
902026-08-27T18:01:03.562Zprocess exited: duration 13398 ms, exit code 0
 
912026-08-27T18:01:03.569Zstarting task 4: "build"
922026-08-27T18:01:03.573Z+ source ./env.sh
932026-08-27T18:01:03.573Z++ OLD_SHELL_OPTS=ehxB
942026-08-27T18:01:03.573Z++ set -o xtrace
952026-08-27T18:01:03.577Z++++ dirname ./env.sh
962026-08-27T18:01:03.577Z+++ readlink -f .
972026-08-27T18:01:03.582Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-27T18:01:03.582Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-27T18:01:03.582Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-27T18:01:03.582Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-27T18:01:03.582Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-27T18:01:03.582Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-27T18:01:03.582Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-27T18:01:03.582Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-27T18:01:03.582Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-27T18:01:03.582Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-27T18:01:03.582Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-27T18:01:03.582Z++ case $OLD_SHELL_OPTS in
1092026-08-27T18:01:03.582Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-27T18:01:03.582Z+ source .github/buildomat/ci-env.sh
1112026-08-27T18:01:03.582Z++ export CARGO_TERM_COLOR=always
1122026-08-27T18:01:03.582Z++ CARGO_TERM_COLOR=always
1132026-08-27T18:01:03.582Z+++ uname -s
1142026-08-27T18:01:03.586Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-27T18:01:03.586Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-27T18:01:03.586Z+ cargo --version
1172026-08-27T18:01:03.591Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-27T18:01:03.594Z+ rustc --version
1192026-08-27T18:01:03.613Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-27T18:01:03.616Z+ banner prerequisites
1212026-08-27T18:01:03.620Z
1222026-08-27T18:01:03.620Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-27T18:01:03.620Z # # # # # # # # # # # # # # #
1242026-08-27T18:01:03.620Z # # # # ##### # # ##### # # # # # #### #
1252026-08-27T18:01:03.620Z ##### ##### # ##### # # # # # # # # #
1262026-08-27T18:01:03.620Z # # # # # # # # # # # # # # #
1272026-08-27T18:01:03.620Z # # # ###### # # ###### ### # #### # #### #
1282026-08-27T18:01:03.620Z
1292026-08-27T18:01:03.620Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-27T18:01:05.571Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-27T18:01:05.965Z Startup: Caching catalogs ... Done
1322026-08-27T18:01:08.130ZPlanning: Solver setup ... Done (2.044s)
1332026-08-27T18:01:08.193ZPlanning: Running solver ... Done (0.064s)
1342026-08-27T18:01:08.245ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-27T18:01:08.256ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-27T18:01:08.280ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-27T18:01:08.293ZPlanning: Package planning ... Done (0.013s)
1382026-08-27T18:01:08.298ZPlanning: Merging actions ... Done (0.002s)
1392026-08-27T18:01:08.517ZPlanning: Checking for conflicting actions ... Done (0.223s)
1402026-08-27T18:01:08.520ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-27T18:01:09.316ZPlanning: Evaluating mediators ... Done (0.798s)
1422026-08-27T18:01:09.322ZPlanning: Planning completed in 3.31 seconds
1432026-08-27T18:01:09.325Z Packages to install: 2
1442026-08-27T18:01:09.325Z Estimated space available: 156.01 GB
1452026-08-27T18:01:09.325ZEstimated space to be consumed: 80.56 MB
1462026-08-27T18:01:09.325Z Create boot environment: No
1472026-08-27T18:01:09.325ZCreate backup boot environment: No
1482026-08-27T18:01:09.325Z Rebuild boot archive: No
1492026-08-27T18:01:09.325Z
1502026-08-27T18:01:09.326ZChanged packages:
1512026-08-27T18:01:09.326Zhelios
1522026-08-27T18:01:09.326Z developer/build-essential
1532026-08-27T18:01:09.326Z None -> 11-3.0
1542026-08-27T18:01:09.326Z library/libxmlsec1
1552026-08-27T18:01:09.326Z None -> 1.2.35-3.0
1562026-08-27T18:01:09.349Z
1572026-08-27T18:01:09.349ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-27T18:01:09.427ZDownload: Completed 1.28 MB in 0.08 seconds (16.4M/s)
1592026-08-27T18:01:09.505Z Actions: 1/268 actions (Installing new actions)
1602026-08-27T18:01:09.543Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-27T18:01:09.580ZFinalize: Updating package state database ... Done (0.036s)
1622026-08-27T18:01:09.583ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-27T18:01:09.667ZFinalize: Updating image state ... Done (0.087s)
1642026-08-27T18:01:12.134ZFinalize: Creating fast lookup database ... Done (2.412s)
1652026-08-27T18:01:12.202ZFinalize: Reading search index ... Done (0.011s)
1662026-08-27T18:01:12.206ZFinalize: Updating search index ... Done (0.000s)
1672026-08-27T18:01:12.265ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-27T18:01:12.634ZPlanning: Evaluating mediator changes ... Done
1692026-08-27T18:01:12.739ZPlanning: Checking for conflicting actions ... Done
1702026-08-27T18:01:12.743ZPlanning: Consolidating action changes ... Done
1712026-08-27T18:01:12.895ZPlanning: Evaluating mediators ... Done
1722026-08-27T18:01:12.898ZPlanning: Planning completed in 0.26 seconds
1732026-08-27T18:01:12.918Z Mediators to change: 2
1742026-08-27T18:01:12.918Z Create boot environment: No
1752026-08-27T18:01:12.918ZCreate backup boot environment: No
1762026-08-27T18:01:12.962ZFinalize: Updating package state database ... Done
1772026-08-27T18:01:12.962ZFinalize: Updating package cache ... Done
1782026-08-27T18:01:13.015ZFinalize: Updating image state ... Done
1792026-08-27T18:01:14.958ZFinalize: Creating fast lookup database ... Done
1802026-08-27T18:01:15.020ZFinalize: Reading search index ... Done
1812026-08-27T18:01:15.024ZFinalize: Updating search index ... Done
1822026-08-27T18:01:15.105ZFinalize: Updating package cache ... Done
1832026-08-27T18:01:15.389ZPlanning: Evaluating mediator changes ... Done
1842026-08-27T18:01:15.492ZPlanning: Checking for conflicting actions ... Done
1852026-08-27T18:01:15.495ZPlanning: Consolidating action changes ... Done
1862026-08-27T18:01:15.649ZPlanning: Evaluating mediators ... Done
1872026-08-27T18:01:15.652ZPlanning: Planning completed in 0.26 seconds
1882026-08-27T18:01:15.672Z Mediators to change: 1
1892026-08-27T18:01:15.672Z Create boot environment: No
1902026-08-27T18:01:15.672ZCreate backup boot environment: No
1912026-08-27T18:01:15.725ZFinalize: Updating package state database ... Done
1922026-08-27T18:01:15.728ZFinalize: Updating package cache ... Done
1932026-08-27T18:01:15.776ZFinalize: Updating image state ... Done
1942026-08-27T18:01:17.719ZFinalize: Creating fast lookup database ... Done
1952026-08-27T18:01:17.785ZFinalize: Reading search index ... Done
1962026-08-27T18:01:17.788ZFinalize: Updating search index ... Done
1972026-08-27T18:01:17.868ZFinalize: Updating package cache ... Done
1982026-08-27T18:01:18.178ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-27T18:01:18.178Zapache system 2.4 system
2002026-08-27T18:01:18.178Zclang system 15 system
2012026-08-27T18:01:18.178Zcsh system system illumos
2022026-08-27T18:01:18.178Zctags system system illumos
2032026-08-27T18:01:18.178Zfile vendor vendor darwinsys
2042026-08-27T18:01:18.178Zfile system system illumos
2052026-08-27T18:01:18.178Zgcc vendor 14 vendor
2062026-08-27T18:01:18.178Zgcc system 13 system
2072026-08-27T18:01:18.178Zgcc system 10 system
2082026-08-27T18:01:18.178Zgo system 1.25 system
2092026-08-27T18:01:18.178Zllvm system 15 system
2102026-08-27T18:01:18.178Zmariadb system 11.4 system
2112026-08-27T18:01:18.178Zmta vendor vendor dma
2122026-08-27T18:01:18.178Zopenjdk system 17 system
2132026-08-27T18:01:18.178Zopenjdk system 11 system
2142026-08-27T18:01:18.178Zopenssl vendor 3 vendor
2152026-08-27T18:01:18.179Zperl system 5.40 system
2162026-08-27T18:01:18.179Zpostgresql system 18 system
2172026-08-27T18:01:18.179Zpostgresql system 17 system
2182026-08-27T18:01:18.179Zpython vendor 3 vendor
2192026-08-27T18:01:18.179Zpython system 2 system
2202026-08-27T18:01:18.179Zpython3 vendor 3.13 vendor
2212026-08-27T18:01:18.179Zruby system 3.4 system
2222026-08-27T18:01:18.179Zruby system 3.0 system
2232026-08-27T18:01:18.179Zwords vendor vendor american-english
2242026-08-27T18:01:18.179Zwords system system australian-english
2252026-08-27T18:01:18.179Zwords system system british-english
2262026-08-27T18:01:18.179Zwords system system canadian-english
2272026-08-27T18:01:18.179Zwords system system french
2282026-08-27T18:01:18.179Zwords system system italian
2292026-08-27T18:01:18.179Zwords system system ngerman
2302026-08-27T18:01:18.179Zwords system system ogerman
2312026-08-27T18:01:18.179Zwords system system spanish
2322026-08-27T18:01:18.432ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-27T18:01:18.432Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-27T18:01:18.918ZFMRI IFO
2352026-08-27T18:01:18.918Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-27T18:01:18.918Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-27T18:01:18.918Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-27T18:01:18.918Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-27T18:01:18.918Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-27T18:01:18.918Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-27T18:01:18.918Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-27T18:01:18.918Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-27T18:01:18.919Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-27T18:01:19.267Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-27T18:01:19.620Z Updating crates.io index
2462026-08-27T18:01:19.627Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-27T18:01:19.970Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-27T18:01:20.351Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2492026-08-27T18:01:20.681Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-27T18:01:21.683Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-08-27T18:01:22.959Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-08-27T18:01:24.602Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-08-27T18:01:25.534Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-08-27T18:01:25.883Z Updating git repository `https://github.com/oxidecomputer/lldp`
2552026-08-27T18:01:26.470Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562026-08-27T18:01:28.055Z Updating git repository `https://github.com/oxidecomputer/clickward`
2572026-08-27T18:01:28.393Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-08-27T18:01:28.859Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2592026-08-27T18:01:29.284Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-08-27T18:01:29.669Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-08-27T18:01:30.102Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-08-27T18:01:30.421Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2632026-08-27T18:01:30.837Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2642026-08-27T18:01:31.258Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2652026-08-27T18:01:31.994Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-08-27T18:01:32.825Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-27T18:01:33.574Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-08-27T18:01:33.891Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-08-27T18:01:34.497Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2702026-08-27T18:01:34.831Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-08-27T18:01:35.126Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-08-27T18:01:35.629Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-08-27T18:01:36.045Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2742026-08-27T18:01:36.559Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-08-27T18:01:36.946Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-08-27T18:01:37.237Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-08-27T18:01:37.579Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-08-27T18:01:38.009Z Updating git repository `https://github.com/oxidecomputer/tough`
2792026-08-27T18:01:38.580Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-08-27T18:01:39.278Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-08-27T18:01:39.622Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-27T18:01:39.982Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-27T18:01:40.388Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-08-27T18:01:40.727Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-27T18:01:41.038Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-27T18:01:41.490Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-27T18:01:41.762Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-27T18:01:42.144Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2892026-08-27T18:01:45.417Z Downloading crates ...
2902026-08-27T18:01:45.464Z Downloaded bitflags v2.11.0
2912026-08-27T18:01:45.469Z Downloaded anstyle v1.0.14
2922026-08-27T18:01:45.473Z Downloaded fnv v1.0.7
2932026-08-27T18:01:45.473Z Downloaded cargo-platform v0.3.2
2942026-08-27T18:01:45.476Z Downloaded once_cell v1.21.3
2952026-08-27T18:01:45.477Z Downloaded anstream v1.0.0
2962026-08-27T18:01:45.480Z Downloaded autocfg v1.5.0
2972026-08-27T18:01:45.480Z Downloaded equivalent v1.0.2
2982026-08-27T18:01:45.484Z Downloaded usdt v0.5.0
2992026-08-27T18:01:45.484Z Downloaded fastrand v2.3.0
3002026-08-27T18:01:45.484Z Downloaded anstyle-parse v1.0.0
3012026-08-27T18:01:45.484Z Downloaded camino-tempfile v1.4.1
3022026-08-27T18:01:45.487Z Downloaded cargo_metadata v0.23.1
3032026-08-27T18:01:45.487Z Downloaded anstyle-query v1.1.5
3042026-08-27T18:01:45.488Z Downloaded clap_lex v1.0.0
3052026-08-27T18:01:45.488Z Downloaded heck v0.4.1
3062026-08-27T18:01:45.491Z Downloaded is_terminal_polyfill v1.70.2
3072026-08-27T18:01:45.493Z Downloaded crypto-common v0.1.7
3082026-08-27T18:01:45.494Z Downloaded thiserror v2.0.18
3092026-08-27T18:01:45.496Z Downloaded cargo_toml v0.21.0
3102026-08-27T18:01:45.497Z Downloaded dtrace-parser v0.2.0
3112026-08-27T18:01:45.497Z Downloaded zerocopy v0.7.35
3122026-08-27T18:01:45.505Z Downloaded zmij v1.0.21
3132026-08-27T18:01:45.508Z Downloaded itoa v1.0.17
3142026-08-27T18:01:45.508Z Downloaded cpufeatures v0.2.17
3152026-08-27T18:01:45.508Z Downloaded macaddr v1.0.1
3162026-08-27T18:01:45.514Z Downloaded heck v0.5.0
3172026-08-27T18:01:45.514Z Downloaded block-buffer v0.10.4
3182026-08-27T18:01:45.518Z Downloaded fs-err v3.3.0
3192026-08-27T18:01:45.521Z Downloaded clap_derive v4.6.1
3202026-08-27T18:01:45.525Z Downloaded cfg-if v1.0.4
3212026-08-27T18:01:45.525Z Downloaded errno v0.3.14
3222026-08-27T18:01:45.531Z Downloaded tabled_derive v0.7.0
3232026-08-27T18:01:45.531Z Downloaded generic-array v0.14.7
3242026-08-27T18:01:45.531Z Downloaded toml_write v0.1.2
3252026-08-27T18:01:45.536Z Downloaded colorchoice v1.0.4
3262026-08-27T18:01:45.536Z Downloaded strsim v0.11.1
3272026-08-27T18:01:45.536Z Downloaded byteorder v1.5.0
3282026-08-27T18:01:45.540Z Downloaded utf8parse v0.2.2
3292026-08-27T18:01:45.543Z Downloaded serde_spanned v0.6.9
3302026-08-27T18:01:45.547Z Downloaded memmap v0.7.0
3312026-08-27T18:01:45.547Z Downloaded unicode-linebreak v0.1.5
3322026-08-27T18:01:45.550Z Downloaded swrite v0.1.0
3332026-08-27T18:01:45.553Z Downloaded toml_datetime v0.6.11
3342026-08-27T18:01:45.553Z Downloaded plain v0.2.3
3352026-08-27T18:01:45.560Z Downloaded camino v1.2.5
3362026-08-27T18:01:45.563Z Downloaded digest v0.10.7
3372026-08-27T18:01:45.573Z Downloaded scroll_derive v0.12.1
3382026-08-27T18:01:45.576Z Downloaded dof v0.3.0
3392026-08-27T18:01:45.579Z Downloaded usdt-macro v0.5.0
3402026-08-27T18:01:45.579Z Downloaded proc-macro-error-attr v1.0.4
3412026-08-27T18:01:45.582Z Downloaded smawk v0.3.2
3422026-08-27T18:01:45.582Z Downloaded pretty-hex v0.4.1
3432026-08-27T18:01:45.587Z Downloaded usdt-attr-macro v0.5.0
3442026-08-27T18:01:45.591Z Downloaded version_check v0.9.5
3452026-08-27T18:01:45.591Z Downloaded terminal_size v0.4.3
3462026-08-27T18:01:45.594Z Downloaded serde_tokenstream v0.2.3
3472026-08-27T18:01:45.594Z Downloaded anyhow v1.0.104
3482026-08-27T18:01:45.599Z Downloaded thiserror v1.0.69
3492026-08-27T18:01:45.603Z Downloaded proc-macro-error v1.0.4
3502026-08-27T18:01:45.603Z Downloaded usdt-impl v0.5.0
3512026-08-27T18:01:45.603Z Downloaded thiserror-impl v1.0.69
3522026-08-27T18:01:45.608Z Downloaded bytecount v0.6.9
3532026-08-27T18:01:45.608Z Downloaded thiserror-impl v2.0.18
3542026-08-27T18:01:45.617Z Downloaded sha2 v0.10.9
3552026-08-27T18:01:45.617Z Downloaded pest_generator v2.8.6
3562026-08-27T18:01:45.620Z Downloaded scroll v0.12.0
3572026-08-27T18:01:45.624Z Downloaded thread-id v4.2.2
3582026-08-27T18:01:45.624Z Downloaded serde v1.0.228
3592026-08-27T18:01:45.630Z Downloaded semver v1.0.28
3602026-08-27T18:01:45.635Z Downloaded quote v1.0.45
3612026-08-27T18:01:45.638Z Downloaded memchr v2.8.0
3622026-08-27T18:01:45.641Z Downloaded pest_derive v2.8.6
3632026-08-27T18:01:45.645Z Downloaded toml v0.8.23
3642026-08-27T18:01:45.645Z Downloaded ucd-trie v0.1.7
3652026-08-27T18:01:45.649Z Downloaded papergrid v0.11.0
3662026-08-27T18:01:45.654Z Downloaded clap v4.6.1
3672026-08-27T18:01:45.657Z Downloaded getrandom v0.4.3
3682026-08-27T18:01:45.658Z Downloaded log v0.4.33
3692026-08-27T18:01:45.662Z Downloaded tempfile v3.27.0
3702026-08-27T18:01:45.662Z Downloaded serde_core v1.0.228
3712026-08-27T18:01:45.665Z Downloaded indexmap v2.14.0
3722026-08-27T18:01:45.665Z Downloaded proc-macro2 v1.0.106
3732026-08-27T18:01:45.669Z Downloaded zerocopy-derive v0.7.35
3742026-08-27T18:01:45.669Z Downloaded textwrap v0.16.2
3752026-08-27T18:01:45.672Z Downloaded unicode-ident v1.0.24
3762026-08-27T18:01:45.672Z Downloaded toml_edit v0.22.27
3772026-08-27T18:01:45.677Z Downloaded pest_meta v2.8.6
3782026-08-27T18:01:45.680Z Downloaded serde_derive v1.0.228
3792026-08-27T18:01:45.702Z Downloaded typenum v1.20.1
3802026-08-27T18:01:45.711Z Downloaded serde_json v1.0.151
3812026-08-27T18:01:45.718Z Downloaded pest v2.8.6
3822026-08-27T18:01:45.733Z Downloaded hashbrown v0.17.0
3832026-08-27T18:01:45.738Z Downloaded clap_builder v4.6.0
3842026-08-27T18:01:45.745Z Downloaded goblin v0.8.2
3852026-08-27T18:01:45.765Z Downloaded tabled v0.15.0
3862026-08-27T18:01:45.773Z Downloaded winnow v0.7.14
3872026-08-27T18:01:45.791Z Downloaded syn v1.0.109
3882026-08-27T18:01:45.796Z Downloaded syn v2.0.117
3892026-08-27T18:01:45.801Z Downloaded unicode-width v0.2.0
3902026-08-27T18:01:45.805Z Downloaded unicode-width v0.1.14
3912026-08-27T18:01:45.811Z Downloaded rustix v1.1.4
3922026-08-27T18:01:45.842Z Downloaded libc v0.2.185
3932026-08-27T18:01:45.904Z Compiling proc-macro2 v1.0.106
3942026-08-27T18:01:45.904Z Compiling quote v1.0.45
3952026-08-27T18:01:45.904Z Compiling unicode-ident v1.0.24
3962026-08-27T18:01:45.904Z Compiling serde_core v1.0.228
3972026-08-27T18:01:45.907Z Compiling libc v0.2.185
3982026-08-27T18:01:45.907Z Compiling version_check v0.9.5
3992026-08-27T18:01:45.908Z Compiling memchr v2.8.0
4002026-08-27T18:01:45.908Z Compiling serde v1.0.228
4012026-08-27T18:01:46.269Z Compiling zmij v1.0.21
4022026-08-27T18:01:46.398Z Compiling ucd-trie v0.1.7
4032026-08-27T18:01:46.498Z Compiling itoa v1.0.17
4042026-08-27T18:01:46.670Z Compiling thiserror v1.0.69
4052026-08-27T18:01:46.695Z Compiling pest v2.8.6
4062026-08-27T18:01:46.877Z Compiling rustix v1.1.4
4072026-08-27T18:01:46.917Z Compiling byteorder v1.5.0
4082026-08-27T18:01:47.051Z Compiling errno v0.3.14
4092026-08-27T18:01:47.126Z Compiling serde_json v1.0.151
4102026-08-27T18:01:47.149Z Compiling bitflags v2.11.0
4112026-08-27T18:01:47.373Z Compiling syn v2.0.117
4122026-08-27T18:01:47.445Z Compiling thread-id v4.2.2
4132026-08-27T18:01:47.468Z Compiling proc-macro-error-attr v1.0.4
4142026-08-27T18:01:47.523Z Compiling usdt-impl v0.5.0
4152026-08-27T18:01:47.561Z Compiling syn v1.0.109
4162026-08-27T18:01:47.648Z Compiling camino v1.2.5
4172026-08-27T18:01:47.736Z Compiling pest_meta v2.8.6
4182026-08-27T18:01:48.007Z Compiling proc-macro-error v1.0.4
4192026-08-27T18:01:48.033Z Compiling utf8parse v0.2.2
4202026-08-27T18:01:48.051Z Compiling hashbrown v0.17.0
4212026-08-27T18:01:48.154Z Compiling equivalent v1.0.2
4222026-08-27T18:01:48.199Z Compiling plain v0.2.3
4232026-08-27T18:01:48.259Z Compiling log v0.4.33
4242026-08-27T18:01:48.421Z Compiling getrandom v0.4.3
4252026-08-27T18:01:48.458Z Compiling terminal_size v0.4.3
4262026-08-27T18:01:48.610Z Compiling indexmap v2.14.0
4272026-08-27T18:01:48.804Z Compiling anstyle-parse v1.0.0
4282026-08-27T18:01:49.229Z Compiling anstyle v1.0.14
4292026-08-27T18:01:49.247Z Compiling autocfg v1.5.0
4302026-08-27T18:01:49.262Z Compiling anstyle-query v1.1.5
4312026-08-27T18:01:49.360Z Compiling thiserror v2.0.18
4322026-08-27T18:01:49.377Z Compiling colorchoice v1.0.4
4332026-08-27T18:01:49.395Z Compiling winnow v0.7.14
4342026-08-27T18:01:49.454Z Compiling toml_write v0.1.2
4352026-08-27T18:01:49.491Z Compiling pretty-hex v0.4.1
4362026-08-27T18:01:49.630Z Compiling is_terminal_polyfill v1.70.2
4372026-08-27T18:01:49.633Z Compiling cfg-if v1.0.4
4382026-08-27T18:01:49.663Z Compiling fs-err v3.3.0
4392026-08-27T18:01:49.694Z Compiling pest_generator v2.8.6
4402026-08-27T18:01:49.718Z Compiling anstream v1.0.0
4412026-08-27T18:01:49.844Z Compiling once_cell v1.21.3
4422026-08-27T18:01:49.909Z Compiling heck v0.4.1
4432026-08-27T18:01:49.989Z Compiling anyhow v1.0.104
4442026-08-27T18:01:50.030Z Compiling clap_lex v1.0.0
4452026-08-27T18:01:50.082Z Compiling unicode-width v0.1.14
4462026-08-27T18:01:50.265Z Compiling fastrand v2.3.0
4472026-08-27T18:01:50.292Z Compiling fnv v1.0.7
4482026-08-27T18:01:50.351Z Compiling strsim v0.11.1
4492026-08-27T18:01:50.390Z Compiling heck v0.5.0
4502026-08-27T18:01:50.417Z Compiling bytecount v0.6.9
4512026-08-27T18:01:50.548Z Compiling clap_builder v4.6.0
4522026-08-27T18:01:50.566Z Compiling papergrid v0.11.0
4532026-08-27T18:01:50.629Z Compiling tempfile v3.27.0
4542026-08-27T18:01:50.708Z Compiling cargo-platform v0.3.2
4552026-08-27T18:01:50.757Z Compiling semver v1.0.28
4562026-08-27T18:01:50.871Z Compiling memmap v0.7.0
4572026-08-27T18:01:50.980Z Compiling unicode-linebreak v0.1.5
4582026-08-27T18:01:50.999Z Compiling smawk v0.3.2
4592026-08-27T18:01:51.018Z Compiling tabled_derive v0.7.0
4602026-08-27T18:01:51.051Z Compiling unicode-width v0.2.0
4612026-08-27T18:01:51.075Z Compiling camino-tempfile v1.4.1
4622026-08-27T18:01:51.308Z Compiling textwrap v0.16.2
4632026-08-27T18:01:51.327Z Compiling swrite v0.1.0
4642026-08-27T18:01:51.330Z Compiling serde_derive v1.0.228
4652026-08-27T18:01:51.413Z Compiling thiserror-impl v1.0.69
4662026-08-27T18:01:51.430Z Compiling zerocopy-derive v0.7.35
4672026-08-27T18:01:51.564Z Compiling pest_derive v2.8.6
4682026-08-27T18:01:51.754Z Compiling scroll_derive v0.12.1
4692026-08-27T18:01:51.904Z Compiling thiserror-impl v2.0.18
4702026-08-27T18:01:51.980Z Compiling clap_derive v4.6.1
4712026-08-27T18:01:52.006Z Compiling tabled v0.15.0
4722026-08-27T18:01:52.288Z Compiling zerocopy v0.7.35
4732026-08-27T18:01:52.410Z Compiling scroll v0.12.0
4742026-08-27T18:01:52.685Z Compiling goblin v0.8.2
4752026-08-27T18:01:52.762Z Compiling dtrace-parser v0.2.0
4762026-08-27T18:01:53.573Z Compiling clap v4.6.1
4772026-08-27T18:01:54.287Z Compiling dof v0.3.0
4782026-08-27T18:01:54.287Z Compiling serde_spanned v0.6.9
4792026-08-27T18:01:54.287Z Compiling toml_datetime v0.6.11
4802026-08-27T18:01:54.290Z Compiling serde_tokenstream v0.2.3
4812026-08-27T18:01:54.290Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-27T18:01:54.366Z Compiling cargo_metadata v0.23.1
4832026-08-27T18:01:54.369Z Compiling macaddr v1.0.1
4842026-08-27T18:01:54.496Z Compiling toml_edit v0.22.27
4852026-08-27T18:01:55.050Z Compiling usdt-macro v0.5.0
4862026-08-27T18:01:55.083Z Compiling usdt-attr-macro v0.5.0
4872026-08-27T18:01:55.722Z Compiling usdt v0.5.0
4882026-08-27T18:01:55.832Z Compiling toml v0.8.23
4892026-08-27T18:01:56.164Z Compiling cargo_toml v0.21.0
4902026-08-27T18:01:57.410Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-08-27T18:01:59.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.35s
4922026-08-27T18:01:59.648Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-08-27T18:02:00.166Z Downloading crates ...
4942026-08-27T18:02:00.213Z Downloaded aead v0.5.2
4952026-08-27T18:02:00.220Z Downloaded arrayref v0.3.9
4962026-08-27T18:02:00.225Z Downloaded addr2line v0.25.1
4972026-08-27T18:02:00.228Z Downloaded base16ct v1.0.0
4982026-08-27T18:02:00.228Z Downloaded array-init v0.0.4
4992026-08-27T18:02:00.231Z Downloaded adler2 v2.0.1
5002026-08-27T18:02:00.231Z Downloaded assert_matches v1.5.0
5012026-08-27T18:02:00.234Z Downloaded async-recursion v1.1.1
5022026-08-27T18:02:00.234Z Downloaded bit-vec v0.8.0
5032026-08-27T18:02:00.234Z Downloaded ascii-canvas v3.0.0
5042026-08-27T18:02:00.237Z Downloaded atomicwrites v0.4.4
5052026-08-27T18:02:00.240Z Downloaded base16ct v0.2.0
5062026-08-27T18:02:00.241Z Downloaded bcrypt-pbkdf v0.11.0
5072026-08-27T18:02:00.241Z Downloaded atomic-waker v1.1.2
5082026-08-27T18:02:00.244Z Downloaded async-stream v0.3.6
5092026-08-27T18:02:00.247Z Downloaded async-stream-impl v0.3.6
5102026-08-27T18:02:00.247Z Downloaded bit-set v0.5.3
5112026-08-27T18:02:00.248Z Downloaded bitfield-macros v0.19.4
5122026-08-27T18:02:00.251Z Downloaded const-oid v0.10.2
5132026-08-27T18:02:00.254Z Downloaded byte-wrapper v0.1.0
5142026-08-27T18:02:00.254Z Downloaded anstyle-parse v0.2.7
5152026-08-27T18:02:00.257Z Downloaded argon2 v0.6.0-rc.8
5162026-08-27T18:02:00.257Z Downloaded atty v0.2.14
5172026-08-27T18:02:00.257Z Downloaded enum-as-inner v0.6.1
5182026-08-27T18:02:00.261Z Downloaded funty v2.0.0
5192026-08-27T18:02:00.261Z Downloaded env_filter v2.0.0
5202026-08-27T18:02:00.266Z Downloaded expectorate v1.2.0
5212026-08-27T18:02:00.266Z Downloaded filetime v0.2.27
5222026-08-27T18:02:00.266Z Downloaded fs-err v2.11.0
5232026-08-27T18:02:00.269Z Downloaded gethostname v0.5.0
5242026-08-27T18:02:00.269Z Downloaded ciborium-io v0.2.2
5252026-08-27T18:02:00.269Z Downloaded block-padding v0.4.2
5262026-08-27T18:02:00.269Z Downloaded compression-core v0.4.31
5272026-08-27T18:02:00.269Z Downloaded bitfield v0.19.4
5282026-08-27T18:02:00.273Z Downloaded cmake v0.1.57
5292026-08-27T18:02:00.276Z Downloaded async-trait v0.1.89
5302026-08-27T18:02:00.276Z Downloaded float-ord v0.3.2
5312026-08-27T18:02:00.277Z Downloaded futures-core v0.3.32
5322026-08-27T18:02:00.277Z Downloaded futures-macro v0.3.32
5332026-08-27T18:02:00.280Z Downloaded foreign-types-shared v0.1.1
5342026-08-27T18:02:00.284Z Downloaded ahash v0.8.12
5352026-08-27T18:02:00.284Z Downloaded bb8 v0.8.6
5362026-08-27T18:02:00.284Z Downloaded futures-sink v0.3.32
5372026-08-27T18:02:00.284Z Downloaded fxhash v0.2.1
5382026-08-27T18:02:00.287Z Downloaded http-range v0.1.5
5392026-08-27T18:02:00.291Z Downloaded float-cmp v0.10.0
5402026-08-27T18:02:00.291Z Downloaded futures-io v0.3.32
5412026-08-27T18:02:00.291Z Downloaded block-buffer v0.12.1
5422026-08-27T18:02:00.291Z Downloaded castaway v0.2.4
5432026-08-27T18:02:00.294Z Downloaded hostname v0.3.1
5442026-08-27T18:02:00.294Z Downloaded foreign-types-macros v0.2.3
5452026-08-27T18:02:00.294Z Downloaded ff v0.13.1
5462026-08-27T18:02:00.294Z Downloaded ff v0.14.0
5472026-08-27T18:02:00.294Z Downloaded fallible-iterator v0.2.0
5482026-08-27T18:02:00.297Z Downloaded foldhash v0.1.5
5492026-08-27T18:02:00.297Z Downloaded fs_extra v1.3.0
5502026-08-27T18:02:00.315Z Downloaded futures-task v0.3.32
5512026-08-27T18:02:00.316Z Downloaded backtrace-ext v0.2.1
5522026-08-27T18:02:00.316Z Downloaded env_logger v0.11.11
5532026-08-27T18:02:00.316Z Downloaded find-msvc-tools v0.1.9
5542026-08-27T18:02:00.316Z Downloaded fixedbitset v0.5.7
5552026-08-27T18:02:00.316Z Downloaded cfg_aliases v0.1.1
5562026-08-27T18:02:00.316Z Downloaded cfg_aliases v0.2.1
5572026-08-27T18:02:00.316Z Downloaded cobs v0.3.0
5582026-08-27T18:02:00.316Z Downloaded fixedbitset v0.4.2
5592026-08-27T18:02:00.316Z Downloaded foreign-types v0.5.0
5602026-08-27T18:02:00.316Z Downloaded fd-lock v4.0.4
5612026-08-27T18:02:00.320Z Downloaded ciborium-ll v0.2.2
5622026-08-27T18:02:00.321Z Downloaded form_urlencoded v1.2.2
5632026-08-27T18:02:00.324Z Downloaded endian-type v0.1.2
5642026-08-27T18:02:00.324Z Downloaded ghash v0.6.0
5652026-08-27T18:02:00.324Z Downloaded hex-literal v1.1.0
5662026-08-27T18:02:00.324Z Downloaded hubpack_derive v0.1.1
5672026-08-27T18:02:00.327Z Downloaded bcs v0.1.6
5682026-08-27T18:02:00.327Z Downloaded argon2 v0.5.3
5692026-08-27T18:02:00.328Z Downloaded bit-vec v0.6.3
5702026-08-27T18:02:00.331Z Downloaded chacha20 v0.9.1
5712026-08-27T18:02:00.331Z Downloaded bitfield-struct v0.6.2
5722026-08-27T18:02:00.331Z Downloaded nibble_vec v0.1.0
5732026-08-27T18:02:00.331Z Downloaded normalize-line-endings v0.3.0
5742026-08-27T18:02:00.331Z Downloaded enum_dispatch v0.3.13
5752026-08-27T18:02:00.334Z Downloaded nodrop v0.1.14
5762026-08-27T18:02:00.334Z Downloaded num-iter v0.1.45
5772026-08-27T18:02:00.338Z Downloaded aead v0.6.1
5782026-08-27T18:02:00.341Z Downloaded anstream v0.6.21
5792026-08-27T18:02:00.341Z Downloaded group v0.13.0
5802026-08-27T18:02:00.341Z Downloaded cbc v0.2.1
5812026-08-27T18:02:00.345Z Downloaded foreign-types v0.3.2
5822026-08-27T18:02:00.345Z Downloaded async-bb8-diesel v0.2.1
5832026-08-27T18:02:00.345Z Downloaded backoff v0.4.0
5842026-08-27T18:02:00.345Z Downloaded blake2 v0.10.6
5852026-08-27T18:02:00.348Z Downloaded hex v0.4.3
5862026-08-27T18:02:00.348Z Downloaded home v0.5.12
5872026-08-27T18:02:00.348Z Downloaded chacha20 v0.10.0
5882026-08-27T18:02:00.351Z Downloaded foreign-types-shared v0.3.1
5892026-08-27T18:02:00.351Z Downloaded headers-core v0.3.0
5902026-08-27T18:02:00.355Z Downloaded hash32 v0.2.1
5912026-08-27T18:02:00.355Z Downloaded hostname v0.4.2
5922026-08-27T18:02:00.355Z Downloaded oso-derive v0.27.3
5932026-08-27T18:02:00.358Z Downloaded httpdate v1.0.3
5942026-08-27T18:02:00.358Z Downloaded hubpack v0.1.2
5952026-08-27T18:02:00.362Z Downloaded password-hash v0.6.1
5962026-08-27T18:02:00.362Z Downloaded phf_shared v0.12.1
5972026-08-27T18:02:00.365Z Downloaded psl-types v2.0.11
5982026-08-27T18:02:00.369Z Downloaded globwalk v0.9.1
5992026-08-27T18:02:00.372Z Downloaded cassowary v0.3.0
6002026-08-27T18:02:00.375Z Downloaded base64ct v1.8.3
6012026-08-27T18:02:00.375Z Downloaded cexpr v0.6.0
6022026-08-27T18:02:00.375Z Downloaded cmov v0.5.4
6032026-08-27T18:02:00.378Z Downloaded bit-set v0.8.0
6042026-08-27T18:02:00.379Z Downloaded compression-codecs v0.4.37
6052026-08-27T18:02:00.382Z Downloaded bs58 v0.5.1
6062026-08-27T18:02:00.382Z Downloaded cipher v0.5.2
6072026-08-27T18:02:00.385Z Downloaded flagset v0.4.7
6082026-08-27T18:02:00.389Z Downloaded hash32 v0.3.1
6092026-08-27T18:02:00.389Z Downloaded bitflags v1.3.2
6102026-08-27T18:02:00.389Z Downloaded buf-list v1.1.2
6112026-08-27T18:02:00.393Z Downloaded erased-serde v0.3.31
6122026-08-27T18:02:00.393Z Downloaded futures-executor v0.3.32
6132026-08-27T18:02:00.393Z Downloaded blowfish v0.10.0
6142026-08-27T18:02:00.396Z Downloaded camino-tempfile-ext v0.3.3
6152026-08-27T18:02:00.396Z Downloaded proc-macro-crate v1.3.1
6162026-08-27T18:02:00.396Z Downloaded powerfmt v0.2.0
6172026-08-27T18:02:00.396Z Downloaded precomputed-hash v0.1.1
6182026-08-27T18:02:00.399Z Downloaded rand_chacha v0.3.1
6192026-08-27T18:02:00.399Z Downloaded colored v3.1.1
6202026-08-27T18:02:00.403Z Downloaded git-stub-vcs v0.1.0
6212026-08-27T18:02:00.403Z Downloaded globset v0.4.18
6222026-08-27T18:02:00.406Z Downloaded ref-cast v1.0.25
6232026-08-27T18:02:00.409Z Downloaded futures-channel v0.3.32
6242026-08-27T18:02:00.409Z Downloaded half v1.8.3
6252026-08-27T18:02:00.413Z Downloaded hybrid-array v0.4.13
6262026-08-27T18:02:00.413Z Downloaded getrandom v0.2.17
6272026-08-27T18:02:00.416Z Downloaded rfc6979 v0.6.0
6282026-08-27T18:02:00.416Z Downloaded russh-cryptovec v0.62.0
6292026-08-27T18:02:00.416Z Downloaded num-integer v0.1.46
6302026-08-27T18:02:00.416Z Downloaded num-rational v0.4.2
6312026-08-27T18:02:00.420Z Downloaded backon v1.6.0
6322026-08-27T18:02:00.420Z Downloaded futures v0.3.32
6332026-08-27T18:02:00.423Z Downloaded signal-hook-mio v0.2.5
6342026-08-27T18:02:00.428Z Downloaded owo-colors v4.3.0
6352026-08-27T18:02:00.432Z Downloaded sha1 v0.11.0
6362026-08-27T18:02:00.432Z Downloaded slog-envlogger v2.2.0
6372026-08-27T18:02:00.435Z Downloaded sha1 v0.10.6
6382026-08-27T18:02:00.435Z Downloaded password-hash v0.5.0
6392026-08-27T18:02:00.438Z Downloaded phc v0.6.1
6402026-08-27T18:02:00.438Z Downloaded progenitor v0.13.0
6412026-08-27T18:02:00.442Z Downloaded structmeta v0.3.0
6422026-08-27T18:02:00.442Z Downloaded sponge-cursor v0.1.0
6432026-08-27T18:02:00.446Z Downloaded foldhash v0.2.0
6442026-08-27T18:02:00.449Z Downloaded http-body v1.0.1
6452026-08-27T18:02:00.449Z Downloaded humantime v2.3.0
6462026-08-27T18:02:00.452Z Downloaded group v0.14.0
6472026-08-27T18:02:00.452Z Downloaded highway v1.3.0
6482026-08-27T18:02:00.452Z Downloaded topological-sort v0.2.2
6492026-08-27T18:02:00.457Z Downloaded http-body-util v0.1.3
6502026-08-27T18:02:00.461Z Downloaded glob v0.3.3
6512026-08-27T18:02:00.461Z Downloaded r2d2 v0.8.10
6522026-08-27T18:02:00.461Z Downloaded bzip2 v0.6.1
6532026-08-27T18:02:00.464Z Downloaded cipher v0.4.4
6542026-08-27T18:02:00.464Z Downloaded clang-sys v1.8.1
6552026-08-27T18:02:00.468Z Downloaded bzip2 v0.4.4
6562026-08-27T18:02:00.471Z Downloaded pem v3.0.6
6572026-08-27T18:02:00.471Z Downloaded blake2 v0.11.0-rc.6
6582026-08-27T18:02:00.471Z Downloaded cancel-safe-futures v0.1.5
6592026-08-27T18:02:00.474Z Downloaded ciborium v0.2.2
6602026-08-27T18:02:00.474Z Downloaded getrandom v0.3.4
6612026-08-27T18:02:00.477Z Downloaded testing_table v0.3.0
6622026-08-27T18:02:00.477Z Downloaded httparse v1.10.1
6632026-08-27T18:02:00.477Z Downloaded progenitor-extras v0.2.0
6642026-08-27T18:02:00.480Z Downloaded git-stub v1.0.0
6652026-08-27T18:02:00.480Z Downloaded ppv-lite86 v0.2.21
6662026-08-27T18:02:00.480Z Downloaded arrayvec v0.7.6
6672026-08-27T18:02:00.480Z Downloaded trait-variant v0.1.2
6682026-08-27T18:02:00.481Z Downloaded const-oid v0.9.6
6692026-08-27T18:02:00.485Z Downloaded rustls-native-certs v0.8.3
6702026-08-27T18:02:00.488Z Downloaded allocator-api2 v0.2.21
6712026-08-27T18:02:00.491Z Downloaded console v0.16.2
6722026-08-27T18:02:00.494Z Downloaded serde_tokenstream v0.3.0
6732026-08-27T18:02:00.494Z Downloaded signal-hook-registry v1.4.8
6742026-08-27T18:02:00.497Z Downloaded xshell-macros v0.2.7
6752026-08-27T18:02:00.498Z Downloaded yoke-derive v0.8.1
6762026-08-27T18:02:00.498Z Downloaded zeroize_derive v1.5.0
6772026-08-27T18:02:00.498Z Downloaded generic-array v1.4.3
6782026-08-27T18:02:00.501Z Downloaded untrusted v0.7.1
6792026-08-27T18:02:00.501Z Downloaded zone v0.3.1
6802026-08-27T18:02:00.501Z Downloaded convert_case v0.4.0
6812026-08-27T18:02:00.504Z Downloaded cpubits v0.1.1
6822026-08-27T18:02:00.504Z Downloaded crunchy v0.2.4
6832026-08-27T18:02:00.508Z Downloaded defmt-parser v1.0.0
6842026-08-27T18:02:00.508Z Downloaded rand_chacha v0.9.0
6852026-08-27T18:02:00.508Z Downloaded rfc6979 v0.4.0
6862026-08-27T18:02:00.511Z Downloaded rustversion v1.0.22
6872026-08-27T18:02:00.511Z Downloaded sec1 v0.7.3
6882026-08-27T18:02:00.511Z Downloaded serde_path_to_error v0.1.20
6892026-08-27T18:02:00.515Z Downloaded sec1 v0.8.1
6902026-08-27T18:02:00.518Z Downloaded spki v0.8.0
6912026-08-27T18:02:00.523Z Downloaded strum_macros v0.24.3
6922026-08-27T18:02:00.523Z Downloaded strum_macros v0.26.4
6932026-08-27T18:02:00.523Z Downloaded strum_macros v0.27.2
6942026-08-27T18:02:00.523Z Downloaded synstructure v0.13.2
6952026-08-27T18:02:00.523Z Downloaded tabwriter v1.4.1
6962026-08-27T18:02:00.526Z Downloaded crypto-common v0.2.2
6972026-08-27T18:02:00.526Z Downloaded tls_codec v0.4.2
6982026-08-27T18:02:00.526Z Downloaded thread_local v1.1.9
6992026-08-27T18:02:00.526Z Downloaded tls_codec_derive v0.4.2
7002026-08-27T18:02:00.527Z Downloaded toml_writer v1.1.1+spec-1.1.0
7012026-08-27T18:02:00.531Z Downloaded embedded-io v0.6.1
7022026-08-27T18:02:00.531Z Downloaded debug-ignore v1.0.5
7032026-08-27T18:02:00.535Z Downloaded hmac v0.12.1
7042026-08-27T18:02:00.535Z Downloaded hmac v0.13.0
7052026-08-27T18:02:00.540Z Downloaded colored v2.2.0
7062026-08-27T18:02:00.543Z Downloaded console v0.15.11
7072026-08-27T18:02:00.546Z Downloaded usdt-impl v0.6.0
7082026-08-27T18:02:00.550Z Downloaded inout v0.1.4
7092026-08-27T18:02:00.554Z Downloaded sqlformat v0.3.5
7102026-08-27T18:02:00.554Z Downloaded diesel_table_macro_syntax v0.3.0
7112026-08-27T18:02:00.554Z Downloaded inout v0.2.2
7122026-08-27T18:02:00.557Z Downloaded arc-swap v1.8.2
7132026-08-27T18:02:00.562Z Downloaded dof v0.4.0
7142026-08-27T18:02:00.562Z Downloaded fatfs v0.3.6
7152026-08-27T18:02:00.565Z Downloaded pkcs8 v0.10.2
7162026-08-27T18:02:00.566Z Downloaded wait-timeout v0.2.1
7172026-08-27T18:02:00.566Z Downloaded poly1305 v0.9.0
7182026-08-27T18:02:00.566Z Downloaded postcard v1.1.3
7192026-08-27T18:02:00.569Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7202026-08-27T18:02:00.569Z Downloaded base64 v0.22.1
7212026-08-27T18:02:00.569Z Downloaded bytes v1.11.1
7222026-08-27T18:02:00.573Z Downloaded idna_adapter v1.2.1
7232026-08-27T18:02:00.576Z Downloaded critical-section v1.2.0
7242026-08-27T18:02:00.576Z Downloaded maybe-uninit v2.0.0
7252026-08-27T18:02:00.576Z Downloaded memoffset v0.9.1
7262026-08-27T18:02:00.580Z Downloaded multimap v0.10.1
7272026-08-27T18:02:00.584Z Downloaded openssl-probe v0.1.6
7282026-08-27T18:02:00.584Z Downloaded flume v0.11.1
7292026-08-27T18:02:00.589Z Downloaded omicron-zone-package v0.12.3
7302026-08-27T18:02:00.589Z Downloaded papergrid v0.18.0
7312026-08-27T18:02:00.592Z Downloaded wyz v0.5.1
7322026-08-27T18:02:00.592Z Downloaded indoc v1.0.9
7332026-08-27T18:02:00.592Z Downloaded parking_lot v0.11.2
7342026-08-27T18:02:00.592Z Downloaded pkcs1 v0.7.5
7352026-08-27T18:02:00.595Z Downloaded unarray v0.1.4
7362026-08-27T18:02:00.595Z Downloaded ed25519 v2.2.3
7372026-08-27T18:02:00.596Z Downloaded lru-slab v0.1.2
7382026-08-27T18:02:00.596Z Downloaded num_enum_derive v0.5.11
7392026-08-27T18:02:00.599Z Downloaded olpc-cjson v0.1.4
7402026-08-27T18:02:00.599Z Downloaded flate2 v1.1.9
7412026-08-27T18:02:00.602Z Downloaded percent-encoding v2.3.2
7422026-08-27T18:02:00.606Z Downloaded serde_with_macros v1.5.2
7432026-08-27T18:02:00.606Z Downloaded slog-term v2.9.2
7442026-08-27T18:02:00.609Z Downloaded chacha20poly1305 v0.10.1
7452026-08-27T18:02:00.612Z Downloaded chumsky v0.9.3
7462026-08-27T18:02:00.612Z Downloaded corncobs v0.1.4
7472026-08-27T18:02:00.612Z Downloaded elliptic-curve v0.14.1
7482026-08-27T18:02:00.616Z Downloaded progenitor-impl v0.13.0
7492026-08-27T18:02:00.620Z Downloaded der_derive v0.7.3
7502026-08-27T18:02:00.620Z Downloaded newline-converter v0.3.0
7512026-08-27T18:02:00.620Z Downloaded oxide-generation-macros v0.2.0
7522026-08-27T18:02:00.623Z Downloaded progenitor-client v0.14.0
7532026-08-27T18:02:00.627Z Downloaded ingot-types v0.2.0
7542026-08-27T18:02:00.632Z Downloaded linear-map v1.2.0
7552026-08-27T18:02:00.635Z Downloaded half v2.7.1
7562026-08-27T18:02:00.639Z Downloaded seq-macro v0.3.6
7572026-08-27T18:02:00.644Z Downloaded rustc_version v0.4.1
7582026-08-27T18:02:00.647Z Downloaded async-compression v0.4.41
7592026-08-27T18:02:00.651Z Downloaded diesel-dtrace v0.5.0
7602026-08-27T18:02:00.651Z Downloaded signal-hook v0.3.18
7612026-08-27T18:02:00.651Z Downloaded dropshot-api-manager-types v0.8.0
7622026-08-27T18:02:00.655Z Downloaded heapless v0.7.17
7632026-08-27T18:02:00.655Z Downloaded serde_repr v0.1.20
7642026-08-27T18:02:00.659Z Downloaded rand_pcg v0.10.2
7652026-08-27T18:02:00.659Z Downloaded unicode-properties v0.1.4
7662026-08-27T18:02:00.662Z Downloaded sqlparser_derive v0.5.0
7672026-08-27T18:02:00.662Z Downloaded structmeta-derive v0.3.0
7682026-08-27T18:02:00.665Z Downloaded miette-derive v7.6.0
7692026-08-27T18:02:00.665Z Downloaded oso v0.27.3
7702026-08-27T18:02:00.668Z Downloaded impl-trait-for-tuples v0.2.3
7712026-08-27T18:02:00.668Z Downloaded p384 v0.14.0
7722026-08-27T18:02:00.671Z Downloaded vergen v9.1.0
7732026-08-27T18:02:00.674Z Downloaded ecdsa v0.17.0
7742026-08-27T18:02:00.674Z Downloaded jobserver v0.1.34
7752026-08-27T18:02:00.678Z Downloaded knus-derive v3.4.0
7762026-08-27T18:02:00.678Z Downloaded oxide-update-engine-display v0.1.2
7772026-08-27T18:02:00.678Z Downloaded parse-size v1.1.0
7782026-08-27T18:02:00.678Z Downloaded pem-rfc7468 v1.0.0
7792026-08-27T18:02:00.681Z Downloaded peg v0.8.5
7802026-08-27T18:02:00.681Z Downloaded termtree v0.5.1
7812026-08-27T18:02:00.681Z Downloaded tokio-test v0.4.5
7822026-08-27T18:02:00.685Z Downloaded lock_api v0.4.14
7832026-08-27T18:02:00.685Z Downloaded signal-hook-tokio v0.3.1
7842026-08-27T18:02:00.685Z Downloaded secrecy v0.8.0
7852026-08-27T18:02:00.689Z Downloaded ar_archive_writer v0.5.1
7862026-08-27T18:02:00.689Z Downloaded compact_str v0.8.1
7872026-08-27T18:02:00.689Z Downloaded base64 v0.21.7
7882026-08-27T18:02:00.692Z Downloaded schemars v0.8.22
7892026-08-27T18:02:00.696Z Downloaded bumpalo v3.20.2
7902026-08-27T18:02:00.699Z Downloaded socket2 v0.5.10
7912026-08-27T18:02:00.699Z Downloaded darling v0.20.11
7922026-08-27T18:02:00.702Z Downloaded slog v2.8.2
7932026-08-27T18:02:00.702Z Downloaded tower-service v0.3.3
7942026-08-27T18:02:00.706Z Downloaded utf8_iter v1.0.4
7952026-08-27T18:02:00.706Z Downloaded usdt-attr-macro v0.6.0
7962026-08-27T18:02:00.706Z Downloaded vte v0.14.1
7972026-08-27T18:02:00.706Z Downloaded backtrace v0.3.76
7982026-08-27T18:02:00.709Z Downloaded primeorder v0.14.0
7992026-08-27T18:02:00.709Z Downloaded supports-hyperlinks v3.2.0
8002026-08-27T18:02:00.709Z Downloaded poly1305 v0.8.0
8012026-08-27T18:02:00.713Z Downloaded stable_deref_trait v1.2.1
8022026-08-27T18:02:00.717Z Downloaded tagptr v0.2.0
8032026-08-27T18:02:00.720Z Downloaded polyval v0.7.1
8042026-08-27T18:02:00.724Z Downloaded headers v0.4.1
8052026-08-27T18:02:00.729Z Downloaded hyper-rustls v0.27.7
8062026-08-27T18:02:00.729Z Downloaded progenitor-client v0.13.0
8072026-08-27T18:02:00.729Z Downloaded time-core v0.1.8
8082026-08-27T18:02:00.733Z Downloaded pin-project-internal v1.1.11
8092026-08-27T18:02:00.733Z Downloaded heapless v0.8.0
8102026-08-27T18:02:00.733Z Downloaded rustls-pemfile v2.2.0
8112026-08-27T18:02:00.733Z Downloaded serde_plain v1.0.2
8122026-08-27T18:02:00.733Z Downloaded cpufeatures v0.3.0
8132026-08-27T18:02:00.733Z Downloaded cstr-argument v0.1.2
8142026-08-27T18:02:00.737Z Downloaded zerocopy v0.6.6
8152026-08-27T18:02:00.737Z Downloaded slog-json v2.6.1
8162026-08-27T18:02:00.737Z Downloaded slog-scope v4.4.1
8172026-08-27T18:02:00.737Z Downloaded snafu-derive v0.8.9
8182026-08-27T18:02:00.737Z Downloaded subtle v2.6.1
8192026-08-27T18:02:00.740Z Downloaded darling_macro v0.13.4
8202026-08-27T18:02:00.740Z Downloaded russh-util v0.52.0
8212026-08-27T18:02:00.740Z Downloaded tracing-core v0.1.36
8222026-08-27T18:02:00.744Z Downloaded unit-prefix v0.5.2
8232026-08-27T18:02:00.747Z Downloaded zerofrom-derive v0.1.6
8242026-08-27T18:02:00.752Z Downloaded dirs-next v2.0.0
8252026-08-27T18:02:00.755Z Downloaded dyn-clone v1.0.20
8262026-08-27T18:02:00.759Z Downloaded hickory-resolver v0.24.4
8272026-08-27T18:02:00.759Z Downloaded unsafe-libyaml v0.2.11
8282026-08-27T18:02:00.765Z Downloaded quinn v0.11.11
8292026-08-27T18:02:00.768Z Downloaded rpassword v7.5.4
8302026-08-27T18:02:00.768Z Downloaded icu_provider v2.1.1
8312026-08-27T18:02:00.773Z Downloaded unicase v2.9.0
8322026-08-27T18:02:00.773Z Downloaded simd-adler32 v0.3.8
8332026-08-27T18:02:00.773Z Downloaded libloading v0.8.9
8342026-08-27T18:02:00.776Z Downloaded whoami v2.1.0
8352026-08-27T18:02:00.777Z Downloaded writeable v0.6.2
8362026-08-27T18:02:00.777Z Downloaded keccak v0.1.6
8372026-08-27T18:02:00.780Z Downloaded lzss v0.8.2
8382026-08-27T18:02:00.783Z Downloaded schemars v0.9.0
8392026-08-27T18:02:00.788Z Downloaded port-file v0.1.0
8402026-08-27T18:02:00.792Z Downloaded quinn-udp v0.5.14
8412026-08-27T18:02:00.792Z Downloaded rustls-pki-types v1.14.0
8422026-08-27T18:02:00.796Z Downloaded derive_builder v0.20.2
8432026-08-27T18:02:00.796Z Downloaded serde_derive_internals v0.29.1
8442026-08-27T18:02:00.796Z Downloaded instability v0.3.11
8452026-08-27T18:02:00.799Z Downloaded num v0.4.3
8462026-08-27T18:02:00.799Z Downloaded nonempty v0.12.0
8472026-08-27T18:02:00.799Z Downloaded parking_lot_core v0.8.6
8482026-08-27T18:02:00.803Z Downloaded zip v0.6.6
8492026-08-27T18:02:00.803Z Downloaded time-macros v0.2.27
8502026-08-27T18:02:00.811Z Downloaded hickory-resolver v0.25.2
8512026-08-27T18:02:00.814Z Downloaded path-slash v0.1.5
8522026-08-27T18:02:00.814Z Downloaded proc-macro-crate v3.4.0
8532026-08-27T18:02:00.818Z Downloaded tokio-dtrace v0.1.1
8542026-08-27T18:02:00.821Z Downloaded rtoolbox v0.0.3
8552026-08-27T18:02:00.825Z Downloaded vergen-lib v0.1.6
8562026-08-27T18:02:00.828Z Downloaded tokio-tungstenite v0.21.0
8572026-08-27T18:02:00.832Z Downloaded ecdsa v0.16.9
8582026-08-27T18:02:00.832Z Downloaded is-terminal v0.4.17
8592026-08-27T18:02:00.835Z Downloaded md-5 v0.10.6
8602026-08-27T18:02:00.835Z Downloaded ref-cast-impl v1.0.25
8612026-08-27T18:02:00.835Z Downloaded semver v0.1.20
8622026-08-27T18:02:00.835Z Downloaded openssl-probe v0.2.1
8632026-08-27T18:02:00.839Z Downloaded shell-words v1.1.1
8642026-08-27T18:02:00.839Z Downloaded siphasher v1.0.2
8652026-08-27T18:02:00.839Z Downloaded cc v1.2.56
8662026-08-27T18:02:00.842Z Downloaded icu_normalizer v2.1.1
8672026-08-27T18:02:00.845Z Downloaded vergen-gitcl v1.0.8
8682026-08-27T18:02:00.845Z Downloaded zstd v0.13.3
8692026-08-27T18:02:00.845Z Downloaded constant_time_eq v0.4.2
8702026-08-27T18:02:00.850Z Downloaded rayon-core v1.13.0
8712026-08-27T18:02:00.854Z Downloaded keccak v0.2.0
8722026-08-27T18:02:00.854Z Downloaded libsw-core v0.3.2
8732026-08-27T18:02:00.859Z Downloaded slog-bunyan v2.5.0
8742026-08-27T18:02:00.863Z Downloaded curve25519-dalek-derive v0.1.1
8752026-08-27T18:02:00.866Z Downloaded potential_utf v0.1.4
8762026-08-27T18:02:00.866Z Downloaded pin-project v1.1.11
8772026-08-27T18:02:00.870Z Downloaded darling v0.21.3
8782026-08-27T18:02:00.872Z Downloaded nanorand v0.7.0
8792026-08-27T18:02:00.876Z Downloaded rustls-platform-verifier v0.6.2
8802026-08-27T18:02:00.876Z Downloaded native-tls v0.2.18
8812026-08-27T18:02:00.879Z Downloaded num-traits v0.2.19
8822026-08-27T18:02:00.879Z Downloaded crossbeam-channel v0.5.15
8832026-08-27T18:02:00.883Z Downloaded data-encoding v2.10.0
8842026-08-27T18:02:00.883Z Downloaded delegate v0.13.5
8852026-08-27T18:02:00.883Z Downloaded scuffle v0.1.0
8862026-08-27T18:02:00.883Z Downloaded oxide-update-engine-types v0.1.2
8872026-08-27T18:02:00.886Z Downloaded darling_core v0.20.11
8882026-08-27T18:02:00.886Z Downloaded nu-ansi-term v0.50.3
8892026-08-27T18:02:00.889Z Downloaded packed_struct v0.10.1
8902026-08-27T18:02:00.889Z Downloaded diff v0.1.13
8912026-08-27T18:02:00.889Z Downloaded ena v0.14.4
8922026-08-27T18:02:00.893Z Downloaded phf v0.13.1
8932026-08-27T18:02:00.893Z Downloaded psm v0.1.30
8942026-08-27T18:02:00.893Z Downloaded void v1.0.2
8952026-08-27T18:02:00.893Z Downloaded wnaf v0.14.0
8962026-08-27T18:02:00.896Z Downloaded aes-gcm v0.11.0
8972026-08-27T18:02:00.902Z Downloaded derive_more v2.1.1
8982026-08-27T18:02:00.905Z Downloaded hickory-server v0.25.2
8992026-08-27T18:02:00.905Z Downloaded hashbrown v0.12.3
9002026-08-27T18:02:00.908Z Downloaded term v0.7.0
9012026-08-27T18:02:00.912Z Downloaded toml_parser v1.1.2+spec-1.1.0
9022026-08-27T18:02:00.912Z Downloaded supports-color v3.0.2
9032026-08-27T18:02:00.912Z Downloaded sync-ptr v0.1.4
9042026-08-27T18:02:00.916Z Downloaded http v1.4.2
9052026-08-27T18:02:00.919Z Downloaded unicode-bidi v0.3.18
9062026-08-27T18:02:00.919Z Downloaded libefi-sys v0.1.0
9072026-08-27T18:02:00.923Z Downloaded stacker v0.1.23
9082026-08-27T18:02:00.926Z Downloaded oxide-update-engine v0.1.2
9092026-08-27T18:02:00.926Z Downloaded pem-rfc7468 v0.7.0
9102026-08-27T18:02:00.926Z Downloaded smf v0.2.3
9112026-08-27T18:02:00.926Z Downloaded utf-8 v0.7.6
9122026-08-27T18:02:00.930Z Downloaded downcast-rs v2.0.2
9132026-08-27T18:02:00.930Z Downloaded num-bigint-dig v0.8.6
9142026-08-27T18:02:00.933Z Downloaded mime_guess v2.0.5
9152026-08-27T18:02:00.933Z Downloaded untrusted v0.9.0
9162026-08-27T18:02:00.933Z Downloaded zerofrom v0.1.6
9172026-08-27T18:02:00.937Z Downloaded rand v0.10.1
9182026-08-27T18:02:00.937Z Downloaded hashbrown v0.13.2
9192026-08-27T18:02:00.940Z Downloaded knus v3.4.0
9202026-08-27T18:02:00.940Z Downloaded similar v2.7.0
9212026-08-27T18:02:00.943Z Downloaded crossbeam-utils v0.8.21
9222026-08-27T18:02:00.946Z Downloaded aes v0.9.1
9232026-08-27T18:02:00.952Z Downloaded crc-catalog v2.4.0
9242026-08-27T18:02:00.952Z Downloaded crypto-bigint v0.5.5
9252026-08-27T18:02:00.955Z Downloaded darling_macro v0.21.3
9262026-08-27T18:02:00.955Z Downloaded derive_more v0.99.20
9272026-08-27T18:02:00.955Z Downloaded rand_seeder v0.4.0
9282026-08-27T18:02:00.959Z Downloaded rusty-fork v0.3.1
9292026-08-27T18:02:00.959Z Downloaded darling_core v0.21.3
9302026-08-27T18:02:00.962Z Downloaded document-features v0.2.12
9312026-08-27T18:02:00.962Z Downloaded libscf-sys v1.2.0
9322026-08-27T18:02:00.962Z Downloaded match_cfg v0.1.0
9332026-08-27T18:02:00.965Z Downloaded dtrace-parser v0.3.0
9342026-08-27T18:02:00.969Z Downloaded vsss-rs v3.3.4
9352026-08-27T18:02:00.978Z Downloaded dropshot_endpoint v0.17.1
9362026-08-27T18:02:00.982Z Downloaded indexmap v1.9.3
9372026-08-27T18:02:00.985Z Downloaded zerovec-derive v0.11.2
9382026-08-27T18:02:00.985Z Downloaded ingot-macros v0.2.0
9392026-08-27T18:02:00.985Z Downloaded kstat-rs v0.2.5
9402026-08-27T18:02:00.985Z Downloaded thiserror-no-std v2.0.2
9412026-08-27T18:02:00.989Z Downloaded predicates-tree v1.0.13
9422026-08-27T18:02:00.989Z Downloaded progenitor-macro v0.13.0
9432026-08-27T18:02:00.996Z Downloaded litemap v0.8.1
9442026-08-27T18:02:01.002Z Downloaded yansi v1.0.1
9452026-08-27T18:02:01.005Z Downloaded pkcs1 v0.8.0-rc.4
9462026-08-27T18:02:01.005Z Downloaded crc32fast v1.5.0
9472026-08-27T18:02:01.008Z Downloaded smallvec v1.15.1
9482026-08-27T18:02:01.008Z Downloaded defmt-macros v1.0.1
9492026-08-27T18:02:01.012Z Downloaded sapling-renderdag v0.1.0
9502026-08-27T18:02:01.015Z Downloaded serde_bytes v0.11.19
9512026-08-27T18:02:01.024Z Downloaded rand_core v0.6.4
9522026-08-27T18:02:01.028Z Downloaded ml-kem v0.3.2
9532026-08-27T18:02:01.031Z Downloaded csv-core v0.1.13
9542026-08-27T18:02:01.039Z Downloaded scroll_derive v0.13.1
9552026-08-27T18:02:01.044Z Downloaded tracing-attributes v0.1.31
9562026-08-27T18:02:01.047Z Downloaded num_enum v0.7.6
9572026-08-27T18:02:01.047Z Downloaded strum v0.27.2
9582026-08-27T18:02:01.047Z Downloaded num_enum v0.5.11
9592026-08-27T18:02:01.051Z Downloaded qorb v0.4.1
9602026-08-27T18:02:01.054Z Downloaded progenitor-impl v0.14.0
9612026-08-27T18:02:01.057Z Downloaded term v1.2.1
9622026-08-27T18:02:01.061Z Downloaded cookie v0.18.1
9632026-08-27T18:02:01.064Z Downloaded tokio-macros v2.7.0
9642026-08-27T18:02:01.078Z Downloaded phf v0.12.1
9652026-08-27T18:02:01.083Z Downloaded pbkdf2 v0.13.0
9662026-08-27T18:02:01.083Z Downloaded multer v3.1.0
9672026-08-27T18:02:01.083Z Downloaded sha2 v0.11.0
9682026-08-27T18:02:01.083Z Downloaded darling v0.23.0
9692026-08-27T18:02:01.086Z Downloaded typify-macro v0.6.2
9702026-08-27T18:02:01.093Z Downloaded serde-hex v0.1.0
9712026-08-27T18:02:01.096Z Downloaded slog-async v2.8.0
9722026-08-27T18:02:01.096Z Downloaded des v0.9.0
9732026-08-27T18:02:01.099Z Downloaded maplit v1.0.2
9742026-08-27T18:02:01.099Z Downloaded md5 v0.8.0
9752026-08-27T18:02:01.112Z Downloaded reedline v0.40.0
9762026-08-27T18:02:01.115Z Downloaded hashbrown v0.14.5
9772026-08-27T18:02:01.115Z Downloaded primeorder v0.13.6
9782026-08-27T18:02:01.116Z Downloaded rand_core v0.10.0
9792026-08-27T18:02:01.119Z Downloaded resolv-conf v0.7.6
9802026-08-27T18:02:01.119Z Downloaded tinyvec v1.10.0
9812026-08-27T18:02:01.119Z Downloaded indent_write v2.2.0
9822026-08-27T18:02:01.123Z Downloaded miette v7.6.0
9832026-08-27T18:02:01.126Z Downloaded serde_cbor v0.11.2
9842026-08-27T18:02:01.132Z Downloaded yasna v0.5.2
9852026-08-27T18:02:01.132Z Downloaded tokio-tungstenite v0.23.1
9862026-08-27T18:02:01.132Z Downloaded tui-tree-widget v0.23.1
9872026-08-27T18:02:01.132Z Downloaded spki v0.7.3
9882026-08-27T18:02:01.136Z Downloaded stringprep v0.1.5
9892026-08-27T18:02:01.136Z Downloaded rand_xorshift v0.4.0
9902026-08-27T18:02:01.136Z Downloaded internet-checksum v0.2.1
9912026-08-27T18:02:01.136Z Downloaded progenitor-macro v0.14.0
9922026-08-27T18:02:01.140Z Downloaded steno v0.4.1
9932026-08-27T18:02:01.140Z Downloaded ignore v0.4.25
9942026-08-27T18:02:01.145Z Downloaded hyper-staticfile v0.10.1
9952026-08-27T18:02:01.145Z Downloaded diesel_derives v2.3.7
9962026-08-27T18:02:01.148Z Downloaded whoami v1.6.1
9972026-08-27T18:02:01.148Z Downloaded icu_collections v2.1.1
9982026-08-27T18:02:01.152Z Downloaded tokio-util v0.7.18
9992026-08-27T18:02:01.156Z Downloaded pkcs8 v0.11.0
10002026-08-27T18:02:01.156Z Downloaded hyper-util v0.1.20
10012026-08-27T18:02:01.162Z Downloaded deranged v0.5.8
10022026-08-27T18:02:01.162Z Downloaded derive-ex v0.1.8
10032026-08-27T18:02:01.162Z Downloaded rustc-hash v2.1.1
10042026-08-27T18:02:01.165Z Downloaded serde_urlencoded v0.7.1
10052026-08-27T18:02:01.165Z Downloaded termios v0.3.3
10062026-08-27T18:02:01.165Z Downloaded peg-runtime v0.8.5
10072026-08-27T18:02:01.165Z Downloaded toml v0.7.8
10082026-08-27T18:02:01.165Z Downloaded unicode-segmentation v1.12.0
10092026-08-27T18:02:01.168Z Downloaded tough v0.22.0
10102026-08-27T18:02:01.172Z Downloaded rand v0.9.2
10112026-08-27T18:02:01.172Z Downloaded vergen-lib v9.1.0
10122026-08-27T18:02:01.176Z Downloaded salsa20 v0.11.0
10132026-08-27T18:02:01.176Z Downloaded serdect v0.4.3
10142026-08-27T18:02:01.179Z Downloaded newtype-uuid v1.3.2
10152026-08-27T18:02:01.179Z Downloaded sigpipe v0.1.3
10162026-08-27T18:02:01.179Z Downloaded strip-ansi-escapes v0.2.1
10172026-08-27T18:02:01.179Z Downloaded tap v1.0.1
10182026-08-27T18:02:01.179Z Downloaded socket2 v0.6.3
10192026-08-27T18:02:01.179Z Downloaded aho-corasick v1.1.4
10202026-08-27T18:02:01.182Z Downloaded scheduled-thread-pool v0.2.7
10212026-08-27T18:02:01.182Z Downloaded itertools v0.10.5
10222026-08-27T18:02:01.185Z Downloaded icu_properties v2.1.2
10232026-08-27T18:02:01.188Z Downloaded parking_lot_core v0.9.12
10242026-08-27T18:02:01.188Z Downloaded ctutils v0.4.2
10252026-08-27T18:02:01.188Z Downloaded darling v0.13.4
10262026-08-27T18:02:01.192Z Downloaded der v0.7.10
10272026-08-27T18:02:01.195Z Downloaded oxnet v0.1.6
10282026-08-27T18:02:01.195Z Downloaded unicode-xid v0.2.6
10292026-08-27T18:02:01.201Z Downloaded derive_builder_core v0.20.2
10302026-08-27T18:02:01.204Z Downloaded supports-unicode v3.0.0
10312026-08-27T18:02:01.204Z Downloaded derive-where v1.6.0
10322026-08-27T18:02:01.207Z Downloaded pretty_assertions v1.4.1
10332026-08-27T18:02:01.210Z Downloaded pin-project-lite v0.2.17
10342026-08-27T18:02:01.213Z Downloaded usdt-macro v0.6.0
10352026-08-27T18:02:01.213Z Downloaded xattr v1.6.1
10362026-08-27T18:02:01.213Z Downloaded zone_cfg_derive v0.3.1
10372026-08-27T18:02:01.213Z Downloaded publicsuffix v2.3.0
10382026-08-27T18:02:01.219Z Downloaded hyper-tls v0.6.0
10392026-08-27T18:02:01.222Z Downloaded libsw v3.5.0
10402026-08-27T18:02:01.222Z Downloaded rustls-webpki v0.103.13
10412026-08-27T18:02:01.225Z Downloaded hashbrown v0.16.1
10422026-08-27T18:02:01.229Z Downloaded hyper v1.10.1
10432026-08-27T18:02:01.232Z Downloaded crc v3.4.0
10442026-08-27T18:02:01.232Z Downloaded illumos-nvpair v0.3.0
10452026-08-27T18:02:01.236Z Downloaded lalrpop-util v0.19.12
10462026-08-27T18:02:01.236Z Downloaded rustc-demangle v0.1.27
10472026-08-27T18:02:01.239Z Downloaded num-complex v0.4.6
10482026-08-27T18:02:01.242Z Downloaded darling_macro v0.20.11
10492026-08-27T18:02:01.248Z Downloaded serde_yaml v0.9.34+deprecated
10502026-08-27T18:02:01.251Z Downloaded typed-path v0.9.3
10512026-08-27T18:02:01.255Z Downloaded litrs v1.0.0
10522026-08-27T18:02:01.255Z Downloaded toml_edit v0.23.10+spec-1.0.0
10532026-08-27T18:02:01.258Z Downloaded zeroize v1.9.0
10542026-08-27T18:02:01.258Z Downloaded linked-hash-map v0.5.6
10552026-08-27T18:02:01.258Z Downloaded recursive-proc-macro-impl v0.1.1
10562026-08-27T18:02:01.262Z Downloaded icu_normalizer_data v2.1.1
10572026-08-27T18:02:01.265Z Downloaded indicatif v0.18.4
10582026-08-27T18:02:01.265Z Downloaded tungstenite v0.23.0
10592026-08-27T18:02:01.268Z Downloaded digest-io v0.1.0
10602026-08-27T18:02:01.268Z Downloaded dirs-sys-next v0.1.2
10612026-08-27T18:02:01.268Z Downloaded instant v0.1.13
10622026-08-27T18:02:01.271Z Downloaded quick-error v1.2.3
10632026-08-27T18:02:01.271Z Downloaded secrecy v0.10.3
10642026-08-27T18:02:01.271Z Downloaded signature v2.2.0
10652026-08-27T18:02:01.278Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10662026-08-27T18:02:01.284Z Downloaded unicode_categories v0.1.1
10672026-08-27T18:02:01.287Z Downloaded progenitor v0.14.0
10682026-08-27T18:02:01.287Z Downloaded slab v0.4.12
10692026-08-27T18:02:01.287Z Downloaded ssh-cipher v0.3.0
10702026-08-27T18:02:01.290Z Downloaded num_threads v0.1.7
10712026-08-27T18:02:01.293Z Downloaded crucible-workspace-hack v0.1.0
10722026-08-27T18:02:01.293Z Downloaded defmt v0.3.100
10732026-08-27T18:02:01.293Z Downloaded parse-display v0.10.0
10742026-08-27T18:02:01.293Z Downloaded predicates-core v1.0.10
10752026-08-27T18:02:01.297Z Downloaded iana-time-zone v0.1.65
10762026-08-27T18:02:01.304Z Downloaded tiny-keccak v2.0.2
10772026-08-27T18:02:01.307Z Downloaded strum v0.26.3
10782026-08-27T18:02:01.307Z Downloaded take_mut v0.2.2
10792026-08-27T18:02:01.310Z Downloaded digest v0.11.3
10802026-08-27T18:02:01.313Z Downloaded difflib v0.4.0
10812026-08-27T18:02:01.313Z Downloaded sync_wrapper v1.0.2
10822026-08-27T18:02:01.313Z Downloaded hkdf v0.12.4
10832026-08-27T18:02:01.316Z Downloaded hkdf v0.13.0
10842026-08-27T18:02:01.317Z Downloaded dropshot-api-manager v0.8.0
10852026-08-27T18:02:01.320Z Downloaded subprocess v0.2.15
10862026-08-27T18:02:01.320Z Downloaded newtype-uuid-macros v0.1.0
10872026-08-27T18:02:01.323Z Downloaded waitgroup v0.1.2
10882026-08-27T18:02:01.323Z Downloaded universal-hash v0.5.1
10892026-08-27T18:02:01.323Z Downloaded dsl_auto_type v0.2.0
10902026-08-27T18:02:01.323Z Downloaded is_ci v1.2.0
10912026-08-27T18:02:01.323Z Downloaded blake3 v1.8.5
10922026-08-27T18:02:01.332Z Downloaded oxide-generation v0.1.3
10932026-08-27T18:02:01.334Z Downloaded scopeguard v1.2.0
10942026-08-27T18:02:01.335Z Downloaded recursive v0.1.1
10952026-08-27T18:02:01.337Z Downloaded strsim v0.10.0
10962026-08-27T18:02:01.337Z Downloaded try-lock v0.2.5
10972026-08-27T18:02:01.337Z Downloaded crc-any v2.5.0
10982026-08-27T18:02:01.337Z Downloaded darling_core v0.13.4
10992026-08-27T18:02:01.340Z Downloaded postgres-types v0.2.12
11002026-08-27T18:02:01.347Z Downloaded scrypt v0.12.0
11012026-08-27T18:02:01.350Z Downloaded signature v3.0.0
11022026-08-27T18:02:01.350Z Downloaded universal-hash v0.6.1
11032026-08-27T18:02:01.350Z Downloaded want v0.3.1
11042026-08-27T18:02:01.353Z Downloaded libbz2-rs-sys v0.2.2
11052026-08-27T18:02:01.356Z Downloaded tokio-rustls v0.26.4
11062026-08-27T18:02:01.359Z Downloaded p256 v0.14.0
11072026-08-27T18:02:01.359Z Downloaded p521 v0.14.0
11082026-08-27T18:02:01.362Z Downloaded openssl-sys v0.9.117
11092026-08-27T18:02:01.366Z Downloaded mime v0.3.17
11102026-08-27T18:02:01.366Z Downloaded thiserror-impl-no-std v2.0.2
11112026-08-27T18:02:01.370Z Downloaded thread-id v5.1.0
11122026-08-27T18:02:01.370Z Downloaded vergen-git2 v9.1.0
11132026-08-27T18:02:01.370Z Downloaded managed v0.8.0
11142026-08-27T18:02:01.373Z Downloaded darling_macro v0.23.0
11152026-08-27T18:02:01.373Z Downloaded parse-display-derive v0.10.0
11162026-08-27T18:02:01.376Z Downloaded newtype_derive v0.1.6
11172026-08-27T18:02:01.376Z Downloaded num-conv v0.2.0
11182026-08-27T18:02:01.376Z Downloaded futures-util v0.3.32
11192026-08-27T18:02:01.380Z Downloaded schemars v1.2.1
11202026-08-27T18:02:01.388Z Downloaded rustc_version v0.1.7
11212026-08-27T18:02:01.391Z Downloaded salty v0.3.0
11222026-08-27T18:02:01.393Z Downloaded h2 v0.4.15
11232026-08-27T18:02:01.396Z Downloaded hashbrown v0.15.5
11242026-08-27T18:02:01.399Z Downloaded tar v0.4.46
11252026-08-27T18:02:01.402Z Downloaded cookie_store v0.22.1
11262026-08-27T18:02:01.402Z Downloaded num_enum_derive v0.7.6
11272026-08-27T18:02:01.402Z Downloaded ident_case v1.0.1
11282026-08-27T18:02:01.402Z Downloaded jiff-static v0.2.34
11292026-08-27T18:02:01.402Z Downloaded phf_shared v0.13.1
11302026-08-27T18:02:01.405Z Downloaded ipnet v2.12.0
11312026-08-27T18:02:01.405Z Downloaded minimal-lexical v0.2.1
11322026-08-27T18:02:01.413Z Downloaded crc8 v0.1.1
11332026-08-27T18:02:01.417Z Downloaded zerotrie v0.2.3
11342026-08-27T18:02:01.417Z Downloaded tokio-postgres v0.7.16
11352026-08-27T18:02:01.420Z Downloaded ron v0.8.1
11362026-08-27T18:02:01.423Z Downloaded ipnetwork v0.21.1
11372026-08-27T18:02:01.423Z Downloaded schemars_derive v0.8.22
11382026-08-27T18:02:01.423Z Downloaded display-error-chain v0.2.2
11392026-08-27T18:02:01.426Z Downloaded scroll v0.13.0
11402026-08-27T18:02:01.429Z Downloaded proc-macro-error-attr2 v2.0.0
11412026-08-27T18:02:01.435Z Downloaded itertools v0.15.0
11422026-08-27T18:02:01.438Z Downloaded oxide-tokio-rt v0.1.4
11432026-08-27T18:02:01.438Z Downloaded url v2.5.8
11442026-08-27T18:02:01.438Z Downloaded winnow v0.6.26
11452026-08-27T18:02:01.442Z Downloaded uzers v0.12.2
11462026-08-27T18:02:01.445Z Downloaded defmt v1.0.1
11472026-08-27T18:02:01.445Z Downloaded serde_spanned v1.1.1
11482026-08-27T18:02:01.445Z Downloaded ed25519 v3.0.0
11492026-08-27T18:02:01.448Z Downloaded slog-dtrace v0.3.0
11502026-08-27T18:02:01.448Z Downloaded opaque-debug v0.3.1
11512026-08-27T18:02:01.448Z Downloaded lazy_static v1.5.0
11522026-08-27T18:02:01.452Z Downloaded crossbeam-epoch v0.9.18
11532026-08-27T18:02:01.461Z Downloaded memmap2 v0.9.10
11542026-08-27T18:02:01.461Z Downloaded pkg-config v0.3.32
11552026-08-27T18:02:01.461Z Downloaded rustyline v14.0.0
11562026-08-27T18:02:01.461Z Downloaded tungstenite v0.21.0
11572026-08-27T18:02:01.465Z Downloaded convert_case v0.10.0
11582026-08-27T18:02:01.465Z Downloaded usdt v0.6.0
11592026-08-27T18:02:01.468Z Downloaded primefield v0.14.0
11602026-08-27T18:02:01.471Z Downloaded radium v0.7.0
11612026-08-27T18:02:01.471Z Downloaded phf_shared v0.11.3
11622026-08-27T18:02:01.471Z Downloaded ctr v0.10.1
11632026-08-27T18:02:01.474Z Downloaded embedded-io v0.4.0
11642026-08-27T18:02:01.474Z Downloaded paste v1.0.15
11652026-08-27T18:02:01.474Z Downloaded aws-lc-rs v1.16.3
11662026-08-27T18:02:01.479Z Downloaded serde_with v1.14.0
11672026-08-27T18:02:01.482Z Downloaded bitvec v1.0.1
11682026-08-27T18:02:01.490Z Downloaded tinyvec_macros v0.1.1
11692026-08-27T18:02:01.493Z Downloaded prefix-trie v0.7.0
11702026-08-27T18:02:01.493Z Downloaded zip v4.6.1
11712026-08-27T18:02:01.496Z Downloaded tokio-native-tls v0.3.1
11722026-08-27T18:02:01.496Z Downloaded crossbeam-deque v0.8.6
11732026-08-27T18:02:01.503Z Downloaded num-derive v0.4.2
11742026-08-27T18:02:01.507Z Downloaded tower-layer v0.3.3
11752026-08-27T18:02:01.510Z Downloaded new_debug_unreachable v1.0.6
11762026-08-27T18:02:01.510Z Downloaded num-bigint v0.4.6
11772026-08-27T18:02:01.510Z Downloaded displaydoc v0.2.5
11782026-08-27T18:02:01.513Z Downloaded indoc v2.0.7
11792026-08-27T18:02:01.513Z Downloaded peg-macros v0.8.5
11802026-08-27T18:02:01.516Z Downloaded either v1.15.0
11812026-08-27T18:02:01.516Z Downloaded reqwest v0.13.2
11822026-08-27T18:02:01.519Z Downloaded yoke v0.8.1
11832026-08-27T18:02:01.522Z Downloaded zopfli v0.8.3
11842026-08-27T18:02:01.526Z Downloaded module-lattice v0.2.3
11852026-08-27T18:02:01.526Z Downloaded ingot v0.2.1
11862026-08-27T18:02:01.526Z Downloaded kem v0.3.0
11872026-08-27T18:02:01.526Z Downloaded postgres-protocol v0.6.10
11882026-08-27T18:02:01.529Z Downloaded illumos-nvpair-sys v0.2.0
11892026-08-27T18:02:01.529Z Downloaded predicates v3.1.4
11902026-08-27T18:02:01.529Z Downloaded openssl-macros v0.1.1
11912026-08-27T18:02:01.529Z Downloaded lru-cache v0.1.2
11922026-08-27T18:02:01.529Z Downloaded same-file v1.0.6
11932026-08-27T18:02:01.532Z Downloaded serde-big-array v0.5.1
11942026-08-27T18:02:01.533Z Downloaded rand_core v0.9.5
11952026-08-27T18:02:01.533Z Downloaded walkdir v2.5.0
11962026-08-27T18:02:01.538Z Downloaded ed25519-dalek v2.2.0
11972026-08-27T18:02:01.541Z Downloaded string_cache v0.8.9
11982026-08-27T18:02:01.545Z Downloaded ssh-encoding v0.3.0
11992026-08-27T18:02:01.549Z Downloaded unicode-truncate v1.1.0
12002026-08-27T18:02:01.549Z Downloaded derive_builder_macro v0.20.2
12012026-08-27T18:02:01.549Z Downloaded packed_struct_codegen v0.10.1
12022026-08-27T18:02:01.549Z Downloaded internal-russh-num-bigint v0.5.0
12032026-08-27T18:02:01.552Z Downloaded chrono v0.4.45
12042026-08-27T18:02:01.556Z Downloaded daft v0.1.8
12052026-08-27T18:02:01.556Z Downloaded smallvec v0.6.14
12062026-08-27T18:02:01.559Z Downloaded xshell v0.2.7
12072026-08-27T18:02:01.559Z Downloaded itertools v0.14.0
12082026-08-27T18:02:01.562Z Downloaded proc-macro-error2 v2.0.1
12092026-08-27T18:02:01.562Z Downloaded crossterm v0.28.1
12102026-08-27T18:02:01.565Z Downloaded dunce v1.0.5
12112026-08-27T18:02:01.568Z Downloaded const_format_proc_macros v0.2.34
12122026-08-27T18:02:01.570Z Downloaded rayon v1.11.0
12132026-08-27T18:02:01.574Z Downloaded ed25519-dalek v3.0.0
12142026-08-27T18:02:01.577Z Downloaded icu_locale_core v2.1.1
12152026-08-27T18:02:01.583Z Downloaded parking_lot v0.12.5
12162026-08-27T18:02:01.583Z Downloaded twox-hash v2.1.2
12172026-08-27T18:02:01.586Z Downloaded lru v0.12.5
12182026-08-27T18:02:01.586Z Downloaded slog-stdlog v4.1.1
12192026-08-27T18:02:01.589Z Downloaded toml v1.1.2+spec-1.1.0
12202026-08-27T18:02:01.597Z Downloaded support-bundle-viewer v0.1.2
12212026-08-27T18:02:01.600Z Downloaded elliptic-curve v0.13.8
12222026-08-27T18:02:01.600Z Downloaded shlex v1.3.0
12232026-08-27T18:02:01.603Z Downloaded icu_properties_data v2.1.2
12242026-08-27T18:02:01.607Z Downloaded time v0.3.47
12252026-08-27T18:02:01.613Z Downloaded bindgen v0.71.1
12262026-08-27T18:02:01.617Z Downloaded tinystr v0.8.2
12272026-08-27T18:02:01.620Z Downloaded pkcs5 v0.8.1
12282026-08-27T18:02:01.620Z Downloaded static_assertions v1.1.0
12292026-08-27T18:02:01.623Z Downloaded ssh-key v0.7.0-rc.11
12302026-08-27T18:02:01.626Z Downloaded zstd-safe v7.2.4
12312026-08-27T18:02:01.626Z Downloaded crypto-primes v0.7.2
12322026-08-27T18:02:01.629Z Downloaded daft-derive v0.1.8
12332026-08-27T18:02:01.632Z Downloaded zerocopy-derive v0.8.55
12342026-08-27T18:02:01.635Z Downloaded tokio-stream v0.1.18
12352026-08-27T18:02:01.638Z Downloaded tower v0.5.3
12362026-08-27T18:02:01.642Z Downloaded miniz_oxide v0.8.9
12372026-08-27T18:02:01.645Z Downloaded git2 v0.20.4
12382026-08-27T18:02:01.648Z Downloaded x509-cert v0.2.5
12392026-08-27T18:02:01.651Z Downloaded toml_edit v0.19.15
12402026-08-27T18:02:01.659Z Downloaded serde_with_macros v3.21.0
12412026-08-27T18:02:01.662Z Downloaded uuid v1.23.4
12422026-08-27T18:02:01.662Z Downloaded portable-atomic v1.13.1
12432026-08-27T18:02:01.665Z Downloaded samael v0.0.19
12442026-08-27T18:02:01.668Z Downloaded snafu v0.8.9
12452026-08-27T18:02:01.672Z Downloaded spin v0.9.8
12462026-08-27T18:02:01.675Z Downloaded russh v0.62.4
12472026-08-27T18:02:01.680Z Downloaded iri-string v0.7.10
12482026-08-27T18:02:01.686Z Downloaded unicode-normalization v0.1.25
12492026-08-27T18:02:01.690Z Downloaded drift v0.2.0
12502026-08-27T18:02:01.695Z Downloaded rawzip v0.4.4
12512026-08-27T18:02:01.698Z Downloaded typify v0.6.2
12522026-08-27T18:02:01.701Z Downloaded smoltcp v0.9.1
12532026-08-27T18:02:01.705Z Downloaded vcpkg v0.2.15
12542026-08-27T18:02:01.727Z Downloaded test-strategy v0.4.5
12552026-08-27T18:02:01.730Z Downloaded itertools v0.12.1
12562026-08-27T18:02:01.734Z Downloaded itertools v0.13.0
12572026-08-27T18:02:01.738Z Downloaded prettyplease v0.2.37
12582026-08-27T18:02:01.738Z Downloaded ryu v1.0.23
12592026-08-27T18:02:01.741Z Downloaded nom v7.1.3
12602026-08-27T18:02:01.744Z Downloaded crossterm v0.29.0
12612026-08-27T18:02:01.747Z Downloaded gimli v0.32.3
12622026-08-27T18:02:01.750Z Downloaded der v0.8.0
12632026-08-27T18:02:01.753Z Downloaded libm v0.2.16
12642026-08-27T18:02:01.757Z Downloaded darling_core v0.23.0
12652026-08-27T18:02:01.760Z Downloaded const_format v0.2.35
12662026-08-27T18:02:01.763Z Downloaded tabled v0.21.0
12672026-08-27T18:02:01.772Z Downloaded rand v0.8.6
12682026-08-27T18:02:01.775Z Downloaded rcgen v0.12.1
12692026-08-27T18:02:01.775Z Downloaded nom v8.0.0
12702026-08-27T18:02:01.778Z Downloaded jiff-core v0.1.0
12712026-08-27T18:02:01.781Z Downloaded rsa v0.9.10
12722026-08-27T18:02:01.784Z Downloaded goblin v0.10.5
12732026-08-27T18:02:01.787Z Downloaded zerovec v0.11.5
12742026-08-27T18:02:01.792Z Downloaded regex v1.12.3
12752026-08-27T18:02:01.803Z Downloaded quick-xml v0.37.5
12762026-08-27T18:02:01.808Z Downloaded mio v1.2.0
12772026-08-27T18:02:01.811Z Downloaded derive_more-impl v2.1.1
12782026-08-27T18:02:01.818Z Downloaded winnow v0.5.40
12792026-08-27T18:02:01.824Z Downloaded libxml v0.3.3
12802026-08-27T18:02:01.829Z Downloaded openssl v0.10.80
12812026-08-27T18:02:01.833Z Downloaded nix v0.27.1
12822026-08-27T18:02:01.836Z Downloaded idna v1.1.0
12832026-08-27T18:02:01.839Z Downloaded zlib-rs v0.6.2
12842026-08-27T18:02:01.842Z Downloaded crypto-bigint v0.7.5
12852026-08-27T18:02:01.850Z Downloaded rsa v0.10.0-rc.18
12862026-08-27T18:02:01.868Z Downloaded sha3 v0.12.0
12872026-08-27T18:02:01.875Z Downloaded p384 v0.13.1
12882026-08-27T18:02:01.898Z Downloaded reqwest v0.12.28
12892026-08-27T18:02:01.901Z Downloaded bstr v1.12.1
12902026-08-27T18:02:01.906Z Downloaded moka v0.12.13
12912026-08-27T18:02:01.910Z Downloaded quinn-proto v0.11.16
12922026-08-27T18:02:01.928Z Downloaded polar-core v0.27.3
12932026-08-27T18:02:01.948Z Downloaded nix v0.28.0
12942026-08-27T18:02:01.953Z Downloaded tower-http v0.6.8
12952026-08-27T18:02:01.963Z Downloaded regex-syntax v0.8.10
12962026-08-27T18:02:01.968Z Downloaded proptest v1.11.0
12972026-08-27T18:02:01.972Z Downloaded winnow v1.0.3
12982026-08-27T18:02:01.977Z Downloaded hickory-proto v0.24.4
12992026-08-27T18:02:01.986Z Downloaded object v0.30.4
13002026-08-27T18:02:01.993Z Downloaded iddqd v0.4.2
13012026-08-27T18:02:01.998Z Downloaded nix v0.31.2
13022026-08-27T18:02:02.004Z Downloaded petname v2.0.2
13032026-08-27T18:02:02.007Z Downloaded rustls v0.23.41
13042026-08-27T18:02:02.020Z Downloaded rustix v0.38.44
13052026-08-27T18:02:02.032Z Downloaded serde_with v3.21.0
13062026-08-27T18:02:02.038Z Downloaded lalrpop v0.19.12
13072026-08-27T18:02:02.045Z Downloaded regress v0.10.5
13082026-08-27T18:02:02.049Z Downloaded hickory-proto v0.25.2
13092026-08-27T18:02:02.057Z Downloaded object v0.37.3
13102026-08-27T18:02:02.063Z Downloaded radix_trie v0.2.1
13112026-08-27T18:02:02.066Z Downloaded sqlparser v0.61.0
13122026-08-27T18:02:02.071Z Downloaded regex-syntax v0.6.29
13132026-08-27T18:02:02.075Z Downloaded regress v0.11.1
13142026-08-27T18:02:02.080Z Downloaded zerocopy v0.8.55
13152026-08-27T18:02:02.090Z Downloaded smoltcp v0.11.0
13162026-08-27T18:02:02.097Z Downloaded curve25519-dalek v4.1.3
13172026-08-27T18:02:02.101Z Downloaded curve25519-dalek v5.0.0
13182026-08-27T18:02:02.106Z Downloaded dropshot v0.17.1
13192026-08-27T18:02:02.119Z Downloaded syn v3.0.3
13202026-08-27T18:02:02.125Z Downloaded diesel v2.3.7
13212026-08-27T18:02:02.136Z Downloaded typify-impl v0.6.2
13222026-08-27T18:02:02.145Z Downloaded tracing v0.1.44
13232026-08-27T18:02:02.159Z Downloaded sha3 v0.11.0
13242026-08-27T18:02:02.162Z Downloaded zerocopy-derive v0.6.6
13252026-08-27T18:02:02.166Z Downloaded ratatui v0.29.0
13262026-08-27T18:02:02.177Z Downloaded openapiv3 v2.2.0
13272026-08-27T18:02:02.190Z Downloaded bzip2-sys v0.1.13+1.0.8
13282026-08-27T18:02:02.227Z Downloaded sled v0.34.7
13292026-08-27T18:02:02.233Z Downloaded petgraph v0.6.5
13302026-08-27T18:02:02.244Z Downloaded chrono-tz v0.10.4
13312026-08-27T18:02:02.261Z Downloaded jiff v0.2.34
13322026-08-27T18:02:02.270Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13332026-08-27T18:02:02.280Z Downloaded regex-automata v0.4.14
13342026-08-27T18:02:02.318Z Downloaded sha3 v0.10.8
13352026-08-27T18:02:02.342Z Downloaded tokio v1.52.1
13362026-08-27T18:02:02.364Z Downloaded petgraph v0.8.3
13372026-08-27T18:02:02.385Z Downloaded csv v1.4.0
13382026-08-27T18:02:02.397Z Downloaded libz-sys v1.1.24
13392026-08-27T18:02:02.408Z Downloaded ring v0.17.14
13402026-08-27T18:02:02.435Z Downloaded encoding_rs v0.8.35
13412026-08-27T18:02:02.475Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-08-27T18:02:02.913Z Downloaded aws-lc-sys v0.40.0
13432026-08-27T18:02:03.165Z Compiling serde_core v1.0.228
13442026-08-27T18:02:03.166Z Compiling libc v0.2.185
13452026-08-27T18:02:03.166Z Compiling serde v1.0.228
13462026-08-27T18:02:03.169Z Compiling log v0.4.33
13472026-08-27T18:02:03.169Z Compiling smallvec v1.15.1
13482026-08-27T18:02:03.337Z Compiling find-msvc-tools v0.1.9
13492026-08-27T18:02:03.338Z Compiling shlex v1.3.0
13502026-08-27T18:02:03.341Z Compiling syn v2.0.117
13512026-08-27T18:02:03.519Z Compiling subtle v2.6.1
13522026-08-27T18:02:03.536Z Compiling scopeguard v1.2.0
13532026-08-27T18:02:03.550Z Compiling typenum v1.20.1
13542026-08-27T18:02:03.608Z Compiling stable_deref_trait v1.2.1
13552026-08-27T18:02:03.635Z Compiling lock_api v0.4.14
13562026-08-27T18:02:03.648Z Compiling zerocopy v0.8.55
13572026-08-27T18:02:03.680Z Compiling portable-atomic v1.13.1
13582026-08-27T18:02:03.695Z Compiling serde_json v1.0.151
13592026-08-27T18:02:03.872Z Compiling critical-section v1.2.0
13602026-08-27T18:02:03.904Z Compiling libm v0.2.16
13612026-08-27T18:02:03.977Z Compiling num-traits v0.2.19
13622026-08-27T18:02:04.087Z Compiling pkg-config v0.3.32
13632026-08-27T18:02:04.142Z Compiling errno v0.3.14
13642026-08-27T18:02:04.158Z Compiling jobserver v0.1.34
13652026-08-27T18:02:04.196Z Compiling getrandom v0.2.17
13662026-08-27T18:02:04.371Z Compiling cc v1.2.56
13672026-08-27T18:02:04.442Z Compiling rand_core v0.6.4
13682026-08-27T18:02:04.647Z Compiling generic-array v0.14.7
13692026-08-27T18:02:04.709Z Compiling once_cell v1.21.3
13702026-08-27T18:02:04.723Z Compiling parking_lot_core v0.9.12
13712026-08-27T18:02:04.752Z Compiling getrandom v0.4.3
13722026-08-27T18:02:04.840Z Compiling pin-project-lite v0.2.17
13732026-08-27T18:02:04.921Z Compiling const-oid v0.9.6
13742026-08-27T18:02:04.973Z Compiling rand_core v0.10.0
13752026-08-27T18:02:05.292Z Compiling signal-hook-registry v1.4.8
13762026-08-27T18:02:05.421Z Compiling bitflags v2.11.0
13772026-08-27T18:02:05.534Z Compiling percent-encoding v2.3.2
13782026-08-27T18:02:05.570Z Compiling litemap v0.8.1
13792026-08-27T18:02:05.654Z Compiling writeable v0.6.2
13802026-08-27T18:02:05.688Z Compiling futures-core v0.3.32
13812026-08-27T18:02:05.727Z Compiling semver v1.0.28
13822026-08-27T18:02:05.757Z Compiling parking_lot v0.12.5
13832026-08-27T18:02:05.791Z Compiling mio v1.2.0
13842026-08-27T18:02:05.843Z Compiling icu_properties_data v2.1.2
13852026-08-27T18:02:05.847Z Compiling icu_normalizer_data v2.1.1
13862026-08-27T18:02:05.988Z Compiling socket2 v0.6.3
13872026-08-27T18:02:06.057Z Compiling rustix v1.1.4
13882026-08-27T18:02:06.134Z Compiling getrandom v0.3.4
13892026-08-27T18:02:06.159Z Compiling futures-sink v0.3.32
13902026-08-27T18:02:06.203Z Compiling indexmap v2.14.0
13912026-08-27T18:02:06.259Z Compiling synstructure v0.13.2
13922026-08-27T18:02:06.273Z Compiling futures-channel v0.3.32
13932026-08-27T18:02:06.395Z Compiling utf8_iter v1.0.4
13942026-08-27T18:02:06.504Z Compiling futures-task v0.3.32
13952026-08-27T18:02:06.545Z Compiling futures-io v0.3.32
13962026-08-27T18:02:06.642Z Compiling slab v0.4.12
13972026-08-27T18:02:06.682Z Compiling form_urlencoded v1.2.2
13982026-08-27T18:02:06.696Z Compiling rustversion v1.0.22
13992026-08-27T18:02:06.818Z Compiling base64ct v1.8.3
14002026-08-27T18:02:06.854Z Compiling iana-time-zone v0.1.65
14012026-08-27T18:02:06.868Z Compiling cmake v0.1.57
14022026-08-27T18:02:06.882Z Compiling flagset v0.4.7
14032026-08-27T18:02:07.005Z Compiling regex-syntax v0.8.10
14042026-08-27T18:02:07.018Z Compiling ident_case v1.0.1
14052026-08-27T18:02:07.045Z Compiling pem-rfc7468 v0.7.0
14062026-08-27T18:02:07.093Z Compiling dunce v1.0.5
14072026-08-27T18:02:07.136Z Compiling fs_extra v1.3.0
14082026-08-27T18:02:07.189Z Compiling rand_core v0.9.5
14092026-08-27T18:02:07.247Z Compiling uuid v1.23.4
14102026-08-27T18:02:07.340Z Compiling base64 v0.22.1
14112026-08-27T18:02:07.400Z Compiling aws-lc-sys v0.40.0
14122026-08-27T18:02:07.455Z Compiling syn v1.0.109
14132026-08-27T18:02:07.638Z Compiling vcpkg v0.2.15
14142026-08-27T18:02:07.659Z Compiling serde_derive_internals v0.29.1
14152026-08-27T18:02:07.731Z Compiling rustc_version v0.4.1
14162026-08-27T18:02:07.803Z Compiling tracing-core v0.1.36
14172026-08-27T18:02:07.964Z Compiling serde_derive v1.0.228
14182026-08-27T18:02:07.996Z Compiling zeroize_derive v1.5.0
14192026-08-27T18:02:08.086Z Compiling zerocopy-derive v0.8.55
14202026-08-27T18:02:08.375Z Compiling zerofrom-derive v0.1.6
14212026-08-27T18:02:08.379Z Compiling yoke-derive v0.8.1
14222026-08-27T18:02:08.607Z Compiling zerovec-derive v0.11.2
14232026-08-27T18:02:08.647Z Compiling displaydoc v0.2.5
14242026-08-27T18:02:09.396Z Compiling tokio-macros v2.7.0
14252026-08-27T18:02:09.402Z Compiling futures-macro v0.3.32
14262026-08-27T18:02:09.561Z Compiling der_derive v0.7.3
14272026-08-27T18:02:09.749Z Compiling thiserror-impl v2.0.18
14282026-08-27T18:02:09.791Z Compiling zerofrom v0.1.6
14292026-08-27T18:02:09.916Z Compiling yoke v0.8.1
14302026-08-27T18:02:10.101Z Compiling zerovec v0.11.5
14312026-08-27T18:02:10.129Z Compiling zerotrie v0.2.3
14322026-08-27T18:02:10.219Z Compiling futures-util v0.3.32
14332026-08-27T18:02:10.430Z Compiling openssl-sys v0.9.117
14342026-08-27T18:02:10.517Z Compiling tracing-attributes v0.1.31
14352026-08-27T18:02:10.615Z Compiling tinystr v0.8.2
14362026-08-27T18:02:10.815Z Compiling icu_locale_core v2.1.1
14372026-08-27T18:02:10.945Z Compiling potential_utf v0.1.4
14382026-08-27T18:02:11.078Z Compiling icu_collections v2.1.1
14392026-08-27T18:02:11.106Z Compiling thiserror v2.0.18
14402026-08-27T18:02:11.215Z Compiling simd-adler32 v0.3.8
14412026-08-27T18:02:11.463Z Compiling zeroize v1.9.0
14422026-08-27T18:02:11.480Z Compiling bytes v1.11.1
14432026-08-27T18:02:11.551Z Compiling icu_provider v2.1.1
14442026-08-27T18:02:11.690Z Compiling chrono v0.4.45
14452026-08-27T18:02:11.808Z Compiling icu_normalizer v2.1.1
14462026-08-27T18:02:11.844Z Compiling icu_properties v2.1.2
14472026-08-27T18:02:12.085Z Compiling tokio v1.52.1
14482026-08-27T18:02:12.233Z Compiling block-buffer v0.10.4
14492026-08-27T18:02:12.331Z Compiling crypto-common v0.1.7
14502026-08-27T18:02:12.411Z Compiling der v0.7.10
14512026-08-27T18:02:12.479Z Compiling digest v0.10.7
14522026-08-27T18:02:12.497Z Compiling ppv-lite86 v0.2.21
14532026-08-27T18:02:12.616Z Compiling http v1.4.2
14542026-08-27T18:02:12.736Z Compiling idna_adapter v1.2.1
14552026-08-27T18:02:12.887Z Compiling rand_chacha v0.9.0
14562026-08-27T18:02:12.945Z Compiling idna v1.1.0
14572026-08-27T18:02:12.966Z Compiling aws-lc-rs v1.16.3
14582026-08-27T18:02:13.088Z Compiling dyn-clone v1.0.20
14592026-08-27T18:02:13.230Z Compiling schemars v0.8.22
14602026-08-27T18:02:13.243Z Compiling url v2.5.8
14612026-08-27T18:02:13.425Z Compiling spki v0.7.3
14622026-08-27T18:02:13.570Z Compiling cpufeatures v0.2.17
14632026-08-27T18:02:13.593Z Compiling pkcs8 v0.10.2
14642026-08-27T18:02:13.626Z Compiling http-body v1.0.1
14652026-08-27T18:02:13.640Z Compiling rand v0.9.2
14662026-08-27T18:02:13.640Z Compiling tracing v0.1.44
14672026-08-27T18:02:13.644Z Compiling rustls-pki-types v1.14.0
14682026-08-27T18:02:13.840Z Compiling schemars_derive v0.8.22
14692026-08-27T18:02:13.913Z Compiling spin v0.9.8
14702026-08-27T18:02:14.043Z Compiling openssl-probe v0.2.1
14712026-08-27T18:02:14.110Z Compiling cmov v0.5.4
14722026-08-27T18:02:14.124Z Compiling adler2 v2.0.1
14732026-08-27T18:02:14.214Z Compiling httparse v1.10.1
14742026-08-27T18:02:14.249Z Compiling crc32fast v1.5.0
14752026-08-27T18:02:14.313Z Compiling tinyvec_macros v0.1.1
14762026-08-27T18:02:14.380Z Compiling tinyvec v1.10.0
14772026-08-27T18:02:14.394Z Compiling tempfile v3.27.0
14782026-08-27T18:02:14.554Z Compiling ctutils v0.4.2
14792026-08-27T18:02:14.584Z Compiling miniz_oxide v0.8.9
14802026-08-27T18:02:14.719Z Compiling pest_generator v2.8.6
14812026-08-27T18:02:14.751Z Compiling sha2 v0.10.9
14822026-08-27T18:02:14.776Z Compiling terminal_size v0.4.3
14832026-08-27T18:02:14.909Z Compiling aho-corasick v1.1.4
14842026-08-27T18:02:15.172Z Compiling atomic-waker v1.1.2
14852026-08-27T18:02:15.297Z Compiling untrusted v0.7.1
14862026-08-27T18:02:15.391Z Compiling radium v0.7.0
14872026-08-27T18:02:15.417Z Compiling try-lock v0.2.5
14882026-08-27T18:02:15.525Z Compiling tower-layer v0.3.3
14892026-08-27T18:02:15.625Z Compiling tower-service v0.3.3
14902026-08-27T18:02:15.683Z Compiling regex-automata v0.4.14
14912026-08-27T18:02:15.739Z Compiling want v0.3.1
14922026-08-27T18:02:15.902Z Compiling tokio-util v0.7.18
14932026-08-27T18:02:16.030Z Compiling pest_derive v2.8.6
14942026-08-27T18:02:16.313Z Compiling hybrid-array v0.4.13
14952026-08-27T18:02:16.704Z Compiling h2 v0.4.15
14962026-08-27T18:02:16.745Z Compiling ipnet v2.12.0
14972026-08-27T18:02:16.905Z Compiling scroll_derive v0.13.1
14982026-08-27T18:02:17.075Z Compiling darling_core v0.20.11
14992026-08-27T18:02:17.220Z Compiling untrusted v0.9.0
15002026-08-27T18:02:17.342Z Compiling httpdate v1.0.3
15012026-08-27T18:02:17.570Z Compiling rustls v0.23.41
15022026-08-27T18:02:17.591Z Compiling openssl v0.10.80
15032026-08-27T18:02:17.681Z Compiling tap v1.0.1
15042026-08-27T18:02:17.738Z Compiling foreign-types-shared v0.1.1
15052026-08-27T18:02:17.790Z Compiling maybe-uninit v2.0.0
15062026-08-27T18:02:17.836Z Compiling foreign-types v0.3.2
15072026-08-27T18:02:17.867Z Compiling wyz v0.5.1
15082026-08-27T18:02:17.899Z Compiling scroll v0.13.0
15092026-08-27T18:02:18.064Z Compiling unicode-normalization v0.1.25
15102026-08-27T18:02:18.121Z Compiling rand_chacha v0.3.1
15112026-08-27T18:02:18.160Z Compiling signature v2.2.0
15122026-08-27T18:02:18.345Z Compiling hex v0.4.3
15132026-08-27T18:02:18.500Z Compiling thiserror-impl v1.0.69
15142026-08-27T18:02:18.515Z Compiling openssl-macros v0.1.1
15152026-08-27T18:02:18.616Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15162026-08-27T18:02:18.895Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-08-27T18:02:18.909Z Compiling num-integer v0.1.46
15182026-08-27T18:02:19.001Z Compiling wait-timeout v0.2.1
15192026-08-27T18:02:19.168Z Compiling ahash v0.8.12
15202026-08-27T18:02:19.225Z Compiling funty v2.0.0
15212026-08-27T18:02:19.261Z Compiling powerfmt v0.2.0
15222026-08-27T18:02:19.368Z Compiling bit-vec v0.8.0
15232026-08-27T18:02:19.383Z Compiling darling_macro v0.20.11
15242026-08-27T18:02:19.456Z Compiling num-conv v0.2.0
15252026-08-27T18:02:19.585Z Compiling time-core v0.1.8
15262026-08-27T18:02:19.597Z Compiling native-tls v0.2.18
15272026-08-27T18:02:19.726Z Compiling num-bigint-dig v0.8.6
15282026-08-27T18:02:19.739Z Compiling packed_struct v0.10.1
15292026-08-27T18:02:19.754Z Compiling quick-error v1.2.3
15302026-08-27T18:02:19.789Z Compiling time-macros v0.2.27
15312026-08-27T18:02:19.822Z Compiling hyper v1.10.1
15322026-08-27T18:02:19.847Z Compiling darling v0.20.11
15332026-08-27T18:02:19.862Z Compiling rusty-fork v0.3.1
15342026-08-27T18:02:19.916Z Compiling thiserror v1.0.69
15352026-08-27T18:02:19.931Z Compiling bit-set v0.8.0
15362026-08-27T18:02:19.985Z Compiling bitvec v1.0.1
15372026-08-27T18:02:20.017Z Compiling deranged v0.5.8
15382026-08-27T18:02:20.084Z Compiling clap_builder v4.6.0
15392026-08-27T18:02:20.799Z Compiling num-iter v0.1.45
15402026-08-27T18:02:20.915Z Compiling hyper-util v0.1.20
15412026-08-27T18:02:20.981Z Compiling rand v0.8.6
15422026-08-27T18:02:21.365Z Compiling goblin v0.10.5
15432026-08-27T18:02:21.457Z Compiling packed_struct_codegen v0.10.1
15442026-08-27T18:02:21.757Z Compiling lazy_static v1.5.0
15452026-08-27T18:02:21.851Z Compiling hmac v0.12.1
15462026-08-27T18:02:22.009Z Compiling toml_datetime v0.6.11
15472026-08-27T18:02:22.263Z Compiling serde_spanned v0.6.9
15482026-08-27T18:02:22.406Z Compiling zerocopy-derive v0.6.6
15492026-08-27T18:02:22.514Z Compiling clap_derive v4.6.1
15502026-08-27T18:02:22.630Z Compiling bitfield-macros v0.19.4
15512026-08-27T18:02:23.025Z Compiling rand_xorshift v0.4.0
15522026-08-27T18:02:23.190Z Compiling sync_wrapper v1.0.2
15532026-08-27T18:02:23.273Z Compiling indexmap v1.9.3
15542026-08-27T18:02:23.299Z Compiling crc-catalog v2.4.0
15552026-08-27T18:02:23.381Z Compiling usdt-impl v0.6.0
15562026-08-27T18:02:23.395Z Compiling num_threads v0.1.7
15572026-08-27T18:02:23.455Z Compiling siphasher v1.0.2
15582026-08-27T18:02:23.492Z Compiling unarray v0.1.4
15592026-08-27T18:02:23.583Z Compiling nodrop v0.1.14
15602026-08-27T18:02:23.601Z Compiling unicode-segmentation v1.12.0
15612026-08-27T18:02:23.642Z Compiling paste v1.0.15
15622026-08-27T18:02:23.672Z Compiling crossbeam-utils v0.8.21
15632026-08-27T18:02:23.905Z Compiling zlib-rs v0.6.2
15642026-08-27T18:02:23.936Z Compiling object v0.37.3
15652026-08-27T18:02:23.988Z Compiling array-init v0.0.4
15662026-08-27T18:02:24.040Z Compiling proptest v1.11.0
15672026-08-27T18:02:24.240Z Compiling dof v0.4.0
15682026-08-27T18:02:24.301Z Compiling clap v4.6.1
15692026-08-27T18:02:24.322Z Compiling time v0.3.47
15702026-08-27T18:02:24.400Z Compiling bitfield v0.19.4
15712026-08-27T18:02:24.695Z Compiling crc v3.4.0
15722026-08-27T18:02:24.889Z Compiling zerocopy v0.6.6
15732026-08-27T18:02:25.200Z Compiling tower v0.5.3
15742026-08-27T18:02:25.675Z Compiling smallvec v0.6.14
15752026-08-27T18:02:25.929Z Compiling derive_builder_core v0.20.2
15762026-08-27T18:02:26.084Z Compiling dtrace-parser v0.3.0
15772026-08-27T18:02:26.745Z Compiling flate2 v1.1.9
15782026-08-27T18:02:26.787Z Compiling ipnetwork v0.21.1
15792026-08-27T18:02:26.872Z Compiling http-body-util v0.1.3
15802026-08-27T18:02:27.097Z Compiling pkcs1 v0.7.5
15812026-08-27T18:02:27.117Z Compiling heapless v0.7.17
15822026-08-27T18:02:27.147Z Compiling structmeta-derive v0.3.0
15832026-08-27T18:02:27.165Z Compiling scroll_derive v0.12.1
15842026-08-27T18:02:27.314Z Compiling slog v2.8.2
15852026-08-27T18:02:27.347Z Compiling darling_core v0.23.0
15862026-08-27T18:02:27.478Z Compiling thread-id v5.1.0
15872026-08-27T18:02:27.498Z Compiling cookie v0.18.1
15882026-08-27T18:02:27.564Z Compiling env_filter v2.0.0
15892026-08-27T18:02:27.678Z Compiling syn v3.0.3
15902026-08-27T18:02:27.818Z Compiling unicode-properties v0.1.4
15912026-08-27T18:02:27.905Z Compiling base64 v0.21.7
15922026-08-27T18:02:28.049Z Compiling gimli v0.32.3
15932026-08-27T18:02:28.229Z Compiling anyhow v1.0.104
15942026-08-27T18:02:28.273Z Compiling unicode-bidi v0.3.18
15952026-08-27T18:02:28.537Z Compiling ryu v1.0.23
15962026-08-27T18:02:28.721Z Compiling hashbrown v0.12.3
15972026-08-27T18:02:28.807Z Compiling zstd-safe v7.2.4
15982026-08-27T18:02:29.003Z Compiling allocator-api2 v0.2.21
15992026-08-27T18:02:29.193Z Compiling iri-string v0.7.10
16002026-08-27T18:02:29.330Z Compiling winnow v0.5.40
16012026-08-27T18:02:29.946Z Compiling signal-hook v0.3.18
16022026-08-27T18:02:30.002Z Compiling darling_macro v0.23.0
16032026-08-27T18:02:30.136Z Compiling addr2line v0.25.1
16042026-08-27T18:02:30.468Z Compiling tower-http v0.6.8
16052026-08-27T18:02:30.699Z Compiling toml_edit v0.19.15
16062026-08-27T18:02:30.768Z Compiling serde_urlencoded v0.7.1
16072026-08-27T18:02:30.848Z Compiling stringprep v0.1.5
16082026-08-27T18:02:31.010Z Compiling structmeta v0.3.0
16092026-08-27T18:02:31.074Z Compiling ron v0.8.1
16102026-08-27T18:02:31.103Z Compiling scroll v0.12.0
16112026-08-27T18:02:31.135Z Compiling daft-derive v0.1.8
16122026-08-27T18:02:31.220Z Compiling env_logger v0.11.11
16132026-08-27T18:02:31.557Z Compiling rsa v0.9.10
16142026-08-27T18:02:31.561Z Compiling oxnet v0.1.6
16152026-08-27T18:02:31.834Z Compiling derive_builder_macro v0.20.2
16162026-08-27T18:02:31.901Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16172026-08-27T18:02:31.993Z Compiling newtype-uuid v1.3.2
16182026-08-27T18:02:32.005Z Compiling hashbrown v0.13.2
16192026-08-27T18:02:32.302Z Compiling bzip2 v0.4.4
16202026-08-27T18:02:32.320Z Compiling serde-hex v0.1.0
16212026-08-27T18:02:32.491Z Compiling tokio-native-tls v0.3.1
16222026-08-27T18:02:32.513Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16232026-08-27T18:02:32.691Z Compiling camino v1.2.5
16242026-08-27T18:02:33.623Z Compiling bstr v1.12.1
16252026-08-27T18:02:33.803Z Compiling crypto-common v0.2.2
16262026-08-27T18:02:34.102Z Compiling block-buffer v0.12.1
16272026-08-27T18:02:34.261Z Compiling block-padding v0.4.2
16282026-08-27T18:02:34.304Z Compiling rustls-native-certs v0.8.3
16292026-08-27T18:02:34.435Z Compiling x509-cert v0.2.5
16302026-08-27T18:02:34.592Z Compiling md-5 v0.10.6
16312026-08-27T18:02:34.648Z Compiling serde_tokenstream v0.2.3
16322026-08-27T18:02:34.761Z Compiling erased-serde v0.3.31
16332026-08-27T18:02:34.965Z Compiling curve25519-dalek v4.1.3
16342026-08-27T18:02:34.981Z Compiling async-trait v0.1.89
16352026-08-27T18:02:35.244Z Compiling zerocopy-derive v0.7.35
16362026-08-27T18:02:35.285Z Compiling pin-project-internal v1.1.11
16372026-08-27T18:02:35.468Z Compiling vergen-lib v9.1.0
16382026-08-27T18:02:35.541Z Compiling hash32 v0.2.1
16392026-08-27T18:02:35.648Z Compiling memoffset v0.9.1
16402026-08-27T18:02:35.733Z Compiling encoding_rs v0.8.35
16412026-08-27T18:02:35.834Z Compiling owo-colors v4.3.0
16422026-08-27T18:02:35.968Z Compiling smoltcp v0.9.1
16432026-08-27T18:02:36.022Z Compiling rustc-demangle v0.1.27
16442026-08-27T18:02:36.098Z Compiling fallible-iterator v0.2.0
16452026-08-27T18:02:36.139Z Compiling ref-cast v1.0.25
16462026-08-27T18:02:36.292Z Compiling mime v0.3.17
16472026-08-27T18:02:36.380Z Compiling psl-types v2.0.11
16482026-08-27T18:02:36.397Z Compiling cfg_aliases v0.2.1
16492026-08-27T18:02:36.411Z Compiling crc-any v2.5.0
16502026-08-27T18:02:36.434Z Compiling rustix v0.38.44
16512026-08-27T18:02:36.465Z Compiling litrs v1.0.0
16522026-08-27T18:02:36.486Z Compiling publicsuffix v2.3.0
16532026-08-27T18:02:36.500Z Compiling nix v0.31.2
16542026-08-27T18:02:36.587Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16552026-08-27T18:02:36.624Z Compiling pin-project v1.1.11
16562026-08-27T18:02:36.648Z Compiling postgres-protocol v0.6.10
16572026-08-27T18:02:36.740Z Compiling backtrace v0.3.76
16582026-08-27T18:02:36.861Z Compiling zerocopy v0.7.35
16592026-08-27T18:02:36.959Z Compiling document-features v0.2.12
16602026-08-27T18:02:37.267Z Compiling inout v0.2.2
16612026-08-27T18:02:37.398Z Compiling daft v0.1.8
16622026-08-27T18:02:37.448Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16632026-08-27T18:02:37.449Z Compiling hyper-tls v0.6.0
16642026-08-27T18:02:37.529Z Compiling zip v0.6.6
16652026-08-27T18:02:37.587Z Compiling object v0.30.4
16662026-08-27T18:02:37.670Z Compiling derive_builder v0.20.2
16672026-08-27T18:02:37.685Z Compiling toml v0.7.8
16682026-08-27T18:02:37.934Z Compiling goblin v0.8.2
16692026-08-27T18:02:37.950Z Compiling derive-ex v0.1.8
16702026-08-27T18:02:38.301Z Compiling darling v0.23.0
16712026-08-27T18:02:38.384Z Compiling convert_case v0.10.0
16722026-08-27T18:02:38.495Z Compiling phf_shared v0.13.1
16732026-08-27T18:02:38.650Z Compiling regex v1.12.3
16742026-08-27T18:02:38.683Z Compiling hubpack_derive v0.1.1
16752026-08-27T18:02:38.735Z Compiling futures-executor v0.3.32
16762026-08-27T18:02:38.998Z Compiling snafu-derive v0.8.9
16772026-08-27T18:02:39.074Z Compiling strum_macros v0.27.2
16782026-08-27T18:02:39.132Z Compiling curve25519-dalek-derive v0.1.1
16792026-08-27T18:02:39.615Z Compiling ref-cast-impl v1.0.25
16802026-08-27T18:02:39.769Z Compiling vergen v9.1.0
16812026-08-27T18:02:39.949Z Compiling cargo-platform v0.3.2
16822026-08-27T18:02:40.156Z Compiling ff v0.13.1
16832026-08-27T18:02:40.216Z Compiling fs-err v3.3.0
16842026-08-27T18:02:40.296Z Compiling same-file v1.0.6
16852026-08-27T18:02:40.403Z Compiling path-slash v0.1.5
16862026-08-27T18:02:40.461Z Compiling bitflags v1.3.2
16872026-08-27T18:02:40.475Z Compiling libbz2-rs-sys v0.2.2
16882026-08-27T18:02:40.528Z Compiling jiff-core v0.1.0
16892026-08-27T18:02:40.542Z Compiling foldhash v0.2.0
16902026-08-27T18:02:40.760Z Compiling managed v0.8.0
16912026-08-27T18:02:40.868Z Compiling bumpalo v3.20.2
16922026-08-27T18:02:40.978Z Compiling either v1.15.0
16932026-08-27T18:02:41.002Z Compiling foldhash v0.1.5
16942026-08-27T18:02:41.121Z Compiling base16ct v0.2.0
16952026-08-27T18:02:41.138Z Compiling is_ci v1.2.0
16962026-08-27T18:02:41.171Z Compiling hashbrown v0.15.5
16972026-08-27T18:02:41.197Z Compiling zopfli v0.8.3
16982026-08-27T18:02:41.269Z Compiling jiff v0.2.34
16992026-08-27T18:02:41.296Z Compiling sec1 v0.7.3
17002026-08-27T18:02:41.384Z Compiling supports-color v3.0.2
17012026-08-27T18:02:41.549Z Compiling textwrap v0.16.2
17022026-08-27T18:02:41.568Z Compiling strum v0.27.2
17032026-08-27T18:02:41.697Z Compiling bzip2 v0.6.1
17042026-08-27T18:02:41.724Z Compiling snafu v0.8.9
17052026-08-27T18:02:41.849Z Compiling hashbrown v0.16.1
17062026-08-27T18:02:41.902Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17072026-08-27T18:02:42.074Z Compiling walkdir v2.5.0
17082026-08-27T18:02:42.101Z Compiling group v0.13.0
17092026-08-27T18:02:42.378Z Compiling dof v0.3.0
17102026-08-27T18:02:42.394Z Compiling cargo_metadata v0.23.1
17112026-08-27T18:02:42.443Z Compiling test-strategy v0.4.5
17122026-08-27T18:02:43.105Z Compiling hubpack v0.1.2
17132026-08-27T18:02:43.329Z Compiling futures v0.3.32
17142026-08-27T18:02:43.347Z Compiling phf v0.13.1
17152026-08-27T18:02:43.413Z Compiling derive_more-impl v2.1.1
17162026-08-27T18:02:43.517Z Compiling signal-hook-mio v0.2.5
17172026-08-27T18:02:43.641Z Compiling serde_with_macros v3.21.0
17182026-08-27T18:02:43.966Z Compiling cookie_store v0.22.1
17192026-08-27T18:02:44.120Z Compiling zstd v0.13.3
17202026-08-27T18:02:44.383Z Compiling reqwest v0.12.28
17212026-08-27T18:02:44.559Z Compiling cipher v0.5.2
17222026-08-27T18:02:44.615Z Compiling backtrace-ext v0.2.1
17232026-08-27T18:02:44.767Z Compiling postgres-types v0.2.12
17242026-08-27T18:02:44.916Z Compiling usdt-macro v0.6.0
17252026-08-27T18:02:45.309Z Compiling usdt-attr-macro v0.6.0
17262026-08-27T18:02:45.447Z Compiling globset v0.4.18
17272026-08-27T18:02:45.583Z Compiling phf_shared v0.11.3
17282026-08-27T18:02:45.672Z Compiling hkdf v0.12.4
17292026-08-27T18:02:45.730Z Compiling dtrace-parser v0.2.0
17302026-08-27T18:02:45.765Z Compiling byte-wrapper v0.1.0
17312026-08-27T18:02:45.841Z Compiling olpc-cjson v0.1.4
17322026-08-27T18:02:46.004Z Compiling ed25519 v2.2.3
17332026-08-27T18:02:46.008Z Compiling crypto-bigint v0.5.5
17342026-08-27T18:02:46.091Z Compiling serde_plain v1.0.2
17352026-08-27T18:02:46.105Z Compiling serde-big-array v0.5.1
17362026-08-27T18:02:46.119Z Compiling miette-derive v7.6.0
17372026-08-27T18:02:46.245Z Compiling strum_macros v0.26.4
17382026-08-27T18:02:46.287Z Compiling enum-as-inner v0.6.1
17392026-08-27T18:02:46.460Z Compiling async-recursion v1.1.1
17402026-08-27T18:02:46.792Z Compiling serde_repr v0.1.20
17412026-08-27T18:02:46.907Z Compiling pem v3.0.6
17422026-08-27T18:02:47.114Z Compiling float-cmp v0.10.0
17432026-08-27T18:02:47.252Z Compiling thread-id v4.2.2
17442026-08-27T18:02:47.266Z Compiling memmap2 v0.9.10
17452026-08-27T18:02:47.280Z Compiling new_debug_unreachable v1.0.6
17462026-08-27T18:02:47.328Z Compiling cpufeatures v0.3.0
17472026-08-27T18:02:47.340Z Compiling precomputed-hash v0.1.1
17482026-08-27T18:02:47.353Z Compiling normalize-line-endings v0.3.0
17492026-08-27T18:02:47.405Z Compiling typed-path v0.9.3
17502026-08-27T18:02:47.427Z Compiling predicates-core v1.0.10
17512026-08-27T18:02:47.446Z Compiling fixedbitset v0.5.7
17522026-08-27T18:02:47.476Z Compiling supports-hyperlinks v3.2.0
17532026-08-27T18:02:47.617Z Compiling const-oid v0.10.2
17542026-08-27T18:02:47.634Z Compiling whoami v2.1.0
17552026-08-27T18:02:47.754Z Compiling static_assertions v1.1.0
17562026-08-27T18:02:47.836Z Compiling keccak v0.1.6
17572026-08-27T18:02:47.898Z Compiling winnow v1.0.3
17582026-08-27T18:02:48.031Z Compiling data-encoding v2.10.0
17592026-08-27T18:02:48.046Z Compiling fixedbitset v0.4.2
17602026-08-27T18:02:48.145Z Compiling supports-unicode v3.0.0
17612026-08-27T18:02:48.161Z Compiling difflib v0.4.0
17622026-08-27T18:02:48.261Z Compiling miette v7.6.0
17632026-08-27T18:02:48.294Z Compiling petgraph v0.6.5
17642026-08-27T18:02:48.614Z Compiling predicates v3.1.4
17652026-08-27T18:02:48.656Z Compiling hickory-proto v0.25.2
17662026-08-27T18:02:48.711Z Compiling strum v0.26.3
17672026-08-27T18:02:48.711Z Compiling sha3 v0.10.8
17682026-08-27T18:02:48.842Z Compiling toml_parser v1.1.2+spec-1.1.0
17692026-08-27T18:02:48.982Z Compiling tokio-postgres v0.7.16
17702026-08-27T18:02:49.183Z Compiling toml_edit v0.22.27
17712026-08-27T18:02:49.257Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17722026-08-27T18:02:49.416Z Compiling digest v0.11.3
17732026-08-27T18:02:49.473Z Compiling petgraph v0.8.3
17742026-08-27T18:02:49.638Z Compiling usdt v0.6.0
17752026-08-27T18:02:49.811Z Compiling string_cache v0.8.9
17762026-08-27T18:02:49.896Z Compiling chacha20 v0.10.0
17772026-08-27T18:02:50.032Z Compiling usdt-impl v0.5.0
17782026-08-27T18:02:50.267Z Compiling elliptic-curve v0.13.8
17792026-08-27T18:02:50.608Z Compiling ed25519-dalek v2.2.0
17802026-08-27T18:02:50.675Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17812026-08-27T18:02:51.128Z Compiling crossterm v0.28.1
17822026-08-27T18:02:51.408Z Compiling serde_with v3.21.0
17832026-08-27T18:02:51.886Z Compiling derive_more v2.1.1
17842026-08-27T18:02:51.995Z Compiling zip v4.6.1
17852026-08-27T18:02:52.170Z Compiling iddqd v0.4.2
17862026-08-27T18:02:52.454Z Compiling itertools v0.15.0
17872026-08-27T18:02:52.790Z Compiling itertools v0.13.0
17882026-08-27T18:02:52.924Z Compiling similar v2.7.0
17892026-08-27T18:02:52.966Z Compiling crossbeam-epoch v0.9.18
17902026-08-27T18:02:53.242Z Compiling heck v0.4.1
17912026-08-27T18:02:53.297Z Compiling tokio-stream v0.1.18
17922026-08-27T18:02:53.318Z Compiling buf-list v1.1.2
17932026-08-27T18:02:53.453Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17942026-08-27T18:02:53.470Z Compiling openapiv3 v2.2.0
17952026-08-27T18:02:53.599Z Compiling lalrpop-util v0.19.12
17962026-08-27T18:02:53.753Z Compiling peg-runtime v0.8.5
17972026-08-27T18:02:53.788Z Compiling thread_local v1.1.9
17982026-08-27T18:02:53.789Z Compiling slog-async v2.8.0
17992026-08-27T18:02:53.796Z Compiling crossbeam-channel v0.5.15
18002026-08-27T18:02:53.831Z Compiling filetime v0.2.27
18012026-08-27T18:02:54.007Z Compiling is-terminal v0.4.17
18022026-08-27T18:02:54.007Z Compiling term v1.2.1
18032026-08-27T18:02:54.038Z Compiling take_mut v0.2.2
18042026-08-27T18:02:54.062Z Compiling xattr v1.6.1
18052026-08-27T18:02:54.079Z Compiling camino-tempfile v1.4.1
18062026-08-27T18:02:54.225Z Compiling tar v0.4.46
18072026-08-27T18:02:54.294Z Compiling slog-term v2.9.2
18082026-08-27T18:03:00.219Z Compiling rustls-webpki v0.103.13
18092026-08-27T18:03:02.938Z Compiling tokio-rustls v0.26.4
18102026-08-27T18:03:02.938Z Compiling rustls-platform-verifier v0.6.2
18112026-08-27T18:03:02.941Z Compiling tough v0.22.0
18122026-08-27T18:03:03.147Z Compiling hyper-rustls v0.27.7
18132026-08-27T18:03:03.351Z Compiling reqwest v0.13.2
18142026-08-27T18:03:05.615Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-08-27T18:03:05.833Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-08-27T18:03:08.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18172026-08-27T18:03:08.863Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18182026-08-27T18:03:08.920ZAug 27 18:03:07.766 INFO Starting download, target: Console
18192026-08-27T18:03:08.927ZAug 27 18:03:07.767 INFO Starting download, target: DendriteStub
18202026-08-27T18:03:08.927ZAug 27 18:03:07.767 INFO Starting download, target: Clickhouse
18212026-08-27T18:03:08.927ZAug 27 18:03:07.767 INFO Starting download, target: Cockroach
18222026-08-27T18:03:08.927ZAug 27 18:03:07.767 INFO Starting download, target: MaghemiteMgd
18232026-08-27T18:03:08.928ZAug 27 18:03:07.767 INFO Starting download, target: MaghemiteDdmd
18242026-08-27T18:03:08.928ZAug 27 18:03:07.767 INFO Starting download, target: TransceiverControl
18252026-08-27T18:03:08.928ZAug 27 18:03:07.767 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18262026-08-27T18:03:08.928ZAug 27 18:03:07.767 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18272026-08-27T18:03:08.928ZAug 27 18:03:07.767 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18282026-08-27T18:03:08.928ZAug 27 18:03:07.767 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18292026-08-27T18:03:08.928ZAug 27 18:03:07.767 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18302026-08-27T18:03:08.928ZAug 27 18:03:07.767 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18312026-08-27T18:03:08.928ZAug 27 18:03:07.767 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18322026-08-27T18:03:09.243ZAug 27 18:03:08.089 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18332026-08-27T18:03:09.455ZAug 27 18:03:08.302 INFO Download complete, target: TransceiverControl
18342026-08-27T18:03:10.759ZAug 27 18:03:09.605 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18352026-08-27T18:03:10.992ZAug 27 18:03:09.839 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18362026-08-27T18:03:11.098ZAug 27 18:03:09.943 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18372026-08-27T18:03:11.127ZAug 27 18:03:09.967 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18382026-08-27T18:03:11.159ZAug 27 18:03:10.005 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18392026-08-27T18:03:11.363ZAug 27 18:03:10.209 INFO Download complete, target: Console
18402026-08-27T18:03:11.748ZAug 27 18:03:10.595 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18412026-08-27T18:03:11.748ZAug 27 18:03:10.595 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18422026-08-27T18:03:13.041ZAug 27 18:03:11.889 INFO Download complete, target: MaghemiteDdmd
18432026-08-27T18:03:13.530ZAug 27 18:03:12.377 INFO Download complete, target: DendriteStub
18442026-08-27T18:03:13.663ZAug 27 18:03:12.511 INFO Download complete, target: MaghemiteMgd
18452026-08-27T18:03:16.364ZAug 27 18:03:15.212 INFO Checking that binary works, target: Cockroach
18462026-08-27T18:03:16.481ZAug 27 18:03:15.329 INFO Download complete, target: Cockroach
18472026-08-27T18:03:17.453ZAug 27 18:03:16.288 INFO Checking that binary works, target: Clickhouse
18482026-08-27T18:03:17.555ZAug 27 18:03:16.378 INFO Download complete, target: Clickhouse
18492026-08-27T18:03:17.582ZAll builder prerequisites installed successfully, and PATH looks valid
18502026-08-27T18:03:17.582Z
18512026-08-27T18:03:17.582Zreal 2:13.925339237
18522026-08-27T18:03:17.582Zuser 7:23.206778469
18532026-08-27T18:03:17.582Zsys 1:26.503782939
18542026-08-27T18:03:17.582Ztrap 0.257688619
18552026-08-27T18:03:17.583Ztflt 0.530277593
18562026-08-27T18:03:17.583Zdflt 1.058374156
18572026-08-27T18:03:17.583Zkflt 0.025403634
18582026-08-27T18:03:17.583Zlock 27:36.494515371
18592026-08-27T18:03:17.583Zslp 22:19.170994471
18602026-08-27T18:03:17.583Zlat 48.343047126
18612026-08-27T18:03:17.583Zstop 2:42.018293111
18622026-08-27T18:03:17.583Z+ banner clippy
18632026-08-27T18:03:17.583Z
18642026-08-27T18:03:17.583Z #### # # ##### ##### # #
18652026-08-27T18:03:17.583Z # # # # # # # # # #
18662026-08-27T18:03:17.583Z # # # # # # # #
18672026-08-27T18:03:17.583Z # # # ##### ##### #
18682026-08-27T18:03:17.583Z # # # # # # #
18692026-08-27T18:03:17.583Z #### ###### # # # #
18702026-08-27T18:03:17.583Z
18712026-08-27T18:03:17.583Z+ export CARGO_INCREMENTAL=0
18722026-08-27T18:03:17.583Z+ CARGO_INCREMENTAL=0
18732026-08-27T18:03:17.584Z+ ptime -m cargo xtask clippy
18742026-08-27T18:03:18.027Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18752026-08-27T18:03:18.325Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18762026-08-27T18:03:20.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18772026-08-27T18:03:20.192Z Running `target/debug/xtask clippy`
18782026-08-27T18:03:20.213Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18792026-08-27T18:03:20.787Z Downloading crates ...
18802026-08-27T18:03:20.963Z Downloaded async-object-pool v0.2.0
18812026-08-27T18:03:20.966Z Downloaded cast v0.3.0
18822026-08-27T18:03:20.966Z Downloaded approx v0.5.1
18832026-08-27T18:03:20.966Z Downloaded constant_time_eq v0.3.1
18842026-08-27T18:03:20.966Z Downloaded assert-json-diff v2.0.2
18852026-08-27T18:03:20.970Z Downloaded anes v0.1.6
18862026-08-27T18:03:20.970Z Downloaded concurrent-queue v2.5.0
18872026-08-27T18:03:20.970Z Downloaded assert_cmd v2.1.2
18882026-08-27T18:03:20.973Z Downloaded blake2b_simd v1.0.4
18892026-08-27T18:03:20.973Z Downloaded cfg-expr v0.20.6
18902026-08-27T18:03:20.973Z Downloaded criterion-plot v0.6.0
18912026-08-27T18:03:20.977Z Downloaded async-lock v3.4.2
18922026-08-27T18:03:20.977Z Downloaded datatest-stable v0.3.3
18932026-08-27T18:03:20.980Z Downloaded event-listener-strategy v0.5.4
18942026-08-27T18:03:20.980Z Downloaded criterion v0.7.0
18952026-08-27T18:03:20.983Z Downloaded guppy v0.17.25
18962026-08-27T18:03:20.990Z Downloaded event-listener v5.4.1
18972026-08-27T18:03:20.991Z Downloaded futures-timer v3.0.3
18982026-08-27T18:03:20.991Z Downloaded escape8259 v0.5.3
18992026-08-27T18:03:20.991Z Downloaded guppy-workspace-hack v0.1.0
19002026-08-27T18:03:20.991Z Downloaded hex-literal v0.4.1
19012026-08-27T18:03:20.991Z Downloaded fancy-regex v0.14.0
19022026-08-27T18:03:20.997Z Downloaded hickory-client v0.25.2
19032026-08-27T18:03:20.997Z Downloaded httptest v0.16.4
19042026-08-27T18:03:20.997Z Downloaded linkme-impl v0.3.35
19052026-08-27T18:03:20.997Z Downloaded knuffel-derive v3.2.0
19062026-08-27T18:03:20.997Z Downloaded knuffel v3.2.0
19072026-08-27T18:03:21.004Z Downloaded miette-derive v5.10.0
19082026-08-27T18:03:21.004Z Downloaded nested v0.1.1
19092026-08-27T18:03:21.004Z Downloaded oorandom v11.1.5
19102026-08-27T18:03:21.004Z Downloaded parking v2.2.1
19112026-08-27T18:03:21.004Z Downloaded linkme v0.3.35
19122026-08-27T18:03:21.004Z Downloaded pathdiff v0.2.3
19132026-08-27T18:03:21.004Z Downloaded plotters-svg v0.3.7
19142026-08-27T18:03:21.004Z Downloaded libtest-mimic v0.8.1
19152026-08-27T18:03:21.004Z Downloaded owo-colors v3.5.0
19162026-08-27T18:03:21.007Z Downloaded path-tree v0.8.3
19172026-08-27T18:03:21.007Z Downloaded partial-io v0.5.4
19182026-08-27T18:03:21.007Z Downloaded miette v5.10.0
19192026-08-27T18:03:21.007Z Downloaded plotters-backend v0.3.7
19202026-08-27T18:03:21.007Z Downloaded relative-path v1.9.3
19212026-08-27T18:03:21.007Z Downloaded similar-asserts v1.7.0
19222026-08-27T18:03:21.011Z Downloaded rust-argon2 v2.1.0
19232026-08-27T18:03:21.011Z Downloaded rand_distr v0.5.1
19242026-08-27T18:03:21.011Z Downloaded serde_regex v1.1.0
19252026-08-27T18:03:21.014Z Downloaded supports-color v2.1.0
19262026-08-27T18:03:21.014Z Downloaded rstest v0.25.0
19272026-08-27T18:03:21.017Z Downloaded plotters v0.3.7
19282026-08-27T18:03:21.020Z Downloaded target-triple v1.0.0
19292026-08-27T18:03:21.020Z Downloaded terminal_size v0.1.17
19302026-08-27T18:03:21.023Z Downloaded rstest_macros v0.25.0
19312026-08-27T18:03:21.023Z Downloaded stringmetrics v2.2.2
19322026-08-27T18:03:21.023Z Downloaded supports-unicode v2.1.0
19332026-08-27T18:03:21.026Z Downloaded supports-hyperlinks v2.1.0
19342026-08-27T18:03:21.026Z Downloaded target-spec v3.5.7
19352026-08-27T18:03:21.026Z Downloaded termcolor v1.4.1
19362026-08-27T18:03:21.026Z Downloaded target-lexicon v0.13.3
19372026-08-27T18:03:21.029Z Downloaded tinytemplate v1.2.1
19382026-08-27T18:03:21.029Z Downloaded textwrap v0.15.2
19392026-08-27T18:03:21.029Z Downloaded trybuild v1.0.116
19402026-08-27T18:03:21.058Z Downloaded httpmock v0.8.3
19412026-08-27T18:03:22.901Z Checking cfg-if v1.0.4
19422026-08-27T18:03:23.278Z Checking serde_core v1.0.228
19432026-08-27T18:03:23.278Z Checking libc v0.2.185
19442026-08-27T18:03:23.354Z Checking memchr v2.8.0
19452026-08-27T18:03:23.400Z Checking smallvec v1.15.1
19462026-08-27T18:03:23.440Z Checking rand_core v0.10.0
19472026-08-27T18:03:23.444Z Checking itoa v1.0.17
19482026-08-27T18:03:23.515Z Checking subtle v2.6.1
19492026-08-27T18:03:23.515Z Checking libm v0.2.16
19502026-08-27T18:03:23.612Z Checking log v0.4.33
19512026-08-27T18:03:23.667Z Checking scopeguard v1.2.0
19522026-08-27T18:03:23.670Z Checking typenum v1.20.1
19532026-08-27T18:03:23.743Z Checking zmij v1.0.21
19542026-08-27T18:03:23.782Z Checking stable_deref_trait v1.2.1
19552026-08-27T18:03:23.817Z Checking getrandom v0.4.3
19562026-08-27T18:03:23.820Z Checking errno v0.3.14
19572026-08-27T18:03:23.890Z Checking lock_api v0.4.14
19582026-08-27T18:03:23.928Z Checking zerofrom v0.1.6
19592026-08-27T18:03:23.982Z Checking percent-encoding v2.3.2
19602026-08-27T18:03:24.025Z Checking writeable v0.6.2
19612026-08-27T18:03:24.028Z Checking litemap v0.8.1
19622026-08-27T18:03:24.099Z Checking yoke v0.8.1
19632026-08-27T18:03:24.139Z Checking icu_properties_data v2.1.2
19642026-08-27T18:03:24.178Z Checking icu_normalizer_data v2.1.1
19652026-08-27T18:03:24.218Z Checking form_urlencoded v1.2.2
19662026-08-27T18:03:24.259Z Checking num-traits v0.2.19
19672026-08-27T18:03:24.300Z Checking utf8_iter v1.0.4
19682026-08-27T18:03:24.303Z Checking zerovec v0.11.5
19692026-08-27T18:03:24.335Z Checking zerotrie v0.2.3
19702026-08-27T18:03:24.413Z Checking zerocopy v0.8.55
19712026-08-27T18:03:24.455Z Checking portable-atomic v1.13.1
19722026-08-27T18:03:24.498Z Checking critical-section v1.2.0
19732026-08-27T18:03:24.501Z Checking pin-project-lite v0.2.17
19742026-08-27T18:03:24.600Z Checking parking_lot_core v0.9.12
19752026-08-27T18:03:24.651Z Checking signal-hook-registry v1.4.8
19762026-08-27T18:03:24.696Z Checking mio v1.2.0
19772026-08-27T18:03:24.805Z Checking iana-time-zone v0.1.65
19782026-08-27T18:03:24.845Z Checking parking_lot v0.12.5
19792026-08-27T18:03:24.881Z Checking serde v1.0.228
19802026-08-27T18:03:24.885Z Checking bitflags v2.11.0
19812026-08-27T18:03:24.885Z Checking serde_json v1.0.151
19822026-08-27T18:03:24.988Z Checking tinystr v0.8.2
19832026-08-27T18:03:24.991Z Checking potential_utf v0.1.4
19842026-08-27T18:03:25.063Z Checking once_cell v1.21.3
19852026-08-27T18:03:25.109Z Checking uuid v1.23.4
19862026-08-27T18:03:25.153Z Checking socket2 v0.6.3
19872026-08-27T18:03:25.192Z Checking icu_locale_core v2.1.1
19882026-08-27T18:03:25.196Z Checking icu_collections v2.1.1
19892026-08-27T18:03:25.275Z Checking semver v1.0.28
19902026-08-27T18:03:25.318Z Checking zeroize v1.9.0
19912026-08-27T18:03:25.419Z Checking bytes v1.11.1
19922026-08-27T18:03:25.466Z Checking chrono v0.4.45
19932026-08-27T18:03:25.534Z Checking thiserror v2.0.18
19942026-08-27T18:03:25.580Z Checking dyn-clone v1.0.20
19952026-08-27T18:03:25.641Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19962026-08-27T18:03:25.641Z Checking rustix v1.1.4
19972026-08-27T18:03:25.724Z Checking futures-core v0.3.32
19982026-08-27T18:03:25.728Z Checking equivalent v1.0.2
19992026-08-27T18:03:25.796Z Checking icu_provider v2.1.1
20002026-08-27T18:03:25.868Z Checking getrandom v0.2.17
20012026-08-27T18:03:25.910Z Checking cmov v0.5.4
20022026-08-27T18:03:25.913Z Checking tokio v1.52.1
20032026-08-27T18:03:26.038Z Checking getrandom v0.3.4
20042026-08-27T18:03:26.080Z Checking rand_core v0.6.4
20052026-08-27T18:03:26.083Z Checking icu_normalizer v2.1.1
20062026-08-27T18:03:26.152Z Checking icu_properties v2.1.2
20072026-08-27T18:03:26.213Z Checking ctutils v0.4.2
20082026-08-27T18:03:26.286Z Checking futures-sink v0.3.32
20092026-08-27T18:03:26.333Z Checking byteorder v1.5.0
20102026-08-27T18:03:26.417Z Checking futures-channel v0.3.32
20112026-08-27T18:03:26.455Z Checking hybrid-array v0.4.13
20122026-08-27T18:03:26.459Z Checking futures-io v0.3.32
20132026-08-27T18:03:26.529Z Checking slab v0.4.12
20142026-08-27T18:03:26.568Z Checking futures-task v0.3.32
20152026-08-27T18:03:26.632Z Checking regex-syntax v0.8.10
20162026-08-27T18:03:26.635Z Checking fnv v1.0.7
20172026-08-27T18:03:26.714Z Checking hashbrown v0.17.0
20182026-08-27T18:03:26.754Z Checking futures-util v0.3.32
20192026-08-27T18:03:26.791Z Checking generic-array v0.14.7
20202026-08-27T18:03:26.996Z Checking idna_adapter v1.2.1
20212026-08-27T18:03:27.146Z Checking idna v1.1.0
20222026-08-27T18:03:27.189Z Checking ppv-lite86 v0.2.21
20232026-08-27T18:03:27.228Z Checking thiserror v1.0.69
20242026-08-27T18:03:27.232Z Checking indexmap v2.14.0
20252026-08-27T18:03:27.302Z Checking crypto-common v0.2.2
20262026-08-27T18:03:27.357Z Checking const-oid v0.9.6
20272026-08-27T18:03:27.417Z Checking url v2.5.8
20282026-08-27T18:03:27.509Z Checking base64ct v1.8.3
20292026-08-27T18:03:27.765Z Checking crypto-common v0.1.7
20302026-08-27T18:03:27.844Z Checking block-buffer v0.12.1
20312026-08-27T18:03:27.882Z Checking schemars v0.8.22
20322026-08-27T18:03:27.922Z Checking base64 v0.22.1
20332026-08-27T18:03:27.925Z Checking rand_core v0.9.5
20342026-08-27T18:03:27.996Z Checking block-buffer v0.10.4
20352026-08-27T18:03:28.035Z Checking erased-serde v0.3.31
20362026-08-27T18:03:28.075Z Checking utf8parse v0.2.2
20372026-08-27T18:03:28.165Z Checking rand_chacha v0.9.0
20382026-08-27T18:03:28.205Z Checking digest v0.10.7
20392026-08-27T18:03:28.209Z Checking anstyle v1.0.14
20402026-08-27T18:03:28.240Z Checking http v1.4.2
20412026-08-27T18:03:28.399Z Checking rand v0.9.2
20422026-08-27T18:03:28.441Z Checking tracing-core v0.1.36
20432026-08-27T18:03:28.480Z Checking slog v2.8.2
20442026-08-27T18:03:28.518Z Checking colorchoice v1.0.4
20452026-08-27T18:03:28.568Z Checking anstyle-query v1.1.5
20462026-08-27T18:03:28.647Z Checking is_terminal_polyfill v1.70.2
20472026-08-27T18:03:28.692Z Checking terminal_size v0.4.3
20482026-08-27T18:03:28.733Z Checking fastrand v2.3.0
20492026-08-27T18:03:28.773Z Checking const-oid v0.10.2
20502026-08-27T18:03:28.776Z Checking anstyle-parse v1.0.0
20512026-08-27T18:03:28.812Z Checking tracing v0.1.44
20522026-08-27T18:03:28.884Z Checking ipnet v2.12.0
20532026-08-27T18:03:28.888Z Checking aho-corasick v1.1.4
20542026-08-27T18:03:28.958Z Checking tempfile v3.27.0
20552026-08-27T18:03:28.961Z Checking ipnetwork v0.21.1
20562026-08-27T18:03:28.992Z Checking crossbeam-utils v0.8.21
20572026-08-27T18:03:29.031Z Checking anstream v1.0.0
20582026-08-27T18:03:29.102Z Checking strsim v0.11.1
20592026-08-27T18:03:29.164Z Checking clap_lex v1.0.0
20602026-08-27T18:03:29.203Z Checking unicode-ident v1.0.24
20612026-08-27T18:03:29.243Z Checking allocator-api2 v0.2.21
20622026-08-27T18:03:29.246Z Checking tokio-util v0.7.18
20632026-08-27T18:03:29.318Z Checking powerfmt v0.2.0
20642026-08-27T18:03:29.322Z Checking digest v0.11.3
20652026-08-27T18:03:29.392Z Checking clap_builder v4.6.0
20662026-08-27T18:03:29.395Z Checking proc-macro2 v1.0.106
20672026-08-27T18:03:29.465Z Checking num-conv v0.2.0
20682026-08-27T18:03:29.502Z Checking deranged v0.5.8
20692026-08-27T18:03:29.543Z Checking time-core v0.1.8
20702026-08-27T18:03:29.582Z Checking num_threads v0.1.7
20712026-08-27T18:03:29.620Z Checking cpufeatures v0.3.0
20722026-08-27T18:03:29.624Z Checking regex-automata v0.4.14
20732026-08-27T18:03:29.696Z Checking httparse v1.10.1
20742026-08-27T18:03:29.735Z Checking anyhow v1.0.104
20752026-08-27T18:03:29.739Z Checking cpufeatures v0.2.17
20762026-08-27T18:03:29.811Z Checking quote v1.0.45
20772026-08-27T18:03:29.869Z Checking rustls-pki-types v1.14.0
20782026-08-27T18:03:29.908Z Checking aws-lc-sys v0.40.0
20792026-08-27T18:03:29.945Z Checking untrusted v0.7.1
20802026-08-27T18:03:29.984Z Checking http-body v1.0.1
20812026-08-27T18:03:30.022Z Checking syn v2.0.117
20822026-08-27T18:03:30.082Z Checking atomic-waker v1.1.2
20832026-08-27T18:03:30.143Z Checking oxnet v0.1.6
20842026-08-27T18:03:30.185Z Checking try-lock v0.2.5
20852026-08-27T18:03:30.224Z Checking httpdate v1.0.3
20862026-08-27T18:03:30.313Z Checking want v0.3.1
20872026-08-27T18:03:30.397Z Checking h2 v0.4.15
20882026-08-27T18:03:30.438Z Checking aws-lc-rs v1.16.3
20892026-08-27T18:03:30.441Z Checking hex v0.4.3
20902026-08-27T18:03:30.513Z Checking time v0.3.47
20912026-08-27T18:03:30.517Z Checking ryu v1.0.23
20922026-08-27T18:03:30.636Z Checking clap v4.6.1
20932026-08-27T18:03:30.678Z Checking simd-adler32 v0.3.8
20942026-08-27T18:03:30.721Z Checking tower-service v0.3.3
20952026-08-27T18:03:30.760Z Checking tower-layer v0.3.3
20962026-08-27T18:03:30.842Z Checking untrusted v0.9.0
20972026-08-27T18:03:30.881Z Checking spin v0.9.8
20982026-08-27T18:03:30.938Z Checking adler2 v2.0.1
20992026-08-27T18:03:30.983Z Checking unicode-width v0.2.0
21002026-08-27T18:03:31.076Z Checking miniz_oxide v0.8.9
21012026-08-27T18:03:31.116Z Checking pem-rfc7468 v0.7.0
21022026-08-27T18:03:31.256Z Checking mime v0.3.17
21032026-08-27T18:03:31.300Z Checking rustls-webpki v0.103.13
21042026-08-27T18:03:31.303Z Checking flagset v0.4.7
21052026-08-27T18:03:31.456Z Checking block-padding v0.4.2
21062026-08-27T18:03:31.502Z Checking camino v1.2.5
21072026-08-27T18:03:31.506Z Checking pretty-hex v0.4.1
21082026-08-27T18:03:31.576Z Checking der v0.7.10
21092026-08-27T18:03:31.628Z Checking inout v0.2.2
21102026-08-27T18:03:31.684Z Checking http-body-util v0.1.3
21112026-08-27T18:03:31.725Z Checking plain v0.2.3
21122026-08-27T18:03:31.777Z Checking openssl-probe v0.2.1
21132026-08-27T18:03:31.818Z Checking ucd-trie v0.1.7
21142026-08-27T18:03:31.821Z Checking rustls v0.23.41
21152026-08-27T18:03:31.892Z Checking cipher v0.5.2
21162026-08-27T18:03:31.931Z Checking regex v1.12.3
21172026-08-27T18:03:31.934Z Checking serde_urlencoded v0.7.1
21182026-08-27T18:03:32.004Z Checking pest v2.8.6
21192026-08-27T18:03:32.160Z Checking rand_chacha v0.3.1
21202026-08-27T18:03:32.202Z Checking encoding_rs v0.8.35
21212026-08-27T18:03:32.241Z Checking bit-vec v0.8.0
21222026-08-27T18:03:32.306Z Checking futures-executor v0.3.32
21232026-08-27T18:03:32.355Z Checking spki v0.7.3
21242026-08-27T18:03:32.398Z Checking rand v0.8.6
21252026-08-27T18:03:32.468Z Checking bit-set v0.8.0
21262026-08-27T18:03:32.506Z Checking wait-timeout v0.2.1
21272026-08-27T18:03:32.553Z Checking futures v0.3.32
21282026-08-27T18:03:32.643Z Checking crc32fast v1.5.0
21292026-08-27T18:03:32.682Z Checking quick-error v1.2.3
21302026-08-27T18:03:32.685Z Checking either v1.15.0
21312026-08-27T18:03:32.816Z Checking rand_xorshift v0.4.0
21322026-08-27T18:03:32.819Z Checking rusty-fork v0.3.1
21332026-08-27T18:03:32.932Z Checking sync_wrapper v1.0.2
21342026-08-27T18:03:32.972Z Checking unarray v0.1.4
21352026-08-27T18:03:32.976Z Checking pkcs8 v0.10.2
21362026-08-27T18:03:33.051Z Checking foldhash v0.2.0
21372026-08-27T18:03:33.090Z Checking tower v0.5.3
21382026-08-27T18:03:33.094Z Checking iri-string v0.7.10
21392026-08-27T18:03:33.165Z Checking proptest v1.11.0
21402026-08-27T18:03:33.202Z Checking openapiv3 v2.2.0
21412026-08-27T18:03:33.205Z Checking zlib-rs v0.6.2
21422026-08-27T18:03:33.277Z Checking hashbrown v0.16.1
21432026-08-27T18:03:33.280Z Checking hyper v1.10.1
21442026-08-27T18:03:33.506Z Checking static_assertions v1.1.0
21452026-08-27T18:03:33.608Z Checking sha2 v0.10.9
21462026-08-27T18:03:33.812Z Checking rustls-native-certs v0.8.3
21472026-08-27T18:03:33.917Z Checking lazy_static v1.5.0
21482026-08-27T18:03:33.978Z Checking hubpack v0.1.2
21492026-08-27T18:03:34.040Z Checking tinyvec_macros v0.1.1
21502026-08-27T18:03:34.138Z Checking flate2 v1.1.9
21512026-08-27T18:03:34.141Z Checking psl-types v2.0.11
21522026-08-27T18:03:34.212Z Checking tower-http v0.6.8
21532026-08-27T18:03:34.215Z Checking tokio-rustls v0.26.4
21542026-08-27T18:03:34.247Z Checking tinyvec v1.10.0
21552026-08-27T18:03:34.319Z Checking publicsuffix v2.3.0
21562026-08-27T18:03:34.323Z Checking hyper-util v0.1.20
21572026-08-27T18:03:34.454Z Checking cookie v0.18.1
21582026-08-27T18:03:34.501Z Checking rustls-platform-verifier v0.6.2
21592026-08-27T18:03:34.541Z Checking signature v2.2.0
21602026-08-27T18:03:34.544Z Checking num-integer v0.1.46
21612026-08-27T18:03:34.544Z Checking strum v0.26.3
21622026-08-27T18:03:34.647Z Checking scroll v0.13.0
21632026-08-27T18:03:34.686Z Checking ahash v0.8.12
21642026-08-27T18:03:34.726Z Checking cookie_store v0.22.1
21652026-08-27T18:03:34.729Z Checking memmap2 v0.9.10
21662026-08-27T18:03:34.729Z Checking unicode-width v0.1.14
21672026-08-27T18:03:34.853Z Checking dtrace-parser v0.3.0
21682026-08-27T18:03:34.899Z Checking goblin v0.10.5
21692026-08-27T18:03:34.938Z Checking toml_datetime v0.6.11
21702026-08-27T18:03:34.976Z Checking newtype-uuid v1.3.2
21712026-08-27T18:03:35.015Z Checking serde_spanned v0.6.9
21722026-08-27T18:03:35.052Z Checking thread-id v5.1.0
21732026-08-27T18:03:35.090Z Checking data-encoding v2.10.0
21742026-08-27T18:03:35.129Z Checking bstr v1.12.1
21752026-08-27T18:03:35.168Z Checking hmac v0.12.1
21762026-08-27T18:03:35.171Z Checking base64 v0.21.7
21772026-08-27T18:03:35.171Z Checking x509-cert v0.2.5
21782026-08-27T18:03:35.275Z Checking daft v0.1.8
21792026-08-27T18:03:35.334Z Checking crossbeam-epoch v0.9.18
21802026-08-27T18:03:35.383Z Checking memoffset v0.9.1
21812026-08-27T18:03:35.464Z Checking num-iter v0.1.45
21822026-08-27T18:03:35.504Z Checking scroll v0.12.0
21832026-08-27T18:03:35.543Z Checking zerocopy v0.7.35
21842026-08-27T18:03:35.546Z Checking rustix v0.38.44
21852026-08-27T18:03:35.618Z Checking env_filter v2.0.0
21862026-08-27T18:03:35.621Z Checking unicode-linebreak v0.1.5
21872026-08-27T18:03:35.693Z Checking hyper-rustls v0.27.7
21882026-08-27T18:03:35.751Z Checking goblin v0.8.2
21892026-08-27T18:03:35.796Z Checking tap v1.0.1
21902026-08-27T18:03:35.891Z Checking smawk v0.3.2
21912026-08-27T18:03:35.931Z Checking unicode-segmentation v1.12.0
21922026-08-27T18:03:35.934Z Checking reqwest v0.13.2
21932026-08-27T18:03:35.934Z Checking wyz v0.5.1
21942026-08-27T18:03:36.046Z Checking env_logger v0.11.11
21952026-08-27T18:03:36.087Z Checking num-bigint-dig v0.8.6
21962026-08-27T18:03:36.170Z Checking nix v0.31.2
21972026-08-27T18:03:36.268Z Checking pkcs1 v0.7.5
21982026-08-27T18:03:36.272Z Checking dtrace-parser v0.2.0
21992026-08-27T18:03:36.397Z Checking ff v0.13.1
22002026-08-27T18:03:36.507Z Checking radium v0.7.0
22012026-08-27T18:03:36.559Z Checking thread-id v4.2.2
22022026-08-27T18:03:36.598Z Checking base16ct v0.2.0
22032026-08-27T18:03:36.668Z Checking crc-catalog v2.4.0
22042026-08-27T18:03:36.710Z Checking funty v2.0.0
22052026-08-27T18:03:36.753Z Checking winnow v1.0.3
22062026-08-27T18:03:36.792Z Checking same-file v1.0.6
22072026-08-27T18:03:36.878Z Checking crc v3.4.0
22082026-08-27T18:03:36.918Z Checking rsa v0.9.10
22092026-08-27T18:03:36.957Z Checking walkdir v2.5.0
22102026-08-27T18:03:37.052Z Checking bitvec v1.0.1
22112026-08-27T18:03:37.092Z Checking sec1 v0.7.3
22122026-08-27T18:03:37.148Z Checking group v0.13.0
22132026-08-27T18:03:37.232Z Checking dof v0.4.0
22142026-08-27T18:03:37.325Z Checking hkdf v0.12.4
22152026-08-27T18:03:37.328Z Checking unicode-normalization v0.1.25
22162026-08-27T18:03:37.400Z Checking crypto-bigint v0.5.5
22172026-08-27T18:03:37.439Z Checking zerocopy v0.6.6
22182026-08-27T18:03:37.495Z Checking maybe-uninit v2.0.0
22192026-08-27T18:03:37.594Z Checking foldhash v0.1.5
22202026-08-27T18:03:37.634Z Checking winnow v0.5.40
22212026-08-27T18:03:37.673Z Checking dof v0.3.0
22222026-08-27T18:03:37.756Z Checking is_ci v1.2.0
22232026-08-27T18:03:37.796Z Checking foreign-types-shared v0.1.1
22242026-08-27T18:03:37.799Z Checking nodrop v0.1.14
22252026-08-27T18:03:37.883Z Checking gimli v0.32.3
22262026-08-27T18:03:37.924Z Checking foreign-types v0.3.2
22272026-08-27T18:03:37.928Z Checking usdt-impl v0.6.0
22282026-08-27T18:03:37.998Z Checking array-init v0.0.4
22292026-08-27T18:03:38.002Z Checking usdt-impl v0.5.0
22302026-08-27T18:03:38.036Z Checking hashbrown v0.15.5
22312026-08-27T18:03:38.282Z Checking usdt v0.6.0
22322026-08-27T18:03:38.333Z Checking smallvec v0.6.14
22332026-08-27T18:03:38.374Z Checking serde_with v3.21.0
22342026-08-27T18:03:38.377Z Checking elliptic-curve v0.13.8
22352026-08-27T18:03:38.448Z Checking packed_struct v0.10.1
22362026-08-27T18:03:38.488Z Checking bitfield v0.19.4
22372026-08-27T18:03:38.552Z Checking bzip2-sys v0.1.13+1.0.8
22382026-08-27T18:03:38.592Z Checking openssl-sys v0.9.117
22392026-08-27T18:03:38.666Z Checking object v0.37.3
22402026-08-27T18:03:38.752Z Checking keccak v0.1.6
22412026-08-27T18:03:38.791Z Checking siphasher v1.0.2
22422026-08-27T18:03:38.839Z Checking toml_edit v0.19.15
22432026-08-27T18:03:38.946Z Checking hashbrown v0.12.3
22442026-08-27T18:03:38.985Z Checking bitflags v1.3.2
22452026-08-27T18:03:39.023Z Checking rustc-demangle v0.1.27
22462026-08-27T18:03:39.086Z Checking openssl v0.10.80
22472026-08-27T18:03:39.269Z Checking sha3 v0.10.8
22482026-08-27T18:03:39.385Z Checking indexmap v1.9.3
22492026-08-27T18:03:39.465Z Checking addr2line v0.25.1
22502026-08-27T18:03:39.507Z Checking bzip2 v0.4.4
22512026-08-27T18:03:39.547Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22522026-08-27T18:03:39.699Z Checking serde-hex v0.1.0
22532026-08-27T18:03:39.740Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22542026-08-27T18:03:39.780Z Checking toml_parser v1.1.2+spec-1.1.0
22552026-08-27T18:03:39.888Z Checking toml v0.7.8
22562026-08-27T18:03:39.929Z Checking ron v0.8.1
22572026-08-27T18:03:39.933Z Checking hashbrown v0.13.2
22582026-08-27T18:03:40.137Z Checking itertools v0.13.0
22592026-08-27T18:03:40.225Z Checking itertools v0.15.0
22602026-08-27T18:03:40.407Z Checking signal-hook v0.3.18
22612026-08-27T18:03:40.472Z Checking managed v0.8.0
22622026-08-27T18:03:40.632Z Checking crc-any v2.5.0
22632026-08-27T18:03:40.686Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22642026-08-27T18:03:40.833Z Checking object v0.30.4
22652026-08-27T18:03:40.878Z Checking zip v0.6.6
22662026-08-27T18:03:40.982Z Checking backtrace v0.3.76
22672026-08-27T18:03:41.107Z Checking globset v0.4.18
22682026-08-27T18:03:41.193Z Checking chacha20 v0.10.0
22692026-08-27T18:03:41.233Z Checking curve25519-dalek v4.1.3
22702026-08-27T18:03:41.237Z Checking winnow v0.7.14
22712026-08-27T18:03:41.308Z Checking backtrace-ext v0.2.1
22722026-08-27T18:03:41.346Z Checking toml_write v0.1.2
22732026-08-27T18:03:41.395Z Checking path-slash v0.1.5
22742026-08-27T18:03:41.442Z Checking native-tls v0.2.18
22752026-08-27T18:03:41.482Z Checking signal-hook-mio v0.2.5
22762026-08-27T18:03:41.531Z Checking textwrap v0.16.2
22772026-08-27T18:03:41.570Z Checking ed25519 v2.2.3
22782026-08-27T18:03:41.627Z Checking ref-cast v1.0.25
22792026-08-27T18:03:41.666Z Checking pin-project v1.1.11
22802026-08-27T18:03:41.755Z Checking jiff-core v0.1.0
22812026-08-27T18:03:41.796Z Checking tokio-native-tls v0.3.1
22822026-08-27T18:03:41.799Z Checking pem v3.0.6
22832026-08-27T18:03:41.800Z Checking zstd-sys v2.0.16+zstd.1.5.7
22842026-08-27T18:03:41.992Z Checking owo-colors v4.3.0
22852026-08-27T18:03:42.033Z Checking fixedbitset v0.5.7
22862026-08-27T18:03:42.037Z Checking ed25519-dalek v2.2.0
22872026-08-27T18:03:42.037Z Checking zstd-safe v7.2.4
22882026-08-27T18:03:42.264Z Checking petgraph v0.8.3
22892026-08-27T18:03:42.304Z Checking hyper-tls v0.6.0
22902026-08-27T18:03:42.342Z Checking snafu v0.8.9
22912026-08-27T18:03:42.476Z Checking jiff v0.2.34
22922026-08-27T18:03:42.479Z Checking toml_edit v0.22.27
22932026-08-27T18:03:42.552Z Checking crossterm v0.28.1
22942026-08-27T18:03:42.591Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22952026-08-27T18:03:42.594Z Checking supports-color v3.0.2
22962026-08-27T18:03:42.663Z Checking similar v2.7.0
22972026-08-27T18:03:42.777Z Checking fs-err v3.3.0
22982026-08-27T18:03:42.947Z Checking hash32 v0.2.1
22992026-08-27T18:03:43.079Z Checking serde_plain v1.0.2
23002026-08-27T18:03:43.126Z Checking serde-big-array v0.5.1
23012026-08-27T18:03:43.164Z Checking predicates-core v1.0.10
23022026-08-27T18:03:43.265Z Checking libbz2-rs-sys v0.2.2
23032026-08-27T18:03:43.310Z Checking unicode-properties v0.1.4
23042026-08-27T18:03:43.315Z Checking bumpalo v3.20.2
23052026-08-27T18:03:43.381Z Checking typed-path v0.9.3
23062026-08-27T18:03:43.530Z Checking unicode-bidi v0.3.18
23072026-08-27T18:03:43.578Z Checking zopfli v0.8.3
23082026-08-27T18:03:43.613Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23092026-08-27T18:03:43.661Z Checking heapless v0.7.17
23102026-08-27T18:03:43.695Z Checking bzip2 v0.6.1
23112026-08-27T18:03:43.853Z Checking stringprep v0.1.5
23122026-08-27T18:03:43.895Z Checking reqwest v0.12.28
23132026-08-27T18:03:43.905Z Checking zstd v0.13.3
23142026-08-27T18:03:43.960Z Checking hickory-proto v0.25.2
23152026-08-27T18:03:44.000Z Checking byte-wrapper v0.1.0
23162026-08-27T18:03:44.039Z Checking md-5 v0.10.6
23172026-08-27T18:03:44.089Z Checking float-cmp v0.10.0
23182026-08-27T18:03:44.138Z Checking fallible-iterator v0.2.0
23192026-08-27T18:03:44.187Z Checking normalize-line-endings v0.3.0
23202026-08-27T18:03:44.223Z Checking difflib v0.4.0
23212026-08-27T18:03:44.264Z Checking supports-unicode v3.0.0
23222026-08-27T18:03:44.268Z Checking supports-hyperlinks v3.2.0
23232026-08-27T18:03:44.339Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23242026-08-27T18:03:44.397Z Checking zip v4.6.1
23252026-08-27T18:03:44.437Z Checking predicates v3.1.4
23262026-08-27T18:03:44.447Z Checking miette v7.6.0
23272026-08-27T18:03:44.447Z Checking postgres-protocol v0.6.10
23282026-08-27T18:03:44.448Z Checking smoltcp v0.9.1
23292026-08-27T18:03:44.665Z Checking iddqd v0.4.2
23302026-08-27T18:03:44.757Z Checking phf_shared v0.13.1
23312026-08-27T18:03:44.817Z Checking phf_shared v0.11.3
23322026-08-27T18:03:44.948Z Checking olpc-cjson v0.1.4
23332026-08-27T18:03:44.985Z Checking tokio-stream v0.1.18
23342026-08-27T18:03:44.992Z Checking derive_more v2.1.1
23352026-08-27T18:03:45.058Z Checking strum v0.27.2
23362026-08-27T18:03:45.098Z Checking fixedbitset v0.4.2
23372026-08-27T18:03:45.138Z Checking precomputed-hash v0.1.1
23382026-08-27T18:03:45.149Z Checking new_debug_unreachable v1.0.6
23392026-08-27T18:03:45.222Z Checking lalrpop-util v0.19.12
23402026-08-27T18:03:45.228Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23412026-08-27T18:03:45.289Z Checking tough v0.22.0
23422026-08-27T18:03:45.296Z Checking string_cache v0.8.9
23432026-08-27T18:03:45.296Z Checking petgraph v0.6.5
23442026-08-27T18:03:45.398Z Checking phf v0.13.1
23452026-08-27T18:03:45.441Z Checking postgres-types v0.2.12
23462026-08-27T18:03:45.555Z Checking buf-list v1.1.2
23472026-08-27T18:03:45.596Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23482026-08-27T18:03:45.602Z Checking whoami v2.1.0
23492026-08-27T18:03:45.772Z Checking peg-runtime v0.8.5
23502026-08-27T18:03:45.857Z Checking tokio-postgres v0.7.16
23512026-08-27T18:03:45.897Z Checking is-terminal v0.4.17
23522026-08-27T18:03:45.943Z Checking crossbeam-channel v0.5.15
23532026-08-27T18:03:45.947Z Checking thread_local v1.1.9
23542026-08-27T18:03:46.021Z Checking take_mut v0.2.2
23552026-08-27T18:03:46.151Z Checking term v1.2.1
23562026-08-27T18:03:46.191Z Compiling newtype-uuid-macros v0.1.0
23572026-08-27T18:03:46.310Z Checking slog-async v2.8.0
23582026-08-27T18:03:46.403Z Checking slog-term v2.9.2
23592026-08-27T18:03:46.519Z Checking match_cfg v0.1.0
23602026-08-27T18:03:46.607Z Checking slog-json v2.6.1
23612026-08-27T18:03:46.641Z Checking hostname v0.3.1
23622026-08-27T18:03:46.693Z Compiling multer v3.1.0
23632026-08-27T18:03:46.766Z Compiling async-stream-impl v0.3.6
23642026-08-27T18:03:46.806Z Checking slog-bunyan v2.5.0
23652026-08-27T18:03:46.810Z Compiling dropshot v0.17.1
23662026-08-27T18:03:46.953Z Checking debug-ignore v1.0.5
23672026-08-27T18:03:46.994Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23682026-08-27T18:03:47.034Z Compiling dropshot_endpoint v0.17.1
23692026-08-27T18:03:47.104Z Checking serde_path_to_error v0.1.20
23702026-08-27T18:03:47.155Z Checking sha1 v0.11.0
23712026-08-27T18:03:47.190Z Checking serde_spanned v1.1.1
23722026-08-27T18:03:47.342Z Checking toml_datetime v1.1.1+spec-1.1.0
23732026-08-27T18:03:47.375Z Checking toml_writer v1.1.1+spec-1.1.0
23742026-08-27T18:03:47.408Z Checking compression-core v0.4.31
23752026-08-27T18:03:47.413Z Checking async-stream v0.3.6
23762026-08-27T18:03:47.516Z Checking waitgroup v0.1.2
23772026-08-27T18:03:47.558Z Checking rustls-pemfile v2.2.0
23782026-08-27T18:03:47.561Z Checking compression-codecs v0.4.37
23792026-08-27T18:03:47.668Z Checking hostname v0.4.2
23802026-08-27T18:03:47.678Z Checking toml v1.1.2+spec-1.1.0
23812026-08-27T18:03:47.678Z Checking progenitor-client v0.14.0
23822026-08-27T18:03:47.775Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23832026-08-27T18:03:47.780Z Checking atomicwrites v0.4.4
23842026-08-27T18:03:47.851Z Compiling serde_tokenstream v0.3.0
23852026-08-27T18:03:47.854Z Checking async-compression v0.4.41
23862026-08-27T18:03:47.924Z Compiling parse-display-derive v0.10.0
23872026-08-27T18:03:47.964Z Checking regress v0.10.5
23882026-08-27T18:03:47.972Z Checking macaddr v1.0.1
23892026-08-27T18:03:48.189Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23902026-08-27T18:03:48.232Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23912026-08-27T18:03:48.238Z Compiling oxide-generation-macros v0.2.0
23922026-08-27T18:03:48.238Z Checking instant v0.1.13
23932026-08-27T18:03:48.398Z Checking itertools v0.14.0
23942026-08-27T18:03:48.430Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-08-27T18:03:48.450Z Checking oxide-generation v0.1.3
23962026-08-27T18:03:48.628Z Checking backoff v0.4.0
23972026-08-27T18:03:48.677Z Checking backon v1.6.0
23982026-08-27T18:03:48.712Z Checking humantime v2.3.0
23992026-08-27T18:03:48.843Z Compiling convert_case v0.4.0
24002026-08-27T18:03:48.890Z Checking progenitor-extras v0.2.0
24012026-08-27T18:03:48.922Z Checking half v2.7.1
24022026-08-27T18:03:49.049Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24032026-08-27T18:03:49.142Z Checking ciborium-io v0.2.2
24042026-08-27T18:03:49.207Z Checking heck v0.5.0
24052026-08-27T18:03:49.245Z Compiling derive_more v0.99.20
24062026-08-27T18:03:49.281Z Checking ciborium-ll v0.2.2
24072026-08-27T18:03:49.316Z Checking secrecy v0.10.3
24082026-08-27T18:03:49.364Z Checking camino-tempfile v1.4.1
24092026-08-27T18:03:49.424Z Checking indent_write v2.2.0
24102026-08-27T18:03:49.465Z Compiling crucible-workspace-hack v0.1.0
24112026-08-27T18:03:49.503Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24122026-08-27T18:03:49.503Z Checking ciborium v0.2.2
24132026-08-27T18:03:49.580Z Compiling regress v0.11.1
24142026-08-27T18:03:49.593Z Checking inout v0.1.4
24152026-08-27T18:03:49.653Z Checking parse-display v0.10.0
24162026-08-27T18:03:49.773Z Checking cipher v0.4.4
24172026-08-27T18:03:49.824Z Checking universal-hash v0.5.1
24182026-08-27T18:03:49.866Z Compiling thiserror-impl-no-std v2.0.2
24192026-08-27T18:03:49.866Z Checking opaque-debug v0.3.1
24202026-08-27T18:03:49.950Z Checking blake2 v0.10.6
24212026-08-27T18:03:49.988Z Checking aead v0.5.2
24222026-08-27T18:03:50.027Z Checking chacha20 v0.9.1
24232026-08-27T18:03:50.034Z Checking poly1305 v0.8.0
24242026-08-27T18:03:50.165Z Checking password-hash v0.5.0
24252026-08-27T18:03:50.225Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24262026-08-27T18:03:50.286Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24272026-08-27T18:03:50.324Z Checking chacha20poly1305 v0.10.1
24282026-08-27T18:03:50.424Z Checking argon2 v0.5.3
24292026-08-27T18:03:50.480Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24302026-08-27T18:03:50.658Z Compiling unsafe-libyaml v0.2.11
24312026-08-27T18:03:50.750Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24322026-08-27T18:03:50.792Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24332026-08-27T18:03:50.828Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24342026-08-27T18:03:51.053Z Checking thiserror-no-std v2.0.2
24352026-08-27T18:03:51.093Z Checking swrite v0.1.0
24362026-08-27T18:03:51.168Z Checking vsss-rs v3.3.4
24372026-08-27T18:03:51.213Z Compiling typify-impl v0.6.2
24382026-08-27T18:03:51.439Z Compiling serde_yaml v0.9.34+deprecated
24392026-08-27T18:03:51.800Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24402026-08-27T18:03:52.307Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24412026-08-27T18:03:52.448Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24422026-08-27T18:03:52.557Z Checking crossbeam-deque v0.8.6
24432026-08-27T18:03:52.598Z Compiling rayon-core v1.13.0
24442026-08-27T18:03:52.798Z Compiling num-derive v0.4.2
24452026-08-27T18:03:52.874Z Compiling toml_datetime v0.7.5+spec-1.1.0
24462026-08-27T18:03:52.936Z Compiling proc-macro-error v1.0.4
24472026-08-27T18:03:53.202Z Compiling toml_edit v0.23.10+spec-1.0.0
24482026-08-27T18:03:53.297Z Checking tabwriter v1.4.1
24492026-08-27T18:03:53.312Z Checking rayon v1.11.0
24502026-08-27T18:03:53.373Z Checking glob v0.3.3
24512026-08-27T18:03:53.490Z Compiling illumos-nvpair-sys v0.2.0
24522026-08-27T18:03:53.541Z Compiling heapless v0.8.0
24532026-08-27T18:03:53.587Z Checking hash32 v0.3.1
24542026-08-27T18:03:53.700Z Compiling proc-macro-crate v3.4.0
24552026-08-27T18:03:53.784Z Compiling ingot-macros v0.2.0
24562026-08-27T18:03:53.979Z Compiling smoltcp v0.11.0
24572026-08-27T18:03:54.070Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24582026-08-27T18:03:54.184Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24592026-08-27T18:03:54.218Z Checking colored v3.1.1
24602026-08-27T18:03:54.288Z Compiling num_enum_derive v0.7.6
24612026-08-27T18:03:54.442Z Checking illumos-nvpair v0.3.0
24622026-08-27T18:03:54.448Z Checking toml v0.8.23
24632026-08-27T18:03:54.635Z Checking cobs v0.3.0
24642026-08-27T18:03:54.811Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24652026-08-27T18:03:54.850Z Checking postcard v1.1.3
24662026-08-27T18:03:54.886Z Checking rand v0.10.1
24672026-08-27T18:03:55.070Z Compiling proc-macro-crate v1.3.1
24682026-08-27T18:03:55.246Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24692026-08-27T18:03:55.346Z Checking num_enum v0.7.6
24702026-08-27T18:03:55.401Z Checking sigpipe v0.1.3
24712026-08-27T18:03:55.482Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24722026-08-27T18:03:55.520Z Compiling foreign-types-macros v0.2.3
24732026-08-27T18:03:55.523Z Checking foreign-types-shared v0.3.1
24742026-08-27T18:03:55.523Z Compiling num_enum_derive v0.5.11
24752026-08-27T18:03:55.781Z Compiling typify-macro v0.6.2
24762026-08-27T18:03:55.871Z Compiling usdt-macro v0.5.0
24772026-08-27T18:03:55.947Z Compiling usdt-attr-macro v0.5.0
24782026-08-27T18:03:56.052Z Checking memmap v0.7.0
24792026-08-27T18:03:56.133Z Checking foreign-types v0.5.0
24802026-08-27T18:03:56.214Z Checking cstr-argument v0.1.2
24812026-08-27T18:03:56.255Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24822026-08-27T18:03:56.369Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24832026-08-27T18:03:56.608Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24842026-08-27T18:03:56.652Z Checking ingot-types v0.2.0
24852026-08-27T18:03:56.655Z Checking num_enum v0.5.11
24862026-08-27T18:03:56.717Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24872026-08-27T18:03:56.757Z Checking usdt v0.5.0
24882026-08-27T18:03:56.858Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24892026-08-27T18:03:56.862Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24902026-08-27T18:03:56.862Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24912026-08-27T18:03:56.967Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24922026-08-27T18:03:56.976Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24932026-08-27T18:03:57.038Z Checking ingot v0.2.1
24942026-08-27T18:03:57.075Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24952026-08-27T18:03:57.145Z Compiling zone_cfg_derive v0.3.1
24962026-08-27T18:03:57.152Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24972026-08-27T18:03:57.271Z Checking itertools v0.12.1
24982026-08-27T18:03:57.371Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24992026-08-27T18:03:57.408Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25002026-08-27T18:03:57.528Z Compiling typify v0.6.2
25012026-08-27T18:03:57.671Z Compiling progenitor-impl v0.14.0
25022026-08-27T18:03:57.814Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25032026-08-27T18:03:57.916Z Checking smf v0.2.3
25042026-08-27T18:03:57.984Z Checking whoami v1.6.1
25052026-08-27T18:03:58.063Z Compiling derive-where v1.6.0
25062026-08-27T18:03:58.169Z Checking tokio-dtrace v0.1.1
25072026-08-27T18:03:58.247Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25082026-08-27T18:03:58.426Z Checking oxide-tokio-rt v0.1.4
25092026-08-27T18:03:58.467Z Checking zone v0.3.1
25102026-08-27T18:03:58.640Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-08-27T18:03:58.727Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25122026-08-27T18:03:58.771Z Checking console v0.15.11
25132026-08-27T18:03:58.810Z Checking newline-converter v0.3.0
25142026-08-27T18:03:58.869Z Checking bytecount v0.6.9
25152026-08-27T18:03:58.960Z Checking num-rational v0.4.2
25162026-08-27T18:03:58.999Z Checking num-complex v0.4.6
25172026-08-27T18:03:59.079Z Checking expectorate v1.2.0
25182026-08-27T18:03:59.247Z Compiling cancel-safe-futures v0.1.5
25192026-08-27T18:03:59.281Z Checking float-ord v0.3.2
25202026-08-27T18:03:59.377Z Checking num v0.4.3
25212026-08-27T18:03:59.417Z Checking linear-map v1.2.0
25222026-08-27T18:03:59.477Z Checking gethostname v0.5.0
25232026-08-27T18:03:59.524Z Checking oxide-update-engine-types v0.1.2
25242026-08-27T18:03:59.630Z Compiling prettyplease v0.2.37
25252026-08-27T18:03:59.635Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25262026-08-27T18:03:59.896Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25272026-08-27T18:03:59.965Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25282026-08-27T18:04:00.113Z Checking resolv-conf v0.7.6
25292026-08-27T18:04:00.154Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25302026-08-27T18:04:00.231Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25312026-08-27T18:04:00.326Z Compiling progenitor-macro v0.14.0
25322026-08-27T18:04:00.381Z Checking papergrid v0.11.0
25332026-08-27T18:04:00.415Z Compiling tabled_derive v0.7.0
25342026-08-27T18:04:00.480Z Checking oxide-update-engine v0.1.2
25352026-08-27T18:04:00.938Z Compiling slog-dtrace v0.3.0
25362026-08-27T18:04:01.030Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25372026-08-27T18:04:01.238Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25382026-08-27T18:04:01.382Z Checking tabled v0.15.0
25392026-08-27T18:04:01.741Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25402026-08-27T18:04:01.814Z Checking crossterm v0.29.0
25412026-08-27T18:04:02.074Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25422026-08-27T18:04:02.198Z Checking linked-hash-map v0.5.6
25432026-08-27T18:04:02.388Z Checking lru-cache v0.1.2
25442026-08-27T18:04:02.703Z Checking hickory-proto v0.24.4
25452026-08-27T18:04:02.783Z Checking fd-lock v4.0.4
25462026-08-27T18:04:03.417Z Checking vte v0.14.1
25472026-08-27T18:04:03.696Z Checking strip-ansi-escapes v0.2.1
25482026-08-27T18:04:04.687Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25492026-08-27T18:04:04.721Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25502026-08-27T18:04:05.000Z Checking termtree v0.5.1
25512026-08-27T18:04:05.165Z Checking nu-ansi-term v0.50.3
25522026-08-27T18:04:05.287Z Checking progenitor v0.14.0
25532026-08-27T18:04:05.411Z Checking reedline v0.40.0
25542026-08-27T18:04:05.448Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25552026-08-27T18:04:05.483Z Checking hickory-resolver v0.24.4
25562026-08-27T18:04:05.669Z Compiling minimal-lexical v0.2.1
25572026-08-27T18:04:05.955Z Compiling nom v7.1.3
25582026-08-27T18:04:06.249Z Checking qorb v0.4.1
25592026-08-27T18:04:06.579Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25602026-08-27T18:04:07.314Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25612026-08-27T18:04:07.355Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25622026-08-27T18:04:07.393Z Checking display-error-chain v0.2.2
25632026-08-27T18:04:07.482Z Compiling unicode-xid v0.2.6
25642026-08-27T18:04:07.539Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25652026-08-27T18:04:07.709Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25662026-08-27T18:04:07.809Z Compiling ar_archive_writer v0.5.1
25672026-08-27T18:04:07.815Z Checking csv-core v0.1.13
25682026-08-27T18:04:07.882Z Compiling stacker v0.1.23
25692026-08-27T18:04:08.054Z Checking csv v1.4.0
25702026-08-27T18:04:08.204Z Compiling cfg_aliases v0.1.1
25712026-08-27T18:04:08.242Z Compiling semver v0.1.20
25722026-08-27T18:04:08.296Z Checking highway v1.3.0
25732026-08-27T18:04:08.333Z Compiling nix v0.28.0
25742026-08-27T18:04:08.489Z Compiling rustc_version v0.1.7
25752026-08-27T18:04:08.561Z Checking nibble_vec v0.1.0
25762026-08-27T18:04:08.647Z Checking endian-type v0.1.2
25772026-08-27T18:04:08.684Z Compiling psm v0.1.30
25782026-08-27T18:04:08.758Z Compiling newtype_derive v0.1.6
25792026-08-27T18:04:08.792Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25802026-08-27T18:04:08.828Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25812026-08-27T18:04:08.840Z Checking radix_trie v0.2.1
25822026-08-27T18:04:08.975Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25832026-08-27T18:04:09.082Z Checking phf_shared v0.12.1
25842026-08-27T18:04:09.262Z Compiling recursive-proc-macro-impl v0.1.1
25852026-08-27T18:04:09.394Z Compiling chrono-tz v0.10.4
25862026-08-27T18:04:09.478Z Checking phf v0.12.1
25872026-08-27T18:04:09.624Z Compiling const_format_proc_macros v0.2.34
25882026-08-27T18:04:09.633Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25892026-08-27T18:04:09.694Z Compiling peg-macros v0.8.5
25902026-08-27T18:04:09.704Z Checking recursive v0.1.1
25912026-08-27T18:04:09.760Z Checking winnow v0.6.26
25922026-08-27T18:04:09.773Z Compiling sqlparser_derive v0.5.0
25932026-08-27T18:04:09.852Z Checking unicode_categories v0.1.1
25942026-08-27T18:04:10.174Z Checking home v0.5.12
25952026-08-27T18:04:10.459Z Checking const_format v0.2.35
25962026-08-27T18:04:10.524Z Checking rustyline v14.0.0
25972026-08-27T18:04:10.539Z Checking sqlparser v0.61.0
25982026-08-27T18:04:11.133Z Checking sqlformat v0.3.5
25992026-08-27T18:04:11.144Z Checking peg v0.8.5
26002026-08-27T18:04:11.181Z Checking bcs v0.1.6
26012026-08-27T18:04:11.239Z Checking nom v8.0.0
26022026-08-27T18:04:11.404Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26032026-08-27T18:04:11.442Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26042026-08-27T18:04:11.478Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26052026-08-27T18:04:11.662Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26062026-08-27T18:04:11.781Z Checking steno v0.4.1
26072026-08-27T18:04:11.978Z Checking sha1 v0.10.6
26082026-08-27T18:04:12.178Z Checking filetime v0.2.27
26092026-08-27T18:04:12.218Z Checking xattr v1.6.1
26102026-08-27T18:04:12.346Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26112026-08-27T18:04:12.387Z Checking tar v0.4.46
26122026-08-27T18:04:12.394Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
26132026-08-27T18:04:12.548Z Checking subprocess v0.2.15
26142026-08-27T18:04:12.679Z Checking headers-core v0.3.0
26152026-08-27T18:04:12.810Z Checking yasna v0.5.2
26162026-08-27T18:04:12.843Z Checking headers v0.4.1
26172026-08-27T18:04:12.911Z Checking port-file v0.1.0
26182026-08-27T18:04:13.120Z Checking dropshot-api-manager-types v0.8.0
26192026-08-27T18:04:13.300Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26202026-08-27T18:04:13.311Z Checking rcgen v0.12.1
26212026-08-27T18:04:13.327Z Checking tagptr v0.2.0
26222026-08-27T18:04:13.388Z Checking utf-8 v0.7.6
26232026-08-27T18:04:13.498Z Checking moka v0.12.13
26242026-08-27T18:04:13.554Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26252026-08-27T18:04:13.650Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26262026-08-27T18:04:13.738Z Compiling libefi-sys v0.1.0
26272026-08-27T18:04:13.990Z Compiling bitfield-struct v0.6.2
26282026-08-27T18:04:14.145Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26292026-08-27T18:04:14.183Z Checking hickory-resolver v0.25.2
26302026-08-27T18:04:14.247Z Checking tungstenite v0.21.0
26312026-08-27T18:04:14.259Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26322026-08-27T18:04:14.431Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26332026-08-27T18:04:14.687Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26342026-08-27T18:04:14.766Z Compiling xshell-macros v0.2.7
26352026-08-27T18:04:14.845Z Checking tokio-tungstenite v0.21.0
26362026-08-27T18:04:14.861Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372026-08-27T18:04:14.861Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26382026-08-27T18:04:14.930Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26392026-08-27T18:04:14.966Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26402026-08-27T18:04:15.067Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26412026-08-27T18:04:15.136Z Checking xshell v0.2.7
26422026-08-27T18:04:15.248Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26432026-08-27T18:04:15.263Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26442026-08-27T18:04:15.501Z Checking half v1.8.3
26452026-08-27T18:04:15.604Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26462026-08-27T18:04:15.738Z Checking serde_cbor v0.11.2
26472026-08-27T18:04:15.942Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26482026-08-27T18:04:19.934Z Checking libscf-sys v1.2.0
26492026-08-27T18:04:19.934Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26502026-08-27T18:04:19.934Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26512026-08-27T18:04:19.934Z Checking papergrid v0.18.0
26522026-08-27T18:04:19.934Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26532026-08-27T18:04:19.934Z Checking maplit v1.0.2
26542026-08-27T18:04:19.934Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26552026-08-27T18:04:19.934Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26562026-08-27T18:04:19.934Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26572026-08-27T18:04:19.971Z Checking tabled v0.21.0
26582026-08-27T18:04:19.971Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26592026-08-27T18:04:19.971Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26602026-08-27T18:04:19.971Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26612026-08-27T18:04:19.971Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26622026-08-27T18:04:19.972Z Checking crc8 v0.1.1
26632026-08-27T18:04:19.972Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26642026-08-27T18:04:19.972Z Checking unicase v2.9.0
26652026-08-27T18:04:19.972Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26662026-08-27T18:04:19.972Z Checking fxhash v0.2.1
26672026-08-27T18:04:19.972Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26682026-08-27T18:04:19.972Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26692026-08-27T18:04:19.972Z Checking sha2 v0.11.0
26702026-08-27T18:04:19.972Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26712026-08-27T18:04:19.972Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26722026-08-27T18:04:19.972Z Compiling darling_core v0.21.3
26732026-08-27T18:04:19.972Z Compiling vergen-lib v0.1.6
26742026-08-27T18:04:19.972Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26752026-08-27T18:04:19.972Z Compiling diesel_derives v2.3.7
26762026-08-27T18:04:19.972Z Checking scheduled-thread-pool v0.2.7
26772026-08-27T18:04:19.972Z Compiling vergen-gitcl v1.0.8
26782026-08-27T18:04:19.972Z Compiling diesel_table_macro_syntax v0.3.0
26792026-08-27T18:04:19.972Z Checking r2d2 v0.8.10
26802026-08-27T18:04:19.972Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26812026-08-27T18:04:19.972Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26822026-08-27T18:04:19.972Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26832026-08-27T18:04:20.064Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26842026-08-27T18:04:20.261Z Checking downcast-rs v2.0.2
26852026-08-27T18:04:20.379Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26862026-08-27T18:04:20.685Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26872026-08-27T18:04:20.915Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26882026-08-27T18:04:20.953Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26892026-08-27T18:04:21.002Z Checking kstat-rs v0.2.5
26902026-08-27T18:04:21.106Z Compiling proc-macro-error-attr2 v2.0.0
26912026-08-27T18:04:21.225Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26922026-08-27T18:04:21.261Z Compiling darling_macro v0.21.3
26932026-08-27T18:04:21.498Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26942026-08-27T18:04:21.536Z Compiling proc-macro-error2 v2.0.1
26952026-08-27T18:04:21.802Z Compiling darling v0.21.3
26962026-08-27T18:04:21.889Z Compiling knus-derive v3.4.0
26972026-08-27T18:04:21.929Z Compiling dsl_auto_type v0.2.0
26982026-08-27T18:04:21.962Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26992026-08-27T18:04:22.790Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27002026-08-27T18:04:23.127Z Compiling dirs-sys-next v0.1.2
27012026-08-27T18:04:23.363Z Compiling salty v0.3.0
27022026-08-27T18:04:23.399Z Compiling parking_lot_core v0.8.6
27032026-08-27T18:04:23.436Z Compiling crunchy v0.2.4
27042026-08-27T18:04:23.470Z Compiling dirs-next v2.0.0
27052026-08-27T18:04:23.626Z Compiling clang-sys v1.8.1
27062026-08-27T18:04:23.770Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27072026-08-27T18:04:23.809Z Compiling git-stub v1.0.0
27082026-08-27T18:04:23.843Z Compiling tiny-keccak v2.0.2
27092026-08-27T18:04:24.055Z Compiling git-stub-vcs v0.1.0
27102026-08-27T18:04:24.210Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27112026-08-27T18:04:24.460Z Compiling term v0.7.0
27122026-08-27T18:04:24.469Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27132026-08-27T18:04:24.479Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-08-27T18:04:24.520Z Compiling bit-vec v0.6.3
27152026-08-27T18:04:24.556Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27162026-08-27T18:04:24.721Z Compiling ascii-canvas v3.0.0
27172026-08-27T18:04:24.770Z Compiling bit-set v0.5.3
27182026-08-27T18:04:24.960Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27192026-08-27T18:04:25.026Z Checking parking_lot v0.11.2
27202026-08-27T18:04:25.130Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27212026-08-27T18:04:25.173Z Checking rfc6979 v0.4.0
27222026-08-27T18:04:25.252Z Checking prefix-trie v0.7.0
27232026-08-27T18:04:25.326Z Compiling hashbrown v0.14.5
27242026-08-27T18:04:25.476Z Compiling itertools v0.10.5
27252026-08-27T18:04:25.604Z Compiling ena v0.14.4
27262026-08-27T18:04:25.641Z Compiling libloading v0.8.9
27272026-08-27T18:04:25.848Z Compiling diff v0.1.13
27282026-08-27T18:04:25.884Z Compiling regex-syntax v0.6.29
27292026-08-27T18:04:25.919Z Compiling bindgen v0.71.1
27302026-08-27T18:04:26.127Z Compiling chumsky v0.9.3
27312026-08-27T18:04:26.374Z Checking hickory-server v0.25.2
27322026-08-27T18:04:26.568Z Compiling ecdsa v0.16.9
27332026-08-27T18:04:27.368Z Compiling lalrpop v0.19.12
27342026-08-27T18:04:27.441Z Checking sled v0.34.7
27352026-08-27T18:04:27.633Z Compiling cexpr v0.6.0
27362026-08-27T18:04:27.674Z Checking primeorder v0.13.6
27372026-08-27T18:04:27.855Z Checking diesel v2.3.7
27382026-08-27T18:04:27.952Z Checking nanorand v0.7.0
27392026-08-27T18:04:28.214Z Compiling rustc-hash v2.1.1
27402026-08-27T18:04:28.285Z Compiling p384 v0.13.1
27412026-08-27T18:04:28.325Z Checking flume v0.11.1
27422026-08-27T18:04:28.741Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27432026-08-27T18:04:28.879Z Compiling knus v3.4.0
27442026-08-27T18:04:29.070Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27452026-08-27T18:04:29.398Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27462026-08-27T18:04:29.531Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27472026-08-27T18:04:29.791Z Compiling libxml v0.3.3
27482026-08-27T18:04:29.827Z Checking assert_matches v1.5.0
27492026-08-27T18:04:29.831Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27502026-08-27T18:04:30.016Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27512026-08-27T18:04:30.134Z Compiling strum_macros v0.24.3
27522026-08-27T18:04:30.171Z Compiling indoc v1.0.9
27532026-08-27T18:04:30.820Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27542026-08-27T18:04:31.042Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27552026-08-27T18:04:31.367Z Checking quick-xml v0.37.5
27562026-08-27T18:04:31.406Z Checking derive_builder v0.20.2
27572026-08-27T18:04:31.461Z Compiling oso-derive v0.27.3
27582026-08-27T18:04:31.547Z Compiling trait-variant v0.1.2
27592026-08-27T18:04:31.977Z Compiling impl-trait-for-tuples v0.2.3
27602026-08-27T18:04:32.123Z Checking openssl-probe v0.1.6
27612026-08-27T18:04:32.242Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27622026-08-27T18:04:32.328Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27632026-08-27T18:04:32.936Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27642026-08-27T18:04:33.074Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27652026-08-27T18:04:33.110Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27662026-08-27T18:04:33.333Z Checking corncobs v0.1.4
27672026-08-27T18:04:33.436Z Checking predicates-tree v1.0.13
27682026-08-27T18:04:33.496Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27692026-08-27T18:04:33.560Z Compiling progenitor-impl v0.13.0
27702026-08-27T18:04:33.595Z Checking secrecy v0.8.0
27712026-08-27T18:04:33.758Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27722026-08-27T18:04:34.387Z Checking progenitor-client v0.13.0
27732026-08-27T18:04:34.612Z Checking anstyle-parse v0.2.7
27742026-08-27T18:04:34.736Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27752026-08-27T18:04:34.771Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27762026-08-27T18:04:34.808Z Checking anstream v0.6.21
27772026-08-27T18:04:34.955Z Checking bb8 v0.8.6
27782026-08-27T18:04:35.303Z Compiling mime_guess v2.0.5
27792026-08-27T18:04:35.349Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27802026-08-27T18:04:35.577Z Checking ignore v0.4.25
27812026-08-27T18:04:35.876Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27822026-08-27T18:04:36.010Z Checking http-range v0.1.5
27832026-08-27T18:04:36.049Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27842026-08-27T18:04:36.170Z Checking globwalk v0.9.1
27852026-08-27T18:04:36.212Z Compiling progenitor-macro v0.13.0
27862026-08-27T18:04:36.515Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27872026-08-27T18:04:36.890Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27882026-08-27T18:04:37.028Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27892026-08-27T18:04:37.550Z Checking digest-io v0.1.0
27902026-08-27T18:04:37.718Z Checking nonempty v0.12.0
27912026-08-27T18:04:37.920Z Checking rawzip v0.4.4
27922026-08-27T18:04:38.348Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27932026-08-27T18:04:38.449Z Checking camino-tempfile-ext v0.3.3
27942026-08-27T18:04:38.485Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27952026-08-27T18:04:38.698Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27962026-08-27T18:04:39.107Z Checking hyper-staticfile v0.10.1
27972026-08-27T18:04:39.430Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27982026-08-27T18:04:39.767Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27992026-08-27T18:04:39.805Z Checking signal-hook-tokio v0.3.1
28002026-08-27T18:04:39.968Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-08-27T18:04:40.014Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28022026-08-27T18:04:40.364Z Checking scuffle v0.1.0
28032026-08-27T18:04:40.429Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28042026-08-27T18:04:40.467Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28052026-08-27T18:04:40.792Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28062026-08-27T18:04:40.892Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28072026-08-27T18:04:41.093Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28082026-08-27T18:04:41.131Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28092026-08-27T18:04:41.223Z Checking progenitor v0.13.0
28102026-08-27T18:04:41.368Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28112026-08-27T18:04:41.406Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28122026-08-27T18:04:41.781Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28132026-08-27T18:04:41.900Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28142026-08-27T18:04:42.260Z Checking async-bb8-diesel v0.2.1
28152026-08-27T18:04:42.334Z Checking diesel-dtrace v0.5.0
28162026-08-27T18:04:42.619Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28172026-08-27T18:04:42.655Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28182026-08-27T18:04:42.821Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28192026-08-27T18:04:42.927Z Checking tungstenite v0.23.0
28202026-08-27T18:04:43.153Z Checking rand_seeder v0.4.0
28212026-08-27T18:04:43.338Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28222026-08-27T18:04:43.421Z Checking tokio-tungstenite v0.23.1
28232026-08-27T18:04:43.568Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28242026-08-27T18:04:43.719Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28252026-08-27T18:04:43.756Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28262026-08-27T18:04:44.938Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28272026-08-27T18:04:45.565Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28282026-08-27T18:04:45.569Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28292026-08-27T18:04:45.756Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28302026-08-27T18:04:46.391Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28312026-08-27T18:04:46.515Z Checking void v1.0.2
28322026-08-27T18:04:46.656Z Checking lzss v0.8.2
28332026-08-27T18:04:46.660Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28342026-08-27T18:04:46.883Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-08-27T18:04:46.919Z Checking nix v0.27.1
28362026-08-27T18:04:47.053Z Checking serde_bytes v0.11.19
28372026-08-27T18:04:47.091Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28382026-08-27T18:04:47.455Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28392026-08-27T18:04:47.847Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28402026-08-27T18:04:48.234Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28412026-08-27T18:04:48.449Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28422026-08-27T18:04:48.785Z Checking cpubits v0.1.1
28432026-08-27T18:04:48.882Z Checking yansi v1.0.1
28442026-08-27T18:04:48.897Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28452026-08-27T18:04:48.935Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28462026-08-27T18:04:49.161Z Checking pretty_assertions v1.4.1
28472026-08-27T18:04:49.208Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28482026-08-27T18:04:49.327Z Checking pem-rfc7468 v1.0.0
28492026-08-27T18:04:49.526Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28502026-08-27T18:04:49.798Z Checking colored v2.2.0
28512026-08-27T18:04:50.034Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28522026-08-27T18:04:50.156Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28532026-08-27T18:04:50.264Z Checking hmac v0.13.0
28542026-08-27T18:04:50.468Z Checking universal-hash v0.6.1
28552026-08-27T18:04:50.639Z Compiling libz-sys v1.1.24
28562026-08-27T18:04:50.961Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28572026-08-27T18:04:51.002Z Compiling instability v0.3.11
28582026-08-27T18:04:51.150Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28592026-08-27T18:04:51.258Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28602026-08-27T18:04:51.307Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28612026-08-27T18:04:51.390Z Checking castaway v0.2.4
28622026-08-27T18:04:51.539Z Compiling indoc v2.0.7
28632026-08-27T18:04:51.624Z Checking compact_str v0.8.1
28642026-08-27T18:04:52.019Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28652026-08-27T18:04:52.054Z Checking polyval v0.7.1
28662026-08-27T18:04:52.301Z Checking der v0.8.0
28672026-08-27T18:04:52.760Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28682026-08-27T18:04:52.811Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28692026-08-27T18:04:52.960Z Checking unicode-truncate v1.1.0
28702026-08-27T18:04:52.996Z Checking lru v0.12.5
28712026-08-27T18:04:53.036Z Compiling libgit2-sys v0.18.3+1.9.2
28722026-08-27T18:04:53.146Z Checking arc-swap v1.8.2
28732026-08-27T18:04:53.184Z Checking cassowary v0.3.0
28742026-08-27T18:04:53.321Z Checking ghash v0.6.0
28752026-08-27T18:04:53.412Z Checking slog-scope v4.4.1
28762026-08-27T18:04:53.448Z Checking ratatui v0.29.0
28772026-08-27T18:04:53.580Z Checking pbkdf2 v0.13.0
28782026-08-27T18:04:53.621Z Checking aes v0.9.1
28792026-08-27T18:04:53.738Z Checking crypto-bigint v0.7.5
28802026-08-27T18:04:54.055Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28812026-08-27T18:04:54.786Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28822026-08-27T18:04:55.036Z Checking ctr v0.10.1
28832026-08-27T18:04:55.250Z Checking aead v0.6.1
28842026-08-27T18:04:55.317Z Checking cargo-platform v0.3.2
28852026-08-27T18:04:55.425Z Compiling petname v2.0.2
28862026-08-27T18:04:55.529Z Checking cargo_metadata v0.23.1
28872026-08-27T18:04:55.986Z Checking aes-gcm v0.11.0
28882026-08-27T18:04:56.102Z Checking slog-stdlog v4.1.1
28892026-08-27T18:04:56.185Z Checking spki v0.8.0
28902026-08-27T18:04:56.258Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28912026-08-27T18:04:56.312Z Checking salsa20 v0.11.0
28922026-08-27T18:04:56.393Z Checking console v0.16.2
28932026-08-27T18:04:56.489Z Compiling vergen-git2 v9.1.0
28942026-08-27T18:04:56.710Z Checking plotters-backend v0.3.7
28952026-08-27T18:04:56.752Z Checking unit-prefix v0.5.2
28962026-08-27T18:04:56.909Z Checking indicatif v0.18.4
28972026-08-27T18:04:56.944Z Checking plotters-svg v0.3.7
28982026-08-27T18:04:57.169Z Checking scrypt v0.12.0
28992026-08-27T18:04:57.321Z Checking slog-envlogger v2.2.0
29002026-08-27T18:04:57.503Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29012026-08-27T18:04:57.681Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29022026-08-27T18:04:57.721Z Checking cbc v0.2.1
29032026-08-27T18:04:57.790Z Checking libsw-core v0.3.2
29042026-08-27T18:04:57.913Z Checking sapling-renderdag v0.1.0
29052026-08-27T18:04:57.928Z Checking sync-ptr v0.1.4
29062026-08-27T18:04:57.972Z Checking cast v0.3.0
29072026-08-27T18:04:58.072Z Checking libsw v3.5.0
29082026-08-27T18:04:58.171Z Checking criterion-plot v0.6.0
29092026-08-27T18:04:58.254Z Checking pkcs5 v0.8.1
29102026-08-27T18:04:58.290Z Checking plotters v0.3.7
29112026-08-27T18:04:58.450Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29122026-08-27T18:04:58.601Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29132026-08-27T18:04:58.827Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29142026-08-27T18:04:59.050Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29152026-08-27T18:04:59.091Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29162026-08-27T18:04:59.274Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29172026-08-27T18:04:59.318Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29182026-08-27T18:04:59.475Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29192026-08-27T18:04:59.514Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29202026-08-27T18:04:59.549Z Checking tinytemplate v1.2.1
29212026-08-27T18:04:59.701Z Checking anes v0.1.6
29222026-08-27T18:04:59.798Z Checking shell-words v1.1.1
29232026-08-27T18:04:59.912Z Checking oorandom v11.1.5
29242026-08-27T18:05:00.092Z Checking criterion v0.7.0
29252026-08-27T18:05:00.139Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29262026-08-27T18:05:00.387Z Checking pkcs8 v0.11.0
29272026-08-27T18:05:00.621Z Checking oxide-update-engine-display v0.1.2
29282026-08-27T18:05:00.959Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29292026-08-27T18:05:01.324Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29302026-08-27T18:05:01.974Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29312026-08-27T18:05:02.562Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29322026-08-27T18:05:03.445Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29332026-08-27T18:05:04.257Z Checking tokio-test v0.4.5
29342026-08-27T18:05:04.493Z Checking ff v0.14.0
29352026-08-27T18:05:04.663Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29362026-08-27T18:05:04.889Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29372026-08-27T18:05:05.005Z Checking twox-hash v2.1.2
29382026-08-27T18:05:05.296Z Checking atty v0.2.14
29392026-08-27T18:05:05.338Z Checking arrayref v0.3.9
29402026-08-27T18:05:05.427Z Checking constant_time_eq v0.4.2
29412026-08-27T18:05:05.464Z Checking arrayvec v0.7.6
29422026-08-27T18:05:05.650Z Checking group v0.14.0
29432026-08-27T18:05:05.686Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29442026-08-27T18:05:05.887Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29452026-08-27T18:05:06.632Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29462026-08-27T18:05:06.670Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29472026-08-27T18:05:06.818Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29482026-08-27T18:05:07.405Z Checking fatfs v0.3.6
29492026-08-27T18:05:07.680Z Checking signature v3.0.0
29502026-08-27T18:05:07.824Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29512026-08-27T18:05:07.865Z Compiling seq-macro v0.3.6
29522026-08-27T18:05:07.900Z Checking base16ct v1.0.0
29532026-08-27T18:05:08.063Z Checking sec1 v0.8.1
29542026-08-27T18:05:08.131Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29552026-08-27T18:05:08.322Z Checking hkdf v0.13.0
29562026-08-27T18:05:08.403Z Checking concurrent-queue v2.5.0
29572026-08-27T18:05:08.493Z Checking parking v2.2.1
29582026-08-27T18:05:08.623Z Checking elliptic-curve v0.14.1
29592026-08-27T18:05:08.661Z Checking event-listener v5.4.1
29602026-08-27T18:05:08.743Z Compiling samael v0.0.19
29612026-08-27T18:05:08.906Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29622026-08-27T18:05:09.053Z Checking rtoolbox v0.0.3
29632026-08-27T18:05:09.162Z Checking event-listener-strategy v0.5.4
29642026-08-27T18:05:09.217Z Checking rpassword v7.5.4
29652026-08-27T18:05:09.326Z Checking wnaf v0.14.0
29662026-08-27T18:05:09.404Z Checking primefield v0.14.0
29672026-08-27T18:05:09.527Z Checking rfc6979 v0.6.0
29682026-08-27T18:05:09.644Z Checking tui-tree-widget v0.23.1
29692026-08-27T18:05:09.700Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29702026-08-27T18:05:09.861Z Compiling blake3 v1.8.5
29712026-08-27T18:05:10.251Z Checking futures-timer v3.0.3
29722026-08-27T18:05:10.706Z Checking ecdsa v0.17.0
29732026-08-27T18:05:10.976Z Checking primeorder v0.14.0
29742026-08-27T18:05:11.144Z Checking async-lock v3.4.2
29752026-08-27T18:05:11.375Z Compiling curve25519-dalek v5.0.0
29762026-08-27T18:05:11.557Z Checking async-object-pool v0.2.0
29772026-08-27T18:05:11.890Z Checking ssh-encoding v0.3.0
29782026-08-27T18:05:12.024Z Checking serde_regex v1.1.0
29792026-08-27T18:05:12.070Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29802026-08-27T18:05:12.140Z Checking assert-json-diff v2.0.2
29812026-08-27T18:05:12.212Z Checking path-tree v0.8.3
29822026-08-27T18:05:12.339Z Checking keccak v0.2.0
29832026-08-27T18:05:12.428Z Checking topological-sort v0.2.2
29842026-08-27T18:05:12.530Z Compiling strsim v0.10.0
29852026-08-27T18:05:12.596Z Checking stringmetrics v2.2.2
29862026-08-27T18:05:12.778Z Checking httpmock v0.8.3
29872026-08-27T18:05:12.884Z Compiling darling_core v0.13.4
29882026-08-27T18:05:13.864Z Checking omicron-zone-package v0.12.3
29892026-08-27T18:05:14.813Z Checking ed25519 v3.0.0
29902026-08-27T18:05:14.850Z Checking pkcs1 v0.8.0-rc.4
29912026-08-27T18:05:15.041Z Checking crypto-primes v0.7.2
29922026-08-27T18:05:15.077Z Checking poly1305 v0.9.0
29932026-08-27T18:05:15.114Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29942026-08-27T18:05:15.379Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29952026-08-27T18:05:15.539Z Checking blowfish v0.10.0
29962026-08-27T18:05:15.636Z Checking blake2 v0.11.0-rc.6
29972026-08-27T18:05:15.726Z Compiling target-lexicon v0.13.3
29982026-08-27T18:05:15.923Z Checking argon2 v0.6.0-rc.8
29992026-08-27T18:05:16.022Z Checking rsa v0.10.0-rc.18
30002026-08-27T18:05:16.059Z Checking bcrypt-pbkdf v0.11.0
30012026-08-27T18:05:16.251Z Checking ed25519-dalek v3.0.0
30022026-08-27T18:05:16.288Z Checking ssh-cipher v0.3.0
30032026-08-27T18:05:16.323Z Compiling darling_macro v0.13.4
30042026-08-27T18:05:16.510Z Checking sha3 v0.11.0
30052026-08-27T18:05:16.547Z Checking p256 v0.14.0
30062026-08-27T18:05:16.551Z Checking p521 v0.14.0
30072026-08-27T18:05:16.836Z Checking p384 v0.14.0
30082026-08-27T18:05:16.882Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30092026-08-27T18:05:17.145Z Checking kem v0.3.0
30102026-08-27T18:05:17.297Z Checking module-lattice v0.2.3
30112026-08-27T18:05:17.334Z Checking socket2 v0.5.10
30122026-08-27T18:05:17.551Z Checking sponge-cursor v0.1.0
30132026-08-27T18:05:17.611Z Compiling guppy-workspace-hack v0.1.0
30142026-08-27T18:05:17.712Z Checking hex-literal v0.4.1
30152026-08-27T18:05:17.854Z Checking sha3 v0.12.0
30162026-08-27T18:05:17.901Z Checking ml-kem v0.3.2
30172026-08-27T18:05:18.088Z Compiling darling v0.13.4
30182026-08-27T18:05:18.477Z Checking russh-cryptovec v0.62.0
30192026-08-27T18:05:18.672Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30202026-08-27T18:05:18.715Z Checking internal-russh-num-bigint v0.5.0
30212026-08-27T18:05:18.905Z Checking num-bigint v0.4.6
30222026-08-27T18:05:19.371Z Checking russh-util v0.52.0
30232026-08-27T18:05:19.531Z Checking generic-array v1.4.3
30242026-08-27T18:05:19.635Z Checking ssh-key v0.7.0-rc.11
30252026-08-27T18:05:19.742Z Compiling enum_dispatch v0.3.13
30262026-08-27T18:05:19.848Z Compiling delegate v0.13.5
30272026-08-27T18:05:19.960Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30282026-08-27T18:05:20.400Z Checking md5 v0.8.0
30292026-08-27T18:05:20.540Z Compiling target-spec v3.5.7
30302026-08-27T18:05:20.614Z Checking hex-literal v1.1.0
30312026-08-27T18:05:20.719Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30322026-08-27T18:05:20.816Z Compiling git2 v0.20.4
30332026-08-27T18:05:20.889Z Checking russh v0.62.4
30342026-08-27T18:05:21.010Z Checking cfg-expr v0.20.6
30352026-08-27T18:05:21.389Z Compiling serde_with_macros v1.5.2
30362026-08-27T18:05:21.537Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30372026-08-27T18:05:21.977Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30382026-08-27T18:05:22.200Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30392026-08-27T18:05:22.274Z Checking internet-checksum v0.2.1
30402026-08-27T18:05:22.458Z Compiling serde_with v1.14.0
30412026-08-27T18:05:22.971Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30422026-08-27T18:05:24.034Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30432026-08-27T18:05:24.088Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30442026-08-27T18:05:24.180Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30452026-08-27T18:05:24.219Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30462026-08-27T18:05:24.339Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30472026-08-27T18:05:24.520Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30482026-08-27T18:05:24.558Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30492026-08-27T18:05:24.596Z Checking httptest v0.16.4
30502026-08-27T18:05:24.823Z Checking pathdiff v0.2.3
30512026-08-27T18:05:24.966Z Checking nested v0.1.1
30522026-08-27T18:05:25.002Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30532026-08-27T18:05:25.135Z Checking guppy v0.17.25
30542026-08-27T18:05:25.270Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30552026-08-27T18:05:25.363Z Compiling polar-core v0.27.3
30562026-08-27T18:05:25.419Z Checking similar-asserts v1.7.0
30572026-08-27T18:05:25.527Z Compiling target-triple v1.0.0
30582026-08-27T18:05:25.601Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30592026-08-27T18:05:26.098Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30602026-08-27T18:05:26.648Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30612026-08-27T18:05:26.683Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30622026-08-27T18:05:26.870Z Checking hickory-client v0.25.2
30632026-08-27T18:05:27.179Z Checking supports-color v2.1.0
30642026-08-27T18:05:27.319Z Checking supports-hyperlinks v2.1.0
30652026-08-27T18:05:27.353Z Checking supports-unicode v2.1.0
30662026-08-27T18:05:27.394Z Checking textwrap v0.15.2
30672026-08-27T18:05:27.460Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30682026-08-27T18:05:27.496Z Checking terminal_size v0.1.17
30692026-08-27T18:05:27.633Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30702026-08-27T18:05:27.669Z Compiling miette-derive v5.10.0
30712026-08-27T18:05:27.672Z Compiling fs-err v2.11.0
30722026-08-27T18:05:27.906Z Checking escape8259 v0.5.3
30732026-08-27T18:05:28.076Z Checking owo-colors v3.5.0
30742026-08-27T18:05:28.114Z Compiling assert_cmd v2.1.2
30752026-08-27T18:05:28.462Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30762026-08-27T18:05:28.615Z Checking libtest-mimic v0.8.1
30772026-08-27T18:05:28.797Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30782026-08-27T18:05:28.884Z Checking miette v5.10.0
30792026-08-27T18:05:29.430Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30802026-08-27T18:05:29.572Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30812026-08-27T18:05:30.005Z Checking blake2b_simd v1.0.4
30822026-08-27T18:05:30.304Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30832026-08-27T18:05:30.343Z Checking oso v0.27.3
30842026-08-27T18:05:30.426Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30852026-08-27T18:05:30.646Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30862026-08-27T18:05:30.761Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30872026-08-27T18:05:30.863Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30882026-08-27T18:05:30.968Z Compiling knuffel-derive v3.2.0
30892026-08-27T18:05:31.085Z Checking fancy-regex v0.14.0
30902026-08-27T18:05:31.169Z Checking serde_tokenstream v0.2.3
30912026-08-27T18:05:31.422Z Checking approx v0.5.1
30922026-08-27T18:05:31.458Z Compiling rstest_macros v0.25.0
30932026-08-27T18:05:31.494Z Checking uzers v0.12.2
30942026-08-27T18:05:31.588Z Compiling linkme-impl v0.3.35
30952026-08-27T18:05:31.736Z Checking termcolor v1.4.1
30962026-08-27T18:05:31.773Z Checking constant_time_eq v0.3.1
30972026-08-27T18:05:31.926Z Checking rust-argon2 v2.1.0
30982026-08-27T18:05:31.974Z Checking trybuild v1.0.116
30992026-08-27T18:05:32.121Z Checking datatest-stable v0.3.3
31002026-08-27T18:05:32.512Z Checking knuffel v3.2.0
31012026-08-27T18:05:32.598Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31022026-08-27T18:05:32.646Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31032026-08-27T18:05:32.985Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31042026-08-27T18:05:33.024Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31052026-08-27T18:05:33.027Z Checking support-bundle-viewer v0.1.2
31062026-08-27T18:05:33.153Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31072026-08-27T18:05:33.200Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31082026-08-27T18:05:33.317Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31092026-08-27T18:05:33.376Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31102026-08-27T18:05:33.423Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31112026-08-27T18:05:33.540Z Checking drift v0.2.0
31122026-08-27T18:05:33.602Z Checking rand_distr v0.5.1
31132026-08-27T18:05:33.808Z Checking multimap v0.10.1
31142026-08-27T18:05:33.895Z Compiling relative-path v1.9.3
31152026-08-27T18:05:33.932Z Checking parse-size v1.1.0
31162026-08-27T18:05:34.014Z Compiling linkme v0.3.35
31172026-08-27T18:05:34.050Z Checking dropshot-api-manager v0.8.0
31182026-08-27T18:05:34.086Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31192026-08-27T18:05:34.557Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31202026-08-27T18:05:35.330Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31212026-08-27T18:05:35.750Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31222026-08-27T18:05:36.060Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31232026-08-27T18:05:36.169Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31242026-08-27T18:05:36.282Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31252026-08-27T18:05:36.351Z Checking cargo_toml v0.21.0
31262026-08-27T18:05:36.751Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31272026-08-27T18:05:36.965Z Checking partial-io v0.5.4
31282026-08-27T18:05:37.003Z Checking termios v0.3.3
31292026-08-27T18:05:37.197Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31302026-08-27T18:05:37.642Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31312026-08-27T18:05:37.773Z Checking rstest v0.25.0
31322026-08-27T18:05:39.019Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31332026-08-27T18:05:42.578Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31342026-08-27T18:05:43.613Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31352026-08-27T18:05:44.821Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31362026-08-27T18:05:49.028Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31372026-08-27T18:05:50.671Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31382026-08-27T18:05:52.368Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31392026-08-27T18:05:59.833Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31402026-08-27T18:06:01.558Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31412026-08-27T18:06:03.215Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31422026-08-27T18:06:04.839Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31432026-08-27T18:06:08.118Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31442026-08-27T18:06:08.603Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31452026-08-27T18:06:11.057Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31462026-08-27T18:06:14.620Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31472026-08-27T18:06:19.070Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31482026-08-27T18:06:41.686Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31492026-08-27T18:07:34.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 13s
31502026-08-27T18:07:34.150Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31512026-08-27T18:07:34.150Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31522026-08-27T18:07:34.813Z
31532026-08-27T18:07:34.813Zreal 4:17.260348777
31542026-08-27T18:07:34.813Zuser 22:11.399236424
31552026-08-27T18:07:34.813Zsys 5:14.551826651
31562026-08-27T18:07:34.813Ztrap 0.532667877
31572026-08-27T18:07:34.813Ztflt 0.460817372
31582026-08-27T18:07:34.813Zdflt 0.688702468
31592026-08-27T18:07:34.813Zkflt 0.004704930
31602026-08-27T18:07:34.813Zlock 1:06:56.798068859
31612026-08-27T18:07:34.813Zslp 1:00:17.169805027
31622026-08-27T18:07:34.817Zlat 1:47.143649912
31632026-08-27T18:07:34.817Zstop 14:26.885433464
31642026-08-27T18:07:34.817Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31652026-08-27T18:07:34.817Z+ ptime -m cargo doc --workspace --no-deps
31662026-08-27T18:07:35.683Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31672026-08-27T18:07:35.683Z |
31682026-08-27T18:07:35.683Z = 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)`
31692026-08-27T18:07:35.683Z = 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>
31702026-08-27T18:07:36.779Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31712026-08-27T18:07:37.020Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31722026-08-27T18:07:37.059Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31732026-08-27T18:07:37.092Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31742026-08-27T18:07:37.208Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31752026-08-27T18:07:37.310Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31762026-08-27T18:07:37.342Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31772026-08-27T18:07:37.342Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31782026-08-27T18:07:37.389Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31792026-08-27T18:07:37.415Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-08-27T18:07:37.419Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31812026-08-27T18:07:37.571Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31822026-08-27T18:07:37.633Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31832026-08-27T18:07:37.633Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-08-27T18:07:37.678Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31852026-08-27T18:07:37.702Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31862026-08-27T18:07:37.705Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31872026-08-27T18:07:37.806Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31882026-08-27T18:07:37.831Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31892026-08-27T18:07:37.874Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31902026-08-27T18:07:37.976Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31912026-08-27T18:07:38.117Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31922026-08-27T18:07:38.269Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31932026-08-27T18:07:38.341Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31942026-08-27T18:07:38.414Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31952026-08-27T18:07:38.490Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31962026-08-27T18:07:38.546Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31972026-08-27T18:07:38.609Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31982026-08-27T18:07:38.719Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31992026-08-27T18:07:38.771Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32002026-08-27T18:07:38.946Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32012026-08-27T18:07:38.970Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32022026-08-27T18:07:39.002Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32032026-08-27T18:07:39.134Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32042026-08-27T18:07:39.214Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32052026-08-27T18:07:39.355Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32062026-08-27T18:07:39.385Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32072026-08-27T18:07:39.436Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32082026-08-27T18:07:39.600Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32092026-08-27T18:07:39.605Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32102026-08-27T18:07:39.836Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32112026-08-27T18:07:39.969Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32122026-08-27T18:07:40.061Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32132026-08-27T18:07:40.091Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32142026-08-27T18:07:40.119Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32152026-08-27T18:07:40.286Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32162026-08-27T18:07:40.310Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32172026-08-27T18:07:40.352Z Checking scuffle v0.1.0
32182026-08-27T18:07:40.608Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32192026-08-27T18:07:40.632Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32202026-08-27T18:07:40.654Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32212026-08-27T18:07:40.683Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32222026-08-27T18:07:40.832Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32232026-08-27T18:07:40.857Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32242026-08-27T18:07:40.934Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32252026-08-27T18:07:40.991Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32262026-08-27T18:07:41.408Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32272026-08-27T18:07:41.617Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32282026-08-27T18:07:41.904Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32292026-08-27T18:07:42.359Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32302026-08-27T18:07:42.447Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32312026-08-27T18:07:42.478Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32322026-08-27T18:07:42.650Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32332026-08-27T18:07:42.678Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32342026-08-27T18:07:42.704Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32352026-08-27T18:07:42.785Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32362026-08-27T18:07:42.942Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32372026-08-27T18:07:43.067Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32382026-08-27T18:07:43.135Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32392026-08-27T18:07:43.424Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32402026-08-27T18:07:43.745Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32412026-08-27T18:07:43.795Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32422026-08-27T18:07:43.848Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32432026-08-27T18:07:43.978Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32442026-08-27T18:07:44.034Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32452026-08-27T18:07:44.146Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32462026-08-27T18:07:44.173Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32472026-08-27T18:07:44.229Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32482026-08-27T18:07:44.259Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32492026-08-27T18:07:44.305Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32502026-08-27T18:07:44.408Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32512026-08-27T18:07:44.432Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32522026-08-27T18:07:44.456Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32532026-08-27T18:07:44.505Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32542026-08-27T18:07:44.772Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32552026-08-27T18:07:44.777Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32562026-08-27T18:07:44.822Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32572026-08-27T18:07:44.822Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32582026-08-27T18:07:44.826Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32592026-08-27T18:07:45.018Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32602026-08-27T18:07:45.094Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32612026-08-27T18:07:45.117Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32622026-08-27T18:07:45.141Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32632026-08-27T18:07:45.165Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32642026-08-27T18:07:45.189Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32652026-08-27T18:07:45.342Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32662026-08-27T18:07:45.364Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32672026-08-27T18:07:45.389Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32682026-08-27T18:07:45.439Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32692026-08-27T18:07:45.464Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32702026-08-27T18:07:45.566Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32712026-08-27T18:07:45.616Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32722026-08-27T18:07:45.663Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32732026-08-27T18:07:45.767Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32742026-08-27T18:07:45.816Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32752026-08-27T18:07:46.040Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32762026-08-27T18:07:46.064Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32772026-08-27T18:07:46.145Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32782026-08-27T18:07:46.588Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32792026-08-27T18:07:46.781Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32802026-08-27T18:07:46.805Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32812026-08-27T18:07:47.065Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32822026-08-27T18:07:47.845Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32832026-08-27T18:07:48.588Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32842026-08-27T18:07:49.248Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32852026-08-27T18:07:49.647Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32862026-08-27T18:07:49.833Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32872026-08-27T18:07:50.589Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32882026-08-27T18:07:51.463Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32892026-08-27T18:07:51.719Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32902026-08-27T18:07:51.959Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32912026-08-27T18:07:52.097Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32922026-08-27T18:07:52.167Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32932026-08-27T18:07:52.216Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32942026-08-27T18:07:52.243Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32952026-08-27T18:07:52.890Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32962026-08-27T18:07:53.081Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32972026-08-27T18:07:53.365Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32982026-08-27T18:07:53.391Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32992026-08-27T18:07:53.728Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33002026-08-27T18:07:53.839Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33012026-08-27T18:07:54.076Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33022026-08-27T18:07:54.319Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33032026-08-27T18:07:54.382Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33042026-08-27T18:07:54.573Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33052026-08-27T18:07:55.184Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33062026-08-27T18:07:55.237Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33072026-08-27T18:07:55.721Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33082026-08-27T18:07:56.115Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33092026-08-27T18:07:56.786Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33102026-08-27T18:07:57.207Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33112026-08-27T18:07:57.248Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33122026-08-27T18:07:57.654Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33132026-08-27T18:07:57.881Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33142026-08-27T18:07:58.045Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33152026-08-27T18:07:58.132Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33162026-08-27T18:07:58.436Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33172026-08-27T18:07:58.735Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33182026-08-27T18:07:59.082Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33192026-08-27T18:07:59.666Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33202026-08-27T18:07:59.822Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33212026-08-27T18:08:00.033Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33222026-08-27T18:08:00.422Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33232026-08-27T18:08:00.880Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33242026-08-27T18:08:01.157Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33252026-08-27T18:08:01.605Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33262026-08-27T18:08:02.251Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33272026-08-27T18:08:03.572Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33282026-08-27T18:08:05.332Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33292026-08-27T18:08:05.681Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33302026-08-27T18:08:07.510Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33312026-08-27T18:08:08.473Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33322026-08-27T18:08:08.845Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33332026-08-27T18:08:09.034Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33342026-08-27T18:08:09.202Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33352026-08-27T18:08:09.306Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33362026-08-27T18:08:10.262Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33372026-08-27T18:08:10.814Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33382026-08-27T18:08:11.025Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33392026-08-27T18:08:11.783Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33402026-08-27T18:08:12.200Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33412026-08-27T18:08:12.528Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33422026-08-27T18:08:12.804Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33432026-08-27T18:08:13.006Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33442026-08-27T18:08:13.316Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33452026-08-27T18:08:13.384Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33462026-08-27T18:08:13.416Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33472026-08-27T18:08:13.568Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33482026-08-27T18:08:13.708Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33492026-08-27T18:08:14.144Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33502026-08-27T18:08:14.479Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33512026-08-27T18:08:14.920Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33522026-08-27T18:08:14.956Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33532026-08-27T18:08:15.062Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33542026-08-27T18:08:15.240Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33552026-08-27T18:08:15.708Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33562026-08-27T18:08:16.451Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33572026-08-27T18:08:16.946Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33582026-08-27T18:08:17.776Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33592026-08-27T18:08:19.932Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33602026-08-27T18:08:21.352Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33612026-08-27T18:08:21.815Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33622026-08-27T18:08:22.554Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33632026-08-27T18:08:24.677Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33642026-08-27T18:08:25.666Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33652026-08-27T18:08:26.681Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33662026-08-27T18:08:27.309Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33672026-08-27T18:08:28.452Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33682026-08-27T18:08:31.826Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33692026-08-27T18:08:31.855Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33702026-08-27T18:08:31.855Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33712026-08-27T18:08:32.898Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33722026-08-27T18:08:33.362Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732026-08-27T18:08:33.918Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33742026-08-27T18:08:39.185Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33752026-08-27T18:08:39.734Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33762026-08-27T18:08:40.797Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33772026-08-27T18:08:41.438Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33782026-08-27T18:08:42.169Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33792026-08-27T18:08:42.826Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33802026-08-27T18:08:43.694Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33812026-08-27T18:08:44.518Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33822026-08-27T18:08:47.029Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33832026-08-27T18:08:47.226Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33842026-08-27T18:08:47.742Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33852026-08-27T18:08:48.148Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33862026-08-27T18:08:48.550Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33872026-08-27T18:08:49.861Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33882026-08-27T18:08:51.328Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33892026-08-27T18:08:54.884Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33902026-08-27T18:08:55.892Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33912026-08-27T18:08:57.054Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33922026-08-27T18:08:57.626Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33932026-08-27T18:08:58.658Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33942026-08-27T18:08:59.459Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33952026-08-27T18:09:01.826Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33962026-08-27T18:09:02.727Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33972026-08-27T18:09:03.903Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33982026-08-27T18:09:04.853Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33992026-08-27T18:09:05.796Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34002026-08-27T18:09:08.655Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34012026-08-27T18:09:09.431Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34022026-08-27T18:09:11.224Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34032026-08-27T18:09:11.769Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34042026-08-27T18:09:13.489Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34052026-08-27T18:09:14.960Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
34062026-08-27T18:09:16.785Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34072026-08-27T18:09:18.333Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34082026-08-27T18:09:19.873Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34092026-08-27T18:09:21.556Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34102026-08-27T18:09:23.302Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34112026-08-27T18:09:28.136Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34122026-08-27T18:09:28.249Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34132026-08-27T18:09:30.049Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34142026-08-27T18:09:30.072Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34152026-08-27T18:09:31.590Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34162026-08-27T18:09:33.732Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34172026-08-27T18:09:35.497Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34182026-08-27T18:09:37.560Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34192026-08-27T18:09:39.353Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34202026-08-27T18:09:41.386Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34212026-08-27T18:09:42.966Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34222026-08-27T18:09:44.713Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34232026-08-27T18:09:46.509Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34242026-08-27T18:09:48.300Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34252026-08-27T18:09:50.077Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34262026-08-27T18:09:51.874Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34272026-08-27T18:09:53.598Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34282026-08-27T18:09:55.207Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34292026-08-27T18:09:57.282Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34302026-08-27T18:09:58.966Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34312026-08-27T18:10:00.746Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34322026-08-27T18:10:02.551Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34332026-08-27T18:10:04.424Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34342026-08-27T18:10:06.266Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34352026-08-27T18:10:08.290Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34362026-08-27T18:10:11.969Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34372026-08-27T18:10:13.700Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34382026-08-27T18:10:16.167Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34392026-08-27T18:10:19.312Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34402026-08-27T18:10:20.486Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34412026-08-27T18:10:22.181Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34422026-08-27T18:10:24.653Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34432026-08-27T18:10:27.016Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34442026-08-27T18:10:30.061Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34452026-08-27T18:10:32.062Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34462026-08-27T18:10:34.359Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34472026-08-27T18:10:37.026Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34482026-08-27T18:10:39.094Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34492026-08-27T18:10:42.039Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34502026-08-27T18:10:44.550Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34512026-08-27T18:10:46.618Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34522026-08-27T18:10:48.829Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34532026-08-27T18:10:51.349Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34542026-08-27T18:10:53.856Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34552026-08-27T18:10:56.459Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34562026-08-27T18:10:59.109Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34572026-08-27T18:11:01.624Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34582026-08-27T18:11:03.882Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34592026-08-27T18:11:06.627Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34602026-08-27T18:11:09.165Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34612026-08-27T18:11:11.684Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34622026-08-27T18:11:14.168Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34632026-08-27T18:11:16.747Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34642026-08-27T18:11:19.098Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34652026-08-27T18:11:21.791Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34662026-08-27T18:11:24.425Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34672026-08-27T18:11:26.947Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34682026-08-27T18:11:29.469Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34692026-08-27T18:11:32.169Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34702026-08-27T18:11:34.630Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34712026-08-27T18:11:37.210Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34722026-08-27T18:11:39.863Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34732026-08-27T18:11:42.430Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34742026-08-27T18:11:45.055Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34752026-08-27T18:11:47.654Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34762026-08-27T18:11:50.284Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34772026-08-27T18:11:52.828Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34782026-08-27T18:11:55.404Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34792026-08-27T18:11:57.985Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34802026-08-27T18:12:00.706Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34812026-08-27T18:12:03.364Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34822026-08-27T18:12:05.963Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34832026-08-27T18:12:09.269Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34842026-08-27T18:12:11.339Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34852026-08-27T18:12:14.013Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34862026-08-27T18:12:16.910Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34872026-08-27T18:12:19.848Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34882026-08-27T18:12:22.599Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34892026-08-27T18:12:25.352Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34902026-08-27T18:12:28.153Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34912026-08-27T18:12:30.834Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34922026-08-27T18:12:33.530Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34932026-08-27T18:12:36.327Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34942026-08-27T18:12:39.003Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34952026-08-27T18:12:41.797Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34962026-08-27T18:12:44.620Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34972026-08-27T18:12:52.699Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34982026-08-27T18:12:52.809Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34992026-08-27T18:12:56.751Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
35002026-08-27T18:12:59.954Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35012026-08-27T18:13:03.556Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35022026-08-27T18:13:07.061Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35032026-08-27T18:13:10.768Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35042026-08-27T18:13:15.682Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35052026-08-27T18:13:18.793Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35062026-08-27T18:13:22.719Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35072026-08-27T18:13:26.790Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35082026-08-27T18:13:30.457Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35092026-08-27T18:13:34.297Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35102026-08-27T18:13:38.213Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35112026-08-27T18:13:42.121Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35122026-08-27T18:13:45.936Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35132026-08-27T18:13:49.855Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35142026-08-27T18:13:53.705Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35152026-08-27T18:13:57.644Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35162026-08-27T18:14:01.546Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35172026-08-27T18:14:05.498Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35182026-08-27T18:14:09.435Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35192026-08-27T18:14:13.250Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35202026-08-27T18:14:17.177Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35212026-08-27T18:14:21.074Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35222026-08-27T18:14:24.972Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35232026-08-27T18:14:28.860Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35242026-08-27T18:14:32.835Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35252026-08-27T18:14:36.673Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35262026-08-27T18:14:40.690Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35272026-08-27T18:14:44.522Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35282026-08-27T18:15:15.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 40s
35292026-08-27T18:15:15.837Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35302026-08-27T18:15:15.837Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35312026-08-27T18:15:15.994Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files
35322026-08-27T18:15:16.105Z
35332026-08-27T18:15:16.105Zreal 7:41.197498028
35342026-08-27T18:15:16.108Zuser 20:37.210263600
35352026-08-27T18:15:16.108Zsys 4:22.316815468
35362026-08-27T18:15:16.108Ztrap 0.300321499
35372026-08-27T18:15:16.109Ztflt 0.128821747
35382026-08-27T18:15:16.109Zdflt 0.140294942
35392026-08-27T18:15:16.109Zkflt 0.000013700
35402026-08-27T18:15:16.109Zlock 7:22:26.863233229
35412026-08-27T18:15:16.109Zslp 2:35:21.327690961
35422026-08-27T18:15:16.109Zlat 37.350011601
35432026-08-27T18:15:16.109Zstop 2:12.131532933
35442026-08-27T18:15:16.109Zprocess exited: duration 852529 ms, exit code 0
 
35452026-08-27T18:15:16.116Zfound 0 output files