01M08N5DJVRT4X4SSWE5KRDK73: clippy (helios)

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

Buildomat Job: 01M08N5YQ0T75H505RZ8W5S90F

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-17T20:05:05.918Zjob assigned to worker 01M08N6EY87HQWPDFMJ20GSEZD [factory aws, i-081b39097672224f7] (queued for 59 s)
 
22026-08-17T20:05:11.898Zstarting task 0: "setup"
32026-08-17T20:05:11.901Z++ uname -s
42026-08-17T20:05:11.901Z+ kern=SunOS
52026-08-17T20:05:11.901Z+ build_user=build
62026-08-17T20:05:11.901Z+ build_uid=12345
72026-08-17T20:05:11.902Z+ work_dir=/work
82026-08-17T20:05:11.902Z+ input_dir=/input
92026-08-17T20:05:11.902Z+ [[ 0 == 12345 ]]
102026-08-17T20:05:11.902Z+ case "$kern" in
112026-08-17T20:05:11.902Z+ groupadd -g 12345 build
122026-08-17T20:05:11.905Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-17T20:05:13.909Z+ zfs create -o mountpoint=/work rpool/work
142026-08-17T20:05:14.005Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-17T20:05:14.008Z+ home_fs=zfs
162026-08-17T20:05:14.008Z+ [[ zfs == autofs ]]
172026-08-17T20:05:14.008Z+ mkdir -p /home/build
182026-08-17T20:05:14.008Z+ chown build:build /home/build /work
192026-08-17T20:05:16.009Z+ chmod 0700 /home/build /work
202026-08-17T20:05:16.012Zprocess exited: duration 4115 ms, exit code 0
 
212026-08-17T20:05:16.019Zstarting task 1: "rust-toolchain"
222026-08-17T20:05:16.022Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-17T20:05:16.022Z * rust toolchain channel = "1.97.1"
242026-08-17T20:05:16.022Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-17T20:05:16.022Z * rust toolchain profile = "default"
262026-08-17T20:05:16.022Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-17T20:05:16.022Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-17T20:05:16.025Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-17T20:05:16.025Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-17T20:05:16.080Zinfo: downloading installer
312026-08-17T20:05:17.309Zwarn: It looks like you have an existing rustup settings file at:
322026-08-17T20:05:17.309Zwarn: /home/build/.rustup/settings.toml
332026-08-17T20:05:17.309Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-17T20:05:17.309Zwarn: instead of the one inferred from the default host triple.
352026-08-17T20:05:17.321Zinfo: profile set to default
362026-08-17T20:05:17.321Zinfo: default host triple is x86_64-unknown-illumos
372026-08-17T20:05:17.324Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-17T20:05:17.470Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-17T20:05:17.473Zinfo: downloading 6 components
402026-08-17T20:05:31.412Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-17T20:05:31.412Z
422026-08-17T20:05:31.440Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-17T20:05:31.440Z
442026-08-17T20:05:31.440Z
452026-08-17T20:05:31.440ZRust is installed now. Great!
462026-08-17T20:05:31.440Z
472026-08-17T20:05:31.440ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-17T20:05:31.440Zenvironment variable. This has not been done automatically.
492026-08-17T20:05:31.440Z
502026-08-17T20:05:31.440ZTo configure your current shell, you need to source
512026-08-17T20:05:31.440Zthe corresponding env file under $HOME/.cargo.
522026-08-17T20:05:31.440Z
532026-08-17T20:05:31.440ZThis is usually done by running one of the following (note the leading DOT):
542026-08-17T20:05:31.440Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-17T20:05:31.440Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-17T20:05:31.440Zsource "~/.cargo/env.nu" # For nushell
572026-08-17T20:05:31.440Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-17T20:05:31.440Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-17T20:05:31.440Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-17T20:05:31.440Zwarn: no default linker (`cc`) was found in your PATH
612026-08-17T20:05:31.441Zwarn: many Rust crates require a system C toolchain to build
622026-08-17T20:05:31.441Z+ rustup --version
632026-08-17T20:05:31.441Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-17T20:05:31.441Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-17T20:05:31.441Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-17T20:05:31.441Z+ cargo --version
672026-08-17T20:05:31.441Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-17T20:05:31.441Z+ rustc --version
692026-08-17T20:05:31.461Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-17T20:05:31.461Zprocess exited: duration 15404 ms, exit code 0
 
712026-08-17T20:05:32.370Zstarting task 2: "authentication"
722026-08-17T20:05:32.403Zprocess exited: duration 56 ms, exit code 0
 
732026-08-17T20:05:32.424Zstarting task 3: "clone repository"
742026-08-17T20:05:32.427Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-17T20:05:32.427Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-17T20:05:32.959ZCloning into '/work/oxidecomputer/omicron'...
772026-08-17T20:05:51.163Z+ cd /work/oxidecomputer/omicron
782026-08-17T20:05:51.163Z+ git fetch origin 54b108504e367b610699301eba55e5d950991763
792026-08-17T20:05:51.489ZFrom https://github.com/oxidecomputer/omicron
802026-08-17T20:05:51.489Z * branch 54b108504e367b610699301eba55e5d950991763 -> FETCH_HEAD
812026-08-17T20:05:51.499Z+ [[ -n ben/store-ntp-ips-the-same-way ]]
822026-08-17T20:05:51.509Z++ git branch --show-current
832026-08-17T20:05:51.509Z+ current=main
842026-08-17T20:05:51.509Z+ [[ main != ben/store-ntp-ips-the-same-way ]]
852026-08-17T20:05:51.509Z+ git branch -f ben/store-ntp-ips-the-same-way 54b108504e367b610699301eba55e5d950991763
862026-08-17T20:05:51.515Z+ git checkout -f ben/store-ntp-ips-the-same-way
872026-08-17T20:05:51.757ZSwitched to branch 'ben/store-ntp-ips-the-same-way'
882026-08-17T20:05:51.760Z+ git reset --hard 54b108504e367b610699301eba55e5d950991763
892026-08-17T20:05:51.775ZHEAD is now at 54b108504 merge fixup
902026-08-17T20:05:51.780Zprocess exited: duration 19357 ms, exit code 0
 
