01KWG0RSZEMZTMN5874DRF5JZY: clippy (helios)

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

Buildomat Job: 01KWG0SW9TYW2YP77P4F9KX5K1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T23:40:08.432Zjob assigned to worker 01KWG0T650DJ57F94NDYZKQDCQ [factory aws, i-0b883fd7ac20cb351] (queued for 1 m 1 s)
 
22026-07-01T23:40:14.561Zstarting task 0: "setup"
32026-07-01T23:40:14.571Z++ uname -s
42026-07-01T23:40:14.571Z+ kern=SunOS
52026-07-01T23:40:14.571Z+ build_user=build
62026-07-01T23:40:14.571Z+ build_uid=12345
72026-07-01T23:40:14.571Z+ work_dir=/work
82026-07-01T23:40:14.571Z+ input_dir=/input
92026-07-01T23:40:14.571Z+ [[ 0 == 12345 ]]
102026-07-01T23:40:14.571Z+ case "$kern" in
112026-07-01T23:40:14.571Z+ groupadd -g 12345 build
122026-07-01T23:40:14.572Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T23:40:16.580Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T23:40:16.684Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T23:40:16.701Z+ home_fs=zfs
162026-07-01T23:40:16.701Z+ [[ zfs == autofs ]]
172026-07-01T23:40:16.704Z+ mkdir -p /home/build
182026-07-01T23:40:16.704Z+ chown build:build /home/build /work
192026-07-01T23:40:18.674Z+ chmod 0700 /home/build /work
202026-07-01T23:40:18.677Zprocess exited: duration 4116 ms, exit code 0
 
212026-07-01T23:40:18.686Zstarting task 1: "rust-toolchain"
222026-07-01T23:40:18.689Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-01T23:40:18.689Z * rust toolchain channel = "1.96.1"
242026-07-01T23:40:18.689Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-01T23:40:18.689Z * rust toolchain profile = "default"
262026-07-01T23:40:18.689Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-01T23:40:18.693Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-01T23:40:18.693Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T23:40:18.693Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T23:40:18.822Zinfo: downloading installer
312026-07-01T23:40:20.532Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T23:40:20.533Zwarn: /home/build/.rustup/settings.toml
332026-07-01T23:40:20.533Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T23:40:20.533Zwarn: instead of the one inferred from the default host triple.
352026-07-01T23:40:20.545Zinfo: profile set to default
362026-07-01T23:40:20.545Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T23:40:20.549Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T23:40:20.688Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T23:40:20.691Zinfo: downloading 6 components
402026-07-01T23:40:36.074Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-01T23:40:36.074Z
422026-07-01T23:40:36.102Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T23:40:36.103Z
442026-07-01T23:40:36.103Z
452026-07-01T23:40:36.103ZRust is installed now. Great!
462026-07-01T23:40:36.103Z
472026-07-01T23:40:36.103ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T23:40:36.103Zenvironment variable. This has not been done automatically.
492026-07-01T23:40:36.104Z
502026-07-01T23:40:36.104ZTo configure your current shell, you need to source
512026-07-01T23:40:36.104Zthe corresponding env file under $HOME/.cargo.
522026-07-01T23:40:36.104Z
532026-07-01T23:40:36.104ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T23:40:36.104Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T23:40:36.104Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T23:40:36.104Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T23:40:36.108Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T23:40:36.108Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T23:40:36.108Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T23:40:36.108Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T23:40:36.108Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T23:40:36.213Z+ rustup --version
632026-07-01T23:40:36.223Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T23:40:36.227Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T23:40:36.244Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T23:40:36.248Z+ cargo --version
672026-07-01T23:40:36.261Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T23:40:36.276Z+ rustc --version
692026-07-01T23:40:36.289Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T23:40:36.293Zprocess exited: duration 17599 ms, exit code 0
 
712026-07-01T23:40:36.303Zstarting task 2: "authentication"
722026-07-01T23:40:36.319Zprocess exited: duration 16 ms, exit code 0
 
732026-07-01T23:40:36.328Zstarting task 3: "clone repository"
742026-07-01T23:40:36.336Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-01T23:40:36.336Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-01T23:40:36.373ZCloning into '/work/oxidecomputer/omicron'...
772026-07-01T23:40:46.653Z+ cd /work/oxidecomputer/omicron
782026-07-01T23:40:46.653Z+ git fetch origin c267127a26899266dce2615afd704228e4301f30
792026-07-01T23:40:46.947ZFrom https://github.com/oxidecomputer/omicron
802026-07-01T23:40:46.947Z * branch c267127a26899266dce2615afd704228e4301f30 -> FETCH_HEAD
812026-07-01T23:40:46.957Z+ [[ -n '' ]]
822026-07-01T23:40:46.957Z+ git reset --hard c267127a26899266dce2615afd704228e4301f30
832026-07-01T23:40:47.201ZHEAD is now at c267127a2 Bump diesel from 2.3.7 to 2.3.8
842026-07-01T23:40:47.205Zprocess exited: duration 10875 ms, exit code 0
 
