01KVXW8WSV6V3NWCER52MBRN2Z: clippy (helios)

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

Buildomat Job: 01KVXW9AY0QKE7BJ5MD97R304V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-24T22:34:49.685Zjob assigned to worker 01KVXW9G15J3HAG9X4E1RQ96D2 [factory aws, i-0cc50c691d4618d17] (queued for 58 s)
 
22026-06-24T22:34:55.851Zstarting task 0: "setup"
32026-06-24T22:34:55.864Z++ uname -s
42026-06-24T22:34:55.864Z+ kern=SunOS
52026-06-24T22:34:55.867Z+ build_user=build
62026-06-24T22:34:55.868Z+ build_uid=12345
72026-06-24T22:34:55.868Z+ work_dir=/work
82026-06-24T22:34:55.868Z+ input_dir=/input
92026-06-24T22:34:55.868Z+ [[ 0 == 12345 ]]
102026-06-24T22:34:55.868Z+ case "$kern" in
112026-06-24T22:34:55.868Z+ groupadd -g 12345 build
122026-06-24T22:34:55.873Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-24T22:34:57.864Z+ zfs create -o mountpoint=/work rpool/work
142026-06-24T22:34:57.960Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-24T22:34:57.963Z+ home_fs=zfs
162026-06-24T22:34:57.963Z+ [[ zfs == autofs ]]
172026-06-24T22:34:57.963Z+ mkdir -p /home/build
182026-06-24T22:34:57.963Z+ chown build:build /home/build /work
192026-06-24T22:34:58.963Z+ chmod 0700 /home/build /work
202026-06-24T22:34:58.968Zprocess exited: duration 3118 ms, exit code 0
 
212026-06-24T22:34:58.993Zstarting task 1: "rust-toolchain"
222026-06-24T22:34:59.002Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-24T22:34:59.002Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-24T22:34:59.002Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-24T22:34:59.002Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-24T22:34:59.002Z * rust toolchain channel = "1.96.0"
272026-06-24T22:34:59.003Z * rust toolchain profile = "default"
282026-06-24T22:34:59.003Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-24T22:34:59.003Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-24T22:34:59.054Zinfo: downloading installer
312026-06-24T22:35:00.722Zwarn: It looks like you have an existing rustup settings file at:
322026-06-24T22:35:00.722Zwarn: /home/build/.rustup/settings.toml
332026-06-24T22:35:00.722Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-24T22:35:00.722Zwarn: instead of the one inferred from the default host triple.
352026-06-24T22:35:00.734Zinfo: profile set to default
362026-06-24T22:35:00.734Zinfo: default host triple is x86_64-unknown-illumos
372026-06-24T22:35:00.737Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-24T22:35:00.888Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-24T22:35:00.892Zinfo: downloading 6 components
402026-06-24T22:35:18.002Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-24T22:35:18.002Z
422026-06-24T22:35:18.027Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-24T22:35:18.027Z
442026-06-24T22:35:18.027Z
452026-06-24T22:35:18.027ZRust is installed now. Great!
462026-06-24T22:35:18.027Z
472026-06-24T22:35:18.027ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-24T22:35:18.027Zenvironment variable. This has not been done automatically.
492026-06-24T22:35:18.027Z
502026-06-24T22:35:18.027ZTo configure your current shell, you need to source
512026-06-24T22:35:18.027Zthe corresponding env file under $HOME/.cargo.
522026-06-24T22:35:18.027Z
532026-06-24T22:35:18.027ZThis is usually done by running one of the following (note the leading DOT):
542026-06-24T22:35:18.027Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-24T22:35:18.028Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-24T22:35:18.028Zsource "~/.cargo/env.nu" # For nushell
572026-06-24T22:35:18.028Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-24T22:35:18.028Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-24T22:35:18.028Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-24T22:35:18.033Zwarn: no default linker (`cc`) was found in your PATH
612026-06-24T22:35:18.033Zwarn: many Rust crates require a system C toolchain to build
622026-06-24T22:35:18.132Z+ rustup --version
632026-06-24T22:35:18.156Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-24T22:35:18.181Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-24T22:35:18.181Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-24T22:35:18.182Z+ cargo --version
672026-06-24T22:35:18.185Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-24T22:35:18.185Z+ rustc --version
692026-06-24T22:35:18.207Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-24T22:35:18.239Zprocess exited: duration 19215 ms, exit code 0
 
712026-06-24T22:35:18.258Zstarting task 2: "authentication"
722026-06-24T22:35:18.289Zprocess exited: duration 24 ms, exit code 0
 
732026-06-24T22:35:18.316Zstarting task 3: "clone repository"
742026-06-24T22:35:18.326Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-24T22:35:18.326Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-24T22:35:18.350ZCloning into '/work/oxidecomputer/omicron'...
772026-06-24T22:35:28.067Z+ cd /work/oxidecomputer/omicron
782026-06-24T22:35:28.067Z+ git fetch origin 81e255124710828aa0b8589fdce49c0a33dc9604
792026-06-24T22:35:28.341ZFrom https://github.com/oxidecomputer/omicron
802026-06-24T22:35:28.341Z * branch 81e255124710828aa0b8589fdce49c0a33dc9604 -> FETCH_HEAD
812026-06-24T22:35:28.350Z+ [[ -n iliana/dering ]]
822026-06-24T22:35:28.355Z++ git branch --show-current
832026-06-24T22:35:28.355Z+ current=main
842026-06-24T22:35:28.355Z+ [[ main != iliana/dering ]]
852026-06-24T22:35:28.355Z+ git branch -f iliana/dering 81e255124710828aa0b8589fdce49c0a33dc9604
862026-06-24T22:35:28.358Z+ git checkout -f iliana/dering
872026-06-24T22:35:28.474ZSwitched to branch 'iliana/dering'
882026-06-24T22:35:28.478Z+ git reset --hard 81e255124710828aa0b8589fdce49c0a33dc9604
892026-06-24T22:35:28.647ZHEAD is now at 81e255124 [DO NOT MERGE] remove ring
902026-06-24T22:35:28.658Zprocess exited: duration 10282 ms, exit code 0
 
