01M1C5DPJ6QK78V80RA3NSEK8Y: clippy (helios)

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

Buildomat Job: 01M1C5ENDFDWY6HXJH5WTANXA3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T15:02:44.084Zjob assigned to worker 01M1C5EVWQG6CQK58MKW30XJRF [factory aws, i-0c63b91fb40528bd2] (queued for 50 s)
 
22026-08-31T15:02:50.598Zstarting task 0: "setup"
32026-08-31T15:02:50.605Z++ uname -s
42026-08-31T15:02:50.605Z+ kern=SunOS
52026-08-31T15:02:50.605Z+ build_user=build
62026-08-31T15:02:50.605Z+ build_uid=12345
72026-08-31T15:02:50.605Z+ work_dir=/work
82026-08-31T15:02:50.605Z+ input_dir=/input
92026-08-31T15:02:50.605Z+ [[ 0 == 12345 ]]
102026-08-31T15:02:50.605Z+ case "$kern" in
112026-08-31T15:02:50.605Z+ groupadd -g 12345 build
122026-08-31T15:02:50.605Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T15:02:52.610Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T15:02:52.690Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T15:02:52.693Z+ home_fs=zfs
162026-08-31T15:02:52.694Z+ [[ zfs == autofs ]]
172026-08-31T15:02:52.694Z+ mkdir -p /home/build
182026-08-31T15:02:52.694Z+ chown build:build /home/build /work
192026-08-31T15:02:54.697Z+ chmod 0700 /home/build /work
202026-08-31T15:02:54.704Zprocess exited: duration 4106 ms, exit code 0
 
212026-08-31T15:02:54.711Zstarting task 1: "rust-toolchain"
222026-08-31T15:02:54.716Z * rust toolchain channel = "1.97.1"
232026-08-31T15:02:54.716Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-08-31T15:02:54.716Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-31T15:02:54.716Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-31T15:02:54.716Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-31T15:02:54.716Z * rust toolchain profile = "default"
282026-08-31T15:02:54.719Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T15:02:54.719Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-31T15:02:54.803Zinfo: downloading installer
312026-08-31T15:02:56.035Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T15:02:56.035Zwarn: /home/build/.rustup/settings.toml
332026-08-31T15:02:56.035Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T15:02:56.035Zwarn: instead of the one inferred from the default host triple.
352026-08-31T15:02:56.047Zinfo: profile set to default
362026-08-31T15:02:56.047Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T15:02:56.050Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-31T15:02:56.184Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-31T15:02:56.191Zinfo: downloading 6 components
402026-08-31T15:03:09.919Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-31T15:03:09.919Z
422026-08-31T15:03:09.949Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-31T15:03:09.949Z
442026-08-31T15:03:09.949Z
452026-08-31T15:03:09.949ZRust is installed now. Great!
462026-08-31T15:03:09.949Z
472026-08-31T15:03:09.949ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T15:03:09.949Zenvironment variable. This has not been done automatically.
492026-08-31T15:03:09.949Z
502026-08-31T15:03:09.949ZTo configure your current shell, you need to source
512026-08-31T15:03:09.950Zthe corresponding env file under $HOME/.cargo.
522026-08-31T15:03:09.950Z
532026-08-31T15:03:09.950ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T15:03:09.950Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T15:03:09.950Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T15:03:09.950Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T15:03:09.950Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T15:03:09.950Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T15:03:09.950Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T15:03:09.955Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T15:03:09.955Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T15:03:10.059Z+ rustup --version
632026-08-31T15:03:10.064Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T15:03:10.064Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T15:03:10.079Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-31T15:03:10.082Z+ cargo --version
672026-08-31T15:03:10.096Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-31T15:03:10.100Z+ rustc --version
692026-08-31T15:03:10.118Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-31T15:03:10.123Zprocess exited: duration 15408 ms, exit code 0
 
712026-08-31T15:03:10.130Zstarting task 2: "authentication"
722026-08-31T15:03:10.149Zprocess exited: duration 18 ms, exit code 0
 
732026-08-31T15:03:10.155Zstarting task 3: "clone repository"
742026-08-31T15:03:10.159Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-31T15:03:10.162Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-31T15:03:10.201ZCloning into '/work/oxidecomputer/omicron'...
772026-08-31T15:03:22.989Z+ cd /work/oxidecomputer/omicron
782026-08-31T15:03:22.989Z+ git fetch origin a4abb0ca68bc4f3cd1e8d963fe929aaacb54218d
792026-08-31T15:03:23.333ZFrom https://github.com/oxidecomputer/omicron
802026-08-31T15:03:23.333Z * branch a4abb0ca68bc4f3cd1e8d963fe929aaacb54218d -> FETCH_HEAD
812026-08-31T15:03:23.344Z+ [[ -n '' ]]
822026-08-31T15:03:23.344Z+ git reset --hard a4abb0ca68bc4f3cd1e8d963fe929aaacb54218d
832026-08-31T15:03:23.607ZHEAD is now at a4abb0ca6 [merge] merge the NoActiveVmmForInstance fix from zl/probe-multicast
842026-08-31T15:03:23.613Zprocess exited: duration 13456 ms, exit code 0
 
