01M0K6M9ZYYFMWJ5N590W7YV9X: clippy (helios)

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

Buildomat Job: 01M0K6MPQR09BX9V88D375YKD4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-21T22:22:36.945Zjob assigned to worker 01M0K6MXPK0PXPCCMJNGP06CB4 [factory aws, i-0af79541b1e30e0ba] (queued for 57 s)
 
22026-08-21T22:22:43.443Zstarting task 0: "setup"
32026-08-21T22:22:43.448Z++ uname -s
42026-08-21T22:22:43.451Z+ kern=SunOS
52026-08-21T22:22:43.451Z+ build_user=build
62026-08-21T22:22:43.451Z+ build_uid=12345
72026-08-21T22:22:43.451Z+ work_dir=/work
82026-08-21T22:22:43.451Z+ input_dir=/input
92026-08-21T22:22:43.451Z+ [[ 0 == 12345 ]]
102026-08-21T22:22:43.451Z+ case "$kern" in
112026-08-21T22:22:43.451Z+ groupadd -g 12345 build
122026-08-21T22:22:43.454Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-21T22:22:45.458Z+ zfs create -o mountpoint=/work rpool/work
142026-08-21T22:22:45.542Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-21T22:22:45.545Z+ home_fs=zfs
162026-08-21T22:22:45.545Z+ [[ zfs == autofs ]]
172026-08-21T22:22:45.545Z+ mkdir -p /home/build
182026-08-21T22:22:45.545Z+ chown build:build /home/build /work
192026-08-21T22:22:47.546Z+ chmod 0700 /home/build /work
202026-08-21T22:22:47.549Zprocess exited: duration 4107 ms, exit code 0
 
212026-08-21T22:22:47.555Zstarting task 1: "rust-toolchain"
222026-08-21T22:22:47.560Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-21T22:22:47.560Z * rust toolchain channel = "1.97.1"
242026-08-21T22:22:47.560Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-21T22:22:47.560Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-21T22:22:47.560Z * rust toolchain profile = "default"
272026-08-21T22:22:47.560Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-21T22:22:47.576Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-21T22:22:47.576Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-21T22:22:47.667Zinfo: downloading installer
312026-08-21T22:22:48.924Zwarn: It looks like you have an existing rustup settings file at:
322026-08-21T22:22:48.924Zwarn: /home/build/.rustup/settings.toml
332026-08-21T22:22:48.924Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-21T22:22:48.924Zwarn: instead of the one inferred from the default host triple.
352026-08-21T22:22:48.936Zinfo: profile set to default
362026-08-21T22:22:48.936Zinfo: default host triple is x86_64-unknown-illumos
372026-08-21T22:22:48.939Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-21T22:22:49.076Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-21T22:22:49.080Zinfo: downloading 6 components
402026-08-21T22:23:03.564Z
412026-08-21T22:23:03.565Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-21T22:23:03.591Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-21T22:23:03.591Z
442026-08-21T22:23:03.594Z
452026-08-21T22:23:03.594ZRust is installed now. Great!
462026-08-21T22:23:03.594Z
472026-08-21T22:23:03.594ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-21T22:23:03.594Zenvironment variable. This has not been done automatically.
492026-08-21T22:23:03.594Z
502026-08-21T22:23:03.594ZTo configure your current shell, you need to source
512026-08-21T22:23:03.594Zthe corresponding env file under $HOME/.cargo.
522026-08-21T22:23:03.594Z
532026-08-21T22:23:03.594ZThis is usually done by running one of the following (note the leading DOT):
542026-08-21T22:23:03.594Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-21T22:23:03.594Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-21T22:23:03.594Zsource "~/.cargo/env.nu" # For nushell
572026-08-21T22:23:03.594Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-21T22:23:03.594Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-21T22:23:03.594Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-21T22:23:03.594Zwarn: no default linker (`cc`) was found in your PATH
612026-08-21T22:23:03.594Zwarn: many Rust crates require a system C toolchain to build
622026-08-21T22:23:03.693Z+ rustup --version
632026-08-21T22:23:03.702Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-21T22:23:03.705Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-21T22:23:03.723Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-21T22:23:03.726Z+ cargo --version
672026-08-21T22:23:03.741Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-21T22:23:03.743Z+ rustc --version
692026-08-21T22:23:03.763Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-21T22:23:03.765Zprocess exited: duration 16209 ms, exit code 0
 
712026-08-21T22:23:03.771Zstarting task 2: "authentication"
722026-08-21T22:23:03.787Zprocess exited: duration 16 ms, exit code 0
 
732026-08-21T22:23:03.793Zstarting task 3: "clone repository"
742026-08-21T22:23:03.796Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-21T22:23:03.799Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-21T22:23:03.833ZCloning into '/work/oxidecomputer/omicron'...
772026-08-21T22:23:16.388Z+ cd /work/oxidecomputer/omicron
782026-08-21T22:23:16.388Z+ git fetch origin 27b889144e3e93ce35ede8012f8a2ab6131cf5d6
792026-08-21T22:23:16.734ZFrom https://github.com/oxidecomputer/omicron
802026-08-21T22:23:16.734Z * branch 27b889144e3e93ce35ede8012f8a2ab6131cf5d6 -> FETCH_HEAD
812026-08-21T22:23:16.745Z+ [[ -n oxlog-crtime-date-range ]]
822026-08-21T22:23:16.748Z++ git branch --show-current
832026-08-21T22:23:16.748Z+ current=main
842026-08-21T22:23:16.748Z+ [[ main != oxlog-crtime-date-range ]]
852026-08-21T22:23:16.748Z+ git branch -f oxlog-crtime-date-range 27b889144e3e93ce35ede8012f8a2ab6131cf5d6
862026-08-21T22:23:16.751Z+ git checkout -f oxlog-crtime-date-range
872026-08-21T22:23:17.016ZSwitched to branch 'oxlog-crtime-date-range'
882026-08-21T22:23:17.019Z+ git reset --hard 27b889144e3e93ce35ede8012f8a2ab6131cf5d6
892026-08-21T22:23:17.048ZHEAD is now at 27b889144 [oxlog] Look up crtime only where it can affect date filtering
902026-08-21T22:23:17.051Zprocess exited: duration 13256 ms, exit code 0
 
