01KWZRG03EVXC9B9K61MJNJ09Q: clippy (helios)

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

Buildomat Job: 01KWZRGCKB8BVT6AEN0VGK5NBP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T02:22:49.542Zjob assigned to worker 01KWZRGP0JMXV7YPCR08YZVRY3 [factory aws, i-0f97e7246f422d16a] (queued for 51 s)
 
22026-07-08T02:22:56.310Zstarting task 0: "setup"
32026-07-08T02:22:56.316Z++ uname -s
42026-07-08T02:22:56.319Z+ kern=SunOS
52026-07-08T02:22:56.319Z+ build_user=build
62026-07-08T02:22:56.320Z+ build_uid=12345
72026-07-08T02:22:56.320Z+ work_dir=/work
82026-07-08T02:22:56.320Z+ input_dir=/input
92026-07-08T02:22:56.320Z+ [[ 0 == 12345 ]]
102026-07-08T02:22:56.320Z+ case "$kern" in
112026-07-08T02:22:56.320Z+ groupadd -g 12345 build
122026-07-08T02:22:56.320Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T02:22:58.325Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T02:22:58.446Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T02:22:58.449Z+ home_fs=zfs
162026-07-08T02:22:58.449Z+ [[ zfs == autofs ]]
172026-07-08T02:22:58.449Z+ mkdir -p /home/build
182026-07-08T02:22:58.449Z+ chown build:build /home/build /work
192026-07-08T02:23:00.450Z+ chmod 0700 /home/build /work
202026-07-08T02:23:00.453Zprocess exited: duration 4140 ms, exit code 0
 
212026-07-08T02:23:00.460Zstarting task 1: "rust-toolchain"
222026-07-08T02:23:00.464Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-08T02:23:00.464Z * rust toolchain channel = "1.96.1"
242026-07-08T02:23:00.464Z * rust toolchain profile = "default"
252026-07-08T02:23:00.464Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-08T02:23:00.464Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-08T02:23:00.464Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-08T02:23:00.467Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T02:23:00.467Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-08T02:23:00.558Zinfo: downloading installer
312026-07-08T02:23:02.013Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T02:23:02.013Zwarn: /home/build/.rustup/settings.toml
332026-07-08T02:23:02.013Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T02:23:02.013Zwarn: instead of the one inferred from the default host triple.
352026-07-08T02:23:02.026Zinfo: profile set to default
362026-07-08T02:23:02.026Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T02:23:02.030Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-08T02:23:02.165Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-08T02:23:02.168Zinfo: downloading 6 components
402026-07-08T02:23:18.331Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-08T02:23:18.332Z
422026-07-08T02:23:18.358Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-08T02:23:18.358Z
442026-07-08T02:23:18.362Z
452026-07-08T02:23:18.362ZRust is installed now. Great!
462026-07-08T02:23:18.362Z
472026-07-08T02:23:18.362ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T02:23:18.362Zenvironment variable. This has not been done automatically.
492026-07-08T02:23:18.362Z
502026-07-08T02:23:18.362ZTo configure your current shell, you need to source
512026-07-08T02:23:18.362Zthe corresponding env file under $HOME/.cargo.
522026-07-08T02:23:18.362Z
532026-07-08T02:23:18.362ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T02:23:18.362Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T02:23:18.362Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T02:23:18.363Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T02:23:18.363Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T02:23:18.363Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T02:23:18.363Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T02:23:18.363Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T02:23:18.363Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T02:23:18.455Z+ rustup --version
632026-07-08T02:23:18.464Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T02:23:18.467Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T02:23:18.485Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-08T02:23:18.488Z+ cargo --version
672026-07-08T02:23:18.502Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-08T02:23:18.505Z+ rustc --version
692026-07-08T02:23:18.524Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-08T02:23:18.527Zprocess exited: duration 18066 ms, exit code 0
 
712026-07-08T02:23:18.534Zstarting task 2: "authentication"
722026-07-08T02:23:18.550Zprocess exited: duration 16 ms, exit code 0
 
732026-07-08T02:23:18.556Zstarting task 3: "clone repository"
742026-07-08T02:23:18.560Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-08T02:23:18.563Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-08T02:23:18.594ZCloning into '/work/oxidecomputer/omicron'...
772026-07-08T02:23:29.321Z+ cd /work/oxidecomputer/omicron
782026-07-08T02:23:29.321Z+ git fetch origin c69cc2c72a20f36a3a8c1fec466c991a8a46dff3
792026-07-08T02:23:29.609ZFrom https://github.com/oxidecomputer/omicron
802026-07-08T02:23:29.609Z * branch c69cc2c72a20f36a3a8c1fec466c991a8a46dff3 -> FETCH_HEAD
812026-07-08T02:23:29.618Z+ [[ -n trey/bgp-unnumbered-status ]]
822026-07-08T02:23:29.621Z++ git branch --show-current
832026-07-08T02:23:29.621Z+ current=main
842026-07-08T02:23:29.621Z+ [[ main != trey/bgp-unnumbered-status ]]
852026-07-08T02:23:29.622Z+ git branch -f trey/bgp-unnumbered-status c69cc2c72a20f36a3a8c1fec466c991a8a46dff3
862026-07-08T02:23:29.625Z+ git checkout -f trey/bgp-unnumbered-status
872026-07-08T02:23:29.873ZSwitched to branch 'trey/bgp-unnumbered-status'
882026-07-08T02:23:29.876Z+ git reset --hard c69cc2c72a20f36a3a8c1fec466c991a8a46dff3
892026-07-08T02:23:30.128ZHEAD is now at c69cc2c72 New maghemite API shape... again
902026-07-08T02:23:30.131Zprocess exited: duration 11572 ms, exit code 0
 