852026-07-01T23:40:47.215Zstarting task 4: "build"
862026-07-01T23:40:47.296Z+ source ./env.sh
872026-07-01T23:40:47.297Z++ OLD_SHELL_OPTS=ehxB
882026-07-01T23:40:47.297Z++ set -o xtrace
892026-07-01T23:40:47.324Z++++ dirname ./env.sh
902026-07-01T23:40:47.324Z+++ readlink -f .
912026-07-01T23:40:47.324Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-07-01T23:40:47.324Z++ 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-07-01T23:40:47.324Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-07-01T23:40:47.324Z++ 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-07-01T23:40:47.324Z++ 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-07-01T23:40:47.324Z++ 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-07-01T23:40:47.326Z++ 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-07-01T23:40:47.326Z++ 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-07-01T23:40:47.326Z++ 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-07-01T23:40:47.326Z++ 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-07-01T23:40:47.326Z++ 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-07-01T23:40:47.326Z++ case $OLD_SHELL_OPTS in
1032026-07-01T23:40:47.326Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-07-01T23:40:47.326Z+ source .github/buildomat/ci-env.sh
1052026-07-01T23:40:47.326Z++ export CARGO_TERM_COLOR=always
1062026-07-01T23:40:47.326Z++ CARGO_TERM_COLOR=always
1072026-07-01T23:40:47.326Z+ cargo --version
1082026-07-01T23:40:47.326Zcargo 1.96.1 (356927216 2026-06-26)
1092026-07-01T23:40:47.326Z+ rustc --version
1102026-07-01T23:40:47.326Zrustc 1.96.1 (31fca3adb 2026-06-26)
1112026-07-01T23:40:47.326Z+ banner prerequisites
1122026-07-01T23:40:47.326Z
1132026-07-01T23:40:47.326Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-07-01T23:40:47.327Z # # # # # # # # # # # # # # #
1152026-07-01T23:40:47.327Z # # # # ##### # # ##### # # # # # #### #
1162026-07-01T23:40:47.327Z ##### ##### # ##### # # # # # # # # #
1172026-07-01T23:40:47.327Z # # # # # # # # # # # # # # #
1182026-07-01T23:40:47.327Z # # # ###### # # ###### ### # #### # #### #
1192026-07-01T23:40:47.327Z
1202026-07-01T23:40:47.327Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-07-01T23:40:48.778Z Startup: Refreshing catalog 'helios' ... Done
1222026-07-01T23:40:48.886Z Startup: Caching catalogs ... Done
1232026-07-01T23:40:49.382ZPlanning: Solver setup ... Done (0.445s)
1242026-07-01T23:40:49.404ZPlanning: Running solver ... Done (0.027s)
1252026-07-01T23:40:49.417ZPlanning: Finding local manifests ... Done (0.003s)
1262026-07-01T23:40:49.428ZPlanning: Fetching manifests: 0/2 0% complete
1272026-07-01T23:40:49.450ZPlanning: Fetching manifests: 2/2 100% complete
1282026-07-01T23:40:49.464ZPlanning: Package planning ... Done (0.013s)
1292026-07-01T23:40:49.468ZPlanning: Merging actions ... Done (0.001s)
1302026-07-01T23:40:49.631ZPlanning: Checking for conflicting actions ... Done (0.165s)
1312026-07-01T23:40:49.636ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-07-01T23:40:50.414ZPlanning: Evaluating mediators ... Done (0.782s)
1332026-07-01T23:40:50.419ZPlanning: Planning completed in 1.51 seconds
1342026-07-01T23:40:50.424Z Packages to install: 2
1352026-07-01T23:40:50.424Z Estimated space available: 156.06 GB
1362026-07-01T23:40:50.428ZEstimated space to be consumed: 30.98 MB
1372026-07-01T23:40:50.428Z Create boot environment: No
1382026-07-01T23:40:50.428ZCreate backup boot environment: No
1392026-07-01T23:40:50.428Z Rebuild boot archive: No
1402026-07-01T23:40:50.428Z
1412026-07-01T23:40:50.429ZChanged packages:
1422026-07-01T23:40:50.429Zhelios
1432026-07-01T23:40:50.429Z developer/build-essential
1442026-07-01T23:40:50.430Z None -> 11-3.0
1452026-07-01T23:40:50.430Z library/libxmlsec1
1462026-07-01T23:40:50.430Z None -> 1.2.35-3.0
1472026-07-01T23:40:50.450Z
1482026-07-01T23:40:50.450ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-07-01T23:40:51.877ZDownload: Completed 1.28 MB in 1.42 seconds (921k/s)
1502026-07-01T23:40:51.931Z Actions: 1/268 actions (Installing new actions)
1512026-07-01T23:40:51.965Z Actions: Completed 268 actions in 0.04 seconds.
1522026-07-01T23:40:51.982ZFinalize: Updating package state database ... Done (0.010s)
1532026-07-01T23:40:52.000ZFinalize: Updating package cache ... Done (0.000s)
1542026-07-01T23:40:52.006ZFinalize: Updating image state ... Done (0.030s)
1552026-07-01T23:40:54.386ZFinalize: Creating fast lookup database ... Done (2.351s)
1562026-07-01T23:40:54.451ZFinalize: Reading search index ... Done (0.012s)
1572026-07-01T23:40:54.465ZFinalize: Updating search index ... Done (0.000s)
1582026-07-01T23:40:54.582ZFinalize: Updating package cache ... Done (0.000s)
1592026-07-01T23:40:54.847ZPlanning: Evaluating mediator changes ... Done
1602026-07-01T23:40:54.944ZPlanning: Checking for conflicting actions ... Done
1612026-07-01T23:40:54.956ZPlanning: Consolidating action changes ... Done
1622026-07-01T23:40:55.102ZPlanning: Evaluating mediators ... Done
1632026-07-01T23:40:55.107ZPlanning: Planning completed in 0.27 seconds
1642026-07-01T23:40:55.131Z Mediators to change: 2
1652026-07-01T23:40:55.131Z Create boot environment: No
1662026-07-01T23:40:55.131ZCreate backup boot environment: No
1672026-07-01T23:40:55.163ZFinalize: Updating package state database ... Done
1682026-07-01T23:40:55.163ZFinalize: Updating package cache ... Done
1692026-07-01T23:40:55.178ZFinalize: Updating image state ... Done
1702026-07-01T23:40:57.136ZFinalize: Creating fast lookup database ... Done
1712026-07-01T23:40:57.202ZFinalize: Reading search index ... Done
1722026-07-01T23:40:57.206ZFinalize: Updating search index ... Done
1732026-07-01T23:40:57.261ZFinalize: Updating package cache ... Done
1742026-07-01T23:40:57.552ZPlanning: Evaluating mediator changes ... Done
1752026-07-01T23:40:57.658ZPlanning: Checking for conflicting actions ... Done
1762026-07-01T23:40:57.665ZPlanning: Consolidating action changes ... Done
1772026-07-01T23:40:57.817ZPlanning: Evaluating mediators ... Done
1782026-07-01T23:40:57.820ZPlanning: Planning completed in 0.26 seconds
1792026-07-01T23:40:57.840Z Mediators to change: 1
1802026-07-01T23:40:57.840Z Create boot environment: No
1812026-07-01T23:40:57.846ZCreate backup boot environment: No
1822026-07-01T23:40:57.886ZFinalize: Updating package state database ... Done
1832026-07-01T23:40:57.887ZFinalize: Updating package cache ... Done
1842026-07-01T23:40:57.907ZFinalize: Updating image state ... Done
1852026-07-01T23:40:59.855ZFinalize: Creating fast lookup database ... Done
1862026-07-01T23:40:59.937ZFinalize: Reading search index ... Done
1872026-07-01T23:40:59.956ZFinalize: Updating search index ... Done
1882026-07-01T23:40:59.978ZFinalize: Updating package cache ... Done
1892026-07-01T23:41:00.298ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-07-01T23:41:00.298Zapache system 2.4 system
1912026-07-01T23:41:00.298Zclang system 15 system
1922026-07-01T23:41:00.298Zcsh system system illumos
1932026-07-01T23:41:00.298Zctags system system illumos
1942026-07-01T23:41:00.298Zfile vendor vendor darwinsys
1952026-07-01T23:41:00.298Zfile system system illumos
1962026-07-01T23:41:00.298Zgcc vendor 14 vendor
1972026-07-01T23:41:00.298Zgcc system 13 system
1982026-07-01T23:41:00.298Zgcc system 10 system
1992026-07-01T23:41:00.298Zgo system 1.25 system
2002026-07-01T23:41:00.299Zllvm system 15 system
2012026-07-01T23:41:00.299Zmariadb system 11.4 system
2022026-07-01T23:41:00.299Zmta vendor vendor dma
2032026-07-01T23:41:00.299Zopenjdk system 17 system
2042026-07-01T23:41:00.299Zopenjdk system 11 system
2052026-07-01T23:41:00.299Zopenssl vendor 3 vendor
2062026-07-01T23:41:00.299Zperl system 5.40 system
2072026-07-01T23:41:00.299Zpostgresql system 18 system
2082026-07-01T23:41:00.299Zpostgresql system 17 system
2092026-07-01T23:41:00.299Zpython vendor 3 vendor
2102026-07-01T23:41:00.299Zpython system 2 system
2112026-07-01T23:41:00.299Zpython3 vendor 3.13 vendor
2122026-07-01T23:41:00.299Zruby system 3.4 system
2132026-07-01T23:41:00.299Zruby system 3.0 system
2142026-07-01T23:41:00.299Zwords vendor vendor american-english
2152026-07-01T23:41:00.300Zwords system system australian-english
2162026-07-01T23:41:00.300Zwords system system british-english
2172026-07-01T23:41:00.300Zwords system system canadian-english
2182026-07-01T23:41:00.300Zwords system system french
2192026-07-01T23:41:00.300Zwords system system italian
2202026-07-01T23:41:00.300Zwords system system ngerman
2212026-07-01T23:41:00.300Zwords system system ogerman
2222026-07-01T23:41:00.300Zwords system system spanish
2232026-07-01T23:41:00.555ZPUBLISHER TYPE STATUS P LOCATION
2242026-07-01T23:41:00.555Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-07-01T23:41:00.865ZFMRI IFO
2262026-07-01T23:41:00.865Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-07-01T23:41:00.866Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-07-01T23:41:00.866Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-07-01T23:41:00.866Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-07-01T23:41:00.866Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-07-01T23:41:00.866Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-07-01T23:41:00.866Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-07-01T23:41:00.866Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-07-01T23:41:00.866Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-07-01T23:41:01.133Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-07-01T23:41:01.368Z Updating crates.io index
2372026-07-01T23:41:01.373Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-07-01T23:41:01.621Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2392026-07-01T23:41:01.897Z Updating git repository `https://github.com/oxidecomputer/propolis`
2402026-07-01T23:41:02.793Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2412026-07-01T23:41:03.270Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422026-07-01T23:41:05.055Z Updating git repository `https://github.com/oxidecomputer/opte`
2432026-07-01T23:41:06.091Z Updating git repository `https://github.com/oxidecomputer/tofino`
2442026-07-01T23:41:06.353Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-07-01T23:41:06.642Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-07-01T23:41:07.891Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-07-01T23:41:08.182Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-07-01T23:41:08.486Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-07-01T23:41:08.775Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-07-01T23:41:09.225Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-07-01T23:41:09.674Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-07-01T23:41:09.931Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-07-01T23:41:10.195Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-07-01T23:41:10.441Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-07-01T23:41:10.732Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-07-01T23:41:10.971Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-07-01T23:41:11.237Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-07-01T23:41:11.436Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-01T23:41:11.845Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-07-01T23:41:12.166Z Updating git repository `https://github.com/oxidecomputer/erebor`
2612026-07-01T23:41:12.674Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2622026-07-01T23:41:13.038Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2632026-07-01T23:41:13.388Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2642026-07-01T23:41:14.031Z Updating git repository `https://github.com/oxidecomputer/ispf`
2652026-07-01T23:41:14.129Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-07-01T23:41:14.206Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-07-01T23:41:14.615Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-07-01T23:41:14.906Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2692026-07-01T23:41:15.165Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702026-07-01T23:41:15.457Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2712026-07-01T23:41:15.724Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2722026-07-01T23:41:15.975Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2732026-07-01T23:41:16.447Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742026-07-01T23:41:16.727Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752026-07-01T23:41:17.005Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762026-07-01T23:41:17.236Z Updating git repository `https://github.com/illumos/smf-rs`
2772026-07-01T23:41:20.292Z Downloading crates ...
2782026-07-01T23:41:20.309Z Downloaded is_terminal_polyfill v1.70.2
2792026-07-01T23:41:20.328Z Downloaded cpufeatures v0.2.17
2802026-07-01T23:41:20.328Z Downloaded autocfg v1.5.0
2812026-07-01T23:41:20.328Z Downloaded fs-err v3.3.0
2822026-07-01T23:41:20.328Z Downloaded usdt-attr-macro v0.5.0
2832026-07-01T23:41:20.328Z Downloaded bytecount v0.6.9
2842026-07-01T23:41:20.328Z Downloaded tabled_derive v0.7.0
2852026-07-01T23:41:20.328Z Downloaded block-buffer v0.10.4
2862026-07-01T23:41:20.352Z Downloaded anstream v1.0.0
2872026-07-01T23:41:20.352Z Downloaded anstyle v1.0.14
2882026-07-01T23:41:20.352Z Downloaded zmij v1.0.21
2892026-07-01T23:41:20.352Z Downloaded usdt-macro v0.5.0
2902026-07-01T23:41:20.352Z Downloaded dof v0.3.0
2912026-07-01T23:41:20.352Z Downloaded fnv v1.0.7
2922026-07-01T23:41:20.352Z Downloaded heck v0.4.1
2932026-07-01T23:41:20.352Z Downloaded clap_lex v1.0.0
2942026-07-01T23:41:20.364Z Downloaded zerocopy v0.7.35
2952026-07-01T23:41:20.364Z Downloaded thiserror v2.0.18
2962026-07-01T23:41:20.364Z Downloaded macaddr v1.0.1
2972026-07-01T23:41:20.365Z Downloaded heck v0.5.0
2982026-07-01T23:41:20.366Z Downloaded dtrace-parser v0.2.0
2992026-07-01T23:41:20.366Z Downloaded anstyle-query v1.1.5
3002026-07-01T23:41:20.366Z Downloaded generic-array v0.14.7
3012026-07-01T23:41:20.366Z Downloaded strsim v0.11.1
3022026-07-01T23:41:20.366Z Downloaded fastrand v2.3.0
3032026-07-01T23:41:20.367Z Downloaded memmap v0.7.0
3042026-07-01T23:41:20.367Z Downloaded crypto-common v0.1.7
3052026-07-01T23:41:20.367Z Downloaded anstyle-parse v1.0.0
3062026-07-01T23:41:20.385Z Downloaded anyhow v1.0.102
3072026-07-01T23:41:20.385Z Downloaded ucd-trie v0.1.7
3082026-07-01T23:41:20.386Z Downloaded smawk v0.3.2
3092026-07-01T23:41:20.386Z Downloaded cargo-platform v0.3.2
3102026-07-01T23:41:20.400Z Downloaded sha2 v0.10.9
3112026-07-01T23:41:20.400Z Downloaded itoa v1.0.17
3122026-07-01T23:41:20.400Z Downloaded toml_datetime v0.6.11
3132026-07-01T23:41:20.400Z Downloaded serde_spanned v0.6.9
3142026-07-01T23:41:20.409Z Downloaded errno v0.3.14
3152026-07-01T23:41:20.409Z Downloaded colorchoice v1.0.4
3162026-07-01T23:41:20.409Z Downloaded utf8parse v0.2.2
3172026-07-01T23:41:20.409Z Downloaded cfg-if v1.0.4
3182026-07-01T23:41:20.409Z Downloaded camino v1.2.2
3192026-07-01T23:41:20.409Z Downloaded cargo_metadata v0.23.1
3202026-07-01T23:41:20.409Z Downloaded digest v0.10.7
3212026-07-01T23:41:20.409Z Downloaded proc-macro-error-attr v1.0.4
3222026-07-01T23:41:20.414Z Downloaded usdt v0.5.0
3232026-07-01T23:41:20.414Z Downloaded unicode-linebreak v0.1.5
3242026-07-01T23:41:20.414Z Downloaded thread-id v4.2.2
3252026-07-01T23:41:20.429Z Downloaded scroll_derive v0.12.1
3262026-07-01T23:41:20.429Z Downloaded pretty-hex v0.4.1
3272026-07-01T23:41:20.429Z Downloaded version_check v0.9.5
3282026-07-01T23:41:20.429Z Downloaded toml_write v0.1.2
3292026-07-01T23:41:20.429Z Downloaded plain v0.2.3
3302026-07-01T23:41:20.443Z Downloaded equivalent v1.0.2
3312026-07-01T23:41:20.443Z Downloaded once_cell v1.21.3
3322026-07-01T23:41:20.443Z Downloaded bitflags v2.11.0
3332026-07-01T23:41:20.443Z Downloaded usdt-impl v0.5.0
3342026-07-01T23:41:20.444Z Downloaded terminal_size v0.4.3
3352026-07-01T23:41:20.444Z Downloaded log v0.4.29
3362026-07-01T23:41:20.455Z Downloaded thiserror v1.0.69
3372026-07-01T23:41:20.455Z Downloaded pest_derive v2.8.6
3382026-07-01T23:41:20.459Z Downloaded camino-tempfile v1.4.1
3392026-07-01T23:41:20.460Z Downloaded cargo_toml v0.21.0
3402026-07-01T23:41:20.463Z Downloaded swrite v0.1.0
3412026-07-01T23:41:20.463Z Downloaded proc-macro-error v1.0.4
3422026-07-01T23:41:20.486Z Downloaded thiserror-impl v2.0.18
3432026-07-01T23:41:20.486Z Downloaded scroll v0.12.0
3442026-07-01T23:41:20.487Z Downloaded thiserror-impl v1.0.69
3452026-07-01T23:41:20.487Z Downloaded serde_tokenstream v0.2.3
3462026-07-01T23:41:20.525Z Downloaded clap_derive v4.6.1
3472026-07-01T23:41:20.526Z Downloaded toml v0.8.23
3482026-07-01T23:41:20.526Z Downloaded quote v1.0.45
3492026-07-01T23:41:20.559Z Downloaded byteorder v1.5.0
3502026-07-01T23:41:20.559Z Downloaded tempfile v3.25.0
3512026-07-01T23:41:20.559Z Downloaded semver v1.0.28
3522026-07-01T23:41:20.559Z Downloaded zerocopy-derive v0.7.35
3532026-07-01T23:41:20.559Z Downloaded proc-macro2 v1.0.106
3542026-07-01T23:41:20.559Z Downloaded pest_generator v2.8.6
3552026-07-01T23:41:20.559Z Downloaded getrandom v0.4.1
3562026-07-01T23:41:20.560Z Downloaded serde_derive v1.0.228
3572026-07-01T23:41:20.560Z Downloaded papergrid v0.11.0
3582026-07-01T23:41:20.560Z Downloaded serde_core v1.0.228
3592026-07-01T23:41:20.560Z Downloaded unicode-ident v1.0.24
3602026-07-01T23:41:20.560Z Downloaded textwrap v0.16.2
3612026-07-01T23:41:20.560Z Downloaded toml_edit v0.22.27
3622026-07-01T23:41:20.570Z Downloaded indexmap v2.14.0
3632026-07-01T23:41:20.571Z Downloaded serde v1.0.228
3642026-07-01T23:41:20.571Z Downloaded memchr v2.8.0
3652026-07-01T23:41:20.571Z Downloaded clap v4.6.1
3662026-07-01T23:41:20.571Z Downloaded pest_meta v2.8.6
3672026-07-01T23:41:20.571Z Downloaded typenum v1.20.1
3682026-07-01T23:41:20.579Z Downloaded goblin v0.8.2
3692026-07-01T23:41:20.607Z Downloaded pest v2.8.6
3702026-07-01T23:41:20.618Z Downloaded winnow v0.7.14
3712026-07-01T23:41:20.618Z Downloaded clap_builder v4.6.0
3722026-07-01T23:41:20.618Z Downloaded hashbrown v0.17.0
3732026-07-01T23:41:20.619Z Downloaded serde_json v1.0.150
3742026-07-01T23:41:20.626Z Downloaded syn v1.0.109
3752026-07-01T23:41:20.637Z Downloaded tabled v0.15.0
3762026-07-01T23:41:20.654Z Downloaded unicode-width v0.1.14
3772026-07-01T23:41:20.658Z Downloaded syn v2.0.117
3782026-07-01T23:41:20.658Z Downloaded unicode-width v0.2.0
3792026-07-01T23:41:20.677Z Downloaded rustix v1.1.3
3802026-07-01T23:41:20.704Z Downloaded libc v0.2.185
3812026-07-01T23:41:20.765Z Compiling proc-macro2 v1.0.106
3822026-07-01T23:41:20.765Z Compiling quote v1.0.45
3832026-07-01T23:41:20.765Z Compiling unicode-ident v1.0.24
3842026-07-01T23:41:20.765Z Compiling serde_core v1.0.228
3852026-07-01T23:41:20.768Z Compiling libc v0.2.185
3862026-07-01T23:41:20.768Z Compiling version_check v0.9.5
3872026-07-01T23:41:20.769Z Compiling memchr v2.8.0
3882026-07-01T23:41:20.769Z Compiling serde v1.0.228
3892026-07-01T23:41:21.153Z Compiling zmij v1.0.21
3902026-07-01T23:41:21.370Z Compiling ucd-trie v0.1.7
3912026-07-01T23:41:21.375Z Compiling thiserror v1.0.69
3922026-07-01T23:41:21.625Z Compiling itoa v1.0.17
3932026-07-01T23:41:21.667Z Compiling pest v2.8.6
3942026-07-01T23:41:21.720Z Compiling byteorder v1.5.0
3952026-07-01T23:41:21.915Z Compiling rustix v1.1.3
3962026-07-01T23:41:21.953Z Compiling errno v0.3.14
3972026-07-01T23:41:21.985Z Compiling bitflags v2.11.0
3982026-07-01T23:41:22.219Z Compiling serde_json v1.0.150
3992026-07-01T23:41:22.248Z Compiling syn v2.0.117
4002026-07-01T23:41:22.305Z Compiling thread-id v4.2.2
4012026-07-01T23:41:22.388Z Compiling usdt-impl v0.5.0
4022026-07-01T23:41:22.421Z Compiling proc-macro-error-attr v1.0.4
4032026-07-01T23:41:22.461Z Compiling camino v1.2.2
4042026-07-01T23:41:22.637Z Compiling syn v1.0.109
4052026-07-01T23:41:22.712Z Compiling pest_meta v2.8.6
4062026-07-01T23:41:22.884Z Compiling proc-macro-error v1.0.4
4072026-07-01T23:41:22.938Z Compiling equivalent v1.0.2
4082026-07-01T23:41:23.119Z Compiling getrandom v0.4.1
4092026-07-01T23:41:23.174Z Compiling plain v0.2.3
4102026-07-01T23:41:23.174Z Compiling log v0.4.29
4112026-07-01T23:41:23.252Z Compiling utf8parse v0.2.2
4122026-07-01T23:41:23.267Z Compiling hashbrown v0.17.0
4132026-07-01T23:41:23.362Z Compiling anstyle-parse v1.0.0
4142026-07-01T23:41:23.382Z Compiling terminal_size v0.4.3
4152026-07-01T23:41:23.960Z Compiling indexmap v2.14.0
4162026-07-01T23:41:24.074Z Compiling colorchoice v1.0.4
4172026-07-01T23:41:24.193Z Compiling cfg-if v1.0.4
4182026-07-01T23:41:24.225Z Compiling winnow v0.7.14
4192026-07-01T23:41:24.225Z Compiling is_terminal_polyfill v1.70.2
4202026-07-01T23:41:24.237Z Compiling autocfg v1.5.0
4212026-07-01T23:41:24.288Z Compiling thiserror v2.0.18
4222026-07-01T23:41:24.295Z Compiling toml_write v0.1.2
4232026-07-01T23:41:24.627Z Compiling pest_generator v2.8.6
4242026-07-01T23:41:24.708Z Compiling anstyle-query v1.1.5
4252026-07-01T23:41:24.708Z Compiling anstyle v1.0.14
4262026-07-01T23:41:24.787Z Compiling pretty-hex v0.4.1
4272026-07-01T23:41:24.787Z Compiling fs-err v3.3.0
4282026-07-01T23:41:24.840Z Compiling anstream v1.0.0
4292026-07-01T23:41:24.984Z Compiling heck v0.4.1
4302026-07-01T23:41:25.098Z Compiling fnv v1.0.7
4312026-07-01T23:41:25.129Z Compiling anyhow v1.0.102
4322026-07-01T23:41:25.129Z Compiling bytecount v0.6.9
4332026-07-01T23:41:25.214Z Compiling clap_lex v1.0.0
4342026-07-01T23:41:25.242Z Compiling strsim v0.11.1
4352026-07-01T23:41:25.267Z Compiling once_cell v1.21.3
4362026-07-01T23:41:25.278Z Compiling unicode-width v0.1.14
4372026-07-01T23:41:25.415Z Compiling fastrand v2.3.0
4382026-07-01T23:41:25.454Z Compiling heck v0.5.0
4392026-07-01T23:41:25.823Z Compiling papergrid v0.11.0
4402026-07-01T23:41:25.891Z Compiling clap_builder v4.6.0
4412026-07-01T23:41:25.891Z Compiling tabled_derive v0.7.0
4422026-07-01T23:41:25.891Z Compiling tempfile v3.25.0
4432026-07-01T23:41:25.892Z Compiling cargo-platform v0.3.2
4442026-07-01T23:41:25.892Z Compiling semver v1.0.28
4452026-07-01T23:41:25.892Z Compiling memmap v0.7.0
4462026-07-01T23:41:26.019Z Compiling unicode-linebreak v0.1.5
4472026-07-01T23:41:26.031Z Compiling smawk v0.3.2
4482026-07-01T23:41:26.087Z Compiling unicode-width v0.2.0
4492026-07-01T23:41:26.110Z Compiling camino-tempfile v1.4.1
4502026-07-01T23:41:26.120Z Compiling serde_derive v1.0.228
4512026-07-01T23:41:26.163Z Compiling thiserror-impl v1.0.69
4522026-07-01T23:41:26.243Z Compiling zerocopy-derive v0.7.35
4532026-07-01T23:41:26.595Z Compiling pest_derive v2.8.6
4542026-07-01T23:41:26.715Z Compiling scroll_derive v0.12.1
4552026-07-01T23:41:26.715Z Compiling thiserror-impl v2.0.18
4562026-07-01T23:41:26.782Z Compiling clap_derive v4.6.1
4572026-07-01T23:41:27.009Z Compiling tabled v0.15.0
4582026-07-01T23:41:27.039Z Compiling scroll v0.12.0
4592026-07-01T23:41:27.141Z Compiling zerocopy v0.7.35
4602026-07-01T23:41:27.340Z Compiling goblin v0.8.2
4612026-07-01T23:41:27.552Z Compiling dtrace-parser v0.2.0
4622026-07-01T23:41:27.783Z Compiling textwrap v0.16.2
4632026-07-01T23:41:28.367Z Compiling swrite v0.1.0
4642026-07-01T23:41:28.580Z Compiling clap v4.6.1
4652026-07-01T23:41:29.268Z Compiling serde_spanned v0.6.9
4662026-07-01T23:41:29.268Z Compiling toml_datetime v0.6.11
4672026-07-01T23:41:29.276Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4682026-07-01T23:41:29.276Z Compiling macaddr v1.0.1
4692026-07-01T23:41:29.276Z Compiling cargo_metadata v0.23.1
4702026-07-01T23:41:29.352Z Compiling dof v0.3.0
4712026-07-01T23:41:29.463Z Compiling serde_tokenstream v0.2.3
4722026-07-01T23:41:29.617Z Compiling toml_edit v0.22.27
4732026-07-01T23:41:30.162Z Compiling usdt-macro v0.5.0
4742026-07-01T23:41:30.162Z Compiling usdt-attr-macro v0.5.0
4752026-07-01T23:41:30.774Z Compiling usdt v0.5.0
4762026-07-01T23:41:30.909Z Compiling toml v0.8.23
4772026-07-01T23:41:31.264Z Compiling cargo_toml v0.21.0
4782026-07-01T23:41:32.560Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4792026-07-01T23:41:34.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.45s
4802026-07-01T23:41:34.770Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4812026-07-01T23:41:35.146Z Downloading crates ...
4822026-07-01T23:41:35.275Z Downloaded adler2 v2.0.1
4832026-07-01T23:41:35.295Z Downloaded bit-set v0.8.0
4842026-07-01T23:41:35.295Z Downloaded ascii-canvas v3.0.0
4852026-07-01T23:41:35.295Z Downloaded anstyle-parse v0.2.7
4862026-07-01T23:41:35.295Z Downloaded cfg_aliases v0.2.1
4872026-07-01T23:41:35.295Z Downloaded atomicwrites v0.4.4
4882026-07-01T23:41:35.296Z Downloaded assert_matches v1.5.0
4892026-07-01T23:41:35.296Z Downloaded bb8 v0.8.6
4902026-07-01T23:41:35.296Z Downloaded allocator-api2 v0.2.21
4912026-07-01T23:41:35.296Z Downloaded crc-catalog v2.4.0
4922026-07-01T23:41:35.296Z Downloaded convert_case v0.10.0
4932026-07-01T23:41:35.296Z Downloaded dunce v1.0.5
4942026-07-01T23:41:35.296Z Downloaded ctr v0.10.1
4952026-07-01T23:41:35.296Z Downloaded darling_macro v0.23.0
4962026-07-01T23:41:35.296Z Downloaded darling_macro v0.21.3
4972026-07-01T23:41:35.296Z Downloaded cpufeatures v0.3.0
4982026-07-01T23:41:35.296Z Downloaded anstream v0.6.21
4992026-07-01T23:41:35.296Z Downloaded bitfield v0.19.4
5002026-07-01T23:41:35.296Z Downloaded backon v1.6.0
5012026-07-01T23:41:35.296Z Downloaded async-trait v0.1.89
5022026-07-01T23:41:35.296Z Downloaded crc v3.4.0
5032026-07-01T23:41:35.296Z Downloaded async-bb8-diesel v0.2.1
5042026-07-01T23:41:35.296Z Downloaded backoff v0.4.0
5052026-07-01T23:41:35.296Z Downloaded async-compression v0.4.41
5062026-07-01T23:41:35.296Z Downloaded ahash v0.8.12
5072026-07-01T23:41:35.296Z Downloaded cpubits v0.1.1
5082026-07-01T23:41:35.296Z Downloaded aead v0.6.1
5092026-07-01T23:41:35.297Z Downloaded crypto-common v0.2.2
5102026-07-01T23:41:35.313Z Downloaded cstr-argument v0.1.2
5112026-07-01T23:41:35.313Z Downloaded blake2 v0.10.6
5122026-07-01T23:41:35.313Z Downloaded ciborium-ll v0.2.2
5132026-07-01T23:41:35.313Z Downloaded bcrypt-pbkdf v0.11.0
5142026-07-01T23:41:35.313Z Downloaded crossterm v0.28.1
5152026-07-01T23:41:35.313Z Downloaded crc32fast v1.5.0
5162026-07-01T23:41:35.313Z Downloaded corncobs v0.1.4
5172026-07-01T23:41:35.313Z Downloaded block-padding v0.4.2
5182026-07-01T23:41:35.313Z Downloaded aead v0.5.2
5192026-07-01T23:41:35.314Z Downloaded block-buffer v0.12.1
5202026-07-01T23:41:35.314Z Downloaded cfg_aliases v0.1.1
5212026-07-01T23:41:35.314Z Downloaded async-stream-impl v0.3.6
5222026-07-01T23:41:35.314Z Downloaded debug-ignore v1.0.5
5232026-07-01T23:41:35.314Z Downloaded crunchy v0.2.4
5242026-07-01T23:41:35.314Z Downloaded bitfield-macros v0.19.4
5252026-07-01T23:41:35.314Z Downloaded crucible-workspace-hack v0.1.0
5262026-07-01T23:41:35.323Z Downloaded bit-vec v0.8.0
5272026-07-01T23:41:35.324Z Downloaded dirs-sys-next v0.1.2
5282026-07-01T23:41:35.324Z Downloaded base16ct v0.2.0
5292026-07-01T23:41:35.324Z Downloaded dirs-next v2.0.0
5302026-07-01T23:41:35.324Z Downloaded async-stream v0.3.6
5312026-07-01T23:41:35.324Z Downloaded darling v0.13.4
5322026-07-01T23:41:35.324Z Downloaded async-recursion v1.1.1
5332026-07-01T23:41:35.326Z Downloaded atty v0.2.14
5342026-07-01T23:41:35.326Z Downloaded data-encoding v2.10.0
5352026-07-01T23:41:35.326Z Downloaded crossbeam-channel v0.5.15
5362026-07-01T23:41:35.327Z Downloaded cobs v0.3.0
5372026-07-01T23:41:35.337Z Downloaded bitvec v1.0.1
5382026-07-01T23:41:35.337Z Downloaded flagset v0.4.7
5392026-07-01T23:41:35.337Z Downloaded dtrace-parser v0.3.0
5402026-07-01T23:41:35.337Z Downloaded dropshot-api-manager-types v0.7.2
5412026-07-01T23:41:35.337Z Downloaded crc8 v0.1.1
5422026-07-01T23:41:35.359Z Downloaded darling_macro v0.20.11
5432026-07-01T23:41:35.359Z Downloaded chacha20 v0.9.1
5442026-07-01T23:41:35.362Z Downloaded bzip2 v0.6.1
5452026-07-01T23:41:35.362Z Downloaded darling_macro v0.13.4
5462026-07-01T23:41:35.362Z Downloaded compression-core v0.4.31
5472026-07-01T23:41:35.362Z Downloaded base64 v0.22.1
5482026-07-01T23:41:35.362Z Downloaded ciborium-io v0.2.2
5492026-07-01T23:41:35.362Z Downloaded endian-type v0.1.2
5502026-07-01T23:41:35.362Z Downloaded convert_case v0.4.0
5512026-07-01T23:41:35.362Z Downloaded castaway v0.2.4
5522026-07-01T23:41:35.384Z Downloaded document-features v0.2.12
5532026-07-01T23:41:35.384Z Downloaded diesel_table_macro_syntax v0.3.0
5542026-07-01T23:41:35.384Z Downloaded dyn-clone v1.0.20
5552026-07-01T23:41:35.384Z Downloaded defmt v0.3.100
5562026-07-01T23:41:35.384Z Downloaded curve25519-dalek-derive v0.1.1
5572026-07-01T23:41:35.384Z Downloaded bit-set v0.5.3
5582026-07-01T23:41:35.384Z Downloaded derive_builder_macro v0.20.2
5592026-07-01T23:41:35.384Z Downloaded bitfield-struct v0.6.2
5602026-07-01T23:41:35.384Z Downloaded defmt-parser v1.0.0
5612026-07-01T23:41:35.384Z Downloaded arrayref v0.3.9
5622026-07-01T23:41:35.384Z Downloaded embedded-io v0.4.0
5632026-07-01T23:41:35.385Z Downloaded enum-as-inner v0.6.1
5642026-07-01T23:41:35.385Z Downloaded array-init v0.0.4
5652026-07-01T23:41:35.385Z Downloaded cexpr v0.6.0
5662026-07-01T23:41:35.385Z Downloaded display-error-chain v0.2.2
5672026-07-01T23:41:35.385Z Downloaded difflib v0.4.0
5682026-07-01T23:41:35.385Z Downloaded cbc v0.2.1
5692026-07-01T23:41:35.385Z Downloaded bitflags v1.3.2
5702026-07-01T23:41:35.385Z Downloaded digest v0.11.3
5712026-07-01T23:41:35.385Z Downloaded float-cmp v0.10.0
5722026-07-01T23:41:35.385Z Downloaded defmt-macros v1.0.1
5732026-07-01T23:41:35.385Z Downloaded fixedbitset v0.4.2
5742026-07-01T23:41:35.402Z Downloaded ctutils v0.4.2
5752026-07-01T23:41:35.402Z Downloaded defmt v1.0.1
5762026-07-01T23:41:35.402Z Downloaded cookie v0.18.1
5772026-07-01T23:41:35.402Z Downloaded base16ct v1.0.0
5782026-07-01T23:41:35.402Z Downloaded daft-derive v0.1.7
5792026-07-01T23:41:35.402Z Downloaded darling v0.23.0
5802026-07-01T23:41:35.402Z Downloaded dof v0.4.0
5812026-07-01T23:41:35.403Z Downloaded atomic-waker v1.1.2
5822026-07-01T23:41:35.403Z Downloaded csv-core v0.1.13
5832026-07-01T23:41:35.404Z Downloaded fd-lock v4.0.4
5842026-07-01T23:41:35.404Z Downloaded cmov v0.5.4
5852026-07-01T23:41:35.404Z Downloaded env_filter v1.0.0
5862026-07-01T23:41:35.426Z Downloaded buf-list v1.1.2
5872026-07-01T23:41:35.426Z Downloaded cmake v0.1.57
5882026-07-01T23:41:35.426Z Downloaded downcast-rs v2.0.2
5892026-07-01T23:41:35.426Z Downloaded chacha20 v0.10.0
5902026-07-01T23:41:35.429Z Downloaded foreign-types-shared v0.3.1
5912026-07-01T23:41:35.429Z Downloaded futures-macro v0.3.32
5922026-07-01T23:41:35.429Z Downloaded dsl_auto_type v0.2.0
5932026-07-01T23:41:35.430Z Downloaded foreign-types v0.3.2
5942026-07-01T23:41:35.430Z Downloaded foreign-types v0.5.0
5952026-07-01T23:41:35.430Z Downloaded futures-sink v0.3.32
5962026-07-01T23:41:35.430Z Downloaded funty v2.0.0
5972026-07-01T23:41:35.430Z Downloaded foreign-types-macros v0.2.3
5982026-07-01T23:41:35.430Z Downloaded form_urlencoded v1.2.2
5992026-07-01T23:41:35.430Z Downloaded foreign-types-shared v0.1.1
6002026-07-01T23:41:35.430Z Downloaded cookie_store v0.22.1
6012026-07-01T23:41:35.430Z Downloaded embedded-io v0.6.1
6022026-07-01T23:41:35.430Z Downloaded crossbeam-deque v0.8.6
6032026-07-01T23:41:35.431Z Downloaded argon2 v0.5.3
6042026-07-01T23:41:35.431Z Downloaded camino-tempfile-ext v0.3.3
6052026-07-01T23:41:35.479Z Downloaded ena v0.14.4
6062026-07-01T23:41:35.479Z Downloaded cassowary v0.3.0
6072026-07-01T23:41:35.479Z Downloaded gethostname v0.5.0
6082026-07-01T23:41:35.479Z Downloaded futures-core v0.3.32
6092026-07-01T23:41:35.479Z Downloaded ed25519 v3.0.0
6102026-07-01T23:41:35.479Z Downloaded ed25519 v2.2.3
6112026-07-01T23:41:35.479Z Downloaded headers-core v0.3.0
6122026-07-01T23:41:35.479Z Downloaded globwalk v0.9.1
6132026-07-01T23:41:35.479Z Downloaded futures-io v0.3.32
6142026-07-01T23:41:35.479Z Downloaded critical-section v1.2.0
6152026-07-01T23:41:35.479Z Downloaded der_derive v0.7.3
6162026-07-01T23:41:35.479Z Downloaded fallible-iterator v0.2.0
6172026-07-01T23:41:35.479Z Downloaded hash32 v0.2.1
6182026-07-01T23:41:35.479Z Downloaded ecdsa v0.16.9
6192026-07-01T23:41:35.479Z Downloaded git-stub v1.0.0
6202026-07-01T23:41:35.480Z Downloaded fxhash v0.2.1
6212026-07-01T23:41:35.480Z Downloaded darling v0.21.3
6222026-07-01T23:41:35.480Z Downloaded erased-serde v0.3.31
6232026-07-01T23:41:35.480Z Downloaded displaydoc v0.2.5
6242026-07-01T23:41:35.480Z Downloaded base64ct v1.8.3
6252026-07-01T23:41:35.506Z Downloaded ghash v0.6.0
6262026-07-01T23:41:35.506Z Downloaded constant_time_eq v0.4.2
6272026-07-01T23:41:35.506Z Downloaded bcs v0.1.6
6282026-07-01T23:41:35.506Z Downloaded diesel-dtrace v0.5.0
6292026-07-01T23:41:35.507Z Downloaded futures-task v0.3.32
6302026-07-01T23:41:35.507Z Downloaded foldhash v0.1.5
6312026-07-01T23:41:35.507Z Downloaded ff v0.14.0
6322026-07-01T23:41:35.507Z Downloaded byte-wrapper v0.1.0
6332026-07-01T23:41:35.507Z Downloaded hex-literal v1.1.0
6342026-07-01T23:41:35.507Z Downloaded cipher v0.5.2
6352026-07-01T23:41:35.507Z Downloaded cipher v0.4.4
6362026-07-01T23:41:35.507Z Downloaded either v1.15.0
6372026-07-01T23:41:35.507Z Downloaded deranged v0.5.8
6382026-07-01T23:41:35.507Z Downloaded blowfish v0.10.0
6392026-07-01T23:41:35.508Z Downloaded float-ord v0.3.2
6402026-07-01T23:41:35.508Z Downloaded hex v0.4.3
6412026-07-01T23:41:35.508Z Downloaded console v0.16.2
6422026-07-01T23:41:35.508Z Downloaded foldhash v0.2.0
6432026-07-01T23:41:35.508Z Downloaded find-msvc-tools v0.1.9
6442026-07-01T23:41:35.508Z Downloaded filetime v0.2.27
6452026-07-01T23:41:35.508Z Downloaded derive_builder_core v0.20.2
6462026-07-01T23:41:35.508Z Downloaded fs-err v2.11.0
6472026-07-01T23:41:35.508Z Downloaded derive-ex v0.1.8
6482026-07-01T23:41:35.508Z Downloaded ff v0.13.1
6492026-07-01T23:41:35.508Z Downloaded fixedbitset v0.5.7
6502026-07-01T23:41:35.508Z Downloaded delegate v0.13.5
6512026-07-01T23:41:35.508Z Downloaded const_format_proc_macros v0.2.34
6522026-07-01T23:41:35.508Z Downloaded cancel-safe-futures v0.1.5
6532026-07-01T23:41:35.508Z Downloaded hubpack_derive v0.1.1
6542026-07-01T23:41:35.508Z Downloaded httpdate v1.0.3
6552026-07-01T23:41:35.508Z Downloaded home v0.5.12
6562026-07-01T23:41:35.508Z Downloaded http-range v0.1.5
6572026-07-01T23:41:35.508Z Downloaded http-body v1.0.1
6582026-07-01T23:41:35.508Z Downloaded hubpack v0.1.2
6592026-07-01T23:41:35.509Z Downloaded futures-executor v0.3.32
6602026-07-01T23:41:35.509Z Downloaded crossbeam-epoch v0.9.18
6612026-07-01T23:41:35.509Z Downloaded enum_dispatch v0.3.13
6622026-07-01T23:41:35.509Z Downloaded des v0.9.0
6632026-07-01T23:41:35.509Z Downloaded darling v0.20.11
6642026-07-01T23:41:35.574Z Downloaded crossbeam-utils v0.8.21
6652026-07-01T23:41:35.574Z Downloaded group v0.13.0
6662026-07-01T23:41:35.574Z Downloaded diff v0.1.13
6672026-07-01T23:41:35.574Z Downloaded derive_builder v0.20.2
6682026-07-01T23:41:35.574Z Downloaded git-stub-vcs v0.1.0
6692026-07-01T23:41:35.574Z Downloaded env_logger v0.11.9
6702026-07-01T23:41:35.576Z Downloaded ecdsa v0.17.0-rc.18
6712026-07-01T23:41:35.576Z Downloaded darling_core v0.13.4
6722026-07-01T23:41:35.576Z Downloaded colored v2.2.0
6732026-07-01T23:41:35.576Z Downloaded clang-sys v1.8.1
6742026-07-01T23:41:35.576Z Downloaded hostname v0.4.2
6752026-07-01T23:41:35.576Z Downloaded hyper-tls v0.6.0
6762026-07-01T23:41:35.576Z Downloaded hostname v0.3.1
6772026-07-01T23:41:35.576Z Downloaded arrayvec v0.7.6
6782026-07-01T23:41:35.576Z Downloaded hash32 v0.3.1
6792026-07-01T23:41:35.576Z Downloaded colored v3.1.1
6802026-07-01T23:41:35.576Z Downloaded ident_case v1.0.1
6812026-07-01T23:41:35.576Z Downloaded globset v0.4.18
6822026-07-01T23:41:35.576Z Downloaded bzip2 v0.4.4
6832026-07-01T23:41:35.608Z Downloaded illumos-nvpair-sys v0.2.0
6842026-07-01T23:41:35.608Z Downloaded illumos-nvpair v0.3.0
6852026-07-01T23:41:35.608Z Downloaded idna_adapter v1.2.1
6862026-07-01T23:41:35.608Z Downloaded instant v0.1.13
6872026-07-01T23:41:35.608Z Downloaded indent_write v2.2.0
6882026-07-01T23:41:35.608Z Downloaded is-terminal v0.4.17
6892026-07-01T23:41:35.608Z Downloaded internet-checksum v0.2.1
6902026-07-01T23:41:35.608Z Downloaded inout v0.2.2
6912026-07-01T23:41:35.608Z Downloaded group v0.14.0
6922026-07-01T23:41:35.608Z Downloaded const-oid v0.10.2
6932026-07-01T23:41:35.608Z Downloaded compression-codecs v0.4.37
6942026-07-01T23:41:35.608Z Downloaded indoc v1.0.9
6952026-07-01T23:41:35.608Z Downloaded instability v0.3.11
6962026-07-01T23:41:35.609Z Downloaded blake2 v0.11.0-rc.6
6972026-07-01T23:41:35.609Z Downloaded bit-vec v0.6.3
6982026-07-01T23:41:35.609Z Downloaded argon2 v0.6.0-rc.8
6992026-07-01T23:41:35.609Z Downloaded highway v1.3.0
7002026-07-01T23:41:35.609Z Downloaded daft v0.1.7
7012026-07-01T23:41:35.609Z Downloaded glob v0.3.3
7022026-07-01T23:41:35.609Z Downloaded inout v0.1.4
7032026-07-01T23:41:35.609Z Downloaded fs_extra v1.3.0
7042026-07-01T23:41:35.609Z Downloaded is_ci v1.2.0
7052026-07-01T23:41:35.609Z Downloaded http-body-util v0.1.3
7062026-07-01T23:41:35.609Z Downloaded keccak v0.1.6
7072026-07-01T23:41:35.609Z Downloaded lalrpop-util v0.19.12
7082026-07-01T23:41:35.609Z Downloaded const-oid v0.9.6
7092026-07-01T23:41:35.609Z Downloaded futures-channel v0.3.32
7102026-07-01T23:41:35.609Z Downloaded ciborium v0.2.2
7112026-07-01T23:41:35.610Z Downloaded kem v0.3.0
7122026-07-01T23:41:35.610Z Downloaded kstat-rs v0.2.4
7132026-07-01T23:41:35.610Z Downloaded humantime v2.3.0
7142026-07-01T23:41:35.610Z Downloaded half v1.8.3
7152026-07-01T23:41:35.610Z Downloaded elliptic-curve v0.13.8
7162026-07-01T23:41:35.610Z Downloaded dropshot_endpoint v0.17.1
7172026-07-01T23:41:35.610Z Downloaded lazy_static v1.5.0
7182026-07-01T23:41:35.610Z Downloaded elliptic-curve v0.14.0-rc.33
7192026-07-01T23:41:35.610Z Downloaded derive_more v0.99.20
7202026-07-01T23:41:35.610Z Downloaded linked-hash-map v0.5.6
7212026-07-01T23:41:35.610Z Downloaded crc-any v2.5.0
7222026-07-01T23:41:35.611Z Downloaded memoffset v0.9.1
7232026-07-01T23:41:35.611Z Downloaded match_cfg v0.1.0
7242026-07-01T23:41:35.611Z Downloaded mime v0.3.17
7252026-07-01T23:41:35.611Z Downloaded darling_core v0.23.0
7262026-07-01T23:41:35.611Z Downloaded lru-slab v0.1.2
7272026-07-01T23:41:35.611Z Downloaded lru-cache v0.1.2
7282026-07-01T23:41:35.611Z Downloaded maplit v1.0.2
7292026-07-01T23:41:35.611Z Downloaded libscf-sys v1.1.0
7302026-07-01T23:41:35.611Z Downloaded crypto-bigint v0.5.5
7312026-07-01T23:41:35.628Z Downloaded managed v0.8.0
7322026-07-01T23:41:35.628Z Downloaded lzss v0.8.2
7332026-07-01T23:41:35.628Z Downloaded console v0.15.11
7342026-07-01T23:41:35.628Z Downloaded derive-where v1.6.0
7352026-07-01T23:41:35.628Z Downloaded getrandom v0.2.17
7362026-07-01T23:41:35.628Z Downloaded md5 v0.8.0
7372026-07-01T23:41:35.628Z Downloaded maybe-uninit v2.0.0
7382026-07-01T23:41:35.628Z Downloaded indoc v2.0.7
7392026-07-01T23:41:35.628Z Downloaded new_debug_unreachable v1.0.6
7402026-07-01T23:41:35.628Z Downloaded fatfs v0.3.6
7412026-07-01T23:41:35.628Z Downloaded darling_core v0.21.3
7422026-07-01T23:41:35.628Z Downloaded impl-trait-for-tuples v0.2.3
7432026-07-01T23:41:35.628Z Downloaded darling_core v0.20.11
7442026-07-01T23:41:35.628Z Downloaded multimap v0.10.1
7452026-07-01T23:41:35.628Z Downloaded aes v0.9.1
7462026-07-01T23:41:35.628Z Downloaded ingot-types v0.1.2
7472026-07-01T23:41:35.642Z Downloaded ingot v0.1.1
7482026-07-01T23:41:35.642Z Downloaded ipnetwork v0.21.1
7492026-07-01T23:41:35.642Z Downloaded keccak v0.2.0
7502026-07-01T23:41:35.643Z Downloaded nibble_vec v0.1.0
7512026-07-01T23:41:35.643Z Downloaded normalize-line-endings v0.3.0
7522026-07-01T23:41:35.643Z Downloaded nodrop v0.1.14
7532026-07-01T23:41:35.643Z Downloaded newtype_derive v0.1.6
7542026-07-01T23:41:35.643Z Downloaded nonempty v0.12.0
7552026-07-01T23:41:35.643Z Downloaded newtype-uuid-macros v0.1.0
7562026-07-01T23:41:35.643Z Downloaded newline-converter v0.3.0
7572026-07-01T23:41:35.643Z Downloaded jobserver v0.1.34
7582026-07-01T23:41:35.643Z Downloaded libefi-sys v0.1.0
7592026-07-01T23:41:35.643Z Downloaded num-derive v0.4.2
7602026-07-01T23:41:35.643Z Downloaded ipnet v2.11.0
7612026-07-01T23:41:35.673Z Downloaded hmac v0.12.1
7622026-07-01T23:41:35.673Z Downloaded drift v0.2.0
7632026-07-01T23:41:35.673Z Downloaded num-derive v0.3.3
7642026-07-01T23:41:35.673Z Downloaded num v0.4.3
7652026-07-01T23:41:35.673Z Downloaded iana-time-zone v0.1.65
7662026-07-01T23:41:35.673Z Downloaded libsw-core v0.3.2
7672026-07-01T23:41:35.673Z Downloaded hyper-staticfile v0.10.1
7682026-07-01T23:41:35.673Z Downloaded lru v0.12.5
7692026-07-01T23:41:35.673Z Downloaded lock_api v0.4.14
7702026-07-01T23:41:35.673Z Downloaded linear-map v1.2.0
7712026-07-01T23:41:35.673Z Downloaded libloading v0.8.9
7722026-07-01T23:41:35.693Z Downloaded olpc-cjson v0.1.4
7732026-07-01T23:41:35.693Z Downloaded num_threads v0.1.7
7742026-07-01T23:41:35.693Z Downloaded num_enum_derive v0.5.11
7752026-07-01T23:41:35.693Z Downloaded num-iter v0.1.45
7762026-07-01T23:41:35.693Z Downloaded getrandom v0.3.4
7772026-07-01T23:41:35.693Z Downloaded libsw v3.5.0
7782026-07-01T23:41:35.693Z Downloaded hybrid-array v0.4.13
7792026-07-01T23:41:35.693Z Downloaded bytes v1.11.1
7802026-07-01T23:41:35.693Z Downloaded flume v0.11.1
7812026-07-01T23:41:35.693Z Downloaded md-5 v0.10.6
7822026-07-01T23:41:35.693Z Downloaded multer v3.1.0
7832026-07-01T23:41:35.693Z Downloaded half v2.7.1
7842026-07-01T23:41:35.693Z Downloaded module-lattice v0.2.3
7852026-07-01T23:41:35.693Z Downloaded compact_str v0.8.1
7862026-07-01T23:41:35.693Z Downloaded generic-array v1.4.3
7872026-07-01T23:41:35.693Z Downloaded parse-display v0.10.0
7882026-07-01T23:41:35.693Z Downloaded packed_struct_codegen v0.10.1
7892026-07-01T23:41:35.693Z Downloaded password-hash v0.6.1
7902026-07-01T23:41:35.693Z Downloaded openssl-probe v0.1.6
7912026-07-01T23:41:35.714Z Downloaded oso-derive v0.27.3
7922026-07-01T23:41:35.714Z Downloaded openssl-macros v0.1.1
7932026-07-01T23:41:35.715Z Downloaded mime_guess v2.0.5
7942026-07-01T23:41:35.715Z Downloaded chacha20poly1305 v0.10.1
7952026-07-01T23:41:35.715Z Downloaded cc v1.2.56
7962026-07-01T23:41:35.715Z Downloaded opaque-debug v0.3.1
7972026-07-01T23:41:35.887Z Downloaded native-tls v0.2.18
7982026-07-01T23:41:35.887Z Downloaded nanorand v0.7.0
7992026-07-01T23:41:35.887Z Downloaded newtype-uuid v1.3.2
8002026-07-01T23:41:35.887Z Downloaded nu-ansi-term v0.50.3
8012026-07-01T23:41:35.887Z Downloaded hyper-rustls v0.27.7
8022026-07-01T23:41:35.887Z Downloaded ingot-macros v0.1.1
8032026-07-01T23:41:35.887Z Downloaded num-integer v0.1.46
8042026-07-01T23:41:35.887Z Downloaded parse-size v1.1.0
8052026-07-01T23:41:35.887Z Downloaded httparse v1.10.1
8062026-07-01T23:41:35.887Z Downloaded futures v0.3.32
8072026-07-01T23:41:35.888Z Downloaded path-slash v0.1.5
8082026-07-01T23:41:35.888Z Downloaded peg-runtime v0.8.5
8092026-07-01T23:41:35.942Z Downloaded num_enum v0.7.6
8102026-07-01T23:41:35.942Z Downloaded percent-encoding v2.3.2
8112026-07-01T23:41:35.942Z Downloaded num_enum v0.5.11
8122026-07-01T23:41:35.943Z Downloaded num-rational v0.4.2
8132026-07-01T23:41:35.943Z Downloaded bumpalo v3.20.2
8142026-07-01T23:41:35.943Z Downloaded num-conv v0.2.0
8152026-07-01T23:41:35.943Z Downloaded flate2 v1.1.9
8162026-07-01T23:41:35.943Z Downloaded phf_shared v0.13.1
8172026-07-01T23:41:35.943Z Downloaded phf_shared v0.12.1
8182026-07-01T23:41:35.943Z Downloaded icu_provider v2.1.1
8192026-07-01T23:41:35.943Z Downloaded num_enum_derive v0.7.6
8202026-07-01T23:41:35.943Z Downloaded litrs v1.0.0
8212026-07-01T23:41:35.943Z Downloaded memmap2 v0.9.10
8222026-07-01T23:41:35.943Z Downloaded ignore v0.4.25
8232026-07-01T23:41:35.943Z Downloaded arc-swap v1.8.2
8242026-07-01T23:41:35.943Z Downloaded phf_shared v0.11.3
8252026-07-01T23:41:35.943Z Downloaded base64 v0.21.7
8262026-07-01T23:41:35.943Z Downloaded packed_struct v0.10.1
8272026-07-01T23:41:35.943Z Downloaded oxnet v0.1.6
8282026-07-01T23:41:35.943Z Downloaded ar_archive_writer v0.5.1
8292026-07-01T23:41:35.943Z Downloaded oxide-tokio-rt v0.1.4
8302026-07-01T23:41:35.943Z Downloaded owo-colors v4.3.0
8312026-07-01T23:41:35.944Z Downloaded heapless v0.8.0
8322026-07-01T23:41:35.944Z Downloaded indexmap v1.9.3
8332026-07-01T23:41:35.944Z Downloaded headers v0.4.1
8342026-07-01T23:41:35.944Z Downloaded derive_more v2.1.1
8352026-07-01T23:41:35.944Z Downloaded predicates-core v1.0.10
8362026-07-01T23:41:35.944Z Downloaded openssl-probe v0.2.1
8372026-07-01T23:41:35.945Z Downloaded icu_properties v2.1.2
8382026-07-01T23:41:35.945Z Downloaded hmac v0.13.0
8392026-07-01T23:41:35.945Z Downloaded parse-display-derive v0.10.0
8402026-07-01T23:41:35.945Z Downloaded parking_lot_core v0.8.6
8412026-07-01T23:41:35.945Z Downloaded litemap v0.8.1
8422026-07-01T23:41:35.945Z Downloaded proc-macro-crate v1.3.1
8432026-07-01T23:41:35.945Z Downloaded predicates-tree v1.0.13
8442026-07-01T23:41:35.945Z Downloaded precomputed-hash v0.1.1
8452026-07-01T23:41:35.945Z Downloaded potential_utf v0.1.4
8462026-07-01T23:41:35.945Z Downloaded num-complex v0.4.6
8472026-07-01T23:41:35.945Z Downloaded ed25519-dalek v3.0.0-rc.0
8482026-07-01T23:41:35.945Z Downloaded der v0.7.10
8492026-07-01T23:41:35.945Z Downloaded progenitor-client v0.14.0
8502026-07-01T23:41:35.945Z Downloaded peg v0.8.5
8512026-07-01T23:41:35.945Z Downloaded proc-macro-error-attr2 v2.0.0
8522026-07-01T23:41:35.945Z Downloaded expectorate v1.2.0
8532026-07-01T23:41:35.945Z Downloaded proc-macro-crate v3.4.0
8542026-07-01T23:41:35.945Z Downloaded pem-rfc7468 v0.7.0
8552026-07-01T23:41:35.945Z Downloaded paste v1.0.15
8562026-07-01T23:41:35.945Z Downloaded pem v3.0.6
8572026-07-01T23:41:35.946Z Downloaded libbz2-rs-sys v0.2.2
8582026-07-01T23:41:35.946Z Downloaded peg-macros v0.8.5
8592026-07-01T23:41:35.946Z Downloaded icu_normalizer v2.1.1
8602026-07-01T23:41:35.946Z Downloaded pem-rfc7468 v1.0.0
8612026-07-01T23:41:35.946Z Downloaded aes-gcm v0.11.0
8622026-07-01T23:41:35.946Z Downloaded progenitor-macro v0.14.0
8632026-07-01T23:41:35.946Z Downloaded progenitor-macro v0.13.0
8642026-07-01T23:41:35.946Z Downloaded icu_normalizer_data v2.1.1
8652026-07-01T23:41:35.946Z Downloaded pbkdf2 v0.13.0
8662026-07-01T23:41:35.946Z Downloaded icu_locale_core v2.1.1
8672026-07-01T23:41:35.946Z Downloaded password-hash v0.5.0
8682026-07-01T23:41:35.947Z Downloaded const_format v0.2.35
8692026-07-01T23:41:35.947Z Downloaded phf v0.12.1
8702026-07-01T23:41:35.947Z Downloaded radium v0.7.0
8712026-07-01T23:41:35.947Z Downloaded polyval v0.7.1
8722026-07-01T23:41:35.947Z Downloaded pin-project-internal v1.1.11
8732026-07-01T23:41:35.947Z Downloaded pin-project-lite v0.2.17
8742026-07-01T23:41:35.947Z Downloaded psl-types v2.0.11
8752026-07-01T23:41:35.947Z Downloaded phc v0.6.1
8762026-07-01T23:41:35.947Z Downloaded derive_more-impl v2.1.1
8772026-07-01T23:41:35.947Z Downloaded pkg-config v0.3.32
8782026-07-01T23:41:35.947Z Downloaded heapless v0.7.17
8792026-07-01T23:41:35.947Z Downloaded ml-kem v0.3.2
8802026-07-01T23:41:35.947Z Downloaded powerfmt v0.2.0
8812026-07-01T23:41:35.947Z Downloaded postgres-protocol v0.6.10
8822026-07-01T23:41:35.947Z Downloaded predicates v3.1.4
8832026-07-01T23:41:35.948Z Downloaded ppv-lite86 v0.2.21
8842026-07-01T23:41:35.948Z Downloaded poly1305 v0.8.0
8852026-07-01T23:41:35.948Z Downloaded recursive v0.1.1
8862026-07-01T23:41:35.948Z Downloaded rand_xorshift v0.4.0
8872026-07-01T23:41:35.948Z Downloaded parking_lot v0.12.5
8882026-07-01T23:41:35.948Z Downloaded rand_chacha v0.3.1
8892026-07-01T23:41:35.948Z Downloaded num-traits v0.2.19
8902026-07-01T23:41:35.948Z Downloaded parking_lot v0.11.2
8912026-07-01T23:41:35.948Z Downloaded recursive-proc-macro-impl v0.1.1
8922026-07-01T23:41:35.948Z Downloaded primeorder v0.14.0-rc.10
8932026-07-01T23:41:35.948Z Downloaded phf v0.13.1
8942026-07-01T23:41:35.948Z Downloaded progenitor v0.14.0
8952026-07-01T23:41:35.948Z Downloaded ref-cast v1.0.25
8962026-07-01T23:41:35.948Z Downloaded progenitor-client v0.13.0
8972026-07-01T23:41:35.948Z Downloaded primefield v0.14.0
8982026-07-01T23:41:35.948Z Downloaded progenitor v0.13.0
8992026-07-01T23:41:35.948Z Downloaded proc-macro-error2 v2.0.1
9002026-07-01T23:41:35.948Z Downloaded primeorder v0.13.6
9012026-07-01T23:41:35.948Z Downloaded indicatif v0.18.4
9022026-07-01T23:41:35.948Z Downloaded rfc6979 v0.5.0
9032026-07-01T23:41:35.948Z Downloaded progenitor-extras v0.2.0
9042026-07-01T23:41:35.949Z Downloaded quick-error v1.2.3
9052026-07-01T23:41:35.949Z Downloaded rtoolbox v0.0.3
9062026-07-01T23:41:35.949Z Downloaded rustc_version v0.4.1
9072026-07-01T23:41:36.009Z Downloaded russh-cryptovec v0.61.0
9082026-07-01T23:41:36.011Z Downloaded pkcs8 v0.10.2
9092026-07-01T23:41:36.011Z Downloaded hashbrown v0.13.2
9102026-07-01T23:41:36.011Z Downloaded rustc-hash v2.1.1
9112026-07-01T23:41:36.011Z Downloaded ed25519-dalek v2.2.0
9122026-07-01T23:41:36.011Z Downloaded omicron-zone-package v0.12.3
9132026-07-01T23:41:36.011Z Downloaded hickory-resolver v0.25.2
9142026-07-01T23:41:36.011Z Downloaded miniz_oxide v0.8.9
9152026-07-01T23:41:36.011Z Downloaded pkcs8 v0.11.0
9162026-07-01T23:41:36.011Z Downloaded rustc_version v0.1.7
9172026-07-01T23:41:36.011Z Downloaded oso v0.27.3
9182026-07-01T23:41:36.011Z Downloaded poly1305 v0.9.0
9192026-07-01T23:41:36.011Z Downloaded jiff-static v0.2.21
9202026-07-01T23:41:36.011Z Downloaded same-file v1.0.6
9212026-07-01T23:41:36.011Z Downloaded scheduled-thread-pool v0.2.7
9222026-07-01T23:41:36.011Z Downloaded http v1.4.2
9232026-07-01T23:41:36.011Z Downloaded rand_seeder v0.4.0
9242026-07-01T23:41:36.011Z Downloaded rand_core v0.9.5
9252026-07-01T23:41:36.011Z Downloaded rand_core v0.6.4
9262026-07-01T23:41:36.011Z Downloaded hickory-resolver v0.24.4
9272026-07-01T23:41:36.011Z Downloaded psm v0.1.30
9282026-07-01T23:41:36.011Z Downloaded sapling-renderdag v0.1.0
9292026-07-01T23:41:36.011Z Downloaded scopeguard v1.2.0
9302026-07-01T23:41:36.011Z Downloaded ref-cast-impl v1.0.25
9312026-07-01T23:41:36.011Z Downloaded scroll_derive v0.13.1
9322026-07-01T23:41:36.011Z Downloaded parking_lot_core v0.9.12
9332026-07-01T23:41:36.012Z Downloaded postgres-types v0.2.12
9342026-07-01T23:41:36.012Z Downloaded russh-util v0.52.0
9352026-07-01T23:41:36.012Z Downloaded crossterm v0.29.0
9362026-07-01T23:41:36.012Z Downloaded pin-project v1.1.11
9372026-07-01T23:41:36.059Z Downloaded r2d2 v0.8.10
9382026-07-01T23:41:36.059Z Downloaded icu_collections v2.1.1
9392026-07-01T23:41:36.059Z Downloaded serde-big-array v0.5.1
9402026-07-01T23:41:36.059Z Downloaded secrecy v0.10.3
9412026-07-01T23:41:36.059Z Downloaded rfc6979 v0.4.0
9422026-07-01T23:41:36.059Z Downloaded resolv-conf v0.7.6
9432026-07-01T23:41:36.059Z Downloaded postcard v1.1.3
9442026-07-01T23:41:36.059Z Downloaded minimal-lexical v0.2.1
9452026-07-01T23:41:36.059Z Downloaded papergrid v0.17.0
9462026-07-01T23:41:36.061Z Downloaded rand_core v0.10.0
9472026-07-01T23:41:36.061Z Downloaded pkcs5 v0.8.1
9482026-07-01T23:41:36.061Z Downloaded p256 v0.14.0-rc.10
9492026-07-01T23:41:36.061Z Downloaded serde_plain v1.0.2
9502026-07-01T23:41:36.061Z Downloaded pkcs1 v0.8.0-rc.4
9512026-07-01T23:41:36.061Z Downloaded hickory-server v0.25.2
9522026-07-01T23:41:36.061Z Downloaded serde_bytes v0.11.19
9532026-07-01T23:41:36.061Z Downloaded seq-macro v0.3.6
9542026-07-01T23:41:36.061Z Downloaded quinn-udp v0.5.14
9552026-07-01T23:41:36.061Z Downloaded openssl-sys v0.9.115
9562026-07-01T23:41:36.061Z Downloaded secrecy v0.8.0
9572026-07-01T23:41:36.061Z Downloaded diesel_derives v2.3.7
9582026-07-01T23:41:36.061Z Downloaded rustls-native-certs v0.8.3
9592026-07-01T23:41:36.061Z Downloaded serde_repr v0.1.20
9602026-07-01T23:41:36.061Z Downloaded sha1 v0.11.0
9612026-07-01T23:41:36.061Z Downloaded serde_urlencoded v0.7.1
9622026-07-01T23:41:36.061Z Downloaded prefix-trie v0.7.0
9632026-07-01T23:41:36.061Z Downloaded serde_spanned v1.1.1
9642026-07-01T23:41:36.062Z Downloaded rusty-fork v0.3.1
9652026-07-01T23:41:36.062Z Downloaded rustversion v1.0.22
9662026-07-01T23:41:36.062Z Downloaded der v0.8.0
9672026-07-01T23:41:36.062Z Downloaded pkcs1 v0.7.5
9682026-07-01T23:41:36.062Z Downloaded rustls-pemfile v2.2.0
9692026-07-01T23:41:36.062Z Downloaded sha1 v0.10.6
9702026-07-01T23:41:36.062Z Downloaded shell-words v1.1.1
9712026-07-01T23:41:36.098Z Downloaded signal-hook-mio v0.2.5
9722026-07-01T23:41:36.098Z Downloaded siphasher v1.0.2
9732026-07-01T23:41:36.098Z Downloaded scrypt v0.12.0
9742026-07-01T23:41:36.098Z Downloaded scroll v0.13.0
9752026-07-01T23:41:36.098Z Downloaded rand_chacha v0.9.0
9762026-07-01T23:41:36.098Z Downloaded signal-hook-tokio v0.3.1
9772026-07-01T23:41:36.098Z Downloaded signature v2.2.0
9782026-07-01T23:41:36.099Z Downloaded sigpipe v0.1.3
9792026-07-01T23:41:36.099Z Downloaded hyper-util v0.1.20
9802026-07-01T23:41:36.099Z Downloaded slog-envlogger v2.2.0
9812026-07-01T23:41:36.099Z Downloaded signature v3.0.0
9822026-07-01T23:41:36.100Z Downloaded slog-bunyan v2.5.0
9832026-07-01T23:41:36.100Z Downloaded schemars_derive v0.8.22
9842026-07-01T23:41:36.100Z Downloaded serde-hex v0.1.0
9852026-07-01T23:41:36.100Z Downloaded progenitor-impl v0.14.0
9862026-07-01T23:41:36.100Z Downloaded progenitor-impl v0.13.0
9872026-07-01T23:41:36.100Z Downloaded sec1 v0.7.3
9882026-07-01T23:41:36.101Z Downloaded hashbrown v0.12.3
9892026-07-01T23:41:36.101Z Downloaded p384 v0.14.0-rc.10
9902026-07-01T23:41:36.101Z Downloaded serde_path_to_error v0.1.20
9912026-07-01T23:41:36.101Z Downloaded sec1 v0.8.1
9922026-07-01T23:41:36.101Z Downloaded semver v0.1.20
9932026-07-01T23:41:36.116Z Downloaded itertools v0.10.5
9942026-07-01T23:41:36.116Z Downloaded serde_with_macros v1.5.2
9952026-07-01T23:41:36.117Z Downloaded serde_derive_internals v0.29.1
9962026-07-01T23:41:36.117Z Downloaded sqlparser_derive v0.5.0
9972026-07-01T23:41:36.117Z Downloaded salsa20 v0.11.0
9982026-07-01T23:41:36.117Z Downloaded rustls-pki-types v1.14.0
9992026-07-01T23:41:36.117Z Downloaded serdect v0.4.3
10002026-07-01T23:41:36.117Z Downloaded prettyplease v0.2.37
10012026-07-01T23:41:36.118Z Downloaded shlex v1.3.0
10022026-07-01T23:41:36.118Z Downloaded stable_deref_trait v1.2.1
10032026-07-01T23:41:36.118Z Downloaded strum v0.26.3
10042026-07-01T23:41:36.118Z Downloaded strip-ansi-escapes v0.2.1
10052026-07-01T23:41:36.118Z Downloaded slab v0.4.12
10062026-07-01T23:41:36.140Z Downloaded slog-async v2.8.0
10072026-07-01T23:41:36.140Z Downloaded strsim v0.10.0
10082026-07-01T23:41:36.140Z Downloaded strum v0.27.2
10092026-07-01T23:41:36.140Z Downloaded simd-adler32 v0.3.8
10102026-07-01T23:41:36.142Z Downloaded subtle v2.6.1
10112026-07-01T23:41:36.142Z Downloaded structmeta v0.3.0
10122026-07-01T23:41:36.142Z Downloaded signal-hook-registry v1.4.8
10132026-07-01T23:41:36.142Z Downloaded structmeta-derive v0.3.0
10142026-07-01T23:41:36.163Z Downloaded sync_wrapper v1.0.2
10152026-07-01T23:41:36.163Z Downloaded slog-stdlog v4.1.1
10162026-07-01T23:41:36.163Z Downloaded hashbrown v0.15.5
10172026-07-01T23:41:36.164Z Downloaded sync-ptr v0.1.4
10182026-07-01T23:41:36.164Z Downloaded slog-dtrace v0.3.0
10192026-07-01T23:41:36.164Z Downloaded smallvec v0.6.14
10202026-07-01T23:41:36.164Z Downloaded slog-scope v4.4.1
10212026-07-01T23:41:36.164Z Downloaded slog-term v2.9.2
10222026-07-01T23:41:36.164Z Downloaded supports-color v3.0.2
10232026-07-01T23:41:36.164Z Downloaded snafu-derive v0.8.9
10242026-07-01T23:41:36.164Z Downloaded mio v1.2.0
10252026-07-01T23:41:36.164Z Downloaded tap v1.0.1
10262026-07-01T23:41:36.164Z Downloaded take_mut v0.2.2
10272026-07-01T23:41:36.164Z Downloaded spki v0.8.0
10282026-07-01T23:41:36.164Z Downloaded spki v0.7.3
10292026-07-01T23:41:36.164Z Downloaded tagptr v0.2.0
10302026-07-01T23:41:36.164Z Downloaded tabled_derive v0.11.0
10312026-07-01T23:41:36.164Z Downloaded slog-json v2.6.1
10322026-07-01T23:41:36.164Z Downloaded ron v0.8.1
10332026-07-01T23:41:36.164Z Downloaded smf v0.2.3
10342026-07-01T23:41:36.196Z Downloaded tabwriter v1.4.1
10352026-07-01T23:41:36.196Z Downloaded pretty_assertions v1.4.1
10362026-07-01T23:41:36.196Z Downloaded termtree v0.5.1
10372026-07-01T23:41:36.196Z Downloaded internal-russh-num-bigint v0.5.0
10382026-07-01T23:41:36.196Z Downloaded thread-id v5.1.0
10392026-07-01T23:41:36.196Z Downloaded sqlformat v0.3.5
10402026-07-01T23:41:36.197Z Downloaded sha2 v0.11.0
10412026-07-01T23:41:36.197Z Downloaded serde_with_macros v3.17.0
10422026-07-01T23:41:36.197Z Downloaded ssh-cipher v0.3.0-rc.9
10432026-07-01T23:41:36.197Z Downloaded dropshot-api-manager v0.7.2
10442026-07-01T23:41:36.197Z Downloaded thiserror-impl-no-std v2.0.2
10452026-07-01T23:41:36.231Z Downloaded ryu v1.0.23
10462026-07-01T23:41:36.231Z Downloaded stacker v0.1.23
10472026-07-01T23:41:36.231Z Downloaded num-bigint v0.4.6
10482026-07-01T23:41:36.231Z Downloaded crypto-primes v0.7.2
10492026-07-01T23:41:36.231Z Downloaded time-core v0.1.8
10502026-07-01T23:41:36.231Z Downloaded testing_table v0.3.0
10512026-07-01T23:41:36.231Z Downloaded stringprep v0.1.5
10522026-07-01T23:41:36.231Z Downloaded ssh-encoding v0.3.0-rc.9
10532026-07-01T23:41:36.231Z Downloaded rustls-platform-verifier v0.6.2
10542026-07-01T23:41:36.231Z Downloaded strum_macros v0.24.3
10552026-07-01T23:41:36.231Z Downloaded string_cache v0.8.9
10562026-07-01T23:41:36.232Z Downloaded rayon-core v1.13.0
10572026-07-01T23:41:36.232Z Downloaded schemars v0.8.22
10582026-07-01T23:41:36.232Z Downloaded hashbrown v0.16.1
10592026-07-01T23:41:36.265Z Downloaded strum_macros v0.26.4
10602026-07-01T23:41:36.265Z Downloaded synstructure v0.13.2
10612026-07-01T23:41:36.265Z Downloaded strum_macros v0.27.2
10622026-07-01T23:41:36.265Z Downloaded qorb v0.4.1
10632026-07-01T23:41:36.265Z Downloaded tokio-test v0.4.5
10642026-07-01T23:41:36.265Z Downloaded tokio-macros v2.7.0
10652026-07-01T23:41:36.265Z Downloaded itertools v0.12.1
10662026-07-01T23:41:36.266Z Downloaded thread_local v1.1.9
10672026-07-01T23:41:36.266Z Downloaded serde_yaml v0.9.34+deprecated
10682026-07-01T23:41:36.266Z Downloaded publicsuffix v2.3.0
10692026-07-01T23:41:36.266Z Downloaded spin v0.9.8
10702026-07-01T23:41:36.266Z Downloaded tower-service v0.3.3
10712026-07-01T23:41:36.266Z Downloaded tower-layer v0.3.3
10722026-07-01T23:41:36.276Z Downloaded termios v0.3.3
10732026-07-01T23:41:36.276Z Downloaded tiny-keccak v2.0.2
10742026-07-01T23:41:36.276Z Downloaded quinn v0.11.9
10752026-07-01T23:41:36.276Z Downloaded signal-hook v0.3.18
10762026-07-01T23:41:36.276Z Downloaded tinyvec_macros v0.1.1
10772026-07-01T23:41:36.277Z Downloaded tinystr v0.8.2
10782026-07-01T23:41:36.277Z Downloaded static_assertions v1.1.0
10792026-07-01T23:41:36.277Z Downloaded serde_cbor v0.11.2
10802026-07-01T23:41:36.278Z Downloaded topological-sort v0.2.2
10812026-07-01T23:41:36.278Z Downloaded unarray v0.1.4
10822026-07-01T23:41:36.278Z Downloaded futures-util v0.3.32
10832026-07-01T23:41:36.278Z Downloaded thiserror-no-std v2.0.2
10842026-07-01T23:41:36.278Z Downloaded similar v2.7.0
10852026-07-01T23:41:36.278Z Downloaded try-lock v0.2.5
10862026-07-01T23:41:36.278Z Downloaded unicode-truncate v1.1.0
10872026-07-01T23:41:36.278Z Downloaded trait-variant v0.1.2
10882026-07-01T23:41:36.278Z Downloaded tokio-dtrace v0.1.1
10892026-07-01T23:41:36.305Z Downloaded unicode-xid v0.2.6
10902026-07-01T23:41:36.305Z Downloaded idna v1.1.0
10912026-07-01T23:41:36.305Z Downloaded tls_codec_derive v0.4.2
10922026-07-01T23:41:36.305Z Downloaded tls_codec v0.4.2
10932026-07-01T23:41:36.305Z Downloaded rcgen v0.12.1
10942026-07-01T23:41:36.305Z Downloaded hyper v1.10.1
10952026-07-01T23:41:36.305Z Downloaded rsa v0.9.10
10962026-07-01T23:41:36.305Z Downloaded universal-hash v0.5.1
10972026-07-01T23:41:36.305Z Downloaded usdt v0.6.0
10982026-07-01T23:41:36.306Z Downloaded universal-hash v0.6.1
10992026-07-01T23:41:36.306Z Downloaded unit-prefix v0.5.2
11002026-07-01T23:41:36.470Z Downloaded tokio-tungstenite v0.21.0
11012026-07-01T23:41:36.470Z Downloaded socket2 v0.5.10
11022026-07-01T23:41:36.470Z Downloaded smallvec v1.15.1
11032026-07-01T23:41:36.470Z Downloaded utf-8 v0.7.6
11042026-07-01T23:41:36.470Z Downloaded hkdf v0.12.4
11052026-07-01T23:41:36.471Z Downloaded usdt-macro v0.6.0
11062026-07-01T23:41:36.471Z Downloaded untrusted v0.7.1
11072026-07-01T23:41:36.471Z Downloaded libxml v0.3.3
11082026-07-01T23:41:36.471Z Downloaded tokio-native-tls v0.3.1
11092026-07-01T23:41:36.471Z Downloaded usdt-attr-macro v0.6.0
11102026-07-01T23:41:36.471Z Downloaded untrusted v0.9.0
11112026-07-01T23:41:36.471Z Downloaded icu_properties_data v2.1.2
11122026-07-01T23:41:36.471Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11132026-07-01T23:41:36.542Z Downloaded socket2 v0.6.3
11142026-07-01T23:41:36.542Z Downloaded aho-corasick v1.1.4
11152026-07-01T23:41:36.542Z Downloaded tokio-tungstenite v0.23.1
11162026-07-01T23:41:36.542Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11172026-07-01T23:41:36.542Z Downloaded utf8_iter v1.0.4
11182026-07-01T23:41:36.542Z Downloaded toml_writer v1.1.1+spec-1.1.0
11192026-07-01T23:41:36.542Z Downloaded rustls-webpki v0.103.13
11202026-07-01T23:41:36.542Z Downloaded rand v0.10.1
11212026-07-01T23:41:36.542Z Downloaded term v1.2.1
11222026-07-01T23:41:36.542Z Downloaded rand v0.9.2
11232026-07-01T23:41:36.542Z Downloaded hkdf v0.13.0
11242026-07-01T23:41:36.542Z Downloaded support-bundle-viewer v0.1.2
11252026-07-01T23:41:36.544Z Downloaded iri-string v0.7.10
11262026-07-01T23:41:36.544Z Downloaded void v1.0.2
11272026-07-01T23:41:36.544Z Downloaded samael v0.0.19
11282026-07-01T23:41:36.544Z Downloaded want v0.3.1
11292026-07-01T23:41:36.544Z Downloaded tui-tree-widget v0.23.1
11302026-07-01T23:41:36.544Z Downloaded slog v2.8.2
11312026-07-01T23:41:36.544Z Downloaded num-bigint-dig v0.8.6
11322026-07-01T23:41:36.544Z Downloaded wait-timeout v0.2.1
11332026-07-01T23:41:36.544Z Downloaded unicase v2.9.0
11342026-07-01T23:41:36.544Z Downloaded rand v0.8.6
11352026-07-01T23:41:36.544Z Downloaded time-macros v0.2.27
11362026-07-01T23:41:36.544Z Downloaded itertools v0.14.0
11372026-07-01T23:41:36.545Z Downloaded itertools v0.13.0
11382026-07-01T23:41:36.545Z Downloaded libm v0.2.16
11392026-07-01T23:41:36.545Z Downloaded xshell-macros v0.2.7
11402026-07-01T23:41:36.545Z Downloaded tokio-stream v0.1.18
11412026-07-01T23:41:36.545Z Downloaded p521 v0.14.0-rc.10
11422026-07-01T23:41:36.545Z Downloaded nom v7.1.3
11432026-07-01T23:41:36.545Z Downloaded xattr v1.6.1
11442026-07-01T23:41:36.545Z Downloaded typify-macro v0.6.2
11452026-07-01T23:41:36.545Z Downloaded test-strategy v0.4.5
11462026-07-01T23:41:36.545Z Downloaded yoke-derive v0.8.1
11472026-07-01T23:41:36.545Z Downloaded zeroize_derive v1.4.3
11482026-07-01T23:41:36.545Z Downloaded vergen-git2 v9.1.0
11492026-07-01T23:41:36.545Z Downloaded term v0.7.0
11502026-07-01T23:41:36.545Z Downloaded tinyvec v1.10.0
11512026-07-01T23:41:36.545Z Downloaded snafu v0.8.9
11522026-07-01T23:41:36.545Z Downloaded uzers v0.12.2
11532026-07-01T23:41:36.545Z Downloaded zerofrom v0.1.6
11542026-07-01T23:41:36.545Z Downloaded twox-hash v2.1.2
11552026-07-01T23:41:36.546Z Downloaded vergen-gitcl v1.0.8
11562026-07-01T23:41:36.546Z Downloaded toml_parser v1.1.2+spec-1.1.0
11572026-07-01T23:41:36.546Z Downloaded schemars v0.9.0
11582026-07-01T23:41:36.546Z Downloaded zone_cfg_derive v0.3.1
11592026-07-01T23:41:36.546Z Downloaded zone v0.3.1
11602026-07-01T23:41:36.546Z Downloaded unicode-properties v0.1.4
11612026-07-01T23:41:36.546Z Downloaded waitgroup v0.1.2
11622026-07-01T23:41:36.546Z Downloaded vsss-rs v3.3.4
11632026-07-01T23:41:36.546Z Downloaded schemars v1.2.1
11642026-07-01T23:41:36.546Z Downloaded whoami v2.1.0
11652026-07-01T23:41:36.546Z Downloaded whoami v1.6.1
11662026-07-01T23:41:36.546Z Downloaded toml v0.7.8
11672026-07-01T23:41:36.546Z Downloaded tokio-rustls v0.26.4
11682026-07-01T23:41:36.547Z Downloaded xshell v0.2.7
11692026-07-01T23:41:36.547Z Downloaded rsa v0.10.0-rc.18
11702026-07-01T23:41:36.547Z Downloaded subprocess v0.2.15
11712026-07-01T23:41:36.547Z Downloaded h2 v0.4.15
11722026-07-01T23:41:36.547Z Downloaded wyz v0.5.1
11732026-07-01T23:41:36.547Z Downloaded blake3 v1.8.5
11742026-07-01T23:41:36.547Z Downloaded toml v1.1.2+spec-1.1.0
11752026-07-01T23:41:36.547Z Downloaded yoke v0.8.1
11762026-07-01T23:41:36.547Z Downloaded usdt-impl v0.6.0
11772026-07-01T23:41:36.550Z Downloaded walkdir v2.5.0
11782026-07-01T23:41:36.551Z Downloaded vergen-lib v9.1.0
11792026-07-01T23:41:36.551Z Downloaded vergen-lib v0.1.6
11802026-07-01T23:41:36.551Z Downloaded tracing-attributes v0.1.31
11812026-07-01T23:41:36.551Z Downloaded nom v8.0.0
11822026-07-01T23:41:36.551Z Downloaded steno v0.4.1
11832026-07-01T23:41:36.551Z Downloaded vergen v9.1.0
11842026-07-01T23:41:36.551Z Downloaded tar v0.4.45
11852026-07-01T23:41:36.551Z Downloaded tungstenite v0.23.0
11862026-07-01T23:41:36.551Z Downloaded typify v0.6.2
11872026-07-01T23:41:36.551Z Downloaded zeroize v1.8.2
11882026-07-01T23:41:36.551Z Downloaded zerofrom-derive v0.1.6
11892026-07-01T23:41:36.551Z Downloaded zstd-safe v7.2.4
11902026-07-01T23:41:36.551Z Downloaded zstd v0.13.3
11912026-07-01T23:41:36.551Z Downloaded writeable v0.6.2
11922026-07-01T23:41:36.551Z Downloaded unsafe-libyaml v0.2.11
11932026-07-01T23:41:36.551Z Downloaded aws-lc-rs v1.16.3
11942026-07-01T23:41:36.599Z Downloaded yasna v0.5.2
11952026-07-01T23:41:36.599Z Downloaded zerocopy v0.6.6
11962026-07-01T23:41:36.599Z Downloaded rustyline v14.0.0
11972026-07-01T23:41:36.599Z Downloaded uuid v1.23.4
11982026-07-01T23:41:36.599Z Downloaded zerovec-derive v0.11.2
11992026-07-01T23:41:36.599Z Downloaded tungstenite v0.21.0
12002026-07-01T23:41:36.599Z Downloaded toml_edit v0.23.10+spec-1.0.0
12012026-07-01T23:41:36.599Z Downloaded tracing-core v0.1.36
12022026-07-01T23:41:36.599Z Downloaded tokio-postgres v0.7.16
12032026-07-01T23:41:36.599Z Downloaded unicode-bidi v0.3.18
12042026-07-01T23:41:36.599Z Downloaded vte v0.14.1
12052026-07-01T23:41:36.599Z Downloaded serde_with v1.14.0
12062026-07-01T23:41:36.600Z Downloaded toml_edit v0.19.15
12072026-07-01T23:41:36.651Z Downloaded rpassword v7.4.0
12082026-07-01T23:41:36.651Z Downloaded zopfli v0.8.3
12092026-07-01T23:41:36.717Z Downloaded reedline v0.40.0
12102026-07-01T23:41:36.717Z Downloaded unicode_categories v0.1.1
12112026-07-01T23:41:36.718Z Downloaded url v2.5.8
12122026-07-01T23:41:36.718Z Downloaded reqwest v0.12.28
12132026-07-01T23:41:36.718Z Downloaded chrono v0.4.44
12142026-07-01T23:41:36.718Z Downloaded zip v0.6.6
12152026-07-01T23:41:36.718Z Downloaded crypto-bigint v0.7.5
12162026-07-01T23:41:36.718Z Downloaded zerotrie v0.2.3
12172026-07-01T23:41:36.718Z Downloaded typed-path v0.9.3
12182026-07-01T23:41:36.718Z Downloaded git2 v0.20.4
12192026-07-01T23:41:36.718Z Downloaded tower v0.5.3
12202026-07-01T23:41:36.718Z Downloaded p384 v0.13.1
12212026-07-01T23:41:36.718Z Downloaded moka v0.12.13
12222026-07-01T23:41:36.718Z Downloaded reqwest v0.13.2
12232026-07-01T23:41:36.749Z Downloaded curve25519-dalek v4.1.3
12242026-07-01T23:41:36.749Z Downloaded goblin v0.10.5
12252026-07-01T23:41:36.749Z Downloaded portable-atomic v1.13.1
12262026-07-01T23:41:36.749Z Downloaded regex v1.12.3
12272026-07-01T23:41:36.749Z Downloaded lalrpop v0.19.12
12282026-07-01T23:41:36.749Z Downloaded x509-cert v0.2.5
12292026-07-01T23:41:36.749Z Downloaded salty v0.3.0
12302026-07-01T23:41:36.749Z Downloaded yansi v1.0.1
12312026-07-01T23:41:36.750Z Downloaded ssh-key v0.7.0-rc.10
12322026-07-01T23:41:36.750Z Downloaded unicode-segmentation v1.12.0
12332026-07-01T23:41:36.750Z Downloaded rayon v1.11.0
12342026-07-01T23:41:36.750Z Downloaded quick-xml v0.37.5
12352026-07-01T23:41:36.750Z Downloaded iddqd v0.4.2
12362026-07-01T23:41:36.750Z Downloaded zerocopy-derive v0.8.40
12372026-07-01T23:41:36.750Z Downloaded bindgen v0.71.1
12382026-07-01T23:41:36.760Z Downloaded tower-http v0.6.8
12392026-07-01T23:41:36.760Z Downloaded unicode-normalization v0.1.25
12402026-07-01T23:41:36.760Z Downloaded tokio-util v0.7.18
12412026-07-01T23:41:36.760Z Downloaded petname v2.0.2
12422026-07-01T23:41:36.760Z Downloaded zip v4.6.1
12432026-07-01T23:41:36.760Z Downloaded proptest v1.10.0
12442026-07-01T23:41:36.787Z Downloaded tough v0.22.0
12452026-07-01T23:41:36.787Z Downloaded russh v0.61.2
12462026-07-01T23:41:36.830Z Downloaded curve25519-dalek v5.0.0-rc.0
12472026-07-01T23:41:36.830Z Downloaded object v0.30.4
12482026-07-01T23:41:36.830Z Downloaded nix v0.27.1
12492026-07-01T23:41:36.830Z Downloaded winnow v0.5.40
12502026-07-01T23:41:36.830Z Downloaded zerovec v0.11.5
12512026-07-01T23:41:36.883Z Downloaded winnow v0.6.26
12522026-07-01T23:41:36.884Z Downloaded serde_with v3.17.0
12532026-07-01T23:41:36.884Z Downloaded bstr v1.12.1
12542026-07-01T23:41:36.884Z Downloaded radix_trie v0.2.1
12552026-07-01T23:41:36.884Z Downloaded nix v0.28.0
12562026-07-01T23:41:36.884Z Downloaded quinn-proto v0.11.13
12572026-07-01T23:41:36.884Z Downloaded dropshot v0.17.1
12582026-07-01T23:41:36.919Z Downloaded nix v0.31.2
12592026-07-01T23:41:36.920Z Downloaded hickory-proto v0.24.4
12602026-07-01T23:41:36.920Z Downloaded regex-syntax v0.6.29
12612026-07-01T23:41:36.920Z Downloaded polar-core v0.27.3
12622026-07-01T23:41:36.920Z Downloaded vcpkg v0.2.15
12632026-07-01T23:41:36.948Z Downloaded winnow v1.0.3
12642026-07-01T23:41:36.948Z Downloaded hickory-proto v0.25.2
12652026-07-01T23:41:36.948Z Downloaded tabled v0.20.0
12662026-07-01T23:41:36.984Z Downloaded regress v0.10.5
12672026-07-01T23:41:36.984Z Downloaded time v0.3.47
12682026-07-01T23:41:36.984Z Downloaded object v0.37.3
12692026-07-01T23:41:36.984Z Downloaded rustls v0.23.41
12702026-07-01T23:41:36.984Z Downloaded rustix v0.38.44
12712026-07-01T23:41:37.024Z Downloaded zlib-rs v0.6.2
12722026-07-01T23:41:37.025Z Downloaded smoltcp v0.9.1
12732026-07-01T23:41:37.025Z Downloaded diesel v2.3.10
12742026-07-01T23:41:37.025Z Downloaded regex-syntax v0.8.10
12752026-07-01T23:41:37.025Z Downloaded openssl v0.10.79
12762026-07-01T23:41:37.025Z Downloaded zerocopy v0.8.40
12772026-07-01T23:41:37.124Z Downloaded smoltcp v0.11.0
12782026-07-01T23:41:37.124Z Downloaded openapiv3 v2.2.0
12792026-07-01T23:41:37.124Z Downloaded fiat-crypto v0.3.0
12802026-07-01T23:41:37.124Z Downloaded tracing v0.1.44
12812026-07-01T23:41:37.231Z Downloaded typify-impl v0.6.2
12822026-07-01T23:41:37.231Z Downloaded ratatui v0.29.0
12832026-07-01T23:41:37.231Z Downloaded regress v0.11.1
12842026-07-01T23:41:37.231Z Downloaded regex-automata v0.4.14
12852026-07-01T23:41:37.231Z Downloaded jiff v0.2.21
12862026-07-01T23:41:37.231Z Downloaded sqlparser v0.61.0
12872026-07-01T23:41:37.231Z Downloaded bzip2-sys v0.1.13+1.0.8
12882026-07-01T23:41:37.231Z Downloaded csv v1.4.0
12892026-07-01T23:41:37.231Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12902026-07-01T23:41:37.279Z Downloaded sled v0.34.7
12912026-07-01T23:41:37.279Z Downloaded tokio v1.52.1
12922026-07-01T23:41:37.279Z Downloaded sha3 v0.11.0
12932026-07-01T23:41:37.535Z Downloaded zerocopy-derive v0.6.6
12942026-07-01T23:41:37.535Z Downloaded petgraph v0.6.5
12952026-07-01T23:41:37.599Z Downloaded chrono-tz v0.10.4
12962026-07-01T23:41:37.599Z Downloaded petgraph v0.8.3
12972026-07-01T23:41:37.600Z Downloaded libz-sys v1.1.24
12982026-07-01T23:41:37.600Z Downloaded sha3 v0.10.8
12992026-07-01T23:41:37.600Z Downloaded encoding_rs v0.8.35
13002026-07-01T23:41:37.600Z Downloaded ring v0.17.14
13012026-07-01T23:41:37.675Z Downloaded libgit2-sys v0.18.3+1.9.2
13022026-07-01T23:41:38.121Z Downloaded aws-lc-sys v0.40.0
13032026-07-01T23:41:38.604Z Compiling libc v0.2.185
13042026-07-01T23:41:38.604Z Compiling serde_core v1.0.228
13052026-07-01T23:41:38.604Z Compiling serde v1.0.228
13062026-07-01T23:41:38.655Z Compiling log v0.4.29
13072026-07-01T23:41:38.655Z Compiling smallvec v1.15.1
13082026-07-01T23:41:38.655Z Compiling find-msvc-tools v0.1.9
13092026-07-01T23:41:38.657Z Compiling shlex v1.3.0
13102026-07-01T23:41:38.657Z Compiling syn v2.0.117
13112026-07-01T23:41:38.739Z Compiling subtle v2.6.1
13122026-07-01T23:41:38.772Z Compiling scopeguard v1.2.0
13132026-07-01T23:41:38.772Z Compiling stable_deref_trait v1.2.1
13142026-07-01T23:41:38.874Z Compiling lock_api v0.4.14
13152026-07-01T23:41:39.001Z Compiling typenum v1.20.1
13162026-07-01T23:41:39.001Z Compiling serde_json v1.0.150
13172026-07-01T23:41:39.001Z Compiling portable-atomic v1.13.1
13182026-07-01T23:41:39.001Z Compiling zerocopy v0.8.40
13192026-07-01T23:41:39.074Z Compiling pin-project-lite v0.2.17
13202026-07-01T23:41:39.102Z Compiling parking_lot_core v0.9.12
13212026-07-01T23:41:39.155Z Compiling pkg-config v0.3.32
13222026-07-01T23:41:39.325Z Compiling critical-section v1.2.0
13232026-07-01T23:41:39.341Z Compiling futures-core v0.3.32
13242026-07-01T23:41:39.473Z Compiling jobserver v0.1.34
13252026-07-01T23:41:39.556Z Compiling errno v0.3.14
13262026-07-01T23:41:39.557Z Compiling getrandom v0.2.17
13272026-07-01T23:41:39.690Z Compiling signal-hook-registry v1.4.8
13282026-07-01T23:41:39.737Z Compiling cc v1.2.56
13292026-07-01T23:41:39.739Z Compiling rand_core v0.6.4
13302026-07-01T23:41:39.778Z Compiling getrandom v0.4.1
13312026-07-01T23:41:39.844Z Compiling once_cell v1.21.3
13322026-07-01T23:41:39.937Z Compiling libm v0.2.16
13332026-07-01T23:41:39.980Z Compiling parking_lot v0.12.5
13342026-07-01T23:41:40.123Z Compiling mio v1.2.0
13352026-07-01T23:41:40.169Z Compiling num-traits v0.2.19
13362026-07-01T23:41:40.317Z Compiling generic-array v0.14.7
13372026-07-01T23:41:40.373Z Compiling const-oid v0.9.6
13382026-07-01T23:41:40.416Z Compiling rand_core v0.10.0
13392026-07-01T23:41:40.623Z Compiling litemap v0.8.1
13402026-07-01T23:41:40.655Z Compiling percent-encoding v2.3.2
13412026-07-01T23:41:40.820Z Compiling bitflags v2.11.0
13422026-07-01T23:41:40.842Z Compiling writeable v0.6.2
13432026-07-01T23:41:40.868Z Compiling semver v1.0.28
13442026-07-01T23:41:41.036Z Compiling socket2 v0.6.3
13452026-07-01T23:41:41.073Z Compiling icu_properties_data v2.1.2
13462026-07-01T23:41:41.156Z Compiling icu_normalizer_data v2.1.1
13472026-07-01T23:41:41.206Z Compiling futures-sink v0.3.32
13482026-07-01T23:41:41.373Z Compiling futures-channel v0.3.32
13492026-07-01T23:41:41.417Z Compiling synstructure v0.13.2
13502026-07-01T23:41:41.471Z Compiling futures-task v0.3.32
13512026-07-01T23:41:41.522Z Compiling slab v0.4.12
13522026-07-01T23:41:41.636Z Compiling futures-io v0.3.32
13532026-07-01T23:41:41.637Z Compiling indexmap v2.14.0
13542026-07-01T23:41:41.693Z Compiling rustversion v1.0.22
13552026-07-01T23:41:41.770Z Compiling getrandom v0.3.4
13562026-07-01T23:41:41.770Z Compiling utf8_iter v1.0.4
13572026-07-01T23:41:41.863Z Compiling form_urlencoded v1.2.2
13582026-07-01T23:41:41.881Z Compiling cmake v0.1.57
13592026-07-01T23:41:41.969Z Compiling rustix v1.1.3
13602026-07-01T23:41:42.089Z Compiling fs_extra v1.3.0
13612026-07-01T23:41:42.199Z Compiling dunce v1.0.5
13622026-07-01T23:41:42.276Z Compiling ident_case v1.0.1
13632026-07-01T23:41:42.446Z Compiling regex-syntax v0.8.10
13642026-07-01T23:41:42.448Z Compiling iana-time-zone v0.1.65
13652026-07-01T23:41:42.604Z Compiling aws-lc-sys v0.40.0
13662026-07-01T23:41:42.604Z Compiling vcpkg v0.2.15
13672026-07-01T23:41:42.676Z Compiling base64ct v1.8.3
13682026-07-01T23:41:42.722Z Compiling rand_core v0.9.5
13692026-07-01T23:41:42.722Z Compiling rustc_version v0.4.1
13702026-07-01T23:41:42.775Z Compiling pem-rfc7468 v0.7.0
13712026-07-01T23:41:42.943Z Compiling uuid v1.23.4
13722026-07-01T23:41:43.114Z Compiling tracing-core v0.1.36
13732026-07-01T23:41:43.222Z Compiling openssl-sys v0.9.115
13742026-07-01T23:41:43.222Z Compiling flagset v0.4.7
13752026-07-01T23:41:43.222Z Compiling serde_derive v1.0.228
13762026-07-01T23:41:43.304Z Compiling zeroize_derive v1.4.3
13772026-07-01T23:41:43.625Z Compiling zerofrom-derive v0.1.6
13782026-07-01T23:41:43.657Z Compiling yoke-derive v0.8.1
13792026-07-01T23:41:43.711Z Compiling zerocopy-derive v0.8.40
13802026-07-01T23:41:43.751Z Compiling zerovec-derive v0.11.2
13812026-07-01T23:41:43.918Z Compiling zeroize v1.8.2
13822026-07-01T23:41:44.184Z Compiling displaydoc v0.2.5
13832026-07-01T23:41:44.800Z Compiling tokio-macros v2.7.0
13842026-07-01T23:41:44.859Z Compiling futures-macro v0.3.32
13852026-07-01T23:41:44.898Z Compiling der_derive v0.7.3
13862026-07-01T23:41:45.084Z Compiling zerofrom v0.1.6
13872026-07-01T23:41:45.272Z Compiling yoke v0.8.1
13882026-07-01T23:41:45.318Z Compiling block-buffer v0.10.4
13892026-07-01T23:41:45.443Z Compiling zerovec v0.11.5
13902026-07-01T23:41:45.497Z Compiling zerotrie v0.2.3
13912026-07-01T23:41:45.623Z Compiling crypto-common v0.1.7
13922026-07-01T23:41:45.737Z Compiling futures-util v0.3.32
13932026-07-01T23:41:45.980Z Compiling digest v0.10.7
13942026-07-01T23:41:46.012Z Compiling tracing-attributes v0.1.31
13952026-07-01T23:41:46.013Z Compiling tinystr v0.8.2
13962026-07-01T23:41:46.013Z Compiling potential_utf v0.1.4
13972026-07-01T23:41:46.039Z Compiling thiserror-impl v2.0.18
13982026-07-01T23:41:46.090Z Compiling icu_locale_core v2.1.1
13992026-07-01T23:41:46.090Z Compiling icu_collections v2.1.1
14002026-07-01T23:41:46.635Z Compiling aws-lc-rs v1.16.3
14012026-07-01T23:41:46.690Z Compiling bytes v1.11.1
14022026-07-01T23:41:46.907Z Compiling icu_provider v2.1.1
14032026-07-01T23:41:46.973Z Compiling chrono v0.4.44
14042026-07-01T23:41:47.187Z Compiling icu_properties v2.1.2
14052026-07-01T23:41:47.236Z Compiling tokio v1.52.1
14062026-07-01T23:41:47.286Z Compiling icu_normalizer v2.1.1
14072026-07-01T23:41:47.378Z Compiling http v1.4.2
14082026-07-01T23:41:47.830Z Compiling base64 v0.22.1
14092026-07-01T23:41:48.048Z Compiling idna_adapter v1.2.1
14102026-07-01T23:41:48.170Z Compiling idna v1.1.0
14112026-07-01T23:41:48.293Z Compiling ppv-lite86 v0.2.21
14122026-07-01T23:41:48.293Z Compiling http-body v1.0.1
14132026-07-01T23:41:48.293Z Compiling thiserror v2.0.18
14142026-07-01T23:41:48.293Z Compiling tracing v0.1.44
14152026-07-01T23:41:48.303Z Compiling der v0.7.10
14162026-07-01T23:41:48.340Z Compiling rustls-pki-types v1.14.0
14172026-07-01T23:41:48.493Z Compiling url v2.5.8
14182026-07-01T23:41:48.521Z Compiling rand_chacha v0.9.0
14192026-07-01T23:41:48.521Z Compiling httparse v1.10.1
14202026-07-01T23:41:48.766Z Compiling openssl-probe v0.2.1
14212026-07-01T23:41:48.777Z Compiling tinyvec_macros v0.1.1
14222026-07-01T23:41:48.851Z Compiling cmov v0.5.4
14232026-07-01T23:41:48.904Z Compiling tinyvec v1.10.0
14242026-07-01T23:41:49.042Z Compiling rand v0.9.2
14252026-07-01T23:41:49.074Z Compiling ctutils v0.4.2
14262026-07-01T23:41:49.184Z Compiling spki v0.7.3
14272026-07-01T23:41:49.240Z Compiling pest_generator v2.8.6
14282026-07-01T23:41:49.339Z Compiling serde_derive_internals v0.29.1
14292026-07-01T23:41:49.368Z Compiling aho-corasick v1.1.4
14302026-07-01T23:41:49.403Z Compiling tower-service v0.3.3
14312026-07-01T23:41:49.494Z Compiling atomic-waker v1.1.2
14322026-07-01T23:41:49.519Z Compiling tower-layer v0.3.3
14332026-07-01T23:41:49.667Z Compiling schemars v0.8.22
14342026-07-01T23:41:49.727Z Compiling untrusted v0.7.1
14352026-07-01T23:41:49.757Z Compiling try-lock v0.2.5
14362026-07-01T23:41:49.786Z Compiling dyn-clone v1.0.20
14372026-07-01T23:41:49.851Z Compiling want v0.3.1
14382026-07-01T23:41:49.885Z Compiling tempfile v3.25.0
14392026-07-01T23:41:49.974Z Compiling hybrid-array v0.4.13
14402026-07-01T23:41:50.068Z Compiling pest_derive v2.8.6
14412026-07-01T23:41:50.154Z Compiling schemars_derive v0.8.22
14422026-07-01T23:41:50.635Z Compiling regex-automata v0.4.14
14432026-07-01T23:41:50.725Z Compiling ipnet v2.11.0
14442026-07-01T23:41:50.725Z Compiling scroll_derive v0.13.1
14452026-07-01T23:41:50.745Z Compiling darling_core v0.20.11
14462026-07-01T23:41:50.813Z Compiling untrusted v0.9.0
14472026-07-01T23:41:51.058Z Compiling rustls v0.23.41
14482026-07-01T23:41:51.159Z Compiling tokio-util v0.7.18
14492026-07-01T23:41:51.159Z Compiling httpdate v1.0.3
14502026-07-01T23:41:51.269Z Compiling openssl v0.10.79
14512026-07-01T23:41:51.410Z Compiling cpufeatures v0.2.17
14522026-07-01T23:41:51.429Z Compiling foreign-types-shared v0.1.1
14532026-07-01T23:41:51.535Z Compiling foreign-types v0.3.2
14542026-07-01T23:41:51.564Z Compiling scroll v0.13.0
14552026-07-01T23:41:51.564Z Compiling pkcs8 v0.10.2
14562026-07-01T23:41:51.756Z Compiling h2 v0.4.15
14572026-07-01T23:41:51.788Z Compiling unicode-normalization v0.1.25
14582026-07-01T23:41:52.248Z Compiling openssl-macros v0.1.1
14592026-07-01T23:41:52.404Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14602026-07-01T23:41:52.640Z Compiling spin v0.9.8
14612026-07-01T23:41:52.665Z Compiling native-tls v0.2.18
14622026-07-01T23:41:52.799Z Compiling time-core v0.1.8
14632026-07-01T23:41:52.847Z Compiling num-conv v0.2.0
14642026-07-01T23:41:52.901Z Compiling powerfmt v0.2.0
14652026-07-01T23:41:52.993Z Compiling crc32fast v1.5.0
14662026-07-01T23:41:52.995Z Compiling darling_macro v0.20.11
14672026-07-01T23:41:53.013Z Compiling time-macros v0.2.27
14682026-07-01T23:41:53.123Z Compiling deranged v0.5.8
14692026-07-01T23:41:53.403Z Compiling darling v0.20.11
14702026-07-01T23:41:53.468Z Compiling goblin v0.10.5
14712026-07-01T23:41:54.032Z Compiling sha2 v0.10.9
14722026-07-01T23:41:54.049Z Compiling hmac v0.12.1
14732026-07-01T23:41:54.232Z Compiling sync_wrapper v1.0.2
14742026-07-01T23:41:54.312Z Compiling wait-timeout v0.2.1
14752026-07-01T23:41:54.341Z Compiling unicode-segmentation v1.12.0
14762026-07-01T23:41:54.555Z Compiling syn v1.0.109
14772026-07-01T23:41:54.716Z Compiling usdt-impl v0.6.0
14782026-07-01T23:41:54.858Z Compiling hyper v1.10.1
14792026-07-01T23:41:54.886Z Compiling bit-vec v0.8.0
14802026-07-01T23:41:55.177Z Compiling quick-error v1.2.3
14812026-07-01T23:41:55.311Z Compiling siphasher v1.0.2
14822026-07-01T23:41:55.613Z Compiling simd-adler32 v0.3.8
14832026-07-01T23:41:55.688Z Compiling num_threads v0.1.7
14842026-07-01T23:41:55.688Z Compiling crossbeam-utils v0.8.21
14852026-07-01T23:41:55.824Z Compiling time v0.3.47
14862026-07-01T23:41:55.922Z Compiling rusty-fork v0.3.1
14872026-07-01T23:41:56.157Z Compiling hyper-util v0.1.20
14882026-07-01T23:41:56.178Z Compiling dof v0.4.0
14892026-07-01T23:41:56.213Z Compiling bit-set v0.8.0
14902026-07-01T23:41:56.598Z Compiling tower v0.5.3
14912026-07-01T23:41:56.646Z Compiling derive_builder_core v0.20.2
14922026-07-01T23:41:57.133Z Compiling dtrace-parser v0.3.0
14932026-07-01T23:41:57.353Z Compiling http-body-util v0.1.3
14942026-07-01T23:41:57.620Z Compiling thiserror-impl v1.0.69
14952026-07-01T23:41:57.620Z Compiling scroll_derive v0.12.1
14962026-07-01T23:41:57.719Z Compiling heapless v0.7.17
14972026-07-01T23:41:57.793Z Compiling rand_xorshift v0.4.0
14982026-07-01T23:41:57.845Z Compiling slog v2.8.2
14992026-07-01T23:41:57.845Z Compiling darling_core v0.21.3
15002026-07-01T23:41:57.863Z Compiling bzip2-sys v0.1.13+1.0.8
15012026-07-01T23:41:57.888Z Compiling thread-id v5.1.0
15022026-07-01T23:41:57.994Z Compiling cookie v0.18.1
15032026-07-01T23:41:58.010Z Compiling zstd-safe v7.2.4
15042026-07-01T23:41:58.010Z Compiling unarray v0.1.4
15052026-07-01T23:41:58.106Z Compiling signal-hook v0.3.18
15062026-07-01T23:41:58.139Z Compiling iri-string v0.7.10
15072026-07-01T23:41:58.155Z Compiling anyhow v1.0.102
15082026-07-01T23:41:58.179Z Compiling unicode-bidi v0.3.18
15092026-07-01T23:41:58.308Z Compiling adler2 v2.0.1
15102026-07-01T23:41:58.495Z Compiling paste v1.0.15
15112026-07-01T23:41:58.515Z Compiling allocator-api2 v0.2.21
15122026-07-01T23:41:58.549Z Compiling ryu v1.0.23
15132026-07-01T23:41:58.682Z Compiling unicode-properties v0.1.4
15142026-07-01T23:41:58.719Z Compiling serde_urlencoded v0.7.1
15152026-07-01T23:41:58.741Z Compiling thiserror v1.0.69
15162026-07-01T23:41:58.903Z Compiling stringprep v0.1.5
15172026-07-01T23:41:58.974Z Compiling miniz_oxide v0.8.9
15182026-07-01T23:41:59.012Z Compiling proptest v1.10.0
15192026-07-01T23:41:59.309Z Compiling tower-http v0.6.8
15202026-07-01T23:41:59.511Z Compiling scroll v0.12.0
15212026-07-01T23:41:59.729Z Compiling derive_builder_macro v0.20.2
15222026-07-01T23:41:59.744Z Compiling camino v1.2.2
15232026-07-01T23:41:59.823Z Compiling tokio-native-tls v0.3.1
15242026-07-01T23:42:00.162Z Compiling heck v0.4.1
15252026-07-01T23:42:00.231Z Compiling bstr v1.12.1
15262026-07-01T23:42:00.248Z Compiling ipnetwork v0.21.1
15272026-07-01T23:42:00.269Z Compiling darling_macro v0.21.3
15282026-07-01T23:42:00.407Z Compiling crypto-common v0.2.2
15292026-07-01T23:42:00.530Z Compiling block-buffer v0.12.1
15302026-07-01T23:42:00.636Z Compiling block-padding v0.4.2
15312026-07-01T23:42:00.661Z Compiling rustls-native-certs v0.8.3
15322026-07-01T23:42:00.862Z Compiling rand_chacha v0.3.1
15332026-07-01T23:42:00.948Z Compiling serde_tokenstream v0.2.3
15342026-07-01T23:42:00.948Z Compiling toml_datetime v0.6.11
15352026-07-01T23:42:00.959Z Compiling serde_spanned v0.6.9
15362026-07-01T23:42:01.108Z Compiling erased-serde v0.3.31
15372026-07-01T23:42:01.146Z Compiling md-5 v0.10.6
15382026-07-01T23:42:01.146Z Compiling signature v2.2.0
15392026-07-01T23:42:01.278Z Compiling zerocopy-derive v0.7.35
15402026-07-01T23:42:01.317Z Compiling pin-project-internal v1.1.11
15412026-07-01T23:42:01.568Z Compiling async-trait v0.1.89
15422026-07-01T23:42:01.598Z Compiling curve25519-dalek v4.1.3
15432026-07-01T23:42:01.928Z Compiling vergen-lib v9.1.0
15442026-07-01T23:42:02.112Z Compiling num-integer v0.1.46
15452026-07-01T23:42:02.201Z Compiling hash32 v0.2.1
15462026-07-01T23:42:02.201Z Compiling memoffset v0.9.1
15472026-07-01T23:42:02.296Z Compiling encoding_rs v0.8.35
15482026-07-01T23:42:02.355Z Compiling cfg_aliases v0.2.1
15492026-07-01T23:42:02.413Z Compiling ref-cast v1.0.25
15502026-07-01T23:42:02.444Z Compiling smoltcp v0.9.1
15512026-07-01T23:42:02.444Z Compiling zlib-rs v0.6.2
15522026-07-01T23:42:02.574Z Compiling litrs v1.0.0
15532026-07-01T23:42:02.730Z Compiling rustix v0.38.44
15542026-07-01T23:42:02.766Z Compiling fallible-iterator v0.2.0
15552026-07-01T23:42:03.064Z Compiling psl-types v2.0.11
15562026-07-01T23:42:03.093Z Compiling num-bigint-dig v0.8.6
15572026-07-01T23:42:03.093Z Compiling mime v0.3.17
15582026-07-01T23:42:03.189Z Compiling publicsuffix v2.3.0
15592026-07-01T23:42:03.397Z Compiling document-features v0.2.12
15602026-07-01T23:42:03.424Z Compiling postgres-protocol v0.6.10
15612026-07-01T23:42:03.500Z Compiling pin-project v1.1.11
15622026-07-01T23:42:03.594Z Compiling hubpack_derive v0.1.1
15632026-07-01T23:42:03.619Z Compiling nix v0.31.2
15642026-07-01T23:42:03.873Z Compiling num-iter v0.1.45
15652026-07-01T23:42:03.904Z Compiling zerocopy v0.7.35
15662026-07-01T23:42:04.047Z Compiling newtype-uuid v1.3.2
15672026-07-01T23:42:04.073Z Compiling rand v0.8.6
15682026-07-01T23:42:04.368Z Compiling darling v0.21.3
15692026-07-01T23:42:04.383Z Compiling inout v0.2.2
15702026-07-01T23:42:04.396Z Compiling oxnet v0.1.6
15712026-07-01T23:42:04.580Z Compiling snafu-derive v0.8.9
15722026-07-01T23:42:04.580Z Compiling derive_builder v0.20.2
15732026-07-01T23:42:04.701Z Compiling hyper-tls v0.6.0
15742026-07-01T23:42:04.820Z Compiling goblin v0.8.2
15752026-07-01T23:42:05.367Z Compiling phf_shared v0.13.1
15762026-07-01T23:42:05.546Z Compiling flate2 v1.1.9
15772026-07-01T23:42:05.677Z Compiling lazy_static v1.5.0
15782026-07-01T23:42:05.711Z Compiling regex v1.12.3
15792026-07-01T23:42:05.756Z Compiling anstyle-parse v0.2.7
15802026-07-01T23:42:05.778Z Compiling strum_macros v0.27.2
15812026-07-01T23:42:05.778Z Compiling futures-executor v0.3.32
15822026-07-01T23:42:05.923Z Compiling hex v0.4.3
15832026-07-01T23:42:06.033Z Compiling terminal_size v0.4.3
15842026-07-01T23:42:06.240Z Compiling ref-cast-impl v1.0.25
15852026-07-01T23:42:06.557Z Compiling daft-derive v0.1.7
15862026-07-01T23:42:06.557Z Compiling curve25519-dalek-derive v0.1.1
15872026-07-01T23:42:06.592Z Compiling vergen v9.1.0
15882026-07-01T23:42:06.593Z Compiling cargo-platform v0.3.2
15892026-07-01T23:42:06.602Z Compiling ff v0.13.1
15902026-07-01T23:42:06.752Z Compiling fs-err v3.3.0
15912026-07-01T23:42:06.831Z Compiling ahash v0.8.12
15922026-07-01T23:42:06.904Z Compiling bitflags v1.3.2
15932026-07-01T23:42:06.952Z Compiling same-file v1.0.6
15942026-07-01T23:42:06.967Z Compiling bumpalo v3.20.2
15952026-07-01T23:42:06.967Z Compiling winnow v0.5.40
15962026-07-01T23:42:07.068Z Compiling object v0.37.3
15972026-07-01T23:42:07.080Z Compiling managed v0.8.0
15982026-07-01T23:42:07.180Z Compiling foldhash v0.2.0
15992026-07-01T23:42:07.283Z Compiling base16ct v0.2.0
16002026-07-01T23:42:08.241Z Compiling libbz2-rs-sys v0.2.2
16012026-07-01T23:42:08.254Z Compiling foldhash v0.1.5
16022026-07-01T23:42:08.254Z Compiling sec1 v0.7.3
16032026-07-01T23:42:08.255Z Compiling hashbrown v0.15.5
16042026-07-01T23:42:08.255Z Compiling hashbrown v0.16.1
16052026-07-01T23:42:08.256Z Compiling strum v0.27.2
16062026-07-01T23:42:08.256Z Compiling bzip2 v0.6.1
16072026-07-01T23:42:08.256Z Compiling clap_builder v4.6.0
16082026-07-01T23:42:08.256Z Compiling zopfli v0.8.3
16092026-07-01T23:42:08.256Z Compiling toml_edit v0.19.15
16102026-07-01T23:42:08.378Z Compiling walkdir v2.5.0
16112026-07-01T23:42:08.388Z Compiling dof v0.3.0
16122026-07-01T23:42:13.599Z Compiling daft v0.1.7
16132026-07-01T23:42:13.768Z Compiling cargo_metadata v0.23.1
16142026-07-01T23:42:13.768Z Compiling group v0.13.0
16152026-07-01T23:42:13.768Z Compiling snafu v0.8.9
16162026-07-01T23:42:13.768Z Compiling futures v0.3.32
16172026-07-01T23:42:13.768Z Compiling anstream v0.6.21
16182026-07-01T23:42:13.869Z Compiling phf v0.13.1
16192026-07-01T23:42:13.869Z Compiling signal-hook-mio v0.2.5
16202026-07-01T23:42:13.869Z Compiling cookie_store v0.22.1
16212026-07-01T23:42:13.870Z Compiling zstd v0.13.3
16222026-07-01T23:42:13.870Z Compiling reqwest v0.12.28
16232026-07-01T23:42:13.870Z Compiling bzip2 v0.4.4
16242026-07-01T23:42:13.870Z Compiling cipher v0.5.2
16252026-07-01T23:42:13.870Z Compiling serde_with_macros v3.17.0
16262026-07-01T23:42:13.870Z Compiling hubpack v0.1.2
16272026-07-01T23:42:13.870Z Compiling postgres-types v0.2.12
16282026-07-01T23:42:13.870Z Compiling ed25519 v2.2.3
16292026-07-01T23:42:13.870Z Compiling usdt-macro v0.6.0
16302026-07-01T23:42:13.870Z Compiling usdt-attr-macro v0.6.0
16312026-07-01T23:42:13.870Z Compiling globset v0.4.18
16322026-07-01T23:42:13.870Z Compiling dtrace-parser v0.2.0
16332026-07-01T23:42:13.870Z Compiling phf_shared v0.11.3
16342026-07-01T23:42:13.870Z Compiling hkdf v0.12.4
16352026-07-01T23:42:13.870Z Compiling olpc-cjson v0.1.4
16362026-07-01T23:42:13.870Z Compiling pkcs1 v0.7.5
16372026-07-01T23:42:13.870Z Compiling enum-as-inner v0.6.1
16382026-07-01T23:42:13.870Z Compiling clap_derive v4.6.1
16392026-07-01T23:42:13.870Z Compiling strum_macros v0.26.4
16402026-07-01T23:42:13.870Z Compiling pem v3.0.6
16412026-07-01T23:42:13.870Z Compiling serde_plain v1.0.2
16422026-07-01T23:42:13.870Z Compiling serde-big-array v0.5.1
16432026-07-01T23:42:13.870Z Compiling crypto-bigint v0.5.5
16442026-07-01T23:42:13.870Z Compiling serde_repr v0.1.20
16452026-07-01T23:42:13.870Z Compiling async-recursion v1.1.1
16462026-07-01T23:42:13.870Z Compiling float-cmp v0.10.0
16472026-07-01T23:42:17.433Z Compiling thread-id v4.2.2
16482026-07-01T23:42:17.433Z Compiling memmap2 v0.9.10
16492026-07-01T23:42:19.079Z Compiling env_filter v1.0.0
16502026-07-01T23:42:19.079Z Compiling data-encoding v2.10.0
16512026-07-01T23:42:19.079Z Compiling either v1.15.0
16522026-07-01T23:42:19.079Z Compiling jiff v0.2.21
16532026-07-01T23:42:19.079Z Compiling keccak v0.1.6
16542026-07-01T23:42:19.079Z Compiling whoami v2.1.0
16552026-07-01T23:42:19.079Z Compiling fixedbitset v0.4.2
16562026-07-01T23:42:19.079Z Compiling const-oid v0.10.2
16572026-07-01T23:42:19.895Z Compiling static_assertions v1.1.0
16582026-07-01T23:42:19.895Z Compiling normalize-line-endings v0.3.0
16592026-07-01T23:42:19.895Z Compiling new_debug_unreachable v1.0.6
16602026-07-01T23:42:19.895Z Compiling cpufeatures v0.3.0
16612026-07-01T23:42:19.895Z Compiling winnow v1.0.3
16622026-07-01T23:42:19.895Z Compiling typed-path v0.9.3
16632026-07-01T23:42:19.895Z Compiling fixedbitset v0.5.7
16642026-07-01T23:42:19.895Z Compiling precomputed-hash v0.1.1
16652026-07-01T23:42:19.895Z Compiling difflib v0.4.0
16662026-07-01T23:42:19.895Z Compiling predicates-core v1.0.10
16672026-07-01T23:42:19.895Z Compiling string_cache v0.8.9
16682026-07-01T23:42:19.895Z Compiling toml_parser v1.1.2+spec-1.1.0
16692026-07-01T23:42:19.895Z Compiling petgraph v0.8.3
16702026-07-01T23:42:19.895Z Compiling chacha20 v0.10.0
16712026-07-01T23:42:19.895Z Compiling predicates v3.1.4
16722026-07-01T23:42:19.895Z Compiling toml_edit v0.22.27
16732026-07-01T23:42:19.895Z Compiling digest v0.11.3
16742026-07-01T23:42:19.895Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16752026-07-01T23:42:19.895Z Compiling tokio-postgres v0.7.16
16762026-07-01T23:42:19.895Z Compiling petgraph v0.6.5
16772026-07-01T23:42:19.895Z Compiling sha3 v0.10.8
16782026-07-01T23:42:19.895Z Compiling strum v0.26.3
16792026-07-01T23:42:19.895Z Compiling clap v4.6.1
16802026-07-01T23:42:19.895Z Compiling itertools v0.13.0
16812026-07-01T23:42:19.895Z Compiling zip v4.6.1
16822026-07-01T23:42:19.895Z Compiling hickory-proto v0.25.2
16832026-07-01T23:42:19.895Z Compiling elliptic-curve v0.13.8
16842026-07-01T23:42:19.895Z Compiling env_logger v0.11.9
16852026-07-01T23:42:19.895Z Compiling usdt v0.6.0
16862026-07-01T23:42:19.896Z Compiling usdt-impl v0.5.0
16872026-07-01T23:42:19.896Z Compiling rsa v0.9.10
16882026-07-01T23:42:19.896Z Compiling crossterm v0.28.1
16892026-07-01T23:42:19.896Z Compiling serde_with v3.17.0
16902026-07-01T23:42:19.896Z Compiling ed25519-dalek v2.2.0
16912026-07-01T23:42:19.896Z Compiling zip v0.6.6
16922026-07-01T23:42:19.946Z Compiling toml v0.7.8
16932026-07-01T23:42:19.946Z Compiling iddqd v0.4.2
16942026-07-01T23:42:21.482Z Compiling similar v2.7.0
16952026-07-01T23:42:21.482Z Compiling crossbeam-epoch v0.9.18
16962026-07-01T23:42:21.482Z Compiling tokio-stream v0.1.18
16972026-07-01T23:42:21.482Z Compiling buf-list v1.1.2
16982026-07-01T23:42:21.482Z Compiling x509-cert v0.2.5
16992026-07-01T23:42:21.482Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-07-01T23:42:21.482Z Compiling openapiv3 v2.2.0
17012026-07-01T23:42:21.482Z Compiling lalrpop-util v0.19.12
17022026-07-01T23:42:21.482Z Compiling peg-runtime v0.8.5
17032026-07-01T23:42:21.482Z Compiling thread_local v1.1.9
17042026-07-01T23:42:21.516Z Compiling slog-async v2.8.0
17052026-07-01T23:42:21.516Z Compiling crossbeam-channel v0.5.15
17062026-07-01T23:42:22.146Z Compiling filetime v0.2.27
17072026-07-01T23:42:22.295Z Compiling is-terminal v0.4.17
17082026-07-01T23:42:22.295Z Compiling xattr v1.6.1
17092026-07-01T23:42:22.295Z Compiling take_mut v0.2.2
17102026-07-01T23:42:22.295Z Compiling term v1.2.1
17112026-07-01T23:42:22.295Z Compiling tar v0.4.45
17122026-07-01T23:42:22.404Z Compiling slog-term v2.9.2
17132026-07-01T23:42:22.439Z Compiling camino-tempfile v1.4.1
17142026-07-01T23:42:32.176Z Compiling rustls-webpki v0.103.13
17152026-07-01T23:42:34.922Z Compiling tokio-rustls v0.26.4
17162026-07-01T23:42:34.922Z Compiling rustls-platform-verifier v0.6.2
17172026-07-01T23:42:34.938Z Compiling tough v0.22.0
17182026-07-01T23:42:35.124Z Compiling hyper-rustls v0.27.7
17192026-07-01T23:42:35.349Z Compiling reqwest v0.13.2
17202026-07-01T23:42:37.595Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17212026-07-01T23:42:37.821Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17222026-07-01T23:42:40.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17232026-07-01T23:42:40.758Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17242026-07-01T23:42:40.806ZJul 01 23:42:39.898 INFO Starting download, target: Clickhouse
17252026-07-01T23:42:40.806ZJul 01 23:42:39.898 INFO Starting download, target: Cockroach
17262026-07-01T23:42:40.806ZJul 01 23:42:39.898 INFO Starting download, target: Console
17272026-07-01T23:42:40.829ZJul 01 23:42:39.898 INFO Starting download, target: DendriteStub
17282026-07-01T23:42:40.829ZJul 01 23:42:39.898 INFO Starting download, target: MaghemiteMgd
17292026-07-01T23:42:40.829ZJul 01 23:42:39.898 INFO Starting download, target: MaghemiteDdmd
17302026-07-01T23:42:40.829ZJul 01 23:42:39.898 INFO Starting download, target: TransceiverControl
17312026-07-01T23:42:40.829ZJul 01 23:42:39.898 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-07-01T23:42:40.829ZJul 01 23:42:39.898 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-07-01T23:42:40.830ZJul 01 23:42:39.898 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17342026-07-01T23:42:40.830ZJul 01 23:42:39.898 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-07-01T23:42:40.830ZJul 01 23:42:39.898 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-07-01T23:42:40.830ZJul 01 23:42:39.898 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-07-01T23:42:40.830ZJul 01 23:42:39.898 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-07-01T23:42:42.978ZJul 01 23:42:42.066 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17392026-07-01T23:42:43.196ZJul 01 23:42:42.267 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17402026-07-01T23:42:43.373ZJul 01 23:42:42.302 INFO Download complete, target: Console
17412026-07-01T23:42:43.373ZJul 01 23:42:42.310 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-07-01T23:42:43.453ZJul 01 23:42:42.511 INFO Download complete, target: TransceiverControl
17432026-07-01T23:42:49.647ZJul 01 23:42:48.729 INFO Checking that binary works, target: Clickhouse
17442026-07-01T23:42:49.733ZJul 01 23:42:48.827 INFO Download complete, target: Clickhouse
17452026-07-01T23:42:55.374ZJul 01 23:42:54.462 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-07-01T23:42:56.448ZJul 01 23:42:55.522 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17472026-07-01T23:42:57.558ZJul 01 23:42:56.636 INFO Download complete, target: DendriteStub
17482026-07-01T23:42:58.168ZJul 01 23:42:57.239 INFO Download complete, target: MaghemiteDdmd
17492026-07-01T23:43:04.107ZJul 01 23:43:03.138 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17502026-07-01T23:43:06.278ZJul 01 23:43:05.372 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17512026-07-01T23:43:06.278ZJul 01 23:43:05.372 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17522026-07-01T23:43:06.456ZJul 01 23:43:05.517 INFO Download complete, target: MaghemiteMgd
17532026-07-01T23:43:10.701ZJul 01 23:43:09.802 INFO Checking that binary works, target: Cockroach
17542026-07-01T23:43:10.818ZJul 01 23:43:09.920 INFO Download complete, target: Cockroach
17552026-07-01T23:43:10.835Z
17562026-07-01T23:43:10.835Zreal 2:23.570198231
17572026-07-01T23:43:10.835Zuser 6:35.893255655
17582026-07-01T23:43:10.835Zsys 1:20.811845056
17592026-07-01T23:43:10.835Ztrap 0.216745593
17602026-07-01T23:43:10.836Ztflt 0.536108676
17612026-07-01T23:43:10.836Zdflt 0.847428732
17622026-07-01T23:43:10.836Zkflt 0.026420818
17632026-07-01T23:43:10.836Zlock 28:02.628725623
17642026-07-01T23:43:10.836Zslp 20:51.304381482
17652026-07-01T23:43:10.836Zlat 43.579593362
17662026-07-01T23:43:10.836Zstop 1:57.994726312
17672026-07-01T23:43:10.860ZAll builder prerequisites installed successfully, and PATH looks valid
17682026-07-01T23:43:10.860Z+ banner clippy
17692026-07-01T23:43:10.860Z
17702026-07-01T23:43:10.860Z #### # # ##### ##### # #
17712026-07-01T23:43:10.860Z # # # # # # # # # #
17722026-07-01T23:43:10.860Z # # # # # # # #
17732026-07-01T23:43:10.860Z # # # ##### ##### #
17742026-07-01T23:43:10.860Z # # # # # # #
17752026-07-01T23:43:10.860Z #### ###### # # # #
17762026-07-01T23:43:10.860Z
17772026-07-01T23:43:10.860Z+ export CARGO_INCREMENTAL=0
17782026-07-01T23:43:10.860Z+ CARGO_INCREMENTAL=0
17792026-07-01T23:43:10.860Z+ ptime -m cargo xtask clippy
17802026-07-01T23:43:11.289Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17812026-07-01T23:43:11.575Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17822026-07-01T23:43:13.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
17832026-07-01T23:43:13.378Z Running `target/debug/xtask clippy`
17842026-07-01T23:43:13.404Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17852026-07-01T23:43:13.954Z Downloading crates ...
17862026-07-01T23:43:14.169Z Downloaded cfg-expr v0.20.6
17872026-07-01T23:43:14.172Z Downloaded partial-io v0.5.4
17882026-07-01T23:43:14.172Z Downloaded anes v0.1.6
17892026-07-01T23:43:14.177Z Downloaded approx v0.5.1
17902026-07-01T23:43:14.182Z Downloaded addr2line v0.25.1
17912026-07-01T23:43:14.182Z Downloaded assert_cmd v2.1.2
17922026-07-01T23:43:14.193Z Downloaded assert-json-diff v2.0.2
17932026-07-01T23:43:14.207Z Downloaded nested v0.1.1
17942026-07-01T23:43:14.207Z Downloaded constant_time_eq v0.3.1
17952026-07-01T23:43:14.207Z Downloaded hex-literal v0.4.1
17962026-07-01T23:43:14.207Z Downloaded escape8259 v0.5.3
17972026-07-01T23:43:14.214Z Downloaded knuffel-derive v3.2.0
17982026-07-01T23:43:14.214Z Downloaded async-lock v3.4.2
17992026-07-01T23:43:14.214Z Downloaded event-listener-strategy v0.5.4
18002026-07-01T23:43:14.214Z Downloaded cast v0.3.0
18012026-07-01T23:43:14.222Z Downloaded criterion v0.7.0
18022026-07-01T23:43:14.225Z Downloaded parking v2.2.1
18032026-07-01T23:43:14.226Z Downloaded backtrace-ext v0.2.1
18042026-07-01T23:43:14.226Z Downloaded linkme-impl v0.3.35
18052026-07-01T23:43:14.231Z Downloaded terminal_size v0.1.17
18062026-07-01T23:43:14.231Z Downloaded guppy-workspace-hack v0.1.0
18072026-07-01T23:43:14.231Z Downloaded plotters-backend v0.3.7
18082026-07-01T23:43:14.236Z Downloaded knuffel v3.2.0
18092026-07-01T23:43:14.244Z Downloaded miette-derive v5.10.0
18102026-07-01T23:43:14.249Z Downloaded serde_regex v1.1.0
18112026-07-01T23:43:14.249Z Downloaded oorandom v11.1.5
18122026-07-01T23:43:14.252Z Downloaded futures-timer v3.0.3
18132026-07-01T23:43:14.252Z Downloaded pathdiff v0.2.3
18142026-07-01T23:43:14.252Z Downloaded target-triple v1.0.0
18152026-07-01T23:43:14.264Z Downloaded supports-unicode v2.1.0
18162026-07-01T23:43:14.264Z Downloaded similar-asserts v1.7.0
18172026-07-01T23:43:14.268Z Downloaded async-object-pool v0.2.0
18182026-07-01T23:43:14.268Z Downloaded supports-hyperlinks v2.1.0
18192026-07-01T23:43:14.269Z Downloaded plotters-svg v0.3.7
18202026-07-01T23:43:14.269Z Downloaded httptest v0.16.4
18212026-07-01T23:43:14.274Z Downloaded libtest-mimic v0.8.1
18222026-07-01T23:43:14.274Z Downloaded chumsky v0.9.3
18232026-07-01T23:43:14.290Z Downloaded supports-color v2.1.0
18242026-07-01T23:43:14.298Z Downloaded concurrent-queue v2.5.0
18252026-07-01T23:43:14.298Z Downloaded owo-colors v3.5.0
18262026-07-01T23:43:14.298Z Downloaded criterion-plot v0.6.0
18272026-07-01T23:43:14.298Z Downloaded linkme v0.3.35
18282026-07-01T23:43:14.302Z Downloaded tinytemplate v1.2.1
18292026-07-01T23:43:14.302Z Downloaded rustc-demangle v0.1.27
18302026-07-01T23:43:14.302Z Downloaded event-listener v5.4.1
18312026-07-01T23:43:14.302Z Downloaded rust-argon2 v2.1.0
18322026-07-01T23:43:14.308Z Downloaded relative-path v1.9.3
18332026-07-01T23:43:14.308Z Downloaded path-tree v0.8.3
18342026-07-01T23:43:14.311Z Downloaded target-spec v3.5.7
18352026-07-01T23:43:14.311Z Downloaded target-lexicon v0.13.3
18362026-07-01T23:43:14.312Z Downloaded termcolor v1.4.1
18372026-07-01T23:43:14.312Z Downloaded hickory-client v0.25.2
18382026-07-01T23:43:14.317Z Downloaded datatest-stable v0.3.3
18392026-07-01T23:43:14.317Z Downloaded blake2b_simd v1.0.4
18402026-07-01T23:43:14.317Z Downloaded stringmetrics v2.2.2
18412026-07-01T23:43:14.332Z Downloaded trybuild v1.0.116
18422026-07-01T23:43:14.332Z Downloaded textwrap v0.15.2
18432026-07-01T23:43:14.338Z Downloaded fancy-regex v0.14.0
18442026-07-01T23:43:14.341Z Downloaded rstest_macros v0.25.0
18452026-07-01T23:43:14.341Z Downloaded rstest v0.25.0
18462026-07-01T23:43:14.501Z Downloaded rand_distr v0.5.1
18472026-07-01T23:43:14.501Z Downloaded miette v5.10.0
18482026-07-01T23:43:14.549Z Downloaded backtrace v0.3.76
18492026-07-01T23:43:14.549Z Downloaded hashbrown v0.14.5
18502026-07-01T23:43:14.549Z Downloaded plotters v0.3.7
18512026-07-01T23:43:14.549Z Downloaded guppy v0.17.25
18522026-07-01T23:43:14.549Z Downloaded gimli v0.32.3
18532026-07-01T23:43:14.549Z Downloaded httpmock v0.8.3
18542026-07-01T23:43:16.163Z Checking cfg-if v1.0.4
18552026-07-01T23:43:16.521Z Checking libc v0.2.185
18562026-07-01T23:43:16.532Z Checking serde_core v1.0.228
18572026-07-01T23:43:16.587Z Checking memchr v2.8.0
18582026-07-01T23:43:16.643Z Checking zeroize v1.8.2
18592026-07-01T23:43:16.666Z Checking smallvec v1.15.1
18602026-07-01T23:43:16.699Z Checking rand_core v0.10.0
18612026-07-01T23:43:16.736Z Checking itoa v1.0.17
18622026-07-01T23:43:16.753Z Checking subtle v2.6.1
18632026-07-01T23:43:16.812Z Checking log v0.4.29
18642026-07-01T23:43:16.873Z Checking libm v0.2.16
18652026-07-01T23:43:16.911Z Checking typenum v1.20.1
18662026-07-01T23:43:16.948Z Checking getrandom v0.4.1
18672026-07-01T23:43:16.952Z Checking errno v0.3.14
18682026-07-01T23:43:17.020Z Checking scopeguard v1.2.0
18692026-07-01T23:43:17.061Z Checking stable_deref_trait v1.2.1
18702026-07-01T23:43:17.098Z Checking zmij v1.0.21
18712026-07-01T23:43:17.142Z Checking zerofrom v0.1.6
18722026-07-01T23:43:17.180Z Checking lock_api v0.4.14
18732026-07-01T23:43:17.214Z Checking percent-encoding v2.3.2
18742026-07-01T23:43:17.250Z Checking writeable v0.6.2
18752026-07-01T23:43:17.287Z Checking yoke v0.8.1
18762026-07-01T23:43:17.326Z Checking litemap v0.8.1
18772026-07-01T23:43:17.396Z Checking icu_normalizer_data v2.1.1
18782026-07-01T23:43:17.425Z Checking icu_properties_data v2.1.2
18792026-07-01T23:43:17.466Z Checking pin-project-lite v0.2.17
18802026-07-01T23:43:17.497Z Checking zerovec v0.11.5
18812026-07-01T23:43:17.497Z Checking zerotrie v0.2.3
18822026-07-01T23:43:17.556Z Checking num-traits v0.2.19
18832026-07-01T23:43:17.563Z Checking form_urlencoded v1.2.2
18842026-07-01T23:43:17.626Z Checking utf8_iter v1.0.4
18852026-07-01T23:43:17.671Z Checking parking_lot_core v0.9.12
18862026-07-01T23:43:17.724Z Checking zerocopy v0.8.40
18872026-07-01T23:43:17.775Z Checking portable-atomic v1.13.1
18882026-07-01T23:43:17.828Z Checking critical-section v1.2.0
18892026-07-01T23:43:17.875Z Checking signal-hook-registry v1.4.8
18902026-07-01T23:43:17.892Z Checking parking_lot v0.12.5
18912026-07-01T23:43:17.919Z Checking mio v1.2.0
18922026-07-01T23:43:17.963Z Checking tinystr v0.8.2
18932026-07-01T23:43:18.017Z Checking potential_utf v0.1.4
18942026-07-01T23:43:18.055Z Checking serde v1.0.228
18952026-07-01T23:43:18.091Z Checking serde_json v1.0.150
18962026-07-01T23:43:18.124Z Checking bitflags v2.11.0
18972026-07-01T23:43:18.160Z Checking icu_locale_core v2.1.1
18982026-07-01T23:43:18.200Z Checking icu_collections v2.1.1
18992026-07-01T23:43:18.205Z Checking once_cell v1.21.3
19002026-07-01T23:43:18.280Z Checking socket2 v0.6.3
19012026-07-01T23:43:18.317Z Checking iana-time-zone v0.1.65
19022026-07-01T23:43:18.443Z Checking uuid v1.23.4
19032026-07-01T23:43:18.482Z Checking bytes v1.11.1
19042026-07-01T23:43:18.486Z Checking chrono v0.4.44
19052026-07-01T23:43:18.555Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19062026-07-01T23:43:18.555Z Checking thiserror v2.0.18
19072026-07-01T23:43:18.709Z Checking semver v1.0.28
19082026-07-01T23:43:18.761Z Checking icu_provider v2.1.1
19092026-07-01T23:43:18.786Z Checking futures-core v0.3.32
19102026-07-01T23:43:18.791Z Checking dyn-clone v1.0.20
19112026-07-01T23:43:18.900Z Checking getrandom v0.2.17
19122026-07-01T23:43:18.938Z Checking equivalent v1.0.2
19132026-07-01T23:43:18.942Z Checking cmov v0.5.4
19142026-07-01T23:43:19.009Z Checking tokio v1.52.1
19152026-07-01T23:43:19.024Z Checking icu_properties v2.1.2
19162026-07-01T23:43:19.024Z Checking icu_normalizer v2.1.1
19172026-07-01T23:43:19.099Z Checking rand_core v0.6.4
19182026-07-01T23:43:19.102Z Checking rustix v1.1.3
19192026-07-01T23:43:19.173Z Checking ctutils v0.4.2
19202026-07-01T23:43:19.313Z Checking futures-sink v0.3.32
19212026-07-01T23:43:19.358Z Checking byteorder v1.5.0
19222026-07-01T23:43:19.391Z Checking futures-io v0.3.32
19232026-07-01T23:43:19.429Z Checking futures-channel v0.3.32
19242026-07-01T23:43:19.433Z Checking hybrid-array v0.4.13
19252026-07-01T23:43:19.535Z Checking futures-task v0.3.32
19262026-07-01T23:43:19.590Z Checking slab v0.4.12
19272026-07-01T23:43:19.646Z Checking generic-array v0.14.7
19282026-07-01T23:43:19.697Z Checking thiserror v1.0.69
19292026-07-01T23:43:19.761Z Checking futures-util v0.3.32
19302026-07-01T23:43:19.825Z Checking getrandom v0.3.4
19312026-07-01T23:43:19.899Z Checking idna_adapter v1.2.1
19322026-07-01T23:43:19.986Z Checking hashbrown v0.17.0
19332026-07-01T23:43:20.023Z Checking const-oid v0.9.6
19342026-07-01T23:43:20.057Z Checking idna v1.1.0
19352026-07-01T23:43:20.125Z Checking base64ct v1.8.3
19362026-07-01T23:43:20.236Z Checking crypto-common v0.2.2
19372026-07-01T23:43:20.322Z Checking url v2.5.8
19382026-07-01T23:43:20.400Z Checking crypto-common v0.1.7
19392026-07-01T23:43:20.450Z Checking ppv-lite86 v0.2.21
19402026-07-01T23:43:20.486Z Checking indexmap v2.14.0
19412026-07-01T23:43:20.529Z Checking fnv v1.0.7
19422026-07-01T23:43:20.645Z Checking regex-syntax v0.8.10
19432026-07-01T23:43:20.724Z Checking block-buffer v0.12.1
19442026-07-01T23:43:20.775Z Checking block-buffer v0.10.4
19452026-07-01T23:43:20.811Z Checking schemars v0.8.22
19462026-07-01T23:43:20.862Z Checking http v1.4.2
19472026-07-01T23:43:20.921Z Checking tracing-core v0.1.36
19482026-07-01T23:43:20.956Z Checking digest v0.10.7
19492026-07-01T23:43:21.082Z Checking base64 v0.22.1
19502026-07-01T23:43:21.182Z Checking utf8parse v0.2.2
19512026-07-01T23:43:21.266Z Checking tracing v0.1.44
19522026-07-01T23:43:21.313Z Checking anstyle v1.0.14
19532026-07-01T23:43:21.352Z Checking anstyle-query v1.1.5
19542026-07-01T23:43:21.458Z Checking colorchoice v1.0.4
19552026-07-01T23:43:21.492Z Checking is_terminal_polyfill v1.70.2
19562026-07-01T23:43:21.498Z Checking ipnet v2.11.0
19572026-07-01T23:43:21.520Z Checking const-oid v0.10.2
19582026-07-01T23:43:21.586Z Checking anstyle-parse v1.0.0
19592026-07-01T23:43:21.590Z Checking terminal_size v0.4.3
19602026-07-01T23:43:21.652Z Checking aho-corasick v1.1.4
19612026-07-01T23:43:21.700Z Checking crossbeam-utils v0.8.21
19622026-07-01T23:43:21.728Z Checking unicode-ident v1.0.24
19632026-07-01T23:43:21.767Z Checking anstream v1.0.0
19642026-07-01T23:43:21.770Z Checking clap_lex v1.0.0
19652026-07-01T23:43:21.830Z Checking powerfmt v0.2.0
19662026-07-01T23:43:21.867Z Checking proc-macro2 v1.0.106
19672026-07-01T23:43:21.972Z Checking strsim v0.11.1
19682026-07-01T23:43:22.010Z Checking deranged v0.5.8
19692026-07-01T23:43:22.014Z Checking httparse v1.10.1
19702026-07-01T23:43:22.014Z Checking num-conv v0.2.0
19712026-07-01T23:43:22.107Z Checking num_threads v0.1.7
19722026-07-01T23:43:22.174Z Checking clap_builder v4.6.0
19732026-07-01T23:43:22.192Z Checking quote v1.0.45
19742026-07-01T23:43:22.234Z Checking time-core v0.1.8
19752026-07-01T23:43:22.238Z Checking tokio-util v0.7.18
19762026-07-01T23:43:22.262Z Checking cpufeatures v0.3.0
19772026-07-01T23:43:22.329Z Checking rand_core v0.9.5
19782026-07-01T23:43:22.364Z Checking digest v0.11.3
19792026-07-01T23:43:22.370Z Checking regex-automata v0.4.14
19802026-07-01T23:43:22.429Z Checking erased-serde v0.3.31
19812026-07-01T23:43:22.432Z Checking syn v2.0.117
19822026-07-01T23:43:22.522Z Checking http-body v1.0.1
19832026-07-01T23:43:22.580Z Checking atomic-waker v1.1.2
19842026-07-01T23:43:22.688Z Checking allocator-api2 v0.2.21
19852026-07-01T23:43:22.713Z Checking cpufeatures v0.2.17
19862026-07-01T23:43:22.811Z Checking rand_chacha v0.9.0
19872026-07-01T23:43:22.842Z Checking slog v2.8.2
19882026-07-01T23:43:22.918Z Checking aws-lc-sys v0.40.0
19892026-07-01T23:43:22.948Z Checking time v0.3.47
19902026-07-01T23:43:23.002Z Checking anyhow v1.0.102
19912026-07-01T23:43:23.028Z Checking rustls-pki-types v1.14.0
19922026-07-01T23:43:23.122Z Checking try-lock v0.2.5
19932026-07-01T23:43:23.212Z Checking untrusted v0.7.1
19942026-07-01T23:43:23.249Z Checking httpdate v1.0.3
19952026-07-01T23:43:23.335Z Checking want v0.3.1
19962026-07-01T23:43:23.366Z Checking rand v0.9.2
19972026-07-01T23:43:23.400Z Checking clap v4.6.1
19982026-07-01T23:43:23.439Z Checking h2 v0.4.15
19992026-07-01T23:43:23.448Z Checking aws-lc-rs v1.16.3
20002026-07-01T23:43:23.505Z Checking tower-service v0.3.3
20012026-07-01T23:43:23.515Z Checking ryu v1.0.23
20022026-07-01T23:43:23.623Z Checking tower-layer v0.3.3
20032026-07-01T23:43:23.692Z Checking ipnetwork v0.21.1
20042026-07-01T23:43:23.795Z Checking hex v0.4.3
20052026-07-01T23:43:23.855Z Checking fastrand v2.3.0
20062026-07-01T23:43:23.959Z Checking mime v0.3.17
20072026-07-01T23:43:24.054Z Checking untrusted v0.9.0
20082026-07-01T23:43:24.079Z Checking pem-rfc7468 v0.7.0
20092026-07-01T23:43:24.129Z Checking block-padding v0.4.2
20102026-07-01T23:43:24.158Z Checking spin v0.9.8
20112026-07-01T23:43:24.202Z Checking flagset v0.4.7
20122026-07-01T23:43:24.259Z Checking http-body-util v0.1.3
20132026-07-01T23:43:24.286Z Checking inout v0.2.2
20142026-07-01T23:43:24.291Z Checking pretty-hex v0.4.1
20152026-07-01T23:43:24.325Z Checking rustls-webpki v0.103.13
20162026-07-01T23:43:24.389Z Checking der v0.7.10
20172026-07-01T23:43:24.411Z Checking simd-adler32 v0.3.8
20182026-07-01T23:43:24.455Z Checking tempfile v3.25.0
20192026-07-01T23:43:24.513Z Checking adler2 v2.0.1
20202026-07-01T23:43:24.535Z Checking openssl-probe v0.2.1
20212026-07-01T23:43:24.608Z Checking plain v0.2.3
20222026-07-01T23:43:24.643Z Checking miniz_oxide v0.8.9
20232026-07-01T23:43:24.679Z Checking cipher v0.5.2
20242026-07-01T23:43:24.682Z Checking regex v1.12.3
20252026-07-01T23:43:24.746Z Checking serde_urlencoded v0.7.1
20262026-07-01T23:43:24.751Z Checking rustls v0.23.41
20272026-07-01T23:43:24.751Z Checking camino v1.2.2
20282026-07-01T23:43:24.974Z Checking encoding_rs v0.8.35
20292026-07-01T23:43:25.006Z Checking ucd-trie v0.1.7
20302026-07-01T23:43:25.010Z Checking rand_chacha v0.3.1
20312026-07-01T23:43:25.069Z Checking oxnet v0.1.6
20322026-07-01T23:43:25.102Z Checking sync_wrapper v1.0.2
20332026-07-01T23:43:25.140Z Checking spki v0.7.3
20342026-07-01T23:43:25.158Z Checking pest v2.8.6
20352026-07-01T23:43:25.286Z Checking either v1.15.0
20362026-07-01T23:43:25.313Z Checking rand v0.8.6
20372026-07-01T23:43:25.351Z Checking tower v0.5.3
20382026-07-01T23:43:25.393Z Checking futures-executor v0.3.32
20392026-07-01T23:43:25.486Z Checking crc32fast v1.5.0
20402026-07-01T23:43:25.567Z Checking iri-string v0.7.10
20412026-07-01T23:43:25.654Z Checking futures v0.3.32
20422026-07-01T23:43:25.770Z Checking static_assertions v1.1.0
20432026-07-01T23:43:25.795Z Checking foldhash v0.2.0
20442026-07-01T23:43:25.846Z Checking pkcs8 v0.10.2
20452026-07-01T23:43:25.879Z Checking openapiv3 v2.2.0
20462026-07-01T23:43:25.949Z Checking hubpack v0.1.2
20472026-07-01T23:43:25.989Z Checking hashbrown v0.16.1
20482026-07-01T23:43:26.049Z Checking zlib-rs v0.6.2
20492026-07-01T23:43:26.147Z Checking rustls-native-certs v0.8.3
20502026-07-01T23:43:26.296Z Checking hyper v1.10.1
20512026-07-01T23:43:26.329Z Checking sha2 v0.10.9
20522026-07-01T23:43:26.337Z Checking strum v0.26.3
20532026-07-01T23:43:26.496Z Checking psl-types v2.0.11
20542026-07-01T23:43:26.532Z Checking lazy_static v1.5.0
20552026-07-01T23:43:26.629Z Checking cookie v0.18.1
20562026-07-01T23:43:26.633Z Checking tower-http v0.6.8
20572026-07-01T23:43:26.696Z Checking tinyvec_macros v0.1.1
20582026-07-01T23:43:26.699Z Checking publicsuffix v2.3.0
20592026-07-01T23:43:26.804Z Checking tinyvec v1.10.0
20602026-07-01T23:43:26.902Z Checking scroll v0.13.0
20612026-07-01T23:43:26.923Z Checking cookie_store v0.22.1
20622026-07-01T23:43:26.956Z Checking flate2 v1.1.9
20632026-07-01T23:43:26.991Z Checking signature v2.2.0
20642026-07-01T23:43:27.080Z Checking tokio-rustls v0.26.4
20652026-07-01T23:43:27.129Z Checking rustls-platform-verifier v0.6.2
20662026-07-01T23:43:27.164Z Checking num-integer v0.1.46
20672026-07-01T23:43:27.188Z Checking goblin v0.10.5
20682026-07-01T23:43:27.234Z Checking memmap2 v0.9.10
20692026-07-01T23:43:27.274Z Checking hyper-util v0.1.20
20702026-07-01T23:43:27.293Z Checking bit-vec v0.8.0
20712026-07-01T23:43:27.334Z Checking data-encoding v2.10.0
20722026-07-01T23:43:27.340Z Checking dtrace-parser v0.3.0
20732026-07-01T23:43:27.340Z Checking hmac v0.12.1
20742026-07-01T23:43:27.429Z Checking wait-timeout v0.2.1
20752026-07-01T23:43:27.464Z Checking thread-id v5.1.0
20762026-07-01T23:43:27.506Z Checking bit-set v0.8.0
20772026-07-01T23:43:27.549Z Checking bstr v1.12.1
20782026-07-01T23:43:27.585Z Checking crossbeam-epoch v0.9.18
20792026-07-01T23:43:27.591Z Checking anstyle-parse v0.2.7
20802026-07-01T23:43:27.694Z Checking ahash v0.8.12
20812026-07-01T23:43:27.732Z Checking toml_datetime v0.6.11
20822026-07-01T23:43:27.760Z Checking serde_spanned v0.6.9
20832026-07-01T23:43:27.839Z Checking quick-error v1.2.3
20842026-07-01T23:43:27.869Z Checking anstream v0.6.21
20852026-07-01T23:43:27.882Z Checking rand_xorshift v0.4.0
20862026-07-01T23:43:27.882Z Checking memoffset v0.9.1
20872026-07-01T23:43:27.935Z Checking scroll v0.12.0
20882026-07-01T23:43:27.944Z Checking rusty-fork v0.3.1
20892026-07-01T23:43:28.008Z Checking unarray v0.1.4
20902026-07-01T23:43:28.015Z Checking x509-cert v0.2.5
20912026-07-01T23:43:28.068Z Checking zerocopy v0.7.35
20922026-07-01T23:43:28.082Z Checking unicode-segmentation v1.12.0
20932026-07-01T23:43:28.137Z Checking num-iter v0.1.45
20942026-07-01T23:43:28.169Z Checking proptest v1.10.0
20952026-07-01T23:43:28.203Z Checking goblin v0.8.2
20962026-07-01T23:43:28.269Z Checking dtrace-parser v0.2.0
20972026-07-01T23:43:28.431Z Checking ff v0.13.1
20982026-07-01T23:43:28.533Z Checking hyper-rustls v0.27.7
20992026-07-01T23:43:28.551Z Checking thread-id v4.2.2
21002026-07-01T23:43:28.594Z Checking foreign-types-shared v0.1.1
21012026-07-01T23:43:28.599Z Checking base16ct v0.2.0
21022026-07-01T23:43:28.662Z Checking group v0.13.0
21032026-07-01T23:43:28.711Z Checking foreign-types v0.3.2
21042026-07-01T23:43:28.740Z Checking nix v0.31.2
21052026-07-01T23:43:28.783Z Checking sec1 v0.7.3
21062026-07-01T23:43:28.789Z Checking reqwest v0.13.2
21072026-07-01T23:43:28.845Z Checking hkdf v0.12.4
21082026-07-01T23:43:28.850Z Checking crypto-bigint v0.5.5
21092026-07-01T23:43:28.998Z Checking rustix v0.38.44
21102026-07-01T23:43:29.002Z Checking openssl-sys v0.9.115
21112026-07-01T23:43:29.402Z Checking env_filter v1.0.0
21122026-07-01T23:43:29.481Z Checking dof v0.4.0
21132026-07-01T23:43:29.583Z Checking keccak v0.1.6
21142026-07-01T23:43:29.684Z Checking same-file v1.0.6
21152026-07-01T23:43:29.768Z Checking winnow v0.7.14
21162026-07-01T23:43:29.807Z Checking elliptic-curve v0.13.8
21172026-07-01T23:43:29.837Z Checking walkdir v2.5.0
21182026-07-01T23:43:29.874Z Checking sha3 v0.10.8
21192026-07-01T23:43:29.976Z Checking env_logger v0.11.9
21202026-07-01T23:43:30.007Z Checking newtype-uuid v1.3.2
21212026-07-01T23:43:30.028Z Checking openssl v0.10.79
21222026-07-01T23:43:30.098Z Checking dof v0.3.0
21232026-07-01T23:43:30.133Z Checking usdt-impl v0.6.0
21242026-07-01T23:43:30.137Z Checking num-bigint-dig v0.8.6
21252026-07-01T23:43:30.137Z Checking pkcs1 v0.7.5
21262026-07-01T23:43:30.232Z Checking itertools v0.13.0
21272026-07-01T23:43:30.236Z Checking daft v0.1.7
21282026-07-01T23:43:30.394Z Checking usdt-impl v0.5.0
21292026-07-01T23:43:30.397Z Checking serde_with v3.17.0
21302026-07-01T23:43:30.460Z Checking usdt v0.6.0
21312026-07-01T23:43:30.517Z Checking siphasher v1.0.2
21322026-07-01T23:43:30.646Z Checking bitflags v1.3.2
21332026-07-01T23:43:30.700Z Checking winnow v1.0.3
21342026-07-01T23:43:30.735Z Checking unicode-normalization v0.1.25
21352026-07-01T23:43:30.804Z Checking signal-hook v0.3.18
21362026-07-01T23:43:30.975Z Checking managed v0.8.0
21372026-07-01T23:43:31.011Z Checking winnow v0.5.40
21382026-07-01T23:43:31.052Z Checking rsa v0.9.10
21392026-07-01T23:43:31.057Z Checking toml_parser v1.1.2+spec-1.1.0
21402026-07-01T23:43:31.180Z Checking toml_write v0.1.2
21412026-07-01T23:43:31.217Z Checking chacha20 v0.10.0
21422026-07-01T23:43:31.303Z Checking curve25519-dalek v4.1.3
21432026-07-01T23:43:31.369Z Checking toml_edit v0.22.27
21442026-07-01T23:43:31.428Z Checking bzip2-sys v0.1.13+1.0.8
21452026-07-01T23:43:31.491Z Checking object v0.37.3
21462026-07-01T23:43:31.537Z Checking foldhash v0.1.5
21472026-07-01T23:43:31.576Z Checking bzip2 v0.4.4
21482026-07-01T23:43:31.696Z Checking hashbrown v0.15.5
21492026-07-01T23:43:31.760Z Checking signal-hook-mio v0.2.5
21502026-07-01T23:43:31.844Z Checking globset v0.4.18
21512026-07-01T23:43:31.898Z Checking ed25519 v2.2.3
21522026-07-01T23:43:32.068Z Checking native-tls v0.2.18
21532026-07-01T23:43:32.101Z Checking ref-cast v1.0.25
21542026-07-01T23:43:32.145Z Checking zstd-sys v2.0.16+zstd.1.5.7
21552026-07-01T23:43:32.160Z Checking ed25519-dalek v2.2.0
21562026-07-01T23:43:32.205Z Checking zip v0.6.6
21572026-07-01T23:43:32.214Z Checking toml_edit v0.19.15
21582026-07-01T23:43:32.277Z Checking pin-project v1.1.11
21592026-07-01T23:43:32.284Z Checking tokio-native-tls v0.3.1
21602026-07-01T23:43:32.285Z Checking zstd-safe v7.2.4
21612026-07-01T23:43:32.389Z Checking bumpalo v3.20.2
21622026-07-01T23:43:32.425Z Checking libbz2-rs-sys v0.2.2
21632026-07-01T23:43:32.468Z Checking crossterm v0.28.1
21642026-07-01T23:43:32.505Z Checking hyper-tls v0.6.0
21652026-07-01T23:43:32.540Z Checking zstd v0.13.3
21662026-07-01T23:43:32.575Z Checking similar v2.7.0
21672026-07-01T23:43:32.615Z Checking zopfli v0.8.3
21682026-07-01T23:43:32.708Z Checking reqwest v0.12.28
21692026-07-01T23:43:32.748Z Checking fs-err v3.3.0
21702026-07-01T23:43:32.836Z Checking bzip2 v0.6.1
21712026-07-01T23:43:32.966Z Checking pem v3.0.6
21722026-07-01T23:43:33.000Z Checking hash32 v0.2.1
21732026-07-01T23:43:33.034Z Checking serde-big-array v0.5.1
21742026-07-01T23:43:33.095Z Checking unicode-properties v0.1.4
21752026-07-01T23:43:33.146Z Checking predicates-core v1.0.10
21762026-07-01T23:43:33.181Z Checking jiff v0.2.21
21772026-07-01T23:43:33.216Z Checking unicode-bidi v0.3.18
21782026-07-01T23:43:33.219Z Checking heapless v0.7.17
21792026-07-01T23:43:33.283Z Checking toml v0.7.8
21802026-07-01T23:43:33.288Z Checking snafu v0.8.9
21812026-07-01T23:43:33.350Z Checking olpc-cjson v0.1.4
21822026-07-01T23:43:33.462Z Checking hickory-proto v0.25.2
21832026-07-01T23:43:33.509Z Checking md-5 v0.10.6
21842026-07-01T23:43:33.542Z Checking stringprep v0.1.5
21852026-07-01T23:43:33.579Z Checking serde_plain v1.0.2
21862026-07-01T23:43:33.612Z Checking float-cmp v0.10.0
21872026-07-01T23:43:33.667Z Checking normalize-line-endings v0.3.0
21882026-07-01T23:43:33.703Z Checking difflib v0.4.0
21892026-07-01T23:43:33.736Z Checking fallible-iterator v0.2.0
21902026-07-01T23:43:33.773Z Checking typed-path v0.9.3
21912026-07-01T23:43:33.778Z Checking smoltcp v0.9.1
21922026-07-01T23:43:33.835Z Checking iddqd v0.4.2
21932026-07-01T23:43:33.840Z Checking phf_shared v0.11.3
21942026-07-01T23:43:33.900Z Checking predicates v3.1.4
21952026-07-01T23:43:34.050Z Checking postgres-protocol v0.6.10
21962026-07-01T23:43:34.069Z Checking phf_shared v0.13.1
21972026-07-01T23:43:34.223Z Checking tokio-stream v0.1.18
21982026-07-01T23:43:34.281Z Checking buf-list v1.1.2
21992026-07-01T23:43:34.363Z Checking strum v0.27.2
22002026-07-01T23:43:34.402Z Checking fixedbitset v0.4.2
22012026-07-01T23:43:34.486Z Checking precomputed-hash v0.1.1
22022026-07-01T23:43:34.522Z Checking fixedbitset v0.5.7
22032026-07-01T23:43:34.582Z Checking new_debug_unreachable v1.0.6
22042026-07-01T23:43:34.619Z Checking lalrpop-util v0.19.12
22052026-07-01T23:43:34.624Z Checking tough v0.22.0
22062026-07-01T23:43:34.624Z Checking petgraph v0.6.5
22072026-07-01T23:43:34.709Z Checking string_cache v0.8.9
22082026-07-01T23:43:34.742Z Checking petgraph v0.8.3
22092026-07-01T23:43:34.778Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22102026-07-01T23:43:34.824Z Checking postgres-types v0.2.12
22112026-07-01T23:43:34.901Z Checking phf v0.13.1
22122026-07-01T23:43:35.075Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22132026-07-01T23:43:35.149Z Checking whoami v2.1.0
22142026-07-01T23:43:35.367Z Checking peg-runtime v0.8.5
22152026-07-01T23:43:35.412Z Checking tokio-postgres v0.7.16
22162026-07-01T23:43:35.415Z Checking zip v4.6.1
22172026-07-01T23:43:35.655Z Checking is-terminal v0.4.17
22182026-07-01T23:43:35.778Z Checking crossbeam-channel v0.5.15
22192026-07-01T23:43:35.946Z Checking thread_local v1.1.9
22202026-07-01T23:43:36.060Z Compiling structmeta-derive v0.3.0
22212026-07-01T23:43:36.141Z Checking term v1.2.1
22222026-07-01T23:43:36.175Z Checking take_mut v0.2.2
22232026-07-01T23:43:36.305Z Checking slog-async v2.8.0
22242026-07-01T23:43:36.338Z Compiling newtype-uuid-macros v0.1.0
22252026-07-01T23:43:36.341Z Compiling multer v3.1.0
22262026-07-01T23:43:36.412Z Checking slog-term v2.9.2
22272026-07-01T23:43:36.501Z Compiling async-stream-impl v0.3.6
22282026-07-01T23:43:36.680Z Checking match_cfg v0.1.0
22292026-07-01T23:43:36.708Z Checking slog-json v2.6.1
22302026-07-01T23:43:36.711Z Compiling dropshot v0.17.1
22312026-07-01T23:43:36.777Z Checking hostname v0.3.1
22322026-07-01T23:43:36.810Z Compiling dropshot_endpoint v0.17.1
22332026-07-01T23:43:36.889Z Checking debug-ignore v1.0.5
22342026-07-01T23:43:36.924Z Checking slog-bunyan v2.5.0
22352026-07-01T23:43:37.014Z Checking progenitor-client v0.14.0
22362026-07-01T23:43:37.060Z Checking sha1 v0.11.0
22372026-07-01T23:43:37.069Z Checking serde_path_to_error v0.1.20
22382026-07-01T23:43:37.155Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22392026-07-01T23:43:37.185Z Checking toml_datetime v1.1.1+spec-1.1.0
22402026-07-01T23:43:37.206Z Compiling structmeta v0.3.0
22412026-07-01T23:43:37.260Z Checking serde_spanned v1.1.1
22422026-07-01T23:43:37.354Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22432026-07-01T23:43:37.378Z Checking toml_writer v1.1.1+spec-1.1.0
22442026-07-01T23:43:37.399Z Checking compression-core v0.4.31
22452026-07-01T23:43:37.399Z Checking async-stream v0.3.6
22462026-07-01T23:43:37.483Z Compiling derive-ex v0.1.8
22472026-07-01T23:43:37.544Z Checking compression-codecs v0.4.37
22482026-07-01T23:43:37.582Z Checking rustls-pemfile v2.2.0
22492026-07-01T23:43:37.605Z Checking toml v1.1.2+spec-1.1.0
22502026-07-01T23:43:37.642Z Checking waitgroup v0.1.2
22512026-07-01T23:43:37.691Z Checking hostname v0.4.2
22522026-07-01T23:43:37.742Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22532026-07-01T23:43:37.776Z Checking async-compression v0.4.41
22542026-07-01T23:43:37.776Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22552026-07-01T23:43:37.897Z Checking atomicwrites v0.4.4
22562026-07-01T23:43:38.187Z Checking itertools v0.14.0
22572026-07-01T23:43:38.187Z Compiling parse-display-derive v0.10.0
22582026-07-01T23:43:38.328Z Checking macaddr v1.0.1
22592026-07-01T23:43:38.328Z Checking regress v0.10.5
22602026-07-01T23:43:38.328Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22612026-07-01T23:43:38.328Z Checking instant v0.1.13
22622026-07-01T23:43:38.328Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22632026-07-01T23:43:38.405Z Checking backoff v0.4.0
22642026-07-01T23:43:38.508Z Checking backon v1.6.0
22652026-07-01T23:43:38.548Z Checking humantime v2.3.0
22662026-07-01T23:43:38.549Z Checking unicode-width v0.2.0
22672026-07-01T23:43:38.636Z Checking progenitor-extras v0.2.0
22682026-07-01T23:43:38.685Z Compiling convert_case v0.4.0
22692026-07-01T23:43:38.793Z Checking heck v0.5.0
22702026-07-01T23:43:38.875Z Checking half v2.7.1
22712026-07-01T23:43:38.963Z Checking ciborium-io v0.2.2
22722026-07-01T23:43:39.015Z Checking secrecy v0.10.3
22732026-07-01T23:43:39.054Z Checking camino-tempfile v1.4.1
22742026-07-01T23:43:39.099Z Compiling derive_more v0.99.20
22752026-07-01T23:43:39.300Z Compiling regress v0.11.1
22762026-07-01T23:43:39.340Z Checking ciborium-ll v0.2.2
22772026-07-01T23:43:39.341Z Compiling test-strategy v0.4.5
22782026-07-01T23:43:39.341Z Checking indent_write v2.2.0
22792026-07-01T23:43:39.388Z Checking ciborium v0.2.2
22802026-07-01T23:43:39.445Z Compiling crucible-workspace-hack v0.1.0
22812026-07-01T23:43:39.620Z Checking parse-display v0.10.0
22822026-07-01T23:43:39.705Z Compiling unsafe-libyaml v0.2.11
22832026-07-01T23:43:39.815Z Checking inout v0.1.4
22842026-07-01T23:43:39.874Z Checking universal-hash v0.5.1
22852026-07-01T23:43:39.968Z Checking cipher v0.4.4
22862026-07-01T23:43:40.025Z Compiling thiserror-impl-no-std v2.0.2
22872026-07-01T23:43:40.225Z Checking opaque-debug v0.3.1
22882026-07-01T23:43:40.310Z Compiling serde_yaml v0.9.34+deprecated
22892026-07-01T23:43:40.485Z Checking swrite v0.1.0
22902026-07-01T23:43:40.590Z Checking poly1305 v0.8.0
22912026-07-01T23:43:40.610Z Checking chacha20 v0.9.1
22922026-07-01T23:43:40.711Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22932026-07-01T23:43:40.832Z Compiling typify-impl v0.6.2
22942026-07-01T23:43:40.924Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22952026-07-01T23:43:41.159Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22962026-07-01T23:43:41.258Z Checking thiserror-no-std v2.0.2
22972026-07-01T23:43:41.294Z Checking blake2 v0.10.6
22982026-07-01T23:43:41.372Z Checking aead v0.5.2
22992026-07-01T23:43:41.543Z Checking password-hash v0.5.0
23002026-07-01T23:43:41.578Z Checking chacha20poly1305 v0.10.1
23012026-07-01T23:43:41.692Z Checking vsss-rs v3.3.4
23022026-07-01T23:43:41.733Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23032026-07-01T23:43:41.804Z Checking argon2 v0.5.3
23042026-07-01T23:43:41.863Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23052026-07-01T23:43:42.095Z Checking byte-wrapper v0.1.0
23062026-07-01T23:43:42.179Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23072026-07-01T23:43:42.220Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23082026-07-01T23:43:42.236Z Checking crossbeam-deque v0.8.6
23092026-07-01T23:43:42.332Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23102026-07-01T23:43:42.389Z Compiling rayon-core v1.13.0
23112026-07-01T23:43:42.436Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23122026-07-01T23:43:42.467Z Compiling toml_datetime v0.7.5+spec-1.1.0
23132026-07-01T23:43:42.755Z Compiling toml_edit v0.23.10+spec-1.0.0
23142026-07-01T23:43:42.835Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23152026-07-01T23:43:42.999Z Compiling proc-macro-error v1.0.4
23162026-07-01T23:43:43.068Z Checking rayon v1.11.0
23172026-07-01T23:43:43.331Z Compiling proc-macro-crate v3.4.0
23182026-07-01T23:43:43.770Z Checking tabwriter v1.4.1
23192026-07-01T23:43:43.807Z Checking toml v0.8.23
23202026-07-01T23:43:43.893Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23212026-07-01T23:43:43.927Z Compiling num_enum_derive v0.7.6
23222026-07-01T23:43:43.960Z Checking glob v0.3.3
23232026-07-01T23:43:44.013Z Checking colored v3.1.1
23242026-07-01T23:43:44.045Z Compiling heapless v0.8.0
23252026-07-01T23:43:44.171Z Compiling ingot-macros v0.1.1
23262026-07-01T23:43:44.181Z Checking hash32 v0.3.1
23272026-07-01T23:43:44.236Z Checking unicode-width v0.1.14
23282026-07-01T23:43:44.345Z Compiling smoltcp v0.11.0
23292026-07-01T23:43:44.511Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23302026-07-01T23:43:44.543Z Checking cobs v0.3.0
23312026-07-01T23:43:44.714Z Compiling usdt-macro v0.5.0
23322026-07-01T23:43:44.826Z Compiling usdt-attr-macro v0.5.0
23332026-07-01T23:43:44.866Z Checking memmap v0.7.0
23342026-07-01T23:43:44.915Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23352026-07-01T23:43:44.977Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-07-01T23:43:44.981Z Checking num_enum v0.7.6
23372026-07-01T23:43:45.152Z Checking postcard v1.1.3
23382026-07-01T23:43:45.247Z Checking rand v0.10.1
23392026-07-01T23:43:45.371Z Compiling typify-macro v0.6.2
23402026-07-01T23:43:45.470Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23412026-07-01T23:43:45.504Z Compiling proc-macro-crate v1.3.1
23422026-07-01T23:43:45.626Z Checking usdt v0.5.0
23432026-07-01T23:43:45.701Z Checking sigpipe v0.1.3
23442026-07-01T23:43:45.749Z Compiling foreign-types-macros v0.2.3
23452026-07-01T23:43:45.810Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23462026-07-01T23:43:45.842Z Checking foreign-types-shared v0.3.1
23472026-07-01T23:43:45.939Z Compiling num_enum_derive v0.5.11
23482026-07-01T23:43:46.168Z Checking cstr-argument v0.1.2
23492026-07-01T23:43:46.261Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23502026-07-01T23:43:46.307Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23512026-07-01T23:43:46.342Z Compiling num-derive v0.4.2
23522026-07-01T23:43:46.396Z Checking foreign-types v0.5.0
23532026-07-01T23:43:46.498Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23542026-07-01T23:43:46.756Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-07-01T23:43:46.799Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23562026-07-01T23:43:46.835Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23572026-07-01T23:43:46.891Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23582026-07-01T23:43:47.008Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23592026-07-01T23:43:47.043Z Checking num_enum v0.5.11
23602026-07-01T23:43:47.048Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23612026-07-01T23:43:47.111Z Checking ingot-types v0.1.2
23622026-07-01T23:43:47.177Z Compiling zone_cfg_derive v0.3.1
23632026-07-01T23:43:47.180Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23642026-07-01T23:43:47.244Z Compiling typify v0.6.2
23652026-07-01T23:43:47.354Z Compiling progenitor-impl v0.14.0
23662026-07-01T23:43:47.420Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23672026-07-01T23:43:47.484Z Checking itertools v0.12.1
23682026-07-01T23:43:47.514Z Checking ingot v0.1.1
23692026-07-01T23:43:47.607Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23702026-07-01T23:43:47.873Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23712026-07-01T23:43:47.981Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23722026-07-01T23:43:48.053Z Checking smf v0.2.3
23732026-07-01T23:43:48.089Z Checking whoami v1.6.1
23742026-07-01T23:43:48.223Z Checking tokio-dtrace v0.1.1
23752026-07-01T23:43:48.287Z Compiling derive-where v1.6.0
23762026-07-01T23:43:48.319Z Checking console v0.15.11
23772026-07-01T23:43:48.352Z Checking newline-converter v0.3.0
23782026-07-01T23:43:48.430Z Checking oxide-tokio-rt v0.1.4
23792026-07-01T23:43:48.494Z Checking bytecount v0.6.9
23802026-07-01T23:43:48.522Z Checking zone v0.3.1
23812026-07-01T23:43:48.613Z Compiling owo-colors v4.3.0
23822026-07-01T23:43:48.618Z Checking expectorate v1.2.0
23832026-07-01T23:43:48.645Z Compiling cancel-safe-futures v0.1.5
23842026-07-01T23:43:48.831Z Checking libsw-core v0.3.2
23852026-07-01T23:43:48.926Z Checking num-rational v0.4.2
23862026-07-01T23:43:49.001Z Checking libsw v3.5.0
23872026-07-01T23:43:49.144Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23882026-07-01T23:43:49.204Z Checking num-complex v0.4.6
23892026-07-01T23:43:49.239Z Checking linear-map v1.2.0
23902026-07-01T23:43:49.450Z Checking float-ord v0.3.2
23912026-07-01T23:43:49.484Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23922026-07-01T23:43:49.558Z Checking num v0.4.3
23932026-07-01T23:43:49.592Z Checking gethostname v0.5.0
23942026-07-01T23:43:49.623Z Compiling prettyplease v0.2.37
23952026-07-01T23:43:49.659Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23962026-07-01T23:43:49.669Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23972026-07-01T23:43:49.727Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
23982026-07-01T23:43:49.911Z Checking resolv-conf v0.7.6
23992026-07-01T23:43:49.945Z Compiling progenitor-macro v0.14.0
24002026-07-01T23:43:50.053Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24012026-07-01T23:43:50.116Z Checking unicode-linebreak v0.1.5
24022026-07-01T23:43:50.287Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24032026-07-01T23:43:50.350Z Checking smawk v0.3.2
24042026-07-01T23:43:50.505Z Checking papergrid v0.11.0
24052026-07-01T23:43:51.174Z Compiling tabled_derive v0.7.0
24062026-07-01T23:43:51.214Z Compiling convert_case v0.10.0
24072026-07-01T23:43:51.297Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24082026-07-01T23:43:51.389Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24092026-07-01T23:43:51.505Z Compiling slog-dtrace v0.3.0
24102026-07-01T23:43:51.550Z Compiling derive_more-impl v2.1.1
24112026-07-01T23:43:51.587Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24122026-07-01T23:43:51.816Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24132026-07-01T23:43:51.928Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24142026-07-01T23:43:52.219Z Checking tabled v0.15.0
24152026-07-01T23:43:52.408Z Checking derive_more v2.1.1
24162026-07-01T23:43:52.513Z Checking crossterm v0.29.0
24172026-07-01T23:43:52.513Z Checking linked-hash-map v0.5.6
24182026-07-01T23:43:52.705Z Checking lru-cache v0.1.2
24192026-07-01T23:43:53.113Z Checking hickory-proto v0.24.4
24202026-07-01T23:43:53.177Z Checking fd-lock v4.0.4
24212026-07-01T23:43:53.813Z Checking vte v0.14.1
24222026-07-01T23:43:53.849Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24232026-07-01T23:43:54.104Z Checking display-error-chain v0.2.2
24242026-07-01T23:43:54.180Z Checking strip-ansi-escapes v0.2.1
24252026-07-01T23:43:54.367Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24262026-07-01T23:43:54.840Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24272026-07-01T23:43:54.916Z Checking progenitor v0.14.0
24282026-07-01T23:43:55.064Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24292026-07-01T23:43:55.251Z Checking nu-ansi-term v0.50.3
24302026-07-01T23:43:55.365Z Checking termtree v0.5.1
24312026-07-01T23:43:55.493Z Checking reedline v0.40.0
24322026-07-01T23:43:55.564Z Checking hickory-resolver v0.24.4
24332026-07-01T23:43:55.626Z Checking textwrap v0.16.2
24342026-07-01T23:43:55.747Z Compiling minimal-lexical v0.2.1
24352026-07-01T23:43:56.047Z Compiling nom v7.1.3
24362026-07-01T23:43:56.077Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24372026-07-01T23:43:56.765Z Checking qorb v0.4.1
24382026-07-01T23:43:56.781Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24392026-07-01T23:43:56.781Z Compiling unicode-xid v0.2.6
24402026-07-01T23:43:56.874Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24412026-07-01T23:43:57.140Z Compiling ar_archive_writer v0.5.1
24422026-07-01T23:43:57.465Z Checking csv-core v0.1.13
24432026-07-01T23:43:57.499Z Compiling stacker v0.1.23
24442026-07-01T23:43:57.542Z Compiling cfg_aliases v0.1.1
24452026-07-01T23:43:57.579Z Checking highway v1.3.0
24462026-07-01T23:43:57.648Z Compiling semver v0.1.20
24472026-07-01T23:43:57.680Z Checking csv v1.4.0
24482026-07-01T23:43:57.831Z Compiling nix v0.28.0
24492026-07-01T23:43:57.874Z Compiling rustc_version v0.1.7
24502026-07-01T23:43:57.963Z Checking nibble_vec v0.1.0
24512026-07-01T23:43:58.002Z Compiling psm v0.1.30
24522026-07-01T23:43:58.036Z Checking endian-type v0.1.2
24532026-07-01T23:43:58.072Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24542026-07-01T23:43:58.113Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24552026-07-01T23:43:58.148Z Compiling newtype_derive v0.1.6
24562026-07-01T23:43:58.594Z Checking radix_trie v0.2.1
24572026-07-01T23:43:58.600Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24582026-07-01T23:43:58.600Z Checking phf_shared v0.12.1
24592026-07-01T23:43:58.600Z Compiling recursive-proc-macro-impl v0.1.1
24602026-07-01T23:43:58.600Z Compiling chrono-tz v0.10.4
24612026-07-01T23:43:58.603Z Checking phf v0.12.1
24622026-07-01T23:43:58.889Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24632026-07-01T23:43:58.893Z Compiling const_format_proc_macros v0.2.34
24642026-07-01T23:43:58.952Z Compiling peg-macros v0.8.5
24652026-07-01T23:43:58.956Z Checking recursive v0.1.1
24662026-07-01T23:43:59.018Z Checking nom v8.0.0
24672026-07-01T23:43:59.105Z Checking winnow v0.6.26
24682026-07-01T23:43:59.458Z Compiling sqlparser_derive v0.5.0
24692026-07-01T23:43:59.751Z Checking home v0.5.12
24702026-07-01T23:43:59.784Z Checking unicode_categories v0.1.1
24712026-07-01T23:43:59.882Z Checking rustyline v14.0.0
24722026-07-01T23:43:59.967Z Checking const_format v0.2.35
24732026-07-01T23:44:00.259Z Checking sqlparser v0.61.0
24742026-07-01T23:44:00.292Z Checking sqlformat v0.3.5
24752026-07-01T23:44:00.356Z Checking peg v0.8.5
24762026-07-01T23:44:00.464Z Checking bcs v0.1.6
24772026-07-01T23:44:00.590Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24782026-07-01T23:44:00.687Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24792026-07-01T23:44:00.719Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24802026-07-01T23:44:00.752Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24812026-07-01T23:44:00.918Z Checking steno v0.4.1
24822026-07-01T23:44:01.021Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24832026-07-01T23:44:01.160Z Checking sha1 v0.10.6
24842026-07-01T23:44:01.269Z Checking filetime v0.2.27
24852026-07-01T23:44:01.359Z Checking xattr v1.6.1
24862026-07-01T23:44:01.431Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24872026-07-01T23:44:01.517Z Checking tar v0.4.45
24882026-07-01T23:44:01.797Z Checking subprocess v0.2.15
24892026-07-01T23:44:01.943Z Checking headers-core v0.3.0
24902026-07-01T23:44:01.994Z Checking base64 v0.21.7
24912026-07-01T23:44:02.076Z Checking headers v0.4.1
24922026-07-01T23:44:02.111Z Checking yasna v0.5.2
24932026-07-01T23:44:02.674Z Checking dropshot-api-manager-types v0.7.2
24942026-07-01T23:44:02.678Z Checking tagptr v0.2.0
24952026-07-01T23:44:02.678Z Checking rcgen v0.12.1
24962026-07-01T23:44:02.678Z Checking utf-8 v0.7.6
24972026-07-01T23:44:02.678Z Checking moka v0.12.13
24982026-07-01T23:44:02.724Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24992026-07-01T23:44:02.874Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25002026-07-01T23:44:02.907Z Checking tungstenite v0.21.0
25012026-07-01T23:44:03.230Z Compiling libefi-sys v0.1.0
25022026-07-01T23:44:03.323Z Checking hickory-resolver v0.25.2
25032026-07-01T23:44:03.355Z Checking tokio-tungstenite v0.21.0
25042026-07-01T23:44:03.384Z Compiling bitfield-struct v0.6.2
25052026-07-01T23:44:03.489Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25062026-07-01T23:44:03.757Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25072026-07-01T23:44:04.046Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25082026-07-01T23:44:04.080Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25092026-07-01T23:44:04.519Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25102026-07-01T23:44:04.572Z Compiling radium v0.7.0
25112026-07-01T23:44:04.620Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25122026-07-01T23:44:04.736Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25132026-07-01T23:44:04.894Z Compiling maybe-uninit v2.0.0
25142026-07-01T23:44:04.926Z Checking tap v1.0.1
25152026-07-01T23:44:04.963Z Compiling zerocopy-derive v0.6.6
25162026-07-01T23:44:05.090Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25172026-07-01T23:44:05.107Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25182026-07-01T23:44:05.171Z Checking wyz v0.5.1
25192026-07-01T23:44:05.202Z Compiling packed_struct v0.10.1
25202026-07-01T23:44:05.716Z Checking funty v2.0.0
25212026-07-01T23:44:05.720Z Checking crc-catalog v2.4.0
25222026-07-01T23:44:05.720Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25232026-07-01T23:44:05.720Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25242026-07-01T23:44:05.720Z Checking crc v3.4.0
25252026-07-01T23:44:05.720Z Checking bitvec v1.0.1
25262026-07-01T23:44:05.720Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25272026-07-01T23:44:05.769Z Compiling packed_struct_codegen v0.10.1
25282026-07-01T23:44:05.825Z Checking zerocopy v0.6.6
25292026-07-01T23:44:06.568Z Compiling bitfield-macros v0.19.4
25302026-07-01T23:44:06.750Z Compiling indexmap v1.9.3
25312026-07-01T23:44:06.909Z Checking nodrop v0.1.14
25322026-07-01T23:44:06.942Z Checking bitfield v0.19.4
25332026-07-01T23:44:07.040Z Checking array-init v0.0.4
25342026-07-01T23:44:07.081Z Checking smallvec v0.6.14
25352026-07-01T23:44:07.233Z Checking hashbrown v0.12.3
25362026-07-01T23:44:07.298Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25372026-07-01T23:44:07.359Z Checking serde-hex v0.1.0
25382026-07-01T23:44:07.484Z Checking ron v0.8.1
25392026-07-01T23:44:08.424Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25402026-07-01T23:44:08.429Z Checking hashbrown v0.13.2
25412026-07-01T23:44:08.429Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25422026-07-01T23:44:08.429Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25432026-07-01T23:44:08.430Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25442026-07-01T23:44:08.494Z Checking crc-any v2.5.0
25452026-07-01T23:44:08.581Z Checking object v0.30.4
25462026-07-01T23:44:08.667Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25472026-07-01T23:44:08.703Z Checking path-slash v0.1.5
25482026-07-01T23:44:08.828Z Compiling xshell-macros v0.2.7
25492026-07-01T23:44:08.867Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25502026-07-01T23:44:09.614Z Checking half v1.8.3
25512026-07-01T23:44:09.618Z Checking xshell v0.2.7
25522026-07-01T23:44:09.618Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25532026-07-01T23:44:09.618Z Checking serde_cbor v0.11.2
25542026-07-01T23:44:09.618Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25552026-07-01T23:44:09.618Z Compiling proc-macro-error-attr2 v2.0.0
25562026-07-01T23:44:09.933Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25572026-07-01T23:44:09.957Z Compiling proc-macro-error2 v2.0.1
25582026-07-01T23:44:10.454Z Compiling num-derive v0.3.3
25592026-07-01T23:44:10.457Z Checking maplit v1.0.2
25602026-07-01T23:44:10.458Z Compiling tabled_derive v0.11.0
25612026-07-01T23:44:10.458Z Checking papergrid v0.17.0
25622026-07-01T23:44:10.702Z Checking testing_table v0.3.0
25632026-07-01T23:44:10.828Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25642026-07-01T23:44:11.425Z Checking libscf-sys v1.1.0
25652026-07-01T23:44:11.429Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25662026-07-01T23:44:11.429Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25672026-07-01T23:44:11.429Z Compiling progenitor-impl v0.13.0
25682026-07-01T23:44:11.429Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25692026-07-01T23:44:11.438Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25702026-07-01T23:44:11.527Z Checking tabled v0.20.0
25712026-07-01T23:44:11.750Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25722026-07-01T23:44:12.593Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25732026-07-01T23:44:12.597Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25742026-07-01T23:44:12.597Z Checking progenitor-client v0.13.0
25752026-07-01T23:44:12.597Z Compiling git-stub v1.0.0
25762026-07-01T23:44:12.632Z Checking unicase v2.9.0
25772026-07-01T23:44:12.787Z Compiling git-stub-vcs v0.1.0
25782026-07-01T23:44:12.819Z Checking crc8 v0.1.1
25792026-07-01T23:44:12.877Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25802026-07-01T23:44:13.359Z Checking fxhash v0.2.1
25812026-07-01T23:44:13.369Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25822026-07-01T23:44:13.369Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25832026-07-01T23:44:13.369Z Compiling vergen-lib v0.1.6
25842026-07-01T23:44:13.415Z Compiling diesel_derives v2.3.7
25852026-07-01T23:44:13.591Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25862026-07-01T23:44:13.670Z Checking scheduled-thread-pool v0.2.7
25872026-07-01T23:44:13.710Z Compiling dsl_auto_type v0.2.0
25882026-07-01T23:44:13.840Z Compiling vergen-gitcl v1.0.8
25892026-07-01T23:44:13.873Z Compiling progenitor-macro v0.13.0
25902026-07-01T23:44:13.951Z Compiling diesel_table_macro_syntax v0.3.0
25912026-07-01T23:44:13.989Z Checking r2d2 v0.8.10
25922026-07-01T23:44:14.119Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25932026-07-01T23:44:14.152Z Checking downcast-rs v2.0.2
25942026-07-01T23:44:14.182Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25952026-07-01T23:44:14.213Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25962026-07-01T23:44:14.461Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25972026-07-01T23:44:14.533Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25982026-07-01T23:44:14.693Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25992026-07-01T23:44:14.726Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26002026-07-01T23:44:14.761Z Checking kstat-rs v0.2.4
26012026-07-01T23:44:14.842Z Checking arc-swap v1.8.2
26022026-07-01T23:44:14.863Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26032026-07-01T23:44:14.983Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26042026-07-01T23:44:15.024Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26052026-07-01T23:44:15.080Z Checking slog-scope v4.4.1
26062026-07-01T23:44:15.247Z Compiling dirs-sys-next v0.1.2
26072026-07-01T23:44:15.313Z Compiling parking_lot_core v0.8.6
26082026-07-01T23:44:15.478Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26092026-07-01T23:44:15.565Z Compiling crunchy v0.2.4
26102026-07-01T23:44:16.053Z Compiling dirs-next v2.0.0
26112026-07-01T23:44:16.057Z Checking slog-stdlog v4.1.1
26122026-07-01T23:44:16.057Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26132026-07-01T23:44:16.057Z Compiling clang-sys v1.8.1
26142026-07-01T23:44:16.057Z Compiling tiny-keccak v2.0.2
26152026-07-01T23:44:16.223Z Checking slog-envlogger v2.2.0
26162026-07-01T23:44:16.395Z Compiling term v0.7.0
26172026-07-01T23:44:16.457Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26182026-07-01T23:44:16.490Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26192026-07-01T23:44:16.656Z Compiling bit-vec v0.6.3
26202026-07-01T23:44:16.775Z Compiling ascii-canvas v3.0.0
26212026-07-01T23:44:16.895Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26222026-07-01T23:44:16.927Z Compiling bit-set v0.5.3
26232026-07-01T23:44:16.961Z Checking parking_lot v0.11.2
26242026-07-01T23:44:17.038Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26252026-07-01T23:44:17.111Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26262026-07-01T23:44:17.179Z Checking prefix-trie v0.7.0
26272026-07-01T23:44:17.210Z Compiling itertools v0.10.5
26282026-07-01T23:44:17.434Z Compiling ena v0.14.4
26292026-07-01T23:44:17.914Z Compiling libloading v0.8.9
26302026-07-01T23:44:17.917Z Compiling regex-syntax v0.6.29
26312026-07-01T23:44:17.917Z Compiling diff v0.1.13
26322026-07-01T23:44:17.917Z Compiling bindgen v0.71.1
26332026-07-01T23:44:18.333Z Checking hickory-server v0.25.2
26342026-07-01T23:44:18.744Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26352026-07-01T23:44:18.744Z Checking sled v0.34.7
26362026-07-01T23:44:18.794Z Checking progenitor v0.13.0
26372026-07-01T23:44:19.234Z Compiling cexpr v0.6.0
26382026-07-01T23:44:19.237Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26392026-07-01T23:44:19.238Z Compiling lalrpop v0.19.12
26402026-07-01T23:44:19.510Z Checking nanorand v0.7.0
26412026-07-01T23:44:19.546Z Compiling salty v0.3.0
26422026-07-01T23:44:19.623Z Compiling rustc-hash v2.1.1
26432026-07-01T23:44:19.656Z Checking diesel v2.3.10
26442026-07-01T23:44:19.730Z Checking flume v0.11.1
26452026-07-01T23:44:19.865Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26462026-07-01T23:44:20.403Z Compiling libxml v0.3.3
26472026-07-01T23:44:20.411Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26482026-07-01T23:44:20.426Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26492026-07-01T23:44:21.093Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26502026-07-01T23:44:21.259Z Compiling strum_macros v0.24.3
26512026-07-01T23:44:21.400Z Compiling fs-err v2.11.0
26522026-07-01T23:44:21.638Z Compiling indoc v1.0.9
26532026-07-01T23:44:22.118Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26542026-07-01T23:44:22.353Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26552026-07-01T23:44:22.490Z Checking quick-xml v0.37.5
26562026-07-01T23:44:22.662Z Checking derive_builder v0.20.2
26572026-07-01T23:44:22.709Z Compiling oso-derive v0.27.3
26582026-07-01T23:44:22.800Z Compiling trait-variant v0.1.2
26592026-07-01T23:44:23.233Z Compiling impl-trait-for-tuples v0.2.3
26602026-07-01T23:44:23.371Z Checking openssl-probe v0.1.6
26612026-07-01T23:44:23.375Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26622026-07-01T23:44:23.757Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26632026-07-01T23:44:24.216Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26642026-07-01T23:44:24.799Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26652026-07-01T23:44:25.009Z Checking rfc6979 v0.4.0
26662026-07-01T23:44:25.195Z Checking parse-size v1.1.0
26672026-07-01T23:44:25.207Z Checking assert_matches v1.5.0
26682026-07-01T23:44:25.295Z Checking ecdsa v0.16.9
26692026-07-01T23:44:25.327Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26702026-07-01T23:44:25.597Z Checking primeorder v0.13.6
26712026-07-01T23:44:25.668Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26722026-07-01T23:44:25.891Z Checking p384 v0.13.1
26732026-07-01T23:44:25.935Z Checking predicates-tree v1.0.13
26742026-07-01T23:44:26.079Z Checking bb8 v0.8.6
26752026-07-01T23:44:26.218Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26762026-07-01T23:44:26.251Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26772026-07-01T23:44:26.432Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26782026-07-01T23:44:26.510Z Checking http-range v0.1.5
26792026-07-01T23:44:26.575Z Compiling mime_guess v2.0.5
26802026-07-01T23:44:26.750Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26812026-07-01T23:44:26.833Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26822026-07-01T23:44:26.866Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26832026-07-01T23:44:27.084Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26842026-07-01T23:44:27.152Z Checking atty v0.2.14
26852026-07-01T23:44:27.158Z Checking corncobs v0.1.4
26862026-07-01T23:44:27.264Z Checking nonempty v0.12.0
26872026-07-01T23:44:27.362Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26882026-07-01T23:44:27.401Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-07-01T23:44:27.456Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26902026-07-01T23:44:27.652Z Checking ignore v0.4.25
26912026-07-01T23:44:27.697Z Checking secrecy v0.8.0
26922026-07-01T23:44:27.757Z Checking hyper-staticfile v0.10.1
26932026-07-01T23:44:28.061Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26942026-07-01T23:44:28.092Z Checking globwalk v0.9.1
26952026-07-01T23:44:28.096Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26962026-07-01T23:44:28.304Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
26972026-07-01T23:44:28.434Z Compiling illumos-nvpair-sys v0.2.0
26982026-07-01T23:44:28.466Z Checking camino-tempfile-ext v0.3.3
26992026-07-01T23:44:28.563Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27002026-07-01T23:44:28.692Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27012026-07-01T23:44:28.734Z Checking signal-hook-tokio v0.3.1
27022026-07-01T23:44:28.880Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27032026-07-01T23:44:29.123Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27042026-07-01T23:44:29.160Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27052026-07-01T23:44:29.354Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27062026-07-01T23:44:29.552Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27072026-07-01T23:44:29.858Z Checking illumos-nvpair v0.3.0
27082026-07-01T23:44:29.887Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27092026-07-01T23:44:29.922Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27102026-07-01T23:44:29.956Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27112026-07-01T23:44:30.035Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27122026-07-01T23:44:30.281Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27132026-07-01T23:44:30.315Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27142026-07-01T23:44:30.735Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27152026-07-01T23:44:31.040Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27162026-07-01T23:44:31.427Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27172026-07-01T23:44:31.625Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27182026-07-01T23:44:31.796Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27192026-07-01T23:44:31.928Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27202026-07-01T23:44:32.067Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27212026-07-01T23:44:32.505Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27222026-07-01T23:44:32.776Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27232026-07-01T23:44:32.944Z Checking tungstenite v0.23.0
27242026-07-01T23:44:33.067Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27252026-07-01T23:44:33.203Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27262026-07-01T23:44:33.409Z Checking tokio-tungstenite v0.23.1
27272026-07-01T23:44:33.621Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27282026-07-01T23:44:33.665Z Checking rand_seeder v0.4.0
27292026-07-01T23:44:33.707Z Checking void v1.0.2
27302026-07-01T23:44:33.840Z Checking lzss v0.8.2
27312026-07-01T23:44:33.843Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27322026-07-01T23:44:34.014Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27332026-07-01T23:44:34.063Z Checking nix v0.27.1
27342026-07-01T23:44:34.094Z Checking serde_bytes v0.11.19
27352026-07-01T23:44:34.258Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27362026-07-01T23:44:34.299Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27372026-07-01T23:44:34.332Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27382026-07-01T23:44:34.593Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27392026-07-01T23:44:35.008Z Checking async-bb8-diesel v0.2.1
27402026-07-01T23:44:35.076Z Checking diesel-dtrace v0.5.0
27412026-07-01T23:44:35.352Z Checking is_ci v1.2.0
27422026-07-01T23:44:35.383Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27432026-07-01T23:44:35.424Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27442026-07-01T23:44:35.478Z Checking yansi v1.0.1
27452026-07-01T23:44:35.756Z Checking cpubits v0.1.1
27462026-07-01T23:44:35.864Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27472026-07-01T23:44:35.869Z Checking pretty_assertions v1.4.1
27482026-07-01T23:44:35.999Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27492026-07-01T23:44:36.058Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27502026-07-01T23:44:36.147Z Checking pem-rfc7468 v1.0.0
27512026-07-01T23:44:36.342Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27522026-07-01T23:44:36.606Z Compiling darling_core v0.23.0
27532026-07-01T23:44:37.119Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27542026-07-01T23:44:37.401Z Compiling indoc v2.0.7
27552026-07-01T23:44:37.684Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27562026-07-01T23:44:37.851Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-07-01T23:44:37.904Z Checking hmac v0.13.0
27582026-07-01T23:44:38.094Z Checking universal-hash v0.6.1
27592026-07-01T23:44:38.252Z Compiling libz-sys v1.1.24
27602026-07-01T23:44:38.283Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27612026-07-01T23:44:38.666Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-01T23:44:38.670Z Compiling instability v0.3.11
27632026-07-01T23:44:38.986Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-07-01T23:44:39.083Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27652026-07-01T23:44:39.115Z Checking castaway v0.2.4
27662026-07-01T23:44:39.147Z Compiling darling_macro v0.23.0
27672026-07-01T23:44:39.271Z Checking compact_str v0.8.1
27682026-07-01T23:44:39.666Z Checking polyval v0.7.1
27692026-07-01T23:44:39.708Z Compiling darling v0.23.0
27702026-07-01T23:44:39.865Z Checking der v0.8.0
27712026-07-01T23:44:40.109Z Checking supports-color v3.0.2
27722026-07-01T23:44:40.276Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27732026-07-01T23:44:40.515Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27742026-07-01T23:44:40.584Z Checking unicode-truncate v1.1.0
27752026-07-01T23:44:40.688Z Checking console v0.16.2
27762026-07-01T23:44:40.733Z Checking lru v0.12.5
27772026-07-01T23:44:40.767Z Compiling libgit2-sys v0.18.3+1.9.2
27782026-07-01T23:44:40.777Z Checking unit-prefix v0.5.2
27792026-07-01T23:44:40.948Z Checking cassowary v0.3.0
27802026-07-01T23:44:41.058Z Checking indicatif v0.18.4
27812026-07-01T23:44:41.099Z Checking ghash v0.6.0
27822026-07-01T23:44:41.190Z Checking ratatui v0.29.0
27832026-07-01T23:44:41.398Z Checking pbkdf2 v0.13.0
27842026-07-01T23:44:41.512Z Checking aes v0.9.1
27852026-07-01T23:44:41.542Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27862026-07-01T23:44:41.928Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27872026-07-01T23:44:42.172Z Checking ctr v0.10.1
27882026-07-01T23:44:42.375Z Checking aead v0.6.1
27892026-07-01T23:44:42.545Z Checking sha2 v0.11.0
27902026-07-01T23:44:42.577Z Checking cargo-platform v0.3.2
27912026-07-01T23:44:42.772Z Checking aes-gcm v0.11.0
27922026-07-01T23:44:42.804Z Checking cargo_metadata v0.23.1
27932026-07-01T23:44:42.967Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27942026-07-01T23:44:43.305Z Checking spki v0.8.0
27952026-07-01T23:44:43.508Z Checking crypto-bigint v0.7.5
27962026-07-01T23:44:43.589Z Checking salsa20 v0.11.0
27972026-07-01T23:44:43.781Z Checking cbc v0.2.1
27982026-07-01T23:44:43.932Z Compiling vergen-git2 v9.1.0
27992026-07-01T23:44:44.163Z Checking plotters-backend v0.3.7
28002026-07-01T23:44:44.397Z Checking plotters-svg v0.3.7
28012026-07-01T23:44:44.668Z Checking scrypt v0.12.0
28022026-07-01T23:44:44.695Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28032026-07-01T23:44:44.827Z Checking cast v0.3.0
28042026-07-01T23:44:44.978Z Checking pkcs5 v0.8.1
28052026-07-01T23:44:44.993Z Checking criterion-plot v0.6.0
28062026-07-01T23:44:45.258Z Checking plotters v0.3.7
28072026-07-01T23:44:45.283Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28082026-07-01T23:44:45.767Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28092026-07-01T23:44:46.011Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28102026-07-01T23:44:46.049Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28112026-07-01T23:44:46.251Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28122026-07-01T23:44:46.286Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28132026-07-01T23:44:46.312Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28142026-07-01T23:44:46.482Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28152026-07-01T23:44:46.517Z Checking colored v2.2.0
28162026-07-01T23:44:46.548Z Checking tinytemplate v1.2.1
28172026-07-01T23:44:46.745Z Checking oorandom v11.1.5
28182026-07-01T23:44:46.791Z Checking shell-words v1.1.1
28192026-07-01T23:44:46.890Z Checking anes v0.1.6
28202026-07-01T23:44:47.121Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28212026-07-01T23:44:47.143Z Checking criterion v0.7.0
28222026-07-01T23:44:47.291Z Checking pkcs8 v0.11.0
28232026-07-01T23:44:47.502Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28242026-07-01T23:44:48.289Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28252026-07-01T23:44:48.364Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28262026-07-01T23:44:48.788Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28272026-07-01T23:44:49.143Z Checking tokio-test v0.4.5
28282026-07-01T23:44:49.378Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28292026-07-01T23:44:49.623Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28302026-07-01T23:44:50.028Z Checking twox-hash v2.1.2
28312026-07-01T23:44:50.360Z Checking ff v0.14.0
28322026-07-01T23:44:50.606Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28332026-07-01T23:44:50.766Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28342026-07-01T23:44:51.765Z Checking fatfs v0.3.6
28352026-07-01T23:44:52.220Z Checking signature v3.0.0
28362026-07-01T23:44:52.252Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28372026-07-01T23:44:52.396Z Compiling seq-macro v0.3.6
28382026-07-01T23:44:52.561Z Checking base16ct v1.0.0
28392026-07-01T23:44:52.723Z Checking sec1 v0.8.1
28402026-07-01T23:44:52.937Z Checking group v0.14.0
28412026-07-01T23:44:52.970Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28422026-07-01T23:44:53.117Z Checking hkdf v0.13.0
28432026-07-01T23:44:53.282Z Compiling petname v2.0.2
28442026-07-01T23:44:53.503Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28452026-07-01T23:44:53.586Z Checking elliptic-curve v0.14.0-rc.33
28462026-07-01T23:44:53.674Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28472026-07-01T23:44:53.959Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28482026-07-01T23:44:54.089Z Checking concurrent-queue v2.5.0
28492026-07-01T23:44:54.290Z Checking rtoolbox v0.0.3
28502026-07-01T23:44:54.447Z Checking parking v2.2.1
28512026-07-01T23:44:54.599Z Checking event-listener v5.4.1
28522026-07-01T23:44:54.910Z Checking rpassword v7.4.0
28532026-07-01T23:44:55.020Z Checking tui-tree-widget v0.23.1
28542026-07-01T23:44:55.285Z Checking rfc6979 v0.5.0
28552026-07-01T23:44:55.424Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28562026-07-01T23:44:55.440Z Checking sapling-renderdag v0.1.0
28572026-07-01T23:44:55.619Z Checking sync-ptr v0.1.4
28582026-07-01T23:44:55.676Z Checking ecdsa v0.17.0-rc.18
28592026-07-01T23:44:55.760Z Checking event-listener-strategy v0.5.4
28602026-07-01T23:44:55.917Z Checking primeorder v0.14.0-rc.10
28612026-07-01T23:44:56.108Z Checking primefield v0.14.0
28622026-07-01T23:44:56.253Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28632026-07-01T23:44:56.365Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28642026-07-01T23:44:56.608Z Compiling curve25519-dalek v5.0.0-rc.0
28652026-07-01T23:44:57.019Z Checking arrayref v0.3.9
28662026-07-01T23:44:57.043Z Checking futures-timer v3.0.3
28672026-07-01T23:44:57.043Z Checking arrayvec v0.7.6
28682026-07-01T23:44:57.165Z Checking constant_time_eq v0.4.2
28692026-07-01T23:44:57.342Z Checking async-lock v3.4.2
28702026-07-01T23:44:57.380Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28712026-07-01T23:44:57.422Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28722026-07-01T23:44:57.743Z Checking ssh-encoding v0.3.0-rc.9
28732026-07-01T23:44:57.995Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28742026-07-01T23:44:58.345Z Compiling strsim v0.10.0
28752026-07-01T23:44:58.734Z Compiling darling_core v0.13.4
28762026-07-01T23:44:59.214Z Checking async-object-pool v0.2.0
28772026-07-01T23:45:00.196Z Checking ed25519 v3.0.0
28782026-07-01T23:45:00.230Z Checking crypto-primes v0.7.2
28792026-07-01T23:45:00.425Z Checking pkcs1 v0.8.0-rc.4
28802026-07-01T23:45:00.458Z Compiling samael v0.0.19
28812026-07-01T23:45:00.574Z Checking poly1305 v0.9.0
28822026-07-01T23:45:00.651Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28832026-07-01T23:45:00.866Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28842026-07-01T23:45:01.066Z Checking serde_regex v1.1.0
28852026-07-01T23:45:01.243Z Checking blowfish v0.10.0
28862026-07-01T23:45:01.276Z Checking blake2 v0.11.0-rc.6
28872026-07-01T23:45:01.424Z Checking assert-json-diff v2.0.2
28882026-07-01T23:45:01.538Z Checking path-tree v0.8.3
28892026-07-01T23:45:01.571Z Checking keccak v0.2.0
28902026-07-01T23:45:01.617Z Compiling target-lexicon v0.13.3
28912026-07-01T23:45:01.751Z Checking gimli v0.32.3
28922026-07-01T23:45:01.754Z Checking stringmetrics v2.2.2
28932026-07-01T23:45:01.963Z Checking fiat-crypto v0.3.0
28942026-07-01T23:45:02.194Z Checking httpmock v0.8.3
28952026-07-01T23:45:03.313Z Checking addr2line v0.25.1
28962026-07-01T23:45:03.608Z Checking sha3 v0.11.0
28972026-07-01T23:45:03.978Z Checking argon2 v0.6.0-rc.8
28982026-07-01T23:45:04.320Z Checking bcrypt-pbkdf v0.11.0
28992026-07-01T23:45:04.442Z Checking rsa v0.10.0-rc.18
29002026-07-01T23:45:04.502Z Checking ssh-cipher v0.3.0-rc.9
29012026-07-01T23:45:04.745Z Compiling darling_macro v0.13.4
29022026-07-01T23:45:04.977Z Checking ed25519-dalek v3.0.0-rc.0
29032026-07-01T23:45:05.270Z Checking p256 v0.14.0-rc.10
29042026-07-01T23:45:05.522Z Checking p521 v0.14.0-rc.10
29052026-07-01T23:45:06.071Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29062026-07-01T23:45:06.337Z Checking kem v0.3.0
29072026-07-01T23:45:06.484Z Checking module-lattice v0.2.3
29082026-07-01T23:45:06.733Z Checking rustc-demangle v0.1.27
29092026-07-01T23:45:06.991Z Compiling guppy-workspace-hack v0.1.0
29102026-07-01T23:45:07.137Z Checking hex-literal v0.4.1
29112026-07-01T23:45:07.196Z Checking p384 v0.14.0-rc.10
29122026-07-01T23:45:07.258Z Checking backtrace v0.3.76
29132026-07-01T23:45:07.302Z Checking ml-kem v0.3.2
29142026-07-01T23:45:07.579Z Compiling darling v0.13.4
29152026-07-01T23:45:07.945Z Checking russh-cryptovec v0.61.0
29162026-07-01T23:45:08.077Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29172026-07-01T23:45:08.129Z Checking internal-russh-num-bigint v0.5.0
29182026-07-01T23:45:08.273Z Compiling git2 v0.20.4
29192026-07-01T23:45:08.313Z Checking num-bigint v0.4.6
29202026-07-01T23:45:08.616Z Checking russh-util v0.52.0
29212026-07-01T23:45:08.771Z Checking generic-array v1.4.3
29222026-07-01T23:45:08.991Z Compiling enum_dispatch v0.3.13
29232026-07-01T23:45:09.244Z Checking ssh-key v0.7.0-rc.10
29242026-07-01T23:45:09.278Z Compiling blake3 v1.8.5
29252026-07-01T23:45:09.350Z Compiling delegate v0.13.5
29262026-07-01T23:45:09.691Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29272026-07-01T23:45:10.005Z Checking md5 v0.8.0
29282026-07-01T23:45:10.177Z Checking hex-literal v1.1.0
29292026-07-01T23:45:10.272Z Compiling target-spec v3.5.7
29302026-07-01T23:45:10.289Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29312026-07-01T23:45:10.363Z Checking russh v0.61.2
29322026-07-01T23:45:10.960Z Checking cfg-expr v0.20.6
29332026-07-01T23:45:10.988Z Compiling serde_with_macros v1.5.2
29342026-07-01T23:45:11.171Z Checking backtrace-ext v0.2.1
29352026-07-01T23:45:11.358Z Checking supports-color v2.1.0
29362026-07-01T23:45:11.394Z Checking textwrap v0.15.2
29372026-07-01T23:45:11.532Z Checking supports-unicode v2.1.0
29382026-07-01T23:45:11.632Z Checking supports-hyperlinks v2.1.0
29392026-07-01T23:45:11.674Z Checking hashbrown v0.14.5
29402026-07-01T23:45:11.701Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29412026-07-01T23:45:11.779Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29422026-07-01T23:45:11.866Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29432026-07-01T23:45:12.000Z Checking terminal_size v0.1.17
29442026-07-01T23:45:12.124Z Checking socket2 v0.5.10
29452026-07-01T23:45:12.170Z Compiling miette-derive v5.10.0
29462026-07-01T23:45:12.365Z Checking owo-colors v3.5.0
29472026-07-01T23:45:12.536Z Checking internet-checksum v0.2.1
29482026-07-01T23:45:12.917Z Checking chumsky v0.9.3
29492026-07-01T23:45:13.310Z Checking miette v5.10.0
29502026-07-01T23:45:13.677Z Compiling serde_with v1.14.0
29512026-07-01T23:45:14.068Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29522026-07-01T23:45:14.086Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29532026-07-01T23:45:14.297Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29542026-07-01T23:45:14.662Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29552026-07-01T23:45:14.815Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29562026-07-01T23:45:14.876Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29572026-07-01T23:45:14.912Z Compiling knuffel-derive v3.2.0
29582026-07-01T23:45:15.054Z Checking httptest v0.16.4
29592026-07-01T23:45:15.088Z Checking pathdiff v0.2.3
29602026-07-01T23:45:15.226Z Checking nested v0.1.1
29612026-07-01T23:45:15.396Z Checking topological-sort v0.2.2
29622026-07-01T23:45:15.451Z Checking guppy v0.17.25
29632026-07-01T23:45:15.567Z Checking omicron-zone-package v0.12.3
29642026-07-01T23:45:15.726Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29652026-07-01T23:45:16.467Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29662026-07-01T23:45:16.500Z Checking knuffel v3.2.0
29672026-07-01T23:45:16.535Z Checking similar-asserts v1.7.0
29682026-07-01T23:45:16.715Z Compiling target-triple v1.0.0
29692026-07-01T23:45:16.747Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29702026-07-01T23:45:17.097Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29712026-07-01T23:45:17.160Z Compiling polar-core v0.27.3
29722026-07-01T23:45:17.192Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29732026-07-01T23:45:17.465Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29742026-07-01T23:45:17.665Z Checking hickory-client v0.25.2
29752026-07-01T23:45:17.814Z Compiling assert_cmd v2.1.2
29762026-07-01T23:45:17.960Z Checking escape8259 v0.5.3
29772026-07-01T23:45:18.129Z Checking libtest-mimic v0.8.1
29782026-07-01T23:45:18.400Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29792026-07-01T23:45:18.472Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29802026-07-01T23:45:18.524Z Checking blake2b_simd v1.0.4
29812026-07-01T23:45:18.566Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29822026-07-01T23:45:18.940Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29832026-07-01T23:45:18.978Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29842026-07-01T23:45:19.138Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29852026-07-01T23:45:19.203Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29862026-07-01T23:45:19.333Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29872026-07-01T23:45:19.438Z Checking fancy-regex v0.14.0
29882026-07-01T23:45:19.591Z Checking serde_tokenstream v0.2.3
29892026-07-01T23:45:19.712Z Checking approx v0.5.1
29902026-07-01T23:45:19.810Z Compiling rstest_macros v0.25.0
29912026-07-01T23:45:19.844Z Checking uzers v0.12.2
29922026-07-01T23:45:19.876Z Checking termcolor v1.4.1
29932026-07-01T23:45:20.081Z Checking constant_time_eq v0.3.1
29942026-07-01T23:45:20.113Z Compiling linkme-impl v0.3.35
29952026-07-01T23:45:20.221Z Checking rust-argon2 v2.1.0
29962026-07-01T23:45:20.252Z Checking trybuild v1.0.116
29972026-07-01T23:45:20.463Z Checking datatest-stable v0.3.3
29982026-07-01T23:45:20.791Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29992026-07-01T23:45:20.930Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30002026-07-01T23:45:21.150Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30012026-07-01T23:45:21.153Z Checking support-bundle-viewer v0.1.2
30022026-07-01T23:45:21.546Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30032026-07-01T23:45:21.705Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30042026-07-01T23:45:21.913Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30052026-07-01T23:45:21.946Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30062026-07-01T23:45:22.155Z Checking drift v0.2.0
30072026-07-01T23:45:22.189Z Checking rand_distr v0.5.1
30082026-07-01T23:45:22.226Z Checking oso v0.27.3
30092026-07-01T23:45:22.541Z Checking multimap v0.10.1
30102026-07-01T23:45:22.633Z Compiling linkme v0.3.35
30112026-07-01T23:45:22.785Z Compiling relative-path v1.9.3
30122026-07-01T23:45:22.977Z Checking dropshot-api-manager v0.7.2
30132026-07-01T23:45:24.150Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30142026-07-01T23:45:24.212Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30152026-07-01T23:45:24.369Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30162026-07-01T23:45:24.506Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30172026-07-01T23:45:24.629Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30182026-07-01T23:45:24.708Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30192026-07-01T23:45:24.949Z Checking cargo_toml v0.21.0
30202026-07-01T23:45:24.982Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30212026-07-01T23:45:25.123Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30222026-07-01T23:45:25.381Z Checking partial-io v0.5.4
30232026-07-01T23:45:25.579Z Checking termios v0.3.3
30242026-07-01T23:45:25.614Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30252026-07-01T23:45:25.730Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30262026-07-01T23:45:25.776Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30272026-07-01T23:45:26.604Z Checking rstest v0.25.0
30282026-07-01T23:45:27.150Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30292026-07-01T23:45:31.083Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30302026-07-01T23:45:35.919Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30312026-07-01T23:45:38.363Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30322026-07-01T23:45:38.507Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30332026-07-01T23:45:40.133Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30342026-07-01T23:45:44.818Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30352026-07-01T23:45:49.514Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30362026-07-01T23:45:52.904Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30372026-07-01T23:45:53.461Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30382026-07-01T23:45:54.330Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30392026-07-01T23:46:00.119Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30402026-07-01T23:46:05.004Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30412026-07-01T23:47:19.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s
30422026-07-01T23:47:20.304Z
30432026-07-01T23:47:20.304Zreal 4:09.465085229
30442026-07-01T23:47:20.304Zuser 21:25.936282223
30452026-07-01T23:47:20.304Zsys 4:51.317570861
30462026-07-01T23:47:20.304Ztrap 0.534133967
30472026-07-01T23:47:20.304Ztflt 0.441812315
30482026-07-01T23:47:20.304Zdflt 0.464804476
30492026-07-01T23:47:20.304Zkflt 0.005195222
30502026-07-01T23:47:20.304Zlock 58:44.494081302
30512026-07-01T23:47:20.304Zslp 58:28.514806496
30522026-07-01T23:47:20.304Zlat 1:53.953749081
30532026-07-01T23:47:20.304Zstop 10:51.321577833
30542026-07-01T23:47:20.308Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30552026-07-01T23:47:20.308Z+ ptime -m cargo doc --workspace --no-deps
30562026-07-01T23:47:21.106Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30572026-07-01T23:47:21.106Z |
30582026-07-01T23:47:21.106Z = 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)`
30592026-07-01T23:47:21.106Z = 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>
30602026-07-01T23:47:22.121Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30612026-07-01T23:47:22.356Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30622026-07-01T23:47:22.400Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30632026-07-01T23:47:22.457Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30642026-07-01T23:47:22.488Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30652026-07-01T23:47:22.544Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30662026-07-01T23:47:22.570Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30672026-07-01T23:47:22.680Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30682026-07-01T23:47:22.707Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30692026-07-01T23:47:22.729Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30702026-07-01T23:47:22.898Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-07-01T23:47:22.951Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30722026-07-01T23:47:22.985Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30732026-07-01T23:47:23.011Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30742026-07-01T23:47:23.031Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30752026-07-01T23:47:23.070Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30762026-07-01T23:47:23.089Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30772026-07-01T23:47:23.109Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30782026-07-01T23:47:23.132Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30792026-07-01T23:47:23.153Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30802026-07-01T23:47:23.197Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30812026-07-01T23:47:23.248Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30822026-07-01T23:47:23.502Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30832026-07-01T23:47:23.828Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30842026-07-01T23:47:23.849Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30852026-07-01T23:47:23.922Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30862026-07-01T23:47:23.967Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30872026-07-01T23:47:23.988Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30882026-07-01T23:47:24.125Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30892026-07-01T23:47:24.181Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30902026-07-01T23:47:24.280Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30912026-07-01T23:47:24.455Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30922026-07-01T23:47:24.534Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30932026-07-01T23:47:24.565Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30942026-07-01T23:47:24.625Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30952026-07-01T23:47:24.690Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30962026-07-01T23:47:24.716Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30972026-07-01T23:47:24.810Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30982026-07-01T23:47:24.930Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30992026-07-01T23:47:25.113Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31002026-07-01T23:47:25.176Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31012026-07-01T23:47:25.488Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31022026-07-01T23:47:25.576Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31032026-07-01T23:47:25.645Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31042026-07-01T23:47:25.738Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31052026-07-01T23:47:25.761Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31062026-07-01T23:47:25.795Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31072026-07-01T23:47:25.906Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31082026-07-01T23:47:25.977Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31092026-07-01T23:47:26.035Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31102026-07-01T23:47:26.059Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31112026-07-01T23:47:26.146Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31122026-07-01T23:47:26.219Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31132026-07-01T23:47:26.291Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31142026-07-01T23:47:26.316Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31152026-07-01T23:47:26.341Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31162026-07-01T23:47:26.364Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31172026-07-01T23:47:26.422Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31182026-07-01T23:47:26.497Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31192026-07-01T23:47:26.522Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31202026-07-01T23:47:26.873Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31212026-07-01T23:47:26.900Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31222026-07-01T23:47:27.038Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31232026-07-01T23:47:27.190Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31242026-07-01T23:47:27.454Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31252026-07-01T23:47:27.641Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31262026-07-01T23:47:27.886Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31272026-07-01T23:47:27.921Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31282026-07-01T23:47:27.933Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31292026-07-01T23:47:27.955Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31302026-07-01T23:47:28.142Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31312026-07-01T23:47:28.165Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31322026-07-01T23:47:28.187Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31332026-07-01T23:47:28.318Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31342026-07-01T23:47:28.706Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31352026-07-01T23:47:29.165Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31362026-07-01T23:47:29.236Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31372026-07-01T23:47:29.386Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31382026-07-01T23:47:29.420Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31392026-07-01T23:47:29.571Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31402026-07-01T23:47:29.663Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31412026-07-01T23:47:29.728Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31422026-07-01T23:47:29.837Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31432026-07-01T23:47:29.894Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31442026-07-01T23:47:29.963Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31452026-07-01T23:47:30.051Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31462026-07-01T23:47:30.104Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31472026-07-01T23:47:30.314Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31482026-07-01T23:47:30.353Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31492026-07-01T23:47:30.353Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31502026-07-01T23:47:30.358Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31512026-07-01T23:47:30.480Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31522026-07-01T23:47:30.534Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31532026-07-01T23:47:30.563Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31542026-07-01T23:47:30.589Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31552026-07-01T23:47:30.633Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31562026-07-01T23:47:30.745Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31572026-07-01T23:47:30.791Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31582026-07-01T23:47:30.796Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31592026-07-01T23:47:30.852Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31602026-07-01T23:47:30.875Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31612026-07-01T23:47:30.886Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31622026-07-01T23:47:30.998Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31632026-07-01T23:47:31.021Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31642026-07-01T23:47:31.100Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31652026-07-01T23:47:31.175Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31662026-07-01T23:47:31.208Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31672026-07-01T23:47:31.421Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31682026-07-01T23:47:31.440Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31692026-07-01T23:47:31.507Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31702026-07-01T23:47:31.902Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31712026-07-01T23:47:32.076Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31722026-07-01T23:47:32.154Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31732026-07-01T23:47:32.797Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31742026-07-01T23:47:32.901Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31752026-07-01T23:47:32.986Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31762026-07-01T23:47:33.456Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31772026-07-01T23:47:33.805Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31782026-07-01T23:47:34.302Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31792026-07-01T23:47:35.120Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31802026-07-01T23:47:35.782Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31812026-07-01T23:47:35.928Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31822026-07-01T23:47:36.123Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31832026-07-01T23:47:36.415Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31842026-07-01T23:47:36.514Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31852026-07-01T23:47:36.605Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31862026-07-01T23:47:36.719Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31872026-07-01T23:47:36.973Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31882026-07-01T23:47:37.306Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31892026-07-01T23:47:37.428Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31902026-07-01T23:47:37.559Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31912026-07-01T23:47:37.939Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31922026-07-01T23:47:38.137Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31932026-07-01T23:47:38.394Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31942026-07-01T23:47:38.636Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31952026-07-01T23:47:38.768Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31962026-07-01T23:47:38.986Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31972026-07-01T23:47:39.030Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31982026-07-01T23:47:39.361Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31992026-07-01T23:47:39.960Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32002026-07-01T23:47:40.147Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32012026-07-01T23:47:40.683Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32022026-07-01T23:47:41.095Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32032026-07-01T23:47:41.559Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32042026-07-01T23:47:41.699Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32052026-07-01T23:47:42.339Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32062026-07-01T23:47:42.795Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32072026-07-01T23:47:42.894Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32082026-07-01T23:47:43.041Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32092026-07-01T23:47:43.374Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32102026-07-01T23:47:44.072Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32112026-07-01T23:47:44.561Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32122026-07-01T23:47:45.211Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32132026-07-01T23:47:45.515Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32142026-07-01T23:47:45.830Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32152026-07-01T23:47:45.990Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32162026-07-01T23:47:46.016Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32172026-07-01T23:47:49.994Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32182026-07-01T23:47:50.730Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32192026-07-01T23:47:51.082Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32202026-07-01T23:47:51.479Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32212026-07-01T23:47:51.799Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32222026-07-01T23:47:55.384Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32232026-07-01T23:47:55.461Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32242026-07-01T23:47:55.461Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32252026-07-01T23:47:55.461Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32262026-07-01T23:47:55.461Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32272026-07-01T23:47:55.509Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32282026-07-01T23:47:55.509Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32292026-07-01T23:47:55.509Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32302026-07-01T23:47:55.653Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32312026-07-01T23:47:55.796Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32322026-07-01T23:47:55.854Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32332026-07-01T23:47:55.963Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32342026-07-01T23:47:56.298Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32352026-07-01T23:47:56.358Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32362026-07-01T23:47:56.510Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32372026-07-01T23:47:56.645Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32382026-07-01T23:47:56.721Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32392026-07-01T23:47:57.633Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32402026-07-01T23:47:57.656Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32412026-07-01T23:47:57.717Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32422026-07-01T23:47:58.709Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32432026-07-01T23:47:59.379Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32442026-07-01T23:47:59.425Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32452026-07-01T23:47:59.970Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32462026-07-01T23:48:00.171Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32472026-07-01T23:48:01.578Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32482026-07-01T23:48:03.706Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32492026-07-01T23:48:04.462Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32502026-07-01T23:48:04.946Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32512026-07-01T23:48:06.458Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32522026-07-01T23:48:07.071Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32532026-07-01T23:48:08.635Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32542026-07-01T23:48:09.638Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32552026-07-01T23:48:10.182Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32562026-07-01T23:48:12.161Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32572026-07-01T23:48:13.252Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32582026-07-01T23:48:13.638Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32592026-07-01T23:48:13.963Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32602026-07-01T23:48:15.081Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32612026-07-01T23:48:17.517Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32622026-07-01T23:48:18.169Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32632026-07-01T23:48:18.931Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32642026-07-01T23:48:21.794Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32652026-07-01T23:48:22.669Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32662026-07-01T23:48:23.467Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32672026-07-01T23:48:24.521Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32682026-07-01T23:48:25.293Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32692026-07-01T23:48:26.048Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32702026-07-01T23:48:26.805Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32712026-07-01T23:48:28.312Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32722026-07-01T23:48:28.588Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32732026-07-01T23:48:30.234Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32742026-07-01T23:48:30.561Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32752026-07-01T23:48:31.559Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32762026-07-01T23:48:32.575Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32772026-07-01T23:48:33.352Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32782026-07-01T23:48:35.226Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32792026-07-01T23:48:36.533Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32802026-07-01T23:48:37.657Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32812026-07-01T23:48:39.339Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32822026-07-01T23:48:40.435Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32832026-07-01T23:48:41.393Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32842026-07-01T23:48:42.192Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32852026-07-01T23:48:43.216Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32862026-07-01T23:48:44.214Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32872026-07-01T23:48:46.880Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32882026-07-01T23:48:47.375Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32892026-07-01T23:48:49.036Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32902026-07-01T23:48:49.426Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32912026-07-01T23:48:51.972Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-07-01T23:48:52.589Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32932026-07-01T23:48:54.326Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32942026-07-01T23:48:55.615Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32952026-07-01T23:48:57.187Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32962026-07-01T23:48:58.915Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32972026-07-01T23:49:00.492Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32982026-07-01T23:49:02.137Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32992026-07-01T23:49:03.693Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33002026-07-01T23:49:05.274Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33012026-07-01T23:49:09.510Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33022026-07-01T23:49:10.109Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33032026-07-01T23:49:11.121Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33042026-07-01T23:49:11.710Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33052026-07-01T23:49:13.713Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33062026-07-01T23:49:15.257Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33072026-07-01T23:49:17.164Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33082026-07-01T23:49:19.080Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33092026-07-01T23:49:20.825Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33102026-07-01T23:49:22.513Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33112026-07-01T23:49:24.566Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33122026-07-01T23:49:26.020Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33132026-07-01T23:49:27.776Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33142026-07-01T23:49:29.524Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33152026-07-01T23:49:31.319Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33162026-07-01T23:49:34.755Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33172026-07-01T23:49:36.265Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33182026-07-01T23:49:38.283Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33192026-07-01T23:49:40.039Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33202026-07-01T23:49:41.662Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33212026-07-01T23:49:45.673Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33222026-07-01T23:49:47.689Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33232026-07-01T23:49:49.440Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33242026-07-01T23:49:51.269Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33252026-07-01T23:49:54.091Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33262026-07-01T23:49:55.503Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33272026-07-01T23:49:57.531Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33282026-07-01T23:49:59.029Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33292026-07-01T23:50:02.049Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33302026-07-01T23:50:04.603Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33312026-07-01T23:50:06.734Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33322026-07-01T23:50:08.927Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33332026-07-01T23:50:11.087Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33342026-07-01T23:50:13.301Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33352026-07-01T23:50:15.494Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33362026-07-01T23:50:18.150Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33372026-07-01T23:50:20.141Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33382026-07-01T23:50:22.058Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33392026-07-01T23:50:24.205Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33402026-07-01T23:50:26.562Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33412026-07-01T23:50:28.736Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33422026-07-01T23:50:31.132Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33432026-07-01T23:50:33.392Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33442026-07-01T23:50:35.751Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33452026-07-01T23:50:38.027Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33462026-07-01T23:50:40.314Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33472026-07-01T23:50:42.694Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33482026-07-01T23:50:45.003Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33492026-07-01T23:50:47.359Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33502026-07-01T23:50:49.679Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33512026-07-01T23:50:52.025Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33522026-07-01T23:50:54.333Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33532026-07-01T23:50:56.615Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33542026-07-01T23:50:58.924Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33552026-07-01T23:51:01.424Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33562026-07-01T23:51:03.821Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33572026-07-01T23:51:06.142Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33582026-07-01T23:51:08.499Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33592026-07-01T23:51:10.823Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33602026-07-01T23:51:13.184Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33612026-07-01T23:51:16.023Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33622026-07-01T23:51:18.137Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33632026-07-01T23:51:20.548Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33642026-07-01T23:51:23.009Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33652026-07-01T23:51:25.597Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33662026-07-01T23:51:27.918Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33672026-07-01T23:51:30.295Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33682026-07-01T23:51:32.814Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33692026-07-01T23:51:35.387Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33702026-07-01T23:51:37.709Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33712026-07-01T23:51:40.329Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33722026-07-01T23:51:42.752Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33732026-07-01T23:51:45.338Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33742026-07-01T23:51:48.014Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33752026-07-01T23:51:50.580Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33762026-07-01T23:51:53.135Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33772026-07-01T23:51:55.602Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33782026-07-01T23:51:58.174Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33792026-07-01T23:52:00.798Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33802026-07-01T23:52:03.408Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33812026-07-01T23:52:06.275Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33822026-07-01T23:52:08.659Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33832026-07-01T23:52:16.594Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33842026-07-01T23:52:16.741Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33852026-07-01T23:52:20.033Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33862026-07-01T23:52:23.290Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33872026-07-01T23:52:27.911Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33882026-07-01T23:52:30.718Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33892026-07-01T23:52:34.378Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33902026-07-01T23:52:38.135Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33912026-07-01T23:52:41.673Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33922026-07-01T23:52:45.377Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33932026-07-01T23:52:49.019Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33942026-07-01T23:52:52.735Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33952026-07-01T23:52:56.333Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33962026-07-01T23:53:00.009Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33972026-07-01T23:53:03.643Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33982026-07-01T23:53:07.312Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33992026-07-01T23:53:11.135Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34002026-07-01T23:53:14.614Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34012026-07-01T23:53:18.512Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34022026-07-01T23:53:22.093Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34032026-07-01T23:53:25.771Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34042026-07-01T23:53:29.527Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34052026-07-01T23:53:33.223Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34062026-07-01T23:53:36.979Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34072026-07-01T23:53:40.710Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34082026-07-01T23:54:10.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 49s
34092026-07-01T23:54:10.459Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
34102026-07-01T23:54:10.557Z
34112026-07-01T23:54:10.557Zreal 6:50.173112333
34122026-07-01T23:54:10.557Zuser 18:25.235157933
34132026-07-01T23:54:10.557Zsys 3:51.302190556
34142026-07-01T23:54:10.557Ztrap 0.268576033
34152026-07-01T23:54:10.557Ztflt 0.033842461
34162026-07-01T23:54:10.557Zdflt 0.056546747
34172026-07-01T23:54:10.557Zkflt 0.000033603
34182026-07-01T23:54:10.560Zlock 6:18:52.621136792
34192026-07-01T23:54:10.560Zslp 2:17:54.854743583
34202026-07-01T23:54:10.560Zlat 31.770487192
34212026-07-01T23:54:10.560Zstop 1:32.466641066
34222026-07-01T23:54:10.561Zprocess exited: duration 803341 ms, exit code 0
 
34232026-07-01T23:54:10.567Zfound 0 output files