912026-08-21T22:23:17.057Zstarting task 4: "build"
922026-08-21T22:23:17.061Z+ source ./env.sh
932026-08-21T22:23:17.064Z++ OLD_SHELL_OPTS=ehxB
942026-08-21T22:23:17.064Z++ set -o xtrace
952026-08-21T22:23:17.064Z++++ dirname ./env.sh
962026-08-21T22:23:17.067Z+++ readlink -f .
972026-08-21T22:23:17.067Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-21T22:23:17.067Z++ 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-21T22:23:17.067Z++ 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-21T22:23:17.067Z++ 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-21T22:23:17.067Z++ 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-21T22:23:17.067Z++ 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-21T22:23:17.067Z++ 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-21T22:23:17.067Z++ 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-21T22:23:17.067Z++ 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-21T22:23:17.067Z++ 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-21T22:23:17.067Z++ 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-21T22:23:17.067Z++ case $OLD_SHELL_OPTS in
1092026-08-21T22:23:17.067Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-21T22:23:17.067Z+ source .github/buildomat/ci-env.sh
1112026-08-21T22:23:17.067Z++ export CARGO_TERM_COLOR=always
1122026-08-21T22:23:17.067Z++ CARGO_TERM_COLOR=always
1132026-08-21T22:23:17.071Z+++ uname -s
1142026-08-21T22:23:17.071Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-21T22:23:17.071Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-21T22:23:17.071Z+ cargo --version
1172026-08-21T22:23:17.079Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-21T22:23:17.082Z+ rustc --version
1192026-08-21T22:23:17.101Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-21T22:23:17.103Z+ banner prerequisites
1212026-08-21T22:23:17.106Z
1222026-08-21T22:23:17.106Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-21T22:23:17.107Z # # # # # # # # # # # # # # #
1242026-08-21T22:23:17.107Z # # # # ##### # # ##### # # # # # #### #
1252026-08-21T22:23:17.107Z ##### ##### # ##### # # # # # # # # #
1262026-08-21T22:23:17.107Z # # # # # # # # # # # # # # #
1272026-08-21T22:23:17.107Z # # # ###### # # ###### ### # #### # #### #
1282026-08-21T22:23:17.107Z
1292026-08-21T22:23:17.107Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-21T22:23:18.977Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-21T22:23:19.322Z Startup: Caching catalogs ... Done
1322026-08-21T22:23:21.263ZPlanning: Solver setup ... Done (1.832s)
1332026-08-21T22:23:21.323ZPlanning: Running solver ... Done (0.057s)
1342026-08-21T22:23:21.363ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-21T22:23:21.377ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-21T22:23:21.395ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-21T22:23:21.409ZPlanning: Package planning ... Done (0.014s)
1382026-08-21T22:23:21.412ZPlanning: Merging actions ... Done (0.001s)
1392026-08-21T22:23:21.574ZPlanning: Checking for conflicting actions ... Done (0.160s)
1402026-08-21T22:23:21.579ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-21T22:23:22.446ZPlanning: Evaluating mediators ... Done (0.874s)
1422026-08-21T22:23:22.449ZPlanning: Planning completed in 3.09 seconds
1432026-08-21T22:23:22.455Z Packages to install: 2
1442026-08-21T22:23:22.455Z Estimated space available: 156.01 GB
1452026-08-21T22:23:22.455ZEstimated space to be consumed: 73.56 MB
1462026-08-21T22:23:22.455Z Create boot environment: No
1472026-08-21T22:23:22.458ZCreate backup boot environment: No
1482026-08-21T22:23:22.458Z Rebuild boot archive: No
1492026-08-21T22:23:22.458Z
1502026-08-21T22:23:22.458ZChanged packages:
1512026-08-21T22:23:22.458Zhelios
1522026-08-21T22:23:22.458Z developer/build-essential
1532026-08-21T22:23:22.458Z None -> 11-3.0
1542026-08-21T22:23:22.458Z library/libxmlsec1
1552026-08-21T22:23:22.458Z None -> 1.2.35-3.0
1562026-08-21T22:23:22.479Z
1572026-08-21T22:23:22.480ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-21T22:23:22.548ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1592026-08-21T22:23:22.608Z Actions: 1/268 actions (Installing new actions)
1602026-08-21T22:23:22.646Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-21T22:23:22.678ZFinalize: Updating package state database ... Done (0.031s)
1622026-08-21T22:23:22.678ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-21T22:23:22.759ZFinalize: Updating image state ... Done (0.081s)
1642026-08-21T22:23:25.179ZFinalize: Creating fast lookup database ... Done (2.371s)
1652026-08-21T22:23:25.246ZFinalize: Reading search index ... Done (0.012s)
1662026-08-21T22:23:25.249ZFinalize: Updating search index ... Done (0.000s)
1672026-08-21T22:23:25.338ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-21T22:23:25.695ZPlanning: Evaluating mediator changes ... Done
1692026-08-21T22:23:25.801ZPlanning: Checking for conflicting actions ... Done
1702026-08-21T22:23:25.805ZPlanning: Consolidating action changes ... Done
1712026-08-21T22:23:25.962ZPlanning: Evaluating mediators ... Done
1722026-08-21T22:23:25.966ZPlanning: Planning completed in 0.27 seconds
1732026-08-21T22:23:25.985Z Mediators to change: 2
1742026-08-21T22:23:25.985Z Create boot environment: No
1752026-08-21T22:23:25.985ZCreate backup boot environment: No
1762026-08-21T22:23:26.024ZFinalize: Updating package state database ... Done
1772026-08-21T22:23:26.024ZFinalize: Updating package cache ... Done
1782026-08-21T22:23:26.071ZFinalize: Updating image state ... Done
1792026-08-21T22:23:28.066ZFinalize: Creating fast lookup database ... Done
1802026-08-21T22:23:28.131ZFinalize: Reading search index ... Done
1812026-08-21T22:23:28.134ZFinalize: Updating search index ... Done
1822026-08-21T22:23:28.190ZFinalize: Updating package cache ... Done
1832026-08-21T22:23:28.483ZPlanning: Evaluating mediator changes ... Done
1842026-08-21T22:23:28.588ZPlanning: Checking for conflicting actions ... Done
1852026-08-21T22:23:28.592ZPlanning: Consolidating action changes ... Done
1862026-08-21T22:23:28.750ZPlanning: Evaluating mediators ... Done
1872026-08-21T22:23:28.752ZPlanning: Planning completed in 0.27 seconds
1882026-08-21T22:23:28.772Z Mediators to change: 1
1892026-08-21T22:23:28.772Z Create boot environment: No
1902026-08-21T22:23:28.772ZCreate backup boot environment: No
1912026-08-21T22:23:28.812ZFinalize: Updating package state database ... Done
1922026-08-21T22:23:28.812ZFinalize: Updating package cache ... Done
1932026-08-21T22:23:28.861ZFinalize: Updating image state ... Done
1942026-08-21T22:23:30.833ZFinalize: Creating fast lookup database ... Done
1952026-08-21T22:23:30.897ZFinalize: Reading search index ... Done
1962026-08-21T22:23:30.901ZFinalize: Updating search index ... Done
1972026-08-21T22:23:30.976ZFinalize: Updating package cache ... Done
1982026-08-21T22:23:31.297ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-21T22:23:31.297Zapache system 2.4 system
2002026-08-21T22:23:31.297Zclang system 15 system
2012026-08-21T22:23:31.297Zcsh system system illumos
2022026-08-21T22:23:31.297Zctags system system illumos
2032026-08-21T22:23:31.297Zfile vendor vendor darwinsys
2042026-08-21T22:23:31.297Zfile system system illumos
2052026-08-21T22:23:31.297Zgcc vendor 14 vendor
2062026-08-21T22:23:31.297Zgcc system 13 system
2072026-08-21T22:23:31.297Zgcc system 10 system
2082026-08-21T22:23:31.297Zgo system 1.25 system
2092026-08-21T22:23:31.297Zllvm system 15 system
2102026-08-21T22:23:31.297Zmariadb system 11.4 system
2112026-08-21T22:23:31.297Zmta vendor vendor dma
2122026-08-21T22:23:31.297Zopenjdk system 17 system
2132026-08-21T22:23:31.297Zopenjdk system 11 system
2142026-08-21T22:23:31.298Zopenssl vendor 3 vendor
2152026-08-21T22:23:31.298Zperl system 5.40 system
2162026-08-21T22:23:31.298Zpostgresql system 18 system
2172026-08-21T22:23:31.298Zpostgresql system 17 system
2182026-08-21T22:23:31.298Zpython vendor 3 vendor
2192026-08-21T22:23:31.298Zpython system 2 system
2202026-08-21T22:23:31.298Zpython3 vendor 3.13 vendor
2212026-08-21T22:23:31.298Zruby system 3.4 system
2222026-08-21T22:23:31.298Zruby system 3.0 system
2232026-08-21T22:23:31.298Zwords vendor vendor american-english
2242026-08-21T22:23:31.298Zwords system system australian-english
2252026-08-21T22:23:31.298Zwords system system british-english
2262026-08-21T22:23:31.298Zwords system system canadian-english
2272026-08-21T22:23:31.298Zwords system system french
2282026-08-21T22:23:31.298Zwords system system italian
2292026-08-21T22:23:31.298Zwords system system ngerman
2302026-08-21T22:23:31.298Zwords system system ogerman
2312026-08-21T22:23:31.298Zwords system system spanish
2322026-08-21T22:23:31.544ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-21T22:23:31.544Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-21T22:23:32.007ZFMRI IFO
2352026-08-21T22:23:32.008Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-21T22:23:32.008Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-21T22:23:32.008Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-21T22:23:32.008Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-21T22:23:32.008Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-21T22:23:32.008Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-21T22:23:32.008Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-21T22:23:32.008Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-21T22:23:32.008Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-21T22:23:32.352Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-21T22:23:32.709Z Updating crates.io index
2462026-08-21T22:23:32.712Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-21T22:23:33.001Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-21T22:23:33.396Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-21T22:23:34.351Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-21T22:23:34.901Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-21T22:23:36.475Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-21T22:23:37.333Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-21T22:23:37.639Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-21T22:23:38.056Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-21T22:23:39.679Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-21T22:23:40.003Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-21T22:23:40.414Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-08-21T22:23:40.725Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-08-21T22:23:41.019Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-08-21T22:23:41.325Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-08-21T22:23:41.642Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-21T22:23:41.929Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-21T22:23:42.249Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2642026-08-21T22:23:42.731Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-08-21T22:23:43.113Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-21T22:23:43.617Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672026-08-21T22:23:43.925Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-08-21T22:23:44.619Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2692026-08-21T22:23:44.977Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-08-21T22:23:45.278Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-08-21T22:23:45.769Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-08-21T22:23:46.352Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-08-21T22:23:46.768Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-08-21T22:23:47.119Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-08-21T22:23:47.419Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-08-21T22:23:47.773Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-08-21T22:23:48.158Z Updating git repository `https://github.com/oxidecomputer/tough`
2782026-08-21T22:23:48.752Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-08-21T22:23:49.338Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-08-21T22:23:49.630Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-08-21T22:23:49.948Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-08-21T22:23:50.693Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-08-21T22:23:50.986Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-08-21T22:23:51.260Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-08-21T22:23:51.596Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-08-21T22:23:51.871Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-08-21T22:23:52.178Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2882026-08-21T22:23:54.779Z Downloading crates ...
2892026-08-21T22:23:54.825Z Downloaded anstyle-parse v1.0.0
2902026-08-21T22:23:54.839Z Downloaded anstyle-query v1.1.5
2912026-08-21T22:23:54.842Z Downloaded fastrand v2.3.0
2922026-08-21T22:23:54.845Z Downloaded goblin v0.8.2
2932026-08-21T22:23:54.848Z Downloaded fnv v1.0.7
2942026-08-21T22:23:54.851Z Downloaded dof v0.3.0
2952026-08-21T22:23:54.854Z Downloaded cpufeatures v0.2.17
2962026-08-21T22:23:54.854Z Downloaded heck v0.4.1
2972026-08-21T22:23:54.857Z Downloaded cargo-platform v0.3.2
2982026-08-21T22:23:54.857Z Downloaded memmap v0.7.0
2992026-08-21T22:23:54.857Z Downloaded errno v0.3.14
3002026-08-21T22:23:54.860Z Downloaded crypto-common v0.1.7
3012026-08-21T22:23:54.860Z Downloaded serde_tokenstream v0.2.3
3022026-08-21T22:23:54.860Z Downloaded zmij v1.0.21
3032026-08-21T22:23:54.860Z Downloaded zerocopy v0.7.35
3042026-08-21T22:23:54.868Z Downloaded generic-array v0.14.7
3052026-08-21T22:23:54.871Z Downloaded digest v0.10.7
3062026-08-21T22:23:54.871Z Downloaded autocfg v1.5.0
3072026-08-21T22:23:54.871Z Downloaded fs-err v3.3.0
3082026-08-21T22:23:54.874Z Downloaded block-buffer v0.10.4
3092026-08-21T22:23:54.874Z Downloaded cfg-if v1.0.4
3102026-08-21T22:23:54.874Z Downloaded colorchoice v1.0.4
3112026-08-21T22:23:54.877Z Downloaded equivalent v1.0.2
3122026-08-21T22:23:54.877Z Downloaded scroll v0.12.0
3132026-08-21T22:23:54.880Z Downloaded anstyle v1.0.14
3142026-08-21T22:23:54.880Z Downloaded cargo_metadata v0.23.1
3152026-08-21T22:23:54.883Z Downloaded byteorder v1.5.0
3162026-08-21T22:23:54.886Z Downloaded getrandom v0.3.4
3172026-08-21T22:23:54.889Z Downloaded itoa v1.0.17
3182026-08-21T22:23:54.892Z Downloaded heck v0.5.0
3192026-08-21T22:23:54.892Z Downloaded plain v0.2.3
3202026-08-21T22:23:54.900Z Downloaded terminal_size v0.4.3
3212026-08-21T22:23:54.905Z Downloaded clap_lex v1.0.0
3222026-08-21T22:23:54.909Z Downloaded smawk v0.3.2
3232026-08-21T22:23:54.914Z Downloaded cargo_toml v0.21.0
3242026-08-21T22:23:54.918Z Downloaded pest_generator v2.8.6
3252026-08-21T22:23:54.921Z Downloaded macaddr v1.0.1
3262026-08-21T22:23:54.924Z Downloaded strsim v0.11.1
3272026-08-21T22:23:54.924Z Downloaded swrite v0.1.0
3282026-08-21T22:23:54.924Z Downloaded pretty-hex v0.4.1
3292026-08-21T22:23:54.928Z Downloaded dtrace-parser v0.2.0
3302026-08-21T22:23:54.931Z Downloaded toml_write v0.1.2
3312026-08-21T22:23:54.931Z Downloaded toml_datetime v0.6.11
3322026-08-21T22:23:54.931Z Downloaded serde_spanned v0.6.9
3332026-08-21T22:23:54.934Z Downloaded proc-macro-error-attr v1.0.4
3342026-08-21T22:23:54.937Z Downloaded version_check v0.9.5
3352026-08-21T22:23:54.937Z Downloaded scroll_derive v0.12.1
3362026-08-21T22:23:54.937Z Downloaded thread-id v4.2.2
3372026-08-21T22:23:54.937Z Downloaded unicode-linebreak v0.1.5
3382026-08-21T22:23:54.937Z Downloaded utf8parse v0.2.2
3392026-08-21T22:23:54.945Z Downloaded usdt-macro v0.5.0
3402026-08-21T22:23:54.952Z Downloaded tabled_derive v0.7.0
3412026-08-21T22:23:54.955Z Downloaded usdt-attr-macro v0.5.0
3422026-08-21T22:23:54.959Z Downloaded anstream v1.0.0
3432026-08-21T22:23:54.966Z Downloaded camino-tempfile v1.4.1
3442026-08-21T22:23:54.969Z Downloaded is_terminal_polyfill v1.70.2
3452026-08-21T22:23:54.973Z Downloaded bitflags v2.11.0
3462026-08-21T22:23:54.977Z Downloaded bytecount v0.6.9
3472026-08-21T22:23:54.980Z Downloaded thiserror-impl v2.0.18
3482026-08-21T22:23:54.983Z Downloaded usdt v0.5.0
3492026-08-21T22:23:54.988Z Downloaded thiserror-impl v1.0.69
3502026-08-21T22:23:54.991Z Downloaded proc-macro-error v1.0.4
3512026-08-21T22:23:54.991Z Downloaded sha2 v0.10.9
3522026-08-21T22:23:54.996Z Downloaded quote v1.0.45
3532026-08-21T22:23:54.999Z Downloaded usdt-impl v0.5.0
3542026-08-21T22:23:54.999Z Downloaded thiserror v2.0.18
3552026-08-21T22:23:55.003Z Downloaded clap_derive v4.6.1
3562026-08-21T22:23:55.003Z Downloaded thiserror v1.0.69
3572026-08-21T22:23:55.006Z Downloaded once_cell v1.21.3
3582026-08-21T22:23:55.012Z Downloaded textwrap v0.16.2
3592026-08-21T22:23:55.015Z Downloaded clap v4.6.1
3602026-08-21T22:23:55.019Z Downloaded pest_meta v2.8.6
3612026-08-21T22:23:55.024Z Downloaded toml v0.8.23
3622026-08-21T22:23:55.029Z Downloaded semver v1.0.28
3632026-08-21T22:23:55.034Z Downloaded log v0.4.33
3642026-08-21T22:23:55.039Z Downloaded zerocopy-derive v0.7.35
3652026-08-21T22:23:55.039Z Downloaded anyhow v1.0.104
3662026-08-21T22:23:55.042Z Downloaded pest_derive v2.8.6
3672026-08-21T22:23:55.042Z Downloaded serde_derive v1.0.228
3682026-08-21T22:23:55.042Z Downloaded unicode-ident v1.0.24
3692026-08-21T22:23:55.045Z Downloaded serde_core v1.0.228
3702026-08-21T22:23:55.045Z Downloaded camino v1.2.5
3712026-08-21T22:23:55.053Z Downloaded ucd-trie v0.1.7
3722026-08-21T22:23:55.060Z Downloaded papergrid v0.11.0
3732026-08-21T22:23:55.063Z Downloaded tempfile v3.27.0
3742026-08-21T22:23:55.067Z Downloaded proc-macro2 v1.0.106
3752026-08-21T22:23:55.091Z Downloaded toml_edit v0.22.27
3762026-08-21T22:23:55.096Z Downloaded serde v1.0.228
3772026-08-21T22:23:55.099Z Downloaded memchr v2.8.0
3782026-08-21T22:23:55.105Z Downloaded typenum v1.20.1
3792026-08-21T22:23:55.113Z Downloaded indexmap v2.14.0
3802026-08-21T22:23:55.117Z Downloaded clap_builder v4.6.0
3812026-08-21T22:23:55.125Z Downloaded pest v2.8.6
3822026-08-21T22:23:55.132Z Downloaded hashbrown v0.17.0
3832026-08-21T22:23:55.145Z Downloaded serde_json v1.0.151
3842026-08-21T22:23:55.168Z Downloaded winnow v0.7.14
3852026-08-21T22:23:55.182Z Downloaded tabled v0.15.0
3862026-08-21T22:23:55.190Z Downloaded syn v1.0.109
3872026-08-21T22:23:55.201Z Downloaded unicode-width v0.2.0
3882026-08-21T22:23:55.213Z Downloaded unicode-width v0.1.14
3892026-08-21T22:23:55.217Z Downloaded syn v2.0.117
3902026-08-21T22:23:55.226Z Downloaded rustix v1.1.4
3912026-08-21T22:23:55.254Z Downloaded libc v0.2.185
3922026-08-21T22:23:55.317Z Compiling proc-macro2 v1.0.106
3932026-08-21T22:23:55.317Z Compiling quote v1.0.45
3942026-08-21T22:23:55.320Z Compiling unicode-ident v1.0.24
3952026-08-21T22:23:55.320Z Compiling serde_core v1.0.228
3962026-08-21T22:23:55.320Z Compiling libc v0.2.185
3972026-08-21T22:23:55.320Z Compiling version_check v0.9.5
3982026-08-21T22:23:55.492Z Compiling memchr v2.8.0
3992026-08-21T22:23:55.496Z Compiling serde v1.0.228
4002026-08-21T22:23:55.660Z Compiling zmij v1.0.21
4012026-08-21T22:23:55.890Z Compiling ucd-trie v0.1.7
4022026-08-21T22:23:55.955Z Compiling itoa v1.0.17
4032026-08-21T22:23:56.144Z Compiling thiserror v1.0.69
4042026-08-21T22:23:56.144Z Compiling pest v2.8.6
4052026-08-21T22:23:56.176Z Compiling rustix v1.1.4
4062026-08-21T22:23:56.336Z Compiling byteorder v1.5.0
4072026-08-21T22:23:56.586Z Compiling errno v0.3.14
4082026-08-21T22:23:56.684Z Compiling serde_json v1.0.151
4092026-08-21T22:23:56.729Z Compiling bitflags v2.11.0
4102026-08-21T22:23:56.904Z Compiling syn v2.0.117
4112026-08-21T22:23:57.010Z Compiling thread-id v4.2.2
4122026-08-21T22:23:57.104Z Compiling proc-macro-error-attr v1.0.4
4132026-08-21T22:23:57.105Z Compiling usdt-impl v0.5.0
4142026-08-21T22:23:57.105Z Compiling camino v1.2.5
4152026-08-21T22:23:57.175Z Compiling syn v1.0.109
4162026-08-21T22:23:57.285Z Compiling pest_meta v2.8.6
4172026-08-21T22:23:57.410Z Compiling proc-macro-error v1.0.4
4182026-08-21T22:23:57.434Z Compiling getrandom v0.3.4
4192026-08-21T22:23:57.500Z Compiling utf8parse v0.2.2
4202026-08-21T22:23:57.590Z Compiling hashbrown v0.17.0
4212026-08-21T22:23:57.615Z Compiling log v0.4.33
4222026-08-21T22:23:57.872Z Compiling plain v0.2.3
4232026-08-21T22:23:58.008Z Compiling equivalent v1.0.2
4242026-08-21T22:23:58.089Z Compiling indexmap v2.14.0
4252026-08-21T22:23:58.104Z Compiling terminal_size v0.4.3
4262026-08-21T22:23:58.238Z Compiling anstyle-parse v1.0.0
4272026-08-21T22:23:58.705Z Compiling colorchoice v1.0.4
4282026-08-21T22:23:58.721Z Compiling autocfg v1.5.0
4292026-08-21T22:23:58.808Z Compiling winnow v0.7.14
4302026-08-21T22:23:58.826Z Compiling cfg-if v1.0.4
4312026-08-21T22:23:58.826Z Compiling thiserror v2.0.18
4322026-08-21T22:23:58.881Z Compiling anstyle v1.0.14
4332026-08-21T22:23:58.917Z Compiling toml_write v0.1.2
4342026-08-21T22:23:58.996Z Compiling pretty-hex v0.4.1
4352026-08-21T22:23:59.107Z Compiling pest_generator v2.8.6
4362026-08-21T22:23:59.125Z Compiling anstyle-query v1.1.5
4372026-08-21T22:23:59.140Z Compiling is_terminal_polyfill v1.70.2
4382026-08-21T22:23:59.157Z Compiling fs-err v3.3.0
4392026-08-21T22:23:59.233Z Compiling anstream v1.0.0
4402026-08-21T22:23:59.426Z Compiling strsim v0.11.1
4412026-08-21T22:23:59.445Z Compiling once_cell v1.21.3
4422026-08-21T22:23:59.544Z Compiling bytecount v0.6.9
4432026-08-21T22:23:59.669Z Compiling heck v0.5.0
4442026-08-21T22:23:59.691Z Compiling unicode-width v0.1.14
4452026-08-21T22:23:59.708Z Compiling fastrand v2.3.0
4462026-08-21T22:23:59.775Z Compiling clap_lex v1.0.0
4472026-08-21T22:23:59.802Z Compiling heck v0.4.1
4482026-08-21T22:23:59.901Z Compiling anyhow v1.0.104
4492026-08-21T22:23:59.962Z Compiling fnv v1.0.7
4502026-08-21T22:23:59.965Z Compiling clap_builder v4.6.0
4512026-08-21T22:24:00.005Z Compiling tempfile v3.27.0
4522026-08-21T22:24:00.067Z Compiling papergrid v0.11.0
4532026-08-21T22:24:00.129Z Compiling semver v1.0.28
4542026-08-21T22:24:00.249Z Compiling tabled_derive v0.7.0
4552026-08-21T22:24:00.280Z Compiling cargo-platform v0.3.2
4562026-08-21T22:24:00.377Z Compiling memmap v0.7.0
4572026-08-21T22:24:00.419Z Compiling smawk v0.3.2
4582026-08-21T22:24:00.455Z Compiling unicode-width v0.2.0
4592026-08-21T22:24:00.552Z Compiling unicode-linebreak v0.1.5
4602026-08-21T22:24:00.570Z Compiling camino-tempfile v1.4.1
4612026-08-21T22:24:00.749Z Compiling serde_derive v1.0.228
4622026-08-21T22:24:00.793Z Compiling thiserror-impl v1.0.69
4632026-08-21T22:24:00.811Z Compiling zerocopy-derive v0.7.35
4642026-08-21T22:24:00.981Z Compiling pest_derive v2.8.6
4652026-08-21T22:24:01.035Z Compiling scroll_derive v0.12.1
4662026-08-21T22:24:01.170Z Compiling thiserror-impl v2.0.18
4672026-08-21T22:24:01.428Z Compiling clap_derive v4.6.1
4682026-08-21T22:24:01.522Z Compiling tabled v0.15.0
4692026-08-21T22:24:01.703Z Compiling scroll v0.12.0
4702026-08-21T22:24:01.719Z Compiling zerocopy v0.7.35
4712026-08-21T22:24:01.987Z Compiling goblin v0.8.2
4722026-08-21T22:24:02.244Z Compiling dtrace-parser v0.2.0
4732026-08-21T22:24:02.286Z Compiling textwrap v0.16.2
4742026-08-21T22:24:02.644Z Compiling swrite v0.1.0
4752026-08-21T22:24:03.183Z Compiling clap v4.6.1
4762026-08-21T22:24:03.760Z Compiling dof v0.3.0
4772026-08-21T22:24:03.761Z Compiling serde_tokenstream v0.2.3
4782026-08-21T22:24:03.778Z Compiling toml_datetime v0.6.11
4792026-08-21T22:24:03.792Z Compiling serde_spanned v0.6.9
4802026-08-21T22:24:03.795Z Compiling cargo_metadata v0.23.1
4812026-08-21T22:24:03.842Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-21T22:24:03.858Z Compiling macaddr v1.0.1
4832026-08-21T22:24:03.972Z Compiling toml_edit v0.22.27
4842026-08-21T22:24:04.570Z Compiling usdt-attr-macro v0.5.0
4852026-08-21T22:24:04.586Z Compiling usdt-macro v0.5.0
4862026-08-21T22:24:05.167Z Compiling usdt v0.5.0
4872026-08-21T22:24:05.309Z Compiling toml v0.8.23
4882026-08-21T22:24:05.641Z Compiling cargo_toml v0.21.0
4892026-08-21T22:24:06.927Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-21T22:24:08.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.80s
4912026-08-21T22:24:09.183Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-21T22:24:09.702Z Downloading crates ...
4932026-08-21T22:24:09.756Z Downloaded base16ct v0.2.0
4942026-08-21T22:24:09.763Z Downloaded block-buffer v0.12.1
4952026-08-21T22:24:09.766Z Downloaded arrayvec v0.7.6
4962026-08-21T22:24:09.770Z Downloaded ar_archive_writer v0.5.1
4972026-08-21T22:24:09.773Z Downloaded bit-set v0.5.3
4982026-08-21T22:24:09.773Z Downloaded aead v0.5.2
4992026-08-21T22:24:09.773Z Downloaded adler2 v2.0.1
5002026-08-21T22:24:09.776Z Downloaded allocator-api2 v0.2.21
5012026-08-21T22:24:09.784Z Downloaded base64 v0.22.1
5022026-08-21T22:24:09.786Z Downloaded bit-set v0.8.0
5032026-08-21T22:24:09.792Z Downloaded ff v0.14.0
5042026-08-21T22:24:09.795Z Downloaded futures-core v0.3.32
5052026-08-21T22:24:09.799Z Downloaded futures-sink v0.3.32
5062026-08-21T22:24:09.802Z Downloaded async-compression v0.4.41
5072026-08-21T22:24:09.805Z Downloaded fallible-iterator v0.2.0
5082026-08-21T22:24:09.805Z Downloaded addr2line v0.25.1
5092026-08-21T22:24:09.808Z Downloaded aho-corasick v1.1.4
5102026-08-21T22:24:09.811Z Downloaded aead v0.6.1
5112026-08-21T22:24:09.811Z Downloaded futures-macro v0.3.32
5122026-08-21T22:24:09.814Z Downloaded futures-io v0.3.32
5132026-08-21T22:24:09.814Z Downloaded endian-type v0.1.2
5142026-08-21T22:24:09.814Z Downloaded fd-lock v4.0.4
5152026-08-21T22:24:09.817Z Downloaded float-ord v0.3.2
5162026-08-21T22:24:09.821Z Downloaded foreign-types-macros v0.2.3
5172026-08-21T22:24:09.821Z Downloaded enum-as-inner v0.6.1
5182026-08-21T22:24:09.824Z Downloaded castaway v0.2.4
5192026-08-21T22:24:09.827Z Downloaded foreign-types-shared v0.3.1
5202026-08-21T22:24:09.827Z Downloaded num_threads v0.1.7
5212026-08-21T22:24:09.830Z Downloaded ghash v0.6.0
5222026-08-21T22:24:09.830Z Downloaded flume v0.11.1
5232026-08-21T22:24:09.836Z Downloaded foldhash v0.1.5
5242026-08-21T22:24:09.836Z Downloaded fs-err v2.11.0
5252026-08-21T22:24:09.836Z Downloaded aes v0.9.1
5262026-08-21T22:24:09.839Z Downloaded aes-gcm v0.11.0
5272026-08-21T22:24:09.839Z Downloaded ahash v0.8.12
5282026-08-21T22:24:09.842Z Downloaded bzip2 v0.4.4
5292026-08-21T22:24:09.842Z Downloaded futures-task v0.3.32
5302026-08-21T22:24:09.842Z Downloaded hex v0.4.3
5312026-08-21T22:24:09.842Z Downloaded float-cmp v0.10.0
5322026-08-21T22:24:09.842Z Downloaded cfg_aliases v0.2.1
5332026-08-21T22:24:09.845Z Downloaded env_filter v2.0.0
5342026-08-21T22:24:09.846Z Downloaded gethostname v0.5.0
5352026-08-21T22:24:09.846Z Downloaded ciborium-io v0.2.2
5362026-08-21T22:24:09.849Z Downloaded foreign-types-shared v0.1.1
5372026-08-21T22:24:09.849Z Downloaded hostname v0.4.2
5382026-08-21T22:24:09.849Z Downloaded assert_matches v1.5.0
5392026-08-21T22:24:09.852Z Downloaded async-stream-impl v0.3.6
5402026-08-21T22:24:09.852Z Downloaded backtrace-ext v0.2.1
5412026-08-21T22:24:09.852Z Downloaded async-recursion v1.1.1
5422026-08-21T22:24:09.855Z Downloaded foldhash v0.2.0
5432026-08-21T22:24:09.855Z Downloaded filetime v0.2.27
5442026-08-21T22:24:09.855Z Downloaded find-msvc-tools v0.1.9
5452026-08-21T22:24:09.855Z Downloaded fixedbitset v0.5.7
5462026-08-21T22:24:09.858Z Downloaded block-padding v0.4.2
5472026-08-21T22:24:09.858Z Downloaded atomicwrites v0.4.4
5482026-08-21T22:24:09.858Z Downloaded base16ct v1.0.0
5492026-08-21T22:24:09.859Z Downloaded flagset v0.4.7
5502026-08-21T22:24:09.862Z Downloaded hubpack_derive v0.1.1
5512026-08-21T22:24:09.865Z Downloaded array-init v0.0.4
5522026-08-21T22:24:09.865Z Downloaded cobs v0.3.0
5532026-08-21T22:24:09.865Z Downloaded funty v2.0.0
5542026-08-21T22:24:09.868Z Downloaded ff v0.13.1
5552026-08-21T22:24:09.868Z Downloaded futures-channel v0.3.32
5562026-08-21T22:24:09.868Z Downloaded hash32 v0.3.1
5572026-08-21T22:24:09.871Z Downloaded git-stub v1.0.0
5582026-08-21T22:24:09.874Z Downloaded form_urlencoded v1.2.2
5592026-08-21T22:24:09.874Z Downloaded hex-literal v1.1.0
5602026-08-21T22:24:09.874Z Downloaded home v0.5.12
5612026-08-21T22:24:09.877Z Downloaded globwalk v0.9.1
5622026-08-21T22:24:09.877Z Downloaded nibble_vec v0.1.0
5632026-08-21T22:24:09.880Z Downloaded ciborium-ll v0.2.2
5642026-08-21T22:24:09.881Z Downloaded http-range v0.1.5
5652026-08-21T22:24:09.885Z Downloaded foreign-types v0.5.0
5662026-08-21T22:24:09.885Z Downloaded async-stream v0.3.6
5672026-08-21T22:24:09.885Z Downloaded atomic-waker v1.1.2
5682026-08-21T22:24:09.885Z Downloaded ascii-canvas v3.0.0
5692026-08-21T22:24:09.885Z Downloaded fixedbitset v0.4.2
5702026-08-21T22:24:09.889Z Downloaded headers-core v0.3.0
5712026-08-21T22:24:09.892Z Downloaded hubpack v0.1.2
5722026-08-21T22:24:09.896Z Downloaded hostname v0.3.1
5732026-08-21T22:24:09.899Z Downloaded globset v0.4.18
5742026-08-21T22:24:09.899Z Downloaded group v0.13.0
5752026-08-21T22:24:09.899Z Downloaded erased-serde v0.3.31
5762026-08-21T22:24:09.905Z Downloaded bcrypt-pbkdf v0.11.0
5772026-08-21T22:24:09.905Z Downloaded fs_extra v1.3.0
5782026-08-21T22:24:09.905Z Downloaded nodrop v0.1.14
5792026-08-21T22:24:09.906Z Downloaded atty v0.2.14
5802026-08-21T22:24:09.906Z Downloaded bb8 v0.8.6
5812026-08-21T22:24:09.909Z Downloaded bitfield-struct v0.6.2
5822026-08-21T22:24:09.909Z Downloaded arrayref v0.3.9
5832026-08-21T22:24:09.909Z Downloaded compression-core v0.4.31
5842026-08-21T22:24:09.912Z Downloaded http-body v1.0.1
5852026-08-21T22:24:09.916Z Downloaded fxhash v0.2.1
5862026-08-21T22:24:09.916Z Downloaded httpdate v1.0.3
5872026-08-21T22:24:09.916Z Downloaded normalize-line-endings v0.3.0
5882026-08-21T22:24:09.916Z Downloaded opaque-debug v0.3.1
5892026-08-21T22:24:09.920Z Downloaded bitflags v1.3.2
5902026-08-21T22:24:09.920Z Downloaded parse-size v1.1.0
5912026-08-21T22:24:09.923Z Downloaded bs58 v0.5.1
5922026-08-21T22:24:09.923Z Downloaded cbc v0.2.1
5932026-08-21T22:24:09.923Z Downloaded argon2 v0.5.3
5942026-08-21T22:24:09.923Z Downloaded backoff v0.4.0
5952026-08-21T22:24:09.927Z Downloaded byte-wrapper v0.1.0
5962026-08-21T22:24:09.927Z Downloaded bitfield-macros v0.19.4
5972026-08-21T22:24:09.927Z Downloaded cipher v0.5.2
5982026-08-21T22:24:09.931Z Downloaded bit-vec v0.8.0
5992026-08-21T22:24:09.931Z Downloaded phf_shared v0.11.3
6002026-08-21T22:24:09.935Z Downloaded cassowary v0.3.0
6012026-08-21T22:24:09.939Z Downloaded psl-types v2.0.11
6022026-08-21T22:24:09.939Z Downloaded precomputed-hash v0.1.1
6032026-08-21T22:24:09.939Z Downloaded recursive v0.1.1
6042026-08-21T22:24:09.943Z Downloaded russh-cryptovec v0.62.0
6052026-08-21T22:24:09.943Z Downloaded russh-util v0.52.0
6062026-08-21T22:24:09.947Z Downloaded seq-macro v0.3.6
6072026-08-21T22:24:09.947Z Downloaded serde-big-array v0.5.1
6082026-08-21T22:24:09.947Z Downloaded proc-macro-crate v3.4.0
6092026-08-21T22:24:09.947Z Downloaded proc-macro-error-attr2 v2.0.0
6102026-08-21T22:24:09.952Z Downloaded sha1 v0.10.6
6112026-08-21T22:24:09.952Z Downloaded bcs v0.1.6
6122026-08-21T22:24:09.952Z Downloaded ref-cast v1.0.25
6132026-08-21T22:24:09.952Z Downloaded camino-tempfile-ext v0.3.3
6142026-08-21T22:24:09.956Z Downloaded enum_dispatch v0.3.13
6152026-08-21T22:24:09.956Z Downloaded hash32 v0.2.1
6162026-08-21T22:24:09.956Z Downloaded ref-cast-impl v1.0.25
6172026-08-21T22:24:09.956Z Downloaded async-trait v0.1.89
6182026-08-21T22:24:09.959Z Downloaded bit-vec v0.6.3
6192026-08-21T22:24:09.959Z Downloaded blowfish v0.10.0
6202026-08-21T22:24:09.959Z Downloaded foreign-types v0.3.2
6212026-08-21T22:24:09.959Z Downloaded futures-executor v0.3.32
6222026-08-21T22:24:09.959Z Downloaded buf-list v1.1.2
6232026-08-21T22:24:09.963Z Downloaded glob v0.3.3
6242026-08-21T22:24:09.963Z Downloaded highway v1.3.0
6252026-08-21T22:24:09.963Z Downloaded group v0.14.0
6262026-08-21T22:24:09.963Z Downloaded cmake v0.1.57
6272026-08-21T22:24:09.963Z Downloaded cfg_aliases v0.1.1
6282026-08-21T22:24:09.968Z Downloaded base64ct v1.8.3
6292026-08-21T22:24:09.968Z Downloaded num-integer v0.1.46
6302026-08-21T22:24:09.968Z Downloaded same-file v1.0.6
6312026-08-21T22:24:09.972Z Downloaded cexpr v0.6.0
6322026-08-21T22:24:09.972Z Downloaded sapling-renderdag v0.1.0
6332026-08-21T22:24:09.972Z Downloaded cmov v0.5.4
6342026-08-21T22:24:09.975Z Downloaded anstream v0.6.21
6352026-08-21T22:24:09.976Z Downloaded getrandom v0.2.17
6362026-08-21T22:24:09.976Z Downloaded serde_repr v0.1.20
6372026-08-21T22:24:09.979Z Downloaded num_enum v0.5.11
6382026-08-21T22:24:09.979Z Downloaded hybrid-array v0.4.13
6392026-08-21T22:24:09.983Z Downloaded packed_struct v0.10.1
6402026-08-21T22:24:09.983Z Downloaded strum v0.27.2
6412026-08-21T22:24:09.986Z Downloaded supports-hyperlinks v3.2.0
6422026-08-21T22:24:09.986Z Downloaded blake2 v0.10.6
6432026-08-21T22:24:09.986Z Downloaded anstyle-parse v0.2.7
6442026-08-21T22:24:09.986Z Downloaded ciborium v0.2.2
6452026-08-21T22:24:09.990Z Downloaded scroll_derive v0.13.1
6462026-08-21T22:24:09.990Z Downloaded sha1 v0.11.0
6472026-08-21T22:24:09.990Z Downloaded signal-hook-tokio v0.3.1
6482026-08-21T22:24:09.990Z Downloaded chacha20 v0.9.1
6492026-08-21T22:24:09.994Z Downloaded compression-codecs v0.4.37
6502026-08-21T22:24:09.994Z Downloaded colored v3.1.1
6512026-08-21T22:24:09.997Z Downloaded backon v1.6.0
6522026-08-21T22:24:09.997Z Downloaded bzip2 v0.6.1
6532026-08-21T22:24:09.997Z Downloaded chacha20 v0.10.0
6542026-08-21T22:24:10.001Z Downloaded fatfs v0.3.6
6552026-08-21T22:24:10.001Z Downloaded generic-array v1.4.3
6562026-08-21T22:24:10.006Z Downloaded env_logger v0.11.11
6572026-08-21T22:24:10.006Z Downloaded futures v0.3.32
6582026-08-21T22:24:10.006Z Downloaded cipher v0.4.4
6592026-08-21T22:24:10.006Z Downloaded colored v2.2.0
6602026-08-21T22:24:10.009Z Downloaded blake2 v0.11.0-rc.6
6612026-08-21T22:24:10.009Z Downloaded pem-rfc7468 v1.0.0
6622026-08-21T22:24:10.012Z Downloaded psm v0.1.30
6632026-08-21T22:24:10.012Z Downloaded signature v2.2.0
6642026-08-21T22:24:10.015Z Downloaded signature v3.0.0
6652026-08-21T22:24:10.015Z Downloaded tokio-macros v2.7.0
6662026-08-21T22:24:10.015Z Downloaded tower-layer v0.3.3
6672026-08-21T22:24:10.015Z Downloaded strip-ansi-escapes v0.2.1
6682026-08-21T22:24:10.015Z Downloaded unicode-truncate v1.1.0
6692026-08-21T22:24:10.015Z Downloaded testing_table v0.3.0
6702026-08-21T22:24:10.018Z Downloaded unicode-xid v0.2.6
6712026-08-21T22:24:10.018Z Downloaded usdt-attr-macro v0.6.0
6722026-08-21T22:24:10.018Z Downloaded waitgroup v0.1.2
6732026-08-21T22:24:10.019Z Downloaded wait-timeout v0.2.1
6742026-08-21T22:24:10.019Z Downloaded yoke-derive v0.8.1
6752026-08-21T22:24:10.022Z Downloaded rustversion v1.0.22
6762026-08-21T22:24:10.022Z Downloaded sec1 v0.7.3
6772026-08-21T22:24:10.022Z Downloaded cancel-safe-futures v0.1.5
6782026-08-21T22:24:10.025Z Downloaded hmac v0.13.0
6792026-08-21T22:24:10.025Z Downloaded hmac v0.12.1
6802026-08-21T22:24:10.025Z Downloaded async-bb8-diesel v0.2.1
6812026-08-21T22:24:10.028Z Downloaded phf_shared v0.12.1
6822026-08-21T22:24:10.028Z Downloaded bitfield v0.19.4
6832026-08-21T22:24:10.028Z Downloaded argon2 v0.6.0-rc.8
6842026-08-21T22:24:10.031Z Downloaded console v0.15.11
6852026-08-21T22:24:10.031Z Downloaded console v0.16.2
6862026-08-21T22:24:10.031Z Downloaded predicates v3.1.4
6872026-08-21T22:24:10.035Z Downloaded rand_pcg v0.10.2
6882026-08-21T22:24:10.035Z Downloaded polyval v0.7.1
6892026-08-21T22:24:10.035Z Downloaded primeorder v0.13.6
6902026-08-21T22:24:10.038Z Downloaded proc-macro-error2 v2.0.1
6912026-08-21T22:24:10.038Z Downloaded rand_chacha v0.9.0
6922026-08-21T22:24:10.041Z Downloaded hyper-rustls v0.27.7
6932026-08-21T22:24:10.041Z Downloaded peg-macros v0.8.5
6942026-08-21T22:24:10.041Z Downloaded serdect v0.4.3
6952026-08-21T22:24:10.044Z Downloaded git-stub-vcs v0.1.0
6962026-08-21T22:24:10.044Z Downloaded http-body-util v0.1.3
6972026-08-21T22:24:10.044Z Downloaded parse-display-derive v0.10.0
6982026-08-21T22:24:10.044Z Downloaded zeroize_derive v1.5.0
6992026-08-21T22:24:10.044Z Downloaded cstr-argument v0.1.2
7002026-08-21T22:24:10.047Z Downloaded unarray v0.1.4
7012026-08-21T22:24:10.051Z Downloaded const-oid v0.9.6
7022026-08-21T22:24:10.051Z Downloaded zone_cfg_derive v0.3.1
7032026-08-21T22:24:10.065Z Downloaded convert_case v0.4.0
7042026-08-21T22:24:10.065Z Downloaded curve25519-dalek-derive v0.1.1
7052026-08-21T22:24:10.065Z Downloaded difflib v0.4.0
7062026-08-21T22:24:10.065Z Downloaded dtrace-parser v0.3.0
7072026-08-21T22:24:10.065Z Downloaded humantime v2.3.0
7082026-08-21T22:24:10.066Z Downloaded postgres-types v0.2.12
7092026-08-21T22:24:10.066Z Downloaded tokio-dtrace v0.1.1
7102026-08-21T22:24:10.066Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7112026-08-21T22:24:10.066Z Downloaded tui-tree-widget v0.23.1
7122026-08-21T22:24:10.066Z Downloaded half v1.8.3
7132026-08-21T22:24:10.066Z Downloaded crunchy v0.2.4
7142026-08-21T22:24:10.070Z Downloaded embedded-io v0.6.1
7152026-08-21T22:24:10.070Z Downloaded display-error-chain v0.2.2
7162026-08-21T22:24:10.074Z Downloaded idna_adapter v1.2.1
7172026-08-21T22:24:10.074Z Downloaded illumos-nvpair-sys v0.2.0
7182026-08-21T22:24:10.074Z Downloaded instant v0.1.13
7192026-08-21T22:24:10.074Z Downloaded keccak v0.1.6
7202026-08-21T22:24:10.074Z Downloaded oxide-update-engine v0.1.2
7212026-08-21T22:24:10.074Z Downloaded slog-stdlog v4.1.1
7222026-08-21T22:24:10.077Z Downloaded dirs-sys-next v0.1.2
7232026-08-21T22:24:10.078Z Downloaded httparse v1.10.1
7242026-08-21T22:24:10.078Z Downloaded lalrpop-util v0.19.12
7252026-08-21T22:24:10.078Z Downloaded slog-dtrace v0.3.0
7262026-08-21T22:24:10.078Z Downloaded synstructure v0.13.2
7272026-08-21T22:24:10.078Z Downloaded usdt v0.6.0
7282026-08-21T22:24:10.081Z Downloaded lzss v0.8.2
7292026-08-21T22:24:10.081Z Downloaded md5 v0.8.0
7302026-08-21T22:24:10.081Z Downloaded num-iter v0.1.45
7312026-08-21T22:24:10.081Z Downloaded slog-term v2.9.2
7322026-08-21T22:24:10.086Z Downloaded smallvec v0.6.14
7332026-08-21T22:24:10.086Z Downloaded spki v0.7.3
7342026-08-21T22:24:10.086Z Downloaded clang-sys v1.8.1
7352026-08-21T22:24:10.086Z Downloaded vergen-gitcl v1.0.8
7362026-08-21T22:24:10.091Z Downloaded wyz v0.5.1
7372026-08-21T22:24:10.091Z Downloaded darling_macro v0.13.4
7382026-08-21T22:24:10.091Z Downloaded indoc v1.0.9
7392026-08-21T22:24:10.091Z Downloaded const-oid v0.10.2
7402026-08-21T22:24:10.094Z Downloaded parking_lot v0.12.5
7412026-08-21T22:24:10.094Z Downloaded time-macros v0.2.27
7422026-08-21T22:24:10.097Z Downloaded tls_codec v0.4.2
7432026-08-21T22:24:10.100Z Downloaded omicron-zone-package v0.12.3
7442026-08-21T22:24:10.104Z Downloaded strum_macros v0.24.3
7452026-08-21T22:24:10.107Z Downloaded chumsky v0.9.3
7462026-08-21T22:24:10.110Z Downloaded convert_case v0.10.0
7472026-08-21T22:24:10.110Z Downloaded managed v0.8.0
7482026-08-21T22:24:10.114Z Downloaded unicase v2.9.0
7492026-08-21T22:24:10.114Z Downloaded half v2.7.1
7502026-08-21T22:24:10.116Z Downloaded der_derive v0.7.3
7512026-08-21T22:24:10.117Z Downloaded deranged v0.5.8
7522026-08-21T22:24:10.120Z Downloaded parse-display v0.10.0
7532026-08-21T22:24:10.120Z Downloaded linked-hash-map v0.5.6
7542026-08-21T22:24:10.122Z Downloaded phf_shared v0.13.1
7552026-08-21T22:24:10.123Z Downloaded newtype_derive v0.1.6
7562026-08-21T22:24:10.126Z Downloaded openssl-probe v0.1.6
7572026-08-21T22:24:10.126Z Downloaded potential_utf v0.1.4
7582026-08-21T22:24:10.129Z Downloaded predicates-tree v1.0.13
7592026-08-21T22:24:10.129Z Downloaded proc-macro-crate v1.3.1
7602026-08-21T22:24:10.129Z Downloaded packed_struct_codegen v0.10.1
7612026-08-21T22:24:10.129Z Downloaded peg-runtime v0.8.5
7622026-08-21T22:24:10.138Z Downloaded getrandom v0.4.3
7632026-08-21T22:24:10.144Z Downloaded lazy_static v1.5.0
7642026-08-21T22:24:10.148Z Downloaded daft v0.1.7
7652026-08-21T22:24:10.151Z Downloaded jobserver v0.1.34
7662026-08-21T22:24:10.151Z Downloaded rustc-hash v2.1.1
7672026-08-21T22:24:10.154Z Downloaded secrecy v0.8.0
7682026-08-21T22:24:10.157Z Downloaded oso v0.27.3
7692026-08-21T22:24:10.161Z Downloaded term v1.2.1
7702026-08-21T22:24:10.161Z Downloaded thread_local v1.1.9
7712026-08-21T22:24:10.166Z Downloaded bytes v1.11.1
7722026-08-21T22:24:10.166Z Downloaded rand_chacha v0.3.1
7732026-08-21T22:24:10.169Z Downloaded rfc6979 v0.4.0
7742026-08-21T22:24:10.169Z Downloaded rfc6979 v0.6.0
7752026-08-21T22:24:10.169Z Downloaded elliptic-curve v0.14.1
7762026-08-21T22:24:10.169Z Downloaded pkcs5 v0.8.1
7772026-08-21T22:24:10.172Z Downloaded sigpipe v0.1.3
7782026-08-21T22:24:10.173Z Downloaded compact_str v0.8.1
7792026-08-21T22:24:10.178Z Downloaded chacha20poly1305 v0.10.1
7802026-08-21T22:24:10.178Z Downloaded ipnetwork v0.21.1
7812026-08-21T22:24:10.178Z Downloaded flate2 v1.1.9
7822026-08-21T22:24:10.181Z Downloaded headers v0.4.1
7832026-08-21T22:24:10.181Z Downloaded critical-section v1.2.0
7842026-08-21T22:24:10.184Z Downloaded tokio-native-tls v0.3.1
7852026-08-21T22:24:10.184Z Downloaded serde_bytes v0.11.19
7862026-08-21T22:24:10.184Z Downloaded tap v1.0.1
7872026-08-21T22:24:10.184Z Downloaded termtree v0.5.1
7882026-08-21T22:24:10.187Z Downloaded trait-variant v0.1.2
7892026-08-21T22:24:10.187Z Downloaded slog-bunyan v2.5.0
7902026-08-21T22:24:10.187Z Downloaded slog-envlogger v2.2.0
7912026-08-21T22:24:10.187Z Downloaded heapless v0.7.17
7922026-08-21T22:24:10.190Z Downloaded heapless v0.8.0
7932026-08-21T22:24:10.191Z Downloaded sqlparser_derive v0.5.0
7942026-08-21T22:24:10.194Z Downloaded strsim v0.10.0
7952026-08-21T22:24:10.194Z Downloaded utf8_iter v1.0.4
7962026-08-21T22:24:10.194Z Downloaded libsw v3.5.0
7972026-08-21T22:24:10.198Z Downloaded linear-map v1.2.0
7982026-08-21T22:24:10.199Z Downloaded oxnet v0.1.6
7992026-08-21T22:24:10.202Z Downloaded owo-colors v4.3.0
8002026-08-21T22:24:10.202Z Downloaded typify-macro v0.6.2
8012026-08-21T22:24:10.202Z Downloaded universal-hash v0.5.1
8022026-08-21T22:24:10.202Z Downloaded mime_guess v2.0.5
8032026-08-21T22:24:10.206Z Downloaded phf v0.13.1
8042026-08-21T22:24:10.206Z Downloaded universal-hash v0.6.1
8052026-08-21T22:24:10.206Z Downloaded wnaf v0.14.0
8062026-08-21T22:24:10.206Z Downloaded xattr v1.6.1
8072026-08-21T22:24:10.206Z Downloaded crc-catalog v2.4.0
8082026-08-21T22:24:10.212Z Downloaded rand_seeder v0.4.0
8092026-08-21T22:24:10.212Z Downloaded primefield v0.14.0
8102026-08-21T22:24:10.212Z Downloaded primeorder v0.14.0
8112026-08-21T22:24:10.212Z Downloaded crucible-workspace-hack v0.1.0
8122026-08-21T22:24:10.215Z Downloaded thread-id v5.1.0
8132026-08-21T22:24:10.215Z Downloaded pin-project-internal v1.1.11
8142026-08-21T22:24:10.215Z Downloaded ron v0.8.1
8152026-08-21T22:24:10.219Z Downloaded ryu v1.0.23
8162026-08-21T22:24:10.219Z Downloaded zerofrom-derive v0.1.6
8172026-08-21T22:24:10.222Z Downloaded crossbeam-utils v0.8.21
8182026-08-21T22:24:10.226Z Downloaded toml v0.7.8
8192026-08-21T22:24:10.230Z Downloaded ecdsa v0.17.0
8202026-08-21T22:24:10.234Z Downloaded derive_builder_macro v0.20.2
8212026-08-21T22:24:10.237Z Downloaded num-rational v0.4.2
8222026-08-21T22:24:10.237Z Downloaded darling_macro v0.20.11
8232026-08-21T22:24:10.241Z Downloaded darling_macro v0.21.3
8242026-08-21T22:24:10.241Z Downloaded defmt-parser v1.0.0
8252026-08-21T22:24:10.241Z Downloaded zopfli v0.8.3
8262026-08-21T22:24:10.246Z Downloaded rusty-fork v0.3.1
8272026-08-21T22:24:10.246Z Downloaded serde_with_macros v1.5.2
8282026-08-21T22:24:10.246Z Downloaded shlex v1.3.0
8292026-08-21T22:24:10.246Z Downloaded base64 v0.21.7
8302026-08-21T22:24:10.249Z Downloaded rustc-demangle v0.1.27
8312026-08-21T22:24:10.249Z Downloaded arc-swap v1.8.2
8322026-08-21T22:24:10.250Z Downloaded backtrace v0.3.76
8332026-08-21T22:24:10.258Z Downloaded indent_write v2.2.0
8342026-08-21T22:24:10.262Z Downloaded bumpalo v3.20.2
8352026-08-21T22:24:10.262Z Downloaded ingot-macros v0.2.0
8362026-08-21T22:24:10.262Z Downloaded p256 v0.14.0
8372026-08-21T22:24:10.265Z Downloaded document-features v0.2.12
8382026-08-21T22:24:10.265Z Downloaded dunce v1.0.5
8392026-08-21T22:24:10.268Z Downloaded instability v0.3.11
8402026-08-21T22:24:10.268Z Downloaded cc v1.2.56
8412026-08-21T22:24:10.268Z Downloaded slab v0.4.12
8422026-08-21T22:24:10.271Z Downloaded stacker v0.1.23
8432026-08-21T22:24:10.271Z Downloaded strum_macros v0.26.4
8442026-08-21T22:24:10.271Z Downloaded strum_macros v0.27.2
8452026-08-21T22:24:10.274Z Downloaded jiff-static v0.2.34
8462026-08-21T22:24:10.274Z Downloaded ml-kem v0.3.2
8472026-08-21T22:24:10.277Z Downloaded maybe-uninit v2.0.0
8482026-08-21T22:24:10.277Z Downloaded crc-any v2.5.0
8492026-08-21T22:24:10.277Z Downloaded tinystr v0.8.2
8502026-08-21T22:24:10.281Z Downloaded parking_lot_core v0.9.12
8512026-08-21T22:24:10.281Z Downloaded corncobs v0.1.4
8522026-08-21T22:24:10.286Z Downloaded libscf-sys v1.2.0
8532026-08-21T22:24:10.286Z Downloaded lru-cache v0.1.2
8542026-08-21T22:24:10.286Z Downloaded vergen-git2 v9.1.0
8552026-08-21T22:24:10.286Z Downloaded mime v0.3.17
8562026-08-21T22:24:10.289Z Downloaded nonempty v0.12.0
8572026-08-21T22:24:10.289Z Downloaded openssl-macros v0.1.1
8582026-08-21T22:24:10.289Z Downloaded http v1.4.2
8592026-08-21T22:24:10.289Z Downloaded expectorate v1.2.0
8602026-08-21T22:24:10.293Z Downloaded zerovec-derive v0.11.2
8612026-08-21T22:24:10.293Z Downloaded vergen-lib v0.1.6
8622026-08-21T22:24:10.293Z Downloaded newtype-uuid-macros v0.1.0
8632026-08-21T22:24:10.293Z Downloaded hickory-resolver v0.25.2
8642026-08-21T22:24:10.298Z Downloaded quick-error v1.2.3
8652026-08-21T22:24:10.298Z Downloaded publicsuffix v2.3.0
8662026-08-21T22:24:10.301Z Downloaded qorb v0.4.1
8672026-08-21T22:24:10.301Z Downloaded vte v0.14.1
8682026-08-21T22:24:10.304Z Downloaded crossbeam-deque v0.8.6
8692026-08-21T22:24:10.306Z Downloaded scroll v0.13.0
8702026-08-21T22:24:10.312Z Downloaded powerfmt v0.2.0
8712026-08-21T22:24:10.325Z Downloaded siphasher v1.0.2
8722026-08-21T22:24:10.328Z Downloaded sha2 v0.11.0
8732026-08-21T22:24:10.328Z Downloaded derive-ex v0.1.8
8742026-08-21T22:24:10.331Z Downloaded rand_xorshift v0.4.0
8752026-08-21T22:24:10.331Z Downloaded serde_cbor v0.11.2
8762026-08-21T22:24:10.331Z Downloaded rustc_version v0.1.7
8772026-08-21T22:24:10.334Z Downloaded rustc_version v0.4.1
8782026-08-21T22:24:10.334Z Downloaded secrecy v0.10.3
8792026-08-21T22:24:10.338Z Downloaded diesel-dtrace v0.5.0
8802026-08-21T22:24:10.338Z Downloaded zip v0.6.6
8812026-08-21T22:24:10.341Z Downloaded icu_provider v2.1.1
8822026-08-21T22:24:10.341Z Downloaded ed25519 v3.0.0
8832026-08-21T22:24:10.344Z Downloaded knus-derive v3.4.0
8842026-08-21T22:24:10.344Z Downloaded tagptr v0.2.0
8852026-08-21T22:24:10.349Z Downloaded sponge-cursor v0.1.0
8862026-08-21T22:24:10.349Z Downloaded serde_plain v1.0.2
8872026-08-21T22:24:10.349Z Downloaded slog-async v2.8.0
8882026-08-21T22:24:10.352Z Downloaded supports-unicode v3.0.0
8892026-08-21T22:24:10.352Z Downloaded libefi-sys v0.1.0
8902026-08-21T22:24:10.352Z Downloaded strum v0.26.3
8912026-08-21T22:24:10.352Z Downloaded tinyvec_macros v0.1.1
8922026-08-21T22:24:10.356Z Downloaded hickory-resolver v0.24.4
8932026-08-21T22:24:10.359Z Downloaded pin-project v1.1.11
8942026-08-21T22:24:10.363Z Downloaded rcgen v0.12.1
8952026-08-21T22:24:10.366Z Downloaded toml_parser v1.1.2+spec-1.1.0
8962026-08-21T22:24:10.366Z Downloaded writeable v0.6.2
8972026-08-21T22:24:10.369Z Downloaded tokio-rustls v0.26.4
8982026-08-21T22:24:10.369Z Downloaded vergen-lib v9.1.0
8992026-08-21T22:24:10.369Z Downloaded const_format_proc_macros v0.2.34
9002026-08-21T22:24:10.372Z Downloaded tokio-test v0.4.5
9012026-08-21T22:24:10.372Z Downloaded untrusted v0.9.0
9022026-08-21T22:24:10.372Z Downloaded miette-derive v7.6.0
9032026-08-21T22:24:10.373Z Downloaded topological-sort v0.2.2
9042026-08-21T22:24:10.373Z Downloaded want v0.3.1
9052026-08-21T22:24:10.375Z Downloaded darling_core v0.21.3
9062026-08-21T22:24:10.378Z Downloaded toml v1.1.2+spec-1.1.0
9072026-08-21T22:24:10.382Z Downloaded icu_normalizer v2.1.1
9082026-08-21T22:24:10.382Z Downloaded miniz_oxide v0.8.9
9092026-08-21T22:24:10.386Z Downloaded parking_lot_core v0.8.6
9102026-08-21T22:24:10.386Z Downloaded darling v0.20.11
9112026-08-21T22:24:10.391Z Downloaded nu-ansi-term v0.50.3
9122026-08-21T22:24:10.391Z Downloaded oxide-update-engine-display v0.1.2
9132026-08-21T22:24:10.391Z Downloaded oxide-tokio-rt v0.1.4
9142026-08-21T22:24:10.391Z Downloaded pem-rfc7468 v0.7.0
9152026-08-21T22:24:10.391Z Downloaded xshell-macros v0.2.7
9162026-08-21T22:24:10.396Z Downloaded crc8 v0.1.1
9172026-08-21T22:24:10.396Z Downloaded zone v0.3.1
9182026-08-21T22:24:10.396Z Downloaded postgres-protocol v0.6.10
9192026-08-21T22:24:10.396Z Downloaded rpassword v7.5.4
9202026-08-21T22:24:10.396Z Downloaded scheduled-thread-pool v0.2.7
9212026-08-21T22:24:10.396Z Downloaded darling_macro v0.23.0
9222026-08-21T22:24:10.396Z Downloaded diesel_table_macro_syntax v0.3.0
9232026-08-21T22:24:10.396Z Downloaded hashbrown v0.13.2
9242026-08-21T22:24:10.400Z Downloaded paste v1.0.15
9252026-08-21T22:24:10.400Z Downloaded phf v0.12.1
9262026-08-21T22:24:10.400Z Downloaded progenitor v0.14.0
9272026-08-21T22:24:10.400Z Downloaded progenitor-client v0.13.0
9282026-08-21T22:24:10.400Z Downloaded dyn-clone v1.0.20
9292026-08-21T22:24:10.403Z Downloaded illumos-nvpair v0.3.0
9302026-08-21T22:24:10.403Z Downloaded num-bigint v0.4.6
9312026-08-21T22:24:10.407Z Downloaded iana-time-zone v0.1.65
9322026-08-21T22:24:10.408Z Downloaded internet-checksum v0.2.1
9332026-08-21T22:24:10.411Z Downloaded lru-slab v0.1.2
9342026-08-21T22:24:10.417Z Downloaded spin v0.9.8
9352026-08-21T22:24:10.421Z Downloaded serde_path_to_error v0.1.20
9362026-08-21T22:24:10.421Z Downloaded new_debug_unreachable v1.0.6
9372026-08-21T22:24:10.422Z Downloaded newline-converter v0.3.0
9382026-08-21T22:24:10.422Z Downloaded kstat-rs v0.2.5
9392026-08-21T22:24:10.425Z Downloaded oso-derive v0.27.3
9402026-08-21T22:24:10.425Z Downloaded slog-scope v4.4.1
9412026-08-21T22:24:10.425Z Downloaded spki v0.8.0
9422026-08-21T22:24:10.425Z Downloaded darling_core v0.20.11
9432026-08-21T22:24:10.430Z Downloaded subprocess v0.2.15
9442026-08-21T22:24:10.430Z Downloaded termios v0.3.3
9452026-08-21T22:24:10.430Z Downloaded toml_writer v1.1.1+spec-1.1.0
9462026-08-21T22:24:10.434Z Downloaded litemap v0.8.1
9472026-08-21T22:24:10.437Z Downloaded uzers v0.12.2
9482026-08-21T22:24:10.437Z Downloaded recursive-proc-macro-impl v0.1.1
9492026-08-21T22:24:10.442Z Downloaded password-hash v0.6.1
9502026-08-21T22:24:10.445Z Downloaded walkdir v2.5.0
9512026-08-21T22:24:10.446Z Downloaded darling_core v0.23.0
9522026-08-21T22:24:10.449Z Downloaded derive_more v2.1.1
9532026-08-21T22:24:10.454Z Downloaded constant_time_eq v0.4.2
9542026-08-21T22:24:10.458Z Downloaded daft-derive v0.1.7
9552026-08-21T22:24:10.458Z Downloaded pkcs8 v0.10.2
9562026-08-21T22:24:10.461Z Downloaded zeroize v1.9.0
9572026-08-21T22:24:10.461Z Downloaded progenitor-macro v0.14.0
9582026-08-21T22:24:10.465Z Downloaded serde_spanned v1.1.1
9592026-08-21T22:24:10.466Z Downloaded pkcs8 v0.11.0
9602026-08-21T22:24:10.469Z Downloaded steno v0.4.1
9612026-08-21T22:24:10.469Z Downloaded hashbrown v0.12.3
9622026-08-21T22:24:10.474Z Downloaded hickory-server v0.25.2
9632026-08-21T22:24:10.474Z Downloaded x509-cert v0.2.5
9642026-08-21T22:24:10.479Z Downloaded hyper-tls v0.6.0
9652026-08-21T22:24:10.479Z Downloaded schemars_derive v0.8.22
9662026-08-21T22:24:10.483Z Downloaded thiserror-impl-no-std v2.0.2
9672026-08-21T22:24:10.486Z Downloaded supports-color v3.0.2
9682026-08-21T22:24:10.486Z Downloaded sync-ptr v0.1.4
9692026-08-21T22:24:10.486Z Downloaded minimal-lexical v0.2.1
9702026-08-21T22:24:10.490Z Downloaded ingot v0.2.1
9712026-08-21T22:24:10.493Z Downloaded multer v3.1.0
9722026-08-21T22:24:10.493Z Downloaded num-complex v0.4.6
9732026-08-21T22:24:10.493Z Downloaded unit-prefix v0.5.2
9742026-08-21T22:24:10.502Z Downloaded toml_edit v0.23.10+spec-1.0.0
9752026-08-21T22:24:10.505Z Downloaded downcast-rs v2.0.2
9762026-08-21T22:24:10.510Z Downloaded debug-ignore v1.0.5
9772026-08-21T22:24:10.510Z Downloaded num_enum v0.7.6
9782026-08-21T22:24:10.513Z Downloaded cpufeatures v0.3.0
9792026-08-21T22:24:10.513Z Downloaded crc v3.4.0
9802026-08-21T22:24:10.517Z Downloaded embedded-io v0.4.0
9812026-08-21T22:24:10.521Z Downloaded memoffset v0.9.1
9822026-08-21T22:24:10.521Z Downloaded twox-hash v2.1.2
9832026-08-21T22:24:10.525Z Downloaded zerocopy v0.6.6
9842026-08-21T22:24:10.525Z Downloaded phc v0.6.1
9852026-08-21T22:24:10.529Z Downloaded r2d2 v0.8.10
9862026-08-21T22:24:10.529Z Downloaded kem v0.3.0
9872026-08-21T22:24:10.529Z Downloaded maplit v1.0.2
9882026-08-21T22:24:10.535Z Downloaded derive_more-impl v2.1.1
9892026-08-21T22:24:10.538Z Downloaded pem v3.0.6
9902026-08-21T22:24:10.538Z Downloaded pin-project-lite v0.2.17
9912026-08-21T22:24:10.541Z Downloaded derive_builder_core v0.20.2
9922026-08-21T22:24:10.544Z Downloaded rand_core v0.9.5
9932026-08-21T22:24:10.544Z Downloaded num-derive v0.4.2
9942026-08-21T22:24:10.544Z Downloaded rustls-webpki v0.103.13
9952026-08-21T22:24:10.547Z Downloaded schemars v0.9.0
9962026-08-21T22:24:10.551Z Downloaded olpc-cjson v0.1.4
9972026-08-21T22:24:10.554Z Downloaded progenitor-macro v0.13.0
9982026-08-21T22:24:10.554Z Downloaded csv-core v0.1.13
9992026-08-21T22:24:10.554Z Downloaded rustls-native-certs v0.8.3
10002026-08-21T22:24:10.557Z Downloaded sec1 v0.8.1
10012026-08-21T22:24:10.557Z Downloaded signal-hook v0.3.18
10022026-08-21T22:24:10.557Z Downloaded stable_deref_trait v1.2.1
10032026-08-21T22:24:10.565Z Downloaded indexmap v1.9.3
10042026-08-21T22:24:10.568Z Downloaded memmap2 v0.9.10
10052026-08-21T22:24:10.568Z Downloaded smf v0.2.3
10062026-08-21T22:24:10.568Z Downloaded diff v0.1.13
10072026-08-21T22:24:10.571Z Downloaded static_assertions v1.1.0
10082026-08-21T22:24:10.571Z Downloaded tls_codec_derive v0.4.2
10092026-08-21T22:24:10.585Z Downloaded usdt-impl v0.6.0
10102026-08-21T22:24:10.588Z Downloaded typed-path v0.9.3
10112026-08-21T22:24:10.592Z Downloaded yoke v0.8.1
10122026-08-21T22:24:10.592Z Downloaded rayon-core v1.13.0
10132026-08-21T22:24:10.595Z Downloaded delegate v0.13.5
10142026-08-21T22:24:10.595Z Downloaded tokio-postgres v0.7.16
10152026-08-21T22:24:10.598Z Downloaded time-core v0.1.8
10162026-08-21T22:24:10.598Z Downloaded tower-service v0.3.3
10172026-08-21T22:24:10.598Z Downloaded utf-8 v0.7.6
10182026-08-21T22:24:10.598Z Downloaded tracing-core v0.1.36
10192026-08-21T22:24:10.601Z Downloaded unicode-properties v0.1.4
10202026-08-21T22:24:10.607Z Downloaded postcard v1.1.3
10212026-08-21T22:24:10.607Z Downloaded ena v0.14.4
10222026-08-21T22:24:10.610Z Downloaded hyper-staticfile v0.10.1
10232026-08-21T22:24:10.610Z Downloaded keccak v0.2.0
10242026-08-21T22:24:10.610Z Downloaded cpubits v0.1.1
10252026-08-21T22:24:10.610Z Downloaded ecdsa v0.16.9
10262026-08-21T22:24:10.610Z Downloaded hyper v1.10.1
10272026-08-21T22:24:10.614Z Downloaded hashbrown v0.14.5
10282026-08-21T22:24:10.617Z Downloaded hashbrown v0.16.1
10292026-08-21T22:24:10.617Z Downloaded itertools v0.10.5
10302026-08-21T22:24:10.621Z Downloaded crypto-bigint v0.5.5
10312026-08-21T22:24:10.625Z Downloaded ed25519-dalek v3.0.0
10322026-08-21T22:24:10.628Z Downloaded crypto-common v0.2.2
10332026-08-21T22:24:10.628Z Downloaded defmt v0.3.100
10342026-08-21T22:24:10.628Z Downloaded ident_case v1.0.1
10352026-08-21T22:24:10.628Z Downloaded darling_core v0.13.4
10362026-08-21T22:24:10.631Z Downloaded salsa20 v0.11.0
10372026-08-21T22:24:10.631Z Downloaded native-tls v0.2.18
10382026-08-21T22:24:10.631Z Downloaded md-5 v0.10.6
10392026-08-21T22:24:10.634Z Downloaded peg v0.8.5
10402026-08-21T22:24:10.634Z Downloaded dof v0.4.0
10412026-08-21T22:24:10.634Z Downloaded elliptic-curve v0.13.8
10422026-08-21T22:24:10.649Z Downloaded drift v0.2.0
10432026-08-21T22:24:10.649Z Downloaded resolv-conf v0.7.6
10442026-08-21T22:24:10.649Z Downloaded ed25519-dalek v2.2.0
10452026-08-21T22:24:10.649Z Downloaded hyper-util v0.1.20
10462026-08-21T22:24:10.649Z Downloaded icu_locale_core v2.1.1
10472026-08-21T22:24:10.653Z Downloaded ssh-key v0.7.0-rc.11
10482026-08-21T22:24:10.658Z Downloaded socket2 v0.6.3
10492026-08-21T22:24:10.658Z Downloaded num v0.4.3
10502026-08-21T22:24:10.658Z Downloaded percent-encoding v2.3.2
10512026-08-21T22:24:10.658Z Downloaded toml_edit v0.19.15
10522026-08-21T22:24:10.664Z Downloaded mio v1.2.0
10532026-08-21T22:24:10.667Z Downloaded scrypt v0.12.0
10542026-08-21T22:24:10.671Z Downloaded signal-hook-registry v1.4.8
10552026-08-21T22:24:10.671Z Downloaded serde_derive_internals v0.29.1
10562026-08-21T22:24:10.671Z Downloaded hashbrown v0.15.5
10572026-08-21T22:24:10.675Z Downloaded support-bundle-viewer v0.1.2
10582026-08-21T22:24:10.675Z Downloaded tracing-attributes v0.1.31
10592026-08-21T22:24:10.675Z Downloaded vergen v9.1.0
10602026-08-21T22:24:10.681Z Downloaded whoami v1.6.1
10612026-08-21T22:24:10.681Z Downloaded whoami v2.1.0
10622026-08-21T22:24:10.681Z Downloaded yasna v0.5.2
10632026-08-21T22:24:10.681Z Downloaded serde_urlencoded v0.7.1
10642026-08-21T22:24:10.681Z Downloaded crc32fast v1.5.0
10652026-08-21T22:24:10.684Z Downloaded usdt-macro v0.6.0
10662026-08-21T22:24:10.684Z Downloaded ssh-encoding v0.3.0
10672026-08-21T22:24:10.684Z Downloaded xshell v0.2.7
10682026-08-21T22:24:10.685Z Downloaded const_format v0.2.35
10692026-08-21T22:24:10.685Z Downloaded rtoolbox v0.0.3
10702026-08-21T22:24:10.689Z Downloaded subtle v2.6.1
10712026-08-21T22:24:10.690Z Downloaded des v0.9.0
10722026-08-21T22:24:10.690Z Downloaded untrusted v0.7.1
10732026-08-21T22:24:10.693Z Downloaded data-encoding v2.10.0
10742026-08-21T22:24:10.693Z Downloaded pkcs1 v0.8.0-rc.4
10752026-08-21T22:24:10.693Z Downloaded pkg-config v0.3.32
10762026-08-21T22:24:10.702Z Downloaded ingot-types v0.2.0
10772026-08-21T22:24:10.705Z Downloaded parking_lot v0.11.2
10782026-08-21T22:24:10.709Z Downloaded inout v0.2.2
10792026-08-21T22:24:10.709Z Downloaded serde_with_macros v3.21.0
10802026-08-21T22:24:10.712Z Downloaded inout v0.1.4
10812026-08-21T22:24:10.712Z Downloaded socket2 v0.5.10
10822026-08-21T22:24:10.715Z Downloaded dirs-next v2.0.0
10832026-08-21T22:24:10.718Z Downloaded ed25519 v2.2.3
10842026-08-21T22:24:10.718Z Downloaded indoc v2.0.7
10852026-08-21T22:24:10.721Z Downloaded icu_collections v2.1.1
10862026-08-21T22:24:10.726Z Downloaded nanorand v0.7.0
10872026-08-21T22:24:10.729Z Downloaded libloading v0.8.9
10882026-08-21T22:24:10.729Z Downloaded digest-io v0.1.0
10892026-08-21T22:24:10.732Z Downloaded predicates-core v1.0.10
10902026-08-21T22:24:10.732Z Downloaded openssl-probe v0.2.1
10912026-08-21T22:24:10.735Z Downloaded icu_normalizer_data v2.1.1
10922026-08-21T22:24:10.735Z Downloaded scopeguard v1.2.0
10932026-08-21T22:24:10.740Z Downloaded futures-util v0.3.32
10942026-08-21T22:24:10.744Z Downloaded tungstenite v0.23.0
10952026-08-21T22:24:10.747Z Downloaded smallvec v1.15.1
10962026-08-21T22:24:10.751Z Downloaded unicode-segmentation v1.12.0
10972026-08-21T22:24:10.751Z Downloaded tiny-keccak v2.0.2
10982026-08-21T22:24:10.755Z Downloaded password-hash v0.5.0
10992026-08-21T22:24:10.755Z Downloaded progenitor v0.13.0
11002026-08-21T22:24:10.755Z Downloaded rand_core v0.6.4
11012026-08-21T22:24:10.755Z Downloaded zip v4.6.1
11022026-08-21T22:24:10.758Z Downloaded derive_more v0.99.20
11032026-08-21T22:24:10.762Z Downloaded icu_properties v2.1.2
11042026-08-21T22:24:10.767Z Downloaded dsl_auto_type v0.2.0
11052026-08-21T22:24:10.771Z Downloaded multimap v0.10.1
11062026-08-21T22:24:10.771Z Downloaded semver v0.1.20
11072026-08-21T22:24:10.775Z Downloaded reqwest v0.13.2
11082026-08-21T22:24:10.779Z Downloaded itertools v0.12.1
11092026-08-21T22:24:10.782Z Downloaded der v0.7.10
11102026-08-21T22:24:10.787Z Downloaded try-lock v0.2.5
11112026-08-21T22:24:10.794Z Downloaded displaydoc v0.2.5
11122026-08-21T22:24:10.798Z Downloaded lru v0.12.5
11132026-08-21T22:24:10.798Z Downloaded serde_yaml v0.9.34+deprecated
11142026-08-21T22:24:10.798Z Downloaded void v1.0.2
11152026-08-21T22:24:10.802Z Downloaded zstd v0.13.3
11162026-08-21T22:24:10.806Z Downloaded hkdf v0.12.4
11172026-08-21T22:24:10.809Z Downloaded progenitor-impl v0.13.0
11182026-08-21T22:24:10.813Z Downloaded num_enum_derive v0.7.6
11192026-08-21T22:24:10.813Z Downloaded rand_core v0.10.0
11202026-08-21T22:24:10.817Z Downloaded match_cfg v0.1.0
11212026-08-21T22:24:10.817Z Downloaded libsw-core v0.3.2
11222026-08-21T22:24:10.817Z Downloaded ppv-lite86 v0.2.21
11232026-08-21T22:24:10.822Z Downloaded newtype-uuid v1.3.2
11242026-08-21T22:24:10.825Z Downloaded path-slash v0.1.5
11252026-08-21T22:24:10.825Z Downloaded hkdf v0.13.0
11262026-08-21T22:24:10.825Z Downloaded radium v0.7.0
11272026-08-21T22:24:10.825Z Downloaded rawzip v0.4.4
11282026-08-21T22:24:10.828Z Downloaded rustls-pemfile v2.2.0
11292026-08-21T22:24:10.828Z Downloaded structmeta v0.3.0
11302026-08-21T22:24:10.833Z Downloaded quinn-udp v0.5.14
11312026-08-21T22:24:10.833Z Downloaded simd-adler32 v0.3.8
11322026-08-21T22:24:10.836Z Downloaded dropshot-api-manager-types v0.8.0
11332026-08-21T22:24:10.836Z Downloaded snafu-derive v0.8.9
11342026-08-21T22:24:10.836Z Downloaded h2 v0.4.15
11352026-08-21T22:24:10.840Z Downloaded pretty_assertions v1.4.1
11362026-08-21T22:24:10.840Z Downloaded prettyplease v0.2.37
11372026-08-21T22:24:10.843Z Downloaded string_cache v0.8.9
11382026-08-21T22:24:10.848Z Downloaded signal-hook-mio v0.2.5
11392026-08-21T22:24:10.851Z Downloaded term v0.7.0
11402026-08-21T22:24:10.851Z Downloaded zstd-safe v7.2.4
11412026-08-21T22:24:10.856Z Downloaded progenitor-client v0.14.0
11422026-08-21T22:24:10.862Z Downloaded rand v0.10.1
11432026-08-21T22:24:10.866Z Downloaded darling v0.13.4
11442026-08-21T22:24:10.869Z Downloaded ipnet v2.12.0
11452026-08-21T22:24:10.869Z Downloaded dropshot-api-manager v0.8.0
11462026-08-21T22:24:10.874Z Downloaded structmeta-derive v0.3.0
11472026-08-21T22:24:10.874Z Downloaded prefix-trie v0.7.0
11482026-08-21T22:24:10.879Z Downloaded darling v0.21.3
11492026-08-21T22:24:10.879Z Downloaded digest v0.11.3
11502026-08-21T22:24:10.883Z Downloaded progenitor-extras v0.2.0
11512026-08-21T22:24:10.887Z Downloaded diesel_derives v2.3.7
11522026-08-21T22:24:10.888Z Downloaded progenitor-impl v0.14.0
11532026-08-21T22:24:10.892Z Downloaded tinyvec v1.10.0
11542026-08-21T22:24:10.892Z Downloaded oxide-update-engine-types v0.1.2
11552026-08-21T22:24:10.892Z Downloaded internal-russh-num-bigint v0.5.0
11562026-08-21T22:24:10.895Z Downloaded cookie_store v0.22.1
11572026-08-21T22:24:10.895Z Downloaded ctr v0.10.1
11582026-08-21T22:24:10.895Z Downloaded either v1.15.0
11592026-08-21T22:24:10.899Z Downloaded shell-words v1.1.1
11602026-08-21T22:24:10.899Z Downloaded libbz2-rs-sys v0.2.2
11612026-08-21T22:24:10.899Z Downloaded pkcs1 v0.7.5
11622026-08-21T22:24:10.899Z Downloaded serde-hex v0.1.0
11632026-08-21T22:24:10.899Z Downloaded impl-trait-for-tuples v0.2.3
11642026-08-21T22:24:10.903Z Downloaded miette v7.6.0
11652026-08-21T22:24:10.909Z Downloaded is-terminal v0.4.17
11662026-08-21T22:24:10.909Z Downloaded sync_wrapper v1.0.2
11672026-08-21T22:24:10.912Z Downloaded tokio-stream v0.1.18
11682026-08-21T22:24:10.916Z Downloaded zerotrie v0.2.3
11692026-08-21T22:24:10.925Z Downloaded tungstenite v0.21.0
11702026-08-21T22:24:10.940Z Downloaded defmt v1.0.1
11712026-08-21T22:24:10.946Z Downloaded num-conv v0.2.0
11722026-08-21T22:24:10.946Z Downloaded pbkdf2 v0.13.0
11732026-08-21T22:24:10.949Z Downloaded rustyline v14.0.0
11742026-08-21T22:24:10.952Z Downloaded similar v2.7.0
11752026-08-21T22:24:10.955Z Downloaded slog-json v2.6.1
11762026-08-21T22:24:10.955Z Downloaded take_mut v0.2.2
11772026-08-21T22:24:10.955Z Downloaded test-strategy v0.4.5
11782026-08-21T22:24:10.958Z Downloaded thiserror-no-std v2.0.2
11792026-08-21T22:24:10.958Z Downloaded is_ci v1.2.0
11802026-08-21T22:24:10.961Z Downloaded darling v0.23.0
11812026-08-21T22:24:10.964Z Downloaded poly1305 v0.8.0
11822026-08-21T22:24:10.964Z Downloaded rustls-pki-types v1.14.0
11832026-08-21T22:24:10.964Z Downloaded ctutils v0.4.2
11842026-08-21T22:24:10.968Z Downloaded samael v0.0.19
11852026-08-21T22:24:10.971Z Downloaded blake3 v1.8.5
11862026-08-21T22:24:10.974Z Downloaded tabwriter v1.4.1
11872026-08-21T22:24:10.974Z Downloaded zerofrom v0.1.6
11882026-08-21T22:24:10.974Z Downloaded sqlformat v0.3.5
11892026-08-21T22:24:10.978Z Downloaded vsss-rs v3.3.4
11902026-08-21T22:24:10.978Z Downloaded tower v0.5.3
11912026-08-21T22:24:10.981Z Downloaded defmt-macros v1.0.1
11922026-08-21T22:24:10.984Z Downloaded iri-string v0.7.10
11932026-08-21T22:24:10.988Z Downloaded tar v0.4.46
11942026-08-21T22:24:10.988Z Downloaded scuffle v0.1.0
11952026-08-21T22:24:10.991Z Downloaded unicode_categories v0.1.1
11962026-08-21T22:24:10.992Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11972026-08-21T22:24:10.992Z Downloaded module-lattice v0.2.3
11982026-08-21T22:24:10.992Z Downloaded rustls-platform-verifier v0.6.2
11992026-08-21T22:24:10.996Z Downloaded unsafe-libyaml v0.2.11
12002026-08-21T22:24:11.000Z Downloaded nom v8.0.0
12012026-08-21T22:24:11.000Z Downloaded dropshot_endpoint v0.17.1
12022026-08-21T22:24:11.003Z Downloaded unicode-normalization v0.1.25
12032026-08-21T22:24:11.003Z Downloaded p521 v0.14.0
12042026-08-21T22:24:11.007Z Downloaded serde_with v3.21.0
12052026-08-21T22:24:11.012Z Downloaded tokio-tungstenite v0.23.1
12062026-08-21T22:24:11.015Z Downloaded litrs v1.0.0
12072026-08-21T22:24:11.015Z Downloaded yansi v1.0.1
12082026-08-21T22:24:11.020Z Downloaded rsa v0.10.0-rc.18
12092026-08-21T22:24:11.024Z Downloaded papergrid v0.18.0
12102026-08-21T22:24:11.024Z Downloaded schemars v0.8.22
12112026-08-21T22:24:11.027Z Downloaded lock_api v0.4.14
12122026-08-21T22:24:11.032Z Downloaded ssh-cipher v0.3.0
12132026-08-21T22:24:11.032Z Downloaded port-file v0.1.0
12142026-08-21T22:24:11.032Z Downloaded stringprep v0.1.5
12152026-08-21T22:24:11.032Z Downloaded reedline v0.40.0
12162026-08-21T22:24:11.035Z Downloaded num-traits v0.2.19
12172026-08-21T22:24:11.040Z Downloaded uuid v1.23.4
12182026-08-21T22:24:11.040Z Downloaded aws-lc-rs v1.16.3
12192026-08-21T22:24:11.043Z Downloaded num_enum_derive v0.5.11
12202026-08-21T22:24:11.043Z Downloaded tokio-tungstenite v0.21.0
12212026-08-21T22:24:11.046Z Downloaded crypto-primes v0.7.2
12222026-08-21T22:24:11.049Z Downloaded rayon v1.11.0
12232026-08-21T22:24:11.057Z Downloaded cookie v0.18.1
12242026-08-21T22:24:11.064Z Downloaded nom v7.1.3
12252026-08-21T22:24:11.068Z Downloaded p384 v0.14.0
12262026-08-21T22:24:11.073Z Downloaded poly1305 v0.9.0
12272026-08-21T22:24:11.076Z Downloaded crossbeam-epoch v0.9.18
12282026-08-21T22:24:11.076Z Downloaded bindgen v0.71.1
12292026-08-21T22:24:11.080Z Downloaded bitvec v1.0.1
12302026-08-21T22:24:11.088Z Downloaded chrono v0.4.45
12312026-08-21T22:24:11.092Z Downloaded derive_builder v0.20.2
12322026-08-21T22:24:11.095Z Downloaded derive-where v1.6.0
12332026-08-21T22:24:11.098Z Downloaded url v2.5.8
12342026-08-21T22:24:11.098Z Downloaded itertools v0.14.0
12352026-08-21T22:24:11.103Z Downloaded petname v2.0.2
12362026-08-21T22:24:11.106Z Downloaded jiff-core v0.1.0
12372026-08-21T22:24:11.109Z Downloaded slog v2.8.2
12382026-08-21T22:24:11.110Z Downloaded russh v0.62.4
12392026-08-21T22:24:11.114Z Downloaded typify v0.6.2
12402026-08-21T22:24:11.118Z Downloaded vcpkg v0.2.15
12412026-08-21T22:24:11.136Z Downloaded crossbeam-channel v0.5.15
12422026-08-21T22:24:11.139Z Downloaded crossterm v0.29.0
12432026-08-21T22:24:11.142Z Downloaded git2 v0.20.4
12442026-08-21T22:24:11.146Z Downloaded rsa v0.9.10
12452026-08-21T22:24:11.149Z Downloaded proptest v1.11.0
12462026-08-21T22:24:11.153Z Downloaded snafu v0.8.9
12472026-08-21T22:24:11.156Z Downloaded tabled v0.21.0
12482026-08-21T22:24:11.167Z Downloaded zerovec v0.11.5
12492026-08-21T22:24:11.170Z Downloaded unicode-bidi v0.3.18
12502026-08-21T22:24:11.170Z Downloaded num-bigint-dig v0.8.6
12512026-08-21T22:24:11.173Z Downloaded openssl-sys v0.9.117
12522026-08-21T22:24:11.177Z Downloaded rand v0.8.6
12532026-08-21T22:24:11.180Z Downloaded tokio-util v0.7.18
12542026-08-21T22:24:11.183Z Downloaded goblin v0.10.5
12552026-08-21T22:24:11.186Z Downloaded ignore v0.4.25
12562026-08-21T22:24:11.189Z Downloaded indicatif v0.18.4
12572026-08-21T22:24:11.193Z Downloaded quick-xml v0.37.5
12582026-08-21T22:24:11.196Z Downloaded rand v0.9.2
12592026-08-21T22:24:11.196Z Downloaded schemars v1.2.1
12602026-08-21T22:24:11.203Z Downloaded der v0.8.0
12612026-08-21T22:24:11.207Z Downloaded radix_trie v0.2.1
12622026-08-21T22:24:11.210Z Downloaded icu_properties_data v2.1.2
12632026-08-21T22:24:11.213Z Downloaded libxml v0.3.3
12642026-08-21T22:24:11.216Z Downloaded tower-http v0.6.8
12652026-08-21T22:24:11.230Z Downloaded tough v0.22.0
12662026-08-21T22:24:11.237Z Downloaded serde_with v1.14.0
12672026-08-21T22:24:11.240Z Downloaded quinn v0.11.11
12682026-08-21T22:24:11.240Z Downloaded knus v3.4.0
12692026-08-21T22:24:11.247Z Downloaded object v0.30.4
12702026-08-21T22:24:11.252Z Downloaded gimli v0.32.3
12712026-08-21T22:24:11.256Z Downloaded itertools v0.13.0
12722026-08-21T22:24:11.260Z Downloaded crossterm v0.28.1
12732026-08-21T22:24:11.263Z Downloaded zerocopy-derive v0.8.55
12742026-08-21T22:24:11.271Z Downloaded reqwest v0.12.28
12752026-08-21T22:24:11.281Z Downloaded polar-core v0.27.3
12762026-08-21T22:24:11.283Z Downloaded itertools v0.15.0
12772026-08-21T22:24:11.293Z Downloaded salty v0.3.0
12782026-08-21T22:24:11.314Z Downloaded bstr v1.12.1
12792026-08-21T22:24:11.321Z Downloaded nix v0.27.1
12802026-08-21T22:24:11.329Z Downloaded time v0.3.47
12812026-08-21T22:24:11.333Z Downloaded portable-atomic v1.13.1
12822026-08-21T22:24:11.336Z Downloaded quinn-proto v0.11.16
12832026-08-21T22:24:11.339Z Downloaded sha3 v0.12.0
12842026-08-21T22:24:11.339Z Downloaded idna v1.1.0
12852026-08-21T22:24:11.342Z Downloaded libm v0.2.16
12862026-08-21T22:24:11.348Z Downloaded curve25519-dalek v4.1.3
12872026-08-21T22:24:11.391Z Downloaded winnow v1.0.3
12882026-08-21T22:24:11.394Z Downloaded regex v1.12.3
12892026-08-21T22:24:11.397Z Downloaded winnow v0.6.26
12902026-08-21T22:24:11.412Z Downloaded zlib-rs v0.6.2
12912026-08-21T22:24:11.415Z Downloaded p384 v0.13.1
12922026-08-21T22:24:11.415Z Downloaded object v0.37.3
12932026-08-21T22:24:11.418Z Downloaded moka v0.12.13
12942026-08-21T22:24:11.424Z Downloaded openssl v0.10.80
12952026-08-21T22:24:11.431Z Downloaded smoltcp v0.11.0
12962026-08-21T22:24:11.437Z Downloaded winnow v0.5.40
12972026-08-21T22:24:11.441Z Downloaded hickory-proto v0.24.4
12982026-08-21T22:24:11.459Z Downloaded iddqd v0.4.2
12992026-08-21T22:24:11.463Z Downloaded smoltcp v0.9.1
13002026-08-21T22:24:11.469Z Downloaded openapiv3 v2.2.0
13012026-08-21T22:24:11.475Z Downloaded sqlparser v0.61.0
13022026-08-21T22:24:11.482Z Downloaded lalrpop v0.19.12
13032026-08-21T22:24:11.487Z Downloaded curve25519-dalek v5.0.0
13042026-08-21T22:24:11.495Z Downloaded zerocopy v0.8.55
13052026-08-21T22:24:11.506Z Downloaded hickory-proto v0.25.2
13062026-08-21T22:24:11.515Z Downloaded nix v0.31.2
13072026-08-21T22:24:11.520Z Downloaded regex-syntax v0.6.29
13082026-08-21T22:24:11.525Z Downloaded rustix v0.38.44
13092026-08-21T22:24:11.545Z Downloaded regress v0.10.5
13102026-08-21T22:24:11.555Z Downloaded regress v0.11.1
13112026-08-21T22:24:11.563Z Downloaded dropshot v0.17.1
13122026-08-21T22:24:11.574Z Downloaded bzip2-sys v0.1.13+1.0.8
13132026-08-21T22:24:11.588Z Downloaded nix v0.28.0
13142026-08-21T22:24:11.595Z Downloaded rustls v0.23.41
13152026-08-21T22:24:11.602Z Downloaded crypto-bigint v0.7.5
13162026-08-21T22:24:11.617Z Downloaded tracing v0.1.44
13172026-08-21T22:24:11.631Z Downloaded zerocopy-derive v0.6.6
13182026-08-21T22:24:11.638Z Downloaded regex-syntax v0.8.10
13192026-08-21T22:24:11.658Z Downloaded sled v0.34.7
13202026-08-21T22:24:11.677Z Downloaded petgraph v0.6.5
13212026-08-21T22:24:11.690Z Downloaded chrono-tz v0.10.4
13222026-08-21T22:24:11.700Z Downloaded typify-impl v0.6.2
13232026-08-21T22:24:11.708Z Downloaded diesel v2.3.7
13242026-08-21T22:24:11.726Z Downloaded regex-automata v0.4.14
13252026-08-21T22:24:11.734Z Downloaded jiff v0.2.34
13262026-08-21T22:24:11.744Z Downloaded ratatui v0.29.0
13272026-08-21T22:24:11.755Z Downloaded sha3 v0.11.0
13282026-08-21T22:24:11.766Z Downloaded tokio v1.52.1
13292026-08-21T22:24:11.791Z Downloaded sha3 v0.10.8
13302026-08-21T22:24:11.795Z Downloaded libz-sys v1.1.24
13312026-08-21T22:24:11.806Z Downloaded csv v1.4.0
13322026-08-21T22:24:11.819Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13332026-08-21T22:24:11.831Z Downloaded petgraph v0.8.3
13342026-08-21T22:24:11.860Z Downloaded encoding_rs v0.8.35
13352026-08-21T22:24:11.873Z Downloaded ring v0.17.14
13362026-08-21T22:24:11.914Z Downloaded libgit2-sys v0.18.3+1.9.2
13372026-08-21T22:24:12.443Z Downloaded aws-lc-sys v0.40.0
13382026-08-21T22:24:12.712Z Compiling serde_core v1.0.228
13392026-08-21T22:24:12.712Z Compiling libc v0.2.185
13402026-08-21T22:24:12.715Z Compiling serde v1.0.228
13412026-08-21T22:24:12.715Z Compiling log v0.4.33
13422026-08-21T22:24:12.715Z Compiling smallvec v1.15.1
13432026-08-21T22:24:12.857Z Compiling shlex v1.3.0
13442026-08-21T22:24:12.859Z Compiling find-msvc-tools v0.1.9
13452026-08-21T22:24:12.869Z Compiling syn v2.0.117
13462026-08-21T22:24:13.063Z Compiling subtle v2.6.1
13472026-08-21T22:24:13.077Z Compiling scopeguard v1.2.0
13482026-08-21T22:24:13.090Z Compiling stable_deref_trait v1.2.1
13492026-08-21T22:24:13.194Z Compiling lock_api v0.4.14
13502026-08-21T22:24:13.206Z Compiling typenum v1.20.1
13512026-08-21T22:24:13.219Z Compiling zerocopy v0.8.55
13522026-08-21T22:24:13.223Z Compiling portable-atomic v1.13.1
13532026-08-21T22:24:13.248Z Compiling serde_json v1.0.151
13542026-08-21T22:24:13.455Z Compiling critical-section v1.2.0
13552026-08-21T22:24:13.465Z Compiling libm v0.2.16
13562026-08-21T22:24:13.520Z Compiling num-traits v0.2.19
13572026-08-21T22:24:13.639Z Compiling pkg-config v0.3.32
13582026-08-21T22:24:13.726Z Compiling errno v0.3.14
13592026-08-21T22:24:13.738Z Compiling jobserver v0.1.34
13602026-08-21T22:24:13.858Z Compiling getrandom v0.2.17
13612026-08-21T22:24:13.997Z Compiling cc v1.2.56
13622026-08-21T22:24:14.178Z Compiling rand_core v0.6.4
13632026-08-21T22:24:14.313Z Compiling generic-array v0.14.7
13642026-08-21T22:24:14.313Z Compiling once_cell v1.21.3
13652026-08-21T22:24:14.368Z Compiling const-oid v0.9.6
13662026-08-21T22:24:14.368Z Compiling pin-project-lite v0.2.17
13672026-08-21T22:24:14.372Z Compiling parking_lot_core v0.9.12
13682026-08-21T22:24:14.383Z Compiling getrandom v0.3.4
13692026-08-21T22:24:14.431Z Compiling signal-hook-registry v1.4.8
13702026-08-21T22:24:14.886Z Compiling bitflags v2.11.0
13712026-08-21T22:24:14.984Z Compiling litemap v0.8.1
13722026-08-21T22:24:15.006Z Compiling futures-core v0.3.32
13732026-08-21T22:24:15.039Z Compiling writeable v0.6.2
13742026-08-21T22:24:15.112Z Compiling percent-encoding v2.3.2
13752026-08-21T22:24:15.172Z Compiling semver v1.0.28
13762026-08-21T22:24:15.232Z Compiling parking_lot v0.12.5
13772026-08-21T22:24:15.300Z Compiling mio v1.2.0
13782026-08-21T22:24:15.332Z Compiling icu_properties_data v2.1.2
13792026-08-21T22:24:15.367Z Compiling icu_normalizer_data v2.1.1
13802026-08-21T22:24:15.484Z Compiling socket2 v0.6.3
13812026-08-21T22:24:15.498Z Compiling getrandom v0.4.3
13822026-08-21T22:24:15.604Z Compiling rustix v1.1.4
13832026-08-21T22:24:15.641Z Compiling synstructure v0.13.2
13842026-08-21T22:24:15.665Z Compiling futures-sink v0.3.32
13852026-08-21T22:24:15.752Z Compiling rand_core v0.10.0
13862026-08-21T22:24:15.771Z Compiling indexmap v2.14.0
13872026-08-21T22:24:15.854Z Compiling futures-channel v0.3.32
13882026-08-21T22:24:15.880Z Compiling utf8_iter v1.0.4
13892026-08-21T22:24:16.083Z Compiling futures-task v0.3.32
13902026-08-21T22:24:16.105Z Compiling futures-io v0.3.32
13912026-08-21T22:24:16.167Z Compiling slab v0.4.12
13922026-08-21T22:24:16.262Z Compiling form_urlencoded v1.2.2
13932026-08-21T22:24:16.277Z Compiling rustversion v1.0.22
13942026-08-21T22:24:16.277Z Compiling base64ct v1.8.3
13952026-08-21T22:24:16.338Z Compiling iana-time-zone v0.1.65
13962026-08-21T22:24:16.364Z Compiling cmake v0.1.57
13972026-08-21T22:24:16.438Z Compiling flagset v0.4.7
13982026-08-21T22:24:16.536Z Compiling pem-rfc7468 v0.7.0
13992026-08-21T22:24:16.540Z Compiling fs_extra v1.3.0
14002026-08-21T22:24:16.575Z Compiling regex-syntax v0.8.10
14012026-08-21T22:24:16.600Z Compiling ident_case v1.0.1
14022026-08-21T22:24:16.727Z Compiling dunce v1.0.5
14032026-08-21T22:24:16.767Z Compiling uuid v1.23.4
14042026-08-21T22:24:16.820Z Compiling rand_core v0.9.5
14052026-08-21T22:24:16.838Z Compiling aws-lc-sys v0.40.0
14062026-08-21T22:24:16.848Z Compiling base64 v0.22.1
14072026-08-21T22:24:17.106Z Compiling vcpkg v0.2.15
14082026-08-21T22:24:17.181Z Compiling syn v1.0.109
14092026-08-21T22:24:17.262Z Compiling serde_derive_internals v0.29.1
14102026-08-21T22:24:17.456Z Compiling serde_derive v1.0.228
14112026-08-21T22:24:17.460Z Compiling zeroize_derive v1.5.0
14122026-08-21T22:24:17.488Z Compiling zerocopy-derive v0.8.55
14132026-08-21T22:24:17.500Z Compiling zerofrom-derive v0.1.6
14142026-08-21T22:24:17.838Z Compiling yoke-derive v0.8.1
14152026-08-21T22:24:18.136Z Compiling zerovec-derive v0.11.2
14162026-08-21T22:24:18.168Z Compiling displaydoc v0.2.5
14172026-08-21T22:24:18.932Z Compiling zerofrom v0.1.6
14182026-08-21T22:24:18.946Z Compiling tokio-macros v2.7.0
14192026-08-21T22:24:18.961Z Compiling futures-macro v0.3.32
14202026-08-21T22:24:19.029Z Compiling yoke v0.8.1
14212026-08-21T22:24:19.068Z Compiling thiserror-impl v2.0.18
14222026-08-21T22:24:19.220Z Compiling zerotrie v0.2.3
14232026-08-21T22:24:19.284Z Compiling zerovec v0.11.5
14242026-08-21T22:24:19.528Z Compiling der_derive v0.7.3
14252026-08-21T22:24:19.673Z Compiling openssl-sys v0.9.117
14262026-08-21T22:24:19.761Z Compiling tinystr v0.8.2
14272026-08-21T22:24:19.812Z Compiling potential_utf v0.1.4
14282026-08-21T22:24:19.961Z Compiling icu_locale_core v2.1.1
14292026-08-21T22:24:19.978Z Compiling icu_collections v2.1.1
14302026-08-21T22:24:20.192Z Compiling futures-util v0.3.32
14312026-08-21T22:24:20.410Z Compiling thiserror v2.0.18
14322026-08-21T22:24:20.489Z Compiling tracing-attributes v0.1.31
14332026-08-21T22:24:20.503Z Compiling rustc_version v0.4.1
14342026-08-21T22:24:20.518Z Compiling tracing-core v0.1.36
14352026-08-21T22:24:20.820Z Compiling icu_provider v2.1.1
14362026-08-21T22:24:20.846Z Compiling simd-adler32 v0.3.8
14372026-08-21T22:24:21.039Z Compiling zeroize v1.9.0
14382026-08-21T22:24:21.128Z Compiling bytes v1.11.1
14392026-08-21T22:24:21.132Z Compiling icu_properties v2.1.2
14402026-08-21T22:24:21.157Z Compiling icu_normalizer v2.1.1
14412026-08-21T22:24:21.697Z Compiling tokio v1.52.1
14422026-08-21T22:24:21.755Z Compiling chrono v0.4.45
14432026-08-21T22:24:21.845Z Compiling crypto-common v0.1.7
14442026-08-21T22:24:21.860Z Compiling block-buffer v0.10.4
14452026-08-21T22:24:22.001Z Compiling idna_adapter v1.2.1
14462026-08-21T22:24:22.039Z Compiling digest v0.10.7
14472026-08-21T22:24:22.062Z Compiling ppv-lite86 v0.2.21
14482026-08-21T22:24:22.142Z Compiling idna v1.1.0
14492026-08-21T22:24:22.254Z Compiling der v0.7.10
14502026-08-21T22:24:22.294Z Compiling http v1.4.2
14512026-08-21T22:24:22.398Z Compiling rand_chacha v0.9.0
14522026-08-21T22:24:22.570Z Compiling url v2.5.8
14532026-08-21T22:24:22.791Z Compiling schemars v0.8.22
14542026-08-21T22:24:22.988Z Compiling aws-lc-rs v1.16.3
14552026-08-21T22:24:23.074Z Compiling cpufeatures v0.2.17
14562026-08-21T22:24:23.153Z Compiling spki v0.7.3
14572026-08-21T22:24:23.165Z Compiling dyn-clone v1.0.20
14582026-08-21T22:24:23.215Z Compiling http-body v1.0.1
14592026-08-21T22:24:23.264Z Compiling rand v0.9.2
14602026-08-21T22:24:23.295Z Compiling tracing v0.1.44
14612026-08-21T22:24:23.344Z Compiling pkcs8 v0.10.2
14622026-08-21T22:24:23.358Z Compiling rustls-pki-types v1.14.0
14632026-08-21T22:24:23.504Z Compiling schemars_derive v0.8.22
14642026-08-21T22:24:23.550Z Compiling spin v0.9.8
14652026-08-21T22:24:23.592Z Compiling tinyvec_macros v0.1.1
14662026-08-21T22:24:23.664Z Compiling httparse v1.10.1
14672026-08-21T22:24:23.754Z Compiling adler2 v2.0.1
14682026-08-21T22:24:23.804Z Compiling cmov v0.5.4
14692026-08-21T22:24:23.885Z Compiling openssl-probe v0.2.1
14702026-08-21T22:24:23.987Z Compiling crc32fast v1.5.0
14712026-08-21T22:24:24.017Z Compiling ctutils v0.4.2
14722026-08-21T22:24:24.046Z Compiling miniz_oxide v0.8.9
14732026-08-21T22:24:24.061Z Compiling tinyvec v1.10.0
14742026-08-21T22:24:24.241Z Compiling tempfile v3.27.0
14752026-08-21T22:24:24.301Z Compiling pest_generator v2.8.6
14762026-08-21T22:24:24.395Z Compiling sha2 v0.10.9
14772026-08-21T22:24:24.600Z Compiling terminal_size v0.4.3
14782026-08-21T22:24:24.632Z Compiling aho-corasick v1.1.4
14792026-08-21T22:24:24.735Z Compiling untrusted v0.7.1
14802026-08-21T22:24:24.861Z Compiling atomic-waker v1.1.2
14812026-08-21T22:24:24.968Z Compiling tower-service v0.3.3
14822026-08-21T22:24:24.989Z Compiling try-lock v0.2.5
14832026-08-21T22:24:25.063Z Compiling tower-layer v0.3.3
14842026-08-21T22:24:25.097Z Compiling radium v0.7.0
14852026-08-21T22:24:25.221Z Compiling want v0.3.1
14862026-08-21T22:24:25.359Z Compiling pest_derive v2.8.6
14872026-08-21T22:24:25.563Z Compiling tokio-util v0.7.18
14882026-08-21T22:24:25.676Z Compiling regex-automata v0.4.14
14892026-08-21T22:24:25.791Z Compiling hybrid-array v0.4.13
14902026-08-21T22:24:26.270Z Compiling h2 v0.4.15
14912026-08-21T22:24:26.284Z Compiling ipnet v2.12.0
14922026-08-21T22:24:26.596Z Compiling scroll_derive v0.13.1
14932026-08-21T22:24:26.617Z Compiling darling_core v0.20.11
14942026-08-21T22:24:26.779Z Compiling httpdate v1.0.3
14952026-08-21T22:24:27.011Z Compiling foreign-types-shared v0.1.1
14962026-08-21T22:24:27.103Z Compiling rustls v0.23.41
14972026-08-21T22:24:27.157Z Compiling untrusted v0.9.0
14982026-08-21T22:24:27.270Z Compiling openssl v0.10.80
14992026-08-21T22:24:27.285Z Compiling tap v1.0.1
15002026-08-21T22:24:27.394Z Compiling maybe-uninit v2.0.0
15012026-08-21T22:24:27.408Z Compiling scroll v0.13.0
15022026-08-21T22:24:27.422Z Compiling wyz v0.5.1
15032026-08-21T22:24:27.513Z Compiling foreign-types v0.3.2
15042026-08-21T22:24:27.605Z Compiling unicode-normalization v0.1.25
15052026-08-21T22:24:27.693Z Compiling rand_chacha v0.3.1
15062026-08-21T22:24:27.783Z Compiling signature v2.2.0
15072026-08-21T22:24:27.972Z Compiling hex v0.4.3
15082026-08-21T22:24:28.072Z Compiling thiserror-impl v1.0.69
15092026-08-21T22:24:28.076Z Compiling openssl-macros v0.1.1
15102026-08-21T22:24:28.238Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-08-21T22:24:28.454Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15122026-08-21T22:24:28.457Z Compiling num-integer v0.1.46
15132026-08-21T22:24:28.513Z Compiling wait-timeout v0.2.1
15142026-08-21T22:24:28.774Z Compiling ahash v0.8.12
15152026-08-21T22:24:28.788Z Compiling packed_struct v0.10.1
15162026-08-21T22:24:28.831Z Compiling num-conv v0.2.0
15172026-08-21T22:24:28.887Z Compiling darling_macro v0.20.11
15182026-08-21T22:24:28.959Z Compiling powerfmt v0.2.0
15192026-08-21T22:24:28.974Z Compiling time-core v0.1.8
15202026-08-21T22:24:29.017Z Compiling native-tls v0.2.18
15212026-08-21T22:24:29.114Z Compiling quick-error v1.2.3
15222026-08-21T22:24:29.155Z Compiling num-bigint-dig v0.8.6
15232026-08-21T22:24:29.213Z Compiling bit-vec v0.8.0
15242026-08-21T22:24:29.228Z Compiling funty v2.0.0
15252026-08-21T22:24:29.276Z Compiling thiserror v1.0.69
15262026-08-21T22:24:29.360Z Compiling hyper v1.10.1
15272026-08-21T22:24:29.375Z Compiling darling v0.20.11
15282026-08-21T22:24:29.408Z Compiling bit-set v0.8.0
15292026-08-21T22:24:29.442Z Compiling rusty-fork v0.3.1
15302026-08-21T22:24:29.456Z Compiling time-macros v0.2.27
15312026-08-21T22:24:29.569Z Compiling bitvec v1.0.1
15322026-08-21T22:24:29.752Z Compiling deranged v0.5.8
15332026-08-21T22:24:29.800Z Compiling clap_builder v4.6.0
15342026-08-21T22:24:30.353Z Compiling num-iter v0.1.45
15352026-08-21T22:24:30.471Z Compiling hyper-util v0.1.20
15362026-08-21T22:24:30.937Z Compiling rand v0.8.6
15372026-08-21T22:24:31.082Z Compiling goblin v0.10.5
15382026-08-21T22:24:31.333Z Compiling packed_struct_codegen v0.10.1
15392026-08-21T22:24:31.788Z Compiling lazy_static v1.5.0
15402026-08-21T22:24:31.885Z Compiling hmac v0.12.1
15412026-08-21T22:24:32.049Z Compiling serde_spanned v0.6.9
15422026-08-21T22:24:32.194Z Compiling toml_datetime v0.6.11
15432026-08-21T22:24:32.222Z Compiling bitfield-macros v0.19.4
15442026-08-21T22:24:32.410Z Compiling zerocopy-derive v0.6.6
15452026-08-21T22:24:32.455Z Compiling clap_derive v4.6.1
15462026-08-21T22:24:32.830Z Compiling rand_xorshift v0.4.0
15472026-08-21T22:24:32.915Z Compiling sync_wrapper v1.0.2
15482026-08-21T22:24:32.993Z Compiling indexmap v1.9.3
15492026-08-21T22:24:33.023Z Compiling crossbeam-utils v0.8.21
15502026-08-21T22:24:33.182Z Compiling zlib-rs v0.6.2
15512026-08-21T22:24:33.226Z Compiling crc-catalog v2.4.0
15522026-08-21T22:24:33.306Z Compiling paste v1.0.15
15532026-08-21T22:24:33.321Z Compiling usdt-impl v0.6.0
15542026-08-21T22:24:33.521Z Compiling num_threads v0.1.7
15552026-08-21T22:24:33.565Z Compiling siphasher v1.0.2
15562026-08-21T22:24:33.619Z Compiling unarray v0.1.4
15572026-08-21T22:24:33.723Z Compiling object v0.37.3
15582026-08-21T22:24:33.737Z Compiling nodrop v0.1.14
15592026-08-21T22:24:33.750Z Compiling proptest v1.11.0
15602026-08-21T22:24:33.829Z Compiling array-init v0.0.4
15612026-08-21T22:24:34.032Z Compiling dof v0.4.0
15622026-08-21T22:24:34.165Z Compiling time v0.3.47
15632026-08-21T22:24:34.180Z Compiling clap v4.6.1
15642026-08-21T22:24:34.344Z Compiling crc v3.4.0
15652026-08-21T22:24:34.538Z Compiling zerocopy v0.6.6
15662026-08-21T22:24:34.874Z Compiling tower v0.5.3
15672026-08-21T22:24:35.257Z Compiling bitfield v0.19.4
15682026-08-21T22:24:35.643Z Compiling smallvec v0.6.14
15692026-08-21T22:24:35.841Z Compiling derive_builder_core v0.20.2
15702026-08-21T22:24:35.905Z Compiling dtrace-parser v0.3.0
15712026-08-21T22:24:36.396Z Compiling flate2 v1.1.9
15722026-08-21T22:24:36.545Z Compiling ipnetwork v0.21.1
15732026-08-21T22:24:36.651Z Compiling pkcs1 v0.7.5
15742026-08-21T22:24:36.654Z Compiling http-body-util v0.1.3
15752026-08-21T22:24:36.696Z Compiling heapless v0.7.17
15762026-08-21T22:24:36.800Z Compiling scroll_derive v0.12.1
15772026-08-21T22:24:36.911Z Compiling structmeta-derive v0.3.0
15782026-08-21T22:24:36.933Z Compiling slog v2.8.2
15792026-08-21T22:24:36.936Z Compiling darling_core v0.23.0
15802026-08-21T22:24:37.052Z Compiling thread-id v5.1.0
15812026-08-21T22:24:37.116Z Compiling cookie v0.18.1
15822026-08-21T22:24:37.138Z Compiling env_filter v2.0.0
15832026-08-21T22:24:37.296Z Compiling unicode-properties v0.1.4
15842026-08-21T22:24:37.432Z Compiling base64 v0.21.7
15852026-08-21T22:24:37.471Z Compiling gimli v0.32.3
15862026-08-21T22:24:37.504Z Compiling anyhow v1.0.104
15872026-08-21T22:24:37.743Z Compiling ryu v1.0.23
15882026-08-21T22:24:37.804Z Compiling winnow v0.5.40
15892026-08-21T22:24:37.927Z Compiling allocator-api2 v0.2.21
15902026-08-21T22:24:37.977Z Compiling zstd-safe v7.2.4
15912026-08-21T22:24:38.173Z Compiling unicode-bidi v0.3.18
15922026-08-21T22:24:38.257Z Compiling signal-hook v0.3.18
15932026-08-21T22:24:38.429Z Compiling iri-string v0.7.10
15942026-08-21T22:24:38.699Z Compiling hashbrown v0.12.3
15952026-08-21T22:24:39.175Z Compiling addr2line v0.25.1
15962026-08-21T22:24:39.400Z Compiling toml_edit v0.19.15
15972026-08-21T22:24:39.428Z Compiling darling_macro v0.23.0
15982026-08-21T22:24:39.506Z Compiling stringprep v0.1.5
15992026-08-21T22:24:39.624Z Compiling tower-http v0.6.8
16002026-08-21T22:24:39.946Z Compiling structmeta v0.3.0
16012026-08-21T22:24:39.960Z Compiling serde_urlencoded v0.7.1
16022026-08-21T22:24:40.021Z Compiling ron v0.8.1
16032026-08-21T22:24:40.151Z Compiling scroll v0.12.0
16042026-08-21T22:24:40.200Z Compiling env_logger v0.11.11
16052026-08-21T22:24:40.468Z Compiling rsa v0.9.10
16062026-08-21T22:24:40.551Z Compiling oxnet v0.1.6
16072026-08-21T22:24:40.813Z Compiling derive_builder_macro v0.20.2
16082026-08-21T22:24:40.978Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16092026-08-21T22:24:41.009Z Compiling newtype-uuid v1.3.2
16102026-08-21T22:24:41.088Z Compiling hashbrown v0.13.2
16112026-08-21T22:24:41.320Z Compiling serde-hex v0.1.0
16122026-08-21T22:24:41.345Z Compiling bzip2 v0.4.4
16132026-08-21T22:24:41.557Z Compiling tokio-native-tls v0.3.1
16142026-08-21T22:24:41.584Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16152026-08-21T22:24:41.773Z Compiling camino v1.2.5
16162026-08-21T22:24:42.237Z Compiling bstr v1.12.1
16172026-08-21T22:24:42.565Z Compiling crypto-common v0.2.2
16182026-08-21T22:24:42.872Z Compiling block-buffer v0.12.1
16192026-08-21T22:24:43.043Z Compiling block-padding v0.4.2
16202026-08-21T22:24:43.074Z Compiling rustls-native-certs v0.8.3
16212026-08-21T22:24:43.216Z Compiling x509-cert v0.2.5
16222026-08-21T22:24:43.366Z Compiling md-5 v0.10.6
16232026-08-21T22:24:43.536Z Compiling serde_tokenstream v0.2.3
16242026-08-21T22:24:43.551Z Compiling erased-serde v0.3.31
16252026-08-21T22:24:43.858Z Compiling curve25519-dalek v4.1.3
16262026-08-21T22:24:44.034Z Compiling daft-derive v0.1.7
16272026-08-21T22:24:44.188Z Compiling zerocopy-derive v0.7.35
16282026-08-21T22:24:44.309Z Compiling async-trait v0.1.89
16292026-08-21T22:24:44.689Z Compiling pin-project-internal v1.1.11
16302026-08-21T22:24:44.738Z Compiling vergen-lib v9.1.0
16312026-08-21T22:24:44.827Z Compiling hash32 v0.2.1
16322026-08-21T22:24:44.913Z Compiling memoffset v0.9.1
16332026-08-21T22:24:44.942Z Compiling encoding_rs v0.8.35
16342026-08-21T22:24:45.020Z Compiling cfg_aliases v0.2.1
16352026-08-21T22:24:45.062Z Compiling crc-any v2.5.0
16362026-08-21T22:24:45.094Z Compiling fallible-iterator v0.2.0
16372026-08-21T22:24:45.108Z Compiling smoltcp v0.9.1
16382026-08-21T22:24:45.285Z Compiling litrs v1.0.0
16392026-08-21T22:24:45.320Z Compiling rustix v0.38.44
16402026-08-21T22:24:45.398Z Compiling owo-colors v4.3.0
16412026-08-21T22:24:45.429Z Compiling rustc-demangle v0.1.27
16422026-08-21T22:24:45.549Z Compiling ref-cast v1.0.25
16432026-08-21T22:24:45.659Z Compiling psl-types v2.0.11
16442026-08-21T22:24:45.704Z Compiling mime v0.3.17
16452026-08-21T22:24:45.772Z Compiling pin-project v1.1.11
16462026-08-21T22:24:45.786Z Compiling publicsuffix v2.3.0
16472026-08-21T22:24:45.790Z Compiling document-features v0.2.12
16482026-08-21T22:24:45.872Z Compiling backtrace v0.3.76
16492026-08-21T22:24:45.905Z Compiling postgres-protocol v0.6.10
16502026-08-21T22:24:45.978Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16512026-08-21T22:24:46.011Z Compiling nix v0.31.2
16522026-08-21T22:24:46.091Z Compiling zerocopy v0.7.35
16532026-08-21T22:24:46.417Z Compiling daft v0.1.7
16542026-08-21T22:24:46.522Z Compiling inout v0.2.2
16552026-08-21T22:24:46.651Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16562026-08-21T22:24:46.695Z Compiling hyper-tls v0.6.0
16572026-08-21T22:24:46.710Z Compiling object v0.30.4
16582026-08-21T22:24:46.841Z Compiling zip v0.6.6
16592026-08-21T22:24:46.868Z Compiling derive_builder v0.20.2
16602026-08-21T22:24:46.934Z Compiling toml v0.7.8
16612026-08-21T22:24:46.995Z Compiling goblin v0.8.2
16622026-08-21T22:24:47.416Z Compiling derive-ex v0.1.8
16632026-08-21T22:24:47.514Z Compiling darling v0.23.0
16642026-08-21T22:24:47.574Z Compiling phf_shared v0.13.1
16652026-08-21T22:24:47.599Z Compiling regex v1.12.3
16662026-08-21T22:24:47.748Z Compiling hubpack_derive v0.1.1
16672026-08-21T22:24:47.810Z Compiling futures-executor v0.3.32
16682026-08-21T22:24:48.020Z Compiling curve25519-dalek-derive v0.1.1
16692026-08-21T22:24:48.071Z Compiling snafu-derive v0.8.9
16702026-08-21T22:24:48.189Z Compiling strum_macros v0.27.2
16712026-08-21T22:24:48.656Z Compiling ref-cast-impl v1.0.25
16722026-08-21T22:24:49.052Z Compiling vergen v9.1.0
16732026-08-21T22:24:49.198Z Compiling cargo-platform v0.3.2
16742026-08-21T22:24:49.231Z Compiling ff v0.13.1
16752026-08-21T22:24:49.373Z Compiling fs-err v3.3.0
16762026-08-21T22:24:49.465Z Compiling bumpalo v3.20.2
16772026-08-21T22:24:49.545Z Compiling path-slash v0.1.5
16782026-08-21T22:24:49.559Z Compiling base16ct v0.2.0
16792026-08-21T22:24:49.674Z Compiling unicode-segmentation v1.12.0
16802026-08-21T22:24:49.713Z Compiling foldhash v0.1.5
16812026-08-21T22:24:49.732Z Compiling foldhash v0.2.0
16822026-08-21T22:24:49.886Z Compiling managed v0.8.0
16832026-08-21T22:24:49.951Z Compiling bitflags v1.3.2
16842026-08-21T22:24:49.966Z Compiling libbz2-rs-sys v0.2.2
16852026-08-21T22:24:50.029Z Compiling either v1.15.0
16862026-08-21T22:24:50.053Z Compiling jiff-core v0.1.0
16872026-08-21T22:24:50.099Z Compiling is_ci v1.2.0
16882026-08-21T22:24:50.124Z Compiling same-file v1.0.6
16892026-08-21T22:24:50.236Z Compiling textwrap v0.16.2
16902026-08-21T22:24:50.239Z Compiling walkdir v2.5.0
16912026-08-21T22:24:50.288Z Compiling supports-color v3.0.2
16922026-08-21T22:24:50.455Z Compiling bzip2 v0.6.1
16932026-08-21T22:24:50.470Z Compiling strum v0.27.2
16942026-08-21T22:24:50.608Z Compiling snafu v0.8.9
16952026-08-21T22:24:50.651Z Compiling hashbrown v0.16.1
16962026-08-21T22:24:50.665Z Compiling hashbrown v0.15.5
16972026-08-21T22:24:50.683Z Compiling sec1 v0.7.3
16982026-08-21T22:24:50.963Z Compiling jiff v0.2.34
16992026-08-21T22:24:50.998Z Compiling zopfli v0.8.3
17002026-08-21T22:24:51.167Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17012026-08-21T22:24:51.274Z Compiling cargo_metadata v0.23.1
17022026-08-21T22:24:51.320Z Compiling group v0.13.0
17032026-08-21T22:24:51.451Z Compiling dof v0.3.0
17042026-08-21T22:24:51.613Z Compiling test-strategy v0.4.5
17052026-08-21T22:24:52.197Z Compiling hubpack v0.1.2
17062026-08-21T22:24:52.419Z Compiling futures v0.3.32
17072026-08-21T22:24:52.505Z Compiling phf v0.13.1
17082026-08-21T22:24:52.582Z Compiling signal-hook-mio v0.2.5
17092026-08-21T22:24:52.650Z Compiling serde_with_macros v3.21.0
17102026-08-21T22:24:52.666Z Compiling cookie_store v0.22.1
17112026-08-21T22:24:53.056Z Compiling zstd v0.13.3
17122026-08-21T22:24:53.071Z Compiling reqwest v0.12.28
17132026-08-21T22:24:53.315Z Compiling cipher v0.5.2
17142026-08-21T22:24:53.350Z Compiling backtrace-ext v0.2.1
17152026-08-21T22:24:53.521Z Compiling postgres-types v0.2.12
17162026-08-21T22:24:54.082Z Compiling usdt-attr-macro v0.6.0
17172026-08-21T22:24:54.480Z Compiling usdt-macro v0.6.0
17182026-08-21T22:24:54.539Z Compiling globset v0.4.18
17192026-08-21T22:24:54.674Z Compiling phf_shared v0.11.3
17202026-08-21T22:24:54.809Z Compiling hkdf v0.12.4
17212026-08-21T22:24:54.860Z Compiling dtrace-parser v0.2.0
17222026-08-21T22:24:54.892Z Compiling byte-wrapper v0.1.0
17232026-08-21T22:24:54.984Z Compiling olpc-cjson v0.1.4
17242026-08-21T22:24:55.113Z Compiling ed25519 v2.2.3
17252026-08-21T22:24:55.148Z Compiling crypto-bigint v0.5.5
17262026-08-21T22:24:55.215Z Compiling serde_plain v1.0.2
17272026-08-21T22:24:55.229Z Compiling serde-big-array v0.5.1
17282026-08-21T22:24:55.232Z Compiling async-recursion v1.1.1
17292026-08-21T22:24:55.376Z Compiling serde_repr v0.1.20
17302026-08-21T22:24:55.413Z Compiling enum-as-inner v0.6.1
17312026-08-21T22:24:55.595Z Compiling miette-derive v7.6.0
17322026-08-21T22:24:55.895Z Compiling strum_macros v0.26.4
17332026-08-21T22:24:55.913Z Compiling pem v3.0.6
17342026-08-21T22:24:55.956Z Compiling float-cmp v0.10.0
17352026-08-21T22:24:56.070Z Compiling thread-id v4.2.2
17362026-08-21T22:24:56.137Z Compiling memmap2 v0.9.10
17372026-08-21T22:24:56.156Z Compiling supports-hyperlinks v3.2.0
17382026-08-21T22:24:56.245Z Compiling typed-path v0.9.3
17392026-08-21T22:24:56.313Z Compiling fixedbitset v0.4.2
17402026-08-21T22:24:56.354Z Compiling predicates-core v1.0.10
17412026-08-21T22:24:56.535Z Compiling keccak v0.1.6
17422026-08-21T22:24:56.535Z Compiling precomputed-hash v0.1.1
17432026-08-21T22:24:56.641Z Compiling difflib v0.4.0
17442026-08-21T22:24:56.808Z Compiling data-encoding v2.10.0
17452026-08-21T22:24:56.890Z Compiling normalize-line-endings v0.3.0
17462026-08-21T22:24:56.995Z Compiling new_debug_unreachable v1.0.6
17472026-08-21T22:24:57.069Z Compiling supports-unicode v3.0.0
17482026-08-21T22:24:57.220Z Compiling fixedbitset v0.5.7
17492026-08-21T22:24:57.223Z Compiling winnow v1.0.3
17502026-08-21T22:24:57.285Z Compiling cpufeatures v0.3.0
17512026-08-21T22:24:57.303Z Compiling whoami v2.1.0
17522026-08-21T22:24:57.366Z Compiling static_assertions v1.1.0
17532026-08-21T22:24:57.443Z Compiling const-oid v0.10.2
17542026-08-21T22:24:57.482Z Compiling toml_edit v0.22.27
17552026-08-21T22:24:57.516Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17562026-08-21T22:24:57.541Z Compiling tokio-postgres v0.7.16
17572026-08-21T22:24:57.651Z Compiling digest v0.11.3
17582026-08-21T22:24:57.676Z Compiling petgraph v0.8.3
17592026-08-21T22:24:57.728Z Compiling strum v0.26.3
17602026-08-21T22:24:57.855Z Compiling chacha20 v0.10.0
17612026-08-21T22:24:57.870Z Compiling miette v7.6.0
17622026-08-21T22:24:58.235Z Compiling toml_parser v1.1.2+spec-1.1.0
17632026-08-21T22:24:58.286Z Compiling hickory-proto v0.25.2
17642026-08-21T22:24:58.866Z Compiling string_cache v0.8.9
17652026-08-21T22:24:59.017Z Compiling predicates v3.1.4
17662026-08-21T22:24:59.087Z Compiling sha3 v0.10.8
17672026-08-21T22:24:59.538Z Compiling petgraph v0.6.5
17682026-08-21T22:24:59.626Z Compiling usdt v0.6.0
17692026-08-21T22:24:59.667Z Compiling elliptic-curve v0.13.8
17702026-08-21T22:24:59.758Z Compiling usdt-impl v0.5.0
17712026-08-21T22:24:59.885Z Compiling ed25519-dalek v2.2.0
17722026-08-21T22:25:00.067Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17732026-08-21T22:25:00.201Z Compiling crossterm v0.28.1
17742026-08-21T22:25:00.333Z Compiling serde_with v3.21.0
17752026-08-21T22:25:00.412Z Compiling zip v4.6.1
17762026-08-21T22:25:01.415Z Compiling iddqd v0.4.2
17772026-08-21T22:25:01.501Z Compiling itertools v0.15.0
17782026-08-21T22:25:01.647Z Compiling itertools v0.13.0
17792026-08-21T22:25:01.899Z Compiling similar v2.7.0
17802026-08-21T22:25:02.095Z Compiling heck v0.4.1
17812026-08-21T22:25:02.203Z Compiling crossbeam-epoch v0.9.18
17822026-08-21T22:25:02.332Z Compiling tokio-stream v0.1.18
17832026-08-21T22:25:02.518Z Compiling buf-list v1.1.2
17842026-08-21T22:25:02.711Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17852026-08-21T22:25:02.752Z Compiling openapiv3 v2.2.0
17862026-08-21T22:25:02.767Z Compiling lalrpop-util v0.19.12
17872026-08-21T22:25:02.775Z Compiling peg-runtime v0.8.5
17882026-08-21T22:25:02.848Z Compiling thread_local v1.1.9
17892026-08-21T22:25:02.884Z Compiling slog-async v2.8.0
17902026-08-21T22:25:03.015Z Compiling crossbeam-channel v0.5.15
17912026-08-21T22:25:03.062Z Compiling is-terminal v0.4.17
17922026-08-21T22:25:03.062Z Compiling filetime v0.2.27
17932026-08-21T22:25:03.062Z Compiling take_mut v0.2.2
17942026-08-21T22:25:03.100Z Compiling xattr v1.6.1
17952026-08-21T22:25:03.162Z Compiling term v1.2.1
17962026-08-21T22:25:03.197Z Compiling camino-tempfile v1.4.1
17972026-08-21T22:25:03.268Z Compiling tar v0.4.46
17982026-08-21T22:25:03.367Z Compiling slog-term v2.9.2
17992026-08-21T22:25:09.374Z Compiling rustls-webpki v0.103.13
18002026-08-21T22:25:12.080Z Compiling tokio-rustls v0.26.4
18012026-08-21T22:25:12.090Z Compiling rustls-platform-verifier v0.6.2
18022026-08-21T22:25:12.091Z Compiling tough v0.22.0
18032026-08-21T22:25:12.296Z Compiling hyper-rustls v0.27.7
18042026-08-21T22:25:12.492Z Compiling reqwest v0.13.2
18052026-08-21T22:25:14.718Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18062026-08-21T22:25:14.931Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18072026-08-21T22:25:17.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18082026-08-21T22:25:18.019Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18092026-08-21T22:25:18.076ZAug 21 22:25:16.656 INFO Starting download, target: Cockroach
18102026-08-21T22:25:18.079ZAug 21 22:25:16.657 INFO Starting download, target: Clickhouse
18112026-08-21T22:25:18.079ZAug 21 22:25:16.657 INFO Starting download, target: Console
18122026-08-21T22:25:18.079ZAug 21 22:25:16.657 INFO Starting download, target: DendriteStub
18132026-08-21T22:25:18.079ZAug 21 22:25:16.657 INFO Starting download, target: MaghemiteMgd
18142026-08-21T22:25:18.080ZAug 21 22:25:16.657 INFO Starting download, target: MaghemiteDdmd
18152026-08-21T22:25:18.080ZAug 21 22:25:16.657 INFO Starting download, target: TransceiverControl
18162026-08-21T22:25:18.080ZAug 21 22:25:16.657 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18172026-08-21T22:25:18.080ZAug 21 22:25:16.657 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18182026-08-21T22:25:18.080ZAug 21 22:25:16.657 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18192026-08-21T22:25:18.080ZAug 21 22:25:16.657 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18202026-08-21T22:25:18.080ZAug 21 22:25:16.657 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18212026-08-21T22:25:18.080ZAug 21 22:25:16.657 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18222026-08-21T22:25:18.080ZAug 21 22:25:16.657 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18232026-08-21T22:25:19.379ZAug 21 22:25:17.954 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18242026-08-21T22:25:19.636ZAug 21 22:25:18.179 INFO Download complete, target: TransceiverControl
18252026-08-21T22:25:19.827ZAug 21 22:25:18.397 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18262026-08-21T22:25:20.063ZAug 21 22:25:18.640 INFO Download complete, target: Console
18272026-08-21T22:25:20.121ZAug 21 22:25:18.666 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18282026-08-21T22:25:20.513ZAug 21 22:25:19.089 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18292026-08-21T22:25:20.848ZAug 21 22:25:19.418 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18302026-08-21T22:25:22.181ZAug 21 22:25:20.736 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18312026-08-21T22:25:22.376ZAug 21 22:25:20.951 INFO Download complete, target: MaghemiteDdmd
18322026-08-21T22:25:22.397ZAug 21 22:25:20.973 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18332026-08-21T22:25:22.397ZAug 21 22:25:20.973 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18342026-08-21T22:25:23.297ZAug 21 22:25:21.875 INFO Download complete, target: MaghemiteMgd
18352026-08-21T22:25:24.547ZAug 21 22:25:23.126 INFO Download complete, target: DendriteStub
18362026-08-21T22:25:26.922ZAug 21 22:25:25.501 INFO Checking that binary works, target: Clickhouse
18372026-08-21T22:25:27.027ZAug 21 22:25:25.607 INFO Download complete, target: Clickhouse
18382026-08-21T22:25:27.206ZAug 21 22:25:25.786 INFO Checking that binary works, target: Cockroach
18392026-08-21T22:25:27.338ZAug 21 22:25:25.919 INFO Download complete, target: Cockroach
18402026-08-21T22:25:27.357ZAll builder prerequisites installed successfully, and PATH looks valid
18412026-08-21T22:25:27.365Z
18422026-08-21T22:25:27.365Zreal 2:10.250236185
18432026-08-21T22:25:27.365Zuser 7:20.155315379
18442026-08-21T22:25:27.365Zsys 1:26.775190836
18452026-08-21T22:25:27.365Ztrap 0.243834777
18462026-08-21T22:25:27.365Ztflt 0.540504426
18472026-08-21T22:25:27.365Zdflt 0.965577159
18482026-08-21T22:25:27.365Zkflt 0.025187535
18492026-08-21T22:25:27.365Zlock 27:10.090954160
18502026-08-21T22:25:27.365Zslp 22:03.567214701
18512026-08-21T22:25:27.365Zlat 46.043363569
18522026-08-21T22:25:27.365Zstop 2:45.843763758
18532026-08-21T22:25:27.365Z+ banner clippy
18542026-08-21T22:25:27.365Z
18552026-08-21T22:25:27.366Z #### # # ##### ##### # #
18562026-08-21T22:25:27.366Z # # # # # # # # # #
18572026-08-21T22:25:27.366Z # # # # # # # #
18582026-08-21T22:25:27.366Z # # # ##### ##### #
18592026-08-21T22:25:27.366Z # # # # # # #
18602026-08-21T22:25:27.366Z #### ###### # # # #
18612026-08-21T22:25:27.366Z
18622026-08-21T22:25:27.366Z+ export CARGO_INCREMENTAL=0
18632026-08-21T22:25:27.366Z+ CARGO_INCREMENTAL=0
18642026-08-21T22:25:27.366Z+ ptime -m cargo xtask clippy
18652026-08-21T22:25:27.835Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18662026-08-21T22:25:28.123Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18672026-08-21T22:25:29.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18682026-08-21T22:25:29.996Z Running `target/debug/xtask clippy`
18692026-08-21T22:25:30.021Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18702026-08-21T22:25:30.591Z Downloading crates ...
18712026-08-21T22:25:30.764Z Downloaded assert-json-diff v2.0.2
18722026-08-21T22:25:30.767Z Downloaded cast v0.3.0
18732026-08-21T22:25:30.767Z Downloaded constant_time_eq v0.3.1
18742026-08-21T22:25:30.767Z Downloaded criterion-plot v0.6.0
18752026-08-21T22:25:30.767Z Downloaded anes v0.1.6
18762026-08-21T22:25:30.770Z Downloaded approx v0.5.1
18772026-08-21T22:25:30.770Z Downloaded async-object-pool v0.2.0
18782026-08-21T22:25:30.770Z Downloaded cfg-expr v0.20.6
18792026-08-21T22:25:30.775Z Downloaded concurrent-queue v2.5.0
18802026-08-21T22:25:30.775Z Downloaded datatest-stable v0.3.3
18812026-08-21T22:25:30.775Z Downloaded async-lock v3.4.2
18822026-08-21T22:25:30.775Z Downloaded assert_cmd v2.1.2
18832026-08-21T22:25:30.778Z Downloaded blake2b_simd v1.0.4
18842026-08-21T22:25:30.778Z Downloaded criterion v0.7.0
18852026-08-21T22:25:30.781Z Downloaded fancy-regex v0.14.0
18862026-08-21T22:25:30.784Z Downloaded guppy-workspace-hack v0.1.0
18872026-08-21T22:25:30.784Z Downloaded futures-timer v3.0.3
18882026-08-21T22:25:30.784Z Downloaded guppy v0.17.25
18892026-08-21T22:25:30.788Z Downloaded event-listener-strategy v0.5.4
18902026-08-21T22:25:30.788Z Downloaded hickory-client v0.25.2
18912026-08-21T22:25:30.792Z Downloaded event-listener v5.4.1
18922026-08-21T22:25:30.792Z Downloaded escape8259 v0.5.3
18932026-08-21T22:25:30.792Z Downloaded httptest v0.16.4
18942026-08-21T22:25:30.792Z Downloaded hex-literal v0.4.1
18952026-08-21T22:25:30.792Z Downloaded libtest-mimic v0.8.1
18962026-08-21T22:25:30.798Z Downloaded linkme v0.3.35
18972026-08-21T22:25:30.798Z Downloaded nested v0.1.1
18982026-08-21T22:25:30.799Z Downloaded knuffel-derive v3.2.0
18992026-08-21T22:25:30.799Z Downloaded linkme-impl v0.3.35
19002026-08-21T22:25:30.799Z Downloaded miette-derive v5.10.0
19012026-08-21T22:25:30.808Z Downloaded parking v2.2.1
19022026-08-21T22:25:30.808Z Downloaded oorandom v11.1.5
19032026-08-21T22:25:30.808Z Downloaded pathdiff v0.2.3
19042026-08-21T22:25:30.808Z Downloaded plotters-svg v0.3.7
19052026-08-21T22:25:30.808Z Downloaded miette v5.10.0
19062026-08-21T22:25:30.808Z Downloaded plotters-backend v0.3.7
19072026-08-21T22:25:30.808Z Downloaded knuffel v3.2.0
19082026-08-21T22:25:30.808Z Downloaded owo-colors v3.5.0
19092026-08-21T22:25:30.808Z Downloaded partial-io v0.5.4
19102026-08-21T22:25:30.808Z Downloaded path-tree v0.8.3
19112026-08-21T22:25:30.808Z Downloaded relative-path v1.9.3
19122026-08-21T22:25:30.808Z Downloaded rust-argon2 v2.1.0
19132026-08-21T22:25:30.808Z Downloaded serde_regex v1.1.0
19142026-08-21T22:25:30.808Z Downloaded similar-asserts v1.7.0
19152026-08-21T22:25:30.808Z Downloaded rstest v0.25.0
19162026-08-21T22:25:30.813Z Downloaded supports-color v2.1.0
19172026-08-21T22:25:30.813Z Downloaded supports-hyperlinks v2.1.0
19182026-08-21T22:25:30.813Z Downloaded rstest_macros v0.25.0
19192026-08-21T22:25:30.817Z Downloaded rand_distr v0.5.1
19202026-08-21T22:25:30.817Z Downloaded supports-unicode v2.1.0
19212026-08-21T22:25:30.817Z Downloaded terminal_size v0.1.17
19222026-08-21T22:25:30.817Z Downloaded target-triple v1.0.0
19232026-08-21T22:25:30.817Z Downloaded plotters v0.3.7
19242026-08-21T22:25:30.821Z Downloaded stringmetrics v2.2.2
19252026-08-21T22:25:30.824Z Downloaded target-lexicon v0.13.3
19262026-08-21T22:25:30.824Z Downloaded target-spec v3.5.7
19272026-08-21T22:25:30.824Z Downloaded termcolor v1.4.1
19282026-08-21T22:25:30.827Z Downloaded tinytemplate v1.2.1
19292026-08-21T22:25:30.827Z Downloaded textwrap v0.15.2
19302026-08-21T22:25:30.827Z Downloaded trybuild v1.0.116
19312026-08-21T22:25:30.903Z Downloaded httpmock v0.8.3
19322026-08-21T22:25:32.722Z Checking cfg-if v1.0.4
19332026-08-21T22:25:33.101Z Checking serde_core v1.0.228
19342026-08-21T22:25:33.101Z Checking libc v0.2.185
19352026-08-21T22:25:33.170Z Checking memchr v2.8.0
19362026-08-21T22:25:33.213Z Checking smallvec v1.15.1
19372026-08-21T22:25:33.252Z Checking itoa v1.0.17
19382026-08-21T22:25:33.291Z Checking subtle v2.6.1
19392026-08-21T22:25:33.328Z Checking rand_core v0.10.0
19402026-08-21T22:25:33.367Z Checking log v0.4.33
19412026-08-21T22:25:33.423Z Checking libm v0.2.16
19422026-08-21T22:25:33.475Z Checking typenum v1.20.1
19432026-08-21T22:25:33.478Z Checking scopeguard v1.2.0
19442026-08-21T22:25:33.553Z Checking errno v0.3.14
19452026-08-21T22:25:33.553Z Checking getrandom v0.4.3
19462026-08-21T22:25:33.625Z Checking zmij v1.0.21
19472026-08-21T22:25:33.630Z Checking stable_deref_trait v1.2.1
19482026-08-21T22:25:33.697Z Checking lock_api v0.4.14
19492026-08-21T22:25:33.740Z Checking zerofrom v0.1.6
19502026-08-21T22:25:33.782Z Checking percent-encoding v2.3.2
19512026-08-21T22:25:33.824Z Checking litemap v0.8.1
19522026-08-21T22:25:33.866Z Checking writeable v0.6.2
19532026-08-21T22:25:33.904Z Checking yoke v0.8.1
19542026-08-21T22:25:33.950Z Checking icu_normalizer_data v2.1.1
19552026-08-21T22:25:33.985Z Checking icu_properties_data v2.1.2
19562026-08-21T22:25:34.025Z Checking form_urlencoded v1.2.2
19572026-08-21T22:25:34.065Z Checking utf8_iter v1.0.4
19582026-08-21T22:25:34.065Z Checking pin-project-lite v0.2.17
19592026-08-21T22:25:34.103Z Checking zerovec v0.11.5
19602026-08-21T22:25:34.173Z Checking num-traits v0.2.19
19612026-08-21T22:25:34.176Z Checking zerotrie v0.2.3
19622026-08-21T22:25:34.251Z Checking zerocopy v0.8.55
19632026-08-21T22:25:34.291Z Checking parking_lot_core v0.9.12
19642026-08-21T22:25:34.295Z Checking portable-atomic v1.13.1
19652026-08-21T22:25:34.366Z Checking critical-section v1.2.0
19662026-08-21T22:25:34.484Z Checking signal-hook-registry v1.4.8
19672026-08-21T22:25:34.526Z Checking parking_lot v0.12.5
19682026-08-21T22:25:34.569Z Checking mio v1.2.0
19692026-08-21T22:25:34.610Z Checking serde v1.0.228
19702026-08-21T22:25:34.614Z Checking bitflags v2.11.0
19712026-08-21T22:25:34.680Z Checking serde_json v1.0.151
19722026-08-21T22:25:34.726Z Checking tinystr v0.8.2
19732026-08-21T22:25:34.764Z Checking potential_utf v0.1.4
19742026-08-21T22:25:34.768Z Checking once_cell v1.21.3
19752026-08-21T22:25:34.851Z Checking socket2 v0.6.3
19762026-08-21T22:25:34.894Z Checking iana-time-zone v0.1.65
19772026-08-21T22:25:34.933Z Checking icu_collections v2.1.1
19782026-08-21T22:25:34.936Z Checking icu_locale_core v2.1.1
19792026-08-21T22:25:35.015Z Checking uuid v1.23.4
19802026-08-21T22:25:35.058Z Checking zeroize v1.9.0
19812026-08-21T22:25:35.058Z Checking bytes v1.11.1
19822026-08-21T22:25:35.130Z Checking chrono v0.4.45
19832026-08-21T22:25:35.274Z Checking semver v1.0.28
19842026-08-21T22:25:35.317Z Checking thiserror v2.0.18
19852026-08-21T22:25:35.389Z Checking dyn-clone v1.0.20
19862026-08-21T22:25:35.393Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19872026-08-21T22:25:35.459Z Checking futures-core v0.3.32
19882026-08-21T22:25:35.512Z Checking getrandom v0.3.4
19892026-08-21T22:25:35.551Z Checking rustix v1.1.4
19902026-08-21T22:25:35.555Z Checking icu_provider v2.1.1
19912026-08-21T22:25:35.623Z Checking tokio v1.52.1
19922026-08-21T22:25:35.627Z Checking equivalent v1.0.2
19932026-08-21T22:25:35.700Z Checking getrandom v0.2.17
19942026-08-21T22:25:35.779Z Checking cmov v0.5.4
19952026-08-21T22:25:35.826Z Checking futures-sink v0.3.32
19962026-08-21T22:25:35.865Z Checking icu_normalizer v2.1.1
19972026-08-21T22:25:35.902Z Checking icu_properties v2.1.2
19982026-08-21T22:25:35.958Z Checking rand_core v0.6.4
19992026-08-21T22:25:35.996Z Checking ctutils v0.4.2
20002026-08-21T22:25:36.032Z Checking byteorder v1.5.0
20012026-08-21T22:25:36.171Z Checking futures-channel v0.3.32
20022026-08-21T22:25:36.208Z Checking futures-io v0.3.32
20032026-08-21T22:25:36.245Z Checking hybrid-array v0.4.13
20042026-08-21T22:25:36.281Z Checking slab v0.4.12
20052026-08-21T22:25:36.358Z Checking futures-task v0.3.32
20062026-08-21T22:25:36.400Z Checking hashbrown v0.17.0
20072026-08-21T22:25:36.439Z Checking generic-array v0.14.7
20082026-08-21T22:25:36.477Z Checking thiserror v1.0.69
20092026-08-21T22:25:36.526Z Checking futures-util v0.3.32
20102026-08-21T22:25:36.604Z Checking fnv v1.0.7
20112026-08-21T22:25:36.728Z Checking regex-syntax v0.8.10
20122026-08-21T22:25:36.767Z Checking idna_adapter v1.2.1
20132026-08-21T22:25:36.905Z Checking indexmap v2.14.0
20142026-08-21T22:25:36.943Z Checking idna v1.1.0
20152026-08-21T22:25:36.946Z Checking base64ct v1.8.3
20162026-08-21T22:25:37.019Z Checking crypto-common v0.2.2
20172026-08-21T22:25:37.058Z Checking ppv-lite86 v0.2.21
20182026-08-21T22:25:37.221Z Checking url v2.5.8
20192026-08-21T22:25:37.260Z Checking const-oid v0.9.6
20202026-08-21T22:25:37.376Z Checking crypto-common v0.1.7
20212026-08-21T22:25:37.503Z Checking block-buffer v0.12.1
20222026-08-21T22:25:37.541Z Checking base64 v0.22.1
20232026-08-21T22:25:37.642Z Checking block-buffer v0.10.4
20242026-08-21T22:25:37.708Z Checking schemars v0.8.22
20252026-08-21T22:25:37.748Z Checking utf8parse v0.2.2
20262026-08-21T22:25:37.821Z Checking anstyle v1.0.14
20272026-08-21T22:25:37.825Z Checking http v1.4.2
20282026-08-21T22:25:37.894Z Checking tracing-core v0.1.36
20292026-08-21T22:25:37.991Z Checking digest v0.10.7
20302026-08-21T22:25:38.041Z Checking rand_core v0.9.5
20312026-08-21T22:25:38.080Z Checking colorchoice v1.0.4
20322026-08-21T22:25:38.208Z Checking is_terminal_polyfill v1.70.2
20332026-08-21T22:25:38.247Z Checking tracing v0.1.44
20342026-08-21T22:25:38.250Z Checking anstyle-query v1.1.5
20352026-08-21T22:25:38.319Z Checking terminal_size v0.4.3
20362026-08-21T22:25:38.358Z Checking const-oid v0.10.2
20372026-08-21T22:25:38.399Z Checking anstyle-parse v1.0.0
20382026-08-21T22:25:38.437Z Checking erased-serde v0.3.31
20392026-08-21T22:25:38.475Z Checking rand_chacha v0.9.0
20402026-08-21T22:25:38.478Z Checking ipnet v2.12.0
20412026-08-21T22:25:38.511Z Checking aho-corasick v1.1.4
20422026-08-21T22:25:38.515Z Checking crossbeam-utils v0.8.21
20432026-08-21T22:25:38.619Z Checking anstream v1.0.0
20442026-08-21T22:25:38.623Z Checking unicode-ident v1.0.24
20452026-08-21T22:25:38.704Z Checking rand v0.9.2
20462026-08-21T22:25:38.792Z Checking clap_lex v1.0.0
20472026-08-21T22:25:38.841Z Checking slog v2.8.2
20482026-08-21T22:25:38.849Z Checking strsim v0.11.1
20492026-08-21T22:25:38.849Z Checking proc-macro2 v1.0.106
20502026-08-21T22:25:38.948Z Checking allocator-api2 v0.2.21
20512026-08-21T22:25:38.951Z Checking tokio-util v0.7.18
20522026-08-21T22:25:38.988Z Checking powerfmt v0.2.0
20532026-08-21T22:25:39.098Z Checking clap_builder v4.6.0
20542026-08-21T22:25:39.136Z Checking digest v0.11.3
20552026-08-21T22:25:39.196Z Checking cpufeatures v0.3.0
20562026-08-21T22:25:39.235Z Checking deranged v0.5.8
20572026-08-21T22:25:39.238Z Checking regex-automata v0.4.14
20582026-08-21T22:25:39.239Z Checking quote v1.0.45
20592026-08-21T22:25:39.343Z Checking num-conv v0.2.0
20602026-08-21T22:25:39.347Z Checking num_threads v0.1.7
20612026-08-21T22:25:39.377Z Checking time-core v0.1.8
20622026-08-21T22:25:39.470Z Checking fastrand v2.3.0
20632026-08-21T22:25:39.508Z Checking syn v2.0.117
20642026-08-21T22:25:39.545Z Checking httparse v1.10.1
20652026-08-21T22:25:39.580Z Checking anyhow v1.0.104
20662026-08-21T22:25:39.621Z Checking cpufeatures v0.2.17
20672026-08-21T22:25:39.681Z Checking tempfile v3.27.0
20682026-08-21T22:25:39.723Z Checking ipnetwork v0.21.1
20692026-08-21T22:25:39.781Z Checking rustls-pki-types v1.14.0
20702026-08-21T22:25:39.820Z Checking aws-lc-sys v0.40.0
20712026-08-21T22:25:39.908Z Checking untrusted v0.7.1
20722026-08-21T22:25:39.972Z Checking http-body v1.0.1
20732026-08-21T22:25:40.056Z Checking atomic-waker v1.1.2
20742026-08-21T22:25:40.111Z Checking httpdate v1.0.3
20752026-08-21T22:25:40.148Z Checking try-lock v0.2.5
20762026-08-21T22:25:40.187Z Checking time v0.3.47
20772026-08-21T22:25:40.190Z Checking h2 v0.4.15
20782026-08-21T22:25:40.283Z Checking want v0.3.1
20792026-08-21T22:25:40.287Z Checking hex v0.4.3
20802026-08-21T22:25:40.357Z Checking aws-lc-rs v1.16.3
20812026-08-21T22:25:40.361Z Checking clap v4.6.1
20822026-08-21T22:25:40.437Z Checking tower-layer v0.3.3
20832026-08-21T22:25:40.499Z Checking tower-service v0.3.3
20842026-08-21T22:25:40.577Z Checking untrusted v0.9.0
20852026-08-21T22:25:40.619Z Checking ryu v1.0.23
20862026-08-21T22:25:40.622Z Checking simd-adler32 v0.3.8
20872026-08-21T22:25:40.718Z Checking spin v0.9.8
20882026-08-21T22:25:40.789Z Checking adler2 v2.0.1
20892026-08-21T22:25:40.855Z Checking unicode-width v0.2.0
20902026-08-21T22:25:40.930Z Checking miniz_oxide v0.8.9
20912026-08-21T22:25:40.933Z Checking pem-rfc7468 v0.7.0
20922026-08-21T22:25:41.140Z Checking flagset v0.4.7
20932026-08-21T22:25:41.201Z Checking mime v0.3.17
20942026-08-21T22:25:41.205Z Checking block-padding v0.4.2
20952026-08-21T22:25:41.275Z Checking rustls-webpki v0.103.13
20962026-08-21T22:25:41.316Z Checking der v0.7.10
20972026-08-21T22:25:41.321Z Checking pretty-hex v0.4.1
20982026-08-21T22:25:41.390Z Checking http-body-util v0.1.3
20992026-08-21T22:25:41.429Z Checking oxnet v0.1.6
21002026-08-21T22:25:41.433Z Checking inout v0.2.2
21012026-08-21T22:25:41.501Z Checking camino v1.2.5
21022026-08-21T22:25:41.640Z Checking plain v0.2.3
21032026-08-21T22:25:41.681Z Checking openssl-probe v0.2.1
21042026-08-21T22:25:41.717Z Checking rustls v0.23.41
21052026-08-21T22:25:41.720Z Checking ucd-trie v0.1.7
21062026-08-21T22:25:41.790Z Checking cipher v0.5.2
21072026-08-21T22:25:41.825Z Checking regex v1.12.3
21082026-08-21T22:25:41.829Z Checking serde_urlencoded v0.7.1
21092026-08-21T22:25:41.901Z Checking rand_chacha v0.3.1
21102026-08-21T22:25:41.940Z Checking pest v2.8.6
21112026-08-21T22:25:42.066Z Checking encoding_rs v0.8.35
21122026-08-21T22:25:42.105Z Checking futures-executor v0.3.32
21132026-08-21T22:25:42.143Z Checking rand v0.8.6
21142026-08-21T22:25:42.147Z Checking spki v0.7.3
21152026-08-21T22:25:42.179Z Checking crc32fast v1.5.0
21162026-08-21T22:25:42.284Z Checking futures v0.3.32
21172026-08-21T22:25:42.380Z Checking either v1.15.0
21182026-08-21T22:25:42.383Z Checking sync_wrapper v1.0.2
21192026-08-21T22:25:42.455Z Checking pkcs8 v0.10.2
21202026-08-21T22:25:42.549Z Checking tower v0.5.3
21212026-08-21T22:25:42.610Z Checking foldhash v0.2.0
21222026-08-21T22:25:42.666Z Checking iri-string v0.7.10
21232026-08-21T22:25:42.714Z Checking openapiv3 v2.2.0
21242026-08-21T22:25:42.800Z Checking hashbrown v0.16.1
21252026-08-21T22:25:42.983Z Checking zlib-rs v0.6.2
21262026-08-21T22:25:43.044Z Checking bit-vec v0.8.0
21272026-08-21T22:25:43.083Z Checking static_assertions v1.1.0
21282026-08-21T22:25:43.087Z Checking hyper v1.10.1
21292026-08-21T22:25:43.185Z Checking sha2 v0.10.9
21302026-08-21T22:25:43.270Z Checking bit-set v0.8.0
21312026-08-21T22:25:43.331Z Checking wait-timeout v0.2.1
21322026-08-21T22:25:43.449Z Checking rustls-native-certs v0.8.3
21332026-08-21T22:25:43.486Z Checking lazy_static v1.5.0
21342026-08-21T22:25:43.523Z Checking hubpack v0.1.2
21352026-08-21T22:25:43.606Z Checking tinyvec_macros v0.1.1
21362026-08-21T22:25:43.646Z Checking quick-error v1.2.3
21372026-08-21T22:25:43.705Z Checking psl-types v2.0.11
21382026-08-21T22:25:43.744Z Checking tinyvec v1.10.0
21392026-08-21T22:25:43.747Z Checking tower-http v0.6.8
21402026-08-21T22:25:43.817Z Checking rusty-fork v0.3.1
21412026-08-21T22:25:43.854Z Checking publicsuffix v2.3.0
21422026-08-21T22:25:43.892Z Checking flate2 v1.1.9
21432026-08-21T22:25:44.015Z Checking tokio-rustls v0.26.4
21442026-08-21T22:25:44.018Z Checking cookie v0.18.1
21452026-08-21T22:25:44.018Z Checking rand_xorshift v0.4.0
21462026-08-21T22:25:44.127Z Checking unarray v0.1.4
21472026-08-21T22:25:44.158Z Checking hyper-util v0.1.20
21482026-08-21T22:25:44.161Z Checking rustls-platform-verifier v0.6.2
21492026-08-21T22:25:44.161Z Checking signature v2.2.0
21502026-08-21T22:25:44.263Z Checking num-integer v0.1.46
21512026-08-21T22:25:44.266Z Checking proptest v1.11.0
21522026-08-21T22:25:44.299Z Checking strum v0.26.3
21532026-08-21T22:25:44.299Z Checking scroll v0.13.0
21542026-08-21T22:25:44.403Z Checking ahash v0.8.12
21552026-08-21T22:25:44.407Z Checking cookie_store v0.22.1
21562026-08-21T22:25:44.407Z Checking memmap2 v0.9.10
21572026-08-21T22:25:44.511Z Checking unicode-width v0.1.14
21582026-08-21T22:25:44.514Z Checking dtrace-parser v0.3.0
21592026-08-21T22:25:44.617Z Checking goblin v0.10.5
21602026-08-21T22:25:44.658Z Checking serde_spanned v0.6.9
21612026-08-21T22:25:44.661Z Checking toml_datetime v0.6.11
21622026-08-21T22:25:44.783Z Checking thread-id v5.1.0
21632026-08-21T22:25:44.825Z Checking data-encoding v2.10.0
21642026-08-21T22:25:44.828Z Checking bstr v1.12.1
21652026-08-21T22:25:44.898Z Checking hmac v0.12.1
21662026-08-21T22:25:44.901Z Checking base64 v0.21.7
21672026-08-21T22:25:44.901Z Checking x509-cert v0.2.5
21682026-08-21T22:25:45.068Z Checking crossbeam-epoch v0.9.18
21692026-08-21T22:25:45.126Z Checking memoffset v0.9.1
21702026-08-21T22:25:45.199Z Checking num-iter v0.1.45
21712026-08-21T22:25:45.240Z Checking scroll v0.12.0
21722026-08-21T22:25:45.282Z Checking zerocopy v0.7.35
21732026-08-21T22:25:45.323Z Checking rustix v0.38.44
21742026-08-21T22:25:45.361Z Checking env_filter v2.0.0
21752026-08-21T22:25:45.500Z Checking goblin v0.8.2
21762026-08-21T22:25:45.539Z Checking hyper-rustls v0.27.7
21772026-08-21T22:25:45.542Z Checking tap v1.0.1
21782026-08-21T22:25:45.649Z Checking smawk v0.3.2
21792026-08-21T22:25:45.706Z Checking unicode-linebreak v0.1.5
21802026-08-21T22:25:45.772Z Checking reqwest v0.13.2
21812026-08-21T22:25:45.812Z Checking unicode-segmentation v1.12.0
21822026-08-21T22:25:45.815Z Checking wyz v0.5.1
21832026-08-21T22:25:45.941Z Checking env_logger v0.11.11
21842026-08-21T22:25:46.061Z Checking num-bigint-dig v0.8.6
21852026-08-21T22:25:46.137Z Checking newtype-uuid v1.3.2
21862026-08-21T22:25:46.177Z Checking nix v0.31.2
21872026-08-21T22:25:46.180Z Checking dtrace-parser v0.2.0
21882026-08-21T22:25:46.180Z Checking pkcs1 v0.7.5
21892026-08-21T22:25:46.372Z Checking daft v0.1.7
21902026-08-21T22:25:46.455Z Checking ff v0.13.1
21912026-08-21T22:25:46.513Z Checking radium v0.7.0
21922026-08-21T22:25:46.622Z Checking thread-id v4.2.2
21932026-08-21T22:25:46.663Z Checking same-file v1.0.6
21942026-08-21T22:25:46.670Z Checking winnow v1.0.3
21952026-08-21T22:25:46.736Z Checking base16ct v0.2.0
21962026-08-21T22:25:46.765Z Checking funty v2.0.0
21972026-08-21T22:25:46.808Z Checking crc-catalog v2.4.0
21982026-08-21T22:25:46.883Z Checking sec1 v0.7.3
21992026-08-21T22:25:46.924Z Checking rsa v0.9.10
22002026-08-21T22:25:46.959Z Checking crc v3.4.0
22012026-08-21T22:25:46.994Z Checking dof v0.4.0
22022026-08-21T22:25:47.107Z Checking bitvec v1.0.1
22032026-08-21T22:25:47.146Z Checking walkdir v2.5.0
22042026-08-21T22:25:47.182Z Checking group v0.13.0
22052026-08-21T22:25:47.342Z Checking hkdf v0.12.4
22062026-08-21T22:25:47.382Z Checking unicode-normalization v0.1.25
22072026-08-21T22:25:47.418Z Checking crypto-bigint v0.5.5
22082026-08-21T22:25:47.422Z Checking dof v0.3.0
22092026-08-21T22:25:47.492Z Checking zerocopy v0.6.6
22102026-08-21T22:25:47.526Z Checking maybe-uninit v2.0.0
22112026-08-21T22:25:47.581Z Checking foldhash v0.1.5
22122026-08-21T22:25:47.636Z Checking is_ci v1.2.0
22132026-08-21T22:25:47.675Z Checking usdt-impl v0.6.0
22142026-08-21T22:25:47.753Z Checking nodrop v0.1.14
22152026-08-21T22:25:47.793Z Checking foreign-types-shared v0.1.1
22162026-08-21T22:25:47.798Z Checking usdt-impl v0.5.0
22172026-08-21T22:25:47.867Z Checking gimli v0.32.3
22182026-08-21T22:25:47.871Z Checking winnow v0.5.40
22192026-08-21T22:25:47.940Z Checking array-init v0.0.4
22202026-08-21T22:25:47.943Z Checking foreign-types v0.3.2
22212026-08-21T22:25:48.011Z Checking usdt v0.6.0
22222026-08-21T22:25:48.075Z Checking hashbrown v0.15.5
22232026-08-21T22:25:48.140Z Checking smallvec v0.6.14
22242026-08-21T22:25:48.213Z Checking serde_with v3.21.0
22252026-08-21T22:25:48.273Z Checking bitfield v0.19.4
22262026-08-21T22:25:48.360Z Checking bzip2-sys v0.1.13+1.0.8
22272026-08-21T22:25:48.397Z Checking elliptic-curve v0.13.8
22282026-08-21T22:25:48.468Z Checking packed_struct v0.10.1
22292026-08-21T22:25:48.508Z Checking openssl-sys v0.9.117
22302026-08-21T22:25:48.575Z Checking object v0.37.3
22312026-08-21T22:25:48.607Z Checking rustc-demangle v0.1.27
22322026-08-21T22:25:48.739Z Checking siphasher v1.0.2
22332026-08-21T22:25:48.860Z Checking bitflags v1.3.2
22342026-08-21T22:25:48.901Z Checking hashbrown v0.12.3
22352026-08-21T22:25:48.946Z Checking keccak v0.1.6
22362026-08-21T22:25:48.982Z Checking openssl v0.10.80
22372026-08-21T22:25:49.079Z Checking toml_edit v0.19.15
22382026-08-21T22:25:49.141Z Checking sha3 v0.10.8
22392026-08-21T22:25:49.342Z Checking indexmap v1.9.3
22402026-08-21T22:25:49.385Z Checking bzip2 v0.4.4
22412026-08-21T22:25:49.455Z Checking addr2line v0.25.1
22422026-08-21T22:25:49.568Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22432026-08-21T22:25:49.610Z Checking serde-hex v0.1.0
22442026-08-21T22:25:49.694Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22452026-08-21T22:25:49.737Z Checking toml_parser v1.1.2+spec-1.1.0
22462026-08-21T22:25:49.776Z Checking ron v0.8.1
22472026-08-21T22:25:49.879Z Checking hashbrown v0.13.2
22482026-08-21T22:25:50.087Z Checking itertools v0.13.0
22492026-08-21T22:25:50.141Z Checking toml v0.7.8
22502026-08-21T22:25:50.313Z Checking itertools v0.15.0
22512026-08-21T22:25:50.352Z Checking signal-hook v0.3.18
22522026-08-21T22:25:50.484Z Checking managed v0.8.0
22532026-08-21T22:25:50.571Z Checking crc-any v2.5.0
22542026-08-21T22:25:50.704Z Checking object v0.30.4
22552026-08-21T22:25:50.780Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22562026-08-21T22:25:50.887Z Checking backtrace v0.3.76
22572026-08-21T22:25:50.971Z Checking zip v0.6.6
22582026-08-21T22:25:51.010Z Checking globset v0.4.18
22592026-08-21T22:25:51.107Z Checking chacha20 v0.10.0
22602026-08-21T22:25:51.154Z Checking curve25519-dalek v4.1.3
22612026-08-21T22:25:51.215Z Checking backtrace-ext v0.2.1
22622026-08-21T22:25:51.292Z Checking winnow v0.7.14
22632026-08-21T22:25:51.332Z Checking toml_write v0.1.2
22642026-08-21T22:25:51.371Z Checking path-slash v0.1.5
22652026-08-21T22:25:51.409Z Checking native-tls v0.2.18
22662026-08-21T22:25:51.458Z Checking signal-hook-mio v0.2.5
22672026-08-21T22:25:51.504Z Checking textwrap v0.16.2
22682026-08-21T22:25:51.542Z Checking ed25519 v2.2.3
22692026-08-21T22:25:51.595Z Checking ref-cast v1.0.25
22702026-08-21T22:25:51.633Z Checking pin-project v1.1.11
22712026-08-21T22:25:51.730Z Checking jiff-core v0.1.0
22722026-08-21T22:25:51.770Z Checking tokio-native-tls v0.3.1
22732026-08-21T22:25:51.774Z Checking pem v3.0.6
22742026-08-21T22:25:51.774Z Checking zstd-sys v2.0.16+zstd.1.5.7
22752026-08-21T22:25:51.960Z Checking ed25519-dalek v2.2.0
22762026-08-21T22:25:51.964Z Checking owo-colors v4.3.0
22772026-08-21T22:25:52.035Z Checking fixedbitset v0.5.7
22782026-08-21T22:25:52.040Z Checking zstd-safe v7.2.4
22792026-08-21T22:25:52.244Z Checking hyper-tls v0.6.0
22802026-08-21T22:25:52.276Z Checking snafu v0.8.9
22812026-08-21T22:25:52.281Z Checking petgraph v0.8.3
22822026-08-21T22:25:52.445Z Checking jiff v0.2.34
22832026-08-21T22:25:52.449Z Checking crossterm v0.28.1
22842026-08-21T22:25:52.520Z Checking toml_edit v0.22.27
22852026-08-21T22:25:52.557Z Checking supports-color v3.0.2
22862026-08-21T22:25:52.601Z Checking similar v2.7.0
22872026-08-21T22:25:52.639Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22882026-08-21T22:25:52.714Z Checking fs-err v3.3.0
22892026-08-21T22:25:52.852Z Checking hash32 v0.2.1
22902026-08-21T22:25:53.028Z Checking serde-big-array v0.5.1
22912026-08-21T22:25:53.068Z Checking serde_plain v1.0.2
22922026-08-21T22:25:53.072Z Checking unicode-properties v0.1.4
22932026-08-21T22:25:53.202Z Checking libbz2-rs-sys v0.2.2
22942026-08-21T22:25:53.238Z Checking typed-path v0.9.3
22952026-08-21T22:25:53.278Z Checking bumpalo v3.20.2
22962026-08-21T22:25:53.320Z Checking unicode-bidi v0.3.18
22972026-08-21T22:25:53.524Z Checking predicates-core v1.0.10
22982026-08-21T22:25:53.624Z Checking bzip2 v0.6.1
22992026-08-21T22:25:53.663Z Checking stringprep v0.1.5
23002026-08-21T22:25:53.666Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23012026-08-21T22:25:53.698Z Checking zopfli v0.8.3
23022026-08-21T22:25:53.701Z Checking heapless v0.7.17
23032026-08-21T22:25:53.819Z Checking reqwest v0.12.28
23042026-08-21T22:25:53.862Z Checking zstd v0.13.3
23052026-08-21T22:25:53.933Z Checking hickory-proto v0.25.2
23062026-08-21T22:25:54.030Z Checking byte-wrapper v0.1.0
23072026-08-21T22:25:54.076Z Checking md-5 v0.10.6
23082026-08-21T22:25:54.106Z Checking float-cmp v0.10.0
23092026-08-21T22:25:54.111Z Checking supports-hyperlinks v3.2.0
23102026-08-21T22:25:54.208Z Checking fallible-iterator v0.2.0
23112026-08-21T22:25:54.251Z Checking difflib v0.4.0
23122026-08-21T22:25:54.285Z Checking normalize-line-endings v0.3.0
23132026-08-21T22:25:54.293Z Checking supports-unicode v3.0.0
23142026-08-21T22:25:54.293Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23152026-08-21T22:25:54.392Z Checking zip v4.6.1
23162026-08-21T22:25:54.432Z Checking smoltcp v0.9.1
23172026-08-21T22:25:54.469Z Checking predicates v3.1.4
23182026-08-21T22:25:54.473Z Checking miette v7.6.0
23192026-08-21T22:25:54.540Z Checking postgres-protocol v0.6.10
23202026-08-21T22:25:54.602Z Checking iddqd v0.4.2
23212026-08-21T22:25:54.798Z Checking phf_shared v0.13.1
23222026-08-21T22:25:54.881Z Checking phf_shared v0.11.3
23232026-08-21T22:25:54.966Z Checking olpc-cjson v0.1.4
23242026-08-21T22:25:55.007Z Checking tokio-stream v0.1.18
23252026-08-21T22:25:55.044Z Checking strum v0.27.2
23262026-08-21T22:25:55.048Z Checking fixedbitset v0.4.2
23272026-08-21T22:25:55.048Z Checking precomputed-hash v0.1.1
23282026-08-21T22:25:55.154Z Checking new_debug_unreachable v1.0.6
23292026-08-21T22:25:55.157Z Checking lalrpop-util v0.19.12
23302026-08-21T22:25:55.224Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23312026-08-21T22:25:55.266Z Checking petgraph v0.6.5
23322026-08-21T22:25:55.270Z Checking string_cache v0.8.9
23332026-08-21T22:25:55.270Z Checking tough v0.22.0
23342026-08-21T22:25:55.376Z Checking phf v0.13.1
23352026-08-21T22:25:55.416Z Checking postgres-types v0.2.12
23362026-08-21T22:25:55.501Z Checking buf-list v1.1.2
23372026-08-21T22:25:55.540Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23382026-08-21T22:25:55.580Z Checking whoami v2.1.0
23392026-08-21T22:25:55.722Z Checking peg-runtime v0.8.5
23402026-08-21T22:25:55.810Z Checking tokio-postgres v0.7.16
23412026-08-21T22:25:55.849Z Checking is-terminal v0.4.17
23422026-08-21T22:25:55.891Z Checking crossbeam-channel v0.5.15
23432026-08-21T22:25:55.932Z Checking thread_local v1.1.9
23442026-08-21T22:25:55.974Z Checking term v1.2.1
23452026-08-21T22:25:56.130Z Checking take_mut v0.2.2
23462026-08-21T22:25:56.227Z Checking slog-term v2.9.2
23472026-08-21T22:25:56.267Z Compiling newtype-uuid-macros v0.1.0
23482026-08-21T22:25:56.270Z Checking slog-async v2.8.0
23492026-08-21T22:25:56.514Z Checking match_cfg v0.1.0
23502026-08-21T22:25:56.554Z Checking slog-json v2.6.1
23512026-08-21T22:25:56.590Z Compiling multer v3.1.0
23522026-08-21T22:25:56.626Z Checking hostname v0.3.1
23532026-08-21T22:25:56.746Z Compiling async-stream-impl v0.3.6
23542026-08-21T22:25:56.784Z Checking slog-bunyan v2.5.0
23552026-08-21T22:25:56.788Z Compiling dropshot v0.17.1
23562026-08-21T22:25:56.933Z Checking debug-ignore v1.0.5
23572026-08-21T22:25:56.937Z Compiling dropshot_endpoint v0.17.1
23582026-08-21T22:25:57.076Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23592026-08-21T22:25:57.079Z Checking serde_path_to_error v0.1.20
23602026-08-21T22:25:57.150Z Checking progenitor-client v0.14.0
23612026-08-21T22:25:57.150Z Checking sha1 v0.11.0
23622026-08-21T22:25:57.363Z Checking toml_datetime v1.1.1+spec-1.1.0
23632026-08-21T22:25:57.403Z Checking serde_spanned v1.1.1
23642026-08-21T22:25:57.406Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23652026-08-21T22:25:57.475Z Checking compression-core v0.4.31
23662026-08-21T22:25:57.479Z Checking toml_writer v1.1.1+spec-1.1.0
23672026-08-21T22:25:57.548Z Checking async-stream v0.3.6
23682026-08-21T22:25:57.628Z Checking waitgroup v0.1.2
23692026-08-21T22:25:57.696Z Checking compression-codecs v0.4.37
23702026-08-21T22:25:57.742Z Checking rustls-pemfile v2.2.0
23712026-08-21T22:25:57.745Z Checking toml v1.1.2+spec-1.1.0
23722026-08-21T22:25:57.745Z Checking hostname v0.4.2
23732026-08-21T22:25:57.850Z Checking atomicwrites v0.4.4
23742026-08-21T22:25:57.893Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23752026-08-21T22:25:57.926Z Compiling parse-display-derive v0.10.0
23762026-08-21T22:25:57.930Z Checking async-compression v0.4.41
23772026-08-21T22:25:57.930Z Checking macaddr v1.0.1
23782026-08-21T22:25:57.930Z Checking regress v0.10.5
23792026-08-21T22:25:58.067Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23802026-08-21T22:25:58.070Z Checking instant v0.1.13
23812026-08-21T22:25:58.206Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-08-21T22:25:58.244Z Checking itertools v0.14.0
23832026-08-21T22:25:58.247Z Checking backoff v0.4.0
23842026-08-21T22:25:58.419Z Checking backon v1.6.0
23852026-08-21T22:25:58.470Z Checking humantime v2.3.0
23862026-08-21T22:25:58.511Z Compiling convert_case v0.4.0
23872026-08-21T22:25:58.514Z Checking half v2.7.1
23882026-08-21T22:25:58.614Z Checking progenitor-extras v0.2.0
23892026-08-21T22:25:58.684Z Checking ciborium-io v0.2.2
23902026-08-21T22:25:58.807Z Checking heck v0.5.0
23912026-08-21T22:25:58.847Z Checking ciborium-ll v0.2.2
23922026-08-21T22:25:58.882Z Checking secrecy v0.10.3
23932026-08-21T22:25:58.920Z Compiling derive_more v0.99.20
23942026-08-21T22:25:58.963Z Checking camino-tempfile v1.4.1
23952026-08-21T22:25:59.036Z Checking indent_write v2.2.0
23962026-08-21T22:25:59.076Z Checking ciborium v0.2.2
23972026-08-21T22:25:59.156Z Compiling crucible-workspace-hack v0.1.0
23982026-08-21T22:25:59.200Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23992026-08-21T22:25:59.338Z Compiling regress v0.11.1
24002026-08-21T22:25:59.489Z Checking inout v0.1.4
24012026-08-21T22:25:59.531Z Checking universal-hash v0.5.1
24022026-08-21T22:25:59.535Z Compiling thiserror-impl-no-std v2.0.2
24032026-08-21T22:25:59.536Z Checking opaque-debug v0.3.1
24042026-08-21T22:25:59.636Z Checking parse-display v0.10.0
24052026-08-21T22:25:59.673Z Checking cipher v0.4.4
24062026-08-21T22:25:59.711Z Checking blake2 v0.10.6
24072026-08-21T22:25:59.749Z Checking poly1305 v0.8.0
24082026-08-21T22:25:59.813Z Checking aead v0.5.2
24092026-08-21T22:25:59.909Z Checking chacha20 v0.9.1
24102026-08-21T22:25:59.981Z Checking password-hash v0.5.0
24112026-08-21T22:26:00.020Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24122026-08-21T22:26:00.055Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24132026-08-21T22:26:00.139Z Checking chacha20poly1305 v0.10.1
24142026-08-21T22:26:00.241Z Checking argon2 v0.5.3
24152026-08-21T22:26:00.304Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24162026-08-21T22:26:00.449Z Compiling unsafe-libyaml v0.2.11
24172026-08-21T22:26:00.575Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24182026-08-21T22:26:00.626Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24192026-08-21T22:26:00.762Z Checking thiserror-no-std v2.0.2
24202026-08-21T22:26:00.803Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24212026-08-21T22:26:00.876Z Checking swrite v0.1.0
24222026-08-21T22:26:00.914Z Compiling typify-impl v0.6.2
24232026-08-21T22:26:01.001Z Checking vsss-rs v3.3.4
24242026-08-21T22:26:01.236Z Compiling serde_yaml v0.9.34+deprecated
24252026-08-21T22:26:01.516Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24262026-08-21T22:26:02.151Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24272026-08-21T22:26:02.277Z Checking crossbeam-deque v0.8.6
24282026-08-21T22:26:02.315Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24292026-08-21T22:26:02.448Z Compiling rayon-core v1.13.0
24302026-08-21T22:26:02.493Z Compiling num-derive v0.4.2
24312026-08-21T22:26:02.573Z Compiling toml_datetime v0.7.5+spec-1.1.0
24322026-08-21T22:26:02.711Z Compiling proc-macro-error v1.0.4
24332026-08-21T22:26:02.882Z Compiling toml_edit v0.23.10+spec-1.0.0
24342026-08-21T22:26:03.058Z Checking tabwriter v1.4.1
24352026-08-21T22:26:03.131Z Checking rayon v1.11.0
24362026-08-21T22:26:03.169Z Checking glob v0.3.3
24372026-08-21T22:26:03.242Z Compiling illumos-nvpair-sys v0.2.0
24382026-08-21T22:26:03.390Z Compiling heapless v0.8.0
24392026-08-21T22:26:03.429Z Checking hash32 v0.3.1
24402026-08-21T22:26:03.474Z Compiling proc-macro-crate v3.4.0
24412026-08-21T22:26:03.597Z Compiling ingot-macros v0.2.0
24422026-08-21T22:26:03.748Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24432026-08-21T22:26:03.920Z Compiling smoltcp v0.11.0
24442026-08-21T22:26:03.976Z Checking colored v3.1.1
24452026-08-21T22:26:04.049Z Compiling num_enum_derive v0.7.6
24462026-08-21T22:26:04.211Z Checking illumos-nvpair v0.3.0
24472026-08-21T22:26:04.252Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24482026-08-21T22:26:04.344Z Checking toml v0.8.23
24492026-08-21T22:26:04.401Z Checking cobs v0.3.0
24502026-08-21T22:26:04.516Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24512026-08-21T22:26:04.582Z Checking postcard v1.1.3
24522026-08-21T22:26:04.711Z Checking rand v0.10.1
24532026-08-21T22:26:04.797Z Compiling proc-macro-crate v1.3.1
24542026-08-21T22:26:04.912Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24552026-08-21T22:26:05.128Z Checking num_enum v0.7.6
24562026-08-21T22:26:05.166Z Checking sigpipe v0.1.3
24572026-08-21T22:26:05.243Z Compiling foreign-types-macros v0.2.3
24582026-08-21T22:26:05.247Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24592026-08-21T22:26:05.317Z Checking foreign-types-shared v0.3.1
24602026-08-21T22:26:05.321Z Compiling num_enum_derive v0.5.11
24612026-08-21T22:26:05.515Z Compiling typify-macro v0.6.2
24622026-08-21T22:26:05.634Z Compiling usdt-macro v0.5.0
24632026-08-21T22:26:05.739Z Compiling usdt-attr-macro v0.5.0
24642026-08-21T22:26:05.837Z Checking cstr-argument v0.1.2
24652026-08-21T22:26:05.877Z Checking foreign-types v0.5.0
24662026-08-21T22:26:05.987Z Checking memmap v0.7.0
24672026-08-21T22:26:06.024Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24682026-08-21T22:26:06.153Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24692026-08-21T22:26:06.386Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24702026-08-21T22:26:06.421Z Checking num_enum v0.5.11
24712026-08-21T22:26:06.458Z Checking ingot-types v0.2.0
24722026-08-21T22:26:06.496Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24732026-08-21T22:26:06.561Z Checking usdt v0.5.0
24742026-08-21T22:26:06.597Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24752026-08-21T22:26:06.667Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24762026-08-21T22:26:06.670Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24772026-08-21T22:26:06.735Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24782026-08-21T22:26:06.771Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24792026-08-21T22:26:06.827Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24802026-08-21T22:26:06.864Z Checking ingot v0.2.1
24812026-08-21T22:26:06.936Z Compiling zone_cfg_derive v0.3.1
24822026-08-21T22:26:06.939Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24832026-08-21T22:26:07.025Z Checking itertools v0.12.1
24842026-08-21T22:26:07.158Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24852026-08-21T22:26:07.196Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24862026-08-21T22:26:07.328Z Compiling typify v0.6.2
24872026-08-21T22:26:07.460Z Compiling progenitor-impl v0.14.0
24882026-08-21T22:26:07.615Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24892026-08-21T22:26:07.720Z Checking smf v0.2.3
24902026-08-21T22:26:07.756Z Checking whoami v1.6.1
24912026-08-21T22:26:07.940Z Compiling derive-where v1.6.0
24922026-08-21T22:26:07.977Z Checking tokio-dtrace v0.1.1
24932026-08-21T22:26:08.012Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24942026-08-21T22:26:08.187Z Checking zone v0.3.1
24952026-08-21T22:26:08.216Z Checking oxide-tokio-rt v0.1.4
24962026-08-21T22:26:08.426Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24972026-08-21T22:26:08.543Z Checking console v0.15.11
24982026-08-21T22:26:08.581Z Checking newline-converter v0.3.0
24992026-08-21T22:26:08.619Z Checking bytecount v0.6.9
25002026-08-21T22:26:08.655Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25012026-08-21T22:26:08.725Z Checking num-rational v0.4.2
25022026-08-21T22:26:08.762Z Checking num-complex v0.4.6
25032026-08-21T22:26:08.863Z Checking expectorate v1.2.0
25042026-08-21T22:26:09.031Z Compiling cancel-safe-futures v0.1.5
25052026-08-21T22:26:09.072Z Checking float-ord v0.3.2
25062026-08-21T22:26:09.142Z Checking num v0.4.3
25072026-08-21T22:26:09.211Z Checking linear-map v1.2.0
25082026-08-21T22:26:09.253Z Checking gethostname v0.5.0
25092026-08-21T22:26:09.326Z Checking oxide-update-engine-types v0.1.2
25102026-08-21T22:26:09.409Z Compiling prettyplease v0.2.37
25112026-08-21T22:26:09.444Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25122026-08-21T22:26:09.681Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25132026-08-21T22:26:09.832Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25142026-08-21T22:26:09.871Z Checking resolv-conf v0.7.6
25152026-08-21T22:26:09.922Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25162026-08-21T22:26:09.961Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25172026-08-21T22:26:10.087Z Checking papergrid v0.11.0
25182026-08-21T22:26:10.147Z Compiling progenitor-macro v0.14.0
25192026-08-21T22:26:10.187Z Compiling tabled_derive v0.7.0
25202026-08-21T22:26:10.281Z Checking oxide-update-engine v0.1.2
25212026-08-21T22:26:10.737Z Compiling convert_case v0.10.0
25222026-08-21T22:26:10.774Z Compiling slog-dtrace v0.3.0
25232026-08-21T22:26:10.893Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25242026-08-21T22:26:11.114Z Compiling derive_more-impl v2.1.1
25252026-08-21T22:26:11.150Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25262026-08-21T22:26:11.195Z Checking tabled v0.15.0
25272026-08-21T22:26:11.509Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25282026-08-21T22:26:11.802Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25292026-08-21T22:26:11.958Z Checking derive_more v2.1.1
25302026-08-21T22:26:12.068Z Checking crossterm v0.29.0
25312026-08-21T22:26:12.185Z Checking linked-hash-map v0.5.6
25322026-08-21T22:26:12.387Z Checking lru-cache v0.1.2
25332026-08-21T22:26:12.735Z Checking hickory-proto v0.24.4
25342026-08-21T22:26:12.782Z Checking fd-lock v4.0.4
25352026-08-21T22:26:13.352Z Checking vte v0.14.1
25362026-08-21T22:26:13.690Z Checking strip-ansi-escapes v0.2.1
25372026-08-21T22:26:14.375Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25382026-08-21T22:26:14.598Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25392026-08-21T22:26:14.990Z Checking termtree v0.5.1
25402026-08-21T22:26:15.097Z Checking nu-ansi-term v0.50.3
25412026-08-21T22:26:15.155Z Checking progenitor v0.14.0
25422026-08-21T22:26:15.329Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25432026-08-21T22:26:15.367Z Checking reedline v0.40.0
25442026-08-21T22:26:15.485Z Checking hickory-resolver v0.24.4
25452026-08-21T22:26:15.549Z Compiling minimal-lexical v0.2.1
25462026-08-21T22:26:15.996Z Compiling nom v7.1.3
25472026-08-21T22:26:16.283Z Checking qorb v0.4.1
25482026-08-21T22:26:16.549Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25492026-08-21T22:26:17.211Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25502026-08-21T22:26:17.352Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25512026-08-21T22:26:17.389Z Compiling unicode-xid v0.2.6
25522026-08-21T22:26:17.489Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25532026-08-21T22:26:17.492Z Checking display-error-chain v0.2.2
25542026-08-21T22:26:17.564Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25552026-08-21T22:26:17.710Z Compiling ar_archive_writer v0.5.1
25562026-08-21T22:26:17.765Z Checking csv-core v0.1.13
25572026-08-21T22:26:17.945Z Compiling stacker v0.1.23
25582026-08-21T22:26:17.985Z Checking csv v1.4.0
25592026-08-21T22:26:18.243Z Checking highway v1.3.0
25602026-08-21T22:26:18.283Z Compiling cfg_aliases v0.1.1
25612026-08-21T22:26:18.318Z Compiling semver v0.1.20
25622026-08-21T22:26:18.428Z Compiling nix v0.28.0
25632026-08-21T22:26:18.473Z Checking nibble_vec v0.1.0
25642026-08-21T22:26:18.510Z Checking endian-type v0.1.2
25652026-08-21T22:26:18.599Z Compiling psm v0.1.30
25662026-08-21T22:26:18.639Z Compiling rustc_version v0.1.7
25672026-08-21T22:26:18.675Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25682026-08-21T22:26:18.678Z Checking radix_trie v0.2.1
25692026-08-21T22:26:18.850Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25702026-08-21T22:26:18.902Z Compiling newtype_derive v0.1.6
25712026-08-21T22:26:18.939Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25722026-08-21T22:26:19.127Z Checking phf_shared v0.12.1
25732026-08-21T22:26:19.283Z Compiling recursive-proc-macro-impl v0.1.1
25742026-08-21T22:26:19.320Z Compiling chrono-tz v0.10.4
25752026-08-21T22:26:19.324Z Checking phf v0.12.1
25762026-08-21T22:26:19.499Z Compiling const_format_proc_macros v0.2.34
25772026-08-21T22:26:19.534Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25782026-08-21T22:26:19.571Z Compiling peg-macros v0.8.5
25792026-08-21T22:26:19.642Z Checking winnow v0.6.26
25802026-08-21T22:26:19.689Z Compiling sqlparser_derive v0.5.0
25812026-08-21T22:26:19.725Z Checking recursive v0.1.1
25822026-08-21T22:26:19.852Z Checking unicode_categories v0.1.1
25832026-08-21T22:26:20.044Z Checking home v0.5.12
25842026-08-21T22:26:20.358Z Checking const_format v0.2.35
25852026-08-21T22:26:20.411Z Checking rustyline v14.0.0
25862026-08-21T22:26:20.470Z Checking sqlparser v0.61.0
25872026-08-21T22:26:20.729Z Checking bcs v0.1.6
25882026-08-21T22:26:20.940Z Checking peg v0.8.5
25892026-08-21T22:26:21.001Z Checking sqlformat v0.3.5
25902026-08-21T22:26:21.046Z Checking nom v8.0.0
25912026-08-21T22:26:21.146Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25922026-08-21T22:26:21.459Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25932026-08-21T22:26:21.502Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25942026-08-21T22:26:21.696Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25952026-08-21T22:26:21.803Z Checking steno v0.4.1
25962026-08-21T22:26:22.017Z Checking sha1 v0.10.6
25972026-08-21T22:26:22.135Z Checking filetime v0.2.27
25982026-08-21T22:26:22.212Z Checking xattr v1.6.1
25992026-08-21T22:26:22.247Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26002026-08-21T22:26:22.309Z Checking subprocess v0.2.15
26012026-08-21T22:26:22.378Z Checking tar v0.4.46
26022026-08-21T22:26:22.456Z Checking headers-core v0.3.0
26032026-08-21T22:26:22.610Z Checking headers v0.4.1
26042026-08-21T22:26:22.677Z Checking yasna v0.5.2
26052026-08-21T22:26:22.855Z Checking port-file v0.1.0
26062026-08-21T22:26:23.070Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26072026-08-21T22:26:23.073Z Checking dropshot-api-manager-types v0.8.0
26082026-08-21T22:26:23.143Z Checking rcgen v0.12.1
26092026-08-21T22:26:23.147Z Checking tagptr v0.2.0
26102026-08-21T22:26:23.303Z Checking utf-8 v0.7.6
26112026-08-21T22:26:23.338Z Checking moka v0.12.13
26122026-08-21T22:26:23.477Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26132026-08-21T22:26:23.543Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26142026-08-21T22:26:23.662Z Compiling libefi-sys v0.1.0
26152026-08-21T22:26:23.928Z Compiling bitfield-struct v0.6.2
26162026-08-21T22:26:24.037Z Checking hickory-resolver v0.25.2
26172026-08-21T22:26:24.071Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26182026-08-21T22:26:24.180Z Checking tungstenite v0.21.0
26192026-08-21T22:26:24.216Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26202026-08-21T22:26:24.401Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26212026-08-21T22:26:24.592Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26222026-08-21T22:26:24.664Z Checking tokio-tungstenite v0.21.0
26232026-08-21T22:26:24.700Z Compiling xshell-macros v0.2.7
26242026-08-21T22:26:24.734Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26252026-08-21T22:26:24.791Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26262026-08-21T22:26:24.860Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26272026-08-21T22:26:24.897Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26282026-08-21T22:26:24.965Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26292026-08-21T22:26:25.098Z Checking xshell v0.2.7
26302026-08-21T22:26:25.134Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26312026-08-21T22:26:25.172Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26322026-08-21T22:26:25.468Z Checking half v1.8.3
26332026-08-21T22:26:25.519Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26342026-08-21T22:26:25.697Z Checking serde_cbor v0.11.2
26352026-08-21T22:26:25.846Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26362026-08-21T22:26:25.934Z Checking libscf-sys v1.2.0
26372026-08-21T22:26:26.069Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26382026-08-21T22:26:26.105Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26392026-08-21T22:26:26.109Z Checking papergrid v0.18.0
26402026-08-21T22:26:26.203Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26412026-08-21T22:26:26.340Z Checking maplit v1.0.2
26422026-08-21T22:26:26.461Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26432026-08-21T22:26:26.632Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26442026-08-21T22:26:26.704Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26452026-08-21T22:26:26.966Z Checking tabled v0.21.0
26462026-08-21T22:26:27.045Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26472026-08-21T22:26:27.152Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26482026-08-21T22:26:27.243Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26492026-08-21T22:26:27.281Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26502026-08-21T22:26:27.382Z Checking crc8 v0.1.1
26512026-08-21T22:26:27.513Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26522026-08-21T22:26:27.750Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26532026-08-21T22:26:27.824Z Checking unicase v2.9.0
26542026-08-21T22:26:27.884Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26552026-08-21T22:26:28.020Z Checking fxhash v0.2.1
26562026-08-21T22:26:28.176Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26572026-08-21T22:26:28.237Z Checking sha2 v0.11.0
26582026-08-21T22:26:28.394Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26592026-08-21T22:26:28.435Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26602026-08-21T22:26:28.751Z Compiling darling_core v0.21.3
26612026-08-21T22:26:28.948Z Compiling vergen-lib v0.1.6
26622026-08-21T22:26:28.985Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26632026-08-21T22:26:29.166Z Compiling diesel_derives v2.3.7
26642026-08-21T22:26:29.249Z Checking scheduled-thread-pool v0.2.7
26652026-08-21T22:26:29.428Z Compiling vergen-gitcl v1.0.8
26662026-08-21T22:26:29.461Z Compiling diesel_table_macro_syntax v0.3.0
26672026-08-21T22:26:29.639Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26682026-08-21T22:26:29.709Z Checking r2d2 v0.8.10
26692026-08-21T22:26:29.819Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26702026-08-21T22:26:29.927Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26712026-08-21T22:26:30.157Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26722026-08-21T22:26:30.304Z Checking downcast-rs v2.0.2
26732026-08-21T22:26:30.470Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26742026-08-21T22:26:30.474Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26752026-08-21T22:26:30.817Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26762026-08-21T22:26:31.020Z Checking kstat-rs v0.2.5
26772026-08-21T22:26:31.056Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26782026-08-21T22:26:31.158Z Compiling proc-macro-error-attr2 v2.0.0
26792026-08-21T22:26:31.247Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26802026-08-21T22:26:31.286Z Compiling darling_macro v0.21.3
26812026-08-21T22:26:31.521Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26822026-08-21T22:26:31.588Z Compiling proc-macro-error2 v2.0.1
26832026-08-21T22:26:31.831Z Compiling darling v0.21.3
26842026-08-21T22:26:31.941Z Compiling dsl_auto_type v0.2.0
26852026-08-21T22:26:31.978Z Compiling knus-derive v3.4.0
26862026-08-21T22:26:31.981Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26872026-08-21T22:26:32.906Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26882026-08-21T22:26:33.244Z Compiling dirs-sys-next v0.1.2
26892026-08-21T22:26:33.370Z Compiling parking_lot_core v0.8.6
26902026-08-21T22:26:33.462Z Compiling salty v0.3.0
26912026-08-21T22:26:33.515Z Compiling crunchy v0.2.4
26922026-08-21T22:26:33.568Z Compiling dirs-next v2.0.0
26932026-08-21T22:26:33.704Z Compiling clang-sys v1.8.1
26942026-08-21T22:26:33.739Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26952026-08-21T22:26:33.842Z Compiling git-stub v1.0.0
26962026-08-21T22:26:33.889Z Compiling tiny-keccak v2.0.2
26972026-08-21T22:26:34.161Z Compiling git-stub-vcs v0.1.0
26982026-08-21T22:26:34.197Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26992026-08-21T22:26:34.378Z Compiling term v0.7.0
27002026-08-21T22:26:34.537Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27012026-08-21T22:26:34.575Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27022026-08-21T22:26:34.578Z Compiling bit-vec v0.6.3
27032026-08-21T22:26:34.578Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27042026-08-21T22:26:34.893Z Compiling bit-set v0.5.3
27052026-08-21T22:26:34.929Z Compiling ascii-canvas v3.0.0
27062026-08-21T22:26:34.967Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27072026-08-21T22:26:35.086Z Checking parking_lot v0.11.2
27082026-08-21T22:26:35.248Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27092026-08-21T22:26:35.251Z Checking rfc6979 v0.4.0
27102026-08-21T22:26:35.318Z Checking prefix-trie v0.7.0
27112026-08-21T22:26:35.440Z Compiling hashbrown v0.14.5
27122026-08-21T22:26:35.645Z Compiling itertools v0.10.5
27132026-08-21T22:26:35.682Z Compiling ena v0.14.4
27142026-08-21T22:26:35.716Z Compiling libloading v0.8.9
27152026-08-21T22:26:35.934Z Compiling bindgen v0.71.1
27162026-08-21T22:26:35.970Z Compiling diff v0.1.13
27172026-08-21T22:26:36.036Z Compiling regex-syntax v0.6.29
27182026-08-21T22:26:36.222Z Compiling chumsky v0.9.3
27192026-08-21T22:26:36.389Z Checking hickory-server v0.25.2
27202026-08-21T22:26:36.740Z Compiling ecdsa v0.16.9
27212026-08-21T22:26:37.432Z Compiling lalrpop v0.19.12
27222026-08-21T22:26:37.663Z Checking sled v0.34.7
27232026-08-21T22:26:37.699Z Compiling cexpr v0.6.0
27242026-08-21T22:26:37.737Z Checking primeorder v0.13.6
27252026-08-21T22:26:37.900Z Checking diesel v2.3.7
27262026-08-21T22:26:38.027Z Checking nanorand v0.7.0
27272026-08-21T22:26:38.263Z Compiling rustc-hash v2.1.1
27282026-08-21T22:26:38.400Z Checking flume v0.11.1
27292026-08-21T22:26:38.436Z Compiling p384 v0.13.1
27302026-08-21T22:26:38.936Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27312026-08-21T22:26:39.023Z Compiling knus v3.4.0
27322026-08-21T22:26:39.156Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27332026-08-21T22:26:39.587Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27342026-08-21T22:26:39.630Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27352026-08-21T22:26:39.891Z Compiling libxml v0.3.3
27362026-08-21T22:26:39.959Z Checking assert_matches v1.5.0
27372026-08-21T22:26:40.022Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27382026-08-21T22:26:40.063Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27392026-08-21T22:26:40.236Z Compiling strum_macros v0.24.3
27402026-08-21T22:26:40.319Z Compiling indoc v1.0.9
27412026-08-21T22:26:41.010Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27422026-08-21T22:26:41.249Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27432026-08-21T22:26:41.558Z Checking quick-xml v0.37.5
27442026-08-21T22:26:41.595Z Checking derive_builder v0.20.2
27452026-08-21T22:26:41.637Z Compiling oso-derive v0.27.3
27462026-08-21T22:26:41.743Z Compiling trait-variant v0.1.2
27472026-08-21T22:26:42.166Z Compiling impl-trait-for-tuples v0.2.3
27482026-08-21T22:26:42.322Z Checking openssl-probe v0.1.6
27492026-08-21T22:26:42.470Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27502026-08-21T22:26:42.551Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27512026-08-21T22:26:42.747Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27522026-08-21T22:26:43.361Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27532026-08-21T22:26:43.398Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27542026-08-21T22:26:43.605Z Checking corncobs v0.1.4
27552026-08-21T22:26:43.691Z Checking predicates-tree v1.0.13
27562026-08-21T22:26:43.774Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27572026-08-21T22:26:43.809Z Compiling progenitor-impl v0.13.0
27582026-08-21T22:26:43.844Z Checking secrecy v0.8.0
27592026-08-21T22:26:44.011Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27602026-08-21T22:26:44.574Z Checking progenitor-client v0.13.0
27612026-08-21T22:26:44.725Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27622026-08-21T22:26:44.853Z Checking anstyle-parse v0.2.7
27632026-08-21T22:26:44.999Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27642026-08-21T22:26:45.048Z Checking anstream v0.6.21
27652026-08-21T22:26:45.224Z Checking bb8 v0.8.6
27662026-08-21T22:26:45.545Z Compiling mime_guess v2.0.5
27672026-08-21T22:26:45.629Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27682026-08-21T22:26:45.854Z Checking ignore v0.4.25
27692026-08-21T22:26:46.122Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27702026-08-21T22:26:46.300Z Checking http-range v0.1.5
27712026-08-21T22:26:46.336Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27722026-08-21T22:26:46.470Z Checking globwalk v0.9.1
27732026-08-21T22:26:46.504Z Compiling progenitor-macro v0.13.0
27742026-08-21T22:26:46.792Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27752026-08-21T22:26:47.020Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27762026-08-21T22:26:47.175Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27772026-08-21T22:26:47.866Z Checking digest-io v0.1.0
27782026-08-21T22:26:48.040Z Checking nonempty v0.12.0
27792026-08-21T22:26:48.249Z Checking rawzip v0.4.4
27802026-08-21T22:26:48.335Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27812026-08-21T22:26:48.748Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27822026-08-21T22:26:48.786Z Checking camino-tempfile-ext v0.3.3
27832026-08-21T22:26:49.025Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27842026-08-21T22:26:49.099Z Checking hyper-staticfile v0.10.1
27852026-08-21T22:26:49.435Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27862026-08-21T22:26:49.773Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27872026-08-21T22:26:50.070Z Checking signal-hook-tokio v0.3.1
27882026-08-21T22:26:50.243Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27892026-08-21T22:26:50.347Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27902026-08-21T22:26:50.385Z Checking scuffle v0.1.0
27912026-08-21T22:26:50.706Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27922026-08-21T22:26:50.777Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27932026-08-21T22:26:51.078Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27942026-08-21T22:26:51.116Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27952026-08-21T22:26:51.218Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27962026-08-21T22:26:51.417Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27972026-08-21T22:26:51.501Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27982026-08-21T22:26:51.545Z Checking progenitor v0.13.0
27992026-08-21T22:26:51.728Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28002026-08-21T22:26:51.877Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28012026-08-21T22:26:52.110Z Checking diesel-dtrace v0.5.0
28022026-08-21T22:26:52.351Z Checking async-bb8-diesel v0.2.1
28032026-08-21T22:26:52.395Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28042026-08-21T22:26:52.691Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28052026-08-21T22:26:52.758Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28062026-08-21T22:26:52.903Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28072026-08-21T22:26:53.263Z Checking tungstenite v0.23.0
28082026-08-21T22:26:53.302Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28092026-08-21T22:26:53.338Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28102026-08-21T22:26:53.750Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28112026-08-21T22:26:55.001Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28122026-08-21T22:26:55.175Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28132026-08-21T22:26:55.327Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28142026-08-21T22:26:55.772Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28152026-08-21T22:26:56.001Z Checking rand_seeder v0.4.0
28162026-08-21T22:26:56.188Z Checking tokio-tungstenite v0.23.1
28172026-08-21T22:26:56.503Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28182026-08-21T22:26:56.545Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28192026-08-21T22:26:56.767Z Checking void v1.0.2
28202026-08-21T22:26:56.852Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28212026-08-21T22:26:56.912Z Checking lzss v0.8.2
28222026-08-21T22:26:56.949Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28232026-08-21T22:26:57.057Z Checking nix v0.27.1
28242026-08-21T22:26:57.141Z Checking serde_bytes v0.11.19
28252026-08-21T22:26:57.144Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28262026-08-21T22:26:57.603Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28272026-08-21T22:26:57.951Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28282026-08-21T22:26:58.342Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28292026-08-21T22:26:58.792Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28302026-08-21T22:26:59.038Z Checking yansi v1.0.1
28312026-08-21T22:26:59.074Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28322026-08-21T22:26:59.121Z Checking cpubits v0.1.1
28332026-08-21T22:26:59.330Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28342026-08-21T22:26:59.410Z Checking pretty_assertions v1.4.1
28352026-08-21T22:26:59.610Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28362026-08-21T22:26:59.613Z Checking pem-rfc7468 v1.0.0
28372026-08-21T22:26:59.850Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28382026-08-21T22:27:00.131Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28392026-08-21T22:27:00.298Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28402026-08-21T22:27:00.364Z Checking hmac v0.13.0
28412026-08-21T22:27:00.568Z Checking universal-hash v0.6.1
28422026-08-21T22:27:00.745Z Compiling libz-sys v1.1.24
28432026-08-21T22:27:01.117Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28442026-08-21T22:27:01.164Z Compiling instability v0.3.11
28452026-08-21T22:27:01.451Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28462026-08-21T22:27:01.454Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28472026-08-21T22:27:01.561Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28482026-08-21T22:27:01.608Z Checking castaway v0.2.4
28492026-08-21T22:27:01.761Z Compiling indoc v2.0.7
28502026-08-21T22:27:01.844Z Checking compact_str v0.8.1
28512026-08-21T22:27:02.082Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28522026-08-21T22:27:02.252Z Checking polyval v0.7.1
28532026-08-21T22:27:02.500Z Checking der v0.8.0
28542026-08-21T22:27:02.972Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28552026-08-21T22:27:03.039Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28562026-08-21T22:27:03.205Z Checking unicode-truncate v1.1.0
28572026-08-21T22:27:03.267Z Checking lru v0.12.5
28582026-08-21T22:27:03.316Z Compiling libgit2-sys v0.18.3+1.9.2
28592026-08-21T22:27:03.361Z Checking arc-swap v1.8.2
28602026-08-21T22:27:03.394Z Checking cassowary v0.3.0
28612026-08-21T22:27:03.576Z Checking ghash v0.6.0
28622026-08-21T22:27:03.621Z Checking slog-scope v4.4.1
28632026-08-21T22:27:03.656Z Checking ratatui v0.29.0
28642026-08-21T22:27:03.807Z Checking pbkdf2 v0.13.0
28652026-08-21T22:27:03.881Z Checking aes v0.9.1
28662026-08-21T22:27:03.958Z Checking crypto-bigint v0.7.5
28672026-08-21T22:27:04.309Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28682026-08-21T22:27:05.013Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28692026-08-21T22:27:05.271Z Checking ctr v0.10.1
28702026-08-21T22:27:05.492Z Checking aead v0.6.1
28712026-08-21T22:27:05.587Z Checking cargo-platform v0.3.2
28722026-08-21T22:27:05.672Z Checking aes-gcm v0.11.0
28732026-08-21T22:27:05.807Z Checking cargo_metadata v0.23.1
28742026-08-21T22:27:05.876Z Checking slog-stdlog v4.1.1
28752026-08-21T22:27:06.039Z Checking spki v0.8.0
28762026-08-21T22:27:06.237Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28772026-08-21T22:27:06.274Z Checking colored v2.2.0
28782026-08-21T22:27:06.508Z Checking salsa20 v0.11.0
28792026-08-21T22:27:06.591Z Checking console v0.16.2
28802026-08-21T22:27:06.695Z Compiling vergen-git2 v9.1.0
28812026-08-21T22:27:06.920Z Checking unit-prefix v0.5.2
28822026-08-21T22:27:06.955Z Checking plotters-backend v0.3.7
28832026-08-21T22:27:07.090Z Checking indicatif v0.18.4
28842026-08-21T22:27:07.192Z Checking plotters-svg v0.3.7
28852026-08-21T22:27:07.419Z Checking scrypt v0.12.0
28862026-08-21T22:27:07.506Z Checking slog-envlogger v2.2.0
28872026-08-21T22:27:07.630Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28882026-08-21T22:27:07.673Z Checking cbc v0.2.1
28892026-08-21T22:27:07.709Z Checking libsw-core v0.3.2
28902026-08-21T22:27:07.854Z Checking cast v0.3.0
28912026-08-21T22:27:07.926Z Checking libsw v3.5.0
28922026-08-21T22:27:07.972Z Checking pkcs5 v0.8.1
28932026-08-21T22:27:08.047Z Checking criterion-plot v0.6.0
28942026-08-21T22:27:08.118Z Checking plotters v0.3.7
28952026-08-21T22:27:08.305Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28962026-08-21T22:27:08.341Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28972026-08-21T22:27:08.571Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28982026-08-21T22:27:08.802Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28992026-08-21T22:27:08.902Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29002026-08-21T22:27:09.026Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29012026-08-21T22:27:09.131Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29022026-08-21T22:27:09.255Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29032026-08-21T22:27:09.319Z Checking tinytemplate v1.2.1
29042026-08-21T22:27:09.355Z Checking anes v0.1.6
29052026-08-21T22:27:09.569Z Checking oorandom v11.1.5
29062026-08-21T22:27:09.570Z Checking shell-words v1.1.1
29072026-08-21T22:27:09.767Z Checking criterion v0.7.0
29082026-08-21T22:27:09.814Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29092026-08-21T22:27:10.161Z Checking pkcs8 v0.11.0
29102026-08-21T22:27:10.399Z Checking oxide-update-engine-display v0.1.2
29112026-08-21T22:27:10.759Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29122026-08-21T22:27:11.024Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29132026-08-21T22:27:11.335Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29142026-08-21T22:27:12.150Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29152026-08-21T22:27:13.024Z Checking tokio-test v0.4.5
29162026-08-21T22:27:13.266Z Checking ff v0.14.0
29172026-08-21T22:27:13.442Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29182026-08-21T22:27:13.674Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29192026-08-21T22:27:14.096Z Checking twox-hash v2.1.2
29202026-08-21T22:27:14.438Z Compiling petname v2.0.2
29212026-08-21T22:27:14.679Z Checking atty v0.2.14
29222026-08-21T22:27:14.814Z Checking arrayref v0.3.9
29232026-08-21T22:27:14.922Z Checking arrayvec v0.7.6
29242026-08-21T22:27:14.959Z Checking constant_time_eq v0.4.2
29252026-08-21T22:27:15.215Z Checking group v0.14.0
29262026-08-21T22:27:15.291Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29272026-08-21T22:27:15.410Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29282026-08-21T22:27:15.495Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29292026-08-21T22:27:16.177Z Checking fatfs v0.3.6
29302026-08-21T22:27:16.318Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29312026-08-21T22:27:16.504Z Checking signature v3.0.0
29322026-08-21T22:27:16.508Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29332026-08-21T22:27:16.672Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29342026-08-21T22:27:16.707Z Checking base16ct v1.0.0
29352026-08-21T22:27:16.875Z Compiling seq-macro v0.3.6
29362026-08-21T22:27:17.195Z Checking sec1 v0.8.1
29372026-08-21T22:27:17.444Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29382026-08-21T22:27:17.838Z Checking hkdf v0.13.0
29392026-08-21T22:27:17.896Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29402026-08-21T22:27:18.014Z Checking concurrent-queue v2.5.0
29412026-08-21T22:27:18.050Z Checking sapling-renderdag v0.1.0
29422026-08-21T22:27:18.092Z Checking parking v2.2.1
29432026-08-21T22:27:18.240Z Checking sync-ptr v0.1.4
29442026-08-21T22:27:18.275Z Checking event-listener v5.4.1
29452026-08-21T22:27:18.328Z Checking elliptic-curve v0.14.1
29462026-08-21T22:27:18.391Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29472026-08-21T22:27:18.522Z Compiling samael v0.0.19
29482026-08-21T22:27:18.557Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29492026-08-21T22:27:18.759Z Checking rtoolbox v0.0.3
29502026-08-21T22:27:18.843Z Checking event-listener-strategy v0.5.4
29512026-08-21T22:27:18.926Z Checking rpassword v7.5.4
29522026-08-21T22:27:19.010Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29532026-08-21T22:27:19.123Z Checking wnaf v0.14.0
29542026-08-21T22:27:19.328Z Checking primefield v0.14.0
29552026-08-21T22:27:19.577Z Checking rfc6979 v0.6.0
29562026-08-21T22:27:19.763Z Checking tui-tree-widget v0.23.1
29572026-08-21T22:27:19.984Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29582026-08-21T22:27:20.022Z Compiling blake3 v1.8.5
29592026-08-21T22:27:20.407Z Checking futures-timer v3.0.3
29602026-08-21T22:27:21.006Z Checking ecdsa v0.17.0
29612026-08-21T22:27:21.133Z Checking primeorder v0.14.0
29622026-08-21T22:27:21.449Z Checking async-lock v3.4.2
29632026-08-21T22:27:21.487Z Compiling curve25519-dalek v5.0.0
29642026-08-21T22:27:21.535Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29652026-08-21T22:27:21.867Z Checking async-object-pool v0.2.0
29662026-08-21T22:27:22.333Z Checking ssh-encoding v0.3.0
29672026-08-21T22:27:22.627Z Checking serde_regex v1.1.0
29682026-08-21T22:27:22.819Z Checking assert-json-diff v2.0.2
29692026-08-21T22:27:23.028Z Checking path-tree v0.8.3
29702026-08-21T22:27:23.262Z Checking keccak v0.2.0
29712026-08-21T22:27:23.462Z Checking stringmetrics v2.2.2
29722026-08-21T22:27:23.649Z Checking topological-sort v0.2.2
29732026-08-21T22:27:23.725Z Compiling strsim v0.10.0
29742026-08-21T22:27:23.822Z Checking omicron-zone-package v0.12.3
29752026-08-21T22:27:24.053Z Compiling darling_core v0.13.4
29762026-08-21T22:27:24.090Z Checking httpmock v0.8.3
29772026-08-21T22:27:24.743Z Checking ed25519 v3.0.0
29782026-08-21T22:27:24.982Z Checking pkcs1 v0.8.0-rc.4
29792026-08-21T22:27:25.168Z Checking crypto-primes v0.7.2
29802026-08-21T22:27:25.230Z Checking poly1305 v0.9.0
29812026-08-21T22:27:25.541Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29822026-08-21T22:27:25.943Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29832026-08-21T22:27:25.982Z Checking blowfish v0.10.0
29842026-08-21T22:27:26.146Z Checking blake2 v0.11.0-rc.6
29852026-08-21T22:27:26.181Z Compiling target-lexicon v0.13.3
29862026-08-21T22:27:26.299Z Checking bcrypt-pbkdf v0.11.0
29872026-08-21T22:27:26.450Z Checking argon2 v0.6.0-rc.8
29882026-08-21T22:27:26.498Z Checking rsa v0.10.0-rc.18
29892026-08-21T22:27:26.602Z Compiling darling_macro v0.13.4
29902026-08-21T22:27:26.754Z Checking ssh-cipher v0.3.0
29912026-08-21T22:27:26.800Z Checking ed25519-dalek v3.0.0
29922026-08-21T22:27:26.999Z Checking sha3 v0.11.0
29932026-08-21T22:27:27.034Z Checking p256 v0.14.0
29942026-08-21T22:27:27.069Z Checking p384 v0.14.0
29952026-08-21T22:27:27.116Z Checking p521 v0.14.0
29962026-08-21T22:27:27.377Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29972026-08-21T22:27:27.650Z Checking kem v0.3.0
29982026-08-21T22:27:27.809Z Checking module-lattice v0.2.3
29992026-08-21T22:27:27.846Z Checking socket2 v0.5.10
30002026-08-21T22:27:28.076Z Compiling guppy-workspace-hack v0.1.0
30012026-08-21T22:27:28.138Z Checking hex-literal v0.4.1
30022026-08-21T22:27:28.272Z Checking sponge-cursor v0.1.0
30032026-08-21T22:27:28.364Z Checking ml-kem v0.3.2
30042026-08-21T22:27:28.441Z Checking sha3 v0.12.0
30052026-08-21T22:27:28.682Z Compiling darling v0.13.4
30062026-08-21T22:27:29.055Z Checking russh-cryptovec v0.62.0
30072026-08-21T22:27:29.091Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30082026-08-21T22:27:29.148Z Checking internal-russh-num-bigint v0.5.0
30092026-08-21T22:27:29.316Z Checking num-bigint v0.4.6
30102026-08-21T22:27:29.755Z Checking russh-util v0.52.0
30112026-08-21T22:27:29.916Z Checking generic-array v1.4.3
30122026-08-21T22:27:30.121Z Checking ssh-key v0.7.0-rc.11
30132026-08-21T22:27:30.187Z Compiling enum_dispatch v0.3.13
30142026-08-21T22:27:30.256Z Compiling delegate v0.13.5
30152026-08-21T22:27:30.348Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30162026-08-21T22:27:30.792Z Checking hex-literal v1.1.0
30172026-08-21T22:27:30.930Z Compiling target-spec v3.5.7
30182026-08-21T22:27:31.021Z Checking md5 v0.8.0
30192026-08-21T22:27:31.165Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30202026-08-21T22:27:31.244Z Checking russh v0.62.4
30212026-08-21T22:27:31.414Z Checking cfg-expr v0.20.6
30222026-08-21T22:27:31.770Z Compiling git2 v0.20.4
30232026-08-21T22:27:31.833Z Compiling serde_with_macros v1.5.2
30242026-08-21T22:27:31.973Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30252026-08-21T22:27:32.405Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30262026-08-21T22:27:32.651Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30272026-08-21T22:27:32.724Z Checking internet-checksum v0.2.1
30282026-08-21T22:27:32.886Z Compiling serde_with v1.14.0
30292026-08-21T22:27:33.434Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30302026-08-21T22:27:34.495Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30312026-08-21T22:27:34.532Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30322026-08-21T22:27:34.617Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30332026-08-21T22:27:34.662Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30342026-08-21T22:27:34.877Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30352026-08-21T22:27:34.956Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30362026-08-21T22:27:35.037Z Checking httptest v0.16.4
30372026-08-21T22:27:35.152Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30382026-08-21T22:27:35.188Z Checking pathdiff v0.2.3
30392026-08-21T22:27:35.231Z Checking nested v0.1.1
30402026-08-21T22:27:35.328Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30412026-08-21T22:27:35.400Z Checking guppy v0.17.25
30422026-08-21T22:27:35.436Z Compiling polar-core v0.27.3
30432026-08-21T22:27:35.471Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30442026-08-21T22:27:35.746Z Checking similar-asserts v1.7.0
30452026-08-21T22:27:35.819Z Compiling target-triple v1.0.0
30462026-08-21T22:27:35.935Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30472026-08-21T22:27:36.216Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30482026-08-21T22:27:36.366Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30492026-08-21T22:27:36.591Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30502026-08-21T22:27:36.781Z Checking hickory-client v0.25.2
30512026-08-21T22:27:37.096Z Checking supports-unicode v2.1.0
30522026-08-21T22:27:37.225Z Checking supports-color v2.1.0
30532026-08-21T22:27:37.264Z Checking supports-hyperlinks v2.1.0
30542026-08-21T22:27:37.411Z Checking textwrap v0.15.2
30552026-08-21T22:27:37.446Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30562026-08-21T22:27:37.667Z Checking terminal_size v0.1.17
30572026-08-21T22:27:37.704Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30582026-08-21T22:27:37.741Z Compiling miette-derive v5.10.0
30592026-08-21T22:27:37.813Z Compiling fs-err v2.11.0
30602026-08-21T22:27:38.052Z Checking escape8259 v0.5.3
30612026-08-21T22:27:38.156Z Compiling assert_cmd v2.1.2
30622026-08-21T22:27:38.219Z Checking owo-colors v3.5.0
30632026-08-21T22:27:38.480Z Checking libtest-mimic v0.8.1
30642026-08-21T22:27:38.758Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30652026-08-21T22:27:38.911Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30662026-08-21T22:27:38.946Z Checking miette v5.10.0
30672026-08-21T22:27:39.510Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30682026-08-21T22:27:39.655Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30692026-08-21T22:27:40.156Z Checking blake2b_simd v1.0.4
30702026-08-21T22:27:40.399Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30712026-08-21T22:27:40.435Z Checking oso v0.27.3
30722026-08-21T22:27:40.584Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30732026-08-21T22:27:40.815Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30742026-08-21T22:27:40.858Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30752026-08-21T22:27:41.047Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30762026-08-21T22:27:41.090Z Compiling knuffel-derive v3.2.0
30772026-08-21T22:27:41.372Z Checking fancy-regex v0.14.0
30782026-08-21T22:27:41.465Z Checking serde_tokenstream v0.2.3
30792026-08-21T22:27:41.776Z Checking approx v0.5.1
30802026-08-21T22:27:41.915Z Compiling rstest_macros v0.25.0
30812026-08-21T22:27:41.951Z Checking uzers v0.12.2
30822026-08-21T22:27:42.202Z Checking constant_time_eq v0.3.1
30832026-08-21T22:27:42.237Z Compiling linkme-impl v0.3.35
30842026-08-21T22:27:42.273Z Checking termcolor v1.4.1
30852026-08-21T22:27:42.365Z Checking rust-argon2 v2.1.0
30862026-08-21T22:27:42.527Z Checking trybuild v1.0.116
30872026-08-21T22:27:42.630Z Checking knuffel v3.2.0
30882026-08-21T22:27:42.735Z Checking datatest-stable v0.3.3
30892026-08-21T22:27:42.964Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30902026-08-21T22:27:42.968Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30912026-08-21T22:27:43.244Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30922026-08-21T22:27:43.280Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30932026-08-21T22:27:43.315Z Checking support-bundle-viewer v0.1.2
30942026-08-21T22:27:43.362Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30952026-08-21T22:27:43.449Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30962026-08-21T22:27:43.585Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30972026-08-21T22:27:43.624Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30982026-08-21T22:27:43.675Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30992026-08-21T22:27:43.812Z Checking drift v0.2.0
31002026-08-21T22:27:43.853Z Checking rand_distr v0.5.1
31012026-08-21T22:27:44.062Z Checking multimap v0.10.1
31022026-08-21T22:27:44.129Z Checking parse-size v1.1.0
31032026-08-21T22:27:44.209Z Compiling relative-path v1.9.3
31042026-08-21T22:27:44.274Z Compiling linkme v0.3.35
31052026-08-21T22:27:44.309Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31062026-08-21T22:27:44.344Z Checking dropshot-api-manager v0.8.0
31072026-08-21T22:27:44.833Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31082026-08-21T22:27:45.604Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31092026-08-21T22:27:46.028Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31102026-08-21T22:27:46.381Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31112026-08-21T22:27:46.427Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31122026-08-21T22:27:46.606Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31132026-08-21T22:27:46.644Z Checking cargo_toml v0.21.0
31142026-08-21T22:27:47.006Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31152026-08-21T22:27:47.303Z Checking partial-io v0.5.4
31162026-08-21T22:27:47.339Z Checking termios v0.3.3
31172026-08-21T22:27:47.468Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31182026-08-21T22:27:47.537Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31192026-08-21T22:27:48.121Z Checking rstest v0.25.0
31202026-08-21T22:27:49.663Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31212026-08-21T22:27:53.327Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31222026-08-21T22:27:53.723Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31232026-08-21T22:27:55.142Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31242026-08-21T22:27:59.345Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31252026-08-21T22:28:00.546Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31262026-08-21T22:28:02.441Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31272026-08-21T22:28:07.603Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31282026-08-21T22:28:10.715Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31292026-08-21T22:28:12.630Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31302026-08-21T22:28:15.435Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31312026-08-21T22:28:18.443Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31322026-08-21T22:28:19.598Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31332026-08-21T22:28:20.470Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31342026-08-21T22:28:23.928Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31352026-08-21T22:28:29.395Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31362026-08-21T22:28:51.816Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31372026-08-21T22:29:43.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 13s
31382026-08-21T22:29:43.669Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31392026-08-21T22:29:43.669Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31402026-08-21T22:29:44.336Z
31412026-08-21T22:29:44.336Zreal 4:16.971585764
31422026-08-21T22:29:44.336Zuser 22:09.405196368
31432026-08-21T22:29:44.336Zsys 5:16.132098315
31442026-08-21T22:29:44.336Ztrap 0.534869962
31452026-08-21T22:29:44.336Ztflt 0.463636891
31462026-08-21T22:29:44.336Zdflt 0.522985789
31472026-08-21T22:29:44.336Zkflt 0.005346162
31482026-08-21T22:29:44.336Zlock 1:06:49.232179890
31492026-08-21T22:29:44.336Zslp 1:00:12.376666633
31502026-08-21T22:29:44.336Zlat 1:50.888299689
31512026-08-21T22:29:44.336Zstop 14:21.382498801
31522026-08-21T22:29:44.339Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31532026-08-21T22:29:44.339Z+ ptime -m cargo doc --workspace --no-deps
31542026-08-21T22:29:45.192Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31552026-08-21T22:29:45.192Z |
31562026-08-21T22:29:45.192Z = 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)`
31572026-08-21T22:29:45.192Z = 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>
31582026-08-21T22:29:46.287Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31592026-08-21T22:29:46.527Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31602026-08-21T22:29:46.572Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31612026-08-21T22:29:46.635Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31622026-08-21T22:29:46.696Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31632026-08-21T22:29:46.800Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31642026-08-21T22:29:46.833Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31652026-08-21T22:29:46.833Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31662026-08-21T22:29:46.885Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31672026-08-21T22:29:46.914Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31682026-08-21T22:29:47.067Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31692026-08-21T22:29:47.120Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31702026-08-21T22:29:47.147Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31712026-08-21T22:29:47.239Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31722026-08-21T22:29:47.261Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31732026-08-21T22:29:47.265Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31742026-08-21T22:29:47.305Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31752026-08-21T22:29:47.305Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-08-21T22:29:47.354Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31772026-08-21T22:29:47.439Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31782026-08-21T22:29:47.481Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31792026-08-21T22:29:47.726Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31802026-08-21T22:29:47.876Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31812026-08-21T22:29:47.880Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-08-21T22:29:47.927Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-08-21T22:29:47.979Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31842026-08-21T22:29:48.117Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31852026-08-21T22:29:48.144Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31862026-08-21T22:29:48.285Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31872026-08-21T22:29:48.371Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31882026-08-21T22:29:48.483Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31892026-08-21T22:29:48.509Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31902026-08-21T22:29:48.557Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31912026-08-21T22:29:48.790Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31922026-08-21T22:29:48.834Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31932026-08-21T22:29:48.873Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31942026-08-21T22:29:49.019Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31952026-08-21T22:29:49.047Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31962026-08-21T22:29:49.074Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31972026-08-21T22:29:49.276Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31982026-08-21T22:29:49.342Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31992026-08-21T22:29:49.517Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32002026-08-21T22:29:49.554Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32012026-08-21T22:29:49.612Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32022026-08-21T22:29:49.636Z Checking scuffle v0.1.0
32032026-08-21T22:29:49.785Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32042026-08-21T22:29:49.811Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32052026-08-21T22:29:49.946Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32062026-08-21T22:29:50.043Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32072026-08-21T22:29:50.069Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32082026-08-21T22:29:50.171Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32092026-08-21T22:29:50.203Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32102026-08-21T22:29:50.258Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32112026-08-21T22:29:50.263Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32122026-08-21T22:29:50.270Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32132026-08-21T22:29:50.634Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32142026-08-21T22:29:50.954Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32152026-08-21T22:29:51.224Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32162026-08-21T22:29:51.424Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32172026-08-21T22:29:51.753Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32182026-08-21T22:29:51.788Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32192026-08-21T22:29:51.867Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32202026-08-21T22:29:51.960Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32212026-08-21T22:29:52.099Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32222026-08-21T22:29:52.125Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32232026-08-21T22:29:52.162Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32242026-08-21T22:29:52.212Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32252026-08-21T22:29:52.253Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32262026-08-21T22:29:52.741Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32272026-08-21T22:29:53.275Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32282026-08-21T22:29:53.356Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32292026-08-21T22:29:53.380Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32302026-08-21T22:29:53.470Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32312026-08-21T22:29:53.679Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32322026-08-21T22:29:53.710Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32332026-08-21T22:29:53.766Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32342026-08-21T22:29:53.792Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32352026-08-21T22:29:53.837Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32362026-08-21T22:29:53.906Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32372026-08-21T22:29:53.993Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32382026-08-21T22:29:54.017Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32392026-08-21T22:29:54.040Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32402026-08-21T22:29:54.103Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32412026-08-21T22:29:54.358Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32422026-08-21T22:29:54.362Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32432026-08-21T22:29:54.408Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32442026-08-21T22:29:54.408Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32452026-08-21T22:29:54.411Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32462026-08-21T22:29:54.610Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32472026-08-21T22:29:54.687Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32482026-08-21T22:29:54.710Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32492026-08-21T22:29:54.747Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32502026-08-21T22:29:54.772Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32512026-08-21T22:29:54.796Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32522026-08-21T22:29:54.926Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32532026-08-21T22:29:54.952Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32542026-08-21T22:29:54.996Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32552026-08-21T22:29:55.020Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32562026-08-21T22:29:55.042Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32572026-08-21T22:29:55.151Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32582026-08-21T22:29:55.177Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32592026-08-21T22:29:55.239Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32602026-08-21T22:29:55.349Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32612026-08-21T22:29:55.384Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32622026-08-21T22:29:55.608Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32632026-08-21T22:29:55.655Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32642026-08-21T22:29:55.709Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32652026-08-21T22:29:56.155Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32662026-08-21T22:29:56.323Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32672026-08-21T22:29:56.437Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32682026-08-21T22:29:57.238Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32692026-08-21T22:29:57.447Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32702026-08-21T22:29:58.173Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32712026-08-21T22:29:58.401Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32722026-08-21T22:29:58.480Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32732026-08-21T22:29:59.214Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32742026-08-21T22:29:59.534Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32752026-08-21T22:30:00.061Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32762026-08-21T22:30:00.245Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32772026-08-21T22:30:00.696Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32782026-08-21T22:30:00.722Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32792026-08-21T22:30:01.002Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32802026-08-21T22:30:01.151Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32812026-08-21T22:30:01.177Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32822026-08-21T22:30:01.834Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32832026-08-21T22:30:01.974Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32842026-08-21T22:30:02.213Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32852026-08-21T22:30:02.562Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32862026-08-21T22:30:02.930Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32872026-08-21T22:30:02.995Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32882026-08-21T22:30:03.022Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32892026-08-21T22:30:03.263Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32902026-08-21T22:30:03.559Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32912026-08-21T22:30:03.699Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32922026-08-21T22:30:04.357Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32932026-08-21T22:30:04.357Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32942026-08-21T22:30:04.708Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32952026-08-21T22:30:05.262Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32962026-08-21T22:30:05.375Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32972026-08-21T22:30:05.823Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32982026-08-21T22:30:05.889Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32992026-08-21T22:30:06.299Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33002026-08-21T22:30:06.533Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33012026-08-21T22:30:07.299Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33022026-08-21T22:30:07.369Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33032026-08-21T22:30:07.554Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33042026-08-21T22:30:07.982Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33052026-08-21T22:30:08.182Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33062026-08-21T22:30:08.498Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33072026-08-21T22:30:08.733Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33082026-08-21T22:30:09.681Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33092026-08-21T22:30:09.729Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33102026-08-21T22:30:09.990Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33112026-08-21T22:30:10.240Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33122026-08-21T22:30:10.959Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33132026-08-21T22:30:11.445Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33142026-08-21T22:30:14.441Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33152026-08-21T22:30:14.626Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33162026-08-21T22:30:14.900Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33172026-08-21T22:30:17.025Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33182026-08-21T22:30:17.151Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33192026-08-21T22:30:18.150Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33202026-08-21T22:30:18.344Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33212026-08-21T22:30:18.460Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33222026-08-21T22:30:18.559Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33232026-08-21T22:30:19.549Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-08-21T22:30:20.318Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33252026-08-21T22:30:21.435Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33262026-08-21T22:30:21.664Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33272026-08-21T22:30:21.852Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33282026-08-21T22:30:22.202Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33292026-08-21T22:30:22.482Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33302026-08-21T22:30:22.743Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33312026-08-21T22:30:22.957Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33322026-08-21T22:30:23.224Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33332026-08-21T22:30:23.263Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33342026-08-21T22:30:23.307Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33352026-08-21T22:30:23.546Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33362026-08-21T22:30:23.780Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33372026-08-21T22:30:23.938Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33382026-08-21T22:30:24.044Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33392026-08-21T22:30:24.700Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33402026-08-21T22:30:24.861Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33412026-08-21T22:30:25.129Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33422026-08-21T22:30:25.222Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33432026-08-21T22:30:25.459Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33442026-08-21T22:30:25.865Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33452026-08-21T22:30:27.080Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33462026-08-21T22:30:27.867Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33472026-08-21T22:30:27.994Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33482026-08-21T22:30:29.806Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33492026-08-21T22:30:31.244Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33502026-08-21T22:30:31.993Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33512026-08-21T22:30:32.733Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33522026-08-21T22:30:34.606Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33532026-08-21T22:30:35.521Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33542026-08-21T22:30:36.829Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33552026-08-21T22:30:37.326Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33562026-08-21T22:30:38.600Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33572026-08-21T22:30:40.425Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33582026-08-21T22:30:40.921Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33592026-08-21T22:30:42.451Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33602026-08-21T22:30:42.650Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33612026-08-21T22:30:43.298Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33622026-08-21T22:30:45.910Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33632026-08-21T22:30:46.752Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33642026-08-21T22:30:47.854Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33652026-08-21T22:30:50.743Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33662026-08-21T22:30:51.583Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33672026-08-21T22:30:52.370Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33682026-08-21T22:30:54.141Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33692026-08-21T22:30:55.634Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33702026-08-21T22:30:55.852Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33712026-08-21T22:30:56.462Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33722026-08-21T22:30:57.180Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33732026-08-21T22:30:57.696Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33742026-08-21T22:30:59.982Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33752026-08-21T22:31:00.706Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33762026-08-21T22:31:03.795Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33772026-08-21T22:31:04.497Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33782026-08-21T22:31:05.796Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33792026-08-21T22:31:06.330Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33802026-08-21T22:31:08.422Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33812026-08-21T22:31:09.288Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33822026-08-21T22:31:10.104Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33832026-08-21T22:31:11.507Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33842026-08-21T22:31:12.581Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33852026-08-21T22:31:13.668Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33862026-08-21T22:31:16.493Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33872026-08-21T22:31:17.214Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33882026-08-21T22:31:17.760Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33892026-08-21T22:31:20.359Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33902026-08-21T22:31:20.949Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33912026-08-21T22:31:22.549Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33922026-08-21T22:31:24.087Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33932026-08-21T22:31:25.556Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33942026-08-21T22:31:27.430Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33952026-08-21T22:31:28.933Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33962026-08-21T22:31:30.509Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33972026-08-21T22:31:32.177Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33982026-08-21T22:31:37.057Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33992026-08-21T22:31:37.262Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34002026-08-21T22:31:38.698Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34012026-08-21T22:31:38.775Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34022026-08-21T22:31:40.684Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34032026-08-21T22:31:42.614Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34042026-08-21T22:31:44.354Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34052026-08-21T22:31:46.356Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34062026-08-21T22:31:48.144Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34072026-08-21T22:31:49.907Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34082026-08-21T22:31:51.622Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34092026-08-21T22:31:53.684Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34102026-08-21T22:31:55.220Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34112026-08-21T22:31:57.004Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34122026-08-21T22:31:58.752Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34132026-08-21T22:32:00.539Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34142026-08-21T22:32:02.236Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34152026-08-21T22:32:03.868Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34162026-08-21T22:32:05.903Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34172026-08-21T22:32:07.475Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34182026-08-21T22:32:11.154Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34192026-08-21T22:32:12.935Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34202026-08-21T22:32:14.937Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34212026-08-21T22:32:16.787Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34222026-08-21T22:32:18.500Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34232026-08-21T22:32:22.466Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34242026-08-21T22:32:24.693Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34252026-08-21T22:32:27.817Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34262026-08-21T22:32:28.524Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34272026-08-21T22:32:31.066Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34282026-08-21T22:32:33.040Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34292026-08-21T22:32:35.147Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34302026-08-21T22:32:37.612Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34312026-08-21T22:32:39.788Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34322026-08-21T22:32:42.229Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34332026-08-21T22:32:44.396Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34342026-08-21T22:32:47.607Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34352026-08-21T22:32:49.595Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34362026-08-21T22:32:51.555Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34372026-08-21T22:32:54.589Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34382026-08-21T22:32:56.689Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34392026-08-21T22:32:58.915Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34402026-08-21T22:33:01.406Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34412026-08-21T22:33:04.007Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34422026-08-21T22:33:06.418Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34432026-08-21T22:33:09.154Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34442026-08-21T22:33:11.683Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34452026-08-21T22:33:14.147Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34462026-08-21T22:33:16.616Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34472026-08-21T22:33:19.144Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34482026-08-21T22:33:21.662Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34492026-08-21T22:33:24.167Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34502026-08-21T22:33:26.525Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34512026-08-21T22:33:29.274Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34522026-08-21T22:33:31.839Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34532026-08-21T22:33:34.371Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34542026-08-21T22:33:36.892Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34552026-08-21T22:33:39.497Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34562026-08-21T22:33:41.989Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34572026-08-21T22:33:44.550Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34582026-08-21T22:33:47.226Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34592026-08-21T22:33:49.765Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34602026-08-21T22:33:52.296Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34612026-08-21T22:33:54.897Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34622026-08-21T22:33:57.479Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34632026-08-21T22:33:59.958Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34642026-08-21T22:34:02.615Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34652026-08-21T22:34:05.264Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34662026-08-21T22:34:07.844Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34672026-08-21T22:34:10.484Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34682026-08-21T22:34:12.912Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34692026-08-21T22:34:15.620Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34702026-08-21T22:34:18.404Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34712026-08-21T22:34:20.773Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34722026-08-21T22:34:23.496Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34732026-08-21T22:34:26.090Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34742026-08-21T22:34:28.854Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34752026-08-21T22:34:31.381Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34762026-08-21T22:34:34.042Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34772026-08-21T22:34:37.402Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34782026-08-21T22:34:39.404Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34792026-08-21T22:34:42.203Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34802026-08-21T22:34:44.862Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34812026-08-21T22:34:47.953Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34822026-08-21T22:34:50.685Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34832026-08-21T22:34:53.309Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34842026-08-21T22:34:55.957Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34852026-08-21T22:34:58.753Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34862026-08-21T22:35:01.597Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34872026-08-21T22:35:04.848Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34882026-08-21T22:35:07.358Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34892026-08-21T22:35:15.421Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34902026-08-21T22:35:15.608Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34912026-08-21T22:35:19.044Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34922026-08-21T22:35:22.675Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34932026-08-21T22:35:26.112Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34942026-08-21T22:35:31.071Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34952026-08-21T22:35:34.164Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34962026-08-21T22:35:38.255Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34972026-08-21T22:35:41.882Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34982026-08-21T22:35:45.734Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34992026-08-21T22:35:49.735Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35002026-08-21T22:35:53.538Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35012026-08-21T22:35:57.339Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35022026-08-21T22:36:01.209Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35032026-08-21T22:36:05.132Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35042026-08-21T22:36:09.054Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35052026-08-21T22:36:12.983Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35062026-08-21T22:36:16.932Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35072026-08-21T22:36:20.818Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35082026-08-21T22:36:24.761Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35092026-08-21T22:36:28.696Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35102026-08-21T22:36:32.656Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35112026-08-21T22:36:36.495Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35122026-08-21T22:36:40.415Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35132026-08-21T22:36:44.340Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35142026-08-21T22:37:15.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 31s
35152026-08-21T22:37:15.407Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35162026-08-21T22:37:15.407Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35172026-08-21T22:37:15.578Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
35182026-08-21T22:37:15.692Z
35192026-08-21T22:37:15.694Zreal 7:31.260262839
35202026-08-21T22:37:15.694Zuser 20:26.335211042
35212026-08-21T22:37:15.694Zsys 4:23.569447384
35222026-08-21T22:37:15.694Ztrap 0.297148737
35232026-08-21T22:37:15.694Ztflt 0.004968420
35242026-08-21T22:37:15.694Zdflt 0.089080762
35252026-08-21T22:37:15.694Zkflt 0.000014080
35262026-08-21T22:37:15.698Zlock 7:10:06.781434128
35272026-08-21T22:37:15.698Zslp 2:31:28.284692792
35282026-08-21T22:37:15.699Zlat 37.127865324
35292026-08-21T22:37:15.699Zstop 2:11.266167807
35302026-08-21T22:37:15.699Zprocess exited: duration 838629 ms, exit code 0
 
35312026-08-21T22:37:15.706Zfound 0 output files