912026-07-08T02:23:30.137Zstarting task 4: "build"
922026-07-08T02:23:30.141Z+ source ./env.sh
932026-07-08T02:23:30.144Z++ OLD_SHELL_OPTS=ehxB
942026-07-08T02:23:30.144Z++ set -o xtrace
952026-07-08T02:23:30.144Z++++ dirname ./env.sh
962026-07-08T02:23:30.147Z+++ readlink -f .
972026-07-08T02:23:30.147Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-08T02:23:30.147Z++ 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-07-08T02:23:30.147Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-08T02:23:30.147Z++ 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-07-08T02:23:30.147Z++ 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-07-08T02:23:30.147Z++ 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-07-08T02:23:30.147Z++ 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-07-08T02:23:30.147Z++ 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-07-08T02:23:30.147Z++ 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-07-08T02:23:30.147Z++ 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-07-08T02:23:30.147Z++ 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-07-08T02:23:30.147Z++ case $OLD_SHELL_OPTS in
1092026-07-08T02:23:30.147Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-08T02:23:30.147Z+ source .github/buildomat/ci-env.sh
1112026-07-08T02:23:30.147Z++ export CARGO_TERM_COLOR=always
1122026-07-08T02:23:30.147Z++ CARGO_TERM_COLOR=always
1132026-07-08T02:23:30.151Z+++ uname -s
1142026-07-08T02:23:30.151Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-08T02:23:30.151Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-08T02:23:30.151Z+ cargo --version
1172026-07-08T02:23:30.159Zcargo 1.96.1 (356927216 2026-06-26)
1182026-07-08T02:23:30.162Z+ rustc --version
1192026-07-08T02:23:30.182Zrustc 1.96.1 (31fca3adb 2026-06-26)
1202026-07-08T02:23:30.185Z+ banner prerequisites
1212026-07-08T02:23:30.188Z
1222026-07-08T02:23:30.188Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-08T02:23:30.188Z # # # # # # # # # # # # # # #
1242026-07-08T02:23:30.188Z # # # # ##### # # ##### # # # # # #### #
1252026-07-08T02:23:30.188Z ##### ##### # ##### # # # # # # # # #
1262026-07-08T02:23:30.188Z # # # # # # # # # # # # # # #
1272026-07-08T02:23:30.188Z # # # ###### # # ###### ### # #### # #### #
1282026-07-08T02:23:30.188Z
1292026-07-08T02:23:30.188Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-08T02:23:31.742Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-08T02:23:31.852Z Startup: Caching catalogs ... Done
1322026-07-08T02:23:32.348ZPlanning: Solver setup ... Done (0.450s)
1332026-07-08T02:23:32.376ZPlanning: Running solver ... Done (0.027s)
1342026-07-08T02:23:32.388ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-08T02:23:32.399ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-08T02:23:32.414ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-08T02:23:32.427ZPlanning: Package planning ... Done (0.013s)
1382026-07-08T02:23:32.430ZPlanning: Merging actions ... Done (0.001s)
1392026-07-08T02:23:32.594ZPlanning: Checking for conflicting actions ... Done (0.164s)
1402026-07-08T02:23:32.597ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-08T02:23:33.351ZPlanning: Evaluating mediators ... Done (0.756s)
1422026-07-08T02:23:33.355ZPlanning: Planning completed in 1.48 seconds
1432026-07-08T02:23:33.359Z Packages to install: 2
1442026-07-08T02:23:33.359Z Estimated space available: 156.06 GB
1452026-07-08T02:23:33.362ZEstimated space to be consumed: 30.99 MB
1462026-07-08T02:23:33.362Z Create boot environment: No
1472026-07-08T02:23:33.362ZCreate backup boot environment: No
1482026-07-08T02:23:33.362Z Rebuild boot archive: No
1492026-07-08T02:23:33.362Z
1502026-07-08T02:23:33.363ZChanged packages:
1512026-07-08T02:23:33.363Zhelios
1522026-07-08T02:23:33.363Z developer/build-essential
1532026-07-08T02:23:33.363Z None -> 11-3.0
1542026-07-08T02:23:33.363Z library/libxmlsec1
1552026-07-08T02:23:33.363Z None -> 1.2.35-3.0
1562026-07-08T02:23:33.384Z
1572026-07-08T02:23:33.384ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-08T02:23:33.890ZDownload: Completed 1.28 MB in 0.51 seconds (2.5M/s)
1592026-07-08T02:23:33.972Z Actions: 1/268 actions (Installing new actions)
1602026-07-08T02:23:34.012Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-08T02:23:34.022ZFinalize: Updating package state database ... Done (0.011s)
1622026-07-08T02:23:34.025ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-08T02:23:34.051ZFinalize: Updating image state ... Done (0.029s)
1642026-07-08T02:23:36.486ZFinalize: Creating fast lookup database ... Done (2.409s)
1652026-07-08T02:23:36.551ZFinalize: Reading search index ... Done (0.012s)
1662026-07-08T02:23:36.554ZFinalize: Updating search index ... Done (0.000s)
1672026-07-08T02:23:36.629ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-08T02:23:36.948ZPlanning: Evaluating mediator changes ... Done
1692026-07-08T02:23:37.053ZPlanning: Checking for conflicting actions ... Done
1702026-07-08T02:23:37.056ZPlanning: Consolidating action changes ... Done
1712026-07-08T02:23:37.209ZPlanning: Evaluating mediators ... Done
1722026-07-08T02:23:37.212ZPlanning: Planning completed in 0.26 seconds
1732026-07-08T02:23:37.231Z Mediators to change: 2
1742026-07-08T02:23:37.231Z Create boot environment: No
1752026-07-08T02:23:37.231ZCreate backup boot environment: No
1762026-07-08T02:23:37.282ZFinalize: Updating package state database ... Done
1772026-07-08T02:23:37.282ZFinalize: Updating package cache ... Done
1782026-07-08T02:23:37.297ZFinalize: Updating image state ... Done
1792026-07-08T02:23:39.235ZFinalize: Creating fast lookup database ... Done
1802026-07-08T02:23:39.298ZFinalize: Reading search index ... Done
1812026-07-08T02:23:39.301ZFinalize: Updating search index ... Done
1822026-07-08T02:23:39.372ZFinalize: Updating package cache ... Done
1832026-07-08T02:23:39.659ZPlanning: Evaluating mediator changes ... Done
1842026-07-08T02:23:39.767ZPlanning: Checking for conflicting actions ... Done
1852026-07-08T02:23:39.771ZPlanning: Consolidating action changes ... Done
1862026-07-08T02:23:39.925ZPlanning: Evaluating mediators ... Done
1872026-07-08T02:23:39.929ZPlanning: Planning completed in 0.27 seconds
1882026-07-08T02:23:39.948Z Mediators to change: 1
1892026-07-08T02:23:39.948Z Create boot environment: No
1902026-07-08T02:23:39.948ZCreate backup boot environment: No
1912026-07-08T02:23:39.990ZFinalize: Updating package state database ... Done
1922026-07-08T02:23:39.990ZFinalize: Updating package cache ... Done
1932026-07-08T02:23:40.005ZFinalize: Updating image state ... Done
1942026-07-08T02:23:41.932ZFinalize: Creating fast lookup database ... Done
1952026-07-08T02:23:41.996ZFinalize: Reading search index ... Done
1962026-07-08T02:23:42.000ZFinalize: Updating search index ... Done
1972026-07-08T02:23:42.056ZFinalize: Updating package cache ... Done
1982026-07-08T02:23:42.370ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-08T02:23:42.370Zapache system 2.4 system
2002026-07-08T02:23:42.370Zclang system 15 system
2012026-07-08T02:23:42.370Zcsh system system illumos
2022026-07-08T02:23:42.370Zctags system system illumos
2032026-07-08T02:23:42.370Zfile vendor vendor darwinsys
2042026-07-08T02:23:42.370Zfile system system illumos
2052026-07-08T02:23:42.370Zgcc vendor 14 vendor
2062026-07-08T02:23:42.370Zgcc system 13 system
2072026-07-08T02:23:42.370Zgcc system 10 system
2082026-07-08T02:23:42.370Zgo system 1.25 system
2092026-07-08T02:23:42.370Zllvm system 15 system
2102026-07-08T02:23:42.370Zmariadb system 11.4 system
2112026-07-08T02:23:42.370Zmta vendor vendor dma
2122026-07-08T02:23:42.370Zopenjdk system 17 system
2132026-07-08T02:23:42.370Zopenjdk system 11 system
2142026-07-08T02:23:42.370Zopenssl vendor 3 vendor
2152026-07-08T02:23:42.371Zperl system 5.40 system
2162026-07-08T02:23:42.371Zpostgresql system 18 system
2172026-07-08T02:23:42.371Zpostgresql system 17 system
2182026-07-08T02:23:42.371Zpython vendor 3 vendor
2192026-07-08T02:23:42.371Zpython system 2 system
2202026-07-08T02:23:42.371Zpython3 vendor 3.13 vendor
2212026-07-08T02:23:42.371Zruby system 3.4 system
2222026-07-08T02:23:42.371Zruby system 3.0 system
2232026-07-08T02:23:42.371Zwords vendor vendor american-english
2242026-07-08T02:23:42.371Zwords system system australian-english
2252026-07-08T02:23:42.371Zwords system system british-english
2262026-07-08T02:23:42.371Zwords system system canadian-english
2272026-07-08T02:23:42.371Zwords system system french
2282026-07-08T02:23:42.371Zwords system system italian
2292026-07-08T02:23:42.371Zwords system system ngerman
2302026-07-08T02:23:42.371Zwords system system ogerman
2312026-07-08T02:23:42.371Zwords system system spanish
2322026-07-08T02:23:42.624ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-08T02:23:42.624Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-08T02:23:42.933ZFMRI IFO
2352026-07-08T02:23:42.933Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-08T02:23:42.933Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-08T02:23:42.933Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-08T02:23:42.933Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-08T02:23:42.933Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-08T02:23:42.933Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-08T02:23:42.933Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-08T02:23:42.933Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-08T02:23:42.933Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-08T02:23:43.196Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-08T02:23:43.453Z Updating crates.io index
2462026-07-08T02:23:43.456Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-08T02:23:43.682Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-08T02:23:43.996Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-08T02:23:44.853Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-08T02:23:45.301Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-08T02:23:46.845Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-08T02:23:47.594Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-08T02:23:47.803Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-08T02:23:48.114Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-08T02:23:49.194Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-08T02:23:49.470Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-08T02:23:49.762Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-08T02:23:49.989Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-08T02:23:50.400Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-08T02:23:50.872Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-08T02:23:51.098Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-08T02:23:51.330Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-08T02:23:51.615Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-08T02:23:51.915Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-08T02:23:52.152Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-08T02:23:52.397Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-08T02:23:52.661Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-08T02:23:53.045Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-08T02:23:53.350Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-08T02:23:53.612Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-08T02:23:53.993Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-08T02:23:54.228Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2732026-07-08T02:23:54.611Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742026-07-08T02:23:54.816Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752026-07-08T02:23:55.022Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-07-08T02:23:55.400Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-07-08T02:23:55.722Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-07-08T02:23:55.942Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-07-08T02:23:56.196Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-07-08T02:23:56.441Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-07-08T02:23:56.672Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-07-08T02:23:56.912Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832026-07-08T02:23:57.164Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842026-07-08T02:23:57.411Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852026-07-08T02:23:57.658Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-07-08T02:24:00.463Z Downloading crates ...
2872026-07-08T02:24:00.519Z Downloaded heck v0.5.0
2882026-07-08T02:24:00.529Z Downloaded anstyle-query v1.1.5
2892026-07-08T02:24:00.532Z Downloaded cargo_toml v0.21.0
2902026-07-08T02:24:00.536Z Downloaded zmij v1.0.21
2912026-07-08T02:24:00.540Z Downloaded swrite v0.1.0
2922026-07-08T02:24:00.542Z Downloaded crypto-common v0.1.7
2932026-07-08T02:24:00.542Z Downloaded itoa v1.0.17
2942026-07-08T02:24:00.542Z Downloaded equivalent v1.0.2
2952026-07-08T02:24:00.545Z Downloaded dof v0.3.0
2962026-07-08T02:24:00.549Z Downloaded clap_builder v4.6.0
2972026-07-08T02:24:00.553Z Downloaded zerocopy v0.7.35
2982026-07-08T02:24:00.561Z Downloaded macaddr v1.0.1
2992026-07-08T02:24:00.564Z Downloaded generic-array v0.14.7
3002026-07-08T02:24:00.564Z Downloaded zerocopy-derive v0.7.35
3012026-07-08T02:24:00.567Z Downloaded memmap v0.7.0
3022026-07-08T02:24:00.567Z Downloaded cfg-if v1.0.4
3032026-07-08T02:24:00.567Z Downloaded block-buffer v0.10.4
3042026-07-08T02:24:00.570Z Downloaded heck v0.4.1
3052026-07-08T02:24:00.573Z Downloaded anstyle-parse v1.0.0
3062026-07-08T02:24:00.576Z Downloaded byteorder v1.5.0
3072026-07-08T02:24:00.576Z Downloaded anstream v1.0.0
3082026-07-08T02:24:00.579Z Downloaded cpufeatures v0.2.17
3092026-07-08T02:24:00.579Z Downloaded cargo_metadata v0.23.1
3102026-07-08T02:24:00.581Z Downloaded colorchoice v1.0.4
3112026-07-08T02:24:00.584Z Downloaded fnv v1.0.7
3122026-07-08T02:24:00.584Z Downloaded dtrace-parser v0.2.0
3132026-07-08T02:24:00.592Z Downloaded fs-err v3.3.0
3142026-07-08T02:24:00.595Z Downloaded errno v0.3.14
3152026-07-08T02:24:00.599Z Downloaded cargo-platform v0.3.2
3162026-07-08T02:24:00.608Z Downloaded anyhow v1.0.102
3172026-07-08T02:24:00.613Z Downloaded digest v0.10.7
3182026-07-08T02:24:00.617Z Downloaded camino-tempfile v1.4.1
3192026-07-08T02:24:00.620Z Downloaded fastrand v2.3.0
3202026-07-08T02:24:00.625Z Downloaded clap_lex v1.0.0
3212026-07-08T02:24:00.628Z Downloaded is_terminal_polyfill v1.70.2
3222026-07-08T02:24:00.628Z Downloaded unicode-linebreak v0.1.5
3232026-07-08T02:24:00.628Z Downloaded tabled_derive v0.7.0
3242026-07-08T02:24:00.631Z Downloaded toml_write v0.1.2
3252026-07-08T02:24:00.638Z Downloaded usdt v0.5.0
3262026-07-08T02:24:00.641Z Downloaded version_check v0.9.5
3272026-07-08T02:24:00.641Z Downloaded clap_derive v4.6.1
3282026-07-08T02:24:00.641Z Downloaded camino v1.2.2
3292026-07-08T02:24:00.644Z Downloaded bitflags v2.11.0
3302026-07-08T02:24:00.647Z Downloaded bytecount v0.6.9
3312026-07-08T02:24:00.650Z Downloaded usdt-macro v0.5.0
3322026-07-08T02:24:00.656Z Downloaded usdt-attr-macro v0.5.0
3332026-07-08T02:24:00.663Z Downloaded plain v0.2.3
3342026-07-08T02:24:00.665Z Downloaded toml_datetime v0.6.11
3352026-07-08T02:24:00.665Z Downloaded strsim v0.11.1
3362026-07-08T02:24:00.665Z Downloaded terminal_size v0.4.3
3372026-07-08T02:24:00.668Z Downloaded utf8parse v0.2.2
3382026-07-08T02:24:00.668Z Downloaded scroll_derive v0.12.1
3392026-07-08T02:24:00.668Z Downloaded proc-macro-error-attr v1.0.4
3402026-07-08T02:24:00.674Z Downloaded log v0.4.29
3412026-07-08T02:24:00.677Z Downloaded thiserror v1.0.69
3422026-07-08T02:24:00.679Z Downloaded anstyle v1.0.14
3432026-07-08T02:24:00.683Z Downloaded pretty-hex v0.4.1
3442026-07-08T02:24:00.686Z Downloaded serde_spanned v0.6.9
3452026-07-08T02:24:00.699Z Downloaded thiserror v2.0.18
3462026-07-08T02:24:00.706Z Downloaded thiserror-impl v2.0.18
3472026-07-08T02:24:00.709Z Downloaded autocfg v1.5.0
3482026-07-08T02:24:00.709Z Downloaded once_cell v1.21.3
3492026-07-08T02:24:00.712Z Downloaded sha2 v0.10.9
3502026-07-08T02:24:00.712Z Downloaded scroll v0.12.0
3512026-07-08T02:24:00.719Z Downloaded usdt-impl v0.5.0
3522026-07-08T02:24:00.721Z Downloaded thread-id v4.2.2
3532026-07-08T02:24:00.721Z Downloaded quote v1.0.45
3542026-07-08T02:24:00.729Z Downloaded clap v4.6.1
3552026-07-08T02:24:00.734Z Downloaded thiserror-impl v1.0.69
3562026-07-08T02:24:00.737Z Downloaded serde_tokenstream v0.2.3
3572026-07-08T02:24:00.745Z Downloaded smawk v0.3.2
3582026-07-08T02:24:00.751Z Downloaded proc-macro-error v1.0.4
3592026-07-08T02:24:00.754Z Downloaded papergrid v0.11.0
3602026-07-08T02:24:00.763Z Downloaded pest_derive v2.8.6
3612026-07-08T02:24:00.766Z Downloaded memchr v2.8.0
3622026-07-08T02:24:00.776Z Downloaded pest_generator v2.8.6
3632026-07-08T02:24:00.779Z Downloaded ucd-trie v0.1.7
3642026-07-08T02:24:00.779Z Downloaded toml v0.8.23
3652026-07-08T02:24:00.783Z Downloaded getrandom v0.4.1
3662026-07-08T02:24:00.787Z Downloaded serde_core v1.0.228
3672026-07-08T02:24:00.790Z Downloaded unicode-ident v1.0.24
3682026-07-08T02:24:00.798Z Downloaded tempfile v3.25.0
3692026-07-08T02:24:00.801Z Downloaded semver v1.0.28
3702026-07-08T02:24:00.801Z Downloaded proc-macro2 v1.0.106
3712026-07-08T02:24:00.804Z Downloaded serde_derive v1.0.228
3722026-07-08T02:24:00.810Z Downloaded pest_meta v2.8.6
3732026-07-08T02:24:00.828Z Downloaded textwrap v0.16.2
3742026-07-08T02:24:00.844Z Downloaded toml_edit v0.22.27
3752026-07-08T02:24:00.864Z Downloaded hashbrown v0.17.0
3762026-07-08T02:24:00.868Z Downloaded serde v1.0.228
3772026-07-08T02:24:00.870Z Downloaded indexmap v2.14.0
3782026-07-08T02:24:00.886Z Downloaded pest v2.8.6
3792026-07-08T02:24:00.894Z Downloaded typenum v1.20.1
3802026-07-08T02:24:00.905Z Downloaded serde_json v1.0.150
3812026-07-08T02:24:00.912Z Downloaded goblin v0.8.2
3822026-07-08T02:24:00.923Z Downloaded winnow v0.7.14
3832026-07-08T02:24:00.942Z Downloaded tabled v0.15.0
3842026-07-08T02:24:00.967Z Downloaded syn v1.0.109
3852026-07-08T02:24:00.978Z Downloaded unicode-width v0.2.0
3862026-07-08T02:24:00.981Z Downloaded unicode-width v0.1.14
3872026-07-08T02:24:00.984Z Downloaded syn v2.0.117
3882026-07-08T02:24:01.002Z Downloaded rustix v1.1.3
3892026-07-08T02:24:01.038Z Downloaded libc v0.2.185
3902026-07-08T02:24:01.099Z Compiling proc-macro2 v1.0.106
3912026-07-08T02:24:01.099Z Compiling quote v1.0.45
3922026-07-08T02:24:01.102Z Compiling unicode-ident v1.0.24
3932026-07-08T02:24:01.102Z Compiling serde_core v1.0.228
3942026-07-08T02:24:01.102Z Compiling libc v0.2.185
3952026-07-08T02:24:01.102Z Compiling version_check v0.9.5
3962026-07-08T02:24:01.102Z Compiling memchr v2.8.0
3972026-07-08T02:24:01.102Z Compiling serde v1.0.228
3982026-07-08T02:24:01.415Z Compiling zmij v1.0.21
3992026-07-08T02:24:01.692Z Compiling thiserror v1.0.69
4002026-07-08T02:24:01.692Z Compiling itoa v1.0.17
4012026-07-08T02:24:01.725Z Compiling ucd-trie v0.1.7
4022026-07-08T02:24:01.899Z Compiling pest v2.8.6
4032026-07-08T02:24:02.001Z Compiling rustix v1.1.3
4042026-07-08T02:24:02.157Z Compiling byteorder v1.5.0
4052026-07-08T02:24:02.191Z Compiling errno v0.3.14
4062026-07-08T02:24:02.416Z Compiling serde_json v1.0.150
4072026-07-08T02:24:02.466Z Compiling bitflags v2.11.0
4082026-07-08T02:24:02.613Z Compiling syn v2.0.117
4092026-07-08T02:24:02.686Z Compiling thread-id v4.2.2
4102026-07-08T02:24:02.730Z Compiling usdt-impl v0.5.0
4112026-07-08T02:24:02.801Z Compiling proc-macro-error-attr v1.0.4
4122026-07-08T02:24:02.898Z Compiling camino v1.2.2
4132026-07-08T02:24:02.963Z Compiling syn v1.0.109
4142026-07-08T02:24:03.001Z Compiling pest_meta v2.8.6
4152026-07-08T02:24:03.277Z Compiling proc-macro-error v1.0.4
4162026-07-08T02:24:03.342Z Compiling equivalent v1.0.2
4172026-07-08T02:24:03.345Z Compiling utf8parse v0.2.2
4182026-07-08T02:24:03.436Z Compiling getrandom v0.4.1
4192026-07-08T02:24:03.470Z Compiling log v0.4.29
4202026-07-08T02:24:03.486Z Compiling plain v0.2.3
4212026-07-08T02:24:03.662Z Compiling hashbrown v0.17.0
4222026-07-08T02:24:03.831Z Compiling terminal_size v0.4.3
4232026-07-08T02:24:03.834Z Compiling anstyle-parse v1.0.0
4242026-07-08T02:24:04.211Z Compiling indexmap v2.14.0
4252026-07-08T02:24:04.338Z Compiling colorchoice v1.0.4
4262026-07-08T02:24:04.462Z Compiling anstyle v1.0.14
4272026-07-08T02:24:04.478Z Compiling thiserror v2.0.18
4282026-07-08T02:24:04.625Z Compiling cfg-if v1.0.4
4292026-07-08T02:24:04.628Z Compiling anstyle-query v1.1.5
4302026-07-08T02:24:04.689Z Compiling pretty-hex v0.4.1
4312026-07-08T02:24:04.705Z Compiling autocfg v1.5.0
4322026-07-08T02:24:04.755Z Compiling winnow v0.7.14
4332026-07-08T02:24:04.821Z Compiling is_terminal_polyfill v1.70.2
4342026-07-08T02:24:04.839Z Compiling pest_generator v2.8.6
4352026-07-08T02:24:04.855Z Compiling toml_write v0.1.2
4362026-07-08T02:24:04.920Z Compiling anstream v1.0.0
4372026-07-08T02:24:05.132Z Compiling fs-err v3.3.0
4382026-07-08T02:24:05.241Z Compiling fastrand v2.3.0
4392026-07-08T02:24:05.329Z Compiling unicode-width v0.1.14
4402026-07-08T02:24:05.346Z Compiling strsim v0.11.1
4412026-07-08T02:24:05.491Z Compiling clap_lex v1.0.0
4422026-07-08T02:24:05.508Z Compiling heck v0.5.0
4432026-07-08T02:24:05.541Z Compiling once_cell v1.21.3
4442026-07-08T02:24:05.603Z Compiling heck v0.4.1
4452026-07-08T02:24:05.693Z Compiling bytecount v0.6.9
4462026-07-08T02:24:05.735Z Compiling anyhow v1.0.102
4472026-07-08T02:24:05.759Z Compiling fnv v1.0.7
4482026-07-08T02:24:05.776Z Compiling tempfile v3.25.0
4492026-07-08T02:24:05.840Z Compiling papergrid v0.11.0
4502026-07-08T02:24:05.843Z Compiling clap_builder v4.6.0
4512026-07-08T02:24:05.976Z Compiling semver v1.0.28
4522026-07-08T02:24:06.013Z Compiling tabled_derive v0.7.0
4532026-07-08T02:24:06.153Z Compiling cargo-platform v0.3.2
4542026-07-08T02:24:06.244Z Compiling memmap v0.7.0
4552026-07-08T02:24:06.270Z Compiling unicode-linebreak v0.1.5
4562026-07-08T02:24:06.304Z Compiling smawk v0.3.2
4572026-07-08T02:24:06.426Z Compiling unicode-width v0.2.0
4582026-07-08T02:24:06.457Z Compiling camino-tempfile v1.4.1
4592026-07-08T02:24:06.478Z Compiling serde_derive v1.0.228
4602026-07-08T02:24:06.515Z Compiling thiserror-impl v1.0.69
4612026-07-08T02:24:06.696Z Compiling zerocopy-derive v0.7.35
4622026-07-08T02:24:06.737Z Compiling pest_derive v2.8.6
4632026-07-08T02:24:06.787Z Compiling scroll_derive v0.12.1
4642026-07-08T02:24:06.951Z Compiling thiserror-impl v2.0.18
4652026-07-08T02:24:07.233Z Compiling clap_derive v4.6.1
4662026-07-08T02:24:07.276Z Compiling tabled v0.15.0
4672026-07-08T02:24:07.511Z Compiling scroll v0.12.0
4682026-07-08T02:24:07.650Z Compiling zerocopy v0.7.35
4692026-07-08T02:24:07.792Z Compiling goblin v0.8.2
4702026-07-08T02:24:07.979Z Compiling dtrace-parser v0.2.0
4712026-07-08T02:24:08.207Z Compiling textwrap v0.16.2
4722026-07-08T02:24:08.683Z Compiling swrite v0.1.0
4732026-07-08T02:24:09.031Z Compiling clap v4.6.1
4742026-07-08T02:24:09.616Z Compiling toml_datetime v0.6.11
4752026-07-08T02:24:09.616Z Compiling serde_spanned v0.6.9
4762026-07-08T02:24:09.616Z Compiling cargo_metadata v0.23.1
4772026-07-08T02:24:09.620Z Compiling macaddr v1.0.1
4782026-07-08T02:24:09.620Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-07-08T02:24:09.696Z Compiling dof v0.3.0
4802026-07-08T02:24:09.700Z Compiling serde_tokenstream v0.2.3
4812026-07-08T02:24:09.814Z Compiling toml_edit v0.22.27
4822026-07-08T02:24:10.483Z Compiling usdt-macro v0.5.0
4832026-07-08T02:24:10.483Z Compiling usdt-attr-macro v0.5.0
4842026-07-08T02:24:11.082Z Compiling usdt v0.5.0
4852026-07-08T02:24:11.160Z Compiling toml v0.8.23
4862026-07-08T02:24:11.491Z Compiling cargo_toml v0.21.0
4872026-07-08T02:24:12.768Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882026-07-08T02:24:14.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.68s
4892026-07-08T02:24:14.913Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4902026-07-08T02:24:15.401Z Downloading crates ...
4912026-07-08T02:24:15.499Z Downloaded base16ct v0.2.0
4922026-07-08T02:24:15.502Z Downloaded bit-set v0.5.3
4932026-07-08T02:24:15.507Z Downloaded adler2 v2.0.1
4942026-07-08T02:24:15.510Z Downloaded bcrypt-pbkdf v0.11.0
4952026-07-08T02:24:15.513Z Downloaded convert_case v0.10.0
4962026-07-08T02:24:15.516Z Downloaded async-trait v0.1.89
4972026-07-08T02:24:15.516Z Downloaded aead v0.6.1
4982026-07-08T02:24:15.519Z Downloaded async-bb8-diesel v0.2.1
4992026-07-08T02:24:15.519Z Downloaded aead v0.5.2
5002026-07-08T02:24:15.522Z Downloaded crossbeam-deque v0.8.6
5012026-07-08T02:24:15.524Z Downloaded cipher v0.5.2
5022026-07-08T02:24:15.524Z Downloaded cexpr v0.6.0
5032026-07-08T02:24:15.527Z Downloaded darling_core v0.20.11
5042026-07-08T02:24:15.530Z Downloaded downcast-rs v2.0.2
5052026-07-08T02:24:15.533Z Downloaded displaydoc v0.2.5
5062026-07-08T02:24:15.533Z Downloaded elliptic-curve v0.13.8
5072026-07-08T02:24:15.536Z Downloaded defmt v0.3.100
5082026-07-08T02:24:15.539Z Downloaded bit-set v0.8.0
5092026-07-08T02:24:15.539Z Downloaded atomic-waker v1.1.2
5102026-07-08T02:24:15.539Z Downloaded const_format v0.2.35
5112026-07-08T02:24:15.546Z Downloaded buf-list v1.1.2
5122026-07-08T02:24:15.553Z Downloaded atomicwrites v0.4.4
5132026-07-08T02:24:15.553Z Downloaded arrayref v0.3.9
5142026-07-08T02:24:15.553Z Downloaded bitfield-macros v0.19.4
5152026-07-08T02:24:15.553Z Downloaded dropshot-api-manager v0.7.2
5162026-07-08T02:24:15.553Z Downloaded derive_builder v0.20.2
5172026-07-08T02:24:15.559Z Downloaded crc32fast v1.5.0
5182026-07-08T02:24:15.559Z Downloaded bit-vec v0.6.3
5192026-07-08T02:24:15.559Z Downloaded bb8 v0.8.6
5202026-07-08T02:24:15.559Z Downloaded darling_macro v0.23.0
5212026-07-08T02:24:15.559Z Downloaded ctutils v0.4.2
5222026-07-08T02:24:15.565Z Downloaded atty v0.2.14
5232026-07-08T02:24:15.565Z Downloaded async-stream-impl v0.3.6
5242026-07-08T02:24:15.565Z Downloaded cobs v0.3.0
5252026-07-08T02:24:15.565Z Downloaded assert_matches v1.5.0
5262026-07-08T02:24:15.565Z Downloaded ascii-canvas v3.0.0
5272026-07-08T02:24:15.568Z Downloaded crossbeam-channel v0.5.15
5282026-07-08T02:24:15.568Z Downloaded crc-catalog v2.4.0
5292026-07-08T02:24:15.572Z Downloaded daft v0.1.7
5302026-07-08T02:24:15.574Z Downloaded crossterm v0.29.0
5312026-07-08T02:24:15.578Z Downloaded enum-as-inner v0.6.1
5322026-07-08T02:24:15.581Z Downloaded crypto-common v0.2.2
5332026-07-08T02:24:15.581Z Downloaded base64ct v1.8.3
5342026-07-08T02:24:15.584Z Downloaded cpufeatures v0.3.0
5352026-07-08T02:24:15.584Z Downloaded bitfield v0.19.4
5362026-07-08T02:24:15.587Z Downloaded ahash v0.8.12
5372026-07-08T02:24:15.587Z Downloaded bcs v0.1.6
5382026-07-08T02:24:15.589Z Downloaded crunchy v0.2.4
5392026-07-08T02:24:15.589Z Downloaded async-stream v0.3.6
5402026-07-08T02:24:15.592Z Downloaded base16ct v1.0.0
5412026-07-08T02:24:15.592Z Downloaded darling_macro v0.21.3
5422026-07-08T02:24:15.595Z Downloaded crc8 v0.1.1
5432026-07-08T02:24:15.595Z Downloaded darling_macro v0.20.11
5442026-07-08T02:24:15.595Z Downloaded darling_macro v0.13.4
5452026-07-08T02:24:15.595Z Downloaded crc v3.4.0
5462026-07-08T02:24:15.598Z Downloaded convert_case v0.4.0
5472026-07-08T02:24:15.598Z Downloaded crucible-workspace-hack v0.1.0
5482026-07-08T02:24:15.598Z Downloaded curve25519-dalek-derive v0.1.1
5492026-07-08T02:24:15.601Z Downloaded cbc v0.2.1
5502026-07-08T02:24:15.601Z Downloaded allocator-api2 v0.2.21
5512026-07-08T02:24:15.601Z Downloaded argon2 v0.5.3
5522026-07-08T02:24:15.604Z Downloaded dof v0.4.0
5532026-07-08T02:24:15.608Z Downloaded derive-ex v0.1.8
5542026-07-08T02:24:15.611Z Downloaded castaway v0.2.4
5552026-07-08T02:24:15.611Z Downloaded block-buffer v0.12.1
5562026-07-08T02:24:15.611Z Downloaded dunce v1.0.5
5572026-07-08T02:24:15.611Z Downloaded async-recursion v1.1.1
5582026-07-08T02:24:15.614Z Downloaded dyn-clone v1.0.20
5592026-07-08T02:24:15.614Z Downloaded debug-ignore v1.0.5
5602026-07-08T02:24:15.617Z Downloaded compression-core v0.4.31
5612026-07-08T02:24:15.617Z Downloaded corncobs v0.1.4
5622026-07-08T02:24:15.620Z Downloaded daft-derive v0.1.7
5632026-07-08T02:24:15.627Z Downloaded embedded-io v0.6.1
5642026-07-08T02:24:15.631Z Downloaded document-features v0.2.12
5652026-07-08T02:24:15.631Z Downloaded cfg_aliases v0.2.1
5662026-07-08T02:24:15.631Z Downloaded bitflags v1.3.2
5672026-07-08T02:24:15.634Z Downloaded dsl_auto_type v0.2.0
5682026-07-08T02:24:15.634Z Downloaded dirs-next v2.0.0
5692026-07-08T02:24:15.638Z Downloaded defmt-parser v1.0.0
5702026-07-08T02:24:15.638Z Downloaded cstr-argument v0.1.2
5712026-07-08T02:24:15.638Z Downloaded backoff v0.4.0
5722026-07-08T02:24:15.641Z Downloaded block-padding v0.4.2
5732026-07-08T02:24:15.641Z Downloaded embedded-io v0.4.0
5742026-07-08T02:24:15.641Z Downloaded cfg_aliases v0.1.1
5752026-07-08T02:24:15.644Z Downloaded display-error-chain v0.2.2
5762026-07-08T02:24:15.648Z Downloaded derive_builder_macro v0.20.2
5772026-07-08T02:24:15.650Z Downloaded dirs-sys-next v0.1.2
5782026-07-08T02:24:15.653Z Downloaded endian-type v0.1.2
5792026-07-08T02:24:15.658Z Downloaded array-init v0.0.4
5802026-07-08T02:24:15.658Z Downloaded ciborium-io v0.2.2
5812026-07-08T02:24:15.660Z Downloaded fixedbitset v0.4.2
5822026-07-08T02:24:15.660Z Downloaded diesel_table_macro_syntax v0.3.0
5832026-07-08T02:24:15.660Z Downloaded flagset v0.4.7
5842026-07-08T02:24:15.660Z Downloaded crossbeam-epoch v0.9.18
5852026-07-08T02:24:15.663Z Downloaded critical-section v1.2.0
5862026-07-08T02:24:15.663Z Downloaded const_format_proc_macros v0.2.34
5872026-07-08T02:24:15.666Z Downloaded cmov v0.5.4
5882026-07-08T02:24:15.666Z Downloaded bit-vec v0.8.0
5892026-07-08T02:24:15.669Z Downloaded derive_builder_core v0.20.2
5902026-07-08T02:24:15.669Z Downloaded cassowary v0.3.0
5912026-07-08T02:24:15.672Z Downloaded float-cmp v0.10.0
5922026-07-08T02:24:15.672Z Downloaded env_filter v1.0.0
5932026-07-08T02:24:15.675Z Downloaded foreign-types-macros v0.2.3
5942026-07-08T02:24:15.678Z Downloaded fd-lock v4.0.4
5952026-07-08T02:24:15.678Z Downloaded difflib v0.4.0
5962026-07-08T02:24:15.681Z Downloaded foreign-types v0.5.0
5972026-07-08T02:24:15.681Z Downloaded float-ord v0.3.2
5982026-07-08T02:24:15.681Z Downloaded funty v2.0.0
5992026-07-08T02:24:15.681Z Downloaded foreign-types v0.3.2
6002026-07-08T02:24:15.684Z Downloaded ed25519 v2.2.3
6012026-07-08T02:24:15.684Z Downloaded ciborium v0.2.2
6022026-07-08T02:24:15.684Z Downloaded dropshot-api-manager-types v0.7.2
6032026-07-08T02:24:15.687Z Downloaded ciborium-ll v0.2.2
6042026-07-08T02:24:15.690Z Downloaded compression-codecs v0.4.37
6052026-07-08T02:24:15.692Z Downloaded dtrace-parser v0.3.0
6062026-07-08T02:24:15.692Z Downloaded foreign-types-shared v0.1.1
6072026-07-08T02:24:15.692Z Downloaded arrayvec v0.7.6
6082026-07-08T02:24:15.695Z Downloaded foreign-types-shared v0.3.1
6092026-07-08T02:24:15.695Z Downloaded bitfield-struct v0.6.2
6102026-07-08T02:24:15.695Z Downloaded anstream v0.6.21
6112026-07-08T02:24:15.698Z Downloaded cmake v0.1.57
6122026-07-08T02:24:15.698Z Downloaded blowfish v0.10.0
6132026-07-08T02:24:15.698Z Downloaded futures-io v0.3.32
6142026-07-08T02:24:15.701Z Downloaded futures-core v0.3.32
6152026-07-08T02:24:15.701Z Downloaded fxhash v0.2.1
6162026-07-08T02:24:15.701Z Downloaded darling v0.21.3
6172026-07-08T02:24:15.704Z Downloaded futures-macro v0.3.32
6182026-07-08T02:24:15.707Z Downloaded camino-tempfile-ext v0.3.3
6192026-07-08T02:24:15.707Z Downloaded chacha20 v0.10.0
6202026-07-08T02:24:15.710Z Downloaded byte-wrapper v0.1.0
6212026-07-08T02:24:15.710Z Downloaded futures-task v0.3.32
6222026-07-08T02:24:15.712Z Downloaded constant_time_eq v0.4.2
6232026-07-08T02:24:15.713Z Downloaded ed25519 v3.0.0
6242026-07-08T02:24:15.713Z Downloaded cpubits v0.1.1
6252026-07-08T02:24:15.717Z Downloaded darling v0.13.4
6262026-07-08T02:24:15.717Z Downloaded gethostname v0.5.0
6272026-07-08T02:24:15.721Z Downloaded globwalk v0.9.1
6282026-07-08T02:24:15.721Z Downloaded ghash v0.6.0
6292026-07-08T02:24:15.721Z Downloaded enum_dispatch v0.3.13
6302026-07-08T02:24:15.722Z Downloaded csv-core v0.1.13
6312026-07-08T02:24:15.724Z Downloaded defmt v1.0.1
6322026-07-08T02:24:15.724Z Downloaded either v1.15.0
6332026-07-08T02:24:15.724Z Downloaded git-stub v1.0.0
6342026-07-08T02:24:15.727Z Downloaded chacha20 v0.9.1
6352026-07-08T02:24:15.727Z Downloaded filetime v0.2.27
6362026-07-08T02:24:15.731Z Downloaded deranged v0.5.8
6372026-07-08T02:24:15.731Z Downloaded digest v0.11.3
6382026-07-08T02:24:15.734Z Downloaded delegate v0.13.5
6392026-07-08T02:24:15.734Z Downloaded der_derive v0.7.3
6402026-07-08T02:24:15.734Z Downloaded headers-core v0.3.0
6412026-07-08T02:24:15.734Z Downloaded hash32 v0.3.1
6422026-07-08T02:24:15.734Z Downloaded darling v0.23.0
6432026-07-08T02:24:15.737Z Downloaded darling v0.20.11
6442026-07-08T02:24:15.740Z Downloaded hex-literal v1.1.0
6452026-07-08T02:24:15.742Z Downloaded ff v0.14.0
6462026-07-08T02:24:15.743Z Downloaded fallible-iterator v0.2.0
6472026-07-08T02:24:15.745Z Downloaded env_logger v0.11.9
6482026-07-08T02:24:15.745Z Downloaded ena v0.14.4
6492026-07-08T02:24:15.748Z Downloaded hex v0.4.3
6502026-07-08T02:24:15.748Z Downloaded anstyle-parse v0.2.7
6512026-07-08T02:24:15.748Z Downloaded clang-sys v1.8.1
6522026-07-08T02:24:15.751Z Downloaded form_urlencoded v1.2.2
6532026-07-08T02:24:15.751Z Downloaded erased-serde v0.3.31
6542026-07-08T02:24:15.754Z Downloaded foldhash v0.1.5
6552026-07-08T02:24:15.754Z Downloaded bzip2 v0.6.1
6562026-07-08T02:24:15.756Z Downloaded argon2 v0.6.0-rc.8
6572026-07-08T02:24:15.756Z Downloaded defmt-macros v1.0.1
6582026-07-08T02:24:15.759Z Downloaded blake2 v0.11.0-rc.6
6592026-07-08T02:24:15.759Z Downloaded console v0.16.2
6602026-07-08T02:24:15.762Z Downloaded diesel-dtrace v0.5.0
6612026-07-08T02:24:15.762Z Downloaded data-encoding v2.10.0
6622026-07-08T02:24:15.762Z Downloaded colored v2.2.0
6632026-07-08T02:24:15.765Z Downloaded fs-err v2.11.0
6642026-07-08T02:24:15.768Z Downloaded foldhash v0.2.0
6652026-07-08T02:24:15.768Z Downloaded fs_extra v1.3.0
6662026-07-08T02:24:15.768Z Downloaded http-body v1.0.1
6672026-07-08T02:24:15.770Z Downloaded home v0.5.12
6682026-07-08T02:24:15.771Z Downloaded fixedbitset v0.5.7
6692026-07-08T02:24:15.771Z Downloaded httpdate v1.0.3
6702026-07-08T02:24:15.773Z Downloaded ff v0.13.1
6712026-07-08T02:24:15.773Z Downloaded cancel-safe-futures v0.1.5
6722026-07-08T02:24:15.776Z Downloaded http-range v0.1.5
6732026-07-08T02:24:15.776Z Downloaded hubpack_derive v0.1.1
6742026-07-08T02:24:15.776Z Downloaded globset v0.4.18
6752026-07-08T02:24:15.779Z Downloaded git-stub-vcs v0.1.0
6762026-07-08T02:24:15.779Z Downloaded futures-executor v0.3.32
6772026-07-08T02:24:15.779Z Downloaded hostname v0.4.2
6782026-07-08T02:24:15.783Z Downloaded hostname v0.3.1
6792026-07-08T02:24:15.783Z Downloaded hyper-tls v0.6.0
6802026-07-08T02:24:15.785Z Downloaded crossbeam-utils v0.8.21
6812026-07-08T02:24:15.785Z Downloaded backon v1.6.0
6822026-07-08T02:24:15.789Z Downloaded futures-sink v0.3.32
6832026-07-08T02:24:15.790Z Downloaded ctr v0.10.1
6842026-07-08T02:24:15.790Z Downloaded ecdsa v0.17.0-rc.18
6852026-07-08T02:24:15.792Z Downloaded const-oid v0.9.6
6862026-07-08T02:24:15.793Z Downloaded group v0.13.0
6872026-07-08T02:24:15.793Z Downloaded cipher v0.4.4
6882026-07-08T02:24:15.795Z Downloaded ecdsa v0.16.9
6892026-07-08T02:24:15.795Z Downloaded bzip2 v0.4.4
6902026-07-08T02:24:15.798Z Downloaded hash32 v0.2.1
6912026-07-08T02:24:15.798Z Downloaded glob v0.3.3
6922026-07-08T02:24:15.799Z Downloaded console v0.15.11
6932026-07-08T02:24:15.801Z Downloaded ident_case v1.0.1
6942026-07-08T02:24:15.801Z Downloaded blake2 v0.10.6
6952026-07-08T02:24:15.805Z Downloaded cookie_store v0.22.1
6962026-07-08T02:24:15.808Z Downloaded indent_write v2.2.0
6972026-07-08T02:24:15.810Z Downloaded group v0.14.0
6982026-07-08T02:24:15.815Z Downloaded indoc v1.0.9
6992026-07-08T02:24:15.818Z Downloaded illumos-nvpair-sys v0.2.0
7002026-07-08T02:24:15.818Z Downloaded find-msvc-tools v0.1.9
7012026-07-08T02:24:15.820Z Downloaded inout v0.2.2
7022026-07-08T02:24:15.820Z Downloaded idna_adapter v1.2.1
7032026-07-08T02:24:15.824Z Downloaded inout v0.1.4
7042026-07-08T02:24:15.824Z Downloaded instant v0.1.13
7052026-07-08T02:24:15.824Z Downloaded is_ci v1.2.0
7062026-07-08T02:24:15.827Z Downloaded instability v0.3.11
7072026-07-08T02:24:15.827Z Downloaded illumos-nvpair v0.3.0
7082026-07-08T02:24:15.827Z Downloaded des v0.9.0
7092026-07-08T02:24:15.829Z Downloaded is-terminal v0.4.17
7102026-07-08T02:24:15.830Z Downloaded darling_core v0.13.4
7112026-07-08T02:24:15.832Z Downloaded crc-any v2.5.0
7122026-07-08T02:24:15.838Z Downloaded highway v1.3.0
7132026-07-08T02:24:15.844Z Downloaded internet-checksum v0.2.1
7142026-07-08T02:24:15.847Z Downloaded hubpack v0.1.2
7152026-07-08T02:24:15.847Z Downloaded lazy_static v1.5.0
7162026-07-08T02:24:15.850Z Downloaded keccak v0.1.6
7172026-07-08T02:24:15.853Z Downloaded kstat-rs v0.2.4
7182026-07-08T02:24:15.857Z Downloaded derive-where v1.6.0
7192026-07-08T02:24:15.859Z Downloaded darling_core v0.21.3
7202026-07-08T02:24:15.875Z Downloaded humantime v2.3.0
7212026-07-08T02:24:15.875Z Downloaded linked-hash-map v0.5.6
7222026-07-08T02:24:15.875Z Downloaded http-body-util v0.1.3
7232026-07-08T02:24:15.875Z Downloaded lalrpop-util v0.19.12
7242026-07-08T02:24:15.875Z Downloaded kem v0.3.0
7252026-07-08T02:24:15.875Z Downloaded cookie v0.18.1
7262026-07-08T02:24:15.875Z Downloaded derive_more v0.99.20
7272026-07-08T02:24:15.875Z Downloaded diff v0.1.13
7282026-07-08T02:24:15.875Z Downloaded lru-slab v0.1.2
7292026-07-08T02:24:15.878Z Downloaded getrandom v0.2.17
7302026-07-08T02:24:15.878Z Downloaded const-oid v0.10.2
7312026-07-08T02:24:15.881Z Downloaded match_cfg v0.1.0
7322026-07-08T02:24:15.881Z Downloaded lru v0.12.5
7332026-07-08T02:24:15.881Z Downloaded hyper-staticfile v0.10.1
7342026-07-08T02:24:15.884Z Downloaded half v1.8.3
7352026-07-08T02:24:15.884Z Downloaded dropshot_endpoint v0.17.1
7362026-07-08T02:24:15.887Z Downloaded colored v3.1.1
7372026-07-08T02:24:15.890Z Downloaded maybe-uninit v2.0.0
7382026-07-08T02:24:15.890Z Downloaded memoffset v0.9.1
7392026-07-08T02:24:15.890Z Downloaded base64 v0.22.1
7402026-07-08T02:24:15.893Z Downloaded md-5 v0.10.6
7412026-07-08T02:24:15.893Z Downloaded lzss v0.8.2
7422026-07-08T02:24:15.896Z Downloaded mime v0.3.17
7432026-07-08T02:24:15.896Z Downloaded managed v0.8.0
7442026-07-08T02:24:15.898Z Downloaded impl-trait-for-tuples v0.2.3
7452026-07-08T02:24:15.902Z Downloaded fatfs v0.3.6
7462026-07-08T02:24:15.905Z Downloaded newtype-uuid-macros v0.1.0
7472026-07-08T02:24:15.905Z Downloaded newline-converter v0.3.0
7482026-07-08T02:24:15.908Z Downloaded new_debug_unreachable v1.0.6
7492026-07-08T02:24:15.908Z Downloaded md5 v0.8.0
7502026-07-08T02:24:15.908Z Downloaded newtype_derive v0.1.6
7512026-07-08T02:24:15.908Z Downloaded ingot v0.1.1
7522026-07-08T02:24:15.911Z Downloaded multimap v0.10.1
7532026-07-08T02:24:15.911Z Downloaded ipnetwork v0.21.1
7542026-07-08T02:24:15.914Z Downloaded ipnet v2.11.0
7552026-07-08T02:24:15.914Z Downloaded elliptic-curve v0.14.0-rc.33
7562026-07-08T02:24:15.916Z Downloaded ingot-types v0.1.2
7572026-07-08T02:24:15.917Z Downloaded indoc v2.0.7
7582026-07-08T02:24:15.919Z Downloaded futures-channel v0.3.32
7592026-07-08T02:24:15.922Z Downloaded httparse v1.10.1
7602026-07-08T02:24:15.922Z Downloaded chacha20poly1305 v0.10.1
7612026-07-08T02:24:15.925Z Downloaded normalize-line-endings v0.3.0
7622026-07-08T02:24:15.925Z Downloaded drift v0.2.0
7632026-07-08T02:24:15.929Z Downloaded nonempty v0.12.0
7642026-07-08T02:24:15.932Z Downloaded nodrop v0.1.14
7652026-07-08T02:24:15.932Z Downloaded libefi-sys v0.1.0
7662026-07-08T02:24:15.932Z Downloaded nibble_vec v0.1.0
7672026-07-08T02:24:15.935Z Downloaded jobserver v0.1.34
7682026-07-08T02:24:15.935Z Downloaded libscf-sys v1.1.0
7692026-07-08T02:24:15.938Z Downloaded hyper-rustls v0.27.7
7702026-07-08T02:24:15.938Z Downloaded num-derive v0.4.2
7712026-07-08T02:24:15.938Z Downloaded getrandom v0.3.4
7722026-07-08T02:24:15.942Z Downloaded hmac v0.13.0
7732026-07-08T02:24:15.944Z Downloaded num-derive v0.3.3
7742026-07-08T02:24:15.944Z Downloaded iana-time-zone v0.1.65
7752026-07-08T02:24:15.947Z Downloaded hybrid-array v0.4.13
7762026-07-08T02:24:15.948Z Downloaded generic-array v1.4.3
7772026-07-08T02:24:15.950Z Downloaded compact_str v0.8.1
7782026-07-08T02:24:15.954Z Downloaded lru-cache v0.1.2
7792026-07-08T02:24:15.954Z Downloaded num_threads v0.1.7
7802026-07-08T02:24:15.954Z Downloaded opaque-debug v0.3.1
7812026-07-08T02:24:15.957Z Downloaded num_enum_derive v0.5.11
7822026-07-08T02:24:15.957Z Downloaded num v0.4.3
7832026-07-08T02:24:15.957Z Downloaded num-conv v0.2.0
7842026-07-08T02:24:15.957Z Downloaded linear-map v1.2.0
7852026-07-08T02:24:15.957Z Downloaded libloading v0.8.9
7862026-07-08T02:24:15.960Z Downloaded half v2.7.1
7872026-07-08T02:24:15.963Z Downloaded num-iter v0.1.45
7882026-07-08T02:24:15.963Z Downloaded libsw-core v0.3.2
7892026-07-08T02:24:15.963Z Downloaded bytes v1.11.1
7902026-07-08T02:24:15.966Z Downloaded darling_core v0.23.0
7912026-07-08T02:24:15.969Z Downloaded ingot-macros v0.1.1
7922026-07-08T02:24:15.972Z Downloaded maplit v1.0.2
7932026-07-08T02:24:15.975Z Downloaded multer v3.1.0
7942026-07-08T02:24:15.987Z Downloaded openssl-probe v0.1.6
7952026-07-08T02:24:15.990Z Downloaded openssl-macros v0.1.1
7962026-07-08T02:24:15.990Z Downloaded olpc-cjson v0.1.4
7972026-07-08T02:24:15.990Z Downloaded native-tls v0.2.18
7982026-07-08T02:24:15.994Z Downloaded openssl-probe v0.2.1
7992026-07-08T02:24:15.994Z Downloaded hmac v0.12.1
8002026-07-08T02:24:15.997Z Downloaded flume v0.11.1
8012026-07-08T02:24:15.997Z Downloaded base64 v0.21.7
8022026-07-08T02:24:16.000Z Downloaded newtype-uuid v1.3.2
8032026-07-08T02:24:16.000Z Downloaded module-lattice v0.2.3
8042026-07-08T02:24:16.003Z Downloaded mime_guess v2.0.5
8052026-07-08T02:24:16.007Z Downloaded nu-ansi-term v0.50.3
8062026-07-08T02:24:16.007Z Downloaded keccak v0.2.0
8072026-07-08T02:24:16.009Z Downloaded der v0.7.10
8082026-07-08T02:24:16.012Z Downloaded crypto-bigint v0.5.5
8092026-07-08T02:24:16.018Z Downloaded packed_struct_codegen v0.10.1
8102026-07-08T02:24:16.021Z Downloaded parse-size v1.1.0
8112026-07-08T02:24:16.021Z Downloaded parse-display v0.10.0
8122026-07-08T02:24:16.021Z Downloaded libsw v3.5.0
8132026-07-08T02:24:16.024Z Downloaded cc v1.2.56
8142026-07-08T02:24:16.027Z Downloaded num_enum v0.7.6
8152026-07-08T02:24:16.030Z Downloaded peg-runtime v0.8.5
8162026-07-08T02:24:16.033Z Downloaded password-hash v0.6.1
8172026-07-08T02:24:16.033Z Downloaded percent-encoding v2.3.2
8182026-07-08T02:24:16.033Z Downloaded ar_archive_writer v0.5.1
8192026-07-08T02:24:16.036Z Downloaded num_enum v0.5.11
8202026-07-08T02:24:16.038Z Downloaded litrs v1.0.0
8212026-07-08T02:24:16.042Z Downloaded path-slash v0.1.5
8222026-07-08T02:24:16.042Z Downloaded heapless v0.8.0
8232026-07-08T02:24:16.042Z Downloaded headers v0.4.1
8242026-07-08T02:24:16.045Z Downloaded num-integer v0.1.46
8252026-07-08T02:24:16.048Z Downloaded num_enum_derive v0.7.6
8262026-07-08T02:24:16.048Z Downloaded num-rational v0.4.2
8272026-07-08T02:24:16.051Z Downloaded nanorand v0.7.0
8282026-07-08T02:24:16.051Z Downloaded indexmap v1.9.3
8292026-07-08T02:24:16.054Z Downloaded phf_shared v0.12.1
8302026-07-08T02:24:16.054Z Downloaded lock_api v0.4.14
8312026-07-08T02:24:16.056Z Downloaded phf_shared v0.13.1
8322026-07-08T02:24:16.056Z Downloaded icu_provider v2.1.1
8332026-07-08T02:24:16.061Z Downloaded phf_shared v0.11.3
8342026-07-08T02:24:16.061Z Downloaded arc-swap v1.8.2
8352026-07-08T02:24:16.063Z Downloaded litemap v0.8.1
8362026-07-08T02:24:16.063Z Downloaded memmap2 v0.9.10
8372026-07-08T02:24:16.063Z Downloaded aes v0.9.1
8382026-07-08T02:24:16.066Z Downloaded owo-colors v4.3.0
8392026-07-08T02:24:16.069Z Downloaded ed25519-dalek v2.2.0
8402026-07-08T02:24:16.069Z Downloaded oso-derive v0.27.3
8412026-07-08T02:24:16.072Z Downloaded derive_more v2.1.1
8422026-07-08T02:24:16.076Z Downloaded predicates-tree v1.0.13
8432026-07-08T02:24:16.079Z Downloaded powerfmt v0.2.0
8442026-07-08T02:24:16.079Z Downloaded potential_utf v0.1.4
8452026-07-08T02:24:16.079Z Downloaded oxnet v0.1.6
8462026-07-08T02:24:16.081Z Downloaded oxide-tokio-rt v0.1.4
8472026-07-08T02:24:16.084Z Downloaded precomputed-hash v0.1.1
8482026-07-08T02:24:16.084Z Downloaded async-compression v0.4.41
8492026-07-08T02:24:16.087Z Downloaded futures v0.3.32
8502026-07-08T02:24:16.090Z Downloaded flate2 v1.1.9
8512026-07-08T02:24:16.094Z Downloaded predicates-core v1.0.10
8522026-07-08T02:24:16.097Z Downloaded ed25519-dalek v3.0.0-rc.0
8532026-07-08T02:24:16.100Z Downloaded num-complex v0.4.6
8542026-07-08T02:24:16.100Z Downloaded libbz2-rs-sys v0.2.2
8552026-07-08T02:24:16.102Z Downloaded packed_struct v0.10.1
8562026-07-08T02:24:16.102Z Downloaded icu_properties v2.1.2
8572026-07-08T02:24:16.105Z Downloaded bumpalo v3.20.2
8582026-07-08T02:24:16.108Z Downloaded peg-macros v0.8.5
8592026-07-08T02:24:16.108Z Downloaded parking_lot_core v0.8.6
8602026-07-08T02:24:16.111Z Downloaded proc-macro-crate v1.3.1
8612026-07-08T02:24:16.114Z Downloaded progenitor-client v0.14.0
8622026-07-08T02:24:16.118Z Downloaded proc-macro-error-attr2 v2.0.0
8632026-07-08T02:24:16.121Z Downloaded psl-types v2.0.11
8642026-07-08T02:24:16.121Z Downloaded pbkdf2 v0.13.0
8652026-07-08T02:24:16.121Z Downloaded progenitor-macro v0.14.0
8662026-07-08T02:24:16.121Z Downloaded parse-display-derive v0.10.0
8672026-07-08T02:24:16.124Z Downloaded phf v0.12.1
8682026-07-08T02:24:16.124Z Downloaded pem-rfc7468 v1.0.0
8692026-07-08T02:24:16.127Z Downloaded peg v0.8.5
8702026-07-08T02:24:16.129Z Downloaded phc v0.6.1
8712026-07-08T02:24:16.129Z Downloaded hickory-resolver v0.25.2
8722026-07-08T02:24:16.132Z Downloaded icu_normalizer_data v2.1.1
8732026-07-08T02:24:16.132Z Downloaded icu_locale_core v2.1.1
8742026-07-08T02:24:16.136Z Downloaded quick-error v1.2.3
8752026-07-08T02:24:16.139Z Downloaded progenitor-macro v0.13.0
8762026-07-08T02:24:16.139Z Downloaded phf v0.13.1
8772026-07-08T02:24:16.139Z Downloaded ignore v0.4.25
8782026-07-08T02:24:16.142Z Downloaded hickory-resolver v0.24.4
8792026-07-08T02:24:16.145Z Downloaded pkg-config v0.3.32
8802026-07-08T02:24:16.145Z Downloaded pkcs8 v0.10.2
8812026-07-08T02:24:16.147Z Downloaded ml-kem v0.3.2
8822026-07-08T02:24:16.147Z Downloaded heapless v0.7.17
8832026-07-08T02:24:16.151Z Downloaded pin-project-lite v0.2.17
8842026-07-08T02:24:16.153Z Downloaded derive_more-impl v2.1.1
8852026-07-08T02:24:16.156Z Downloaded radium v0.7.0
8862026-07-08T02:24:16.159Z Downloaded polyval v0.7.1
8872026-07-08T02:24:16.159Z Downloaded pem-rfc7468 v0.7.0
8882026-07-08T02:24:16.162Z Downloaded pin-project-internal v1.1.11
8892026-07-08T02:24:16.162Z Downloaded pem v3.0.6
8902026-07-08T02:24:16.162Z Downloaded aho-corasick v1.1.4
8912026-07-08T02:24:16.165Z Downloaded paste v1.0.15
8922026-07-08T02:24:16.169Z Downloaded postgres-protocol v0.6.10
8932026-07-08T02:24:16.172Z Downloaded der v0.8.0
8942026-07-08T02:24:16.175Z Downloaded poly1305 v0.8.0
8952026-07-08T02:24:16.177Z Downloaded rand_xorshift v0.4.0
8962026-07-08T02:24:16.180Z Downloaded primeorder v0.14.0-rc.10
8972026-07-08T02:24:16.183Z Downloaded ref-cast-impl v1.0.25
8982026-07-08T02:24:16.186Z Downloaded rand_chacha v0.3.1
8992026-07-08T02:24:16.188Z Downloaded predicates v3.1.4
9002026-07-08T02:24:16.191Z Downloaded recursive-proc-macro-impl v0.1.1
9012026-07-08T02:24:16.191Z Downloaded recursive v0.1.1
9022026-07-08T02:24:16.191Z Downloaded primefield v0.14.0
9032026-07-08T02:24:16.194Z Downloaded password-hash v0.5.0
9042026-07-08T02:24:16.194Z Downloaded progenitor-extras v0.2.0
9052026-07-08T02:24:16.198Z Downloaded progenitor-client v0.13.0
9062026-07-08T02:24:16.198Z Downloaded progenitor v0.14.0
9072026-07-08T02:24:16.198Z Downloaded primeorder v0.13.6
9082026-07-08T02:24:16.201Z Downloaded parking_lot v0.12.5
9092026-07-08T02:24:16.201Z Downloaded rfc6979 v0.4.0
9102026-07-08T02:24:16.201Z Downloaded ref-cast v1.0.25
9112026-07-08T02:24:16.204Z Downloaded icu_collections v2.1.1
9122026-07-08T02:24:16.206Z Downloaded progenitor v0.13.0
9132026-07-08T02:24:16.206Z Downloaded proc-macro-error2 v2.0.1
9142026-07-08T02:24:16.209Z Downloaded psm v0.1.30
9152026-07-08T02:24:16.212Z Downloaded num-traits v0.2.19
9162026-07-08T02:24:16.215Z Downloaded icu_normalizer v2.1.1
9172026-07-08T02:24:16.218Z Downloaded rfc6979 v0.5.0
9182026-07-08T02:24:16.218Z Downloaded r2d2 v0.8.10
9192026-07-08T02:24:16.223Z Downloaded pkcs8 v0.11.0
9202026-07-08T02:24:16.226Z Downloaded diesel_derives v2.3.7
9212026-07-08T02:24:16.229Z Downloaded jiff-static v0.2.21
9222026-07-08T02:24:16.231Z Downloaded russh-util v0.52.0
9232026-07-08T02:24:16.234Z Downloaded ppv-lite86 v0.2.21
9242026-07-08T02:24:16.234Z Downloaded rustc_version v0.4.1
9252026-07-08T02:24:16.234Z Downloaded rustc_version v0.1.7
9262026-07-08T02:24:16.237Z Downloaded rustc-hash v2.1.1
9272026-07-08T02:24:16.237Z Downloaded crossterm v0.28.1
9282026-07-08T02:24:16.240Z Downloaded rand_chacha v0.9.0
9292026-07-08T02:24:16.242Z Downloaded parking_lot v0.11.2
9302026-07-08T02:24:16.242Z Downloaded rand_core v0.6.4
9312026-07-08T02:24:16.245Z Downloaded rand_core v0.10.0
9322026-07-08T02:24:16.245Z Downloaded rand_core v0.9.5
9332026-07-08T02:24:16.248Z Downloaded poly1305 v0.9.0
9342026-07-08T02:24:16.248Z Downloaded papergrid v0.17.0
9352026-07-08T02:24:16.251Z Downloaded russh-cryptovec v0.61.0
9362026-07-08T02:24:16.255Z Downloaded same-file v1.0.6
9372026-07-08T02:24:16.255Z Downloaded postgres-types v0.2.12
9382026-07-08T02:24:16.258Z Downloaded postcard v1.1.3
9392026-07-08T02:24:16.258Z Downloaded sapling-renderdag v0.1.0
9402026-07-08T02:24:16.258Z Downloaded pkcs1 v0.8.0-rc.4
9412026-07-08T02:24:16.261Z Downloaded pkcs1 v0.7.5
9422026-07-08T02:24:16.261Z Downloaded miniz_oxide v0.8.9
9432026-07-08T02:24:16.264Z Downloaded scheduled-thread-pool v0.2.7
9442026-07-08T02:24:16.264Z Downloaded indicatif v0.18.4
9452026-07-08T02:24:16.268Z Downloaded expectorate v1.2.0
9462026-07-08T02:24:16.268Z Downloaded aes-gcm v0.11.0
9472026-07-08T02:24:16.271Z Downloaded scopeguard v1.2.0
9482026-07-08T02:24:16.271Z Downloaded secrecy v0.8.0
9492026-07-08T02:24:16.276Z Downloaded rand_seeder v0.4.0
9502026-07-08T02:24:16.279Z Downloaded parking_lot_core v0.9.12
9512026-07-08T02:24:16.279Z Downloaded http v1.4.2
9522026-07-08T02:24:16.288Z Downloaded resolv-conf v0.7.6
9532026-07-08T02:24:16.292Z Downloaded secrecy v0.10.3
9542026-07-08T02:24:16.292Z Downloaded serde-big-array v0.5.1
9552026-07-08T02:24:16.295Z Downloaded seq-macro v0.3.6
9562026-07-08T02:24:16.298Z Downloaded quinn-udp v0.5.14
9572026-07-08T02:24:16.298Z Downloaded omicron-zone-package v0.12.3
9582026-07-08T02:24:16.304Z Downloaded hashbrown v0.12.3
9592026-07-08T02:24:16.306Z Downloaded rtoolbox v0.0.3
9602026-07-08T02:24:16.307Z Downloaded semver v0.1.20
9612026-07-08T02:24:16.309Z Downloaded pkcs5 v0.8.1
9622026-07-08T02:24:16.312Z Downloaded pin-project v1.1.11
9632026-07-08T02:24:16.320Z Downloaded serde_plain v1.0.2
9642026-07-08T02:24:16.320Z Downloaded sha1 v0.10.6
9652026-07-08T02:24:16.320Z Downloaded serde_urlencoded v0.7.1
9662026-07-08T02:24:16.320Z Downloaded serde_repr v0.1.20
9672026-07-08T02:24:16.323Z Downloaded serde_bytes v0.11.19
9682026-07-08T02:24:16.323Z Downloaded shell-words v1.1.1
9692026-07-08T02:24:16.323Z Downloaded sha1 v0.11.0
9702026-07-08T02:24:16.326Z Downloaded signal-hook-mio v0.2.5
9712026-07-08T02:24:16.327Z Downloaded openssl-sys v0.9.115
9722026-07-08T02:24:16.329Z Downloaded p256 v0.14.0-rc.10
9732026-07-08T02:24:16.332Z Downloaded oso v0.27.3
9742026-07-08T02:24:16.335Z Downloaded hickory-server v0.25.2
9752026-07-08T02:24:16.338Z Downloaded rustls-native-certs v0.8.3
9762026-07-08T02:24:16.338Z Downloaded serde_spanned v1.1.1
9772026-07-08T02:24:16.341Z Downloaded rustls-pemfile v2.2.0
9782026-07-08T02:24:16.344Z Downloaded p384 v0.14.0-rc.10
9792026-07-08T02:24:16.349Z Downloaded prefix-trie v0.7.0
9802026-07-08T02:24:16.352Z Downloaded rusty-fork v0.3.1
9812026-07-08T02:24:16.355Z Downloaded rustversion v1.0.22
9822026-07-08T02:24:16.358Z Downloaded signature v3.0.0
9832026-07-08T02:24:16.358Z Downloaded siphasher v1.0.2
9842026-07-08T02:24:16.361Z Downloaded sigpipe v0.1.3
9852026-07-08T02:24:16.361Z Downloaded signal-hook-tokio v0.3.1
9862026-07-08T02:24:16.364Z Downloaded schemars_derive v0.8.22
9872026-07-08T02:24:16.364Z Downloaded sec1 v0.7.3
9882026-07-08T02:24:16.364Z Downloaded hyper-util v0.1.20
9892026-07-08T02:24:16.367Z Downloaded scroll v0.13.0
9902026-07-08T02:24:16.370Z Downloaded hashbrown v0.13.2
9912026-07-08T02:24:16.377Z Downloaded scroll_derive v0.13.1
9922026-07-08T02:24:16.379Z Downloaded sec1 v0.8.1
9932026-07-08T02:24:16.379Z Downloaded scrypt v0.12.0
9942026-07-08T02:24:16.382Z Downloaded slog-envlogger v2.2.0
9952026-07-08T02:24:16.389Z Downloaded progenitor-impl v0.14.0
9962026-07-08T02:24:16.393Z Downloaded serde_derive_internals v0.29.1
9972026-07-08T02:24:16.395Z Downloaded serde-hex v0.1.0
9982026-07-08T02:24:16.404Z Downloaded serde_with_macros v1.5.2
9992026-07-08T02:24:16.408Z Downloaded serdect v0.4.3
10002026-07-08T02:24:16.415Z Downloaded sqlparser_derive v0.5.0
10012026-07-08T02:24:16.417Z Downloaded serde_path_to_error v0.1.20
10022026-07-08T02:24:16.420Z Downloaded stable_deref_trait v1.2.1
10032026-07-08T02:24:16.423Z Downloaded shlex v1.3.0
10042026-07-08T02:24:16.423Z Downloaded rustls-pki-types v1.14.0
10052026-07-08T02:24:16.427Z Downloaded prettyplease v0.2.37
10062026-07-08T02:24:16.430Z Downloaded rcgen v0.12.1
10072026-07-08T02:24:16.435Z Downloaded salsa20 v0.11.0
10082026-07-08T02:24:16.438Z Downloaded crypto-primes v0.7.2
10092026-07-08T02:24:16.441Z Downloaded pretty_assertions v1.4.1
10102026-07-08T02:24:16.445Z Downloaded signature v2.2.0
10112026-07-08T02:24:16.448Z Downloaded signal-hook-registry v1.4.8
10122026-07-08T02:24:16.450Z Downloaded strum v0.27.2
10132026-07-08T02:24:16.453Z Downloaded structmeta v0.3.0
10142026-07-08T02:24:16.453Z Downloaded strsim v0.10.0
10152026-07-08T02:24:16.453Z Downloaded strum v0.26.3
10162026-07-08T02:24:16.456Z Downloaded structmeta-derive v0.3.0
10172026-07-08T02:24:16.456Z Downloaded sync-ptr v0.1.4
10182026-07-08T02:24:16.456Z Downloaded minimal-lexical v0.2.1
10192026-07-08T02:24:16.459Z Downloaded hashbrown v0.16.1
10202026-07-08T02:24:16.462Z Downloaded slog-bunyan v2.5.0
10212026-07-08T02:24:16.464Z Downloaded mio v1.2.0
10222026-07-08T02:24:16.467Z Downloaded simd-adler32 v0.3.8
10232026-07-08T02:24:16.467Z Downloaded smallvec v0.6.14
10242026-07-08T02:24:16.470Z Downloaded supports-color v3.0.2
10252026-07-08T02:24:16.470Z Downloaded subtle v2.6.1
10262026-07-08T02:24:16.470Z Downloaded sync_wrapper v1.0.2
10272026-07-08T02:24:16.473Z Downloaded slog-json v2.6.1
10282026-07-08T02:24:16.473Z Downloaded slog-term v2.9.2
10292026-07-08T02:24:16.476Z Downloaded strip-ansi-escapes v0.2.1
10302026-07-08T02:24:16.476Z Downloaded snafu-derive v0.8.9
10312026-07-08T02:24:16.476Z Downloaded slog-stdlog v4.1.1
10322026-07-08T02:24:16.479Z Downloaded slog-scope v4.4.1
10332026-07-08T02:24:16.479Z Downloaded slog-dtrace v0.3.0
10342026-07-08T02:24:16.479Z Downloaded tabwriter v1.4.1
10352026-07-08T02:24:16.481Z Downloaded slab v0.4.12
10362026-07-08T02:24:16.482Z Downloaded itertools v0.10.5
10372026-07-08T02:24:16.486Z Downloaded sha2 v0.11.0
10382026-07-08T02:24:16.489Z Downloaded serde_cbor v0.11.2
10392026-07-08T02:24:16.493Z Downloaded tagptr v0.2.0
10402026-07-08T02:24:16.493Z Downloaded spki v0.7.3
10412026-07-08T02:24:16.495Z Downloaded termtree v0.5.1
10422026-07-08T02:24:16.495Z Downloaded take_mut v0.2.2
10432026-07-08T02:24:16.498Z Downloaded spki v0.8.0
10442026-07-08T02:24:16.498Z Downloaded ron v0.8.1
10452026-07-08T02:24:16.501Z Downloaded hashbrown v0.15.5
10462026-07-08T02:24:16.504Z Downloaded rayon-core v1.13.0
10472026-07-08T02:24:16.508Z Downloaded ssh-encoding v0.3.0-rc.9
10482026-07-08T02:24:16.511Z Downloaded thread-id v5.1.0
10492026-07-08T02:24:16.511Z Downloaded tap v1.0.1
10502026-07-08T02:24:16.514Z Downloaded sqlformat v0.3.5
10512026-07-08T02:24:16.514Z Downloaded time-core v0.1.8
10522026-07-08T02:24:16.514Z Downloaded static_assertions v1.1.0
10532026-07-08T02:24:16.517Z Downloaded ssh-cipher v0.3.0-rc.9
10542026-07-08T02:24:16.517Z Downloaded stacker v0.1.23
10552026-07-08T02:24:16.521Z Downloaded progenitor-impl v0.13.0
10562026-07-08T02:24:16.524Z Downloaded internal-russh-num-bigint v0.5.0
10572026-07-08T02:24:16.528Z Downloaded schemars v0.8.22
10582026-07-08T02:24:16.535Z Downloaded tinyvec_macros v0.1.1
10592026-07-08T02:24:16.538Z Downloaded strum_macros v0.26.4
10602026-07-08T02:24:16.538Z Downloaded string_cache v0.8.9
10612026-07-08T02:24:16.541Z Downloaded nom v7.1.3
10622026-07-08T02:24:16.544Z Downloaded strum_macros v0.24.3
10632026-07-08T02:24:16.544Z Downloaded smf v0.2.3
10642026-07-08T02:24:16.544Z Downloaded stringprep v0.1.5
10652026-07-08T02:24:16.547Z Downloaded smallvec v1.15.1
10662026-07-08T02:24:16.547Z Downloaded slog-async v2.8.0
10672026-07-08T02:24:16.550Z Downloaded publicsuffix v2.3.0
10682026-07-08T02:24:16.550Z Downloaded tokio-macros v2.7.0
10692026-07-08T02:24:16.552Z Downloaded synstructure v0.13.2
10702026-07-08T02:24:16.552Z Downloaded quinn v0.11.9
10712026-07-08T02:24:16.555Z Downloaded support-bundle-viewer v0.1.2
10722026-07-08T02:24:16.555Z Downloaded num-bigint v0.4.6
10732026-07-08T02:24:16.558Z Downloaded iri-string v0.7.10
10742026-07-08T02:24:16.562Z Downloaded tabled_derive v0.11.0
10752026-07-08T02:24:16.565Z Downloaded serde_yaml v0.9.34+deprecated
10762026-07-08T02:24:16.568Z Downloaded topological-sort v0.2.2
10772026-07-08T02:24:16.571Z Downloaded tokio-test v0.4.5
10782026-07-08T02:24:16.571Z Downloaded serde_with_macros v3.17.0
10792026-07-08T02:24:16.574Z Downloaded testing_table v0.3.0
10802026-07-08T02:24:16.574Z Downloaded termios v0.3.3
10812026-07-08T02:24:16.580Z Downloaded idna v1.1.0
10822026-07-08T02:24:16.586Z Downloaded time-macros v0.2.27
10832026-07-08T02:24:16.588Z Downloaded tower-service v0.3.3
10842026-07-08T02:24:16.588Z Downloaded thiserror-no-std v2.0.2
10852026-07-08T02:24:16.591Z Downloaded tower-layer v0.3.3
10862026-07-08T02:24:16.591Z Downloaded thiserror-impl-no-std v2.0.2
10872026-07-08T02:24:16.594Z Downloaded thread_local v1.1.9
10882026-07-08T02:24:16.594Z Downloaded trait-variant v0.1.2
10892026-07-08T02:24:16.594Z Downloaded try-lock v0.2.5
10902026-07-08T02:24:16.599Z Downloaded num-bigint-dig v0.8.6
10912026-07-08T02:24:16.607Z Downloaded tinystr v0.8.2
10922026-07-08T02:24:16.609Z Downloaded strum_macros v0.27.2
10932026-07-08T02:24:16.612Z Downloaded unarray v0.1.4
10942026-07-08T02:24:16.612Z Downloaded itertools v0.13.0
10952026-07-08T02:24:16.614Z Downloaded schemars v0.9.0
10962026-07-08T02:24:16.621Z Downloaded rsa v0.9.10
10972026-07-08T02:24:16.624Z Downloaded hyper v1.10.1
10982026-07-08T02:24:16.629Z Downloaded tokio-native-tls v0.3.1
10992026-07-08T02:24:16.632Z Downloaded tls_codec v0.4.2
11002026-07-08T02:24:16.632Z Downloaded socket2 v0.5.10
11012026-07-08T02:24:16.634Z Downloaded universal-hash v0.6.1
11022026-07-08T02:24:16.634Z Downloaded universal-hash v0.5.1
11032026-07-08T02:24:16.634Z Downloaded unit-prefix v0.5.2
11042026-07-08T02:24:16.637Z Downloaded rand v0.9.2
11052026-07-08T02:24:16.640Z Downloaded usdt-attr-macro v0.6.0
11062026-07-08T02:24:16.640Z Downloaded tokio-dtrace v0.1.1
11072026-07-08T02:24:16.640Z Downloaded tls_codec_derive v0.4.2
11082026-07-08T02:24:16.640Z Downloaded tokio-tungstenite v0.21.0
11092026-07-08T02:24:16.643Z Downloaded spin v0.9.8
11102026-07-08T02:24:16.643Z Downloaded unicode-truncate v1.1.0
11112026-07-08T02:24:16.646Z Downloaded slog v2.8.2
11122026-07-08T02:24:16.646Z Downloaded term v1.2.1
11132026-07-08T02:24:16.649Z Downloaded ryu v1.0.23
11142026-07-08T02:24:16.652Z Downloaded untrusted v0.9.0
11152026-07-08T02:24:16.652Z Downloaded untrusted v0.7.1
11162026-07-08T02:24:16.652Z Downloaded qorb v0.4.1
11172026-07-08T02:24:16.655Z Downloaded usdt v0.6.0
11182026-07-08T02:24:16.657Z Downloaded tokio-tungstenite v0.23.1
11192026-07-08T02:24:16.657Z Downloaded rustls-platform-verifier v0.6.2
11202026-07-08T02:24:16.660Z Downloaded toml_writer v1.1.1+spec-1.1.0
11212026-07-08T02:24:16.660Z Downloaded usdt-macro v0.6.0
11222026-07-08T02:24:16.660Z Downloaded icu_properties_data v2.1.2
11232026-07-08T02:24:16.666Z Downloaded h2 v0.4.15
11242026-07-08T02:24:16.670Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11252026-07-08T02:24:16.672Z Downloaded term v0.7.0
11262026-07-08T02:24:16.675Z Downloaded utf8_iter v1.0.4
11272026-07-08T02:24:16.675Z Downloaded rand v0.8.6
11282026-07-08T02:24:16.678Z Downloaded wait-timeout v0.2.1
11292026-07-08T02:24:16.678Z Downloaded utf-8 v0.7.6
11302026-07-08T02:24:16.678Z Downloaded itertools v0.12.1
11312026-07-08T02:24:16.681Z Downloaded typify-macro v0.6.2
11322026-07-08T02:24:16.684Z Downloaded similar v2.7.0
11332026-07-08T02:24:16.687Z Downloaded tui-tree-widget v0.23.1
11342026-07-08T02:24:16.687Z Downloaded signal-hook v0.3.18
11352026-07-08T02:24:16.689Z Downloaded hkdf v0.12.4
11362026-07-08T02:24:16.692Z Downloaded rustls-webpki v0.103.13
11372026-07-08T02:24:16.695Z Downloaded nom v8.0.0
11382026-07-08T02:24:16.698Z Downloaded unicode-xid v0.2.6
11392026-07-08T02:24:16.698Z Downloaded void v1.0.2
11402026-07-08T02:24:16.698Z Downloaded tiny-keccak v2.0.2
11412026-07-08T02:24:16.700Z Downloaded waitgroup v0.1.2
11422026-07-08T02:24:16.700Z Downloaded want v0.3.1
11432026-07-08T02:24:16.700Z Downloaded schemars v1.2.1
11442026-07-08T02:24:16.708Z Downloaded libxml v0.3.3
11452026-07-08T02:24:16.711Z Downloaded itertools v0.14.0
11462026-07-08T02:24:16.715Z Downloaded yoke-derive v0.8.1
11472026-07-08T02:24:16.718Z Downloaded tokio-rustls v0.26.4
11482026-07-08T02:24:16.718Z Downloaded xshell-macros v0.2.7
11492026-07-08T02:24:16.718Z Downloaded hkdf v0.13.0
11502026-07-08T02:24:16.722Z Downloaded socket2 v0.6.3
11512026-07-08T02:24:16.725Z Downloaded unicase v2.9.0
11522026-07-08T02:24:16.731Z Downloaded futures-util v0.3.32
11532026-07-08T02:24:16.744Z Downloaded xattr v1.6.1
11542026-07-08T02:24:16.747Z Downloaded zerofrom v0.1.6
11552026-07-08T02:24:16.747Z Downloaded usdt-impl v0.6.0
11562026-07-08T02:24:16.749Z Downloaded test-strategy v0.4.5
11572026-07-08T02:24:16.751Z Downloaded tracing-attributes v0.1.31
11582026-07-08T02:24:16.751Z Downloaded vergen-git2 v9.1.0
11592026-07-08T02:24:16.755Z Downloaded zone v0.3.1
11602026-07-08T02:24:16.758Z Downloaded zone_cfg_derive v0.3.1
11612026-07-08T02:24:16.760Z Downloaded rand v0.10.1
11622026-07-08T02:24:16.763Z Downloaded toml_parser v1.1.2+spec-1.1.0
11632026-07-08T02:24:16.766Z Downloaded vergen-gitcl v1.0.8
11642026-07-08T02:24:16.766Z Downloaded twox-hash v2.1.2
11652026-07-08T02:24:16.768Z Downloaded uzers v0.12.2
11662026-07-08T02:24:16.770Z Downloaded zeroize_derive v1.4.3
11672026-07-08T02:24:16.770Z Downloaded vergen-lib v9.1.0
11682026-07-08T02:24:16.770Z Downloaded zerofrom-derive v0.1.6
11692026-07-08T02:24:16.773Z Downloaded p521 v0.14.0-rc.10
11702026-07-08T02:24:16.778Z Downloaded chrono v0.4.44
11712026-07-08T02:24:16.782Z Downloaded wyz v0.5.1
11722026-07-08T02:24:16.785Z Downloaded libm v0.2.16
11732026-07-08T02:24:16.788Z Downloaded writeable v0.6.2
11742026-07-08T02:24:16.791Z Downloaded vergen-lib v0.1.6
11752026-07-08T02:24:16.791Z Downloaded whoami v1.6.1
11762026-07-08T02:24:16.794Z Downloaded walkdir v2.5.0
11772026-07-08T02:24:16.794Z Downloaded whoami v2.1.0
11782026-07-08T02:24:16.797Z Downloaded yoke v0.8.1
11792026-07-08T02:24:16.797Z Downloaded tinyvec v1.10.0
11802026-07-08T02:24:16.797Z Downloaded snafu v0.8.9
11812026-07-08T02:24:16.800Z Downloaded rsa v0.10.0-rc.18
11822026-07-08T02:24:16.803Z Downloaded tar v0.4.45
11832026-07-08T02:24:16.807Z Downloaded subprocess v0.2.15
11842026-07-08T02:24:16.810Z Downloaded samael v0.0.19
11852026-07-08T02:24:16.813Z Downloaded unicode-properties v0.1.4
11862026-07-08T02:24:16.813Z Downloaded toml v0.7.8
11872026-07-08T02:24:16.816Z Downloaded zerovec-derive v0.11.2
11882026-07-08T02:24:16.819Z Downloaded tokio-stream v0.1.18
11892026-07-08T02:24:16.821Z Downloaded iddqd v0.4.2
11902026-07-08T02:24:16.824Z Downloaded xshell v0.2.7
11912026-07-08T02:24:16.827Z Downloaded vsss-rs v3.3.4
11922026-07-08T02:24:16.831Z Downloaded vergen v9.1.0
11932026-07-08T02:24:16.834Z Downloaded rustyline v14.0.0
11942026-07-08T02:24:16.839Z Downloaded aws-lc-rs v1.16.3
11952026-07-08T02:24:16.845Z Downloaded zeroize v1.8.2
11962026-07-08T02:24:16.847Z Downloaded unicode-bidi v0.3.18
11972026-07-08T02:24:16.847Z Downloaded blake3 v1.8.5
11982026-07-08T02:24:16.852Z Downloaded zstd-safe v7.2.4
11992026-07-08T02:24:16.855Z Downloaded zstd v0.13.3
12002026-07-08T02:24:16.855Z Downloaded unsafe-libyaml v0.2.11
12012026-07-08T02:24:16.858Z Downloaded steno v0.4.1
12022026-07-08T02:24:16.861Z Downloaded zerocopy v0.6.6
12032026-07-08T02:24:16.861Z Downloaded tungstenite v0.21.0
12042026-07-08T02:24:16.870Z Downloaded typify v0.6.2
12052026-07-08T02:24:16.877Z Downloaded rpassword v7.4.0
12062026-07-08T02:24:16.884Z Downloaded toml v1.1.2+spec-1.1.0
12072026-07-08T02:24:16.887Z Downloaded tungstenite v0.23.0
12082026-07-08T02:24:16.890Z Downloaded vte v0.14.1
12092026-07-08T02:24:16.893Z Downloaded tracing-core v0.1.36
12102026-07-08T02:24:16.893Z Downloaded serde_with v1.14.0
12112026-07-08T02:24:16.900Z Downloaded bindgen v0.71.1
12122026-07-08T02:24:16.910Z Downloaded yasna v0.5.2
12132026-07-08T02:24:16.915Z Downloaded reedline v0.40.0
12142026-07-08T02:24:16.939Z Downloaded curve25519-dalek v4.1.3
12152026-07-08T02:24:16.956Z Downloaded unicode_categories v0.1.1
12162026-07-08T02:24:16.966Z Downloaded yansi v1.0.1
12172026-07-08T02:24:16.969Z Downloaded regex v1.12.3
12182026-07-08T02:24:16.973Z Downloaded uuid v1.23.4
12192026-07-08T02:24:16.981Z Downloaded zerotrie v0.2.3
12202026-07-08T02:24:16.981Z Downloaded reqwest v0.12.28
12212026-07-08T02:24:16.981Z Downloaded zopfli v0.8.3
12222026-07-08T02:24:16.984Z Downloaded zip v0.6.6
12232026-07-08T02:24:16.986Z Downloaded p384 v0.13.1
12242026-07-08T02:24:16.996Z Downloaded bitvec v1.0.1
12252026-07-08T02:24:17.005Z Downloaded tokio-postgres v0.7.16
12262026-07-08T02:24:17.007Z Downloaded reqwest v0.13.2
12272026-07-08T02:24:17.011Z Downloaded quick-xml v0.37.5
12282026-07-08T02:24:17.014Z Downloaded url v2.5.8
12292026-07-08T02:24:17.034Z Downloaded rayon v1.11.0
12302026-07-08T02:24:17.042Z Downloaded x509-cert v0.2.5
12312026-07-08T02:24:17.045Z Downloaded tower v0.5.3
12322026-07-08T02:24:17.051Z Downloaded portable-atomic v1.13.1
12332026-07-08T02:24:17.056Z Downloaded toml_edit v0.19.15
12342026-07-08T02:24:17.066Z Downloaded typed-path v0.9.3
12352026-07-08T02:24:17.069Z Downloaded zerocopy-derive v0.8.40
12362026-07-08T02:24:17.074Z Downloaded lalrpop v0.19.12
12372026-07-08T02:24:17.080Z Downloaded git2 v0.20.4
12382026-07-08T02:24:17.085Z Downloaded tokio-util v0.7.18
12392026-07-08T02:24:17.089Z Downloaded ssh-key v0.7.0-rc.10
12402026-07-08T02:24:17.094Z Downloaded salty v0.3.0
12412026-07-08T02:24:17.097Z Downloaded zip v4.6.1
12422026-07-08T02:24:17.101Z Downloaded zerovec v0.11.5
12432026-07-08T02:24:17.104Z Downloaded moka v0.12.13
12442026-07-08T02:24:17.107Z Downloaded crypto-bigint v0.7.5
12452026-07-08T02:24:17.116Z Downloaded unicode-segmentation v1.12.0
12462026-07-08T02:24:17.119Z Downloaded goblin v0.10.5
12472026-07-08T02:24:17.138Z Downloaded petname v2.0.2
12482026-07-08T02:24:17.141Z Downloaded quinn-proto v0.11.13
12492026-07-08T02:24:17.147Z Downloaded unicode-normalization v0.1.25
12502026-07-08T02:24:17.152Z Downloaded nix v0.27.1
12512026-07-08T02:24:17.163Z Downloaded tower-http v0.6.8
12522026-07-08T02:24:17.167Z Downloaded tough v0.22.0
12532026-07-08T02:24:17.171Z Downloaded bstr v1.12.1
12542026-07-08T02:24:17.176Z Downloaded object v0.30.4
12552026-07-08T02:24:17.194Z Downloaded serde_with v3.17.0
12562026-07-08T02:24:17.201Z Downloaded nix v0.28.0
12572026-07-08T02:24:17.221Z Downloaded russh v0.61.2
12582026-07-08T02:24:17.225Z Downloaded radix_trie v0.2.1
12592026-07-08T02:24:17.228Z Downloaded hickory-proto v0.24.4
12602026-07-08T02:24:17.245Z Downloaded proptest v1.10.0
12612026-07-08T02:24:17.255Z Downloaded winnow v0.5.40
12622026-07-08T02:24:17.260Z Downloaded polar-core v0.27.3
12632026-07-08T02:24:17.264Z Downloaded dropshot v0.17.1
12642026-07-08T02:24:17.277Z Downloaded winnow v0.6.26
12652026-07-08T02:24:17.282Z Downloaded regress v0.10.5
12662026-07-08T02:24:17.287Z Downloaded hickory-proto v0.25.2
12672026-07-08T02:24:17.307Z Downloaded openssl v0.10.79
12682026-07-08T02:24:17.312Z Downloaded curve25519-dalek v5.0.0-rc.0
12692026-07-08T02:24:17.317Z Downloaded regress v0.11.1
12702026-07-08T02:24:17.323Z Downloaded tabled v0.20.0
12712026-07-08T02:24:17.333Z Downloaded winnow v1.0.3
12722026-07-08T02:24:17.338Z Downloaded smoltcp v0.9.1
12732026-07-08T02:24:17.343Z Downloaded regex-syntax v0.6.29
12742026-07-08T02:24:17.347Z Downloaded time v0.3.47
12752026-07-08T02:24:17.370Z Downloaded vcpkg v0.2.15
12762026-07-08T02:24:17.393Z Downloaded zlib-rs v0.6.2
12772026-07-08T02:24:17.396Z Downloaded object v0.37.3
12782026-07-08T02:24:17.402Z Downloaded nix v0.31.2
12792026-07-08T02:24:17.409Z Downloaded openapiv3 v2.2.0
12802026-07-08T02:24:17.417Z Downloaded smoltcp v0.11.0
12812026-07-08T02:24:17.425Z Downloaded zerocopy v0.8.40
12822026-07-08T02:24:17.433Z Downloaded diesel v2.3.7
12832026-07-08T02:24:17.447Z Downloaded rustix v0.38.44
12842026-07-08T02:24:17.459Z Downloaded regex-syntax v0.8.10
12852026-07-08T02:24:17.463Z Downloaded sled v0.34.7
12862026-07-08T02:24:17.472Z Downloaded rustls v0.23.41
12872026-07-08T02:24:17.478Z Downloaded ratatui v0.29.0
12882026-07-08T02:24:17.489Z Downloaded bzip2-sys v0.1.13+1.0.8
12892026-07-08T02:24:17.519Z Downloaded sqlparser v0.61.0
12902026-07-08T02:24:17.532Z Downloaded sha3 v0.11.0
12912026-07-08T02:24:17.537Z Downloaded fiat-crypto v0.3.0
12922026-07-08T02:24:17.542Z Downloaded typify-impl v0.6.2
12932026-07-08T02:24:17.549Z Downloaded tracing v0.1.44
12942026-07-08T02:24:17.559Z Downloaded regex-automata v0.4.14
12952026-07-08T02:24:17.571Z Downloaded zerocopy-derive v0.6.6
12962026-07-08T02:24:17.585Z Downloaded chrono-tz v0.10.4
12972026-07-08T02:24:17.595Z Downloaded petgraph v0.6.5
12982026-07-08T02:24:17.605Z Downloaded jiff v0.2.21
12992026-07-08T02:24:17.618Z Downloaded petgraph v0.8.3
13002026-07-08T02:24:17.630Z Downloaded csv v1.4.0
13012026-07-08T02:24:17.672Z Downloaded libz-sys v1.1.24
13022026-07-08T02:24:17.700Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13032026-07-08T02:24:17.720Z Downloaded sha3 v0.10.8
13042026-07-08T02:24:17.740Z Downloaded tokio v1.52.1
13052026-07-08T02:24:17.858Z Downloaded encoding_rs v0.8.35
13062026-07-08T02:24:17.925Z Downloaded ring v0.17.14
13072026-07-08T02:24:17.966Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-07-08T02:24:18.550Z Downloaded aws-lc-sys v0.40.0
13092026-07-08T02:24:18.812Z Compiling libc v0.2.185
13102026-07-08T02:24:18.812Z Compiling serde_core v1.0.228
13112026-07-08T02:24:18.815Z Compiling serde v1.0.228
13122026-07-08T02:24:18.815Z Compiling log v0.4.29
13132026-07-08T02:24:18.816Z Compiling smallvec v1.15.1
13142026-07-08T02:24:18.816Z Compiling shlex v1.3.0
13152026-07-08T02:24:18.947Z Compiling find-msvc-tools v0.1.9
13162026-07-08T02:24:18.951Z Compiling syn v2.0.117
13172026-07-08T02:24:19.173Z Compiling subtle v2.6.1
13182026-07-08T02:24:19.194Z Compiling scopeguard v1.2.0
13192026-07-08T02:24:19.207Z Compiling stable_deref_trait v1.2.1
13202026-07-08T02:24:19.241Z Compiling typenum v1.20.1
13212026-07-08T02:24:19.281Z Compiling lock_api v0.4.14
13222026-07-08T02:24:19.312Z Compiling serde_json v1.0.150
13232026-07-08T02:24:19.339Z Compiling zerocopy v0.8.40
13242026-07-08T02:24:19.351Z Compiling portable-atomic v1.13.1
13252026-07-08T02:24:19.520Z Compiling parking_lot_core v0.9.12
13262026-07-08T02:24:19.552Z Compiling pin-project-lite v0.2.17
13272026-07-08T02:24:19.648Z Compiling pkg-config v0.3.32
13282026-07-08T02:24:19.787Z Compiling critical-section v1.2.0
13292026-07-08T02:24:19.801Z Compiling getrandom v0.4.1
13302026-07-08T02:24:19.821Z Compiling jobserver v0.1.34
13312026-07-08T02:24:19.889Z Compiling errno v0.3.14
13322026-07-08T02:24:20.039Z Compiling cc v1.2.56
13332026-07-08T02:24:20.050Z Compiling getrandom v0.2.17
13342026-07-08T02:24:20.150Z Compiling signal-hook-registry v1.4.8
13352026-07-08T02:24:20.181Z Compiling rand_core v0.6.4
13362026-07-08T02:24:20.270Z Compiling libm v0.2.16
13372026-07-08T02:24:20.405Z Compiling once_cell v1.21.3
13382026-07-08T02:24:20.449Z Compiling futures-core v0.3.32
13392026-07-08T02:24:20.464Z Compiling parking_lot v0.12.5
13402026-07-08T02:24:20.495Z Compiling mio v1.2.0
13412026-07-08T02:24:20.599Z Compiling num-traits v0.2.19
13422026-07-08T02:24:20.615Z Compiling generic-array v0.14.7
13432026-07-08T02:24:20.619Z Compiling const-oid v0.9.6
13442026-07-08T02:24:20.800Z Compiling rand_core v0.10.0
13452026-07-08T02:24:20.980Z Compiling percent-encoding v2.3.2
13462026-07-08T02:24:21.011Z Compiling litemap v0.8.1
13472026-07-08T02:24:21.182Z Compiling bitflags v2.11.0
13482026-07-08T02:24:21.195Z Compiling writeable v0.6.2
13492026-07-08T02:24:21.211Z Compiling semver v1.0.28
13502026-07-08T02:24:21.360Z Compiling socket2 v0.6.3
13512026-07-08T02:24:21.384Z Compiling icu_normalizer_data v2.1.1
13522026-07-08T02:24:21.408Z Compiling icu_properties_data v2.1.2
13532026-07-08T02:24:21.532Z Compiling futures-sink v0.3.32
13542026-07-08T02:24:21.563Z Compiling futures-task v0.3.32
13552026-07-08T02:24:21.671Z Compiling futures-channel v0.3.32
13562026-07-08T02:24:21.726Z Compiling synstructure v0.13.2
13572026-07-08T02:24:21.758Z Compiling futures-io v0.3.32
13582026-07-08T02:24:21.783Z Compiling slab v0.4.12
13592026-07-08T02:24:21.898Z Compiling indexmap v2.14.0
13602026-07-08T02:24:21.912Z Compiling rustversion v1.0.22
13612026-07-08T02:24:21.955Z Compiling utf8_iter v1.0.4
13622026-07-08T02:24:21.970Z Compiling getrandom v0.3.4
13632026-07-08T02:24:22.163Z Compiling form_urlencoded v1.2.2
13642026-07-08T02:24:22.290Z Compiling cmake v0.1.57
13652026-07-08T02:24:22.315Z Compiling dunce v1.0.5
13662026-07-08T02:24:22.339Z Compiling fs_extra v1.3.0
13672026-07-08T02:24:22.413Z Compiling rustix v1.1.3
13682026-07-08T02:24:22.413Z Compiling ident_case v1.0.1
13692026-07-08T02:24:22.548Z Compiling regex-syntax v0.8.10
13702026-07-08T02:24:22.575Z Compiling iana-time-zone v0.1.65
13712026-07-08T02:24:22.616Z Compiling base64ct v1.8.3
13722026-07-08T02:24:22.696Z Compiling aws-lc-sys v0.40.0
13732026-07-08T02:24:22.791Z Compiling vcpkg v0.2.15
13742026-07-08T02:24:22.910Z Compiling rand_core v0.9.5
13752026-07-08T02:24:22.994Z Compiling pem-rfc7468 v0.7.0
13762026-07-08T02:24:23.008Z Compiling rustc_version v0.4.1
13772026-07-08T02:24:23.192Z Compiling uuid v1.23.4
13782026-07-08T02:24:23.303Z Compiling tracing-core v0.1.36
13792026-07-08T02:24:23.332Z Compiling aws-lc-rs v1.16.3
13802026-07-08T02:24:23.532Z Compiling openssl-sys v0.9.115
13812026-07-08T02:24:23.549Z Compiling serde_derive v1.0.228
13822026-07-08T02:24:23.646Z Compiling zeroize_derive v1.4.3
13832026-07-08T02:24:23.875Z Compiling zerofrom-derive v0.1.6
13842026-07-08T02:24:23.935Z Compiling yoke-derive v0.8.1
13852026-07-08T02:24:24.080Z Compiling zerocopy-derive v0.8.40
13862026-07-08T02:24:24.194Z Compiling zerovec-derive v0.11.2
13872026-07-08T02:24:24.318Z Compiling zeroize v1.8.2
13882026-07-08T02:24:24.526Z Compiling displaydoc v0.2.5
13892026-07-08T02:24:25.136Z Compiling tokio-macros v2.7.0
13902026-07-08T02:24:25.314Z Compiling futures-macro v0.3.32
13912026-07-08T02:24:25.328Z Compiling zerofrom v0.1.6
13922026-07-08T02:24:25.356Z Compiling thiserror-impl v2.0.18
13932026-07-08T02:24:25.447Z Compiling yoke v0.8.1
13942026-07-08T02:24:25.529Z Compiling crypto-common v0.1.7
13952026-07-08T02:24:25.638Z Compiling zerovec v0.11.5
13962026-07-08T02:24:25.675Z Compiling zerotrie v0.2.3
13972026-07-08T02:24:25.881Z Compiling block-buffer v0.10.4
13982026-07-08T02:24:25.976Z Compiling der_derive v0.7.3
13992026-07-08T02:24:26.052Z Compiling digest v0.10.7
14002026-07-08T02:24:26.124Z Compiling tinystr v0.8.2
14012026-07-08T02:24:26.140Z Compiling potential_utf v0.1.4
14022026-07-08T02:24:26.295Z Compiling icu_locale_core v2.1.1
14032026-07-08T02:24:26.295Z Compiling icu_collections v2.1.1
14042026-07-08T02:24:26.322Z Compiling futures-util v0.3.32
14052026-07-08T02:24:26.707Z Compiling tracing-attributes v0.1.31
14062026-07-08T02:24:26.782Z Compiling base64 v0.22.1
14072026-07-08T02:24:26.953Z Compiling icu_provider v2.1.1
14082026-07-08T02:24:27.129Z Compiling bytes v1.11.1
14092026-07-08T02:24:27.168Z Compiling chrono v0.4.44
14102026-07-08T02:24:27.181Z Compiling flagset v0.4.7
14112026-07-08T02:24:27.297Z Compiling icu_properties v2.1.2
14122026-07-08T02:24:27.313Z Compiling icu_normalizer v2.1.1
14132026-07-08T02:24:27.771Z Compiling tokio v1.52.1
14142026-07-08T02:24:27.864Z Compiling http v1.4.2
14152026-07-08T02:24:28.094Z Compiling tracing v0.1.44
14162026-07-08T02:24:28.371Z Compiling idna_adapter v1.2.1
14172026-07-08T02:24:28.402Z Compiling der v0.7.10
14182026-07-08T02:24:28.510Z Compiling idna v1.1.0
14192026-07-08T02:24:28.568Z Compiling ppv-lite86 v0.2.21
14202026-07-08T02:24:28.671Z Compiling http-body v1.0.1
14212026-07-08T02:24:28.675Z Compiling thiserror v2.0.18
14222026-07-08T02:24:28.778Z Compiling rustls-pki-types v1.14.0
14232026-07-08T02:24:28.792Z Compiling url v2.5.8
14242026-07-08T02:24:28.873Z Compiling rand_chacha v0.9.0
14252026-07-08T02:24:28.887Z Compiling openssl-probe v0.2.1
14262026-07-08T02:24:29.061Z Compiling cmov v0.5.4
14272026-07-08T02:24:29.166Z Compiling httparse v1.10.1
14282026-07-08T02:24:29.222Z Compiling tinyvec_macros v0.1.1
14292026-07-08T02:24:29.266Z Compiling ctutils v0.4.2
14302026-07-08T02:24:29.291Z Compiling tinyvec v1.10.0
14312026-07-08T02:24:29.503Z Compiling spki v0.7.3
14322026-07-08T02:24:29.549Z Compiling rand v0.9.2
14332026-07-08T02:24:29.562Z Compiling pest_generator v2.8.6
14342026-07-08T02:24:29.576Z Compiling serde_derive_internals v0.29.1
14352026-07-08T02:24:29.601Z Compiling aho-corasick v1.1.4
14362026-07-08T02:24:29.626Z Compiling tower-service v0.3.3
14372026-07-08T02:24:29.698Z Compiling try-lock v0.2.5
14382026-07-08T02:24:29.717Z Compiling dyn-clone v1.0.20
14392026-07-08T02:24:29.805Z Compiling atomic-waker v1.1.2
14402026-07-08T02:24:29.853Z Compiling schemars v0.8.22
14412026-07-08T02:24:29.928Z Compiling tower-layer v0.3.3
14422026-07-08T02:24:30.065Z Compiling untrusted v0.7.1
14432026-07-08T02:24:30.107Z Compiling tempfile v3.25.0
14442026-07-08T02:24:30.186Z Compiling want v0.3.1
14452026-07-08T02:24:30.239Z Compiling pest_derive v2.8.6
14462026-07-08T02:24:30.351Z Compiling hybrid-array v0.4.13
14472026-07-08T02:24:30.439Z Compiling schemars_derive v0.8.22
14482026-07-08T02:24:30.469Z Compiling regex-automata v0.4.14
14492026-07-08T02:24:30.617Z Compiling ipnet v2.11.0
14502026-07-08T02:24:30.679Z Compiling scroll_derive v0.13.1
14512026-07-08T02:24:31.112Z Compiling darling_core v0.20.11
14522026-07-08T02:24:31.126Z Compiling rustls v0.23.41
14532026-07-08T02:24:31.244Z Compiling openssl v0.10.79
14542026-07-08T02:24:31.310Z Compiling untrusted v0.9.0
14552026-07-08T02:24:31.432Z Compiling cpufeatures v0.2.17
14562026-07-08T02:24:31.474Z Compiling tokio-util v0.7.18
14572026-07-08T02:24:31.488Z Compiling httpdate v1.0.3
14582026-07-08T02:24:31.507Z Compiling foreign-types-shared v0.1.1
14592026-07-08T02:24:31.594Z Compiling foreign-types v0.3.2
14602026-07-08T02:24:31.696Z Compiling scroll v0.13.0
14612026-07-08T02:24:31.709Z Compiling pkcs8 v0.10.2
14622026-07-08T02:24:31.957Z Compiling unicode-normalization v0.1.25
14632026-07-08T02:24:32.437Z Compiling h2 v0.4.15
14642026-07-08T02:24:32.468Z Compiling openssl-macros v0.1.1
14652026-07-08T02:24:32.542Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14662026-07-08T02:24:32.867Z Compiling spin v0.9.8
14672026-07-08T02:24:32.939Z Compiling time-core v0.1.8
14682026-07-08T02:24:32.958Z Compiling native-tls v0.2.18
14692026-07-08T02:24:33.079Z Compiling crc32fast v1.5.0
14702026-07-08T02:24:33.092Z Compiling powerfmt v0.2.0
14712026-07-08T02:24:33.171Z Compiling num-conv v0.2.0
14722026-07-08T02:24:33.295Z Compiling deranged v0.5.8
14732026-07-08T02:24:33.309Z Compiling time-macros v0.2.27
14742026-07-08T02:24:33.385Z Compiling darling_macro v0.20.11
14752026-07-08T02:24:33.860Z Compiling darling v0.20.11
14762026-07-08T02:24:33.943Z Compiling goblin v0.10.5
14772026-07-08T02:24:34.263Z Compiling sha2 v0.10.9
14782026-07-08T02:24:34.367Z Compiling hmac v0.12.1
14792026-07-08T02:24:34.519Z Compiling sync_wrapper v1.0.2
14802026-07-08T02:24:34.537Z Compiling wait-timeout v0.2.1
14812026-07-08T02:24:34.628Z Compiling num_threads v0.1.7
14822026-07-08T02:24:34.728Z Compiling quick-error v1.2.3
14832026-07-08T02:24:34.795Z Compiling bit-vec v0.8.0
14842026-07-08T02:24:34.833Z Compiling simd-adler32 v0.3.8
14852026-07-08T02:24:35.027Z Compiling syn v1.0.109
14862026-07-08T02:24:35.073Z Compiling crossbeam-utils v0.8.21
14872026-07-08T02:24:35.335Z Compiling usdt-impl v0.6.0
14882026-07-08T02:24:35.364Z Compiling siphasher v1.0.2
14892026-07-08T02:24:35.547Z Compiling hyper v1.10.1
14902026-07-08T02:24:35.676Z Compiling bit-set v0.8.0
14912026-07-08T02:24:35.841Z Compiling rusty-fork v0.3.1
14922026-07-08T02:24:35.902Z Compiling time v0.3.47
14932026-07-08T02:24:36.152Z Compiling tower v0.5.3
14942026-07-08T02:24:36.334Z Compiling derive_builder_core v0.20.2
14952026-07-08T02:24:36.629Z Compiling hyper-util v0.1.20
14962026-07-08T02:24:36.668Z Compiling dof v0.4.0
14972026-07-08T02:24:37.142Z Compiling dtrace-parser v0.3.0
14982026-07-08T02:24:37.206Z Compiling http-body-util v0.1.3
14992026-07-08T02:24:37.453Z Compiling thiserror-impl v1.0.69
15002026-07-08T02:24:37.516Z Compiling scroll_derive v0.12.1
15012026-07-08T02:24:37.873Z Compiling heapless v0.7.17
15022026-07-08T02:24:37.887Z Compiling rand_xorshift v0.4.0
15032026-07-08T02:24:38.048Z Compiling slog v2.8.2
15042026-07-08T02:24:38.104Z Compiling darling_core v0.21.3
15052026-07-08T02:24:38.128Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-07-08T02:24:38.182Z Compiling thread-id v5.1.0
15072026-07-08T02:24:38.249Z Compiling cookie v0.18.1
15082026-07-08T02:24:38.266Z Compiling signal-hook v0.3.18
15092026-07-08T02:24:38.411Z Compiling paste v1.0.15
15102026-07-08T02:24:38.425Z Compiling ryu v1.0.23
15112026-07-08T02:24:38.441Z Compiling allocator-api2 v0.2.21
15122026-07-08T02:24:38.454Z Compiling adler2 v2.0.1
15132026-07-08T02:24:38.581Z Compiling iri-string v0.7.10
15142026-07-08T02:24:38.594Z Compiling anyhow v1.0.102
15152026-07-08T02:24:38.686Z Compiling unicode-bidi v0.3.18
15162026-07-08T02:24:38.714Z Compiling zstd-safe v7.2.4
15172026-07-08T02:24:38.760Z Compiling unicode-properties v0.1.4
15182026-07-08T02:24:38.908Z Compiling unarray v0.1.4
15192026-07-08T02:24:38.964Z Compiling thiserror v1.0.69
15202026-07-08T02:24:39.013Z Compiling stringprep v0.1.5
15212026-07-08T02:24:39.064Z Compiling proptest v1.10.0
15222026-07-08T02:24:39.169Z Compiling serde_urlencoded v0.7.1
15232026-07-08T02:24:39.210Z Compiling miniz_oxide v0.8.9
15242026-07-08T02:24:39.803Z Compiling tower-http v0.6.8
15252026-07-08T02:24:40.057Z Compiling scroll v0.12.0
15262026-07-08T02:24:40.084Z Compiling derive_builder_macro v0.20.2
15272026-07-08T02:24:40.117Z Compiling camino v1.2.2
15282026-07-08T02:24:40.198Z Compiling tokio-native-tls v0.3.1
15292026-07-08T02:24:40.369Z Compiling bstr v1.12.1
15302026-07-08T02:24:40.491Z Compiling ipnetwork v0.21.1
15312026-07-08T02:24:40.546Z Compiling crypto-common v0.2.2
15322026-07-08T02:24:40.569Z Compiling darling_macro v0.21.3
15332026-07-08T02:24:40.804Z Compiling block-buffer v0.12.1
15342026-07-08T02:24:40.874Z Compiling block-padding v0.4.2
15352026-07-08T02:24:40.998Z Compiling rustls-native-certs v0.8.3
15362026-07-08T02:24:41.014Z Compiling rand_chacha v0.3.1
15372026-07-08T02:24:41.037Z Compiling toml_datetime v0.6.11
15382026-07-08T02:24:41.053Z Compiling erased-serde v0.3.31
15392026-07-08T02:24:41.282Z Compiling serde_spanned v0.6.9
15402026-07-08T02:24:41.296Z Compiling serde_tokenstream v0.2.3
15412026-07-08T02:24:41.427Z Compiling signature v2.2.0
15422026-07-08T02:24:41.530Z Compiling md-5 v0.10.6
15432026-07-08T02:24:41.601Z Compiling zerocopy-derive v0.7.35
15442026-07-08T02:24:41.614Z Compiling pin-project-internal v1.1.11
15452026-07-08T02:24:41.699Z Compiling async-trait v0.1.89
15462026-07-08T02:24:41.786Z Compiling curve25519-dalek v4.1.3
15472026-07-08T02:24:42.180Z Compiling vergen-lib v9.1.0
15482026-07-08T02:24:42.293Z Compiling num-integer v0.1.46
15492026-07-08T02:24:42.378Z Compiling hash32 v0.2.1
15502026-07-08T02:24:42.470Z Compiling memoffset v0.9.1
15512026-07-08T02:24:42.572Z Compiling encoding_rs v0.8.35
15522026-07-08T02:24:42.622Z Compiling zlib-rs v0.6.2
15532026-07-08T02:24:42.678Z Compiling smoltcp v0.9.1
15542026-07-08T02:24:42.744Z Compiling fallible-iterator v0.2.0
15552026-07-08T02:24:42.778Z Compiling ref-cast v1.0.25
15562026-07-08T02:24:43.024Z Compiling cfg_aliases v0.2.1
15572026-07-08T02:24:43.059Z Compiling num-bigint-dig v0.8.6
15582026-07-08T02:24:43.095Z Compiling litrs v1.0.0
15592026-07-08T02:24:43.109Z Compiling rustix v0.38.44
15602026-07-08T02:24:43.263Z Compiling psl-types v2.0.11
15612026-07-08T02:24:43.389Z Compiling mime v0.3.17
15622026-07-08T02:24:43.553Z Compiling publicsuffix v2.3.0
15632026-07-08T02:24:43.612Z Compiling document-features v0.2.12
15642026-07-08T02:24:43.670Z Compiling nix v0.31.2
15652026-07-08T02:24:43.785Z Compiling postgres-protocol v0.6.10
15662026-07-08T02:24:44.047Z Compiling hubpack_derive v0.1.1
15672026-07-08T02:24:44.061Z Compiling pin-project v1.1.11
15682026-07-08T02:24:44.175Z Compiling num-iter v0.1.45
15692026-07-08T02:24:44.209Z Compiling zerocopy v0.7.35
15702026-07-08T02:24:44.386Z Compiling newtype-uuid v1.3.2
15712026-07-08T02:24:44.497Z Compiling rand v0.8.6
15722026-07-08T02:24:44.618Z Compiling darling v0.21.3
15732026-07-08T02:24:44.702Z Compiling inout v0.2.2
15742026-07-08T02:24:44.716Z Compiling oxnet v0.1.6
15752026-07-08T02:24:44.729Z Compiling derive_builder v0.20.2
15762026-07-08T02:24:44.742Z Compiling hyper-tls v0.6.0
15772026-07-08T02:24:44.850Z Compiling goblin v0.8.2
15782026-07-08T02:24:45.427Z Compiling phf_shared v0.13.1
15792026-07-08T02:24:45.490Z Compiling lazy_static v1.5.0
15802026-07-08T02:24:45.586Z Compiling flate2 v1.1.9
15812026-07-08T02:24:45.667Z Compiling regex v1.12.3
15822026-07-08T02:24:45.685Z Compiling anstyle-parse v0.2.7
15832026-07-08T02:24:45.699Z Compiling futures-executor v0.3.32
15842026-07-08T02:24:45.865Z Compiling hex v0.4.3
15852026-07-08T02:24:45.899Z Compiling terminal_size v0.4.3
15862026-07-08T02:24:45.957Z Compiling snafu-derive v0.8.9
15872026-07-08T02:24:45.989Z Compiling daft-derive v0.1.7
15882026-07-08T02:24:46.035Z Compiling strum_macros v0.27.2
15892026-07-08T02:24:46.094Z Compiling curve25519-dalek-derive v0.1.1
15902026-07-08T02:24:46.131Z Compiling ref-cast-impl v1.0.25
15912026-07-08T02:24:46.684Z Compiling vergen v9.1.0
15922026-07-08T02:24:46.720Z Compiling cargo-platform v0.3.2
15932026-07-08T02:24:46.746Z Compiling ff v0.13.1
15942026-07-08T02:24:46.878Z Compiling fs-err v3.3.0
15952026-07-08T02:24:46.892Z Compiling ahash v0.8.12
15962026-07-08T02:24:46.990Z Compiling libbz2-rs-sys v0.2.2
15972026-07-08T02:24:47.137Z Compiling winnow v0.5.40
15982026-07-08T02:24:47.174Z Compiling unicode-segmentation v1.12.0
15992026-07-08T02:24:47.572Z Compiling same-file v1.0.6
16002026-07-08T02:24:47.736Z Compiling managed v0.8.0
16012026-07-08T02:24:47.750Z Compiling bumpalo v3.20.2
16022026-07-08T02:24:47.882Z Compiling foldhash v0.2.0
16032026-07-08T02:24:47.953Z Compiling base16ct v0.2.0
16042026-07-08T02:24:48.002Z Compiling bitflags v1.3.2
16052026-07-08T02:24:48.040Z Compiling object v0.37.3
16062026-07-08T02:24:48.080Z Compiling foldhash v0.1.5
16072026-07-08T02:24:48.109Z Compiling sec1 v0.7.3
16082026-07-08T02:24:48.252Z Compiling hashbrown v0.15.5
16092026-07-08T02:24:48.373Z Compiling strum v0.27.2
16102026-07-08T02:24:48.387Z Compiling hashbrown v0.16.1
16112026-07-08T02:24:48.400Z Compiling zopfli v0.8.3
16122026-07-08T02:24:48.501Z Compiling toml_edit v0.19.15
16132026-07-08T02:24:48.602Z Compiling clap_builder v4.6.0
16142026-07-08T02:24:48.802Z Compiling snafu v0.8.9
16152026-07-08T02:24:48.912Z Compiling walkdir v2.5.0
16162026-07-08T02:24:48.965Z Compiling bzip2 v0.6.1
16172026-07-08T02:24:49.147Z Compiling dof v0.3.0
16182026-07-08T02:24:49.168Z Compiling cargo_metadata v0.23.1
16192026-07-08T02:24:49.219Z Compiling group v0.13.0
16202026-07-08T02:24:49.398Z Compiling daft v0.1.7
16212026-07-08T02:24:49.785Z Compiling futures v0.3.32
16222026-07-08T02:24:49.849Z Compiling anstream v0.6.21
16232026-07-08T02:24:49.870Z Compiling phf v0.13.1
16242026-07-08T02:24:50.152Z Compiling signal-hook-mio v0.2.5
16252026-07-08T02:24:50.271Z Compiling cookie_store v0.22.1
16262026-07-08T02:24:50.393Z Compiling zstd v0.13.3
16272026-07-08T02:24:50.502Z Compiling bzip2 v0.4.4
16282026-07-08T02:24:50.658Z Compiling reqwest v0.12.28
16292026-07-08T02:24:50.710Z Compiling cipher v0.5.2
16302026-07-08T02:24:50.913Z Compiling serde_with_macros v3.17.0
16312026-07-08T02:24:51.012Z Compiling hubpack v0.1.2
16322026-07-08T02:24:51.212Z Compiling postgres-types v0.2.12
16332026-07-08T02:24:51.569Z Compiling usdt-macro v0.6.0
16342026-07-08T02:24:51.760Z Compiling usdt-attr-macro v0.6.0
16352026-07-08T02:24:52.071Z Compiling ed25519 v2.2.3
16362026-07-08T02:24:52.224Z Compiling globset v0.4.18
16372026-07-08T02:24:52.348Z Compiling dtrace-parser v0.2.0
16382026-07-08T02:24:52.371Z Compiling phf_shared v0.11.3
16392026-07-08T02:24:52.563Z Compiling hkdf v0.12.4
16402026-07-08T02:24:52.610Z Compiling olpc-cjson v0.1.4
16412026-07-08T02:24:52.729Z Compiling pkcs1 v0.7.5
16422026-07-08T02:24:52.772Z Compiling pem v3.0.6
16432026-07-08T02:24:52.917Z Compiling serde-big-array v0.5.1
16442026-07-08T02:24:52.998Z Compiling serde_plain v1.0.2
16452026-07-08T02:24:53.064Z Compiling crypto-bigint v0.5.5
16462026-07-08T02:24:53.098Z Compiling clap_derive v4.6.1
16472026-07-08T02:24:53.101Z Compiling async-recursion v1.1.1
16482026-07-08T02:24:53.125Z Compiling serde_repr v0.1.20
16492026-07-08T02:24:53.192Z Compiling enum-as-inner v0.6.1
16502026-07-08T02:24:53.652Z Compiling strum_macros v0.26.4
16512026-07-08T02:24:53.698Z Compiling float-cmp v0.10.0
16522026-07-08T02:24:53.747Z Compiling thread-id v4.2.2
16532026-07-08T02:24:53.834Z Compiling memmap2 v0.9.10
16542026-07-08T02:24:53.848Z Compiling env_filter v1.0.0
16552026-07-08T02:24:54.050Z Compiling whoami v2.1.0
16562026-07-08T02:24:54.146Z Compiling difflib v0.4.0
16572026-07-08T02:24:54.395Z Compiling fixedbitset v0.5.7
16582026-07-08T02:24:54.426Z Compiling normalize-line-endings v0.3.0
16592026-07-08T02:24:54.525Z Compiling either v1.15.0
16602026-07-08T02:24:54.695Z Compiling predicates-core v1.0.10
16612026-07-08T02:24:54.712Z Compiling data-encoding v2.10.0
16622026-07-08T02:24:54.732Z Compiling const-oid v0.10.2
16632026-07-08T02:24:54.866Z Compiling keccak v0.1.6
16642026-07-08T02:24:54.881Z Compiling precomputed-hash v0.1.1
16652026-07-08T02:24:54.936Z Compiling cpufeatures v0.3.0
16662026-07-08T02:24:54.968Z Compiling fixedbitset v0.4.2
16672026-07-08T02:24:55.015Z Compiling static_assertions v1.1.0
16682026-07-08T02:24:55.089Z Compiling new_debug_unreachable v1.0.6
16692026-07-08T02:24:55.158Z Compiling winnow v1.0.3
16702026-07-08T02:24:55.172Z Compiling typed-path v0.9.3
16712026-07-08T02:24:55.184Z Compiling jiff v0.2.21
16722026-07-08T02:24:55.388Z Compiling strum v0.26.3
16732026-07-08T02:24:55.402Z Compiling string_cache v0.8.9
16742026-07-08T02:24:55.505Z Compiling toml_parser v1.1.2+spec-1.1.0
16752026-07-08T02:24:55.519Z Compiling petgraph v0.6.5
16762026-07-08T02:24:55.594Z Compiling toml_edit v0.22.27
16772026-07-08T02:24:55.625Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-07-08T02:24:55.654Z Compiling sha3 v0.10.8
16792026-07-08T02:24:56.103Z Compiling chacha20 v0.10.0
16802026-07-08T02:24:56.133Z Compiling hickory-proto v0.25.2
16812026-07-08T02:24:56.379Z Compiling digest v0.11.3
16822026-07-08T02:24:56.470Z Compiling clap v4.6.1
16832026-07-08T02:24:56.553Z Compiling predicates v3.1.4
16842026-07-08T02:24:56.598Z Compiling itertools v0.13.0
16852026-07-08T02:24:56.984Z Compiling petgraph v0.8.3
16862026-07-08T02:24:57.201Z Compiling tokio-postgres v0.7.16
16872026-07-08T02:24:57.877Z Compiling zip v4.6.1
16882026-07-08T02:24:58.341Z Compiling elliptic-curve v0.13.8
16892026-07-08T02:24:58.503Z Compiling env_logger v0.11.9
16902026-07-08T02:24:58.734Z Compiling usdt v0.6.0
16912026-07-08T02:24:58.833Z Compiling usdt-impl v0.5.0
16922026-07-08T02:24:58.851Z Compiling rsa v0.9.10
16932026-07-08T02:24:58.965Z Compiling ed25519-dalek v2.2.0
16942026-07-08T02:24:58.991Z Compiling crossterm v0.28.1
16952026-07-08T02:24:59.355Z Compiling serde_with v3.17.0
16962026-07-08T02:24:59.424Z Compiling zip v0.6.6
16972026-07-08T02:24:59.993Z Compiling toml v0.7.8
16982026-07-08T02:25:00.007Z Compiling iddqd v0.4.2
16992026-07-08T02:25:00.819Z Compiling similar v2.7.0
17002026-07-08T02:25:00.823Z Compiling heck v0.4.1
17012026-07-08T02:25:01.059Z Compiling crossbeam-epoch v0.9.18
17022026-07-08T02:25:01.074Z Compiling tokio-stream v0.1.18
17032026-07-08T02:25:01.106Z Compiling buf-list v1.1.2
17042026-07-08T02:25:01.294Z Compiling x509-cert v0.2.5
17052026-07-08T02:25:01.375Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17062026-07-08T02:25:01.393Z Compiling openapiv3 v2.2.0
17072026-07-08T02:25:01.523Z Compiling peg-runtime v0.8.5
17082026-07-08T02:25:01.678Z Compiling lalrpop-util v0.19.12
17092026-07-08T02:25:01.699Z Compiling thread_local v1.1.9
17102026-07-08T02:25:01.811Z Compiling slog-async v2.8.0
17112026-07-08T02:25:01.874Z Compiling crossbeam-channel v0.5.15
17122026-07-08T02:25:01.947Z Compiling is-terminal v0.4.17
17132026-07-08T02:25:02.087Z Compiling filetime v0.2.27
17142026-07-08T02:25:02.134Z Compiling take_mut v0.2.2
17152026-07-08T02:25:02.185Z Compiling xattr v1.6.1
17162026-07-08T02:25:02.272Z Compiling term v1.2.1
17172026-07-08T02:25:02.341Z Compiling tar v0.4.45
17182026-07-08T02:25:02.355Z Compiling camino-tempfile v1.4.1
17192026-07-08T02:25:02.591Z Compiling slog-term v2.9.2
17202026-07-08T02:25:12.589Z Compiling rustls-webpki v0.103.13
17212026-07-08T02:25:15.270Z Compiling tokio-rustls v0.26.4
17222026-07-08T02:25:15.270Z Compiling rustls-platform-verifier v0.6.2
17232026-07-08T02:25:15.270Z Compiling tough v0.22.0
17242026-07-08T02:25:15.476Z Compiling hyper-rustls v0.27.7
17252026-07-08T02:25:15.674Z Compiling reqwest v0.13.2
17262026-07-08T02:25:17.909Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-07-08T02:25:18.136Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-07-08T02:25:20.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17292026-07-08T02:25:21.102Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17302026-07-08T02:25:21.156ZJul 08 02:25:20.095 INFO Starting download, target: Cockroach
17312026-07-08T02:25:21.157ZJul 08 02:25:20.095 INFO Starting download, target: Clickhouse
17322026-07-08T02:25:21.157ZJul 08 02:25:20.095 INFO Starting download, target: DendriteStub
17332026-07-08T02:25:21.160ZJul 08 02:25:20.095 INFO Starting download, target: Console
17342026-07-08T02:25:21.160ZJul 08 02:25:20.095 INFO Starting download, target: MaghemiteMgd
17352026-07-08T02:25:21.160ZJul 08 02:25:20.095 INFO Starting download, target: MaghemiteDdmd
17362026-07-08T02:25:21.160ZJul 08 02:25:20.095 INFO Starting download, target: TransceiverControl
17372026-07-08T02:25:21.160ZJul 08 02:25:20.095 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17382026-07-08T02:25:21.161ZJul 08 02:25:20.095 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17392026-07-08T02:25:21.161ZJul 08 02:25:20.095 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17402026-07-08T02:25:21.161ZJul 08 02:25:20.095 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17412026-07-08T02:25:21.161ZJul 08 02:25:20.095 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17422026-07-08T02:25:21.161ZJul 08 02:25:20.096 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-07-08T02:25:21.161ZJul 08 02:25:20.096 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17442026-07-08T02:25:21.816ZJul 08 02:25:20.753 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17452026-07-08T02:25:22.013ZJul 08 02:25:20.953 INFO Download complete, target: TransceiverControl
17462026-07-08T02:25:22.907ZJul 08 02:25:21.839 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-07-08T02:25:22.951ZJul 08 02:25:21.891 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17482026-07-08T02:25:23.261ZJul 08 02:25:22.137 INFO Download complete, target: Console
17492026-07-08T02:25:24.681ZJul 08 02:25:23.604 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17502026-07-08T02:25:25.214ZJul 08 02:25:24.133 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17512026-07-08T02:25:25.475ZJul 08 02:25:24.411 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17522026-07-08T02:25:26.136ZJul 08 02:25:25.080 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17532026-07-08T02:25:26.136ZJul 08 02:25:25.080 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17542026-07-08T02:25:27.061ZJul 08 02:25:26.009 INFO Download complete, target: DendriteStub
17552026-07-08T02:25:27.138ZJul 08 02:25:26.084 INFO Download complete, target: MaghemiteDdmd
17562026-07-08T02:25:27.965ZJul 08 02:25:26.912 INFO Download complete, target: MaghemiteMgd
17572026-07-08T02:25:29.542ZJul 08 02:25:28.490 INFO Checking that binary works, target: Clickhouse
17582026-07-08T02:25:29.682ZJul 08 02:25:28.629 INFO Download complete, target: Clickhouse
17592026-07-08T02:25:30.757ZJul 08 02:25:29.703 INFO Checking that binary works, target: Cockroach
17602026-07-08T02:25:30.867ZJul 08 02:25:29.813 INFO Download complete, target: Cockroach
17612026-07-08T02:25:30.881ZAll builder prerequisites installed successfully, and PATH looks valid
17622026-07-08T02:25:30.885Z
17632026-07-08T02:25:30.885Zreal 2:00.692555508
17642026-07-08T02:25:30.885Zuser 6:36.547718449
17652026-07-08T02:25:30.885Zsys 1:21.148811128
17662026-07-08T02:25:30.885Ztrap 0.218580020
17672026-07-08T02:25:30.885Ztflt 0.553161329
17682026-07-08T02:25:30.885Zdflt 0.874019606
17692026-07-08T02:25:30.885Zkflt 0.028342039
17702026-07-08T02:25:30.885Zlock 22:06.863011232
17712026-07-08T02:25:30.885Zslp 20:13.107634217
17722026-07-08T02:25:30.885Zlat 41.676940319
17732026-07-08T02:25:30.885Zstop 1:53.813660019
17742026-07-08T02:25:30.885Z+ banner clippy
17752026-07-08T02:25:30.885Z
17762026-07-08T02:25:30.885Z #### # # ##### ##### # #
17772026-07-08T02:25:30.885Z # # # # # # # # # #
17782026-07-08T02:25:30.885Z # # # # # # # #
17792026-07-08T02:25:30.885Z # # # ##### ##### #
17802026-07-08T02:25:30.885Z # # # # # # #
17812026-07-08T02:25:30.885Z #### ###### # # # #
17822026-07-08T02:25:30.885Z
17832026-07-08T02:25:30.885Z+ export CARGO_INCREMENTAL=0
17842026-07-08T02:25:30.885Z+ CARGO_INCREMENTAL=0
17852026-07-08T02:25:30.885Z+ ptime -m cargo xtask clippy
17862026-07-08T02:25:31.340Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17872026-07-08T02:25:31.645Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17882026-07-08T02:25:33.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
17892026-07-08T02:25:33.435Z Running `target/debug/xtask clippy`
17902026-07-08T02:25:33.460Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17912026-07-08T02:25:34.014Z Downloading crates ...
17922026-07-08T02:25:34.226Z Downloaded terminal_size v0.1.17
17932026-07-08T02:25:34.246Z Downloaded hickory-client v0.25.2
17942026-07-08T02:25:34.249Z Downloaded concurrent-queue v2.5.0
17952026-07-08T02:25:34.251Z Downloaded async-lock v3.4.2
17962026-07-08T02:25:34.258Z Downloaded backtrace-ext v0.2.1
17972026-07-08T02:25:34.264Z Downloaded proc-macro-crate v3.4.0
17982026-07-08T02:25:34.268Z Downloaded hex-literal v0.4.1
17992026-07-08T02:25:34.268Z Downloaded parking v2.2.1
18002026-07-08T02:25:34.268Z Downloaded guppy-workspace-hack v0.1.0
18012026-07-08T02:25:34.268Z Downloaded constant_time_eq v0.3.1
18022026-07-08T02:25:34.273Z Downloaded approx v0.5.1
18032026-07-08T02:25:34.280Z Downloaded serde_regex v1.1.0
18042026-07-08T02:25:34.280Z Downloaded linkme-impl v0.3.35
18052026-07-08T02:25:34.280Z Downloaded supports-unicode v2.1.0
18062026-07-08T02:25:34.284Z Downloaded escape8259 v0.5.3
18072026-07-08T02:25:34.284Z Downloaded cast v0.3.0
18082026-07-08T02:25:34.284Z Downloaded nested v0.1.1
18092026-07-08T02:25:34.290Z Downloaded plotters-svg v0.3.7
18102026-07-08T02:25:34.294Z Downloaded assert-json-diff v2.0.2
18112026-07-08T02:25:34.294Z Downloaded miette-derive v5.10.0
18122026-07-08T02:25:34.308Z Downloaded target-triple v1.0.0
18132026-07-08T02:25:34.313Z Downloaded path-tree v0.8.3
18142026-07-08T02:25:34.313Z Downloaded oorandom v11.1.5
18152026-07-08T02:25:34.313Z Downloaded anes v0.1.6
18162026-07-08T02:25:34.313Z Downloaded supports-hyperlinks v2.1.0
18172026-07-08T02:25:34.313Z Downloaded async-object-pool v0.2.0
18182026-07-08T02:25:34.313Z Downloaded partial-io v0.5.4
18192026-07-08T02:25:34.313Z Downloaded addr2line v0.25.1
18202026-07-08T02:25:34.318Z Downloaded supports-color v2.1.0
18212026-07-08T02:25:34.324Z Downloaded similar-asserts v1.7.0
18222026-07-08T02:25:34.324Z Downloaded plotters-backend v0.3.7
18232026-07-08T02:25:34.324Z Downloaded pathdiff v0.2.3
18242026-07-08T02:25:34.324Z Downloaded linkme v0.3.35
18252026-07-08T02:25:34.327Z Downloaded target-spec v3.5.7
18262026-07-08T02:25:34.327Z Downloaded knuffel-derive v3.2.0
18272026-07-08T02:25:34.333Z Downloaded stringmetrics v2.2.2
18282026-07-08T02:25:34.337Z Downloaded rust-argon2 v2.1.0
18292026-07-08T02:25:34.337Z Downloaded owo-colors v3.5.0
18302026-07-08T02:25:34.340Z Downloaded event-listener-strategy v0.5.4
18312026-07-08T02:25:34.343Z Downloaded assert_cmd v2.1.2
18322026-07-08T02:25:34.351Z Downloaded criterion-plot v0.6.0
18332026-07-08T02:25:34.376Z Downloaded futures-timer v3.0.3
18342026-07-08T02:25:34.376Z Downloaded relative-path v1.9.3
18352026-07-08T02:25:34.376Z Downloaded libtest-mimic v0.8.1
18362026-07-08T02:25:34.376Z Downloaded cfg-expr v0.20.6
18372026-07-08T02:25:34.376Z Downloaded termcolor v1.4.1
18382026-07-08T02:25:34.376Z Downloaded trybuild v1.0.116
18392026-07-08T02:25:34.376Z Downloaded event-listener v5.4.1
18402026-07-08T02:25:34.376Z Downloaded datatest-stable v0.3.3
18412026-07-08T02:25:34.376Z Downloaded tinytemplate v1.2.1
18422026-07-08T02:25:34.376Z Downloaded target-lexicon v0.13.3
18432026-07-08T02:25:34.381Z Downloaded rustc-demangle v0.1.27
18442026-07-08T02:25:34.384Z Downloaded blake2b_simd v1.0.4
18452026-07-08T02:25:34.384Z Downloaded toml_datetime v0.7.5+spec-1.1.0
18462026-07-08T02:25:34.387Z Downloaded textwrap v0.15.2
18472026-07-08T02:25:34.397Z Downloaded httptest v0.16.4
18482026-07-08T02:25:34.417Z Downloaded rand_distr v0.5.1
18492026-07-08T02:25:34.424Z Downloaded rstest v0.25.0
18502026-07-08T02:25:34.424Z Downloaded rstest_macros v0.25.0
18512026-07-08T02:25:34.424Z Downloaded chumsky v0.9.3
18522026-07-08T02:25:34.424Z Downloaded knuffel v3.2.0
18532026-07-08T02:25:34.424Z Downloaded fancy-regex v0.14.0
18542026-07-08T02:25:34.428Z Downloaded toml_edit v0.23.10+spec-1.0.0
18552026-07-08T02:25:34.431Z Downloaded backtrace v0.3.76
18562026-07-08T02:25:34.433Z Downloaded miette v5.10.0
18572026-07-08T02:25:34.442Z Downloaded criterion v0.7.0
18582026-07-08T02:25:34.450Z Downloaded guppy v0.17.25
18592026-07-08T02:25:34.453Z Downloaded hashbrown v0.14.5
18602026-07-08T02:25:34.457Z Downloaded plotters v0.3.7
18612026-07-08T02:25:34.478Z Downloaded gimli v0.32.3
18622026-07-08T02:25:34.593Z Downloaded httpmock v0.8.3
18632026-07-08T02:25:36.247Z Checking cfg-if v1.0.4
18642026-07-08T02:25:36.610Z Checking libc v0.2.185
18652026-07-08T02:25:36.613Z Checking serde_core v1.0.228
18662026-07-08T02:25:36.679Z Checking memchr v2.8.0
18672026-07-08T02:25:36.717Z Checking zeroize v1.8.2
18682026-07-08T02:25:36.721Z Checking smallvec v1.15.1
18692026-07-08T02:25:36.784Z Checking rand_core v0.10.0
18702026-07-08T02:25:36.818Z Checking itoa v1.0.17
18712026-07-08T02:25:36.853Z Checking subtle v2.6.1
18722026-07-08T02:25:36.898Z Checking log v0.4.29
18732026-07-08T02:25:36.948Z Checking libm v0.2.16
18742026-07-08T02:25:36.994Z Checking typenum v1.20.1
18752026-07-08T02:25:37.033Z Checking getrandom v0.4.1
18762026-07-08T02:25:37.033Z Checking errno v0.3.14
18772026-07-08T02:25:37.101Z Checking scopeguard v1.2.0
18782026-07-08T02:25:37.139Z Checking stable_deref_trait v1.2.1
18792026-07-08T02:25:37.175Z Checking zmij v1.0.21
18802026-07-08T02:25:37.212Z Checking zerofrom v0.1.6
18812026-07-08T02:25:37.247Z Checking lock_api v0.4.14
18822026-07-08T02:25:37.287Z Checking percent-encoding v2.3.2
18832026-07-08T02:25:37.322Z Checking litemap v0.8.1
18842026-07-08T02:25:37.355Z Checking yoke v0.8.1
18852026-07-08T02:25:37.405Z Checking writeable v0.6.2
18862026-07-08T02:25:37.458Z Checking icu_normalizer_data v2.1.1
18872026-07-08T02:25:37.491Z Checking icu_properties_data v2.1.2
18882026-07-08T02:25:37.530Z Checking pin-project-lite v0.2.17
18892026-07-08T02:25:37.563Z Checking zerovec v0.11.5
18902026-07-08T02:25:37.563Z Checking zerotrie v0.2.3
18912026-07-08T02:25:37.625Z Checking form_urlencoded v1.2.2
18922026-07-08T02:25:37.660Z Checking num-traits v0.2.19
18932026-07-08T02:25:37.697Z Checking utf8_iter v1.0.4
18942026-07-08T02:25:37.734Z Checking parking_lot_core v0.9.12
18952026-07-08T02:25:37.772Z Checking zerocopy v0.8.40
18962026-07-08T02:25:37.814Z Checking portable-atomic v1.13.1
18972026-07-08T02:25:37.858Z Checking critical-section v1.2.0
18982026-07-08T02:25:37.893Z Checking signal-hook-registry v1.4.8
18992026-07-08T02:25:37.944Z Checking parking_lot v0.12.5
19002026-07-08T02:25:37.984Z Checking mio v1.2.0
19012026-07-08T02:25:38.054Z Checking tinystr v0.8.2
19022026-07-08T02:25:38.092Z Checking potential_utf v0.1.4
19032026-07-08T02:25:38.152Z Checking serde v1.0.228
19042026-07-08T02:25:38.152Z Checking bitflags v2.11.0
19052026-07-08T02:25:38.217Z Checking serde_json v1.0.150
19062026-07-08T02:25:38.252Z Checking icu_collections v2.1.1
19072026-07-08T02:25:38.256Z Checking icu_locale_core v2.1.1
19082026-07-08T02:25:38.256Z Checking once_cell v1.21.3
19092026-07-08T02:25:38.357Z Checking socket2 v0.6.3
19102026-07-08T02:25:38.361Z Checking iana-time-zone v0.1.65
19112026-07-08T02:25:38.490Z Checking uuid v1.23.4
19122026-07-08T02:25:38.530Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19132026-07-08T02:25:38.579Z Checking thiserror v2.0.18
19142026-07-08T02:25:38.615Z Checking bytes v1.11.1
19152026-07-08T02:25:38.652Z Checking chrono v0.4.44
19162026-07-08T02:25:38.702Z Checking semver v1.0.28
19172026-07-08T02:25:38.806Z Checking futures-core v0.3.32
19182026-07-08T02:25:38.842Z Checking dyn-clone v1.0.20
19192026-07-08T02:25:38.875Z Checking icu_provider v2.1.1
19202026-07-08T02:25:38.909Z Checking getrandom v0.2.17
19212026-07-08T02:25:38.943Z Checking equivalent v1.0.2
19222026-07-08T02:25:38.975Z Checking cmov v0.5.4
19232026-07-08T02:25:38.978Z Checking rustix v1.1.3
19242026-07-08T02:25:39.056Z Checking futures-sink v0.3.32
19252026-07-08T02:25:39.083Z Checking tokio v1.52.1
19262026-07-08T02:25:39.086Z Checking rand_core v0.6.4
19272026-07-08T02:25:39.147Z Checking icu_normalizer v2.1.1
19282026-07-08T02:25:39.179Z Checking icu_properties v2.1.2
19292026-07-08T02:25:39.212Z Checking ctutils v0.4.2
19302026-07-08T02:25:39.310Z Checking byteorder v1.5.0
19312026-07-08T02:25:39.443Z Checking hybrid-array v0.4.13
19322026-07-08T02:25:39.477Z Checking futures-channel v0.3.32
19332026-07-08T02:25:39.520Z Checking slab v0.4.12
19342026-07-08T02:25:39.555Z Checking futures-task v0.3.32
19352026-07-08T02:25:39.691Z Checking futures-io v0.3.32
19362026-07-08T02:25:39.723Z Checking generic-array v0.14.7
19372026-07-08T02:25:39.726Z Checking thiserror v1.0.69
19382026-07-08T02:25:39.831Z Checking futures-util v0.3.32
19392026-07-08T02:25:39.863Z Checking getrandom v0.3.4
19402026-07-08T02:25:39.896Z Checking hashbrown v0.17.0
19412026-07-08T02:25:40.009Z Checking idna_adapter v1.2.1
19422026-07-08T02:25:40.043Z Checking const-oid v0.9.6
19432026-07-08T02:25:40.152Z Checking idna v1.1.0
19442026-07-08T02:25:40.205Z Checking base64ct v1.8.3
19452026-07-08T02:25:40.239Z Checking crypto-common v0.2.2
19462026-07-08T02:25:40.380Z Checking indexmap v2.14.0
19472026-07-08T02:25:40.426Z Checking url v2.5.8
19482026-07-08T02:25:40.460Z Checking crypto-common v0.1.7
19492026-07-08T02:25:40.514Z Checking ppv-lite86 v0.2.21
19502026-07-08T02:25:40.605Z Checking fnv v1.0.7
19512026-07-08T02:25:40.724Z Checking regex-syntax v0.8.10
19522026-07-08T02:25:40.757Z Checking block-buffer v0.12.1
19532026-07-08T02:25:40.825Z Checking block-buffer v0.10.4
19542026-07-08T02:25:40.859Z Checking http v1.4.2
19552026-07-08T02:25:40.891Z Checking schemars v0.8.22
19562026-07-08T02:25:40.941Z Checking tracing-core v0.1.36
19572026-07-08T02:25:40.975Z Checking base64 v0.22.1
19582026-07-08T02:25:41.007Z Checking digest v0.10.7
19592026-07-08T02:25:41.227Z Checking utf8parse v0.2.2
19602026-07-08T02:25:41.262Z Checking anstyle v1.0.14
19612026-07-08T02:25:41.294Z Checking tracing v0.1.44
19622026-07-08T02:25:41.353Z Checking is_terminal_polyfill v1.70.2
19632026-07-08T02:25:41.439Z Checking colorchoice v1.0.4
19642026-07-08T02:25:41.472Z Checking anstyle-query v1.1.5
19652026-07-08T02:25:41.476Z Checking ipnet v2.11.0
19662026-07-08T02:25:41.534Z Checking const-oid v0.10.2
19672026-07-08T02:25:41.573Z Checking anstyle-parse v1.0.0
19682026-07-08T02:25:41.577Z Checking terminal_size v0.4.3
19692026-07-08T02:25:41.638Z Checking aho-corasick v1.1.4
19702026-07-08T02:25:41.714Z Checking crossbeam-utils v0.8.21
19712026-07-08T02:25:41.751Z Checking unicode-ident v1.0.24
19722026-07-08T02:25:41.755Z Checking anstream v1.0.0
19732026-07-08T02:25:41.813Z Checking strsim v0.11.1
19742026-07-08T02:25:41.817Z Checking clap_lex v1.0.0
19752026-07-08T02:25:41.880Z Checking proc-macro2 v1.0.106
19762026-07-08T02:25:42.002Z Checking powerfmt v0.2.0
19772026-07-08T02:25:42.005Z Checking httparse v1.10.1
19782026-07-08T02:25:42.067Z Checking clap_builder v4.6.0
19792026-07-08T02:25:42.100Z Checking cpufeatures v0.3.0
19802026-07-08T02:25:42.103Z Checking num_threads v0.1.7
19812026-07-08T02:25:42.177Z Checking deranged v0.5.8
19822026-07-08T02:25:42.211Z Checking time-core v0.1.8
19832026-07-08T02:25:42.244Z Checking quote v1.0.45
19842026-07-08T02:25:42.248Z Checking num-conv v0.2.0
19852026-07-08T02:25:42.306Z Checking rand_core v0.9.5
19862026-07-08T02:25:42.342Z Checking regex-automata v0.4.14
19872026-07-08T02:25:42.345Z Checking tokio-util v0.7.18
19882026-07-08T02:25:42.378Z Checking digest v0.11.3
19892026-07-08T02:25:42.438Z Checking erased-serde v0.3.31
19902026-07-08T02:25:42.471Z Checking syn v2.0.117
19912026-07-08T02:25:42.505Z Checking http-body v1.0.1
19922026-07-08T02:25:42.605Z Checking atomic-waker v1.1.2
19932026-07-08T02:25:42.657Z Checking allocator-api2 v0.2.21
19942026-07-08T02:25:42.725Z Checking cpufeatures v0.2.17
19952026-07-08T02:25:42.820Z Checking rand_chacha v0.9.0
19962026-07-08T02:25:42.855Z Checking slog v2.8.2
19972026-07-08T02:25:42.961Z Checking aws-lc-sys v0.40.0
19982026-07-08T02:25:42.995Z Checking anyhow v1.0.102
19992026-07-08T02:25:43.043Z Checking rustls-pki-types v1.14.0
20002026-07-08T02:25:43.112Z Checking time v0.3.47
20012026-07-08T02:25:43.147Z Checking httpdate v1.0.3
20022026-07-08T02:25:43.217Z Checking untrusted v0.7.1
20032026-07-08T02:25:43.318Z Checking try-lock v0.2.5
20042026-07-08T02:25:43.354Z Checking rand v0.9.2
20052026-07-08T02:25:43.357Z Checking clap v4.6.1
20062026-07-08T02:25:43.357Z Checking h2 v0.4.15
20072026-07-08T02:25:43.448Z Checking want v0.3.1
20082026-07-08T02:25:43.482Z Checking aws-lc-rs v1.16.3
20092026-07-08T02:25:43.519Z Checking ryu v1.0.23
20102026-07-08T02:25:43.594Z Checking tower-service v0.3.3
20112026-07-08T02:25:43.680Z Checking tower-layer v0.3.3
20122026-07-08T02:25:43.714Z Checking ipnetwork v0.21.1
20132026-07-08T02:25:43.850Z Checking hex v0.4.3
20142026-07-08T02:25:43.884Z Checking fastrand v2.3.0
20152026-07-08T02:25:43.948Z Checking untrusted v0.9.0
20162026-07-08T02:25:44.083Z Checking mime v0.3.17
20172026-07-08T02:25:44.086Z Checking pem-rfc7468 v0.7.0
20182026-07-08T02:25:44.146Z Checking block-padding v0.4.2
20192026-07-08T02:25:44.179Z Checking spin v0.9.8
20202026-07-08T02:25:44.248Z Checking flagset v0.4.7
20212026-07-08T02:25:44.282Z Checking http-body-util v0.1.3
20222026-07-08T02:25:44.315Z Checking pretty-hex v0.4.1
20232026-07-08T02:25:44.321Z Checking inout v0.2.2
20242026-07-08T02:25:44.378Z Checking rustls-webpki v0.103.13
20252026-07-08T02:25:44.381Z Checking simd-adler32 v0.3.8
20262026-07-08T02:25:44.443Z Checking der v0.7.10
20272026-07-08T02:25:44.475Z Checking tempfile v3.25.0
20282026-07-08T02:25:44.515Z Checking openssl-probe v0.2.1
20292026-07-08T02:25:44.518Z Checking plain v0.2.3
20302026-07-08T02:25:44.597Z Checking adler2 v2.0.1
20312026-07-08T02:25:44.649Z Checking cipher v0.5.2
20322026-07-08T02:25:44.682Z Checking regex v1.12.3
20332026-07-08T02:25:44.718Z Checking serde_urlencoded v0.7.1
20342026-07-08T02:25:44.749Z Checking miniz_oxide v0.8.9
20352026-07-08T02:25:44.782Z Checking camino v1.2.2
20362026-07-08T02:25:44.815Z Checking rustls v0.23.41
20372026-07-08T02:25:44.910Z Checking encoding_rs v0.8.35
20382026-07-08T02:25:44.944Z Checking ucd-trie v0.1.7
20392026-07-08T02:25:44.984Z Checking rand_chacha v0.3.1
20402026-07-08T02:25:45.056Z Checking oxnet v0.1.6
20412026-07-08T02:25:45.102Z Checking pest v2.8.6
20422026-07-08T02:25:45.136Z Checking sync_wrapper v1.0.2
20432026-07-08T02:25:45.189Z Checking spki v0.7.3
20442026-07-08T02:25:45.223Z Checking rand v0.8.6
20452026-07-08T02:25:45.262Z Checking either v1.15.0
20462026-07-08T02:25:45.360Z Checking tower v0.5.3
20472026-07-08T02:25:45.397Z Checking futures-executor v0.3.32
20482026-07-08T02:25:45.533Z Checking crc32fast v1.5.0
20492026-07-08T02:25:45.573Z Checking iri-string v0.7.10
20502026-07-08T02:25:45.698Z Checking futures v0.3.32
20512026-07-08T02:25:45.759Z Checking static_assertions v1.1.0
20522026-07-08T02:25:45.793Z Checking foldhash v0.2.0
20532026-07-08T02:25:45.827Z Checking pkcs8 v0.10.2
20542026-07-08T02:25:45.862Z Checking openapiv3 v2.2.0
20552026-07-08T02:25:45.864Z Checking hubpack v0.1.2
20562026-07-08T02:25:45.968Z Checking hashbrown v0.16.1
20572026-07-08T02:25:46.005Z Checking zlib-rs v0.6.2
20582026-07-08T02:25:46.054Z Checking rustls-native-certs v0.8.3
20592026-07-08T02:25:46.171Z Checking sha2 v0.10.9
20602026-07-08T02:25:46.208Z Checking strum v0.26.3
20612026-07-08T02:25:46.244Z Checking hyper v1.10.1
20622026-07-08T02:25:46.344Z Checking psl-types v2.0.11
20632026-07-08T02:25:46.463Z Checking lazy_static v1.5.0
20642026-07-08T02:25:46.511Z Checking publicsuffix v2.3.0
20652026-07-08T02:25:46.514Z Checking cookie v0.18.1
20662026-07-08T02:25:46.592Z Checking tinyvec_macros v0.1.1
20672026-07-08T02:25:46.635Z Checking tower-http v0.6.8
20682026-07-08T02:25:46.687Z Checking tinyvec v1.10.0
20692026-07-08T02:25:46.720Z Checking scroll v0.13.0
20702026-07-08T02:25:46.799Z Checking cookie_store v0.22.1
20712026-07-08T02:25:46.933Z Checking flate2 v1.1.9
20722026-07-08T02:25:46.968Z Checking signature v2.2.0
20732026-07-08T02:25:47.003Z Checking goblin v0.10.5
20742026-07-08T02:25:47.037Z Checking num-integer v0.1.46
20752026-07-08T02:25:47.100Z Checking tokio-rustls v0.26.4
20762026-07-08T02:25:47.134Z Checking rustls-platform-verifier v0.6.2
20772026-07-08T02:25:47.170Z Checking memmap2 v0.9.10
20782026-07-08T02:25:47.220Z Checking hyper-util v0.1.20
20792026-07-08T02:25:47.255Z Checking bit-vec v0.8.0
20802026-07-08T02:25:47.258Z Checking data-encoding v2.10.0
20812026-07-08T02:25:47.319Z Checking dtrace-parser v0.3.0
20822026-07-08T02:25:47.322Z Checking hmac v0.12.1
20832026-07-08T02:25:47.382Z Checking thread-id v5.1.0
20842026-07-08T02:25:47.385Z Checking wait-timeout v0.2.1
20852026-07-08T02:25:47.469Z Checking bit-set v0.8.0
20862026-07-08T02:25:47.503Z Checking bstr v1.12.1
20872026-07-08T02:25:47.506Z Checking crossbeam-epoch v0.9.18
20882026-07-08T02:25:47.567Z Checking anstyle-parse v0.2.7
20892026-07-08T02:25:47.600Z Checking ahash v0.8.12
20902026-07-08T02:25:47.603Z Checking serde_spanned v0.6.9
20912026-07-08T02:25:47.664Z Checking toml_datetime v0.6.11
20922026-07-08T02:25:47.734Z Checking quick-error v1.2.3
20932026-07-08T02:25:47.774Z Checking anstream v0.6.21
20942026-07-08T02:25:47.809Z Checking rand_xorshift v0.4.0
20952026-07-08T02:25:47.845Z Checking memoffset v0.9.1
20962026-07-08T02:25:47.879Z Checking rusty-fork v0.3.1
20972026-07-08T02:25:47.883Z Checking scroll v0.12.0
20982026-07-08T02:25:47.943Z Checking unarray v0.1.4
20992026-07-08T02:25:47.947Z Checking x509-cert v0.2.5
21002026-07-08T02:25:47.977Z Checking zerocopy v0.7.35
21012026-07-08T02:25:48.041Z Checking unicode-segmentation v1.12.0
21022026-07-08T02:25:48.074Z Checking num-iter v0.1.45
21032026-07-08T02:25:48.078Z Checking proptest v1.10.0
21042026-07-08T02:25:48.154Z Checking goblin v0.8.2
21052026-07-08T02:25:48.210Z Checking dtrace-parser v0.2.0
21062026-07-08T02:25:48.371Z Checking ff v0.13.1
21072026-07-08T02:25:48.465Z Checking thread-id v4.2.2
21082026-07-08T02:25:48.499Z Checking hyper-rustls v0.27.7
21092026-07-08T02:25:48.533Z Checking base16ct v0.2.0
21102026-07-08T02:25:48.537Z Checking foreign-types-shared v0.1.1
21112026-07-08T02:25:48.597Z Checking group v0.13.0
21122026-07-08T02:25:48.656Z Checking nix v0.31.2
21132026-07-08T02:25:48.690Z Checking foreign-types v0.3.2
21142026-07-08T02:25:48.695Z Checking sec1 v0.7.3
21152026-07-08T02:25:48.751Z Checking reqwest v0.13.2
21162026-07-08T02:25:48.785Z Checking hkdf v0.12.4
21172026-07-08T02:25:48.789Z Checking crypto-bigint v0.5.5
21182026-07-08T02:25:48.942Z Checking rustix v0.38.44
21192026-07-08T02:25:48.946Z Checking openssl-sys v0.9.115
21202026-07-08T02:25:49.328Z Checking dof v0.4.0
21212026-07-08T02:25:49.378Z Checking env_filter v1.0.0
21222026-07-08T02:25:49.548Z Checking same-file v1.0.6
21232026-07-08T02:25:49.623Z Checking keccak v0.1.6
21242026-07-08T02:25:49.690Z Checking winnow v0.7.14
21252026-07-08T02:25:49.732Z Checking elliptic-curve v0.13.8
21262026-07-08T02:25:49.767Z Checking walkdir v2.5.0
21272026-07-08T02:25:49.811Z Checking sha3 v0.10.8
21282026-07-08T02:25:49.887Z Checking env_logger v0.11.9
21292026-07-08T02:25:49.921Z Checking newtype-uuid v1.3.2
21302026-07-08T02:25:49.956Z Checking openssl v0.10.79
21312026-07-08T02:25:49.990Z Checking usdt-impl v0.6.0
21322026-07-08T02:25:50.037Z Checking dof v0.3.0
21332026-07-08T02:25:50.041Z Checking num-bigint-dig v0.8.6
21342026-07-08T02:25:50.103Z Checking pkcs1 v0.7.5
21352026-07-08T02:25:50.106Z Checking itertools v0.13.0
21362026-07-08T02:25:50.165Z Checking daft v0.1.7
21372026-07-08T02:25:50.298Z Checking usdt v0.6.0
21382026-07-08T02:25:50.334Z Checking serde_with v3.17.0
21392026-07-08T02:25:50.367Z Checking usdt-impl v0.5.0
21402026-07-08T02:25:50.424Z Checking siphasher v1.0.2
21412026-07-08T02:25:50.484Z Checking winnow v1.0.3
21422026-07-08T02:25:50.606Z Checking bitflags v1.3.2
21432026-07-08T02:25:50.667Z Checking unicode-normalization v0.1.25
21442026-07-08T02:25:50.706Z Checking signal-hook v0.3.18
21452026-07-08T02:25:50.792Z Checking toml_parser v1.1.2+spec-1.1.0
21462026-07-08T02:25:50.889Z Checking rsa v0.9.10
21472026-07-08T02:25:50.925Z Checking toml_write v0.1.2
21482026-07-08T02:25:50.928Z Checking managed v0.8.0
21492026-07-08T02:25:51.097Z Checking winnow v0.5.40
21502026-07-08T02:25:51.132Z Checking toml_edit v0.22.27
21512026-07-08T02:25:51.166Z Checking chacha20 v0.10.0
21522026-07-08T02:25:51.169Z Checking curve25519-dalek v4.1.3
21532026-07-08T02:25:51.228Z Checking bzip2-sys v0.1.13+1.0.8
21542026-07-08T02:25:51.338Z Checking object v0.37.3
21552026-07-08T02:25:51.388Z Checking foldhash v0.1.5
21562026-07-08T02:25:51.445Z Checking bzip2 v0.4.4
21572026-07-08T02:25:51.554Z Checking hashbrown v0.15.5
21582026-07-08T02:25:51.659Z Checking signal-hook-mio v0.2.5
21592026-07-08T02:25:51.764Z Checking globset v0.4.18
21602026-07-08T02:25:51.799Z Checking ed25519 v2.2.3
21612026-07-08T02:25:52.002Z Checking native-tls v0.2.18
21622026-07-08T02:25:52.037Z Checking ref-cast v1.0.25
21632026-07-08T02:25:52.040Z Checking zstd-sys v2.0.16+zstd.1.5.7
21642026-07-08T02:25:52.101Z Checking ed25519-dalek v2.2.0
21652026-07-08T02:25:52.104Z Checking zip v0.6.6
21662026-07-08T02:25:52.164Z Checking pin-project v1.1.11
21672026-07-08T02:25:52.202Z Checking zstd-safe v7.2.4
21682026-07-08T02:25:52.205Z Checking tokio-native-tls v0.3.1
21692026-07-08T02:25:52.268Z Checking toml_edit v0.19.15
21702026-07-08T02:25:52.302Z Checking libbz2-rs-sys v0.2.2
21712026-07-08T02:25:52.306Z Checking bumpalo v3.20.2
21722026-07-08T02:25:52.368Z Checking crossterm v0.28.1
21732026-07-08T02:25:52.403Z Checking zstd v0.13.3
21742026-07-08T02:25:52.437Z Checking hyper-tls v0.6.0
21752026-07-08T02:25:52.475Z Checking similar v2.7.0
21762026-07-08T02:25:52.554Z Checking zopfli v0.8.3
21772026-07-08T02:25:52.613Z Checking fs-err v3.3.0
21782026-07-08T02:25:52.648Z Checking reqwest v0.12.28
21792026-07-08T02:25:52.725Z Checking bzip2 v0.6.1
21802026-07-08T02:25:52.880Z Checking pem v3.0.6
21812026-07-08T02:25:52.916Z Checking hash32 v0.2.1
21822026-07-08T02:25:52.919Z Checking serde-big-array v0.5.1
21832026-07-08T02:25:52.979Z Checking unicode-bidi v0.3.18
21842026-07-08T02:25:53.062Z Checking jiff v0.2.21
21852026-07-08T02:25:53.100Z Checking unicode-properties v0.1.4
21862026-07-08T02:25:53.103Z Checking predicates-core v1.0.10
21872026-07-08T02:25:53.103Z Checking heapless v0.7.17
21882026-07-08T02:25:53.300Z Checking snafu v0.8.9
21892026-07-08T02:25:53.335Z Checking stringprep v0.1.5
21902026-07-08T02:25:53.338Z Checking toml v0.7.8
21912026-07-08T02:25:53.338Z Checking olpc-cjson v0.1.4
21922026-07-08T02:25:53.432Z Checking hickory-proto v0.25.2
21932026-07-08T02:25:53.511Z Checking md-5 v0.10.6
21942026-07-08T02:25:53.546Z Checking serde_plain v1.0.2
21952026-07-08T02:25:53.580Z Checking float-cmp v0.10.0
21962026-07-08T02:25:53.583Z Checking typed-path v0.9.3
21972026-07-08T02:25:53.673Z Checking fallible-iterator v0.2.0
21982026-07-08T02:25:53.676Z Checking difflib v0.4.0
21992026-07-08T02:25:53.740Z Checking normalize-line-endings v0.3.0
22002026-07-08T02:25:53.743Z Checking smoltcp v0.9.1
22012026-07-08T02:25:53.743Z Checking iddqd v0.4.2
22022026-07-08T02:25:53.854Z Checking phf_shared v0.13.1
22032026-07-08T02:25:53.907Z Checking predicates v3.1.4
22042026-07-08T02:25:53.969Z Checking postgres-protocol v0.6.10
22052026-07-08T02:25:54.074Z Checking phf_shared v0.11.3
22062026-07-08T02:25:54.228Z Checking tokio-stream v0.1.18
22072026-07-08T02:25:54.263Z Checking buf-list v1.1.2
22082026-07-08T02:25:54.305Z Checking strum v0.27.2
22092026-07-08T02:25:54.386Z Checking tough v0.22.0
22102026-07-08T02:25:54.420Z Checking lalrpop-util v0.19.12
22112026-07-08T02:25:54.454Z Checking precomputed-hash v0.1.1
22122026-07-08T02:25:54.487Z Checking fixedbitset v0.4.2
22132026-07-08T02:25:54.561Z Checking new_debug_unreachable v1.0.6
22142026-07-08T02:25:54.605Z Checking fixedbitset v0.5.7
22152026-07-08T02:25:54.639Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22162026-07-08T02:25:54.673Z Checking string_cache v0.8.9
22172026-07-08T02:25:54.676Z Checking petgraph v0.6.5
22182026-07-08T02:25:54.736Z Checking postgres-types v0.2.12
22192026-07-08T02:25:54.822Z Checking petgraph v0.8.3
22202026-07-08T02:25:54.894Z Checking phf v0.13.1
22212026-07-08T02:25:55.067Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22222026-07-08T02:25:55.102Z Checking whoami v2.1.0
22232026-07-08T02:25:55.321Z Checking peg-runtime v0.8.5
22242026-07-08T02:25:55.325Z Checking zip v4.6.1
22252026-07-08T02:25:55.385Z Checking tokio-postgres v0.7.16
22262026-07-08T02:25:55.603Z Checking is-terminal v0.4.17
22272026-07-08T02:25:55.720Z Checking crossbeam-channel v0.5.15
22282026-07-08T02:25:55.954Z Checking thread_local v1.1.9
22292026-07-08T02:25:55.957Z Compiling structmeta-derive v0.3.0
22302026-07-08T02:25:56.085Z Checking take_mut v0.2.2
22312026-07-08T02:25:56.180Z Checking term v1.2.1
22322026-07-08T02:25:56.228Z Checking slog-async v2.8.0
22332026-07-08T02:25:56.263Z Compiling newtype-uuid-macros v0.1.0
22342026-07-08T02:25:56.388Z Compiling multer v3.1.0
22352026-07-08T02:25:56.423Z Checking slog-term v2.9.2
22362026-07-08T02:25:56.426Z Compiling async-stream-impl v0.3.6
22372026-07-08T02:25:56.485Z Checking match_cfg v0.1.0
22382026-07-08T02:25:56.583Z Checking hostname v0.3.1
22392026-07-08T02:25:56.701Z Checking slog-json v2.6.1
22402026-07-08T02:25:56.736Z Compiling dropshot v0.17.1
22412026-07-08T02:25:56.769Z Compiling dropshot_endpoint v0.17.1
22422026-07-08T02:25:56.772Z Checking debug-ignore v1.0.5
22432026-07-08T02:25:56.884Z Checking slog-bunyan v2.5.0
22442026-07-08T02:25:56.922Z Checking progenitor-client v0.14.0
22452026-07-08T02:25:57.025Z Checking sha1 v0.11.0
22462026-07-08T02:25:57.064Z Checking serde_spanned v1.1.1
22472026-07-08T02:25:57.101Z Compiling structmeta v0.3.0
22482026-07-08T02:25:57.103Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22492026-07-08T02:25:57.131Z Checking serde_path_to_error v0.1.20
22502026-07-08T02:25:57.134Z Checking toml_datetime v1.1.1+spec-1.1.0
22512026-07-08T02:25:57.225Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22522026-07-08T02:25:57.228Z Checking compression-core v0.4.31
22532026-07-08T02:25:57.228Z Checking toml_writer v1.1.1+spec-1.1.0
22542026-07-08T02:25:57.326Z Compiling derive-ex v0.1.8
22552026-07-08T02:25:57.400Z Checking compression-codecs v0.4.37
22562026-07-08T02:25:57.434Z Checking async-stream v0.3.6
22572026-07-08T02:25:57.499Z Checking toml v1.1.2+spec-1.1.0
22582026-07-08T02:25:57.578Z Checking rustls-pemfile v2.2.0
22592026-07-08T02:25:57.613Z Checking async-compression v0.4.41
22602026-07-08T02:25:57.616Z Checking waitgroup v0.1.2
22612026-07-08T02:25:57.677Z Checking hostname v0.4.2
22622026-07-08T02:25:57.710Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-07-08T02:25:57.745Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22642026-07-08T02:25:57.778Z Checking atomicwrites v0.4.4
22652026-07-08T02:25:57.812Z Checking itertools v0.14.0
22662026-07-08T02:25:57.844Z Compiling parse-display-derive v0.10.0
22672026-07-08T02:25:57.882Z Checking macaddr v1.0.1
22682026-07-08T02:25:57.914Z Checking regress v0.10.5
22692026-07-08T02:25:57.947Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22702026-07-08T02:25:58.086Z Checking instant v0.1.13
22712026-07-08T02:25:58.123Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22722026-07-08T02:25:58.200Z Checking backoff v0.4.0
22732026-07-08T02:25:58.380Z Checking backon v1.6.0
22742026-07-08T02:25:58.418Z Checking humantime v2.3.0
22752026-07-08T02:25:58.421Z Checking unicode-width v0.2.0
22762026-07-08T02:25:58.590Z Checking progenitor-extras v0.2.0
22772026-07-08T02:25:58.627Z Compiling convert_case v0.4.0
22782026-07-08T02:25:58.721Z Checking heck v0.5.0
22792026-07-08T02:25:58.834Z Checking half v2.7.1
22802026-07-08T02:25:58.872Z Checking ciborium-io v0.2.2
22812026-07-08T02:25:58.909Z Checking secrecy v0.10.3
22822026-07-08T02:25:58.988Z Checking camino-tempfile v1.4.1
22832026-07-08T02:25:59.025Z Compiling derive_more v0.99.20
22842026-07-08T02:25:59.056Z Compiling test-strategy v0.4.5
22852026-07-08T02:25:59.059Z Compiling regress v0.11.1
22862026-07-08T02:25:59.120Z Checking ciborium-ll v0.2.2
22872026-07-08T02:25:59.169Z Checking indent_write v2.2.0
22882026-07-08T02:25:59.317Z Checking ciborium v0.2.2
22892026-07-08T02:25:59.380Z Compiling crucible-workspace-hack v0.1.0
22902026-07-08T02:25:59.551Z Checking parse-display v0.10.0
22912026-07-08T02:25:59.640Z Compiling unsafe-libyaml v0.2.11
22922026-07-08T02:25:59.762Z Checking inout v0.1.4
22932026-07-08T02:25:59.818Z Checking universal-hash v0.5.1
22942026-07-08T02:25:59.921Z Checking cipher v0.4.4
22952026-07-08T02:25:59.967Z Compiling thiserror-impl-no-std v2.0.2
22962026-07-08T02:26:00.153Z Checking opaque-debug v0.3.1
22972026-07-08T02:26:00.250Z Compiling serde_yaml v0.9.34+deprecated
22982026-07-08T02:26:00.403Z Checking swrite v0.1.0
22992026-07-08T02:26:00.527Z Checking poly1305 v0.8.0
23002026-07-08T02:26:00.582Z Checking chacha20 v0.9.1
23012026-07-08T02:26:00.617Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23022026-07-08T02:26:00.805Z Compiling typify-impl v0.6.2
23032026-07-08T02:26:00.838Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23042026-07-08T02:26:01.016Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23052026-07-08T02:26:01.180Z Checking blake2 v0.10.6
23062026-07-08T02:26:01.216Z Checking thiserror-no-std v2.0.2
23072026-07-08T02:26:01.327Z Checking aead v0.5.2
23082026-07-08T02:26:01.447Z Checking password-hash v0.5.0
23092026-07-08T02:26:01.521Z Checking chacha20poly1305 v0.10.1
23102026-07-08T02:26:01.661Z Checking vsss-rs v3.3.4
23112026-07-08T02:26:01.713Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23122026-07-08T02:26:01.746Z Checking argon2 v0.5.3
23132026-07-08T02:26:01.780Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23142026-07-08T02:26:02.105Z Checking byte-wrapper v0.1.0
23152026-07-08T02:26:02.140Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23162026-07-08T02:26:02.171Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23172026-07-08T02:26:02.177Z Checking crossbeam-deque v0.8.6
23182026-07-08T02:26:02.342Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23192026-07-08T02:26:02.377Z Compiling rayon-core v1.13.0
23202026-07-08T02:26:02.408Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23212026-07-08T02:26:02.411Z Compiling proc-macro-crate v1.3.1
23222026-07-08T02:26:02.810Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23232026-07-08T02:26:02.888Z Compiling proc-macro-error v1.0.4
23242026-07-08T02:26:02.998Z Checking rayon v1.11.0
23252026-07-08T02:26:03.100Z Compiling num_enum_derive v0.7.6
23262026-07-08T02:26:03.221Z Checking tabwriter v1.4.1
23272026-07-08T02:26:03.398Z Checking toml v0.8.23
23282026-07-08T02:26:03.743Z Checking glob v0.3.3
23292026-07-08T02:26:03.747Z Compiling heapless v0.8.0
23302026-07-08T02:26:03.879Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23312026-07-08T02:26:03.951Z Checking colored v3.1.1
23322026-07-08T02:26:03.990Z Compiling ingot-macros v0.1.1
23332026-07-08T02:26:04.024Z Checking hash32 v0.3.1
23342026-07-08T02:26:04.175Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23352026-07-08T02:26:04.208Z Checking unicode-width v0.1.14
23362026-07-08T02:26:04.240Z Checking num_enum v0.7.6
23372026-07-08T02:26:04.294Z Compiling smoltcp v0.11.0
23382026-07-08T02:26:04.467Z Checking cobs v0.3.0
23392026-07-08T02:26:04.518Z Compiling usdt-macro v0.5.0
23402026-07-08T02:26:04.535Z Compiling usdt-attr-macro v0.5.0
23412026-07-08T02:26:04.640Z Checking memmap v0.7.0
23422026-07-08T02:26:04.719Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23432026-07-08T02:26:04.778Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23442026-07-08T02:26:04.812Z Checking postcard v1.1.3
23452026-07-08T02:26:04.980Z Checking rand v0.10.1
23462026-07-08T02:26:05.131Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23472026-07-08T02:26:05.264Z Checking sigpipe v0.1.3
23482026-07-08T02:26:05.344Z Checking usdt v0.5.0
23492026-07-08T02:26:05.376Z Compiling foreign-types-macros v0.2.3
23502026-07-08T02:26:05.379Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23512026-07-08T02:26:05.449Z Compiling typify-macro v0.6.2
23522026-07-08T02:26:05.509Z Checking foreign-types-shared v0.3.1
23532026-07-08T02:26:05.688Z Compiling num_enum_derive v0.5.11
23542026-07-08T02:26:05.732Z Checking cstr-argument v0.1.2
23552026-07-08T02:26:05.765Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23562026-07-08T02:26:05.880Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23572026-07-08T02:26:06.012Z Checking foreign-types v0.5.0
23582026-07-08T02:26:06.048Z Compiling num-derive v0.4.2
23592026-07-08T02:26:06.116Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23602026-07-08T02:26:06.225Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23612026-07-08T02:26:06.372Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23622026-07-08T02:26:06.375Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23632026-07-08T02:26:06.435Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23642026-07-08T02:26:06.570Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23652026-07-08T02:26:06.603Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23662026-07-08T02:26:06.720Z Compiling zone_cfg_derive v0.3.1
23672026-07-08T02:26:06.769Z Checking num_enum v0.5.11
23682026-07-08T02:26:06.923Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23692026-07-08T02:26:06.926Z Checking ingot-types v0.1.2
23702026-07-08T02:26:06.989Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23712026-07-08T02:26:07.070Z Checking itertools v0.12.1
23722026-07-08T02:26:07.158Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23732026-07-08T02:26:07.190Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23742026-07-08T02:26:07.282Z Compiling typify v0.6.2
23752026-07-08T02:26:07.371Z Checking ingot v0.1.1
23762026-07-08T02:26:07.404Z Compiling progenitor-impl v0.14.0
23772026-07-08T02:26:07.530Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23782026-07-08T02:26:07.563Z Checking smf v0.2.3
23792026-07-08T02:26:07.639Z Checking whoami v1.6.1
23802026-07-08T02:26:07.776Z Checking tokio-dtrace v0.1.1
23812026-07-08T02:26:07.820Z Compiling derive-where v1.6.0
23822026-07-08T02:26:07.852Z Checking console v0.15.11
23832026-07-08T02:26:07.988Z Checking oxide-tokio-rt v0.1.4
23842026-07-08T02:26:08.102Z Checking zone v0.3.1
23852026-07-08T02:26:08.153Z Checking newline-converter v0.3.0
23862026-07-08T02:26:08.186Z Checking bytecount v0.6.9
23872026-07-08T02:26:08.289Z Checking expectorate v1.2.0
23882026-07-08T02:26:08.324Z Compiling owo-colors v4.3.0
23892026-07-08T02:26:08.419Z Compiling cancel-safe-futures v0.1.5
23902026-07-08T02:26:08.452Z Checking libsw-core v0.3.2
23912026-07-08T02:26:08.482Z Checking num-rational v0.4.2
23922026-07-08T02:26:08.619Z Checking libsw v3.5.0
23932026-07-08T02:26:08.806Z Checking num-complex v0.4.6
23942026-07-08T02:26:09.002Z Checking linear-map v1.2.0
23952026-07-08T02:26:09.032Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23962026-07-08T02:26:09.063Z Checking float-ord v0.3.2
23972026-07-08T02:26:09.156Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23982026-07-08T02:26:09.189Z Checking num v0.4.3
23992026-07-08T02:26:09.193Z Checking gethostname v0.5.0
24002026-07-08T02:26:09.193Z Compiling prettyplease v0.2.37
24012026-07-08T02:26:09.308Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24022026-07-08T02:26:09.344Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24032026-07-08T02:26:09.375Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24042026-07-08T02:26:09.502Z Checking resolv-conf v0.7.6
24052026-07-08T02:26:09.712Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24062026-07-08T02:26:09.716Z Checking unicode-linebreak v0.1.5
24072026-07-08T02:26:09.984Z Checking smawk v0.3.2
24082026-07-08T02:26:10.036Z Compiling progenitor-macro v0.14.0
24092026-07-08T02:26:10.143Z Checking papergrid v0.11.0
24102026-07-08T02:26:10.185Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24112026-07-08T02:26:10.772Z Compiling tabled_derive v0.7.0
24122026-07-08T02:26:10.849Z Compiling convert_case v0.10.0
24132026-07-08T02:26:10.970Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-07-08T02:26:11.164Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24152026-07-08T02:26:11.200Z Compiling slog-dtrace v0.3.0
24162026-07-08T02:26:11.203Z Compiling derive_more-impl v2.1.1
24172026-07-08T02:26:11.268Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24182026-07-08T02:26:11.471Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24192026-07-08T02:26:11.531Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24202026-07-08T02:26:11.813Z Checking tabled v0.15.0
24212026-07-08T02:26:12.082Z Checking derive_more v2.1.1
24222026-07-08T02:26:12.213Z Checking crossterm v0.29.0
24232026-07-08T02:26:12.275Z Checking linked-hash-map v0.5.6
24242026-07-08T02:26:12.468Z Checking lru-cache v0.1.2
24252026-07-08T02:26:12.838Z Checking hickory-proto v0.24.4
24262026-07-08T02:26:12.973Z Checking fd-lock v4.0.4
24272026-07-08T02:26:13.524Z Checking vte v0.14.1
24282026-07-08T02:26:13.675Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24292026-07-08T02:26:13.738Z Checking display-error-chain v0.2.2
24302026-07-08T02:26:13.925Z Checking strip-ansi-escapes v0.2.1
24312026-07-08T02:26:14.118Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24322026-07-08T02:26:14.533Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24332026-07-08T02:26:14.905Z Checking progenitor v0.14.0
24342026-07-08T02:26:15.002Z Checking termtree v0.5.1
24352026-07-08T02:26:15.080Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24362026-07-08T02:26:15.162Z Checking nu-ansi-term v0.50.3
24372026-07-08T02:26:15.232Z Checking hickory-resolver v0.24.4
24382026-07-08T02:26:15.301Z Checking textwrap v0.16.2
24392026-07-08T02:26:15.333Z Compiling minimal-lexical v0.2.1
24402026-07-08T02:26:15.396Z Checking reedline v0.40.0
24412026-07-08T02:26:15.607Z Compiling nom v7.1.3
24422026-07-08T02:26:15.699Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24432026-07-08T02:26:16.005Z Checking qorb v0.4.1
24442026-07-08T02:26:16.164Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24452026-07-08T02:26:16.576Z Compiling unicode-xid v0.2.6
24462026-07-08T02:26:16.643Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24472026-07-08T02:26:16.769Z Compiling ar_archive_writer v0.5.1
24482026-07-08T02:26:17.263Z Checking csv-core v0.1.13
24492026-07-08T02:26:17.298Z Compiling stacker v0.1.23
24502026-07-08T02:26:17.392Z Compiling semver v0.1.20
24512026-07-08T02:26:17.476Z Checking csv v1.4.0
24522026-07-08T02:26:17.510Z Checking highway v1.3.0
24532026-07-08T02:26:17.602Z Compiling cfg_aliases v0.1.1
24542026-07-08T02:26:17.659Z Compiling psm v0.1.30
24552026-07-08T02:26:17.706Z Compiling nix v0.28.0
24562026-07-08T02:26:17.767Z Compiling rustc_version v0.1.7
24572026-07-08T02:26:17.771Z Checking nibble_vec v0.1.0
24582026-07-08T02:26:17.828Z Checking endian-type v0.1.2
24592026-07-08T02:26:17.868Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24602026-07-08T02:26:17.949Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24612026-07-08T02:26:17.981Z Checking radix_trie v0.2.1
24622026-07-08T02:26:18.018Z Compiling newtype_derive v0.1.6
24632026-07-08T02:26:18.161Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24642026-07-08T02:26:18.226Z Checking phf_shared v0.12.1
24652026-07-08T02:26:18.257Z Compiling recursive-proc-macro-impl v0.1.1
24662026-07-08T02:26:18.382Z Compiling chrono-tz v0.10.4
24672026-07-08T02:26:18.417Z Checking phf v0.12.1
24682026-07-08T02:26:18.670Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24692026-07-08T02:26:18.703Z Compiling const_format_proc_macros v0.2.34
24702026-07-08T02:26:18.705Z Checking recursive v0.1.1
24712026-07-08T02:26:18.706Z Compiling peg-macros v0.8.5
24722026-07-08T02:26:18.807Z Checking nom v8.0.0
24732026-07-08T02:26:18.852Z Checking winnow v0.6.26
24742026-07-08T02:26:19.201Z Compiling sqlparser_derive v0.5.0
24752026-07-08T02:26:19.608Z Checking unicode_categories v0.1.1
24762026-07-08T02:26:19.639Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
24772026-07-08T02:26:19.761Z Checking home v0.5.12
24782026-07-08T02:26:19.792Z Checking const_format v0.2.35
24792026-07-08T02:26:19.896Z Checking rustyline v14.0.0
24802026-07-08T02:26:20.001Z Checking sqlparser v0.61.0
24812026-07-08T02:26:20.033Z Checking sqlformat v0.3.5
24822026-07-08T02:26:20.156Z Checking peg v0.8.5
24832026-07-08T02:26:20.357Z Checking bcs v0.1.6
24842026-07-08T02:26:20.471Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24852026-07-08T02:26:20.592Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24862026-07-08T02:26:20.624Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24872026-07-08T02:26:20.680Z Checking steno v0.4.1
24882026-07-08T02:26:20.778Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
24892026-07-08T02:26:20.928Z Checking sha1 v0.10.6
24902026-07-08T02:26:21.140Z Checking filetime v0.2.27
24912026-07-08T02:26:21.302Z Checking xattr v1.6.1
24922026-07-08T02:26:21.460Z Checking tar v0.4.45
24932026-07-08T02:26:21.657Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24942026-07-08T02:26:21.732Z Checking subprocess v0.2.15
24952026-07-08T02:26:21.866Z Checking headers-core v0.3.0
24962026-07-08T02:26:21.908Z Checking base64 v0.21.7
24972026-07-08T02:26:22.000Z Checking headers v0.4.1
24982026-07-08T02:26:22.055Z Checking yasna v0.5.2
24992026-07-08T02:26:22.184Z Checking dropshot-api-manager-types v0.7.2
25002026-07-08T02:26:22.383Z Checking tagptr v0.2.0
25012026-07-08T02:26:22.460Z Checking rcgen v0.12.1
25022026-07-08T02:26:22.494Z Checking utf-8 v0.7.6
25032026-07-08T02:26:22.553Z Checking moka v0.12.13
25042026-07-08T02:26:22.653Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25052026-07-08T02:26:22.809Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25062026-07-08T02:26:22.843Z Checking tungstenite v0.21.0
25072026-07-08T02:26:22.846Z Compiling libefi-sys v0.1.0
25082026-07-08T02:26:23.219Z Checking hickory-resolver v0.25.2
25092026-07-08T02:26:23.291Z Compiling bitfield-struct v0.6.2
25102026-07-08T02:26:23.325Z Checking tokio-tungstenite v0.21.0
25112026-07-08T02:26:23.625Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25122026-07-08T02:26:23.894Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25132026-07-08T02:26:23.964Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25142026-07-08T02:26:23.996Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25152026-07-08T02:26:24.268Z Compiling radium v0.7.0
25162026-07-08T02:26:24.432Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25172026-07-08T02:26:24.479Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25182026-07-08T02:26:24.534Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25192026-07-08T02:26:24.595Z Compiling maybe-uninit v2.0.0
25202026-07-08T02:26:24.639Z Checking tap v1.0.1
25212026-07-08T02:26:24.772Z Checking wyz v0.5.1
25222026-07-08T02:26:24.804Z Compiling zerocopy-derive v0.6.6
25232026-07-08T02:26:24.872Z Checking crc-catalog v2.4.0
25242026-07-08T02:26:24.966Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
25252026-07-08T02:26:24.997Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
25262026-07-08T02:26:25.003Z Compiling packed_struct v0.10.1
25272026-07-08T02:26:25.003Z Checking funty v2.0.0
25282026-07-08T02:26:25.091Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25292026-07-08T02:26:25.215Z Checking crc v3.4.0
25302026-07-08T02:26:25.346Z Checking bitvec v1.0.1
25312026-07-08T02:26:25.386Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25322026-07-08T02:26:25.417Z Compiling packed_struct_codegen v0.10.1
25332026-07-08T02:26:25.616Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25342026-07-08T02:26:25.676Z Checking zerocopy v0.6.6
25352026-07-08T02:26:25.996Z Compiling bitfield-macros v0.19.4
25362026-07-08T02:26:26.383Z Compiling indexmap v1.9.3
25372026-07-08T02:26:26.536Z Checking nodrop v0.1.14
25382026-07-08T02:26:26.686Z Checking array-init v0.0.4
25392026-07-08T02:26:26.748Z Checking smallvec v0.6.14
25402026-07-08T02:26:26.777Z Checking bitfield v0.19.4
25412026-07-08T02:26:26.970Z Checking hashbrown v0.12.3
25422026-07-08T02:26:27.022Z Checking serde-hex v0.1.0
25432026-07-08T02:26:27.078Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25442026-07-08T02:26:27.264Z Checking ron v0.8.1
25452026-07-08T02:26:27.780Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25462026-07-08T02:26:27.819Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25472026-07-08T02:26:27.851Z Checking hashbrown v0.13.2
25482026-07-08T02:26:27.881Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-07-08T02:26:28.143Z Checking crc-any v2.5.0
25502026-07-08T02:26:28.299Z Checking object v0.30.4
25512026-07-08T02:26:28.348Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25522026-07-08T02:26:28.379Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25532026-07-08T02:26:28.445Z Checking path-slash v0.1.5
25542026-07-08T02:26:28.535Z Compiling xshell-macros v0.2.7
25552026-07-08T02:26:28.561Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25562026-07-08T02:26:28.903Z Checking half v1.8.3
25572026-07-08T02:26:28.954Z Checking xshell v0.2.7
25582026-07-08T02:26:28.957Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25592026-07-08T02:26:29.126Z Checking serde_cbor v0.11.2
25602026-07-08T02:26:29.173Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25612026-07-08T02:26:29.228Z Compiling proc-macro-error-attr2 v2.0.0
25622026-07-08T02:26:29.534Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25632026-07-08T02:26:29.673Z Compiling proc-macro-error2 v2.0.1
25642026-07-08T02:26:29.749Z Compiling num-derive v0.3.3
25652026-07-08T02:26:29.952Z Checking maplit v1.0.2
25662026-07-08T02:26:30.011Z Compiling tabled_derive v0.11.0
25672026-07-08T02:26:30.062Z Checking papergrid v0.17.0
25682026-07-08T02:26:30.418Z Checking testing_table v0.3.0
25692026-07-08T02:26:30.540Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25702026-07-08T02:26:30.686Z Checking libscf-sys v1.1.0
25712026-07-08T02:26:30.871Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25722026-07-08T02:26:30.888Z Compiling progenitor-impl v0.13.0
25732026-07-08T02:26:30.919Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25742026-07-08T02:26:31.043Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25752026-07-08T02:26:31.077Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25762026-07-08T02:26:31.208Z Checking tabled v0.20.0
25772026-07-08T02:26:31.390Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25782026-07-08T02:26:31.903Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25792026-07-08T02:26:31.934Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25802026-07-08T02:26:32.269Z Checking progenitor-client v0.13.0
25812026-07-08T02:26:32.303Z Compiling git-stub v1.0.0
25822026-07-08T02:26:32.535Z Compiling git-stub-vcs v0.1.0
25832026-07-08T02:26:32.571Z Checking crc8 v0.1.1
25842026-07-08T02:26:32.602Z Checking unicase v2.9.0
25852026-07-08T02:26:32.695Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25862026-07-08T02:26:32.787Z Checking fxhash v0.2.1
25872026-07-08T02:26:32.913Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25882026-07-08T02:26:32.945Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25892026-07-08T02:26:32.982Z Compiling vergen-lib v0.1.6
25902026-07-08T02:26:33.215Z Compiling diesel_derives v2.3.7
25912026-07-08T02:26:33.485Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25922026-07-08T02:26:33.514Z Checking scheduled-thread-pool v0.2.7
25932026-07-08T02:26:33.545Z Compiling dsl_auto_type v0.2.0
25942026-07-08T02:26:33.574Z Compiling progenitor-macro v0.13.0
25952026-07-08T02:26:33.641Z Compiling vergen-gitcl v1.0.8
25962026-07-08T02:26:33.682Z Compiling diesel_table_macro_syntax v0.3.0
25972026-07-08T02:26:33.807Z Checking r2d2 v0.8.10
25982026-07-08T02:26:33.899Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25992026-07-08T02:26:33.963Z Checking downcast-rs v2.0.2
26002026-07-08T02:26:33.963Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26012026-07-08T02:26:34.026Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26022026-07-08T02:26:34.284Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26032026-07-08T02:26:34.353Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26042026-07-08T02:26:34.481Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26052026-07-08T02:26:34.513Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26062026-07-08T02:26:34.543Z Checking kstat-rs v0.2.4
26072026-07-08T02:26:34.578Z Checking arc-swap v1.8.2
26082026-07-08T02:26:34.752Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26092026-07-08T02:26:34.782Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26102026-07-08T02:26:34.823Z Checking slog-scope v4.4.1
26112026-07-08T02:26:34.855Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26122026-07-08T02:26:34.991Z Compiling dirs-sys-next v0.1.2
26132026-07-08T02:26:35.064Z Compiling crunchy v0.2.4
26142026-07-08T02:26:35.297Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26152026-07-08T02:26:35.330Z Compiling parking_lot_core v0.8.6
26162026-07-08T02:26:35.412Z Compiling dirs-next v2.0.0
26172026-07-08T02:26:35.603Z Checking slog-stdlog v4.1.1
26182026-07-08T02:26:35.676Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26192026-07-08T02:26:35.709Z Compiling clang-sys v1.8.1
26202026-07-08T02:26:35.752Z Compiling tiny-keccak v2.0.2
26212026-07-08T02:26:36.025Z Checking slog-envlogger v2.2.0
26222026-07-08T02:26:36.165Z Compiling term v0.7.0
26232026-07-08T02:26:36.225Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26242026-07-08T02:26:36.300Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
26252026-07-08T02:26:36.355Z Compiling bit-vec v0.6.3
26262026-07-08T02:26:36.540Z Compiling ascii-canvas v3.0.0
26272026-07-08T02:26:36.640Z Compiling bit-set v0.5.3
26282026-07-08T02:26:36.744Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
26292026-07-08T02:26:36.775Z Checking parking_lot v0.11.2
26302026-07-08T02:26:36.844Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26312026-07-08T02:26:36.874Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26322026-07-08T02:26:36.997Z Checking prefix-trie v0.7.0
26332026-07-08T02:26:37.058Z Compiling itertools v0.10.5
26342026-07-08T02:26:37.253Z Compiling ena v0.14.4
26352026-07-08T02:26:37.326Z Compiling libloading v0.8.9
26362026-07-08T02:26:37.358Z Compiling bindgen v0.71.1
26372026-07-08T02:26:37.389Z Compiling diff v0.1.13
26382026-07-08T02:26:37.490Z Compiling regex-syntax v0.6.29
26392026-07-08T02:26:37.681Z Checking hickory-server v0.25.2
26402026-07-08T02:26:37.972Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
26412026-07-08T02:26:38.142Z Checking sled v0.34.7
26422026-07-08T02:26:38.481Z Checking progenitor v0.13.0
26432026-07-08T02:26:38.573Z Compiling cexpr v0.6.0
26442026-07-08T02:26:38.645Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26452026-07-08T02:26:38.943Z Compiling lalrpop v0.19.12
26462026-07-08T02:26:39.254Z Checking nanorand v0.7.0
26472026-07-08T02:26:39.405Z Compiling rustc-hash v2.1.1
26482026-07-08T02:26:39.471Z Checking diesel v2.3.7
26492026-07-08T02:26:39.502Z Compiling salty v0.3.0
26502026-07-08T02:26:39.556Z Checking flume v0.11.1
26512026-07-08T02:26:39.819Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26522026-07-08T02:26:39.852Z Compiling libxml v0.3.3
26532026-07-08T02:26:40.387Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26542026-07-08T02:26:40.485Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26552026-07-08T02:26:40.924Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26562026-07-08T02:26:41.199Z Compiling strum_macros v0.24.3
26572026-07-08T02:26:41.232Z Compiling fs-err v2.11.0
26582026-07-08T02:26:41.471Z Compiling indoc v1.0.9
26592026-07-08T02:26:41.999Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26602026-07-08T02:26:42.234Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26612026-07-08T02:26:42.352Z Checking quick-xml v0.37.5
26622026-07-08T02:26:42.601Z Checking derive_builder v0.20.2
26632026-07-08T02:26:42.634Z Compiling oso-derive v0.27.3
26642026-07-08T02:26:42.742Z Compiling trait-variant v0.1.2
26652026-07-08T02:26:43.162Z Compiling impl-trait-for-tuples v0.2.3
26662026-07-08T02:26:43.242Z Checking openssl-probe v0.1.6
26672026-07-08T02:26:43.320Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26682026-07-08T02:26:43.632Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26692026-07-08T02:26:44.120Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26702026-07-08T02:26:44.729Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26712026-07-08T02:26:44.917Z Checking rfc6979 v0.4.0
26722026-07-08T02:26:45.071Z Checking assert_matches v1.5.0
26732026-07-08T02:26:45.104Z Checking parse-size v1.1.0
26742026-07-08T02:26:45.172Z Checking ecdsa v0.16.9
26752026-07-08T02:26:45.205Z Checking primeorder v0.13.6
26762026-07-08T02:26:45.251Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26772026-07-08T02:26:45.477Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26782026-07-08T02:26:45.544Z Checking p384 v0.13.1
26792026-07-08T02:26:45.712Z Checking predicates-tree v1.0.13
26802026-07-08T02:26:45.859Z Checking bb8 v0.8.6
26812026-07-08T02:26:45.999Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26822026-07-08T02:26:46.086Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26832026-07-08T02:26:46.214Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26842026-07-08T02:26:46.290Z Checking http-range v0.1.5
26852026-07-08T02:26:46.356Z Compiling mime_guess v2.0.5
26862026-07-08T02:26:46.523Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26872026-07-08T02:26:46.643Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26882026-07-08T02:26:46.694Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-07-08T02:26:46.924Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26902026-07-08T02:26:46.957Z Checking atty v0.2.14
26912026-07-08T02:26:46.989Z Checking nonempty v0.12.0
26922026-07-08T02:26:47.061Z Checking corncobs v0.1.4
26932026-07-08T02:26:47.211Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26942026-07-08T02:26:47.243Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26952026-07-08T02:26:47.246Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26962026-07-08T02:26:47.450Z Checking ignore v0.4.25
26972026-07-08T02:26:47.534Z Checking secrecy v0.8.0
26982026-07-08T02:26:47.579Z Checking hyper-staticfile v0.10.1
26992026-07-08T02:26:47.885Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27002026-07-08T02:26:47.919Z Checking globwalk v0.9.1
27012026-07-08T02:26:47.922Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27022026-07-08T02:26:48.134Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27032026-07-08T02:26:48.270Z Compiling illumos-nvpair-sys v0.2.0
27042026-07-08T02:26:48.307Z Checking camino-tempfile-ext v0.3.3
27052026-07-08T02:26:48.404Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27062026-07-08T02:26:48.544Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27072026-07-08T02:26:48.569Z Checking signal-hook-tokio v0.3.1
27082026-07-08T02:26:48.708Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27092026-07-08T02:26:48.891Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27102026-07-08T02:26:48.990Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27112026-07-08T02:26:49.195Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27122026-07-08T02:26:49.379Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27132026-07-08T02:26:49.695Z Checking illumos-nvpair v0.3.0
27142026-07-08T02:26:49.727Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27152026-07-08T02:26:49.798Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27162026-07-08T02:26:49.883Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27172026-07-08T02:26:50.061Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27182026-07-08T02:26:50.118Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27192026-07-08T02:26:50.121Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27202026-07-08T02:26:50.183Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27212026-07-08T02:26:50.220Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27222026-07-08T02:26:50.633Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27232026-07-08T02:26:50.835Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27242026-07-08T02:26:51.961Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27252026-07-08T02:26:52.037Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27262026-07-08T02:26:52.207Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27272026-07-08T02:26:52.653Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27282026-07-08T02:26:52.936Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27292026-07-08T02:26:52.970Z Checking tungstenite v0.23.0
27302026-07-08T02:26:53.085Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27312026-07-08T02:26:53.221Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-07-08T02:26:53.425Z Checking tokio-tungstenite v0.23.1
27332026-07-08T02:26:53.460Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27342026-07-08T02:26:53.626Z Checking rand_seeder v0.4.0
27352026-07-08T02:26:53.723Z Checking async-bb8-diesel v0.2.1
27362026-07-08T02:26:53.804Z Checking diesel-dtrace v0.5.0
27372026-07-08T02:26:53.835Z Checking void v1.0.2
27382026-07-08T02:26:53.997Z Checking lzss v0.8.2
27392026-07-08T02:26:54.075Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27402026-07-08T02:26:54.109Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27412026-07-08T02:26:54.188Z Checking nix v0.27.1
27422026-07-08T02:26:54.245Z Checking serde_bytes v0.11.19
27432026-07-08T02:26:54.288Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27442026-07-08T02:26:54.404Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27452026-07-08T02:26:54.448Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27462026-07-08T02:26:54.733Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27472026-07-08T02:26:55.099Z Checking is_ci v1.2.0
27482026-07-08T02:26:55.204Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27492026-07-08T02:26:55.237Z Checking yansi v1.0.1
27502026-07-08T02:26:55.421Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27512026-07-08T02:26:55.529Z Checking cpubits v0.1.1
27522026-07-08T02:26:55.638Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27532026-07-08T02:26:55.668Z Checking pretty_assertions v1.4.1
27542026-07-08T02:26:55.831Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27552026-07-08T02:26:55.917Z Checking pem-rfc7468 v1.0.0
27562026-07-08T02:26:56.118Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27572026-07-08T02:26:56.186Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27582026-07-08T02:26:56.383Z Compiling darling_core v0.23.0
27592026-07-08T02:26:56.993Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27602026-07-08T02:26:57.404Z Compiling indoc v2.0.7
27612026-07-08T02:26:57.439Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27622026-07-08T02:26:57.680Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-07-08T02:26:57.909Z Checking hmac v0.13.0
27642026-07-08T02:26:58.102Z Checking universal-hash v0.6.1
27652026-07-08T02:26:58.266Z Compiling libz-sys v1.1.24
27662026-07-08T02:26:58.486Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-07-08T02:26:58.560Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27682026-07-08T02:26:58.684Z Compiling instability v0.3.11
27692026-07-08T02:26:58.892Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-07-08T02:26:58.961Z Compiling darling_macro v0.23.0
27712026-07-08T02:26:59.049Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27722026-07-08T02:26:59.241Z Checking castaway v0.2.4
27732026-07-08T02:26:59.381Z Checking compact_str v0.8.1
27742026-07-08T02:26:59.508Z Compiling darling v0.23.0
27752026-07-08T02:26:59.796Z Checking polyval v0.7.1
27762026-07-08T02:27:00.003Z Checking der v0.8.0
27772026-07-08T02:27:00.072Z Checking supports-color v3.0.2
27782026-07-08T02:27:00.237Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27792026-07-08T02:27:00.382Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27802026-07-08T02:27:00.480Z Checking unicode-truncate v1.1.0
27812026-07-08T02:27:00.622Z Checking console v0.16.2
27822026-07-08T02:27:00.667Z Checking lru v0.12.5
27832026-07-08T02:27:00.705Z Compiling libgit2-sys v0.18.3+1.9.2
27842026-07-08T02:27:00.834Z Checking cassowary v0.3.0
27852026-07-08T02:27:00.865Z Checking unit-prefix v0.5.2
27862026-07-08T02:27:01.041Z Checking indicatif v0.18.4
27872026-07-08T02:27:01.078Z Checking ratatui v0.29.0
27882026-07-08T02:27:01.109Z Checking ghash v0.6.0
27892026-07-08T02:27:01.399Z Checking pbkdf2 v0.13.0
27902026-07-08T02:27:01.452Z Checking aes v0.9.1
27912026-07-08T02:27:01.568Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27922026-07-08T02:27:01.917Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27932026-07-08T02:27:02.168Z Checking ctr v0.10.1
27942026-07-08T02:27:02.378Z Checking aead v0.6.1
27952026-07-08T02:27:02.438Z Checking sha2 v0.11.0
27962026-07-08T02:27:02.552Z Checking cargo-platform v0.3.2
27972026-07-08T02:27:02.762Z Checking cargo_metadata v0.23.1
27982026-07-08T02:27:02.809Z Checking aes-gcm v0.11.0
27992026-07-08T02:27:03.003Z Checking spki v0.8.0
28002026-07-08T02:27:03.199Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28012026-07-08T02:27:03.230Z Checking crypto-bigint v0.7.5
28022026-07-08T02:27:03.553Z Checking salsa20 v0.11.0
28032026-07-08T02:27:03.730Z Checking cbc v0.2.1
28042026-07-08T02:27:03.899Z Compiling vergen-git2 v9.1.0
28052026-07-08T02:27:04.145Z Checking plotters-backend v0.3.7
28062026-07-08T02:27:04.385Z Checking plotters-svg v0.3.7
28072026-07-08T02:27:04.598Z Checking scrypt v0.12.0
28082026-07-08T02:27:04.793Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28092026-07-08T02:27:04.887Z Checking cast v0.3.0
28102026-07-08T02:27:05.071Z Checking criterion-plot v0.6.0
28112026-07-08T02:27:05.078Z Checking pkcs5 v0.8.1
28122026-07-08T02:27:05.340Z Checking plotters v0.3.7
28132026-07-08T02:27:05.421Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28142026-07-08T02:27:05.484Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28152026-07-08T02:27:05.720Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28162026-07-08T02:27:05.965Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28172026-07-08T02:27:06.126Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-07-08T02:27:06.201Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28192026-07-08T02:27:06.364Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28202026-07-08T02:27:06.421Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28212026-07-08T02:27:06.453Z Checking colored v2.2.0
28222026-07-08T02:27:06.621Z Checking tinytemplate v1.2.1
28232026-07-08T02:27:06.687Z Checking anes v0.1.6
28242026-07-08T02:27:06.871Z Checking oorandom v11.1.5
28252026-07-08T02:27:06.905Z Checking shell-words v1.1.1
28262026-07-08T02:27:07.015Z Checking criterion v0.7.0
28272026-07-08T02:27:07.128Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28282026-07-08T02:27:07.342Z Checking pkcs8 v0.11.0
28292026-07-08T02:27:07.567Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28302026-07-08T02:27:08.272Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28312026-07-08T02:27:08.335Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28322026-07-08T02:27:08.862Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28332026-07-08T02:27:09.062Z Checking tokio-test v0.4.5
28342026-07-08T02:27:09.294Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28352026-07-08T02:27:09.534Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28362026-07-08T02:27:09.939Z Checking twox-hash v2.1.2
28372026-07-08T02:27:10.278Z Checking ff v0.14.0
28382026-07-08T02:27:10.492Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28392026-07-08T02:27:10.691Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28402026-07-08T02:27:11.688Z Checking fatfs v0.3.6
28412026-07-08T02:27:12.171Z Checking signature v3.0.0
28422026-07-08T02:27:12.303Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28432026-07-08T02:27:12.350Z Compiling seq-macro v0.3.6
28442026-07-08T02:27:12.533Z Checking base16ct v1.0.0
28452026-07-08T02:27:12.694Z Checking sec1 v0.8.1
28462026-07-08T02:27:12.895Z Checking group v0.14.0
28472026-07-08T02:27:12.928Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-07-08T02:27:13.080Z Checking hkdf v0.13.0
28492026-07-08T02:27:13.244Z Compiling petname v2.0.2
28502026-07-08T02:27:13.520Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28512026-07-08T02:27:13.654Z Checking elliptic-curve v0.14.0-rc.33
28522026-07-08T02:27:13.690Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28532026-07-08T02:27:13.925Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28542026-07-08T02:27:14.149Z Checking concurrent-queue v2.5.0
28552026-07-08T02:27:14.370Z Checking rtoolbox v0.0.3
28562026-07-08T02:27:14.531Z Checking parking v2.2.1
28572026-07-08T02:27:14.682Z Checking event-listener v5.4.1
28582026-07-08T02:27:14.927Z Checking rpassword v7.4.0
28592026-07-08T02:27:15.065Z Checking tui-tree-widget v0.23.1
28602026-07-08T02:27:15.283Z Checking rfc6979 v0.5.0
28612026-07-08T02:27:15.435Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28622026-07-08T02:27:15.466Z Checking sapling-renderdag v0.1.0
28632026-07-08T02:27:15.621Z Checking sync-ptr v0.1.4
28642026-07-08T02:27:15.731Z Checking ecdsa v0.17.0-rc.18
28652026-07-08T02:27:15.766Z Checking event-listener-strategy v0.5.4
28662026-07-08T02:27:15.929Z Checking primeorder v0.14.0-rc.10
28672026-07-08T02:27:16.128Z Checking primefield v0.14.0
28682026-07-08T02:27:16.259Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28692026-07-08T02:27:16.361Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28702026-07-08T02:27:16.596Z Compiling curve25519-dalek v5.0.0-rc.0
28712026-07-08T02:27:16.956Z Checking arrayvec v0.7.6
28722026-07-08T02:27:16.990Z Checking constant_time_eq v0.4.2
28732026-07-08T02:27:17.158Z Checking arrayref v0.3.9
28742026-07-08T02:27:17.189Z Checking futures-timer v3.0.3
28752026-07-08T02:27:17.400Z Checking async-lock v3.4.2
28762026-07-08T02:27:17.431Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28772026-07-08T02:27:17.463Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28782026-07-08T02:27:17.831Z Checking ssh-encoding v0.3.0-rc.9
28792026-07-08T02:27:18.087Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-07-08T02:27:18.448Z Compiling strsim v0.10.0
28812026-07-08T02:27:18.812Z Compiling darling_core v0.13.4
28822026-07-08T02:27:19.282Z Checking async-object-pool v0.2.0
28832026-07-08T02:27:20.180Z Checking ed25519 v3.0.0
28842026-07-08T02:27:20.212Z Compiling samael v0.0.19
28852026-07-08T02:27:20.277Z Checking crypto-primes v0.7.2
28862026-07-08T02:27:20.400Z Checking pkcs1 v0.8.0-rc.4
28872026-07-08T02:27:20.630Z Checking poly1305 v0.9.0
28882026-07-08T02:27:20.683Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28892026-07-08T02:27:20.926Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28902026-07-08T02:27:21.084Z Checking serde_regex v1.1.0
28912026-07-08T02:27:21.266Z Checking blowfish v0.10.0
28922026-07-08T02:27:21.269Z Checking blake2 v0.11.0-rc.6
28932026-07-08T02:27:21.446Z Checking assert-json-diff v2.0.2
28942026-07-08T02:27:21.591Z Checking path-tree v0.8.3
28952026-07-08T02:27:21.623Z Checking keccak v0.2.0
28962026-07-08T02:27:21.661Z Checking stringmetrics v2.2.2
28972026-07-08T02:27:21.805Z Compiling target-lexicon v0.13.3
28982026-07-08T02:27:21.808Z Checking gimli v0.32.3
28992026-07-08T02:27:21.870Z Checking fiat-crypto v0.3.0
29002026-07-08T02:27:22.399Z Checking httpmock v0.8.3
29012026-07-08T02:27:23.440Z Checking addr2line v0.25.1
29022026-07-08T02:27:23.746Z Checking sha3 v0.11.0
29032026-07-08T02:27:24.115Z Checking argon2 v0.6.0-rc.8
29042026-07-08T02:27:24.462Z Checking bcrypt-pbkdf v0.11.0
29052026-07-08T02:27:24.644Z Checking rsa v0.10.0-rc.18
29062026-07-08T02:27:24.676Z Checking ssh-cipher v0.3.0-rc.9
29072026-07-08T02:27:24.918Z Compiling darling_macro v0.13.4
29082026-07-08T02:27:25.169Z Checking ed25519-dalek v3.0.0-rc.0
29092026-07-08T02:27:25.439Z Checking p256 v0.14.0-rc.10
29102026-07-08T02:27:25.470Z Checking p521 v0.14.0-rc.10
29112026-07-08T02:27:26.222Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29122026-07-08T02:27:26.501Z Checking kem v0.3.0
29132026-07-08T02:27:26.648Z Checking module-lattice v0.2.3
29142026-07-08T02:27:26.903Z Compiling guppy-workspace-hack v0.1.0
29152026-07-08T02:27:27.043Z Checking p384 v0.14.0-rc.10
29162026-07-08T02:27:27.129Z Checking rustc-demangle v0.1.27
29172026-07-08T02:27:27.295Z Checking hex-literal v0.4.1
29182026-07-08T02:27:27.382Z Checking backtrace v0.3.76
29192026-07-08T02:27:27.462Z Checking ml-kem v0.3.2
29202026-07-08T02:27:27.708Z Compiling darling v0.13.4
29212026-07-08T02:27:28.078Z Checking russh-cryptovec v0.61.0
29222026-07-08T02:27:28.236Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29232026-07-08T02:27:28.266Z Checking internal-russh-num-bigint v0.5.0
29242026-07-08T02:27:28.469Z Checking num-bigint v0.4.6
29252026-07-08T02:27:28.545Z Checking russh-util v0.52.0
29262026-07-08T02:27:28.699Z Checking generic-array v1.4.3
29272026-07-08T02:27:28.817Z Compiling git2 v0.20.4
29282026-07-08T02:27:29.091Z Checking ssh-key v0.7.0-rc.10
29292026-07-08T02:27:29.152Z Compiling enum_dispatch v0.3.13
29302026-07-08T02:27:29.275Z Compiling blake3 v1.8.5
29312026-07-08T02:27:29.424Z Compiling delegate v0.13.5
29322026-07-08T02:27:29.688Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29332026-07-08T02:27:29.995Z Checking md5 v0.8.0
29342026-07-08T02:27:30.151Z Compiling target-spec v3.5.7
29352026-07-08T02:27:30.154Z Checking hex-literal v1.1.0
29362026-07-08T02:27:30.214Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29372026-07-08T02:27:30.424Z Checking russh v0.61.2
29382026-07-08T02:27:30.686Z Checking cfg-expr v0.20.6
29392026-07-08T02:27:30.809Z Compiling serde_with_macros v1.5.2
29402026-07-08T02:27:30.878Z Checking backtrace-ext v0.2.1
29412026-07-08T02:27:31.219Z Checking supports-color v2.1.0
29422026-07-08T02:27:31.383Z Checking textwrap v0.15.2
29432026-07-08T02:27:31.657Z Checking supports-hyperlinks v2.1.0
29442026-07-08T02:27:31.688Z Checking supports-unicode v2.1.0
29452026-07-08T02:27:31.735Z Checking hashbrown v0.14.5
29462026-07-08T02:27:31.801Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29472026-07-08T02:27:31.833Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29482026-07-08T02:27:32.017Z Checking socket2 v0.5.10
29492026-07-08T02:27:32.064Z Checking terminal_size v0.1.17
29502026-07-08T02:27:32.197Z Compiling miette-derive v5.10.0
29512026-07-08T02:27:32.228Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29522026-07-08T02:27:32.259Z Checking internet-checksum v0.2.1
29532026-07-08T02:27:32.305Z Checking owo-colors v3.5.0
29542026-07-08T02:27:32.865Z Checking chumsky v0.9.3
29552026-07-08T02:27:33.384Z Checking miette v5.10.0
29562026-07-08T02:27:33.752Z Compiling serde_with v1.14.0
29572026-07-08T02:27:34.042Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29582026-07-08T02:27:34.210Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29592026-07-08T02:27:34.241Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29602026-07-08T02:27:34.602Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29612026-07-08T02:27:34.819Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29622026-07-08T02:27:34.904Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29632026-07-08T02:27:35.009Z Compiling knuffel-derive v3.2.0
29642026-07-08T02:27:35.037Z Checking httptest v0.16.4
29652026-07-08T02:27:35.084Z Checking pathdiff v0.2.3
29662026-07-08T02:27:35.224Z Checking topological-sort v0.2.2
29672026-07-08T02:27:35.393Z Checking nested v0.1.1
29682026-07-08T02:27:35.435Z Checking omicron-zone-package v0.12.3
29692026-07-08T02:27:35.565Z Checking guppy v0.17.25
29702026-07-08T02:27:35.766Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29712026-07-08T02:27:36.411Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29722026-07-08T02:27:36.532Z Checking similar-asserts v1.7.0
29732026-07-08T02:27:36.564Z Checking knuffel v3.2.0
29742026-07-08T02:27:36.597Z Compiling polar-core v0.27.3
29752026-07-08T02:27:36.709Z Compiling target-triple v1.0.0
29762026-07-08T02:27:36.742Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29772026-07-08T02:27:37.093Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29782026-07-08T02:27:37.275Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29792026-07-08T02:27:37.511Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29802026-07-08T02:27:37.544Z Checking hickory-client v0.25.2
29812026-07-08T02:27:37.842Z Compiling toml_datetime v0.7.5+spec-1.1.0
29822026-07-08T02:27:38.125Z Compiling assert_cmd v2.1.2
29832026-07-08T02:27:38.158Z Checking escape8259 v0.5.3
29842026-07-08T02:27:38.314Z Checking libtest-mimic v0.8.1
29852026-07-08T02:27:38.438Z Compiling toml_edit v0.23.10+spec-1.0.0
29862026-07-08T02:27:38.613Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29872026-07-08T02:27:38.688Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29882026-07-08T02:27:38.741Z Checking blake2b_simd v1.0.4
29892026-07-08T02:27:39.186Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29902026-07-08T02:27:39.388Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29912026-07-08T02:27:39.517Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29922026-07-08T02:27:39.565Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29932026-07-08T02:27:39.753Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29942026-07-08T02:27:39.789Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29952026-07-08T02:27:39.978Z Checking fancy-regex v0.14.0
29962026-07-08T02:27:40.046Z Checking serde_tokenstream v0.2.3
29972026-07-08T02:27:40.202Z Checking approx v0.5.1
29982026-07-08T02:27:40.288Z Compiling rstest_macros v0.25.0
29992026-07-08T02:27:40.362Z Checking uzers v0.12.2
30002026-07-08T02:27:40.393Z Checking termcolor v1.4.1
30012026-07-08T02:27:40.601Z Checking constant_time_eq v0.3.1
30022026-07-08T02:27:40.604Z Compiling linkme-impl v0.3.35
30032026-07-08T02:27:40.663Z Checking trybuild v1.0.116
30042026-07-08T02:27:40.728Z Checking rust-argon2 v2.1.0
30052026-07-08T02:27:41.026Z Checking datatest-stable v0.3.3
30062026-07-08T02:27:41.339Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30072026-07-08T02:27:41.404Z Compiling proc-macro-crate v3.4.0
30082026-07-08T02:27:41.583Z Checking oso v0.27.3
30092026-07-08T02:27:41.726Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30102026-07-08T02:27:41.758Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30112026-07-08T02:27:42.081Z Checking support-bundle-viewer v0.1.2
30122026-07-08T02:27:42.362Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30132026-07-08T02:27:42.521Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30142026-07-08T02:27:42.553Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30152026-07-08T02:27:42.601Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30162026-07-08T02:27:42.760Z Checking drift v0.2.0
30172026-07-08T02:27:42.793Z Checking rand_distr v0.5.1
30182026-07-08T02:27:42.842Z Checking multimap v0.10.1
30192026-07-08T02:27:43.043Z Compiling linkme v0.3.35
30202026-07-08T02:27:43.152Z Compiling relative-path v1.9.3
30212026-07-08T02:27:43.230Z Checking dropshot-api-manager v0.7.2
30222026-07-08T02:27:44.267Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30232026-07-08T02:27:44.457Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30242026-07-08T02:27:44.651Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30252026-07-08T02:27:44.896Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30262026-07-08T02:27:45.110Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30272026-07-08T02:27:45.182Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30282026-07-08T02:27:45.221Z Checking cargo_toml v0.21.0
30292026-07-08T02:27:45.252Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30302026-07-08T02:27:45.614Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30312026-07-08T02:27:45.851Z Checking partial-io v0.5.4
30322026-07-08T02:27:45.906Z Checking termios v0.3.3
30332026-07-08T02:27:46.031Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30342026-07-08T02:27:46.498Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30352026-07-08T02:27:47.053Z Checking rstest v0.25.0
30362026-07-08T02:27:48.207Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30372026-07-08T02:27:48.527Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30382026-07-08T02:27:51.130Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30392026-07-08T02:27:54.995Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30402026-07-08T02:27:58.411Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30412026-07-08T02:27:58.578Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30422026-07-08T02:28:00.835Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30432026-07-08T02:28:05.515Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30442026-07-08T02:28:10.472Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30452026-07-08T02:28:14.248Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30462026-07-08T02:28:14.658Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30472026-07-08T02:28:14.830Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30482026-07-08T02:28:20.620Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30492026-07-08T02:28:25.711Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30502026-07-08T02:28:43.351Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30512026-07-08T02:29:39.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 05s
30522026-07-08T02:29:39.920Z
30532026-07-08T02:29:39.920Zreal 4:08.985304500
30542026-07-08T02:29:39.920Zuser 21:31.589827385
30552026-07-08T02:29:39.920Zsys 4:52.710968407
30562026-07-08T02:29:39.920Ztrap 0.521286183
30572026-07-08T02:29:39.920Ztflt 0.511853515
30582026-07-08T02:29:39.920Zdflt 0.490607777
30592026-07-08T02:29:39.921Zkflt 0.004971226
30602026-07-08T02:29:39.921Zlock 58:56.306692863
30612026-07-08T02:29:39.921Zslp 58:54.250404964
30622026-07-08T02:29:39.921Zlat 1:53.279827505
30632026-07-08T02:29:39.921Zstop 10:41.188615893
30642026-07-08T02:29:39.977Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30652026-07-08T02:29:39.977Z+ ptime -m cargo doc --workspace --no-deps
30662026-07-08T02:29:40.721Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30672026-07-08T02:29:40.721Z |
30682026-07-08T02:29:40.721Z = 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)`
30692026-07-08T02:29:40.721Z = 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>
30702026-07-08T02:29:41.743Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30712026-07-08T02:29:41.969Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30722026-07-08T02:29:42.007Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30732026-07-08T02:29:42.081Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30742026-07-08T02:29:42.130Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30752026-07-08T02:29:42.190Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30762026-07-08T02:29:42.238Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30772026-07-08T02:29:42.319Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30782026-07-08T02:29:42.370Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30792026-07-08T02:29:42.370Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30802026-07-08T02:29:42.542Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30812026-07-08T02:29:42.624Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30822026-07-08T02:29:42.676Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30832026-07-08T02:29:42.676Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30842026-07-08T02:29:42.676Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30852026-07-08T02:29:42.740Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30862026-07-08T02:29:42.782Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30872026-07-08T02:29:42.782Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30882026-07-08T02:29:42.782Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30892026-07-08T02:29:42.839Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30902026-07-08T02:29:42.936Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30912026-07-08T02:29:42.936Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30922026-07-08T02:29:43.155Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30932026-07-08T02:29:43.472Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30942026-07-08T02:29:43.533Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30952026-07-08T02:29:43.683Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30962026-07-08T02:29:43.701Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30972026-07-08T02:29:43.701Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30982026-07-08T02:29:43.734Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30992026-07-08T02:29:43.825Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31002026-07-08T02:29:43.898Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31012026-07-08T02:29:44.064Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31022026-07-08T02:29:44.145Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31032026-07-08T02:29:44.185Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31042026-07-08T02:29:44.235Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31052026-07-08T02:29:44.299Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31062026-07-08T02:29:44.326Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31072026-07-08T02:29:44.420Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31082026-07-08T02:29:44.538Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31092026-07-08T02:29:44.723Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31102026-07-08T02:29:44.780Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31112026-07-08T02:29:45.070Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31122026-07-08T02:29:45.183Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31132026-07-08T02:29:45.207Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31142026-07-08T02:29:45.376Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31152026-07-08T02:29:45.434Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31162026-07-08T02:29:45.438Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31172026-07-08T02:29:45.492Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31182026-07-08T02:29:45.622Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31192026-07-08T02:29:45.683Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31202026-07-08T02:29:45.733Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31212026-07-08T02:29:45.762Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31222026-07-08T02:29:45.874Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31232026-07-08T02:29:45.923Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31242026-07-08T02:29:45.956Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31252026-07-08T02:29:45.972Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31262026-07-08T02:29:45.991Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31272026-07-08T02:29:46.081Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31282026-07-08T02:29:46.454Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31292026-07-08T02:29:46.583Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31302026-07-08T02:29:46.598Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31312026-07-08T02:29:46.897Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31322026-07-08T02:29:47.043Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31332026-07-08T02:29:47.354Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31342026-07-08T02:29:47.431Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31352026-07-08T02:29:47.496Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31362026-07-08T02:29:47.504Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31372026-07-08T02:29:47.631Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31382026-07-08T02:29:47.754Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31392026-07-08T02:29:47.786Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31402026-07-08T02:29:47.804Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31412026-07-08T02:29:47.941Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31422026-07-08T02:29:48.308Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31432026-07-08T02:29:48.835Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31442026-07-08T02:29:48.900Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31452026-07-08T02:29:48.974Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31462026-07-08T02:29:49.022Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31472026-07-08T02:29:49.140Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31482026-07-08T02:29:49.313Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31492026-07-08T02:29:49.383Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31502026-07-08T02:29:49.413Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31512026-07-08T02:29:49.502Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31522026-07-08T02:29:49.610Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31532026-07-08T02:29:49.640Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31542026-07-08T02:29:49.646Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31552026-07-08T02:29:49.704Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31562026-07-08T02:29:49.914Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31572026-07-08T02:29:49.997Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31582026-07-08T02:29:50.020Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31592026-07-08T02:29:50.020Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31602026-07-08T02:29:50.063Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31612026-07-08T02:29:50.235Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31622026-07-08T02:29:50.257Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31632026-07-08T02:29:50.345Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31642026-07-08T02:29:50.372Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31652026-07-08T02:29:50.395Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31662026-07-08T02:29:50.413Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31672026-07-08T02:29:50.568Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31682026-07-08T02:29:50.591Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31692026-07-08T02:29:50.662Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31702026-07-08T02:29:50.685Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31712026-07-08T02:29:50.685Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31722026-07-08T02:29:50.763Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31732026-07-08T02:29:50.836Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31742026-07-08T02:29:50.920Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31752026-07-08T02:29:50.980Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31762026-07-08T02:29:51.002Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31772026-07-08T02:29:51.257Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31782026-07-08T02:29:51.278Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31792026-07-08T02:29:51.341Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31802026-07-08T02:29:51.745Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31812026-07-08T02:29:51.933Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31822026-07-08T02:29:51.994Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31832026-07-08T02:29:52.659Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31842026-07-08T02:29:52.762Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31852026-07-08T02:29:52.845Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31862026-07-08T02:29:52.963Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31872026-07-08T02:29:53.348Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31882026-07-08T02:29:53.566Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31892026-07-08T02:29:54.193Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31902026-07-08T02:29:54.807Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31912026-07-08T02:29:54.966Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31922026-07-08T02:29:55.688Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31932026-07-08T02:29:55.901Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31942026-07-08T02:29:55.995Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31952026-07-08T02:29:56.035Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31962026-07-08T02:29:56.213Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31972026-07-08T02:29:56.525Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31982026-07-08T02:29:56.553Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31992026-07-08T02:29:56.929Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32002026-07-08T02:29:56.975Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32012026-07-08T02:29:57.479Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32022026-07-08T02:29:57.694Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32032026-07-08T02:29:57.878Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32042026-07-08T02:29:58.179Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32052026-07-08T02:29:58.271Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32062026-07-08T02:29:58.357Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32072026-07-08T02:29:58.546Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32082026-07-08T02:29:59.905Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32092026-07-08T02:29:59.908Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32102026-07-08T02:29:59.908Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32112026-07-08T02:30:00.245Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32122026-07-08T02:30:00.662Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32132026-07-08T02:30:00.801Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32142026-07-08T02:30:01.409Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32152026-07-08T02:30:01.905Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32162026-07-08T02:30:02.206Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32172026-07-08T02:30:02.456Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32182026-07-08T02:30:02.739Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32192026-07-08T02:30:02.944Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32202026-07-08T02:30:03.555Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32212026-07-08T02:30:04.109Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32222026-07-08T02:30:04.130Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32232026-07-08T02:30:04.618Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32242026-07-08T02:30:05.284Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32252026-07-08T02:30:05.308Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32262026-07-08T02:30:05.695Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32272026-07-08T02:30:09.315Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32282026-07-08T02:30:10.127Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32292026-07-08T02:30:10.705Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32302026-07-08T02:30:11.084Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32312026-07-08T02:30:11.188Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32322026-07-08T02:30:11.579Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32332026-07-08T02:30:11.644Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32342026-07-08T02:30:13.058Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32352026-07-08T02:30:13.418Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32362026-07-08T02:30:13.922Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32372026-07-08T02:30:14.541Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32382026-07-08T02:30:14.691Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32392026-07-08T02:30:14.890Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32402026-07-08T02:30:15.327Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32412026-07-08T02:30:15.350Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32422026-07-08T02:30:15.544Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32432026-07-08T02:30:15.803Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32442026-07-08T02:30:15.849Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32452026-07-08T02:30:16.073Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32462026-07-08T02:30:16.095Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32472026-07-08T02:30:16.124Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32482026-07-08T02:30:16.466Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32492026-07-08T02:30:16.809Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32502026-07-08T02:30:17.283Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32512026-07-08T02:30:17.307Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32522026-07-08T02:30:17.484Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32532026-07-08T02:30:18.562Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32542026-07-08T02:30:19.271Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32552026-07-08T02:30:19.323Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32562026-07-08T02:30:19.715Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32572026-07-08T02:30:20.353Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32582026-07-08T02:30:21.984Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32592026-07-08T02:30:23.693Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32602026-07-08T02:30:24.375Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32612026-07-08T02:30:24.702Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32622026-07-08T02:30:25.435Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32632026-07-08T02:30:27.500Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32642026-07-08T02:30:28.671Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32652026-07-08T02:30:29.202Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32662026-07-08T02:30:29.904Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32672026-07-08T02:30:31.259Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32682026-07-08T02:30:33.363Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32692026-07-08T02:30:34.166Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32702026-07-08T02:30:34.574Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32712026-07-08T02:30:35.051Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32722026-07-08T02:30:36.038Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32732026-07-08T02:30:38.068Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32742026-07-08T02:30:38.792Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32752026-07-08T02:30:39.542Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32762026-07-08T02:30:42.538Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32772026-07-08T02:30:43.706Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32782026-07-08T02:30:44.778Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32792026-07-08T02:30:45.487Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32802026-07-08T02:30:46.293Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32812026-07-08T02:30:47.068Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32822026-07-08T02:30:48.521Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32832026-07-08T02:30:48.649Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32842026-07-08T02:30:49.437Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32852026-07-08T02:30:50.321Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32862026-07-08T02:30:50.496Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32872026-07-08T02:30:51.554Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32882026-07-08T02:30:52.775Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32892026-07-08T02:30:55.374Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32902026-07-08T02:30:56.190Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32912026-07-08T02:30:57.457Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32922026-07-08T02:30:58.088Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32932026-07-08T02:30:59.470Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32942026-07-08T02:31:00.416Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32952026-07-08T02:31:01.392Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32962026-07-08T02:31:02.354Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32972026-07-08T02:31:05.026Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32982026-07-08T02:31:05.495Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32992026-07-08T02:31:06.167Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33002026-07-08T02:31:07.887Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33012026-07-08T02:31:08.811Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33022026-07-08T02:31:11.414Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33032026-07-08T02:31:12.216Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33042026-07-08T02:31:13.539Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33052026-07-08T02:31:16.878Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33062026-07-08T02:31:18.463Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33072026-07-08T02:31:20.019Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33082026-07-08T02:31:21.516Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33092026-07-08T02:31:23.351Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33102026-07-08T02:31:24.911Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33112026-07-08T02:31:28.959Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33122026-07-08T02:31:30.075Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33132026-07-08T02:31:30.917Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33142026-07-08T02:31:31.686Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33152026-07-08T02:31:33.694Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33162026-07-08T02:31:35.331Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33172026-07-08T02:31:37.101Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33182026-07-08T02:31:39.293Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33192026-07-08T02:31:41.088Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33202026-07-08T02:31:43.209Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33212026-07-08T02:31:44.740Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33222026-07-08T02:31:46.537Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33232026-07-08T02:31:48.276Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33242026-07-08T02:31:50.104Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33252026-07-08T02:31:51.904Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33262026-07-08T02:31:55.177Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33272026-07-08T02:31:57.352Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33282026-07-08T02:31:59.110Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33292026-07-08T02:32:00.736Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33302026-07-08T02:32:02.482Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33312026-07-08T02:32:06.500Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33322026-07-08T02:32:08.961Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33332026-07-08T02:32:10.734Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33342026-07-08T02:32:12.663Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33352026-07-08T02:32:14.592Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33362026-07-08T02:32:16.701Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33372026-07-08T02:32:18.375Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33382026-07-08T02:32:21.190Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33392026-07-08T02:32:23.484Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33402026-07-08T02:32:26.034Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33412026-07-08T02:32:28.095Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33422026-07-08T02:32:30.321Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33432026-07-08T02:32:32.485Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33442026-07-08T02:32:34.701Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33452026-07-08T02:32:37.344Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33462026-07-08T02:32:39.066Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33472026-07-08T02:32:41.552Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33482026-07-08T02:32:43.478Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33492026-07-08T02:32:45.645Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33502026-07-08T02:32:48.047Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33512026-07-08T02:32:50.257Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33522026-07-08T02:32:52.666Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33532026-07-08T02:32:54.951Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33542026-07-08T02:32:57.337Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33552026-07-08T02:32:59.628Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33562026-07-08T02:33:01.895Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33572026-07-08T02:33:04.274Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33582026-07-08T02:33:06.618Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33592026-07-08T02:33:08.977Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33602026-07-08T02:33:11.313Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33612026-07-08T02:33:13.590Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33622026-07-08T02:33:16.005Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33632026-07-08T02:33:18.269Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33642026-07-08T02:33:20.734Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33652026-07-08T02:33:23.167Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33662026-07-08T02:33:25.663Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33672026-07-08T02:33:27.842Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33682026-07-08T02:33:30.170Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33692026-07-08T02:33:32.638Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33702026-07-08T02:33:35.501Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33712026-07-08T02:33:37.693Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33722026-07-08T02:33:40.080Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33732026-07-08T02:33:42.533Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33742026-07-08T02:33:44.919Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33752026-07-08T02:33:47.375Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33762026-07-08T02:33:49.796Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33772026-07-08T02:33:52.370Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33782026-07-08T02:33:54.778Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33792026-07-08T02:33:57.259Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33802026-07-08T02:33:59.707Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33812026-07-08T02:34:02.148Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33822026-07-08T02:34:04.787Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33832026-07-08T02:34:07.267Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33842026-07-08T02:34:09.841Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33852026-07-08T02:34:12.501Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33862026-07-08T02:34:15.044Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33872026-07-08T02:34:17.591Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33882026-07-08T02:34:20.050Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33892026-07-08T02:34:22.633Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33902026-07-08T02:34:25.227Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33912026-07-08T02:34:27.846Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33922026-07-08T02:34:30.766Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33932026-07-08T02:34:33.205Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33942026-07-08T02:34:41.059Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33952026-07-08T02:34:41.181Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33962026-07-08T02:34:44.461Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33972026-07-08T02:34:47.882Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33982026-07-08T02:34:51.051Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33992026-07-08T02:34:54.403Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34002026-07-08T02:34:59.047Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34012026-07-08T02:35:01.893Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34022026-07-08T02:35:05.570Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34032026-07-08T02:35:09.248Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34042026-07-08T02:35:12.897Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34052026-07-08T02:35:16.546Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34062026-07-08T02:35:20.207Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34072026-07-08T02:35:23.811Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34082026-07-08T02:35:27.629Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34092026-07-08T02:35:31.166Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34102026-07-08T02:35:34.840Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34112026-07-08T02:35:38.604Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34122026-07-08T02:35:42.235Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34132026-07-08T02:35:45.935Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34142026-07-08T02:35:49.581Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34152026-07-08T02:35:53.321Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34162026-07-08T02:35:56.965Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34172026-07-08T02:36:00.644Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34182026-07-08T02:36:04.484Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34192026-07-08T02:36:34.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 54s
34202026-07-08T02:36:34.212Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 201 other files
34212026-07-08T02:36:34.310Z
34222026-07-08T02:36:34.310Zreal 6:54.355496355
34232026-07-08T02:36:34.310Zuser 18:30.423264835
34242026-07-08T02:36:34.310Zsys 3:56.609500769
34252026-07-08T02:36:34.310Ztrap 0.271769862
34262026-07-08T02:36:34.310Ztflt 0.025626471
34272026-07-08T02:36:34.310Zdflt 0.096220266
34282026-07-08T02:36:34.310Zkflt 0.000027570
34292026-07-08T02:36:34.310Zlock 6:23:45.827096097
34302026-07-08T02:36:34.310Zslp 2:19:22.383494803
34312026-07-08T02:36:34.313Zlat 33.618550914
34322026-07-08T02:36:34.313Zstop 1:34.657123854
34332026-07-08T02:36:34.313Zprocess exited: duration 784168 ms, exit code 0
 
34342026-07-08T02:36:34.319Zfound 0 output files