912026-06-24T22:35:28.674Zstarting task 4: "build"
922026-06-24T22:35:28.681Z+ source ./env.sh
932026-06-24T22:35:28.681Z++ OLD_SHELL_OPTS=ehxB
942026-06-24T22:35:28.681Z++ set -o xtrace
952026-06-24T22:35:28.685Z++++ dirname ./env.sh
962026-06-24T22:35:28.685Z+++ readlink -f .
972026-06-24T22:35:28.688Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-24T22:35:28.688Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-24T22:35:28.688Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-24T22:35:28.688Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-24T22:35:28.688Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-24T22:35:28.689Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-06-24T22:35:28.689Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-06-24T22:35:28.689Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-06-24T22:35:28.689Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-24T22:35:28.689Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-24T22:35:28.689Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-24T22:35:28.689Z++ case $OLD_SHELL_OPTS in
1092026-06-24T22:35:28.689Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-24T22:35:28.689Z+ source .github/buildomat/ci-env.sh
1112026-06-24T22:35:28.689Z++ export CARGO_TERM_COLOR=always
1122026-06-24T22:35:28.689Z++ CARGO_TERM_COLOR=always
1132026-06-24T22:35:28.689Z+ cargo --version
1142026-06-24T22:35:28.695Zcargo 1.96.0 (30a34c682 2026-05-25)
1152026-06-24T22:35:28.698Z+ rustc --version
1162026-06-24T22:35:28.719Zrustc 1.96.0 (ac68faa20 2026-05-25)
1172026-06-24T22:35:28.723Z+ banner prerequisites
1182026-06-24T22:35:28.723Z
1192026-06-24T22:35:28.723Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-24T22:35:28.723Z # # # # # # # # # # # # # # #
1212026-06-24T22:35:28.723Z # # # # ##### # # ##### # # # # # #### #
1222026-06-24T22:35:28.723Z ##### ##### # ##### # # # # # # # # #
1232026-06-24T22:35:28.723Z # # # # # # # # # # # # # # #
1242026-06-24T22:35:28.723Z # # # ###### # # ###### ### # #### # #### #
1252026-06-24T22:35:28.723Z
1262026-06-24T22:35:28.723Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-24T22:35:30.269Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-24T22:35:30.372Z Startup: Caching catalogs ... Done
1292026-06-24T22:35:30.825ZPlanning: Solver setup ... Done (0.406s)
1302026-06-24T22:35:30.847ZPlanning: Running solver ... Done (0.025s)
1312026-06-24T22:35:30.861ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-24T22:35:30.870ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-24T22:35:30.885ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-24T22:35:30.902ZPlanning: Package planning ... Done (0.014s)
1352026-06-24T22:35:30.906ZPlanning: Merging actions ... Done (0.001s)
1362026-06-24T22:35:31.064ZPlanning: Checking for conflicting actions ... Done (0.162s)
1372026-06-24T22:35:31.068ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-24T22:35:31.869ZPlanning: Evaluating mediators ... Done (0.806s)
1392026-06-24T22:35:31.873ZPlanning: Planning completed in 1.48 seconds
1402026-06-24T22:35:31.878Z Packages to install: 2
1412026-06-24T22:35:31.883Z Estimated space available: 156.06 GB
1422026-06-24T22:35:31.883ZEstimated space to be consumed: 29.57 MB
1432026-06-24T22:35:31.883Z Create boot environment: No
1442026-06-24T22:35:31.883ZCreate backup boot environment: No
1452026-06-24T22:35:31.883Z Rebuild boot archive: No
1462026-06-24T22:35:31.883Z
1472026-06-24T22:35:31.883ZChanged packages:
1482026-06-24T22:35:31.883Zhelios
1492026-06-24T22:35:31.883Z developer/build-essential
1502026-06-24T22:35:31.883Z None -> 11-3.0
1512026-06-24T22:35:31.883Z library/libxmlsec1
1522026-06-24T22:35:31.883Z None -> 1.2.35-3.0
1532026-06-24T22:35:31.905Z
1542026-06-24T22:35:31.905ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-24T22:35:32.621ZDownload: Completed 1.28 MB in 0.72 seconds (1.8M/s)
1562026-06-24T22:35:32.684Z Actions: 1/268 actions (Installing new actions)
1572026-06-24T22:35:32.721Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-24T22:35:32.732ZFinalize: Updating package state database ... Done (0.010s)
1592026-06-24T22:35:32.732ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-24T22:35:32.759ZFinalize: Updating image state ... Done (0.027s)
1612026-06-24T22:35:35.132ZFinalize: Creating fast lookup database ... Done (2.349s)
1622026-06-24T22:35:35.196ZFinalize: Reading search index ... Done (0.012s)
1632026-06-24T22:35:35.200ZFinalize: Updating search index ... Done (0.000s)
1642026-06-24T22:35:35.303ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-24T22:35:35.610ZPlanning: Evaluating mediator changes ... Done
1662026-06-24T22:35:35.713ZPlanning: Checking for conflicting actions ... Done
1672026-06-24T22:35:35.716ZPlanning: Consolidating action changes ... Done
1682026-06-24T22:35:35.870ZPlanning: Evaluating mediators ... Done
1692026-06-24T22:35:35.873ZPlanning: Planning completed in 0.26 seconds
1702026-06-24T22:35:35.894Z Mediators to change: 2
1712026-06-24T22:35:35.894Z Create boot environment: No
1722026-06-24T22:35:35.894ZCreate backup boot environment: No
1732026-06-24T22:35:35.958ZFinalize: Updating package state database ... Done
1742026-06-24T22:35:35.958ZFinalize: Updating package cache ... Done
1752026-06-24T22:35:35.972ZFinalize: Updating image state ... Done
1762026-06-24T22:35:37.901ZFinalize: Creating fast lookup database ... Done
1772026-06-24T22:35:37.964ZFinalize: Reading search index ... Done
1782026-06-24T22:35:37.966ZFinalize: Updating search index ... Done
1792026-06-24T22:35:38.050ZFinalize: Updating package cache ... Done
1802026-06-24T22:35:38.333ZPlanning: Evaluating mediator changes ... Done
1812026-06-24T22:35:38.437ZPlanning: Checking for conflicting actions ... Done
1822026-06-24T22:35:38.440ZPlanning: Consolidating action changes ... Done
1832026-06-24T22:35:38.592ZPlanning: Evaluating mediators ... Done
1842026-06-24T22:35:38.595ZPlanning: Planning completed in 0.26 seconds
1852026-06-24T22:35:38.615Z Mediators to change: 1
1862026-06-24T22:35:38.615Z Create boot environment: No
1872026-06-24T22:35:38.615ZCreate backup boot environment: No
1882026-06-24T22:35:38.690ZFinalize: Updating package state database ... Done
1892026-06-24T22:35:38.690ZFinalize: Updating package cache ... Done
1902026-06-24T22:35:38.705ZFinalize: Updating image state ... Done
1912026-06-24T22:35:40.643ZFinalize: Creating fast lookup database ... Done
1922026-06-24T22:35:40.707ZFinalize: Reading search index ... Done
1932026-06-24T22:35:40.711ZFinalize: Updating search index ... Done
1942026-06-24T22:35:40.780ZFinalize: Updating package cache ... Done
1952026-06-24T22:35:41.094ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-24T22:35:41.094Zapache system 2.4 system
1972026-06-24T22:35:41.094Zclang system 15 system
1982026-06-24T22:35:41.094Zcsh system system illumos
1992026-06-24T22:35:41.094Zctags system system illumos
2002026-06-24T22:35:41.095Zfile vendor vendor darwinsys
2012026-06-24T22:35:41.095Zfile system system illumos
2022026-06-24T22:35:41.095Zgcc vendor 14 vendor
2032026-06-24T22:35:41.095Zgcc system 13 system
2042026-06-24T22:35:41.095Zgcc system 10 system
2052026-06-24T22:35:41.095Zgo system 1.25 system
2062026-06-24T22:35:41.095Zllvm system 15 system
2072026-06-24T22:35:41.095Zmariadb system 11.4 system
2082026-06-24T22:35:41.095Zmta vendor vendor dma
2092026-06-24T22:35:41.095Zopenjdk system 17 system
2102026-06-24T22:35:41.095Zopenjdk system 11 system
2112026-06-24T22:35:41.095Zopenssl vendor 3 vendor
2122026-06-24T22:35:41.095Zperl system 5.40 system
2132026-06-24T22:35:41.095Zpostgresql system 18 system
2142026-06-24T22:35:41.096Zpostgresql system 17 system
2152026-06-24T22:35:41.096Zpython vendor 3 vendor
2162026-06-24T22:35:41.096Zpython system 2 system
2172026-06-24T22:35:41.096Zpython3 vendor 3.13 vendor
2182026-06-24T22:35:41.096Zruby system 3.4 system
2192026-06-24T22:35:41.096Zruby system 3.0 system
2202026-06-24T22:35:41.096Zwords vendor vendor american-english
2212026-06-24T22:35:41.096Zwords system system australian-english
2222026-06-24T22:35:41.096Zwords system system british-english
2232026-06-24T22:35:41.096Zwords system system canadian-english
2242026-06-24T22:35:41.096Zwords system system french
2252026-06-24T22:35:41.096Zwords system system italian
2262026-06-24T22:35:41.096Zwords system system ngerman
2272026-06-24T22:35:41.096Zwords system system ogerman
2282026-06-24T22:35:41.096Zwords system system spanish
2292026-06-24T22:35:41.346ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-24T22:35:41.346Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-24T22:35:41.643ZFMRI IFO
2322026-06-24T22:35:41.643Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-24T22:35:41.643Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-24T22:35:41.643Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-24T22:35:41.643Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-24T22:35:41.643Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-24T22:35:41.644Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-24T22:35:41.644Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-24T22:35:41.644Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-24T22:35:41.644Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-24T22:35:41.894Z Updating git repository `https://github.com/oxidecomputer/omicron-package`
2422026-06-24T22:35:42.170Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2432026-06-24T22:35:42.428Z Updating crates.io index
2442026-06-24T22:35:42.435Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2452026-06-24T22:35:42.664Z Updating git repository `https://github.com/oxidecomputer/lldp`
2462026-06-24T22:35:42.982Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2472026-06-24T22:35:43.252Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482026-06-24T22:35:44.167Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2492026-06-24T22:35:44.630Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-06-24T22:35:46.470Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-06-24T22:35:47.198Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-06-24T22:35:47.449Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2532026-06-24T22:35:48.474Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-06-24T22:35:48.707Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2552026-06-24T22:35:49.024Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2562026-06-24T22:35:49.273Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2572026-06-24T22:35:49.695Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2582026-06-24T22:35:50.164Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2592026-06-24T22:35:50.387Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2602026-06-24T22:35:50.612Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2612026-06-24T22:35:50.859Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2622026-06-24T22:35:51.126Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2632026-06-24T22:35:51.375Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2642026-06-24T22:35:51.618Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2652026-06-24T22:35:51.857Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-06-24T22:35:52.212Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-06-24T22:35:52.535Z Updating git repository `https://github.com/oxidecomputer/erebor`
2682026-06-24T22:35:52.781Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2692026-06-24T22:35:53.145Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2702026-06-24T22:35:53.428Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-06-24T22:35:53.737Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-06-24T22:35:53.976Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732026-06-24T22:35:54.196Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-06-24T22:35:54.512Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-06-24T22:35:54.888Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762026-06-24T22:35:55.126Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-06-24T22:35:55.432Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-06-24T22:35:55.709Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2792026-06-24T22:35:56.042Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2802026-06-24T22:35:56.309Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-06-24T22:35:56.485Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-06-24T22:35:56.732Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-06-24T22:35:56.987Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-06-24T22:35:59.919Z Downloading crates ...
2852026-06-24T22:35:59.976Z Downloaded form_urlencoded v1.2.2
2862026-06-24T22:35:59.980Z Downloaded terminal_size v0.4.3
2872026-06-24T22:36:00.002Z Downloaded toml_edit v0.22.27
2882026-06-24T22:36:00.006Z Downloaded errno v0.3.14
2892026-06-24T22:36:00.006Z Downloaded tinystr v0.8.2
2902026-06-24T22:36:00.009Z Downloaded zerofrom v0.1.6
2912026-06-24T22:36:00.009Z Downloaded yoke-derive v0.8.1
2922026-06-24T22:36:00.012Z Downloaded crypto-common v0.1.7
2932026-06-24T22:36:00.015Z Downloaded thread-id v4.2.2
2942026-06-24T22:36:00.015Z Downloaded zerofrom-derive v0.1.6
2952026-06-24T22:36:00.019Z Downloaded bytecount v0.6.9
2962026-06-24T22:36:00.019Z Downloaded zerotrie v0.2.3
2972026-06-24T22:36:00.022Z Downloaded version_check v0.9.5
2982026-06-24T22:36:00.022Z Downloaded usdt-macro v0.5.0
2992026-06-24T22:36:00.022Z Downloaded usdt-attr-macro v0.5.0
3002026-06-24T22:36:00.022Z Downloaded toml_write v0.1.2
3012026-06-24T22:36:00.022Z Downloaded thiserror-impl v1.0.69
3022026-06-24T22:36:00.022Z Downloaded thiserror v2.0.18
3032026-06-24T22:36:00.026Z Downloaded heck v0.4.1
3042026-06-24T22:36:00.029Z Downloaded textwrap v0.16.2
3052026-06-24T22:36:00.029Z Downloaded generic-array v0.14.7
3062026-06-24T22:36:00.029Z Downloaded dof v0.3.0
3072026-06-24T22:36:00.029Z Downloaded anstyle-query v1.1.5
3082026-06-24T22:36:00.032Z Downloaded unicode-linebreak v0.1.5
3092026-06-24T22:36:00.032Z Downloaded anstream v1.0.0
3102026-06-24T22:36:00.032Z Downloaded typeid v1.0.3
3112026-06-24T22:36:00.035Z Downloaded colorchoice v1.0.4
3122026-06-24T22:36:00.038Z Downloaded cargo_metadata v0.21.0
3132026-06-24T22:36:00.038Z Downloaded autocfg v1.5.0
3142026-06-24T22:36:00.038Z Downloaded zerovec v0.11.5
3152026-06-24T22:36:00.043Z Downloaded zerocopy-derive v0.7.35
3162026-06-24T22:36:00.047Z Downloaded ucd-trie v0.1.7
3172026-06-24T22:36:00.047Z Downloaded bitflags v2.11.0
3182026-06-24T22:36:00.050Z Downloaded icu_normalizer_data v2.1.1
3192026-06-24T22:36:00.050Z Downloaded byteorder v1.5.0
3202026-06-24T22:36:00.053Z Downloaded cpufeatures v0.2.17
3212026-06-24T22:36:00.056Z Downloaded is_terminal_polyfill v1.70.2
3222026-06-24T22:36:00.056Z Downloaded block-buffer v0.10.4
3232026-06-24T22:36:00.060Z Downloaded clap_derive v4.6.1
3242026-06-24T22:36:00.060Z Downloaded toml_datetime v0.6.11
3252026-06-24T22:36:00.060Z Downloaded yoke v0.8.1
3262026-06-24T22:36:00.063Z Downloaded anstyle-parse v1.0.0
3272026-06-24T22:36:00.063Z Downloaded zmij v1.0.21
3282026-06-24T22:36:00.067Z Downloaded cargo_toml v0.21.0
3292026-06-24T22:36:00.070Z Downloaded utf8parse v0.2.2
3302026-06-24T22:36:00.070Z Downloaded unicode-xid v0.2.6
3312026-06-24T22:36:00.073Z Downloaded serde_spanned v0.6.9
3322026-06-24T22:36:00.073Z Downloaded cfg-if v1.0.4
3332026-06-24T22:36:00.073Z Downloaded usdt-impl v0.5.0
3342026-06-24T22:36:00.076Z Downloaded fastrand v2.3.0
3352026-06-24T22:36:00.076Z Downloaded writeable v0.6.2
3362026-06-24T22:36:00.076Z Downloaded memmap v0.7.0
3372026-06-24T22:36:00.080Z Downloaded usdt v0.5.0
3382026-06-24T22:36:00.080Z Downloaded equivalent v1.0.2
3392026-06-24T22:36:00.080Z Downloaded zerovec-derive v0.11.2
3402026-06-24T22:36:00.080Z Downloaded thiserror-impl v2.0.18
3412026-06-24T22:36:00.083Z Downloaded fnv v1.0.7
3422026-06-24T22:36:00.088Z Downloaded unicode-ident v1.0.24
3432026-06-24T22:36:00.088Z Downloaded camino v1.2.2
3442026-06-24T22:36:00.091Z Downloaded utf8_iter v1.0.4
3452026-06-24T22:36:00.091Z Downloaded toml v0.8.23
3462026-06-24T22:36:00.091Z Downloaded thiserror v1.0.69
3472026-06-24T22:36:00.094Z Downloaded proc-macro-error-attr v1.0.4
3482026-06-24T22:36:00.094Z Downloaded itoa v1.0.17
3492026-06-24T22:36:00.098Z Downloaded dtrace-parser v0.2.0
3502026-06-24T22:36:00.098Z Downloaded clap_lex v1.0.0
3512026-06-24T22:36:00.102Z Downloaded typenum v1.19.0
3522026-06-24T22:36:00.105Z Downloaded heck v0.5.0
3532026-06-24T22:36:00.108Z Downloaded url v2.5.8
3542026-06-24T22:36:00.108Z Downloaded stable_deref_trait v1.2.1
3552026-06-24T22:36:00.111Z Downloaded scroll_derive v0.12.1
3562026-06-24T22:36:00.114Z Downloaded percent-encoding v2.3.2
3572026-06-24T22:36:00.114Z Downloaded serde-value v0.7.0
3582026-06-24T22:36:00.119Z Downloaded unicode-width v0.2.0
3592026-06-24T22:36:00.122Z Downloaded smawk v0.3.2
3602026-06-24T22:36:00.129Z Downloaded winnow v0.7.14
3612026-06-24T22:36:00.158Z Downloaded zerocopy v0.7.35
3622026-06-24T22:36:00.158Z Downloaded getrandom v0.4.1
3632026-06-24T22:36:00.159Z Downloaded unicode-width v0.1.14
3642026-06-24T22:36:00.159Z Downloaded erased-serde v0.4.9
3652026-06-24T22:36:00.159Z Downloaded clap v4.6.1
3662026-06-24T22:36:00.159Z Downloaded ordered-float v2.10.1
3672026-06-24T22:36:00.159Z Downloaded cargo-platform v0.2.0
3682026-06-24T22:36:00.159Z Downloaded swrite v0.1.0
3692026-06-24T22:36:00.159Z Downloaded potential_utf v0.1.4
3702026-06-24T22:36:00.159Z Downloaded macaddr v1.0.1
3712026-06-24T22:36:00.159Z Downloaded plain v0.2.3
3722026-06-24T22:36:00.159Z Downloaded tabled_derive v0.7.0
3732026-06-24T22:36:00.159Z Downloaded serde-untagged v0.1.9
3742026-06-24T22:36:00.166Z Downloaded displaydoc v0.2.5
3752026-06-24T22:36:00.166Z Downloaded pretty-hex v0.4.1
3762026-06-24T22:36:00.166Z Downloaded camino-tempfile v1.4.1
3772026-06-24T22:36:00.167Z Downloaded digest v0.10.7
3782026-06-24T22:36:00.171Z Downloaded strsim v0.11.1
3792026-06-24T22:36:00.171Z Downloaded anstyle v1.0.14
3802026-06-24T22:36:00.176Z Downloaded fs-err v3.3.0
3812026-06-24T22:36:00.176Z Downloaded sha2 v0.10.9
3822026-06-24T22:36:00.186Z Downloaded serde_tokenstream v0.2.3
3832026-06-24T22:36:00.191Z Downloaded quote v1.0.45
3842026-06-24T22:36:00.191Z Downloaded proc-macro-error v1.0.4
3852026-06-24T22:36:00.194Z Downloaded cargo-util-schemas v0.8.2
3862026-06-24T22:36:00.197Z Downloaded litemap v0.8.1
3872026-06-24T22:36:00.202Z Downloaded idna_adapter v1.2.1
3882026-06-24T22:36:00.206Z Downloaded scroll v0.12.0
3892026-06-24T22:36:00.210Z Downloaded smallvec v1.15.1
3902026-06-24T22:36:00.220Z Downloaded semver v1.0.28
3912026-06-24T22:36:00.220Z Downloaded once_cell v1.21.3
3922026-06-24T22:36:00.227Z Downloaded pest_generator v2.8.6
3932026-06-24T22:36:00.231Z Downloaded tempfile v3.25.0
3942026-06-24T22:36:00.251Z Downloaded pest_derive v2.8.6
3952026-06-24T22:36:00.251Z Downloaded serde_derive v1.0.228
3962026-06-24T22:36:00.256Z Downloaded anyhow v1.0.102
3972026-06-24T22:36:00.256Z Downloaded papergrid v0.11.0
3982026-06-24T22:36:00.256Z Downloaded icu_provider v2.1.1
3992026-06-24T22:36:00.264Z Downloaded serde_core v1.0.228
4002026-06-24T22:36:00.264Z Downloaded icu_properties v2.1.2
4012026-06-24T22:36:00.264Z Downloaded proc-macro2 v1.0.106
4022026-06-24T22:36:00.284Z Downloaded num-traits v0.2.19
4032026-06-24T22:36:00.285Z Downloaded icu_normalizer v2.1.1
4042026-06-24T22:36:00.302Z Downloaded log v0.4.29
4052026-06-24T22:36:00.303Z Downloaded synstructure v0.13.2
4062026-06-24T22:36:00.311Z Downloaded icu_locale_core v2.1.1
4072026-06-24T22:36:00.311Z Downloaded icu_collections v2.1.1
4082026-06-24T22:36:00.319Z Downloaded memchr v2.8.0
4092026-06-24T22:36:00.319Z Downloaded serde v1.0.228
4102026-06-24T22:36:00.319Z Downloaded pest_meta v2.8.6
4112026-06-24T22:36:00.326Z Downloaded indexmap v2.14.0
4122026-06-24T22:36:00.346Z Downloaded icu_properties_data v2.1.2
4132026-06-24T22:36:00.357Z Downloaded pest v2.8.6
4142026-06-24T22:36:00.362Z Downloaded idna v1.1.0
4152026-06-24T22:36:00.367Z Downloaded hashbrown v0.17.0
4162026-06-24T22:36:00.380Z Downloaded clap_builder v4.6.0
4172026-06-24T22:36:00.385Z Downloaded serde_json v1.0.150
4182026-06-24T22:36:00.390Z Downloaded goblin v0.8.2
4192026-06-24T22:36:00.426Z Downloaded tabled v0.15.0
4202026-06-24T22:36:00.430Z Downloaded syn v2.0.117
4212026-06-24T22:36:00.430Z Downloaded syn v1.0.109
4222026-06-24T22:36:00.435Z Downloaded rustix v1.1.3
4232026-06-24T22:36:00.448Z Downloaded libc v0.2.185
4242026-06-24T22:36:00.516Z Compiling proc-macro2 v1.0.106
4252026-06-24T22:36:00.516Z Compiling quote v1.0.45
4262026-06-24T22:36:00.516Z Compiling unicode-ident v1.0.24
4272026-06-24T22:36:00.517Z Compiling serde_core v1.0.228
4282026-06-24T22:36:00.520Z Compiling libc v0.2.185
4292026-06-24T22:36:00.520Z Compiling version_check v0.9.5
4302026-06-24T22:36:00.520Z Compiling stable_deref_trait v1.2.1
4312026-06-24T22:36:00.520Z Compiling serde v1.0.228
4322026-06-24T22:36:00.836Z Compiling memchr v2.8.0
4332026-06-24T22:36:00.851Z Compiling zmij v1.0.21
4342026-06-24T22:36:01.094Z Compiling autocfg v1.5.0
4352026-06-24T22:36:01.111Z Compiling thiserror v1.0.69
4362026-06-24T22:36:01.412Z Compiling ucd-trie v0.1.7
4372026-06-24T22:36:01.412Z Compiling itoa v1.0.17
4382026-06-24T22:36:01.525Z Compiling litemap v0.8.1
4392026-06-24T22:36:01.541Z Compiling writeable v0.6.2
4402026-06-24T22:36:01.557Z Compiling pest v2.8.6
4412026-06-24T22:36:01.669Z Compiling icu_normalizer_data v2.1.1
4422026-06-24T22:36:01.685Z Compiling rustix v1.1.3
4432026-06-24T22:36:01.716Z Compiling byteorder v1.5.0
4442026-06-24T22:36:01.860Z Compiling icu_properties_data v2.1.2
4452026-06-24T22:36:01.957Z Compiling syn v2.0.117
4462026-06-24T22:36:02.077Z Compiling errno v0.3.14
4472026-06-24T22:36:02.093Z Compiling bitflags v2.11.0
4482026-06-24T22:36:02.228Z Compiling serde_json v1.0.150
4492026-06-24T22:36:02.432Z Compiling num-traits v0.2.19
4502026-06-24T22:36:02.448Z Compiling typeid v1.0.3
4512026-06-24T22:36:02.464Z Compiling hashbrown v0.17.0
4522026-06-24T22:36:02.610Z Compiling pest_meta v2.8.6
4532026-06-24T22:36:02.708Z Compiling smallvec v1.15.1
4542026-06-24T22:36:02.919Z Compiling equivalent v1.0.2
4552026-06-24T22:36:02.996Z Compiling indexmap v2.14.0
4562026-06-24T22:36:03.069Z Compiling thread-id v4.2.2
4572026-06-24T22:36:03.086Z Compiling usdt-impl v0.5.0
4582026-06-24T22:36:03.149Z Compiling proc-macro-error-attr v1.0.4
4592026-06-24T22:36:03.215Z Compiling erased-serde v0.4.9
4602026-06-24T22:36:03.331Z Compiling syn v1.0.109
4612026-06-24T22:36:03.348Z Compiling winnow v0.7.14
4622026-06-24T22:36:03.442Z Compiling toml_write v0.1.2
4632026-06-24T22:36:03.690Z Compiling proc-macro-error v1.0.4
4642026-06-24T22:36:03.784Z Compiling getrandom v0.4.1
4652026-06-24T22:36:03.872Z Compiling utf8_iter v1.0.4
4662026-06-24T22:36:04.024Z Compiling percent-encoding v2.3.2
4672026-06-24T22:36:04.148Z Compiling log v0.4.29
4682026-06-24T22:36:04.225Z Compiling utf8parse v0.2.2
4692026-06-24T22:36:04.228Z Compiling camino v1.2.2
4702026-06-24T22:36:04.228Z Compiling thiserror v2.0.18
4712026-06-24T22:36:04.301Z Compiling plain v0.2.3
4722026-06-24T22:36:04.335Z Compiling anstyle-parse v1.0.0
4732026-06-24T22:36:04.353Z Compiling form_urlencoded v1.2.2
4742026-06-24T22:36:04.439Z Compiling ordered-float v2.10.1
4752026-06-24T22:36:04.524Z Compiling synstructure v0.13.2
4762026-06-24T22:36:04.542Z Compiling pest_generator v2.8.6
4772026-06-24T22:36:04.773Z Compiling terminal_size v0.4.3
4782026-06-24T22:36:04.916Z Compiling anstyle-query v1.1.5
4792026-06-24T22:36:05.032Z Compiling anstyle v1.0.14
4802026-06-24T22:36:05.054Z Compiling cfg-if v1.0.4
4812026-06-24T22:36:05.111Z Compiling pretty-hex v0.4.1
4822026-06-24T22:36:05.130Z Compiling colorchoice v1.0.4
4832026-06-24T22:36:05.147Z Compiling is_terminal_polyfill v1.70.2
4842026-06-24T22:36:05.231Z Compiling anstream v1.0.0
4852026-06-24T22:36:05.248Z Compiling serde-untagged v0.1.9
4862026-06-24T22:36:05.296Z Compiling semver v1.0.28
4872026-06-24T22:36:05.382Z Compiling fs-err v3.3.0
4882026-06-24T22:36:05.489Z Compiling heck v0.5.0
4892026-06-24T22:36:05.537Z Compiling bytecount v0.6.9
4902026-06-24T22:36:05.570Z Compiling anyhow v1.0.102
4912026-06-24T22:36:05.616Z Compiling fnv v1.0.7
4922026-06-24T22:36:05.638Z Compiling unicode-xid v0.2.6
4932026-06-24T22:36:05.675Z Compiling clap_lex v1.0.0
4942026-06-24T22:36:05.718Z Compiling fastrand v2.3.0
4952026-06-24T22:36:05.718Z Compiling unicode-width v0.1.14
4962026-06-24T22:36:05.836Z Compiling once_cell v1.21.3
4972026-06-24T22:36:05.978Z Compiling strsim v0.11.1
4982026-06-24T22:36:06.031Z Compiling heck v0.4.1
4992026-06-24T22:36:06.054Z Compiling tempfile v3.25.0
5002026-06-24T22:36:06.073Z Compiling papergrid v0.11.0
5012026-06-24T22:36:06.160Z Compiling serde_derive v1.0.228
5022026-06-24T22:36:06.222Z Compiling zerofrom-derive v0.1.6
5032026-06-24T22:36:06.259Z Compiling yoke-derive v0.8.1
5042026-06-24T22:36:06.332Z Compiling zerovec-derive v0.11.2
5052026-06-24T22:36:06.434Z Compiling displaydoc v0.2.5
5062026-06-24T22:36:06.782Z Compiling thiserror-impl v1.0.69
5072026-06-24T22:36:07.194Z Compiling zerocopy-derive v0.7.35
5082026-06-24T22:36:07.432Z Compiling pest_derive v2.8.6
5092026-06-24T22:36:07.451Z Compiling scroll_derive v0.12.1
5102026-06-24T22:36:07.507Z Compiling thiserror-impl v2.0.18
5112026-06-24T22:36:07.609Z Compiling zerofrom v0.1.6
5122026-06-24T22:36:07.744Z Compiling yoke v0.8.1
5132026-06-24T22:36:07.864Z Compiling tabled_derive v0.7.0
5142026-06-24T22:36:07.943Z Compiling zerovec v0.11.5
5152026-06-24T22:36:08.084Z Compiling zerotrie v0.2.3
5162026-06-24T22:36:08.126Z Compiling zerocopy v0.7.35
5172026-06-24T22:36:08.176Z Compiling dtrace-parser v0.2.0
5182026-06-24T22:36:08.383Z Compiling scroll v0.12.0
5192026-06-24T22:36:08.455Z Compiling tinystr v0.8.2
5202026-06-24T22:36:08.659Z Compiling icu_locale_core v2.1.1
5212026-06-24T22:36:08.676Z Compiling potential_utf v0.1.4
5222026-06-24T22:36:08.676Z Compiling goblin v0.8.2
5232026-06-24T22:36:08.823Z Compiling clap_builder v4.6.0
5242026-06-24T22:36:08.844Z Compiling icu_collections v2.1.1
5252026-06-24T22:36:08.911Z Compiling clap_derive v4.6.1
5262026-06-24T22:36:09.324Z Compiling icu_provider v2.1.1
5272026-06-24T22:36:09.340Z Compiling memmap v0.7.0
5282026-06-24T22:36:09.530Z Compiling smawk v0.3.2
5292026-06-24T22:36:09.548Z Compiling unicode-linebreak v0.1.5
5302026-06-24T22:36:09.617Z Compiling icu_properties v2.1.2
5312026-06-24T22:36:09.635Z Compiling icu_normalizer v2.1.1
5322026-06-24T22:36:09.671Z Compiling toml_datetime v0.6.11
5332026-06-24T22:36:09.704Z Compiling serde_spanned v0.6.9
5342026-06-24T22:36:09.793Z Compiling dof v0.3.0
5352026-06-24T22:36:09.857Z Compiling toml_edit v0.22.27
5362026-06-24T22:36:09.931Z Compiling serde_tokenstream v0.2.3
5372026-06-24T22:36:10.198Z Compiling serde-value v0.7.0
5382026-06-24T22:36:10.253Z Compiling cargo-platform v0.2.0
5392026-06-24T22:36:10.529Z Compiling idna_adapter v1.2.1
5402026-06-24T22:36:10.553Z Compiling unicode-width v0.2.0
5412026-06-24T22:36:10.660Z Compiling idna v1.1.0
5422026-06-24T22:36:10.677Z Compiling clap v4.6.1
5432026-06-24T22:36:10.694Z Compiling macaddr v1.0.1
5442026-06-24T22:36:10.835Z Compiling usdt-macro v0.5.0
5452026-06-24T22:36:10.888Z Compiling usdt-attr-macro v0.5.0
5462026-06-24T22:36:11.107Z Compiling url v2.5.8
5472026-06-24T22:36:11.473Z Compiling toml v0.8.23
5482026-06-24T22:36:11.596Z Compiling textwrap v0.16.2
5492026-06-24T22:36:11.852Z Compiling cargo-util-schemas v0.8.2
5502026-06-24T22:36:11.878Z Compiling cargo_toml v0.21.0
5512026-06-24T22:36:11.961Z Compiling usdt v0.5.0
5522026-06-24T22:36:12.051Z Compiling tabled v0.15.0
5532026-06-24T22:36:12.072Z Compiling camino-tempfile v1.4.1
5542026-06-24T22:36:12.108Z Compiling swrite v0.1.0
5552026-06-24T22:36:12.193Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5562026-06-24T22:36:12.759Z Compiling cargo_metadata v0.21.0
5572026-06-24T22:36:13.726Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-06-24T22:36:15.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.07s
5592026-06-24T22:36:16.020Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5602026-06-24T22:36:16.521Z Downloading crates ...
5612026-06-24T22:36:16.618Z Downloaded adler2 v2.0.1
5622026-06-24T22:36:16.628Z Downloaded arc-swap v1.8.2
5632026-06-24T22:36:16.634Z Downloaded bzip2 v0.4.4
5642026-06-24T22:36:16.638Z Downloaded aead v0.5.2
5652026-06-24T22:36:16.638Z Downloaded block-buffer v0.12.1
5662026-06-24T22:36:16.640Z Downloaded bitfield-struct v0.6.2
5672026-06-24T22:36:16.640Z Downloaded ciborium-io v0.2.2
5682026-06-24T22:36:16.643Z Downloaded bcs v0.1.6
5692026-06-24T22:36:16.645Z Downloaded der_derive v0.7.3
5702026-06-24T22:36:16.645Z Downloaded darling_macro v0.23.0
5712026-06-24T22:36:16.650Z Downloaded cfg_aliases v0.1.1
5722026-06-24T22:36:16.650Z Downloaded anstream v0.6.21
5732026-06-24T22:36:16.654Z Downloaded debug-ignore v1.0.5
5742026-06-24T22:36:16.654Z Downloaded darling_macro v0.13.4
5752026-06-24T22:36:16.654Z Downloaded async-recursion v1.1.1
5762026-06-24T22:36:16.657Z Downloaded const-oid v0.10.2
5772026-06-24T22:36:16.657Z Downloaded base16ct v0.2.0
5782026-06-24T22:36:16.661Z Downloaded arrayref v0.3.9
5792026-06-24T22:36:16.662Z Downloaded cbc v0.1.2
5802026-06-24T22:36:16.662Z Downloaded fixedbitset v0.4.2
5812026-06-24T22:36:16.665Z Downloaded constant_time_eq v0.4.2
5822026-06-24T22:36:16.665Z Downloaded crucible-workspace-hack v0.1.0
5832026-06-24T22:36:16.665Z Downloaded cpufeatures v0.3.0
5842026-06-24T22:36:16.668Z Downloaded chacha20 v0.10.0
5852026-06-24T22:36:16.668Z Downloaded bitfield-macros v0.19.4
5862026-06-24T22:36:16.668Z Downloaded defmt-parser v1.0.0
5872026-06-24T22:36:16.670Z Downloaded darling_macro v0.21.3
5882026-06-24T22:36:16.670Z Downloaded cobs v0.3.0
5892026-06-24T22:36:16.670Z Downloaded bcrypt-pbkdf v0.10.0
5902026-06-24T22:36:16.674Z Downloaded ascii-canvas v3.0.0
5912026-06-24T22:36:16.677Z Downloaded bit-set v0.8.0
5922026-06-24T22:36:16.680Z Downloaded async-stream-impl v0.3.6
5932026-06-24T22:36:16.686Z Downloaded dirs-next v2.0.0
5942026-06-24T22:36:16.688Z Downloaded bit-vec v0.6.3
5952026-06-24T22:36:16.688Z Downloaded darling_macro v0.20.11
5962026-06-24T22:36:16.691Z Downloaded crc v3.4.0
5972026-06-24T22:36:16.691Z Downloaded async-stream v0.3.6
5982026-06-24T22:36:16.694Z Downloaded cstr-argument v0.1.2
5992026-06-24T22:36:16.697Z Downloaded derive-ex v0.1.8
6002026-06-24T22:36:16.697Z Downloaded crossbeam-deque v0.8.6
6012026-06-24T22:36:16.699Z Downloaded async-trait v0.1.89
6022026-06-24T22:36:16.699Z Downloaded ahash v0.8.12
6032026-06-24T22:36:16.702Z Downloaded dyn-clone v1.0.20
6042026-06-24T22:36:16.706Z Downloaded crypto-common v0.2.2
6052026-06-24T22:36:16.745Z Downloaded async-bb8-diesel v0.2.1
6062026-06-24T22:36:16.745Z Downloaded daft v0.1.7
6072026-06-24T22:36:16.745Z Downloaded defmt v1.0.1
6082026-06-24T22:36:16.745Z Downloaded dropshot-api-manager-types v0.7.2
6092026-06-24T22:36:16.745Z Downloaded convert_case v0.4.0
6102026-06-24T22:36:16.745Z Downloaded crc-catalog v2.4.0
6112026-06-24T22:36:16.745Z Downloaded cargo-platform v0.3.2
6122026-06-24T22:36:16.745Z Downloaded defmt v0.3.100
6132026-06-24T22:36:16.745Z Downloaded block-padding v0.3.3
6142026-06-24T22:36:16.745Z Downloaded atomic-waker v1.1.2
6152026-06-24T22:36:16.745Z Downloaded drift v0.2.0
6162026-06-24T22:36:16.745Z Downloaded curve25519-dalek-derive v0.1.1
6172026-06-24T22:36:16.745Z Downloaded castaway v0.2.4
6182026-06-24T22:36:16.745Z Downloaded bb8 v0.8.6
6192026-06-24T22:36:16.745Z Downloaded dtrace-parser v0.3.0
6202026-06-24T22:36:16.745Z Downloaded crc8 v0.1.1
6212026-06-24T22:36:16.745Z Downloaded atomicwrites v0.4.4
6222026-06-24T22:36:16.745Z Downloaded crunchy v0.2.4
6232026-06-24T22:36:16.745Z Downloaded bit-vec v0.8.0
6242026-06-24T22:36:16.745Z Downloaded deranged v0.5.8
6252026-06-24T22:36:16.745Z Downloaded foreign-types-shared v0.1.1
6262026-06-24T22:36:16.745Z Downloaded env_filter v1.0.0
6272026-06-24T22:36:16.745Z Downloaded embedded-io v0.4.0
6282026-06-24T22:36:16.745Z Downloaded dunce v1.0.5
6292026-06-24T22:36:16.745Z Downloaded defmt-macros v1.0.1
6302026-06-24T22:36:16.745Z Downloaded atty v0.2.14
6312026-06-24T22:36:16.746Z Downloaded enum-as-inner v0.6.1
6322026-06-24T22:36:16.746Z Downloaded array-init v0.0.4
6332026-06-24T22:36:16.749Z Downloaded daft-derive v0.1.7
6342026-06-24T22:36:16.749Z Downloaded ctr v0.9.2
6352026-06-24T22:36:16.749Z Downloaded difflib v0.4.0
6362026-06-24T22:36:16.749Z Downloaded csv-core v0.1.13
6372026-06-24T22:36:16.749Z Downloaded data-encoding v2.10.0
6382026-06-24T22:36:16.749Z Downloaded ciborium-ll v0.2.2
6392026-06-24T22:36:16.751Z Downloaded float-ord v0.3.2
6402026-06-24T22:36:16.756Z Downloaded dirs-sys-next v0.1.2
6412026-06-24T22:36:16.756Z Downloaded fd-lock v4.0.4
6422026-06-24T22:36:16.759Z Downloaded flagset v0.4.7
6432026-06-24T22:36:16.759Z Downloaded endian-type v0.1.2
6442026-06-24T22:36:16.759Z Downloaded downcast-rs v2.0.2
6452026-06-24T22:36:16.761Z Downloaded foreign-types-shared v0.3.1
6462026-06-24T22:36:16.761Z Downloaded dsl_auto_type v0.2.0
6472026-06-24T22:36:16.767Z Downloaded compression-core v0.4.31
6482026-06-24T22:36:16.767Z Downloaded bit-set v0.5.3
6492026-06-24T22:36:16.770Z Downloaded dof v0.4.0
6502026-06-24T22:36:16.770Z Downloaded document-features v0.2.12
6512026-06-24T22:36:16.770Z Downloaded display-error-chain v0.2.2
6522026-06-24T22:36:16.774Z Downloaded assert_matches v1.5.0
6532026-06-24T22:36:16.774Z Downloaded foreign-types-macros v0.2.3
6542026-06-24T22:36:16.774Z Downloaded futures-core v0.3.32
6552026-06-24T22:36:16.778Z Downloaded foreign-types v0.3.2
6562026-06-24T22:36:16.778Z Downloaded float-cmp v0.10.0
6572026-06-24T22:36:16.778Z Downloaded derive_builder_macro v0.20.2
6582026-06-24T22:36:16.787Z Downloaded futures-macro v0.3.32
6592026-06-24T22:36:16.790Z Downloaded cmake v0.1.57
6602026-06-24T22:36:16.790Z Downloaded chacha20 v0.9.1
6612026-06-24T22:36:16.796Z Downloaded futures-sink v0.3.32
6622026-06-24T22:36:16.796Z Downloaded gethostname v0.5.0
6632026-06-24T22:36:16.796Z Downloaded diesel_table_macro_syntax v0.3.0
6642026-06-24T22:36:16.796Z Downloaded bitfield v0.19.4
6652026-06-24T22:36:16.800Z Downloaded cfg_aliases v0.2.1
6662026-06-24T22:36:16.800Z Downloaded bitflags v1.3.2
6672026-06-24T22:36:16.800Z Downloaded ghash v0.5.1
6682026-06-24T22:36:16.800Z Downloaded darling v0.13.4
6692026-06-24T22:36:16.800Z Downloaded futures-io v0.3.32
6702026-06-24T22:36:16.802Z Downloaded filetime v0.2.27
6712026-06-24T22:36:16.802Z Downloaded fallible-iterator v0.2.0
6722026-06-24T22:36:16.803Z Downloaded globwalk v0.9.1
6732026-06-24T22:36:16.806Z Downloaded ena v0.14.4
6742026-06-24T22:36:16.806Z Downloaded git-stub v1.0.0
6752026-06-24T22:36:16.806Z Downloaded fxhash v0.2.1
6762026-06-24T22:36:16.809Z Downloaded critical-section v1.2.0
6772026-06-24T22:36:16.809Z Downloaded hex v0.4.3
6782026-06-24T22:36:16.809Z Downloaded cipher v0.4.4
6792026-06-24T22:36:16.812Z Downloaded cexpr v0.6.0
6802026-06-24T22:36:16.812Z Downloaded futures-task v0.3.32
6812026-06-24T22:36:16.812Z Downloaded async-compression v0.4.41
6822026-06-24T22:36:16.816Z Downloaded hash32 v0.2.1
6832026-06-24T22:36:16.818Z Downloaded hash32 v0.3.1
6842026-06-24T22:36:16.818Z Downloaded fixedbitset v0.5.7
6852026-06-24T22:36:16.818Z Downloaded ed25519 v2.2.3
6862026-06-24T22:36:16.821Z Downloaded darling v0.21.3
6872026-06-24T22:36:16.823Z Downloaded either v1.15.0
6882026-06-24T22:36:16.826Z Downloaded embedded-io v0.6.1
6892026-06-24T22:36:16.826Z Downloaded ecdsa v0.16.9
6902026-06-24T22:36:16.826Z Downloaded digest v0.11.3
6912026-06-24T22:36:16.829Z Downloaded anstyle-parse v0.2.7
6922026-06-24T22:36:16.829Z Downloaded ff v0.13.1
6932026-06-24T22:36:16.832Z Downloaded diesel-dtrace v0.5.0
6942026-06-24T22:36:16.832Z Downloaded darling v0.20.11
6952026-06-24T22:36:16.837Z Downloaded backoff v0.4.0
6962026-06-24T22:36:16.841Z Downloaded const_format_proc_macros v0.2.34
6972026-06-24T22:36:16.841Z Downloaded compression-codecs v0.4.37
6982026-06-24T22:36:16.841Z Downloaded fs_extra v1.3.0
6992026-06-24T22:36:16.844Z Downloaded fs-err v2.11.0
7002026-06-24T22:36:16.844Z Downloaded cargo_metadata v0.23.1
7012026-06-24T22:36:16.844Z Downloaded camino-tempfile-ext v0.3.3
7022026-06-24T22:36:16.847Z Downloaded foldhash v0.1.5
7032026-06-24T22:36:16.847Z Downloaded env_logger v0.11.9
7042026-06-24T22:36:16.850Z Downloaded find-msvc-tools v0.1.9
7052026-06-24T22:36:16.850Z Downloaded funty v2.0.0
7062026-06-24T22:36:16.850Z Downloaded corncobs v0.1.4
7072026-06-24T22:36:16.850Z Downloaded blowfish v0.9.1
7082026-06-24T22:36:16.853Z Downloaded hostname v0.3.1
7092026-06-24T22:36:16.853Z Downloaded hostname v0.4.2
7102026-06-24T22:36:16.855Z Downloaded hubpack v0.1.2
7112026-06-24T22:36:16.855Z Downloaded http-body v1.0.1
7122026-06-24T22:36:16.855Z Downloaded httpdate v1.0.3
7132026-06-24T22:36:16.858Z Downloaded home v0.5.12
7142026-06-24T22:36:16.858Z Downloaded foreign-types v0.5.0
7152026-06-24T22:36:16.858Z Downloaded hubpack_derive v0.1.1
7162026-06-24T22:36:16.858Z Downloaded headers-core v0.3.0
7172026-06-24T22:36:16.861Z Downloaded futures-executor v0.3.32
7182026-06-24T22:36:16.861Z Downloaded cancel-safe-futures v0.1.5
7192026-06-24T22:36:16.864Z Downloaded const-oid v0.9.6
7202026-06-24T22:36:16.864Z Downloaded blake2 v0.10.6
7212026-06-24T22:36:16.867Z Downloaded buf-list v1.1.2
7222026-06-24T22:36:16.867Z Downloaded cassowary v0.3.0
7232026-06-24T22:36:16.870Z Downloaded crossbeam-channel v0.5.15
7242026-06-24T22:36:16.870Z Downloaded http-range v0.1.5
7252026-06-24T22:36:16.876Z Downloaded clang-sys v1.8.1
7262026-06-24T22:36:16.876Z Downloaded crc32fast v1.5.0
7272026-06-24T22:36:16.880Z Downloaded glob v0.3.3
7282026-06-24T22:36:16.880Z Downloaded git-stub-vcs v0.1.0
7292026-06-24T22:36:16.880Z Downloaded derive_builder_core v0.20.2
7302026-06-24T22:36:16.880Z Downloaded illumos-nvpair v0.3.0
7312026-06-24T22:36:16.880Z Downloaded hyper-tls v0.6.0
7322026-06-24T22:36:16.884Z Downloaded illumos-nvpair-sys v0.2.0
7332026-06-24T22:36:16.884Z Downloaded darling_core v0.13.4
7342026-06-24T22:36:16.884Z Downloaded crossbeam-epoch v0.9.18
7352026-06-24T22:36:16.887Z Downloaded argon2 v0.5.3
7362026-06-24T22:36:16.887Z Downloaded instant v0.1.13
7372026-06-24T22:36:16.887Z Downloaded instability v0.3.11
7382026-06-24T22:36:16.887Z Downloaded group v0.13.0
7392026-06-24T22:36:16.890Z Downloaded des v0.8.1
7402026-06-24T22:36:16.890Z Downloaded byte-wrapper v0.1.0
7412026-06-24T22:36:16.893Z Downloaded derive_builder v0.20.2
7422026-06-24T22:36:16.895Z Downloaded colored v2.2.0
7432026-06-24T22:36:16.895Z Downloaded indoc v1.0.9
7442026-06-24T22:36:16.898Z Downloaded ciborium v0.2.2
7452026-06-24T22:36:16.901Z Downloaded bzip2 v0.6.1
7462026-06-24T22:36:16.901Z Downloaded hex-literal v0.4.1
7472026-06-24T22:36:16.901Z Downloaded indent_write v2.2.0
7482026-06-24T22:36:16.904Z Downloaded ident_case v1.0.1
7492026-06-24T22:36:16.904Z Downloaded backon v1.6.0
7502026-06-24T22:36:16.907Z Downloaded darling v0.23.0
7512026-06-24T22:36:16.907Z Downloaded highway v1.3.0
7522026-06-24T22:36:16.911Z Downloaded cookie_store v0.22.1
7532026-06-24T22:36:16.911Z Downloaded is-terminal v0.4.17
7542026-06-24T22:36:16.916Z Downloaded internet-checksum v0.2.1
7552026-06-24T22:36:16.916Z Downloaded console v0.16.2
7562026-06-24T22:36:16.916Z Downloaded colored v3.1.1
7572026-06-24T22:36:16.925Z Downloaded lalrpop-util v0.19.12
7582026-06-24T22:36:16.925Z Downloaded is_ci v1.2.0
7592026-06-24T22:36:16.925Z Downloaded convert_case v0.10.0
7602026-06-24T22:36:16.925Z Downloaded crossbeam-utils v0.8.21
7612026-06-24T22:36:16.925Z Downloaded ar_archive_writer v0.5.1
7622026-06-24T22:36:16.925Z Downloaded getrandom v0.2.17
7632026-06-24T22:36:16.929Z Downloaded compact_str v0.8.1
7642026-06-24T22:36:16.929Z Downloaded libscf-sys v1.1.0
7652026-06-24T22:36:16.929Z Downloaded lazy_static v1.5.0
7662026-06-24T22:36:16.929Z Downloaded arrayvec v0.7.6
7672026-06-24T22:36:16.929Z Downloaded lzss v0.8.2
7682026-06-24T22:36:16.932Z Downloaded lru v0.12.5
7692026-06-24T22:36:16.935Z Downloaded keccak v0.1.6
7702026-06-24T22:36:16.935Z Downloaded humantime v2.3.0
7712026-06-24T22:36:16.938Z Downloaded hyper-staticfile v0.10.1
7722026-06-24T22:36:16.941Z Downloaded kstat-rs v0.2.4
7732026-06-24T22:36:16.944Z Downloaded half v1.8.3
7742026-06-24T22:36:16.947Z Downloaded base64ct v1.8.3
7752026-06-24T22:36:16.951Z Downloaded inout v0.1.4
7762026-06-24T22:36:16.951Z Downloaded erased-serde v0.3.31
7772026-06-24T22:36:16.956Z Downloaded http-body-util v0.1.3
7782026-06-24T22:36:16.956Z Downloaded linked-hash-map v0.5.6
7792026-06-24T22:36:16.960Z Downloaded match_cfg v0.1.0
7802026-06-24T22:36:16.960Z Downloaded maplit v1.0.2
7812026-06-24T22:36:16.960Z Downloaded ed25519-dalek v2.2.0
7822026-06-24T22:36:16.961Z Downloaded dropshot_endpoint v0.17.1
7832026-06-24T22:36:16.963Z Downloaded impl-trait-for-tuples v0.2.3
7842026-06-24T22:36:16.963Z Downloaded newline-converter v0.3.0
7852026-06-24T22:36:16.963Z Downloaded crc-any v2.5.0
7862026-06-24T22:36:16.968Z Downloaded new_debug_unreachable v1.0.6
7872026-06-24T22:36:16.968Z Downloaded md-5 v0.10.6
7882026-06-24T22:36:16.972Z Downloaded lru-slab v0.1.2
7892026-06-24T22:36:16.972Z Downloaded memoffset v0.9.1
7902026-06-24T22:36:16.972Z Downloaded maybe-uninit v2.0.0
7912026-06-24T22:36:16.972Z Downloaded managed v0.8.0
7922026-06-24T22:36:16.972Z Downloaded console v0.15.11
7932026-06-24T22:36:16.974Z Downloaded ingot-types v0.1.2
7942026-06-24T22:36:16.974Z Downloaded multimap v0.10.1
7952026-06-24T22:36:16.974Z Downloaded cookie v0.18.1
7962026-06-24T22:36:16.977Z Downloaded mime v0.3.17
7972026-06-24T22:36:16.977Z Downloaded ingot v0.1.1
7982026-06-24T22:36:16.977Z Downloaded derive_more v0.99.20
7992026-06-24T22:36:16.981Z Downloaded derive_more v2.1.1
8002026-06-24T22:36:16.987Z Downloaded normalize-line-endings v0.3.0
8012026-06-24T22:36:16.990Z Downloaded nodrop v0.1.14
8022026-06-24T22:36:16.990Z Downloaded nonempty v0.12.0
8032026-06-24T22:36:16.990Z Downloaded fatfs v0.3.6
8042026-06-24T22:36:16.996Z Downloaded ipnetwork v0.21.1
8052026-06-24T22:36:16.996Z Downloaded md5 v0.7.0
8062026-06-24T22:36:16.996Z Downloaded indoc v2.0.7
8072026-06-24T22:36:16.999Z Downloaded nibble_vec v0.1.0
8082026-06-24T22:36:16.999Z Downloaded httparse v1.10.1
8092026-06-24T22:36:16.999Z Downloaded derive-where v1.6.0
8102026-06-24T22:36:17.002Z Downloaded num v0.4.3
8112026-06-24T22:36:17.002Z Downloaded chacha20poly1305 v0.10.1
8122026-06-24T22:36:17.002Z Downloaded newtype-uuid-macros v0.1.0
8132026-06-24T22:36:17.004Z Downloaded libefi-sys v0.1.0
8142026-06-24T22:36:17.004Z Downloaded futures-channel v0.3.32
8152026-06-24T22:36:17.007Z Downloaded darling_core v0.23.0
8162026-06-24T22:36:17.010Z Downloaded ipnet v2.11.0
8172026-06-24T22:36:17.010Z Downloaded globset v0.4.18
8182026-06-24T22:36:17.010Z Downloaded num_enum_derive v0.5.11
8192026-06-24T22:36:17.013Z Downloaded num-conv v0.2.0
8202026-06-24T22:36:17.016Z Downloaded num-iter v0.1.45
8212026-06-24T22:36:17.018Z Downloaded jobserver v0.1.34
8222026-06-24T22:36:17.021Z Downloaded getrandom v0.3.4
8232026-06-24T22:36:17.026Z Downloaded libsw v3.5.0
8242026-06-24T22:36:17.027Z Downloaded linear-map v1.2.0
8252026-06-24T22:36:17.027Z Downloaded openssl-probe v0.1.6
8262026-06-24T22:36:17.032Z Downloaded openssl-macros v0.1.1
8272026-06-24T22:36:17.032Z Downloaded olpc-cjson v0.1.4
8282026-06-24T22:36:17.032Z Downloaded num_threads v0.1.7
8292026-06-24T22:36:17.032Z Downloaded hyper-rustls v0.27.7
8302026-06-24T22:36:17.032Z Downloaded ingot-macros v0.1.1
8312026-06-24T22:36:17.032Z Downloaded diff v0.1.13
8322026-06-24T22:36:17.035Z Downloaded der v0.7.10
8332026-06-24T22:36:17.035Z Downloaded newtype_derive v0.1.6
8342026-06-24T22:36:17.039Z Downloaded multer v3.1.0
8352026-06-24T22:36:17.039Z Downloaded darling_core v0.21.3
8362026-06-24T22:36:17.041Z Downloaded opaque-debug v0.3.1
8372026-06-24T22:36:17.041Z Downloaded const_format v0.2.35
8382026-06-24T22:36:17.044Z Downloaded mime_guess v2.0.5
8392026-06-24T22:36:17.047Z Downloaded hmac v0.12.1
8402026-06-24T22:36:17.047Z Downloaded newtype-uuid v1.3.2
8412026-06-24T22:36:17.050Z Downloaded allocator-api2 v0.2.21
8422026-06-24T22:36:17.050Z Downloaded nanorand v0.7.0
8432026-06-24T22:36:17.053Z Downloaded parse-size v1.1.0
8442026-06-24T22:36:17.053Z Downloaded bytes v1.11.1
8452026-06-24T22:36:17.055Z Downloaded elliptic-curve v0.13.8
8462026-06-24T22:36:17.058Z Downloaded lock_api v0.4.14
8472026-06-24T22:36:17.058Z Downloaded flume v0.11.1
8482026-06-24T22:36:17.061Z Downloaded oso-derive v0.27.3
8492026-06-24T22:36:17.061Z Downloaded iana-time-zone v0.1.65
8502026-06-24T22:36:17.063Z Downloaded packed_struct_codegen v0.10.1
8512026-06-24T22:36:17.063Z Downloaded nu-ansi-term v0.50.3
8522026-06-24T22:36:17.066Z Downloaded libloading v0.8.9
8532026-06-24T22:36:17.066Z Downloaded parse-display v0.10.0
8542026-06-24T22:36:17.069Z Downloaded pbkdf2 v0.11.0
8552026-06-24T22:36:17.069Z Downloaded phf_shared v0.13.1
8562026-06-24T22:36:17.069Z Downloaded peg-runtime v0.8.5
8572026-06-24T22:36:17.072Z Downloaded futures v0.3.32
8582026-06-24T22:36:17.074Z Downloaded base64 v0.21.7
8592026-06-24T22:36:17.077Z Downloaded hybrid-array v0.4.10
8602026-06-24T22:36:17.077Z Downloaded num_enum v0.5.11
8612026-06-24T22:36:17.080Z Downloaded crypto-bigint v0.5.5
8622026-06-24T22:36:17.096Z Downloaded pbkdf2 v0.12.2
8632026-06-24T22:36:17.099Z Downloaded num-rational v0.4.2
8642026-06-24T22:36:17.099Z Downloaded litrs v1.0.0
8652026-06-24T22:36:17.101Z Downloaded phf_shared v0.12.1
8662026-06-24T22:36:17.101Z Downloaded libsw-core v0.3.2
8672026-06-24T22:36:17.104Z Downloaded darling_core v0.20.11
8682026-06-24T22:36:17.108Z Downloaded phf_shared v0.11.3
8692026-06-24T22:36:17.108Z Downloaded packed_struct v0.10.1
8702026-06-24T22:36:17.111Z Downloaded num_enum_derive v0.7.6
8712026-06-24T22:36:17.111Z Downloaded oxnet v0.1.6
8722026-06-24T22:36:17.111Z Downloaded heapless v0.7.17
8732026-06-24T22:36:17.114Z Downloaded proc-macro-crate v3.4.0
8742026-06-24T22:36:17.114Z Downloaded predicates-tree v1.0.13
8752026-06-24T22:36:17.114Z Downloaded predicates-core v1.0.10
8762026-06-24T22:36:17.116Z Downloaded precomputed-hash v0.1.1
8772026-06-24T22:36:17.116Z Downloaded memmap2 v0.9.10
8782026-06-24T22:36:17.117Z Downloaded native-tls v0.2.18
8792026-06-24T22:36:17.119Z Downloaded half v2.7.1
8802026-06-24T22:36:17.123Z Downloaded paste v1.0.15
8812026-06-24T22:36:17.127Z Downloaded powerfmt v0.2.0
8822026-06-24T22:36:17.127Z Downloaded openssl-probe v0.2.1
8832026-06-24T22:36:17.127Z Downloaded num_enum v0.7.6
8842026-06-24T22:36:17.129Z Downloaded proc-macro-crate v1.3.1
8852026-06-24T22:36:17.129Z Downloaded parse-display-derive v0.10.0
8862026-06-24T22:36:17.129Z Downloaded password-hash v0.5.0
8872026-06-24T22:36:17.132Z Downloaded parking_lot_core v0.8.6
8882026-06-24T22:36:17.135Z Downloaded libbz2-rs-sys v0.2.2
8892026-06-24T22:36:17.135Z Downloaded peg-macros v0.8.5
8902026-06-24T22:36:17.139Z Downloaded flate2 v1.1.9
8912026-06-24T22:36:17.142Z Downloaded progenitor-macro v0.14.0
8922026-06-24T22:36:17.142Z Downloaded progenitor-macro v0.13.0
8932026-06-24T22:36:17.144Z Downloaded psl-types v2.0.11
8942026-06-24T22:36:17.144Z Downloaded progenitor-client v0.14.0
8952026-06-24T22:36:17.147Z Downloaded base64 v0.22.1
8962026-06-24T22:36:17.151Z Downloaded aes v0.8.4
8972026-06-24T22:36:17.157Z Downloaded diesel_derives v2.3.7
8982026-06-24T22:36:17.163Z Downloaded cc v1.2.56
8992026-06-24T22:36:17.166Z Downloaded pin-project-lite v0.2.17
9002026-06-24T22:36:17.169Z Downloaded phf v0.12.1
9012026-06-24T22:36:17.171Z Downloaded headers v0.4.1
9022026-06-24T22:36:17.174Z Downloaded pkg-config v0.3.32
9032026-06-24T22:36:17.174Z Downloaded pkcs8 v0.10.2
9042026-06-24T22:36:17.178Z Downloaded ignore v0.4.25
9052026-06-24T22:36:17.178Z Downloaded pem-rfc7468 v0.7.0
9062026-06-24T22:36:17.181Z Downloaded peg v0.8.5
9072026-06-24T22:36:17.181Z Downloaded predicates v3.1.4
9082026-06-24T22:36:17.184Z Downloaded rand_xorshift v0.4.0
9092026-06-24T22:36:17.184Z Downloaded hickory-resolver v0.24.4
9102026-06-24T22:36:17.187Z Downloaded rand_chacha v0.3.1
9112026-06-24T22:36:17.187Z Downloaded quick-error v1.2.3
9122026-06-24T22:36:17.190Z Downloaded primeorder v0.13.6
9132026-06-24T22:36:17.190Z Downloaded ppv-lite86 v0.2.21
9142026-06-24T22:36:17.190Z Downloaded lru-cache v0.1.2
9152026-06-24T22:36:17.195Z Downloaded indicatif v0.18.4
9162026-06-24T22:36:17.195Z Downloaded ref-cast-impl v1.0.25
9172026-06-24T22:36:17.195Z Downloaded recursive-proc-macro-impl v0.1.1
9182026-06-24T22:36:17.200Z Downloaded recursive v0.1.1
9192026-06-24T22:36:17.200Z Downloaded indexmap v1.9.3
9202026-06-24T22:36:17.200Z Downloaded polyval v0.6.2
9212026-06-24T22:36:17.203Z Downloaded path-slash v0.1.5
9222026-06-24T22:36:17.203Z Downloaded parking_lot v0.12.5
9232026-06-24T22:36:17.203Z Downloaded foldhash v0.2.0
9242026-06-24T22:36:17.203Z Downloaded derive_more-impl v2.1.1
9252026-06-24T22:36:17.206Z Downloaded proc-macro-error2 v2.0.1
9262026-06-24T22:36:17.206Z Downloaded oxide-tokio-rt v0.1.4
9272026-06-24T22:36:17.208Z Downloaded pin-project-internal v1.1.11
9282026-06-24T22:36:17.211Z Downloaded psm v0.1.30
9292026-06-24T22:36:17.211Z Downloaded progenitor v0.14.0
9302026-06-24T22:36:17.214Z Downloaded progenitor v0.13.0
9312026-06-24T22:36:17.217Z Downloaded owo-colors v4.3.0
9322026-06-24T22:36:17.217Z Downloaded rfc6979 v0.4.0
9332026-06-24T22:36:17.219Z Downloaded rustc_version v0.4.1
9342026-06-24T22:36:17.220Z Downloaded rtoolbox v0.0.3
9352026-06-24T22:36:17.222Z Downloaded progenitor-client v0.13.0
9362026-06-24T22:36:17.225Z Downloaded heapless v0.8.0
9372026-06-24T22:36:17.228Z Downloaded rand_core v0.9.5
9382026-06-24T22:36:17.228Z Downloaded rand_core v0.6.4
9392026-06-24T22:36:17.228Z Downloaded pkcs1 v0.7.5
9402026-06-24T22:36:17.233Z Downloaded parking_lot_core v0.9.12
9412026-06-24T22:36:17.233Z Downloaded progenitor-extras v0.2.0
9422026-06-24T22:36:17.242Z Downloaded password-hash v0.4.2
9432026-06-24T22:36:17.242Z Downloaded num-complex v0.4.6
9442026-06-24T22:36:17.243Z Downloaded parking_lot v0.11.2
9452026-06-24T22:36:17.246Z Downloaded rand_seeder v0.4.0
9462026-06-24T22:36:17.246Z Downloaded rand_chacha v0.9.0
9472026-06-24T22:36:17.246Z Downloaded russh-cryptovec v0.7.3
9482026-06-24T22:36:17.246Z Downloaded num-derive v0.4.2
9492026-06-24T22:36:17.246Z Downloaded postcard v1.1.3
9502026-06-24T22:36:17.246Z Downloaded radium v0.7.0
9512026-06-24T22:36:17.246Z Downloaded rustc-hash v2.1.1
9522026-06-24T22:36:17.246Z Downloaded rustc_version v0.1.7
9532026-06-24T22:36:17.246Z Downloaded poly1305 v0.8.0
9542026-06-24T22:36:17.250Z Downloaded pem v3.0.6
9552026-06-24T22:36:17.250Z Downloaded expectorate v1.2.0
9562026-06-24T22:36:17.253Z Downloaded ref-cast v1.0.25
9572026-06-24T22:36:17.253Z Downloaded salsa20 v0.10.2
9582026-06-24T22:36:17.257Z Downloaded r2d2 v0.8.10
9592026-06-24T22:36:17.257Z Downloaded num-integer v0.1.46
9602026-06-24T22:36:17.260Z Downloaded phf v0.13.1
9612026-06-24T22:36:17.260Z Downloaded scheduled-thread-pool v0.2.7
9622026-06-24T22:36:17.263Z Downloaded rand_core v0.10.0
9632026-06-24T22:36:17.266Z Downloaded postgres-protocol v0.6.10
9642026-06-24T22:36:17.270Z Downloaded miniz_oxide v0.8.9
9652026-06-24T22:36:17.276Z Downloaded sapling-renderdag v0.1.0
9662026-06-24T22:36:17.279Z Downloaded quinn-udp v0.5.14
9672026-06-24T22:36:17.283Z Downloaded scroll_derive v0.13.1
9682026-06-24T22:36:17.286Z Downloaded bumpalo v3.20.2
9692026-06-24T22:36:17.289Z Downloaded scrypt v0.11.0
9702026-06-24T22:36:17.289Z Downloaded aes-gcm v0.10.3
9712026-06-24T22:36:17.292Z Downloaded hyper-util v0.1.20
9722026-06-24T22:36:17.294Z Downloaded pkcs5 v0.7.1
9732026-06-24T22:36:17.297Z Downloaded p256 v0.13.2
9742026-06-24T22:36:17.300Z Downloaded hashbrown v0.12.3
9752026-06-24T22:36:17.300Z Downloaded crossterm v0.28.1
9762026-06-24T22:36:17.304Z Downloaded hashbrown v0.13.2
9772026-06-24T22:36:17.316Z Downloaded sha1 v0.10.6
9782026-06-24T22:36:17.318Z Downloaded sha1 v0.11.0
9792026-06-24T22:36:17.318Z Downloaded serde_repr v0.1.20
9802026-06-24T22:36:17.321Z Downloaded serde_urlencoded v0.7.1
9812026-06-24T22:36:17.321Z Downloaded serde_spanned v1.1.1
9822026-06-24T22:36:17.321Z Downloaded same-file v1.0.6
9832026-06-24T22:36:17.325Z Downloaded rustls-pemfile v2.2.0
9842026-06-24T22:36:17.327Z Downloaded serde_bytes v0.11.19
9852026-06-24T22:36:17.327Z Downloaded hickory-server v0.25.2
9862026-06-24T22:36:17.330Z Downloaded scopeguard v1.2.0
9872026-06-24T22:36:17.330Z Downloaded rustls-native-certs v0.8.3
9882026-06-24T22:36:17.330Z Downloaded oso v0.27.3
9892026-06-24T22:36:17.334Z Downloaded signature v2.2.0
9902026-06-24T22:36:17.337Z Downloaded signal-hook-mio v0.2.5
9912026-06-24T22:36:17.340Z Downloaded serde_plain v1.0.2
9922026-06-24T22:36:17.343Z Downloaded semver v0.1.20
9932026-06-24T22:36:17.343Z Downloaded rusty-fork v0.3.1
9942026-06-24T22:36:17.346Z Downloaded http v1.4.2
9952026-06-24T22:36:17.348Z Downloaded secrecy v0.10.3
9962026-06-24T22:36:17.352Z Downloaded rustversion v1.0.22
9972026-06-24T22:36:17.357Z Downloaded minimal-lexical v0.2.1
9982026-06-24T22:36:17.359Z Downloaded serde-hex v0.1.0
9992026-06-24T22:36:17.362Z Downloaded slog-bunyan v2.5.0
10002026-06-24T22:36:17.362Z Downloaded prefix-trie v0.7.0
10012026-06-24T22:36:17.364Z Downloaded serde-big-array v0.5.1
10022026-06-24T22:36:17.364Z Downloaded scroll v0.13.0
10032026-06-24T22:36:17.367Z Downloaded resolv-conf v0.7.6
10042026-06-24T22:36:17.367Z Downloaded serde_with_macros v1.5.2
10052026-06-24T22:36:17.370Z Downloaded hickory-resolver v0.25.2
10062026-06-24T22:36:17.373Z Downloaded rustls-pki-types v1.14.0
10072026-06-24T22:36:17.373Z Downloaded seq-macro v0.3.6
10082026-06-24T22:36:17.376Z Downloaded sec1 v0.7.3
10092026-06-24T22:36:17.378Z Downloaded serde_derive_internals v0.29.1
10102026-06-24T22:36:17.382Z Downloaded postgres-types v0.2.12
10112026-06-24T22:36:17.385Z Downloaded papergrid v0.17.0
10122026-06-24T22:36:17.388Z Downloaded dropshot-api-manager v0.7.2
10132026-06-24T22:36:17.394Z Downloaded schemars_derive v0.8.22
10142026-06-24T22:36:17.397Z Downloaded ssh-cipher v0.2.0
10152026-06-24T22:36:17.397Z Downloaded siphasher v1.0.2
10162026-06-24T22:36:17.401Z Downloaded openssl-sys v0.9.115
10172026-06-24T22:36:17.404Z Downloaded progenitor-impl v0.14.0
10182026-06-24T22:36:17.407Z Downloaded sigpipe v0.1.3
10192026-06-24T22:36:17.407Z Downloaded shlex v1.3.0
10202026-06-24T22:36:17.407Z Downloaded strum v0.27.2
10212026-06-24T22:36:17.409Z Downloaded structmeta v0.3.0
10222026-06-24T22:36:17.409Z Downloaded strip-ansi-escapes v0.2.1
10232026-06-24T22:36:17.412Z Downloaded strum v0.26.3
10242026-06-24T22:36:17.419Z Downloaded simd-adler32 v0.3.8
10252026-06-24T22:36:17.422Z Downloaded pin-project v1.1.11
10262026-06-24T22:36:17.425Z Downloaded ssh-encoding v0.2.0
10272026-06-24T22:36:17.430Z Downloaded secrecy v0.8.0
10282026-06-24T22:36:17.433Z Downloaded progenitor-impl v0.13.0
10292026-06-24T22:36:17.433Z Downloaded tabled_derive v0.11.0
10302026-06-24T22:36:17.433Z Downloaded subtle v2.6.1
10312026-06-24T22:36:17.438Z Downloaded take_mut v0.2.2
10322026-06-24T22:36:17.438Z Downloaded crossterm v0.29.0
10332026-06-24T22:36:17.478Z Downloaded smf v0.2.3
10342026-06-24T22:36:17.478Z Downloaded smallvec v0.6.14
10352026-06-24T22:36:17.478Z Downloaded slog-term v2.9.2
10362026-06-24T22:36:17.478Z Downloaded slog-stdlog v4.1.1
10372026-06-24T22:36:17.478Z Downloaded strsim v0.10.0
10382026-06-24T22:36:17.478Z Downloaded shell-words v1.1.1
10392026-06-24T22:36:17.479Z Downloaded proc-macro-error-attr2 v2.0.0
10402026-06-24T22:36:17.479Z Downloaded serde_path_to_error v0.1.20
10412026-06-24T22:36:17.479Z Downloaded tap v1.0.1
10422026-06-24T22:36:17.479Z Downloaded sync_wrapper v1.0.2
10432026-06-24T22:36:17.479Z Downloaded jiff-static v0.2.21
10442026-06-24T22:36:17.479Z Downloaded spki v0.7.3
10452026-06-24T22:36:17.479Z Downloaded rcgen v0.12.1
10462026-06-24T22:36:17.479Z Downloaded termtree v0.5.1
10472026-06-24T22:36:17.479Z Downloaded tagptr v0.2.0
10482026-06-24T22:36:17.479Z Downloaded sync-ptr v0.1.4
10492026-06-24T22:36:17.479Z Downloaded supports-color v3.0.2
10502026-06-24T22:36:17.479Z Downloaded tabwriter v1.4.1
10512026-06-24T22:36:17.479Z Downloaded prettyplease v0.2.37
10522026-06-24T22:36:17.479Z Downloaded ryu v1.0.23
10532026-06-24T22:36:17.479Z Downloaded string_cache v0.8.9
10542026-06-24T22:36:17.482Z Downloaded slab v0.4.12
10552026-06-24T22:36:17.482Z Downloaded signal-hook-registry v1.4.8
10562026-06-24T22:36:17.482Z Downloaded pretty_assertions v1.4.1
10572026-06-24T22:36:17.482Z Downloaded num-derive v0.3.3
10582026-06-24T22:36:17.483Z Downloaded signal-hook-tokio v0.3.1
10592026-06-24T22:36:17.483Z Downloaded slog-async v2.8.0
10602026-06-24T22:36:17.486Z Downloaded slog-dtrace v0.3.0
10612026-06-24T22:36:17.488Z Downloaded slog-envlogger v2.2.0
10622026-06-24T22:36:17.488Z Downloaded slog-json v2.6.1
10632026-06-24T22:36:17.491Z Downloaded publicsuffix v2.3.0
10642026-06-24T22:36:17.494Z Downloaded thiserror-impl-no-std v2.0.2
10652026-06-24T22:36:17.494Z Downloaded testing_table v0.3.0
10662026-06-24T22:36:17.496Z Downloaded strum_macros v0.26.4
10672026-06-24T22:36:17.499Z Downloaded num-bigint v0.4.6
10682026-06-24T22:36:17.502Z Downloaded tinyvec_macros v0.1.1
10692026-06-24T22:36:17.502Z Downloaded strum_macros v0.24.3
10702026-06-24T22:36:17.502Z Downloaded structmeta-derive v0.3.0
10712026-06-24T22:36:17.505Z Downloaded slog-scope v4.4.1
10722026-06-24T22:36:17.505Z Downloaded russh-keys v0.45.0
10732026-06-24T22:36:17.507Z Downloaded time-core v0.1.8
10742026-06-24T22:36:17.507Z Downloaded sqlformat v0.3.5
10752026-06-24T22:36:17.507Z Downloaded ron v0.8.1
10762026-06-24T22:36:17.510Z Downloaded itertools v0.10.5
10772026-06-24T22:36:17.513Z Downloaded stringprep v0.1.5
10782026-06-24T22:36:17.517Z Downloaded static_assertions v1.1.0
10792026-06-24T22:36:17.517Z Downloaded stacker v0.1.23
10802026-06-24T22:36:17.520Z Downloaded hashbrown v0.16.1
10812026-06-24T22:36:17.523Z Downloaded serde_with_macros v3.17.0
10822026-06-24T22:36:17.523Z Downloaded tokio-macros v2.7.0
10832026-06-24T22:36:17.526Z Downloaded spin v0.9.8
10842026-06-24T22:36:17.526Z Downloaded rustls-platform-verifier v0.6.2
10852026-06-24T22:36:17.535Z Downloaded snafu-derive v0.8.9
10862026-06-24T22:36:17.538Z Downloaded support-bundle-viewer v0.1.2
10872026-06-24T22:36:17.544Z Downloaded signal-hook v0.3.18
10882026-06-24T22:36:17.548Z Downloaded tower-service v0.3.3
10892026-06-24T22:36:17.551Z Downloaded thread-id v5.1.0
10902026-06-24T22:36:17.555Z Downloaded trait-variant v0.1.2
10912026-06-24T22:36:17.558Z Downloaded schemars v0.8.22
10922026-06-24T22:36:17.560Z Downloaded tiny-keccak v2.0.2
10932026-06-24T22:36:17.563Z Downloaded thiserror-no-std v2.0.2
10942026-06-24T22:36:17.566Z Downloaded try-lock v0.2.5
10952026-06-24T22:36:17.566Z Downloaded topological-sort v0.2.2
10962026-06-24T22:36:17.570Z Downloaded termios v0.3.3
10972026-06-24T22:36:17.570Z Downloaded sqlparser_derive v0.5.0
10982026-06-24T22:36:17.570Z Downloaded qorb v0.4.1
10992026-06-24T22:36:17.573Z Downloaded time-macros v0.2.27
11002026-06-24T22:36:17.573Z Downloaded tls_codec_derive v0.4.2
11012026-06-24T22:36:17.575Z Downloaded thread_local v1.1.9
11022026-06-24T22:36:17.575Z Downloaded nom v7.1.3
11032026-06-24T22:36:17.579Z Downloaded tls_codec v0.4.2
11042026-06-24T22:36:17.591Z Downloaded quinn v0.11.9
11052026-06-24T22:36:17.593Z Downloaded unit-prefix v0.5.2
11062026-06-24T22:36:17.596Z Downloaded tokio-dtrace v0.1.1
11072026-06-24T22:36:17.596Z Downloaded serde_yaml v0.9.34+deprecated
11082026-06-24T22:36:17.599Z Downloaded tokio-native-tls v0.3.1
11092026-06-24T22:36:17.599Z Downloaded strum_macros v0.27.2
11102026-06-24T22:36:17.603Z Downloaded socket2 v0.6.3
11112026-06-24T22:36:17.603Z Downloaded unicode-truncate v1.1.0
11122026-06-24T22:36:17.605Z Downloaded socket2 v0.5.10
11132026-06-24T22:36:17.605Z Downloaded untrusted v0.9.0
11142026-06-24T22:36:17.605Z Downloaded untrusted v0.7.1
11152026-06-24T22:36:17.605Z Downloaded usdt-macro v0.6.0
11162026-06-24T22:36:17.608Z Downloaded universal-hash v0.5.1
11172026-06-24T22:36:17.608Z Downloaded unarray v0.1.4
11182026-06-24T22:36:17.608Z Downloaded itertools v0.13.0
11192026-06-24T22:36:17.611Z Downloaded usdt v0.6.0
11202026-06-24T22:36:17.614Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11212026-06-24T22:36:17.614Z Downloaded mio v1.2.0
11222026-06-24T22:36:17.619Z Downloaded libxml v0.3.3
11232026-06-24T22:36:17.622Z Downloaded samael v0.0.19
11242026-06-24T22:36:17.624Z Downloaded usdt-attr-macro v0.6.0
11252026-06-24T22:36:17.624Z Downloaded tokio-tungstenite v0.23.1
11262026-06-24T22:36:17.627Z Downloaded void v1.0.2
11272026-06-24T22:36:17.627Z Downloaded utf-8 v0.7.6
11282026-06-24T22:36:17.627Z Downloaded tower-layer v0.3.3
11292026-06-24T22:36:17.627Z Downloaded rayon-core v1.13.0
11302026-06-24T22:36:17.629Z Downloaded tokio-tungstenite v0.21.0
11312026-06-24T22:36:17.632Z Downloaded similar v2.7.0
11322026-06-24T22:36:17.635Z Downloaded schemars v1.2.1
11332026-06-24T22:36:17.641Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11342026-06-24T22:36:17.643Z Downloaded schemars v0.9.0
11352026-06-24T22:36:17.648Z Downloaded wait-timeout v0.2.1
11362026-06-24T22:36:17.651Z Downloaded slog v2.8.2
11372026-06-24T22:36:17.651Z Downloaded term v1.2.1
11382026-06-24T22:36:17.654Z Downloaded term v0.7.0
11392026-06-24T22:36:17.656Z Downloaded libm v0.2.16
11402026-06-24T22:36:17.660Z Downloaded hkdf v0.12.4
11412026-06-24T22:36:17.662Z Downloaded h2 v0.4.15
11422026-06-24T22:36:17.665Z Downloaded nom v8.0.0
11432026-06-24T22:36:17.667Z Downloaded want v0.3.1
11442026-06-24T22:36:17.671Z Downloaded rand v0.9.2
11452026-06-24T22:36:17.674Z Downloaded rand v0.10.0
11462026-06-24T22:36:17.674Z Downloaded serde_cbor v0.11.2
11472026-06-24T22:36:17.676Z Downloaded tui-tree-widget v0.23.1
11482026-06-24T22:36:17.676Z Downloaded bitvec v1.0.1
11492026-06-24T22:36:17.684Z Downloaded xshell-macros v0.2.7
11502026-06-24T22:36:17.687Z Downloaded xattr v1.6.1
11512026-06-24T22:36:17.687Z Downloaded rustls-webpki v0.103.9
11522026-06-24T22:36:17.690Z Downloaded unicase v2.9.0
11532026-06-24T22:36:17.690Z Downloaded futures-util v0.3.32
11542026-06-24T22:36:17.695Z Downloaded iri-string v0.7.10
11552026-06-24T22:36:17.698Z Downloaded zeroize_derive v1.4.3
11562026-06-24T22:36:17.701Z Downloaded toml_parser v1.1.2+spec-1.1.0
11572026-06-24T22:36:17.701Z Downloaded typify-macro v0.6.2
11582026-06-24T22:36:17.701Z Downloaded tokio-rustls v0.26.4
11592026-06-24T22:36:17.704Z Downloaded zone v0.3.1
11602026-06-24T22:36:17.704Z Downloaded walkdir v2.5.0
11612026-06-24T22:36:17.704Z Downloaded vergen-lib v9.1.0
11622026-06-24T22:36:17.707Z Downloaded vergen-lib v0.1.6
11632026-06-24T22:36:17.707Z Downloaded vsss-rs v3.3.4
11642026-06-24T22:36:17.707Z Downloaded toml_writer v1.1.1+spec-1.1.0
11652026-06-24T22:36:17.710Z Downloaded zone_cfg_derive v0.3.1
11662026-06-24T22:36:17.710Z Downloaded rand v0.8.6
11672026-06-24T22:36:17.712Z Downloaded hashbrown v0.15.5
11682026-06-24T22:36:17.715Z Downloaded vergen-git2 v9.1.0
11692026-06-24T22:36:17.715Z Downloaded aho-corasick v1.1.4
11702026-06-24T22:36:17.718Z Downloaded vergen-gitcl v1.0.8
11712026-06-24T22:36:17.718Z Downloaded tracing-attributes v0.1.31
11722026-06-24T22:36:17.720Z Downloaded itertools v0.14.0
11732026-06-24T22:36:17.723Z Downloaded whoami v2.1.0
11742026-06-24T22:36:17.726Z Downloaded waitgroup v0.1.2
11752026-06-24T22:36:17.726Z Downloaded usdt-impl v0.6.0
11762026-06-24T22:36:17.728Z Downloaded rsa v0.9.10
11772026-06-24T22:36:17.731Z Downloaded hyper v1.10.1
11782026-06-24T22:36:17.734Z Downloaded twox-hash v2.1.2
11792026-06-24T22:36:17.737Z Downloaded wyz v0.5.1
11802026-06-24T22:36:17.737Z Downloaded tinyvec v1.10.0
11812026-06-24T22:36:17.737Z Downloaded test-strategy v0.4.5
11822026-06-24T22:36:17.741Z Downloaded whoami v1.6.1
11832026-06-24T22:36:17.744Z Downloaded num-bigint-dig v0.8.6
11842026-06-24T22:36:17.746Z Downloaded unicode-properties v0.1.4
11852026-06-24T22:36:17.755Z Downloaded toml v1.1.2+spec-1.1.0
11862026-06-24T22:36:17.758Z Downloaded tokio-stream v0.1.18
11872026-06-24T22:36:17.761Z Downloaded subprocess v0.2.15
11882026-06-24T22:36:17.761Z Downloaded russh v0.45.0
11892026-06-24T22:36:17.764Z Downloaded itertools v0.12.1
11902026-06-24T22:36:17.768Z Downloaded zeroize v1.8.2
11912026-06-24T22:36:17.770Z Downloaded tar v0.4.45
11922026-06-24T22:36:17.770Z Downloaded blake3 v1.8.5
11932026-06-24T22:36:17.775Z Downloaded zstd v0.13.3
11942026-06-24T22:36:17.778Z Downloaded snafu v0.8.9
11952026-06-24T22:36:17.780Z Downloaded vergen v9.1.0
11962026-06-24T22:36:17.783Z Downloaded xshell v0.2.7
11972026-06-24T22:36:17.783Z Downloaded tungstenite v0.21.0
11982026-06-24T22:36:17.785Z Downloaded iddqd v0.4.2
11992026-06-24T22:36:17.793Z Downloaded tungstenite v0.23.0
12002026-06-24T22:36:17.796Z Downloaded unicode-bidi v0.3.18
12012026-06-24T22:36:17.800Z Downloaded p521 v0.13.3
12022026-06-24T22:36:17.800Z Downloaded tracing-core v0.1.36
12032026-06-24T22:36:17.812Z Downloaded typify v0.6.2
12042026-06-24T22:36:17.814Z Downloaded uzers v0.12.2
12052026-06-24T22:36:17.819Z Downloaded toml v0.7.8
12062026-06-24T22:36:17.821Z Downloaded uuid v1.23.4
12072026-06-24T22:36:17.826Z Downloaded yasna v0.5.2
12082026-06-24T22:36:17.831Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-06-24T22:36:17.835Z Downloaded rpassword v7.4.0
12102026-06-24T22:36:17.863Z Downloaded zerocopy v0.6.6
12112026-06-24T22:36:17.865Z Downloaded vte v0.14.1
12122026-06-24T22:36:17.868Z Downloaded serde_with v1.14.0
12132026-06-24T22:36:17.881Z Downloaded ssh-key v0.6.7
12142026-06-24T22:36:17.884Z Downloaded rustyline v14.0.0
12152026-06-24T22:36:17.898Z Downloaded zopfli v0.8.3
12162026-06-24T22:36:17.901Z Downloaded zstd-safe v7.2.4
12172026-06-24T22:36:17.904Z Downloaded zip v0.6.6
12182026-06-24T22:36:17.907Z Downloaded chrono v0.4.44
12192026-06-24T22:36:17.910Z Downloaded bindgen v0.71.1
12202026-06-24T22:36:17.913Z Downloaded p384 v0.13.1
12212026-06-24T22:36:17.921Z Downloaded unsafe-libyaml v0.2.11
12222026-06-24T22:36:17.926Z Downloaded tokio-postgres v0.7.16
12232026-06-24T22:36:17.929Z Downloaded unicode-segmentation v1.12.0
12242026-06-24T22:36:17.932Z Downloaded git2 v0.20.4
12252026-06-24T22:36:17.935Z Downloaded reedline v0.40.0
12262026-06-24T22:36:17.939Z Downloaded toml_edit v0.19.15
12272026-06-24T22:36:17.948Z Downloaded reqwest v0.13.2
12282026-06-24T22:36:17.953Z Downloaded reqwest v0.12.28
12292026-06-24T22:36:17.956Z Downloaded rayon v1.11.0
12302026-06-24T22:36:17.961Z Downloaded regex v1.12.3
12312026-06-24T22:36:17.964Z Downloaded zerocopy-derive v0.8.40
12322026-06-24T22:36:17.968Z Downloaded salty v0.3.0
12332026-06-24T22:36:17.972Z Downloaded goblin v0.10.5
12342026-06-24T22:36:17.976Z Downloaded unicode_categories v0.1.1
12352026-06-24T22:36:17.980Z Downloaded lalrpop v0.19.12
12362026-06-24T22:36:17.983Z Downloaded aws-lc-rs v1.16.3
12372026-06-24T22:36:17.988Z Downloaded yansi v1.0.1
12382026-06-24T22:36:17.991Z Downloaded quick-xml v0.37.5
12392026-06-24T22:36:17.995Z Downloaded moka v0.12.13
12402026-06-24T22:36:17.997Z Downloaded portable-atomic v1.13.1
12412026-06-24T22:36:18.006Z Downloaded tough v0.22.0
12422026-06-24T22:36:18.034Z Downloaded steno v0.4.1
12432026-06-24T22:36:18.049Z Downloaded tower v0.5.3
12442026-06-24T22:36:18.057Z Downloaded winnow v0.5.40
12452026-06-24T22:36:18.063Z Downloaded nix v0.27.1
12462026-06-24T22:36:18.069Z Downloaded proptest v1.10.0
12472026-06-24T22:36:18.074Z Downloaded typed-path v0.9.3
12482026-06-24T22:36:18.077Z Downloaded winnow v0.6.26
12492026-06-24T22:36:18.082Z Downloaded tokio-util v0.7.18
12502026-06-24T22:36:18.086Z Downloaded tower-http v0.6.8
12512026-06-24T22:36:18.090Z Downloaded petname v2.0.2
12522026-06-24T22:36:18.093Z Downloaded polar-core v0.27.3
12532026-06-24T22:36:18.098Z Downloaded zip v4.6.1
12542026-06-24T22:36:18.101Z Downloaded winnow v1.0.3
12552026-06-24T22:36:18.106Z Downloaded nix v0.28.0
12562026-06-24T22:36:18.112Z Downloaded x509-cert v0.2.5
12572026-06-24T22:36:18.115Z Downloaded unicode-normalization v0.1.25
12582026-06-24T22:36:18.118Z Downloaded regex-syntax v0.6.29
12592026-06-24T22:36:18.121Z Downloaded object v0.30.4
12602026-06-24T22:36:18.126Z Downloaded radix_trie v0.2.1
12612026-06-24T22:36:18.129Z Downloaded bstr v1.12.1
12622026-06-24T22:36:18.134Z Downloaded smoltcp v0.9.1
12632026-06-24T22:36:18.140Z Downloaded serde_with v3.17.0
12642026-06-24T22:36:18.146Z Downloaded object v0.37.3
12652026-06-24T22:36:18.153Z Downloaded nix v0.31.2
12662026-06-24T22:36:18.159Z Downloaded curve25519-dalek v4.1.3
12672026-06-24T22:36:18.191Z Downloaded regex-syntax v0.8.10
12682026-06-24T22:36:18.195Z Downloaded hickory-proto v0.24.4
12692026-06-24T22:36:18.204Z Downloaded quinn-proto v0.11.13
12702026-06-24T22:36:18.210Z Downloaded openapiv3 v2.2.0
12712026-06-24T22:36:18.235Z Downloaded tabled v0.20.0
12722026-06-24T22:36:18.246Z Downloaded time v0.3.47
12732026-06-24T22:36:18.260Z Downloaded sqlparser v0.61.0
12742026-06-24T22:36:18.265Z Downloaded openssl v0.10.79
12752026-06-24T22:36:18.274Z Downloaded dropshot v0.17.1
12762026-06-24T22:36:18.286Z Downloaded sled v0.34.7
12772026-06-24T22:36:18.292Z Downloaded bzip2-sys v0.1.13+1.0.8
12782026-06-24T22:36:18.307Z Downloaded zlib-rs v0.6.2
12792026-06-24T22:36:18.313Z Downloaded regex-automata v0.4.14
12802026-06-24T22:36:18.321Z Downloaded vcpkg v0.2.15
12812026-06-24T22:36:18.343Z Downloaded chrono-tz v0.10.4
12822026-06-24T22:36:18.354Z Downloaded regress v0.10.5
12832026-06-24T22:36:18.358Z Downloaded hickory-proto v0.25.2
12842026-06-24T22:36:18.367Z Downloaded zerocopy v0.8.40
12852026-06-24T22:36:18.372Z Downloaded regress v0.11.1
12862026-06-24T22:36:18.379Z Downloaded smoltcp v0.11.0
12872026-06-24T22:36:18.384Z Downloaded diesel v2.3.7
12882026-06-24T22:36:18.395Z Downloaded rustix v0.38.44
12892026-06-24T22:36:18.408Z Downloaded libz-sys v1.1.24
12902026-06-24T22:36:18.419Z Downloaded rustls v0.23.41
12912026-06-24T22:36:18.539Z Downloaded typify-impl v0.6.2
12922026-06-24T22:36:18.553Z Downloaded tracing v0.1.44
12932026-06-24T22:36:18.582Z Downloaded ratatui v0.29.0
12942026-06-24T22:36:18.595Z Downloaded csv v1.4.0
12952026-06-24T22:36:18.637Z Downloaded zerocopy-derive v0.6.6
12962026-06-24T22:36:18.656Z Downloaded petgraph v0.6.5
12972026-06-24T22:36:18.703Z Downloaded jiff v0.2.21
12982026-06-24T22:36:18.735Z Downloaded petgraph v0.8.3
12992026-06-24T22:36:18.775Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13002026-06-24T22:36:18.792Z Downloaded sha3 v0.10.8
13012026-06-24T22:36:18.802Z Downloaded tokio v1.52.1
13022026-06-24T22:36:18.879Z Downloaded encoding_rs v0.8.35
13032026-06-24T22:36:18.914Z Downloaded ring v0.17.14
13042026-06-24T22:36:18.942Z Downloaded libgit2-sys v0.18.3+1.9.2
13052026-06-24T22:36:19.107Z Downloaded aws-lc-sys v0.40.0
13062026-06-24T22:36:19.355Z Compiling libc v0.2.185
13072026-06-24T22:36:19.355Z Compiling serde v1.0.228
13082026-06-24T22:36:19.358Z Compiling log v0.4.29
13092026-06-24T22:36:19.483Z Compiling smallvec v1.15.1
13102026-06-24T22:36:19.487Z Compiling shlex v1.3.0
13112026-06-24T22:36:19.487Z Compiling find-msvc-tools v0.1.9
13122026-06-24T22:36:19.500Z Compiling syn v2.0.117
13132026-06-24T22:36:19.508Z Compiling typenum v1.19.0
13142026-06-24T22:36:19.677Z Compiling generic-array v0.14.7
13152026-06-24T22:36:19.711Z Compiling subtle v2.6.1
13162026-06-24T22:36:19.713Z Compiling scopeguard v1.2.0
13172026-06-24T22:36:19.747Z Compiling const-oid v0.9.6
13182026-06-24T22:36:19.801Z Compiling lock_api v0.4.14
13192026-06-24T22:36:19.818Z Compiling serde_json v1.0.150
13202026-06-24T22:36:19.883Z Compiling zerocopy v0.8.40
13212026-06-24T22:36:19.920Z Compiling parking_lot_core v0.9.12
13222026-06-24T22:36:20.021Z Compiling portable-atomic v1.13.1
13232026-06-24T22:36:20.147Z Compiling pin-project-lite v0.2.17
13242026-06-24T22:36:20.259Z Compiling pkg-config v0.3.32
13252026-06-24T22:36:20.316Z Compiling jobserver v0.1.34
13262026-06-24T22:36:20.363Z Compiling getrandom v0.2.17
13272026-06-24T22:36:20.463Z Compiling errno v0.3.14
13282026-06-24T22:36:20.522Z Compiling cc v1.2.56
13292026-06-24T22:36:20.589Z Compiling rand_core v0.6.4
13302026-06-24T22:36:20.652Z Compiling signal-hook-registry v1.4.8
13312026-06-24T22:36:20.934Z Compiling bitflags v2.11.0
13322026-06-24T22:36:20.982Z Compiling libm v0.2.16
13332026-06-24T22:36:21.027Z Compiling futures-core v0.3.32
13342026-06-24T22:36:21.074Z Compiling critical-section v1.2.0
13352026-06-24T22:36:21.171Z Compiling once_cell v1.21.3
13362026-06-24T22:36:21.186Z Compiling parking_lot v0.12.5
13372026-06-24T22:36:21.189Z Compiling mio v1.2.0
13382026-06-24T22:36:21.271Z Compiling num-traits v0.2.19
13392026-06-24T22:36:21.286Z Compiling percent-encoding v2.3.2
13402026-06-24T22:36:21.389Z Compiling socket2 v0.6.3
13412026-06-24T22:36:21.474Z Compiling futures-sink v0.3.32
13422026-06-24T22:36:21.564Z Compiling futures-channel v0.3.32
13432026-06-24T22:36:21.581Z Compiling futures-io v0.3.32
13442026-06-24T22:36:21.616Z Compiling slab v0.4.12
13452026-06-24T22:36:21.668Z Compiling cpufeatures v0.2.17
13462026-06-24T22:36:21.736Z Compiling futures-task v0.3.32
13472026-06-24T22:36:21.749Z Compiling getrandom v0.4.1
13482026-06-24T22:36:21.792Z Compiling rand_core v0.10.0
13492026-06-24T22:36:21.795Z Compiling indexmap v2.14.0
13502026-06-24T22:36:21.818Z Compiling rustversion v1.0.22
13512026-06-24T22:36:21.905Z Compiling getrandom v0.3.4
13522026-06-24T22:36:21.962Z Compiling form_urlencoded v1.2.2
13532026-06-24T22:36:22.262Z Compiling cmake v0.1.57
13542026-06-24T22:36:22.389Z Compiling fs_extra v1.3.0
13552026-06-24T22:36:22.442Z Compiling synstructure v0.13.2
13562026-06-24T22:36:22.481Z Compiling ident_case v1.0.1
13572026-06-24T22:36:22.606Z Compiling dunce v1.0.5
13582026-06-24T22:36:22.661Z Compiling base64ct v1.8.3
13592026-06-24T22:36:22.675Z Compiling rustix v1.1.3
13602026-06-24T22:36:22.703Z Compiling aws-lc-sys v0.40.0
13612026-06-24T22:36:22.736Z Compiling regex-syntax v0.8.10
13622026-06-24T22:36:22.825Z Compiling flagset v0.4.7
13632026-06-24T22:36:22.856Z Compiling iana-time-zone v0.1.65
13642026-06-24T22:36:22.960Z Compiling pem-rfc7468 v0.7.0
13652026-06-24T22:36:22.974Z Compiling rand_core v0.9.5
13662026-06-24T22:36:23.063Z Compiling vcpkg v0.2.15
13672026-06-24T22:36:23.067Z Compiling uuid v1.23.4
13682026-06-24T22:36:23.249Z Compiling rustc_version v0.4.1
13692026-06-24T22:36:23.264Z Compiling tracing-core v0.1.36
13702026-06-24T22:36:23.593Z Compiling aws-lc-rs v1.16.3
13712026-06-24T22:36:23.814Z Compiling openssl-sys v0.9.115
13722026-06-24T22:36:23.835Z Compiling base64 v0.22.1
13732026-06-24T22:36:23.849Z Compiling tinyvec_macros v0.1.1
13742026-06-24T22:36:23.918Z Compiling httparse v1.10.1
13752026-06-24T22:36:23.925Z Compiling openssl-probe v0.2.1
13762026-06-24T22:36:24.094Z Compiling tinyvec v1.10.0
13772026-06-24T22:36:24.161Z Compiling serde_derive v1.0.228
13782026-06-24T22:36:24.174Z Compiling zeroize_derive v1.4.3
13792026-06-24T22:36:24.230Z Compiling zerofrom-derive v0.1.6
13802026-06-24T22:36:24.353Z Compiling yoke-derive v0.8.1
13812026-06-24T22:36:24.409Z Compiling zerovec-derive v0.11.2
13822026-06-24T22:36:24.457Z Compiling zerocopy-derive v0.8.40
13832026-06-24T22:36:24.833Z Compiling zeroize v1.8.2
13842026-06-24T22:36:25.138Z Compiling displaydoc v0.2.5
13852026-06-24T22:36:25.533Z Compiling tokio-macros v2.7.0
13862026-06-24T22:36:25.565Z Compiling crypto-common v0.1.7
13872026-06-24T22:36:25.606Z Compiling block-buffer v0.10.4
13882026-06-24T22:36:25.633Z Compiling zerofrom v0.1.6
13892026-06-24T22:36:25.709Z Compiling futures-macro v0.3.32
13902026-06-24T22:36:25.813Z Compiling yoke v0.8.1
13912026-06-24T22:36:25.816Z Compiling digest v0.10.7
13922026-06-24T22:36:25.930Z Compiling block-padding v0.3.3
13932026-06-24T22:36:26.010Z Compiling zerovec v0.11.5
13942026-06-24T22:36:26.083Z Compiling zerotrie v0.2.3
13952026-06-24T22:36:26.097Z Compiling hmac v0.12.1
13962026-06-24T22:36:26.254Z Compiling inout v0.1.4
13972026-06-24T22:36:26.303Z Compiling sha2 v0.10.9
13982026-06-24T22:36:26.385Z Compiling cipher v0.4.4
13992026-06-24T22:36:26.428Z Compiling der_derive v0.7.3
14002026-06-24T22:36:26.518Z Compiling tinystr v0.8.2
14012026-06-24T22:36:26.538Z Compiling potential_utf v0.1.4
14022026-06-24T22:36:26.659Z Compiling icu_collections v2.1.1
14032026-06-24T22:36:26.702Z Compiling icu_locale_core v2.1.1
14042026-06-24T22:36:26.721Z Compiling futures-util v0.3.32
14052026-06-24T22:36:27.151Z Compiling salsa20 v0.10.2
14062026-06-24T22:36:27.290Z Compiling pbkdf2 v0.12.2
14072026-06-24T22:36:27.409Z Compiling icu_provider v2.1.1
14082026-06-24T22:36:27.422Z Compiling der v0.7.10
14092026-06-24T22:36:27.590Z Compiling tracing-attributes v0.1.31
14102026-06-24T22:36:27.701Z Compiling bytes v1.11.1
14112026-06-24T22:36:27.702Z Compiling icu_normalizer v2.1.1
14122026-06-24T22:36:27.728Z Compiling icu_properties v2.1.2
14132026-06-24T22:36:28.236Z Compiling tokio v1.52.1
14142026-06-24T22:36:28.328Z Compiling http v1.4.2
14152026-06-24T22:36:28.644Z Compiling idna_adapter v1.2.1
14162026-06-24T22:36:28.784Z Compiling idna v1.1.0
14172026-06-24T22:36:28.805Z Compiling ppv-lite86 v0.2.21
14182026-06-24T22:36:28.873Z Compiling chrono v0.4.44
14192026-06-24T22:36:28.979Z Compiling spki v0.7.3
14202026-06-24T22:36:29.009Z Compiling thiserror-impl v2.0.18
14212026-06-24T22:36:29.130Z Compiling url v2.5.8
14222026-06-24T22:36:29.195Z Compiling rand_chacha v0.9.0
14232026-06-24T22:36:29.244Z Compiling http-body v1.0.1
14242026-06-24T22:36:29.395Z Compiling tracing v0.1.44
14252026-06-24T22:36:29.437Z Compiling scrypt v0.11.0
14262026-06-24T22:36:29.656Z Compiling aes v0.8.4
14272026-06-24T22:36:29.682Z Compiling cbc v0.1.2
14282026-06-24T22:36:29.832Z Compiling rustls-pki-types v1.14.0
14292026-06-24T22:36:29.913Z Compiling rand v0.9.2
14302026-06-24T22:36:29.972Z Compiling pest_generator v2.8.6
14312026-06-24T22:36:30.247Z Compiling pkcs5 v0.7.1
14322026-06-24T22:36:30.269Z Compiling serde_derive_internals v0.29.1
14332026-06-24T22:36:30.311Z Compiling thiserror v2.0.18
14342026-06-24T22:36:30.417Z Compiling aho-corasick v1.1.4
14352026-06-24T22:36:30.654Z Compiling schemars v0.8.22
14362026-06-24T22:36:30.691Z Compiling dyn-clone v1.0.20
14372026-06-24T22:36:30.691Z Compiling tower-service v0.3.3
14382026-06-24T22:36:30.716Z Compiling tower-layer v0.3.3
14392026-06-24T22:36:30.853Z Compiling untrusted v0.7.1
14402026-06-24T22:36:30.853Z Compiling try-lock v0.2.5
14412026-06-24T22:36:30.881Z Compiling atomic-waker v1.1.2
14422026-06-24T22:36:30.911Z Compiling pest_derive v2.8.6
14432026-06-24T22:36:30.957Z Compiling want v0.3.1
14442026-06-24T22:36:30.980Z Compiling pkcs8 v0.10.2
14452026-06-24T22:36:31.118Z Compiling ipnet v2.11.0
14462026-06-24T22:36:31.183Z Compiling schemars_derive v0.8.22
14472026-06-24T22:36:31.285Z Compiling regex-automata v0.4.14
14482026-06-24T22:36:31.288Z Compiling scroll_derive v0.13.1
14492026-06-24T22:36:31.330Z Compiling darling_core v0.20.11
14502026-06-24T22:36:31.614Z Compiling rustls v0.23.41
14512026-06-24T22:36:31.786Z Compiling foreign-types-shared v0.1.1
14522026-06-24T22:36:31.875Z Compiling httpdate v1.0.3
14532026-06-24T22:36:32.100Z Compiling tokio-util v0.7.18
14542026-06-24T22:36:32.114Z Compiling openssl v0.10.79
14552026-06-24T22:36:32.117Z Compiling untrusted v0.9.0
14562026-06-24T22:36:32.241Z Compiling scroll v0.13.0
14572026-06-24T22:36:32.356Z Compiling tempfile v3.25.0
14582026-06-24T22:36:32.502Z Compiling foreign-types v0.3.2
14592026-06-24T22:36:32.716Z Compiling unicode-normalization v0.1.25
14602026-06-24T22:36:32.984Z Compiling h2 v0.4.15
14612026-06-24T22:36:33.112Z Compiling openssl-macros v0.1.1
14622026-06-24T22:36:33.165Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14632026-06-24T22:36:33.494Z Compiling spin v0.9.8
14642026-06-24T22:36:33.540Z Compiling crc32fast v1.5.0
14652026-06-24T22:36:33.583Z Compiling darling_macro v0.20.11
14662026-06-24T22:36:33.695Z Compiling num-conv v0.2.0
14672026-06-24T22:36:33.709Z Compiling time-core v0.1.8
14682026-06-24T22:36:33.796Z Compiling native-tls v0.2.18
14692026-06-24T22:36:33.824Z Compiling powerfmt v0.2.0
14702026-06-24T22:36:33.849Z Compiling time-macros v0.2.27
14712026-06-24T22:36:33.979Z Compiling deranged v0.5.8
14722026-06-24T22:36:34.049Z Compiling darling v0.20.11
14732026-06-24T22:36:34.130Z Compiling goblin v0.10.5
14742026-06-24T22:36:34.886Z Compiling sync_wrapper v1.0.2
14752026-06-24T22:36:34.929Z Compiling wait-timeout v0.2.1
14762026-06-24T22:36:34.992Z Compiling quick-error v1.2.3
14772026-06-24T22:36:35.097Z Compiling simd-adler32 v0.3.8
14782026-06-24T22:36:35.188Z Compiling siphasher v1.0.2
14792026-06-24T22:36:35.316Z Compiling usdt-impl v0.6.0
14802026-06-24T22:36:35.339Z Compiling syn v1.0.109
14812026-06-24T22:36:35.369Z Compiling crossbeam-utils v0.8.21
14822026-06-24T22:36:35.511Z Compiling num_threads v0.1.7
14832026-06-24T22:36:35.611Z Compiling bit-vec v0.8.0
14842026-06-24T22:36:35.695Z Compiling time v0.3.47
14852026-06-24T22:36:35.702Z Compiling rusty-fork v0.3.1
14862026-06-24T22:36:35.884Z Compiling bit-set v0.8.0
14872026-06-24T22:36:36.046Z Compiling hyper v1.10.1
14882026-06-24T22:36:36.061Z Compiling tower v0.5.3
14892026-06-24T22:36:36.859Z Compiling dof v0.4.0
14902026-06-24T22:36:36.990Z Compiling derive_builder_core v0.20.2
14912026-06-24T22:36:37.229Z Compiling hyper-util v0.1.20
14922026-06-24T22:36:37.258Z Compiling dtrace-parser v0.3.0
14932026-06-24T22:36:37.649Z Compiling http-body-util v0.1.3
14942026-06-24T22:36:37.842Z Compiling signature v2.2.0
14952026-06-24T22:36:37.890Z Compiling scroll_derive v0.12.1
14962026-06-24T22:36:37.984Z Compiling thiserror-impl v1.0.69
14972026-06-24T22:36:38.020Z Compiling heapless v0.7.17
14982026-06-24T22:36:38.034Z Compiling rand_xorshift v0.4.0
14992026-06-24T22:36:38.189Z Compiling slog v2.8.2
15002026-06-24T22:36:38.250Z Compiling darling_core v0.21.3
15012026-06-24T22:36:38.363Z Compiling bzip2-sys v0.1.13+1.0.8
15022026-06-24T22:36:38.377Z Compiling thread-id v5.1.0
15032026-06-24T22:36:38.457Z Compiling cookie v0.18.1
15042026-06-24T22:36:38.535Z Compiling zstd-safe v7.2.4
15052026-06-24T22:36:38.632Z Compiling signal-hook v0.3.18
15062026-06-24T22:36:38.632Z Compiling unicode-properties v0.1.4
15072026-06-24T22:36:38.722Z Compiling iri-string v0.7.10
15082026-06-24T22:36:38.813Z Compiling unarray v0.1.4
15092026-06-24T22:36:38.839Z Compiling allocator-api2 v0.2.21
15102026-06-24T22:36:38.924Z Compiling ryu v1.0.23
15112026-06-24T22:36:38.940Z Compiling anyhow v1.0.102
15122026-06-24T22:36:39.101Z Compiling adler2 v2.0.1
15132026-06-24T22:36:39.157Z Compiling unicode-bidi v0.3.18
15142026-06-24T22:36:39.219Z Compiling paste v1.0.15
15152026-06-24T22:36:39.233Z Compiling thiserror v1.0.69
15162026-06-24T22:36:39.330Z Compiling miniz_oxide v0.8.9
15172026-06-24T22:36:39.448Z Compiling serde_urlencoded v0.7.1
15182026-06-24T22:36:39.521Z Compiling stringprep v0.1.5
15192026-06-24T22:36:39.677Z Compiling proptest v1.10.0
15202026-06-24T22:36:39.919Z Compiling tower-http v0.6.8
15212026-06-24T22:36:39.945Z Compiling scroll v0.12.0
15222026-06-24T22:36:40.269Z Compiling derive_builder_macro v0.20.2
15232026-06-24T22:36:40.299Z Compiling tokio-native-tls v0.3.1
15242026-06-24T22:36:40.655Z Compiling bstr v1.12.1
15252026-06-24T22:36:40.701Z Compiling darling_macro v0.21.3
15262026-06-24T22:36:40.725Z Compiling ipnetwork v0.21.1
15272026-06-24T22:36:40.813Z Compiling rustls-native-certs v0.8.3
15282026-06-24T22:36:41.006Z Compiling rand_chacha v0.3.1
15292026-06-24T22:36:41.099Z Compiling erased-serde v0.3.31
15302026-06-24T22:36:41.155Z Compiling toml_datetime v0.6.11
15312026-06-24T22:36:41.225Z Compiling serde_spanned v0.6.9
15322026-06-24T22:36:41.338Z Compiling serde_tokenstream v0.2.3
15332026-06-24T22:36:41.368Z Compiling md-5 v0.10.6
15342026-06-24T22:36:41.409Z Compiling async-trait v0.1.89
15352026-06-24T22:36:41.530Z Compiling pin-project-internal v1.1.11
15362026-06-24T22:36:41.586Z Compiling zerocopy-derive v0.7.35
15372026-06-24T22:36:41.643Z Compiling curve25519-dalek v4.1.3
15382026-06-24T22:36:41.810Z Compiling vergen-lib v9.1.0
15392026-06-24T22:36:41.975Z Compiling num-integer v0.1.46
15402026-06-24T22:36:41.996Z Compiling hash32 v0.2.1
15412026-06-24T22:36:42.184Z Compiling ff v0.13.1
15422026-06-24T22:36:42.294Z Compiling memoffset v0.9.1
15432026-06-24T22:36:42.323Z Compiling encoding_rs v0.8.35
15442026-06-24T22:36:42.420Z Compiling ref-cast v1.0.25
15452026-06-24T22:36:42.451Z Compiling mime v0.3.17
15462026-06-24T22:36:42.479Z Compiling base16ct v0.2.0
15472026-06-24T22:36:42.639Z Compiling fallible-iterator v0.2.0
15482026-06-24T22:36:42.653Z Compiling cfg_aliases v0.2.1
15492026-06-24T22:36:42.703Z Compiling rustix v0.38.44
15502026-06-24T22:36:42.716Z Compiling litrs v1.0.0
15512026-06-24T22:36:42.728Z Compiling zlib-rs v0.6.2
15522026-06-24T22:36:42.940Z Compiling num-bigint-dig v0.8.6
15532026-06-24T22:36:43.043Z Compiling psl-types v2.0.11
15542026-06-24T22:36:43.129Z Compiling smoltcp v0.9.1
15552026-06-24T22:36:43.163Z Compiling publicsuffix v2.3.0
15562026-06-24T22:36:43.218Z Compiling document-features v0.2.12
15572026-06-24T22:36:43.430Z Compiling postgres-protocol v0.6.10
15582026-06-24T22:36:43.468Z Compiling nix v0.31.2
15592026-06-24T22:36:43.803Z Compiling pin-project v1.1.11
15602026-06-24T22:36:43.829Z Compiling sec1 v0.7.3
15612026-06-24T22:36:43.903Z Compiling zerocopy v0.7.35
15622026-06-24T22:36:43.957Z Compiling group v0.13.0
15632026-06-24T22:36:43.976Z Compiling num-iter v0.1.45
15642026-06-24T22:36:44.107Z Compiling newtype-uuid v1.3.2
15652026-06-24T22:36:44.317Z Compiling hubpack_derive v0.1.1
15662026-06-24T22:36:44.426Z Compiling darling v0.21.3
15672026-06-24T22:36:44.442Z Compiling rand v0.8.6
15682026-06-24T22:36:44.509Z Compiling oxnet v0.1.6
15692026-06-24T22:36:44.616Z Compiling derive_builder v0.20.2
15702026-06-24T22:36:44.754Z Compiling hyper-tls v0.6.0
15712026-06-24T22:36:44.771Z Compiling goblin v0.8.2
15722026-06-24T22:36:45.265Z Compiling phf_shared v0.13.1
15732026-06-24T22:36:45.327Z Compiling lazy_static v1.5.0
15742026-06-24T22:36:45.417Z Compiling regex v1.12.3
15752026-06-24T22:36:45.467Z Compiling anstyle-parse v0.2.7
15762026-06-24T22:36:45.499Z Compiling futures-executor v0.3.32
15772026-06-24T22:36:45.597Z Compiling flate2 v1.1.9
15782026-06-24T22:36:45.644Z Compiling hex v0.4.3
15792026-06-24T22:36:45.754Z Compiling hkdf v0.12.4
15802026-06-24T22:36:45.910Z Compiling crypto-bigint v0.5.5
15812026-06-24T22:36:45.924Z Compiling curve25519-dalek-derive v0.1.1
15822026-06-24T22:36:45.954Z Compiling snafu-derive v0.8.9
15832026-06-24T22:36:45.997Z Compiling daft-derive v0.1.7
15842026-06-24T22:36:46.030Z Compiling strum_macros v0.27.2
15852026-06-24T22:36:46.571Z Compiling ref-cast-impl v1.0.25
15862026-06-24T22:36:46.730Z Compiling terminal_size v0.4.3
15872026-06-24T22:36:46.896Z Compiling vergen v9.1.0
15882026-06-24T22:36:47.057Z Compiling fs-err v3.3.0
15892026-06-24T22:36:47.117Z Compiling cargo-platform v0.3.2
15902026-06-24T22:36:47.240Z Compiling ahash v0.8.12
15912026-06-24T22:36:47.389Z Compiling same-file v1.0.6
15922026-06-24T22:36:47.448Z Compiling foldhash v0.1.5
15932026-06-24T22:36:47.559Z Compiling foldhash v0.2.0
15942026-06-24T22:36:47.615Z Compiling object v0.37.3
15952026-06-24T22:36:47.773Z Compiling bumpalo v3.20.2
15962026-06-24T22:36:47.847Z Compiling libbz2-rs-sys v0.2.2
15972026-06-24T22:36:47.875Z Compiling bitflags v1.3.2
15982026-06-24T22:36:47.950Z Compiling managed v0.8.0
15992026-06-24T22:36:47.990Z Compiling winnow v0.5.40
16002026-06-24T22:36:48.019Z Compiling unicode-segmentation v1.12.0
16012026-06-24T22:36:48.034Z Compiling strum v0.27.2
16022026-06-24T22:36:48.230Z Compiling zopfli v0.8.3
16032026-06-24T22:36:48.295Z Compiling bzip2 v0.6.1
16042026-06-24T22:36:48.469Z Compiling snafu v0.8.9
16052026-06-24T22:36:48.497Z Compiling clap_builder v4.6.0
16062026-06-24T22:36:48.528Z Compiling hashbrown v0.16.1
16072026-06-24T22:36:48.843Z Compiling hashbrown v0.15.5
16082026-06-24T22:36:48.863Z Compiling walkdir v2.5.0
16092026-06-24T22:36:48.995Z Compiling cargo_metadata v0.23.1
16102026-06-24T22:36:49.221Z Compiling dof v0.3.0
16112026-06-24T22:36:49.238Z Compiling elliptic-curve v0.13.8
16122026-06-24T22:36:49.372Z Compiling toml_edit v0.19.15
16132026-06-24T22:36:49.413Z Compiling daft v0.1.7
16142026-06-24T22:36:49.693Z Compiling futures v0.3.32
16152026-06-24T22:36:49.778Z Compiling anstream v0.6.21
16162026-06-24T22:36:49.946Z Compiling phf v0.13.1
16172026-06-24T22:36:50.349Z Compiling signal-hook-mio v0.2.5
16182026-06-24T22:36:50.426Z Compiling cookie_store v0.22.1
16192026-06-24T22:36:50.465Z Compiling reqwest v0.12.28
16202026-06-24T22:36:50.668Z Compiling hubpack v0.1.2
16212026-06-24T22:36:50.966Z Compiling bzip2 v0.4.4
16222026-06-24T22:36:51.112Z Compiling zstd v0.13.3
16232026-06-24T22:36:51.151Z Compiling serde_with_macros v3.17.0
16242026-06-24T22:36:51.488Z Compiling postgres-types v0.2.12
16252026-06-24T22:36:52.041Z Compiling usdt-attr-macro v0.6.0
16262026-06-24T22:36:52.056Z Compiling usdt-macro v0.6.0
16272026-06-24T22:36:52.281Z Compiling globset v0.4.18
16282026-06-24T22:36:52.607Z Compiling dtrace-parser v0.2.0
16292026-06-24T22:36:52.662Z Compiling ed25519 v2.2.3
16302026-06-24T22:36:52.796Z Compiling phf_shared v0.11.3
16312026-06-24T22:36:52.833Z Compiling olpc-cjson v0.1.4
16322026-06-24T22:36:52.961Z Compiling pkcs1 v0.7.5
16332026-06-24T22:36:52.989Z Compiling serde_plain v1.0.2
16342026-06-24T22:36:52.992Z Compiling serde-big-array v0.5.1
16352026-06-24T22:36:53.140Z Compiling rfc6979 v0.4.0
16362026-06-24T22:36:53.180Z Compiling strum_macros v0.26.4
16372026-06-24T22:36:53.263Z Compiling clap_derive v4.6.1
16382026-06-24T22:36:53.405Z Compiling async-recursion v1.1.1
16392026-06-24T22:36:53.408Z Compiling enum-as-inner v0.6.1
16402026-06-24T22:36:53.574Z Compiling serde_repr v0.1.20
16412026-06-24T22:36:53.847Z Compiling pem v3.0.6
16422026-06-24T22:36:53.984Z Compiling float-cmp v0.10.0
16432026-06-24T22:36:54.098Z Compiling thread-id v4.2.2
16442026-06-24T22:36:54.132Z Compiling memmap2 v0.9.10
16452026-06-24T22:36:54.178Z Compiling env_filter v1.0.0
16462026-06-24T22:36:54.182Z Compiling either v1.15.0
16472026-06-24T22:36:54.205Z Compiling jiff v0.2.21
16482026-06-24T22:36:54.335Z Compiling whoami v2.1.0
16492026-06-24T22:36:54.388Z Compiling typed-path v0.9.3
16502026-06-24T22:36:54.475Z Compiling keccak v0.1.6
16512026-06-24T22:36:54.712Z Compiling fixedbitset v0.4.2
16522026-06-24T22:36:54.905Z Compiling winnow v1.0.3
16532026-06-24T22:36:54.923Z Compiling fixedbitset v0.5.7
16542026-06-24T22:36:55.027Z Compiling difflib v0.4.0
16552026-06-24T22:36:55.205Z Compiling normalize-line-endings v0.3.0
16562026-06-24T22:36:55.217Z Compiling data-encoding v2.10.0
16572026-06-24T22:36:55.242Z Compiling static_assertions v1.1.0
16582026-06-24T22:36:55.302Z Compiling precomputed-hash v0.1.1
16592026-06-24T22:36:55.317Z Compiling predicates-core v1.0.10
16602026-06-24T22:36:55.389Z Compiling new_debug_unreachable v1.0.6
16612026-06-24T22:36:55.463Z Compiling toml_edit v0.22.27
16622026-06-24T22:36:55.487Z Compiling string_cache v0.8.9
16632026-06-24T22:36:55.571Z Compiling hickory-proto v0.25.2
16642026-06-24T22:36:55.594Z Compiling predicates v3.1.4
16652026-06-24T22:36:55.711Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16662026-06-24T22:36:55.888Z Compiling toml_parser v1.1.2+spec-1.1.0
16672026-06-24T22:36:55.930Z Compiling petgraph v0.8.3
16682026-06-24T22:36:56.266Z Compiling clap v4.6.1
16692026-06-24T22:36:56.350Z Compiling strum v0.26.3
16702026-06-24T22:36:56.483Z Compiling petgraph v0.6.5
16712026-06-24T22:36:56.537Z Compiling sha3 v0.10.8
16722026-06-24T22:36:57.025Z Compiling zip v4.6.1
16732026-06-24T22:36:57.896Z Compiling tokio-postgres v0.7.16
16742026-06-24T22:36:57.983Z Compiling itertools v0.13.0
16752026-06-24T22:36:58.032Z Compiling env_logger v0.11.9
16762026-06-24T22:36:58.249Z Compiling usdt v0.6.0
16772026-06-24T22:36:58.343Z Compiling usdt-impl v0.5.0
16782026-06-24T22:36:58.459Z Compiling ecdsa v0.16.9
16792026-06-24T22:36:58.505Z Compiling rsa v0.9.10
16802026-06-24T22:36:58.620Z Compiling ed25519-dalek v2.2.0
16812026-06-24T22:36:58.840Z Compiling crossterm v0.28.1
16822026-06-24T22:36:58.900Z Compiling serde_with v3.17.0
16832026-06-24T22:36:59.279Z Compiling zip v0.6.6
16842026-06-24T22:36:59.834Z Compiling toml v0.7.8
16852026-06-24T22:37:00.117Z Compiling iddqd v0.4.2
16862026-06-24T22:37:00.618Z Compiling similar v2.7.0
16872026-06-24T22:37:00.658Z Compiling heck v0.4.1
16882026-06-24T22:37:00.673Z Compiling crossbeam-epoch v0.9.18
16892026-06-24T22:37:00.687Z Compiling tokio-stream v0.1.18
16902026-06-24T22:37:00.916Z Compiling buf-list v1.1.2
16912026-06-24T22:37:01.002Z Compiling x509-cert v0.2.5
16922026-06-24T22:37:01.197Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16932026-06-24T22:37:01.206Z Compiling openapiv3 v2.2.0
16942026-06-24T22:37:01.470Z Compiling sha1 v0.10.6
16952026-06-24T22:37:01.495Z Compiling lalrpop-util v0.19.12
16962026-06-24T22:37:01.534Z Compiling peg-runtime v0.8.5
16972026-06-24T22:37:01.695Z Compiling thread_local v1.1.9
16982026-06-24T22:37:01.706Z Compiling slog-async v2.8.0
16992026-06-24T22:37:01.817Z Compiling crossbeam-channel v0.5.15
17002026-06-24T22:37:01.832Z Compiling is-terminal v0.4.17
17012026-06-24T22:37:01.927Z Compiling filetime v0.2.27
17022026-06-24T22:37:01.945Z Compiling xattr v1.6.1
17032026-06-24T22:37:02.039Z Compiling term v1.2.1
17042026-06-24T22:37:02.124Z Compiling take_mut v0.2.2
17052026-06-24T22:37:02.177Z Compiling tar v0.4.45
17062026-06-24T22:37:02.287Z Compiling slog-term v2.9.2
17072026-06-24T22:37:12.630Z Compiling rustls-webpki v0.103.9
17082026-06-24T22:37:15.320Z Compiling tokio-rustls v0.26.4
17092026-06-24T22:37:15.320Z Compiling rustls-platform-verifier v0.6.2
17102026-06-24T22:37:15.359Z Compiling tough v0.22.0
17112026-06-24T22:37:15.536Z Compiling hyper-rustls v0.27.7
17122026-06-24T22:37:15.750Z Compiling reqwest v0.13.2
17132026-06-24T22:37:17.952Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17142026-06-24T22:37:18.179Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17152026-06-24T22:37:20.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17162026-06-24T22:37:21.102Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17172026-06-24T22:37:21.161ZJun 24 22:37:20.220 INFO Starting download, target: Cockroach
17182026-06-24T22:37:21.167ZJun 24 22:37:20.220 INFO Starting download, target: Console
17192026-06-24T22:37:21.167ZJun 24 22:37:20.221 INFO Starting download, target: DendriteStub
17202026-06-24T22:37:21.167ZJun 24 22:37:20.221 INFO Starting download, target: MaghemiteMgd
17212026-06-24T22:37:21.167ZJun 24 22:37:20.221 INFO Starting download, target: Clickhouse
17222026-06-24T22:37:21.167ZJun 24 22:37:20.221 INFO Starting download, target: MaghemiteDdmd
17232026-06-24T22:37:21.167ZJun 24 22:37:20.221 INFO Starting download, target: TransceiverControl
17242026-06-24T22:37:21.168ZJun 24 22:37:20.221 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17252026-06-24T22:37:21.168ZJun 24 22:37:20.221 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17262026-06-24T22:37:21.168ZJun 24 22:37:20.221 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17272026-06-24T22:37:21.168ZJun 24 22:37:20.221 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17282026-06-24T22:37:21.168ZJun 24 22:37:20.221 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17292026-06-24T22:37:21.168ZJun 24 22:37:20.221 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17302026-06-24T22:37:21.168ZJun 24 22:37:20.221 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17312026-06-24T22:37:21.639ZJun 24 22:37:20.695 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17322026-06-24T22:37:21.851ZJun 24 22:37:20.918 INFO Download complete, target: TransceiverControl
17332026-06-24T22:37:22.580ZJun 24 22:37:21.642 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17342026-06-24T22:37:22.808ZJun 24 22:37:21.864 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17352026-06-24T22:37:22.948ZJun 24 22:37:22.007 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17362026-06-24T22:37:23.045ZJun 24 22:37:22.111 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17372026-06-24T22:37:23.238ZJun 24 22:37:22.294 INFO Download complete, target: Console
17382026-06-24T22:37:23.446ZJun 24 22:37:22.514 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17392026-06-24T22:37:23.446ZJun 24 22:37:22.514 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17402026-06-24T22:37:23.546ZJun 24 22:37:22.614 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-06-24T22:37:24.620ZJun 24 22:37:23.687 INFO Download complete, target: MaghemiteDdmd
17422026-06-24T22:37:25.352ZJun 24 22:37:24.420 INFO Download complete, target: DendriteStub
17432026-06-24T22:37:25.521ZJun 24 22:37:24.589 INFO Download complete, target: MaghemiteMgd
17442026-06-24T22:37:28.105ZJun 24 22:37:27.173 INFO Checking that binary works, target: Cockroach
17452026-06-24T22:37:28.219ZJun 24 22:37:27.285 INFO Download complete, target: Cockroach
17462026-06-24T22:37:30.283ZJun 24 22:37:29.351 INFO Checking that binary works, target: Clickhouse
17472026-06-24T22:37:30.373ZJun 24 22:37:29.441 INFO Download complete, target: Clickhouse
17482026-06-24T22:37:30.390ZAll builder prerequisites installed successfully, and PATH looks valid
17492026-06-24T22:37:30.394Z
17502026-06-24T22:37:30.394Zreal 2:01.664541337
17512026-06-24T22:37:30.394Zuser 6:49.208331506
17522026-06-24T22:37:30.394Zsys 1:22.812527081
17532026-06-24T22:37:30.394Ztrap 0.239994193
17542026-06-24T22:37:30.394Ztflt 0.596388269
17552026-06-24T22:37:30.394Zdflt 0.747313946
17562026-06-24T22:37:30.394Zkflt 0.023603328
17572026-06-24T22:37:30.394Zlock 22:51.885900631
17582026-06-24T22:37:30.394Zslp 20:42.371987338
17592026-06-24T22:37:30.394Zlat 46.488170194
17602026-06-24T22:37:30.395Zstop 2:03.985717938
17612026-06-24T22:37:30.395Z+ banner clippy
17622026-06-24T22:37:30.395Z
17632026-06-24T22:37:30.395Z #### # # ##### ##### # #
17642026-06-24T22:37:30.395Z # # # # # # # # # #
17652026-06-24T22:37:30.395Z # # # # # # # #
17662026-06-24T22:37:30.395Z # # # ##### ##### #
17672026-06-24T22:37:30.395Z # # # # # # #
17682026-06-24T22:37:30.395Z #### ###### # # # #
17692026-06-24T22:37:30.395Z
17702026-06-24T22:37:30.395Z+ export CARGO_INCREMENTAL=0
17712026-06-24T22:37:30.395Z+ CARGO_INCREMENTAL=0
17722026-06-24T22:37:30.395Z+ ptime -m cargo xtask clippy
17732026-06-24T22:37:30.859Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17742026-06-24T22:37:31.065Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17752026-06-24T22:37:32.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
17762026-06-24T22:37:33.010Z Running `target/debug/xtask clippy`
17772026-06-24T22:37:33.035Zrunning: /home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17782026-06-24T22:37:33.578Z Downloading crates ...
17792026-06-24T22:37:33.779Z Downloaded addr2line v0.25.1
17802026-06-24T22:37:33.783Z Downloaded assert-json-diff v2.0.2
17812026-06-24T22:37:33.784Z Downloaded concurrent-queue v2.5.0
17822026-06-24T22:37:33.786Z Downloaded cfg-expr v0.20.6
17832026-06-24T22:37:33.786Z Downloaded plotters-backend v0.3.7
17842026-06-24T22:37:33.789Z Downloaded constant_time_eq v0.3.1
17852026-06-24T22:37:33.794Z Downloaded supports-hyperlinks v2.1.0
17862026-06-24T22:37:33.798Z Downloaded similar-asserts v1.7.0
17872026-06-24T22:37:33.804Z Downloaded backtrace-ext v0.2.1
17882026-06-24T22:37:33.807Z Downloaded pathdiff v0.2.3
17892026-06-24T22:37:33.810Z Downloaded owo-colors v3.5.0
17902026-06-24T22:37:33.813Z Downloaded path-tree v0.8.3
17912026-06-24T22:37:33.816Z Downloaded nested v0.1.1
17922026-06-24T22:37:33.816Z Downloaded escape8259 v0.5.3
17932026-06-24T22:37:33.816Z Downloaded cast v0.3.0
17942026-06-24T22:37:33.816Z Downloaded linkme-impl v0.3.35
17952026-06-24T22:37:33.820Z Downloaded linkme v0.3.35
17962026-06-24T22:37:33.823Z Downloaded oorandom v11.1.5
17972026-06-24T22:37:33.823Z Downloaded assert_cmd v2.1.2
17982026-06-24T22:37:33.826Z Downloaded target-spec v3.5.7
17992026-06-24T22:37:33.829Z Downloaded tokio-test v0.4.5
18002026-06-24T22:37:33.832Z Downloaded guppy-workspace-hack v0.1.0
18012026-06-24T22:37:33.832Z Downloaded async-object-pool v0.2.0
18022026-06-24T22:37:33.837Z Downloaded miette-derive v5.10.0
18032026-06-24T22:37:33.840Z Downloaded parking v2.2.1
18042026-06-24T22:37:33.840Z Downloaded supports-unicode v2.1.0
18052026-06-24T22:37:33.843Z Downloaded chumsky v0.9.3
18062026-06-24T22:37:33.846Z Downloaded knuffel-derive v3.2.0
18072026-06-24T22:37:33.846Z Downloaded criterion-plot v0.6.0
18082026-06-24T22:37:33.846Z Downloaded terminal_size v0.1.17
18092026-06-24T22:37:33.851Z Downloaded event-listener-strategy v0.5.4
18102026-06-24T22:37:33.851Z Downloaded approx v0.5.1
18112026-06-24T22:37:33.854Z Downloaded plotters-svg v0.3.7
18122026-06-24T22:37:33.857Z Downloaded supports-color v2.1.0
18132026-06-24T22:37:33.860Z Downloaded target-triple v1.0.0
18142026-06-24T22:37:33.860Z Downloaded serde_regex v1.1.0
18152026-06-24T22:37:33.865Z Downloaded rust-argon2 v2.1.0
18162026-06-24T22:37:33.869Z Downloaded datatest-stable v0.3.3
18172026-06-24T22:37:33.874Z Downloaded anes v0.1.6
18182026-06-24T22:37:33.877Z Downloaded async-lock v3.4.2
18192026-06-24T22:37:33.883Z Downloaded partial-io v0.5.4
18202026-06-24T22:37:33.886Z Downloaded termcolor v1.4.1
18212026-06-24T22:37:33.886Z Downloaded target-lexicon v0.13.3
18222026-06-24T22:37:33.886Z Downloaded futures-timer v3.0.3
18232026-06-24T22:37:33.889Z Downloaded httptest v0.16.4
18242026-06-24T22:37:33.892Z Downloaded rustc-demangle v0.1.27
18252026-06-24T22:37:33.895Z Downloaded hickory-client v0.25.2
18262026-06-24T22:37:33.898Z Downloaded blake2b_simd v1.0.4
18272026-06-24T22:37:33.898Z Downloaded relative-path v1.9.3
18282026-06-24T22:37:33.898Z Downloaded libtest-mimic v0.8.1
18292026-06-24T22:37:33.902Z Downloaded trybuild v1.0.116
18302026-06-24T22:37:33.905Z Downloaded tinytemplate v1.2.1
18312026-06-24T22:37:33.905Z Downloaded rand_distr v0.5.1
18322026-06-24T22:37:33.908Z Downloaded stringmetrics v2.2.2
18332026-06-24T22:37:33.911Z Downloaded rstest v0.25.0
18342026-06-24T22:37:33.917Z Downloaded textwrap v0.15.2
18352026-06-24T22:37:33.920Z Downloaded event-listener v5.4.1
18362026-06-24T22:37:33.920Z Downloaded backtrace v0.3.76
18372026-06-24T22:37:33.920Z Downloaded knuffel v3.2.0
18382026-06-24T22:37:33.924Z Downloaded rstest_macros v0.25.0
18392026-06-24T22:37:33.933Z Downloaded fancy-regex v0.14.0
18402026-06-24T22:37:33.941Z Downloaded miette v5.10.0
18412026-06-24T22:37:33.951Z Downloaded plotters v0.3.7
18422026-06-24T22:37:33.961Z Downloaded criterion v0.7.0
18432026-06-24T22:37:33.961Z Downloaded hashbrown v0.14.5
18442026-06-24T22:37:33.968Z Downloaded guppy v0.17.25
18452026-06-24T22:37:33.978Z Downloaded gimli v0.32.3
18462026-06-24T22:37:34.070Z Downloaded httpmock v0.8.3
18472026-06-24T22:37:35.744Z Checking cfg-if v1.0.4
18482026-06-24T22:37:36.113Z Checking libc v0.2.185
18492026-06-24T22:37:36.119Z Checking serde_core v1.0.228
18502026-06-24T22:37:36.168Z Checking memchr v2.8.0
18512026-06-24T22:37:36.208Z Checking smallvec v1.15.1
18522026-06-24T22:37:36.249Z Checking itoa v1.0.17
18532026-06-24T22:37:36.289Z Checking log v0.4.29
18542026-06-24T22:37:36.334Z Checking libm v0.2.16
18552026-06-24T22:37:36.374Z Checking zeroize v1.8.2
18562026-06-24T22:37:36.412Z Checking scopeguard v1.2.0
18572026-06-24T22:37:36.450Z Checking stable_deref_trait v1.2.1
18582026-06-24T22:37:36.491Z Checking zmij v1.0.21
18592026-06-24T22:37:36.530Z Checking errno v0.3.14
18602026-06-24T22:37:36.566Z Checking lock_api v0.4.14
18612026-06-24T22:37:36.604Z Checking zerofrom v0.1.6
18622026-06-24T22:37:36.642Z Checking percent-encoding v2.3.2
18632026-06-24T22:37:36.678Z Checking writeable v0.6.2
18642026-06-24T22:37:36.682Z Checking litemap v0.8.1
18652026-06-24T22:37:36.746Z Checking yoke v0.8.1
18662026-06-24T22:37:36.787Z Checking icu_properties_data v2.1.2
18672026-06-24T22:37:36.787Z Checking icu_normalizer_data v2.1.1
18682026-06-24T22:37:36.859Z Checking form_urlencoded v1.2.2
18692026-06-24T22:37:36.895Z Checking utf8_iter v1.0.4
18702026-06-24T22:37:36.934Z Checking getrandom v0.2.17
18712026-06-24T22:37:36.972Z Checking zerovec v0.11.5
18722026-06-24T22:37:36.976Z Checking zerotrie v0.2.3
18732026-06-24T22:37:37.043Z Checking zerocopy v0.8.40
18742026-06-24T22:37:37.080Z Checking subtle v2.6.1
18752026-06-24T22:37:37.080Z Checking rand_core v0.10.0
18762026-06-24T22:37:37.084Z Checking num-traits v0.2.19
18772026-06-24T22:37:37.181Z Checking pin-project-lite v0.2.17
18782026-06-24T22:37:37.261Z Checking rand_core v0.6.4
18792026-06-24T22:37:37.301Z Checking getrandom v0.4.1
18802026-06-24T22:37:37.339Z Checking parking_lot_core v0.9.12
18812026-06-24T22:37:37.379Z Checking typenum v1.19.0
18822026-06-24T22:37:37.461Z Checking tinystr v0.8.2
18832026-06-24T22:37:37.465Z Checking potential_utf v0.1.4
18842026-06-24T22:37:37.505Z Checking portable-atomic v1.13.1
18852026-06-24T22:37:37.554Z Checking parking_lot v0.12.5
18862026-06-24T22:37:37.622Z Checking icu_collections v2.1.1
18872026-06-24T22:37:37.661Z Checking serde v1.0.228
18882026-06-24T22:37:37.661Z Checking serde_json v1.0.150
18892026-06-24T22:37:37.728Z Checking bitflags v2.11.0
18902026-06-24T22:37:37.768Z Checking icu_locale_core v2.1.1
18912026-06-24T22:37:37.926Z Checking critical-section v1.2.0
18922026-06-24T22:37:37.969Z Checking signal-hook-registry v1.4.8
18932026-06-24T22:37:38.013Z Checking mio v1.2.0
18942026-06-24T22:37:38.053Z Checking once_cell v1.21.3
18952026-06-24T22:37:38.091Z Checking bytes v1.11.1
18962026-06-24T22:37:38.142Z Checking socket2 v0.6.3
18972026-06-24T22:37:38.183Z Checking iana-time-zone v0.1.65
18982026-06-24T22:37:38.253Z Checking generic-array v0.14.7
18992026-06-24T22:37:38.314Z Checking chrono v0.4.44
19002026-06-24T22:37:38.355Z Checking icu_provider v2.1.1
19012026-06-24T22:37:38.399Z Checking uuid v1.23.4
19022026-06-24T22:37:38.437Z Checking thiserror v2.0.18
19032026-06-24T22:37:38.480Z Checking semver v1.0.28
19042026-06-24T22:37:38.554Z Checking tokio v1.52.1
19052026-06-24T22:37:38.599Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19062026-06-24T22:37:38.641Z Checking icu_properties v2.1.2
19072026-06-24T22:37:38.709Z Checking icu_normalizer v2.1.1
19082026-06-24T22:37:38.746Z Checking futures-core v0.3.32
19092026-06-24T22:37:38.749Z Checking crypto-common v0.1.7
19102026-06-24T22:37:38.873Z Checking dyn-clone v1.0.20
19112026-06-24T22:37:38.909Z Checking equivalent v1.0.2
19122026-06-24T22:37:38.944Z Checking const-oid v0.9.6
19132026-06-24T22:37:39.004Z Checking rustix v1.1.3
19142026-06-24T22:37:39.042Z Checking futures-sink v0.3.32
19152026-06-24T22:37:39.071Z Checking byteorder v1.5.0
19162026-06-24T22:37:39.162Z Checking futures-channel v0.3.32
19172026-06-24T22:37:39.253Z Checking block-buffer v0.10.4
19182026-06-24T22:37:39.297Z Checking futures-io v0.3.32
19192026-06-24T22:37:39.365Z Checking slab v0.4.12
19202026-06-24T22:37:39.401Z Checking futures-task v0.3.32
19212026-06-24T22:37:39.437Z Checking thiserror v1.0.69
19222026-06-24T22:37:39.473Z Checking idna_adapter v1.2.1
19232026-06-24T22:37:39.547Z Checking hashbrown v0.17.0
19242026-06-24T22:37:39.584Z Checking futures-util v0.3.32
19252026-06-24T22:37:39.588Z Checking getrandom v0.3.4
19262026-06-24T22:37:39.652Z Checking idna v1.1.0
19272026-06-24T22:37:39.655Z Checking digest v0.10.7
19282026-06-24T22:37:39.785Z Checking ppv-lite86 v0.2.21
19292026-06-24T22:37:39.790Z Checking cpufeatures v0.2.17
19302026-06-24T22:37:39.855Z Checking fnv v1.0.7
19312026-06-24T22:37:39.905Z Checking regex-syntax v0.8.10
19322026-06-24T22:37:39.939Z Checking url v2.5.8
19332026-06-24T22:37:39.942Z Checking http v1.4.2
19342026-06-24T22:37:40.008Z Checking tracing-core v0.1.36
19352026-06-24T22:37:40.043Z Checking indexmap v2.14.0
19362026-06-24T22:37:40.102Z Checking utf8parse v0.2.2
19372026-06-24T22:37:40.234Z Checking base64 v0.22.1
19382026-06-24T22:37:40.347Z Checking tracing v0.1.44
19392026-06-24T22:37:40.431Z Checking schemars v0.8.22
19402026-06-24T22:37:40.504Z Checking anstyle v1.0.14
19412026-06-24T22:37:40.573Z Checking is_terminal_polyfill v1.70.2
19422026-06-24T22:37:40.607Z Checking base64ct v1.8.3
19432026-06-24T22:37:40.651Z Checking colorchoice v1.0.4
19442026-06-24T22:37:40.697Z Checking anstyle-query v1.1.5
19452026-06-24T22:37:40.734Z Checking block-padding v0.3.3
19462026-06-24T22:37:40.779Z Checking ipnet v2.11.0
19472026-06-24T22:37:40.817Z Checking anstyle-parse v1.0.0
19482026-06-24T22:37:40.870Z Checking terminal_size v0.4.3
19492026-06-24T22:37:40.906Z Checking inout v0.1.4
19502026-06-24T22:37:41.000Z Checking aho-corasick v1.1.4
19512026-06-24T22:37:41.034Z Checking crossbeam-utils v0.8.21
19522026-06-24T22:37:41.070Z Checking unicode-ident v1.0.24
19532026-06-24T22:37:41.073Z Checking cipher v0.4.4
19542026-06-24T22:37:41.139Z Checking anstream v1.0.0
19552026-06-24T22:37:41.247Z Checking proc-macro2 v1.0.106
19562026-06-24T22:37:41.284Z Checking strsim v0.11.1
19572026-06-24T22:37:41.320Z Checking powerfmt v0.2.0
19582026-06-24T22:37:41.368Z Checking clap_lex v1.0.0
19592026-06-24T22:37:41.408Z Checking pem-rfc7468 v0.7.0
19602026-06-24T22:37:41.470Z Checking sha2 v0.10.9
19612026-06-24T22:37:41.507Z Checking deranged v0.5.8
19622026-06-24T22:37:41.543Z Checking httparse v1.10.1
19632026-06-24T22:37:41.581Z Checking clap_builder v4.6.0
19642026-06-24T22:37:41.584Z Checking quote v1.0.45
19652026-06-24T22:37:41.647Z Checking time-core v0.1.8
19662026-06-24T22:37:41.693Z Checking regex-automata v0.4.14
19672026-06-24T22:37:41.768Z Checking num-conv v0.2.0
19682026-06-24T22:37:41.805Z Checking num_threads v0.1.7
19692026-06-24T22:37:41.843Z Checking syn v2.0.117
19702026-06-24T22:37:41.846Z Checking tokio-util v0.7.18
19712026-06-24T22:37:41.876Z Checking hmac v0.12.1
19722026-06-24T22:37:41.945Z Checking rand_core v0.9.5
19732026-06-24T22:37:41.948Z Checking erased-serde v0.3.31
19742026-06-24T22:37:42.033Z Checking flagset v0.4.7
19752026-06-24T22:37:42.148Z Checking http-body v1.0.1
19762026-06-24T22:37:42.185Z Checking der v0.7.10
19772026-06-24T22:37:42.308Z Checking allocator-api2 v0.2.21
19782026-06-24T22:37:42.418Z Checking slog v2.8.2
19792026-06-24T22:37:42.438Z Checking time v0.3.47
19802026-06-24T22:37:42.542Z Checking atomic-waker v1.1.2
19812026-06-24T22:37:42.611Z Checking rand_chacha v0.9.0
19822026-06-24T22:37:42.666Z Checking rustls-pki-types v1.14.0
19832026-06-24T22:37:42.702Z Checking anyhow v1.0.102
19842026-06-24T22:37:42.838Z Checking httpdate v1.0.3
19852026-06-24T22:37:42.841Z Checking clap v4.6.1
19862026-06-24T22:37:42.927Z Checking try-lock v0.2.5
19872026-06-24T22:37:42.930Z Checking rand v0.9.2
19882026-06-24T22:37:42.999Z Checking h2 v0.4.15
19892026-06-24T22:37:43.002Z Checking spin v0.9.8
19902026-06-24T22:37:43.069Z Checking aws-lc-sys v0.40.0
19912026-06-24T22:37:43.072Z Checking want v0.3.1
19922026-06-24T22:37:43.240Z Checking ryu v1.0.23
19932026-06-24T22:37:43.277Z Checking tower-layer v0.3.3
19942026-06-24T22:37:43.404Z Checking tower-service v0.3.3
19952026-06-24T22:37:43.447Z Checking untrusted v0.7.1
19962026-06-24T22:37:43.484Z Checking ipnetwork v0.21.1
19972026-06-24T22:37:43.523Z Checking fastrand v2.3.0
19982026-06-24T22:37:43.566Z Checking mime v0.3.17
19992026-06-24T22:37:43.603Z Checking untrusted v0.9.0
20002026-06-24T22:37:43.607Z Checking aws-lc-rs v1.16.3
20012026-06-24T22:37:43.638Z Checking spki v0.7.3
20022026-06-24T22:37:43.719Z Checking pbkdf2 v0.12.2
20032026-06-24T22:37:43.756Z Checking aes v0.8.4
20042026-06-24T22:37:43.759Z Checking http-body-util v0.1.3
20052026-06-24T22:37:43.823Z Checking salsa20 v0.10.2
20062026-06-24T22:37:43.826Z Checking cbc v0.1.2
20072026-06-24T22:37:43.892Z Checking rand_chacha v0.3.1
20082026-06-24T22:37:43.989Z Checking hex v0.4.3
20092026-06-24T22:37:44.026Z Checking simd-adler32 v0.3.8
20102026-06-24T22:37:44.029Z Checking pretty-hex v0.4.1
20112026-06-24T22:37:44.105Z Checking scrypt v0.11.0
20122026-06-24T22:37:44.142Z Checking rand v0.8.6
20132026-06-24T22:37:44.177Z Checking tempfile v3.25.0
20142026-06-24T22:37:44.214Z Checking openssl-probe v0.2.1
20152026-06-24T22:37:44.250Z Checking plain v0.2.3
20162026-06-24T22:37:44.253Z Checking adler2 v2.0.1
20172026-06-24T22:37:44.318Z Checking pkcs5 v0.7.1
20182026-06-24T22:37:44.354Z Checking regex v1.12.3
20192026-06-24T22:37:44.389Z Checking serde_urlencoded v0.7.1
20202026-06-24T22:37:44.425Z Checking encoding_rs v0.8.35
20212026-06-24T22:37:44.428Z Checking miniz_oxide v0.8.9
20222026-06-24T22:37:44.507Z Checking rustls-webpki v0.103.9
20232026-06-24T22:37:44.604Z Checking ucd-trie v0.1.7
20242026-06-24T22:37:44.643Z Checking pkcs8 v0.10.2
20252026-06-24T22:37:44.683Z Checking camino v1.2.2
20262026-06-24T22:37:44.686Z Checking oxnet v0.1.6
20272026-06-24T22:37:44.764Z Checking pest v2.8.6
20282026-06-24T22:37:44.836Z Checking futures-executor v0.3.32
20292026-06-24T22:37:44.873Z Checking sync_wrapper v1.0.2
20302026-06-24T22:37:44.959Z Checking either v1.15.0
20312026-06-24T22:37:45.000Z Checking crc32fast v1.5.0
20322026-06-24T22:37:45.003Z Checking rustls v0.23.41
20332026-06-24T22:37:45.070Z Checking tower v0.5.3
20342026-06-24T22:37:45.073Z Checking futures v0.3.32
20352026-06-24T22:37:45.168Z Checking iri-string v0.7.10
20362026-06-24T22:37:45.171Z Checking static_assertions v1.1.0
20372026-06-24T22:37:45.238Z Checking foldhash v0.2.0
20382026-06-24T22:37:45.317Z Checking lazy_static v1.5.0
20392026-06-24T22:37:45.404Z Checking openapiv3 v2.2.0
20402026-06-24T22:37:45.441Z Checking hashbrown v0.16.1
20412026-06-24T22:37:45.444Z Checking signature v2.2.0
20422026-06-24T22:37:45.510Z Checking hubpack v0.1.2
20432026-06-24T22:37:45.635Z Checking zlib-rs v0.6.2
20442026-06-24T22:37:45.708Z Checking rustls-native-certs v0.8.3
20452026-06-24T22:37:45.837Z Checking hyper v1.10.1
20462026-06-24T22:37:45.875Z Checking strum v0.26.3
20472026-06-24T22:37:45.878Z Checking psl-types v2.0.11
20482026-06-24T22:37:45.976Z Checking cookie v0.18.1
20492026-06-24T22:37:46.014Z Checking tinyvec_macros v0.1.1
20502026-06-24T22:37:46.051Z Checking publicsuffix v2.3.0
20512026-06-24T22:37:46.109Z Checking tinyvec v1.10.0
20522026-06-24T22:37:46.231Z Checking num-integer v0.1.46
20532026-06-24T22:37:46.269Z Checking cookie_store v0.22.1
20542026-06-24T22:37:46.272Z Checking tower-http v0.6.8
20552026-06-24T22:37:46.444Z Checking scroll v0.13.0
20562026-06-24T22:37:46.483Z Checking data-encoding v2.10.0
20572026-06-24T22:37:46.539Z Checking flate2 v1.1.9
20582026-06-24T22:37:46.579Z Checking serde_spanned v0.6.9
20592026-06-24T22:37:46.662Z Checking toml_datetime v0.6.11
20602026-06-24T22:37:46.699Z Checking goblin v0.10.5
20612026-06-24T22:37:46.736Z Checking memmap2 v0.9.10
20622026-06-24T22:37:46.739Z Checking bit-vec v0.8.0
20632026-06-24T22:37:46.805Z Checking base16ct v0.2.0
20642026-06-24T22:37:46.810Z Checking hyper-util v0.1.20
20652026-06-24T22:37:46.875Z Checking dtrace-parser v0.3.0
20662026-06-24T22:37:46.879Z Checking ff v0.13.1
20672026-06-24T22:37:46.949Z Checking wait-timeout v0.2.1
20682026-06-24T22:37:46.985Z Checking bit-set v0.8.0
20692026-06-24T22:37:46.988Z Checking sec1 v0.7.3
20702026-06-24T22:37:47.065Z Checking thread-id v5.1.0
20712026-06-24T22:37:47.102Z Checking group v0.13.0
20722026-06-24T22:37:47.139Z Checking num-iter v0.1.45
20732026-06-24T22:37:47.176Z Checking bstr v1.12.1
20742026-06-24T22:37:47.179Z Checking hkdf v0.12.4
20752026-06-24T22:37:47.252Z Checking crossbeam-epoch v0.9.18
20762026-06-24T22:37:47.289Z Checking anstyle-parse v0.2.7
20772026-06-24T22:37:47.293Z Checking ahash v0.8.12
20782026-06-24T22:37:47.358Z Checking tokio-rustls v0.26.4
20792026-06-24T22:37:47.394Z Checking rustls-platform-verifier v0.6.2
20802026-06-24T22:37:47.465Z Checking crypto-bigint v0.5.5
20812026-06-24T22:37:47.503Z Checking quick-error v1.2.3
20822026-06-24T22:37:47.544Z Checking anstream v0.6.21
20832026-06-24T22:37:47.581Z Checking rand_xorshift v0.4.0
20842026-06-24T22:37:47.618Z Checking scroll v0.12.0
20852026-06-24T22:37:47.621Z Checking unarray v0.1.4
20862026-06-24T22:37:47.687Z Checking rusty-fork v0.3.1
20872026-06-24T22:37:47.726Z Checking num-bigint-dig v0.8.6
20882026-06-24T22:37:47.767Z Checking pkcs1 v0.7.5
20892026-06-24T22:37:47.804Z Checking x509-cert v0.2.5
20902026-06-24T22:37:47.874Z Checking goblin v0.8.2
20912026-06-24T22:37:47.912Z Checking proptest v1.10.0
20922026-06-24T22:37:48.008Z Checking sha1 v0.10.6
20932026-06-24T22:37:48.105Z Checking hyper-rustls v0.27.7
20942026-06-24T22:37:48.199Z Checking zerocopy v0.7.35
20952026-06-24T22:37:48.339Z Checking reqwest v0.13.2
20962026-06-24T22:37:48.378Z Checking elliptic-curve v0.13.8
20972026-06-24T22:37:48.482Z Checking winnow v0.7.14
20982026-06-24T22:37:48.544Z Checking unicode-segmentation v1.12.0
20992026-06-24T22:37:48.714Z Checking rsa v0.9.10
21002026-06-24T22:37:48.719Z Checking dtrace-parser v0.2.0
21012026-06-24T22:37:48.887Z Checking rfc6979 v0.4.0
21022026-06-24T22:37:49.011Z Checking memoffset v0.9.1
21032026-06-24T22:37:49.015Z Checking dof v0.4.0
21042026-06-24T22:37:49.087Z Checking thread-id v4.2.2
21052026-06-24T22:37:49.125Z Checking foreign-types-shared v0.1.1
21062026-06-24T22:37:49.194Z Checking ecdsa v0.16.9
21072026-06-24T22:37:49.233Z Checking curve25519-dalek v4.1.3
21082026-06-24T22:37:49.236Z Checking foreign-types v0.3.2
21092026-06-24T22:37:49.266Z Checking rustix v0.38.44
21102026-06-24T22:37:49.363Z Checking openssl-sys v0.9.115
21112026-06-24T22:37:49.566Z Checking env_filter v1.0.0
21122026-06-24T22:37:49.691Z Checking toml_write v0.1.2
21132026-06-24T22:37:49.729Z Checking usdt-impl v0.6.0
21142026-06-24T22:37:49.733Z Checking newtype-uuid v1.3.2
21152026-06-24T22:37:49.800Z Checking keccak v0.1.6
21162026-06-24T22:37:49.804Z Checking dof v0.3.0
21172026-06-24T22:37:49.804Z Checking same-file v1.0.6
21182026-06-24T22:37:49.903Z Checking toml_edit v0.22.27
21192026-06-24T22:37:49.989Z Checking daft v0.1.7
21202026-06-24T22:37:50.026Z Checking walkdir v2.5.0
21212026-06-24T22:37:50.029Z Checking sha3 v0.10.8
21222026-06-24T22:37:50.029Z Checking openssl v0.10.79
21232026-06-24T22:37:50.096Z Checking usdt v0.6.0
21242026-06-24T22:37:50.166Z Checking env_logger v0.11.9
21252026-06-24T22:37:50.170Z Checking usdt-impl v0.5.0
21262026-06-24T22:37:50.232Z Checking ed25519 v2.2.3
21272026-06-24T22:37:50.268Z Checking itertools v0.13.0
21282026-06-24T22:37:50.317Z Checking serde_with v3.17.0
21292026-06-24T22:37:50.354Z Checking winnow v1.0.3
21302026-06-24T22:37:50.389Z Checking bitflags v1.3.2
21312026-06-24T22:37:50.440Z Checking siphasher v1.0.2
21322026-06-24T22:37:50.490Z Checking ed25519-dalek v2.2.0
21332026-06-24T22:37:50.527Z Checking nix v0.31.2
21342026-06-24T22:37:50.627Z Checking unicode-normalization v0.1.25
21352026-06-24T22:37:50.669Z Checking toml_parser v1.1.2+spec-1.1.0
21362026-06-24T22:37:50.751Z Checking signal-hook v0.3.18
21372026-06-24T22:37:50.970Z Checking winnow v0.5.40
21382026-06-24T22:37:51.024Z Checking managed v0.8.0
21392026-06-24T22:37:51.059Z Checking bzip2-sys v0.1.13+1.0.8
21402026-06-24T22:37:51.095Z Checking object v0.37.3
21412026-06-24T22:37:51.172Z Checking foldhash v0.1.5
21422026-06-24T22:37:51.236Z Checking bzip2 v0.4.4
21432026-06-24T22:37:51.333Z Checking hashbrown v0.15.5
21442026-06-24T22:37:51.370Z Checking signal-hook-mio v0.2.5
21452026-06-24T22:37:51.423Z Checking globset v0.4.18
21462026-06-24T22:37:51.501Z Checking ref-cast v1.0.25
21472026-06-24T22:37:51.613Z Checking zstd-sys v2.0.16+zstd.1.5.7
21482026-06-24T22:37:51.650Z Checking zip v0.6.6
21492026-06-24T22:37:51.701Z Checking pin-project v1.1.11
21502026-06-24T22:37:51.752Z Checking zstd-safe v7.2.4
21512026-06-24T22:37:51.789Z Checking libbz2-rs-sys v0.2.2
21522026-06-24T22:37:51.825Z Checking bumpalo v3.20.2
21532026-06-24T22:37:51.897Z Checking crossterm v0.28.1
21542026-06-24T22:37:51.942Z Checking zstd v0.13.3
21552026-06-24T22:37:52.011Z Checking similar v2.7.0
21562026-06-24T22:37:52.053Z Checking zopfli v0.8.3
21572026-06-24T22:37:52.090Z Checking native-tls v0.2.18
21582026-06-24T22:37:52.133Z Checking toml_edit v0.19.15
21592026-06-24T22:37:52.172Z Checking tokio-stream v0.1.18
21602026-06-24T22:37:52.222Z Checking bzip2 v0.6.1
21612026-06-24T22:37:52.292Z Checking tokio-native-tls v0.3.1
21622026-06-24T22:37:52.404Z Checking fs-err v3.3.0
21632026-06-24T22:37:52.443Z Checking pem v3.0.6
21642026-06-24T22:37:52.445Z Checking hash32 v0.2.1
21652026-06-24T22:37:52.510Z Checking hyper-tls v0.6.0
21662026-06-24T22:37:52.582Z Checking serde-big-array v0.5.1
21672026-06-24T22:37:52.585Z Checking predicates-core v1.0.10
21682026-06-24T22:37:52.652Z Checking jiff v0.2.21
21692026-06-24T22:37:52.686Z Checking unicode-bidi v0.3.18
21702026-06-24T22:37:52.726Z Checking reqwest v0.12.28
21712026-06-24T22:37:52.765Z Checking unicode-properties v0.1.4
21722026-06-24T22:37:52.768Z Checking heapless v0.7.17
21732026-06-24T22:37:52.768Z Checking snafu v0.8.9
21742026-06-24T22:37:52.982Z Checking olpc-cjson v0.1.4
21752026-06-24T22:37:53.020Z Checking stringprep v0.1.5
21762026-06-24T22:37:53.093Z Checking hickory-proto v0.25.2
21772026-06-24T22:37:53.147Z Checking md-5 v0.10.6
21782026-06-24T22:37:53.192Z Checking toml v0.7.8
21792026-06-24T22:37:53.229Z Checking serde_plain v1.0.2
21802026-06-24T22:37:53.267Z Checking float-cmp v0.10.0
21812026-06-24T22:37:53.312Z Checking typed-path v0.9.3
21822026-06-24T22:37:53.398Z Checking fallible-iterator v0.2.0
21832026-06-24T22:37:53.435Z Checking difflib v0.4.0
21842026-06-24T22:37:53.438Z Checking normalize-line-endings v0.3.0
21852026-06-24T22:37:53.504Z Checking smoltcp v0.9.1
21862026-06-24T22:37:53.542Z Checking iddqd v0.4.2
21872026-06-24T22:37:53.584Z Checking phf_shared v0.13.1
21882026-06-24T22:37:53.638Z Checking predicates v3.1.4
21892026-06-24T22:37:53.697Z Checking postgres-protocol v0.6.10
21902026-06-24T22:37:53.810Z Checking phf_shared v0.11.3
21912026-06-24T22:37:53.967Z Checking buf-list v1.1.2
21922026-06-24T22:37:54.004Z Checking strum v0.27.2
21932026-06-24T22:37:54.039Z Checking new_debug_unreachable v1.0.6
21942026-06-24T22:37:54.109Z Checking lalrpop-util v0.19.12
21952026-06-24T22:37:54.148Z Checking fixedbitset v0.5.7
21962026-06-24T22:37:54.151Z Checking tough v0.22.0
21972026-06-24T22:37:54.151Z Checking precomputed-hash v0.1.1
21982026-06-24T22:37:54.248Z Checking fixedbitset v0.4.2
21992026-06-24T22:37:54.292Z Checking string_cache v0.8.9
22002026-06-24T22:37:54.295Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22012026-06-24T22:37:54.366Z Checking petgraph v0.8.3
22022026-06-24T22:37:54.424Z Checking petgraph v0.6.5
22032026-06-24T22:37:54.459Z Checking postgres-types v0.2.12
22042026-06-24T22:37:54.495Z Checking phf v0.13.1
22052026-06-24T22:37:54.672Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22062026-06-24T22:37:54.802Z Checking whoami v2.1.0
22072026-06-24T22:37:54.900Z Checking zip v4.6.1
22082026-06-24T22:37:54.967Z Checking peg-runtime v0.8.5
22092026-06-24T22:37:55.024Z Checking tokio-postgres v0.7.16
22102026-06-24T22:37:55.263Z Checking is-terminal v0.4.17
22112026-06-24T22:37:55.387Z Checking crossbeam-channel v0.5.15
22122026-06-24T22:37:55.506Z Checking thread_local v1.1.9
22132026-06-24T22:37:55.707Z Compiling structmeta-derive v0.3.0
22142026-06-24T22:37:55.744Z Checking take_mut v0.2.2
22152026-06-24T22:37:55.780Z Checking term v1.2.1
22162026-06-24T22:37:55.877Z Checking slog-async v2.8.0
22172026-06-24T22:37:55.951Z Compiling newtype-uuid-macros v0.1.0
22182026-06-24T22:37:55.988Z Compiling multer v3.1.0
22192026-06-24T22:37:56.026Z Checking slog-term v2.9.2
22202026-06-24T22:37:56.077Z Compiling async-stream-impl v0.3.6
22212026-06-24T22:37:56.277Z Checking match_cfg v0.1.0
22222026-06-24T22:37:56.314Z Checking slog-json v2.6.1
22232026-06-24T22:37:56.317Z Compiling dropshot v0.17.1
22242026-06-24T22:37:56.383Z Checking hostname v0.3.1
22252026-06-24T22:37:56.417Z Checking cpufeatures v0.3.0
22262026-06-24T22:37:56.527Z Compiling dropshot_endpoint v0.17.1
22272026-06-24T22:37:56.538Z Checking slog-bunyan v2.5.0
22282026-06-24T22:37:56.541Z Checking debug-ignore v1.0.5
22292026-06-24T22:37:56.688Z Checking hybrid-array v0.4.10
22302026-06-24T22:37:56.691Z Checking progenitor-client v0.14.0
22312026-06-24T22:37:56.691Z Checking toml_datetime v1.1.1+spec-1.1.0
22322026-06-24T22:37:56.787Z Checking serde_path_to_error v0.1.20
22332026-06-24T22:37:56.790Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22342026-06-24T22:37:56.791Z Compiling structmeta v0.3.0
22352026-06-24T22:37:56.894Z Checking serde_spanned v1.1.1
22362026-06-24T22:37:56.967Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22372026-06-24T22:37:56.970Z Checking compression-core v0.4.31
22382026-06-24T22:37:57.052Z Checking toml_writer v1.1.1+spec-1.1.0
22392026-06-24T22:37:57.089Z Compiling derive-ex v0.1.8
22402026-06-24T22:37:57.092Z Checking const-oid v0.10.2
22412026-06-24T22:37:57.159Z Checking compression-codecs v0.4.37
22422026-06-24T22:37:57.163Z Checking block-buffer v0.12.1
22432026-06-24T22:37:57.256Z Checking crypto-common v0.2.2
22442026-06-24T22:37:57.295Z Checking toml v1.1.2+spec-1.1.0
22452026-06-24T22:37:57.328Z Checking async-stream v0.3.6
22462026-06-24T22:37:57.365Z Checking async-compression v0.4.41
22472026-06-24T22:37:57.434Z Checking rustls-pemfile v2.2.0
22482026-06-24T22:37:57.482Z Checking waitgroup v0.1.2
22492026-06-24T22:37:57.603Z Checking hostname v0.4.2
22502026-06-24T22:37:57.640Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22512026-06-24T22:37:57.643Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22522026-06-24T22:37:57.711Z Checking atomicwrites v0.4.4
22532026-06-24T22:37:57.746Z Checking itertools v0.14.0
22542026-06-24T22:37:57.783Z Compiling parse-display-derive v0.10.0
22552026-06-24T22:37:57.842Z Checking digest v0.11.3
22562026-06-24T22:37:57.844Z Checking macaddr v1.0.1
22572026-06-24T22:37:57.912Z Checking regress v0.10.5
22582026-06-24T22:37:57.915Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22592026-06-24T22:37:58.020Z Checking sha1 v0.11.0
22602026-06-24T22:37:58.080Z Checking instant v0.1.13
22612026-06-24T22:37:58.197Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22622026-06-24T22:37:58.234Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22632026-06-24T22:37:58.381Z Checking backoff v0.4.0
22642026-06-24T22:37:58.460Z Checking backon v1.6.0
22652026-06-24T22:37:58.587Z Checking humantime v2.3.0
22662026-06-24T22:37:58.655Z Checking progenitor-extras v0.2.0
22672026-06-24T22:37:58.735Z Checking unicode-width v0.2.0
22682026-06-24T22:37:58.796Z Compiling convert_case v0.4.0
22692026-06-24T22:37:58.832Z Compiling test-strategy v0.4.5
22702026-06-24T22:37:58.835Z Checking heck v0.5.0
22712026-06-24T22:37:58.909Z Checking half v2.7.1
22722026-06-24T22:37:59.010Z Checking ciborium-io v0.2.2
22732026-06-24T22:37:59.046Z Checking secrecy v0.10.3
22742026-06-24T22:37:59.130Z Compiling regress v0.11.1
22752026-06-24T22:37:59.190Z Checking indent_write v2.2.0
22762026-06-24T22:37:59.193Z Checking ciborium-ll v0.2.2
22772026-06-24T22:37:59.262Z Compiling derive_more v0.99.20
22782026-06-24T22:37:59.352Z Checking universal-hash v0.5.1
22792026-06-24T22:37:59.389Z Checking opaque-debug v0.3.1
22802026-06-24T22:37:59.428Z Checking ciborium v0.2.2
22812026-06-24T22:37:59.486Z Checking parse-display v0.10.0
22822026-06-24T22:37:59.554Z Checking camino-tempfile v1.4.1
22832026-06-24T22:37:59.693Z Compiling crucible-workspace-hack v0.1.0
22842026-06-24T22:37:59.739Z Checking aead v0.5.2
22852026-06-24T22:37:59.873Z Compiling unsafe-libyaml v0.2.11
22862026-06-24T22:37:59.911Z Checking poly1305 v0.8.0
22872026-06-24T22:38:00.083Z Checking chacha20 v0.9.1
22882026-06-24T22:38:00.241Z Compiling thiserror-impl-no-std v2.0.2
22892026-06-24T22:38:00.300Z Checking swrite v0.1.0
22902026-06-24T22:38:00.353Z Checking password-hash v0.5.0
22912026-06-24T22:38:00.388Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22922026-06-24T22:38:00.435Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22932026-06-24T22:38:00.609Z Compiling serde_yaml v0.9.34+deprecated
22942026-06-24T22:38:00.694Z Checking blake2 v0.10.6
22952026-06-24T22:38:00.792Z Compiling typify-impl v0.6.2
22962026-06-24T22:38:00.829Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22972026-06-24T22:38:00.964Z Checking argon2 v0.5.3
22982026-06-24T22:38:01.343Z Checking chacha20poly1305 v0.10.1
22992026-06-24T22:38:01.489Z Checking thiserror-no-std v2.0.2
23002026-06-24T22:38:01.525Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
23012026-06-24T22:38:01.605Z Checking vsss-rs v3.3.4
23022026-06-24T22:38:01.930Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23032026-06-24T22:38:01.973Z Checking byte-wrapper v0.1.0
23042026-06-24T22:38:02.112Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
23052026-06-24T22:38:02.206Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23062026-06-24T22:38:02.244Z Checking crossbeam-deque v0.8.6
23072026-06-24T22:38:02.247Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23082026-06-24T22:38:02.369Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
23092026-06-24T22:38:02.452Z Compiling rayon-core v1.13.0
23102026-06-24T22:38:02.456Z Compiling toml_datetime v0.7.5+spec-1.1.0
23112026-06-24T22:38:02.748Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23122026-06-24T22:38:02.783Z Compiling toml_edit v0.23.10+spec-1.0.0
23132026-06-24T22:38:03.018Z Compiling proc-macro-error v1.0.4
23142026-06-24T22:38:03.064Z Checking rayon v1.11.0
23152026-06-24T22:38:03.362Z Compiling proc-macro-crate v3.4.0
23162026-06-24T22:38:03.787Z Checking toml v0.8.23
23172026-06-24T22:38:03.841Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
23182026-06-24T22:38:03.876Z Checking tabwriter v1.4.1
23192026-06-24T22:38:03.928Z Checking glob v0.3.3
23202026-06-24T22:38:03.966Z Compiling num_enum_derive v0.7.6
23212026-06-24T22:38:03.969Z Compiling heapless v0.8.0
23222026-06-24T22:38:04.045Z Checking colored v3.1.1
23232026-06-24T22:38:04.134Z Compiling ingot-macros v0.1.1
23242026-06-24T22:38:04.137Z Checking hash32 v0.3.1
23252026-06-24T22:38:04.269Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23262026-06-24T22:38:04.342Z Checking unicode-width v0.1.14
23272026-06-24T22:38:04.499Z Compiling smoltcp v0.11.0
23282026-06-24T22:38:04.615Z Checking cobs v0.3.0
23292026-06-24T22:38:04.618Z Compiling usdt-macro v0.5.0
23302026-06-24T22:38:04.787Z Compiling usdt-attr-macro v0.5.0
23312026-06-24T22:38:04.832Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23322026-06-24T22:38:04.917Z Checking memmap v0.7.0
23332026-06-24T22:38:04.951Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23342026-06-24T22:38:05.019Z Checking num_enum v0.7.6
23352026-06-24T22:38:05.189Z Checking postcard v1.1.3
23362026-06-24T22:38:05.231Z Compiling proc-macro-crate v1.3.1
23372026-06-24T22:38:05.314Z Compiling typify-macro v0.6.2
23382026-06-24T22:38:05.447Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23392026-06-24T22:38:05.542Z Checking sigpipe v0.1.3
23402026-06-24T22:38:05.617Z Checking usdt v0.5.0
23412026-06-24T22:38:05.655Z Compiling foreign-types-macros v0.2.3
23422026-06-24T22:38:05.690Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23432026-06-24T22:38:05.722Z Checking foreign-types-shared v0.3.1
23442026-06-24T22:38:05.816Z Compiling num_enum_derive v0.5.11
23452026-06-24T22:38:06.018Z Checking chacha20 v0.10.0
23462026-06-24T22:38:06.127Z Checking cstr-argument v0.1.2
23472026-06-24T22:38:06.263Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23482026-06-24T22:38:06.299Z Checking foreign-types v0.5.0
23492026-06-24T22:38:06.351Z Compiling num-derive v0.4.2
23502026-06-24T22:38:06.366Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23512026-06-24T22:38:06.403Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23522026-06-24T22:38:06.658Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23532026-06-24T22:38:06.708Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542026-06-24T22:38:06.838Z Checking rand v0.10.0
23552026-06-24T22:38:06.874Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23562026-06-24T22:38:06.877Z Checking num_enum v0.5.11
23572026-06-24T22:38:06.877Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23582026-06-24T22:38:07.004Z Checking ingot-types v0.1.2
23592026-06-24T22:38:07.061Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23602026-06-24T22:38:07.097Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23612026-06-24T22:38:07.101Z Compiling typify v0.6.2
23622026-06-24T22:38:07.205Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23632026-06-24T22:38:07.265Z Compiling progenitor-impl v0.14.0
23642026-06-24T22:38:07.300Z Compiling zone_cfg_derive v0.3.1
23652026-06-24T22:38:07.434Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
23662026-06-24T22:38:07.438Z Checking ingot v0.1.1
23672026-06-24T22:38:07.502Z Checking itertools v0.12.1
23682026-06-24T22:38:07.664Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23692026-06-24T22:38:07.934Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
23702026-06-24T22:38:08.116Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
23712026-06-24T22:38:08.152Z Checking smf v0.2.3
23722026-06-24T22:38:08.208Z Checking whoami v1.6.1
23732026-06-24T22:38:08.244Z Checking tokio-dtrace v0.1.1
23742026-06-24T22:38:08.364Z Compiling derive-where v1.6.0
23752026-06-24T22:38:08.405Z Checking console v0.15.11
23762026-06-24T22:38:08.408Z Checking newline-converter v0.3.0
23772026-06-24T22:38:08.474Z Checking oxide-tokio-rt v0.1.4
23782026-06-24T22:38:08.540Z Checking zone v0.3.1
23792026-06-24T22:38:08.543Z Checking bytecount v0.6.9
23802026-06-24T22:38:08.666Z Compiling owo-colors v4.3.0
23812026-06-24T22:38:08.709Z Compiling cancel-safe-futures v0.1.5
23822026-06-24T22:38:08.741Z Checking expectorate v1.2.0
23832026-06-24T22:38:08.895Z Checking libsw-core v0.3.2
23842026-06-24T22:38:08.930Z Checking num-rational v0.4.2
23852026-06-24T22:38:09.077Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23862026-06-24T22:38:09.080Z Checking libsw v3.5.0
23872026-06-24T22:38:09.259Z Checking num-complex v0.4.6
23882026-06-24T22:38:09.301Z Checking linear-map v1.2.0
23892026-06-24T22:38:09.442Z Checking float-ord v0.3.2
23902026-06-24T22:38:09.500Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23912026-06-24T22:38:09.574Z Checking gethostname v0.5.0
23922026-06-24T22:38:09.617Z Checking num v0.4.3
23932026-06-24T22:38:09.693Z Compiling prettyplease v0.2.37
23942026-06-24T22:38:09.729Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23952026-06-24T22:38:09.732Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23962026-06-24T22:38:09.732Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
23972026-06-24T22:38:09.861Z Compiling progenitor-macro v0.14.0
23982026-06-24T22:38:09.987Z Checking resolv-conf v0.7.6
23992026-06-24T22:38:10.133Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24002026-06-24T22:38:10.196Z Checking unicode-linebreak v0.1.5
24012026-06-24T22:38:10.248Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24022026-06-24T22:38:10.502Z Checking smawk v0.3.2
24032026-06-24T22:38:10.663Z Checking papergrid v0.11.0
24042026-06-24T22:38:11.311Z Compiling tabled_derive v0.7.0
24052026-06-24T22:38:11.348Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24062026-06-24T22:38:11.384Z Compiling convert_case v0.10.0
24072026-06-24T22:38:11.418Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24082026-06-24T22:38:11.647Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24092026-06-24T22:38:11.683Z Compiling slog-dtrace v0.3.0
24102026-06-24T22:38:11.726Z Compiling derive_more-impl v2.1.1
24112026-06-24T22:38:12.004Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24122026-06-24T22:38:12.085Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24132026-06-24T22:38:12.289Z Checking tabled v0.15.0
24142026-06-24T22:38:12.576Z Checking derive_more v2.1.1
24152026-06-24T22:38:12.700Z Checking crossterm v0.29.0
24162026-06-24T22:38:13.182Z Checking linked-hash-map v0.5.6
24172026-06-24T22:38:13.400Z Checking lru-cache v0.1.2
24182026-06-24T22:38:13.621Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24192026-06-24T22:38:13.818Z Checking hickory-proto v0.24.4
24202026-06-24T22:38:13.883Z Checking fd-lock v4.0.4
24212026-06-24T22:38:14.441Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24222026-06-24T22:38:14.502Z Checking vte v0.14.1
24232026-06-24T22:38:14.752Z Checking progenitor v0.14.0
24242026-06-24T22:38:14.802Z Checking display-error-chain v0.2.2
24252026-06-24T22:38:14.848Z Checking strip-ansi-escapes v0.2.1
24262026-06-24T22:38:14.916Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24272026-06-24T22:38:15.119Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24282026-06-24T22:38:16.117Z Checking termtree v0.5.1
24292026-06-24T22:38:16.269Z Checking nu-ansi-term v0.50.3
24302026-06-24T22:38:16.340Z Checking hickory-resolver v0.24.4
24312026-06-24T22:38:16.413Z Checking textwrap v0.16.2
24322026-06-24T22:38:16.497Z Compiling minimal-lexical v0.2.1
24332026-06-24T22:38:16.532Z Checking reedline v0.40.0
24342026-06-24T22:38:16.674Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24352026-06-24T22:38:16.776Z Compiling nom v7.1.3
24362026-06-24T22:38:16.811Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24372026-06-24T22:38:17.103Z Checking qorb v0.4.1
24382026-06-24T22:38:17.146Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24392026-06-24T22:38:17.376Z Compiling ar_archive_writer v0.5.1
24402026-06-24T22:38:17.736Z Checking csv-core v0.1.13
24412026-06-24T22:38:17.773Z Compiling stacker v0.1.23
24422026-06-24T22:38:17.976Z Checking csv v1.4.0
24432026-06-24T22:38:18.062Z Compiling cfg_aliases v0.1.1
24442026-06-24T22:38:18.143Z Checking highway v1.3.0
24452026-06-24T22:38:18.177Z Compiling semver v0.1.20
24462026-06-24T22:38:18.253Z Compiling psm v0.1.30
24472026-06-24T22:38:18.334Z Compiling nix v0.28.0
24482026-06-24T22:38:18.403Z Checking nibble_vec v0.1.0
24492026-06-24T22:38:18.446Z Compiling rustc_version v0.1.7
24502026-06-24T22:38:18.497Z Checking endian-type v0.1.2
24512026-06-24T22:38:18.561Z Checking home v0.5.12
24522026-06-24T22:38:18.656Z Checking radix_trie v0.2.1
24532026-06-24T22:38:18.696Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24542026-06-24T22:38:18.732Z Compiling newtype_derive v0.1.6
24552026-06-24T22:38:18.797Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24562026-06-24T22:38:18.867Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24572026-06-24T22:38:18.898Z Checking phf_shared v0.12.1
24582026-06-24T22:38:18.975Z Compiling recursive-proc-macro-impl v0.1.1
24592026-06-24T22:38:19.097Z Compiling chrono-tz v0.10.4
24602026-06-24T22:38:19.221Z Checking phf v0.12.1
24612026-06-24T22:38:19.412Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24622026-06-24T22:38:19.415Z Checking recursive v0.1.1
24632026-06-24T22:38:19.415Z Compiling const_format_proc_macros v0.2.34
24642026-06-24T22:38:19.479Z Compiling peg-macros v0.8.5
24652026-06-24T22:38:19.548Z Checking nom v8.0.0
24662026-06-24T22:38:19.582Z Checking winnow v0.6.26
24672026-06-24T22:38:19.934Z Compiling sqlparser_derive v0.5.0
24682026-06-24T22:38:20.353Z Checking unicode_categories v0.1.1
24692026-06-24T22:38:20.541Z Checking rustyline v14.0.0
24702026-06-24T22:38:20.578Z Checking const_format v0.2.35
24712026-06-24T22:38:20.764Z Checking sqlparser v0.61.0
24722026-06-24T22:38:20.800Z Checking sqlformat v0.3.5
24732026-06-24T22:38:20.924Z Checking peg v0.8.5
24742026-06-24T22:38:21.030Z Checking bcs v0.1.6
24752026-06-24T22:38:21.265Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24762026-06-24T22:38:21.268Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24772026-06-24T22:38:21.332Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24782026-06-24T22:38:21.366Z Checking steno v0.4.1
24792026-06-24T22:38:21.512Z Checking filetime v0.2.27
24802026-06-24T22:38:21.566Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24812026-06-24T22:38:21.676Z Checking xattr v1.6.1
24822026-06-24T22:38:21.723Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24832026-06-24T22:38:21.835Z Checking tar v0.4.45
24842026-06-24T22:38:21.925Z Checking subprocess v0.2.15
24852026-06-24T22:38:22.242Z Checking headers-core v0.3.0
24862026-06-24T22:38:22.277Z Checking base64 v0.21.7
24872026-06-24T22:38:22.380Z Checking headers v0.4.1
24882026-06-24T22:38:22.414Z Checking yasna v0.5.2
24892026-06-24T22:38:22.542Z Checking dropshot-api-manager-types v0.7.2
24902026-06-24T22:38:22.742Z Checking tagptr v0.2.0
24912026-06-24T22:38:22.819Z Checking rcgen v0.12.1
24922026-06-24T22:38:22.865Z Checking utf-8 v0.7.6
24932026-06-24T22:38:22.913Z Checking moka v0.12.13
24942026-06-24T22:38:23.030Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24952026-06-24T22:38:23.162Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24962026-06-24T22:38:23.208Z Compiling libefi-sys v0.1.0
24972026-06-24T22:38:23.468Z Checking tungstenite v0.21.0
24982026-06-24T22:38:23.593Z Checking hickory-resolver v0.25.2
24992026-06-24T22:38:23.634Z Compiling bitfield-struct v0.6.2
25002026-06-24T22:38:23.923Z Checking tokio-tungstenite v0.21.0
25012026-06-24T22:38:24.206Z Compiling radium v0.7.0
25022026-06-24T22:38:24.240Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25032026-06-24T22:38:24.295Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25042026-06-24T22:38:24.363Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25052026-06-24T22:38:24.538Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25062026-06-24T22:38:24.570Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25072026-06-24T22:38:24.716Z Checking tap v1.0.1
25082026-06-24T22:38:24.830Z Compiling maybe-uninit v2.0.0
25092026-06-24T22:38:24.867Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25102026-06-24T22:38:24.870Z Checking wyz v0.5.1
25112026-06-24T22:38:25.190Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
25122026-06-24T22:38:25.234Z Compiling zerocopy-derive v0.6.6
25132026-06-24T22:38:25.353Z Checking crc-catalog v2.4.0
25142026-06-24T22:38:25.400Z Compiling packed_struct v0.10.1
25152026-06-24T22:38:25.468Z Checking funty v2.0.0
25162026-06-24T22:38:25.503Z Checking crc v3.4.0
25172026-06-24T22:38:25.576Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25182026-06-24T22:38:25.677Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25192026-06-24T22:38:25.787Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25202026-06-24T22:38:25.826Z Checking bitvec v1.0.1
25212026-06-24T22:38:25.860Z Compiling packed_struct_codegen v0.10.1
25222026-06-24T22:38:26.108Z Checking zerocopy v0.6.6
25232026-06-24T22:38:26.259Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25242026-06-24T22:38:26.433Z Compiling bitfield-macros v0.19.4
25252026-06-24T22:38:26.797Z Compiling indexmap v1.9.3
25262026-06-24T22:38:26.953Z Checking nodrop v0.1.14
25272026-06-24T22:38:26.996Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25282026-06-24T22:38:27.073Z Checking array-init v0.0.4
25292026-06-24T22:38:27.107Z Checking smallvec v0.6.14
25302026-06-24T22:38:27.167Z Checking bitfield v0.19.4
25312026-06-24T22:38:27.318Z Checking hashbrown v0.12.3
25322026-06-24T22:38:27.405Z Checking serde-hex v0.1.0
25332026-06-24T22:38:27.460Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25342026-06-24T22:38:27.646Z Checking ron v0.8.1
25352026-06-24T22:38:28.112Z Checking hashbrown v0.13.2
25362026-06-24T22:38:28.204Z Checking crc-any v2.5.0
25372026-06-24T22:38:28.263Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25382026-06-24T22:38:28.413Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25392026-06-24T22:38:28.570Z Checking object v0.30.4
25402026-06-24T22:38:28.607Z Compiling xshell-macros v0.2.7
25412026-06-24T22:38:28.929Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25422026-06-24T22:38:28.964Z Checking path-slash v0.1.5
25432026-06-24T22:38:28.999Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25442026-06-24T22:38:29.032Z Checking xshell v0.2.7
25452026-06-24T22:38:29.094Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25462026-06-24T22:38:29.253Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25472026-06-24T22:38:29.443Z Checking half v1.8.3
25482026-06-24T22:38:29.657Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25492026-06-24T22:38:29.692Z Checking serde_cbor v0.11.2
25502026-06-24T22:38:29.929Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25512026-06-24T22:38:30.103Z Compiling proc-macro-error-attr2 v2.0.0
25522026-06-24T22:38:30.180Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25532026-06-24T22:38:30.467Z Compiling num-derive v0.3.3
25542026-06-24T22:38:30.503Z Checking papergrid v0.17.0
25552026-06-24T22:38:30.586Z Compiling proc-macro-error2 v2.0.1
25562026-06-24T22:38:30.710Z Checking testing_table v0.3.0
25572026-06-24T22:38:30.837Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25582026-06-24T22:38:30.931Z Compiling tabled_derive v0.11.0
25592026-06-24T22:38:31.362Z Compiling progenitor-impl v0.13.0
25602026-06-24T22:38:31.374Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25612026-06-24T22:38:31.407Z Checking libscf-sys v1.1.0
25622026-06-24T22:38:31.438Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25632026-06-24T22:38:31.568Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25642026-06-24T22:38:31.807Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25652026-06-24T22:38:32.034Z Checking maplit v1.0.2
25662026-06-24T22:38:32.127Z Checking tabled v0.20.0
25672026-06-24T22:38:32.194Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25682026-06-24T22:38:32.440Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25692026-06-24T22:38:32.817Z Checking progenitor-client v0.13.0
25702026-06-24T22:38:33.080Z Compiling git-stub v1.0.0
25712026-06-24T22:38:33.114Z Checking crc8 v0.1.1
25722026-06-24T22:38:33.150Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25732026-06-24T22:38:33.242Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25742026-06-24T22:38:33.369Z Compiling git-stub-vcs v0.1.0
25752026-06-24T22:38:33.617Z Checking fxhash v0.2.1
25762026-06-24T22:38:33.747Z Checking unicase v2.9.0
25772026-06-24T22:38:33.783Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25782026-06-24T22:38:33.814Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25792026-06-24T22:38:33.924Z Compiling progenitor-macro v0.13.0
25802026-06-24T22:38:33.959Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25812026-06-24T22:38:34.005Z Compiling vergen-lib v0.1.6
25822026-06-24T22:38:34.219Z Compiling diesel_derives v2.3.7
25832026-06-24T22:38:34.255Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25842026-06-24T22:38:34.330Z Checking scheduled-thread-pool v0.2.7
25852026-06-24T22:38:34.364Z Compiling dsl_auto_type v0.2.0
25862026-06-24T22:38:34.471Z Compiling vergen-gitcl v1.0.8
25872026-06-24T22:38:34.505Z Compiling diesel_table_macro_syntax v0.3.0
25882026-06-24T22:38:34.540Z Checking r2d2 v0.8.10
25892026-06-24T22:38:34.768Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25902026-06-24T22:38:34.771Z Checking downcast-rs v2.0.2
25912026-06-24T22:38:34.798Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25922026-06-24T22:38:34.836Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25932026-06-24T22:38:34.927Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25942026-06-24T22:38:35.143Z Checking kstat-rs v0.2.4
25952026-06-24T22:38:35.147Z Checking arc-swap v1.8.2
25962026-06-24T22:38:35.434Z Checking slog-scope v4.4.1
25972026-06-24T22:38:35.467Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25982026-06-24T22:38:35.610Z Compiling parking_lot_core v0.8.6
25992026-06-24T22:38:35.645Z Checking slog-stdlog v4.1.1
26002026-06-24T22:38:35.676Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26012026-06-24T22:38:35.711Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26022026-06-24T22:38:35.744Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26032026-06-24T22:38:35.794Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26042026-06-24T22:38:36.059Z Checking slog-envlogger v2.2.0
26052026-06-24T22:38:36.168Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26062026-06-24T22:38:36.241Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26072026-06-24T22:38:36.546Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26082026-06-24T22:38:36.581Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26092026-06-24T22:38:36.672Z Compiling dirs-sys-next v0.1.2
26102026-06-24T22:38:36.802Z Compiling crunchy v0.2.4
26112026-06-24T22:38:36.846Z Compiling dirs-next v2.0.0
26122026-06-24T22:38:36.981Z Checking parking_lot v0.11.2
26132026-06-24T22:38:36.984Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26142026-06-24T22:38:37.050Z Compiling clang-sys v1.8.1
26152026-06-24T22:38:37.136Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26162026-06-24T22:38:37.205Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26172026-06-24T22:38:37.337Z Checking prefix-trie v0.7.0
26182026-06-24T22:38:37.429Z Compiling tiny-keccak v2.0.2
26192026-06-24T22:38:37.600Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26202026-06-24T22:38:37.701Z Checking hickory-server v0.25.2
26212026-06-24T22:38:37.769Z Checking sled v0.34.7
26222026-06-24T22:38:37.836Z Compiling term v0.7.0
26232026-06-24T22:38:37.911Z Checking nanorand v0.7.0
26242026-06-24T22:38:38.142Z Compiling salty v0.3.0
26252026-06-24T22:38:38.195Z Compiling bit-vec v0.6.3
26262026-06-24T22:38:38.447Z Compiling bit-set v0.5.3
26272026-06-24T22:38:38.447Z Checking flume v0.11.1
26282026-06-24T22:38:38.512Z Compiling ascii-canvas v3.0.0
26292026-06-24T22:38:38.750Z Checking primeorder v0.13.6
26302026-06-24T22:38:38.795Z Compiling itertools v0.10.5
26312026-06-24T22:38:38.887Z Checking progenitor v0.13.0
26322026-06-24T22:38:38.961Z Compiling ena v0.14.4
26332026-06-24T22:38:39.028Z Compiling libloading v0.8.9
26342026-06-24T22:38:39.061Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26352026-06-24T22:38:39.096Z Compiling regex-syntax v0.6.29
26362026-06-24T22:38:39.099Z Compiling bindgen v0.71.1
26372026-06-24T22:38:39.194Z Compiling diff v0.1.13
26382026-06-24T22:38:39.877Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26392026-06-24T22:38:40.247Z Compiling cexpr v0.6.0
26402026-06-24T22:38:40.330Z Checking diesel v2.3.7
26412026-06-24T22:38:40.333Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26422026-06-24T22:38:40.396Z Compiling fs-err v2.11.0
26432026-06-24T22:38:40.591Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26442026-06-24T22:38:40.628Z Compiling lalrpop v0.19.12
26452026-06-24T22:38:41.000Z Compiling rustc-hash v2.1.1
26462026-06-24T22:38:41.195Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26472026-06-24T22:38:41.279Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26482026-06-24T22:38:41.412Z Compiling libxml v0.3.3
26492026-06-24T22:38:41.760Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26502026-06-24T22:38:41.933Z Checking p384 v0.13.1
26512026-06-24T22:38:42.393Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26522026-06-24T22:38:42.785Z Compiling strum_macros v0.24.3
26532026-06-24T22:38:42.947Z Compiling indoc v1.0.9
26542026-06-24T22:38:43.410Z Checking parse-size v1.1.0
26552026-06-24T22:38:43.562Z Checking assert_matches v1.5.0
26562026-06-24T22:38:43.666Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26572026-06-24T22:38:44.247Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26582026-06-24T22:38:44.468Z Checking quick-xml v0.37.5
26592026-06-24T22:38:44.534Z Checking derive_builder v0.20.2
26602026-06-24T22:38:44.676Z Compiling oso-derive v0.27.3
26612026-06-24T22:38:44.737Z Compiling impl-trait-for-tuples v0.2.3
26622026-06-24T22:38:45.194Z Compiling trait-variant v0.1.2
26632026-06-24T22:38:45.411Z Checking openssl-probe v0.1.6
26642026-06-24T22:38:45.599Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26652026-06-24T22:38:45.633Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26662026-06-24T22:38:45.801Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26672026-06-24T22:38:46.228Z Checking predicates-tree v1.0.13
26682026-06-24T22:38:46.377Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26692026-06-24T22:38:46.434Z Checking http-range v0.1.5
26702026-06-24T22:38:46.580Z Compiling mime_guess v2.0.5
26712026-06-24T22:38:46.612Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26722026-06-24T22:38:46.679Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26732026-06-24T22:38:46.885Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26742026-06-24T22:38:47.007Z Checking bb8 v0.8.6
26752026-06-24T22:38:47.042Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26762026-06-24T22:38:47.105Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26772026-06-24T22:38:47.197Z Checking atty v0.2.14
26782026-06-24T22:38:47.265Z Checking corncobs v0.1.4
26792026-06-24T22:38:47.418Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26802026-06-24T22:38:47.452Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26812026-06-24T22:38:47.484Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26822026-06-24T22:38:47.673Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26832026-06-24T22:38:47.708Z Checking ignore v0.4.25
26842026-06-24T22:38:47.708Z Checking secrecy v0.8.0
26852026-06-24T22:38:47.868Z Checking hyper-staticfile v0.10.1
26862026-06-24T22:38:48.143Z Checking globwalk v0.9.1
26872026-06-24T22:38:48.193Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26882026-06-24T22:38:48.281Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26892026-06-24T22:38:48.355Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
26902026-06-24T22:38:48.509Z Checking nonempty v0.12.0
26912026-06-24T22:38:48.513Z Compiling illumos-nvpair-sys v0.2.0
26922026-06-24T22:38:48.704Z Checking camino-tempfile-ext v0.3.3
26932026-06-24T22:38:48.795Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26942026-06-24T22:38:48.837Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
26952026-06-24T22:38:48.931Z Checking signal-hook-tokio v0.3.1
26962026-06-24T22:38:48.935Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
26972026-06-24T22:38:49.239Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
26982026-06-24T22:38:49.276Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
26992026-06-24T22:38:49.579Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27002026-06-24T22:38:49.667Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27012026-06-24T22:38:49.946Z Checking illumos-nvpair v0.3.0
27022026-06-24T22:38:50.080Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27032026-06-24T22:38:50.116Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27042026-06-24T22:38:50.149Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27052026-06-24T22:38:50.181Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27062026-06-24T22:38:50.491Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27072026-06-24T22:38:50.932Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27082026-06-24T22:38:51.366Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27092026-06-24T22:38:51.638Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27102026-06-24T22:38:51.973Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27112026-06-24T22:38:52.012Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
27122026-06-24T22:38:52.082Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27132026-06-24T22:38:52.175Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27142026-06-24T22:38:52.210Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27152026-06-24T22:38:52.873Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27162026-06-24T22:38:52.927Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27172026-06-24T22:38:53.220Z Checking tungstenite v0.23.0
27182026-06-24T22:38:53.311Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27192026-06-24T22:38:53.349Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27202026-06-24T22:38:53.680Z Checking tokio-tungstenite v0.23.1
27212026-06-24T22:38:53.766Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27222026-06-24T22:38:53.986Z Checking rand_seeder v0.4.0
27232026-06-24T22:38:54.134Z Checking void v1.0.2
27242026-06-24T22:38:54.169Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27252026-06-24T22:38:54.203Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27262026-06-24T22:38:54.274Z Checking lzss v0.8.2
27272026-06-24T22:38:54.359Z Checking nix v0.27.1
27282026-06-24T22:38:54.419Z Checking serde_bytes v0.11.19
27292026-06-24T22:38:54.533Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27302026-06-24T22:38:54.591Z Checking async-bb8-diesel v0.2.1
27312026-06-24T22:38:54.624Z Checking diesel-dtrace v0.5.0
27322026-06-24T22:38:54.723Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27332026-06-24T22:38:54.894Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27342026-06-24T22:38:54.969Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27352026-06-24T22:38:55.454Z Checking is_ci v1.2.0
27362026-06-24T22:38:55.593Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27372026-06-24T22:38:55.842Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27382026-06-24T22:38:55.894Z Checking yansi v1.0.1
27392026-06-24T22:38:55.950Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27402026-06-24T22:38:56.203Z Checking pretty_assertions v1.4.1
27412026-06-24T22:38:56.247Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27422026-06-24T22:38:56.321Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27432026-06-24T22:38:56.367Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27442026-06-24T22:38:56.627Z Compiling darling_core v0.23.0
27452026-06-24T22:38:56.975Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27462026-06-24T22:38:57.800Z Compiling indoc v2.0.7
27472026-06-24T22:38:57.803Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27482026-06-24T22:38:58.059Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-06-24T22:38:58.294Z Compiling libz-sys v1.1.24
27502026-06-24T22:38:58.623Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27512026-06-24T22:38:58.695Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-06-24T22:38:58.875Z Compiling instability v0.3.11
27532026-06-24T22:38:58.997Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-06-24T22:38:59.192Z Compiling darling_macro v0.23.0
27552026-06-24T22:38:59.286Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27562026-06-24T22:38:59.320Z Checking castaway v0.2.4
27572026-06-24T22:38:59.461Z Checking compact_str v0.8.1
27582026-06-24T22:38:59.732Z Compiling darling v0.23.0
27592026-06-24T22:38:59.887Z Checking supports-color v3.0.2
27602026-06-24T22:39:00.050Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27612026-06-24T22:39:00.302Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27622026-06-24T22:39:00.337Z Checking unicode-truncate v1.1.0
27632026-06-24T22:39:00.517Z Checking console v0.16.2
27642026-06-24T22:39:00.553Z Checking lru v0.12.5
27652026-06-24T22:39:00.625Z Compiling libgit2-sys v0.18.3+1.9.2
27662026-06-24T22:39:00.743Z Checking unit-prefix v0.5.2
27672026-06-24T22:39:00.813Z Checking cassowary v0.3.0
27682026-06-24T22:39:00.907Z Checking indicatif v0.18.4
27692026-06-24T22:39:01.057Z Checking ratatui v0.29.0
27702026-06-24T22:39:01.138Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27712026-06-24T22:39:01.327Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27722026-06-24T22:39:01.582Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27732026-06-24T22:39:02.369Z Compiling vergen-git2 v9.1.0
27742026-06-24T22:39:02.410Z Checking plotters-backend v0.3.7
27752026-06-24T22:39:02.644Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27762026-06-24T22:39:02.672Z Checking plotters-svg v0.3.7
27772026-06-24T22:39:02.844Z Checking cast v0.3.0
27782026-06-24T22:39:02.923Z Checking plotters v0.3.7
27792026-06-24T22:39:03.029Z Checking criterion-plot v0.6.0
27802026-06-24T22:39:03.301Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27812026-06-24T22:39:03.335Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27822026-06-24T22:39:03.556Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27832026-06-24T22:39:03.696Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27842026-06-24T22:39:03.781Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27852026-06-24T22:39:03.921Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27862026-06-24T22:39:04.004Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27872026-06-24T22:39:04.145Z Checking colored v2.2.0
27882026-06-24T22:39:04.302Z Checking tinytemplate v1.2.1
27892026-06-24T22:39:04.375Z Checking shell-words v1.1.1
27902026-06-24T22:39:04.541Z Checking oorandom v11.1.5
27912026-06-24T22:39:04.574Z Checking anes v0.1.6
27922026-06-24T22:39:04.678Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27932026-06-24T22:39:04.792Z Checking criterion v0.7.0
27942026-06-24T22:39:04.993Z Checking typeid v1.0.3
27952026-06-24T22:39:05.135Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
27962026-06-24T22:39:06.106Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
27972026-06-24T22:39:06.876Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
27982026-06-24T22:39:07.684Z Checking hex-literal v0.4.1
27992026-06-24T22:39:07.817Z Checking erased-serde v0.4.9
28002026-06-24T22:39:08.207Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28012026-06-24T22:39:08.433Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28022026-06-24T22:39:08.569Z Checking twox-hash v2.1.2
28032026-06-24T22:39:08.843Z Checking ordered-float v2.10.1
28042026-06-24T22:39:08.953Z Checking serde-untagged v0.1.9
28052026-06-24T22:39:09.107Z Checking serde-value v0.7.0
28062026-06-24T22:39:09.177Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
28072026-06-24T22:39:09.349Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28082026-06-24T22:39:09.543Z Checking fatfs v0.3.6
28092026-06-24T22:39:10.030Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28102026-06-24T22:39:10.179Z Compiling seq-macro v0.3.6
28112026-06-24T22:39:10.724Z Checking unicode-xid v0.2.6
28122026-06-24T22:39:10.864Z Checking cargo-util-schemas v0.8.2
28132026-06-24T22:39:11.136Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28142026-06-24T22:39:11.316Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28152026-06-24T22:39:11.377Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28162026-06-24T22:39:11.757Z Checking cargo-platform v0.2.0
28172026-06-24T22:39:11.979Z Compiling petname v2.0.2
28182026-06-24T22:39:12.438Z Checking cargo_metadata v0.21.0
28192026-06-24T22:39:12.655Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28202026-06-24T22:39:12.658Z Checking concurrent-queue v2.5.0
28212026-06-24T22:39:12.903Z Checking rtoolbox v0.0.3
28222026-06-24T22:39:13.068Z Checking parking v2.2.1
28232026-06-24T22:39:13.221Z Checking event-listener v5.4.1
28242026-06-24T22:39:13.257Z Checking rpassword v7.4.0
28252026-06-24T22:39:13.471Z Checking tui-tree-widget v0.23.1
28262026-06-24T22:39:13.691Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28272026-06-24T22:39:13.807Z Checking polyval v0.6.2
28282026-06-24T22:39:13.880Z Checking sapling-renderdag v0.1.0
28292026-06-24T22:39:14.002Z Checking sync-ptr v0.1.4
28302026-06-24T22:39:14.147Z Checking ghash v0.5.1
28312026-06-24T22:39:14.150Z Checking event-listener-strategy v0.5.4
28322026-06-24T22:39:14.296Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28332026-06-24T22:39:14.344Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28342026-06-24T22:39:14.566Z Checking ctr v0.9.2
28352026-06-24T22:39:14.767Z Checking futures-timer v3.0.3
28362026-06-24T22:39:14.960Z Checking constant_time_eq v0.4.2
28372026-06-24T22:39:14.994Z Checking arrayvec v0.7.6
28382026-06-24T22:39:15.128Z Checking arrayref v0.3.9
28392026-06-24T22:39:15.214Z Checking aes-gcm v0.10.3
28402026-06-24T22:39:15.315Z Checking async-lock v3.4.2
28412026-06-24T22:39:15.415Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28422026-06-24T22:39:15.737Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28432026-06-24T22:39:15.855Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28442026-06-24T22:39:16.392Z Checking ssh-encoding v0.2.0
28452026-06-24T22:39:16.609Z Checking blowfish v0.9.1
28462026-06-24T22:39:16.789Z Compiling strsim v0.10.0
28472026-06-24T22:39:16.949Z Checking bcrypt-pbkdf v0.10.0
28482026-06-24T22:39:17.146Z Compiling darling_core v0.13.4
28492026-06-24T22:39:17.149Z Checking ssh-cipher v0.2.0
28502026-06-24T22:39:17.388Z Checking async-object-pool v0.2.0
28512026-06-24T22:39:17.520Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28522026-06-24T22:39:17.933Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28532026-06-24T22:39:18.601Z Checking serde_regex v1.1.0
28542026-06-24T22:39:18.670Z Checking password-hash v0.4.2
28552026-06-24T22:39:18.790Z Checking assert-json-diff v2.0.2
28562026-06-24T22:39:18.920Z Checking path-tree v0.8.3
28572026-06-24T22:39:18.990Z Compiling target-lexicon v0.13.3
28582026-06-24T22:39:19.042Z Checking stringmetrics v2.2.2
28592026-06-24T22:39:19.137Z Checking gimli v0.32.3
28602026-06-24T22:39:19.218Z Checking httpmock v0.8.3
28612026-06-24T22:39:19.559Z Compiling darling_macro v0.13.4
28622026-06-24T22:39:20.066Z Checking pbkdf2 v0.11.0
28632026-06-24T22:39:20.270Z Checking ssh-key v0.6.7
28642026-06-24T22:39:20.782Z Checking addr2line v0.25.1
28652026-06-24T22:39:21.090Z Checking p256 v0.13.2
28662026-06-24T22:39:21.371Z Checking p521 v0.13.3
28672026-06-24T22:39:21.497Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28682026-06-24T22:39:21.767Z Checking russh-cryptovec v0.7.3
28692026-06-24T22:39:21.889Z Compiling samael v0.0.19
28702026-06-24T22:39:21.931Z Checking rustc-demangle v0.1.27
28712026-06-24T22:39:22.004Z Compiling guppy-workspace-hack v0.1.0
28722026-06-24T22:39:22.183Z Checking md5 v0.7.0
28732026-06-24T22:39:22.264Z Checking backtrace v0.3.76
28742026-06-24T22:39:22.387Z Checking russh-keys v0.45.0
28752026-06-24T22:39:22.597Z Compiling darling v0.13.4
28762026-06-24T22:39:22.925Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28772026-06-24T22:39:22.971Z Checking num-bigint v0.4.6
28782026-06-24T22:39:23.061Z Checking des v0.8.1
28792026-06-24T22:39:23.246Z Compiling blake3 v1.8.5
28802026-06-24T22:39:23.298Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28812026-06-24T22:39:23.632Z Compiling target-spec v3.5.7
28822026-06-24T22:39:23.731Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28832026-06-24T22:39:23.964Z Checking russh v0.45.0
28842026-06-24T22:39:24.538Z Checking cfg-expr v0.20.6
28852026-06-24T22:39:24.580Z Compiling serde_with_macros v1.5.2
28862026-06-24T22:39:24.953Z Checking backtrace-ext v0.2.1
28872026-06-24T22:39:25.198Z Checking supports-color v2.1.0
28882026-06-24T22:39:25.398Z Checking textwrap v0.15.2
28892026-06-24T22:39:25.473Z Checking supports-unicode v2.1.0
28902026-06-24T22:39:25.620Z Checking supports-hyperlinks v2.1.0
28912026-06-24T22:39:25.654Z Checking hashbrown v0.14.5
28922026-06-24T22:39:25.768Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28932026-06-24T22:39:25.957Z Checking cargo-platform v0.3.2
28942026-06-24T22:39:26.002Z Checking terminal_size v0.1.17
28952026-06-24T22:39:26.138Z Checking socket2 v0.5.10
28962026-06-24T22:39:26.172Z Compiling miette-derive v5.10.0
28972026-06-24T22:39:26.175Z Checking owo-colors v3.5.0
28982026-06-24T22:39:26.417Z Checking internet-checksum v0.2.1
28992026-06-24T22:39:26.754Z Checking chumsky v0.9.3
29002026-06-24T22:39:26.963Z Checking cargo_metadata v0.23.1
29012026-06-24T22:39:27.309Z Checking miette v5.10.0
29022026-06-24T22:39:27.735Z Compiling serde_with v1.14.0
29032026-06-24T22:39:28.044Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29042026-06-24T22:39:28.132Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29052026-06-24T22:39:28.165Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29062026-06-24T22:39:29.508Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29072026-06-24T22:39:29.511Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29082026-06-24T22:39:29.511Z Compiling git2 v0.20.4
29092026-06-24T22:39:29.511Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29102026-06-24T22:39:29.511Z Compiling knuffel-derive v3.2.0
29112026-06-24T22:39:29.511Z Checking httptest v0.16.4
29122026-06-24T22:39:29.511Z Checking pathdiff v0.2.3
29132026-06-24T22:39:29.511Z Checking topological-sort v0.2.2
29142026-06-24T22:39:29.511Z Checking nested v0.1.1
29152026-06-24T22:39:29.511Z Checking omicron-zone-package v0.12.3 (https://github.com/oxidecomputer/omicron-package?rev=6c6abacc64dcf2ad233e3625577a09d26eb65dbc#6c6abacc)
29162026-06-24T22:39:29.511Z Checking guppy v0.17.25
29172026-06-24T22:39:29.769Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29182026-06-24T22:39:30.353Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29192026-06-24T22:39:30.459Z Checking knuffel v3.2.0
29202026-06-24T22:39:30.499Z Checking similar-asserts v1.7.0
29212026-06-24T22:39:30.625Z Compiling target-triple v1.0.0
29222026-06-24T22:39:30.684Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29232026-06-24T22:39:30.855Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29242026-06-24T22:39:30.988Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29252026-06-24T22:39:31.486Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29262026-06-24T22:39:31.573Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29272026-06-24T22:39:31.766Z Checking hickory-client v0.25.2
29282026-06-24T22:39:32.082Z Checking tokio-test v0.4.5
29292026-06-24T22:39:32.127Z Compiling assert_cmd v2.1.2
29302026-06-24T22:39:32.303Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
29312026-06-24T22:39:32.336Z Checking escape8259 v0.5.3
29322026-06-24T22:39:32.526Z Checking libtest-mimic v0.8.1
29332026-06-24T22:39:32.791Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29342026-06-24T22:39:32.845Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29352026-06-24T22:39:32.928Z Checking blake2b_simd v1.0.4
29362026-06-24T22:39:33.352Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29372026-06-24T22:39:33.545Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29382026-06-24T22:39:33.759Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29392026-06-24T22:39:33.949Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29402026-06-24T22:39:34.006Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29412026-06-24T22:39:34.176Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29422026-06-24T22:39:34.402Z Checking fancy-regex v0.14.0
29432026-06-24T22:39:34.644Z Checking serde_tokenstream v0.2.3
29442026-06-24T22:39:34.799Z Checking approx v0.5.1
29452026-06-24T22:39:34.900Z Checking uzers v0.12.2
29462026-06-24T22:39:34.966Z Compiling rstest_macros v0.25.0
29472026-06-24T22:39:35.143Z Checking termcolor v1.4.1
29482026-06-24T22:39:35.279Z Compiling linkme-impl v0.3.35
29492026-06-24T22:39:35.418Z Checking constant_time_eq v0.3.1
29502026-06-24T22:39:35.555Z Checking rust-argon2 v2.1.0
29512026-06-24T22:39:35.665Z Checking trybuild v1.0.116
29522026-06-24T22:39:35.940Z Checking datatest-stable v0.3.3
29532026-06-24T22:39:36.455Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29542026-06-24T22:39:36.765Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29552026-06-24T22:39:36.815Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29562026-06-24T22:39:37.071Z Checking support-bundle-viewer v0.1.2
29572026-06-24T22:39:37.356Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29582026-06-24T22:39:37.580Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29592026-06-24T22:39:37.615Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29602026-06-24T22:39:37.805Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29612026-06-24T22:39:37.841Z Checking drift v0.2.0
29622026-06-24T22:39:38.028Z Checking rand_distr v0.5.1
29632026-06-24T22:39:38.062Z Checking multimap v0.10.1
29642026-06-24T22:39:38.228Z Compiling linkme v0.3.35
29652026-06-24T22:39:38.276Z Compiling relative-path v1.9.3
29662026-06-24T22:39:38.469Z Checking dropshot-api-manager v0.7.2
29672026-06-24T22:39:38.709Z Compiling polar-core v0.27.3
29682026-06-24T22:39:39.630Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29692026-06-24T22:39:40.188Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29702026-06-24T22:39:40.224Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29712026-06-24T22:39:40.527Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29722026-06-24T22:39:40.768Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29732026-06-24T22:39:40.833Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29742026-06-24T22:39:40.988Z Checking cargo_toml v0.21.0
29752026-06-24T22:39:41.301Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29762026-06-24T22:39:41.548Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29772026-06-24T22:39:41.836Z Checking partial-io v0.5.4
29782026-06-24T22:39:41.974Z Checking termios v0.3.3
29792026-06-24T22:39:42.009Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
29802026-06-24T22:39:42.107Z Checking rstest v0.25.0
29812026-06-24T22:39:42.139Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29822026-06-24T22:39:43.742Z Checking oso v0.27.3
29832026-06-24T22:39:44.216Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29842026-06-24T22:39:44.649Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29852026-06-24T22:39:47.320Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29862026-06-24T22:39:52.376Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29872026-06-24T22:39:54.830Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
29882026-06-24T22:39:55.754Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29892026-06-24T22:39:58.399Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
29902026-06-24T22:40:02.266Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
29912026-06-24T22:40:07.024Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29922026-06-24T22:40:10.046Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29932026-06-24T22:40:10.722Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29942026-06-24T22:40:11.246Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29952026-06-24T22:40:16.911Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
29962026-06-24T22:40:22.263Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29972026-06-24T22:41:37.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 04s
29982026-06-24T22:41:38.360Z
29992026-06-24T22:41:38.360Zreal 4:07.961768184
30002026-06-24T22:41:38.360Zuser 21:01.812605172
30012026-06-24T22:41:38.360Zsys 4:49.328560021
30022026-06-24T22:41:38.360Ztrap 0.513394614
30032026-06-24T22:41:38.360Ztflt 0.471606574
30042026-06-24T22:41:38.360Zdflt 0.487779690
30052026-06-24T22:41:38.360Zkflt 0.004312364
30062026-06-24T22:41:38.363Zlock 57:48.455264645
30072026-06-24T22:41:38.363Zslp 57:21.167459028
30082026-06-24T22:41:38.363Zlat 1:44.282804575
30092026-06-24T22:41:38.363Zstop 11:01.030221577
30102026-06-24T22:41:38.363Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30112026-06-24T22:41:38.363Z+ ptime -m cargo doc --workspace --no-deps
30122026-06-24T22:41:39.163Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30132026-06-24T22:41:39.163Z |
30142026-06-24T22:41:39.163Z = 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)`
30152026-06-24T22:41:39.163Z = 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>
30162026-06-24T22:41:40.172Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30172026-06-24T22:41:40.399Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30182026-06-24T22:41:40.444Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30192026-06-24T22:41:40.506Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30202026-06-24T22:41:40.567Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30212026-06-24T22:41:40.658Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30222026-06-24T22:41:40.683Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30232026-06-24T22:41:40.712Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30242026-06-24T22:41:40.740Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30252026-06-24T22:41:40.764Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30262026-06-24T22:41:40.851Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30272026-06-24T22:41:40.959Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30282026-06-24T22:41:40.984Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30292026-06-24T22:41:41.051Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30302026-06-24T22:41:41.082Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30312026-06-24T22:41:41.103Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30322026-06-24T22:41:41.125Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30332026-06-24T22:41:41.147Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30342026-06-24T22:41:41.171Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30352026-06-24T22:41:41.215Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30362026-06-24T22:41:41.241Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30372026-06-24T22:41:41.524Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30382026-06-24T22:41:41.818Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30392026-06-24T22:41:41.846Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30402026-06-24T22:41:41.957Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30412026-06-24T22:41:41.981Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30422026-06-24T22:41:42.003Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30432026-06-24T22:41:42.176Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30442026-06-24T22:41:42.230Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30452026-06-24T22:41:42.337Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30462026-06-24T22:41:42.455Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30472026-06-24T22:41:42.478Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30482026-06-24T22:41:42.576Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30492026-06-24T22:41:42.625Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30502026-06-24T22:41:42.648Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30512026-06-24T22:41:42.697Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30522026-06-24T22:41:42.812Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30532026-06-24T22:41:42.870Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30542026-06-24T22:41:43.099Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30552026-06-24T22:41:43.130Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30562026-06-24T22:41:43.427Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30572026-06-24T22:41:43.465Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30582026-06-24T22:41:43.601Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30592026-06-24T22:41:43.744Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30602026-06-24T22:41:43.744Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30612026-06-24T22:41:43.792Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30622026-06-24T22:41:43.939Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30632026-06-24T22:41:43.996Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30642026-06-24T22:41:44.023Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30652026-06-24T22:41:44.075Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30662026-06-24T22:41:44.171Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30672026-06-24T22:41:44.247Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30682026-06-24T22:41:44.293Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
30692026-06-24T22:41:44.320Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30702026-06-24T22:41:44.395Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30712026-06-24T22:41:44.467Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30722026-06-24T22:41:44.491Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30732026-06-24T22:41:44.516Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30742026-06-24T22:41:44.519Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30752026-06-24T22:41:44.586Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30762026-06-24T22:41:44.658Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30772026-06-24T22:41:44.686Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30782026-06-24T22:41:44.904Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30792026-06-24T22:41:45.049Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30802026-06-24T22:41:45.244Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30812026-06-24T22:41:45.378Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30822026-06-24T22:41:45.708Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30832026-06-24T22:41:45.867Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30842026-06-24T22:41:46.118Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30852026-06-24T22:41:46.183Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30862026-06-24T22:41:46.186Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30872026-06-24T22:41:46.230Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30882026-06-24T22:41:46.398Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30892026-06-24T22:41:46.459Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30902026-06-24T22:41:46.482Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30912026-06-24T22:41:46.560Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30922026-06-24T22:41:46.940Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30932026-06-24T22:41:47.584Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30942026-06-24T22:41:47.609Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30952026-06-24T22:41:47.630Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
30962026-06-24T22:41:47.654Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30972026-06-24T22:41:47.901Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30982026-06-24T22:41:47.941Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
30992026-06-24T22:41:47.980Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31002026-06-24T22:41:48.136Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31012026-06-24T22:41:48.170Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31022026-06-24T22:41:48.365Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31032026-06-24T22:41:48.389Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31042026-06-24T22:41:48.410Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31052026-06-24T22:41:48.533Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31062026-06-24T22:41:48.558Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31072026-06-24T22:41:48.648Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31082026-06-24T22:41:48.669Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31092026-06-24T22:41:48.691Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31102026-06-24T22:41:48.715Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31112026-06-24T22:41:48.865Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31122026-06-24T22:41:48.911Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31132026-06-24T22:41:48.950Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31142026-06-24T22:41:48.953Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31152026-06-24T22:41:48.990Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31162026-06-24T22:41:49.012Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31172026-06-24T22:41:49.095Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31182026-06-24T22:41:49.182Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31192026-06-24T22:41:49.206Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31202026-06-24T22:41:49.268Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31212026-06-24T22:41:49.376Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31222026-06-24T22:41:49.517Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31232026-06-24T22:41:49.559Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31242026-06-24T22:41:49.562Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31252026-06-24T22:41:50.045Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31262026-06-24T22:41:50.189Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31272026-06-24T22:41:50.318Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31282026-06-24T22:41:50.977Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31292026-06-24T22:41:51.125Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31302026-06-24T22:41:51.200Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31312026-06-24T22:41:51.791Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31322026-06-24T22:41:52.106Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31332026-06-24T22:41:52.436Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31342026-06-24T22:41:53.312Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31352026-06-24T22:41:53.927Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31362026-06-24T22:41:53.952Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31372026-06-24T22:41:54.268Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31382026-06-24T22:41:54.572Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31392026-06-24T22:41:54.733Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31402026-06-24T22:41:54.808Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31412026-06-24T22:41:55.144Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31422026-06-24T22:41:55.274Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31432026-06-24T22:41:55.511Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31442026-06-24T22:41:55.613Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31452026-06-24T22:41:55.689Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31462026-06-24T22:41:56.185Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31472026-06-24T22:41:56.430Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31482026-06-24T22:41:56.842Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31492026-06-24T22:41:56.928Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31502026-06-24T22:41:57.050Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31512026-06-24T22:41:57.225Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31522026-06-24T22:41:57.254Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31532026-06-24T22:41:57.654Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31542026-06-24T22:41:58.204Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31552026-06-24T22:41:58.440Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31562026-06-24T22:41:58.941Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31572026-06-24T22:41:59.353Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31582026-06-24T22:41:59.851Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31592026-06-24T22:41:59.976Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31602026-06-24T22:42:00.625Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31612026-06-24T22:42:00.847Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31622026-06-24T22:42:01.180Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31632026-06-24T22:42:01.222Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31642026-06-24T22:42:01.667Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31652026-06-24T22:42:02.108Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31662026-06-24T22:42:02.846Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31672026-06-24T22:42:03.231Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31682026-06-24T22:42:03.822Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31692026-06-24T22:42:03.905Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31702026-06-24T22:42:05.901Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31712026-06-24T22:42:07.249Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31722026-06-24T22:42:07.671Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31732026-06-24T22:42:07.833Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31742026-06-24T22:42:09.016Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31752026-06-24T22:42:09.936Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31762026-06-24T22:42:10.074Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31772026-06-24T22:42:10.133Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31782026-06-24T22:42:10.642Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31792026-06-24T22:42:10.820Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31802026-06-24T22:42:11.853Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31812026-06-24T22:42:12.221Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31822026-06-24T22:42:12.348Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31832026-06-24T22:42:12.918Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31842026-06-24T22:42:12.994Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31852026-06-24T22:42:13.067Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31862026-06-24T22:42:13.141Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31872026-06-24T22:42:13.342Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31882026-06-24T22:42:13.391Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31892026-06-24T22:42:13.853Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31902026-06-24T22:42:14.052Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31912026-06-24T22:42:14.500Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31922026-06-24T22:42:14.563Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31932026-06-24T22:42:15.046Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
31942026-06-24T22:42:15.072Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31952026-06-24T22:42:15.173Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31962026-06-24T22:42:15.790Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31972026-06-24T22:42:16.566Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31982026-06-24T22:42:16.910Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
31992026-06-24T22:42:17.557Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32002026-06-24T22:42:19.168Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32012026-06-24T22:42:20.852Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32022026-06-24T22:42:21.417Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32032026-06-24T22:42:22.639Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32042026-06-24T22:42:23.211Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32052026-06-24T22:42:24.204Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32062026-06-24T22:42:25.629Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32072026-06-24T22:42:26.302Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32082026-06-24T22:42:28.256Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32092026-06-24T22:42:28.679Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32102026-06-24T22:42:29.733Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32112026-06-24T22:42:30.466Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32122026-06-24T22:42:30.747Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32132026-06-24T22:42:32.485Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32142026-06-24T22:42:32.701Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32152026-06-24T22:42:34.743Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32162026-06-24T22:42:35.476Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32172026-06-24T22:42:38.601Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32182026-06-24T22:42:39.613Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32192026-06-24T22:42:40.270Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32202026-06-24T22:42:40.994Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32212026-06-24T22:42:42.223Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32222026-06-24T22:42:42.945Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32232026-06-24T22:42:43.705Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32242026-06-24T22:42:44.412Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32252026-06-24T22:42:45.137Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32262026-06-24T22:42:46.884Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32272026-06-24T22:42:47.447Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32282026-06-24T22:42:48.379Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32292026-06-24T22:42:48.435Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32302026-06-24T22:42:49.561Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32312026-06-24T22:42:50.352Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32322026-06-24T22:42:51.565Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32332026-06-24T22:42:54.523Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32342026-06-24T22:42:55.738Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32352026-06-24T22:42:56.425Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32362026-06-24T22:42:57.310Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32372026-06-24T22:42:58.400Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32382026-06-24T22:42:59.232Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32392026-06-24T22:43:01.924Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32402026-06-24T22:43:02.276Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32412026-06-24T22:43:03.039Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32422026-06-24T22:43:04.540Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32432026-06-24T22:43:05.683Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32442026-06-24T22:43:06.956Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32452026-06-24T22:43:08.203Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32462026-06-24T22:43:10.835Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32472026-06-24T22:43:11.501Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32482026-06-24T22:43:13.249Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32492026-06-24T22:43:14.523Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32502026-06-24T22:43:16.217Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32512026-06-24T22:43:17.849Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32522026-06-24T22:43:19.492Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32532026-06-24T22:43:21.071Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32542026-06-24T22:43:22.599Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32552026-06-24T22:43:26.719Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32562026-06-24T22:43:27.510Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32572026-06-24T22:43:28.266Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32582026-06-24T22:43:29.227Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32592026-06-24T22:43:31.088Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32602026-06-24T22:43:33.053Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32612026-06-24T22:43:34.823Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32622026-06-24T22:43:36.810Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32632026-06-24T22:43:38.561Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32642026-06-24T22:43:40.644Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32652026-06-24T22:43:42.187Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32662026-06-24T22:43:43.919Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32672026-06-24T22:43:45.744Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32682026-06-24T22:43:49.270Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32692026-06-24T22:43:50.792Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32702026-06-24T22:43:52.918Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32712026-06-24T22:43:54.721Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32722026-06-24T22:43:56.284Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32732026-06-24T22:44:00.188Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32742026-06-24T22:44:02.632Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32752026-06-24T22:44:04.436Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32762026-06-24T22:44:06.392Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32772026-06-24T22:44:08.356Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32782026-06-24T22:44:10.421Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32792026-06-24T22:44:12.487Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32802026-06-24T22:44:14.561Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32812026-06-24T22:44:15.874Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32822026-06-24T22:44:19.309Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32832026-06-24T22:44:21.457Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32842026-06-24T22:44:23.707Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-06-24T22:44:25.891Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32862026-06-24T22:44:28.050Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32872026-06-24T22:44:30.295Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32882026-06-24T22:44:32.599Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32892026-06-24T22:44:35.249Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32902026-06-24T22:44:36.995Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32912026-06-24T22:44:39.425Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32922026-06-24T22:44:41.330Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
32932026-06-24T22:44:43.575Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32942026-06-24T22:44:45.859Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32952026-06-24T22:44:48.070Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32962026-06-24T22:44:50.331Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32972026-06-24T22:44:52.712Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32982026-06-24T22:44:55.017Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32992026-06-24T22:44:57.358Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33002026-06-24T22:44:59.714Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33012026-06-24T22:45:02.056Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33022026-06-24T22:45:04.318Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33032026-06-24T22:45:06.717Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33042026-06-24T22:45:09.089Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33052026-06-24T22:45:11.520Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33062026-06-24T22:45:13.799Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33072026-06-24T22:45:16.221Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33082026-06-24T22:45:18.585Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33092026-06-24T22:45:20.867Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33102026-06-24T22:45:23.442Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33112026-06-24T22:45:25.732Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33122026-06-24T22:45:28.137Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33132026-06-24T22:45:30.503Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33142026-06-24T22:45:32.823Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33152026-06-24T22:45:35.179Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33162026-06-24T22:45:38.100Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33172026-06-24T22:45:40.313Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33182026-06-24T22:45:42.656Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33192026-06-24T22:45:45.097Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33202026-06-24T22:45:47.575Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33212026-06-24T22:45:49.923Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33222026-06-24T22:45:52.397Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33232026-06-24T22:45:54.970Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33242026-06-24T22:45:57.466Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33252026-06-24T22:46:00.043Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33262026-06-24T22:46:02.659Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33272026-06-24T22:46:05.209Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33282026-06-24T22:46:07.746Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33292026-06-24T22:46:10.219Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33302026-06-24T22:46:12.803Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33312026-06-24T22:46:15.327Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33322026-06-24T22:46:17.925Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33332026-06-24T22:46:20.829Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33342026-06-24T22:46:23.303Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33352026-06-24T22:46:25.845Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33362026-06-24T22:46:33.769Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33372026-06-24T22:46:33.889Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33382026-06-24T22:46:37.177Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33392026-06-24T22:46:40.597Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33402026-06-24T22:46:44.020Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33412026-06-24T22:46:47.212Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33422026-06-24T22:46:51.830Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33432026-06-24T22:46:54.651Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33442026-06-24T22:46:58.296Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33452026-06-24T22:47:02.121Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33462026-06-24T22:47:05.625Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33472026-06-24T22:47:09.347Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33482026-06-24T22:47:13.017Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33492026-06-24T22:47:16.648Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33502026-06-24T22:47:20.376Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33512026-06-24T22:47:24.057Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33522026-06-24T22:47:27.695Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33532026-06-24T22:47:31.353Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33542026-06-24T22:47:35.067Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33552026-06-24T22:47:38.724Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33562026-06-24T22:47:42.382Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33572026-06-24T22:47:46.123Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33582026-06-24T22:47:49.952Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33592026-06-24T22:47:53.564Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33602026-06-24T22:48:22.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 44s
33612026-06-24T22:48:23.146Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files
33622026-06-24T22:48:23.250Z
33632026-06-24T22:48:23.254Zreal 6:44.800550580
33642026-06-24T22:48:23.254Zuser 18:11.400078995
33652026-06-24T22:48:23.254Zsys 3:50.419106274
33662026-06-24T22:48:23.254Ztrap 0.267211791
33672026-06-24T22:48:23.254Ztflt 0.015831311
33682026-06-24T22:48:23.254Zdflt 0.049536236
33692026-06-24T22:48:23.254Zkflt 0.000037143
33702026-06-24T22:48:23.254Zlock 6:13:25.661693261
33712026-06-24T22:48:23.254Zslp 2:15:50.788716317
33722026-06-24T22:48:23.254Zlat 34.154376560
33732026-06-24T22:48:23.254Zstop 1:38.836203418
33742026-06-24T22:48:23.254Zprocess exited: duration 774570 ms, exit code 0
 
33752026-06-24T22:48:23.261Zfound 0 output files