852026-08-31T15:03:23.621Zstarting task 4: "build"
862026-08-31T15:03:23.625Z+ source ./env.sh
872026-08-31T15:03:23.625Z++ OLD_SHELL_OPTS=ehxB
882026-08-31T15:03:23.625Z++ set -o xtrace
892026-08-31T15:03:23.630Z++++ dirname ./env.sh
902026-08-31T15:03:23.630Z+++ readlink -f .
912026-08-31T15:03:23.634Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-08-31T15:03:23.634Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-08-31T15:03:23.634Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-08-31T15:03:23.634Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-08-31T15:03:23.634Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962026-08-31T15:03:23.634Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972026-08-31T15:03:23.634Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982026-08-31T15:03:23.635Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-31T15:03:23.635Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-31T15:03:23.635Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-31T15:03:23.635Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-31T15:03:23.635Z++ case $OLD_SHELL_OPTS in
1032026-08-31T15:03:23.635Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-08-31T15:03:23.635Z+ source .github/buildomat/ci-env.sh
1052026-08-31T15:03:23.635Z++ export CARGO_TERM_COLOR=always
1062026-08-31T15:03:23.635Z++ CARGO_TERM_COLOR=always
1072026-08-31T15:03:23.636Z+++ uname -s
1082026-08-31T15:03:23.636Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-08-31T15:03:23.636Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-08-31T15:03:23.640Z+ cargo --version
1112026-08-31T15:03:23.644Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-31T15:03:23.644Z+ rustc --version
1132026-08-31T15:03:23.665Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-31T15:03:23.668Z+ banner prerequisites
1152026-08-31T15:03:23.703Z
1162026-08-31T15:03:23.703Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-08-31T15:03:23.703Z # # # # # # # # # # # # # # #
1182026-08-31T15:03:23.703Z # # # # ##### # # ##### # # # # # #### #
1192026-08-31T15:03:23.703Z ##### ##### # ##### # # # # # # # # #
1202026-08-31T15:03:23.703Z # # # # # # # # # # # # # # #
1212026-08-31T15:03:23.703Z # # # ###### # # ###### ### # #### # #### #
1222026-08-31T15:03:23.703Z
1232026-08-31T15:03:23.703Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-08-31T15:03:25.658Z Startup: Refreshing catalog 'helios' ... Done
1252026-08-31T15:03:26.064Z Startup: Caching catalogs ... Done
1262026-08-31T15:03:28.368ZPlanning: Solver setup ... Done (2.177s)
1272026-08-31T15:03:28.433ZPlanning: Running solver ... Done (0.065s)
1282026-08-31T15:03:28.486ZPlanning: Finding local manifests ... Done (0.003s)
1292026-08-31T15:03:28.497ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-31T15:03:28.517ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-31T15:03:28.531ZPlanning: Package planning ... Done (0.014s)
1322026-08-31T15:03:28.534ZPlanning: Merging actions ... Done (0.002s)
1332026-08-31T15:03:28.762ZPlanning: Checking for conflicting actions ... Done (0.230s)
1342026-08-31T15:03:28.765ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-08-31T15:03:29.519ZPlanning: Evaluating mediators ... Done (0.756s)
1362026-08-31T15:03:29.524ZPlanning: Planning completed in 3.42 seconds
1372026-08-31T15:03:29.528Z Packages to install: 2
1382026-08-31T15:03:29.528Z Estimated space available: 156.00 GB
1392026-08-31T15:03:29.528ZEstimated space to be consumed: 83.65 MB
1402026-08-31T15:03:29.528Z Create boot environment: No
1412026-08-31T15:03:29.532ZCreate backup boot environment: No
1422026-08-31T15:03:29.532Z Rebuild boot archive: No
1432026-08-31T15:03:29.532Z
1442026-08-31T15:03:29.532ZChanged packages:
1452026-08-31T15:03:29.532Zhelios
1462026-08-31T15:03:29.532Z developer/build-essential
1472026-08-31T15:03:29.532Z None -> 11-3.0
1482026-08-31T15:03:29.532Z library/libxmlsec1
1492026-08-31T15:03:29.532Z None -> 1.2.35-3.0
1502026-08-31T15:03:29.552Z
1512026-08-31T15:03:29.552ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-08-31T15:03:29.636ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1532026-08-31T15:03:29.684Z Actions: 1/268 actions (Installing new actions)
1542026-08-31T15:03:29.722Z Actions: Completed 268 actions in 0.04 seconds.
1552026-08-31T15:03:29.759ZFinalize: Updating package state database ... Done (0.037s)
1562026-08-31T15:03:29.762ZFinalize: Updating package cache ... Done (0.000s)
1572026-08-31T15:03:29.858ZFinalize: Updating image state ... Done (0.099s)
1582026-08-31T15:03:32.321ZFinalize: Creating fast lookup database ... Done (2.408s)
1592026-08-31T15:03:32.389ZFinalize: Reading search index ... Done (0.012s)
1602026-08-31T15:03:32.393ZFinalize: Updating search index ... Done (0.000s)
1612026-08-31T15:03:32.506ZFinalize: Updating package cache ... Done (0.000s)
1622026-08-31T15:03:32.879ZPlanning: Evaluating mediator changes ... Done
1632026-08-31T15:03:32.984ZPlanning: Checking for conflicting actions ... Done
1642026-08-31T15:03:32.987ZPlanning: Consolidating action changes ... Done
1652026-08-31T15:03:33.141ZPlanning: Evaluating mediators ... Done
1662026-08-31T15:03:33.145ZPlanning: Planning completed in 0.26 seconds
1672026-08-31T15:03:33.164Z Mediators to change: 2
1682026-08-31T15:03:33.164Z Create boot environment: No
1692026-08-31T15:03:33.164ZCreate backup boot environment: No
1702026-08-31T15:03:33.205ZFinalize: Updating package state database ... Done
1712026-08-31T15:03:33.205ZFinalize: Updating package cache ... Done
1722026-08-31T15:03:33.260ZFinalize: Updating image state ... Done
1732026-08-31T15:03:35.190ZFinalize: Creating fast lookup database ... Done
1742026-08-31T15:03:35.251ZFinalize: Reading search index ... Done
1752026-08-31T15:03:35.255ZFinalize: Updating search index ... Done
1762026-08-31T15:03:35.320ZFinalize: Updating package cache ... Done
1772026-08-31T15:03:35.607ZPlanning: Evaluating mediator changes ... Done
1782026-08-31T15:03:35.713ZPlanning: Checking for conflicting actions ... Done
1792026-08-31T15:03:35.718ZPlanning: Consolidating action changes ... Done
1802026-08-31T15:03:35.871ZPlanning: Evaluating mediators ... Done
1812026-08-31T15:03:35.874ZPlanning: Planning completed in 0.27 seconds
1822026-08-31T15:03:35.895Z Mediators to change: 1
1832026-08-31T15:03:35.895Z Create boot environment: No
1842026-08-31T15:03:35.895ZCreate backup boot environment: No
1852026-08-31T15:03:35.937ZFinalize: Updating package state database ... Done
1862026-08-31T15:03:35.938ZFinalize: Updating package cache ... Done
1872026-08-31T15:03:35.993ZFinalize: Updating image state ... Done
1882026-08-31T15:03:37.927ZFinalize: Creating fast lookup database ... Done
1892026-08-31T15:03:37.985ZFinalize: Reading search index ... Done
1902026-08-31T15:03:37.988ZFinalize: Updating search index ... Done
1912026-08-31T15:03:38.046ZFinalize: Updating package cache ... Done
1922026-08-31T15:03:38.360ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-08-31T15:03:38.361Zapache system 2.4 system
1942026-08-31T15:03:38.361Zclang system 15 system
1952026-08-31T15:03:38.361Zcsh system system illumos
1962026-08-31T15:03:38.361Zctags system system illumos
1972026-08-31T15:03:38.361Zfile vendor vendor darwinsys
1982026-08-31T15:03:38.361Zfile system system illumos
1992026-08-31T15:03:38.361Zgcc vendor 14 vendor
2002026-08-31T15:03:38.361Zgcc system 13 system
2012026-08-31T15:03:38.361Zgcc system 10 system
2022026-08-31T15:03:38.361Zgo system 1.25 system
2032026-08-31T15:03:38.361Zllvm system 15 system
2042026-08-31T15:03:38.361Zmariadb system 11.4 system
2052026-08-31T15:03:38.361Zmta vendor vendor dma
2062026-08-31T15:03:38.361Zopenjdk system 17 system
2072026-08-31T15:03:38.361Zopenjdk system 11 system
2082026-08-31T15:03:38.361Zopenssl vendor 3 vendor
2092026-08-31T15:03:38.361Zperl system 5.40 system
2102026-08-31T15:03:38.361Zpostgresql system 18 system
2112026-08-31T15:03:38.361Zpostgresql system 17 system
2122026-08-31T15:03:38.361Zpython vendor 3 vendor
2132026-08-31T15:03:38.361Zpython system 2 system
2142026-08-31T15:03:38.361Zpython3 vendor 3.13 vendor
2152026-08-31T15:03:38.361Zruby system 3.4 system
2162026-08-31T15:03:38.361Zruby system 3.0 system
2172026-08-31T15:03:38.361Zwords vendor vendor american-english
2182026-08-31T15:03:38.361Zwords system system australian-english
2192026-08-31T15:03:38.362Zwords system system british-english
2202026-08-31T15:03:38.362Zwords system system canadian-english
2212026-08-31T15:03:38.362Zwords system system french
2222026-08-31T15:03:38.362Zwords system system italian
2232026-08-31T15:03:38.362Zwords system system ngerman
2242026-08-31T15:03:38.362Zwords system system ogerman
2252026-08-31T15:03:38.362Zwords system system spanish
2262026-08-31T15:03:38.614ZPUBLISHER TYPE STATUS P LOCATION
2272026-08-31T15:03:38.614Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-08-31T15:03:39.117ZFMRI IFO
2292026-08-31T15:03:39.117Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-08-31T15:03:39.117Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-08-31T15:03:39.117Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-08-31T15:03:39.117Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-08-31T15:03:39.117Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-08-31T15:03:39.118Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-08-31T15:03:39.118Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-08-31T15:03:39.118Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-08-31T15:03:39.118Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-08-31T15:03:39.473Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-08-31T15:03:39.828Z Updating crates.io index
2402026-08-31T15:03:39.832Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-08-31T15:03:40.127Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-08-31T15:03:40.532Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2432026-08-31T15:03:40.889Z Updating git repository `https://github.com/oxidecomputer/propolis`
2442026-08-31T15:03:42.160Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-08-31T15:03:42.693Z Updating git repository `https://github.com/oxidecomputer/crucible`
2462026-08-31T15:03:44.538Z Updating git repository `https://github.com/oxidecomputer/opte`
2472026-08-31T15:03:45.423Z Updating git repository `https://github.com/oxidecomputer/tofino`
2482026-08-31T15:03:45.730Z Updating git repository `https://github.com/oxidecomputer/lldp`
2492026-08-31T15:03:46.114Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502026-08-31T15:03:47.848Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-08-31T15:03:48.174Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2522026-08-31T15:03:48.930Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2532026-08-31T15:03:49.225Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2542026-08-31T15:03:49.544Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2552026-08-31T15:03:49.815Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2562026-08-31T15:03:50.126Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-31T15:03:50.420Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-08-31T15:03:50.724Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2592026-08-31T15:03:51.200Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-08-31T15:03:51.781Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2612026-08-31T15:03:52.077Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-08-31T15:03:52.763Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-08-31T15:03:53.216Z Updating git repository `https://github.com/oxidecomputer/erebor`
2642026-08-31T15:03:53.502Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-08-31T15:03:53.951Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-08-31T15:03:54.578Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-08-31T15:03:55.002Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-08-31T15:03:55.407Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-08-31T15:03:55.754Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702026-08-31T15:03:56.082Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-08-31T15:03:56.683Z Updating git repository `https://github.com/oxidecomputer/tough`
2722026-08-31T15:03:57.244Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-08-31T15:03:57.632Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-08-31T15:03:57.905Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-08-31T15:03:58.259Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2762026-08-31T15:03:58.602Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-08-31T15:03:58.904Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-08-31T15:03:59.219Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-08-31T15:03:59.761Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-08-31T15:03:59.983Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-08-31T15:04:00.538Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-08-31T15:04:03.134Z Downloading crates ...
2832026-08-31T15:04:03.179Z Downloaded bytecount v0.6.9
2842026-08-31T15:04:03.184Z Downloaded anstyle-query v1.1.5
2852026-08-31T15:04:03.187Z Downloaded colorchoice v1.0.4
2862026-08-31T15:04:03.191Z Downloaded bitflags v2.11.0
2872026-08-31T15:04:03.199Z Downloaded cargo_toml v0.21.0
2882026-08-31T15:04:03.202Z Downloaded zmij v1.0.21
2892026-08-31T15:04:03.202Z Downloaded strsim v0.11.1
2902026-08-31T15:04:03.202Z Downloaded proc-macro-error-attr v1.0.4
2912026-08-31T15:04:03.205Z Downloaded anstream v1.0.0
2922026-08-31T15:04:03.208Z Downloaded anstyle v1.0.14
2932026-08-31T15:04:03.208Z Downloaded byteorder v1.5.0
2942026-08-31T15:04:03.208Z Downloaded zerocopy-derive v0.7.35
2952026-08-31T15:04:03.216Z Downloaded semver v1.0.28
2962026-08-31T15:04:03.219Z Downloaded winnow v0.7.14
2972026-08-31T15:04:03.223Z Downloaded serde_derive v1.0.229
2982026-08-31T15:04:03.226Z Downloaded camino-tempfile v1.4.1
2992026-08-31T15:04:03.229Z Downloaded camino v1.2.5
3002026-08-31T15:04:03.232Z Downloaded toml_edit v0.22.27
3012026-08-31T15:04:03.235Z Downloaded heck v0.5.0
3022026-08-31T15:04:03.235Z Downloaded dtrace-parser v0.2.0
3032026-08-31T15:04:03.238Z Downloaded fastrand v2.3.0
3042026-08-31T15:04:03.244Z Downloaded errno v0.3.14
3052026-08-31T15:04:03.244Z Downloaded fnv v1.0.7
3062026-08-31T15:04:03.244Z Downloaded cpufeatures v0.2.17
3072026-08-31T15:04:03.244Z Downloaded digest v0.10.7
3082026-08-31T15:04:03.247Z Downloaded equivalent v1.0.2
3092026-08-31T15:04:03.247Z Downloaded macaddr v1.0.1
3102026-08-31T15:04:03.252Z Downloaded generic-array v0.14.7
3112026-08-31T15:04:03.256Z Downloaded heck v0.4.1
3122026-08-31T15:04:03.256Z Downloaded block-buffer v0.10.4
3132026-08-31T15:04:03.256Z Downloaded cfg-if v1.0.4
3142026-08-31T15:04:03.256Z Downloaded serde_spanned v0.6.9
3152026-08-31T15:04:03.260Z Downloaded crypto-common v0.1.7
3162026-08-31T15:04:03.262Z Downloaded thiserror v2.0.18
3172026-08-31T15:04:03.267Z Downloaded pest_meta v2.8.6
3182026-08-31T15:04:03.269Z Downloaded swrite v0.1.0
3192026-08-31T15:04:03.269Z Downloaded plain v0.2.3
3202026-08-31T15:04:03.270Z Downloaded is_terminal_polyfill v1.70.2
3212026-08-31T15:04:03.272Z Downloaded toml_datetime v0.6.11
3222026-08-31T15:04:03.272Z Downloaded dof v0.3.0
3232026-08-31T15:04:03.276Z Downloaded clap_lex v1.0.0
3242026-08-31T15:04:03.281Z Downloaded tabled_derive v0.7.0
3252026-08-31T15:04:03.285Z Downloaded thread-id v4.2.2
3262026-08-31T15:04:03.285Z Downloaded itoa v1.0.17
3272026-08-31T15:04:03.289Z Downloaded smawk v0.3.2
3282026-08-31T15:04:03.292Z Downloaded scroll_derive v0.12.1
3292026-08-31T15:04:03.296Z Downloaded utf8parse v0.2.2
3302026-08-31T15:04:03.296Z Downloaded pretty-hex v0.4.1
3312026-08-31T15:04:03.296Z Downloaded version_check v0.9.5
3322026-08-31T15:04:03.300Z Downloaded terminal_size v0.4.3
3332026-08-31T15:04:03.300Z Downloaded unicode-linebreak v0.1.5
3342026-08-31T15:04:03.304Z Downloaded usdt v0.5.0
3352026-08-31T15:04:03.304Z Downloaded usdt-macro v0.5.0
3362026-08-31T15:04:03.304Z Downloaded cargo_metadata v0.23.1
3372026-08-31T15:04:03.308Z Downloaded cargo-platform v0.3.2
3382026-08-31T15:04:03.309Z Downloaded usdt-attr-macro v0.5.0
3392026-08-31T15:04:03.312Z Downloaded fs-err v3.3.0
3402026-08-31T15:04:03.323Z Downloaded once_cell v1.21.3
3412026-08-31T15:04:03.328Z Downloaded autocfg v1.5.0
3422026-08-31T15:04:03.328Z Downloaded scroll v0.12.0
3432026-08-31T15:04:03.328Z Downloaded usdt-impl v0.5.0
3442026-08-31T15:04:03.328Z Downloaded memmap v0.7.0
3452026-08-31T15:04:03.328Z Downloaded thiserror-impl v2.0.18
3462026-08-31T15:04:03.328Z Downloaded toml_write v0.1.2
3472026-08-31T15:04:03.328Z Downloaded anstyle-parse v1.0.0
3482026-08-31T15:04:03.342Z Downloaded serde_tokenstream v0.2.3
3492026-08-31T15:04:03.342Z Downloaded quote v1.0.45
3502026-08-31T15:04:03.351Z Downloaded pest_generator v2.8.6
3512026-08-31T15:04:03.351Z Downloaded pest_derive v2.8.6
3522026-08-31T15:04:03.354Z Downloaded anyhow v1.0.104
3532026-08-31T15:04:03.354Z Downloaded thiserror v1.0.69
3542026-08-31T15:04:03.357Z Downloaded toml v0.8.23
3552026-08-31T15:04:03.395Z Downloaded sha2 v0.10.9
3562026-08-31T15:04:03.395Z Downloaded tempfile v3.27.0
3572026-08-31T15:04:03.396Z Downloaded proc-macro-error v1.0.4
3582026-08-31T15:04:03.396Z Downloaded thiserror-impl v1.0.69
3592026-08-31T15:04:03.396Z Downloaded getrandom v0.4.3
3602026-08-31T15:04:03.396Z Downloaded log v0.4.33
3612026-08-31T15:04:03.396Z Downloaded serde_core v1.0.229
3622026-08-31T15:04:03.396Z Downloaded papergrid v0.11.0
3632026-08-31T15:04:03.396Z Downloaded proc-macro2 v1.0.106
3642026-08-31T15:04:03.396Z Downloaded textwrap v0.16.2
3652026-08-31T15:04:03.396Z Downloaded unicode-ident v1.0.24
3662026-08-31T15:04:03.400Z Downloaded clap_derive v4.6.1
3672026-08-31T15:04:03.400Z Downloaded clap v4.6.1
3682026-08-31T15:04:03.400Z Downloaded ucd-trie v0.1.7
3692026-08-31T15:04:03.418Z Downloaded memchr v2.8.0
3702026-08-31T15:04:03.429Z Downloaded indexmap v2.14.0
3712026-08-31T15:04:03.434Z Downloaded serde v1.0.229
3722026-08-31T15:04:03.452Z Downloaded typenum v1.20.1
3732026-08-31T15:04:03.462Z Downloaded pest v2.8.6
3742026-08-31T15:04:03.470Z Downloaded hashbrown v0.17.0
3752026-08-31T15:04:03.485Z Downloaded zerocopy v0.7.35
3762026-08-31T15:04:03.491Z Downloaded syn v2.0.117
3772026-08-31T15:04:03.499Z Downloaded serde_json v1.0.151
3782026-08-31T15:04:03.502Z Downloaded goblin v0.8.2
3792026-08-31T15:04:03.505Z Downloaded clap_builder v4.6.0
3802026-08-31T15:04:03.508Z Downloaded tabled v0.15.0
3812026-08-31T15:04:03.516Z Downloaded syn v1.0.109
3822026-08-31T15:04:03.529Z Downloaded unicode-width v0.1.14
3832026-08-31T15:04:03.533Z Downloaded unicode-width v0.2.0
3842026-08-31T15:04:03.544Z Downloaded rustix v1.1.4
3852026-08-31T15:04:03.549Z Downloaded syn v3.0.3
3862026-08-31T15:04:03.556Z Downloaded libc v0.2.185
3872026-08-31T15:04:03.619Z Compiling proc-macro2 v1.0.106
3882026-08-31T15:04:03.619Z Compiling quote v1.0.45
3892026-08-31T15:04:03.626Z Compiling unicode-ident v1.0.24
3902026-08-31T15:04:03.626Z Compiling serde_core v1.0.229
3912026-08-31T15:04:03.626Z Compiling libc v0.2.185
3922026-08-31T15:04:03.626Z Compiling version_check v0.9.5
3932026-08-31T15:04:03.794Z Compiling memchr v2.8.0
3942026-08-31T15:04:03.799Z Compiling serde v1.0.229
3952026-08-31T15:04:03.977Z Compiling zmij v1.0.21
3962026-08-31T15:04:04.134Z Compiling ucd-trie v0.1.7
3972026-08-31T15:04:04.286Z Compiling thiserror v1.0.69
3982026-08-31T15:04:04.398Z Compiling itoa v1.0.17
3992026-08-31T15:04:04.415Z Compiling pest v2.8.6
4002026-08-31T15:04:04.593Z Compiling rustix v1.1.4
4012026-08-31T15:04:04.612Z Compiling byteorder v1.5.0
4022026-08-31T15:04:04.728Z Compiling errno v0.3.14
4032026-08-31T15:04:04.835Z Compiling bitflags v2.11.0
4042026-08-31T15:04:04.994Z Compiling serde_json v1.0.151
4052026-08-31T15:04:05.057Z Compiling syn v2.0.117
4062026-08-31T15:04:05.133Z Compiling syn v3.0.3
4072026-08-31T15:04:05.204Z Compiling thread-id v4.2.2
4082026-08-31T15:04:05.288Z Compiling usdt-impl v0.5.0
4092026-08-31T15:04:05.371Z Compiling proc-macro-error-attr v1.0.4
4102026-08-31T15:04:05.500Z Compiling pest_meta v2.8.6
4112026-08-31T15:04:05.552Z Compiling camino v1.2.5
4122026-08-31T15:04:05.639Z Compiling syn v1.0.109
4132026-08-31T15:04:06.105Z Compiling proc-macro-error v1.0.4
4142026-08-31T15:04:06.125Z Compiling utf8parse v0.2.2
4152026-08-31T15:04:06.229Z Compiling equivalent v1.0.2
4162026-08-31T15:04:06.247Z Compiling plain v0.2.3
4172026-08-31T15:04:06.322Z Compiling getrandom v0.4.3
4182026-08-31T15:04:06.359Z Compiling hashbrown v0.17.0
4192026-08-31T15:04:06.425Z Compiling log v0.4.33
4202026-08-31T15:04:06.701Z Compiling anstyle-parse v1.0.0
4212026-08-31T15:04:06.959Z Compiling indexmap v2.14.0
4222026-08-31T15:04:07.050Z Compiling terminal_size v0.4.3
4232026-08-31T15:04:07.292Z Compiling serde_derive v1.0.229
4242026-08-31T15:04:07.373Z Compiling pest_generator v2.8.6
4252026-08-31T15:04:07.373Z Compiling autocfg v1.5.0
4262026-08-31T15:04:07.451Z Compiling toml_write v0.1.2
4272026-08-31T15:04:07.489Z Compiling pretty-hex v0.4.1
4282026-08-31T15:04:07.544Z Compiling winnow v0.7.14
4292026-08-31T15:04:07.628Z Compiling colorchoice v1.0.4
4302026-08-31T15:04:07.628Z Compiling anstyle-query v1.1.5
4312026-08-31T15:04:07.765Z Compiling thiserror v2.0.18
4322026-08-31T15:04:07.787Z Compiling anstyle v1.0.14
4332026-08-31T15:04:07.787Z Compiling cfg-if v1.0.4
4342026-08-31T15:04:07.836Z Compiling is_terminal_polyfill v1.70.2
4352026-08-31T15:04:07.957Z Compiling anstream v1.0.0
4362026-08-31T15:04:08.238Z Compiling fs-err v3.3.0
4372026-08-31T15:04:08.303Z Compiling fastrand v2.3.0
4382026-08-31T15:04:08.319Z Compiling fnv v1.0.7
4392026-08-31T15:04:08.394Z Compiling heck v0.4.1
4402026-08-31T15:04:08.445Z Compiling once_cell v1.21.3
4412026-08-31T15:04:08.482Z Compiling strsim v0.11.1
4422026-08-31T15:04:08.603Z Compiling clap_lex v1.0.0
4432026-08-31T15:04:08.630Z Compiling unicode-width v0.1.14
4442026-08-31T15:04:08.667Z Compiling anyhow v1.0.104
4452026-08-31T15:04:08.801Z Compiling heck v0.5.0
4462026-08-31T15:04:08.805Z Compiling bytecount v0.6.9
4472026-08-31T15:04:08.819Z Compiling tabled_derive v0.7.0
4482026-08-31T15:04:08.905Z Compiling clap_builder v4.6.0
4492026-08-31T15:04:08.946Z Compiling papergrid v0.11.0
4502026-08-31T15:04:08.999Z Compiling thiserror-impl v1.0.69
4512026-08-31T15:04:09.026Z Compiling zerocopy-derive v0.7.35
4522026-08-31T15:04:09.059Z Compiling pest_derive v2.8.6
4532026-08-31T15:04:09.182Z Compiling scroll_derive v0.12.1
4542026-08-31T15:04:09.508Z Compiling thiserror-impl v2.0.18
4552026-08-31T15:04:09.745Z Compiling clap_derive v4.6.1
4562026-08-31T15:04:09.858Z Compiling scroll v0.12.0
4572026-08-31T15:04:09.909Z Compiling zerocopy v0.7.35
4582026-08-31T15:04:10.366Z Compiling dtrace-parser v0.2.0
4592026-08-31T15:04:10.384Z Compiling goblin v0.8.2
4602026-08-31T15:04:10.461Z Compiling tempfile v3.27.0
4612026-08-31T15:04:10.651Z Compiling dof v0.3.0
4622026-08-31T15:04:10.651Z Compiling toml_datetime v0.6.11
4632026-08-31T15:04:10.830Z Compiling serde_spanned v0.6.9
4642026-08-31T15:04:10.849Z Compiling serde_tokenstream v0.2.3
4652026-08-31T15:04:10.984Z Compiling toml_edit v0.22.27
4662026-08-31T15:04:11.167Z Compiling semver v1.0.28
4672026-08-31T15:04:11.198Z Compiling cargo-platform v0.3.2
4682026-08-31T15:04:11.205Z Compiling memmap v0.7.0
4692026-08-31T15:04:11.381Z Compiling unicode-linebreak v0.1.5
4702026-08-31T15:04:11.460Z Compiling smawk v0.3.2
4712026-08-31T15:04:11.519Z Compiling unicode-width v0.2.0
4722026-08-31T15:04:11.529Z Compiling clap v4.6.1
4732026-08-31T15:04:11.556Z Compiling usdt-attr-macro v0.5.0
4742026-08-31T15:04:11.592Z Compiling usdt-macro v0.5.0
4752026-08-31T15:04:11.608Z Compiling cargo_metadata v0.23.1
4762026-08-31T15:04:11.766Z Compiling textwrap v0.16.2
4772026-08-31T15:04:11.905Z Compiling camino-tempfile v1.4.1
4782026-08-31T15:04:11.945Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-08-31T15:04:12.143Z Compiling macaddr v1.0.1
4802026-08-31T15:04:12.213Z Compiling tabled v0.15.0
4812026-08-31T15:04:12.240Z Compiling swrite v0.1.0
4822026-08-31T15:04:12.383Z Compiling toml v0.8.23
4832026-08-31T15:04:12.869Z Compiling cargo_toml v0.21.0
4842026-08-31T15:04:13.266Z Compiling usdt v0.5.0
4852026-08-31T15:04:14.288Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862026-08-31T15:04:16.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.03s
4872026-08-31T15:04:16.531Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4882026-08-31T15:04:17.046Z Downloading crates ...
4892026-08-31T15:04:17.095Z Downloaded aead v0.6.1
4902026-08-31T15:04:17.105Z Downloaded bitfield-struct v0.6.2
4912026-08-31T15:04:17.109Z Downloaded atomic-waker v1.1.2
4922026-08-31T15:04:17.114Z Downloaded byte-wrapper v0.1.0
4932026-08-31T15:04:17.118Z Downloaded aes v0.9.1
4942026-08-31T15:04:17.121Z Downloaded futures-macro v0.3.32
4952026-08-31T15:04:17.121Z Downloaded allocator-api2 v0.2.21
4962026-08-31T15:04:17.121Z Downloaded flagset v0.4.7
4972026-08-31T15:04:17.124Z Downloaded adler2 v2.0.1
4982026-08-31T15:04:17.124Z Downloaded async-stream v0.3.6
4992026-08-31T15:04:17.124Z Downloaded atomicwrites v0.4.4
5002026-08-31T15:04:17.124Z Downloaded atty v0.2.14
5012026-08-31T15:04:17.129Z Downloaded foldhash v0.1.5
5022026-08-31T15:04:17.129Z Downloaded aead v0.5.2
5032026-08-31T15:04:17.132Z Downloaded float-ord v0.3.2
5042026-08-31T15:04:17.137Z Downloaded enum-as-inner v0.6.1
5052026-08-31T15:04:17.137Z Downloaded foreign-types-macros v0.2.3
5062026-08-31T15:04:17.140Z Downloaded ascii-canvas v3.0.0
5072026-08-31T15:04:17.140Z Downloaded bit-set v0.8.0
5082026-08-31T15:04:17.140Z Downloaded bcrypt-pbkdf v0.11.0
5092026-08-31T15:04:17.140Z Downloaded foldhash v0.2.0
5102026-08-31T15:04:17.140Z Downloaded async-trait v0.1.89
5112026-08-31T15:04:17.143Z Downloaded backoff v0.4.0
5122026-08-31T15:04:17.143Z Downloaded float-cmp v0.10.0
5132026-08-31T15:04:17.143Z Downloaded endian-type v0.1.2
5142026-08-31T15:04:17.143Z Downloaded foreign-types v0.3.2
5152026-08-31T15:04:17.143Z Downloaded funty v2.0.0
5162026-08-31T15:04:17.143Z Downloaded futures-core v0.3.32
5172026-08-31T15:04:17.148Z Downloaded anstyle-parse v0.2.7
5182026-08-31T15:04:17.148Z Downloaded arrayvec v0.7.6
5192026-08-31T15:04:17.152Z Downloaded form_urlencoded v1.2.2
5202026-08-31T15:04:17.152Z Downloaded base16ct v0.2.0
5212026-08-31T15:04:17.156Z Downloaded array-init v0.0.4
5222026-08-31T15:04:17.156Z Downloaded argon2 v0.5.3
5232026-08-31T15:04:17.156Z Downloaded argon2 v0.6.0-rc.8
5242026-08-31T15:04:17.156Z Downloaded foreign-types-shared v0.1.1
5252026-08-31T15:04:17.161Z Downloaded fxhash v0.2.1
5262026-08-31T15:04:17.161Z Downloaded async-stream-impl v0.3.6
5272026-08-31T15:04:17.164Z Downloaded async-recursion v1.1.1
5282026-08-31T15:04:17.164Z Downloaded futures-io v0.3.32
5292026-08-31T15:04:17.164Z Downloaded env_logger v0.11.11
5302026-08-31T15:04:17.168Z Downloaded bb8 v0.8.6
5312026-08-31T15:04:17.173Z Downloaded cipher v0.5.2
5322026-08-31T15:04:17.173Z Downloaded foreign-types v0.5.0
5332026-08-31T15:04:17.173Z Downloaded futures-task v0.3.32
5342026-08-31T15:04:17.173Z Downloaded futures-sink v0.3.32
5352026-08-31T15:04:17.177Z Downloaded base64ct v1.8.3
5362026-08-31T15:04:17.177Z Downloaded bitfield-macros v0.19.4
5372026-08-31T15:04:17.177Z Downloaded blake2 v0.10.6
5382026-08-31T15:04:17.181Z Downloaded ghash v0.6.0
5392026-08-31T15:04:17.181Z Downloaded http-body v1.0.1
5402026-08-31T15:04:17.181Z Downloaded base16ct v1.0.0
5412026-08-31T15:04:17.181Z Downloaded cobs v0.3.0
5422026-08-31T15:04:17.181Z Downloaded cfg_aliases v0.2.1
5432026-08-31T15:04:17.181Z Downloaded ciborium-ll v0.2.2
5442026-08-31T15:04:17.186Z Downloaded env_filter v2.0.0
5452026-08-31T15:04:17.186Z Downloaded headers-core v0.3.0
5462026-08-31T15:04:17.186Z Downloaded block-buffer v0.12.1
5472026-08-31T15:04:17.190Z Downloaded foreign-types-shared v0.3.1
5482026-08-31T15:04:17.190Z Downloaded hostname v0.4.2
5492026-08-31T15:04:17.193Z Downloaded hex-literal v1.1.0
5502026-08-31T15:04:17.193Z Downloaded hubpack_derive v0.1.1
5512026-08-31T15:04:17.193Z Downloaded cfg_aliases v0.1.1
5522026-08-31T15:04:17.198Z Downloaded block-padding v0.4.2
5532026-08-31T15:04:17.198Z Downloaded addr2line v0.25.1
5542026-08-31T15:04:17.202Z Downloaded gethostname v0.5.0
5552026-08-31T15:04:17.202Z Downloaded bcs v0.1.6
5562026-08-31T15:04:17.202Z Downloaded hash32 v0.2.1
5572026-08-31T15:04:17.202Z Downloaded http-range v0.1.5
5582026-08-31T15:04:17.205Z Downloaded hex v0.4.3
5592026-08-31T15:04:17.205Z Downloaded home v0.5.12
5602026-08-31T15:04:17.205Z Downloaded castaway v0.2.4
5612026-08-31T15:04:17.209Z Downloaded fixedbitset v0.5.7
5622026-08-31T15:04:17.209Z Downloaded enum_dispatch v0.3.13
5632026-08-31T15:04:17.214Z Downloaded fixedbitset v0.4.2
5642026-08-31T15:04:17.215Z Downloaded fs_extra v1.3.0
5652026-08-31T15:04:17.215Z Downloaded backtrace-ext v0.2.1
5662026-08-31T15:04:17.218Z Downloaded fd-lock v4.0.4
5672026-08-31T15:04:17.218Z Downloaded futures-executor v0.3.32
5682026-08-31T15:04:17.218Z Downloaded arrayref v0.3.9
5692026-08-31T15:04:17.218Z Downloaded compression-core v0.4.31
5702026-08-31T15:04:17.223Z Downloaded assert_matches v1.5.0
5712026-08-31T15:04:17.227Z Downloaded ciborium-io v0.2.2
5722026-08-31T15:04:17.227Z Downloaded nibble_vec v0.1.0
5732026-08-31T15:04:17.227Z Downloaded hostname v0.3.1
5742026-08-31T15:04:17.227Z Downloaded hubpack v0.1.2
5752026-08-31T15:04:17.231Z Downloaded num_threads v0.1.7
5762026-08-31T15:04:17.231Z Downloaded bit-vec v0.8.0
5772026-08-31T15:04:17.235Z Downloaded buf-list v1.1.2
5782026-08-31T15:04:17.235Z Downloaded cbc v0.2.1
5792026-08-31T15:04:17.235Z Downloaded hash32 v0.3.1
5802026-08-31T15:04:17.239Z Downloaded globwalk v0.9.1
5812026-08-31T15:04:17.242Z Downloaded httpdate v1.0.3
5822026-08-31T15:04:17.242Z Downloaded cipher v0.4.4
5832026-08-31T15:04:17.242Z Downloaded const-oid v0.9.6
5842026-08-31T15:04:17.248Z Downloaded bit-vec v0.6.3
5852026-08-31T15:04:17.248Z Downloaded bitfield v0.19.4
5862026-08-31T15:04:17.248Z Downloaded opaque-debug v0.3.1
5872026-08-31T15:04:17.254Z Downloaded normalize-line-endings v0.3.0
5882026-08-31T15:04:17.254Z Downloaded predicates-core v1.0.10
5892026-08-31T15:04:17.254Z Downloaded parse-display v0.10.0
5902026-08-31T15:04:17.254Z Downloaded oso-derive v0.27.3
5912026-08-31T15:04:17.259Z Downloaded phf_shared v0.13.1
5922026-08-31T15:04:17.259Z Downloaded find-msvc-tools v0.1.9
5932026-08-31T15:04:17.259Z Downloaded ff v0.14.0
5942026-08-31T15:04:17.262Z Downloaded fallible-iterator v0.2.0
5952026-08-31T15:04:17.262Z Downloaded cexpr v0.6.0
5962026-08-31T15:04:17.262Z Downloaded filetime v0.2.27
5972026-08-31T15:04:17.262Z Downloaded anstream v0.6.21
5982026-08-31T15:04:17.269Z Downloaded erased-serde v0.3.31
5992026-08-31T15:04:17.269Z Downloaded humantime v2.3.0
6002026-08-31T15:04:17.269Z Downloaded fs-err v2.11.0
6012026-08-31T15:04:17.269Z Downloaded group v0.14.0
6022026-08-31T15:04:17.278Z Downloaded group v0.13.0
6032026-08-31T15:04:17.279Z Downloaded highway v1.3.0
6042026-08-31T15:04:17.279Z Downloaded git-stub v1.0.0
6052026-08-31T15:04:17.279Z Downloaded proc-macro-crate v1.3.1
6062026-08-31T15:04:17.279Z Downloaded progenitor-macro v0.14.0
6072026-08-31T15:04:17.284Z Downloaded async-bb8-diesel v0.2.1
6082026-08-31T15:04:17.284Z Downloaded git-stub-vcs v0.1.0
6092026-08-31T15:04:17.284Z Downloaded http-body-util v0.1.3
6102026-08-31T15:04:17.284Z Downloaded futures-channel v0.3.32
6112026-08-31T15:04:17.284Z Downloaded bitflags v1.3.2
6122026-08-31T15:04:17.284Z Downloaded camino-tempfile-ext v0.3.3
6132026-08-31T15:04:17.290Z Downloaded const-oid v0.10.2
6142026-08-31T15:04:17.290Z Downloaded radium v0.7.0
6152026-08-31T15:04:17.291Z Downloaded bit-set v0.5.3
6162026-08-31T15:04:17.291Z Downloaded cassowary v0.3.0
6172026-08-31T15:04:17.291Z Downloaded rfc6979 v0.4.0
6182026-08-31T15:04:17.294Z Downloaded rfc6979 v0.6.0
6192026-08-31T15:04:17.295Z Downloaded blowfish v0.10.0
6202026-08-31T15:04:17.295Z Downloaded nodrop v0.1.14
6212026-08-31T15:04:17.295Z Downloaded chacha20 v0.9.1
6222026-08-31T15:04:17.299Z Downloaded cmake v0.1.57
6232026-08-31T15:04:17.299Z Downloaded sha1 v0.10.6
6242026-08-31T15:04:17.309Z Downloaded num-integer v0.1.46
6252026-08-31T15:04:17.313Z Downloaded rustc-hash v2.1.1
6262026-08-31T15:04:17.313Z Downloaded glob v0.3.3
6272026-08-31T15:04:17.313Z Downloaded rustc_version v0.4.1
6282026-08-31T15:04:17.321Z Downloaded phc v0.6.1
6292026-08-31T15:04:17.324Z Downloaded polyval v0.7.1
6302026-08-31T15:04:17.324Z Downloaded num_enum v0.5.11
6312026-08-31T15:04:17.324Z Downloaded rustc_version v0.1.7
6322026-08-31T15:04:17.324Z Downloaded slog-envlogger v2.2.0
6332026-08-31T15:04:17.327Z Downloaded sponge-cursor v0.1.0
6342026-08-31T15:04:17.330Z Downloaded strsim v0.10.0
6352026-08-31T15:04:17.330Z Downloaded serde_spanned v1.1.1
6362026-08-31T15:04:17.330Z Downloaded signature v2.2.0
6372026-08-31T15:04:17.333Z Downloaded stable_deref_trait v1.2.1
6382026-08-31T15:04:17.333Z Downloaded tabwriter v1.4.1
6392026-08-31T15:04:17.333Z Downloaded thiserror-impl-no-std v2.0.2
6402026-08-31T15:04:17.333Z Downloaded compression-codecs v0.4.37
6412026-08-31T15:04:17.338Z Downloaded time-core v0.1.8
6422026-08-31T15:04:17.338Z Downloaded globset v0.4.18
6432026-08-31T15:04:17.341Z Downloaded ff v0.13.1
6442026-08-31T15:04:17.341Z Downloaded half v1.8.3
6452026-08-31T15:04:17.341Z Downloaded getrandom v0.2.17
6462026-08-31T15:04:17.345Z Downloaded pbkdf2 v0.13.0
6472026-08-31T15:04:17.345Z Downloaded backon v1.6.0
6482026-08-31T15:04:17.345Z Downloaded cmov v0.5.4
6492026-08-31T15:04:17.348Z Downloaded blake2 v0.11.0-rc.6
6502026-08-31T15:04:17.348Z Downloaded clang-sys v1.8.1
6512026-08-31T15:04:17.348Z Downloaded rand_xorshift v0.4.0
6522026-08-31T15:04:17.353Z Downloaded progenitor-extras v0.2.0
6532026-08-31T15:04:17.353Z Downloaded rand_core v0.9.5
6542026-08-31T15:04:17.356Z Downloaded ena v0.14.4
6552026-08-31T15:04:17.356Z Downloaded topological-sort v0.2.2
6562026-08-31T15:04:17.359Z Downloaded getrandom v0.3.4
6572026-08-31T15:04:17.363Z Downloaded progenitor v0.13.0
6582026-08-31T15:04:17.364Z Downloaded ahash v0.8.12
6592026-08-31T15:04:17.406Z Downloaded bzip2 v0.6.1
6602026-08-31T15:04:17.406Z Downloaded cancel-safe-futures v0.1.5
6612026-08-31T15:04:17.407Z Downloaded colored v2.2.0
6622026-08-31T15:04:17.425Z Downloaded console v0.16.2
6632026-08-31T15:04:17.425Z Downloaded serde-hex v0.1.0
6642026-08-31T15:04:17.425Z Downloaded serde_tokenstream v0.3.0
6652026-08-31T15:04:17.425Z Downloaded chacha20 v0.10.0
6662026-08-31T15:04:17.425Z Downloaded console v0.15.11
6672026-08-31T15:04:17.425Z Downloaded colored v3.1.1
6682026-08-31T15:04:17.425Z Downloaded zerofrom v0.1.6
6692026-08-31T15:04:17.425Z Downloaded unit-prefix v0.5.2
6702026-08-31T15:04:17.425Z Downloaded universal-hash v0.5.1
6712026-08-31T15:04:17.425Z Downloaded usdt-attr-macro v0.6.0
6722026-08-31T15:04:17.425Z Downloaded utf-8 v0.7.6
6732026-08-31T15:04:17.425Z Downloaded wait-timeout v0.2.1
6742026-08-31T15:04:17.425Z Downloaded cpubits v0.1.1
6752026-08-31T15:04:17.425Z Downloaded cpufeatures v0.3.0
6762026-08-31T15:04:17.425Z Downloaded hybrid-array v0.4.13
6772026-08-31T15:04:17.425Z Downloaded httparse v1.10.1
6782026-08-31T15:04:17.425Z Downloaded hmac v0.13.0
6792026-08-31T15:04:17.425Z Downloaded hmac v0.12.1
6802026-08-31T15:04:17.425Z Downloaded cstr-argument v0.1.2
6812026-08-31T15:04:17.425Z Downloaded parking_lot_core v0.9.12
6822026-08-31T15:04:17.425Z Downloaded pkcs8 v0.11.0
6832026-08-31T15:04:17.425Z Downloaded poly1305 v0.9.0
6842026-08-31T15:04:17.425Z Downloaded poly1305 v0.8.0
6852026-08-31T15:04:17.425Z Downloaded sec1 v0.7.3
6862026-08-31T15:04:17.425Z Downloaded defmt v0.3.100
6872026-08-31T15:04:17.425Z Downloaded slog-term v2.9.2
6882026-08-31T15:04:17.425Z Downloaded supports-unicode v3.0.0
6892026-08-31T15:04:17.425Z Downloaded termios v0.3.3
6902026-08-31T15:04:17.425Z Downloaded darling_macro v0.20.11
6912026-08-31T15:04:17.425Z Downloaded dunce v1.0.5
6922026-08-31T15:04:17.425Z Downloaded futures v0.3.32
6932026-08-31T15:04:17.431Z Downloaded strum_macros v0.26.4
6942026-08-31T15:04:17.431Z Downloaded fatfs v0.3.6
6952026-08-31T15:04:17.431Z Downloaded peg v0.8.5
6962026-08-31T15:04:17.431Z Downloaded bzip2 v0.4.4
6972026-08-31T15:04:17.431Z Downloaded string_cache v0.8.9
6982026-08-31T15:04:17.431Z Downloaded strum_macros v0.24.3
6992026-08-31T15:04:17.431Z Downloaded dropshot-api-manager-types v0.8.0
7002026-08-31T15:04:17.442Z Downloaded unicase v2.9.0
7012026-08-31T15:04:17.442Z Downloaded flume v0.11.1
7022026-08-31T15:04:17.442Z Downloaded tokio-native-tls v0.3.1
7032026-08-31T15:04:17.452Z Downloaded bs58 v0.5.1
7042026-08-31T15:04:17.452Z Downloaded ciborium v0.2.2
7052026-08-31T15:04:17.452Z Downloaded elliptic-curve v0.14.1
7062026-08-31T15:04:17.452Z Downloaded inout v0.2.2
7072026-08-31T15:04:17.452Z Downloaded indent_write v2.2.0
7082026-08-31T15:04:17.452Z Downloaded is_ci v1.2.0
7092026-08-31T15:04:17.460Z Downloaded simd-adler32 v0.3.8
7102026-08-31T15:04:17.460Z Downloaded whoami v1.6.1
7112026-08-31T15:04:17.460Z Downloaded vergen-lib v9.1.0
7122026-08-31T15:04:17.460Z Downloaded wyz v0.5.1
7132026-08-31T15:04:17.460Z Downloaded is-terminal v0.4.17
7142026-08-31T15:04:17.467Z Downloaded lazy_static v1.5.0
7152026-08-31T15:04:17.467Z Downloaded inout v0.1.4
7162026-08-31T15:04:17.467Z Downloaded keccak v0.1.6
7172026-08-31T15:04:17.467Z Downloaded md-5 v0.10.6
7182026-08-31T15:04:17.467Z Downloaded linked-hash-map v0.5.6
7192026-08-31T15:04:17.467Z Downloaded maybe-uninit v2.0.0
7202026-08-31T15:04:17.467Z Downloaded managed v0.8.0
7212026-08-31T15:04:17.467Z Downloaded md5 v0.8.0
7222026-08-31T15:04:17.475Z Downloaded oxide-update-engine-types v0.1.2
7232026-08-31T15:04:17.475Z Downloaded papergrid v0.18.0
7242026-08-31T15:04:17.475Z Downloaded omicron-zone-package v0.12.3
7252026-08-31T15:04:17.486Z Downloaded openssl-probe v0.2.1
7262026-08-31T15:04:17.492Z Downloaded spki v0.8.0
7272026-08-31T15:04:17.492Z Downloaded delegate v0.13.5
7282026-08-31T15:04:17.492Z Downloaded deranged v0.5.8
7292026-08-31T15:04:17.492Z Downloaded oso v0.27.3
7302026-08-31T15:04:17.492Z Downloaded derive_builder_core v0.20.2
7312026-08-31T15:04:17.495Z Downloaded bytes v1.11.1
7322026-08-31T15:04:17.495Z Downloaded digest v0.11.3
7332026-08-31T15:04:17.495Z Downloaded peg-runtime v0.8.5
7342026-08-31T15:04:17.495Z Downloaded pin-project v1.1.11
7352026-08-31T15:04:17.499Z Downloaded password-hash v0.6.1
7362026-08-31T15:04:17.502Z Downloaded time-macros v0.2.27
7372026-08-31T15:04:17.502Z Downloaded displaydoc v0.2.5
7382026-08-31T15:04:17.502Z Downloaded generic-array v1.4.3
7392026-08-31T15:04:17.506Z Downloaded heapless v0.8.0
7402026-08-31T15:04:17.506Z Downloaded percent-encoding v2.3.2
7412026-08-31T15:04:17.510Z Downloaded proc-macro-error-attr2 v2.0.0
7422026-08-31T15:04:17.510Z Downloaded ar_archive_writer v0.5.1
7432026-08-31T15:04:17.510Z Downloaded headers v0.4.1
7442026-08-31T15:04:17.515Z Downloaded flate2 v1.1.9
7452026-08-31T15:04:17.515Z Downloaded rand_pcg v0.10.2
7462026-08-31T15:04:17.515Z Downloaded tokio-rustls v0.26.4
7472026-08-31T15:04:17.521Z Downloaded compact_str v0.8.1
7482026-08-31T15:04:17.521Z Downloaded either v1.15.0
7492026-08-31T15:04:17.521Z Downloaded indoc v2.0.7
7502026-08-31T15:04:17.525Z Downloaded progenitor-client v0.14.0
7512026-08-31T15:04:17.525Z Downloaded russh-util v0.52.0
7522026-08-31T15:04:17.525Z Downloaded rand_chacha v0.3.1
7532026-08-31T15:04:17.525Z Downloaded base64 v0.21.7
7542026-08-31T15:04:17.525Z Downloaded ref-cast v1.0.25
7552026-08-31T15:04:17.531Z Downloaded ref-cast-impl v1.0.25
7562026-08-31T15:04:17.531Z Downloaded arc-swap v1.8.2
7572026-08-31T15:04:17.535Z Downloaded zerocopy v0.6.6
7582026-08-31T15:04:17.535Z Downloaded ryu v1.0.23
7592026-08-31T15:04:17.535Z Downloaded serde_path_to_error v0.1.20
7602026-08-31T15:04:17.539Z Downloaded vergen v9.1.0
7612026-08-31T15:04:17.539Z Downloaded knus-derive v3.4.0
7622026-08-31T15:04:17.544Z Downloaded zstd-safe v7.2.4
7632026-08-31T15:04:17.544Z Downloaded libsw-core v0.3.2
7642026-08-31T15:04:17.544Z Downloaded secrecy v0.8.0
7652026-08-31T15:04:17.544Z Downloaded secrecy v0.10.3
7662026-08-31T15:04:17.544Z Downloaded display-error-chain v0.2.2
7672026-08-31T15:04:17.544Z Downloaded serde_plain v1.0.2
7682026-08-31T15:04:17.547Z Downloaded serde_repr v0.1.20
7692026-08-31T15:04:17.547Z Downloaded signature v3.0.0
7702026-08-31T15:04:17.547Z Downloaded bumpalo v3.20.2
7712026-08-31T15:04:17.551Z Downloaded p384 v0.14.0
7722026-08-31T15:04:17.555Z Downloaded schemars v0.8.22
7732026-08-31T15:04:17.560Z Downloaded slog v2.8.2
7742026-08-31T15:04:17.560Z Downloaded module-lattice v0.2.3
7752026-08-31T15:04:17.560Z Downloaded half v2.7.1
7762026-08-31T15:04:17.566Z Downloaded num-rational v0.4.2
7772026-08-31T15:04:17.566Z Downloaded newtype-uuid v1.3.2
7782026-08-31T15:04:17.566Z Downloaded oxnet v0.1.6
7792026-08-31T15:04:17.570Z Downloaded subtle v2.6.1
7802026-08-31T15:04:17.570Z Downloaded num-complex v0.4.6
7812026-08-31T15:04:17.570Z Downloaded num_enum_derive v0.7.6
7822026-08-31T15:04:17.570Z Downloaded signal-hook-tokio v0.3.1
7832026-08-31T15:04:17.575Z Downloaded pkcs8 v0.10.2
7842026-08-31T15:04:17.575Z Downloaded strum v0.26.3
7852026-08-31T15:04:17.575Z Downloaded thread-id v5.1.0
7862026-08-31T15:04:17.575Z Downloaded ctutils v0.4.2
7872026-08-31T15:04:17.575Z Downloaded prettyplease v0.2.37
7882026-08-31T15:04:17.580Z Downloaded darling v0.21.3
7892026-08-31T15:04:17.580Z Downloaded hickory-resolver v0.24.4
7902026-08-31T15:04:17.585Z Downloaded postgres-protocol v0.6.10
7912026-08-31T15:04:17.589Z Downloaded take_mut v0.2.2
7922026-08-31T15:04:17.594Z Downloaded unicode-bidi v0.3.18
7932026-08-31T15:04:17.594Z Downloaded chumsky v0.9.3
7942026-08-31T15:04:17.594Z Downloaded iana-time-zone v0.1.65
7952026-08-31T15:04:17.597Z Downloaded chacha20poly1305 v0.10.1
7962026-08-31T15:04:17.597Z Downloaded ed25519 v2.2.3
7972026-08-31T15:04:17.597Z Downloaded expectorate v1.2.0
7982026-08-31T15:04:17.600Z Downloaded hyper-rustls v0.27.7
7992026-08-31T15:04:17.608Z Downloaded cc v1.2.56
8002026-08-31T15:04:17.612Z Downloaded r2d2 v0.8.10
8012026-08-31T15:04:17.612Z Downloaded universal-hash v0.6.1
8022026-08-31T15:04:17.612Z Downloaded usdt-macro v0.6.0
8032026-08-31T15:04:17.612Z Downloaded backtrace v0.3.76
8042026-08-31T15:04:17.616Z Downloaded rayon-core v1.13.0
8052026-08-31T15:04:17.616Z Downloaded void v1.0.2
8062026-08-31T15:04:17.616Z Downloaded base64 v0.22.1
8072026-08-31T15:04:17.620Z Downloaded scuffle v0.1.0
8082026-08-31T15:04:17.627Z Downloaded tungstenite v0.21.0
8092026-08-31T15:04:17.627Z Downloaded typify v0.6.2
8102026-08-31T15:04:17.627Z Downloaded rusty-fork v0.3.1
8112026-08-31T15:04:17.627Z Downloaded rustls-native-certs v0.8.3
8122026-08-31T15:04:17.631Z Downloaded zeroize_derive v1.5.0
8132026-08-31T15:04:17.631Z Downloaded zerofrom-derive v0.1.6
8142026-08-31T15:04:17.631Z Downloaded wnaf v0.14.0
8152026-08-31T15:04:17.631Z Downloaded crucible-workspace-hack v0.1.0
8162026-08-31T15:04:17.631Z Downloaded darling_macro v0.21.3
8172026-08-31T15:04:17.631Z Downloaded difflib v0.4.0
8182026-08-31T15:04:17.631Z Downloaded serdect v0.4.3
8192026-08-31T15:04:17.631Z Downloaded signal-hook-registry v1.4.8
8202026-08-31T15:04:17.631Z Downloaded slog-scope v4.4.1
8212026-08-31T15:04:17.642Z Downloaded pin-project-lite v0.2.17
8222026-08-31T15:04:17.645Z Downloaded des v0.9.0
8232026-08-31T15:04:17.648Z Downloaded ident_case v1.0.1
8242026-08-31T15:04:17.648Z Downloaded illumos-nvpair-sys v0.2.0
8252026-08-31T15:04:17.649Z Downloaded smf v0.2.3
8262026-08-31T15:04:17.649Z Downloaded spki v0.7.3
8272026-08-31T15:04:17.653Z Downloaded hyper-tls v0.6.0
8282026-08-31T15:04:17.664Z Downloaded hickory-server v0.25.2
8292026-08-31T15:04:17.669Z Downloaded postcard v1.1.3
8302026-08-31T15:04:17.669Z Downloaded postgres-types v0.2.12
8312026-08-31T15:04:17.669Z Downloaded thiserror-no-std v2.0.2
8322026-08-31T15:04:17.675Z Downloaded tokio-tungstenite v0.21.0
8332026-08-31T15:04:17.675Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8342026-08-31T15:04:17.675Z Downloaded support-bundle-viewer v0.1.2
8352026-08-31T15:04:17.675Z Downloaded tls_codec_derive v0.4.2
8362026-08-31T15:04:17.675Z Downloaded indoc v1.0.9
8372026-08-31T15:04:17.679Z Downloaded lru v0.12.5
8382026-08-31T15:04:17.679Z Downloaded async-compression v0.4.41
8392026-08-31T15:04:17.679Z Downloaded tracing-core v0.1.36
8402026-08-31T15:04:17.683Z Downloaded kstat-rs v0.2.5
8412026-08-31T15:04:17.683Z Downloaded rustversion v1.0.22
8422026-08-31T15:04:17.688Z Downloaded kem v0.3.0
8432026-08-31T15:04:17.688Z Downloaded lru-cache v0.1.2
8442026-08-31T15:04:17.688Z Downloaded lru-slab v0.1.2
8452026-08-31T15:04:17.688Z Downloaded new_debug_unreachable v1.0.6
8462026-08-31T15:04:17.688Z Downloaded num-derive v0.4.2
8472026-08-31T15:04:17.688Z Downloaded schemars v0.9.0
8482026-08-31T15:04:17.695Z Downloaded walkdir v2.5.0
8492026-08-31T15:04:17.699Z Downloaded zerotrie v0.2.3
8502026-08-31T15:04:17.699Z Downloaded yoke v0.8.1
8512026-08-31T15:04:17.704Z Downloaded zeroize v1.9.0
8522026-08-31T15:04:17.704Z Downloaded critical-section v1.2.0
8532026-08-31T15:04:17.704Z Downloaded litemap v0.8.1
8542026-08-31T15:04:17.704Z Downloaded daft-derive v0.1.8
8552026-08-31T15:04:17.708Z Downloaded defmt v1.0.1
8562026-08-31T15:04:17.708Z Downloaded phf_shared v0.11.3
8572026-08-31T15:04:17.714Z Downloaded ctr v0.10.1
8582026-08-31T15:04:17.718Z Downloaded heapless v0.7.17
8592026-08-31T15:04:17.721Z Downloaded hickory-resolver v0.25.2
8602026-08-31T15:04:17.724Z Downloaded spin v0.9.8
8612026-08-31T15:04:17.729Z Downloaded dsl_auto_type v0.2.0
8622026-08-31T15:04:17.735Z Downloaded stringprep v0.1.5
8632026-08-31T15:04:17.739Z Downloaded shell-words v1.1.1
8642026-08-31T15:04:17.739Z Downloaded sigpipe v0.1.3
8652026-08-31T15:04:17.740Z Downloaded darling_core v0.21.3
8662026-08-31T15:04:17.743Z Downloaded publicsuffix v2.3.0
8672026-08-31T15:04:17.743Z Downloaded same-file v1.0.6
8682026-08-31T15:04:17.743Z Downloaded scopeguard v1.2.0
8692026-08-31T15:04:17.743Z Downloaded serde_urlencoded v0.7.1
8702026-08-31T15:04:17.743Z Downloaded ed25519 v3.0.0
8712026-08-31T15:04:17.746Z Downloaded toml_edit v0.19.15
8722026-08-31T15:04:17.753Z Downloaded term v1.2.1
8732026-08-31T15:04:17.760Z Downloaded http v1.4.2
8742026-08-31T15:04:17.760Z Downloaded hashbrown v0.12.3
8752026-08-31T15:04:17.767Z Downloaded tracing-attributes v0.1.31
8762026-08-31T15:04:17.767Z Downloaded strip-ansi-escapes v0.2.1
8772026-08-31T15:04:17.767Z Downloaded tinyvec_macros v0.1.1
8782026-08-31T15:04:17.767Z Downloaded ingot v0.2.1
8792026-08-31T15:04:17.767Z Downloaded tap v1.0.1
8802026-08-31T15:04:17.768Z Downloaded sync-ptr v0.1.4
8812026-08-31T15:04:17.768Z Downloaded ignore v0.4.25
8822026-08-31T15:04:17.768Z Downloaded icu_properties v2.1.2
8832026-08-31T15:04:17.768Z Downloaded icu_normalizer_data v2.1.1
8842026-08-31T15:04:17.771Z Downloaded num_enum_derive v0.5.11
8852026-08-31T15:04:17.771Z Downloaded progenitor-impl v0.14.0
8862026-08-31T15:04:17.771Z Downloaded multer v3.1.0
8872026-08-31T15:04:17.771Z Downloaded progenitor-impl v0.13.0
8882026-08-31T15:04:17.771Z Downloaded try-lock v0.2.5
8892026-08-31T15:04:17.771Z Downloaded unicode-truncate v1.1.0
8902026-08-31T15:04:17.775Z Downloaded salsa20 v0.11.0
8912026-08-31T15:04:17.791Z Downloaded yansi v1.0.1
8922026-08-31T15:04:17.803Z Downloaded nu-ansi-term v0.50.3
8932026-08-31T15:04:17.803Z Downloaded cookie v0.18.1
8942026-08-31T15:04:17.803Z Downloaded phf v0.12.1
8952026-08-31T15:04:17.803Z Downloaded phf v0.13.1
8962026-08-31T15:04:17.803Z Downloaded defmt-macros v1.0.1
8972026-08-31T15:04:17.803Z Downloaded oxide-update-engine-display v0.1.2
8982026-08-31T15:04:17.803Z Downloaded predicates v3.1.4
8992026-08-31T15:04:17.803Z Downloaded primefield v0.14.0
9002026-08-31T15:04:17.803Z Downloaded primeorder v0.13.6
9012026-08-31T15:04:17.803Z Downloaded waitgroup v0.1.2
9022026-08-31T15:04:17.803Z Downloaded xshell-macros v0.2.7
9032026-08-31T15:04:17.803Z Downloaded zone_cfg_derive v0.3.1
9042026-08-31T15:04:17.803Z Downloaded zone v0.3.1
9052026-08-31T15:04:17.803Z Downloaded crc v3.4.0
9062026-08-31T15:04:17.813Z Downloaded crc-catalog v2.4.0
9072026-08-31T15:04:17.813Z Downloaded debug-ignore v1.0.5
9082026-08-31T15:04:17.813Z Downloaded crypto-bigint v0.5.5
9092026-08-31T15:04:17.813Z Downloaded derive_builder v0.20.2
9102026-08-31T15:04:17.829Z Downloaded diff v0.1.13
9112026-08-31T15:04:17.829Z Downloaded ecdsa v0.17.0
9122026-08-31T15:04:17.829Z Downloaded crossbeam-channel v0.5.15
9132026-08-31T15:04:17.829Z Downloaded schemars_derive v0.8.22
9142026-08-31T15:04:17.829Z Downloaded diesel_table_macro_syntax v0.3.0
9152026-08-31T15:04:17.829Z Downloaded resolv-conf v0.7.6
9162026-08-31T15:04:17.829Z Downloaded qorb v0.4.1
9172026-08-31T15:04:17.833Z Downloaded defmt-parser v1.0.0
9182026-08-31T15:04:17.833Z Downloaded serde_with_macros v1.5.2
9192026-08-31T15:04:17.833Z Downloaded hashbrown v0.13.2
9202026-08-31T15:04:17.833Z Downloaded p256 v0.14.0
9212026-08-31T15:04:17.833Z Downloaded slog-async v2.8.0
9222026-08-31T15:04:17.833Z Downloaded embedded-io v0.4.0
9232026-08-31T15:04:17.833Z Downloaded ingot-macros v0.2.0
9242026-08-31T15:04:17.833Z Downloaded ssh-encoding v0.3.0
9252026-08-31T15:04:17.839Z Downloaded instability v0.3.11
9262026-08-31T15:04:17.839Z Downloaded jiff-static v0.2.34
9272026-08-31T15:04:17.839Z Downloaded libscf-sys v1.2.0
9282026-08-31T15:04:17.839Z Downloaded tokio-postgres v0.7.16
9292026-08-31T15:04:17.843Z Downloaded parking_lot v0.12.5
9302026-08-31T15:04:17.847Z Downloaded tinystr v0.8.2
9312026-08-31T15:04:17.847Z Downloaded openssl-probe v0.1.6
9322026-08-31T15:04:17.847Z Downloaded usdt-impl v0.6.0
9332026-08-31T15:04:17.847Z Downloaded packed_struct_codegen v0.10.1
9342026-08-31T15:04:17.851Z Downloaded rand v0.10.1
9352026-08-31T15:04:17.851Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9362026-08-31T15:04:17.851Z Downloaded match_cfg v0.1.0
9372026-08-31T15:04:17.851Z Downloaded parking_lot v0.11.2
9382026-08-31T15:04:17.854Z Downloaded peg-macros v0.8.5
9392026-08-31T15:04:17.857Z Downloaded rustyline v14.0.0
9402026-08-31T15:04:17.861Z Downloaded owo-colors v4.3.0
9412026-08-31T15:04:17.861Z Downloaded crc-any v2.5.0
9422026-08-31T15:04:17.869Z Downloaded vergen-git2 v9.1.0
9432026-08-31T15:04:17.869Z Downloaded document-features v0.2.12
9442026-08-31T15:04:17.869Z Downloaded csv-core v0.1.13
9452026-08-31T15:04:17.869Z Downloaded darling v0.13.4
9462026-08-31T15:04:17.872Z Downloaded openssl-macros v0.1.1
9472026-08-31T15:04:17.872Z Downloaded powerfmt v0.2.0
9482026-08-31T15:04:17.872Z Downloaded newline-converter v0.3.0
9492026-08-31T15:04:17.872Z Downloaded recursive-proc-macro-impl v0.1.1
9502026-08-31T15:04:17.876Z Downloaded darling_core v0.13.4
9512026-08-31T15:04:17.880Z Downloaded num-bigint-dig v0.8.6
9522026-08-31T15:04:17.883Z Downloaded openssl-sys v0.9.117
9532026-08-31T15:04:17.895Z Downloaded rustls-pki-types v1.14.0
9542026-08-31T15:04:17.895Z Downloaded derive_more-impl v2.1.1
9552026-08-31T15:04:17.900Z Downloaded drift v0.2.0
9562026-08-31T15:04:17.900Z Downloaded recursive v0.1.1
9572026-08-31T15:04:17.900Z Downloaded rtoolbox v0.0.3
9582026-08-31T15:04:17.900Z Downloaded scroll_derive v0.13.1
9592026-08-31T15:04:17.900Z Downloaded semver v0.1.20
9602026-08-31T15:04:17.900Z Downloaded socket2 v0.6.3
9612026-08-31T15:04:17.900Z Downloaded hashbrown v0.14.5
9622026-08-31T15:04:17.904Z Downloaded hashbrown v0.15.5
9632026-08-31T15:04:17.925Z Downloaded termtree v0.5.1
9642026-08-31T15:04:17.931Z Downloaded testing_table v0.3.0
9652026-08-31T15:04:17.931Z Downloaded tower-service v0.3.3
9662026-08-31T15:04:17.931Z Downloaded impl-trait-for-tuples v0.2.3
9672026-08-31T15:04:17.932Z Downloaded strum_macros v0.27.2
9682026-08-31T15:04:17.932Z Downloaded tagptr v0.2.0
9692026-08-31T15:04:17.932Z Downloaded trait-variant v0.1.2
9702026-08-31T15:04:17.940Z Downloaded convert_case v0.4.0
9712026-08-31T15:04:17.940Z Downloaded rsa v0.9.10
9722026-08-31T15:04:17.940Z Downloaded miette-derive v7.6.0
9732026-08-31T15:04:17.940Z Downloaded tui-tree-widget v0.23.1
9742026-08-31T15:04:17.945Z Downloaded xshell v0.2.7
9752026-08-31T15:04:17.945Z Downloaded yasna v0.5.2
9762026-08-31T15:04:17.946Z Downloaded parking_lot_core v0.8.6
9772026-08-31T15:04:17.946Z Downloaded derive_builder_macro v0.20.2
9782026-08-31T15:04:17.946Z Downloaded rand_seeder v0.4.0
9792026-08-31T15:04:17.951Z Downloaded darling_macro v0.13.4
9802026-08-31T15:04:17.951Z Downloaded digest-io v0.1.0
9812026-08-31T15:04:17.951Z Downloaded downcast-rs v2.0.2
9822026-08-31T15:04:17.952Z Downloaded idna_adapter v1.2.1
9832026-08-31T15:04:17.956Z Downloaded hashbrown v0.16.1
9842026-08-31T15:04:17.959Z Downloaded pem v3.0.6
9852026-08-31T15:04:17.959Z Downloaded embedded-io v0.6.1
9862026-08-31T15:04:17.959Z Downloaded icu_normalizer v2.1.1
9872026-08-31T15:04:17.965Z Downloaded ecdsa v0.16.9
9882026-08-31T15:04:17.969Z Downloaded serde_derive_internals v0.29.1
9892026-08-31T15:04:17.974Z Downloaded progenitor v0.14.0
9902026-08-31T15:04:17.974Z Downloaded progenitor-client v0.13.0
9912026-08-31T15:04:17.974Z Downloaded maplit v1.0.2
9922026-08-31T15:04:17.974Z Downloaded multimap v0.10.1
9932026-08-31T15:04:17.978Z Downloaded mime v0.3.17
9942026-08-31T15:04:17.978Z Downloaded num-conv v0.2.0
9952026-08-31T15:04:17.982Z Downloaded static_assertions v1.1.0
9962026-08-31T15:04:17.986Z Downloaded proc-macro-crate v3.4.0
9972026-08-31T15:04:17.989Z Downloaded predicates-tree v1.0.13
9982026-08-31T15:04:17.989Z Downloaded slog-stdlog v4.1.1
9992026-08-31T15:04:17.989Z Downloaded siphasher v1.0.2
10002026-08-31T15:04:17.992Z Downloaded ipnet v2.12.0
10012026-08-31T15:04:17.996Z Downloaded slab v0.4.12
10022026-08-31T15:04:17.996Z Downloaded quick-error v1.2.3
10032026-08-31T15:04:18.000Z Downloaded serde_bytes v0.11.19
10042026-08-31T15:04:18.000Z Downloaded unicode_categories v0.1.1
10052026-08-31T15:04:18.005Z Downloaded knus v3.4.0
10062026-08-31T15:04:18.005Z Downloaded tinyvec v1.10.0
10072026-08-31T15:04:18.053Z Downloaded constant_time_eq v0.4.2
10082026-08-31T15:04:18.064Z Downloaded crossterm v0.28.1
10092026-08-31T15:04:18.064Z Downloaded dyn-clone v1.0.20
10102026-08-31T15:04:18.065Z Downloaded signal-hook-mio v0.2.5
10112026-08-31T15:04:18.065Z Downloaded stacker v0.1.23
10122026-08-31T15:04:18.065Z Downloaded structmeta v0.3.0
10132026-08-31T15:04:18.065Z Downloaded vergen-gitcl v1.0.8
10142026-08-31T15:04:18.065Z Downloaded vergen-lib v0.1.6
10152026-08-31T15:04:18.065Z Downloaded aho-corasick v1.1.4
10162026-08-31T15:04:18.065Z Downloaded reedline v0.40.0
10172026-08-31T15:04:18.065Z Downloaded hyper-staticfile v0.10.1
10182026-08-31T15:04:18.065Z Downloaded instant v0.1.13
10192026-08-31T15:04:18.065Z Downloaded quinn-udp v0.5.14
10202026-08-31T15:04:18.065Z Downloaded rustls-webpki v0.103.13
10212026-08-31T15:04:18.065Z Downloaded want v0.3.1
10222026-08-31T15:04:18.065Z Downloaded vte v0.14.1
10232026-08-31T15:04:18.065Z Downloaded native-tls v0.2.18
10242026-08-31T15:04:18.065Z Downloaded pkcs1 v0.7.5
10252026-08-31T15:04:18.065Z Downloaded daft v0.1.8
10262026-08-31T15:04:18.065Z Downloaded derive_more v0.99.20
10272026-08-31T15:04:18.065Z Downloaded aes-gcm v0.11.0
10282026-08-31T15:04:18.065Z Downloaded libefi-sys v0.1.0
10292026-08-31T15:04:18.065Z Downloaded libloading v0.8.9
10302026-08-31T15:04:18.065Z Downloaded num-iter v0.1.45
10312026-08-31T15:04:18.066Z Downloaded nanorand v0.7.0
10322026-08-31T15:04:18.072Z Downloaded num_enum v0.7.6
10332026-08-31T15:04:18.072Z Downloaded parse-display-derive v0.10.0
10342026-08-31T15:04:18.072Z Downloaded snafu v0.8.9
10352026-08-31T15:04:18.072Z Downloaded tar v0.4.46
10362026-08-31T15:04:18.072Z Downloaded serde_with_macros v3.21.0
10372026-08-31T15:04:18.072Z Downloaded pin-project-internal v1.1.11
10382026-08-31T15:04:18.079Z Downloaded port-file v0.1.0
10392026-08-31T15:04:18.079Z Downloaded scrypt v0.12.0
10402026-08-31T15:04:18.079Z Downloaded rustls-pemfile v2.2.0
10412026-08-31T15:04:18.079Z Downloaded dtrace-parser v0.3.0
10422026-08-31T15:04:18.080Z Downloaded tower v0.5.3
10432026-08-31T15:04:18.084Z Downloaded term v0.7.0
10442026-08-31T15:04:18.084Z Downloaded tough v0.22.0
10452026-08-31T15:04:18.087Z Downloaded libbz2-rs-sys v0.2.2
10462026-08-31T15:04:18.087Z Downloaded futures-util v0.3.32
10472026-08-31T15:04:18.092Z Downloaded litrs v1.0.0
10482026-08-31T15:04:18.095Z Downloaded synstructure v0.13.2
10492026-08-31T15:04:18.095Z Downloaded precomputed-hash v0.1.1
10502026-08-31T15:04:18.095Z Downloaded uzers v0.12.2
10512026-08-31T15:04:18.095Z Downloaded crossbeam-epoch v0.9.18
10522026-08-31T15:04:18.101Z Downloaded tls_codec v0.4.2
10532026-08-31T15:04:18.104Z Downloaded rand v0.8.6
10542026-08-31T15:04:18.107Z Downloaded num-traits v0.2.19
10552026-08-31T15:04:18.111Z Downloaded tokio-tungstenite v0.23.1
10562026-08-31T15:04:18.111Z Downloaded unicode-xid v0.2.6
10572026-08-31T15:04:18.114Z Downloaded vsss-rs v3.3.4
10582026-08-31T15:04:18.117Z Downloaded tower-layer v0.3.3
10592026-08-31T15:04:18.117Z Downloaded utf8_iter v1.0.4
10602026-08-31T15:04:18.121Z Downloaded hkdf v0.13.0
10612026-08-31T15:04:18.126Z Downloaded whoami v2.1.0
10622026-08-31T15:04:18.129Z Downloaded darling_core v0.23.0
10632026-08-31T15:04:18.129Z Downloaded xattr v1.6.1
10642026-08-31T15:04:18.129Z Downloaded aws-lc-rs v1.16.3
10652026-08-31T15:04:18.133Z Downloaded signal-hook v0.3.18
10662026-08-31T15:04:18.136Z Downloaded zip v4.6.1
10672026-08-31T15:04:18.139Z Downloaded crossbeam-deque v0.8.6
10682026-08-31T15:04:18.139Z Downloaded diesel-dtrace v0.5.0
10692026-08-31T15:04:18.139Z Downloaded schemars v1.2.1
10702026-08-31T15:04:18.147Z Downloaded tokio-macros v2.7.0
10712026-08-31T15:04:18.150Z Downloaded h2 v0.4.15
10722026-08-31T15:04:18.153Z Downloaded hyper v1.10.1
10732026-08-31T15:04:18.157Z Downloaded yoke-derive v0.8.1
10742026-08-31T15:04:18.157Z Downloaded num v0.4.3
10752026-08-31T15:04:18.157Z Downloaded olpc-cjson v0.1.4
10762026-08-31T15:04:18.157Z Downloaded minimal-lexical v0.2.1
10772026-08-31T15:04:18.160Z Downloaded oxide-tokio-rt v0.1.4
10782026-08-31T15:04:18.160Z Downloaded rustc-demangle v0.1.27
10792026-08-31T15:04:18.160Z Downloaded ingot-types v0.2.0
10802026-08-31T15:04:18.160Z Downloaded ipnetwork v0.21.1
10812026-08-31T15:04:18.166Z Downloaded internet-checksum v0.2.1
10822026-08-31T15:04:18.169Z Downloaded toml_parser v1.1.2+spec-1.1.0
10832026-08-31T15:04:18.169Z Downloaded newtype-uuid-macros v0.1.0
10842026-08-31T15:04:18.173Z Downloaded pem-rfc7468 v0.7.0
10852026-08-31T15:04:18.176Z Downloaded miniz_oxide v0.8.9
10862026-08-31T15:04:18.176Z Downloaded test-strategy v0.4.5
10872026-08-31T15:04:18.179Z Downloaded packed_struct v0.10.1
10882026-08-31T15:04:18.182Z Downloaded tungstenite v0.23.0
10892026-08-31T15:04:18.182Z Downloaded zopfli v0.8.3
10902026-08-31T15:04:18.187Z Downloaded rand v0.9.2
10912026-08-31T15:04:18.191Z Downloaded primeorder v0.14.0
10922026-08-31T15:04:18.191Z Downloaded proc-macro-error2 v2.0.1
10932026-08-31T15:04:18.191Z Downloaded pretty_assertions v1.4.1
10942026-08-31T15:04:18.197Z Downloaded zerocopy-derive v0.8.55
10952026-08-31T15:04:18.201Z Downloaded structmeta-derive v0.3.0
10962026-08-31T15:04:18.201Z Downloaded unicode-properties v0.1.4
10972026-08-31T15:04:18.201Z Downloaded tokio-test v0.4.5
10982026-08-31T15:04:18.201Z Downloaded usdt v0.6.0
10992026-08-31T15:04:18.201Z Downloaded scroll v0.13.0
11002026-08-31T15:04:18.204Z Downloaded zstd v0.13.3
11012026-08-31T15:04:18.214Z Downloaded memoffset v0.9.1
11022026-08-31T15:04:18.217Z Downloaded darling v0.23.0
11032026-08-31T15:04:18.226Z Downloaded slog-json v2.6.1
11042026-08-31T15:04:18.229Z Downloaded unicode-normalization v0.1.25
11052026-08-31T15:04:18.232Z Downloaded newtype_derive v0.1.6
11062026-08-31T15:04:18.232Z Downloaded const_format_proc_macros v0.2.34
11072026-08-31T15:04:18.237Z Downloaded hkdf v0.12.4
11082026-08-31T15:04:18.240Z Downloaded zerovec-derive v0.11.2
11092026-08-31T15:04:18.240Z Downloaded potential_utf v0.1.4
11102026-08-31T15:04:18.240Z Downloaded slog-bunyan v2.5.0
11112026-08-31T15:04:18.240Z Downloaded libsw v3.5.0
11122026-08-31T15:04:18.240Z Downloaded similar v2.7.0
11132026-08-31T15:04:18.248Z Downloaded rcgen v0.12.1
11142026-08-31T15:04:18.251Z Downloaded jobserver v0.1.34
11152026-08-31T15:04:18.251Z Downloaded socket2 v0.5.10
11162026-08-31T15:04:18.256Z Downloaded convert_case v0.10.0
11172026-08-31T15:04:18.256Z Downloaded paste v1.0.15
11182026-08-31T15:04:18.259Z Downloaded sapling-renderdag v0.1.0
11192026-08-31T15:04:18.259Z Downloaded supports-hyperlinks v3.2.0
11202026-08-31T15:04:18.262Z Downloaded typify-macro v0.6.2
11212026-08-31T15:04:18.262Z Downloaded dirs-sys-next v0.1.2
11222026-08-31T15:04:18.262Z Downloaded dof v0.4.0
11232026-08-31T15:04:18.266Z Downloaded progenitor-macro v0.13.0
11242026-08-31T15:04:18.270Z Downloaded curve25519-dalek-derive v0.1.1
11252026-08-31T15:04:18.275Z Downloaded sha2 v0.11.0
11262026-08-31T15:04:18.279Z Downloaded serde_cbor v0.11.2
11272026-08-31T15:04:18.284Z Downloaded parse-size v1.1.0
11282026-08-31T15:04:18.284Z Downloaded psl-types v2.0.11
11292026-08-31T15:04:18.288Z Downloaded sqlformat v0.3.5
11302026-08-31T15:04:18.288Z Downloaded serde-big-array v0.5.1
11312026-08-31T15:04:18.288Z Downloaded thread_local v1.1.9
11322026-08-31T15:04:18.291Z Downloaded sync_wrapper v1.0.2
11332026-08-31T15:04:18.294Z Downloaded strum v0.27.2
11342026-08-31T15:04:18.294Z Downloaded supports-color v3.0.2
11352026-08-31T15:04:18.294Z Downloaded untrusted v0.7.1
11362026-08-31T15:04:18.299Z Downloaded derive-ex v0.1.8
11372026-08-31T15:04:18.299Z Downloaded linear-map v1.2.0
11382026-08-31T15:04:18.307Z Downloaded crossbeam-utils v0.8.21
11392026-08-31T15:04:18.310Z Downloaded icu_collections v2.1.1
11402026-08-31T15:04:18.312Z Downloaded untrusted v0.9.0
11412026-08-31T15:04:18.316Z Downloaded password-hash v0.5.0
11422026-08-31T15:04:18.319Z Downloaded dirs-next v2.0.0
11432026-08-31T15:04:18.319Z Downloaded russh-cryptovec v0.62.0
11442026-08-31T15:04:18.319Z Downloaded pkcs1 v0.8.0-rc.4
11452026-08-31T15:04:18.321Z Downloaded pkg-config v0.3.32
11462026-08-31T15:04:18.321Z Downloaded sec1 v0.8.1
11472026-08-31T15:04:18.325Z Downloaded sqlparser_derive v0.5.0
11482026-08-31T15:04:18.328Z Downloaded lalrpop-util v0.19.12
11492026-08-31T15:04:18.328Z Downloaded crunchy v0.2.4
11502026-08-31T15:04:18.328Z Downloaded toml_edit v0.23.10+spec-1.0.0
11512026-08-31T15:04:18.331Z Downloaded ron v0.8.1
11522026-08-31T15:04:18.336Z Downloaded oxide-generation-macros v0.2.0
11532026-08-31T15:04:18.346Z Downloaded iri-string v0.7.10
11542026-08-31T15:04:18.350Z Downloaded rpassword v7.5.4
11552026-08-31T15:04:18.353Z Downloaded slog-dtrace v0.3.0
11562026-08-31T15:04:18.356Z Downloaded const_format v0.2.35
11572026-08-31T15:04:18.359Z Downloaded unicode-segmentation v1.12.0
11582026-08-31T15:04:18.359Z Downloaded mime_guess v2.0.5
11592026-08-31T15:04:18.362Z Downloaded crc8 v0.1.1
11602026-08-31T15:04:18.362Z Downloaded ppv-lite86 v0.2.21
11612026-08-31T15:04:18.362Z Downloaded corncobs v0.1.4
11622026-08-31T15:04:18.362Z Downloaded winnow v1.0.3
11632026-08-31T15:04:18.366Z Downloaded subprocess v0.2.15
11642026-08-31T15:04:18.370Z Downloaded regex v1.12.3
11652026-08-31T15:04:18.373Z Downloaded crossterm v0.29.0
11662026-08-31T15:04:18.376Z Downloaded pkcs5 v0.8.1
11672026-08-31T15:04:18.379Z Downloaded twox-hash v2.1.2
11682026-08-31T15:04:18.379Z Downloaded scheduled-thread-pool v0.2.7
11692026-08-31T15:04:18.379Z Downloaded unarray v0.1.4
11702026-08-31T15:04:18.382Z Downloaded darling_macro v0.23.0
11712026-08-31T15:04:18.382Z Downloaded nonempty v0.12.0
11722026-08-31T15:04:18.385Z Downloaded path-slash v0.1.5
11732026-08-31T15:04:18.389Z Downloaded crc32fast v1.5.0
11742026-08-31T15:04:18.392Z Downloaded rand_chacha v0.9.0
11752026-08-31T15:04:18.398Z Downloaded tokio-dtrace v0.1.1
11762026-08-31T15:04:18.402Z Downloaded der_derive v0.7.3
11772026-08-31T15:04:18.402Z Downloaded seq-macro v0.3.6
11782026-08-31T15:04:18.402Z Downloaded phf_shared v0.12.1
11792026-08-31T15:04:18.402Z Downloaded toml v0.7.8
11802026-08-31T15:04:18.402Z Downloaded crypto-common v0.2.2
11812026-08-31T15:04:18.402Z Downloaded illumos-nvpair v0.3.0
11822026-08-31T15:04:18.405Z Downloaded serde_yaml v0.9.34+deprecated
11832026-08-31T15:04:18.408Z Downloaded rayon v1.11.0
11842026-08-31T15:04:18.411Z Downloaded keccak v0.2.0
11852026-08-31T15:04:18.414Z Downloaded lzss v0.8.2
11862026-08-31T15:04:18.414Z Downloaded prefix-trie v0.7.0
11872026-08-31T15:04:18.418Z Downloaded bitvec v1.0.1
11882026-08-31T15:04:18.423Z Downloaded unsafe-libyaml v0.2.11
11892026-08-31T15:04:18.426Z Downloaded rand_core v0.10.0
11902026-08-31T15:04:18.426Z Downloaded pem-rfc7468 v1.0.0
11912026-08-31T15:04:18.430Z Downloaded quinn v0.11.11
11922026-08-31T15:04:18.431Z Downloaded num-bigint v0.4.6
11932026-08-31T15:04:18.434Z Downloaded icu_provider v2.1.1
11942026-08-31T15:04:18.434Z Downloaded blake3 v1.8.5
11952026-08-31T15:04:18.437Z Downloaded tokio-stream v0.1.18
11962026-08-31T15:04:18.440Z Downloaded steno v0.4.1
11972026-08-31T15:04:18.443Z Downloaded darling v0.20.11
11982026-08-31T15:04:18.446Z Downloaded jiff-core v0.1.0
11992026-08-31T15:04:18.446Z Downloaded sha1 v0.11.0
12002026-08-31T15:04:18.449Z Downloaded p384 v0.13.1
12012026-08-31T15:04:18.455Z Downloaded derive-where v1.6.0
12022026-08-31T15:04:18.455Z Downloaded oxide-generation v0.1.3
12032026-08-31T15:04:18.455Z Downloaded snafu-derive v0.8.9
12042026-08-31T15:04:18.458Z Downloaded toml_writer v1.1.1+spec-1.1.0
12052026-08-31T15:04:18.462Z Downloaded smallvec v1.15.1
12062026-08-31T15:04:18.462Z Downloaded writeable v0.6.2
12072026-08-31T15:04:18.462Z Downloaded derive_more v2.1.1
12082026-08-31T15:04:18.468Z Downloaded git2 v0.20.4
12092026-08-31T15:04:18.472Z Downloaded sha3 v0.12.0
12102026-08-31T15:04:18.476Z Downloaded rand_core v0.6.4
12112026-08-31T15:04:18.476Z Downloaded itertools v0.13.0
12122026-08-31T15:04:18.480Z Downloaded url v2.5.8
12132026-08-31T15:04:18.480Z Downloaded ml-kem v0.3.2
12142026-08-31T15:04:18.483Z Downloaded data-encoding v2.10.0
12152026-08-31T15:04:18.483Z Downloaded memmap2 v0.9.10
12162026-08-31T15:04:18.483Z Downloaded psm v0.1.30
12172026-08-31T15:04:18.486Z Downloaded smallvec v0.6.14
12182026-08-31T15:04:18.486Z Downloaded tiny-keccak v2.0.2
12192026-08-31T15:04:18.486Z Downloaded chrono v0.4.45
12202026-08-31T15:04:18.490Z Downloaded ed25519-dalek v2.2.0
12212026-08-31T15:04:18.493Z Downloaded shlex v1.3.0
12222026-08-31T15:04:18.493Z Downloaded lock_api v0.4.14
12232026-08-31T15:04:18.502Z Downloaded winnow v0.6.26
12242026-08-31T15:04:18.505Z Downloaded rustls-platform-verifier v0.6.2
12252026-08-31T15:04:18.505Z Downloaded ssh-cipher v0.3.0
12262026-08-31T15:04:18.505Z Downloaded zip v0.6.6
12272026-08-31T15:04:18.508Z Downloaded tower-http v0.6.8
12282026-08-31T15:04:18.512Z Downloaded zlib-rs v0.6.2
12292026-08-31T15:04:18.516Z Downloaded oxide-update-engine v0.1.2
12302026-08-31T15:04:18.520Z Downloaded bindgen v0.71.1
12312026-08-31T15:04:18.520Z Downloaded portable-atomic v1.13.1
12322026-08-31T15:04:18.523Z Downloaded russh v0.62.4
12332026-08-31T15:04:18.528Z Downloaded time v0.3.47
12342026-08-31T15:04:18.535Z Downloaded elliptic-curve v0.13.8
12352026-08-31T15:04:18.538Z Downloaded der v0.7.10
12362026-08-31T15:04:18.544Z Downloaded itertools v0.10.5
12372026-08-31T15:04:18.547Z Downloaded icu_locale_core v2.1.1
12382026-08-31T15:04:18.547Z Downloaded uuid v1.23.4
12392026-08-31T15:04:18.550Z Downloaded der v0.8.0
12402026-08-31T15:04:18.554Z Downloaded cookie_store v0.22.1
12412026-08-31T15:04:18.554Z Downloaded tabled v0.21.0
12422026-08-31T15:04:18.562Z Downloaded indexmap v1.9.3
12432026-08-31T15:04:18.565Z Downloaded x509-cert v0.2.5
12442026-08-31T15:04:18.575Z Downloaded dropshot_endpoint v0.17.1
12452026-08-31T15:04:18.578Z Downloaded darling_core v0.20.11
12462026-08-31T15:04:18.578Z Downloaded toml v1.1.2+spec-1.1.0
12472026-08-31T15:04:18.581Z Downloaded goblin v0.10.5
12482026-08-31T15:04:18.584Z Downloaded quick-xml v0.37.5
12492026-08-31T15:04:18.589Z Downloaded moka v0.12.13
12502026-08-31T15:04:18.594Z Downloaded reqwest v0.13.2
12512026-08-31T15:04:18.597Z Downloaded dropshot-api-manager v0.8.0
12522026-08-31T15:04:18.597Z Downloaded indicatif v0.18.4
12532026-08-31T15:04:18.603Z Downloaded itertools v0.14.0
12542026-08-31T15:04:18.615Z Downloaded ssh-key v0.7.0-rc.11
12552026-08-31T15:04:18.628Z Downloaded ed25519-dalek v3.0.0
12562026-08-31T15:04:18.631Z Downloaded iddqd v0.4.2
12572026-08-31T15:04:18.636Z Downloaded smoltcp v0.9.1
12582026-08-31T15:04:18.643Z Downloaded samael v0.0.19
12592026-08-31T15:04:18.647Z Downloaded mio v1.2.0
12602026-08-31T15:04:18.659Z Downloaded hyper-util v0.1.20
12612026-08-31T15:04:18.665Z Downloaded vcpkg v0.2.15
12622026-08-31T15:04:18.687Z Downloaded serde_with v1.14.0
12632026-08-31T15:04:18.690Z Downloaded typed-path v0.9.3
12642026-08-31T15:04:18.693Z Downloaded gimli v0.32.3
12652026-08-31T15:04:18.699Z Downloaded zerovec v0.11.5
12662026-08-31T15:04:18.702Z Downloaded proptest v1.11.0
12672026-08-31T15:04:18.706Z Downloaded internal-russh-num-bigint v0.5.0
12682026-08-31T15:04:18.708Z Downloaded itertools v0.12.1
12692026-08-31T15:04:18.712Z Downloaded nom v7.1.3
12702026-08-31T15:04:18.715Z Downloaded miette v7.6.0
12712026-08-31T15:04:18.718Z Downloaded crypto-primes v0.7.2
12722026-08-31T15:04:18.721Z Downloaded reqwest v0.12.28
12732026-08-31T15:04:18.725Z Downloaded idna v1.1.0
12742026-08-31T15:04:18.728Z Downloaded itertools v0.15.0
12752026-08-31T15:04:18.731Z Downloaded libxml v0.3.3
12762026-08-31T15:04:18.733Z Downloaded petname v2.0.2
12772026-08-31T15:04:18.736Z Downloaded bstr v1.12.1
12782026-08-31T15:04:18.740Z Downloaded p521 v0.14.0
12792026-08-31T15:04:18.750Z Downloaded diesel_derives v2.3.7
12802026-08-31T15:04:18.753Z Downloaded nom v8.0.0
12812026-08-31T15:04:18.761Z Downloaded winnow v0.5.40
12822026-08-31T15:04:18.767Z Downloaded curve25519-dalek v4.1.3
12832026-08-31T15:04:18.772Z Downloaded smoltcp v0.11.0
12842026-08-31T15:04:18.780Z Downloaded icu_properties_data v2.1.2
12852026-08-31T15:04:18.784Z Downloaded nix v0.28.0
12862026-08-31T15:04:18.790Z Downloaded rsa v0.10.0-rc.18
12872026-08-31T15:04:18.793Z Downloaded salty v0.3.0
12882026-08-31T15:04:18.797Z Downloaded libm v0.2.16
12892026-08-31T15:04:18.804Z Downloaded nix v0.27.1
12902026-08-31T15:04:18.808Z Downloaded rawzip v0.4.4
12912026-08-31T15:04:18.812Z Downloaded radix_trie v0.2.1
12922026-08-31T15:04:18.818Z Downloaded regress v0.11.1
12932026-08-31T15:04:18.823Z Downloaded tokio-util v0.7.18
12942026-08-31T15:04:18.833Z Downloaded serde_with v3.21.0
12952026-08-31T15:04:18.838Z Downloaded crypto-bigint v0.7.5
12962026-08-31T15:04:18.847Z Downloaded hickory-proto v0.24.4
12972026-08-31T15:04:18.857Z Downloaded nix v0.31.2
12982026-08-31T15:04:18.862Z Downloaded regex-syntax v0.6.29
12992026-08-31T15:04:18.866Z Downloaded openssl v0.10.80
13002026-08-31T15:04:18.871Z Downloaded quinn-proto v0.11.16
13012026-08-31T15:04:18.874Z Downloaded object v0.30.4
13022026-08-31T15:04:18.883Z Downloaded zerocopy v0.8.55
13032026-08-31T15:04:18.911Z Downloaded hickory-proto v0.25.2
13042026-08-31T15:04:18.915Z Downloaded openapiv3 v2.2.0
13052026-08-31T15:04:18.919Z Downloaded polar-core v0.27.3
13062026-08-31T15:04:18.926Z Downloaded lalrpop v0.19.12
13072026-08-31T15:04:18.948Z Downloaded rustix v0.38.44
13082026-08-31T15:04:18.960Z Downloaded object v0.37.3
13092026-08-31T15:04:18.967Z Downloaded regex-syntax v0.8.10
13102026-08-31T15:04:18.973Z Downloaded rustls v0.23.41
13112026-08-31T15:04:18.980Z Downloaded diesel v2.3.7
13122026-08-31T15:04:18.990Z Downloaded typify-impl v0.6.2
13132026-08-31T15:04:18.999Z Downloaded tracing v0.1.44
13142026-08-31T15:04:19.011Z Downloaded curve25519-dalek v5.0.0
13152026-08-31T15:04:19.017Z Downloaded regress v0.10.5
13162026-08-31T15:04:19.022Z Downloaded sqlparser v0.61.0
13172026-08-31T15:04:19.028Z Downloaded sha3 v0.11.0
13182026-08-31T15:04:19.031Z Downloaded sled v0.34.7
13192026-08-31T15:04:19.037Z Downloaded dropshot v0.17.1
13202026-08-31T15:04:19.056Z Downloaded zerocopy-derive v0.6.6
13212026-08-31T15:04:19.074Z Downloaded ratatui v0.29.0
13222026-08-31T15:04:19.086Z Downloaded bzip2-sys v0.1.13+1.0.8
13232026-08-31T15:04:19.093Z Downloaded regex-automata v0.4.14
13242026-08-31T15:04:19.103Z Downloaded jiff v0.2.34
13252026-08-31T15:04:19.115Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13262026-08-31T15:04:19.145Z Downloaded petgraph v0.6.5
13272026-08-31T15:04:19.155Z Downloaded encoding_rs v0.8.35
13282026-08-31T15:04:19.169Z Downloaded chrono-tz v0.10.4
13292026-08-31T15:04:19.179Z Downloaded petgraph v0.8.3
13302026-08-31T15:04:19.194Z Downloaded ring v0.17.14
13312026-08-31T15:04:19.240Z Downloaded sha3 v0.10.8
13322026-08-31T15:04:19.246Z Downloaded libz-sys v1.1.24
13332026-08-31T15:04:19.256Z Downloaded tokio v1.52.1
13342026-08-31T15:04:19.280Z Downloaded csv v1.4.0
13352026-08-31T15:04:19.380Z Downloaded libgit2-sys v0.18.3+1.9.2
13362026-08-31T15:04:19.910Z Downloaded aws-lc-sys v0.40.0
13372026-08-31T15:04:20.174Z Compiling serde_core v1.0.229
13382026-08-31T15:04:20.174Z Compiling libc v0.2.185
13392026-08-31T15:04:20.174Z Compiling serde v1.0.229
13402026-08-31T15:04:20.178Z Compiling log v0.4.33
13412026-08-31T15:04:20.178Z Compiling smallvec v1.15.1
13422026-08-31T15:04:20.178Z Compiling find-msvc-tools v0.1.9
13432026-08-31T15:04:20.310Z Compiling shlex v1.3.0
13442026-08-31T15:04:20.319Z Compiling syn v2.0.117
13452026-08-31T15:04:20.493Z Compiling syn v3.0.3
13462026-08-31T15:04:20.520Z Compiling subtle v2.6.1
13472026-08-31T15:04:20.520Z Compiling scopeguard v1.2.0
13482026-08-31T15:04:20.608Z Compiling typenum v1.20.1
13492026-08-31T15:04:20.642Z Compiling lock_api v0.4.14
13502026-08-31T15:04:20.688Z Compiling stable_deref_trait v1.2.1
13512026-08-31T15:04:20.699Z Compiling zerocopy v0.8.55
13522026-08-31T15:04:20.770Z Compiling portable-atomic v1.13.1
13532026-08-31T15:04:20.866Z Compiling serde_json v1.0.151
13542026-08-31T15:04:21.080Z Compiling critical-section v1.2.0
13552026-08-31T15:04:21.219Z Compiling errno v0.3.14
13562026-08-31T15:04:21.359Z Compiling jobserver v0.1.34
13572026-08-31T15:04:21.359Z Compiling getrandom v0.2.17
13582026-08-31T15:04:21.359Z Compiling libm v0.2.16
13592026-08-31T15:04:21.425Z Compiling rand_core v0.6.4
13602026-08-31T15:04:21.555Z Compiling cc v1.2.56
13612026-08-31T15:04:21.649Z Compiling num-traits v0.2.19
13622026-08-31T15:04:21.649Z Compiling pkg-config v0.3.32
13632026-08-31T15:04:21.727Z Compiling once_cell v1.21.3
13642026-08-31T15:04:21.866Z Compiling generic-array v0.14.7
13652026-08-31T15:04:21.889Z Compiling getrandom v0.4.3
13662026-08-31T15:04:22.064Z Compiling parking_lot_core v0.9.12
13672026-08-31T15:04:22.217Z Compiling pin-project-lite v0.2.17
13682026-08-31T15:04:22.288Z Compiling const-oid v0.9.6
13692026-08-31T15:04:22.318Z Compiling bitflags v2.11.0
13702026-08-31T15:04:22.483Z Compiling rand_core v0.10.0
13712026-08-31T15:04:22.964Z Compiling signal-hook-registry v1.4.8
13722026-08-31T15:04:22.972Z Compiling writeable v0.6.2
13732026-08-31T15:04:22.972Z Compiling percent-encoding v2.3.2
13742026-08-31T15:04:23.250Z Compiling synstructure v0.13.2
13752026-08-31T15:04:23.299Z Compiling litemap v0.8.1
13762026-08-31T15:04:23.300Z Compiling futures-core v0.3.32
13772026-08-31T15:04:23.300Z Compiling parking_lot v0.12.5
13782026-08-31T15:04:23.300Z Compiling semver v1.0.28
13792026-08-31T15:04:23.388Z Compiling mio v1.2.0
13802026-08-31T15:04:23.422Z Compiling icu_properties_data v2.1.2
13812026-08-31T15:04:23.529Z Compiling icu_normalizer_data v2.1.1
13822026-08-31T15:04:23.605Z Compiling socket2 v0.6.3
13832026-08-31T15:04:23.657Z Compiling rustix v1.1.4
13842026-08-31T15:04:23.808Z Compiling getrandom v0.3.4
13852026-08-31T15:04:23.820Z Compiling futures-sink v0.3.32
13862026-08-31T15:04:23.840Z Compiling indexmap v2.14.0
13872026-08-31T15:04:23.912Z Compiling futures-io v0.3.32
13882026-08-31T15:04:23.939Z Compiling futures-channel v0.3.32
13892026-08-31T15:04:24.022Z Compiling slab v0.4.12
13902026-08-31T15:04:24.039Z Compiling utf8_iter v1.0.4
13912026-08-31T15:04:24.083Z Compiling serde_derive v1.0.229
13922026-08-31T15:04:24.159Z Compiling futures-task v0.3.32
13932026-08-31T15:04:24.188Z Compiling form_urlencoded v1.2.2
13942026-08-31T15:04:24.223Z Compiling rustversion v1.0.22
13952026-08-31T15:04:24.338Z Compiling iana-time-zone v0.1.65
13962026-08-31T15:04:24.359Z Compiling base64ct v1.8.3
13972026-08-31T15:04:24.512Z Compiling cmake v0.1.57
13982026-08-31T15:04:24.596Z Compiling regex-syntax v0.8.10
13992026-08-31T15:04:24.741Z Compiling pem-rfc7468 v0.7.0
14002026-08-31T15:04:24.757Z Compiling fs_extra v1.3.0
14012026-08-31T15:04:24.879Z Compiling zeroize_derive v1.5.0
14022026-08-31T15:04:24.918Z Compiling zerocopy-derive v0.8.55
14032026-08-31T15:04:24.958Z Compiling zerofrom-derive v0.1.6
14042026-08-31T15:04:24.978Z Compiling yoke-derive v0.8.1
14052026-08-31T15:04:25.200Z Compiling zerovec-derive v0.11.2
14062026-08-31T15:04:25.423Z Compiling displaydoc v0.2.5
14072026-08-31T15:04:25.558Z Compiling tokio-macros v2.7.0
14082026-08-31T15:04:26.157Z Compiling futures-macro v0.3.32
14092026-08-31T15:04:26.172Z Compiling der_derive v0.7.3
14102026-08-31T15:04:26.366Z Compiling thiserror-impl v2.0.18
14112026-08-31T15:04:26.382Z Compiling dunce v1.0.5
14122026-08-31T15:04:26.401Z Compiling zerofrom v0.1.6
14132026-08-31T15:04:26.433Z Compiling ident_case v1.0.1
14142026-08-31T15:04:26.588Z Compiling yoke v0.8.1
14152026-08-31T15:04:26.650Z Compiling flagset v0.4.7
14162026-08-31T15:04:26.739Z Compiling zerovec v0.11.5
14172026-08-31T15:04:26.769Z Compiling zerotrie v0.2.3
14182026-08-31T15:04:26.927Z Compiling aws-lc-sys v0.40.0
14192026-08-31T15:04:27.050Z Compiling futures-util v0.3.32
14202026-08-31T15:04:27.081Z Compiling rand_core v0.9.5
14212026-08-31T15:04:27.229Z Compiling tinystr v0.8.2
14222026-08-31T15:04:27.249Z Compiling potential_utf v0.1.4
14232026-08-31T15:04:27.293Z Compiling uuid v1.23.4
14242026-08-31T15:04:27.446Z Compiling icu_locale_core v2.1.1
14252026-08-31T15:04:27.466Z Compiling icu_collections v2.1.1
14262026-08-31T15:04:27.652Z Compiling zeroize v1.9.0
14272026-08-31T15:04:27.667Z Compiling bytes v1.11.1
14282026-08-31T15:04:27.913Z Compiling chrono v0.4.45
14292026-08-31T15:04:28.099Z Compiling icu_provider v2.1.1
14302026-08-31T15:04:28.315Z Compiling icu_normalizer v2.1.1
14312026-08-31T15:04:28.335Z Compiling icu_properties v2.1.2
14322026-08-31T15:04:28.357Z Compiling tokio v1.52.1
14332026-08-31T15:04:28.464Z Compiling block-buffer v0.10.4
14342026-08-31T15:04:28.592Z Compiling crypto-common v0.1.7
14352026-08-31T15:04:28.771Z Compiling digest v0.10.7
14362026-08-31T15:04:28.833Z Compiling der v0.7.10
14372026-08-31T15:04:29.040Z Compiling thiserror v2.0.18
14382026-08-31T15:04:29.149Z Compiling base64 v0.22.1
14392026-08-31T15:04:29.279Z Compiling idna_adapter v1.2.1
14402026-08-31T15:04:29.310Z Compiling http v1.4.2
14412026-08-31T15:04:29.456Z Compiling ppv-lite86 v0.2.21
14422026-08-31T15:04:29.492Z Compiling idna v1.1.0
14432026-08-31T15:04:29.492Z Compiling vcpkg v0.2.15
14442026-08-31T15:04:29.568Z Compiling syn v1.0.109
14452026-08-31T15:04:29.761Z Compiling url v2.5.8
14462026-08-31T15:04:29.940Z Compiling spki v0.7.3
14472026-08-31T15:04:30.079Z Compiling rand_chacha v0.9.0
14482026-08-31T15:04:30.093Z Compiling tracing-attributes v0.1.31
14492026-08-31T15:04:30.107Z Compiling rustc_version v0.4.1
14502026-08-31T15:04:30.163Z Compiling openssl-sys v0.9.117
14512026-08-31T15:04:30.220Z Compiling serde_derive_internals v0.29.1
14522026-08-31T15:04:30.423Z Compiling tracing-core v0.1.36
14532026-08-31T15:04:30.548Z Compiling dyn-clone v1.0.20
14542026-08-31T15:04:30.678Z Compiling cpufeatures v0.2.17
14552026-08-31T15:04:30.692Z Compiling simd-adler32 v0.3.8
14562026-08-31T15:04:30.756Z Compiling aws-lc-rs v1.16.3
14572026-08-31T15:04:30.793Z Compiling schemars v0.8.22
14582026-08-31T15:04:30.968Z Compiling rand v0.9.2
14592026-08-31T15:04:31.057Z Compiling pkcs8 v0.10.2
14602026-08-31T15:04:31.085Z Compiling schemars_derive v0.8.22
14612026-08-31T15:04:31.168Z Compiling http-body v1.0.1
14622026-08-31T15:04:31.292Z Compiling rustls-pki-types v1.14.0
14632026-08-31T15:04:31.336Z Compiling spin v0.9.8
14642026-08-31T15:04:31.381Z Compiling tracing v0.1.44
14652026-08-31T15:04:31.538Z Compiling cmov v0.5.4
14662026-08-31T15:04:31.656Z Compiling httparse v1.10.1
14672026-08-31T15:04:31.730Z Compiling crc32fast v1.5.0
14682026-08-31T15:04:31.743Z Compiling tinyvec_macros v0.1.1
14692026-08-31T15:04:31.756Z Compiling openssl-probe v0.2.1
14702026-08-31T15:04:31.821Z Compiling adler2 v2.0.1
14712026-08-31T15:04:31.951Z Compiling miniz_oxide v0.8.9
14722026-08-31T15:04:31.966Z Compiling tempfile v3.27.0
14732026-08-31T15:04:32.042Z Compiling tinyvec v1.10.0
14742026-08-31T15:04:32.065Z Compiling ctutils v0.4.2
14752026-08-31T15:04:32.275Z Compiling tokio-util v0.7.18
14762026-08-31T15:04:32.313Z Compiling pest_generator v2.8.6
14772026-08-31T15:04:32.376Z Compiling sha2 v0.10.9
14782026-08-31T15:04:32.543Z Compiling terminal_size v0.4.3
14792026-08-31T15:04:32.689Z Compiling aho-corasick v1.1.4
14802026-08-31T15:04:32.999Z Compiling tower-layer v0.3.3
14812026-08-31T15:04:33.203Z Compiling radium v0.7.0
14822026-08-31T15:04:33.363Z Compiling untrusted v0.7.1
14832026-08-31T15:04:33.414Z Compiling try-lock v0.2.5
14842026-08-31T15:04:33.480Z Compiling atomic-waker v1.1.2
14852026-08-31T15:04:33.524Z Compiling tower-service v0.3.3
14862026-08-31T15:04:33.609Z Compiling h2 v0.4.15
14872026-08-31T15:04:33.647Z Compiling regex-automata v0.4.14
14882026-08-31T15:04:33.667Z Compiling want v0.3.1
14892026-08-31T15:04:33.716Z Compiling pest_derive v2.8.6
14902026-08-31T15:04:33.830Z Compiling hybrid-array v0.4.13
14912026-08-31T15:04:34.236Z Compiling ipnet v2.12.0
14922026-08-31T15:04:34.391Z Compiling darling_core v0.20.11
14932026-08-31T15:04:34.439Z Compiling scroll_derive v0.13.1
14942026-08-31T15:04:34.599Z Compiling foreign-types-shared v0.1.1
14952026-08-31T15:04:34.690Z Compiling rustls v0.23.41
14962026-08-31T15:04:34.721Z Compiling untrusted v0.9.0
14972026-08-31T15:04:34.841Z Compiling tap v1.0.1
14982026-08-31T15:04:34.858Z Compiling httpdate v1.0.3
14992026-08-31T15:04:34.872Z Compiling openssl v0.10.80
15002026-08-31T15:04:34.952Z Compiling maybe-uninit v2.0.0
15012026-08-31T15:04:35.080Z Compiling wyz v0.5.1
15022026-08-31T15:04:35.120Z Compiling foreign-types v0.3.2
15032026-08-31T15:04:35.226Z Compiling scroll v0.13.0
15042026-08-31T15:04:35.260Z Compiling unicode-normalization v0.1.25
15052026-08-31T15:04:35.382Z Compiling rand_chacha v0.3.1
15062026-08-31T15:04:35.484Z Compiling signature v2.2.0
15072026-08-31T15:04:35.667Z Compiling hex v0.4.3
15082026-08-31T15:04:35.681Z Compiling openssl-macros v0.1.1
15092026-08-31T15:04:35.710Z Compiling thiserror-impl v1.0.69
15102026-08-31T15:04:35.936Z Compiling num-integer v0.1.46
15112026-08-31T15:04:36.069Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-08-31T15:04:36.162Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15132026-08-31T15:04:36.260Z Compiling wait-timeout v0.2.1
15142026-08-31T15:04:36.343Z Compiling ahash v0.8.12
15152026-08-31T15:04:36.515Z Compiling quick-error v1.2.3
15162026-08-31T15:04:36.541Z Compiling bit-vec v0.8.0
15172026-08-31T15:04:36.558Z Compiling funty v2.0.0
15182026-08-31T15:04:36.613Z Compiling darling_macro v0.20.11
15192026-08-31T15:04:36.632Z Compiling powerfmt v0.2.0
15202026-08-31T15:04:36.766Z Compiling hyper v1.10.1
15212026-08-31T15:04:36.823Z Compiling time-core v0.1.8
15222026-08-31T15:04:36.919Z Compiling num-conv v0.2.0
15232026-08-31T15:04:36.967Z Compiling packed_struct v0.10.1
15242026-08-31T15:04:37.054Z Compiling num-bigint-dig v0.8.6
15252026-08-31T15:04:37.105Z Compiling native-tls v0.2.18
15262026-08-31T15:04:37.132Z Compiling darling v0.20.11
15272026-08-31T15:04:37.204Z Compiling time-macros v0.2.27
15282026-08-31T15:04:37.251Z Compiling thiserror v1.0.69
15292026-08-31T15:04:37.271Z Compiling bitvec v1.0.1
15302026-08-31T15:04:37.301Z Compiling deranged v0.5.8
15312026-08-31T15:04:37.357Z Compiling bit-set v0.8.0
15322026-08-31T15:04:37.507Z Compiling rusty-fork v0.3.1
15332026-08-31T15:04:37.686Z Compiling clap_builder v4.6.0
15342026-08-31T15:04:38.279Z Compiling hyper-util v0.1.20
15352026-08-31T15:04:38.354Z Compiling num-iter v0.1.45
15362026-08-31T15:04:38.525Z Compiling rand v0.8.6
15372026-08-31T15:04:38.657Z Compiling goblin v0.10.5
15382026-08-31T15:04:38.813Z Compiling packed_struct_codegen v0.10.1
15392026-08-31T15:04:39.270Z Compiling lazy_static v1.5.0
15402026-08-31T15:04:39.368Z Compiling hmac v0.12.1
15412026-08-31T15:04:39.484Z Compiling toml_datetime v0.6.11
15422026-08-31T15:04:39.748Z Compiling serde_spanned v0.6.9
15432026-08-31T15:04:39.827Z Compiling rand_xorshift v0.4.0
15442026-08-31T15:04:39.889Z Compiling clap_derive v4.6.1
15452026-08-31T15:04:39.976Z Compiling zerocopy-derive v0.6.6
15462026-08-31T15:04:39.991Z Compiling bitfield-macros v0.19.4
15472026-08-31T15:04:40.629Z Compiling sync_wrapper v1.0.2
15482026-08-31T15:04:40.692Z Compiling indexmap v1.9.3
15492026-08-31T15:04:40.743Z Compiling usdt-impl v0.6.0
15502026-08-31T15:04:40.796Z Compiling zlib-rs v0.6.2
15512026-08-31T15:04:40.873Z Compiling crossbeam-utils v0.8.21
15522026-08-31T15:04:40.951Z Compiling siphasher v1.0.2
15532026-08-31T15:04:41.204Z Compiling paste v1.0.15
15542026-08-31T15:04:41.218Z Compiling num_threads v0.1.7
15552026-08-31T15:04:41.281Z Compiling crc-catalog v2.4.0
15562026-08-31T15:04:41.355Z Compiling nodrop v0.1.14
15572026-08-31T15:04:41.398Z Compiling object v0.37.3
15582026-08-31T15:04:41.422Z Compiling unicode-segmentation v1.12.0
15592026-08-31T15:04:41.461Z Compiling unarray v0.1.4
15602026-08-31T15:04:41.576Z Compiling proptest v1.11.0
15612026-08-31T15:04:41.613Z Compiling clap v4.6.1
15622026-08-31T15:04:41.669Z Compiling array-init v0.0.4
15632026-08-31T15:04:41.730Z Compiling crc v3.4.0
15642026-08-31T15:04:41.770Z Compiling dof v0.4.0
15652026-08-31T15:04:41.974Z Compiling time v0.3.47
15662026-08-31T15:04:42.138Z Compiling zerocopy v0.6.6
15672026-08-31T15:04:42.381Z Compiling tower v0.5.3
15682026-08-31T15:04:42.759Z Compiling bitfield v0.19.4
15692026-08-31T15:04:43.165Z Compiling smallvec v0.6.14
15702026-08-31T15:04:43.514Z Compiling derive_builder_core v0.20.2
15712026-08-31T15:04:43.708Z Compiling flate2 v1.1.9
15722026-08-31T15:04:44.013Z Compiling dtrace-parser v0.3.0
15732026-08-31T15:04:44.148Z Compiling ipnetwork v0.21.1
15742026-08-31T15:04:44.235Z Compiling http-body-util v0.1.3
15752026-08-31T15:04:44.410Z Compiling pkcs1 v0.7.5
15762026-08-31T15:04:44.460Z Compiling heapless v0.7.17
15772026-08-31T15:04:44.479Z Compiling darling_core v0.23.0
15782026-08-31T15:04:44.533Z Compiling slog v2.8.2
15792026-08-31T15:04:44.716Z Compiling scroll_derive v0.12.1
15802026-08-31T15:04:44.750Z Compiling structmeta-derive v0.3.0
15812026-08-31T15:04:44.770Z Compiling thread-id v5.1.0
15822026-08-31T15:04:44.770Z Compiling cookie v0.18.1
15832026-08-31T15:04:44.820Z Compiling env_filter v2.0.0
15842026-08-31T15:04:44.929Z Compiling ryu v1.0.23
15852026-08-31T15:04:45.122Z Compiling hashbrown v0.12.3
15862026-08-31T15:04:45.146Z Compiling iri-string v0.7.10
15872026-08-31T15:04:45.334Z Compiling unicode-bidi v0.3.18
15882026-08-31T15:04:45.644Z Compiling zstd-safe v7.2.4
15892026-08-31T15:04:45.769Z Compiling gimli v0.32.3
15902026-08-31T15:04:45.781Z Compiling anyhow v1.0.104
15912026-08-31T15:04:45.853Z Compiling unicode-properties v0.1.4
15922026-08-31T15:04:46.077Z Compiling winnow v0.5.40
15932026-08-31T15:04:46.100Z Compiling allocator-api2 v0.2.21
15942026-08-31T15:04:46.408Z Compiling signal-hook v0.3.18
15952026-08-31T15:04:46.576Z Compiling base64 v0.21.7
15962026-08-31T15:04:46.657Z Compiling tower-http v0.6.8
15972026-08-31T15:04:46.905Z Compiling ron v0.8.1
15982026-08-31T15:04:46.964Z Compiling darling_macro v0.23.0
15992026-08-31T15:04:47.305Z Compiling stringprep v0.1.5
16002026-08-31T15:04:47.453Z Compiling toml_edit v0.19.15
16012026-08-31T15:04:47.507Z Compiling addr2line v0.25.1
16022026-08-31T15:04:47.742Z Compiling structmeta v0.3.0
16032026-08-31T15:04:48.004Z Compiling scroll v0.12.0
16042026-08-31T15:04:48.004Z Compiling serde_urlencoded v0.7.1
16052026-08-31T15:04:48.098Z Compiling env_logger v0.11.11
16062026-08-31T15:04:48.254Z Compiling rsa v0.9.10
16072026-08-31T15:04:48.355Z Compiling derive_builder_macro v0.20.2
16082026-08-31T15:04:48.808Z Compiling oxnet v0.1.6
16092026-08-31T15:04:48.843Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16102026-08-31T15:04:48.843Z Compiling newtype-uuid v1.3.2
16112026-08-31T15:04:48.843Z Compiling hashbrown v0.13.2
16122026-08-31T15:04:48.843Z Compiling bzip2 v0.4.4
16132026-08-31T15:04:49.070Z Compiling serde-hex v0.1.0
16142026-08-31T15:04:49.091Z Compiling tokio-native-tls v0.3.1
16152026-08-31T15:04:49.231Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16162026-08-31T15:04:49.955Z Compiling camino v1.2.5
16172026-08-31T15:04:50.127Z Compiling bstr v1.12.1
16182026-08-31T15:04:50.334Z Compiling block-buffer v0.12.1
16192026-08-31T15:04:50.527Z Compiling crypto-common v0.2.2
16202026-08-31T15:04:51.262Z Compiling block-padding v0.4.2
16212026-08-31T15:04:51.370Z Compiling rustls-native-certs v0.8.3
16222026-08-31T15:04:51.370Z Compiling curve25519-dalek v4.1.3
16232026-08-31T15:04:51.370Z Compiling x509-cert v0.2.5
16242026-08-31T15:04:51.370Z Compiling md-5 v0.10.6
16252026-08-31T15:04:51.370Z Compiling erased-serde v0.3.31
16262026-08-31T15:04:51.402Z Compiling serde_tokenstream v0.2.3
16272026-08-31T15:04:51.783Z Compiling vergen-lib v9.1.0
16282026-08-31T15:04:51.801Z Compiling zerocopy-derive v0.7.35
16292026-08-31T15:04:52.010Z Compiling pin-project-internal v1.1.11
16302026-08-31T15:04:52.234Z Compiling async-trait v0.1.89
16312026-08-31T15:04:52.534Z Compiling daft-derive v0.1.8
16322026-08-31T15:04:52.557Z Compiling hash32 v0.2.1
16332026-08-31T15:04:52.583Z Compiling memoffset v0.9.1
16342026-08-31T15:04:52.653Z Compiling encoding_rs v0.8.35
16352026-08-31T15:04:52.776Z Compiling fallible-iterator v0.2.0
16362026-08-31T15:04:52.802Z Compiling litrs v1.0.0
16372026-08-31T15:04:52.997Z Compiling cfg_aliases v0.2.1
16382026-08-31T15:04:53.123Z Compiling owo-colors v4.3.0
16392026-08-31T15:04:53.186Z Compiling crc-any v2.5.0
16402026-08-31T15:04:53.186Z Compiling ref-cast v1.0.25
16412026-08-31T15:04:53.773Z Compiling rustix v0.38.44
16422026-08-31T15:04:53.786Z Compiling smoltcp v0.9.1
16432026-08-31T15:04:53.786Z Compiling rustc-demangle v0.1.27
16442026-08-31T15:04:53.786Z Compiling mime v0.3.17
16452026-08-31T15:04:53.786Z Compiling psl-types v2.0.11
16462026-08-31T15:04:53.786Z Compiling publicsuffix v2.3.0
16472026-08-31T15:04:53.786Z Compiling document-features v0.2.12
16482026-08-31T15:04:53.786Z Compiling backtrace v0.3.76
16492026-08-31T15:04:53.787Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16502026-08-31T15:04:53.787Z Compiling daft v0.1.8
16512026-08-31T15:04:53.787Z Compiling nix v0.31.2
16522026-08-31T15:04:53.787Z Compiling postgres-protocol v0.6.10
16532026-08-31T15:04:53.952Z Compiling pin-project v1.1.11
16542026-08-31T15:04:54.092Z Compiling zerocopy v0.7.35
16552026-08-31T15:04:54.838Z Compiling inout v0.2.2
16562026-08-31T15:04:54.886Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16572026-08-31T15:04:54.886Z Compiling object v0.30.4
16582026-08-31T15:04:54.886Z Compiling hyper-tls v0.6.0
16592026-08-31T15:04:54.887Z Compiling zip v0.6.6
16602026-08-31T15:04:54.887Z Compiling toml v0.7.8
16612026-08-31T15:04:54.887Z Compiling derive_builder v0.20.2
16622026-08-31T15:04:54.887Z Compiling goblin v0.8.2
16632026-08-31T15:04:55.007Z Compiling derive-ex v0.1.8
16642026-08-31T15:04:55.289Z Compiling darling v0.23.0
16652026-08-31T15:04:55.492Z Compiling convert_case v0.10.0
16662026-08-31T15:04:55.606Z Compiling phf_shared v0.13.1
16672026-08-31T15:04:55.606Z Compiling regex v1.12.3
16682026-08-31T15:04:55.620Z Compiling hubpack_derive v0.1.1
16692026-08-31T15:04:55.850Z Compiling futures-executor v0.3.32
16702026-08-31T15:04:56.231Z Compiling vergen v9.1.0
16712026-08-31T15:04:56.509Z Compiling strum_macros v0.27.2
16722026-08-31T15:04:56.509Z Compiling ref-cast-impl v1.0.25
16732026-08-31T15:04:56.509Z Compiling curve25519-dalek-derive v0.1.1
16742026-08-31T15:04:56.970Z Compiling snafu-derive v0.8.9
16752026-08-31T15:04:57.266Z Compiling cargo-platform v0.3.2
16762026-08-31T15:04:57.266Z Compiling ff v0.13.1
16772026-08-31T15:04:57.266Z Compiling fs-err v3.3.0
16782026-08-31T15:04:57.266Z Compiling libbz2-rs-sys v0.2.2
16792026-08-31T15:04:57.266Z Compiling bumpalo v3.20.2
16802026-08-31T15:04:57.716Z Compiling base16ct v0.2.0
16812026-08-31T15:04:57.716Z Compiling foldhash v0.2.0
16822026-08-31T15:04:58.052Z Compiling managed v0.8.0
16832026-08-31T15:04:58.052Z Compiling foldhash v0.1.5
16842026-08-31T15:04:58.052Z Compiling is_ci v1.2.0
16852026-08-31T15:04:58.052Z Compiling path-slash v0.1.5
16862026-08-31T15:04:58.052Z Compiling jiff-core v0.1.0
16872026-08-31T15:04:58.052Z Compiling either v1.15.0
16882026-08-31T15:04:58.052Z Compiling same-file v1.0.6
16892026-08-31T15:04:58.383Z Compiling bitflags v1.3.2
16902026-08-31T15:04:58.383Z Compiling textwrap v0.16.2
16912026-08-31T15:04:58.383Z Compiling strum v0.27.2
16922026-08-31T15:04:58.383Z Compiling walkdir v2.5.0
16932026-08-31T15:04:58.383Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16942026-08-31T15:04:58.850Z Compiling hashbrown v0.15.5
16952026-08-31T15:04:58.850Z Compiling supports-color v3.0.2
16962026-08-31T15:04:58.850Z Compiling snafu v0.8.9
16972026-08-31T15:04:58.850Z Compiling jiff v0.2.34
16982026-08-31T15:04:59.237Z Compiling hashbrown v0.16.1
16992026-08-31T15:04:59.238Z Compiling sec1 v0.7.3
17002026-08-31T15:04:59.238Z Compiling bzip2 v0.6.1
17012026-08-31T15:04:59.238Z Compiling zopfli v0.8.3
17022026-08-31T15:04:59.648Z Compiling dof v0.3.0
17032026-08-31T15:04:59.649Z Compiling group v0.13.0
17042026-08-31T15:04:59.649Z Compiling cargo_metadata v0.23.1
17052026-08-31T15:05:00.057Z Compiling test-strategy v0.4.5
17062026-08-31T15:05:00.057Z Compiling hubpack v0.1.2
17072026-08-31T15:05:00.494Z Compiling futures v0.3.32
17082026-08-31T15:05:00.494Z Compiling phf v0.13.1
17092026-08-31T15:05:00.494Z Compiling derive_more-impl v2.1.1
17102026-08-31T15:05:00.495Z Compiling signal-hook-mio v0.2.5
17112026-08-31T15:05:00.789Z Compiling serde_with_macros v3.21.0
17122026-08-31T15:05:01.244Z Compiling cookie_store v0.22.1
17132026-08-31T15:05:01.547Z Compiling zstd v0.13.3
17142026-08-31T15:05:01.547Z Compiling reqwest v0.12.28
17152026-08-31T15:05:01.746Z Compiling cipher v0.5.2
17162026-08-31T15:05:01.746Z Compiling postgres-types v0.2.12
17172026-08-31T15:05:02.048Z Compiling backtrace-ext v0.2.1
17182026-08-31T15:05:02.258Z Compiling usdt-attr-macro v0.6.0
17192026-08-31T15:05:02.407Z Compiling usdt-macro v0.6.0
17202026-08-31T15:05:02.724Z Compiling globset v0.4.18
17212026-08-31T15:05:02.944Z Compiling phf_shared v0.11.3
17222026-08-31T15:05:02.945Z Compiling hkdf v0.12.4
17232026-08-31T15:05:02.945Z Compiling dtrace-parser v0.2.0
17242026-08-31T15:05:02.945Z Compiling byte-wrapper v0.1.0
17252026-08-31T15:05:02.945Z Compiling olpc-cjson v0.1.4
17262026-08-31T15:05:03.246Z Compiling ed25519 v2.2.3
17272026-08-31T15:05:03.246Z Compiling pem v3.0.6
17282026-08-31T15:05:03.246Z Compiling crypto-bigint v0.5.5
17292026-08-31T15:05:03.246Z Compiling serde_plain v1.0.2
17302026-08-31T15:05:03.524Z Compiling serde-big-array v0.5.1
17312026-08-31T15:05:03.524Z Compiling strum_macros v0.26.4
17322026-08-31T15:05:03.524Z Compiling miette-derive v7.6.0
17332026-08-31T15:05:03.524Z Compiling enum-as-inner v0.6.1
17342026-08-31T15:05:03.793Z Compiling async-recursion v1.1.1
17352026-08-31T15:05:04.007Z Compiling serde_repr v0.1.20
17362026-08-31T15:05:04.007Z Compiling float-cmp v0.10.0
17372026-08-31T15:05:04.404Z Compiling memmap2 v0.9.10
17382026-08-31T15:05:04.505Z Compiling thread-id v4.2.2
17392026-08-31T15:05:04.505Z Compiling normalize-line-endings v0.3.0
17402026-08-31T15:05:04.505Z Compiling difflib v0.4.0
17412026-08-31T15:05:04.505Z Compiling winnow v1.0.3
17422026-08-31T15:05:04.505Z Compiling const-oid v0.10.2
17432026-08-31T15:05:04.621Z Compiling data-encoding v2.10.0
17442026-08-31T15:05:05.082Z Compiling keccak v0.1.6
17452026-08-31T15:05:05.303Z Compiling static_assertions v1.1.0
17462026-08-31T15:05:05.303Z Compiling new_debug_unreachable v1.0.6
17472026-08-31T15:05:05.303Z Compiling typed-path v0.9.3
17482026-08-31T15:05:05.303Z Compiling whoami v2.1.0
17492026-08-31T15:05:05.303Z Compiling fixedbitset v0.5.7
17502026-08-31T15:05:05.446Z Compiling cpufeatures v0.3.0
17512026-08-31T15:05:05.446Z Compiling supports-unicode v3.0.0
17522026-08-31T15:05:05.446Z Compiling fixedbitset v0.4.2
17532026-08-31T15:05:05.446Z Compiling supports-hyperlinks v3.2.0
17542026-08-31T15:05:05.446Z Compiling predicates-core v1.0.10
17552026-08-31T15:05:05.684Z Compiling precomputed-hash v0.1.1
17562026-08-31T15:05:05.685Z Compiling toml_edit v0.22.27
17572026-08-31T15:05:05.685Z Compiling miette v7.6.0
17582026-08-31T15:05:05.685Z Compiling string_cache v0.8.9
17592026-08-31T15:05:05.685Z Compiling predicates v3.1.4
17602026-08-31T15:05:05.685Z Compiling petgraph v0.6.5
17612026-08-31T15:05:06.395Z Compiling toml_parser v1.1.2+spec-1.1.0
17622026-08-31T15:05:06.395Z Compiling petgraph v0.8.3
17632026-08-31T15:05:06.627Z Compiling chacha20 v0.10.0
17642026-08-31T15:05:06.627Z Compiling tokio-postgres v0.7.16
17652026-08-31T15:05:06.628Z Compiling strum v0.26.3
17662026-08-31T15:05:06.628Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17672026-08-31T15:05:06.628Z Compiling hickory-proto v0.25.2
17682026-08-31T15:05:06.929Z Compiling sha3 v0.10.8
17692026-08-31T15:05:07.433Z Compiling digest v0.11.3
17702026-08-31T15:05:07.433Z Compiling usdt-impl v0.5.0
17712026-08-31T15:05:07.773Z Compiling usdt v0.6.0
17722026-08-31T15:05:07.773Z Compiling elliptic-curve v0.13.8
17732026-08-31T15:05:07.773Z Compiling ed25519-dalek v2.2.0
17742026-08-31T15:05:08.245Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17752026-08-31T15:05:08.245Z Compiling crossterm v0.28.1
17762026-08-31T15:05:08.763Z Compiling serde_with v3.21.0
17772026-08-31T15:05:08.763Z Compiling zip v4.6.1
17782026-08-31T15:05:09.202Z Compiling derive_more v2.1.1
17792026-08-31T15:05:09.516Z Compiling iddqd v0.4.2
17802026-08-31T15:05:09.877Z Compiling itertools v0.15.0
17812026-08-31T15:05:09.877Z Compiling itertools v0.13.0
17822026-08-31T15:05:09.877Z Compiling similar v2.7.0
17832026-08-31T15:05:10.171Z Compiling crossbeam-epoch v0.9.18
17842026-08-31T15:05:10.171Z Compiling heck v0.4.1
17852026-08-31T15:05:10.390Z Compiling tokio-stream v0.1.18
17862026-08-31T15:05:10.391Z Compiling buf-list v1.1.2
17872026-08-31T15:05:10.612Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17882026-08-31T15:05:10.612Z Compiling openapiv3 v2.2.0
17892026-08-31T15:05:10.612Z Compiling peg-runtime v0.8.5
17902026-08-31T15:05:10.785Z Compiling lalrpop-util v0.19.12
17912026-08-31T15:05:11.118Z Compiling thread_local v1.1.9
17922026-08-31T15:05:11.118Z Compiling slog-async v2.8.0
17932026-08-31T15:05:11.118Z Compiling crossbeam-channel v0.5.15
17942026-08-31T15:05:11.118Z Compiling is-terminal v0.4.17
17952026-08-31T15:05:11.118Z Compiling filetime v0.2.27
17962026-08-31T15:05:11.118Z Compiling xattr v1.6.1
17972026-08-31T15:05:11.683Z Compiling take_mut v0.2.2
17982026-08-31T15:05:11.683Z Compiling term v1.2.1
17992026-08-31T15:05:11.683Z Compiling tar v0.4.46
18002026-08-31T15:05:11.683Z Compiling camino-tempfile v1.4.1
18012026-08-31T15:05:11.683Z Compiling slog-term v2.9.2
18022026-08-31T15:05:17.669Z Compiling rustls-webpki v0.103.13
18032026-08-31T15:05:20.363Z Compiling tokio-rustls v0.26.4
18042026-08-31T15:05:20.363Z Compiling rustls-platform-verifier v0.6.2
18052026-08-31T15:05:20.593Z Compiling tough v0.22.0
18062026-08-31T15:05:20.594Z Compiling hyper-rustls v0.27.7
18072026-08-31T15:05:20.822Z Compiling reqwest v0.13.2
18082026-08-31T15:05:23.088Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092026-08-31T15:05:23.770Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18102026-08-31T15:05:26.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18112026-08-31T15:05:27.204Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18122026-08-31T15:05:27.204ZAug 31 15:05:24.991 INFO Starting download, target: Cockroach
18132026-08-31T15:05:27.204ZAug 31 15:05:24.992 INFO Starting download, target: Clickhouse
18142026-08-31T15:05:27.205ZAug 31 15:05:24.992 INFO Starting download, target: Console
18152026-08-31T15:05:27.205ZAug 31 15:05:24.992 INFO Starting download, target: DendriteStub
18162026-08-31T15:05:27.205ZAug 31 15:05:24.992 INFO Starting download, target: MaghemiteMgd
18172026-08-31T15:05:27.205ZAug 31 15:05:24.992 INFO Starting download, target: MaghemiteDdmd
18182026-08-31T15:05:27.205ZAug 31 15:05:24.992 INFO Starting download, target: TransceiverControl
18192026-08-31T15:05:27.205ZAug 31 15:05:24.992 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18202026-08-31T15:05:27.205ZAug 31 15:05:24.992 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18212026-08-31T15:05:27.205ZAug 31 15:05:24.992 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18222026-08-31T15:05:27.206ZAug 31 15:05:24.992 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18232026-08-31T15:05:27.206ZAug 31 15:05:24.992 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18242026-08-31T15:05:27.206ZAug 31 15:05:24.992 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18252026-08-31T15:05:27.206ZAug 31 15:05:24.992 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18262026-08-31T15:05:28.273ZAug 31 15:05:26.732 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18272026-08-31T15:05:28.774ZAug 31 15:05:26.976 INFO Download complete, target: Console
18282026-08-31T15:05:28.775ZAug 31 15:05:27.228 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18292026-08-31T15:05:35.640ZAug 31 15:05:34.104 INFO Checking that binary works, target: Clickhouse
18302026-08-31T15:05:36.139ZAug 31 15:05:34.202 INFO Download complete, target: Clickhouse
18312026-08-31T15:05:36.962ZAug 31 15:05:34.593 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18322026-08-31T15:05:36.962ZAug 31 15:05:34.811 INFO Download complete, target: TransceiverControl
18332026-08-31T15:05:49.075ZAug 31 15:05:47.581 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18342026-08-31T15:05:51.806ZAug 31 15:05:50.359 INFO Download complete, target: DendriteStub
18352026-08-31T15:05:56.447ZAug 31 15:05:54.901 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18362026-08-31T15:05:58.393ZAug 31 15:05:56.965 INFO Download complete, target: MaghemiteDdmd
18372026-08-31T15:06:00.472ZAug 31 15:05:58.816 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18382026-08-31T15:06:03.110ZAug 31 15:06:01.695 INFO Download complete, target: MaghemiteMgd
18392026-08-31T15:06:04.713ZAug 31 15:06:03.252 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18402026-08-31T15:06:04.714ZAug 31 15:06:03.252 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18412026-08-31T15:06:09.305ZAug 31 15:06:07.936 INFO Checking that binary works, target: Cockroach
18422026-08-31T15:06:09.937ZAug 31 15:06:08.047 INFO Download complete, target: Cockroach
18432026-08-31T15:06:09.937ZAll builder prerequisites installed successfully, and PATH looks valid
18442026-08-31T15:06:09.937Z
18452026-08-31T15:06:09.937Zreal 2:45.591666510
18462026-08-31T15:06:09.937Zuser 7:27.841251996
18472026-08-31T15:06:09.938Zsys 1:28.437913020
18482026-08-31T15:06:09.938Ztrap 0.230110934
18492026-08-31T15:06:09.938Ztflt 0.459404493
18502026-08-31T15:06:09.938Zdflt 0.898898447
18512026-08-31T15:06:09.938Zkflt 0.026124164
18522026-08-31T15:06:09.938Zlock 37:09.102562272
18532026-08-31T15:06:09.938Zslp 23:24.507418819
18542026-08-31T15:06:09.938Zlat 54.187909567
18552026-08-31T15:06:09.938Zstop 2:51.537954153
18562026-08-31T15:06:09.938Z+ banner clippy
18572026-08-31T15:06:09.938Z
18582026-08-31T15:06:09.938Z #### # # ##### ##### # #
18592026-08-31T15:06:09.938Z # # # # # # # # # #
18602026-08-31T15:06:09.938Z # # # # # # # #
18612026-08-31T15:06:09.938Z # # # ##### ##### #
18622026-08-31T15:06:09.938Z # # # # # # #
18632026-08-31T15:06:09.938Z #### ###### # # # #
18642026-08-31T15:06:09.939Z
18652026-08-31T15:06:09.939Z+ export CARGO_INCREMENTAL=0
18662026-08-31T15:06:09.939Z+ CARGO_INCREMENTAL=0
18672026-08-31T15:06:09.939Z+ ptime -m cargo xtask clippy
18682026-08-31T15:06:10.207Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18692026-08-31T15:06:10.207Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18702026-08-31T15:06:11.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
18712026-08-31T15:06:12.560Z Running `target/debug/xtask clippy`
18722026-08-31T15:06:12.560Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18732026-08-31T15:06:12.974Z Downloading crates ...
18742026-08-31T15:06:12.974Z Downloaded criterion-plot v0.6.0
18752026-08-31T15:06:12.974Z Downloaded blake2b_simd v1.0.4
18762026-08-31T15:06:12.974Z Downloaded cfg-expr v0.20.6
18772026-08-31T15:06:12.975Z Downloaded constant_time_eq v0.3.1
18782026-08-31T15:06:12.975Z Downloaded cast v0.3.0
18792026-08-31T15:06:12.975Z Downloaded approx v0.5.1
18802026-08-31T15:06:12.975Z Downloaded assert-json-diff v2.0.2
18812026-08-31T15:06:12.975Z Downloaded async-object-pool v0.2.0
18822026-08-31T15:06:12.975Z Downloaded assert_cmd v2.1.2
18832026-08-31T15:06:12.975Z Downloaded anes v0.1.6
18842026-08-31T15:06:12.975Z Downloaded concurrent-queue v2.5.0
18852026-08-31T15:06:12.975Z Downloaded async-lock v3.4.2
18862026-08-31T15:06:12.975Z Downloaded datatest-stable v0.3.3
18872026-08-31T15:06:12.975Z Downloaded criterion v0.7.0
18882026-08-31T15:06:12.975Z Downloaded escape8259 v0.5.3
18892026-08-31T15:06:12.975Z Downloaded event-listener v5.4.1
18902026-08-31T15:06:12.975Z Downloaded event-listener-strategy v0.5.4
18912026-08-31T15:06:12.976Z Downloaded fancy-regex v0.14.0
18922026-08-31T15:06:12.976Z Downloaded futures-timer v3.0.3
18932026-08-31T15:06:12.976Z Downloaded guppy-workspace-hack v0.1.0
18942026-08-31T15:06:12.976Z Downloaded hex-literal v0.4.1
18952026-08-31T15:06:12.976Z Downloaded guppy v0.17.25
18962026-08-31T15:06:12.976Z Downloaded httptest v0.16.4
18972026-08-31T15:06:12.976Z Downloaded hickory-client v0.25.2
18982026-08-31T15:06:12.976Z Downloaded nested v0.1.1
18992026-08-31T15:06:12.976Z Downloaded linkme-impl v0.3.35
19002026-08-31T15:06:12.976Z Downloaded miette-derive v5.10.0
19012026-08-31T15:06:12.976Z Downloaded linkme v0.3.35
19022026-08-31T15:06:12.976Z Downloaded knuffel-derive v3.2.0
19032026-08-31T15:06:12.977Z Downloaded libtest-mimic v0.8.1
19042026-08-31T15:06:12.977Z Downloaded parking v2.2.1
19052026-08-31T15:06:12.977Z Downloaded pathdiff v0.2.3
19062026-08-31T15:06:12.977Z Downloaded oorandom v11.1.5
19072026-08-31T15:06:12.977Z Downloaded owo-colors v3.5.0
19082026-08-31T15:06:12.977Z Downloaded plotters-backend v0.3.7
19092026-08-31T15:06:12.977Z Downloaded knuffel v3.2.0
19102026-08-31T15:06:12.977Z Downloaded plotters-svg v0.3.7
19112026-08-31T15:06:12.977Z Downloaded partial-io v0.5.4
19122026-08-31T15:06:12.977Z Downloaded path-tree v0.8.3
19132026-08-31T15:06:12.977Z Downloaded miette v5.10.0
19142026-08-31T15:06:12.977Z Downloaded rand_distr v0.5.1
19152026-08-31T15:06:12.978Z Downloaded relative-path v1.9.3
19162026-08-31T15:06:12.978Z Downloaded rust-argon2 v2.1.0
19172026-08-31T15:06:12.978Z Downloaded serde_regex v1.1.0
19182026-08-31T15:06:12.978Z Downloaded rstest v0.25.0
19192026-08-31T15:06:12.978Z Downloaded rstest_macros v0.25.0
19202026-08-31T15:06:12.978Z Downloaded similar-asserts v1.7.0
19212026-08-31T15:06:12.978Z Downloaded supports-color v2.1.0
19222026-08-31T15:06:12.978Z Downloaded supports-hyperlinks v2.1.0
19232026-08-31T15:06:12.978Z Downloaded plotters v0.3.7
19242026-08-31T15:06:12.978Z Downloaded supports-unicode v2.1.0
19252026-08-31T15:06:12.978Z Downloaded stringmetrics v2.2.2
19262026-08-31T15:06:12.978Z Downloaded terminal_size v0.1.17
19272026-08-31T15:06:12.978Z Downloaded target-triple v1.0.0
19282026-08-31T15:06:12.979Z Downloaded target-lexicon v0.13.3
19292026-08-31T15:06:12.979Z Downloaded termcolor v1.4.1
19302026-08-31T15:06:12.979Z Downloaded target-spec v3.5.7
19312026-08-31T15:06:12.979Z Downloaded tinytemplate v1.2.1
19322026-08-31T15:06:12.979Z Downloaded textwrap v0.15.2
19332026-08-31T15:06:12.979Z Downloaded trybuild v1.0.116
19342026-08-31T15:06:12.979Z Downloaded httpmock v0.8.3
19352026-08-31T15:06:15.162Z Checking cfg-if v1.0.4
19362026-08-31T15:06:15.532Z Checking serde_core v1.0.229
19372026-08-31T15:06:15.532Z Checking libc v0.2.185
19382026-08-31T15:06:15.532Z Checking memchr v2.8.0
19392026-08-31T15:06:15.532Z Checking smallvec v1.15.1
19402026-08-31T15:06:15.532Z Checking rand_core v0.10.0
19412026-08-31T15:06:15.532Z Checking itoa v1.0.17
19422026-08-31T15:06:15.532Z Checking subtle v2.6.1
19432026-08-31T15:06:15.532Z Checking libm v0.2.16
19442026-08-31T15:06:15.806Z Checking log v0.4.33
19452026-08-31T15:06:15.806Z Checking typenum v1.20.1
19462026-08-31T15:06:15.806Z Checking scopeguard v1.2.0
19472026-08-31T15:06:15.806Z Checking zmij v1.0.21
19482026-08-31T15:06:15.806Z Checking getrandom v0.4.3
19492026-08-31T15:06:15.806Z Checking errno v0.3.14
19502026-08-31T15:06:15.806Z Checking lock_api v0.4.14
19512026-08-31T15:06:15.806Z Checking stable_deref_trait v1.2.1
19522026-08-31T15:06:16.159Z Checking zerofrom v0.1.6
19532026-08-31T15:06:16.159Z Checking percent-encoding v2.3.2
19542026-08-31T15:06:16.159Z Checking litemap v0.8.1
19552026-08-31T15:06:16.159Z Checking writeable v0.6.2
19562026-08-31T15:06:16.159Z Checking yoke v0.8.1
19572026-08-31T15:06:16.159Z Checking icu_properties_data v2.1.2
19582026-08-31T15:06:16.159Z Checking icu_normalizer_data v2.1.1
19592026-08-31T15:06:16.159Z Checking form_urlencoded v1.2.2
19602026-08-31T15:06:16.159Z Checking num-traits v0.2.19
19612026-08-31T15:06:16.264Z Checking zerovec v0.11.5
19622026-08-31T15:06:16.264Z Checking zerotrie v0.2.3
19632026-08-31T15:06:16.264Z Checking utf8_iter v1.0.4
19642026-08-31T15:06:16.265Z Checking portable-atomic v1.13.1
19652026-08-31T15:06:16.265Z Checking zerocopy v0.8.55
19662026-08-31T15:06:16.265Z Checking critical-section v1.2.0
19672026-08-31T15:06:16.265Z Checking pin-project-lite v0.2.17
19682026-08-31T15:06:16.444Z Checking parking_lot_core v0.9.12
19692026-08-31T15:06:16.445Z Checking signal-hook-registry v1.4.8
19702026-08-31T15:06:16.445Z Checking iana-time-zone v0.1.65
19712026-08-31T15:06:16.707Z Checking parking_lot v0.12.5
19722026-08-31T15:06:16.707Z Checking serde v1.0.229
19732026-08-31T15:06:16.708Z Checking bitflags v2.11.0
19742026-08-31T15:06:16.708Z Checking serde_json v1.0.151
19752026-08-31T15:06:16.708Z Checking tinystr v0.8.2
19762026-08-31T15:06:16.708Z Checking potential_utf v0.1.4
19772026-08-31T15:06:16.835Z Checking once_cell v1.21.3
19782026-08-31T15:06:16.836Z Checking mio v1.2.0
19792026-08-31T15:06:16.836Z Checking icu_collections v2.1.1
19802026-08-31T15:06:17.024Z Checking uuid v1.23.4
19812026-08-31T15:06:17.024Z Checking icu_locale_core v2.1.1
19822026-08-31T15:06:17.024Z Checking socket2 v0.6.3
19832026-08-31T15:06:17.240Z Checking zeroize v1.9.0
19842026-08-31T15:06:17.240Z Checking bytes v1.11.1
19852026-08-31T15:06:17.240Z Checking chrono v0.4.45
19862026-08-31T15:06:17.240Z Checking semver v1.0.28
19872026-08-31T15:06:17.554Z Checking thiserror v2.0.18
19882026-08-31T15:06:17.554Z Checking dyn-clone v1.0.20
19892026-08-31T15:06:17.555Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19902026-08-31T15:06:17.555Z Checking rustix v1.1.4
19912026-08-31T15:06:17.746Z Checking futures-core v0.3.32
19922026-08-31T15:06:17.747Z Checking getrandom v0.2.17
19932026-08-31T15:06:17.747Z Checking icu_provider v2.1.1
19942026-08-31T15:06:17.748Z Checking tokio v1.52.1
19952026-08-31T15:06:17.748Z Checking equivalent v1.0.2
19962026-08-31T15:06:17.748Z Checking rand_core v0.6.4
19972026-08-31T15:06:17.748Z Checking cmov v0.5.4
19982026-08-31T15:06:17.923Z Checking futures-sink v0.3.32
19992026-08-31T15:06:17.923Z Checking icu_properties v2.1.2
20002026-08-31T15:06:17.923Z Checking icu_normalizer v2.1.1
20012026-08-31T15:06:17.923Z Checking byteorder v1.5.0
20022026-08-31T15:06:18.161Z Checking ctutils v0.4.2
20032026-08-31T15:06:18.161Z Checking futures-channel v0.3.32
20042026-08-31T15:06:18.339Z Checking getrandom v0.3.4
20052026-08-31T15:06:18.339Z Checking hybrid-array v0.4.13
20062026-08-31T15:06:18.339Z Checking futures-io v0.3.32
20072026-08-31T15:06:18.339Z Checking slab v0.4.12
20082026-08-31T15:06:18.339Z Checking futures-task v0.3.32
20092026-08-31T15:06:18.454Z Checking generic-array v0.14.7
20102026-08-31T15:06:18.454Z Checking regex-syntax v0.8.10
20112026-08-31T15:06:18.609Z Checking fnv v1.0.7
20122026-08-31T15:06:18.609Z Checking futures-util v0.3.32
20132026-08-31T15:06:18.609Z Checking hashbrown v0.17.0
20142026-08-31T15:06:18.724Z Checking idna_adapter v1.2.1
20152026-08-31T15:06:18.835Z Checking idna v1.1.0
20162026-08-31T15:06:18.835Z Checking thiserror v1.0.69
20172026-08-31T15:06:19.143Z Checking base64ct v1.8.3
20182026-08-31T15:06:19.143Z Checking crypto-common v0.2.2
20192026-08-31T15:06:19.231Z Checking ppv-lite86 v0.2.21
20202026-08-31T15:06:19.232Z Checking url v2.5.8
20212026-08-31T15:06:19.232Z Checking indexmap v2.14.0
20222026-08-31T15:06:19.232Z Checking const-oid v0.9.6
20232026-08-31T15:06:19.310Z Checking crypto-common v0.1.7
20242026-08-31T15:06:19.443Z Checking block-buffer v0.12.1
20252026-08-31T15:06:19.464Z Checking schemars v0.8.22
20262026-08-31T15:06:19.539Z Checking base64 v0.22.1
20272026-08-31T15:06:19.655Z Checking block-buffer v0.10.4
20282026-08-31T15:06:19.749Z Checking rand_core v0.9.5
20292026-08-31T15:06:19.750Z Checking utf8parse v0.2.2
20302026-08-31T15:06:19.928Z Checking erased-serde v0.3.31
20312026-08-31T15:06:19.967Z Checking anstyle v1.0.14
20322026-08-31T15:06:19.967Z Checking http v1.4.2
20332026-08-31T15:06:19.967Z Checking tracing-core v0.1.36
20342026-08-31T15:06:19.967Z Checking digest v0.10.7
20352026-08-31T15:06:20.041Z Checking fastrand v2.3.0
20362026-08-31T15:06:20.166Z Checking const-oid v0.10.2
20372026-08-31T15:06:20.282Z Checking rand_chacha v0.9.0
20382026-08-31T15:06:20.322Z Checking slog v2.8.2
20392026-08-31T15:06:20.322Z Checking is_terminal_polyfill v1.70.2
20402026-08-31T15:06:20.322Z Checking tracing v0.1.44
20412026-08-31T15:06:20.322Z Checking anstyle-query v1.1.5
20422026-08-31T15:06:20.431Z Checking colorchoice v1.0.4
20432026-08-31T15:06:20.457Z Checking terminal_size v0.4.3
20442026-08-31T15:06:20.457Z Checking tempfile v3.27.0
20452026-08-31T15:06:20.457Z Checking rand v0.9.2
20462026-08-31T15:06:20.457Z Checking anstyle-parse v1.0.0
20472026-08-31T15:06:20.569Z Checking ipnet v2.12.0
20482026-08-31T15:06:20.608Z Checking aho-corasick v1.1.4
20492026-08-31T15:06:20.608Z Checking digest v0.11.3
20502026-08-31T15:06:20.608Z Checking clap_lex v1.0.0
20512026-08-31T15:06:20.739Z Checking anstream v1.0.0
20522026-08-31T15:06:20.819Z Checking cpufeatures v0.3.0
20532026-08-31T15:06:20.819Z Checking strsim v0.11.1
20542026-08-31T15:06:20.819Z Checking tokio-util v0.7.18
20552026-08-31T15:06:20.868Z Checking unicode-ident v1.0.24
20562026-08-31T15:06:20.868Z Checking ipnetwork v0.21.1
20572026-08-31T15:06:20.868Z Checking allocator-api2 v0.2.21
20582026-08-31T15:06:20.952Z Checking crossbeam-utils v0.8.21
20592026-08-31T15:06:21.020Z Checking proc-macro2 v1.0.106
20602026-08-31T15:06:21.020Z Checking clap_builder v4.6.0
20612026-08-31T15:06:21.080Z Checking cpufeatures v0.2.17
20622026-08-31T15:06:21.269Z Checking httparse v1.10.1
20632026-08-31T15:06:21.350Z Checking powerfmt v0.2.0
20642026-08-31T15:06:21.350Z Checking time-core v0.1.8
20652026-08-31T15:06:21.350Z Checking num-conv v0.2.0
20662026-08-31T15:06:21.382Z Checking deranged v0.5.8
20672026-08-31T15:06:21.382Z Checking regex-automata v0.4.14
20682026-08-31T15:06:21.382Z Checking quote v1.0.45
20692026-08-31T15:06:21.382Z Checking num_threads v0.1.7
20702026-08-31T15:06:21.382Z Checking rustls-pki-types v1.14.0
20712026-08-31T15:06:21.549Z Checking aws-lc-sys v0.40.0
20722026-08-31T15:06:21.647Z Checking anyhow v1.0.104
20732026-08-31T15:06:21.647Z Checking untrusted v0.7.1
20742026-08-31T15:06:21.721Z Checking syn v2.0.117
20752026-08-31T15:06:21.803Z Checking http-body v1.0.1
20762026-08-31T15:06:21.803Z Checking hex v0.4.3
20772026-08-31T15:06:21.902Z Checking atomic-waker v1.1.2
20782026-08-31T15:06:22.042Z Checking simd-adler32 v0.3.8
20792026-08-31T15:06:22.042Z Checking spin v0.9.8
20802026-08-31T15:06:22.149Z Checking try-lock v0.2.5
20812026-08-31T15:06:22.149Z Checking aws-lc-rs v1.16.3
20822026-08-31T15:06:22.149Z Checking httpdate v1.0.3
20832026-08-31T15:06:22.247Z Checking adler2 v2.0.1
20842026-08-31T15:06:22.247Z Checking want v0.3.1
20852026-08-31T15:06:22.378Z Checking clap v4.6.1
20862026-08-31T15:06:22.378Z Checking miniz_oxide v0.8.9
20872026-08-31T15:06:22.378Z Checking time v0.3.47
20882026-08-31T15:06:22.378Z Checking h2 v0.4.15
20892026-08-31T15:06:22.428Z Checking oxnet v0.1.6
20902026-08-31T15:06:22.453Z Checking pem-rfc7468 v0.7.0
20912026-08-31T15:06:22.615Z Checking ryu v1.0.23
20922026-08-31T15:06:22.656Z Checking tower-service v0.3.3
20932026-08-31T15:06:22.679Z Checking tower-layer v0.3.3
20942026-08-31T15:06:22.777Z Checking untrusted v0.9.0
20952026-08-31T15:06:22.796Z Checking flagset v0.4.7
20962026-08-31T15:06:22.873Z Checking block-padding v0.4.2
20972026-08-31T15:06:22.922Z Checking camino v1.2.5
20982026-08-31T15:06:22.943Z Checking rustls-webpki v0.103.13
20992026-08-31T15:06:22.985Z Checking der v0.7.10
21002026-08-31T15:06:23.080Z Checking unicode-width v0.2.0
21012026-08-31T15:06:23.357Z Checking inout v0.2.2
21022026-08-31T15:06:23.377Z Checking mime v0.3.17
21032026-08-31T15:06:23.377Z Checking rustls v0.23.41
21042026-08-31T15:06:23.397Z Checking pretty-hex v0.4.1
21052026-08-31T15:06:23.456Z Checking cipher v0.5.2
21062026-08-31T15:06:23.475Z Checking http-body-util v0.1.3
21072026-08-31T15:06:23.541Z Checking rand_chacha v0.3.1
21082026-08-31T15:06:23.588Z Checking plain v0.2.3
21092026-08-31T15:06:23.684Z Checking bit-vec v0.8.0
21102026-08-31T15:06:23.715Z Checking wait-timeout v0.2.1
21112026-08-31T15:06:23.730Z Checking ucd-trie v0.1.7
21122026-08-31T15:06:23.785Z Checking rand v0.8.6
21132026-08-31T15:06:23.789Z Checking spki v0.7.3
21142026-08-31T15:06:23.866Z Checking openssl-probe v0.2.1
21152026-08-31T15:06:23.904Z Checking pest v2.8.6
21162026-08-31T15:06:23.914Z Checking bit-set v0.8.0
21172026-08-31T15:06:23.914Z Checking regex v1.12.3
21182026-08-31T15:06:24.013Z Checking serde_urlencoded v0.7.1
21192026-08-31T15:06:24.021Z Checking crc32fast v1.5.0
21202026-08-31T15:06:24.149Z Checking encoding_rs v0.8.35
21212026-08-31T15:06:24.219Z Checking quick-error v1.2.3
21222026-08-31T15:06:24.258Z Checking futures-executor v0.3.32
21232026-08-31T15:06:24.262Z Checking rand_xorshift v0.4.0
21242026-08-31T15:06:24.333Z Checking unarray v0.1.4
21252026-08-31T15:06:24.381Z Checking rusty-fork v0.3.1
21262026-08-31T15:06:24.440Z Checking futures v0.3.32
21272026-08-31T15:06:24.475Z Checking pkcs8 v0.10.2
21282026-08-31T15:06:24.480Z Checking either v1.15.0
21292026-08-31T15:06:24.547Z Checking sync_wrapper v1.0.2
21302026-08-31T15:06:24.585Z Checking proptest v1.11.0
21312026-08-31T15:06:24.664Z Checking zlib-rs v0.6.2
21322026-08-31T15:06:24.703Z Checking tower v0.5.3
21332026-08-31T15:06:24.738Z Checking sha2 v0.10.9
21342026-08-31T15:06:24.981Z Checking foldhash v0.2.0
21352026-08-31T15:06:25.051Z Checking iri-string v0.7.10
21362026-08-31T15:06:25.117Z Checking lazy_static v1.5.0
21372026-08-31T15:06:25.155Z Checking openapiv3 v2.2.0
21382026-08-31T15:06:25.167Z Checking hashbrown v0.16.1
21392026-08-31T15:06:25.240Z Checking hyper v1.10.1
21402026-08-31T15:06:25.277Z Checking tinyvec_macros v0.1.1
21412026-08-31T15:06:25.443Z Checking static_assertions v1.1.0
21422026-08-31T15:06:25.465Z Checking tinyvec v1.10.0
21432026-08-31T15:06:25.574Z Checking flate2 v1.1.9
21442026-08-31T15:06:25.634Z Checking tokio-rustls v0.26.4
21452026-08-31T15:06:25.709Z Checking rustls-native-certs v0.8.3
21462026-08-31T15:06:25.799Z Checking signature v2.2.0
21472026-08-31T15:06:25.871Z Checking hubpack v0.1.2
21482026-08-31T15:06:25.907Z Checking num-integer v0.1.46
21492026-08-31T15:06:25.912Z Checking strum v0.26.3
21502026-08-31T15:06:25.980Z Checking psl-types v2.0.11
21512026-08-31T15:06:26.062Z Checking cookie v0.18.1
21522026-08-31T15:06:26.102Z Checking ahash v0.8.12
21532026-08-31T15:06:26.105Z Checking tower-http v0.6.8
21542026-08-31T15:06:26.175Z Checking publicsuffix v2.3.0
21552026-08-31T15:06:26.179Z Checking unicode-width v0.1.14
21562026-08-31T15:06:26.252Z Checking hyper-util v0.1.20
21572026-08-31T15:06:26.317Z Checking rustls-platform-verifier v0.6.2
21582026-08-31T15:06:26.361Z Checking cookie_store v0.22.1
21592026-08-31T15:06:26.364Z Checking toml_datetime v0.6.11
21602026-08-31T15:06:26.442Z Checking newtype-uuid v1.3.2
21612026-08-31T15:06:26.452Z Checking serde_spanned v0.6.9
21622026-08-31T15:06:26.508Z Checking scroll v0.13.0
21632026-08-31T15:06:26.514Z Checking data-encoding v2.10.0
21642026-08-31T15:06:26.514Z Checking bstr v1.12.1
21652026-08-31T15:06:26.610Z Checking hmac v0.12.1
21662026-08-31T15:06:26.647Z Checking memmap2 v0.9.10
21672026-08-31T15:06:26.692Z Checking daft v0.1.8
21682026-08-31T15:06:26.729Z Checking base64 v0.21.7
21692026-08-31T15:06:26.767Z Checking goblin v0.10.5
21702026-08-31T15:06:26.794Z Checking dtrace-parser v0.3.0
21712026-08-31T15:06:26.835Z Checking x509-cert v0.2.5
21722026-08-31T15:06:26.871Z Checking crossbeam-epoch v0.9.18
21732026-08-31T15:06:26.968Z Checking thread-id v5.1.0
21742026-08-31T15:06:26.995Z Checking num-iter v0.1.45
21752026-08-31T15:06:27.021Z Checking scroll v0.12.0
21762026-08-31T15:06:27.058Z Checking zerocopy v0.7.35
21772026-08-31T15:06:27.064Z Checking rustix v0.38.44
21782026-08-31T15:06:27.128Z Checking memoffset v0.9.1
21792026-08-31T15:06:27.133Z Checking env_filter v2.0.0
21802026-08-31T15:06:27.254Z Checking unicode-linebreak v0.1.5
21812026-08-31T15:06:27.372Z Checking goblin v0.8.2
21822026-08-31T15:06:27.393Z Checking unicode-segmentation v1.12.0
21832026-08-31T15:06:27.476Z Checking tap v1.0.1
21842026-08-31T15:06:27.513Z Checking smawk v0.3.2
21852026-08-31T15:06:27.553Z Checking hyper-rustls v0.27.7
21862026-08-31T15:06:27.587Z Checking env_logger v0.11.11
21872026-08-31T15:06:27.621Z Checking wyz v0.5.1
21882026-08-31T15:06:27.682Z Checking num-bigint-dig v0.8.6
21892026-08-31T15:06:27.715Z Checking dtrace-parser v0.2.0
21902026-08-31T15:06:27.782Z Checking reqwest v0.13.2
21912026-08-31T15:06:27.818Z Checking pkcs1 v0.7.5
21922026-08-31T15:06:27.859Z Checking ff v0.13.1
21932026-08-31T15:06:27.932Z Checking radium v0.7.0
21942026-08-31T15:06:27.978Z Checking thread-id v4.2.2
21952026-08-31T15:06:28.018Z Checking base16ct v0.2.0
21962026-08-31T15:06:28.063Z Checking winnow v1.0.3
21972026-08-31T15:06:28.099Z Checking crc-catalog v2.4.0
21982026-08-31T15:06:28.135Z Checking same-file v1.0.6
21992026-08-31T15:06:28.173Z Checking funty v2.0.0
22002026-08-31T15:06:28.210Z Checking crc v3.4.0
22012026-08-31T15:06:28.283Z Checking walkdir v2.5.0
22022026-08-31T15:06:28.410Z Checking sec1 v0.7.3
22032026-08-31T15:06:28.474Z Checking group v0.13.0
22042026-08-31T15:06:28.518Z Checking bitvec v1.0.1
22052026-08-31T15:06:28.555Z Checking rsa v0.9.10
22062026-08-31T15:06:28.642Z Checking hkdf v0.12.4
22072026-08-31T15:06:28.646Z Checking unicode-normalization v0.1.25
22082026-08-31T15:06:28.718Z Checking crypto-bigint v0.5.5
22092026-08-31T15:06:28.811Z Checking zerocopy v0.6.6
22102026-08-31T15:06:28.920Z Checking maybe-uninit v2.0.0
22112026-08-31T15:06:29.027Z Checking foreign-types-shared v0.1.1
22122026-08-31T15:06:29.070Z Checking foldhash v0.1.5
22132026-08-31T15:06:29.121Z Checking is_ci v1.2.0
22142026-08-31T15:06:29.203Z Checking winnow v0.5.40
22152026-08-31T15:06:29.255Z Checking dof v0.4.0
22162026-08-31T15:06:29.256Z Checking gimli v0.32.3
22172026-08-31T15:06:29.278Z Checking dof v0.3.0
22182026-08-31T15:06:29.278Z Checking nodrop v0.1.14
22192026-08-31T15:06:29.278Z Checking hashbrown v0.15.5
22202026-08-31T15:06:29.407Z Checking array-init v0.0.4
22212026-08-31T15:06:29.572Z Checking usdt-impl v0.5.0
22222026-08-31T15:06:29.664Z Checking elliptic-curve v0.13.8
22232026-08-31T15:06:29.736Z Checking foreign-types v0.3.2
22242026-08-31T15:06:29.821Z Checking smallvec v0.6.14
22252026-08-31T15:06:29.847Z Checking nix v0.31.2
22262026-08-31T15:06:29.884Z Checking serde_with v3.21.0
22272026-08-31T15:06:29.888Z Checking usdt-impl v0.6.0
22282026-08-31T15:06:29.888Z Checking packed_struct v0.10.1
22292026-08-31T15:06:29.993Z Checking bitfield v0.19.4
22302026-08-31T15:06:30.027Z Checking bzip2-sys v0.1.13+1.0.8
22312026-08-31T15:06:30.139Z Checking openssl-sys v0.9.117
22322026-08-31T15:06:30.229Z Checking usdt v0.6.0
22332026-08-31T15:06:30.279Z Checking object v0.37.3
22342026-08-31T15:06:30.315Z Checking toml_edit v0.19.15
22352026-08-31T15:06:30.428Z Checking rustc-demangle v0.1.27
22362026-08-31T15:06:30.530Z Checking keccak v0.1.6
22372026-08-31T15:06:30.693Z Checking siphasher v1.0.2
22382026-08-31T15:06:30.727Z Checking bitflags v1.3.2
22392026-08-31T15:06:30.763Z Checking addr2line v0.25.1
22402026-08-31T15:06:30.831Z Checking hashbrown v0.12.3
22412026-08-31T15:06:30.863Z Checking sha3 v0.10.8
22422026-08-31T15:06:31.010Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22432026-08-31T15:06:31.051Z Checking openssl v0.10.80
22442026-08-31T15:06:31.092Z Checking bzip2 v0.4.4
22452026-08-31T15:06:31.126Z Checking serde-hex v0.1.0
22462026-08-31T15:06:31.255Z Checking indexmap v1.9.3
22472026-08-31T15:06:31.293Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22482026-08-31T15:06:31.354Z Checking toml v0.7.8
22492026-08-31T15:06:31.393Z Checking toml_parser v1.1.2+spec-1.1.0
22502026-08-31T15:06:31.484Z Checking ron v0.8.1
22512026-08-31T15:06:31.593Z Checking hashbrown v0.13.2
22522026-08-31T15:06:31.688Z Checking itertools v0.13.0
22532026-08-31T15:06:31.750Z Checking signal-hook v0.3.18
22542026-08-31T15:06:31.969Z Checking managed v0.8.0
22552026-08-31T15:06:32.233Z Checking crc-any v2.5.0
22562026-08-31T15:06:32.245Z Checking object v0.30.4
22572026-08-31T15:06:32.245Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22582026-08-31T15:06:32.245Z Checking zip v0.6.6
22592026-08-31T15:06:32.371Z Checking globset v0.4.18
22602026-08-31T15:06:32.578Z Checking chacha20 v0.10.0
22612026-08-31T15:06:32.614Z Checking backtrace v0.3.76
22622026-08-31T15:06:32.647Z Checking curve25519-dalek v4.1.3
22632026-08-31T15:06:32.685Z Checking path-slash v0.1.5
22642026-08-31T15:06:32.756Z Checking winnow v0.7.14
22652026-08-31T15:06:32.817Z Checking toml_write v0.1.2
22662026-08-31T15:06:32.869Z Checking signal-hook-mio v0.2.5
22672026-08-31T15:06:32.933Z Checking backtrace-ext v0.2.1
22682026-08-31T15:06:33.008Z Checking textwrap v0.16.2
22692026-08-31T15:06:33.041Z Checking ed25519 v2.2.3
22702026-08-31T15:06:33.082Z Checking itertools v0.15.0
22712026-08-31T15:06:33.121Z Checking native-tls v0.2.18
22722026-08-31T15:06:33.251Z Checking ref-cast v1.0.25
22732026-08-31T15:06:33.291Z Checking pin-project v1.1.11
22742026-08-31T15:06:33.349Z Checking jiff-core v0.1.0
22752026-08-31T15:06:33.381Z Checking tokio-native-tls v0.3.1
22762026-08-31T15:06:33.422Z Checking pem v3.0.6
22772026-08-31T15:06:33.463Z Checking ed25519-dalek v2.2.0
22782026-08-31T15:06:33.566Z Checking zstd-sys v2.0.16+zstd.1.5.7
22792026-08-31T15:06:33.607Z Checking owo-colors v4.3.0
22802026-08-31T15:06:33.747Z Checking fixedbitset v0.5.7
22812026-08-31T15:06:33.756Z Checking zstd-safe v7.2.4
22822026-08-31T15:06:33.937Z Checking petgraph v0.8.3
22832026-08-31T15:06:33.945Z Checking hyper-tls v0.6.0
22842026-08-31T15:06:34.008Z Checking toml_edit v0.22.27
22852026-08-31T15:06:34.056Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22862026-08-31T15:06:34.061Z Checking jiff v0.2.34
22872026-08-31T15:06:34.169Z Checking snafu v0.8.9
22882026-08-31T15:06:34.209Z Checking crossterm v0.28.1
22892026-08-31T15:06:34.215Z Checking supports-color v3.0.2
22902026-08-31T15:06:34.283Z Checking similar v2.7.0
22912026-08-31T15:06:34.356Z Checking fs-err v3.3.0
22922026-08-31T15:06:34.438Z Checking hash32 v0.2.1
22932026-08-31T15:06:34.620Z Checking serde_plain v1.0.2
22942026-08-31T15:06:34.683Z Checking serde-big-array v0.5.1
22952026-08-31T15:06:34.704Z Checking unicode-properties v0.1.4
22962026-08-31T15:06:34.794Z Checking predicates-core v1.0.10
22972026-08-31T15:06:34.849Z Checking typed-path v0.9.3
22982026-08-31T15:06:34.930Z Checking unicode-bidi v0.3.18
22992026-08-31T15:06:34.970Z Checking libbz2-rs-sys v0.2.2
23002026-08-31T15:06:34.974Z Checking bumpalo v3.20.2
23012026-08-31T15:06:35.073Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23022026-08-31T15:06:35.119Z Checking heapless v0.7.17
23032026-08-31T15:06:35.268Z Checking zopfli v0.8.3
23042026-08-31T15:06:35.285Z Checking stringprep v0.1.5
23052026-08-31T15:06:35.377Z Checking bzip2 v0.6.1
23062026-08-31T15:06:35.435Z Checking reqwest v0.12.28
23072026-08-31T15:06:35.473Z Checking zstd v0.13.3
23082026-08-31T15:06:35.515Z Checking hickory-proto v0.25.2
23092026-08-31T15:06:35.552Z Checking byte-wrapper v0.1.0
23102026-08-31T15:06:35.587Z Checking md-5 v0.10.6
23112026-08-31T15:06:35.591Z Checking float-cmp v0.10.0
23122026-08-31T15:06:35.658Z Checking supports-hyperlinks v3.2.0
23132026-08-31T15:06:35.695Z Checking normalize-line-endings v0.3.0
23142026-08-31T15:06:35.741Z Checking difflib v0.4.0
23152026-08-31T15:06:35.779Z Checking supports-unicode v3.0.0
23162026-08-31T15:06:35.816Z Checking fallible-iterator v0.2.0
23172026-08-31T15:06:35.819Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23182026-08-31T15:06:35.819Z Checking smoltcp v0.9.1
23192026-08-31T15:06:35.922Z Checking miette v7.6.0
23202026-08-31T15:06:35.957Z Checking predicates v3.1.4
23212026-08-31T15:06:35.998Z Checking zip v4.6.1
23222026-08-31T15:06:36.126Z Checking postgres-protocol v0.6.10
23232026-08-31T15:06:36.201Z Checking iddqd v0.4.2
23242026-08-31T15:06:36.283Z Checking phf_shared v0.11.3
23252026-08-31T15:06:36.450Z Checking phf_shared v0.13.1
23262026-08-31T15:06:36.490Z Checking olpc-cjson v0.1.4
23272026-08-31T15:06:36.494Z Checking tokio-stream v0.1.18
23282026-08-31T15:06:36.527Z Checking derive_more v2.1.1
23292026-08-31T15:06:36.531Z Checking strum v0.27.2
23302026-08-31T15:06:36.631Z Checking new_debug_unreachable v1.0.6
23312026-08-31T15:06:36.668Z Checking fixedbitset v0.4.2
23322026-08-31T15:06:36.671Z Checking precomputed-hash v0.1.1
23332026-08-31T15:06:36.671Z Checking lalrpop-util v0.19.12
23342026-08-31T15:06:36.800Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23352026-08-31T15:06:36.813Z Checking phf v0.13.1
23362026-08-31T15:06:36.845Z Checking petgraph v0.6.5
23372026-08-31T15:06:36.849Z Checking string_cache v0.8.9
23382026-08-31T15:06:36.921Z Checking tough v0.22.0
23392026-08-31T15:06:36.962Z Checking postgres-types v0.2.12
23402026-08-31T15:06:36.995Z Checking buf-list v1.1.2
23412026-08-31T15:06:37.076Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23422026-08-31T15:06:37.141Z Checking whoami v2.1.0
23432026-08-31T15:06:37.206Z Checking peg-runtime v0.8.5
23442026-08-31T15:06:37.363Z Checking tokio-postgres v0.7.16
23452026-08-31T15:06:37.373Z Checking is-terminal v0.4.17
23462026-08-31T15:06:37.438Z Checking crossbeam-channel v0.5.15
23472026-08-31T15:06:37.473Z Checking thread_local v1.1.9
23482026-08-31T15:06:37.518Z Checking term v1.2.1
23492026-08-31T15:06:37.667Z Checking take_mut v0.2.2
23502026-08-31T15:06:37.785Z Checking slog-term v2.9.2
23512026-08-31T15:06:37.828Z Compiling newtype-uuid-macros v0.1.0
23522026-08-31T15:06:37.833Z Checking slog-async v2.8.0
23532026-08-31T15:06:38.065Z Compiling multer v3.1.0
23542026-08-31T15:06:38.104Z Compiling async-stream-impl v0.3.6
23552026-08-31T15:06:38.184Z Compiling dropshot v0.17.1
23562026-08-31T15:06:38.326Z Checking debug-ignore v1.0.5
23572026-08-31T15:06:38.400Z Compiling dropshot_endpoint v0.17.1
23582026-08-31T15:06:38.445Z Checking match_cfg v0.1.0
23592026-08-31T15:06:38.483Z Checking slog-json v2.6.1
23602026-08-31T15:06:38.543Z Checking hostname v0.3.1
23612026-08-31T15:06:38.599Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23622026-08-31T15:06:38.666Z Checking serde_path_to_error v0.1.20
23632026-08-31T15:06:38.702Z Checking slog-bunyan v2.5.0
23642026-08-31T15:06:38.706Z Checking sha1 v0.11.0
23652026-08-31T15:06:38.739Z Checking serde_spanned v1.1.1
23662026-08-31T15:06:38.843Z Checking toml_datetime v1.1.1+spec-1.1.0
23672026-08-31T15:06:38.931Z Checking compression-core v0.4.31
23682026-08-31T15:06:38.969Z Checking toml_writer v1.1.1+spec-1.1.0
23692026-08-31T15:06:38.972Z Checking async-stream v0.3.6
23702026-08-31T15:06:39.073Z Checking waitgroup v0.1.2
23712026-08-31T15:06:39.109Z Checking rustls-pemfile v2.2.0
23722026-08-31T15:06:39.113Z Checking compression-codecs v0.4.37
23732026-08-31T15:06:39.215Z Checking toml v1.1.2+spec-1.1.0
23742026-08-31T15:06:39.218Z Checking hostname v0.4.2
23752026-08-31T15:06:39.218Z Checking progenitor-client v0.14.0
23762026-08-31T15:06:39.323Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23772026-08-31T15:06:39.329Z Checking atomicwrites v0.4.4
23782026-08-31T15:06:39.398Z Compiling serde_tokenstream v0.3.0
23792026-08-31T15:06:39.402Z Checking async-compression v0.4.41
23802026-08-31T15:06:39.473Z Compiling parse-display-derive v0.10.0
23812026-08-31T15:06:39.514Z Checking macaddr v1.0.1
23822026-08-31T15:06:39.549Z Checking regress v0.10.5
23832026-08-31T15:06:39.704Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23842026-08-31T15:06:39.741Z Checking instant v0.1.13
23852026-08-31T15:06:39.774Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23862026-08-31T15:06:39.783Z Compiling oxide-generation-macros v0.2.0
23872026-08-31T15:06:39.877Z Checking itertools v0.14.0
23882026-08-31T15:06:39.883Z Checking oxide-generation v0.1.3
23892026-08-31T15:06:39.944Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23902026-08-31T15:06:40.164Z Checking backoff v0.4.0
23912026-08-31T15:06:40.168Z Checking backon v1.6.0
23922026-08-31T15:06:40.238Z Checking humantime v2.3.0
23932026-08-31T15:06:40.368Z Compiling convert_case v0.4.0
23942026-08-31T15:06:40.405Z Checking progenitor-extras v0.2.0
23952026-08-31T15:06:40.451Z Checking half v2.7.1
23962026-08-31T15:06:40.540Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
23972026-08-31T15:06:40.662Z Checking ciborium-io v0.2.2
23982026-08-31T15:06:40.740Z Checking heck v0.5.0
23992026-08-31T15:06:40.778Z Compiling derive_more v0.99.20
24002026-08-31T15:06:40.811Z Checking secrecy v0.10.3
24012026-08-31T15:06:40.846Z Checking ciborium-ll v0.2.2
24022026-08-31T15:06:40.893Z Checking camino-tempfile v1.4.1
24032026-08-31T15:06:40.931Z Checking indent_write v2.2.0
24042026-08-31T15:06:40.968Z Compiling crucible-workspace-hack v0.1.0
24052026-08-31T15:06:41.004Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24062026-08-31T15:06:41.049Z Checking ciborium v0.2.2
24072026-08-31T15:06:41.084Z Checking inout v0.1.4
24082026-08-31T15:06:41.088Z Compiling regress v0.11.1
24092026-08-31T15:06:41.233Z Checking parse-display v0.10.0
24102026-08-31T15:06:41.282Z Checking cipher v0.4.4
24112026-08-31T15:06:41.321Z Checking universal-hash v0.5.1
24122026-08-31T15:06:41.359Z Compiling thiserror-impl-no-std v2.0.2
24132026-08-31T15:06:41.393Z Checking opaque-debug v0.3.1
24142026-08-31T15:06:41.477Z Checking blake2 v0.10.6
24152026-08-31T15:06:41.516Z Checking poly1305 v0.8.0
24162026-08-31T15:06:41.519Z Checking chacha20 v0.9.1
24172026-08-31T15:06:41.519Z Checking aead v0.5.2
24182026-08-31T15:06:41.722Z Checking password-hash v0.5.0
24192026-08-31T15:06:41.760Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24202026-08-31T15:06:41.809Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24212026-08-31T15:06:41.812Z Checking chacha20poly1305 v0.10.1
24222026-08-31T15:06:41.978Z Checking argon2 v0.5.3
24232026-08-31T15:06:42.018Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24242026-08-31T15:06:42.117Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24252026-08-31T15:06:42.191Z Compiling unsafe-libyaml v0.2.11
24262026-08-31T15:06:42.275Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24272026-08-31T15:06:42.351Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24282026-08-31T15:06:42.542Z Checking thiserror-no-std v2.0.2
24292026-08-31T15:06:42.601Z Checking swrite v0.1.0
24302026-08-31T15:06:42.688Z Checking vsss-rs v3.3.4
24312026-08-31T15:06:42.760Z Compiling typify-impl v0.6.2
24322026-08-31T15:06:43.027Z Compiling serde_yaml v0.9.34+deprecated
24332026-08-31T15:06:43.387Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24342026-08-31T15:06:43.866Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24352026-08-31T15:06:44.000Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24362026-08-31T15:06:44.129Z Checking crossbeam-deque v0.8.6
24372026-08-31T15:06:44.168Z Compiling rayon-core v1.13.0
24382026-08-31T15:06:44.348Z Compiling num-derive v0.4.2
24392026-08-31T15:06:44.416Z Compiling toml_datetime v0.7.5+spec-1.1.0
24402026-08-31T15:06:44.498Z Compiling proc-macro-error v1.0.4
24412026-08-31T15:06:44.711Z Compiling toml_edit v0.23.10+spec-1.0.0
24422026-08-31T15:06:44.820Z Checking rayon v1.11.0
24432026-08-31T15:06:44.857Z Checking tabwriter v1.4.1
24442026-08-31T15:06:44.893Z Compiling illumos-nvpair-sys v0.2.0
24452026-08-31T15:06:45.034Z Checking glob v0.3.3
24462026-08-31T15:06:45.072Z Compiling heapless v0.8.0
24472026-08-31T15:06:45.249Z Compiling proc-macro-crate v3.4.0
24482026-08-31T15:06:45.285Z Checking hash32 v0.3.1
24492026-08-31T15:06:45.320Z Compiling ingot-macros v0.2.0
24502026-08-31T15:06:45.437Z Checking colored v3.1.1
24512026-08-31T15:06:45.489Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24522026-08-31T15:06:45.586Z Compiling smoltcp v0.11.0
24532026-08-31T15:06:45.665Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24542026-08-31T15:06:45.813Z Compiling num_enum_derive v0.7.6
24552026-08-31T15:06:45.992Z Checking illumos-nvpair v0.3.0
24562026-08-31T15:06:46.030Z Checking toml v0.8.23
24572026-08-31T15:06:46.167Z Checking cobs v0.3.0
24582026-08-31T15:06:46.204Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24592026-08-31T15:06:46.341Z Checking postcard v1.1.3
24602026-08-31T15:06:46.393Z Checking rand v0.10.1
24612026-08-31T15:06:46.478Z Compiling proc-macro-crate v1.3.1
24622026-08-31T15:06:46.663Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24632026-08-31T15:06:46.892Z Checking num_enum v0.7.6
24642026-08-31T15:06:46.929Z Checking sigpipe v0.1.3
24652026-08-31T15:06:46.932Z Compiling foreign-types-macros v0.2.3
24662026-08-31T15:06:46.932Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24672026-08-31T15:06:47.036Z Checking foreign-types-shared v0.3.1
24682026-08-31T15:06:47.040Z Compiling num_enum_derive v0.5.11
24692026-08-31T15:06:47.283Z Compiling typify-macro v0.6.2
24702026-08-31T15:06:47.355Z Checking cstr-argument v0.1.2
24712026-08-31T15:06:47.456Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24722026-08-31T15:06:47.504Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24732026-08-31T15:06:47.508Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24742026-08-31T15:06:47.576Z Checking foreign-types v0.5.0
24752026-08-31T15:06:47.699Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24762026-08-31T15:06:47.824Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24772026-08-31T15:06:47.961Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24782026-08-31T15:06:47.974Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24792026-08-31T15:06:48.025Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24802026-08-31T15:06:48.029Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24812026-08-31T15:06:48.132Z Checking num_enum v0.5.11
24822026-08-31T15:06:48.135Z Compiling zone_cfg_derive v0.3.1
24832026-08-31T15:06:48.202Z Checking ingot-types v0.2.0
24842026-08-31T15:06:48.205Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24852026-08-31T15:06:48.272Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24862026-08-31T15:06:48.430Z Checking itertools v0.12.1
24872026-08-31T15:06:48.467Z Compiling usdt-attr-macro v0.5.0
24882026-08-31T15:06:48.503Z Compiling usdt-macro v0.5.0
24892026-08-31T15:06:48.590Z Checking ingot v0.2.1
24902026-08-31T15:06:48.839Z Checking memmap v0.7.0
24912026-08-31T15:06:48.953Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24922026-08-31T15:06:49.106Z Compiling typify v0.6.2
24932026-08-31T15:06:49.246Z Compiling progenitor-impl v0.14.0
24942026-08-31T15:06:49.282Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24952026-08-31T15:06:49.286Z Checking usdt v0.5.0
24962026-08-31T15:06:49.350Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24972026-08-31T15:06:49.461Z Checking smf v0.2.3
24982026-08-31T15:06:49.498Z Checking zone v0.3.1
24992026-08-31T15:06:49.533Z Checking whoami v1.6.1
25002026-08-31T15:06:49.596Z Compiling derive-where v1.6.0
25012026-08-31T15:06:49.765Z Checking tokio-dtrace v0.1.1
25022026-08-31T15:06:49.774Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-08-31T15:06:49.872Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-08-31T15:06:49.939Z Checking oxide-tokio-rt v0.1.4
25052026-08-31T15:06:50.040Z Checking console v0.15.11
25062026-08-31T15:06:50.142Z Checking newline-converter v0.3.0
25072026-08-31T15:06:50.235Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25082026-08-31T15:06:50.284Z Checking bytecount v0.6.9
25092026-08-31T15:06:50.318Z Checking num-rational v0.4.2
25102026-08-31T15:06:50.353Z Checking expectorate v1.2.0
25112026-08-31T15:06:50.417Z Checking num-complex v0.4.6
25122026-08-31T15:06:50.510Z Compiling cancel-safe-futures v0.1.5
25132026-08-31T15:06:50.619Z Checking float-ord v0.3.2
25142026-08-31T15:06:50.783Z Checking num v0.4.3
25152026-08-31T15:06:50.786Z Checking linear-map v1.2.0
25162026-08-31T15:06:50.912Z Checking oxide-update-engine-types v0.1.2
25172026-08-31T15:06:50.949Z Checking gethostname v0.5.0
25182026-08-31T15:06:50.983Z Compiling prettyplease v0.2.37
25192026-08-31T15:06:51.066Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25202026-08-31T15:06:51.114Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25212026-08-31T15:06:51.371Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25222026-08-31T15:06:51.498Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25232026-08-31T15:06:51.525Z Checking resolv-conf v0.7.6
25242026-08-31T15:06:51.613Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25252026-08-31T15:06:51.741Z Checking papergrid v0.11.0
25262026-08-31T15:06:51.838Z Checking oxide-update-engine v0.1.2
25272026-08-31T15:06:51.877Z Compiling progenitor-macro v0.14.0
25282026-08-31T15:06:51.881Z Compiling tabled_derive v0.7.0
25292026-08-31T15:06:52.291Z Compiling slog-dtrace v0.3.0
25302026-08-31T15:06:52.420Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25312026-08-31T15:06:52.936Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25322026-08-31T15:06:52.973Z Checking tabled v0.15.0
25332026-08-31T15:06:53.042Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25342026-08-31T15:06:53.211Z Checking crossterm v0.29.0
25352026-08-31T15:06:53.381Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25362026-08-31T15:06:54.006Z Checking fd-lock v4.0.4
25372026-08-31T15:06:54.512Z Checking vte v0.14.1
25382026-08-31T15:06:54.842Z Checking strip-ansi-escapes v0.2.1
25392026-08-31T15:06:55.855Z Checking termtree v0.5.1
25402026-08-31T15:06:56.019Z Checking linked-hash-map v0.5.6
25412026-08-31T15:06:56.055Z Checking nu-ansi-term v0.50.3
25422026-08-31T15:06:56.165Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25432026-08-31T15:06:56.214Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25442026-08-31T15:06:56.220Z Checking lru-cache v0.1.2
25452026-08-31T15:06:56.287Z Checking reedline v0.40.0
25462026-08-31T15:06:56.365Z Checking hickory-proto v0.24.4
25472026-08-31T15:06:56.586Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
25482026-08-31T15:06:56.894Z Checking progenitor v0.14.0
25492026-08-31T15:06:56.969Z Compiling minimal-lexical v0.2.1
25502026-08-31T15:06:57.065Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-08-31T15:06:57.253Z Compiling nom v7.1.3
25522026-08-31T15:06:57.485Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25532026-08-31T15:06:58.242Z Checking display-error-chain v0.2.2
25542026-08-31T15:06:58.463Z Compiling unicode-xid v0.2.6
25552026-08-31T15:06:58.480Z Checking hickory-resolver v0.24.4
25562026-08-31T15:06:58.557Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25572026-08-31T15:06:58.883Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25582026-08-31T15:06:59.170Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25592026-08-31T15:06:59.212Z Compiling ar_archive_writer v0.5.1
25602026-08-31T15:06:59.248Z Checking qorb v0.4.1
25612026-08-31T15:06:59.311Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25622026-08-31T15:06:59.438Z Checking csv-core v0.1.13
25632026-08-31T15:06:59.545Z Compiling stacker v0.1.23
25642026-08-31T15:06:59.648Z Checking csv v1.4.0
25652026-08-31T15:06:59.880Z Compiling semver v0.1.20
25662026-08-31T15:06:59.903Z Checking highway v1.3.0
25672026-08-31T15:07:00.038Z Compiling cfg_aliases v0.1.1
25682026-08-31T15:07:00.076Z Compiling psm v0.1.30
25692026-08-31T15:07:00.118Z Compiling rustc_version v0.1.7
25702026-08-31T15:07:00.155Z Compiling nix v0.28.0
25712026-08-31T15:07:00.238Z Checking nibble_vec v0.1.0
25722026-08-31T15:07:00.381Z Checking endian-type v0.1.2
25732026-08-31T15:07:00.419Z Compiling newtype_derive v0.1.6
25742026-08-31T15:07:00.456Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25752026-08-31T15:07:00.493Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25762026-08-31T15:07:00.567Z Checking radix_trie v0.2.1
25772026-08-31T15:07:00.634Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25782026-08-31T15:07:00.638Z Checking phf_shared v0.12.1
25792026-08-31T15:07:00.802Z Compiling recursive-proc-macro-impl v0.1.1
25802026-08-31T15:07:00.840Z Compiling chrono-tz v0.10.4
25812026-08-31T15:07:00.910Z Checking phf v0.12.1
25822026-08-31T15:07:01.077Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25832026-08-31T15:07:01.080Z Compiling const_format_proc_macros v0.2.34
25842026-08-31T15:07:01.182Z Compiling peg-macros v0.8.5
25852026-08-31T15:07:01.217Z Checking winnow v0.6.26
25862026-08-31T15:07:01.251Z Checking recursive v0.1.1
25872026-08-31T15:07:01.349Z Compiling sqlparser_derive v0.5.0
25882026-08-31T15:07:01.621Z Checking unicode_categories v0.1.1
25892026-08-31T15:07:01.663Z Checking home v0.5.12
25902026-08-31T15:07:01.926Z Checking const_format v0.2.35
25912026-08-31T15:07:01.982Z Checking rustyline v14.0.0
25922026-08-31T15:07:02.126Z Checking sqlparser v0.61.0
25932026-08-31T15:07:02.389Z Checking sqlformat v0.3.5
25942026-08-31T15:07:02.553Z Checking peg v0.8.5
25952026-08-31T15:07:02.743Z Checking bcs v0.1.6
25962026-08-31T15:07:02.815Z Checking nom v8.0.0
25972026-08-31T15:07:02.900Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25982026-08-31T15:07:03.013Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25992026-08-31T15:07:03.050Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26002026-08-31T15:07:03.150Z Checking steno v0.4.1
26012026-08-31T15:07:03.233Z Checking sha1 v0.10.6
26022026-08-31T15:07:03.436Z Checking filetime v0.2.27
26032026-08-31T15:07:03.565Z Checking xattr v1.6.1
26042026-08-31T15:07:03.611Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26052026-08-31T15:07:03.732Z Checking tar v0.4.46
26062026-08-31T15:07:03.810Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
26072026-08-31T15:07:03.899Z Checking subprocess v0.2.15
26082026-08-31T15:07:04.142Z Checking headers-core v0.3.0
26092026-08-31T15:07:04.212Z Checking yasna v0.5.2
26102026-08-31T15:07:04.216Z Checking port-file v0.1.0
26112026-08-31T15:07:04.283Z Checking headers v0.4.1
26122026-08-31T15:07:04.462Z Checking dropshot-api-manager-types v0.8.0
26132026-08-31T15:07:04.628Z Checking rcgen v0.12.1
26142026-08-31T15:07:04.665Z Checking tagptr v0.2.0
26152026-08-31T15:07:04.776Z Checking utf-8 v0.7.6
26162026-08-31T15:07:04.825Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26172026-08-31T15:07:04.861Z Checking moka v0.12.13
26182026-08-31T15:07:04.944Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26192026-08-31T15:07:04.986Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26202026-08-31T15:07:05.045Z Compiling libefi-sys v0.1.0
26212026-08-31T15:07:05.117Z Compiling bitfield-struct v0.6.2
26222026-08-31T15:07:05.445Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26232026-08-31T15:07:05.520Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26242026-08-31T15:07:05.556Z Checking tungstenite v0.21.0
26252026-08-31T15:07:05.589Z Checking hickory-resolver v0.25.2
26262026-08-31T15:07:05.709Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26272026-08-31T15:07:05.788Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26282026-08-31T15:07:05.967Z Compiling xshell-macros v0.2.7
26292026-08-31T15:07:06.011Z Checking tokio-tungstenite v0.21.0
26302026-08-31T15:07:06.047Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26312026-08-31T15:07:06.084Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26322026-08-31T15:07:06.321Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26332026-08-31T15:07:06.357Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26342026-08-31T15:07:06.360Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26352026-08-31T15:07:06.425Z Checking xshell v0.2.7
26362026-08-31T15:07:06.564Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372026-08-31T15:07:06.642Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26382026-08-31T15:07:07.092Z Checking half v1.8.3
26392026-08-31T15:07:07.191Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26402026-08-31T15:07:07.311Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26412026-08-31T15:07:07.371Z Checking serde_cbor v0.11.2
26422026-08-31T15:07:07.431Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26432026-08-31T15:07:07.526Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26442026-08-31T15:07:07.595Z Checking libscf-sys v1.2.0
26452026-08-31T15:07:07.775Z Checking maplit v1.0.2
26462026-08-31T15:07:07.810Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26472026-08-31T15:07:07.889Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26482026-08-31T15:07:07.979Z Checking papergrid v0.18.0
26492026-08-31T15:07:08.082Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26502026-08-31T15:07:08.287Z Checking sha2 v0.11.0
26512026-08-31T15:07:08.519Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26522026-08-31T15:07:08.608Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26532026-08-31T15:07:08.755Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26542026-08-31T15:07:08.791Z Checking tabled v0.21.0
26552026-08-31T15:07:09.020Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26562026-08-31T15:07:09.063Z Checking crc8 v0.1.1
26572026-08-31T15:07:09.156Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26582026-08-31T15:07:09.192Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26592026-08-31T15:07:09.258Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26602026-08-31T15:07:09.293Z Checking unicase v2.9.0
26612026-08-31T15:07:09.420Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26622026-08-31T15:07:09.510Z Checking dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
26632026-08-31T15:07:09.555Z Checking fxhash v0.2.1
26642026-08-31T15:07:09.593Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26652026-08-31T15:07:09.870Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26662026-08-31T15:07:09.906Z Compiling darling_core v0.21.3
26672026-08-31T15:07:10.160Z Compiling vergen-lib v0.1.6
26682026-08-31T15:07:10.380Z Compiling diesel_derives v2.3.7
26692026-08-31T15:07:10.447Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26702026-08-31T15:07:10.687Z Checking scheduled-thread-pool v0.2.7
26712026-08-31T15:07:10.869Z Compiling vergen-gitcl v1.0.8
26722026-08-31T15:07:11.093Z Compiling diesel_table_macro_syntax v0.3.0
26732026-08-31T15:07:11.177Z Checking r2d2 v0.8.10
26742026-08-31T15:07:11.294Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26752026-08-31T15:07:11.388Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26762026-08-31T15:07:11.728Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26772026-08-31T15:07:11.781Z Checking downcast-rs v2.0.2
26782026-08-31T15:07:12.067Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26792026-08-31T15:07:12.282Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26802026-08-31T15:07:12.434Z Compiling darling_macro v0.21.3
26812026-08-31T15:07:12.505Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26822026-08-31T15:07:12.654Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26832026-08-31T15:07:12.833Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26842026-08-31T15:07:12.879Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26852026-08-31T15:07:13.029Z Compiling darling v0.21.3
26862026-08-31T15:07:13.078Z Checking kstat-rs v0.2.5
26872026-08-31T15:07:13.134Z Compiling dsl_auto_type v0.2.0
26882026-08-31T15:07:13.243Z Compiling proc-macro-error-attr2 v2.0.0
26892026-08-31T15:07:13.306Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26902026-08-31T15:07:13.341Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26912026-08-31T15:07:13.378Z Checking dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
26922026-08-31T15:07:13.653Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26932026-08-31T15:07:13.667Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
26942026-08-31T15:07:13.684Z Compiling proc-macro-error2 v2.0.1
26952026-08-31T15:07:14.047Z Compiling knus-derive v3.4.0
26962026-08-31T15:07:14.224Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26972026-08-31T15:07:14.262Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
26982026-08-31T15:07:14.907Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26992026-08-31T15:07:15.062Z Compiling dirs-sys-next v0.1.2
27002026-08-31T15:07:15.248Z Compiling salty v0.3.0
27012026-08-31T15:07:15.382Z Compiling crunchy v0.2.4
27022026-08-31T15:07:15.519Z Compiling parking_lot_core v0.8.6
27032026-08-31T15:07:15.604Z Compiling dirs-next v2.0.0
27042026-08-31T15:07:15.637Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27052026-08-31T15:07:15.719Z Compiling clang-sys v1.8.1
27062026-08-31T15:07:15.760Z Checking predicates-tree v1.0.13
27072026-08-31T15:07:15.842Z Compiling git-stub v1.0.0
27082026-08-31T15:07:15.904Z Compiling tiny-keccak v2.0.2
27092026-08-31T15:07:16.070Z Compiling git-stub-vcs v0.1.0
27102026-08-31T15:07:16.241Z Compiling term v0.7.0
27112026-08-31T15:07:16.319Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27122026-08-31T15:07:16.363Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27132026-08-31T15:07:16.444Z Checking anstyle-parse v0.2.7
27142026-08-31T15:07:16.576Z Compiling bit-vec v0.6.3
27152026-08-31T15:07:16.612Z Compiling ascii-canvas v3.0.0
27162026-08-31T15:07:16.646Z Checking anstream v0.6.21
27172026-08-31T15:07:16.818Z Compiling bit-set v0.5.3
27182026-08-31T15:07:16.853Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27192026-08-31T15:07:16.888Z Checking parking_lot v0.11.2
27202026-08-31T15:07:17.005Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27212026-08-31T15:07:17.042Z Checking rfc6979 v0.4.0
27222026-08-31T15:07:17.129Z Checking prefix-trie v0.7.0
27232026-08-31T15:07:17.200Z Compiling hashbrown v0.14.5
27242026-08-31T15:07:17.372Z Compiling itertools v0.10.5
27252026-08-31T15:07:17.463Z Compiling ena v0.14.4
27262026-08-31T15:07:17.504Z Compiling libloading v0.8.9
27272026-08-31T15:07:17.739Z Compiling regex-syntax v0.6.29
27282026-08-31T15:07:17.774Z Compiling diff v0.1.13
27292026-08-31T15:07:17.812Z Compiling bindgen v0.71.1
27302026-08-31T15:07:18.076Z Compiling chumsky v0.9.3
27312026-08-31T15:07:18.487Z Compiling ecdsa v0.16.9
27322026-08-31T15:07:18.942Z Checking hickory-server v0.25.2
27332026-08-31T15:07:19.175Z Checking diesel v2.3.7
27342026-08-31T15:07:19.316Z Compiling lalrpop v0.19.12
27352026-08-31T15:07:19.887Z Checking sled v0.34.7
27362026-08-31T15:07:20.073Z Compiling cexpr v0.6.0
27372026-08-31T15:07:20.203Z Checking ignore v0.4.25
27382026-08-31T15:07:20.732Z Checking primeorder v0.13.6
27392026-08-31T15:07:20.784Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27402026-08-31T15:07:20.929Z Checking nanorand v0.7.0
27412026-08-31T15:07:20.965Z Compiling rustc-hash v2.1.1
27422026-08-31T15:07:21.184Z Checking p384 v0.13.1
27432026-08-31T15:07:21.187Z Checking flume v0.11.1
27442026-08-31T15:07:21.506Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27452026-08-31T15:07:21.632Z Checking globwalk v0.9.1
27462026-08-31T15:07:21.835Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27472026-08-31T15:07:21.872Z Compiling knus v3.4.0
27482026-08-31T15:07:21.875Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27492026-08-31T15:07:22.327Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27502026-08-31T15:07:22.477Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27512026-08-31T15:07:22.547Z Checking digest-io v0.1.0
27522026-08-31T15:07:22.828Z Compiling libxml v0.3.3
27532026-08-31T15:07:23.000Z Checking assert_matches v1.5.0
27542026-08-31T15:07:23.084Z Checking rawzip v0.4.4
27552026-08-31T15:07:23.124Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27562026-08-31T15:07:23.213Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27572026-08-31T15:07:23.442Z Checking camino-tempfile-ext v0.3.3
27582026-08-31T15:07:23.565Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27592026-08-31T15:07:23.673Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27602026-08-31T15:07:24.282Z Compiling strum_macros v0.24.3
27612026-08-31T15:07:24.855Z Compiling indoc v1.0.9
27622026-08-31T15:07:25.061Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27632026-08-31T15:07:25.317Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27642026-08-31T15:07:25.536Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27652026-08-31T15:07:25.654Z Checking quick-xml v0.37.5
27662026-08-31T15:07:25.742Z Checking derive_builder v0.20.2
27672026-08-31T15:07:25.891Z Compiling oso-derive v0.27.3
27682026-08-31T15:07:25.928Z Compiling impl-trait-for-tuples v0.2.3
27692026-08-31T15:07:26.442Z Compiling trait-variant v0.1.2
27702026-08-31T15:07:26.534Z Checking openssl-probe v0.1.6
27712026-08-31T15:07:26.728Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27722026-08-31T15:07:27.006Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27732026-08-31T15:07:27.200Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27742026-08-31T15:07:27.491Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27752026-08-31T15:07:27.747Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27762026-08-31T15:07:27.858Z Checking corncobs v0.1.4
27772026-08-31T15:07:27.956Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27782026-08-31T15:07:28.026Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27792026-08-31T15:07:28.061Z Checking secrecy v0.8.0
27802026-08-31T15:07:28.096Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27812026-08-31T15:07:28.225Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27822026-08-31T15:07:28.321Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27832026-08-31T15:07:28.548Z Checking bb8 v0.8.6
27842026-08-31T15:07:28.668Z Checking rand_seeder v0.4.0
27852026-08-31T15:07:28.978Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27862026-08-31T15:07:29.115Z Compiling mime_guess v2.0.5
27872026-08-31T15:07:29.200Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27882026-08-31T15:07:29.427Z Checking http-range v0.1.5
27892026-08-31T15:07:29.564Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-08-31T15:07:29.599Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27912026-08-31T15:07:29.740Z Checking nonempty v0.12.0
27922026-08-31T15:07:29.939Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27932026-08-31T15:07:29.975Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27942026-08-31T15:07:30.135Z Checking hyper-staticfile v0.10.1
27952026-08-31T15:07:30.271Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27962026-08-31T15:07:30.280Z Checking signal-hook-tokio v0.3.1
27972026-08-31T15:07:30.462Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27982026-08-31T15:07:30.467Z Checking scuffle v0.1.0
27992026-08-31T15:07:30.573Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28002026-08-31T15:07:30.891Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28012026-08-31T15:07:30.943Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28022026-08-31T15:07:31.214Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28032026-08-31T15:07:31.276Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28042026-08-31T15:07:31.332Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28052026-08-31T15:07:31.488Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28062026-08-31T15:07:31.644Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28072026-08-31T15:07:31.708Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28082026-08-31T15:07:31.916Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
28092026-08-31T15:07:31.966Z Checking tungstenite v0.23.0
28102026-08-31T15:07:32.345Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28112026-08-31T15:07:32.426Z Checking tokio-tungstenite v0.23.1
28122026-08-31T15:07:32.752Z Checking void v1.0.2
28132026-08-31T15:07:32.789Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28142026-08-31T15:07:32.870Z Checking nix v0.27.1
28152026-08-31T15:07:32.910Z Checking lzss v0.8.2
28162026-08-31T15:07:32.999Z Checking serde_bytes v0.11.19
28172026-08-31T15:07:33.139Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28182026-08-31T15:07:33.210Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28192026-08-31T15:07:33.439Z Checking async-bb8-diesel v0.2.1
28202026-08-31T15:07:33.546Z Checking diesel-dtrace v0.5.0
28212026-08-31T15:07:33.832Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28222026-08-31T15:07:33.944Z Checking yansi v1.0.1
28232026-08-31T15:07:34.004Z Checking cpubits v0.1.1
28242026-08-31T15:07:34.045Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28252026-08-31T15:07:34.115Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28262026-08-31T15:07:34.230Z Checking pretty_assertions v1.4.1
28272026-08-31T15:07:34.316Z Checking pem-rfc7468 v1.0.0
28282026-08-31T15:07:34.384Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28292026-08-31T15:07:34.420Z Checking colored v2.2.0
28302026-08-31T15:07:34.511Z Compiling libz-sys v1.1.24
28312026-08-31T15:07:34.638Z Compiling instability v0.3.11
28322026-08-31T15:07:34.707Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28332026-08-31T15:07:34.880Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28342026-08-31T15:07:34.993Z Checking hmac v0.13.0
28352026-08-31T15:07:35.018Z Checking universal-hash v0.6.1
28362026-08-31T15:07:35.154Z Checking castaway v0.2.4
28372026-08-31T15:07:35.185Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28382026-08-31T15:07:35.297Z Compiling indoc v2.0.7
28392026-08-31T15:07:35.332Z Checking compact_str v0.8.1
28402026-08-31T15:07:35.629Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28412026-08-31T15:07:35.687Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28422026-08-31T15:07:35.742Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28432026-08-31T15:07:35.781Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28442026-08-31T15:07:36.312Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28452026-08-31T15:07:37.534Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28462026-08-31T15:07:37.662Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28472026-08-31T15:07:37.767Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28482026-08-31T15:07:38.084Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28492026-08-31T15:07:38.400Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28502026-08-31T15:07:38.544Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28512026-08-31T15:07:39.916Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28522026-08-31T15:07:40.033Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28532026-08-31T15:07:40.113Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28542026-08-31T15:07:40.263Z Checking unicode-truncate v1.1.0
28552026-08-31T15:07:40.343Z Checking lru v0.12.5
28562026-08-31T15:07:40.503Z Compiling libgit2-sys v0.18.3+1.9.2
28572026-08-31T15:07:40.537Z Checking cassowary v0.3.0
28582026-08-31T15:07:40.782Z Checking ratatui v0.29.0
28592026-08-31T15:07:40.863Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28602026-08-31T15:07:41.677Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28612026-08-31T15:07:41.724Z Checking polyval v0.7.1
28622026-08-31T15:07:42.079Z Checking der v0.8.0
28632026-08-31T15:07:42.131Z Checking arc-swap v1.8.2
28642026-08-31T15:07:42.396Z Checking slog-scope v4.4.1
28652026-08-31T15:07:42.577Z Checking ghash v0.6.0
28662026-08-31T15:07:42.761Z Checking pbkdf2 v0.13.0
28672026-08-31T15:07:42.924Z Checking aes v0.9.1
28682026-08-31T15:07:42.956Z Checking crypto-bigint v0.7.5
28692026-08-31T15:07:42.993Z Compiling progenitor-impl v0.13.0
28702026-08-31T15:07:43.027Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28712026-08-31T15:07:43.351Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28722026-08-31T15:07:43.600Z Checking ctr v0.10.1
28732026-08-31T15:07:43.814Z Checking aead v0.6.1
28742026-08-31T15:07:43.992Z Checking console v0.16.2
28752026-08-31T15:07:44.332Z Checking cargo-platform v0.3.2
28762026-08-31T15:07:44.549Z Compiling petname v2.0.2
28772026-08-31T15:07:45.073Z Compiling vergen-git2 v9.1.0
28782026-08-31T15:07:45.225Z Checking unit-prefix v0.5.2
28792026-08-31T15:07:45.393Z Checking indicatif v0.18.4
28802026-08-31T15:07:45.505Z Checking cargo_metadata v0.23.1
28812026-08-31T15:07:45.640Z Compiling progenitor-macro v0.13.0
28822026-08-31T15:07:45.859Z Checking aes-gcm v0.11.0
28832026-08-31T15:07:46.009Z Checking spki v0.8.0
28842026-08-31T15:07:46.222Z Checking slog-stdlog v4.1.1
28852026-08-31T15:07:46.276Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28862026-08-31T15:07:46.376Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28872026-08-31T15:07:47.537Z Checking progenitor-client v0.13.0
28882026-08-31T15:07:47.732Z Checking salsa20 v0.11.0
28892026-08-31T15:07:47.823Z Checking libsw-core v0.3.2
28902026-08-31T15:07:47.907Z Checking plotters-backend v0.3.7
28912026-08-31T15:07:48.010Z Checking libsw v3.5.0
28922026-08-31T15:07:48.147Z Checking plotters-svg v0.3.7
28932026-08-31T15:07:48.197Z Checking scrypt v0.12.0
28942026-08-31T15:07:48.373Z Checking slog-envlogger v2.2.0
28952026-08-31T15:07:48.562Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28962026-08-31T15:07:48.827Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28972026-08-31T15:07:49.121Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28982026-08-31T15:07:49.262Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28992026-08-31T15:07:49.490Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29002026-08-31T15:07:49.569Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29012026-08-31T15:07:49.723Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29022026-08-31T15:07:49.801Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29032026-08-31T15:07:49.941Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29042026-08-31T15:07:50.020Z Checking cbc v0.2.1
29052026-08-31T15:07:50.194Z Checking sapling-renderdag v0.1.0
29062026-08-31T15:07:50.475Z Checking sync-ptr v0.1.4
29072026-08-31T15:07:50.662Z Checking cast v0.3.0
29082026-08-31T15:07:50.662Z Checking pkcs5 v0.8.1
29092026-08-31T15:07:50.681Z Checking progenitor v0.13.0
29102026-08-31T15:07:50.800Z Checking criterion-plot v0.6.0
29112026-08-31T15:07:50.859Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29122026-08-31T15:07:51.242Z Checking plotters v0.3.7
29132026-08-31T15:07:51.278Z Checking oxide-update-engine-display v0.1.2
29142026-08-31T15:07:51.615Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29152026-08-31T15:07:52.028Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29162026-08-31T15:07:52.904Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29172026-08-31T15:07:53.741Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29182026-08-31T15:07:54.324Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29192026-08-31T15:07:54.555Z Checking tokio-test v0.4.5
29202026-08-31T15:07:54.798Z Checking tinytemplate v1.2.1
29212026-08-31T15:07:55.050Z Checking shell-words v1.1.1
29222026-08-31T15:07:55.210Z Checking anes v0.1.6
29232026-08-31T15:07:55.314Z Checking oorandom v11.1.5
29242026-08-31T15:07:55.460Z Checking criterion v0.7.0
29252026-08-31T15:07:55.506Z Checking pkcs8 v0.11.0
29262026-08-31T15:07:55.741Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29272026-08-31T15:07:56.703Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29282026-08-31T15:07:56.761Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29292026-08-31T15:07:56.929Z Checking twox-hash v2.1.2
29302026-08-31T15:07:57.176Z Checking atty v0.2.14
29312026-08-31T15:07:57.271Z Checking ff v0.14.0
29322026-08-31T15:07:57.305Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29332026-08-31T15:07:57.386Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29342026-08-31T15:07:57.441Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29352026-08-31T15:07:57.519Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29362026-08-31T15:07:57.588Z Checking fatfs v0.3.6
29372026-08-31T15:07:58.101Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29382026-08-31T15:07:58.471Z Checking arrayref v0.3.9
29392026-08-31T15:07:58.508Z Compiling seq-macro v0.3.6
29402026-08-31T15:07:58.579Z Checking constant_time_eq v0.4.2
29412026-08-31T15:07:58.750Z Checking arrayvec v0.7.6
29422026-08-31T15:07:58.861Z Checking group v0.14.0
29432026-08-31T15:07:59.029Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29442026-08-31T15:07:59.065Z Checking signature v3.0.0
29452026-08-31T15:07:59.251Z Checking base16ct v1.0.0
29462026-08-31T15:07:59.423Z Checking sec1 v0.8.1
29472026-08-31T15:07:59.457Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29482026-08-31T15:07:59.664Z Checking hkdf v0.13.0
29492026-08-31T15:07:59.757Z Checking concurrent-queue v2.5.0
29502026-08-31T15:07:59.839Z Checking parking v2.2.1
29512026-08-31T15:07:59.980Z Checking elliptic-curve v0.14.1
29522026-08-31T15:08:00.015Z Checking event-listener v5.4.1
29532026-08-31T15:08:00.270Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29542026-08-31T15:08:00.412Z Checking rtoolbox v0.0.3
29552026-08-31T15:08:00.581Z Checking rpassword v7.5.4
29562026-08-31T15:08:00.780Z Checking event-listener-strategy v0.5.4
29572026-08-31T15:08:00.918Z Checking wnaf v0.14.0
29582026-08-31T15:08:00.953Z Checking primefield v0.14.0
29592026-08-31T15:08:01.124Z Checking rfc6979 v0.6.0
29602026-08-31T15:08:01.193Z Checking tui-tree-widget v0.23.1
29612026-08-31T15:08:01.300Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29622026-08-31T15:08:01.414Z Compiling blake3 v1.8.5
29632026-08-31T15:08:01.615Z Compiling samael v0.0.19
29642026-08-31T15:08:01.803Z Checking futures-timer v3.0.3
29652026-08-31T15:08:02.309Z Checking ecdsa v0.17.0
29662026-08-31T15:08:02.524Z Checking primeorder v0.14.0
29672026-08-31T15:08:02.746Z Checking async-lock v3.4.2
29682026-08-31T15:08:02.953Z Compiling curve25519-dalek v5.0.0
29692026-08-31T15:08:03.187Z Compiling strsim v0.10.0
29702026-08-31T15:08:03.479Z Compiling darling_core v0.13.4
29712026-08-31T15:08:03.514Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29722026-08-31T15:08:03.548Z Checking async-object-pool v0.2.0
29732026-08-31T15:08:04.020Z Checking ssh-encoding v0.3.0
29742026-08-31T15:08:04.279Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29752026-08-31T15:08:04.968Z Checking serde_regex v1.1.0
29762026-08-31T15:08:05.161Z Checking assert-json-diff v2.0.2
29772026-08-31T15:08:05.344Z Checking path-tree v0.8.3
29782026-08-31T15:08:05.379Z Checking keccak v0.2.0
29792026-08-31T15:08:05.567Z Checking stringmetrics v2.2.2
29802026-08-31T15:08:05.602Z Checking topological-sort v0.2.2
29812026-08-31T15:08:05.754Z Checking httpmock v0.8.3
29822026-08-31T15:08:05.790Z Checking omicron-zone-package v0.12.3
29832026-08-31T15:08:06.295Z Compiling darling_macro v0.13.4
29842026-08-31T15:08:06.739Z Checking ed25519 v3.0.0
29852026-08-31T15:08:06.773Z Checking pkcs1 v0.8.0-rc.4
29862026-08-31T15:08:06.974Z Checking crypto-primes v0.7.2
29872026-08-31T15:08:07.019Z Checking poly1305 v0.9.0
29882026-08-31T15:08:07.327Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29892026-08-31T15:08:07.575Z Checking blowfish v0.10.0
29902026-08-31T15:08:07.778Z Checking blake2 v0.11.0-rc.6
29912026-08-31T15:08:07.817Z Compiling target-lexicon v0.13.3
29922026-08-31T15:08:08.025Z Checking bcrypt-pbkdf v0.11.0
29932026-08-31T15:08:08.033Z Checking rsa v0.10.0-rc.18
29942026-08-31T15:08:08.083Z Checking argon2 v0.6.0-rc.8
29952026-08-31T15:08:08.165Z Checking ed25519-dalek v3.0.0
29962026-08-31T15:08:08.324Z Compiling git2 v0.20.4
29972026-08-31T15:08:08.429Z Checking ssh-cipher v0.3.0
29982026-08-31T15:08:08.464Z Compiling darling v0.13.4
29992026-08-31T15:08:08.468Z Checking sha3 v0.11.0
30002026-08-31T15:08:08.538Z Checking p384 v0.14.0
30012026-08-31T15:08:08.590Z Checking p521 v0.14.0
30022026-08-31T15:08:08.673Z Checking p256 v0.14.0
30032026-08-31T15:08:08.876Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30042026-08-31T15:08:09.143Z Checking kem v0.3.0
30052026-08-31T15:08:09.300Z Checking module-lattice v0.2.3
30062026-08-31T15:08:09.445Z Checking socket2 v0.5.10
30072026-08-31T15:08:09.559Z Checking sponge-cursor v0.1.0
30082026-08-31T15:08:09.726Z Compiling guppy-workspace-hack v0.1.0
30092026-08-31T15:08:09.761Z Checking hex-literal v0.4.1
30102026-08-31T15:08:09.894Z Checking sha3 v0.12.0
30112026-08-31T15:08:09.989Z Checking ml-kem v0.3.2
30122026-08-31T15:08:10.133Z Compiling serde_with_macros v1.5.2
30132026-08-31T15:08:11.013Z Checking russh-cryptovec v0.62.0
30142026-08-31T15:08:11.084Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30152026-08-31T15:08:11.120Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30162026-08-31T15:08:11.209Z Checking internal-russh-num-bigint v0.5.0
30172026-08-31T15:08:11.594Z Checking ssh-key v0.7.0-rc.11
30182026-08-31T15:08:11.645Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30192026-08-31T15:08:11.835Z Checking num-bigint v0.4.6
30202026-08-31T15:08:12.094Z Checking russh-util v0.52.0
30212026-08-31T15:08:12.259Z Checking generic-array v1.4.3
30222026-08-31T15:08:12.699Z Compiling enum_dispatch v0.3.13
30232026-08-31T15:08:12.734Z Compiling delegate v0.13.5
30242026-08-31T15:08:12.818Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30252026-08-31T15:08:13.278Z Checking md5 v0.8.0
30262026-08-31T15:08:13.487Z Checking hex-literal v1.1.0
30272026-08-31T15:08:13.606Z Compiling target-spec v3.5.7
30282026-08-31T15:08:13.646Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30292026-08-31T15:08:13.728Z Checking russh v0.62.4
30302026-08-31T15:08:14.015Z Checking cfg-expr v0.20.6
30312026-08-31T15:08:14.297Z Compiling serde_with v1.14.0
30322026-08-31T15:08:14.558Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30332026-08-31T15:08:14.781Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30342026-08-31T15:08:14.887Z Checking internet-checksum v0.2.1
30352026-08-31T15:08:15.251Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30362026-08-31T15:08:15.323Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30372026-08-31T15:08:15.472Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30382026-08-31T15:08:16.057Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30392026-08-31T15:08:16.325Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30402026-08-31T15:08:16.505Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30412026-08-31T15:08:16.727Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30422026-08-31T15:08:16.764Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30432026-08-31T15:08:17.031Z Checking httptest v0.16.4
30442026-08-31T15:08:17.105Z Checking pathdiff v0.2.3
30452026-08-31T15:08:17.246Z Checking nested v0.1.1
30462026-08-31T15:08:17.362Z Compiling polar-core v0.27.3
30472026-08-31T15:08:17.419Z Checking guppy v0.17.25
30482026-08-31T15:08:17.552Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30492026-08-31T15:08:17.586Z Checking similar-asserts v1.7.0
30502026-08-31T15:08:17.621Z Compiling target-triple v1.0.0
30512026-08-31T15:08:17.773Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30522026-08-31T15:08:18.402Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30532026-08-31T15:08:18.994Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30542026-08-31T15:08:19.558Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30552026-08-31T15:08:19.632Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30562026-08-31T15:08:19.789Z Checking hickory-client v0.25.2
30572026-08-31T15:08:19.864Z Checking supports-color v2.1.0
30582026-08-31T15:08:20.041Z Checking supports-unicode v2.1.0
30592026-08-31T15:08:20.108Z Checking supports-hyperlinks v2.1.0
30602026-08-31T15:08:20.193Z Checking textwrap v0.15.2
30612026-08-31T15:08:20.259Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30622026-08-31T15:08:20.437Z Checking terminal_size v0.1.17
30632026-08-31T15:08:20.474Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30642026-08-31T15:08:20.582Z Compiling miette-derive v5.10.0
30652026-08-31T15:08:20.918Z Compiling fs-err v2.11.0
30662026-08-31T15:08:21.046Z Checking owo-colors v3.5.0
30672026-08-31T15:08:21.149Z Checking escape8259 v0.5.3
30682026-08-31T15:08:21.314Z Compiling assert_cmd v2.1.2
30692026-08-31T15:08:21.629Z Checking libtest-mimic v0.8.1
30702026-08-31T15:08:21.733Z Checking miette v5.10.0
30712026-08-31T15:08:21.900Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30722026-08-31T15:08:22.052Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30732026-08-31T15:08:22.381Z Checking oso v0.27.3
30742026-08-31T15:08:22.494Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30752026-08-31T15:08:22.646Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30762026-08-31T15:08:23.231Z Checking blake2b_simd v1.0.4
30772026-08-31T15:08:23.338Z Checking support-bundle-viewer v0.1.2
30782026-08-31T15:08:23.408Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30792026-08-31T15:08:23.613Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30802026-08-31T15:08:23.658Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30812026-08-31T15:08:23.716Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30822026-08-31T15:08:23.838Z Compiling knuffel-derive v3.2.0
30832026-08-31T15:08:23.910Z Checking fancy-regex v0.14.0
30842026-08-31T15:08:23.944Z Checking serde_tokenstream v0.2.3
30852026-08-31T15:08:24.195Z Checking multimap v0.10.1
30862026-08-31T15:08:24.236Z Checking approx v0.5.1
30872026-08-31T15:08:24.297Z Checking uzers v0.12.2
30882026-08-31T15:08:24.398Z Compiling rstest_macros v0.25.0
30892026-08-31T15:08:24.433Z Checking termcolor v1.4.1
30902026-08-31T15:08:24.469Z Compiling linkme-impl v0.3.35
30912026-08-31T15:08:24.541Z Checking constant_time_eq v0.3.1
30922026-08-31T15:08:24.673Z Checking rust-argon2 v2.1.0
30932026-08-31T15:08:24.677Z Checking trybuild v1.0.116
30942026-08-31T15:08:24.858Z Checking datatest-stable v0.3.3
30952026-08-31T15:08:25.124Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30962026-08-31T15:08:25.159Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30972026-08-31T15:08:25.359Z Checking knuffel v3.2.0
30982026-08-31T15:08:25.443Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30992026-08-31T15:08:25.507Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31002026-08-31T15:08:25.542Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31012026-08-31T15:08:25.667Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31022026-08-31T15:08:25.766Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31032026-08-31T15:08:25.888Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31042026-08-31T15:08:25.995Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31052026-08-31T15:08:26.030Z Checking drift v0.2.0
31062026-08-31T15:08:26.115Z Checking rand_distr v0.5.1
31072026-08-31T15:08:26.333Z Compiling linkme v0.3.35
31082026-08-31T15:08:26.375Z Checking parse-size v1.1.0
31092026-08-31T15:08:26.417Z Compiling relative-path v1.9.3
31102026-08-31T15:08:26.532Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31112026-08-31T15:08:26.566Z Checking dropshot-api-manager v0.8.0
31122026-08-31T15:08:26.721Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31132026-08-31T15:08:27.762Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31142026-08-31T15:08:28.239Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31152026-08-31T15:08:28.455Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31162026-08-31T15:08:28.693Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31172026-08-31T15:08:28.732Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31182026-08-31T15:08:28.835Z Checking cargo_toml v0.21.0
31192026-08-31T15:08:29.273Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31202026-08-31T15:08:29.469Z Checking partial-io v0.5.4
31212026-08-31T15:08:29.484Z Checking termios v0.3.3
31222026-08-31T15:08:29.676Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31232026-08-31T15:08:30.184Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31242026-08-31T15:08:30.387Z Checking rstest v0.25.0
31252026-08-31T15:08:31.584Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31262026-08-31T15:08:35.318Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31272026-08-31T15:08:35.678Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31282026-08-31T15:08:36.828Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31292026-08-31T15:08:38.279Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31302026-08-31T15:08:42.478Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31312026-08-31T15:08:43.926Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31322026-08-31T15:08:51.932Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31332026-08-31T15:08:52.908Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31342026-08-31T15:08:54.398Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31352026-08-31T15:08:56.289Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31362026-08-31T15:08:59.781Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31372026-08-31T15:09:00.277Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31382026-08-31T15:09:02.028Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31392026-08-31T15:09:06.465Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31402026-08-31T15:09:11.411Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31412026-08-31T15:09:33.187Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31422026-08-31T15:10:28.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 16s
31432026-08-31T15:10:28.810Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31442026-08-31T15:10:28.810Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31452026-08-31T15:10:29.492Z
31462026-08-31T15:10:29.492Zreal 4:20.223630105
31472026-08-31T15:10:29.492Zuser 22:17.683999138
31482026-08-31T15:10:29.492Zsys 5:15.223047659
31492026-08-31T15:10:29.492Ztrap 0.531283196
31502026-08-31T15:10:29.492Ztflt 0.472421669
31512026-08-31T15:10:29.492Zdflt 0.481195939
31522026-08-31T15:10:29.492Zkflt 0.004808233
31532026-08-31T15:10:29.492Zlock 1:07:30.507502878
31542026-08-31T15:10:29.492Zslp 1:00:44.525855392
31552026-08-31T15:10:29.492Zlat 1:51.173253825
31562026-08-31T15:10:29.492Zstop 14:12.343624129
31572026-08-31T15:10:29.495Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31582026-08-31T15:10:29.495Z+ ptime -m cargo doc --workspace --no-deps
31592026-08-31T15:10:30.351Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31602026-08-31T15:10:30.351Z |
31612026-08-31T15:10:30.351Z = 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)`
31622026-08-31T15:10:30.351Z = 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>
31632026-08-31T15:10:31.467Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31642026-08-31T15:10:31.710Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31652026-08-31T15:10:31.749Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31662026-08-31T15:10:31.783Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31672026-08-31T15:10:31.901Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31682026-08-31T15:10:32.006Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31692026-08-31T15:10:32.037Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31702026-08-31T15:10:32.037Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31712026-08-31T15:10:32.087Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31722026-08-31T15:10:32.114Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-08-31T15:10:32.119Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31742026-08-31T15:10:32.262Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31752026-08-31T15:10:32.330Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31762026-08-31T15:10:32.330Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-08-31T15:10:32.378Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31782026-08-31T15:10:32.403Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31792026-08-31T15:10:32.428Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31802026-08-31T15:10:32.497Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31812026-08-31T15:10:32.529Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31822026-08-31T15:10:32.555Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31832026-08-31T15:10:32.605Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31842026-08-31T15:10:32.851Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31852026-08-31T15:10:32.965Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31862026-08-31T15:10:33.052Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31872026-08-31T15:10:33.117Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31882026-08-31T15:10:33.143Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31892026-08-31T15:10:33.285Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31902026-08-31T15:10:33.314Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31912026-08-31T15:10:33.380Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31922026-08-31T15:10:33.475Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31932026-08-31T15:10:33.607Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31942026-08-31T15:10:33.672Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31952026-08-31T15:10:33.725Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31962026-08-31T15:10:33.798Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31972026-08-31T15:10:33.918Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31982026-08-31T15:10:34.032Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31992026-08-31T15:10:34.056Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32002026-08-31T15:10:34.137Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32012026-08-31T15:10:34.264Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32022026-08-31T15:10:34.289Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32032026-08-31T15:10:34.522Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32042026-08-31T15:10:34.661Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32052026-08-31T15:10:34.754Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32062026-08-31T15:10:34.784Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32072026-08-31T15:10:34.809Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32082026-08-31T15:10:34.955Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32092026-08-31T15:10:34.993Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32102026-08-31T15:10:35.067Z Checking scuffle v0.1.0
32112026-08-31T15:10:35.198Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32122026-08-31T15:10:35.262Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132026-08-31T15:10:35.290Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32142026-08-31T15:10:35.352Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32152026-08-31T15:10:35.462Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32162026-08-31T15:10:35.489Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32172026-08-31T15:10:35.517Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32182026-08-31T15:10:35.659Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32192026-08-31T15:10:36.069Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32202026-08-31T15:10:36.328Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32212026-08-31T15:10:36.598Z Checking dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
32222026-08-31T15:10:36.662Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32232026-08-31T15:10:37.093Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32242026-08-31T15:10:37.146Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32252026-08-31T15:10:37.357Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32262026-08-31T15:10:37.406Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32272026-08-31T15:10:37.461Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32282026-08-31T15:10:37.660Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32292026-08-31T15:10:37.864Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32302026-08-31T15:10:38.475Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32312026-08-31T15:10:38.593Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32322026-08-31T15:10:38.907Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32332026-08-31T15:10:38.948Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32342026-08-31T15:10:38.986Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32352026-08-31T15:10:39.189Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32362026-08-31T15:10:39.251Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32372026-08-31T15:10:39.321Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32382026-08-31T15:10:39.347Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32392026-08-31T15:10:39.429Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32402026-08-31T15:10:39.558Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32412026-08-31T15:10:39.558Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32422026-08-31T15:10:39.607Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32432026-08-31T15:10:39.785Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32442026-08-31T15:10:39.809Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32452026-08-31T15:10:39.813Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32462026-08-31T15:10:39.858Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32472026-08-31T15:10:39.983Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32482026-08-31T15:10:40.012Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32492026-08-31T15:10:40.174Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32502026-08-31T15:10:40.221Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32512026-08-31T15:10:40.271Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32522026-08-31T15:10:40.301Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32532026-08-31T15:10:40.414Z Checking dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
32542026-08-31T15:10:40.468Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32552026-08-31T15:10:40.492Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32562026-08-31T15:10:40.586Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32572026-08-31T15:10:40.596Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32582026-08-31T15:10:40.668Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
32592026-08-31T15:10:40.695Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32602026-08-31T15:10:40.828Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32612026-08-31T15:10:40.959Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32622026-08-31T15:10:40.983Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32632026-08-31T15:10:41.007Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32642026-08-31T15:10:41.074Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32652026-08-31T15:10:41.161Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32662026-08-31T15:10:41.185Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32672026-08-31T15:10:41.292Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
32682026-08-31T15:10:41.394Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32692026-08-31T15:10:41.399Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32702026-08-31T15:10:41.453Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32712026-08-31T15:10:41.562Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32722026-08-31T15:10:41.814Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32732026-08-31T15:10:41.838Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32742026-08-31T15:10:41.861Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32752026-08-31T15:10:43.077Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32762026-08-31T15:10:43.270Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32772026-08-31T15:10:43.295Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32782026-08-31T15:10:43.561Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32792026-08-31T15:10:43.826Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32802026-08-31T15:10:44.083Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32812026-08-31T15:10:44.601Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32822026-08-31T15:10:44.657Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32832026-08-31T15:10:46.459Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32842026-08-31T15:10:46.899Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32852026-08-31T15:10:47.000Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32862026-08-31T15:10:47.083Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32872026-08-31T15:10:47.180Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32882026-08-31T15:10:47.349Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32892026-08-31T15:10:47.802Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32902026-08-31T15:10:47.956Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32912026-08-31T15:10:48.090Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32922026-08-31T15:10:48.536Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32932026-08-31T15:10:48.690Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32942026-08-31T15:10:48.867Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32952026-08-31T15:10:49.039Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32962026-08-31T15:10:49.080Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32972026-08-31T15:10:49.407Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32982026-08-31T15:10:49.467Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32992026-08-31T15:10:49.783Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33002026-08-31T15:10:50.194Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33012026-08-31T15:10:50.508Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33022026-08-31T15:10:51.161Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33032026-08-31T15:10:51.199Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33042026-08-31T15:10:51.540Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33052026-08-31T15:10:51.693Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33062026-08-31T15:10:52.320Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33072026-08-31T15:10:52.736Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33082026-08-31T15:10:52.784Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33092026-08-31T15:10:52.938Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33102026-08-31T15:10:53.360Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33112026-08-31T15:10:53.411Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33122026-08-31T15:10:53.444Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33132026-08-31T15:10:54.076Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33142026-08-31T15:10:54.635Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33152026-08-31T15:10:54.907Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33162026-08-31T15:10:54.934Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33172026-08-31T15:10:55.764Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33182026-08-31T15:10:55.808Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33192026-08-31T15:10:55.900Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33202026-08-31T15:10:56.200Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33212026-08-31T15:11:00.137Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33222026-08-31T15:11:00.457Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33232026-08-31T15:11:00.607Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33242026-08-31T15:11:00.826Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33252026-08-31T15:11:00.860Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33262026-08-31T15:11:03.240Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33272026-08-31T15:11:03.838Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33282026-08-31T15:11:03.921Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33292026-08-31T15:11:04.096Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33302026-08-31T15:11:04.143Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33312026-08-31T15:11:04.377Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33322026-08-31T15:11:04.420Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33332026-08-31T15:11:04.834Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33342026-08-31T15:11:05.206Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33352026-08-31T15:11:05.210Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33362026-08-31T15:11:05.572Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33372026-08-31T15:11:05.742Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-08-31T15:11:05.793Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33392026-08-31T15:11:06.061Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33402026-08-31T15:11:06.514Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412026-08-31T15:11:06.941Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33422026-08-31T15:11:07.561Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33432026-08-31T15:11:07.702Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33442026-08-31T15:11:07.729Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33452026-08-31T15:11:08.350Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33462026-08-31T15:11:08.644Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33472026-08-31T15:11:08.721Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33482026-08-31T15:11:09.122Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33492026-08-31T15:11:09.486Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33502026-08-31T15:11:10.352Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33512026-08-31T15:11:10.827Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33522026-08-31T15:11:11.461Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33532026-08-31T15:11:13.533Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33542026-08-31T15:11:14.687Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33552026-08-31T15:11:15.155Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33562026-08-31T15:11:16.910Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33572026-08-31T15:11:17.569Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33582026-08-31T15:11:19.532Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33592026-08-31T15:11:19.957Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33602026-08-31T15:11:20.408Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33612026-08-31T15:11:22.695Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33622026-08-31T15:11:23.210Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33632026-08-31T15:11:24.666Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33642026-08-31T15:11:25.442Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33652026-08-31T15:11:25.839Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33662026-08-31T15:11:25.980Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33672026-08-31T15:11:27.656Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33682026-08-31T15:11:28.897Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33692026-08-31T15:11:32.673Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33702026-08-31T15:11:33.815Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33712026-08-31T15:11:34.294Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33722026-08-31T15:11:35.579Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33732026-08-31T15:11:36.408Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33742026-08-31T15:11:36.956Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33752026-08-31T15:11:37.728Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33762026-08-31T15:11:39.328Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33772026-08-31T15:11:39.896Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33782026-08-31T15:11:41.901Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33792026-08-31T15:11:41.928Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33802026-08-31T15:11:42.564Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33812026-08-31T15:11:42.763Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33822026-08-31T15:11:43.356Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33832026-08-31T15:11:45.760Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33842026-08-31T15:11:47.053Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33852026-08-31T15:11:49.904Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33862026-08-31T15:11:50.541Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33872026-08-31T15:11:51.843Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33882026-08-31T15:11:52.372Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33892026-08-31T15:11:54.265Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33902026-08-31T15:11:55.040Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33912026-08-31T15:11:55.918Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33922026-08-31T15:11:57.386Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33932026-08-31T15:11:58.442Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33942026-08-31T15:12:01.274Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33952026-08-31T15:12:02.039Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33962026-08-31T15:12:02.488Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33972026-08-31T15:12:03.956Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33982026-08-31T15:12:05.306Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33992026-08-31T15:12:06.524Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34002026-08-31T15:12:09.291Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34012026-08-31T15:12:09.849Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
34022026-08-31T15:12:11.498Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34032026-08-31T15:12:13.323Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34042026-08-31T15:12:14.815Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34052026-08-31T15:12:16.552Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34062026-08-31T15:12:18.166Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34072026-08-31T15:12:22.978Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34082026-08-31T15:12:23.268Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34092026-08-31T15:12:24.835Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34102026-08-31T15:12:25.048Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34112026-08-31T15:12:26.676Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34122026-08-31T15:12:28.315Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34132026-08-31T15:12:30.379Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34142026-08-31T15:12:32.399Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34152026-08-31T15:12:34.214Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34162026-08-31T15:12:35.920Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34172026-08-31T15:12:37.660Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34182026-08-31T15:12:39.733Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34192026-08-31T15:12:41.298Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34202026-08-31T15:12:43.056Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34212026-08-31T15:12:44.821Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34222026-08-31T15:12:46.578Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34232026-08-31T15:12:48.348Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34242026-08-31T15:12:49.670Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34252026-08-31T15:12:51.851Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34262026-08-31T15:12:53.864Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34272026-08-31T15:12:55.457Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34282026-08-31T15:12:59.265Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34292026-08-31T15:13:01.216Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34302026-08-31T15:13:02.969Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34312026-08-31T15:13:05.025Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34322026-08-31T15:13:08.831Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34332026-08-31T15:13:10.567Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34342026-08-31T15:13:14.084Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34352026-08-31T15:13:15.935Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34362026-08-31T15:13:19.336Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34372026-08-31T15:13:21.842Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34382026-08-31T15:13:24.191Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34392026-08-31T15:13:26.008Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34402026-08-31T15:13:28.706Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34412026-08-31T15:13:31.793Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34422026-08-31T15:13:33.860Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34432026-08-31T15:13:36.192Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34442026-08-31T15:13:38.732Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34452026-08-31T15:13:41.073Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34462026-08-31T15:13:43.529Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34472026-08-31T15:13:45.806Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34482026-08-31T15:13:48.372Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34492026-08-31T15:13:51.036Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34502026-08-31T15:13:53.504Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34512026-08-31T15:13:56.343Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34522026-08-31T15:13:58.949Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34532026-08-31T15:14:01.220Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34542026-08-31T15:14:04.050Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34552026-08-31T15:14:06.561Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34562026-08-31T15:14:09.108Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34572026-08-31T15:14:11.689Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34582026-08-31T15:14:14.264Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34592026-08-31T15:14:16.883Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34602026-08-31T15:14:19.440Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34612026-08-31T15:14:21.989Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34622026-08-31T15:14:24.466Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34632026-08-31T15:14:27.217Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34642026-08-31T15:14:29.826Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34652026-08-31T15:14:32.562Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34662026-08-31T15:14:35.085Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34672026-08-31T15:14:37.794Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34682026-08-31T15:14:40.384Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34692026-08-31T15:14:43.069Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34702026-08-31T15:14:45.765Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34712026-08-31T15:14:48.350Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34722026-08-31T15:14:50.940Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34732026-08-31T15:14:53.594Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34742026-08-31T15:14:56.930Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34752026-08-31T15:14:59.174Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34762026-08-31T15:15:02.090Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34772026-08-31T15:15:04.811Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34782026-08-31T15:15:07.589Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34792026-08-31T15:15:10.149Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34802026-08-31T15:15:12.878Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34812026-08-31T15:15:15.833Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34822026-08-31T15:15:18.839Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34832026-08-31T15:15:21.528Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34842026-08-31T15:15:24.435Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34852026-08-31T15:15:27.244Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34862026-08-31T15:15:29.935Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34872026-08-31T15:15:32.660Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34882026-08-31T15:15:35.506Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34892026-08-31T15:15:38.217Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34902026-08-31T15:15:41.035Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34912026-08-31T15:15:43.849Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34922026-08-31T15:15:51.967Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34932026-08-31T15:15:52.111Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34942026-08-31T15:15:56.160Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34952026-08-31T15:15:59.383Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34962026-08-31T15:16:03.121Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34972026-08-31T15:16:06.713Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34982026-08-31T15:16:10.461Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34992026-08-31T15:16:13.981Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35002026-08-31T15:16:17.721Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35012026-08-31T15:16:21.602Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35022026-08-31T15:16:25.109Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35032026-08-31T15:16:28.860Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35042026-08-31T15:16:32.352Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35052026-08-31T15:16:37.370Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35062026-08-31T15:16:40.415Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35072026-08-31T15:16:44.395Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35082026-08-31T15:16:48.441Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35092026-08-31T15:16:52.289Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35102026-08-31T15:16:56.311Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35112026-08-31T15:17:00.308Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35122026-08-31T15:17:04.265Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35132026-08-31T15:17:08.191Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35142026-08-31T15:17:12.168Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35152026-08-31T15:17:16.089Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35162026-08-31T15:17:20.065Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35172026-08-31T15:17:24.007Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35182026-08-31T15:17:27.950Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35192026-08-31T15:17:31.982Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35202026-08-31T15:17:35.897Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35212026-08-31T15:17:39.814Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35222026-08-31T15:17:43.846Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35232026-08-31T15:18:15.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 45s
35242026-08-31T15:18:15.445Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35252026-08-31T15:18:15.445Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35262026-08-31T15:18:15.613Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
35272026-08-31T15:18:15.724Z
35282026-08-31T15:18:15.724Zreal 7:46.141085107
35292026-08-31T15:18:15.724Zuser 20:48.396611258
35302026-08-31T15:18:15.728Zsys 4:25.962846579
35312026-08-31T15:18:15.728Ztrap 0.302986955
35322026-08-31T15:18:15.728Ztflt 0.024183581
35332026-08-31T15:18:15.728Zdflt 0.118448139
35342026-08-31T15:18:15.728Zkflt 0.000025990
35352026-08-31T15:18:15.728Zlock 7:27:42.434093279
35362026-08-31T15:18:15.728Zslp 2:36:59.561349214
35372026-08-31T15:18:15.728Zlat 38.321987847
35382026-08-31T15:18:15.728Zstop 2:22.664667131
35392026-08-31T15:18:15.728Zprocess exited: duration 892105 ms, exit code 0
 
35402026-08-31T15:18:15.737Zfound 0 output files