912026-08-17T20:05:51.788Zstarting task 4: "build"
922026-08-17T20:05:51.794Z+ source ./env.sh
932026-08-17T20:05:51.799Z++ OLD_SHELL_OPTS=ehxB
942026-08-17T20:05:51.799Z++ set -o xtrace
952026-08-17T20:05:51.799Z++++ dirname ./env.sh
962026-08-17T20:05:51.800Z+++ readlink -f .
972026-08-17T20:05:51.804Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-17T20:05:51.804Z++ 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-17T20:05:51.804Z++ 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-17T20:05:51.804Z++ 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-17T20:05:51.804Z++ 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-17T20:05:51.804Z++ 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-17T20:05:51.804Z++ 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-17T20:05:51.804Z++ 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-17T20:05:51.804Z++ 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-17T20:05:51.804Z++ 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-17T20:05:51.804Z++ 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-17T20:05:51.804Z++ case $OLD_SHELL_OPTS in
1092026-08-17T20:05:51.804Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-17T20:05:51.804Z+ source .github/buildomat/ci-env.sh
1112026-08-17T20:05:51.804Z++ export CARGO_TERM_COLOR=always
1122026-08-17T20:05:51.804Z++ CARGO_TERM_COLOR=always
1132026-08-17T20:05:51.804Z+++ uname -s
1142026-08-17T20:05:51.804Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-17T20:05:51.805Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-17T20:05:51.805Z+ cargo --version
1172026-08-17T20:05:51.809Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-17T20:05:51.812Z+ rustc --version
1192026-08-17T20:05:51.830Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-17T20:05:51.833Z+ banner prerequisites
1212026-08-17T20:05:51.836Z
1222026-08-17T20:05:51.836Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-17T20:05:51.837Z # # # # # # # # # # # # # # #
1242026-08-17T20:05:51.837Z # # # # ##### # # ##### # # # # # #### #
1252026-08-17T20:05:51.837Z ##### ##### # ##### # # # # # # # # #
1262026-08-17T20:05:51.837Z # # # # # # # # # # # # # # #
1272026-08-17T20:05:51.837Z # # # ###### # # ###### ### # #### # #### #
1282026-08-17T20:05:51.837Z
1292026-08-17T20:05:51.837Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-17T20:05:53.669Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-17T20:05:53.984Z Startup: Caching catalogs ... Done
1322026-08-17T20:05:55.764ZPlanning: Solver setup ... Done (1.677s)
1332026-08-17T20:05:55.819ZPlanning: Running solver ... Done (0.053s)
1342026-08-17T20:05:55.858ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-17T20:05:55.877ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-17T20:05:55.892ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-17T20:05:55.903ZPlanning: Package planning ... Done (0.013s)
1382026-08-17T20:05:55.908ZPlanning: Merging actions ... Done (0.002s)
1392026-08-17T20:05:56.059ZPlanning: Checking for conflicting actions ... Done (0.157s)
1402026-08-17T20:05:56.064ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-17T20:05:56.826ZPlanning: Evaluating mediators ... Done (0.767s)
1422026-08-17T20:05:56.829ZPlanning: Planning completed in 2.81 seconds
1432026-08-17T20:05:56.834Z Packages to install: 2
1442026-08-17T20:05:56.837Z Estimated space available: 156.01 GB
1452026-08-17T20:05:56.838ZEstimated space to be consumed: 69.36 MB
1462026-08-17T20:05:56.838Z Create boot environment: No
1472026-08-17T20:05:56.838ZCreate backup boot environment: No
1482026-08-17T20:05:56.838Z Rebuild boot archive: No
1492026-08-17T20:05:56.838Z
1502026-08-17T20:05:56.838ZChanged packages:
1512026-08-17T20:05:56.838Zhelios
1522026-08-17T20:05:56.838Z developer/build-essential
1532026-08-17T20:05:56.838Z None -> 11-3.0
1542026-08-17T20:05:56.838Z library/libxmlsec1
1552026-08-17T20:05:56.838Z None -> 1.2.35-3.0
1562026-08-17T20:05:56.861Z
1572026-08-17T20:05:56.861ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-17T20:05:56.933ZDownload: Completed 1.28 MB in 0.07 seconds (17.6M/s)
1592026-08-17T20:05:56.983Z Actions: 1/268 actions (Installing new actions)
1602026-08-17T20:05:57.020Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-17T20:05:57.049ZFinalize: Updating package state database ... Done (0.029s)
1622026-08-17T20:05:57.049ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-17T20:05:57.128ZFinalize: Updating image state ... Done (0.079s)
1642026-08-17T20:05:59.588ZFinalize: Creating fast lookup database ... Done (2.414s)
1652026-08-17T20:05:59.660ZFinalize: Reading search index ... Done (0.012s)
1662026-08-17T20:05:59.664ZFinalize: Updating search index ... Done (0.000s)
1672026-08-17T20:05:59.731ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-17T20:06:00.085ZPlanning: Evaluating mediator changes ... Done
1692026-08-17T20:06:00.190ZPlanning: Checking for conflicting actions ... Done
1702026-08-17T20:06:00.194ZPlanning: Consolidating action changes ... Done
1712026-08-17T20:06:00.344ZPlanning: Evaluating mediators ... Done
1722026-08-17T20:06:00.350ZPlanning: Planning completed in 0.26 seconds
1732026-08-17T20:06:00.365Z Mediators to change: 2
1742026-08-17T20:06:00.365Z Create boot environment: No
1752026-08-17T20:06:00.365ZCreate backup boot environment: No
1762026-08-17T20:06:00.408ZFinalize: Updating package state database ... Done
1772026-08-17T20:06:00.408ZFinalize: Updating package cache ... Done
1782026-08-17T20:06:00.451ZFinalize: Updating image state ... Done
1792026-08-17T20:06:02.402ZFinalize: Creating fast lookup database ... Done
1802026-08-17T20:06:02.467ZFinalize: Reading search index ... Done
1812026-08-17T20:06:02.470ZFinalize: Updating search index ... Done
1822026-08-17T20:06:02.522ZFinalize: Updating package cache ... Done
1832026-08-17T20:06:02.808ZPlanning: Evaluating mediator changes ... Done
1842026-08-17T20:06:02.912ZPlanning: Checking for conflicting actions ... Done
1852026-08-17T20:06:02.915ZPlanning: Consolidating action changes ... Done
1862026-08-17T20:06:03.071ZPlanning: Evaluating mediators ... Done
1872026-08-17T20:06:03.075ZPlanning: Planning completed in 0.26 seconds
1882026-08-17T20:06:03.096Z Mediators to change: 1
1892026-08-17T20:06:03.096Z Create boot environment: No
1902026-08-17T20:06:03.101ZCreate backup boot environment: No
1912026-08-17T20:06:03.130ZFinalize: Updating package state database ... Done
1922026-08-17T20:06:03.130ZFinalize: Updating package cache ... Done
1932026-08-17T20:06:03.175ZFinalize: Updating image state ... Done
1942026-08-17T20:06:05.135ZFinalize: Creating fast lookup database ... Done
1952026-08-17T20:06:05.201ZFinalize: Reading search index ... Done
1962026-08-17T20:06:05.205ZFinalize: Updating search index ... Done
1972026-08-17T20:06:05.269ZFinalize: Updating package cache ... Done
1982026-08-17T20:06:05.580ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-17T20:06:05.580Zapache system 2.4 system
2002026-08-17T20:06:05.580Zclang system 15 system
2012026-08-17T20:06:05.580Zcsh system system illumos
2022026-08-17T20:06:05.580Zctags system system illumos
2032026-08-17T20:06:05.580Zfile vendor vendor darwinsys
2042026-08-17T20:06:05.580Zfile system system illumos
2052026-08-17T20:06:05.580Zgcc vendor 14 vendor
2062026-08-17T20:06:05.580Zgcc system 13 system
2072026-08-17T20:06:05.580Zgcc system 10 system
2082026-08-17T20:06:05.580Zgo system 1.25 system
2092026-08-17T20:06:05.580Zllvm system 15 system
2102026-08-17T20:06:05.580Zmariadb system 11.4 system
2112026-08-17T20:06:05.580Zmta vendor vendor dma
2122026-08-17T20:06:05.580Zopenjdk system 17 system
2132026-08-17T20:06:05.580Zopenjdk system 11 system
2142026-08-17T20:06:05.580Zopenssl vendor 3 vendor
2152026-08-17T20:06:05.580Zperl system 5.40 system
2162026-08-17T20:06:05.580Zpostgresql system 18 system
2172026-08-17T20:06:05.580Zpostgresql system 17 system
2182026-08-17T20:06:05.581Zpython vendor 3 vendor
2192026-08-17T20:06:05.581Zpython system 2 system
2202026-08-17T20:06:05.581Zpython3 vendor 3.13 vendor
2212026-08-17T20:06:05.581Zruby system 3.4 system
2222026-08-17T20:06:05.581Zruby system 3.0 system
2232026-08-17T20:06:05.581Zwords vendor vendor american-english
2242026-08-17T20:06:05.581Zwords system system australian-english
2252026-08-17T20:06:05.581Zwords system system british-english
2262026-08-17T20:06:05.581Zwords system system canadian-english
2272026-08-17T20:06:05.581Zwords system system french
2282026-08-17T20:06:05.581Zwords system system italian
2292026-08-17T20:06:05.581Zwords system system ngerman
2302026-08-17T20:06:05.581Zwords system system ogerman
2312026-08-17T20:06:05.581Zwords system system spanish
2322026-08-17T20:06:05.834ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-17T20:06:05.834Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-17T20:06:06.279ZFMRI IFO
2352026-08-17T20:06:06.279Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-17T20:06:06.279Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-17T20:06:06.279Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-17T20:06:06.279Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-17T20:06:06.279Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-17T20:06:06.279Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-17T20:06:06.280Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-17T20:06:06.280Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-17T20:06:06.280Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-17T20:06:06.600Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-17T20:06:06.968Z Updating crates.io index
2462026-08-17T20:06:06.971Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-17T20:06:07.238Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-17T20:06:07.631Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-17T20:06:08.662Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-17T20:06:09.224Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-17T20:06:10.809Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-17T20:06:11.671Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-17T20:06:13.597Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-17T20:06:14.196Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-17T20:06:15.855Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-17T20:06:16.132Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-17T20:06:16.489Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-08-17T20:06:17.098Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-08-17T20:06:17.385Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-08-17T20:06:17.685Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-08-17T20:06:18.007Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-17T20:06:18.327Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-17T20:06:18.597Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-08-17T20:06:19.056Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2652026-08-17T20:06:19.504Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-08-17T20:06:19.845Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-17T20:06:20.450Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-08-17T20:06:20.782Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-08-17T20:06:21.332Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2702026-08-17T20:06:21.679Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-08-17T20:06:21.963Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-08-17T20:06:22.418Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-08-17T20:06:22.686Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2742026-08-17T20:06:23.285Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-08-17T20:06:23.659Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-08-17T20:06:23.928Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-08-17T20:06:24.260Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-08-17T20:06:24.693Z Updating git repository `https://github.com/oxidecomputer/tough`
2792026-08-17T20:06:25.253Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-08-17T20:06:25.858Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-08-17T20:06:26.168Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-17T20:06:26.541Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-17T20:06:26.975Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-08-17T20:06:27.286Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-17T20:06:27.560Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-17T20:06:27.884Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-17T20:06:28.120Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-17T20:06:31.166Z Downloading crates ...
2892026-08-17T20:06:31.215Z Downloaded heck v0.5.0
2902026-08-17T20:06:31.218Z Downloaded fastrand v2.3.0
2912026-08-17T20:06:31.223Z Downloaded generic-array v0.14.7
2922026-08-17T20:06:31.231Z Downloaded dof v0.3.0
2932026-08-17T20:06:31.236Z Downloaded fnv v1.0.7
2942026-08-17T20:06:31.238Z Downloaded version_check v0.9.5
2952026-08-17T20:06:31.238Z Downloaded terminal_size v0.4.3
2962026-08-17T20:06:31.241Z Downloaded strsim v0.11.1
2972026-08-17T20:06:31.244Z Downloaded anstyle-parse v1.0.0
2982026-08-17T20:06:31.244Z Downloaded anstyle-query v1.1.5
2992026-08-17T20:06:31.247Z Downloaded cargo_metadata v0.23.1
3002026-08-17T20:06:31.247Z Downloaded digest v0.10.7
3012026-08-17T20:06:31.250Z Downloaded zerocopy v0.7.35
3022026-08-17T20:06:31.256Z Downloaded colorchoice v1.0.4
3032026-08-17T20:06:31.258Z Downloaded dtrace-parser v0.2.0
3042026-08-17T20:06:31.258Z Downloaded pretty-hex v0.4.1
3052026-08-17T20:06:31.258Z Downloaded anstream v1.0.0
3062026-08-17T20:06:31.261Z Downloaded serde_tokenstream v0.2.3
3072026-08-17T20:06:31.264Z Downloaded macaddr v1.0.1
3082026-08-17T20:06:31.270Z Downloaded cargo-platform v0.3.2
3092026-08-17T20:06:31.272Z Downloaded autocfg v1.5.0
3102026-08-17T20:06:31.272Z Downloaded cpufeatures v0.2.17
3112026-08-17T20:06:31.282Z Downloaded errno v0.3.14
3122026-08-17T20:06:31.286Z Downloaded camino v1.2.2
3132026-08-17T20:06:31.286Z Downloaded clap_derive v4.6.1
3142026-08-17T20:06:31.286Z Downloaded block-buffer v0.10.4
3152026-08-17T20:06:31.289Z Downloaded memmap v0.7.0
3162026-08-17T20:06:31.289Z Downloaded is_terminal_polyfill v1.70.2
3172026-08-17T20:06:31.292Z Downloaded equivalent v1.0.2
3182026-08-17T20:06:31.292Z Downloaded usdt-macro v0.5.0
3192026-08-17T20:06:31.292Z Downloaded cfg-if v1.0.4
3202026-08-17T20:06:31.295Z Downloaded clap_lex v1.0.0
3212026-08-17T20:06:31.295Z Downloaded proc-macro-error-attr v1.0.4
3222026-08-17T20:06:31.295Z Downloaded heck v0.4.1
3232026-08-17T20:06:31.298Z Downloaded serde_spanned v0.6.9
3242026-08-17T20:06:31.300Z Downloaded scroll_derive v0.12.1
3252026-08-17T20:06:31.301Z Downloaded crypto-common v0.1.7
3262026-08-17T20:06:31.301Z Downloaded toml_datetime v0.6.11
3272026-08-17T20:06:31.305Z Downloaded plain v0.2.3
3282026-08-17T20:06:31.313Z Downloaded usdt v0.5.0
3292026-08-17T20:06:31.318Z Downloaded unicode-linebreak v0.1.5
3302026-08-17T20:06:31.318Z Downloaded utf8parse v0.2.2
3312026-08-17T20:06:31.318Z Downloaded toml_write v0.1.2
3322026-08-17T20:06:31.321Z Downloaded thread-id v4.2.2
3332026-08-17T20:06:31.321Z Downloaded anstyle v1.0.14
3342026-08-17T20:06:31.324Z Downloaded fs-err v3.3.0
3352026-08-17T20:06:31.327Z Downloaded itoa v1.0.17
3362026-08-17T20:06:31.331Z Downloaded tabled_derive v0.7.0
3372026-08-17T20:06:31.337Z Downloaded smawk v0.3.2
3382026-08-17T20:06:31.340Z Downloaded usdt-attr-macro v0.5.0
3392026-08-17T20:06:31.343Z Downloaded anyhow v1.0.102
3402026-08-17T20:06:31.349Z Downloaded semver v1.0.28
3412026-08-17T20:06:31.351Z Downloaded clap v4.6.1
3422026-08-17T20:06:31.363Z Downloaded thiserror v1.0.69
3432026-08-17T20:06:31.366Z Downloaded sha2 v0.10.9
3442026-08-17T20:06:31.378Z Downloaded bitflags v2.11.0
3452026-08-17T20:06:31.378Z Downloaded pest_derive v2.8.6
3462026-08-17T20:06:31.378Z Downloaded proc-macro-error v1.0.4
3472026-08-17T20:06:31.378Z Downloaded byteorder v1.5.0
3482026-08-17T20:06:31.378Z Downloaded zerocopy-derive v0.7.35
3492026-08-17T20:06:31.381Z Downloaded zmij v1.0.21
3502026-08-17T20:06:31.381Z Downloaded swrite v0.1.0
3512026-08-17T20:06:31.381Z Downloaded thiserror-impl v1.0.69
3522026-08-17T20:06:31.381Z Downloaded usdt-impl v0.5.0
3532026-08-17T20:06:31.384Z Downloaded thiserror v2.0.18
3542026-08-17T20:06:31.387Z Downloaded thiserror-impl v2.0.18
3552026-08-17T20:06:31.394Z Downloaded proc-macro2 v1.0.106
3562026-08-17T20:06:31.394Z Downloaded getrandom v0.4.1
3572026-08-17T20:06:31.397Z Downloaded unicode-ident v1.0.24
3582026-08-17T20:06:31.397Z Downloaded camino-tempfile v1.4.1
3592026-08-17T20:06:31.397Z Downloaded quote v1.0.45
3602026-08-17T20:06:31.397Z Downloaded once_cell v1.21.3
3612026-08-17T20:06:31.397Z Downloaded pest_generator v2.8.6
3622026-08-17T20:06:31.397Z Downloaded toml v0.8.23
3632026-08-17T20:06:31.401Z Downloaded bytecount v0.6.9
3642026-08-17T20:06:31.401Z Downloaded scroll v0.12.0
3652026-08-17T20:06:31.401Z Downloaded ucd-trie v0.1.7
3662026-08-17T20:06:31.404Z Downloaded cargo_toml v0.21.0
3672026-08-17T20:06:31.407Z Downloaded tempfile v3.25.0
3682026-08-17T20:06:31.425Z Downloaded papergrid v0.11.0
3692026-08-17T20:06:31.428Z Downloaded textwrap v0.16.2
3702026-08-17T20:06:31.431Z Downloaded log v0.4.29
3712026-08-17T20:06:31.439Z Downloaded serde_derive v1.0.228
3722026-08-17T20:06:31.452Z Downloaded pest_meta v2.8.6
3732026-08-17T20:06:31.461Z Downloaded serde_core v1.0.228
3742026-08-17T20:06:31.468Z Downloaded serde v1.0.228
3752026-08-17T20:06:31.470Z Downloaded memchr v2.8.0
3762026-08-17T20:06:31.473Z Downloaded toml_edit v0.22.27
3772026-08-17T20:06:31.477Z Downloaded indexmap v2.14.0
3782026-08-17T20:06:31.480Z Downloaded typenum v1.20.1
3792026-08-17T20:06:31.506Z Downloaded hashbrown v0.17.0
3802026-08-17T20:06:31.514Z Downloaded pest v2.8.6
3812026-08-17T20:06:31.521Z Downloaded clap_builder v4.6.0
3822026-08-17T20:06:31.529Z Downloaded serde_json v1.0.151
3832026-08-17T20:06:31.533Z Downloaded goblin v0.8.2
3842026-08-17T20:06:31.552Z Downloaded winnow v0.7.14
3852026-08-17T20:06:31.564Z Downloaded tabled v0.15.0
3862026-08-17T20:06:31.573Z Downloaded syn v1.0.109
3872026-08-17T20:06:31.589Z Downloaded unicode-width v0.1.14
3882026-08-17T20:06:31.592Z Downloaded unicode-width v0.2.0
3892026-08-17T20:06:31.599Z Downloaded syn v2.0.117
3902026-08-17T20:06:31.625Z Downloaded rustix v1.1.3
3912026-08-17T20:06:31.647Z Downloaded libc v0.2.185
3922026-08-17T20:06:31.710Z Compiling proc-macro2 v1.0.106
3932026-08-17T20:06:31.710Z Compiling unicode-ident v1.0.24
3942026-08-17T20:06:31.714Z Compiling quote v1.0.45
3952026-08-17T20:06:31.714Z Compiling serde_core v1.0.228
3962026-08-17T20:06:31.714Z Compiling libc v0.2.185
3972026-08-17T20:06:31.714Z Compiling version_check v0.9.5
3982026-08-17T20:06:31.714Z Compiling memchr v2.8.0
3992026-08-17T20:06:31.891Z Compiling serde v1.0.228
4002026-08-17T20:06:32.071Z Compiling zmij v1.0.21
4012026-08-17T20:06:32.286Z Compiling thiserror v1.0.69
4022026-08-17T20:06:32.292Z Compiling ucd-trie v0.1.7
4032026-08-17T20:06:32.556Z Compiling itoa v1.0.17
4042026-08-17T20:06:32.571Z Compiling pest v2.8.6
4052026-08-17T20:06:32.681Z Compiling rustix v1.1.3
4062026-08-17T20:06:32.701Z Compiling byteorder v1.5.0
4072026-08-17T20:06:32.765Z Compiling errno v0.3.14
4082026-08-17T20:06:32.951Z Compiling bitflags v2.11.0
4092026-08-17T20:06:33.100Z Compiling serde_json v1.0.151
4102026-08-17T20:06:33.164Z Compiling syn v2.0.117
4112026-08-17T20:06:33.196Z Compiling thread-id v4.2.2
4122026-08-17T20:06:33.276Z Compiling proc-macro-error-attr v1.0.4
4132026-08-17T20:06:33.315Z Compiling usdt-impl v0.5.0
4142026-08-17T20:06:33.388Z Compiling camino v1.2.2
4152026-08-17T20:06:33.457Z Compiling syn v1.0.109
4162026-08-17T20:06:33.627Z Compiling pest_meta v2.8.6
4172026-08-17T20:06:33.796Z Compiling proc-macro-error v1.0.4
4182026-08-17T20:06:33.814Z Compiling plain v0.2.3
4192026-08-17T20:06:33.819Z Compiling getrandom v0.4.1
4202026-08-17T20:06:33.926Z Compiling equivalent v1.0.2
4212026-08-17T20:06:33.977Z Compiling hashbrown v0.17.0
4222026-08-17T20:06:34.176Z Compiling log v0.4.29
4232026-08-17T20:06:34.191Z Compiling utf8parse v0.2.2
4242026-08-17T20:06:34.308Z Compiling anstyle-parse v1.0.0
4252026-08-17T20:06:34.366Z Compiling terminal_size v0.4.3
4262026-08-17T20:06:34.493Z Compiling indexmap v2.14.0
4272026-08-17T20:06:35.005Z Compiling thiserror v2.0.18
4282026-08-17T20:06:35.028Z Compiling is_terminal_polyfill v1.70.2
4292026-08-17T20:06:35.111Z Compiling pretty-hex v0.4.1
4302026-08-17T20:06:35.125Z Compiling cfg-if v1.0.4
4312026-08-17T20:06:35.128Z Compiling autocfg v1.5.0
4322026-08-17T20:06:35.203Z Compiling colorchoice v1.0.4
4332026-08-17T20:06:35.289Z Compiling anstyle-query v1.1.5
4342026-08-17T20:06:35.308Z Compiling anstyle v1.0.14
4352026-08-17T20:06:35.337Z Compiling winnow v0.7.14
4362026-08-17T20:06:35.369Z Compiling toml_write v0.1.2
4372026-08-17T20:06:35.402Z Compiling pest_generator v2.8.6
4382026-08-17T20:06:35.543Z Compiling anstream v1.0.0
4392026-08-17T20:06:35.609Z Compiling fs-err v3.3.0
4402026-08-17T20:06:35.757Z Compiling heck v0.5.0
4412026-08-17T20:06:35.800Z Compiling fastrand v2.3.0
4422026-08-17T20:06:35.861Z Compiling bytecount v0.6.9
4432026-08-17T20:06:36.004Z Compiling unicode-width v0.1.14
4442026-08-17T20:06:36.020Z Compiling once_cell v1.21.3
4452026-08-17T20:06:36.055Z Compiling fnv v1.0.7
4462026-08-17T20:06:36.073Z Compiling strsim v0.11.1
4472026-08-17T20:06:36.122Z Compiling anyhow v1.0.102
4482026-08-17T20:06:36.165Z Compiling heck v0.4.1
4492026-08-17T20:06:36.245Z Compiling clap_lex v1.0.0
4502026-08-17T20:06:36.289Z Compiling papergrid v0.11.0
4512026-08-17T20:06:36.394Z Compiling tempfile v3.25.0
4522026-08-17T20:06:36.423Z Compiling clap_builder v4.6.0
4532026-08-17T20:06:36.595Z Compiling semver v1.0.28
4542026-08-17T20:06:36.616Z Compiling tabled_derive v0.7.0
4552026-08-17T20:06:36.662Z Compiling cargo-platform v0.3.2
4562026-08-17T20:06:36.769Z Compiling memmap v0.7.0
4572026-08-17T20:06:36.894Z Compiling smawk v0.3.2
4582026-08-17T20:06:36.927Z Compiling unicode-width v0.2.0
4592026-08-17T20:06:36.942Z Compiling unicode-linebreak v0.1.5
4602026-08-17T20:06:37.033Z Compiling camino-tempfile v1.4.1
4612026-08-17T20:06:37.069Z Compiling serde_derive v1.0.228
4622026-08-17T20:06:37.190Z Compiling thiserror-impl v1.0.69
4632026-08-17T20:06:37.206Z Compiling zerocopy-derive v0.7.35
4642026-08-17T20:06:37.265Z Compiling pest_derive v2.8.6
4652026-08-17T20:06:37.315Z Compiling scroll_derive v0.12.1
4662026-08-17T20:06:37.536Z Compiling thiserror-impl v2.0.18
4672026-08-17T20:06:37.705Z Compiling clap_derive v4.6.1
4682026-08-17T20:06:37.736Z Compiling tabled v0.15.0
4692026-08-17T20:06:37.987Z Compiling scroll v0.12.0
4702026-08-17T20:06:38.065Z Compiling zerocopy v0.7.35
4712026-08-17T20:06:38.276Z Compiling goblin v0.8.2
4722026-08-17T20:06:38.541Z Compiling dtrace-parser v0.2.0
4732026-08-17T20:06:38.616Z Compiling textwrap v0.16.2
4742026-08-17T20:06:39.075Z Compiling swrite v0.1.0
4752026-08-17T20:06:39.444Z Compiling clap v4.6.1
4762026-08-17T20:06:40.156Z Compiling serde_spanned v0.6.9
4772026-08-17T20:06:40.156Z Compiling toml_datetime v0.6.11
4782026-08-17T20:06:40.156Z Compiling cargo_metadata v0.23.1
4792026-08-17T20:06:40.160Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-08-17T20:06:40.160Z Compiling macaddr v1.0.1
4812026-08-17T20:06:40.235Z Compiling dof v0.3.0
4822026-08-17T20:06:40.243Z Compiling serde_tokenstream v0.2.3
4832026-08-17T20:06:40.481Z Compiling toml_edit v0.22.27
4842026-08-17T20:06:41.084Z Compiling usdt-attr-macro v0.5.0
4852026-08-17T20:06:41.084Z Compiling usdt-macro v0.5.0
4862026-08-17T20:06:41.665Z Compiling usdt v0.5.0
4872026-08-17T20:06:41.824Z Compiling toml v0.8.23
4882026-08-17T20:06:42.160Z Compiling cargo_toml v0.21.0
4892026-08-17T20:06:43.411Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-17T20:06:45.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.98s
4912026-08-17T20:06:45.631Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-17T20:06:46.147Z Downloading crates ...
4932026-08-17T20:06:46.209Z Downloaded aead v0.5.2
4942026-08-17T20:06:46.216Z Downloaded ahash v0.8.12
4952026-08-17T20:06:46.220Z Downloaded foreign-types v0.5.0
4962026-08-17T20:06:46.220Z Downloaded cfg_aliases v0.2.1
4972026-08-17T20:06:46.220Z Downloaded adler2 v2.0.1
4982026-08-17T20:06:46.223Z Downloaded convert_case v0.4.0
4992026-08-17T20:06:46.226Z Downloaded aho-corasick v1.1.4
5002026-08-17T20:06:46.230Z Downloaded env_filter v1.0.0
5012026-08-17T20:06:46.230Z Downloaded foreign-types-macros v0.2.3
5022026-08-17T20:06:46.234Z Downloaded bitflags v1.3.2
5032026-08-17T20:06:46.238Z Downloaded blake2 v0.10.6
5042026-08-17T20:06:46.238Z Downloaded cmake v0.1.57
5052026-08-17T20:06:46.238Z Downloaded endian-type v0.1.2
5062026-08-17T20:06:46.238Z Downloaded array-init v0.0.4
5072026-08-17T20:06:46.245Z Downloaded enum-as-inner v0.6.1
5082026-08-17T20:06:46.245Z Downloaded headers-core v0.3.0
5092026-08-17T20:06:46.246Z Downloaded bb8 v0.8.6
5102026-08-17T20:06:46.249Z Downloaded foreign-types v0.3.2
5112026-08-17T20:06:46.249Z Downloaded foreign-types-shared v0.1.1
5122026-08-17T20:06:46.249Z Downloaded bitfield v0.19.4
5132026-08-17T20:06:46.249Z Downloaded form_urlencoded v1.2.2
5142026-08-17T20:06:46.249Z Downloaded futures-core v0.3.32
5152026-08-17T20:06:46.249Z Downloaded git-stub v1.0.0
5162026-08-17T20:06:46.253Z Downloaded atomic-waker v1.1.2
5172026-08-17T20:06:46.253Z Downloaded ciborium-io v0.2.2
5182026-08-17T20:06:46.253Z Downloaded foreign-types-shared v0.3.1
5192026-08-17T20:06:46.253Z Downloaded generic-array v1.4.3
5202026-08-17T20:06:46.258Z Downloaded async-stream-impl v0.3.6
5212026-08-17T20:06:46.258Z Downloaded atty v0.2.14
5222026-08-17T20:06:46.258Z Downloaded bit-set v0.5.3
5232026-08-17T20:06:46.258Z Downloaded enum_dispatch v0.3.13
5242026-08-17T20:06:46.258Z Downloaded env_logger v0.11.9
5252026-08-17T20:06:46.258Z Downloaded foldhash v0.2.0
5262026-08-17T20:06:46.262Z Downloaded async-recursion v1.1.1
5272026-08-17T20:06:46.262Z Downloaded arrayvec v0.7.6
5282026-08-17T20:06:46.262Z Downloaded float-ord v0.3.2
5292026-08-17T20:06:46.262Z Downloaded flagset v0.4.7
5302026-08-17T20:06:46.262Z Downloaded futures-io v0.3.32
5312026-08-17T20:06:46.262Z Downloaded backon v1.6.0
5322026-08-17T20:06:46.266Z Downloaded funty v2.0.0
5332026-08-17T20:06:46.266Z Downloaded fxhash v0.2.1
5342026-08-17T20:06:46.266Z Downloaded ghash v0.6.0
5352026-08-17T20:06:46.266Z Downloaded assert_matches v1.5.0
5362026-08-17T20:06:46.266Z Downloaded fd-lock v4.0.4
5372026-08-17T20:06:46.270Z Downloaded fs_extra v1.3.0
5382026-08-17T20:06:46.274Z Downloaded find-msvc-tools v0.1.9
5392026-08-17T20:06:46.274Z Downloaded hmac v0.13.0
5402026-08-17T20:06:46.274Z Downloaded argon2 v0.6.0-rc.8
5412026-08-17T20:06:46.274Z Downloaded backoff v0.4.0
5422026-08-17T20:06:46.274Z Downloaded fs-err v2.11.0
5432026-08-17T20:06:46.278Z Downloaded arrayref v0.3.9
5442026-08-17T20:06:46.278Z Downloaded base16ct v0.2.0
5452026-08-17T20:06:46.278Z Downloaded base16ct v1.0.0
5462026-08-17T20:06:46.282Z Downloaded filetime v0.2.27
5472026-08-17T20:06:46.285Z Downloaded bitfield-struct v0.6.2
5482026-08-17T20:06:46.285Z Downloaded ff v0.14.0
5492026-08-17T20:06:46.285Z Downloaded foldhash v0.1.5
5502026-08-17T20:06:46.290Z Downloaded cexpr v0.6.0
5512026-08-17T20:06:46.290Z Downloaded getrandom v0.2.17
5522026-08-17T20:06:46.290Z Downloaded globwalk v0.9.1
5532026-08-17T20:06:46.290Z Downloaded hex v0.4.3
5542026-08-17T20:06:46.293Z Downloaded futures-task v0.3.32
5552026-08-17T20:06:46.293Z Downloaded allocator-api2 v0.2.21
5562026-08-17T20:06:46.293Z Downloaded async-bb8-diesel v0.2.1
5572026-08-17T20:06:46.297Z Downloaded bitfield-macros v0.19.4
5582026-08-17T20:06:46.297Z Downloaded fixedbitset v0.4.2
5592026-08-17T20:06:46.300Z Downloaded hubpack v0.1.2
5602026-08-17T20:06:46.304Z Downloaded block-buffer v0.12.1
5612026-08-17T20:06:46.308Z Downloaded castaway v0.2.4
5622026-08-17T20:06:46.308Z Downloaded cfg_aliases v0.1.1
5632026-08-17T20:06:46.308Z Downloaded hostname v0.3.1
5642026-08-17T20:06:46.308Z Downloaded hyper-tls v0.6.0
5652026-08-17T20:06:46.308Z Downloaded home v0.5.12
5662026-08-17T20:06:46.311Z Downloaded httpdate v1.0.3
5672026-08-17T20:06:46.311Z Downloaded ascii-canvas v3.0.0
5682026-08-17T20:06:46.314Z Downloaded ciborium-ll v0.2.2
5692026-08-17T20:06:46.315Z Downloaded futures-sink v0.3.32
5702026-08-17T20:06:46.315Z Downloaded hex-literal v1.1.0
5712026-08-17T20:06:46.315Z Downloaded http-body v1.0.1
5722026-08-17T20:06:46.318Z Downloaded ff v0.13.1
5732026-08-17T20:06:46.347Z Downloaded fixedbitset v0.5.7
5742026-08-17T20:06:46.347Z Downloaded futures-channel v0.3.32
5752026-08-17T20:06:46.347Z Downloaded futures-executor v0.3.32
5762026-08-17T20:06:46.356Z Downloaded cobs v0.3.0
5772026-08-17T20:06:46.356Z Downloaded async-trait v0.1.89
5782026-08-17T20:06:46.356Z Downloaded hash32 v0.2.1
5792026-08-17T20:06:46.356Z Downloaded async-stream v0.3.6
5802026-08-17T20:06:46.356Z Downloaded hostname v0.4.2
5812026-08-17T20:06:46.356Z Downloaded hubpack_derive v0.1.1
5822026-08-17T20:06:46.356Z Downloaded gethostname v0.5.0
5832026-08-17T20:06:46.356Z Downloaded hash32 v0.3.1
5842026-08-17T20:06:46.356Z Downloaded half v2.7.1
5852026-08-17T20:06:46.356Z Downloaded fatfs v0.3.6
5862026-08-17T20:06:46.356Z Downloaded http-range v0.1.5
5872026-08-17T20:06:46.356Z Downloaded num-conv v0.2.0
5882026-08-17T20:06:46.356Z Downloaded openssl-probe v0.2.1
5892026-08-17T20:06:46.361Z Downloaded aead v0.6.1
5902026-08-17T20:06:46.361Z Downloaded chacha20 v0.9.1
5912026-08-17T20:06:46.361Z Downloaded cipher v0.4.4
5922026-08-17T20:06:46.361Z Downloaded argon2 v0.5.3
5932026-08-17T20:06:46.361Z Downloaded phf_shared v0.13.1
5942026-08-17T20:06:46.366Z Downloaded quick-error v1.2.3
5952026-08-17T20:06:46.366Z Downloaded num v0.4.3
5962026-08-17T20:06:46.377Z Downloaded bit-set v0.8.0
5972026-08-17T20:06:46.377Z Downloaded block-padding v0.4.2
5982026-08-17T20:06:46.377Z Downloaded atomicwrites v0.4.4
5992026-08-17T20:06:46.377Z Downloaded rustc_version v0.1.7
6002026-08-17T20:06:46.377Z Downloaded hyper-staticfile v0.10.1
6012026-08-17T20:06:46.381Z Downloaded float-cmp v0.10.0
6022026-08-17T20:06:46.381Z Downloaded futures-macro v0.3.32
6032026-08-17T20:06:46.381Z Downloaded erased-serde v0.3.31
6042026-08-17T20:06:46.381Z Downloaded compression-core v0.4.31
6052026-08-17T20:06:46.381Z Downloaded fallible-iterator v0.2.0
6062026-08-17T20:06:46.382Z Downloaded powerfmt v0.2.0
6072026-08-17T20:06:46.385Z Downloaded proc-macro-error-attr2 v2.0.0
6082026-08-17T20:06:46.389Z Downloaded base64ct v1.8.3
6092026-08-17T20:06:46.389Z Downloaded cassowary v0.3.0
6102026-08-17T20:06:46.389Z Downloaded serde_plain v1.0.2
6112026-08-17T20:06:46.393Z Downloaded bit-vec v0.6.3
6122026-08-17T20:06:46.397Z Downloaded group v0.14.0
6132026-08-17T20:06:46.401Z Downloaded highway v1.3.0
6142026-08-17T20:06:46.401Z Downloaded anstream v0.6.21
6152026-08-17T20:06:46.401Z Downloaded anstyle-parse v0.2.7
6162026-08-17T20:06:46.405Z Downloaded slog-bunyan v2.5.0
6172026-08-17T20:06:46.405Z Downloaded group v0.13.0
6182026-08-17T20:06:46.412Z Downloaded humantime v2.3.0
6192026-08-17T20:06:46.412Z Downloaded signal-hook-tokio v0.3.1
6202026-08-17T20:06:46.412Z Downloaded same-file v1.0.6
6212026-08-17T20:06:46.412Z Downloaded sapling-renderdag v0.1.0
6222026-08-17T20:06:46.420Z Downloaded semver v0.1.20
6232026-08-17T20:06:46.420Z Downloaded strsim v0.10.0
6242026-08-17T20:06:46.420Z Downloaded structmeta v0.3.0
6252026-08-17T20:06:46.424Z Downloaded supports-color v3.0.2
6262026-08-17T20:06:46.424Z Downloaded secrecy v0.10.3
6272026-08-17T20:06:46.424Z Downloaded shell-words v1.1.1
6282026-08-17T20:06:46.424Z Downloaded thread-id v5.1.0
6292026-08-17T20:06:46.424Z Downloaded tokio-macros v2.7.0
6302026-08-17T20:06:46.429Z Downloaded compression-codecs v0.4.37
6312026-08-17T20:06:46.433Z Downloaded const_format_proc_macros v0.2.34
6322026-08-17T20:06:46.433Z Downloaded peg v0.8.5
6332026-08-17T20:06:46.438Z Downloaded glob v0.3.3
6342026-08-17T20:06:46.438Z Downloaded byte-wrapper v0.1.0
6352026-08-17T20:06:46.438Z Downloaded primefield v0.14.0
6362026-08-17T20:06:46.438Z Downloaded bs58 v0.5.1
6372026-08-17T20:06:46.438Z Downloaded num_enum v0.7.6
6382026-08-17T20:06:46.442Z Downloaded pbkdf2 v0.13.0
6392026-08-17T20:06:46.442Z Downloaded phf v0.12.1
6402026-08-17T20:06:46.442Z Downloaded pkg-config v0.3.32
6412026-08-17T20:06:46.442Z Downloaded rand_seeder v0.4.0
6422026-08-17T20:06:46.447Z Downloaded tower-layer v0.3.3
6432026-08-17T20:06:46.447Z Downloaded constant_time_eq v0.4.2
6442026-08-17T20:06:46.447Z Downloaded bcs v0.1.6
6452026-08-17T20:06:46.447Z Downloaded futures v0.3.32
6462026-08-17T20:06:46.451Z Downloaded stable_deref_trait v1.2.1
6472026-08-17T20:06:46.451Z Downloaded tap v1.0.1
6482026-08-17T20:06:46.456Z Downloaded blowfish v0.10.0
6492026-08-17T20:06:46.456Z Downloaded camino-tempfile-ext v0.3.3
6502026-08-17T20:06:46.457Z Downloaded cbc v0.2.1
6512026-08-17T20:06:46.460Z Downloaded globset v0.4.18
6522026-08-17T20:06:46.460Z Downloaded scroll v0.13.0
6532026-08-17T20:06:46.460Z Downloaded untrusted v0.7.1
6542026-08-17T20:06:46.460Z Downloaded password-hash v0.5.0
6552026-08-17T20:06:46.495Z Downloaded cmov v0.5.4
6562026-08-17T20:06:46.495Z Downloaded buf-list v1.1.2
6572026-08-17T20:06:46.499Z Downloaded oxnet v0.1.6
6582026-08-17T20:06:46.499Z Downloaded ppv-lite86 v0.2.21
6592026-08-17T20:06:46.499Z Downloaded topological-sort v0.2.2
6602026-08-17T20:06:46.499Z Downloaded proc-macro-error2 v2.0.1
6612026-08-17T20:06:46.499Z Downloaded bcrypt-pbkdf v0.11.0
6622026-08-17T20:06:46.499Z Downloaded git-stub-vcs v0.1.0
6632026-08-17T20:06:46.499Z Downloaded console v0.15.11
6642026-08-17T20:06:46.499Z Downloaded httparse v1.10.1
6652026-08-17T20:06:46.499Z Downloaded hyper-rustls v0.27.7
6662026-08-17T20:06:46.499Z Downloaded serdect v0.4.3
6672026-08-17T20:06:46.499Z Downloaded signature v2.2.0
6682026-08-17T20:06:46.499Z Downloaded sqlformat v0.3.5
6692026-08-17T20:06:46.499Z Downloaded chacha20 v0.10.0
6702026-08-17T20:06:46.499Z Downloaded clang-sys v1.8.1
6712026-08-17T20:06:46.499Z Downloaded const-oid v0.9.6
6722026-08-17T20:06:46.499Z Downloaded thiserror-impl-no-std v2.0.2
6732026-08-17T20:06:46.499Z Downloaded progenitor v0.13.0
6742026-08-17T20:06:46.499Z Downloaded rand_core v0.9.5
6752026-08-17T20:06:46.500Z Downloaded sec1 v0.7.3
6762026-08-17T20:06:46.500Z Downloaded slog-stdlog v4.1.1
6772026-08-17T20:06:46.500Z Downloaded cpubits v0.1.1
6782026-08-17T20:06:46.500Z Downloaded half v1.8.3
6792026-08-17T20:06:46.509Z Downloaded pkcs8 v0.11.0
6802026-08-17T20:06:46.509Z Downloaded tokio-dtrace v0.1.1
6812026-08-17T20:06:46.509Z Downloaded http-body-util v0.1.3
6822026-08-17T20:06:46.509Z Downloaded tls_codec_derive v0.4.2
6832026-08-17T20:06:46.509Z Downloaded void v1.0.2
6842026-08-17T20:06:46.509Z Downloaded parking_lot_core v0.9.12
6852026-08-17T20:06:46.514Z Downloaded zerofrom v0.1.6
6862026-08-17T20:06:46.514Z Downloaded const-oid v0.10.2
6872026-08-17T20:06:46.514Z Downloaded cstr-argument v0.1.2
6882026-08-17T20:06:46.514Z Downloaded hybrid-array v0.4.13
6892026-08-17T20:06:46.514Z Downloaded thiserror-no-std v2.0.2
6902026-08-17T20:06:46.514Z Downloaded colored v2.2.0
6912026-08-17T20:06:46.514Z Downloaded console v0.16.2
6922026-08-17T20:06:46.514Z Downloaded defmt v0.3.100
6932026-08-17T20:06:46.514Z Downloaded cipher v0.5.2
6942026-08-17T20:06:46.519Z Downloaded bzip2 v0.6.1
6952026-08-17T20:06:46.519Z Downloaded cancel-safe-futures v0.1.5
6962026-08-17T20:06:46.519Z Downloaded rustls-native-certs v0.8.3
6972026-08-17T20:06:46.525Z Downloaded num-rational v0.4.2
6982026-08-17T20:06:46.531Z Downloaded darling_macro v0.21.3
6992026-08-17T20:06:46.531Z Downloaded getrandom v0.3.4
7002026-08-17T20:06:46.536Z Downloaded usdt-attr-macro v0.6.0
7012026-08-17T20:06:46.540Z Downloaded unicase v2.9.0
7022026-08-17T20:06:46.541Z Downloaded display-error-chain v0.2.2
7032026-08-17T20:06:46.544Z Downloaded flate2 v1.1.9
7042026-08-17T20:06:46.544Z Downloaded bit-vec v0.8.0
7052026-08-17T20:06:46.554Z Downloaded bzip2 v0.4.4
7062026-08-17T20:06:46.554Z Downloaded pin-project-lite v0.2.17
7072026-08-17T20:06:46.562Z Downloaded downcast-rs v2.0.2
7082026-08-17T20:06:46.562Z Downloaded dunce v1.0.5
7092026-08-17T20:06:46.562Z Downloaded hmac v0.12.1
7102026-08-17T20:06:46.562Z Downloaded utf8_iter v1.0.4
7112026-08-17T20:06:46.562Z Downloaded is-terminal v0.4.17
7122026-08-17T20:06:46.562Z Downloaded keccak v0.1.6
7132026-08-17T20:06:46.562Z Downloaded ident_case v1.0.1
7142026-08-17T20:06:46.562Z Downloaded illumos-nvpair v0.3.0
7152026-08-17T20:06:46.567Z Downloaded inout v0.1.4
7162026-08-17T20:06:46.567Z Downloaded lru v0.12.5
7172026-08-17T20:06:46.567Z Downloaded lalrpop-util v0.19.12
7182026-08-17T20:06:46.567Z Downloaded lazy_static v1.5.0
7192026-08-17T20:06:46.567Z Downloaded memoffset v0.9.1
7202026-08-17T20:06:46.567Z Downloaded maybe-uninit v2.0.0
7212026-08-17T20:06:46.571Z Downloaded signal-hook-registry v1.4.8
7222026-08-17T20:06:46.571Z Downloaded spin v0.9.8
7232026-08-17T20:06:46.571Z Downloaded vergen-lib v9.1.0
7242026-08-17T20:06:46.571Z Downloaded blake2 v0.11.0-rc.6
7252026-08-17T20:06:46.574Z Downloaded convert_case v0.10.0
7262026-08-17T20:06:46.574Z Downloaded cpufeatures v0.3.0
7272026-08-17T20:06:46.574Z Downloaded colored v3.1.1
7282026-08-17T20:06:46.578Z Downloaded nonempty v0.12.0
7292026-08-17T20:06:46.586Z Downloaded vsss-rs v3.3.4
7302026-08-17T20:06:46.591Z Downloaded slog-scope v4.4.1
7312026-08-17T20:06:46.591Z Downloaded rcgen v0.12.1
7322026-08-17T20:06:46.591Z Downloaded digest v0.11.3
7332026-08-17T20:06:46.592Z Downloaded new_debug_unreachable v1.0.6
7342026-08-17T20:06:46.592Z Downloaded num_threads v0.1.7
7352026-08-17T20:06:46.598Z Downloaded flume v0.11.1
7362026-08-17T20:06:46.602Z Downloaded ciborium v0.2.2
7372026-08-17T20:06:46.609Z Downloaded ctutils v0.4.2
7382026-08-17T20:06:46.609Z Downloaded openssl-probe v0.1.6
7392026-08-17T20:06:46.614Z Downloaded compact_str v0.8.1
7402026-08-17T20:06:46.614Z Downloaded daft v0.1.7
7412026-08-17T20:06:46.614Z Downloaded derive-ex v0.1.8
7422026-08-17T20:06:46.614Z Downloaded ed25519 v2.2.3
7432026-08-17T20:06:46.618Z Downloaded ed25519 v3.0.0
7442026-08-17T20:06:46.618Z Downloaded phf_shared v0.12.1
7452026-08-17T20:06:46.618Z Downloaded ssh-encoding v0.3.0
7462026-08-17T20:06:46.618Z Downloaded deranged v0.5.8
7472026-08-17T20:06:46.618Z Downloaded phf_shared v0.11.3
7482026-08-17T20:06:46.618Z Downloaded potential_utf v0.1.4
7492026-08-17T20:06:46.618Z Downloaded recursive v0.1.1
7502026-08-17T20:06:46.623Z Downloaded rand_xorshift v0.4.0
7512026-08-17T20:06:46.623Z Downloaded recursive-proc-macro-impl v0.1.1
7522026-08-17T20:06:46.623Z Downloaded parse-display v0.10.0
7532026-08-17T20:06:46.627Z Downloaded seq-macro v0.3.6
7542026-08-17T20:06:46.627Z Downloaded psl-types v2.0.11
7552026-08-17T20:06:46.631Z Downloaded heapless v0.8.0
7562026-08-17T20:06:46.637Z Downloaded vergen v9.1.0
7572026-08-17T20:06:46.643Z Downloaded ingot-types v0.2.0
7582026-08-17T20:06:46.643Z Downloaded libefi-sys v0.1.0
7592026-08-17T20:06:46.654Z Downloaded heapless v0.7.17
7602026-08-17T20:06:46.654Z Downloaded predicates-tree v1.0.13
7612026-08-17T20:06:46.654Z Downloaded scheduled-thread-pool v0.2.7
7622026-08-17T20:06:46.654Z Downloaded rustc-hash v2.1.1
7632026-08-17T20:06:46.657Z Downloaded num-complex v0.4.6
7642026-08-17T20:06:46.658Z Downloaded signal-hook-mio v0.2.5
7652026-08-17T20:06:46.658Z Downloaded slog-envlogger v2.2.0
7662026-08-17T20:06:46.658Z Downloaded prettyplease v0.2.37
7672026-08-17T20:06:46.661Z Downloaded defmt v1.0.1
7682026-08-17T20:06:46.664Z Downloaded lock_api v0.4.14
7692026-08-17T20:06:46.668Z Downloaded base64 v0.22.1
7702026-08-17T20:06:46.672Z Downloaded chacha20poly1305 v0.10.1
7712026-08-17T20:06:46.678Z Downloaded time-core v0.1.8
7722026-08-17T20:06:46.682Z Downloaded zerocopy v0.6.6
7732026-08-17T20:06:46.682Z Downloaded tinyvec_macros v0.1.1
7742026-08-17T20:06:46.682Z Downloaded utf-8 v0.7.6
7752026-08-17T20:06:46.687Z Downloaded native-tls v0.2.18
7762026-08-17T20:06:46.691Z Downloaded num_enum_derive v0.7.6
7772026-08-17T20:06:46.698Z Downloaded rayon-core v1.13.0
7782026-08-17T20:06:46.705Z Downloaded sync-ptr v0.1.4
7792026-08-17T20:06:46.713Z Downloaded termtree v0.5.1
7802026-08-17T20:06:46.713Z Downloaded daft-derive v0.1.7
7812026-08-17T20:06:46.713Z Downloaded pem v3.0.6
7822026-08-17T20:06:46.713Z Downloaded poly1305 v0.8.0
7832026-08-17T20:06:46.721Z Downloaded tungstenite v0.23.0
7842026-08-17T20:06:46.721Z Downloaded aes v0.9.1
7852026-08-17T20:06:46.721Z Downloaded oxide-update-engine v0.1.2
7862026-08-17T20:06:46.721Z Downloaded oxide-tokio-rt v0.1.4
7872026-08-17T20:06:46.721Z Downloaded usdt-macro v0.6.0
7882026-08-17T20:06:46.729Z Downloaded headers v0.4.1
7892026-08-17T20:06:46.729Z Downloaded tokio-test v0.4.5
7902026-08-17T20:06:46.729Z Downloaded untrusted v0.9.0
7912026-08-17T20:06:46.729Z Downloaded hickory-resolver v0.24.4
7922026-08-17T20:06:46.729Z Downloaded hickory-resolver v0.25.2
7932026-08-17T20:06:46.730Z Downloaded zerofrom-derive v0.1.6
7942026-08-17T20:06:46.733Z Downloaded const_format v0.2.35
7952026-08-17T20:06:46.733Z Downloaded crc v3.4.0
7962026-08-17T20:06:46.733Z Downloaded hashbrown v0.12.3
7972026-08-17T20:06:46.733Z Downloaded serde_yaml v0.9.34+deprecated
7982026-08-17T20:06:46.733Z Downloaded zopfli v0.8.3
7992026-08-17T20:06:46.733Z Downloaded oxide-update-engine-types v0.1.2
8002026-08-17T20:06:46.737Z Downloaded p256 v0.14.0
8012026-08-17T20:06:46.737Z Downloaded tracing-core v0.1.36
8022026-08-17T20:06:46.741Z Downloaded dsl_auto_type v0.2.0
8032026-08-17T20:06:46.742Z Downloaded illumos-nvpair-sys v0.2.0
8042026-08-17T20:06:46.742Z Downloaded openssl-sys v0.9.117
8052026-08-17T20:06:46.742Z Downloaded derive_builder_macro v0.20.2
8062026-08-17T20:06:46.742Z Downloaded rustversion v1.0.22
8072026-08-17T20:06:46.745Z Downloaded serde_derive_internals v0.29.1
8082026-08-17T20:06:46.749Z Downloaded spki v0.8.0
8092026-08-17T20:06:46.749Z Downloaded ssh-cipher v0.3.0
8102026-08-17T20:06:46.749Z Downloaded stacker v0.1.23
8112026-08-17T20:06:46.752Z Downloaded strum v0.26.3
8122026-08-17T20:06:46.752Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8132026-08-17T20:06:46.752Z Downloaded zone v0.3.1
8142026-08-17T20:06:46.752Z Downloaded curve25519-dalek-derive v0.1.1
8152026-08-17T20:06:46.752Z Downloaded darling_macro v0.13.4
8162026-08-17T20:06:46.753Z Downloaded debug-ignore v1.0.5
8172026-08-17T20:06:46.756Z Downloaded dirs-next v2.0.0
8182026-08-17T20:06:46.756Z Downloaded dropshot-api-manager-types v0.8.0
8192026-08-17T20:06:46.756Z Downloaded instability v0.3.11
8202026-08-17T20:06:46.763Z Downloaded arc-swap v1.8.2
8212026-08-17T20:06:46.773Z Downloaded qorb v0.4.1
8222026-08-17T20:06:46.778Z Downloaded tungstenite v0.21.0
8232026-08-17T20:06:46.778Z Downloaded dirs-sys-next v0.1.2
8242026-08-17T20:06:46.781Z Downloaded kem v0.3.0
8252026-08-17T20:06:46.781Z Downloaded strum_macros v0.27.2
8262026-08-17T20:06:46.781Z Downloaded lru-slab v0.1.2
8272026-08-17T20:06:46.785Z Downloaded ar_archive_writer v0.5.1
8282026-08-17T20:06:46.785Z Downloaded rustls-pemfile v2.2.0
8292026-08-17T20:06:46.788Z Downloaded rustls-webpki v0.103.13
8302026-08-17T20:06:46.792Z Downloaded expectorate v1.2.0
8312026-08-17T20:06:46.792Z Downloaded yansi v1.0.1
8322026-08-17T20:06:46.792Z Downloaded parse-display-derive v0.10.0
8332026-08-17T20:06:46.795Z Downloaded sync_wrapper v1.0.2
8342026-08-17T20:06:46.795Z Downloaded libbz2-rs-sys v0.2.2
8352026-08-17T20:06:46.795Z Downloaded linked-hash-map v0.5.6
8362026-08-17T20:06:46.795Z Downloaded match_cfg v0.1.0
8372026-08-17T20:06:46.795Z Downloaded mime v0.3.17
8382026-08-17T20:06:46.795Z Downloaded async-compression v0.4.41
8392026-08-17T20:06:46.802Z Downloaded tar v0.4.46
8402026-08-17T20:06:46.806Z Downloaded openssl-macros v0.1.1
8412026-08-17T20:06:46.806Z Downloaded termios v0.3.3
8422026-08-17T20:06:46.806Z Downloaded walkdir v2.5.0
8432026-08-17T20:06:46.806Z Downloaded yoke v0.8.1
8442026-08-17T20:06:46.806Z Downloaded crc8 v0.1.1
8452026-08-17T20:06:46.806Z Downloaded newtype-uuid-macros v0.1.0
8462026-08-17T20:06:46.806Z Downloaded nodrop v0.1.14
8472026-08-17T20:06:46.811Z Downloaded derive_builder_core v0.20.2
8482026-08-17T20:06:46.815Z Downloaded predicates-core v1.0.10
8492026-08-17T20:06:46.815Z Downloaded bytes v1.11.1
8502026-08-17T20:06:46.815Z Downloaded ena v0.14.4
8512026-08-17T20:06:46.815Z Downloaded publicsuffix v2.3.0
8522026-08-17T20:06:46.819Z Downloaded darling_core v0.21.3
8532026-08-17T20:06:46.819Z Downloaded toml_parser v1.1.2+spec-1.1.0
8542026-08-17T20:06:46.832Z Downloaded tracing-attributes v0.1.31
8552026-08-17T20:06:46.832Z Downloaded unicode-properties v0.1.4
8562026-08-17T20:06:46.832Z Downloaded ipnet v2.11.0
8572026-08-17T20:06:46.832Z Downloaded indexmap v1.9.3
8582026-08-17T20:06:46.841Z Downloaded rand_chacha v0.3.1
8592026-08-17T20:06:46.841Z Downloaded russh-cryptovec v0.62.0
8602026-08-17T20:06:46.841Z Downloaded scroll_derive v0.13.1
8612026-08-17T20:06:46.841Z Downloaded wyz v0.5.1
8622026-08-17T20:06:46.841Z Downloaded serde_cbor v0.11.2
8632026-08-17T20:06:46.841Z Downloaded csv-core v0.1.13
8642026-08-17T20:06:46.842Z Downloaded rand_chacha v0.9.0
8652026-08-17T20:06:46.842Z Downloaded http v1.4.2
8662026-08-17T20:06:46.848Z Downloaded path-slash v0.1.5
8672026-08-17T20:06:46.848Z Downloaded peg-runtime v0.8.5
8682026-08-17T20:06:46.849Z Downloaded progenitor-impl v0.14.0
8692026-08-17T20:06:46.849Z Downloaded unicode_categories v0.1.1
8702026-08-17T20:06:46.849Z Downloaded base64 v0.21.7
8712026-08-17T20:06:46.856Z Downloaded module-lattice v0.2.3
8722026-08-17T20:06:46.856Z Downloaded nanorand v0.7.0
8732026-08-17T20:06:46.856Z Downloaded sigpipe v0.1.3
8742026-08-17T20:06:46.856Z Downloaded poly1305 v0.9.0
8752026-08-17T20:06:46.860Z Downloaded schemars v0.8.22
8762026-08-17T20:06:46.864Z Downloaded indoc v2.0.7
8772026-08-17T20:06:46.868Z Downloaded rand_pcg v0.10.2
8782026-08-17T20:06:46.868Z Downloaded strip-ansi-escapes v0.2.1
8792026-08-17T20:06:46.868Z Downloaded structmeta-derive v0.3.0
8802026-08-17T20:06:46.868Z Downloaded strum v0.27.2
8812026-08-17T20:06:46.871Z Downloaded ref-cast v1.0.25
8822026-08-17T20:06:46.871Z Downloaded serde_repr v0.1.20
8832026-08-17T20:06:46.871Z Downloaded hickory-server v0.25.2
8842026-08-17T20:06:46.875Z Downloaded cc v1.2.56
8852026-08-17T20:06:46.875Z Downloaded num_enum v0.5.11
8862026-08-17T20:06:46.878Z Downloaded crypto-bigint v0.5.5
8872026-08-17T20:06:46.885Z Downloaded derive_builder v0.20.2
8882026-08-17T20:06:46.891Z Downloaded libsw-core v0.3.2
8892026-08-17T20:06:46.891Z Downloaded serde_spanned v1.1.1
8902026-08-17T20:06:46.891Z Downloaded try-lock v0.2.5
8912026-08-17T20:06:46.891Z Downloaded papergrid v0.18.0
8922026-08-17T20:06:46.891Z Downloaded pem-rfc7468 v0.7.0
8932026-08-17T20:06:46.891Z Downloaded port-file v0.1.0
8942026-08-17T20:06:46.904Z Downloaded hashbrown v0.13.2
8952026-08-17T20:06:46.904Z Downloaded snafu v0.8.9
8962026-08-17T20:06:46.904Z Downloaded radium v0.7.0
8972026-08-17T20:06:46.904Z Downloaded xshell-macros v0.2.7
8982026-08-17T20:06:46.904Z Downloaded want v0.3.1
8992026-08-17T20:06:46.904Z Downloaded tower-service v0.3.3
9002026-08-17T20:06:46.904Z Downloaded unicode-xid v0.2.6
9012026-08-17T20:06:46.908Z Downloaded parking_lot_core v0.8.6
9022026-08-17T20:06:46.908Z Downloaded resolv-conf v0.7.6
9032026-08-17T20:06:46.908Z Downloaded hashbrown v0.15.5
9042026-08-17T20:06:46.908Z Downloaded unicode-segmentation v1.12.0
9052026-08-17T20:06:46.908Z Downloaded crossbeam-utils v0.8.21
9062026-08-17T20:06:46.908Z Downloaded drift v0.2.0
9072026-08-17T20:06:46.913Z Downloaded icu_locale_core v2.1.1
9082026-08-17T20:06:46.917Z Downloaded rustyline v14.0.0
9092026-08-17T20:06:46.921Z Downloaded scrypt v0.12.0
9102026-08-17T20:06:46.921Z Downloaded internet-checksum v0.2.1
9112026-08-17T20:06:46.921Z Downloaded darling v0.21.3
9122026-08-17T20:06:46.924Z Downloaded packed_struct v0.10.1
9132026-08-17T20:06:46.925Z Downloaded wnaf v0.14.0
9142026-08-17T20:06:46.925Z Downloaded crucible-workspace-hack v0.1.0
9152026-08-17T20:06:46.925Z Downloaded crunchy v0.2.4
9162026-08-17T20:06:46.925Z Downloaded defmt-parser v1.0.0
9172026-08-17T20:06:46.931Z Downloaded slab v0.4.12
9182026-08-17T20:06:46.931Z Downloaded diesel_table_macro_syntax v0.3.0
9192026-08-17T20:06:46.931Z Downloaded strum_macros v0.24.3
9202026-08-17T20:06:46.931Z Downloaded miniz_oxide v0.8.9
9212026-08-17T20:06:46.931Z Downloaded peg-macros v0.8.5
9222026-08-17T20:06:46.934Z Downloaded predicates v3.1.4
9232026-08-17T20:06:46.934Z Downloaded lru-cache v0.1.2
9242026-08-17T20:06:46.934Z Downloaded crossbeam-channel v0.5.15
9252026-08-17T20:06:46.941Z Downloaded dropshot_endpoint v0.17.1
9262026-08-17T20:06:46.946Z Downloaded oxide-update-engine-display v0.1.2
9272026-08-17T20:06:46.946Z Downloaded typify-macro v0.6.2
9282026-08-17T20:06:46.946Z Downloaded signal-hook v0.3.18
9292026-08-17T20:06:46.949Z Downloaded olpc-cjson v0.1.4
9302026-08-17T20:06:46.949Z Downloaded derive_more-impl v2.1.1
9312026-08-17T20:06:46.952Z Downloaded toml_edit v0.23.10+spec-1.0.0
9322026-08-17T20:06:46.961Z Downloaded corncobs v0.1.4
9332026-08-17T20:06:46.964Z Downloaded zerovec-derive v0.11.2
9342026-08-17T20:06:46.968Z Downloaded hashbrown v0.16.1
9352026-08-17T20:06:46.971Z Downloaded displaydoc v0.2.5
9362026-08-17T20:06:46.976Z Downloaded vte v0.14.1
9372026-08-17T20:06:46.979Z Downloaded spki v0.7.3
9382026-08-17T20:06:46.979Z Downloaded static_assertions v1.1.0
9392026-08-17T20:06:46.979Z Downloaded rsa v0.9.10
9402026-08-17T20:06:47.002Z Downloaded tinystr v0.8.2
9412026-08-17T20:06:47.007Z Downloaded progenitor-macro v0.13.0
9422026-08-17T20:06:47.007Z Downloaded ed25519-dalek v2.2.0
9432026-08-17T20:06:47.007Z Downloaded futures-util v0.3.32
9442026-08-17T20:06:47.007Z Downloaded scopeguard v1.2.0
9452026-08-17T20:06:47.007Z Downloaded x509-cert v0.2.5
9462026-08-17T20:06:47.007Z Downloaded smallvec v0.6.14
9472026-08-17T20:06:47.007Z Downloaded hyper v1.10.1
9482026-08-17T20:06:47.007Z Downloaded prefix-trie v0.7.0
9492026-08-17T20:06:47.007Z Downloaded term v0.7.0
9502026-08-17T20:06:47.007Z Downloaded toml_edit v0.19.15
9512026-08-17T20:06:47.017Z Downloaded icu_collections v2.1.1
9522026-08-17T20:06:47.023Z Downloaded jobserver v0.1.34
9532026-08-17T20:06:47.023Z Downloaded smallvec v1.15.1
9542026-08-17T20:06:47.023Z Downloaded mime_guess v2.0.5
9552026-08-17T20:06:47.023Z Downloaded multer v3.1.0
9562026-08-17T20:06:47.027Z Downloaded data-encoding v2.10.0
9572026-08-17T20:06:47.027Z Downloaded russh-util v0.52.0
9582026-08-17T20:06:47.027Z Downloaded sha1 v0.10.6
9592026-08-17T20:06:47.027Z Downloaded rustc_version v0.4.1
9602026-08-17T20:06:47.027Z Downloaded num-integer v0.1.46
9612026-08-17T20:06:47.027Z Downloaded primeorder v0.14.0
9622026-08-17T20:06:47.027Z Downloaded indicatif v0.18.4
9632026-08-17T20:06:47.027Z Downloaded vergen-gitcl v1.0.8
9642026-08-17T20:06:47.033Z Downloaded darling v0.13.4
9652026-08-17T20:06:47.033Z Downloaded unicode-truncate v1.1.0
9662026-08-17T20:06:47.033Z Downloaded serde_with v1.14.0
9672026-08-17T20:06:47.052Z Downloaded darling_macro v0.23.0
9682026-08-17T20:06:47.052Z Downloaded phf v0.13.1
9692026-08-17T20:06:47.052Z Downloaded zerocopy-derive v0.8.40
9702026-08-17T20:06:47.056Z Downloaded diesel_derives v2.3.7
9712026-08-17T20:06:47.057Z Downloaded zstd v0.13.3
9722026-08-17T20:06:47.057Z Downloaded bumpalo v3.20.2
9732026-08-17T20:06:47.057Z Downloaded defmt-macros v1.0.1
9742026-08-17T20:06:47.057Z Downloaded primeorder v0.13.6
9752026-08-17T20:06:47.057Z Downloaded r2d2 v0.8.10
9762026-08-17T20:06:47.057Z Downloaded nibble_vec v0.1.0
9772026-08-17T20:06:47.057Z Downloaded hkdf v0.12.4
9782026-08-17T20:06:47.057Z Downloaded darling v0.20.11
9792026-08-17T20:06:47.057Z Downloaded newtype-uuid v1.3.2
9802026-08-17T20:06:47.062Z Downloaded ryu v1.0.23
9812026-08-17T20:06:47.062Z Downloaded schemars_derive v0.8.22
9822026-08-17T20:06:47.062Z Downloaded yoke-derive v0.8.1
9832026-08-17T20:06:47.062Z Downloaded digest-io v0.1.0
9842026-08-17T20:06:47.065Z Downloaded kstat-rs v0.2.5
9852026-08-17T20:06:47.069Z Downloaded paste v1.0.15
9862026-08-17T20:06:47.072Z Downloaded tokio-stream v0.1.18
9872026-08-17T20:06:47.076Z Downloaded slog v2.8.2
9882026-08-17T20:06:47.076Z Downloaded ingot-macros v0.2.0
9892026-08-17T20:06:47.076Z Downloaded slog-term v2.9.2
9902026-08-17T20:06:47.081Z Downloaded litrs v1.0.0
9912026-08-17T20:06:47.081Z Downloaded tokio-tungstenite v0.21.0
9922026-08-17T20:06:47.081Z Downloaded oso-derive v0.27.3
9932026-08-17T20:06:47.081Z Downloaded num-traits v0.2.19
9942026-08-17T20:06:47.086Z Downloaded precomputed-hash v0.1.1
9952026-08-17T20:06:47.086Z Downloaded tokio-tungstenite v0.23.1
9962026-08-17T20:06:47.086Z Downloaded dtrace-parser v0.3.0
9972026-08-17T20:06:47.090Z Downloaded sha1 v0.11.0
9982026-08-17T20:06:47.093Z Downloaded md5 v0.8.0
9992026-08-17T20:06:47.093Z Downloaded subtle v2.6.1
10002026-08-17T20:06:47.096Z Downloaded quinn v0.11.11
10012026-08-17T20:06:47.100Z Downloaded pretty_assertions v1.4.1
10022026-08-17T20:06:47.100Z Downloaded zstd-safe v7.2.4
10032026-08-17T20:06:47.103Z Downloaded samael v0.0.19
10042026-08-17T20:06:47.108Z Downloaded uuid v1.23.4
10052026-08-17T20:06:47.108Z Downloaded quinn-udp v0.5.14
10062026-08-17T20:06:47.111Z Downloaded rfc6979 v0.6.0
10072026-08-17T20:06:47.111Z Downloaded support-bundle-viewer v0.1.2
10082026-08-17T20:06:47.111Z Downloaded tls_codec v0.4.2
10092026-08-17T20:06:47.114Z Downloaded usdt v0.6.0
10102026-08-17T20:06:47.118Z Downloaded hkdf v0.13.0
10112026-08-17T20:06:47.121Z Downloaded reqwest v0.13.2
10122026-08-17T20:06:47.125Z Downloaded progenitor-impl v0.13.0
10132026-08-17T20:06:47.128Z Downloaded zip v4.6.1
10142026-08-17T20:06:47.132Z Downloaded rfc6979 v0.4.0
10152026-08-17T20:06:47.137Z Downloaded num_enum_derive v0.5.11
10162026-08-17T20:06:47.137Z Downloaded crypto-common v0.2.2
10172026-08-17T20:06:47.137Z Downloaded embedded-io v0.4.0
10182026-08-17T20:06:47.141Z Downloaded pem-rfc7468 v1.0.0
10192026-08-17T20:06:47.145Z Downloaded nu-ansi-term v0.50.3
10202026-08-17T20:06:47.148Z Downloaded ecdsa v0.17.0
10212026-08-17T20:06:47.148Z Downloaded nom v8.0.0
10222026-08-17T20:06:47.153Z Downloaded slog-json v2.6.1
10232026-08-17T20:06:47.153Z Downloaded waitgroup v0.1.2
10242026-08-17T20:06:47.153Z Downloaded whoami v1.6.1
10252026-08-17T20:06:47.158Z Downloaded dyn-clone v1.0.20
10262026-08-17T20:06:47.158Z Downloaded indoc v1.0.9
10272026-08-17T20:06:47.158Z Downloaded ctr v0.10.1
10282026-08-17T20:06:47.158Z Downloaded libscf-sys v1.2.0
10292026-08-17T20:06:47.158Z Downloaded thread_local v1.1.9
10302026-08-17T20:06:47.158Z Downloaded pkcs8 v0.10.2
10312026-08-17T20:06:47.162Z Downloaded progenitor v0.14.0
10322026-08-17T20:06:47.162Z Downloaded psm v0.1.30
10332026-08-17T20:06:47.162Z Downloaded xattr v1.6.1
10342026-08-17T20:06:47.163Z Downloaded darling_macro v0.20.11
10352026-08-17T20:06:47.163Z Downloaded oso v0.27.3
10362026-08-17T20:06:47.166Z Downloaded stringprep v0.1.5
10372026-08-17T20:06:47.166Z Downloaded rusty-fork v0.3.1
10382026-08-17T20:06:47.170Z Downloaded newtype_derive v0.1.6
10392026-08-17T20:06:47.170Z Downloaded opaque-debug v0.3.1
10402026-08-17T20:06:47.170Z Downloaded packed_struct_codegen v0.10.1
10412026-08-17T20:06:47.170Z Downloaded percent-encoding v2.3.2
10422026-08-17T20:06:47.170Z Downloaded proc-macro-crate v1.3.1
10432026-08-17T20:06:47.173Z Downloaded serde_urlencoded v0.7.1
10442026-08-17T20:06:47.176Z Downloaded num-bigint-dig v0.8.6
10452026-08-17T20:06:47.179Z Downloaded tinyvec v1.10.0
10462026-08-17T20:06:47.184Z Downloaded toml v0.7.8
10472026-08-17T20:06:47.184Z Downloaded pkcs1 v0.8.0-rc.4
10482026-08-17T20:06:47.184Z Downloaded postcard v1.1.3
10492026-08-17T20:06:47.190Z Downloaded crc-any v2.5.0
10502026-08-17T20:06:47.190Z Downloaded serde_with_macros v1.5.2
10512026-08-17T20:06:47.190Z Downloaded smf v0.2.3
10522026-08-17T20:06:47.190Z Downloaded time-macros v0.2.27
10532026-08-17T20:06:47.190Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10542026-08-17T20:06:47.190Z Downloaded maplit v1.0.2
10552026-08-17T20:06:47.195Z Downloaded h2 v0.4.15
10562026-08-17T20:06:47.199Z Downloaded serde_with_macros v3.21.0
10572026-08-17T20:06:47.204Z Downloaded managed v0.8.0
10582026-08-17T20:06:47.204Z Downloaded reqwest v0.12.28
10592026-08-17T20:06:47.208Z Downloaded synstructure v0.13.2
10602026-08-17T20:06:47.211Z Downloaded aes-gcm v0.11.0
10612026-08-17T20:06:47.211Z Downloaded zeroize_derive v1.5.0
10622026-08-17T20:06:47.217Z Downloaded socket2 v0.6.3
10632026-08-17T20:06:47.217Z Downloaded mio v1.2.0
10642026-08-17T20:06:47.222Z Downloaded crossterm v0.28.1
10652026-08-17T20:06:47.227Z Downloaded sec1 v0.8.1
10662026-08-17T20:06:47.227Z Downloaded serde_bytes v0.11.19
10672026-08-17T20:06:47.227Z Downloaded unit-prefix v0.5.2
10682026-08-17T20:06:47.227Z Downloaded similar v2.7.0
10692026-08-17T20:06:47.244Z Downloaded cookie v0.18.1
10702026-08-17T20:06:47.247Z Downloaded unsafe-libyaml v0.2.11
10712026-08-17T20:06:47.251Z Downloaded idna_adapter v1.2.1
10722026-08-17T20:06:47.251Z Downloaded hyper-util v0.1.20
10732026-08-17T20:06:47.254Z Downloaded normalize-line-endings v0.3.0
10742026-08-17T20:06:47.254Z Downloaded serde_path_to_error v0.1.20
10752026-08-17T20:06:47.254Z Downloaded sha2 v0.11.0
10762026-08-17T20:06:47.258Z Downloaded xshell v0.2.7
10772026-08-17T20:06:47.258Z Downloaded ron v0.8.1
10782026-08-17T20:06:47.261Z Downloaded writeable v0.6.2
10792026-08-17T20:06:47.261Z Downloaded derive-where v1.6.0
10802026-08-17T20:06:47.264Z Downloaded toml_writer v1.1.1+spec-1.1.0
10812026-08-17T20:06:47.264Z Downloaded delegate v0.13.5
10822026-08-17T20:06:47.264Z Downloaded ipnetwork v0.21.1
10832026-08-17T20:06:47.264Z Downloaded iana-time-zone v0.1.65
10842026-08-17T20:06:47.270Z Downloaded schemars v0.9.0
10852026-08-17T20:06:47.273Z Downloaded vergen-git2 v9.1.0
10862026-08-17T20:06:47.273Z Downloaded itertools v0.10.5
10872026-08-17T20:06:47.276Z Downloaded take_mut v0.2.2
10882026-08-17T20:06:47.276Z Downloaded tui-tree-widget v0.23.1
10892026-08-17T20:06:47.280Z Downloaded libsw v3.5.0
10902026-08-17T20:06:47.280Z Downloaded unarray v0.1.4
10912026-08-17T20:06:47.281Z Downloaded indent_write v2.2.0
10922026-08-17T20:06:47.281Z Downloaded universal-hash v0.5.1
10932026-08-17T20:06:47.284Z Downloaded is_ci v1.2.0
10942026-08-17T20:06:47.284Z Downloaded pin-project v1.1.11
10952026-08-17T20:06:47.289Z Downloaded der v0.7.10
10962026-08-17T20:06:47.292Z Downloaded darling v0.23.0
10972026-08-17T20:06:47.294Z Downloaded uzers v0.12.2
10982026-08-17T20:06:47.298Z Downloaded ecdsa v0.16.9
10992026-08-17T20:06:47.298Z Downloaded signature v3.0.0
11002026-08-17T20:06:47.298Z Downloaded multimap v0.10.1
11012026-08-17T20:06:47.298Z Downloaded password-hash v0.6.1
11022026-08-17T20:06:47.302Z Downloaded siphasher v1.0.2
11032026-08-17T20:06:47.302Z Downloaded progenitor-macro v0.14.0
11042026-08-17T20:06:47.302Z Downloaded tagptr v0.2.0
11052026-08-17T20:06:47.302Z Downloaded testing_table v0.3.0
11062026-08-17T20:06:47.302Z Downloaded zerotrie v0.2.3
11072026-08-17T20:06:47.307Z Downloaded postgres-types v0.2.12
11082026-08-17T20:06:47.310Z Downloaded libloading v0.8.9
11092026-08-17T20:06:47.313Z Downloaded phc v0.6.1
11102026-08-17T20:06:47.316Z Downloaded sqlparser_derive v0.5.0
11112026-08-17T20:06:47.316Z Downloaded universal-hash v0.6.1
11122026-08-17T20:06:47.316Z Downloaded tiny-keccak v2.0.2
11132026-08-17T20:06:47.316Z Downloaded ref-cast-impl v1.0.25
11142026-08-17T20:06:47.321Z Downloaded progenitor-extras v0.2.0
11152026-08-17T20:06:47.325Z Downloaded icu_provider v2.1.1
11162026-08-17T20:06:47.325Z Downloaded unicode-normalization v0.1.25
11172026-08-17T20:06:47.328Z Downloaded tokio-rustls v0.26.4
11182026-08-17T20:06:47.328Z Downloaded icu_normalizer v2.1.1
11192026-08-17T20:06:47.333Z Downloaded rand_core v0.6.4
11202026-08-17T20:06:47.337Z Downloaded term v1.2.1
11212026-08-17T20:06:47.337Z Downloaded schemars v1.2.1
11222026-08-17T20:06:47.344Z Downloaded strum_macros v0.26.4
11232026-08-17T20:06:47.348Z Downloaded document-features v0.2.12
11242026-08-17T20:06:47.348Z Downloaded zeroize v1.9.0
11252026-08-17T20:06:47.348Z Downloaded crc32fast v1.5.0
11262026-08-17T20:06:47.348Z Downloaded either v1.15.0
11272026-08-17T20:06:47.353Z Downloaded num-derive v0.4.2
11282026-08-17T20:06:47.353Z Downloaded itertools v0.14.0
11292026-08-17T20:06:47.356Z Downloaded ssh-key v0.7.0-rc.11
11302026-08-17T20:06:47.359Z Downloaded diff v0.1.13
11312026-08-17T20:06:47.359Z Downloaded linear-map v1.2.0
11322026-08-17T20:06:47.363Z Downloaded p384 v0.14.0
11332026-08-17T20:06:47.363Z Downloaded icu_properties v2.1.2
11342026-08-17T20:06:47.366Z Downloaded dof v0.4.0
11352026-08-17T20:06:47.366Z Downloaded crc-catalog v2.4.0
11362026-08-17T20:06:47.366Z Downloaded secrecy v0.8.0
11372026-08-17T20:06:47.369Z Downloaded jiff-static v0.2.34
11382026-08-17T20:06:47.376Z Downloaded rtoolbox v0.0.3
11392026-08-17T20:06:47.376Z Downloaded progenitor-client v0.14.0
11402026-08-17T20:06:47.380Z Downloaded num-bigint v0.4.6
11412026-08-17T20:06:47.380Z Downloaded ml-kem v0.3.2
11422026-08-17T20:06:47.380Z Downloaded postgres-protocol v0.6.10
11432026-08-17T20:06:47.380Z Downloaded zone_cfg_derive v0.3.1
11442026-08-17T20:06:47.380Z Downloaded crossbeam-deque v0.8.6
11452026-08-17T20:06:47.383Z Downloaded proc-macro-crate v3.4.0
11462026-08-17T20:06:47.383Z Downloaded parking_lot v0.11.2
11472026-08-17T20:06:47.386Z Downloaded pkcs1 v0.7.5
11482026-08-17T20:06:47.386Z Downloaded inout v0.2.2
11492026-08-17T20:06:47.386Z Downloaded simd-adler32 v0.3.8
11502026-08-17T20:06:47.390Z Downloaded slog-dtrace v0.3.0
11512026-08-17T20:06:47.393Z Downloaded parse-size v1.1.0
11522026-08-17T20:06:47.393Z Downloaded lzss v0.8.2
11532026-08-17T20:06:47.396Z Downloaded rpassword v7.5.4
11542026-08-17T20:06:47.400Z Downloaded itertools v0.13.0
11552026-08-17T20:06:47.403Z Downloaded subprocess v0.2.15
11562026-08-17T20:06:47.406Z Downloaded impl-trait-for-tuples v0.2.3
11572026-08-17T20:06:47.413Z Downloaded difflib v0.4.0
11582026-08-17T20:06:47.416Z Downloaded rustls-pki-types v1.14.0
11592026-08-17T20:06:47.416Z Downloaded der_derive v0.7.3
11602026-08-17T20:06:47.416Z Downloaded cookie_store v0.22.1
11612026-08-17T20:06:47.419Z Downloaded owo-colors v4.3.0
11622026-08-17T20:06:47.423Z Downloaded git2 v0.20.4
11632026-08-17T20:06:47.426Z Downloaded serde-hex v0.1.0
11642026-08-17T20:06:47.426Z Downloaded memmap2 v0.9.10
11652026-08-17T20:06:47.430Z Downloaded num-iter v0.1.45
11662026-08-17T20:06:47.430Z Downloaded unicode-bidi v0.3.18
11672026-08-17T20:06:47.434Z Downloaded vergen-lib v0.1.6
11682026-08-17T20:06:47.434Z Downloaded pin-project-internal v1.1.11
11692026-08-17T20:06:47.437Z Downloaded rand_core v0.10.0
11702026-08-17T20:06:47.437Z Downloaded nom v7.1.3
11712026-08-17T20:06:47.442Z Downloaded embedded-io v0.6.1
11722026-08-17T20:06:47.445Z Downloaded instant v0.1.13
11732026-08-17T20:06:47.445Z Downloaded newline-converter v0.3.0
11742026-08-17T20:06:47.445Z Downloaded url v2.5.8
11752026-08-17T20:06:47.449Z Downloaded icu_normalizer_data v2.1.1
11762026-08-17T20:06:47.452Z Downloaded md-5 v0.10.6
11772026-08-17T20:06:47.456Z Downloaded zerovec v0.11.5
11782026-08-17T20:06:47.459Z Downloaded usdt-impl v0.6.0
11792026-08-17T20:06:47.459Z Downloaded sponge-cursor v0.1.0
11802026-08-17T20:06:47.462Z Downloaded elliptic-curve v0.14.1
11812026-08-17T20:06:47.466Z Downloaded bindgen v0.71.1
11822026-08-17T20:06:47.469Z Downloaded trait-variant v0.1.2
11832026-08-17T20:06:47.474Z Downloaded internal-russh-num-bigint v0.5.0
11842026-08-17T20:06:47.474Z Downloaded wait-timeout v0.2.1
11852026-08-17T20:06:47.478Z Downloaded ingot v0.2.1
11862026-08-17T20:06:47.478Z Downloaded test-strategy v0.4.5
11872026-08-17T20:06:47.478Z Downloaded string_cache v0.8.9
11882026-08-17T20:06:47.482Z Downloaded shlex v1.3.0
11892026-08-17T20:06:47.482Z Downloaded snafu-derive v0.8.9
11902026-08-17T20:06:47.482Z Downloaded twox-hash v2.1.2
11912026-08-17T20:06:47.487Z Downloaded winnow v0.6.26
11922026-08-17T20:06:47.494Z Downloaded whoami v2.1.0
11932026-08-17T20:06:47.494Z Downloaded serde-big-array v0.5.1
11942026-08-17T20:06:47.495Z Downloaded tabwriter v1.4.1
11952026-08-17T20:06:47.495Z Downloaded slog-async v2.8.0
11962026-08-17T20:06:47.503Z Downloaded typify v0.6.2
11972026-08-17T20:06:47.507Z Downloaded diesel-dtrace v0.5.0
11982026-08-17T20:06:47.510Z Downloaded des v0.9.0
11992026-08-17T20:06:47.510Z Downloaded steno v0.4.1
12002026-08-17T20:06:47.517Z Downloaded progenitor-client v0.13.0
12012026-08-17T20:06:47.527Z Downloaded crossbeam-epoch v0.9.18
12022026-08-17T20:06:47.532Z Downloaded toml v1.1.2+spec-1.1.0
12032026-08-17T20:06:47.535Z Downloaded polyval v0.7.1
12042026-08-17T20:06:47.538Z Downloaded critical-section v1.2.0
12052026-08-17T20:06:47.538Z Downloaded ignore v0.4.25
12062026-08-17T20:06:47.538Z Downloaded omicron-zone-package v0.12.3
12072026-08-17T20:06:47.541Z Downloaded libxml v0.3.3
12082026-08-17T20:06:47.544Z Downloaded elliptic-curve v0.13.8
12092026-08-17T20:06:47.547Z Downloaded parking_lot v0.12.5
12102026-08-17T20:06:47.547Z Downloaded tabled v0.21.0
12112026-08-17T20:06:47.555Z Downloaded aws-lc-rs v1.16.3
12122026-08-17T20:06:47.560Z Downloaded litemap v0.8.1
12132026-08-17T20:06:47.562Z Downloaded rand v0.10.1
12142026-08-17T20:06:47.566Z Downloaded socket2 v0.5.10
12152026-08-17T20:06:47.566Z Downloaded tokio-native-tls v0.3.1
12162026-08-17T20:06:47.566Z Downloaded rustls-platform-verifier v0.6.2
12172026-08-17T20:06:47.569Z Downloaded keccak v0.2.0
12182026-08-17T20:06:47.575Z Downloaded goblin v0.10.5
12192026-08-17T20:06:47.580Z Downloaded winnow v1.0.3
12202026-08-17T20:06:47.584Z Downloaded darling_core v0.13.4
12212026-08-17T20:06:47.588Z Downloaded salsa20 v0.11.0
12222026-08-17T20:06:47.588Z Downloaded serde_with v3.21.0
12232026-08-17T20:06:47.597Z Downloaded regex v1.12.3
12242026-08-17T20:06:47.602Z Downloaded yasna v0.5.2
12252026-08-17T20:06:47.602Z Downloaded derive_more v0.99.20
12262026-08-17T20:06:47.609Z Downloaded ed25519-dalek v3.0.0
12272026-08-17T20:06:47.614Z Downloaded minimal-lexical v0.2.1
12282026-08-17T20:06:47.620Z Downloaded tokio-postgres v0.7.16
12292026-08-17T20:06:47.624Z Downloaded rand v0.8.6
12302026-08-17T20:06:47.627Z Downloaded polar-core v0.27.3
12312026-08-17T20:06:47.632Z Downloaded portable-atomic v1.13.1
12322026-08-17T20:06:47.636Z Downloaded rawzip v0.4.4
12332026-08-17T20:06:47.640Z Downloaded typed-path v0.9.3
12342026-08-17T20:06:47.668Z Downloaded p521 v0.14.0
12352026-08-17T20:06:47.675Z Downloaded reedline v0.40.0
12362026-08-17T20:06:47.678Z Downloaded blake3 v1.8.5
12372026-08-17T20:06:47.687Z Downloaded darling_core v0.20.11
12382026-08-17T20:06:47.694Z Downloaded bitvec v1.0.1
12392026-08-17T20:06:47.696Z Downloaded chrono v0.4.45
12402026-08-17T20:06:47.701Z Downloaded russh v0.62.4
12412026-08-17T20:06:47.705Z Downloaded darling_core v0.23.0
12422026-08-17T20:06:47.705Z Downloaded iri-string v0.7.10
12432026-08-17T20:06:47.708Z Downloaded idna v1.1.0
12442026-08-17T20:06:47.711Z Downloaded zip v0.6.6
12452026-08-17T20:06:47.715Z Downloaded itertools v0.12.1
12462026-08-17T20:06:47.720Z Downloaded derive_more v2.1.1
12472026-08-17T20:06:47.723Z Downloaded tokio-util v0.7.18
12482026-08-17T20:06:47.758Z Downloaded rand v0.9.2
12492026-08-17T20:06:47.758Z Downloaded der v0.8.0
12502026-08-17T20:06:47.758Z Downloaded pkcs5 v0.8.1
12512026-08-17T20:06:47.758Z Downloaded dropshot-api-manager v0.8.0
12522026-08-17T20:06:47.758Z Downloaded radix_trie v0.2.1
12532026-08-17T20:06:47.758Z Downloaded libm v0.2.16
12542026-08-17T20:06:47.758Z Downloaded scuffle v0.1.0
12552026-08-17T20:06:47.758Z Downloaded tower v0.5.3
12562026-08-17T20:06:47.758Z Downloaded regex-syntax v0.6.29
12572026-08-17T20:06:47.763Z Downloaded vcpkg v0.2.15
12582026-08-17T20:06:47.774Z Downloaded iddqd v0.4.2
12592026-08-17T20:06:47.779Z Downloaded lalrpop v0.19.12
12602026-08-17T20:06:47.786Z Downloaded object v0.37.3
12612026-08-17T20:06:47.791Z Downloaded crossterm v0.29.0
12622026-08-17T20:06:47.794Z Downloaded itertools v0.15.0
12632026-08-17T20:06:47.811Z Downloaded smoltcp v0.11.0
12642026-08-17T20:06:47.815Z Downloaded hickory-proto v0.24.4
12652026-08-17T20:06:47.823Z Downloaded moka v0.12.13
12662026-08-17T20:06:47.828Z Downloaded jiff-core v0.1.0
12672026-08-17T20:06:47.830Z Downloaded crypto-primes v0.7.2
12682026-08-17T20:06:47.834Z Downloaded rsa v0.10.0-rc.18
12692026-08-17T20:06:47.840Z Downloaded tower-http v0.6.8
12702026-08-17T20:06:47.845Z Downloaded regress v0.11.1
12712026-08-17T20:06:47.850Z Downloaded rayon v1.11.0
12722026-08-17T20:06:47.856Z Downloaded petname v2.0.2
12732026-08-17T20:06:47.860Z Downloaded winnow v0.5.40
12742026-08-17T20:06:47.866Z Downloaded icu_properties_data v2.1.2
12752026-08-17T20:06:47.869Z Downloaded quinn-proto v0.11.16
12762026-08-17T20:06:47.873Z Downloaded crypto-bigint v0.7.5
12772026-08-17T20:06:47.881Z Downloaded salty v0.3.0
12782026-08-17T20:06:47.885Z Downloaded proptest v1.11.0
12792026-08-17T20:06:47.890Z Downloaded smoltcp v0.9.1
12802026-08-17T20:06:47.896Z Downloaded p384 v0.13.1
12812026-08-17T20:06:47.901Z Downloaded hickory-proto v0.25.2
12822026-08-17T20:06:47.908Z Downloaded nix v0.27.1
12832026-08-17T20:06:47.917Z Downloaded tough v0.22.0
12842026-08-17T20:06:47.922Z Downloaded regress v0.10.5
12852026-08-17T20:06:47.926Z Downloaded zerocopy v0.8.40
12862026-08-17T20:06:47.929Z Downloaded time v0.3.47
12872026-08-17T20:06:47.948Z Downloaded bstr v1.12.1
12882026-08-17T20:06:47.954Z Downloaded nix v0.28.0
12892026-08-17T20:06:47.963Z Downloaded quick-xml v0.37.5
12902026-08-17T20:06:47.984Z Downloaded sha3 v0.12.0
12912026-08-17T20:06:47.987Z Downloaded openssl v0.10.80
12922026-08-17T20:06:47.993Z Downloaded zlib-rs v0.6.2
12932026-08-17T20:06:47.996Z Downloaded typify-impl v0.6.2
12942026-08-17T20:06:48.004Z Downloaded sled v0.34.7
12952026-08-17T20:06:48.009Z Downloaded regex-syntax v0.8.10
12962026-08-17T20:06:48.014Z Downloaded openapiv3 v2.2.0
12972026-08-17T20:06:48.021Z Downloaded diesel v2.3.7
12982026-08-17T20:06:48.033Z Downloaded curve25519-dalek v5.0.0
12992026-08-17T20:06:48.038Z Downloaded nix v0.31.2
13002026-08-17T20:06:48.045Z Downloaded tracing v0.1.44
13012026-08-17T20:06:48.057Z Downloaded curve25519-dalek v4.1.3
13022026-08-17T20:06:48.062Z Downloaded object v0.30.4
13032026-08-17T20:06:48.066Z Downloaded sqlparser v0.61.0
13042026-08-17T20:06:48.080Z Downloaded jiff v0.2.34
13052026-08-17T20:06:48.095Z Downloaded rustls v0.23.41
13062026-08-17T20:06:48.120Z Downloaded dropshot v0.17.1
13072026-08-17T20:06:48.143Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-08-17T20:06:48.153Z Downloaded tokio v1.52.1
13092026-08-17T20:06:48.176Z Downloaded rustix v0.38.44
13102026-08-17T20:06:48.189Z Downloaded csv v1.4.0
13112026-08-17T20:06:48.199Z Downloaded encoding_rs v0.8.35
13122026-08-17T20:06:48.217Z Downloaded ring v0.17.14
13132026-08-17T20:06:48.245Z Downloaded sha3 v0.11.0
13142026-08-17T20:06:48.270Z Downloaded zerocopy-derive v0.6.6
13152026-08-17T20:06:48.285Z Downloaded regex-automata v0.4.14
13162026-08-17T20:06:48.293Z Downloaded bzip2-sys v0.1.13+1.0.8
13172026-08-17T20:06:48.302Z Downloaded ratatui v0.29.0
13182026-08-17T20:06:48.334Z Downloaded petgraph v0.6.5
13192026-08-17T20:06:48.363Z Downloaded chrono-tz v0.10.4
13202026-08-17T20:06:48.396Z Downloaded petgraph v0.8.3
13212026-08-17T20:06:48.409Z Downloaded sha3 v0.10.8
13222026-08-17T20:06:48.432Z Downloaded libz-sys v1.1.24
13232026-08-17T20:06:48.581Z Downloaded libgit2-sys v0.18.3+1.9.2
13242026-08-17T20:06:49.192Z Downloaded aws-lc-sys v0.40.0
13252026-08-17T20:06:49.445Z Compiling libc v0.2.185
13262026-08-17T20:06:49.446Z Compiling serde_core v1.0.228
13272026-08-17T20:06:49.446Z Compiling serde v1.0.228
13282026-08-17T20:06:49.449Z Compiling log v0.4.29
13292026-08-17T20:06:49.449Z Compiling smallvec v1.15.1
13302026-08-17T20:06:49.449Z Compiling shlex v1.3.0
13312026-08-17T20:06:49.584Z Compiling find-msvc-tools v0.1.9
13322026-08-17T20:06:49.586Z Compiling syn v2.0.117
13332026-08-17T20:06:49.794Z Compiling subtle v2.6.1
13342026-08-17T20:06:49.821Z Compiling scopeguard v1.2.0
13352026-08-17T20:06:49.821Z Compiling stable_deref_trait v1.2.1
13362026-08-17T20:06:49.872Z Compiling typenum v1.20.1
13372026-08-17T20:06:49.902Z Compiling zerocopy v0.8.40
13382026-08-17T20:06:49.915Z Compiling lock_api v0.4.14
13392026-08-17T20:06:49.941Z Compiling portable-atomic v1.13.1
13402026-08-17T20:06:49.954Z Compiling serde_json v1.0.151
13412026-08-17T20:06:50.137Z Compiling critical-section v1.2.0
13422026-08-17T20:06:50.170Z Compiling libm v0.2.16
13432026-08-17T20:06:50.375Z Compiling num-traits v0.2.19
13442026-08-17T20:06:50.405Z Compiling pkg-config v0.3.32
13452026-08-17T20:06:50.510Z Compiling errno v0.3.14
13462026-08-17T20:06:50.522Z Compiling jobserver v0.1.34
13472026-08-17T20:06:50.576Z Compiling getrandom v0.2.17
13482026-08-17T20:06:50.728Z Compiling cc v1.2.56
13492026-08-17T20:06:50.807Z Compiling rand_core v0.6.4
13502026-08-17T20:06:50.963Z Compiling generic-array v0.14.7
13512026-08-17T20:06:51.071Z Compiling once_cell v1.21.3
13522026-08-17T20:06:51.091Z Compiling getrandom v0.4.1
13532026-08-17T20:06:51.124Z Compiling pin-project-lite v0.2.17
13542026-08-17T20:06:51.157Z Compiling const-oid v0.9.6
13552026-08-17T20:06:51.221Z Compiling parking_lot_core v0.9.12
13562026-08-17T20:06:51.332Z Compiling rand_core v0.10.0
13572026-08-17T20:06:51.729Z Compiling signal-hook-registry v1.4.8
13582026-08-17T20:06:51.785Z Compiling writeable v0.6.2
13592026-08-17T20:06:51.790Z Compiling bitflags v2.11.0
13602026-08-17T20:06:51.940Z Compiling percent-encoding v2.3.2
13612026-08-17T20:06:51.976Z Compiling litemap v0.8.1
13622026-08-17T20:06:52.001Z Compiling futures-core v0.3.32
13632026-08-17T20:06:52.019Z Compiling semver v1.0.28
13642026-08-17T20:06:52.087Z Compiling parking_lot v0.12.5
13652026-08-17T20:06:52.131Z Compiling mio v1.2.0
13662026-08-17T20:06:52.159Z Compiling icu_properties_data v2.1.2
13672026-08-17T20:06:52.176Z Compiling icu_normalizer_data v2.1.1
13682026-08-17T20:06:52.304Z Compiling socket2 v0.6.3
13692026-08-17T20:06:52.356Z Compiling getrandom v0.3.4
13702026-08-17T20:06:52.470Z Compiling futures-sink v0.3.32
13712026-08-17T20:06:52.486Z Compiling indexmap v2.14.0
13722026-08-17T20:06:52.521Z Compiling slab v0.4.12
13732026-08-17T20:06:52.580Z Compiling synstructure v0.13.2
13742026-08-17T20:06:52.603Z Compiling futures-channel v0.3.32
13752026-08-17T20:06:52.706Z Compiling rustix v1.1.3
13762026-08-17T20:06:52.720Z Compiling utf8_iter v1.0.4
13772026-08-17T20:06:52.842Z Compiling futures-task v0.3.32
13782026-08-17T20:06:52.874Z Compiling futures-io v0.3.32
13792026-08-17T20:06:53.019Z Compiling form_urlencoded v1.2.2
13802026-08-17T20:06:53.048Z Compiling rustversion v1.0.22
13812026-08-17T20:06:53.076Z Compiling base64ct v1.8.3
13822026-08-17T20:06:53.150Z Compiling iana-time-zone v0.1.65
13832026-08-17T20:06:53.177Z Compiling cmake v0.1.57
13842026-08-17T20:06:53.193Z Compiling dunce v1.0.5
13852026-08-17T20:06:53.251Z Compiling regex-syntax v0.8.10
13862026-08-17T20:06:53.284Z Compiling fs_extra v1.3.0
13872026-08-17T20:06:53.351Z Compiling pem-rfc7468 v0.7.0
13882026-08-17T20:06:53.368Z Compiling ident_case v1.0.1
13892026-08-17T20:06:53.494Z Compiling flagset v0.4.7
13902026-08-17T20:06:53.564Z Compiling rand_core v0.9.5
13912026-08-17T20:06:53.578Z Compiling aws-lc-sys v0.40.0
13922026-08-17T20:06:53.627Z Compiling uuid v1.23.4
13932026-08-17T20:06:53.660Z Compiling base64 v0.22.1
13942026-08-17T20:06:53.842Z Compiling syn v1.0.109
13952026-08-17T20:06:53.993Z Compiling vcpkg v0.2.15
13962026-08-17T20:06:54.025Z Compiling serde_derive_internals v0.29.1
13972026-08-17T20:06:54.219Z Compiling rustc_version v0.4.1
13982026-08-17T20:06:54.316Z Compiling serde_derive v1.0.228
13992026-08-17T20:06:54.355Z Compiling zeroize_derive v1.5.0
14002026-08-17T20:06:54.434Z Compiling zerocopy-derive v0.8.40
14012026-08-17T20:06:54.541Z Compiling zerofrom-derive v0.1.6
14022026-08-17T20:06:54.725Z Compiling yoke-derive v0.8.1
14032026-08-17T20:06:54.923Z Compiling zerovec-derive v0.11.2
14042026-08-17T20:06:55.009Z Compiling zeroize v1.9.0
14052026-08-17T20:06:55.215Z Compiling displaydoc v0.2.5
14062026-08-17T20:06:55.955Z Compiling tokio-macros v2.7.0
14072026-08-17T20:06:55.970Z Compiling futures-macro v0.3.32
14082026-08-17T20:06:55.984Z Compiling zerofrom v0.1.6
14092026-08-17T20:06:56.072Z Compiling thiserror-impl v2.0.18
14102026-08-17T20:06:56.109Z Compiling yoke v0.8.1
14112026-08-17T20:06:56.198Z Compiling block-buffer v0.10.4
14122026-08-17T20:06:56.294Z Compiling zerovec v0.11.5
14132026-08-17T20:06:56.375Z Compiling zerotrie v0.2.3
14142026-08-17T20:06:56.680Z Compiling crypto-common v0.1.7
14152026-08-17T20:06:56.695Z Compiling der_derive v0.7.3
14162026-08-17T20:06:56.778Z Compiling tinystr v0.8.2
14172026-08-17T20:06:56.801Z Compiling potential_utf v0.1.4
14182026-08-17T20:06:56.830Z Compiling digest v0.10.7
14192026-08-17T20:06:56.966Z Compiling icu_locale_core v2.1.1
14202026-08-17T20:06:56.982Z Compiling icu_collections v2.1.1
14212026-08-17T20:06:57.078Z Compiling futures-util v0.3.32
14222026-08-17T20:06:57.421Z Compiling thiserror v2.0.18
14232026-08-17T20:06:57.451Z Compiling openssl-sys v0.9.117
14242026-08-17T20:06:57.530Z Compiling tracing-attributes v0.1.31
14252026-08-17T20:06:57.651Z Compiling icu_provider v2.1.1
14262026-08-17T20:06:57.843Z Compiling bytes v1.11.1
14272026-08-17T20:06:57.846Z Compiling chrono v0.4.45
14282026-08-17T20:06:57.945Z Compiling icu_properties v2.1.2
14292026-08-17T20:06:57.966Z Compiling icu_normalizer v2.1.1
14302026-08-17T20:06:58.452Z Compiling tokio v1.52.1
14312026-08-17T20:06:58.489Z Compiling der v0.7.10
14322026-08-17T20:06:58.828Z Compiling idna_adapter v1.2.1
14332026-08-17T20:06:58.908Z Compiling ppv-lite86 v0.2.21
14342026-08-17T20:06:58.966Z Compiling idna v1.1.0
14352026-08-17T20:06:59.027Z Compiling http v1.4.2
14362026-08-17T20:06:59.226Z Compiling rand_chacha v0.9.0
14372026-08-17T20:06:59.238Z Compiling tracing-core v0.1.36
14382026-08-17T20:06:59.333Z Compiling url v2.5.8
14392026-08-17T20:06:59.616Z Compiling spki v0.7.3
14402026-08-17T20:06:59.688Z Compiling aws-lc-rs v1.16.3
14412026-08-17T20:06:59.785Z Compiling schemars v0.8.22
14422026-08-17T20:06:59.821Z Compiling dyn-clone v1.0.20
14432026-08-17T20:06:59.913Z Compiling cpufeatures v0.2.17
14442026-08-17T20:06:59.931Z Compiling pkcs8 v0.10.2
14452026-08-17T20:06:59.957Z Compiling http-body v1.0.1
14462026-08-17T20:06:59.971Z Compiling tracing v0.1.44
14472026-08-17T20:06:59.984Z Compiling rand v0.9.2
14482026-08-17T20:07:00.076Z Compiling rustls-pki-types v1.14.0
14492026-08-17T20:07:00.105Z Compiling schemars_derive v0.8.22
14502026-08-17T20:07:00.177Z Compiling spin v0.9.8
14512026-08-17T20:07:00.227Z Compiling openssl-probe v0.2.1
14522026-08-17T20:07:00.451Z Compiling tinyvec_macros v0.1.1
14532026-08-17T20:07:00.467Z Compiling httparse v1.10.1
14542026-08-17T20:07:00.522Z Compiling cmov v0.5.4
14552026-08-17T20:07:00.551Z Compiling crc32fast v1.5.0
14562026-08-17T20:07:00.733Z Compiling ctutils v0.4.2
14572026-08-17T20:07:00.771Z Compiling tempfile v3.25.0
14582026-08-17T20:07:00.839Z Compiling tinyvec v1.10.0
14592026-08-17T20:07:00.859Z Compiling pest_generator v2.8.6
14602026-08-17T20:07:00.968Z Compiling sha2 v0.10.9
14612026-08-17T20:07:01.131Z Compiling aho-corasick v1.1.4
14622026-08-17T20:07:01.202Z Compiling tower-layer v0.3.3
14632026-08-17T20:07:01.352Z Compiling untrusted v0.7.1
14642026-08-17T20:07:01.477Z Compiling try-lock v0.2.5
14652026-08-17T20:07:01.543Z Compiling atomic-waker v1.1.2
14662026-08-17T20:07:01.589Z Compiling radium v0.7.0
14672026-08-17T20:07:01.666Z Compiling tower-service v0.3.3
14682026-08-17T20:07:01.764Z Compiling want v0.3.1
14692026-08-17T20:07:01.847Z Compiling pest_derive v2.8.6
14702026-08-17T20:07:01.927Z Compiling regex-automata v0.4.14
14712026-08-17T20:07:02.270Z Compiling tokio-util v0.7.18
14722026-08-17T20:07:02.286Z Compiling hybrid-array v0.4.13
14732026-08-17T20:07:02.823Z Compiling ipnet v2.11.0
14742026-08-17T20:07:03.033Z Compiling h2 v0.4.15
14752026-08-17T20:07:03.047Z Compiling scroll_derive v0.13.1
14762026-08-17T20:07:03.266Z Compiling darling_core v0.20.11
14772026-08-17T20:07:03.299Z Compiling simd-adler32 v0.3.8
14782026-08-17T20:07:03.538Z Compiling openssl v0.10.80
14792026-08-17T20:07:03.764Z Compiling httpdate v1.0.3
14802026-08-17T20:07:03.826Z Compiling tap v1.0.1
14812026-08-17T20:07:03.927Z Compiling maybe-uninit v2.0.0
14822026-08-17T20:07:03.942Z Compiling foreign-types-shared v0.1.1
14832026-08-17T20:07:03.987Z Compiling untrusted v0.9.0
14842026-08-17T20:07:04.024Z Compiling rustls v0.23.41
14852026-08-17T20:07:04.109Z Compiling foreign-types v0.3.2
14862026-08-17T20:07:04.149Z Compiling wyz v0.5.1
14872026-08-17T20:07:04.179Z Compiling scroll v0.13.0
14882026-08-17T20:07:04.252Z Compiling unicode-normalization v0.1.25
14892026-08-17T20:07:04.419Z Compiling rand_chacha v0.3.1
14902026-08-17T20:07:04.438Z Compiling hex v0.4.3
14912026-08-17T20:07:04.706Z Compiling signature v2.2.0
14922026-08-17T20:07:04.719Z Compiling openssl-macros v0.1.1
14932026-08-17T20:07:04.731Z Compiling thiserror-impl v1.0.69
14942026-08-17T20:07:04.881Z Compiling terminal_size v0.4.3
14952026-08-17T20:07:05.019Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-08-17T20:07:05.107Z Compiling bzip2-sys v0.1.13+1.0.8
14972026-08-17T20:07:05.199Z Compiling num-integer v0.1.46
14982026-08-17T20:07:05.408Z Compiling wait-timeout v0.2.1
14992026-08-17T20:07:05.439Z Compiling ahash v0.8.12
15002026-08-17T20:07:05.484Z Compiling darling_macro v0.20.11
15012026-08-17T20:07:05.540Z Compiling packed_struct v0.10.1
15022026-08-17T20:07:05.641Z Compiling adler2 v2.0.1
15032026-08-17T20:07:05.673Z Compiling bit-vec v0.8.0
15042026-08-17T20:07:05.776Z Compiling time-core v0.1.8
15052026-08-17T20:07:05.789Z Compiling num-bigint-dig v0.8.6
15062026-08-17T20:07:05.908Z Compiling funty v2.0.0
15072026-08-17T20:07:05.923Z Compiling quick-error v1.2.3
15082026-08-17T20:07:05.967Z Compiling num-conv v0.2.0
15092026-08-17T20:07:05.981Z Compiling powerfmt v0.2.0
15102026-08-17T20:07:05.984Z Compiling native-tls v0.2.18
15112026-08-17T20:07:06.009Z Compiling rusty-fork v0.3.1
15122026-08-17T20:07:06.025Z Compiling thiserror v1.0.69
15132026-08-17T20:07:06.099Z Compiling time-macros v0.2.27
15142026-08-17T20:07:06.128Z Compiling hyper v1.10.1
15152026-08-17T20:07:06.176Z Compiling deranged v0.5.8
15162026-08-17T20:07:06.210Z Compiling clap_builder v4.6.0
15172026-08-17T20:07:06.313Z Compiling bitvec v1.0.1
15182026-08-17T20:07:06.501Z Compiling darling v0.20.11
15192026-08-17T20:07:06.592Z Compiling bit-set v0.8.0
15202026-08-17T20:07:06.766Z Compiling miniz_oxide v0.8.9
15212026-08-17T20:07:07.140Z Compiling num-iter v0.1.45
15222026-08-17T20:07:07.174Z Compiling hyper-util v0.1.20
15232026-08-17T20:07:07.664Z Compiling rand v0.8.6
15242026-08-17T20:07:07.739Z Compiling goblin v0.10.5
15252026-08-17T20:07:07.983Z Compiling packed_struct_codegen v0.10.1
15262026-08-17T20:07:08.436Z Compiling lazy_static v1.5.0
15272026-08-17T20:07:08.531Z Compiling toml_datetime v0.6.11
15282026-08-17T20:07:08.788Z Compiling serde_spanned v0.6.9
15292026-08-17T20:07:08.860Z Compiling hmac v0.12.1
15302026-08-17T20:07:08.932Z Compiling bitfield-macros v0.19.4
15312026-08-17T20:07:09.017Z Compiling clap_derive v4.6.1
15322026-08-17T20:07:09.017Z Compiling zerocopy-derive v0.6.6
15332026-08-17T20:07:09.125Z Compiling anstyle-parse v0.2.7
15342026-08-17T20:07:09.304Z Compiling rand_xorshift v0.4.0
15352026-08-17T20:07:09.476Z Compiling sync_wrapper v1.0.2
15362026-08-17T20:07:09.585Z Compiling indexmap v1.9.3
15372026-08-17T20:07:09.626Z Compiling crc-catalog v2.4.0
15382026-08-17T20:07:09.721Z Compiling paste v1.0.15
15392026-08-17T20:07:09.769Z Compiling crossbeam-utils v0.8.21
15402026-08-17T20:07:09.820Z Compiling unarray v0.1.4
15412026-08-17T20:07:09.934Z Compiling usdt-impl v0.6.0
15422026-08-17T20:07:09.977Z Compiling nodrop v0.1.14
15432026-08-17T20:07:10.047Z Compiling num_threads v0.1.7
15442026-08-17T20:07:10.070Z Compiling siphasher v1.0.2
15452026-08-17T20:07:10.131Z Compiling zlib-rs v0.6.2
15462026-08-17T20:07:10.167Z Compiling time v0.3.47
15472026-08-17T20:07:10.296Z Compiling array-init v0.0.4
15482026-08-17T20:07:10.365Z Compiling proptest v1.11.0
15492026-08-17T20:07:10.642Z Compiling dof v0.4.0
15502026-08-17T20:07:10.788Z Compiling clap v4.6.1
15512026-08-17T20:07:10.872Z Compiling zerocopy v0.6.6
15522026-08-17T20:07:11.231Z Compiling crc v3.4.0
15532026-08-17T20:07:11.421Z Compiling bitfield v0.19.4
15542026-08-17T20:07:11.715Z Compiling tower v0.5.3
15552026-08-17T20:07:11.786Z Compiling anstream v0.6.21
15562026-08-17T20:07:12.075Z Compiling smallvec v0.6.14
15572026-08-17T20:07:12.274Z Compiling derive_builder_core v0.20.2
15582026-08-17T20:07:12.479Z Compiling dtrace-parser v0.3.0
15592026-08-17T20:07:13.074Z Compiling flate2 v1.1.9
15602026-08-17T20:07:13.196Z Compiling ipnetwork v0.21.1
15612026-08-17T20:07:13.202Z Compiling pkcs1 v0.7.5
15622026-08-17T20:07:13.367Z Compiling http-body-util v0.1.3
15632026-08-17T20:07:13.469Z Compiling heapless v0.7.17
15642026-08-17T20:07:13.569Z Compiling structmeta-derive v0.3.0
15652026-08-17T20:07:13.584Z Compiling scroll_derive v0.12.1
15662026-08-17T20:07:13.604Z Compiling slog v2.8.2
15672026-08-17T20:07:13.700Z Compiling darling_core v0.23.0
15682026-08-17T20:07:13.742Z Compiling thread-id v5.1.0
15692026-08-17T20:07:13.784Z Compiling cookie v0.18.1
15702026-08-17T20:07:13.829Z Compiling env_filter v1.0.0
15712026-08-17T20:07:13.964Z Compiling zstd-safe v7.2.4
15722026-08-17T20:07:14.125Z Compiling ryu v1.0.23
15732026-08-17T20:07:14.157Z Compiling unicode-properties v0.1.4
15742026-08-17T20:07:14.234Z Compiling anyhow v1.0.102
15752026-08-17T20:07:14.297Z Compiling base64 v0.21.7
15762026-08-17T20:07:14.371Z Compiling allocator-api2 v0.2.21
15772026-08-17T20:07:14.529Z Compiling hashbrown v0.12.3
15782026-08-17T20:07:14.616Z Compiling winnow v0.5.40
15792026-08-17T20:07:14.631Z Compiling iri-string v0.7.10
15802026-08-17T20:07:14.720Z Compiling unicode-bidi v0.3.18
15812026-08-17T20:07:15.002Z Compiling signal-hook v0.3.18
15822026-08-17T20:07:15.204Z Compiling stringprep v0.1.5
15832026-08-17T20:07:15.641Z Compiling structmeta v0.3.0
15842026-08-17T20:07:15.859Z Compiling tower-http v0.6.8
15852026-08-17T20:07:15.887Z Compiling ron v0.8.1
15862026-08-17T20:07:16.119Z Compiling toml_edit v0.19.15
15872026-08-17T20:07:16.205Z Compiling serde_urlencoded v0.7.1
15882026-08-17T20:07:16.228Z Compiling darling_macro v0.23.0
15892026-08-17T20:07:16.268Z Compiling scroll v0.12.0
15902026-08-17T20:07:16.468Z Compiling env_logger v0.11.9
15912026-08-17T20:07:16.832Z Compiling rsa v0.9.10
15922026-08-17T20:07:16.847Z Compiling oxnet v0.1.6
15932026-08-17T20:07:16.863Z Compiling derive_builder_macro v0.20.2
15942026-08-17T20:07:17.160Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15952026-08-17T20:07:17.283Z Compiling newtype-uuid v1.3.2
15962026-08-17T20:07:17.335Z Compiling hashbrown v0.13.2
15972026-08-17T20:07:17.424Z Compiling bzip2 v0.4.4
15982026-08-17T20:07:17.609Z Compiling serde-hex v0.1.0
15992026-08-17T20:07:17.630Z Compiling tokio-native-tls v0.3.1
16002026-08-17T20:07:17.805Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16012026-08-17T20:07:18.324Z Compiling camino v1.2.2
16022026-08-17T20:07:18.502Z Compiling bstr v1.12.1
16032026-08-17T20:07:18.700Z Compiling crypto-common v0.2.2
16042026-08-17T20:07:18.761Z Compiling block-padding v0.4.2
16052026-08-17T20:07:18.929Z Compiling block-buffer v0.12.1
16062026-08-17T20:07:19.133Z Compiling rustls-native-certs v0.8.3
16072026-08-17T20:07:19.151Z Compiling x509-cert v0.2.5
16082026-08-17T20:07:19.337Z Compiling erased-serde v0.3.31
16092026-08-17T20:07:19.423Z Compiling serde_tokenstream v0.2.3
16102026-08-17T20:07:19.743Z Compiling md-5 v0.10.6
16112026-08-17T20:07:19.835Z Compiling curve25519-dalek v4.1.3
16122026-08-17T20:07:19.847Z Compiling pin-project-internal v1.1.11
16132026-08-17T20:07:19.912Z Compiling daft-derive v0.1.7
16142026-08-17T20:07:20.167Z Compiling zerocopy-derive v0.7.35
16152026-08-17T20:07:20.462Z Compiling async-trait v0.1.89
16162026-08-17T20:07:20.651Z Compiling vergen-lib v9.1.0
16172026-08-17T20:07:20.772Z Compiling hash32 v0.2.1
16182026-08-17T20:07:20.830Z Compiling memoffset v0.9.1
16192026-08-17T20:07:20.968Z Compiling encoding_rs v0.8.35
16202026-08-17T20:07:20.971Z Compiling litrs v1.0.0
16212026-08-17T20:07:21.035Z Compiling cfg_aliases v0.2.1
16222026-08-17T20:07:21.068Z Compiling smoltcp v0.9.1
16232026-08-17T20:07:21.103Z Compiling ref-cast v1.0.25
16242026-08-17T20:07:21.296Z Compiling crc-any v2.5.0
16252026-08-17T20:07:21.402Z Compiling fallible-iterator v0.2.0
16262026-08-17T20:07:21.409Z Compiling mime v0.3.17
16272026-08-17T20:07:21.487Z Compiling psl-types v2.0.11
16282026-08-17T20:07:21.514Z Compiling rustix v0.38.44
16292026-08-17T20:07:21.520Z Compiling document-features v0.2.12
16302026-08-17T20:07:21.614Z Compiling publicsuffix v2.3.0
16312026-08-17T20:07:21.665Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16322026-08-17T20:07:21.710Z Compiling postgres-protocol v0.6.10
16332026-08-17T20:07:21.787Z Compiling nix v0.31.2
16342026-08-17T20:07:21.821Z Compiling zerocopy v0.7.35
16352026-08-17T20:07:22.021Z Compiling pin-project v1.1.11
16362026-08-17T20:07:22.138Z Compiling daft v0.1.7
16372026-08-17T20:07:22.244Z Compiling inout v0.2.2
16382026-08-17T20:07:22.366Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16392026-08-17T20:07:22.416Z Compiling hyper-tls v0.6.0
16402026-08-17T20:07:22.416Z Compiling object v0.30.4
16412026-08-17T20:07:22.444Z Compiling zip v0.6.6
16422026-08-17T20:07:22.557Z Compiling toml v0.7.8
16432026-08-17T20:07:22.611Z Compiling derive_builder v0.20.2
16442026-08-17T20:07:22.635Z Compiling darling v0.23.0
16452026-08-17T20:07:22.743Z Compiling goblin v0.8.2
16462026-08-17T20:07:23.023Z Compiling derive-ex v0.1.8
16472026-08-17T20:07:23.207Z Compiling phf_shared v0.13.1
16482026-08-17T20:07:23.239Z Compiling regex v1.12.3
16492026-08-17T20:07:23.428Z Compiling hubpack_derive v0.1.1
16502026-08-17T20:07:23.448Z Compiling futures-executor v0.3.32
16512026-08-17T20:07:23.664Z Compiling ref-cast-impl v1.0.25
16522026-08-17T20:07:23.704Z Compiling snafu-derive v0.8.9
16532026-08-17T20:07:23.872Z Compiling curve25519-dalek-derive v0.1.1
16542026-08-17T20:07:24.203Z Compiling strum_macros v0.27.2
16552026-08-17T20:07:24.513Z Compiling vergen v9.1.0
16562026-08-17T20:07:24.630Z Compiling cargo-platform v0.3.2
16572026-08-17T20:07:24.702Z Compiling ff v0.13.1
16582026-08-17T20:07:24.834Z Compiling fs-err v3.3.0
16592026-08-17T20:07:24.906Z Compiling either v1.15.0
16602026-08-17T20:07:25.024Z Compiling foldhash v0.2.0
16612026-08-17T20:07:25.118Z Compiling libbz2-rs-sys v0.2.2
16622026-08-17T20:07:25.258Z Compiling path-slash v0.1.5
16632026-08-17T20:07:25.316Z Compiling base16ct v0.2.0
16642026-08-17T20:07:25.426Z Compiling same-file v1.0.6
16652026-08-17T20:07:25.500Z Compiling unicode-segmentation v1.12.0
16662026-08-17T20:07:25.590Z Compiling object v0.37.3
16672026-08-17T20:07:25.606Z Compiling bitflags v1.3.2
16682026-08-17T20:07:25.683Z Compiling managed v0.8.0
16692026-08-17T20:07:25.873Z Compiling jiff-core v0.1.0
16702026-08-17T20:07:25.878Z Compiling bumpalo v3.20.2
16712026-08-17T20:07:25.891Z Compiling foldhash v0.1.5
16722026-08-17T20:07:26.086Z Compiling hashbrown v0.15.5
16732026-08-17T20:07:26.133Z Compiling zopfli v0.8.3
16742026-08-17T20:07:26.201Z Compiling strum v0.27.2
16752026-08-17T20:07:26.317Z Compiling snafu v0.8.9
16762026-08-17T20:07:26.331Z Compiling bzip2 v0.6.1
16772026-08-17T20:07:26.536Z Compiling walkdir v2.5.0
16782026-08-17T20:07:26.611Z Compiling jiff v0.2.34
16792026-08-17T20:07:26.675Z Compiling sec1 v0.7.3
16802026-08-17T20:07:26.702Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16812026-08-17T20:07:26.780Z Compiling hashbrown v0.16.1
16822026-08-17T20:07:26.929Z Compiling dof v0.3.0
16832026-08-17T20:07:26.948Z Compiling cargo_metadata v0.23.1
16842026-08-17T20:07:26.959Z Compiling group v0.13.0
16852026-08-17T20:07:27.153Z Compiling test-strategy v0.4.5
16862026-08-17T20:07:27.763Z Compiling hubpack v0.1.2
16872026-08-17T20:07:27.965Z Compiling futures v0.3.32
16882026-08-17T20:07:28.042Z Compiling phf v0.13.1
16892026-08-17T20:07:28.096Z Compiling signal-hook-mio v0.2.5
16902026-08-17T20:07:28.226Z Compiling cookie_store v0.22.1
16912026-08-17T20:07:28.288Z Compiling zstd v0.13.3
16922026-08-17T20:07:28.557Z Compiling serde_with_macros v3.21.0
16932026-08-17T20:07:28.577Z Compiling reqwest v0.12.28
16942026-08-17T20:07:28.626Z Compiling cipher v0.5.2
16952026-08-17T20:07:28.907Z Compiling postgres-types v0.2.12
16962026-08-17T20:07:29.484Z Compiling usdt-attr-macro v0.6.0
16972026-08-17T20:07:29.728Z Compiling usdt-macro v0.6.0
16982026-08-17T20:07:30.127Z Compiling globset v0.4.18
16992026-08-17T20:07:30.172Z Compiling phf_shared v0.11.3
17002026-08-17T20:07:30.332Z Compiling hkdf v0.12.4
17012026-08-17T20:07:30.396Z Compiling dtrace-parser v0.2.0
17022026-08-17T20:07:30.420Z Compiling ed25519 v2.2.3
17032026-08-17T20:07:30.458Z Compiling byte-wrapper v0.1.0
17042026-08-17T20:07:30.494Z Compiling olpc-cjson v0.1.4
17052026-08-17T20:07:30.656Z Compiling serde-big-array v0.5.1
17062026-08-17T20:07:30.782Z Compiling serde_plain v1.0.2
17072026-08-17T20:07:30.800Z Compiling crypto-bigint v0.5.5
17082026-08-17T20:07:30.819Z Compiling serde_repr v0.1.20
17092026-08-17T20:07:30.837Z Compiling async-recursion v1.1.1
17102026-08-17T20:07:30.972Z Compiling enum-as-inner v0.6.1
17112026-08-17T20:07:31.126Z Compiling strum_macros v0.26.4
17122026-08-17T20:07:31.341Z Compiling pem v3.0.6
17132026-08-17T20:07:31.369Z Compiling float-cmp v0.10.0
17142026-08-17T20:07:31.474Z Compiling memmap2 v0.9.10
17152026-08-17T20:07:31.491Z Compiling thread-id v4.2.2
17162026-08-17T20:07:31.506Z Compiling predicates-core v1.0.10
17172026-08-17T20:07:31.584Z Compiling precomputed-hash v0.1.1
17182026-08-17T20:07:31.654Z Compiling winnow v1.0.3
17192026-08-17T20:07:31.681Z Compiling data-encoding v2.10.0
17202026-08-17T20:07:31.689Z Compiling whoami v2.1.0
17212026-08-17T20:07:31.689Z Compiling new_debug_unreachable v1.0.6
17222026-08-17T20:07:31.781Z Compiling const-oid v0.10.2
17232026-08-17T20:07:31.984Z Compiling normalize-line-endings v0.3.0
17242026-08-17T20:07:32.062Z Compiling typed-path v0.9.3
17252026-08-17T20:07:32.090Z Compiling fixedbitset v0.5.7
17262026-08-17T20:07:32.317Z Compiling cpufeatures v0.3.0
17272026-08-17T20:07:32.361Z Compiling fixedbitset v0.4.2
17282026-08-17T20:07:32.405Z Compiling difflib v0.4.0
17292026-08-17T20:07:32.429Z Compiling static_assertions v1.1.0
17302026-08-17T20:07:32.504Z Compiling keccak v0.1.6
17312026-08-17T20:07:32.566Z Compiling toml_parser v1.1.2+spec-1.1.0
17322026-08-17T20:07:32.720Z Compiling sha3 v0.10.8
17332026-08-17T20:07:32.873Z Compiling strum v0.26.3
17342026-08-17T20:07:32.907Z Compiling predicates v3.1.4
17352026-08-17T20:07:32.942Z Compiling petgraph v0.6.5
17362026-08-17T20:07:33.005Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-08-17T20:07:33.174Z Compiling chacha20 v0.10.0
17382026-08-17T20:07:33.188Z Compiling toml_edit v0.22.27
17392026-08-17T20:07:33.217Z Compiling petgraph v0.8.3
17402026-08-17T20:07:33.266Z Compiling hickory-proto v0.25.2
17412026-08-17T20:07:33.540Z Compiling digest v0.11.3
17422026-08-17T20:07:33.556Z Compiling tokio-postgres v0.7.16
17432026-08-17T20:07:33.759Z Compiling string_cache v0.8.9
17442026-08-17T20:07:33.987Z Compiling elliptic-curve v0.13.8
17452026-08-17T20:07:34.395Z Compiling usdt v0.6.0
17462026-08-17T20:07:34.399Z Compiling usdt-impl v0.5.0
17472026-08-17T20:07:34.651Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17482026-08-17T20:07:34.970Z Compiling ed25519-dalek v2.2.0
17492026-08-17T20:07:35.129Z Compiling crossterm v0.28.1
17502026-08-17T20:07:35.499Z Compiling serde_with v3.21.0
17512026-08-17T20:07:35.798Z Compiling zip v4.6.1
17522026-08-17T20:07:36.219Z Compiling iddqd v0.4.2
17532026-08-17T20:07:36.746Z Compiling similar v2.7.0
17542026-08-17T20:07:36.760Z Compiling heck v0.4.1
17552026-08-17T20:07:36.988Z Compiling itertools v0.15.0
17562026-08-17T20:07:37.302Z Compiling itertools v0.13.0
17572026-08-17T20:07:37.447Z Compiling crossbeam-epoch v0.9.18
17582026-08-17T20:07:37.482Z Compiling tokio-stream v0.1.18
17592026-08-17T20:07:37.572Z Compiling buf-list v1.1.2
17602026-08-17T20:07:37.773Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-17T20:07:37.845Z Compiling openapiv3 v2.2.0
17622026-08-17T20:07:37.934Z Compiling peg-runtime v0.8.5
17632026-08-17T20:07:37.949Z Compiling lalrpop-util v0.19.12
17642026-08-17T20:07:38.064Z Compiling thread_local v1.1.9
17652026-08-17T20:07:38.141Z Compiling slog-async v2.8.0
17662026-08-17T20:07:38.205Z Compiling crossbeam-channel v0.5.15
17672026-08-17T20:07:38.294Z Compiling filetime v0.2.27
17682026-08-17T20:07:38.314Z Compiling is-terminal v0.4.17
17692026-08-17T20:07:38.414Z Compiling term v1.2.1
17702026-08-17T20:07:38.446Z Compiling xattr v1.6.1
17712026-08-17T20:07:38.467Z Compiling take_mut v0.2.2
17722026-08-17T20:07:38.522Z Compiling camino-tempfile v1.4.1
17732026-08-17T20:07:38.576Z Compiling tar v0.4.46
17742026-08-17T20:07:38.746Z Compiling slog-term v2.9.2
17752026-08-17T20:07:44.965Z Compiling rustls-webpki v0.103.13
17762026-08-17T20:07:47.645Z Compiling tokio-rustls v0.26.4
17772026-08-17T20:07:47.645Z Compiling rustls-platform-verifier v0.6.2
17782026-08-17T20:07:47.646Z Compiling tough v0.22.0
17792026-08-17T20:07:47.864Z Compiling hyper-rustls v0.27.7
17802026-08-17T20:07:48.056Z Compiling reqwest v0.13.2
17812026-08-17T20:07:50.254Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17822026-08-17T20:07:50.491Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17832026-08-17T20:07:53.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17842026-08-17T20:07:53.557Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17852026-08-17T20:07:53.603ZAug 17 20:07:51.990 INFO Starting download, target: Clickhouse
17862026-08-17T20:07:53.603ZAug 17 20:07:51.991 INFO Starting download, target: Cockroach
17872026-08-17T20:07:53.603ZAug 17 20:07:51.991 INFO Starting download, target: Console
17882026-08-17T20:07:53.603ZAug 17 20:07:51.991 INFO Starting download, target: DendriteStub
17892026-08-17T20:07:53.606ZAug 17 20:07:51.991 INFO Starting download, target: MaghemiteMgd
17902026-08-17T20:07:53.606ZAug 17 20:07:51.991 INFO Starting download, target: MaghemiteDdmd
17912026-08-17T20:07:53.606ZAug 17 20:07:51.991 INFO Starting download, target: TransceiverControl
17922026-08-17T20:07:53.606ZAug 17 20:07:51.991 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17932026-08-17T20:07:53.606ZAug 17 20:07:51.991 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17942026-08-17T20:07:53.606ZAug 17 20:07:51.991 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17952026-08-17T20:07:53.606ZAug 17 20:07:51.991 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17962026-08-17T20:07:53.606ZAug 17 20:07:51.991 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17972026-08-17T20:07:53.606ZAug 17 20:07:51.991 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17982026-08-17T20:07:53.606ZAug 17 20:07:51.991 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17992026-08-17T20:07:54.120ZAug 17 20:07:52.487 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18002026-08-17T20:07:54.329ZAug 17 20:07:52.710 INFO Download complete, target: TransceiverControl
18012026-08-17T20:07:55.393ZAug 17 20:07:53.764 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18022026-08-17T20:07:55.420ZAug 17 20:07:53.798 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18032026-08-17T20:07:55.461ZAug 17 20:07:53.835 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18042026-08-17T20:07:55.632ZAug 17 20:07:54.017 INFO Download complete, target: Console
18052026-08-17T20:07:55.645ZAug 17 20:07:54.018 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18062026-08-17T20:07:55.662ZAug 17 20:07:54.044 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18072026-08-17T20:07:56.036ZAug 17 20:07:54.424 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18082026-08-17T20:07:56.036ZAug 17 20:07:54.424 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18092026-08-17T20:07:57.421ZAug 17 20:07:55.808 INFO Download complete, target: MaghemiteDdmd
18102026-08-17T20:07:58.159ZAug 17 20:07:56.541 INFO Download complete, target: DendriteStub
18112026-08-17T20:07:58.287ZAug 17 20:07:56.675 INFO Download complete, target: MaghemiteMgd
18122026-08-17T20:08:00.846ZAug 17 20:07:59.232 INFO Checking that binary works, target: Cockroach
18132026-08-17T20:08:01.047ZAug 17 20:07:59.434 INFO Download complete, target: Cockroach
18142026-08-17T20:08:02.286ZAug 17 20:08:00.672 INFO Checking that binary works, target: Clickhouse
18152026-08-17T20:08:02.419ZAug 17 20:08:00.805 INFO Download complete, target: Clickhouse
18162026-08-17T20:08:02.435ZAll builder prerequisites installed successfully, and PATH looks valid
18172026-08-17T20:08:02.438Z
18182026-08-17T20:08:02.438Zreal 2:10.595619878
18192026-08-17T20:08:02.438Zuser 7:10.946413962
18202026-08-17T20:08:02.438Zsys 1:25.776620230
18212026-08-17T20:08:02.438Ztrap 0.251764657
18222026-08-17T20:08:02.438Ztflt 0.533175436
18232026-08-17T20:08:02.438Zdflt 0.873786061
18242026-08-17T20:08:02.438Zkflt 0.026762515
18252026-08-17T20:08:02.438Zlock 27:06.942861679
18262026-08-17T20:08:02.438Zslp 21:46.982299560
18272026-08-17T20:08:02.438Zlat 48.777043257
18282026-08-17T20:08:02.438Zstop 2:38.221935719
18292026-08-17T20:08:02.438Z+ banner clippy
18302026-08-17T20:08:02.439Z
18312026-08-17T20:08:02.439Z #### # # ##### ##### # #
18322026-08-17T20:08:02.439Z # # # # # # # # # #
18332026-08-17T20:08:02.439Z # # # # # # # #
18342026-08-17T20:08:02.439Z # # # ##### ##### #
18352026-08-17T20:08:02.439Z # # # # # # #
18362026-08-17T20:08:02.439Z #### ###### # # # #
18372026-08-17T20:08:02.439Z
18382026-08-17T20:08:02.439Z+ export CARGO_INCREMENTAL=0
18392026-08-17T20:08:02.439Z+ CARGO_INCREMENTAL=0
18402026-08-17T20:08:02.439Z+ ptime -m cargo xtask clippy
18412026-08-17T20:08:02.903Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18422026-08-17T20:08:03.186Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18432026-08-17T20:08:04.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18442026-08-17T20:08:05.045Z Running `target/debug/xtask clippy`
18452026-08-17T20:08:05.070Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18462026-08-17T20:08:05.632Z Downloading crates ...
18472026-08-17T20:08:05.806Z Downloaded constant_time_eq v0.3.1
18482026-08-17T20:08:05.809Z Downloaded async-object-pool v0.2.0
18492026-08-17T20:08:05.809Z Downloaded chumsky v0.9.3
18502026-08-17T20:08:05.809Z Downloaded assert-json-diff v2.0.2
18512026-08-17T20:08:05.812Z Downloaded backtrace-ext v0.2.1
18522026-08-17T20:08:05.812Z Downloaded approx v0.5.1
18532026-08-17T20:08:05.812Z Downloaded anes v0.1.6
18542026-08-17T20:08:05.812Z Downloaded cast v0.3.0
18552026-08-17T20:08:05.816Z Downloaded criterion-plot v0.6.0
18562026-08-17T20:08:05.816Z Downloaded concurrent-queue v2.5.0
18572026-08-17T20:08:05.816Z Downloaded blake2b_simd v1.0.4
18582026-08-17T20:08:05.816Z Downloaded assert_cmd v2.1.2
18592026-08-17T20:08:05.819Z Downloaded event-listener-strategy v0.5.4
18602026-08-17T20:08:05.819Z Downloaded escape8259 v0.5.3
18612026-08-17T20:08:05.819Z Downloaded async-lock v3.4.2
18622026-08-17T20:08:05.819Z Downloaded addr2line v0.25.1
18632026-08-17T20:08:05.832Z Downloaded cfg-expr v0.20.6
18642026-08-17T20:08:05.832Z Downloaded datatest-stable v0.3.3
18652026-08-17T20:08:05.835Z Downloaded futures-timer v3.0.3
18662026-08-17T20:08:05.835Z Downloaded backtrace v0.3.76
18672026-08-17T20:08:05.835Z Downloaded guppy-workspace-hack v0.1.0
18682026-08-17T20:08:05.835Z Downloaded hex-literal v0.4.1
18692026-08-17T20:08:05.835Z Downloaded event-listener v5.4.1
18702026-08-17T20:08:05.835Z Downloaded fancy-regex v0.14.0
18712026-08-17T20:08:05.835Z Downloaded criterion v0.7.0
18722026-08-17T20:08:05.835Z Downloaded miette-derive v5.10.0
18732026-08-17T20:08:05.835Z Downloaded nested v0.1.1
18742026-08-17T20:08:05.835Z Downloaded hickory-client v0.25.2
18752026-08-17T20:08:05.838Z Downloaded httptest v0.16.4
18762026-08-17T20:08:05.838Z Downloaded knuffel-derive v3.2.0
18772026-08-17T20:08:05.838Z Downloaded linkme v0.3.35
18782026-08-17T20:08:05.841Z Downloaded linkme-impl v0.3.35
18792026-08-17T20:08:05.841Z Downloaded libtest-mimic v0.8.1
18802026-08-17T20:08:05.841Z Downloaded parking v2.2.1
18812026-08-17T20:08:05.841Z Downloaded oorandom v11.1.5
18822026-08-17T20:08:05.844Z Downloaded plotters-svg v0.3.7
18832026-08-17T20:08:05.844Z Downloaded plotters-backend v0.3.7
18842026-08-17T20:08:05.844Z Downloaded owo-colors v3.5.0
18852026-08-17T20:08:05.844Z Downloaded path-tree v0.8.3
18862026-08-17T20:08:05.848Z Downloaded pathdiff v0.2.3
18872026-08-17T20:08:05.848Z Downloaded knuffel v3.2.0
18882026-08-17T20:08:05.848Z Downloaded guppy v0.17.25
18892026-08-17T20:08:05.851Z Downloaded partial-io v0.5.4
18902026-08-17T20:08:05.851Z Downloaded hashbrown v0.14.5
18912026-08-17T20:08:05.854Z Downloaded miette v5.10.0
18922026-08-17T20:08:05.859Z Downloaded similar-asserts v1.7.0
18932026-08-17T20:08:05.859Z Downloaded relative-path v1.9.3
18942026-08-17T20:08:05.859Z Downloaded rustc-demangle v0.1.27
18952026-08-17T20:08:05.862Z Downloaded rust-argon2 v2.1.0
18962026-08-17T20:08:05.862Z Downloaded serde_regex v1.1.0
18972026-08-17T20:08:05.862Z Downloaded supports-color v2.1.0
18982026-08-17T20:08:05.862Z Downloaded supports-unicode v2.1.0
18992026-08-17T20:08:05.862Z Downloaded stringmetrics v2.2.2
19002026-08-17T20:08:05.862Z Downloaded rand_distr v0.5.1
19012026-08-17T20:08:05.865Z Downloaded target-triple v1.0.0
19022026-08-17T20:08:05.865Z Downloaded rstest v0.25.0
19032026-08-17T20:08:05.869Z Downloaded supports-hyperlinks v2.1.0
19042026-08-17T20:08:05.869Z Downloaded terminal_size v0.1.17
19052026-08-17T20:08:05.869Z Downloaded target-spec v3.5.7
19062026-08-17T20:08:05.872Z Downloaded target-lexicon v0.13.3
19072026-08-17T20:08:05.873Z Downloaded termcolor v1.4.1
19082026-08-17T20:08:05.873Z Downloaded tinytemplate v1.2.1
19092026-08-17T20:08:05.873Z Downloaded rstest_macros v0.25.0
19102026-08-17T20:08:05.876Z Downloaded textwrap v0.15.2
19112026-08-17T20:08:05.876Z Downloaded trybuild v1.0.116
19122026-08-17T20:08:05.878Z Downloaded plotters v0.3.7
19132026-08-17T20:08:05.881Z Downloaded gimli v0.32.3
19142026-08-17T20:08:05.959Z Downloaded httpmock v0.8.3
19152026-08-17T20:08:07.719Z Checking cfg-if v1.0.4
19162026-08-17T20:08:08.091Z Checking libc v0.2.185
19172026-08-17T20:08:08.093Z Checking serde_core v1.0.228
19182026-08-17T20:08:08.162Z Checking memchr v2.8.0
19192026-08-17T20:08:08.203Z Checking smallvec v1.15.1
19202026-08-17T20:08:08.236Z Checking zeroize v1.9.0
19212026-08-17T20:08:08.272Z Checking rand_core v0.10.0
19222026-08-17T20:08:08.316Z Checking itoa v1.0.17
19232026-08-17T20:08:08.353Z Checking subtle v2.6.1
19242026-08-17T20:08:08.420Z Checking log v0.4.29
19252026-08-17T20:08:08.451Z Checking libm v0.2.16
19262026-08-17T20:08:08.502Z Checking typenum v1.20.1
19272026-08-17T20:08:08.542Z Checking getrandom v0.4.1
19282026-08-17T20:08:08.542Z Checking errno v0.3.14
19292026-08-17T20:08:08.615Z Checking scopeguard v1.2.0
19302026-08-17T20:08:08.660Z Checking zmij v1.0.21
19312026-08-17T20:08:08.687Z Checking stable_deref_trait v1.2.1
19322026-08-17T20:08:08.729Z Checking zerofrom v0.1.6
19332026-08-17T20:08:08.770Z Checking lock_api v0.4.14
19342026-08-17T20:08:08.807Z Checking percent-encoding v2.3.2
19352026-08-17T20:08:08.847Z Checking writeable v0.6.2
19362026-08-17T20:08:08.883Z Checking yoke v0.8.1
19372026-08-17T20:08:08.921Z Checking litemap v0.8.1
19382026-08-17T20:08:08.976Z Checking icu_properties_data v2.1.2
19392026-08-17T20:08:09.016Z Checking icu_normalizer_data v2.1.1
19402026-08-17T20:08:09.051Z Checking form_urlencoded v1.2.2
19412026-08-17T20:08:09.087Z Checking zerovec v0.11.5
19422026-08-17T20:08:09.125Z Checking zerotrie v0.2.3
19432026-08-17T20:08:09.164Z Checking utf8_iter v1.0.4
19442026-08-17T20:08:09.202Z Checking num-traits v0.2.19
19452026-08-17T20:08:09.239Z Checking pin-project-lite v0.2.17
19462026-08-17T20:08:09.277Z Checking zerocopy v0.8.40
19472026-08-17T20:08:09.318Z Checking parking_lot_core v0.9.12
19482026-08-17T20:08:09.355Z Checking portable-atomic v1.13.1
19492026-08-17T20:08:09.394Z Checking critical-section v1.2.0
19502026-08-17T20:08:09.439Z Checking signal-hook-registry v1.4.8
19512026-08-17T20:08:09.524Z Checking mio v1.2.0
19522026-08-17T20:08:09.563Z Checking tinystr v0.8.2
19532026-08-17T20:08:09.565Z Checking potential_utf v0.1.4
19542026-08-17T20:08:09.632Z Checking parking_lot v0.12.5
19552026-08-17T20:08:09.635Z Checking serde v1.0.228
19562026-08-17T20:08:09.750Z Checking serde_json v1.0.151
19572026-08-17T20:08:09.753Z Checking bitflags v2.11.0
19582026-08-17T20:08:09.822Z Checking icu_collections v2.1.1
19592026-08-17T20:08:09.825Z Checking icu_locale_core v2.1.1
19602026-08-17T20:08:09.891Z Checking once_cell v1.21.3
19612026-08-17T20:08:09.935Z Checking iana-time-zone v0.1.65
19622026-08-17T20:08:09.982Z Checking socket2 v0.6.3
19632026-08-17T20:08:10.077Z Checking uuid v1.23.4
19642026-08-17T20:08:10.119Z Checking bytes v1.11.1
19652026-08-17T20:08:10.119Z Checking chrono v0.4.45
19662026-08-17T20:08:10.203Z Checking semver v1.0.28
19672026-08-17T20:08:10.258Z Checking thiserror v2.0.18
19682026-08-17T20:08:10.411Z Checking dyn-clone v1.0.20
19692026-08-17T20:08:10.458Z Checking icu_provider v2.1.1
19702026-08-17T20:08:10.501Z Checking futures-core v0.3.32
19712026-08-17T20:08:10.508Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19722026-08-17T20:08:10.508Z Checking equivalent v1.0.2
19732026-08-17T20:08:10.575Z Checking rustix v1.1.3
19742026-08-17T20:08:10.644Z Checking tokio v1.52.1
19752026-08-17T20:08:10.680Z Checking getrandom v0.2.17
19762026-08-17T20:08:10.683Z Checking cmov v0.5.4
19772026-08-17T20:08:10.750Z Checking icu_properties v2.1.2
19782026-08-17T20:08:10.794Z Checking icu_normalizer v2.1.1
19792026-08-17T20:08:10.911Z Checking rand_core v0.6.4
19802026-08-17T20:08:10.949Z Checking ctutils v0.4.2
19812026-08-17T20:08:11.018Z Checking byteorder v1.5.0
19822026-08-17T20:08:11.115Z Checking futures-sink v0.3.32
19832026-08-17T20:08:11.153Z Checking getrandom v0.3.4
19842026-08-17T20:08:11.193Z Checking hybrid-array v0.4.13
19852026-08-17T20:08:11.252Z Checking futures-channel v0.3.32
19862026-08-17T20:08:11.290Z Checking slab v0.4.12
19872026-08-17T20:08:11.339Z Checking futures-io v0.3.32
19882026-08-17T20:08:11.453Z Checking futures-task v0.3.32
19892026-08-17T20:08:11.492Z Checking generic-array v0.14.7
19902026-08-17T20:08:11.494Z Checking hashbrown v0.17.0
19912026-08-17T20:08:11.494Z Checking thiserror v1.0.69
19922026-08-17T20:08:11.604Z Checking idna_adapter v1.2.1
19932026-08-17T20:08:11.642Z Checking futures-util v0.3.32
19942026-08-17T20:08:11.677Z Checking fnv v1.0.7
19952026-08-17T20:08:11.754Z Checking idna v1.1.0
19962026-08-17T20:08:11.798Z Checking regex-syntax v0.8.10
19972026-08-17T20:08:11.973Z Checking base64ct v1.8.3
19982026-08-17T20:08:11.976Z Checking crypto-common v0.2.2
19992026-08-17T20:08:12.045Z Checking url v2.5.8
20002026-08-17T20:08:12.048Z Checking ppv-lite86 v0.2.21
20012026-08-17T20:08:12.079Z Checking indexmap v2.14.0
20022026-08-17T20:08:12.236Z Checking const-oid v0.9.6
20032026-08-17T20:08:12.397Z Checking crypto-common v0.1.7
20042026-08-17T20:08:12.501Z Checking schemars v0.8.22
20052026-08-17T20:08:12.549Z Checking block-buffer v0.12.1
20062026-08-17T20:08:12.634Z Checking block-buffer v0.10.4
20072026-08-17T20:08:12.699Z Checking base64 v0.22.1
20082026-08-17T20:08:12.757Z Checking utf8parse v0.2.2
20092026-08-17T20:08:12.819Z Checking anstyle v1.0.14
20102026-08-17T20:08:12.902Z Checking http v1.4.2
20112026-08-17T20:08:12.952Z Checking digest v0.10.7
20122026-08-17T20:08:12.995Z Checking tracing-core v0.1.36
20132026-08-17T20:08:13.050Z Checking anstyle-query v1.1.5
20142026-08-17T20:08:13.160Z Checking is_terminal_polyfill v1.70.2
20152026-08-17T20:08:13.198Z Checking colorchoice v1.0.4
20162026-08-17T20:08:13.201Z Checking rand_core v0.9.5
20172026-08-17T20:08:13.272Z Checking const-oid v0.10.2
20182026-08-17T20:08:13.306Z Checking anstyle-parse v1.0.0
20192026-08-17T20:08:13.343Z Checking terminal_size v0.4.3
20202026-08-17T20:08:13.380Z Checking tracing v0.1.44
20212026-08-17T20:08:13.435Z Checking rand_chacha v0.9.0
20222026-08-17T20:08:13.472Z Checking ipnet v2.11.0
20232026-08-17T20:08:13.508Z Checking aho-corasick v1.1.4
20242026-08-17T20:08:13.511Z Checking anstream v1.0.0
20252026-08-17T20:08:13.541Z Checking clap_lex v1.0.0
20262026-08-17T20:08:13.613Z Checking strsim v0.11.1
20272026-08-17T20:08:13.617Z Checking crossbeam-utils v0.8.21
20282026-08-17T20:08:13.683Z Checking rand v0.9.2
20292026-08-17T20:08:13.753Z Checking unicode-ident v1.0.24
20302026-08-17T20:08:13.756Z Checking erased-serde v0.3.31
20312026-08-17T20:08:13.826Z Checking powerfmt v0.2.0
20322026-08-17T20:08:13.829Z Checking clap_builder v4.6.0
20332026-08-17T20:08:13.893Z Checking proc-macro2 v1.0.106
20342026-08-17T20:08:13.935Z Checking tokio-util v0.7.18
20352026-08-17T20:08:13.998Z Checking deranged v0.5.8
20362026-08-17T20:08:14.036Z Checking digest v0.11.3
20372026-08-17T20:08:14.173Z Checking time-core v0.1.8
20382026-08-17T20:08:14.212Z Checking slog v2.8.2
20392026-08-17T20:08:14.215Z Checking regex-automata v0.4.14
20402026-08-17T20:08:14.284Z Checking quote v1.0.45
20412026-08-17T20:08:14.305Z Checking num_threads v0.1.7
20422026-08-17T20:08:14.354Z Checking cpufeatures v0.3.0
20432026-08-17T20:08:14.432Z Checking allocator-api2 v0.2.21
20442026-08-17T20:08:14.469Z Checking num-conv v0.2.0
20452026-08-17T20:08:14.506Z Checking fastrand v2.3.0
20462026-08-17T20:08:14.509Z Checking syn v2.0.117
20472026-08-17T20:08:14.576Z Checking httparse v1.10.1
20482026-08-17T20:08:14.648Z Checking anyhow v1.0.102
20492026-08-17T20:08:14.716Z Checking cpufeatures v0.2.17
20502026-08-17T20:08:14.753Z Checking tempfile v3.25.0
20512026-08-17T20:08:14.811Z Checking ipnetwork v0.21.1
20522026-08-17T20:08:14.849Z Checking aws-lc-sys v0.40.0
20532026-08-17T20:08:14.854Z Checking rustls-pki-types v1.14.0
20542026-08-17T20:08:14.954Z Checking time v0.3.47
20552026-08-17T20:08:14.991Z Checking untrusted v0.7.1
20562026-08-17T20:08:15.050Z Checking http-body v1.0.1
20572026-08-17T20:08:15.097Z Checking clap v4.6.1
20582026-08-17T20:08:15.136Z Checking atomic-waker v1.1.2
20592026-08-17T20:08:15.203Z Checking hex v0.4.3
20602026-08-17T20:08:15.206Z Checking try-lock v0.2.5
20612026-08-17T20:08:15.279Z Checking httpdate v1.0.3
20622026-08-17T20:08:15.283Z Checking h2 v0.4.15
20632026-08-17T20:08:15.369Z Checking want v0.3.1
20642026-08-17T20:08:15.374Z Checking aws-lc-rs v1.16.3
20652026-08-17T20:08:15.456Z Checking ryu v1.0.23
20662026-08-17T20:08:15.495Z Checking untrusted v0.9.0
20672026-08-17T20:08:15.533Z Checking tower-layer v0.3.3
20682026-08-17T20:08:15.622Z Checking tower-service v0.3.3
20692026-08-17T20:08:15.659Z Checking pem-rfc7468 v0.7.0
20702026-08-17T20:08:15.710Z Checking spin v0.9.8
20712026-08-17T20:08:15.749Z Checking flagset v0.4.7
20722026-08-17T20:08:15.848Z Checking mime v0.3.17
20732026-08-17T20:08:15.897Z Checking der v0.7.10
20742026-08-17T20:08:15.933Z Checking simd-adler32 v0.3.8
20752026-08-17T20:08:16.048Z Checking block-padding v0.4.2
20762026-08-17T20:08:16.088Z Checking pretty-hex v0.4.1
20772026-08-17T20:08:16.134Z Checking adler2 v2.0.1
20782026-08-17T20:08:16.160Z Checking http-body-util v0.1.3
20792026-08-17T20:08:16.261Z Checking inout v0.2.2
20802026-08-17T20:08:16.264Z Checking rustls-webpki v0.103.13
20812026-08-17T20:08:16.264Z Checking oxnet v0.1.6
20822026-08-17T20:08:16.338Z Checking miniz_oxide v0.8.9
20832026-08-17T20:08:16.467Z Checking camino v1.2.2
20842026-08-17T20:08:16.518Z Checking plain v0.2.3
20852026-08-17T20:08:16.611Z Checking ucd-trie v0.1.7
20862026-08-17T20:08:16.652Z Checking openssl-probe v0.2.1
20872026-08-17T20:08:16.693Z Checking cipher v0.5.2
20882026-08-17T20:08:16.759Z Checking regex v1.12.3
20892026-08-17T20:08:16.795Z Checking serde_urlencoded v0.7.1
20902026-08-17T20:08:16.831Z Checking rand_chacha v0.3.1
20912026-08-17T20:08:16.836Z Checking rustls v0.23.41
20922026-08-17T20:08:16.865Z Checking pest v2.8.6
20932026-08-17T20:08:16.868Z Checking encoding_rs v0.8.35
20942026-08-17T20:08:16.971Z Checking spki v0.7.3
20952026-08-17T20:08:17.022Z Checking futures-executor v0.3.32
20962026-08-17T20:08:17.062Z Checking rand v0.8.6
20972026-08-17T20:08:17.065Z Checking crc32fast v1.5.0
20982026-08-17T20:08:17.165Z Checking either v1.15.0
20992026-08-17T20:08:17.210Z Checking futures v0.3.32
21002026-08-17T20:08:17.271Z Checking sync_wrapper v1.0.2
21012026-08-17T20:08:17.319Z Checking pkcs8 v0.10.2
21022026-08-17T20:08:17.382Z Checking iri-string v0.7.10
21032026-08-17T20:08:17.421Z Checking tower v0.5.3
21042026-08-17T20:08:17.502Z Checking static_assertions v1.1.0
21052026-08-17T20:08:17.604Z Checking foldhash v0.2.0
21062026-08-17T20:08:17.644Z Checking openapiv3 v2.2.0
21072026-08-17T20:08:17.789Z Checking hashbrown v0.16.1
21082026-08-17T20:08:17.841Z Checking bit-vec v0.8.0
21092026-08-17T20:08:17.879Z Checking zlib-rs v0.6.2
21102026-08-17T20:08:18.014Z Checking sha2 v0.10.9
21112026-08-17T20:08:18.066Z Checking bit-set v0.8.0
21122026-08-17T20:08:18.131Z Checking hyper v1.10.1
21132026-08-17T20:08:18.241Z Checking hubpack v0.1.2
21142026-08-17T20:08:18.308Z Checking wait-timeout v0.2.1
21152026-08-17T20:08:18.311Z Checking rustls-native-certs v0.8.3
21162026-08-17T20:08:18.426Z Checking tower-http v0.6.8
21172026-08-17T20:08:18.463Z Checking lazy_static v1.5.0
21182026-08-17T20:08:18.466Z Checking quick-error v1.2.3
21192026-08-17T20:08:18.534Z Checking tinyvec_macros v0.1.1
21202026-08-17T20:08:18.584Z Checking psl-types v2.0.11
21212026-08-17T20:08:18.629Z Checking rusty-fork v0.3.1
21222026-08-17T20:08:18.668Z Checking tinyvec v1.10.0
21232026-08-17T20:08:18.727Z Checking cookie v0.18.1
21242026-08-17T20:08:18.732Z Checking publicsuffix v2.3.0
21252026-08-17T20:08:18.798Z Checking flate2 v1.1.9
21262026-08-17T20:08:18.834Z Checking rand_xorshift v0.4.0
21272026-08-17T20:08:18.925Z Checking strum v0.26.3
21282026-08-17T20:08:18.962Z Checking unarray v0.1.4
21292026-08-17T20:08:19.003Z Checking signature v2.2.0
21302026-08-17T20:08:19.011Z Checking cookie_store v0.22.1
21312026-08-17T20:08:19.011Z Checking num-integer v0.1.46
21322026-08-17T20:08:19.104Z Checking proptest v1.11.0
21332026-08-17T20:08:19.139Z Checking hyper-util v0.1.20
21342026-08-17T20:08:19.143Z Checking tokio-rustls v0.26.4
21352026-08-17T20:08:19.143Z Checking rustls-platform-verifier v0.6.2
21362026-08-17T20:08:19.208Z Checking scroll v0.13.0
21372026-08-17T20:08:19.276Z Checking memmap2 v0.9.10
21382026-08-17T20:08:19.313Z Checking dtrace-parser v0.3.0
21392026-08-17T20:08:19.352Z Checking anstyle-parse v0.2.7
21402026-08-17T20:08:19.388Z Checking ahash v0.8.12
21412026-08-17T20:08:19.454Z Checking serde_spanned v0.6.9
21422026-08-17T20:08:19.493Z Checking toml_datetime v0.6.11
21432026-08-17T20:08:19.496Z Checking goblin v0.10.5
21442026-08-17T20:08:19.564Z Checking thread-id v5.1.0
21452026-08-17T20:08:19.602Z Checking data-encoding v2.10.0
21462026-08-17T20:08:19.605Z Checking base64 v0.21.7
21472026-08-17T20:08:19.605Z Checking anstream v0.6.21
21482026-08-17T20:08:19.709Z Checking bstr v1.12.1
21492026-08-17T20:08:19.711Z Checking hmac v0.12.1
21502026-08-17T20:08:19.860Z Checking x509-cert v0.2.5
21512026-08-17T20:08:19.900Z Checking crossbeam-epoch v0.9.18
21522026-08-17T20:08:19.936Z Checking memoffset v0.9.1
21532026-08-17T20:08:19.939Z Checking num-iter v0.1.45
21542026-08-17T20:08:20.047Z Checking scroll v0.12.0
21552026-08-17T20:08:20.110Z Checking zerocopy v0.7.35
21562026-08-17T20:08:20.149Z Checking rustix v0.38.44
21572026-08-17T20:08:20.152Z Checking env_filter v1.0.0
21582026-08-17T20:08:20.301Z Checking goblin v0.8.2
21592026-08-17T20:08:20.356Z Checking tap v1.0.1
21602026-08-17T20:08:20.402Z Checking hyper-rustls v0.27.7
21612026-08-17T20:08:20.492Z Checking unicode-segmentation v1.12.0
21622026-08-17T20:08:20.535Z Checking wyz v0.5.1
21632026-08-17T20:08:20.624Z Checking env_logger v0.11.9
21642026-08-17T20:08:20.660Z Checking reqwest v0.13.2
21652026-08-17T20:08:20.739Z Checking num-bigint-dig v0.8.6
21662026-08-17T20:08:20.833Z Checking nix v0.31.2
21672026-08-17T20:08:20.869Z Checking dtrace-parser v0.2.0
21682026-08-17T20:08:20.907Z Checking newtype-uuid v1.3.2
21692026-08-17T20:08:20.971Z Checking pkcs1 v0.7.5
21702026-08-17T20:08:21.132Z Checking ff v0.13.1
21712026-08-17T20:08:21.137Z Checking daft v0.1.7
21722026-08-17T20:08:21.210Z Checking radium v0.7.0
21732026-08-17T20:08:21.306Z Checking thread-id v4.2.2
21742026-08-17T20:08:21.414Z Checking crc-catalog v2.4.0
21752026-08-17T20:08:21.418Z Checking base16ct v0.2.0
21762026-08-17T20:08:21.486Z Checking funty v2.0.0
21772026-08-17T20:08:21.530Z Checking same-file v1.0.6
21782026-08-17T20:08:21.567Z Checking winnow v1.0.3
21792026-08-17T20:08:21.606Z Checking rsa v0.9.10
21802026-08-17T20:08:21.610Z Checking sec1 v0.7.3
21812026-08-17T20:08:21.678Z Checking walkdir v2.5.0
21822026-08-17T20:08:21.822Z Checking bitvec v1.0.1
21832026-08-17T20:08:21.866Z Checking crc v3.4.0
21842026-08-17T20:08:21.871Z Checking dof v0.4.0
21852026-08-17T20:08:21.871Z Checking group v0.13.0
21862026-08-17T20:08:22.069Z Checking hkdf v0.12.4
21872026-08-17T20:08:22.072Z Checking unicode-normalization v0.1.25
21882026-08-17T20:08:22.146Z Checking serde_with v3.21.0
21892026-08-17T20:08:22.149Z Checking crypto-bigint v0.5.5
21902026-08-17T20:08:22.219Z Checking dof v0.3.0
21912026-08-17T20:08:22.258Z Checking zerocopy v0.6.6
21922026-08-17T20:08:22.439Z Checking maybe-uninit v2.0.0
21932026-08-17T20:08:22.527Z Checking keccak v0.1.6
21942026-08-17T20:08:22.530Z Checking usdt-impl v0.5.0
21952026-08-17T20:08:22.530Z Checking nodrop v0.1.14
21962026-08-17T20:08:22.637Z Checking usdt-impl v0.6.0
21972026-08-17T20:08:22.642Z Checking winnow v0.5.40
21982026-08-17T20:08:22.714Z Checking foldhash v0.1.5
21992026-08-17T20:08:22.720Z Checking foreign-types-shared v0.1.1
22002026-08-17T20:08:22.862Z Checking foreign-types v0.3.2
22012026-08-17T20:08:22.901Z Checking hashbrown v0.15.5
22022026-08-17T20:08:22.904Z Checking sha3 v0.10.8
22032026-08-17T20:08:22.973Z Checking array-init v0.0.4
22042026-08-17T20:08:22.977Z Checking usdt v0.6.0
22052026-08-17T20:08:23.104Z Checking elliptic-curve v0.13.8
22062026-08-17T20:08:23.143Z Checking smallvec v0.6.14
22072026-08-17T20:08:23.183Z Checking packed_struct v0.10.1
22082026-08-17T20:08:23.218Z Checking bitfield v0.19.4
22092026-08-17T20:08:23.294Z Checking bzip2-sys v0.1.13+1.0.8
22102026-08-17T20:08:23.351Z Checking openssl-sys v0.9.117
22112026-08-17T20:08:23.410Z Checking bitflags v1.3.2
22122026-08-17T20:08:23.449Z Checking siphasher v1.0.2
22132026-08-17T20:08:23.452Z Checking hashbrown v0.12.3
22142026-08-17T20:08:23.520Z Checking bzip2 v0.4.4
22152026-08-17T20:08:23.523Z Checking serde-hex v0.1.0
22162026-08-17T20:08:23.627Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22172026-08-17T20:08:23.669Z Checking toml_parser v1.1.2+spec-1.1.0
22182026-08-17T20:08:23.710Z Checking ron v0.8.1
22192026-08-17T20:08:23.750Z Checking openssl v0.10.80
22202026-08-17T20:08:23.807Z Checking hashbrown v0.13.2
22212026-08-17T20:08:23.851Z Checking toml_edit v0.19.15
22222026-08-17T20:08:23.883Z Checking indexmap v1.9.3
22232026-08-17T20:08:24.027Z Checking itertools v0.13.0
22242026-08-17T20:08:24.226Z Checking itertools v0.15.0
22252026-08-17T20:08:24.265Z Checking signal-hook v0.3.18
22262026-08-17T20:08:24.268Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22272026-08-17T20:08:24.268Z Checking managed v0.8.0
22282026-08-17T20:08:24.486Z Checking crc-any v2.5.0
22292026-08-17T20:08:24.546Z Checking object v0.30.4
22302026-08-17T20:08:24.690Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22312026-08-17T20:08:24.884Z Checking zip v0.6.6
22322026-08-17T20:08:24.919Z Checking toml v0.7.8
22332026-08-17T20:08:25.071Z Checking globset v0.4.18
22342026-08-17T20:08:25.107Z Checking chacha20 v0.10.0
22352026-08-17T20:08:25.234Z Checking curve25519-dalek v4.1.3
22362026-08-17T20:08:25.263Z Checking object v0.37.3
22372026-08-17T20:08:25.346Z Checking path-slash v0.1.5
22382026-08-17T20:08:25.384Z Checking toml_write v0.1.2
22392026-08-17T20:08:25.389Z Checking winnow v0.7.14
22402026-08-17T20:08:25.476Z Checking signal-hook-mio v0.2.5
22412026-08-17T20:08:25.578Z Checking ed25519 v2.2.3
22422026-08-17T20:08:25.617Z Checking ref-cast v1.0.25
22432026-08-17T20:08:25.744Z Checking pin-project v1.1.11
22442026-08-17T20:08:25.747Z Checking native-tls v0.2.18
22452026-08-17T20:08:25.821Z Checking jiff-core v0.1.0
22462026-08-17T20:08:25.872Z Checking pem v3.0.6
22472026-08-17T20:08:25.984Z Checking tokio-native-tls v0.3.1
22482026-08-17T20:08:26.024Z Checking ed25519-dalek v2.2.0
22492026-08-17T20:08:26.059Z Checking zstd-sys v2.0.16+zstd.1.5.7
22502026-08-17T20:08:26.169Z Checking fixedbitset v0.5.7
22512026-08-17T20:08:26.210Z Checking zstd-safe v7.2.4
22522026-08-17T20:08:26.279Z Checking hyper-tls v0.6.0
22532026-08-17T20:08:26.407Z Checking petgraph v0.8.3
22542026-08-17T20:08:26.412Z Checking snafu v0.8.9
22552026-08-17T20:08:26.487Z Checking crossterm v0.28.1
22562026-08-17T20:08:26.536Z Checking jiff v0.2.34
22572026-08-17T20:08:26.653Z Checking toml_edit v0.22.27
22582026-08-17T20:08:26.657Z Checking similar v2.7.0
22592026-08-17T20:08:26.731Z Checking fs-err v3.3.0
22602026-08-17T20:08:27.063Z Checking hash32 v0.2.1
22612026-08-17T20:08:27.107Z Checking serde-big-array v0.5.1
22622026-08-17T20:08:27.231Z Checking serde_plain v1.0.2
22632026-08-17T20:08:27.266Z Checking libbz2-rs-sys v0.2.2
22642026-08-17T20:08:27.301Z Checking predicates-core v1.0.10
22652026-08-17T20:08:27.336Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22662026-08-17T20:08:27.407Z Checking bumpalo v3.20.2
22672026-08-17T20:08:27.451Z Checking unicode-properties v0.1.4
22682026-08-17T20:08:27.580Z Checking typed-path v0.9.3
22692026-08-17T20:08:27.629Z Checking unicode-bidi v0.3.18
22702026-08-17T20:08:27.673Z Checking zopfli v0.8.3
22712026-08-17T20:08:27.707Z Checking bzip2 v0.6.1
22722026-08-17T20:08:27.785Z Checking heapless v0.7.17
22732026-08-17T20:08:27.898Z Checking reqwest v0.12.28
22742026-08-17T20:08:27.952Z Checking stringprep v0.1.5
22752026-08-17T20:08:28.013Z Checking zstd v0.13.3
22762026-08-17T20:08:28.051Z Checking hickory-proto v0.25.2
22772026-08-17T20:08:28.132Z Checking byte-wrapper v0.1.0
22782026-08-17T20:08:28.217Z Checking md-5 v0.10.6
22792026-08-17T20:08:28.257Z Checking float-cmp v0.10.0
22802026-08-17T20:08:28.330Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22812026-08-17T20:08:28.367Z Checking fallible-iterator v0.2.0
22822026-08-17T20:08:28.402Z Checking difflib v0.4.0
22832026-08-17T20:08:28.405Z Checking normalize-line-endings v0.3.0
22842026-08-17T20:08:28.475Z Checking smoltcp v0.9.1
22852026-08-17T20:08:28.478Z Checking zip v4.6.1
22862026-08-17T20:08:28.557Z Checking iddqd v0.4.2
22872026-08-17T20:08:28.611Z Checking predicates v3.1.4
22882026-08-17T20:08:28.667Z Checking postgres-protocol v0.6.10
22892026-08-17T20:08:28.705Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22902026-08-17T20:08:28.709Z Checking phf_shared v0.13.1
22912026-08-17T20:08:28.931Z Checking phf_shared v0.11.3
22922026-08-17T20:08:28.976Z Checking olpc-cjson v0.1.4
22932026-08-17T20:08:29.007Z Checking tokio-stream v0.1.18
22942026-08-17T20:08:29.084Z Checking strum v0.27.2
22952026-08-17T20:08:29.121Z Checking lalrpop-util v0.19.12
22962026-08-17T20:08:29.127Z Checking new_debug_unreachable v1.0.6
22972026-08-17T20:08:29.193Z Checking fixedbitset v0.4.2
22982026-08-17T20:08:29.232Z Checking precomputed-hash v0.1.1
22992026-08-17T20:08:29.268Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23002026-08-17T20:08:29.310Z Checking tough v0.22.0
23012026-08-17T20:08:29.351Z Checking string_cache v0.8.9
23022026-08-17T20:08:29.361Z Checking postgres-types v0.2.12
23032026-08-17T20:08:29.384Z Checking petgraph v0.6.5
23042026-08-17T20:08:29.450Z Checking phf v0.13.1
23052026-08-17T20:08:29.489Z Checking buf-list v1.1.2
23062026-08-17T20:08:29.539Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23072026-08-17T20:08:29.628Z Checking peg-runtime v0.8.5
23082026-08-17T20:08:29.697Z Checking whoami v2.1.0
23092026-08-17T20:08:29.793Z Checking is-terminal v0.4.17
23102026-08-17T20:08:29.835Z Checking crossbeam-channel v0.5.15
23112026-08-17T20:08:29.875Z Checking thread_local v1.1.9
23122026-08-17T20:08:29.913Z Checking term v1.2.1
23132026-08-17T20:08:29.949Z Checking tokio-postgres v0.7.16
23142026-08-17T20:08:30.072Z Checking take_mut v0.2.2
23152026-08-17T20:08:30.157Z Checking slog-term v2.9.2
23162026-08-17T20:08:30.198Z Compiling newtype-uuid-macros v0.1.0
23172026-08-17T20:08:30.235Z Checking slog-async v2.8.0
23182026-08-17T20:08:30.436Z Checking match_cfg v0.1.0
23192026-08-17T20:08:30.476Z Checking slog-json v2.6.1
23202026-08-17T20:08:30.542Z Checking hostname v0.3.1
23212026-08-17T20:08:30.667Z Compiling multer v3.1.0
23222026-08-17T20:08:30.704Z Checking slog-bunyan v2.5.0
23232026-08-17T20:08:30.708Z Compiling async-stream-impl v0.3.6
23242026-08-17T20:08:30.836Z Compiling dropshot v0.17.1
23252026-08-17T20:08:30.875Z Checking debug-ignore v1.0.5
23262026-08-17T20:08:30.975Z Compiling dropshot_endpoint v0.17.1
23272026-08-17T20:08:31.013Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23282026-08-17T20:08:31.016Z Checking serde_path_to_error v0.1.20
23292026-08-17T20:08:31.162Z Checking progenitor-client v0.14.0
23302026-08-17T20:08:31.249Z Checking sha1 v0.11.0
23312026-08-17T20:08:31.357Z Checking toml_datetime v1.1.1+spec-1.1.0
23322026-08-17T20:08:31.396Z Checking serde_spanned v1.1.1
23332026-08-17T20:08:31.399Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23342026-08-17T20:08:31.467Z Checking compression-core v0.4.31
23352026-08-17T20:08:31.471Z Checking toml_writer v1.1.1+spec-1.1.0
23362026-08-17T20:08:31.542Z Checking async-stream v0.3.6
23372026-08-17T20:08:31.617Z Checking waitgroup v0.1.2
23382026-08-17T20:08:31.652Z Checking compression-codecs v0.4.37
23392026-08-17T20:08:31.723Z Checking rustls-pemfile v2.2.0
23402026-08-17T20:08:31.726Z Checking toml v1.1.2+spec-1.1.0
23412026-08-17T20:08:31.797Z Checking hostname v0.4.2
23422026-08-17T20:08:31.838Z Checking atomicwrites v0.4.4
23432026-08-17T20:08:31.841Z Compiling parse-display-derive v0.10.0
23442026-08-17T20:08:31.911Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23452026-08-17T20:08:31.914Z Checking async-compression v0.4.41
23462026-08-17T20:08:31.914Z Checking macaddr v1.0.1
23472026-08-17T20:08:32.015Z Checking regress v0.10.5
23482026-08-17T20:08:32.049Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23492026-08-17T20:08:32.085Z Checking instant v0.1.13
23502026-08-17T20:08:32.148Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23512026-08-17T20:08:32.201Z Checking itertools v0.14.0
23522026-08-17T20:08:32.247Z Checking backoff v0.4.0
23532026-08-17T20:08:32.346Z Checking backon v1.6.0
23542026-08-17T20:08:32.408Z Checking humantime v2.3.0
23552026-08-17T20:08:32.455Z Checking unicode-width v0.2.0
23562026-08-17T20:08:32.492Z Compiling convert_case v0.4.0
23572026-08-17T20:08:32.538Z Checking progenitor-extras v0.2.0
23582026-08-17T20:08:32.619Z Checking half v2.7.1
23592026-08-17T20:08:32.730Z Checking ciborium-io v0.2.2
23602026-08-17T20:08:32.802Z Checking heck v0.5.0
23612026-08-17T20:08:32.847Z Checking secrecy v0.10.3
23622026-08-17T20:08:32.887Z Compiling derive_more v0.99.20
23632026-08-17T20:08:32.923Z Checking ciborium-ll v0.2.2
23642026-08-17T20:08:32.959Z Checking camino-tempfile v1.4.1
23652026-08-17T20:08:32.997Z Checking indent_write v2.2.0
23662026-08-17T20:08:33.127Z Checking ciborium v0.2.2
23672026-08-17T20:08:33.161Z Compiling regress v0.11.1
23682026-08-17T20:08:33.164Z Compiling crucible-workspace-hack v0.1.0
23692026-08-17T20:08:33.298Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-08-17T20:08:33.489Z Checking inout v0.1.4
23712026-08-17T20:08:33.545Z Checking parse-display v0.10.0
23722026-08-17T20:08:33.582Z Checking universal-hash v0.5.1
23732026-08-17T20:08:33.585Z Compiling thiserror-impl-no-std v2.0.2
23742026-08-17T20:08:33.657Z Checking opaque-debug v0.3.1
23752026-08-17T20:08:33.663Z Checking cipher v0.4.4
23762026-08-17T20:08:33.761Z Checking blake2 v0.10.6
23772026-08-17T20:08:33.765Z Checking poly1305 v0.8.0
23782026-08-17T20:08:33.912Z Checking chacha20 v0.9.1
23792026-08-17T20:08:34.026Z Checking aead v0.5.2
23802026-08-17T20:08:34.081Z Checking password-hash v0.5.0
23812026-08-17T20:08:34.141Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23822026-08-17T20:08:34.203Z Checking chacha20poly1305 v0.10.1
23832026-08-17T20:08:34.335Z Checking argon2 v0.5.3
23842026-08-17T20:08:34.374Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23852026-08-17T20:08:34.570Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23862026-08-17T20:08:34.698Z Compiling unsafe-libyaml v0.2.11
23872026-08-17T20:08:34.734Z Compiling typify-impl v0.6.2
23882026-08-17T20:08:34.785Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892026-08-17T20:08:34.813Z Checking thiserror-no-std v2.0.2
23902026-08-17T20:08:34.848Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23912026-08-17T20:08:34.925Z Checking vsss-rs v3.3.4
23922026-08-17T20:08:35.447Z Compiling serde_yaml v0.9.34+deprecated
23932026-08-17T20:08:35.484Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-08-17T20:08:36.054Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23952026-08-17T20:08:36.231Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-08-17T20:08:36.392Z Checking swrite v0.1.0
23972026-08-17T20:08:36.430Z Checking crossbeam-deque v0.8.6
23982026-08-17T20:08:36.495Z Compiling rayon-core v1.13.0
23992026-08-17T20:08:36.533Z Compiling num-derive v0.4.2
24002026-08-17T20:08:36.568Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24012026-08-17T20:08:36.638Z Compiling toml_datetime v0.7.5+spec-1.1.0
24022026-08-17T20:08:36.706Z Compiling proc-macro-error v1.0.4
24032026-08-17T20:08:36.916Z Compiling toml_edit v0.23.10+spec-1.0.0
24042026-08-17T20:08:36.953Z Checking tabwriter v1.4.1
24052026-08-17T20:08:37.055Z Checking glob v0.3.3
24062026-08-17T20:08:37.132Z Compiling heapless v0.8.0
24072026-08-17T20:08:37.168Z Checking rayon v1.11.0
24082026-08-17T20:08:37.268Z Checking hash32 v0.3.1
24092026-08-17T20:08:37.306Z Compiling ingot-macros v0.2.0
24102026-08-17T20:08:37.427Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24112026-08-17T20:08:37.499Z Compiling proc-macro-crate v3.4.0
24122026-08-17T20:08:37.660Z Checking colored v3.1.1
24132026-08-17T20:08:37.697Z Compiling smoltcp v0.11.0
24142026-08-17T20:08:38.031Z Checking toml v0.8.23
24152026-08-17T20:08:38.069Z Compiling num_enum_derive v0.7.6
24162026-08-17T20:08:38.152Z Checking cobs v0.3.0
24172026-08-17T20:08:38.308Z Compiling usdt-macro v0.5.0
24182026-08-17T20:08:38.342Z Compiling usdt-attr-macro v0.5.0
24192026-08-17T20:08:38.385Z Checking memmap v0.7.0
24202026-08-17T20:08:38.423Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24212026-08-17T20:08:38.556Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24222026-08-17T20:08:38.666Z Checking postcard v1.1.3
24232026-08-17T20:08:38.993Z Checking rand v0.10.1
24242026-08-17T20:08:39.068Z Compiling proc-macro-crate v1.3.1
24252026-08-17T20:08:39.140Z Checking num_enum v0.7.6
24262026-08-17T20:08:39.177Z Checking usdt v0.5.0
24272026-08-17T20:08:39.285Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24282026-08-17T20:08:39.288Z Compiling typify-macro v0.6.2
24292026-08-17T20:08:39.377Z Checking sigpipe v0.1.3
24302026-08-17T20:08:39.488Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24312026-08-17T20:08:39.526Z Compiling foreign-types-macros v0.2.3
24322026-08-17T20:08:39.529Z Checking foreign-types-shared v0.3.1
24332026-08-17T20:08:39.529Z Compiling num_enum_derive v0.5.11
24342026-08-17T20:08:39.878Z Checking cstr-argument v0.1.2
24352026-08-17T20:08:39.936Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24362026-08-17T20:08:40.036Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24372026-08-17T20:08:40.039Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24382026-08-17T20:08:40.115Z Checking ingot-types v0.2.0
24392026-08-17T20:08:40.152Z Checking foreign-types v0.5.0
24402026-08-17T20:08:40.256Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24412026-08-17T20:08:40.343Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24422026-08-17T20:08:40.391Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24432026-08-17T20:08:40.460Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24442026-08-17T20:08:40.504Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24452026-08-17T20:08:40.540Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24462026-08-17T20:08:40.542Z Checking ingot v0.2.1
24472026-08-17T20:08:40.637Z Checking num_enum v0.5.11
24482026-08-17T20:08:40.674Z Compiling zone_cfg_derive v0.3.1
24492026-08-17T20:08:40.676Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24502026-08-17T20:08:40.775Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24512026-08-17T20:08:40.877Z Checking itertools v0.12.1
24522026-08-17T20:08:40.915Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24532026-08-17T20:08:41.070Z Compiling typify v0.6.2
24542026-08-17T20:08:41.211Z Compiling progenitor-impl v0.14.0
24552026-08-17T20:08:41.246Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24562026-08-17T20:08:41.472Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24572026-08-17T20:08:41.508Z Checking smf v0.2.3
24582026-08-17T20:08:41.545Z Checking whoami v1.6.1
24592026-08-17T20:08:41.726Z Compiling derive-where v1.6.0
24602026-08-17T20:08:41.763Z Checking tokio-dtrace v0.1.1
24612026-08-17T20:08:41.797Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24622026-08-17T20:08:41.907Z Checking zone v0.3.1
24632026-08-17T20:08:41.981Z Checking oxide-tokio-rt v0.1.4
24642026-08-17T20:08:42.190Z Checking console v0.15.11
24652026-08-17T20:08:42.279Z Checking newline-converter v0.3.0
24662026-08-17T20:08:42.282Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24672026-08-17T20:08:42.348Z Checking bytecount v0.6.9
24682026-08-17T20:08:42.421Z Checking unicode-width v0.1.14
24692026-08-17T20:08:42.481Z Checking num-rational v0.4.2
24702026-08-17T20:08:42.518Z Checking expectorate v1.2.0
24712026-08-17T20:08:42.680Z Checking num-complex v0.4.6
24722026-08-17T20:08:42.718Z Checking float-ord v0.3.2
24732026-08-17T20:08:42.795Z Compiling cancel-safe-futures v0.1.5
24742026-08-17T20:08:42.850Z Checking linear-map v1.2.0
24752026-08-17T20:08:43.071Z Checking gethostname v0.5.0
24762026-08-17T20:08:43.074Z Checking oxide-update-engine-types v0.1.2
24772026-08-17T20:08:43.105Z Checking num v0.4.3
24782026-08-17T20:08:43.243Z Compiling prettyplease v0.2.37
24792026-08-17T20:08:43.246Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24802026-08-17T20:08:43.472Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24812026-08-17T20:08:43.545Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24822026-08-17T20:08:43.672Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24832026-08-17T20:08:43.711Z Checking resolv-conf v0.7.6
24842026-08-17T20:08:43.791Z Compiling owo-colors v4.3.0
24852026-08-17T20:08:43.848Z Compiling progenitor-macro v0.14.0
24862026-08-17T20:08:43.914Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24872026-08-17T20:08:43.952Z Checking smawk v0.3.2
24882026-08-17T20:08:44.029Z Checking oxide-update-engine v0.1.2
24892026-08-17T20:08:44.110Z Checking unicode-linebreak v0.1.5
24902026-08-17T20:08:44.355Z Checking papergrid v0.11.0
24912026-08-17T20:08:44.474Z Compiling tabled_derive v0.7.0
24922026-08-17T20:08:44.608Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24932026-08-17T20:08:44.808Z Compiling convert_case v0.10.0
24942026-08-17T20:08:44.858Z Compiling slog-dtrace v0.3.0
24952026-08-17T20:08:45.133Z Compiling derive_more-impl v2.1.1
24962026-08-17T20:08:45.171Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-08-17T20:08:45.318Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24982026-08-17T20:08:45.466Z Checking tabled v0.15.0
24992026-08-17T20:08:45.719Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25002026-08-17T20:08:45.994Z Checking derive_more v2.1.1
25012026-08-17T20:08:46.136Z Checking crossterm v0.29.0
25022026-08-17T20:08:46.229Z Checking linked-hash-map v0.5.6
25032026-08-17T20:08:46.430Z Checking lru-cache v0.1.2
25042026-08-17T20:08:46.725Z Checking hickory-proto v0.24.4
25052026-08-17T20:08:46.759Z Checking fd-lock v4.0.4
25062026-08-17T20:08:47.321Z Checking vte v0.14.1
25072026-08-17T20:08:47.665Z Checking strip-ansi-escapes v0.2.1
25082026-08-17T20:08:47.833Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25092026-08-17T20:08:47.926Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25102026-08-17T20:08:47.990Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25112026-08-17T20:08:48.820Z Checking progenitor v0.14.0
25122026-08-17T20:08:48.986Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25132026-08-17T20:08:49.022Z Checking termtree v0.5.1
25142026-08-17T20:08:49.114Z Checking nu-ansi-term v0.50.3
25152026-08-17T20:08:49.353Z Checking reedline v0.40.0
25162026-08-17T20:08:49.514Z Checking hickory-resolver v0.24.4
25172026-08-17T20:08:49.586Z Checking textwrap v0.16.2
25182026-08-17T20:08:49.988Z Compiling minimal-lexical v0.2.1
25192026-08-17T20:08:50.265Z Compiling nom v7.1.3
25202026-08-17T20:08:50.301Z Checking qorb v0.4.1
25212026-08-17T20:08:50.356Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25222026-08-17T20:08:50.532Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-08-17T20:08:50.637Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25242026-08-17T20:08:51.066Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-08-17T20:08:51.412Z Checking display-error-chain v0.2.2
25262026-08-17T20:08:51.549Z Compiling unicode-xid v0.2.6
25272026-08-17T20:08:51.585Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282026-08-17T20:08:51.678Z Compiling ar_archive_writer v0.5.1
25292026-08-17T20:08:51.681Z Checking csv-core v0.1.13
25302026-08-17T20:08:51.746Z Compiling stacker v0.1.23
25312026-08-17T20:08:51.925Z Checking csv v1.4.0
25322026-08-17T20:08:52.012Z Compiling semver v0.1.20
25332026-08-17T20:08:52.051Z Checking highway v1.3.0
25342026-08-17T20:08:52.241Z Compiling cfg_aliases v0.1.1
25352026-08-17T20:08:52.285Z Compiling rustc_version v0.1.7
25362026-08-17T20:08:52.320Z Checking nibble_vec v0.1.0
25372026-08-17T20:08:52.391Z Compiling nix v0.28.0
25382026-08-17T20:08:52.397Z Checking endian-type v0.1.2
25392026-08-17T20:08:52.459Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25402026-08-17T20:08:52.509Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25412026-08-17T20:08:52.545Z Compiling newtype_derive v0.1.6
25422026-08-17T20:08:52.551Z Compiling psm v0.1.30
25432026-08-17T20:08:52.614Z Checking radix_trie v0.2.1
25442026-08-17T20:08:52.795Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25452026-08-17T20:08:52.841Z Checking phf_shared v0.12.1
25462026-08-17T20:08:52.878Z Compiling recursive-proc-macro-impl v0.1.1
25472026-08-17T20:08:53.008Z Compiling chrono-tz v0.10.4
25482026-08-17T20:08:53.045Z Checking phf v0.12.1
25492026-08-17T20:08:53.321Z Compiling const_format_proc_macros v0.2.34
25502026-08-17T20:08:53.324Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25512026-08-17T20:08:53.388Z Compiling peg-macros v0.8.5
25522026-08-17T20:08:53.458Z Checking winnow v0.6.26
25532026-08-17T20:08:53.458Z Compiling sqlparser_derive v0.5.0
25542026-08-17T20:08:53.527Z Checking recursive v0.1.1
25552026-08-17T20:08:53.650Z Checking home v0.5.12
25562026-08-17T20:08:53.901Z Checking unicode_categories v0.1.1
25572026-08-17T20:08:54.170Z Checking rustyline v14.0.0
25582026-08-17T20:08:54.205Z Checking const_format v0.2.35
25592026-08-17T20:08:54.282Z Checking sqlparser v0.61.0
25602026-08-17T20:08:54.462Z Checking bcs v0.1.6
25612026-08-17T20:08:54.617Z Checking sqlformat v0.3.5
25622026-08-17T20:08:54.723Z Checking nom v8.0.0
25632026-08-17T20:08:54.795Z Checking peg v0.8.5
25642026-08-17T20:08:54.906Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25652026-08-17T20:08:55.076Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25662026-08-17T20:08:55.124Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25672026-08-17T20:08:55.164Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25682026-08-17T20:08:55.227Z Checking steno v0.4.1
25692026-08-17T20:08:55.580Z Checking sha1 v0.10.6
25702026-08-17T20:08:55.788Z Checking filetime v0.2.27
25712026-08-17T20:08:55.953Z Checking xattr v1.6.1
25722026-08-17T20:08:56.118Z Checking tar v0.4.46
25732026-08-17T20:08:56.159Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25742026-08-17T20:08:56.265Z Checking subprocess v0.2.15
25752026-08-17T20:08:56.401Z Checking headers-core v0.3.0
25762026-08-17T20:08:56.439Z Checking yasna v0.5.2
25772026-08-17T20:08:56.546Z Checking headers v0.4.1
25782026-08-17T20:08:56.591Z Checking port-file v0.1.0
25792026-08-17T20:08:56.622Z Checking tagptr v0.2.0
25802026-08-17T20:08:56.741Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25812026-08-17T20:08:56.784Z Checking moka v0.12.13
25822026-08-17T20:08:56.788Z Checking dropshot-api-manager-types v0.8.0
25832026-08-17T20:08:56.863Z Checking rcgen v0.12.1
25842026-08-17T20:08:57.057Z Checking utf-8 v0.7.6
25852026-08-17T20:08:57.201Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25862026-08-17T20:08:57.234Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25872026-08-17T20:08:57.413Z Checking tungstenite v0.21.0
25882026-08-17T20:08:57.452Z Checking hickory-resolver v0.25.2
25892026-08-17T20:08:57.696Z Compiling libefi-sys v0.1.0
25902026-08-17T20:08:57.868Z Checking tokio-tungstenite v0.21.0
25912026-08-17T20:08:57.961Z Compiling bitfield-struct v0.6.2
25922026-08-17T20:08:58.184Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25932026-08-17T20:08:58.211Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25942026-08-17T20:08:58.250Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25952026-08-17T20:08:58.450Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25962026-08-17T20:08:58.616Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25972026-08-17T20:08:58.656Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25982026-08-17T20:08:58.691Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25992026-08-17T20:08:58.728Z Compiling xshell-macros v0.2.7
26002026-08-17T20:08:58.834Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26012026-08-17T20:08:58.876Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26022026-08-17T20:08:58.926Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26032026-08-17T20:08:59.123Z Checking xshell v0.2.7
26042026-08-17T20:08:59.157Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26052026-08-17T20:08:59.378Z Checking half v1.8.3
26062026-08-17T20:08:59.420Z Checking libscf-sys v1.2.0
26072026-08-17T20:08:59.506Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26082026-08-17T20:08:59.566Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26092026-08-17T20:08:59.603Z Checking serde_cbor v0.11.2
26102026-08-17T20:08:59.900Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26112026-08-17T20:08:59.971Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26122026-08-17T20:09:00.008Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26132026-08-17T20:09:00.057Z Checking papergrid v0.18.0
26142026-08-17T20:09:00.192Z Checking maplit v1.0.2
26152026-08-17T20:09:00.219Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26162026-08-17T20:09:00.254Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26172026-08-17T20:09:00.295Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26182026-08-17T20:09:00.744Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26192026-08-17T20:09:00.868Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26202026-08-17T20:09:00.902Z Checking tabled v0.21.0
26212026-08-17T20:09:00.935Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26222026-08-17T20:09:01.031Z Checking crc8 v0.1.1
26232026-08-17T20:09:01.080Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26242026-08-17T20:09:01.183Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26252026-08-17T20:09:01.231Z Checking unicase v2.9.0
26262026-08-17T20:09:01.440Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26272026-08-17T20:09:01.508Z Checking fxhash v0.2.1
26282026-08-17T20:09:01.671Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26292026-08-17T20:09:02.005Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26302026-08-17T20:09:02.281Z Checking sha2 v0.11.0
26312026-08-17T20:09:02.401Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26322026-08-17T20:09:02.466Z Compiling darling_core v0.21.3
26332026-08-17T20:09:02.658Z Compiling vergen-lib v0.1.6
26342026-08-17T20:09:02.711Z Compiling diesel_derives v2.3.7
26352026-08-17T20:09:02.924Z Checking scheduled-thread-pool v0.2.7
26362026-08-17T20:09:02.958Z Compiling vergen-gitcl v1.0.8
26372026-08-17T20:09:03.038Z Compiling diesel_table_macro_syntax v0.3.0
26382026-08-17T20:09:03.102Z Checking r2d2 v0.8.10
26392026-08-17T20:09:03.159Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26402026-08-17T20:09:03.289Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26412026-08-17T20:09:03.322Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26422026-08-17T20:09:03.638Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26432026-08-17T20:09:03.697Z Checking downcast-rs v2.0.2
26442026-08-17T20:09:03.857Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26452026-08-17T20:09:03.942Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26462026-08-17T20:09:04.160Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26472026-08-17T20:09:04.478Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26482026-08-17T20:09:04.622Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26492026-08-17T20:09:04.699Z Checking kstat-rs v0.2.5
26502026-08-17T20:09:04.815Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26512026-08-17T20:09:04.929Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26522026-08-17T20:09:04.965Z Compiling darling_macro v0.21.3
26532026-08-17T20:09:05.193Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26542026-08-17T20:09:05.267Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26552026-08-17T20:09:05.542Z Compiling darling v0.21.3
26562026-08-17T20:09:05.645Z Compiling dsl_auto_type v0.2.0
26572026-08-17T20:09:05.728Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26582026-08-17T20:09:06.063Z Compiling dirs-sys-next v0.1.2
26592026-08-17T20:09:06.371Z Compiling crunchy v0.2.4
26602026-08-17T20:09:06.457Z Compiling parking_lot_core v0.8.6
26612026-08-17T20:09:06.556Z Compiling dirs-next v2.0.0
26622026-08-17T20:09:06.696Z Compiling clang-sys v1.8.1
26632026-08-17T20:09:06.745Z Compiling git-stub v1.0.0
26642026-08-17T20:09:06.768Z Compiling tiny-keccak v2.0.2
26652026-08-17T20:09:07.117Z Compiling git-stub-vcs v0.1.0
26662026-08-17T20:09:07.117Z Compiling term v0.7.0
26672026-08-17T20:09:07.257Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26682026-08-17T20:09:07.263Z Compiling bit-vec v0.6.3
26692026-08-17T20:09:07.413Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26702026-08-17T20:09:07.465Z Compiling ascii-canvas v3.0.0
26712026-08-17T20:09:07.532Z Compiling bit-set v0.5.3
26722026-08-17T20:09:07.746Z Checking parking_lot v0.11.2
26732026-08-17T20:09:07.759Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26742026-08-17T20:09:07.886Z Checking prefix-trie v0.7.0
26752026-08-17T20:09:07.922Z Compiling itertools v0.10.5
26762026-08-17T20:09:08.013Z Compiling ena v0.14.4
26772026-08-17T20:09:08.150Z Compiling libloading v0.8.9
26782026-08-17T20:09:08.153Z Compiling regex-syntax v0.6.29
26792026-08-17T20:09:08.243Z Compiling bindgen v0.71.1
26802026-08-17T20:09:08.279Z Compiling salty v0.3.0
26812026-08-17T20:09:08.389Z Compiling diff v0.1.13
26822026-08-17T20:09:08.683Z Checking hickory-server v0.25.2
26832026-08-17T20:09:08.727Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26842026-08-17T20:09:09.061Z Checking sled v0.34.7
26852026-08-17T20:09:09.101Z Compiling cexpr v0.6.0
26862026-08-17T20:09:09.697Z Compiling lalrpop v0.19.12
26872026-08-17T20:09:09.790Z Checking nanorand v0.7.0
26882026-08-17T20:09:09.953Z Compiling rustc-hash v2.1.1
26892026-08-17T20:09:10.020Z Checking flume v0.11.1
26902026-08-17T20:09:10.248Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26912026-08-17T20:09:10.317Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26922026-08-17T20:09:10.545Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26932026-08-17T20:09:10.585Z Compiling libxml v0.3.3
26942026-08-17T20:09:10.823Z Checking assert_matches v1.5.0
26952026-08-17T20:09:11.001Z Compiling strum_macros v0.24.3
26962026-08-17T20:09:11.190Z Compiling indoc v1.0.9
26972026-08-17T20:09:11.600Z Checking diesel v2.3.7
26982026-08-17T20:09:11.769Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26992026-08-17T20:09:12.176Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27002026-08-17T20:09:12.221Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27012026-08-17T20:09:12.280Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27022026-08-17T20:09:12.353Z Checking rfc6979 v0.4.0
27032026-08-17T20:09:12.435Z Checking quick-xml v0.37.5
27042026-08-17T20:09:12.501Z Checking derive_builder v0.20.2
27052026-08-17T20:09:12.637Z Compiling oso-derive v0.27.3
27062026-08-17T20:09:12.674Z Compiling impl-trait-for-tuples v0.2.3
27072026-08-17T20:09:13.170Z Compiling trait-variant v0.1.2
27082026-08-17T20:09:13.349Z Checking openssl-probe v0.1.6
27092026-08-17T20:09:13.491Z Checking ecdsa v0.16.9
27102026-08-17T20:09:13.756Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27112026-08-17T20:09:13.923Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27122026-08-17T20:09:14.230Z Checking primeorder v0.13.6
27132026-08-17T20:09:14.513Z Checking p384 v0.13.1
27142026-08-17T20:09:14.560Z Checking predicates-tree v1.0.13
27152026-08-17T20:09:14.689Z Compiling progenitor-impl v0.13.0
27162026-08-17T20:09:14.724Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27172026-08-17T20:09:14.936Z Checking progenitor-client v0.13.0
27182026-08-17T20:09:15.210Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27192026-08-17T20:09:15.360Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27202026-08-17T20:09:15.487Z Checking bb8 v0.8.6
27212026-08-17T20:09:15.840Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27222026-08-17T20:09:15.854Z Compiling mime_guess v2.0.5
27232026-08-17T20:09:15.887Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27242026-08-17T20:09:16.108Z Checking ignore v0.4.25
27252026-08-17T20:09:16.209Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27262026-08-17T20:09:16.335Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27272026-08-17T20:09:16.414Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27282026-08-17T20:09:16.445Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27292026-08-17T20:09:16.605Z Checking http-range v0.1.5
27302026-08-17T20:09:16.641Z Checking corncobs v0.1.4
27312026-08-17T20:09:16.732Z Checking globwalk v0.9.1
27322026-08-17T20:09:16.799Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27332026-08-17T20:09:16.857Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27342026-08-17T20:09:16.948Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27352026-08-17T20:09:17.151Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27362026-08-17T20:09:17.321Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27372026-08-17T20:09:17.389Z Compiling progenitor-macro v0.13.0
27382026-08-17T20:09:17.533Z Checking digest-io v0.1.0
27392026-08-17T20:09:17.757Z Checking secrecy v0.8.0
27402026-08-17T20:09:17.839Z Checking rawzip v0.4.4
27412026-08-17T20:09:17.985Z Checking nonempty v0.12.0
27422026-08-17T20:09:18.312Z Checking camino-tempfile-ext v0.3.3
27432026-08-17T20:09:18.788Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27442026-08-17T20:09:18.839Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27452026-08-17T20:09:18.898Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27462026-08-17T20:09:19.349Z Checking hyper-staticfile v0.10.1
27472026-08-17T20:09:19.678Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27482026-08-17T20:09:20.012Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27492026-08-17T20:09:20.136Z Checking signal-hook-tokio v0.3.1
27502026-08-17T20:09:20.185Z Compiling illumos-nvpair-sys v0.2.0
27512026-08-17T20:09:20.295Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27522026-08-17T20:09:20.448Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27532026-08-17T20:09:20.602Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27542026-08-17T20:09:20.927Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27552026-08-17T20:09:21.034Z Checking scuffle v0.1.0
27562026-08-17T20:09:21.349Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27572026-08-17T20:09:21.668Z Checking illumos-nvpair v0.3.0
27582026-08-17T20:09:21.776Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27592026-08-17T20:09:21.779Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27602026-08-17T20:09:21.870Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27612026-08-17T20:09:22.145Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27622026-08-17T20:09:22.211Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27632026-08-17T20:09:22.349Z Checking progenitor v0.13.0
27642026-08-17T20:09:22.433Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27652026-08-17T20:09:22.532Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27662026-08-17T20:09:22.810Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27672026-08-17T20:09:22.947Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27682026-08-17T20:09:23.013Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27692026-08-17T20:09:23.421Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27702026-08-17T20:09:23.482Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27712026-08-17T20:09:23.926Z Checking tungstenite v0.23.0
27722026-08-17T20:09:24.093Z Checking rand_seeder v0.4.0
27732026-08-17T20:09:24.273Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27742026-08-17T20:09:24.391Z Checking tokio-tungstenite v0.23.1
27752026-08-17T20:09:24.687Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27762026-08-17T20:09:24.719Z Checking void v1.0.2
27772026-08-17T20:09:24.855Z Checking lzss v0.8.2
27782026-08-17T20:09:24.983Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27792026-08-17T20:09:25.081Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27802026-08-17T20:09:25.203Z Checking nix v0.27.1
27812026-08-17T20:09:25.300Z Checking serde_bytes v0.11.19
27822026-08-17T20:09:25.510Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27832026-08-17T20:09:25.589Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27842026-08-17T20:09:25.744Z Checking diesel-dtrace v0.5.0
27852026-08-17T20:09:25.901Z Checking async-bb8-diesel v0.2.1
27862026-08-17T20:09:26.022Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27872026-08-17T20:09:26.307Z Checking is_ci v1.2.0
27882026-08-17T20:09:26.342Z Checking cpubits v0.1.1
27892026-08-17T20:09:26.444Z Checking yansi v1.0.1
27902026-08-17T20:09:26.650Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27912026-08-17T20:09:27.256Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27922026-08-17T20:09:27.313Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27932026-08-17T20:09:27.313Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27942026-08-17T20:09:27.508Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27952026-08-17T20:09:28.600Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27962026-08-17T20:09:28.719Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27972026-08-17T20:09:28.889Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27982026-08-17T20:09:29.340Z Checking pretty_assertions v1.4.1
27992026-08-17T20:09:29.570Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28002026-08-17T20:09:29.670Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28012026-08-17T20:09:30.173Z Checking pem-rfc7468 v1.0.0
28022026-08-17T20:09:30.265Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28032026-08-17T20:09:30.368Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28042026-08-17T20:09:30.680Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28052026-08-17T20:09:30.879Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28062026-08-17T20:09:31.618Z Checking hmac v0.13.0
28072026-08-17T20:09:31.710Z Checking universal-hash v0.6.1
28082026-08-17T20:09:31.710Z Compiling libz-sys v1.1.24
28092026-08-17T20:09:31.744Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28102026-08-17T20:09:31.925Z Compiling instability v0.3.11
28112026-08-17T20:09:31.971Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28122026-08-17T20:09:32.196Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28132026-08-17T20:09:32.275Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28142026-08-17T20:09:32.331Z Checking castaway v0.2.4
28152026-08-17T20:09:32.462Z Compiling indoc v2.0.7
28162026-08-17T20:09:32.542Z Checking compact_str v0.8.1
28172026-08-17T20:09:32.976Z Checking polyval v0.7.1
28182026-08-17T20:09:33.178Z Checking der v0.8.0
28192026-08-17T20:09:33.464Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28202026-08-17T20:09:33.687Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28212026-08-17T20:09:33.724Z Checking unicode-truncate v1.1.0
28222026-08-17T20:09:33.903Z Checking lru v0.12.5
28232026-08-17T20:09:33.933Z Compiling libgit2-sys v0.18.3+1.9.2
28242026-08-17T20:09:33.974Z Checking arc-swap v1.8.2
28252026-08-17T20:09:34.017Z Checking cassowary v0.3.0
28262026-08-17T20:09:38.436Z Checking ghash v0.6.0
28272026-08-17T20:09:38.501Z Checking slog-scope v4.4.1
28282026-08-17T20:09:38.501Z Checking ratatui v0.29.0
28292026-08-17T20:09:38.501Z Checking pbkdf2 v0.13.0
28302026-08-17T20:09:38.501Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28312026-08-17T20:09:38.502Z Checking crypto-bigint v0.7.5
28322026-08-17T20:09:38.502Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28332026-08-17T20:09:38.502Z Checking aes v0.9.1
28342026-08-17T20:09:38.502Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28352026-08-17T20:09:38.502Z Checking ctr v0.10.1
28362026-08-17T20:09:38.502Z Checking aead v0.6.1
28372026-08-17T20:09:38.502Z Checking cargo-platform v0.3.2
28382026-08-17T20:09:38.502Z Checking aes-gcm v0.11.0
28392026-08-17T20:09:38.502Z Checking cargo_metadata v0.23.1
28402026-08-17T20:09:38.502Z Checking slog-stdlog v4.1.1
28412026-08-17T20:09:38.502Z Checking spki v0.8.0
28422026-08-17T20:09:38.502Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28432026-08-17T20:09:38.502Z Checking supports-color v3.0.2
28442026-08-17T20:09:38.512Z Checking console v0.16.2
28452026-08-17T20:09:38.512Z Checking colored v2.2.0
28462026-08-17T20:09:38.512Z Checking salsa20 v0.11.0
28472026-08-17T20:09:38.512Z Compiling vergen-git2 v9.1.0
28482026-08-17T20:09:38.512Z Checking unit-prefix v0.5.2
28492026-08-17T20:09:38.512Z Checking plotters-backend v0.3.7
28502026-08-17T20:09:38.512Z Checking indicatif v0.18.4
28512026-08-17T20:09:38.512Z Checking plotters-svg v0.3.7
28522026-08-17T20:09:38.512Z Checking scrypt v0.12.0
28532026-08-17T20:09:38.512Z Checking slog-envlogger v2.2.0
28542026-08-17T20:09:38.512Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28552026-08-17T20:09:38.512Z Checking cbc v0.2.1
28562026-08-17T20:09:38.512Z Checking libsw-core v0.3.2
28572026-08-17T20:09:38.512Z Checking cast v0.3.0
28582026-08-17T20:09:38.512Z Checking libsw v3.5.0
28592026-08-17T20:09:38.538Z Checking pkcs5 v0.8.1
28602026-08-17T20:09:38.598Z Checking criterion-plot v0.6.0
28612026-08-17T20:09:38.671Z Checking plotters v0.3.7
28622026-08-17T20:09:38.944Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28632026-08-17T20:09:38.950Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28642026-08-17T20:09:39.109Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28652026-08-17T20:09:39.333Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28662026-08-17T20:09:39.425Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28672026-08-17T20:09:39.553Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28682026-08-17T20:09:39.648Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28692026-08-17T20:09:39.775Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28702026-08-17T20:09:39.856Z Checking tinytemplate v1.2.1
28712026-08-17T20:09:39.891Z Checking anes v0.1.6
28722026-08-17T20:09:40.098Z Checking shell-words v1.1.1
28732026-08-17T20:09:40.098Z Checking oorandom v11.1.5
28742026-08-17T20:09:40.289Z Checking criterion v0.7.0
28752026-08-17T20:09:40.335Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28762026-08-17T20:09:40.683Z Checking pkcs8 v0.11.0
28772026-08-17T20:09:40.917Z Checking oxide-update-engine-display v0.1.2
28782026-08-17T20:09:41.256Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28792026-08-17T20:09:41.530Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28802026-08-17T20:09:42.082Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28812026-08-17T20:09:42.365Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28822026-08-17T20:09:42.655Z Checking tokio-test v0.4.5
28832026-08-17T20:09:42.891Z Checking ff v0.14.0
28842026-08-17T20:09:43.062Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28852026-08-17T20:09:43.287Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28862026-08-17T20:09:43.694Z Checking twox-hash v2.1.2
28872026-08-17T20:09:44.028Z Compiling petname v2.0.2
28882026-08-17T20:09:44.533Z Checking atty v0.2.14
28892026-08-17T20:09:44.664Z Checking arrayref v0.3.9
28902026-08-17T20:09:44.772Z Checking constant_time_eq v0.4.2
28912026-08-17T20:09:44.947Z Checking arrayvec v0.7.6
28922026-08-17T20:09:45.385Z Checking group v0.14.0
28932026-08-17T20:09:45.575Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28942026-08-17T20:09:45.778Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28952026-08-17T20:09:45.887Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28962026-08-17T20:09:46.535Z Checking fatfs v0.3.6
28972026-08-17T20:09:46.806Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28982026-08-17T20:09:46.903Z Checking signature v3.0.0
28992026-08-17T20:09:46.982Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29002026-08-17T20:09:47.017Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29012026-08-17T20:09:47.085Z Compiling seq-macro v0.3.6
29022026-08-17T20:09:47.615Z Checking base16ct v1.0.0
29032026-08-17T20:09:47.775Z Checking sec1 v0.8.1
29042026-08-17T20:09:48.321Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29052026-08-17T20:09:48.365Z Checking hkdf v0.13.0
29062026-08-17T20:09:48.426Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29072026-08-17T20:09:48.531Z Checking concurrent-queue v2.5.0
29082026-08-17T20:09:48.620Z Checking sapling-renderdag v0.1.0
29092026-08-17T20:09:48.753Z Checking parking v2.2.1
29102026-08-17T20:09:48.891Z Checking sync-ptr v0.1.4
29112026-08-17T20:09:48.925Z Checking event-listener v5.4.1
29122026-08-17T20:09:49.043Z Checking elliptic-curve v0.14.1
29132026-08-17T20:09:49.182Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29142026-08-17T20:09:49.476Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29152026-08-17T20:09:49.702Z Checking rtoolbox v0.0.3
29162026-08-17T20:09:49.864Z Checking rpassword v7.5.4
29172026-08-17T20:09:49.947Z Checking event-listener-strategy v0.5.4
29182026-08-17T20:09:50.059Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29192026-08-17T20:09:50.113Z Checking wnaf v0.14.0
29202026-08-17T20:09:50.307Z Checking primefield v0.14.0
29212026-08-17T20:09:50.438Z Compiling samael v0.0.19
29222026-08-17T20:09:50.536Z Checking rfc6979 v0.6.0
29232026-08-17T20:09:50.712Z Checking tui-tree-widget v0.23.1
29242026-08-17T20:09:50.933Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29252026-08-17T20:09:51.046Z Compiling blake3 v1.8.5
29262026-08-17T20:09:51.459Z Checking futures-timer v3.0.3
29272026-08-17T20:09:51.964Z Checking ecdsa v0.17.0
29282026-08-17T20:09:52.179Z Checking primeorder v0.14.0
29292026-08-17T20:09:52.392Z Checking async-lock v3.4.2
29302026-08-17T20:09:52.502Z Compiling curve25519-dalek v5.0.0
29312026-08-17T20:09:52.562Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29322026-08-17T20:09:52.801Z Checking async-object-pool v0.2.0
29332026-08-17T20:09:53.282Z Checking ssh-encoding v0.3.0
29342026-08-17T20:09:53.540Z Checking serde_regex v1.1.0
29352026-08-17T20:09:53.733Z Checking assert-json-diff v2.0.2
29362026-08-17T20:09:53.935Z Checking path-tree v0.8.3
29372026-08-17T20:09:54.154Z Checking keccak v0.2.0
29382026-08-17T20:09:54.345Z Checking topological-sort v0.2.2
29392026-08-17T20:09:54.514Z Checking stringmetrics v2.2.2
29402026-08-17T20:09:54.698Z Compiling strsim v0.10.0
29412026-08-17T20:09:54.963Z Compiling darling_core v0.13.4
29422026-08-17T20:09:55.053Z Checking httpmock v0.8.3
29432026-08-17T20:09:55.218Z Checking omicron-zone-package v0.12.3
29442026-08-17T20:09:56.125Z Checking ed25519 v3.0.0
29452026-08-17T20:09:56.377Z Checking crypto-primes v0.7.2
29462026-08-17T20:09:56.477Z Checking pkcs1 v0.8.0-rc.4
29472026-08-17T20:09:56.720Z Checking poly1305 v0.9.0
29482026-08-17T20:09:56.873Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29492026-08-17T20:09:57.021Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29502026-08-17T20:09:57.278Z Checking blowfish v0.10.0
29512026-08-17T20:09:57.312Z Checking blake2 v0.11.0-rc.6
29522026-08-17T20:09:57.354Z Compiling target-lexicon v0.13.3
29532026-08-17T20:09:57.458Z Checking gimli v0.32.3
29542026-08-17T20:09:57.598Z Checking argon2 v0.6.0-rc.8
29552026-08-17T20:09:57.681Z Checking bcrypt-pbkdf v0.11.0
29562026-08-17T20:09:57.881Z Checking rsa v0.10.0-rc.18
29572026-08-17T20:09:57.928Z Checking ssh-cipher v0.3.0
29582026-08-17T20:09:57.963Z Compiling darling_macro v0.13.4
29592026-08-17T20:09:58.172Z Checking ed25519-dalek v3.0.0
29602026-08-17T20:09:58.394Z Checking sha3 v0.11.0
29612026-08-17T20:09:58.429Z Checking p256 v0.14.0
29622026-08-17T20:09:58.476Z Checking p384 v0.14.0
29632026-08-17T20:09:58.767Z Checking p521 v0.14.0
29642026-08-17T20:09:59.007Z Checking addr2line v0.25.1
29652026-08-17T20:09:59.186Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29662026-08-17T20:09:59.297Z Checking kem v0.3.0
29672026-08-17T20:09:59.442Z Checking module-lattice v0.2.3
29682026-08-17T20:09:59.478Z Checking socket2 v0.5.10
29692026-08-17T20:09:59.691Z Checking hex-literal v0.4.1
29702026-08-17T20:09:59.752Z Compiling guppy-workspace-hack v0.1.0
29712026-08-17T20:09:59.819Z Checking rustc-demangle v0.1.27
29722026-08-17T20:09:59.959Z Checking sponge-cursor v0.1.0
29732026-08-17T20:10:00.071Z Checking backtrace v0.3.76
29742026-08-17T20:10:00.119Z Checking sha3 v0.12.0
29752026-08-17T20:10:00.395Z Checking ml-kem v0.3.2
29762026-08-17T20:10:00.429Z Compiling darling v0.13.4
29772026-08-17T20:10:00.548Z Checking russh-cryptovec v0.62.0
29782026-08-17T20:10:00.722Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29792026-08-17T20:10:00.758Z Checking internal-russh-num-bigint v0.5.0
29802026-08-17T20:10:00.946Z Checking num-bigint v0.4.6
29812026-08-17T20:10:01.187Z Checking russh-util v0.52.0
29822026-08-17T20:10:01.370Z Checking generic-array v1.4.3
29832026-08-17T20:10:01.577Z Compiling git2 v0.20.4
29842026-08-17T20:10:01.670Z Compiling enum_dispatch v0.3.13
29852026-08-17T20:10:01.772Z Checking ssh-key v0.7.0-rc.11
29862026-08-17T20:10:01.926Z Compiling delegate v0.13.5
29872026-08-17T20:10:01.964Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29882026-08-17T20:10:02.408Z Compiling target-spec v3.5.7
29892026-08-17T20:10:02.652Z Checking hex-literal v1.1.0
29902026-08-17T20:10:02.700Z Checking md5 v0.8.0
29912026-08-17T20:10:02.784Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29922026-08-17T20:10:02.901Z Checking russh v0.62.4
29932026-08-17T20:10:02.976Z Checking cfg-expr v0.20.6
29942026-08-17T20:10:03.005Z Compiling serde_with_macros v1.5.2
29952026-08-17T20:10:03.381Z Checking backtrace-ext v0.2.1
29962026-08-17T20:10:03.527Z Checking supports-color v2.1.0
29972026-08-17T20:10:03.561Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29982026-08-17T20:10:03.692Z Checking textwrap v0.15.2
29992026-08-17T20:10:03.934Z Checking supports-unicode v2.1.0
30002026-08-17T20:10:04.083Z Checking supports-hyperlinks v2.1.0
30012026-08-17T20:10:04.235Z Checking hashbrown v0.14.5
30022026-08-17T20:10:04.481Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30032026-08-17T20:10:04.700Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30042026-08-17T20:10:04.736Z Checking terminal_size v0.1.17
30052026-08-17T20:10:04.766Z Compiling miette-derive v5.10.0
30062026-08-17T20:10:04.871Z Checking internet-checksum v0.2.1
30072026-08-17T20:10:04.942Z Checking owo-colors v3.5.0
30082026-08-17T20:10:04.964Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30092026-08-17T20:10:05.023Z Checking chumsky v0.9.3
30102026-08-17T20:10:05.485Z Compiling serde_with v1.14.0
30112026-08-17T20:10:05.918Z Checking miette v5.10.0
30122026-08-17T20:10:06.373Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30132026-08-17T20:10:06.451Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30142026-08-17T20:10:06.601Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30152026-08-17T20:10:06.696Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30162026-08-17T20:10:07.040Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30172026-08-17T20:10:07.105Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30182026-08-17T20:10:07.245Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30192026-08-17T20:10:07.279Z Compiling knuffel-derive v3.2.0
30202026-08-17T20:10:07.407Z Checking httptest v0.16.4
30212026-08-17T20:10:07.445Z Checking pathdiff v0.2.3
30222026-08-17T20:10:07.582Z Checking nested v0.1.1
30232026-08-17T20:10:07.616Z Compiling polar-core v0.27.3
30242026-08-17T20:10:07.757Z Checking guppy v0.17.25
30252026-08-17T20:10:07.809Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30262026-08-17T20:10:08.086Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30272026-08-17T20:10:08.361Z Checking similar-asserts v1.7.0
30282026-08-17T20:10:08.545Z Compiling target-triple v1.0.0
30292026-08-17T20:10:08.697Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30302026-08-17T20:10:08.777Z Checking knuffel v3.2.0
30312026-08-17T20:10:08.897Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30322026-08-17T20:10:09.411Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30332026-08-17T20:10:09.452Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30342026-08-17T20:10:09.485Z Checking hickory-client v0.25.2
30352026-08-17T20:10:09.791Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30362026-08-17T20:10:09.981Z Compiling fs-err v2.11.0
30372026-08-17T20:10:10.068Z Checking escape8259 v0.5.3
30382026-08-17T20:10:10.213Z Compiling assert_cmd v2.1.2
30392026-08-17T20:10:10.247Z Checking libtest-mimic v0.8.1
30402026-08-17T20:10:10.517Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30412026-08-17T20:10:10.747Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30422026-08-17T20:10:10.883Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30432026-08-17T20:10:10.939Z Checking blake2b_simd v1.0.4
30442026-08-17T20:10:11.381Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30452026-08-17T20:10:11.629Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30462026-08-17T20:10:11.839Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30472026-08-17T20:10:12.053Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30482026-08-17T20:10:12.089Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30492026-08-17T20:10:12.281Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30502026-08-17T20:10:12.484Z Checking fancy-regex v0.14.0
30512026-08-17T20:10:12.519Z Checking serde_tokenstream v0.2.3
30522026-08-17T20:10:12.603Z Checking oso v0.27.3
30532026-08-17T20:10:12.870Z Checking approx v0.5.1
30542026-08-17T20:10:12.956Z Compiling rstest_macros v0.25.0
30552026-08-17T20:10:13.033Z Checking uzers v0.12.2
30562026-08-17T20:10:13.254Z Checking constant_time_eq v0.3.1
30572026-08-17T20:10:13.289Z Checking termcolor v1.4.1
30582026-08-17T20:10:13.324Z Compiling linkme-impl v0.3.35
30592026-08-17T20:10:13.383Z Checking rust-argon2 v2.1.0
30602026-08-17T20:10:13.547Z Checking trybuild v1.0.116
30612026-08-17T20:10:13.651Z Checking datatest-stable v0.3.3
30622026-08-17T20:10:13.894Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30632026-08-17T20:10:13.929Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30642026-08-17T20:10:14.201Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30652026-08-17T20:10:14.235Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30662026-08-17T20:10:14.270Z Checking support-bundle-viewer v0.1.2
30672026-08-17T20:10:14.370Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30682026-08-17T20:10:14.549Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30692026-08-17T20:10:14.594Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30702026-08-17T20:10:14.772Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30712026-08-17T20:10:14.821Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30722026-08-17T20:10:14.990Z Checking drift v0.2.0
30732026-08-17T20:10:15.058Z Checking rand_distr v0.5.1
30742026-08-17T20:10:15.190Z Checking multimap v0.10.1
30752026-08-17T20:10:15.253Z Compiling relative-path v1.9.3
30762026-08-17T20:10:15.375Z Compiling linkme v0.3.35
30772026-08-17T20:10:15.410Z Checking parse-size v1.1.0
30782026-08-17T20:10:15.478Z Checking dropshot-api-manager v0.8.0
30792026-08-17T20:10:15.563Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30802026-08-17T20:10:16.597Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30812026-08-17T20:10:17.015Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30822026-08-17T20:10:17.220Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30832026-08-17T20:10:17.433Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30842026-08-17T20:10:17.620Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30852026-08-17T20:10:17.787Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30862026-08-17T20:10:17.826Z Checking cargo_toml v0.21.0
30872026-08-17T20:10:18.206Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30882026-08-17T20:10:18.327Z Checking partial-io v0.5.4
30892026-08-17T20:10:18.470Z Checking termios v0.3.3
30902026-08-17T20:10:18.562Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30912026-08-17T20:10:18.666Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30922026-08-17T20:10:19.185Z Checking rstest v0.25.0
30932026-08-17T20:10:19.319Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30942026-08-17T20:10:22.500Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30952026-08-17T20:10:24.938Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30962026-08-17T20:10:26.998Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30972026-08-17T20:10:30.659Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30982026-08-17T20:10:32.052Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30992026-08-17T20:10:35.346Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31002026-08-17T20:10:40.163Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31012026-08-17T20:10:42.396Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31022026-08-17T20:10:43.448Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31032026-08-17T20:10:46.678Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31042026-08-17T20:10:49.186Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31052026-08-17T20:10:49.907Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31062026-08-17T20:10:51.222Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31072026-08-17T20:10:55.892Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31082026-08-17T20:11:00.078Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31092026-08-17T20:11:20.514Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31102026-08-17T20:12:14.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 08s
31112026-08-17T20:12:14.763Z
31122026-08-17T20:12:14.763Zreal 4:12.320485040
31132026-08-17T20:12:14.763Zuser 21:40.144467106
31142026-08-17T20:12:14.763Zsys 5:07.033591785
31152026-08-17T20:12:14.764Ztrap 0.531532917
31162026-08-17T20:12:14.764Ztflt 0.434446733
31172026-08-17T20:12:14.764Zdflt 0.577018070
31182026-08-17T20:12:14.764Zkflt 0.005073770
31192026-08-17T20:12:14.764Zlock 1:05:35.982784019
31202026-08-17T20:12:14.764Zslp 59:07.129360135
31212026-08-17T20:12:14.764Zlat 1:48.665127690
31222026-08-17T20:12:14.764Zstop 13:41.995636714
31232026-08-17T20:12:14.767Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31242026-08-17T20:12:14.767Z+ ptime -m cargo doc --workspace --no-deps
31252026-08-17T20:12:15.608Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31262026-08-17T20:12:15.608Z |
31272026-08-17T20:12:15.608Z = 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)`
31282026-08-17T20:12:15.608Z = 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>
31292026-08-17T20:12:16.670Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31302026-08-17T20:12:16.912Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31312026-08-17T20:12:16.957Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31322026-08-17T20:12:17.020Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31332026-08-17T20:12:17.082Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31342026-08-17T20:12:17.184Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31352026-08-17T20:12:17.214Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31362026-08-17T20:12:17.214Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31372026-08-17T20:12:17.264Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31382026-08-17T20:12:17.288Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-08-17T20:12:17.435Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31402026-08-17T20:12:17.489Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31412026-08-17T20:12:17.514Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31422026-08-17T20:12:17.596Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31432026-08-17T20:12:17.620Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31442026-08-17T20:12:17.623Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31452026-08-17T20:12:17.661Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31462026-08-17T20:12:17.686Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31472026-08-17T20:12:17.690Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31482026-08-17T20:12:17.780Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31492026-08-17T20:12:17.829Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31502026-08-17T20:12:18.077Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31512026-08-17T20:12:18.219Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31522026-08-17T20:12:18.243Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31532026-08-17T20:12:18.267Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31542026-08-17T20:12:18.307Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31552026-08-17T20:12:18.457Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31562026-08-17T20:12:18.482Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31572026-08-17T20:12:18.621Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31582026-08-17T20:12:18.726Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31592026-08-17T20:12:18.812Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31602026-08-17T20:12:18.843Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31612026-08-17T20:12:18.950Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31622026-08-17T20:12:19.034Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31632026-08-17T20:12:19.179Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31642026-08-17T20:12:19.264Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31652026-08-17T20:12:19.315Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31662026-08-17T20:12:19.366Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31672026-08-17T20:12:19.395Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31682026-08-17T20:12:19.541Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31692026-08-17T20:12:19.638Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31702026-08-17T20:12:19.804Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31712026-08-17T20:12:19.870Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31722026-08-17T20:12:19.895Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31732026-08-17T20:12:19.983Z Checking scuffle v0.1.0
31742026-08-17T20:12:20.094Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31752026-08-17T20:12:20.124Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31762026-08-17T20:12:20.229Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31772026-08-17T20:12:20.321Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31782026-08-17T20:12:20.378Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31792026-08-17T20:12:20.452Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31802026-08-17T20:12:20.554Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31812026-08-17T20:12:20.579Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31822026-08-17T20:12:20.626Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31832026-08-17T20:12:20.656Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31842026-08-17T20:12:20.679Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31852026-08-17T20:12:20.752Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31862026-08-17T20:12:20.825Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31872026-08-17T20:12:21.237Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31882026-08-17T20:12:21.586Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31892026-08-17T20:12:21.613Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31902026-08-17T20:12:21.933Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31912026-08-17T20:12:22.057Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31922026-08-17T20:12:22.314Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31932026-08-17T20:12:22.339Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31942026-08-17T20:12:22.470Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31952026-08-17T20:12:22.551Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31962026-08-17T20:12:22.589Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31972026-08-17T20:12:22.620Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31982026-08-17T20:12:22.765Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31992026-08-17T20:12:22.819Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32002026-08-17T20:12:22.869Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32012026-08-17T20:12:23.618Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32022026-08-17T20:12:23.737Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32032026-08-17T20:12:23.870Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32042026-08-17T20:12:23.910Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32052026-08-17T20:12:24.104Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32062026-08-17T20:12:24.159Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32072026-08-17T20:12:24.285Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32082026-08-17T20:12:24.309Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32092026-08-17T20:12:24.341Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32102026-08-17T20:12:24.397Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32112026-08-17T20:12:24.506Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32122026-08-17T20:12:24.529Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32132026-08-17T20:12:24.643Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32142026-08-17T20:12:24.768Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32152026-08-17T20:12:24.793Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32162026-08-17T20:12:24.793Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32172026-08-17T20:12:24.816Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32182026-08-17T20:12:24.987Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32192026-08-17T20:12:25.012Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32202026-08-17T20:12:25.078Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32212026-08-17T20:12:25.099Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32222026-08-17T20:12:25.121Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32232026-08-17T20:12:25.144Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32242026-08-17T20:12:25.291Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32252026-08-17T20:12:25.340Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32262026-08-17T20:12:25.383Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32272026-08-17T20:12:25.406Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32282026-08-17T20:12:25.429Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32292026-08-17T20:12:25.530Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32302026-08-17T20:12:25.553Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32312026-08-17T20:12:25.625Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32322026-08-17T20:12:25.727Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32332026-08-17T20:12:25.772Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32342026-08-17T20:12:26.009Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32352026-08-17T20:12:26.031Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32362026-08-17T20:12:26.053Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32372026-08-17T20:12:26.582Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32382026-08-17T20:12:26.753Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32392026-08-17T20:12:27.034Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32402026-08-17T20:12:27.811Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32412026-08-17T20:12:28.002Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32422026-08-17T20:12:28.397Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32432026-08-17T20:12:28.422Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32442026-08-17T20:12:28.854Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32452026-08-17T20:12:29.385Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32462026-08-17T20:12:29.796Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32472026-08-17T20:12:30.230Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32482026-08-17T20:12:30.438Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32492026-08-17T20:12:30.700Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32502026-08-17T20:12:30.725Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32512026-08-17T20:12:31.139Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32522026-08-17T20:12:31.186Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32532026-08-17T20:12:31.929Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32542026-08-17T20:12:31.992Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32552026-08-17T20:12:32.128Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32562026-08-17T20:12:32.325Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32572026-08-17T20:12:32.507Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32582026-08-17T20:12:32.899Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32592026-08-17T20:12:33.061Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32602026-08-17T20:12:33.438Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32612026-08-17T20:12:33.492Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32622026-08-17T20:12:33.730Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32632026-08-17T20:12:34.214Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32642026-08-17T20:12:34.425Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32652026-08-17T20:12:34.479Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32662026-08-17T20:12:35.077Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32672026-08-17T20:12:35.516Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32682026-08-17T20:12:35.956Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32692026-08-17T20:12:35.993Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32702026-08-17T20:12:36.381Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32712026-08-17T20:12:36.693Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32722026-08-17T20:12:37.339Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32732026-08-17T20:12:37.342Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32742026-08-17T20:12:37.415Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32752026-08-17T20:12:37.868Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32762026-08-17T20:12:37.959Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32772026-08-17T20:12:38.010Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32782026-08-17T20:12:38.490Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32792026-08-17T20:12:39.721Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32802026-08-17T20:12:39.810Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32812026-08-17T20:12:40.276Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32822026-08-17T20:12:41.387Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32832026-08-17T20:12:43.677Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32842026-08-17T20:12:43.711Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32852026-08-17T20:12:43.884Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32862026-08-17T20:12:45.285Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32872026-08-17T20:12:46.613Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32882026-08-17T20:12:47.184Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32892026-08-17T20:12:47.513Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32902026-08-17T20:12:47.562Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32912026-08-17T20:12:48.455Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32922026-08-17T20:12:48.624Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32932026-08-17T20:12:49.720Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32942026-08-17T20:12:49.925Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32952026-08-17T20:12:50.381Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32962026-08-17T20:12:51.657Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32972026-08-17T20:12:51.682Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32982026-08-17T20:12:51.775Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32992026-08-17T20:12:52.293Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33002026-08-17T20:12:52.350Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33012026-08-17T20:12:52.409Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33022026-08-17T20:12:52.459Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33032026-08-17T20:12:52.687Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33042026-08-17T20:12:52.895Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33052026-08-17T20:12:52.998Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33062026-08-17T20:12:53.466Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33072026-08-17T20:12:53.663Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33082026-08-17T20:12:54.070Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33092026-08-17T20:12:54.241Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33102026-08-17T20:12:54.339Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33112026-08-17T20:12:54.513Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33122026-08-17T20:12:54.821Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33132026-08-17T20:12:55.262Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33142026-08-17T20:12:56.189Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33152026-08-17T20:12:56.924Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33162026-08-17T20:12:57.732Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33172026-08-17T20:12:59.430Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33182026-08-17T20:13:00.927Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33192026-08-17T20:13:01.441Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33202026-08-17T20:13:02.107Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33212026-08-17T20:13:03.725Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33222026-08-17T20:13:05.719Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33232026-08-17T20:13:06.472Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33242026-08-17T20:13:06.977Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33252026-08-17T20:13:07.891Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33262026-08-17T20:13:09.045Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33272026-08-17T20:13:11.287Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33282026-08-17T20:13:12.094Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33292026-08-17T20:13:12.274Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33302026-08-17T20:13:12.983Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33312026-08-17T20:13:15.362Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33322026-08-17T20:13:18.956Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33332026-08-17T20:13:19.928Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33342026-08-17T20:13:20.562Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33352026-08-17T20:13:21.435Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33362026-08-17T20:13:22.260Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33372026-08-17T20:13:23.061Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33382026-08-17T20:13:23.841Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33392026-08-17T20:13:24.641Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33402026-08-17T20:13:26.487Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33412026-08-17T20:13:26.753Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33422026-08-17T20:13:27.505Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33432026-08-17T20:13:27.785Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33442026-08-17T20:13:28.867Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33452026-08-17T20:13:29.757Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33462026-08-17T20:13:31.493Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33472026-08-17T20:13:33.948Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33482026-08-17T20:13:35.367Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33492026-08-17T20:13:35.986Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33502026-08-17T20:13:37.318Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33512026-08-17T20:13:38.377Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33522026-08-17T20:13:39.184Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33532026-08-17T20:13:41.089Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33542026-08-17T20:13:42.176Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33552026-08-17T20:13:43.191Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33562026-08-17T20:13:44.385Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33572026-08-17T20:13:45.377Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33582026-08-17T20:13:46.349Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33592026-08-17T20:13:47.591Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33602026-08-17T20:13:49.909Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33612026-08-17T20:13:52.355Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33622026-08-17T20:13:52.761Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33632026-08-17T20:13:53.683Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33642026-08-17T20:13:55.537Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33652026-08-17T20:13:57.217Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33662026-08-17T20:13:58.765Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33672026-08-17T20:14:00.567Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33682026-08-17T20:14:02.206Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33692026-08-17T20:14:07.080Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33702026-08-17T20:14:07.408Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33712026-08-17T20:14:08.794Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33722026-08-17T20:14:09.102Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33732026-08-17T20:14:10.840Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33742026-08-17T20:14:12.694Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33752026-08-17T20:14:14.634Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33762026-08-17T20:14:16.652Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33772026-08-17T20:14:18.439Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33782026-08-17T20:14:20.464Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33792026-08-17T20:14:22.047Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33802026-08-17T20:14:23.790Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33812026-08-17T20:14:25.601Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33822026-08-17T20:14:27.383Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33832026-08-17T20:14:29.206Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33842026-08-17T20:14:30.964Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33852026-08-17T20:14:34.248Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33862026-08-17T20:14:36.332Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33872026-08-17T20:14:38.002Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33882026-08-17T20:14:39.779Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33892026-08-17T20:14:41.470Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33902026-08-17T20:14:45.791Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33912026-08-17T20:14:47.476Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33922026-08-17T20:14:49.215Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33932026-08-17T20:14:51.657Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33942026-08-17T20:14:53.401Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33952026-08-17T20:14:56.756Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33962026-08-17T20:14:57.906Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33972026-08-17T20:14:58.296Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33982026-08-17T20:15:02.445Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33992026-08-17T20:15:04.277Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34002026-08-17T20:15:07.741Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34012026-08-17T20:15:09.735Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34022026-08-17T20:15:11.797Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34032026-08-17T20:15:14.527Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34042026-08-17T20:15:16.731Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34052026-08-17T20:15:19.783Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34062026-08-17T20:15:22.064Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34072026-08-17T20:15:24.214Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34082026-08-17T20:15:26.709Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34092026-08-17T20:15:29.125Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34102026-08-17T20:15:31.616Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34112026-08-17T20:15:34.088Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34122026-08-17T20:15:36.656Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34132026-08-17T20:15:39.066Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34142026-08-17T20:15:41.432Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34152026-08-17T20:15:44.153Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34162026-08-17T20:15:46.622Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34172026-08-17T20:15:49.093Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34182026-08-17T20:15:51.563Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34192026-08-17T20:15:54.157Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34202026-08-17T20:15:56.750Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34212026-08-17T20:15:59.179Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34222026-08-17T20:16:01.717Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34232026-08-17T20:16:04.333Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34242026-08-17T20:16:06.855Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34252026-08-17T20:16:09.350Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34262026-08-17T20:16:11.906Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34272026-08-17T20:16:14.172Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34282026-08-17T20:16:16.826Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34292026-08-17T20:16:19.590Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34302026-08-17T20:16:22.193Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34312026-08-17T20:16:24.702Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34322026-08-17T20:16:27.268Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34332026-08-17T20:16:29.830Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34342026-08-17T20:16:32.463Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34352026-08-17T20:16:35.013Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34362026-08-17T20:16:37.578Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34372026-08-17T20:16:40.010Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34382026-08-17T20:16:42.744Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34392026-08-17T20:16:45.275Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34402026-08-17T20:16:47.831Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34412026-08-17T20:16:50.569Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34422026-08-17T20:16:53.003Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34432026-08-17T20:16:55.556Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34442026-08-17T20:16:58.047Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34452026-08-17T20:17:01.579Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34462026-08-17T20:17:03.656Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34472026-08-17T20:17:06.299Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34482026-08-17T20:17:09.338Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34492026-08-17T20:17:12.066Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34502026-08-17T20:17:14.643Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34512026-08-17T20:17:17.301Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34522026-08-17T20:17:20.008Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34532026-08-17T20:17:22.749Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34542026-08-17T20:17:25.942Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34552026-08-17T20:17:28.421Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34562026-08-17T20:17:31.279Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34572026-08-17T20:17:39.264Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34582026-08-17T20:17:39.657Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34592026-08-17T20:17:42.976Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34602026-08-17T20:17:46.601Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34612026-08-17T20:17:50.035Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34622026-08-17T20:17:53.644Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34632026-08-17T20:17:58.445Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34642026-08-17T20:18:01.419Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34652026-08-17T20:18:05.247Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34662026-08-17T20:18:09.129Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34672026-08-17T20:18:12.971Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34682026-08-17T20:18:16.820Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34692026-08-17T20:18:20.689Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34702026-08-17T20:18:24.513Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34712026-08-17T20:18:28.478Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34722026-08-17T20:18:32.262Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34732026-08-17T20:18:36.214Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34742026-08-17T20:18:39.963Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34752026-08-17T20:18:43.909Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34762026-08-17T20:18:47.685Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34772026-08-17T20:18:51.614Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34782026-08-17T20:18:55.597Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34792026-08-17T20:18:59.399Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34802026-08-17T20:19:03.299Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34812026-08-17T20:19:34.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 19s
34822026-08-17T20:19:34.283Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 203 other files
34832026-08-17T20:19:34.389Z
34842026-08-17T20:19:34.389Zreal 7:19.538467361
34852026-08-17T20:19:34.389Zuser 19:59.669372930
34862026-08-17T20:19:34.389Zsys 4:17.158280313
34872026-08-17T20:19:34.389Ztrap 0.294255858
34882026-08-17T20:19:34.389Ztflt 0.006194991
34892026-08-17T20:19:34.389Zdflt 0.032585521
34902026-08-17T20:19:34.389Zkflt 0.000064430
34912026-08-17T20:19:34.389Zlock 6:58:27.429274690
34922026-08-17T20:19:34.389Zslp 2:27:25.012233821
34932026-08-17T20:19:34.389Zlat 37.482112567
34942026-08-17T20:19:34.389Zstop 2:05.561469366
34952026-08-17T20:19:34.393Zprocess exited: duration 822593 ms, exit code 0
 
34962026-08-17T20:19:34.399Zfound 0 output files