01KXKZHAHCBXZDTK29N1THGJ09: clippy (helios)

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

Buildomat Job: 01KXKZJ1JZBR08KNQ04J9A1JTF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-15T22:50:53.885Zjob assigned to worker 01KXKZJBRR26WTJATXFFM4EBHS [factory aws, i-07467a2ef1783d3b6] (queued for 52 s)
 
22026-07-15T22:51:00.364Zstarting task 0: "setup"
32026-07-15T22:51:00.368Z++ uname -s
42026-07-15T22:51:00.371Z+ kern=SunOS
52026-07-15T22:51:00.371Z+ build_user=build
62026-07-15T22:51:00.371Z+ build_uid=12345
72026-07-15T22:51:00.371Z+ work_dir=/work
82026-07-15T22:51:00.371Z+ input_dir=/input
92026-07-15T22:51:00.371Z+ [[ 0 == 12345 ]]
102026-07-15T22:51:00.371Z+ case "$kern" in
112026-07-15T22:51:00.371Z+ groupadd -g 12345 build
122026-07-15T22:51:00.374Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-15T22:51:02.384Z+ zfs create -o mountpoint=/work rpool/work
142026-07-15T22:51:02.431Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-15T22:51:02.434Z+ home_fs=zfs
162026-07-15T22:51:02.434Z+ [[ zfs == autofs ]]
172026-07-15T22:51:02.434Z+ mkdir -p /home/build
182026-07-15T22:51:02.435Z+ chown build:build /home/build /work
192026-07-15T22:51:04.437Z+ chmod 0700 /home/build /work
202026-07-15T22:51:04.440Zprocess exited: duration 4076 ms, exit code 0
 
212026-07-15T22:51:04.446Zstarting task 1: "rust-toolchain"
222026-07-15T22:51:04.451Z * rust toolchain channel = "1.96.1"
232026-07-15T22:51:04.451Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
242026-07-15T22:51:04.451Z * rust toolchain profile = "default"
252026-07-15T22:51:04.451Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-15T22:51:04.451Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-15T22:51:04.451Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-15T22:51:04.454Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-15T22:51:04.454Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-15T22:51:04.521Zinfo: downloading installer
312026-07-15T22:51:05.852Zwarn: It looks like you have an existing rustup settings file at:
322026-07-15T22:51:05.852Zwarn: /home/build/.rustup/settings.toml
332026-07-15T22:51:05.852Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-15T22:51:05.852Zwarn: instead of the one inferred from the default host triple.
352026-07-15T22:51:05.865Zinfo: profile set to default
362026-07-15T22:51:05.865Zinfo: default host triple is x86_64-unknown-illumos
372026-07-15T22:51:05.870Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-15T22:51:06.001Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-15T22:51:06.005Zinfo: downloading 6 components
402026-07-15T22:51:20.126Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-15T22:51:20.126Z
422026-07-15T22:51:20.156Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-15T22:51:20.156Z
442026-07-15T22:51:20.156Z
452026-07-15T22:51:20.156ZRust is installed now. Great!
462026-07-15T22:51:20.156Z
472026-07-15T22:51:20.156ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-15T22:51:20.156Zenvironment variable. This has not been done automatically.
492026-07-15T22:51:20.156Z
502026-07-15T22:51:20.156ZTo configure your current shell, you need to source
512026-07-15T22:51:20.156Zthe corresponding env file under $HOME/.cargo.
522026-07-15T22:51:20.156Z
532026-07-15T22:51:20.156ZThis is usually done by running one of the following (note the leading DOT):
542026-07-15T22:51:20.159Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-15T22:51:20.159Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-15T22:51:20.159Zsource "~/.cargo/env.nu" # For nushell
572026-07-15T22:51:20.159Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-15T22:51:20.159Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-15T22:51:20.159Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-15T22:51:20.159Zwarn: no default linker (`cc`) was found in your PATH
612026-07-15T22:51:20.159Zwarn: many Rust crates require a system C toolchain to build
622026-07-15T22:51:20.263Z+ rustup --version
632026-07-15T22:51:20.271Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-15T22:51:20.274Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-15T22:51:20.292Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-15T22:51:20.295Z+ cargo --version
672026-07-15T22:51:20.312Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-15T22:51:20.318Z+ rustc --version
692026-07-15T22:51:20.331Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-15T22:51:20.334Zprocess exited: duration 15887 ms, exit code 0
 
712026-07-15T22:51:20.341Zstarting task 2: "authentication"
722026-07-15T22:51:20.357Zprocess exited: duration 16 ms, exit code 0
 
732026-07-15T22:51:20.364Zstarting task 3: "clone repository"
742026-07-15T22:51:20.369Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-15T22:51:20.369Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-15T22:51:20.397ZCloning into '/work/oxidecomputer/omicron'...
772026-07-15T22:51:31.500Z+ cd /work/oxidecomputer/omicron
782026-07-15T22:51:31.500Z+ git fetch origin c6314e62fb70cf5738c081d504b441b74f01f86c
792026-07-15T22:51:31.770ZFrom https://github.com/oxidecomputer/omicron
802026-07-15T22:51:31.770Z * branch c6314e62fb70cf5738c081d504b441b74f01f86c -> FETCH_HEAD
812026-07-15T22:51:31.780Z+ [[ -n dap/ls-apis-slightly-less-brittle ]]
822026-07-15T22:51:31.783Z++ git branch --show-current
832026-07-15T22:51:31.783Z+ current=main
842026-07-15T22:51:31.783Z+ [[ main != dap/ls-apis-slightly-less-brittle ]]
852026-07-15T22:51:31.783Z+ git branch -f dap/ls-apis-slightly-less-brittle c6314e62fb70cf5738c081d504b441b74f01f86c
862026-07-15T22:51:31.786Z+ git checkout -f dap/ls-apis-slightly-less-brittle
872026-07-15T22:51:32.032ZSwitched to branch 'dap/ls-apis-slightly-less-brittle'
882026-07-15T22:51:32.035Z+ git reset --hard c6314e62fb70cf5738c081d504b441b74f01f86c
892026-07-15T22:51:32.056ZHEAD is now at c6314e62f small fixes
902026-07-15T22:51:32.059Zprocess exited: duration 11694 ms, exit code 0
 
912026-07-15T22:51:32.065Zstarting task 4: "build"
922026-07-15T22:51:32.070Z+ source ./env.sh
932026-07-15T22:51:32.073Z++ OLD_SHELL_OPTS=ehxB
942026-07-15T22:51:32.073Z++ set -o xtrace
952026-07-15T22:51:32.073Z++++ dirname ./env.sh
962026-07-15T22:51:32.075Z+++ readlink -f .
972026-07-15T22:51:32.079Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-15T22:51:32.079Z++ 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-15T22:51:32.079Z++ 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-15T22:51:32.079Z++ 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-15T22:51:32.079Z++ 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-15T22:51:32.079Z++ 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-15T22:51:32.079Z++ 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-15T22:51:32.079Z++ 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-15T22:51:32.079Z++ 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-15T22:51:32.079Z++ 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-15T22:51:32.079Z++ 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-15T22:51:32.079Z++ case $OLD_SHELL_OPTS in
1092026-07-15T22:51:32.079Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-15T22:51:32.079Z+ source .github/buildomat/ci-env.sh
1112026-07-15T22:51:32.080Z++ export CARGO_TERM_COLOR=always
1122026-07-15T22:51:32.080Z++ CARGO_TERM_COLOR=always
1132026-07-15T22:51:32.080Z+++ uname -s
1142026-07-15T22:51:32.080Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-15T22:51:32.080Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-15T22:51:32.083Z+ cargo --version
1172026-07-15T22:51:32.089Zcargo 1.96.1 (356927216 2026-06-26)
1182026-07-15T22:51:32.092Z+ rustc --version
1192026-07-15T22:51:32.112Zrustc 1.96.1 (31fca3adb 2026-06-26)
1202026-07-15T22:51:32.115Z+ banner prerequisites
1212026-07-15T22:51:32.117Z
1222026-07-15T22:51:32.117Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-15T22:51:32.118Z # # # # # # # # # # # # # # #
1242026-07-15T22:51:32.118Z # # # # ##### # # ##### # # # # # #### #
1252026-07-15T22:51:32.118Z ##### ##### # ##### # # # # # # # # #
1262026-07-15T22:51:32.118Z # # # # # # # # # # # # # # #
1272026-07-15T22:51:32.118Z # # # ###### # # ###### ### # #### # #### #
1282026-07-15T22:51:32.118Z
1292026-07-15T22:51:32.118Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-15T22:51:33.660Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-15T22:51:33.788Z Startup: Caching catalogs ... Done
1322026-07-15T22:51:34.318ZPlanning: Solver setup ... Done (0.476s)
1332026-07-15T22:51:34.345ZPlanning: Running solver ... Done (0.028s)
1342026-07-15T22:51:34.361ZPlanning: Finding local manifests ... Done (0.004s)
1352026-07-15T22:51:34.370ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-15T22:51:34.391ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-15T22:51:34.405ZPlanning: Package planning ... Done (0.014s)
1382026-07-15T22:51:34.408ZPlanning: Merging actions ... Done (0.001s)
1392026-07-15T22:51:34.573ZPlanning: Checking for conflicting actions ... Done (0.166s)
1402026-07-15T22:51:34.576ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-15T22:51:35.465ZPlanning: Evaluating mediators ... Done (0.841s)
1422026-07-15T22:51:35.472ZPlanning: Planning completed in 1.60 seconds
1432026-07-15T22:51:35.472Z Packages to install: 2
1442026-07-15T22:51:35.472Z Estimated space available: 156.05 GB
1452026-07-15T22:51:35.472ZEstimated space to be consumed: 32.66 MB
1462026-07-15T22:51:35.472Z Create boot environment: No
1472026-07-15T22:51:35.472ZCreate backup boot environment: No
1482026-07-15T22:51:35.472Z Rebuild boot archive: No
1492026-07-15T22:51:35.472Z
1502026-07-15T22:51:35.472ZChanged packages:
1512026-07-15T22:51:35.472Zhelios
1522026-07-15T22:51:35.472Z developer/build-essential
1532026-07-15T22:51:35.472Z None -> 11-3.0
1542026-07-15T22:51:35.472Z library/libxmlsec1
1552026-07-15T22:51:35.472Z None -> 1.2.35-3.0
1562026-07-15T22:51:35.472Z
1572026-07-15T22:51:35.473ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-15T22:51:35.927ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1592026-07-15T22:51:35.990Z Actions: 1/268 actions (Installing new actions)
1602026-07-15T22:51:36.027Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-15T22:51:36.038ZFinalize: Updating package state database ... Done (0.011s)
1622026-07-15T22:51:36.041ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-15T22:51:36.070ZFinalize: Updating image state ... Done (0.031s)
1642026-07-15T22:51:38.556ZFinalize: Creating fast lookup database ... Done (2.459s)
1652026-07-15T22:51:38.633ZFinalize: Reading search index ... Done (0.012s)
1662026-07-15T22:51:38.636ZFinalize: Updating search index ... Done (0.000s)
1672026-07-15T22:51:38.729ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-15T22:51:39.048ZPlanning: Evaluating mediator changes ... Done
1692026-07-15T22:51:39.152ZPlanning: Checking for conflicting actions ... Done
1702026-07-15T22:51:39.155ZPlanning: Consolidating action changes ... Done
1712026-07-15T22:51:39.307ZPlanning: Evaluating mediators ... Done
1722026-07-15T22:51:39.310ZPlanning: Planning completed in 0.26 seconds
1732026-07-15T22:51:39.330Z Mediators to change: 2
1742026-07-15T22:51:39.330Z Create boot environment: No
1752026-07-15T22:51:39.330ZCreate backup boot environment: No
1762026-07-15T22:51:39.378ZFinalize: Updating package state database ... Done
1772026-07-15T22:51:39.378ZFinalize: Updating package cache ... Done
1782026-07-15T22:51:39.395ZFinalize: Updating image state ... Done
1792026-07-15T22:51:41.335ZFinalize: Creating fast lookup database ... Done
1802026-07-15T22:51:41.400ZFinalize: Reading search index ... Done
1812026-07-15T22:51:41.404ZFinalize: Updating search index ... Done
1822026-07-15T22:51:41.463ZFinalize: Updating package cache ... Done
1832026-07-15T22:51:41.755ZPlanning: Evaluating mediator changes ... Done
1842026-07-15T22:51:41.861ZPlanning: Checking for conflicting actions ... Done
1852026-07-15T22:51:41.864ZPlanning: Consolidating action changes ... Done
1862026-07-15T22:51:42.018ZPlanning: Evaluating mediators ... Done
1872026-07-15T22:51:42.023ZPlanning: Planning completed in 0.26 seconds
1882026-07-15T22:51:42.041Z Mediators to change: 1
1892026-07-15T22:51:42.041Z Create boot environment: No
1902026-07-15T22:51:42.041ZCreate backup boot environment: No
1912026-07-15T22:51:42.087ZFinalize: Updating package state database ... Done
1922026-07-15T22:51:42.087ZFinalize: Updating package cache ... Done
1932026-07-15T22:51:42.104ZFinalize: Updating image state ... Done
1942026-07-15T22:51:44.054ZFinalize: Creating fast lookup database ... Done
1952026-07-15T22:51:44.125ZFinalize: Reading search index ... Done
1962026-07-15T22:51:44.128ZFinalize: Updating search index ... Done
1972026-07-15T22:51:44.182ZFinalize: Updating package cache ... Done
1982026-07-15T22:51:44.494ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-15T22:51:44.494Zapache system 2.4 system
2002026-07-15T22:51:44.494Zclang system 15 system
2012026-07-15T22:51:44.494Zcsh system system illumos
2022026-07-15T22:51:44.494Zctags system system illumos
2032026-07-15T22:51:44.494Zfile vendor vendor darwinsys
2042026-07-15T22:51:44.494Zfile system system illumos
2052026-07-15T22:51:44.494Zgcc vendor 14 vendor
2062026-07-15T22:51:44.495Zgcc system 13 system
2072026-07-15T22:51:44.495Zgcc system 10 system
2082026-07-15T22:51:44.495Zgo system 1.25 system
2092026-07-15T22:51:44.495Zllvm system 15 system
2102026-07-15T22:51:44.495Zmariadb system 11.4 system
2112026-07-15T22:51:44.495Zmta vendor vendor dma
2122026-07-15T22:51:44.495Zopenjdk system 17 system
2132026-07-15T22:51:44.495Zopenjdk system 11 system
2142026-07-15T22:51:44.495Zopenssl vendor 3 vendor
2152026-07-15T22:51:44.495Zperl system 5.40 system
2162026-07-15T22:51:44.495Zpostgresql system 18 system
2172026-07-15T22:51:44.495Zpostgresql system 17 system
2182026-07-15T22:51:44.495Zpython vendor 3 vendor
2192026-07-15T22:51:44.495Zpython system 2 system
2202026-07-15T22:51:44.495Zpython3 vendor 3.13 vendor
2212026-07-15T22:51:44.495Zruby system 3.4 system
2222026-07-15T22:51:44.495Zruby system 3.0 system
2232026-07-15T22:51:44.495Zwords vendor vendor american-english
2242026-07-15T22:51:44.495Zwords system system australian-english
2252026-07-15T22:51:44.495Zwords system system british-english
2262026-07-15T22:51:44.495Zwords system system canadian-english
2272026-07-15T22:51:44.495Zwords system system french
2282026-07-15T22:51:44.495Zwords system system italian
2292026-07-15T22:51:44.495Zwords system system ngerman
2302026-07-15T22:51:44.495Zwords system system ogerman
2312026-07-15T22:51:44.495Zwords system system spanish
2322026-07-15T22:51:44.749ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-15T22:51:44.749Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-15T22:51:45.064ZFMRI IFO
2352026-07-15T22:51:45.064Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-15T22:51:45.064Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-15T22:51:45.064Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-15T22:51:45.064Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-15T22:51:45.064Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-15T22:51:45.064Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-15T22:51:45.064Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-15T22:51:45.064Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-15T22:51:45.064Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-15T22:51:45.337Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-15T22:51:45.631Z Updating crates.io index
2462026-07-15T22:51:45.633Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-15T22:51:45.867Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-15T22:51:46.160Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-15T22:51:47.046Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-15T22:51:47.565Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-15T22:51:49.096Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-15T22:51:49.845Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-15T22:51:50.117Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-15T22:51:50.433Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-15T22:51:51.717Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-15T22:51:52.127Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-15T22:51:52.422Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-15T22:51:52.665Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-15T22:51:53.129Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-15T22:51:53.605Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-15T22:51:53.854Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-15T22:51:54.090Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-15T22:51:54.354Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-15T22:51:54.669Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-15T22:51:54.890Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-15T22:51:55.142Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-15T22:51:55.396Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-15T22:51:55.752Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-15T22:51:56.081Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-15T22:51:56.323Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-15T22:51:56.712Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-15T22:51:56.967Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2732026-07-15T22:51:57.276Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742026-07-15T22:51:57.501Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752026-07-15T22:51:57.733Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-07-15T22:51:58.054Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-07-15T22:51:58.477Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-07-15T22:51:58.751Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-07-15T22:51:59.081Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-07-15T22:51:59.302Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-07-15T22:51:59.552Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-07-15T22:52:00.003Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832026-07-15T22:52:00.227Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842026-07-15T22:52:00.505Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852026-07-15T22:52:00.731Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-07-15T22:52:03.372Z Downloading crates ...
2872026-07-15T22:52:03.429Z Downloaded heck v0.5.0
2882026-07-15T22:52:03.434Z Downloaded byteorder v1.5.0
2892026-07-15T22:52:03.434Z Downloaded anstyle-query v1.1.5
2902026-07-15T22:52:03.434Z Downloaded anstyle-parse v1.0.0
2912026-07-15T22:52:03.440Z Downloaded equivalent v1.0.2
2922026-07-15T22:52:03.440Z Downloaded bytecount v0.6.9
2932026-07-15T22:52:03.440Z Downloaded zmij v1.0.21
2942026-07-15T22:52:03.440Z Downloaded anstream v1.0.0
2952026-07-15T22:52:03.440Z Downloaded heck v0.4.1
2962026-07-15T22:52:03.443Z Downloaded zerocopy-derive v0.7.35
2972026-07-15T22:52:03.443Z Downloaded thiserror v1.0.69
2982026-07-15T22:52:03.445Z Downloaded proc-macro-error v1.0.4
2992026-07-15T22:52:03.448Z Downloaded memmap v0.7.0
3002026-07-15T22:52:03.448Z Downloaded errno v0.3.14
3012026-07-15T22:52:03.452Z Downloaded zerocopy v0.7.35
3022026-07-15T22:52:03.458Z Downloaded toml v0.8.23
3032026-07-15T22:52:03.461Z Downloaded digest v0.10.7
3042026-07-15T22:52:03.466Z Downloaded cfg-if v1.0.4
3052026-07-15T22:52:03.472Z Downloaded is_terminal_polyfill v1.70.2
3062026-07-15T22:52:03.472Z Downloaded fastrand v2.3.0
3072026-07-15T22:52:03.472Z Downloaded itoa v1.0.17
3082026-07-15T22:52:03.472Z Downloaded fnv v1.0.7
3092026-07-15T22:52:03.476Z Downloaded autocfg v1.5.0
3102026-07-15T22:52:03.483Z Downloaded block-buffer v0.10.4
3112026-07-15T22:52:03.483Z Downloaded dtrace-parser v0.2.0
3122026-07-15T22:52:03.483Z Downloaded dof v0.3.0
3132026-07-15T22:52:03.486Z Downloaded generic-array v0.14.7
3142026-07-15T22:52:03.486Z Downloaded crypto-common v0.1.7
3152026-07-15T22:52:03.486Z Downloaded clap_lex v1.0.0
3162026-07-15T22:52:03.491Z Downloaded colorchoice v1.0.4
3172026-07-15T22:52:03.494Z Downloaded utf8parse v0.2.2
3182026-07-15T22:52:03.494Z Downloaded cargo-platform v0.3.2
3192026-07-15T22:52:03.494Z Downloaded thread-id v4.2.2
3202026-07-15T22:52:03.498Z Downloaded toml_datetime v0.6.11
3212026-07-15T22:52:03.498Z Downloaded pest_generator v2.8.6
3222026-07-15T22:52:03.498Z Downloaded cargo_metadata v0.23.1
3232026-07-15T22:52:03.501Z Downloaded fs-err v3.3.0
3242026-07-15T22:52:03.501Z Downloaded cargo_toml v0.21.0
3252026-07-15T22:52:03.504Z Downloaded tabled_derive v0.7.0
3262026-07-15T22:52:03.504Z Downloaded macaddr v1.0.1
3272026-07-15T22:52:03.509Z Downloaded proc-macro-error-attr v1.0.4
3282026-07-15T22:52:03.513Z Downloaded version_check v0.9.5
3292026-07-15T22:52:03.513Z Downloaded usdt-attr-macro v0.5.0
3302026-07-15T22:52:03.516Z Downloaded unicode-linebreak v0.1.5
3312026-07-15T22:52:03.516Z Downloaded strsim v0.11.1
3322026-07-15T22:52:03.519Z Downloaded terminal_size v0.4.3
3332026-07-15T22:52:03.519Z Downloaded unicode-ident v1.0.24
3342026-07-15T22:52:03.525Z Downloaded clap_derive v4.6.1
3352026-07-15T22:52:03.529Z Downloaded anstyle v1.0.14
3362026-07-15T22:52:03.534Z Downloaded usdt v0.5.0
3372026-07-15T22:52:03.534Z Downloaded smawk v0.3.2
3382026-07-15T22:52:03.538Z Downloaded usdt-macro v0.5.0
3392026-07-15T22:52:03.538Z Downloaded serde_spanned v0.6.9
3402026-07-15T22:52:03.538Z Downloaded swrite v0.1.0
3412026-07-15T22:52:03.541Z Downloaded scroll_derive v0.12.1
3422026-07-15T22:52:03.541Z Downloaded toml_write v0.1.2
3432026-07-15T22:52:03.626Z Downloaded pretty-hex v0.4.1
3442026-07-15T22:52:03.626Z Downloaded sha2 v0.10.9
3452026-07-15T22:52:03.626Z Downloaded camino-tempfile v1.4.1
3462026-07-15T22:52:03.637Z Downloaded thiserror v2.0.18
3472026-07-15T22:52:03.637Z Downloaded thiserror-impl v2.0.18
3482026-07-15T22:52:03.637Z Downloaded camino v1.2.2
3492026-07-15T22:52:03.637Z Downloaded cpufeatures v0.2.17
3502026-07-15T22:52:03.637Z Downloaded usdt-impl v0.5.0
3512026-07-15T22:52:03.637Z Downloaded log v0.4.29
3522026-07-15T22:52:03.637Z Downloaded plain v0.2.3
3532026-07-15T22:52:03.637Z Downloaded quote v1.0.45
3542026-07-15T22:52:03.637Z Downloaded serde_tokenstream v0.2.3
3552026-07-15T22:52:03.637Z Downloaded once_cell v1.21.3
3562026-07-15T22:52:03.637Z Downloaded bitflags v2.11.0
3572026-07-15T22:52:03.637Z Downloaded clap v4.6.1
3582026-07-15T22:52:03.637Z Downloaded thiserror-impl v1.0.69
3592026-07-15T22:52:03.637Z Downloaded anyhow v1.0.102
3602026-07-15T22:52:03.637Z Downloaded scroll v0.12.0
3612026-07-15T22:52:03.637Z Downloaded tempfile v3.25.0
3622026-07-15T22:52:03.637Z Downloaded pest_derive v2.8.6
3632026-07-15T22:52:03.637Z Downloaded pest_meta v2.8.6
3642026-07-15T22:52:03.637Z Downloaded getrandom v0.4.1
3652026-07-15T22:52:03.637Z Downloaded memchr v2.8.0
3662026-07-15T22:52:03.637Z Downloaded ucd-trie v0.1.7
3672026-07-15T22:52:03.637Z Downloaded serde_core v1.0.228
3682026-07-15T22:52:03.637Z Downloaded serde v1.0.228
3692026-07-15T22:52:03.637Z Downloaded textwrap v0.16.2
3702026-07-15T22:52:03.637Z Downloaded papergrid v0.11.0
3712026-07-15T22:52:03.643Z Downloaded semver v1.0.28
3722026-07-15T22:52:03.643Z Downloaded proc-macro2 v1.0.106
3732026-07-15T22:52:03.643Z Downloaded indexmap v2.14.0
3742026-07-15T22:52:03.648Z Downloaded toml_edit v0.22.27
3752026-07-15T22:52:03.653Z Downloaded serde_derive v1.0.228
3762026-07-15T22:52:03.656Z Downloaded typenum v1.20.1
3772026-07-15T22:52:03.676Z Downloaded pest v2.8.6
3782026-07-15T22:52:03.706Z Downloaded serde_json v1.0.150
3792026-07-15T22:52:03.709Z Downloaded hashbrown v0.17.0
3802026-07-15T22:52:03.715Z Downloaded clap_builder v4.6.0
3812026-07-15T22:52:03.719Z Downloaded winnow v0.7.14
3822026-07-15T22:52:03.724Z Downloaded goblin v0.8.2
3832026-07-15T22:52:03.736Z Downloaded tabled v0.15.0
3842026-07-15T22:52:03.748Z Downloaded syn v1.0.109
3852026-07-15T22:52:03.755Z Downloaded unicode-width v0.2.0
3862026-07-15T22:52:03.759Z Downloaded syn v2.0.117
3872026-07-15T22:52:03.763Z Downloaded unicode-width v0.1.14
3882026-07-15T22:52:03.782Z Downloaded rustix v1.1.3
3892026-07-15T22:52:03.800Z Downloaded libc v0.2.185
3902026-07-15T22:52:03.864Z Compiling proc-macro2 v1.0.106
3912026-07-15T22:52:03.864Z Compiling unicode-ident v1.0.24
3922026-07-15T22:52:03.864Z Compiling quote v1.0.45
3932026-07-15T22:52:03.864Z Compiling serde_core v1.0.228
3942026-07-15T22:52:03.867Z Compiling libc v0.2.185
3952026-07-15T22:52:03.867Z Compiling version_check v0.9.5
3962026-07-15T22:52:03.867Z Compiling memchr v2.8.0
3972026-07-15T22:52:03.867Z Compiling serde v1.0.228
3982026-07-15T22:52:04.193Z Compiling zmij v1.0.21
3992026-07-15T22:52:04.515Z Compiling thiserror v1.0.69
4002026-07-15T22:52:04.519Z Compiling ucd-trie v0.1.7
4012026-07-15T22:52:04.806Z Compiling itoa v1.0.17
4022026-07-15T22:52:04.847Z Compiling pest v2.8.6
4032026-07-15T22:52:04.885Z Compiling rustix v1.1.3
4042026-07-15T22:52:04.962Z Compiling byteorder v1.5.0
4052026-07-15T22:52:05.007Z Compiling errno v0.3.14
4062026-07-15T22:52:05.192Z Compiling bitflags v2.11.0
4072026-07-15T22:52:05.377Z Compiling syn v2.0.117
4082026-07-15T22:52:05.424Z Compiling serde_json v1.0.150
4092026-07-15T22:52:05.442Z Compiling thread-id v4.2.2
4102026-07-15T22:52:05.524Z Compiling usdt-impl v0.5.0
4112026-07-15T22:52:05.667Z Compiling proc-macro-error-attr v1.0.4
4122026-07-15T22:52:05.690Z Compiling camino v1.2.2
4132026-07-15T22:52:05.750Z Compiling syn v1.0.109
4142026-07-15T22:52:05.861Z Compiling pest_meta v2.8.6
4152026-07-15T22:52:06.127Z Compiling proc-macro-error v1.0.4
4162026-07-15T22:52:06.143Z Compiling log v0.4.29
4172026-07-15T22:52:06.222Z Compiling hashbrown v0.17.0
4182026-07-15T22:52:06.352Z Compiling equivalent v1.0.2
4192026-07-15T22:52:06.447Z Compiling plain v0.2.3
4202026-07-15T22:52:06.466Z Compiling getrandom v0.4.1
4212026-07-15T22:52:06.565Z Compiling utf8parse v0.2.2
4222026-07-15T22:52:06.702Z Compiling anstyle-parse v1.0.0
4232026-07-15T22:52:06.751Z Compiling indexmap v2.14.0
4242026-07-15T22:52:06.805Z Compiling terminal_size v0.4.3
4252026-07-15T22:52:07.362Z Compiling anstyle-query v1.1.5
4262026-07-15T22:52:07.362Z Compiling is_terminal_polyfill v1.70.2
4272026-07-15T22:52:07.394Z Compiling pretty-hex v0.4.1
4282026-07-15T22:52:07.475Z Compiling cfg-if v1.0.4
4292026-07-15T22:52:07.475Z Compiling winnow v0.7.14
4302026-07-15T22:52:07.510Z Compiling thiserror v2.0.18
4312026-07-15T22:52:07.510Z Compiling autocfg v1.5.0
4322026-07-15T22:52:07.543Z Compiling anstyle v1.0.14
4332026-07-15T22:52:07.559Z Compiling toml_write v0.1.2
4342026-07-15T22:52:07.703Z Compiling pest_generator v2.8.6
4352026-07-15T22:52:07.757Z Compiling colorchoice v1.0.4
4362026-07-15T22:52:07.879Z Compiling anstream v1.0.0
4372026-07-15T22:52:07.935Z Compiling fs-err v3.3.0
4382026-07-15T22:52:08.085Z Compiling heck v0.4.1
4392026-07-15T22:52:08.190Z Compiling unicode-width v0.1.14
4402026-07-15T22:52:08.215Z Compiling strsim v0.11.1
4412026-07-15T22:52:08.321Z Compiling bytecount v0.6.9
4422026-07-15T22:52:08.373Z Compiling clap_lex v1.0.0
4432026-07-15T22:52:08.402Z Compiling heck v0.5.0
4442026-07-15T22:52:08.434Z Compiling fnv v1.0.7
4452026-07-15T22:52:08.458Z Compiling once_cell v1.21.3
4462026-07-15T22:52:08.543Z Compiling fastrand v2.3.0
4472026-07-15T22:52:08.580Z Compiling anyhow v1.0.102
4482026-07-15T22:52:08.609Z Compiling clap_builder v4.6.0
4492026-07-15T22:52:08.656Z Compiling papergrid v0.11.0
4502026-07-15T22:52:08.790Z Compiling tempfile v3.25.0
4512026-07-15T22:52:08.824Z Compiling semver v1.0.28
4522026-07-15T22:52:08.928Z Compiling tabled_derive v0.7.0
4532026-07-15T22:52:09.018Z Compiling cargo-platform v0.3.2
4542026-07-15T22:52:09.173Z Compiling memmap v0.7.0
4552026-07-15T22:52:09.183Z Compiling smawk v0.3.2
4562026-07-15T22:52:09.646Z Compiling unicode-width v0.2.0
4572026-07-15T22:52:09.730Z Compiling serde_derive v1.0.228
4582026-07-15T22:52:09.730Z Compiling thiserror-impl v1.0.69
4592026-07-15T22:52:09.731Z Compiling zerocopy-derive v0.7.35
4602026-07-15T22:52:09.731Z Compiling pest_derive v2.8.6
4612026-07-15T22:52:09.731Z Compiling scroll_derive v0.12.1
4622026-07-15T22:52:09.851Z Compiling thiserror-impl v2.0.18
4632026-07-15T22:52:09.880Z Compiling clap_derive v4.6.1
4642026-07-15T22:52:10.158Z Compiling unicode-linebreak v0.1.5
4652026-07-15T22:52:10.232Z Compiling scroll v0.12.0
4662026-07-15T22:52:10.245Z Compiling zerocopy v0.7.35
4672026-07-15T22:52:10.400Z Compiling textwrap v0.16.2
4682026-07-15T22:52:10.497Z Compiling goblin v0.8.2
4692026-07-15T22:52:10.728Z Compiling dtrace-parser v0.2.0
4702026-07-15T22:52:10.812Z Compiling tabled v0.15.0
4712026-07-15T22:52:11.229Z Compiling camino-tempfile v1.4.1
4722026-07-15T22:52:11.474Z Compiling swrite v0.1.0
4732026-07-15T22:52:11.685Z Compiling clap v4.6.1
4742026-07-15T22:52:12.464Z Compiling dof v0.3.0
4752026-07-15T22:52:12.464Z Compiling serde_tokenstream v0.2.3
4762026-07-15T22:52:12.481Z Compiling toml_datetime v0.6.11
4772026-07-15T22:52:12.498Z Compiling serde_spanned v0.6.9
4782026-07-15T22:52:12.498Z Compiling macaddr v1.0.1
4792026-07-15T22:52:12.544Z Compiling cargo_metadata v0.23.1
4802026-07-15T22:52:12.561Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-07-15T22:52:12.774Z Compiling toml_edit v0.22.27
4822026-07-15T22:52:13.254Z Compiling usdt-macro v0.5.0
4832026-07-15T22:52:13.258Z Compiling usdt-attr-macro v0.5.0
4842026-07-15T22:52:13.871Z Compiling usdt v0.5.0
4852026-07-15T22:52:14.093Z Compiling toml v0.8.23
4862026-07-15T22:52:14.447Z Compiling cargo_toml v0.21.0
4872026-07-15T22:52:15.733Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882026-07-15T22:52:17.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.55s
4892026-07-15T22:52:17.922Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4902026-07-15T22:52:18.427Z Downloading crates ...
4912026-07-15T22:52:18.530Z Downloaded aead v0.6.1
4922026-07-15T22:52:18.554Z Downloaded adler2 v2.0.1
4932026-07-15T22:52:18.558Z Downloaded bit-set v0.8.0
4942026-07-15T22:52:18.558Z Downloaded bit-vec v0.8.0
4952026-07-15T22:52:18.558Z Downloaded bcs v0.1.6
4962026-07-15T22:52:18.558Z Downloaded async-trait v0.1.89
4972026-07-15T22:52:18.558Z Downloaded backoff v0.4.0
4982026-07-15T22:52:18.558Z Downloaded arrayvec v0.7.6
4992026-07-15T22:52:18.558Z Downloaded atomic-waker v1.1.2
5002026-07-15T22:52:18.558Z Downloaded cstr-argument v0.1.2
5012026-07-15T22:52:18.558Z Downloaded ctr v0.10.1
5022026-07-15T22:52:18.559Z Downloaded async-stream-impl v0.3.6
5032026-07-15T22:52:18.559Z Downloaded async-stream v0.3.6
5042026-07-15T22:52:18.559Z Downloaded crossbeam-utils v0.8.21
5052026-07-15T22:52:18.566Z Downloaded blake2 v0.10.6
5062026-07-15T22:52:18.566Z Downloaded blake2 v0.11.0-rc.6
5072026-07-15T22:52:18.566Z Downloaded ena v0.14.4
5082026-07-15T22:52:18.566Z Downloaded aead v0.5.2
5092026-07-15T22:52:18.574Z Downloaded crucible-workspace-hack v0.1.0
5102026-07-15T22:52:18.574Z Downloaded derive_builder v0.20.2
5112026-07-15T22:52:18.574Z Downloaded darling_macro v0.21.3
5122026-07-15T22:52:18.574Z Downloaded bitfield-macros v0.19.4
5132026-07-15T22:52:18.574Z Downloaded array-init v0.0.4
5142026-07-15T22:52:18.574Z Downloaded bcrypt-pbkdf v0.11.0
5152026-07-15T22:52:18.578Z Downloaded convert_case v0.10.0
5162026-07-15T22:52:18.578Z Downloaded defmt v0.3.100
5172026-07-15T22:52:18.578Z Downloaded darling_macro v0.23.0
5182026-07-15T22:52:18.578Z Downloaded darling_macro v0.20.11
5192026-07-15T22:52:18.578Z Downloaded crunchy v0.2.4
5202026-07-15T22:52:18.578Z Downloaded colored v2.2.0
5212026-07-15T22:52:18.578Z Downloaded data-encoding v2.10.0
5222026-07-15T22:52:18.578Z Downloaded daft v0.1.7
5232026-07-15T22:52:18.583Z Downloaded bitflags v1.3.2
5242026-07-15T22:52:18.583Z Downloaded atomicwrites v0.4.4
5252026-07-15T22:52:18.583Z Downloaded arrayref v0.3.9
5262026-07-15T22:52:18.583Z Downloaded crc32fast v1.5.0
5272026-07-15T22:52:18.587Z Downloaded async-recursion v1.1.1
5282026-07-15T22:52:18.587Z Downloaded bit-vec v0.6.3
5292026-07-15T22:52:18.591Z Downloaded bitfield-struct v0.6.2
5302026-07-15T22:52:18.591Z Downloaded atty v0.2.14
5312026-07-15T22:52:18.591Z Downloaded ascii-canvas v3.0.0
5322026-07-15T22:52:18.591Z Downloaded assert_matches v1.5.0
5332026-07-15T22:52:18.591Z Downloaded darling v0.21.3
5342026-07-15T22:52:18.597Z Downloaded bitfield v0.19.4
5352026-07-15T22:52:18.597Z Downloaded ahash v0.8.12
5362026-07-15T22:52:18.601Z Downloaded base16ct v1.0.0
5372026-07-15T22:52:18.601Z Downloaded defmt-parser v1.0.0
5382026-07-15T22:52:18.601Z Downloaded convert_case v0.4.0
5392026-07-15T22:52:18.601Z Downloaded debug-ignore v1.0.5
5402026-07-15T22:52:18.601Z Downloaded crypto-common v0.2.2
5412026-07-15T22:52:18.605Z Downloaded bytes v1.11.1
5422026-07-15T22:52:18.605Z Downloaded curve25519-dalek-derive v0.1.1
5432026-07-15T22:52:18.609Z Downloaded anstream v0.6.21
5442026-07-15T22:52:18.609Z Downloaded crc-catalog v2.4.0
5452026-07-15T22:52:18.609Z Downloaded block-padding v0.4.2
5462026-07-15T22:52:18.609Z Downloaded compression-core v0.4.31
5472026-07-15T22:52:18.612Z Downloaded cobs v0.3.0
5482026-07-15T22:52:18.612Z Downloaded cpufeatures v0.3.0
5492026-07-15T22:52:18.612Z Downloaded cfg_aliases v0.1.1
5502026-07-15T22:52:18.612Z Downloaded base16ct v0.2.0
5512026-07-15T22:52:18.616Z Downloaded ciborium-io v0.2.2
5522026-07-15T22:52:18.616Z Downloaded cpubits v0.1.1
5532026-07-15T22:52:18.616Z Downloaded argon2 v0.6.0-rc.8
5542026-07-15T22:52:18.616Z Downloaded crossbeam-epoch v0.9.18
5552026-07-15T22:52:18.619Z Downloaded cfg_aliases v0.2.1
5562026-07-15T22:52:18.620Z Downloaded argon2 v0.5.3
5572026-07-15T22:52:18.623Z Downloaded ar_archive_writer v0.5.1
5582026-07-15T22:52:18.623Z Downloaded document-features v0.2.12
5592026-07-15T22:52:18.631Z Downloaded crc8 v0.1.1
5602026-07-15T22:52:18.634Z Downloaded corncobs v0.1.4
5612026-07-15T22:52:18.634Z Downloaded castaway v0.2.4
5622026-07-15T22:52:18.638Z Downloaded delegate v0.13.5
5632026-07-15T22:52:18.645Z Downloaded critical-section v1.2.0
5642026-07-15T22:52:18.649Z Downloaded dyn-clone v1.0.20
5652026-07-15T22:52:18.652Z Downloaded darling_macro v0.13.4
5662026-07-15T22:52:18.652Z Downloaded dunce v1.0.5
5672026-07-15T22:52:18.660Z Downloaded ciborium-ll v0.2.2
5682026-07-15T22:52:18.660Z Downloaded endian-type v0.1.2
5692026-07-15T22:52:18.660Z Downloaded display-error-chain v0.2.2
5702026-07-15T22:52:18.660Z Downloaded difflib v0.4.0
5712026-07-15T22:52:18.664Z Downloaded block-buffer v0.12.1
5722026-07-15T22:52:18.664Z Downloaded cancel-safe-futures v0.1.5
5732026-07-15T22:52:18.668Z Downloaded dirs-next v2.0.0
5742026-07-15T22:52:18.668Z Downloaded async-bb8-diesel v0.2.1
5752026-07-15T22:52:18.672Z Downloaded fixedbitset v0.4.2
5762026-07-15T22:52:18.672Z Downloaded dropshot-api-manager-types v0.7.2
5772026-07-15T22:52:18.672Z Downloaded enum-as-inner v0.6.1
5782026-07-15T22:52:18.675Z Downloaded env_filter v1.0.0
5792026-07-15T22:52:18.675Z Downloaded diesel_table_macro_syntax v0.3.0
5802026-07-15T22:52:18.679Z Downloaded fd-lock v4.0.4
5812026-07-15T22:52:18.679Z Downloaded downcast-rs v2.0.2
5822026-07-15T22:52:18.688Z Downloaded foreign-types v0.5.0
5832026-07-15T22:52:18.688Z Downloaded form_urlencoded v1.2.2
5842026-07-15T22:52:18.688Z Downloaded derive_builder_macro v0.20.2
5852026-07-15T22:52:18.688Z Downloaded ed25519 v2.2.3
5862026-07-15T22:52:18.691Z Downloaded foreign-types-shared v0.3.1
5872026-07-15T22:52:18.691Z Downloaded foreign-types v0.3.2
5882026-07-15T22:52:18.691Z Downloaded daft-derive v0.1.7
5892026-07-15T22:52:18.691Z Downloaded futures-io v0.3.32
5902026-07-15T22:52:18.691Z Downloaded cexpr v0.6.0
5912026-07-15T22:52:18.691Z Downloaded compression-codecs v0.4.37
5922026-07-15T22:52:18.691Z Downloaded embedded-io v0.4.0
5932026-07-15T22:52:18.695Z Downloaded bb8 v0.8.6
5942026-07-15T22:52:18.695Z Downloaded dirs-sys-next v0.1.2
5952026-07-15T22:52:18.695Z Downloaded cmake v0.1.57
5962026-07-15T22:52:18.695Z Downloaded chacha20 v0.9.1
5972026-07-15T22:52:18.699Z Downloaded cmov v0.5.4
5982026-07-15T22:52:18.699Z Downloaded embedded-io v0.6.1
5992026-07-15T22:52:18.699Z Downloaded cipher v0.5.2
6002026-07-15T22:52:18.702Z Downloaded futures-macro v0.3.32
6012026-07-15T22:52:18.702Z Downloaded float-ord v0.3.2
6022026-07-15T22:52:18.702Z Downloaded float-cmp v0.10.0
6032026-07-15T22:52:18.709Z Downloaded cbc v0.2.1
6042026-07-15T22:52:18.709Z Downloaded foreign-types-macros v0.2.3
6052026-07-15T22:52:18.709Z Downloaded camino-tempfile-ext v0.3.3
6062026-07-15T22:52:18.709Z Downloaded gethostname v0.5.0
6072026-07-15T22:52:18.713Z Downloaded ghash v0.6.0
6082026-07-15T22:52:18.713Z Downloaded foreign-types-shared v0.1.1
6092026-07-15T22:52:18.713Z Downloaded futures-task v0.3.32
6102026-07-15T22:52:18.713Z Downloaded blowfish v0.10.0
6112026-07-15T22:52:18.713Z Downloaded darling v0.13.4
6122026-07-15T22:52:18.713Z Downloaded buf-list v1.1.2
6132026-07-15T22:52:18.720Z Downloaded hash32 v0.3.1
6142026-07-15T22:52:18.720Z Downloaded ctutils v0.4.2
6152026-07-15T22:52:18.720Z Downloaded bit-set v0.5.3
6162026-07-15T22:52:18.720Z Downloaded diff v0.1.13
6172026-07-15T22:52:18.728Z Downloaded dtrace-parser v0.3.0
6182026-07-15T22:52:18.728Z Downloaded constant_time_eq v0.4.2
6192026-07-15T22:52:18.728Z Downloaded fxhash v0.2.1
6202026-07-15T22:52:18.728Z Downloaded futures-core v0.3.32
6212026-07-15T22:52:18.728Z Downloaded funty v2.0.0
6222026-07-15T22:52:18.728Z Downloaded cassowary v0.3.0
6232026-07-15T22:52:18.728Z Downloaded backon v1.6.0
6242026-07-15T22:52:18.735Z Downloaded byte-wrapper v0.1.0
6252026-07-15T22:52:18.735Z Downloaded globwalk v0.9.1
6262026-07-15T22:52:18.735Z Downloaded git-stub v1.0.0
6272026-07-15T22:52:18.735Z Downloaded derive_more v0.99.20
6282026-07-15T22:52:18.740Z Downloaded hash32 v0.2.1
6292026-07-15T22:52:18.740Z Downloaded displaydoc v0.2.5
6302026-07-15T22:52:18.740Z Downloaded erased-serde v0.3.31
6312026-07-15T22:52:18.740Z Downloaded const_format_proc_macros v0.2.34
6322026-07-15T22:52:18.741Z Downloaded cipher v0.4.4
6332026-07-15T22:52:18.744Z Downloaded deranged v0.5.8
6342026-07-15T22:52:18.744Z Downloaded bzip2 v0.6.1
6352026-07-15T22:52:18.744Z Downloaded crossterm v0.28.1
6362026-07-15T22:52:18.747Z Downloaded foldhash v0.2.0
6372026-07-15T22:52:18.747Z Downloaded dsl_auto_type v0.2.0
6382026-07-15T22:52:18.751Z Downloaded find-msvc-tools v0.1.9
6392026-07-15T22:52:18.751Z Downloaded filetime v0.2.27
6402026-07-15T22:52:18.751Z Downloaded fs-err v2.11.0
6412026-07-15T22:52:18.754Z Downloaded ff v0.13.1
6422026-07-15T22:52:18.754Z Downloaded dof v0.4.0
6432026-07-15T22:52:18.754Z Downloaded fixedbitset v0.5.7
6442026-07-15T22:52:18.758Z Downloaded either v1.15.0
6452026-07-15T22:52:18.758Z Downloaded hex v0.4.3
6462026-07-15T22:52:18.758Z Downloaded clang-sys v1.8.1
6472026-07-15T22:52:18.761Z Downloaded chacha20 v0.10.0
6482026-07-15T22:52:18.761Z Downloaded cookie v0.18.1
6492026-07-15T22:52:18.765Z Downloaded hex-literal v1.1.0
6502026-07-15T22:52:18.765Z Downloaded futures-sink v0.3.32
6512026-07-15T22:52:18.765Z Downloaded foldhash v0.1.5
6522026-07-15T22:52:18.765Z Downloaded derive-ex v0.1.8
6532026-07-15T22:52:18.769Z Downloaded bzip2 v0.4.4
6542026-07-15T22:52:18.769Z Downloaded group v0.14.0
6552026-07-15T22:52:18.769Z Downloaded glob v0.3.3
6562026-07-15T22:52:18.769Z Downloaded group v0.13.0
6572026-07-15T22:52:18.772Z Downloaded globset v0.4.18
6582026-07-15T22:52:18.772Z Downloaded headers-core v0.3.0
6592026-07-15T22:52:18.772Z Downloaded ff v0.14.0
6602026-07-15T22:52:18.776Z Downloaded hostname v0.3.1
6612026-07-15T22:52:18.776Z Downloaded home v0.5.12
6622026-07-15T22:52:18.776Z Downloaded fallible-iterator v0.2.0
6632026-07-15T22:52:18.776Z Downloaded derive_builder_core v0.20.2
6642026-07-15T22:52:18.780Z Downloaded base64 v0.22.1
6652026-07-15T22:52:18.780Z Downloaded digest v0.11.3
6662026-07-15T22:52:18.783Z Downloaded darling v0.23.0
6672026-07-15T22:52:18.787Z Downloaded arc-swap v1.8.2
6682026-07-15T22:52:18.787Z Downloaded httpdate v1.0.3
6692026-07-15T22:52:18.795Z Downloaded cookie_store v0.22.1
6702026-07-15T22:52:18.795Z Downloaded hostname v0.4.2
6712026-07-15T22:52:18.795Z Downloaded futures-executor v0.3.32
6722026-07-15T22:52:18.802Z Downloaded console v0.15.11
6732026-07-15T22:52:18.802Z Downloaded ciborium v0.2.2
6742026-07-15T22:52:18.802Z Downloaded enum_dispatch v0.3.13
6752026-07-15T22:52:18.802Z Downloaded async-compression v0.4.41
6762026-07-15T22:52:18.805Z Downloaded hubpack_derive v0.1.1
6772026-07-15T22:52:18.805Z Downloaded hubpack v0.1.2
6782026-07-15T22:52:18.805Z Downloaded http-range v0.1.5
6792026-07-15T22:52:18.805Z Downloaded http-body v1.0.1
6802026-07-15T22:52:18.805Z Downloaded const-oid v0.9.6
6812026-07-15T22:52:18.806Z Downloaded hyper-tls v0.6.0
6822026-07-15T22:52:18.806Z Downloaded console v0.16.2
6832026-07-15T22:52:18.812Z Downloaded der_derive v0.7.3
6842026-07-15T22:52:18.812Z Downloaded illumos-nvpair-sys v0.2.0
6852026-07-15T22:52:18.812Z Downloaded ecdsa v0.16.9
6862026-07-15T22:52:18.816Z Downloaded indoc v1.0.9
6872026-07-15T22:52:18.816Z Downloaded inout v0.2.2
6882026-07-15T22:52:18.816Z Downloaded indent_write v2.2.0
6892026-07-15T22:52:18.816Z Downloaded diesel-dtrace v0.5.0
6902026-07-15T22:52:18.816Z Downloaded des v0.9.0
6912026-07-15T22:52:18.816Z Downloaded illumos-nvpair v0.3.0
6922026-07-15T22:52:18.820Z Downloaded idna_adapter v1.2.1
6932026-07-15T22:52:18.820Z Downloaded ident_case v1.0.1
6942026-07-15T22:52:18.820Z Downloaded flagset v0.4.7
6952026-07-15T22:52:18.820Z Downloaded env_logger v0.11.9
6962026-07-15T22:52:18.823Z Downloaded base64ct v1.8.3
6972026-07-15T22:52:18.823Z Downloaded ed25519 v3.0.0
6982026-07-15T22:52:18.827Z Downloaded allocator-api2 v0.2.21
6992026-07-15T22:52:18.827Z Downloaded anstyle-parse v0.2.7
7002026-07-15T22:52:18.827Z Downloaded crossbeam-deque v0.8.6
7012026-07-15T22:52:18.831Z Downloaded crc v3.4.0
7022026-07-15T22:52:18.831Z Downloaded getrandom v0.2.17
7032026-07-15T22:52:18.834Z Downloaded is_ci v1.2.0
7042026-07-15T22:52:18.835Z Downloaded instant v0.1.13
7052026-07-15T22:52:18.836Z Downloaded ecdsa v0.17.0-rc.18
7062026-07-15T22:52:18.836Z Downloaded darling v0.20.11
7072026-07-15T22:52:18.841Z Downloaded kstat-rs v0.2.4
7082026-07-15T22:52:18.841Z Downloaded kem v0.3.0
7092026-07-15T22:52:18.841Z Downloaded is-terminal v0.4.17
7102026-07-15T22:52:18.841Z Downloaded fs_extra v1.3.0
7112026-07-15T22:52:18.845Z Downloaded http-body-util v0.1.3
7122026-07-15T22:52:18.845Z Downloaded base64 v0.21.7
7132026-07-15T22:52:18.845Z Downloaded csv-core v0.1.13
7142026-07-15T22:52:18.845Z Downloaded colored v3.1.1
7152026-07-15T22:52:18.848Z Downloaded lalrpop-util v0.19.12
7162026-07-15T22:52:18.848Z Downloaded internet-checksum v0.2.1
7172026-07-15T22:52:18.848Z Downloaded libscf-sys v1.1.0
7182026-07-15T22:52:18.852Z Downloaded darling_core v0.23.0
7192026-07-15T22:52:18.855Z Downloaded defmt v1.0.1
7202026-07-15T22:52:18.855Z Downloaded defmt-macros v1.0.1
7212026-07-15T22:52:18.859Z Downloaded highway v1.3.0
7222026-07-15T22:52:18.862Z Downloaded lzss v0.8.2
7232026-07-15T22:52:18.866Z Downloaded match_cfg v0.1.0
7242026-07-15T22:52:18.866Z Downloaded managed v0.8.0
7252026-07-15T22:52:18.866Z Downloaded lazy_static v1.5.0
7262026-07-15T22:52:18.871Z Downloaded keccak v0.1.6
7272026-07-15T22:52:18.871Z Downloaded lru-slab v0.1.2
7282026-07-15T22:52:18.871Z Downloaded lru-cache v0.1.2
7292026-07-15T22:52:18.871Z Downloaded linked-hash-map v0.5.6
7302026-07-15T22:52:18.876Z Downloaded fatfs v0.3.6
7312026-07-15T22:52:18.876Z Downloaded inout v0.1.4
7322026-07-15T22:52:18.876Z Downloaded lru v0.12.5
7332026-07-15T22:52:18.880Z Downloaded crypto-bigint v0.5.5
7342026-07-15T22:52:18.883Z Downloaded memoffset v0.9.1
7352026-07-15T22:52:18.887Z Downloaded ingot-types v0.1.2
7362026-07-15T22:52:18.887Z Downloaded mime v0.3.17
7372026-07-15T22:52:18.887Z Downloaded ingot v0.1.1
7382026-07-15T22:52:18.890Z Downloaded indoc v2.0.7
7392026-07-15T22:52:18.890Z Downloaded impl-trait-for-tuples v0.2.3
7402026-07-15T22:52:18.894Z Downloaded newline-converter v0.3.0
7412026-07-15T22:52:18.894Z Downloaded crc-any v2.5.0
7422026-07-15T22:52:18.894Z Downloaded new_debug_unreachable v1.0.6
7432026-07-15T22:52:18.894Z Downloaded md-5 v0.10.6
7442026-07-15T22:52:18.899Z Downloaded drift v0.2.0
7452026-07-15T22:52:18.903Z Downloaded ipnetwork v0.21.1
7462026-07-15T22:52:18.903Z Downloaded half v1.8.3
7472026-07-15T22:52:18.907Z Downloaded multimap v0.10.1
7482026-07-15T22:52:18.908Z Downloaded hmac v0.12.1
7492026-07-15T22:52:18.908Z Downloaded elliptic-curve v0.14.0-rc.33
7502026-07-15T22:52:18.911Z Downloaded const-oid v0.10.2
7512026-07-15T22:52:18.911Z Downloaded elliptic-curve v0.13.8
7522026-07-15T22:52:18.915Z Downloaded nibble_vec v0.1.0
7532026-07-15T22:52:18.915Z Downloaded newtype_derive v0.1.6
7542026-07-15T22:52:18.915Z Downloaded normalize-line-endings v0.3.0
7552026-07-15T22:52:18.918Z Downloaded nonempty v0.12.0
7562026-07-15T22:52:18.918Z Downloaded getrandom v0.3.4
7572026-07-15T22:52:18.918Z Downloaded num-conv v0.2.0
7582026-07-15T22:52:18.922Z Downloaded num v0.4.3
7592026-07-15T22:52:18.922Z Downloaded dropshot_endpoint v0.17.1
7602026-07-15T22:52:18.922Z Downloaded futures v0.3.32
7612026-07-15T22:52:18.925Z Downloaded iana-time-zone v0.1.65
7622026-07-15T22:52:18.929Z Downloaded hyper-rustls v0.27.7
7632026-07-15T22:52:18.929Z Downloaded darling_core v0.13.4
7642026-07-15T22:52:18.932Z Downloaded nodrop v0.1.14
7652026-07-15T22:52:18.932Z Downloaded newtype-uuid-macros v0.1.0
7662026-07-15T22:52:18.932Z Downloaded num-derive v0.3.3
7672026-07-15T22:52:18.936Z Downloaded libefi-sys v0.1.0
7682026-07-15T22:52:18.936Z Downloaded ipnet v2.11.0
7692026-07-15T22:52:18.936Z Downloaded instability v0.3.11
7702026-07-15T22:52:18.939Z Downloaded derive-where v1.6.0
7712026-07-15T22:52:18.939Z Downloaded num_threads v0.1.7
7722026-07-15T22:52:18.942Z Downloaded num-iter v0.1.45
7732026-07-15T22:52:18.942Z Downloaded hmac v0.13.0
7742026-07-15T22:52:18.942Z Downloaded futures-channel v0.3.32
7752026-07-15T22:52:18.945Z Downloaded compact_str v0.8.1
7762026-07-15T22:52:18.945Z Downloaded chacha20poly1305 v0.10.1
7772026-07-15T22:52:18.949Z Downloaded maybe-uninit v2.0.0
7782026-07-15T22:52:18.949Z Downloaded maplit v1.0.2
7792026-07-15T22:52:18.949Z Downloaded md5 v0.8.0
7802026-07-15T22:52:18.952Z Downloaded humantime v2.3.0
7812026-07-15T22:52:18.952Z Downloaded jobserver v0.1.34
7822026-07-15T22:52:18.952Z Downloaded multer v3.1.0
7832026-07-15T22:52:18.955Z Downloaded openssl-macros v0.1.1
7842026-07-15T22:52:18.955Z Downloaded linear-map v1.2.0
7852026-07-15T22:52:18.955Z Downloaded libsw v3.5.0
7862026-07-15T22:52:18.959Z Downloaded opaque-debug v0.3.1
7872026-07-15T22:52:18.959Z Downloaded num-derive v0.4.2
7882026-07-15T22:52:18.959Z Downloaded libsw-core v0.3.2
7892026-07-15T22:52:18.966Z Downloaded module-lattice v0.2.3
7902026-07-15T22:52:18.966Z Downloaded const_format v0.2.35
7912026-07-15T22:52:18.969Z Downloaded generic-array v1.4.3
7922026-07-15T22:52:18.969Z Downloaded oso-derive v0.27.3
7932026-07-15T22:52:18.969Z Downloaded ingot-macros v0.1.1
7942026-07-15T22:52:18.969Z Downloaded hyper-staticfile v0.10.1
7952026-07-15T22:52:18.969Z Downloaded hybrid-array v0.4.13
7962026-07-15T22:52:18.973Z Downloaded lock_api v0.4.14
7972026-07-15T22:52:18.973Z Downloaded half v2.7.1
7982026-07-15T22:52:18.976Z Downloaded num_enum_derive v0.5.11
7992026-07-15T22:52:18.976Z Downloaded openssl-probe v0.1.6
8002026-07-15T22:52:18.976Z Downloaded cc v1.2.56
8012026-07-15T22:52:18.980Z Downloaded nu-ansi-term v0.50.3
8022026-07-15T22:52:18.980Z Downloaded bumpalo v3.20.2
8032026-07-15T22:52:18.983Z Downloaded git-stub-vcs v0.1.0
8042026-07-15T22:52:18.990Z Downloaded parse-display v0.10.0
8052026-07-15T22:52:19.003Z Downloaded password-hash v0.6.1
8062026-07-15T22:52:19.054Z Downloaded openssl-probe v0.2.1
8072026-07-15T22:52:19.054Z Downloaded crossbeam-channel v0.5.15
8082026-07-15T22:52:19.054Z Downloaded nanorand v0.7.0
8092026-07-15T22:52:19.054Z Downloaded olpc-cjson v0.1.4
8102026-07-15T22:52:19.054Z Downloaded num-rational v0.4.2
8112026-07-15T22:52:19.060Z Downloaded newtype-uuid v1.3.2
8122026-07-15T22:52:19.060Z Downloaded percent-encoding v2.3.2
8132026-07-15T22:52:19.060Z Downloaded aes-gcm v0.11.0
8142026-07-15T22:52:19.060Z Downloaded heapless v0.7.17
8152026-07-15T22:52:19.060Z Downloaded num-integer v0.1.46
8162026-07-15T22:52:19.060Z Downloaded indexmap v1.9.3
8172026-07-15T22:52:19.060Z Downloaded packed_struct_codegen v0.10.1
8182026-07-15T22:52:19.060Z Downloaded memmap2 v0.9.10
8192026-07-15T22:52:19.060Z Downloaded ignore v0.4.25
8202026-07-15T22:52:19.060Z Downloaded peg-runtime v0.8.5
8212026-07-15T22:52:19.060Z Downloaded phf_shared v0.13.1
8222026-07-15T22:52:19.060Z Downloaded phf_shared v0.12.1
8232026-07-15T22:52:19.060Z Downloaded ml-kem v0.3.2
8242026-07-15T22:52:19.060Z Downloaded derive_more v2.1.1
8252026-07-15T22:52:19.060Z Downloaded darling_core v0.20.11
8262026-07-15T22:52:19.062Z Downloaded libloading v0.8.9
8272026-07-15T22:52:19.062Z Downloaded native-tls v0.2.18
8282026-07-15T22:52:19.062Z Downloaded keccak v0.2.0
8292026-07-15T22:52:19.062Z Downloaded path-slash v0.1.5
8302026-07-15T22:52:19.062Z Downloaded litrs v1.0.0
8312026-07-15T22:52:19.063Z Downloaded num-complex v0.4.6
8322026-07-15T22:52:19.063Z Downloaded mime_guess v2.0.5
8332026-07-15T22:52:19.063Z Downloaded phf_shared v0.11.3
8342026-07-15T22:52:19.063Z Downloaded oxide-tokio-rt v0.1.4
8352026-07-15T22:52:19.063Z Downloaded httparse v1.10.1
8362026-07-15T22:52:19.063Z Downloaded num_enum_derive v0.7.6
8372026-07-15T22:52:19.063Z Downloaded owo-colors v4.3.0
8382026-07-15T22:52:19.063Z Downloaded num_enum v0.7.6
8392026-07-15T22:52:19.063Z Downloaded num_enum v0.5.11
8402026-07-15T22:52:19.073Z Downloaded predicates-core v1.0.10
8412026-07-15T22:52:19.073Z Downloaded darling_core v0.21.3
8422026-07-15T22:52:19.073Z Downloaded paste v1.0.15
8432026-07-15T22:52:19.073Z Downloaded ed25519-dalek v2.2.0
8442026-07-15T22:52:19.073Z Downloaded aes v0.9.1
8452026-07-15T22:52:19.093Z Downloaded icu_provider v2.1.1
8462026-07-15T22:52:19.093Z Downloaded libbz2-rs-sys v0.2.2
8472026-07-15T22:52:19.093Z Downloaded litemap v0.8.1
8482026-07-15T22:52:19.094Z Downloaded der v0.7.10
8492026-07-15T22:52:19.094Z Downloaded pem-rfc7468 v1.0.0
8502026-07-15T22:52:19.099Z Downloaded proc-macro-crate v1.3.1
8512026-07-15T22:52:19.099Z Downloaded pem-rfc7468 v0.7.0
8522026-07-15T22:52:19.099Z Downloaded icu_properties v2.1.2
8532026-07-15T22:52:19.099Z Downloaded predicates-tree v1.0.13
8542026-07-15T22:52:19.099Z Downloaded powerfmt v0.2.0
8552026-07-15T22:52:19.099Z Downloaded phc v0.6.1
8562026-07-15T22:52:19.099Z Downloaded proc-macro-crate v3.4.0
8572026-07-15T22:52:19.099Z Downloaded pin-project-internal v1.1.11
8582026-07-15T22:52:19.099Z Downloaded proc-macro-error-attr2 v2.0.0
8592026-07-15T22:52:19.099Z Downloaded indicatif v0.18.4
8602026-07-15T22:52:19.099Z Downloaded phf v0.13.1
8612026-07-15T22:52:19.099Z Downloaded pin-project-lite v0.2.17
8622026-07-15T22:52:19.099Z Downloaded packed_struct v0.10.1
8632026-07-15T22:52:19.102Z Downloaded hickory-resolver v0.24.4
8642026-07-15T22:52:19.103Z Downloaded headers v0.4.1
8652026-07-15T22:52:19.110Z Downloaded psl-types v2.0.11
8662026-07-15T22:52:19.110Z Downloaded progenitor-macro v0.13.0
8672026-07-15T22:52:19.110Z Downloaded flate2 v1.1.9
8682026-07-15T22:52:19.115Z Downloaded progenitor-macro v0.14.0
8692026-07-15T22:52:19.115Z Downloaded password-hash v0.5.0
8702026-07-15T22:52:19.115Z Downloaded pkcs8 v0.10.2
8712026-07-15T22:52:19.115Z Downloaded progenitor-client v0.14.0
8722026-07-15T22:52:19.115Z Downloaded parse-display-derive v0.10.0
8732026-07-15T22:52:19.115Z Downloaded parse-size v1.1.0
8742026-07-15T22:52:19.118Z Downloaded parking_lot_core v0.8.6
8752026-07-15T22:52:19.118Z Downloaded icu_locale_core v2.1.1
8762026-07-15T22:52:19.122Z Downloaded pem v3.0.6
8772026-07-15T22:52:19.122Z Downloaded peg-macros v0.8.5
8782026-07-15T22:52:19.122Z Downloaded parking_lot v0.11.2
8792026-07-15T22:52:19.127Z Downloaded potential_utf v0.1.4
8802026-07-15T22:52:19.127Z Downloaded port-file v0.1.0
8812026-07-15T22:52:19.130Z Downloaded polyval v0.7.1
8822026-07-15T22:52:19.130Z Downloaded oxnet v0.1.6
8832026-07-15T22:52:19.131Z Downloaded heapless v0.8.0
8842026-07-15T22:52:19.136Z Downloaded radium v0.7.0
8852026-07-15T22:52:19.136Z Downloaded icu_normalizer_data v2.1.1
8862026-07-15T22:52:19.140Z Downloaded phf v0.12.1
8872026-07-15T22:52:19.140Z Downloaded peg v0.8.5
8882026-07-15T22:52:19.140Z Downloaded flume v0.11.1
8892026-07-15T22:52:19.140Z Downloaded primeorder v0.13.6
8902026-07-15T22:52:19.140Z Downloaded predicates v3.1.4
8912026-07-15T22:52:19.144Z Downloaded icu_collections v2.1.1
8922026-07-15T22:52:19.150Z Downloaded ppv-lite86 v0.2.21
8932026-07-15T22:52:19.154Z Downloaded primefield v0.14.0
8942026-07-15T22:52:19.163Z Downloaded recursive v0.1.1
8952026-07-15T22:52:19.166Z Downloaded rand_chacha v0.3.1
8962026-07-15T22:52:19.166Z Downloaded quick-error v1.2.3
8972026-07-15T22:52:19.166Z Downloaded progenitor-client v0.13.0
8982026-07-15T22:52:19.166Z Downloaded pkg-config v0.3.32
8992026-07-15T22:52:19.166Z Downloaded pkcs1 v0.7.5
9002026-07-15T22:52:19.166Z Downloaded derive_more-impl v2.1.1
9012026-07-15T22:52:19.170Z Downloaded r2d2 v0.8.10
9022026-07-15T22:52:19.173Z Downloaded parking_lot_core v0.9.12
9032026-07-15T22:52:19.173Z Downloaded expectorate v1.2.0
9042026-07-15T22:52:19.238Z Downloaded pbkdf2 v0.13.0
9052026-07-15T22:52:19.238Z Downloaded icu_normalizer v2.1.1
9062026-07-15T22:52:19.238Z Downloaded rtoolbox v0.0.3
9072026-07-15T22:52:19.239Z Downloaded ref-cast-impl v1.0.25
9082026-07-15T22:52:19.239Z Downloaded recursive-proc-macro-impl v0.1.1
9092026-07-15T22:52:19.239Z Downloaded russh-util v0.52.0
9102026-07-15T22:52:19.239Z Downloaded russh-cryptovec v0.61.0
9112026-07-15T22:52:19.239Z Downloaded ref-cast v1.0.25
9122026-07-15T22:52:19.239Z Downloaded rustc-hash v2.1.1
9132026-07-15T22:52:19.239Z Downloaded psm v0.1.30
9142026-07-15T22:52:19.239Z Downloaded precomputed-hash v0.1.1
9152026-07-15T22:52:19.239Z Downloaded proc-macro-error2 v2.0.1
9162026-07-15T22:52:19.239Z Downloaded oso v0.27.3
9172026-07-15T22:52:19.239Z Downloaded postcard v1.1.3
9182026-07-15T22:52:19.239Z Downloaded progenitor v0.14.0
9192026-07-15T22:52:19.239Z Downloaded primeorder v0.14.0-rc.10
9202026-07-15T22:52:19.239Z Downloaded rfc6979 v0.5.0
9212026-07-15T22:52:19.239Z Downloaded rfc6979 v0.4.0
9222026-07-15T22:52:19.239Z Downloaded progenitor-extras v0.2.0
9232026-07-15T22:52:19.239Z Downloaded postgres-protocol v0.6.10
9242026-07-15T22:52:19.239Z Downloaded rustc_version v0.4.1
9252026-07-15T22:52:19.239Z Downloaded rand_core v0.6.4
9262026-07-15T22:52:19.239Z Downloaded parking_lot v0.12.5
9272026-07-15T22:52:19.239Z Downloaded papergrid v0.17.0
9282026-07-15T22:52:19.239Z Downloaded rustc_version v0.1.7
9292026-07-15T22:52:19.239Z Downloaded rand_core v0.10.0
9302026-07-15T22:52:19.239Z Downloaded hashbrown v0.12.3
9312026-07-15T22:52:19.240Z Downloaded hickory-resolver v0.25.2
9322026-07-15T22:52:19.240Z Downloaded same-file v1.0.6
9332026-07-15T22:52:19.243Z Downloaded omicron-zone-package v0.12.3
9342026-07-15T22:52:19.243Z Downloaded num-traits v0.2.19
9352026-07-15T22:52:19.243Z Downloaded poly1305 v0.8.0
9362026-07-15T22:52:19.243Z Downloaded pkcs8 v0.11.0
9372026-07-15T22:52:19.243Z Downloaded pkcs1 v0.8.0-rc.4
9382026-07-15T22:52:19.244Z Downloaded pin-project v1.1.11
9392026-07-15T22:52:19.247Z Downloaded scheduled-thread-pool v0.2.7
9402026-07-15T22:52:19.250Z Downloaded resolv-conf v0.7.6
9412026-07-15T22:52:19.250Z Downloaded der v0.8.0
9422026-07-15T22:52:19.254Z Downloaded diesel_derives v2.3.7
9432026-07-15T22:52:19.259Z Downloaded serde_bytes v0.11.19
9442026-07-15T22:52:19.263Z Downloaded serde-big-array v0.5.1
9452026-07-15T22:52:19.263Z Downloaded scroll_derive v0.13.1
9462026-07-15T22:52:19.263Z Downloaded postgres-types v0.2.12
9472026-07-15T22:52:19.263Z Downloaded serde_spanned v1.1.1
9482026-07-15T22:52:19.266Z Downloaded pkcs5 v0.8.1
9492026-07-15T22:52:19.266Z Downloaded secrecy v0.10.3
9502026-07-15T22:52:19.266Z Downloaded secrecy v0.8.0
9512026-07-15T22:52:19.269Z Downloaded scopeguard v1.2.0
9522026-07-15T22:52:19.269Z Downloaded aho-corasick v1.1.4
9532026-07-15T22:52:19.273Z Downloaded http v1.4.2
9542026-07-15T22:52:19.276Z Downloaded serde_plain v1.0.2
9552026-07-15T22:52:19.276Z Downloaded progenitor v0.13.0
9562026-07-15T22:52:19.276Z Downloaded quinn-udp v0.5.14
9572026-07-15T22:52:19.279Z Downloaded serde_repr v0.1.20
9582026-07-15T22:52:19.279Z Downloaded rustls-pemfile v2.2.0
9592026-07-15T22:52:19.280Z Downloaded rand_core v0.9.5
9602026-07-15T22:52:19.283Z Downloaded miniz_oxide v0.8.9
9612026-07-15T22:52:19.283Z Downloaded sapling-renderdag v0.1.0
9622026-07-15T22:52:19.287Z Downloaded serde_urlencoded v0.7.1
9632026-07-15T22:52:19.287Z Downloaded semver v0.1.20
9642026-07-15T22:52:19.287Z Downloaded hashbrown v0.13.2
9652026-07-15T22:52:19.290Z Downloaded rand_xorshift v0.4.0
9662026-07-15T22:52:19.290Z Downloaded rand_seeder v0.4.0
9672026-07-15T22:52:19.291Z Downloaded progenitor-impl v0.13.0
9682026-07-15T22:52:19.294Z Downloaded internal-russh-num-bigint v0.5.0
9692026-07-15T22:52:19.297Z Downloaded scroll v0.13.0
9702026-07-15T22:52:19.297Z Downloaded sha1 v0.11.0
9712026-07-15T22:52:19.300Z Downloaded shell-words v1.1.1
9722026-07-15T22:52:19.300Z Downloaded rand_chacha v0.9.0
9732026-07-15T22:52:19.304Z Downloaded rustls-native-certs v0.8.3
9742026-07-15T22:52:19.304Z Downloaded signal-hook-tokio v0.3.1
9752026-07-15T22:52:19.307Z Downloaded signal-hook-mio v0.2.5
9762026-07-15T22:52:19.314Z Downloaded rusty-fork v0.3.1
9772026-07-15T22:52:19.321Z Downloaded poly1305 v0.9.0
9782026-07-15T22:52:19.324Z Downloaded serde-hex v0.1.0
9792026-07-15T22:52:19.330Z Downloaded serde_path_to_error v0.1.20
9802026-07-15T22:52:19.330Z Downloaded slog-bunyan v2.5.0
9812026-07-15T22:52:19.330Z Downloaded sha1 v0.10.6
9822026-07-15T22:52:19.330Z Downloaded seq-macro v0.3.6
9832026-07-15T22:52:19.333Z Downloaded sec1 v0.7.3
9842026-07-15T22:52:19.333Z Downloaded scrypt v0.12.0
9852026-07-15T22:52:19.333Z Downloaded sigpipe v0.1.3
9862026-07-15T22:52:19.333Z Downloaded signature v3.0.0
9872026-07-15T22:52:19.337Z Downloaded signature v2.2.0
9882026-07-15T22:52:19.337Z Downloaded siphasher v1.0.2
9892026-07-15T22:52:19.337Z Downloaded openssl-sys v0.9.115
9902026-07-15T22:52:19.342Z Downloaded p256 v0.14.0-rc.10
9912026-07-15T22:52:19.346Z Downloaded prefix-trie v0.7.0
9922026-07-15T22:52:19.350Z Downloaded slog-envlogger v2.2.0
9932026-07-15T22:52:19.350Z Downloaded libxml v0.3.3
9942026-07-15T22:52:19.353Z Downloaded sec1 v0.8.1
9952026-07-15T22:52:19.353Z Downloaded schemars_derive v0.8.22
9962026-07-15T22:52:19.356Z Downloaded crossterm v0.29.0
9972026-07-15T22:52:19.359Z Downloaded ed25519-dalek v3.0.0-rc.0
9982026-07-15T22:52:19.363Z Downloaded hashbrown v0.15.5
9992026-07-15T22:52:19.363Z Downloaded p384 v0.14.0-rc.10
10002026-07-15T22:52:19.366Z Downloaded mio v1.2.0
10012026-07-15T22:52:19.370Z Downloaded signal-hook-registry v1.4.8
10022026-07-15T22:52:19.370Z Downloaded stable_deref_trait v1.2.1
10032026-07-15T22:52:19.373Z Downloaded strum v0.26.3
10042026-07-15T22:52:19.374Z Downloaded structmeta-derive v0.3.0
10052026-07-15T22:52:19.374Z Downloaded strsim v0.10.0
10062026-07-15T22:52:19.377Z Downloaded strip-ansi-escapes v0.2.1
10072026-07-15T22:52:19.377Z Downloaded sqlparser_derive v0.5.0
10082026-07-15T22:52:19.381Z Downloaded progenitor-impl v0.14.0
10092026-07-15T22:52:19.384Z Downloaded hickory-server v0.25.2
10102026-07-15T22:52:19.384Z Downloaded dropshot-api-manager v0.7.2
10112026-07-15T22:52:19.387Z Downloaded jiff-static v0.2.21
10122026-07-15T22:52:19.390Z Downloaded crypto-primes v0.7.2
10132026-07-15T22:52:19.393Z Downloaded rustls-pki-types v1.14.0
10142026-07-15T22:52:19.397Z Downloaded structmeta v0.3.0
10152026-07-15T22:52:19.397Z Downloaded slab v0.4.12
10162026-07-15T22:52:19.397Z Downloaded serde_with_macros v1.5.2
10172026-07-15T22:52:19.400Z Downloaded subtle v2.6.1
10182026-07-15T22:52:19.400Z Downloaded slog-async v2.8.0
10192026-07-15T22:52:19.412Z Downloaded shlex v1.3.0
10202026-07-15T22:52:19.416Z Downloaded salsa20 v0.11.0
10212026-07-15T22:52:19.416Z Downloaded slog-stdlog v4.1.1
10222026-07-15T22:52:19.416Z Downloaded slog-dtrace v0.3.0
10232026-07-15T22:52:19.419Z Downloaded rustversion v1.0.22
10242026-07-15T22:52:19.423Z Downloaded serdect v0.4.3
10252026-07-15T22:52:19.423Z Downloaded tap v1.0.1
10262026-07-15T22:52:19.426Z Downloaded take_mut v0.2.2
10272026-07-15T22:52:19.426Z Downloaded sync_wrapper v1.0.2
10282026-07-15T22:52:19.426Z Downloaded sync-ptr v0.1.4
10292026-07-15T22:52:19.426Z Downloaded ryu v1.0.23
10302026-07-15T22:52:19.430Z Downloaded strum v0.27.2
10312026-07-15T22:52:19.430Z Downloaded prettyplease v0.2.37
10322026-07-15T22:52:19.433Z Downloaded pretty_assertions v1.4.1
10332026-07-15T22:52:19.433Z Downloaded idna v1.1.0
10342026-07-15T22:52:19.437Z Downloaded sha2 v0.11.0
10352026-07-15T22:52:19.441Z Downloaded supports-color v3.0.2
10362026-07-15T22:52:19.441Z Downloaded stacker v0.1.23
10372026-07-15T22:52:19.442Z Downloaded tagptr v0.2.0
10382026-07-15T22:52:19.445Z Downloaded tabled_derive v0.11.0
10392026-07-15T22:52:19.445Z Downloaded static_assertions v1.1.0
10402026-07-15T22:52:19.445Z Downloaded thread-id v5.1.0
10412026-07-15T22:52:19.445Z Downloaded ssh-cipher v0.3.0-rc.9
10422026-07-15T22:52:19.449Z Downloaded futures-util v0.3.32
10432026-07-15T22:52:19.453Z Downloaded smallvec v0.6.14
10442026-07-15T22:52:19.456Z Downloaded smf v0.2.3
10452026-07-15T22:52:19.456Z Downloaded slog-term v2.9.2
10462026-07-15T22:52:19.462Z Downloaded testing_table v0.3.0
10472026-07-15T22:52:19.462Z Downloaded termtree v0.5.1
10482026-07-15T22:52:19.462Z Downloaded serde_cbor v0.11.2
10492026-07-15T22:52:19.465Z Downloaded slog-scope v4.4.1
10502026-07-15T22:52:19.465Z Downloaded itertools v0.10.5
10512026-07-15T22:52:19.468Z Downloaded tokio-macros v2.7.0
10522026-07-15T22:52:19.468Z Downloaded serde_derive_internals v0.29.1
10532026-07-15T22:52:19.468Z Downloaded ron v0.8.1
10542026-07-15T22:52:19.472Z Downloaded slog-json v2.6.1
10552026-07-15T22:52:19.472Z Downloaded publicsuffix v2.3.0
10562026-07-15T22:52:19.476Z Downloaded rustls-platform-verifier v0.6.2
10572026-07-15T22:52:19.479Z Downloaded iri-string v0.7.10
10582026-07-15T22:52:19.482Z Downloaded rand v0.8.6
10592026-07-15T22:52:19.483Z Downloaded strum_macros v0.27.2
10602026-07-15T22:52:19.486Z Downloaded strum_macros v0.26.4
10612026-07-15T22:52:19.486Z Downloaded thiserror-impl-no-std v2.0.2
10622026-07-15T22:52:19.489Z Downloaded time-core v0.1.8
10632026-07-15T22:52:19.489Z Downloaded tinyvec_macros v0.1.1
10642026-07-15T22:52:19.489Z Downloaded spki v0.7.3
10652026-07-15T22:52:19.490Z Downloaded string_cache v0.8.9
10662026-07-15T22:52:19.495Z Downloaded hyper v1.10.1
10672026-07-15T22:52:19.499Z Downloaded tabwriter v1.4.1
10682026-07-15T22:52:19.499Z Downloaded hyper-util v0.1.20
10692026-07-15T22:52:19.502Z Downloaded sqlformat v0.3.5
10702026-07-15T22:52:19.502Z Downloaded rayon-core v1.13.0
10712026-07-15T22:52:19.505Z Downloaded serde_yaml v0.9.34+deprecated
10722026-07-15T22:52:19.506Z Downloaded schemars v0.9.0
10732026-07-15T22:52:19.512Z Downloaded strum_macros v0.24.3
10742026-07-15T22:52:19.516Z Downloaded minimal-lexical v0.2.1
10752026-07-15T22:52:19.519Z Downloaded topological-sort v0.2.2
10762026-07-15T22:52:19.519Z Downloaded rcgen v0.12.1
10772026-07-15T22:52:19.526Z Downloaded hashbrown v0.16.1
10782026-07-15T22:52:19.530Z Downloaded hkdf v0.13.0
10792026-07-15T22:52:19.530Z Downloaded schemars v0.8.22
10802026-07-15T22:52:19.533Z Downloaded tokio-test v0.4.5
10812026-07-15T22:52:19.533Z Downloaded thread_local v1.1.9
10822026-07-15T22:52:19.537Z Downloaded slog v2.8.2
10832026-07-15T22:52:19.538Z Downloaded trait-variant v0.1.2
10842026-07-15T22:52:19.541Z Downloaded snafu-derive v0.8.9
10852026-07-15T22:52:19.541Z Downloaded num-bigint v0.4.6
10862026-07-15T22:52:19.541Z Downloaded synstructure v0.13.2
10872026-07-15T22:52:19.544Z Downloaded itertools v0.14.0
10882026-07-15T22:52:19.548Z Downloaded p521 v0.14.0-rc.10
10892026-07-15T22:52:19.551Z Downloaded thiserror-no-std v2.0.2
10902026-07-15T22:52:19.554Z Downloaded tls_codec_derive v0.4.2
10912026-07-15T22:52:19.555Z Downloaded termios v0.3.3
10922026-07-15T22:52:19.555Z Downloaded tokio-native-tls v0.3.1
10932026-07-15T22:52:19.558Z Downloaded tokio-dtrace v0.1.1
10942026-07-15T22:52:19.558Z Downloaded support-bundle-viewer v0.1.2
10952026-07-15T22:52:19.558Z Downloaded rustls-webpki v0.103.13
10962026-07-15T22:52:19.561Z Downloaded libm v0.2.16
10972026-07-15T22:52:19.565Z Downloaded unicode-xid v0.2.6
10982026-07-15T22:52:19.568Z Downloaded unarray v0.1.4
10992026-07-15T22:52:19.568Z Downloaded usdt-attr-macro v0.6.0
11002026-07-15T22:52:19.568Z Downloaded time-macros v0.2.27
11012026-07-15T22:52:19.572Z Downloaded tinystr v0.8.2
11022026-07-15T22:52:19.572Z Downloaded socket2 v0.5.10
11032026-07-15T22:52:19.576Z Downloaded universal-hash v0.5.1
11042026-07-15T22:52:19.576Z Downloaded typify-macro v0.6.2
11052026-07-15T22:52:19.576Z Downloaded try-lock v0.2.5
11062026-07-15T22:52:19.576Z Downloaded stringprep v0.1.5
11072026-07-15T22:52:19.576Z Downloaded samael v0.0.19
11082026-07-15T22:52:19.579Z Downloaded tiny-keccak v2.0.2
11092026-07-15T22:52:19.584Z Downloaded utf8_iter v1.0.4
11102026-07-15T22:52:19.584Z Downloaded unicode-truncate v1.1.0
11112026-07-15T22:52:19.584Z Downloaded quinn v0.11.9
11122026-07-15T22:52:19.594Z Downloaded term v1.2.1
11132026-07-15T22:52:19.594Z Downloaded ssh-encoding v0.3.0-rc.9
11142026-07-15T22:52:19.600Z Downloaded usdt v0.6.0
11152026-07-15T22:52:19.600Z Downloaded toml_writer v1.1.1+spec-1.1.0
11162026-07-15T22:52:19.600Z Downloaded hkdf v0.12.4
11172026-07-15T22:52:19.600Z Downloaded untrusted v0.7.1
11182026-07-15T22:52:19.600Z Downloaded universal-hash v0.6.1
11192026-07-15T22:52:19.600Z Downloaded unit-prefix v0.5.2
11202026-07-15T22:52:19.600Z Downloaded untrusted v0.9.0
11212026-07-15T22:52:19.600Z Downloaded similar v2.7.0
11222026-07-15T22:52:19.600Z Downloaded signal-hook v0.3.18
11232026-07-15T22:52:19.604Z Downloaded blake3 v1.8.5
11242026-07-15T22:52:19.610Z Downloaded void v1.0.2
11252026-07-15T22:52:19.611Z Downloaded utf-8 v0.7.6
11262026-07-15T22:52:19.611Z Downloaded usdt-macro v0.6.0
11272026-07-15T22:52:19.611Z Downloaded tokio-tungstenite v0.21.0
11282026-07-15T22:52:19.615Z Downloaded subprocess v0.2.15
11292026-07-15T22:52:19.615Z Downloaded spin v0.9.8
11302026-07-15T22:52:19.615Z Downloaded rand v0.9.2
11312026-07-15T22:52:19.615Z Downloaded tower-service v0.3.3
11322026-07-15T22:52:19.615Z Downloaded tower-layer v0.3.3
11332026-07-15T22:52:19.618Z Downloaded nom v7.1.3
11342026-07-15T22:52:19.618Z Downloaded waitgroup v0.1.2
11352026-07-15T22:52:19.622Z Downloaded wait-timeout v0.2.1
11362026-07-15T22:52:19.622Z Downloaded tls_codec v0.4.2
11372026-07-15T22:52:19.622Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11382026-07-15T22:52:19.622Z Downloaded tokio-tungstenite v0.23.1
11392026-07-15T22:52:19.625Z Downloaded unicase v2.9.0
11402026-07-15T22:52:19.625Z Downloaded socket2 v0.6.3
11412026-07-15T22:52:19.626Z Downloaded term v0.7.0
11422026-07-15T22:52:19.629Z Downloaded smallvec v1.15.1
11432026-07-15T22:52:19.629Z Downloaded tokio-rustls v0.26.4
11442026-07-15T22:52:19.633Z Downloaded spki v0.8.0
11452026-07-15T22:52:19.633Z Downloaded simd-adler32 v0.3.8
11462026-07-15T22:52:19.633Z Downloaded serde_with_macros v3.17.0
11472026-07-15T22:52:19.637Z Downloaded want v0.3.1
11482026-07-15T22:52:19.641Z Downloaded itertools v0.13.0
11492026-07-15T22:52:19.644Z Downloaded rsa v0.9.10
11502026-07-15T22:52:19.647Z Downloaded num-bigint-dig v0.8.6
11512026-07-15T22:52:19.653Z Downloaded itertools v0.12.1
11522026-07-15T22:52:19.657Z Downloaded xshell-macros v0.2.7
11532026-07-15T22:52:19.657Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11542026-07-15T22:52:19.657Z Downloaded aws-lc-rs v1.16.3
11552026-07-15T22:52:19.660Z Downloaded tui-tree-widget v0.23.1
11562026-07-15T22:52:19.664Z Downloaded qorb v0.4.1
11572026-07-15T22:52:19.664Z Downloaded tinyvec v1.10.0
11582026-07-15T22:52:19.668Z Downloaded zeroize_derive v1.4.3
11592026-07-15T22:52:19.678Z Downloaded xattr v1.6.1
11602026-07-15T22:52:19.685Z Downloaded zerofrom v0.1.6
11612026-07-15T22:52:19.685Z Downloaded zerofrom-derive v0.1.6
11622026-07-15T22:52:19.685Z Downloaded rand v0.10.1
11632026-07-15T22:52:19.685Z Downloaded h2 v0.4.15
11642026-07-15T22:52:19.688Z Downloaded yoke-derive v0.8.1
11652026-07-15T22:52:19.688Z Downloaded schemars v1.2.1
11662026-07-15T22:52:19.694Z Downloaded vsss-rs v3.3.4
11672026-07-15T22:52:19.697Z Downloaded zone v0.3.1
11682026-07-15T22:52:19.697Z Downloaded tokio-stream v0.1.18
11692026-07-15T22:52:19.701Z Downloaded vergen-git2 v9.1.0
11702026-07-15T22:52:19.701Z Downloaded vergen-lib v9.1.0
11712026-07-15T22:52:19.701Z Downloaded vergen-lib v0.1.6
11722026-07-15T22:52:19.701Z Downloaded vergen-gitcl v1.0.8
11732026-07-15T22:52:19.706Z Downloaded unicode-properties v0.1.4
11742026-07-15T22:52:19.706Z Downloaded rustyline v14.0.0
11752026-07-15T22:52:19.710Z Downloaded nom v8.0.0
11762026-07-15T22:52:19.711Z Downloaded walkdir v2.5.0
11772026-07-15T22:52:19.714Z Downloaded uzers v0.12.2
11782026-07-15T22:52:19.714Z Downloaded whoami v2.1.0
11792026-07-15T22:52:19.714Z Downloaded usdt-impl v0.6.0
11802026-07-15T22:52:19.718Z Downloaded toml v1.1.2+spec-1.1.0
11812026-07-15T22:52:19.718Z Downloaded toml v0.7.8
11822026-07-15T22:52:19.722Z Downloaded tar v0.4.45
11832026-07-15T22:52:19.726Z Downloaded xshell v0.2.7
11842026-07-15T22:52:19.726Z Downloaded wyz v0.5.1
11852026-07-15T22:52:19.726Z Downloaded toml_parser v1.1.2+spec-1.1.0
11862026-07-15T22:52:19.726Z Downloaded test-strategy v0.4.5
11872026-07-15T22:52:19.729Z Downloaded whoami v1.6.1
11882026-07-15T22:52:19.736Z Downloaded tracing-attributes v0.1.31
11892026-07-15T22:52:19.740Z Downloaded zone_cfg_derive v0.3.1
11902026-07-15T22:52:19.744Z Downloaded zerovec-derive v0.11.2
11912026-07-15T22:52:19.744Z Downloaded zeroize v1.8.2
11922026-07-15T22:52:19.754Z Downloaded tungstenite v0.23.0
11932026-07-15T22:52:19.757Z Downloaded rpassword v7.4.0
11942026-07-15T22:52:19.757Z Downloaded zstd v0.13.3
11952026-07-15T22:52:19.760Z Downloaded twox-hash v2.1.2
11962026-07-15T22:52:19.760Z Downloaded tungstenite v0.21.0
11972026-07-15T22:52:19.764Z Downloaded typify v0.6.2
11982026-07-15T22:52:19.769Z Downloaded vergen v9.1.0
11992026-07-15T22:52:19.769Z Downloaded unicode-bidi v0.3.18
12002026-07-15T22:52:19.779Z Downloaded yasna v0.5.2
12012026-07-15T22:52:19.782Z Downloaded git2 v0.20.4
12022026-07-15T22:52:19.782Z Downloaded writeable v0.6.2
12032026-07-15T22:52:19.786Z Downloaded uuid v1.23.4
12042026-07-15T22:52:19.786Z Downloaded snafu v0.8.9
12052026-07-15T22:52:19.789Z Downloaded rsa v0.10.0-rc.18
12062026-07-15T22:52:19.793Z Downloaded tracing-core v0.1.36
12072026-07-15T22:52:19.797Z Downloaded unsafe-libyaml v0.2.11
12082026-07-15T22:52:19.800Z Downloaded zerocopy v0.6.6
12092026-07-15T22:52:19.804Z Downloaded yoke v0.8.1
12102026-07-15T22:52:19.809Z Downloaded chrono v0.4.45
12112026-07-15T22:52:19.814Z Downloaded p384 v0.13.1
12122026-07-15T22:52:19.819Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-07-15T22:52:19.823Z Downloaded zstd-safe v7.2.4
12142026-07-15T22:52:19.831Z Downloaded steno v0.4.1
12152026-07-15T22:52:19.835Z Downloaded toml_edit v0.19.15
12162026-07-15T22:52:19.841Z Downloaded reqwest v0.12.28
12172026-07-15T22:52:19.844Z Downloaded reqwest v0.13.2
12182026-07-15T22:52:19.849Z Downloaded iddqd v0.4.2
12192026-07-15T22:52:19.853Z Downloaded icu_properties_data v2.1.2
12202026-07-15T22:52:19.858Z Downloaded zopfli v0.8.3
12212026-07-15T22:52:19.862Z Downloaded reedline v0.40.0
12222026-07-15T22:52:19.866Z Downloaded vte v0.14.1
12232026-07-15T22:52:19.869Z Downloaded lalrpop v0.19.12
12242026-07-15T22:52:19.872Z Downloaded serde_with v1.14.0
12252026-07-15T22:52:19.875Z Downloaded url v2.5.8
12262026-07-15T22:52:19.880Z Downloaded bitvec v1.0.1
12272026-07-15T22:52:19.891Z Downloaded yansi v1.0.1
12282026-07-15T22:52:19.894Z Downloaded unicode_categories v0.1.1
12292026-07-15T22:52:19.894Z Downloaded regex v1.12.3
12302026-07-15T22:52:19.894Z Downloaded bindgen v0.71.1
12312026-07-15T22:52:19.894Z Downloaded zip v0.6.6
12322026-07-15T22:52:19.933Z Downloaded zerotrie v0.2.3
12332026-07-15T22:52:19.934Z Downloaded tokio-postgres v0.7.16
12342026-07-15T22:52:19.942Z Downloaded moka v0.12.13
12352026-07-15T22:52:19.942Z Downloaded zerocopy-derive v0.8.40
12362026-07-15T22:52:19.947Z Downloaded typed-path v0.9.3
12372026-07-15T22:52:19.952Z Downloaded unicode-segmentation v1.12.0
12382026-07-15T22:52:19.952Z Downloaded salty v0.3.0
12392026-07-15T22:52:19.955Z Downloaded proptest v1.10.0
12402026-07-15T22:52:19.959Z Downloaded x509-cert v0.2.5
12412026-07-15T22:52:19.963Z Downloaded tower v0.5.3
12422026-07-15T22:52:19.970Z Downloaded portable-atomic v1.13.1
12432026-07-15T22:52:19.974Z Downloaded unicode-normalization v0.1.25
12442026-07-15T22:52:19.983Z Downloaded object v0.30.4
12452026-07-15T22:52:19.991Z Downloaded petname v2.0.2
12462026-07-15T22:52:19.991Z Downloaded rayon v1.11.0
12472026-07-15T22:52:19.995Z Downloaded zip v4.6.1
12482026-07-15T22:52:19.996Z Downloaded nix v0.27.1
12492026-07-15T22:52:19.999Z Downloaded tower-http v0.6.8
12502026-07-15T22:52:20.004Z Downloaded quick-xml v0.37.5
12512026-07-15T22:52:20.009Z Downloaded ssh-key v0.7.0-rc.10
12522026-07-15T22:52:20.012Z Downloaded crypto-bigint v0.7.5
12532026-07-15T22:52:20.020Z Downloaded goblin v0.10.5
12542026-07-15T22:52:20.024Z Downloaded radix_trie v0.2.1
12552026-07-15T22:52:20.040Z Downloaded tough v0.22.0
12562026-07-15T22:52:20.048Z Downloaded zerovec v0.11.5
12572026-07-15T22:52:20.054Z Downloaded curve25519-dalek v4.1.3
12582026-07-15T22:52:20.058Z Downloaded tokio-util v0.7.18
12592026-07-15T22:52:20.059Z Downloaded bstr v1.12.1
12602026-07-15T22:52:20.063Z Downloaded serde_with v3.17.0
12612026-07-15T22:52:20.099Z Downloaded russh v0.61.2
12622026-07-15T22:52:20.107Z Downloaded time v0.3.47
12632026-07-15T22:52:20.115Z Downloaded winnow v1.0.3
12642026-07-15T22:52:20.120Z Downloaded winnow v0.5.40
12652026-07-15T22:52:20.125Z Downloaded object v0.37.3
12662026-07-15T22:52:20.133Z Downloaded regex-syntax v0.6.29
12672026-07-15T22:52:20.138Z Downloaded curve25519-dalek v5.0.0-rc.0
12682026-07-15T22:52:20.143Z Downloaded openssl v0.10.79
12692026-07-15T22:52:20.152Z Downloaded winnow v0.6.26
12702026-07-15T22:52:20.155Z Downloaded vcpkg v0.2.15
12712026-07-15T22:52:20.182Z Downloaded zlib-rs v0.6.2
12722026-07-15T22:52:20.187Z Downloaded tabled v0.20.0
12732026-07-15T22:52:20.215Z Downloaded openapiv3 v2.2.0
12742026-07-15T22:52:20.218Z Downloaded zerocopy v0.8.40
12752026-07-15T22:52:20.218Z Downloaded dropshot v0.17.1
12762026-07-15T22:52:20.221Z Downloaded smoltcp v0.9.1
12772026-07-15T22:52:20.227Z Downloaded regress v0.11.1
12782026-07-15T22:52:20.233Z Downloaded nix v0.31.2
12792026-07-15T22:52:20.241Z Downloaded hickory-proto v0.24.4
12802026-07-15T22:52:20.251Z Downloaded regress v0.10.5
12812026-07-15T22:52:20.255Z Downloaded rustix v0.38.44
12822026-07-15T22:52:20.268Z Downloaded diesel v2.3.7
12832026-07-15T22:52:20.280Z Downloaded smoltcp v0.11.0
12842026-07-15T22:52:20.288Z Downloaded hickory-proto v0.25.2
12852026-07-15T22:52:20.298Z Downloaded nix v0.28.0
12862026-07-15T22:52:20.304Z Downloaded polar-core v0.27.3
12872026-07-15T22:52:20.309Z Downloaded quinn-proto v0.11.13
12882026-07-15T22:52:20.315Z Downloaded rustls v0.23.41
12892026-07-15T22:52:20.321Z Downloaded sqlparser v0.61.0
12902026-07-15T22:52:20.327Z Downloaded fiat-crypto v0.3.0
12912026-07-15T22:52:20.335Z Downloaded regex-syntax v0.8.10
12922026-07-15T22:52:20.347Z Downloaded bzip2-sys v0.1.13+1.0.8
12932026-07-15T22:52:20.357Z Downloaded tracing v0.1.44
12942026-07-15T22:52:20.367Z Downloaded sled v0.34.7
12952026-07-15T22:52:20.374Z Downloaded sha3 v0.11.0
12962026-07-15T22:52:20.386Z Downloaded typify-impl v0.6.2
12972026-07-15T22:52:20.395Z Downloaded ratatui v0.29.0
12982026-07-15T22:52:20.407Z Downloaded zerocopy-derive v0.6.6
12992026-07-15T22:52:20.421Z Downloaded regex-automata v0.4.14
13002026-07-15T22:52:20.435Z Downloaded chrono-tz v0.10.4
13012026-07-15T22:52:20.464Z Downloaded petgraph v0.6.5
13022026-07-15T22:52:20.482Z Downloaded jiff v0.2.21
13032026-07-15T22:52:20.500Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-07-15T22:52:20.513Z Downloaded petgraph v0.8.3
13052026-07-15T22:52:20.523Z Downloaded tokio v1.52.1
13062026-07-15T22:52:20.546Z Downloaded libz-sys v1.1.24
13072026-07-15T22:52:20.558Z Downloaded csv v1.4.0
13082026-07-15T22:52:20.578Z Downloaded sha3 v0.10.8
13092026-07-15T22:52:20.606Z Downloaded encoding_rs v0.8.35
13102026-07-15T22:52:20.647Z Downloaded ring v0.17.14
13112026-07-15T22:52:20.701Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-07-15T22:52:21.183Z Downloaded aws-lc-sys v0.40.0
13132026-07-15T22:52:21.437Z Compiling libc v0.2.185
13142026-07-15T22:52:21.437Z Compiling serde_core v1.0.228
13152026-07-15T22:52:21.437Z Compiling serde v1.0.228
13162026-07-15T22:52:21.440Z Compiling log v0.4.29
13172026-07-15T22:52:21.440Z Compiling smallvec v1.15.1
13182026-07-15T22:52:21.440Z Compiling shlex v1.3.0
13192026-07-15T22:52:21.440Z Compiling find-msvc-tools v0.1.9
13202026-07-15T22:52:21.440Z Compiling syn v2.0.117
13212026-07-15T22:52:21.776Z Compiling subtle v2.6.1
13222026-07-15T22:52:21.801Z Compiling scopeguard v1.2.0
13232026-07-15T22:52:21.812Z Compiling stable_deref_trait v1.2.1
13242026-07-15T22:52:21.849Z Compiling typenum v1.20.1
13252026-07-15T22:52:21.887Z Compiling lock_api v0.4.14
13262026-07-15T22:52:21.907Z Compiling serde_json v1.0.150
13272026-07-15T22:52:21.914Z Compiling portable-atomic v1.13.1
13282026-07-15T22:52:21.940Z Compiling zerocopy v0.8.40
13292026-07-15T22:52:22.123Z Compiling pin-project-lite v0.2.17
13302026-07-15T22:52:22.139Z Compiling parking_lot_core v0.9.12
13312026-07-15T22:52:22.219Z Compiling critical-section v1.2.0
13322026-07-15T22:52:22.327Z Compiling pkg-config v0.3.32
13332026-07-15T22:52:22.424Z Compiling futures-core v0.3.32
13342026-07-15T22:52:22.431Z Compiling jobserver v0.1.34
13352026-07-15T22:52:22.453Z Compiling errno v0.3.14
13362026-07-15T22:52:22.550Z Compiling getrandom v0.2.17
13372026-07-15T22:52:22.585Z Compiling signal-hook-registry v1.4.8
13382026-07-15T22:52:22.651Z Compiling cc v1.2.56
13392026-07-15T22:52:22.777Z Compiling rand_core v0.6.4
13402026-07-15T22:52:22.850Z Compiling libm v0.2.16
13412026-07-15T22:52:22.877Z Compiling getrandom v0.4.1
13422026-07-15T22:52:22.984Z Compiling once_cell v1.21.3
13432026-07-15T22:52:23.040Z Compiling parking_lot v0.12.5
13442026-07-15T22:52:23.067Z Compiling mio v1.2.0
13452026-07-15T22:52:23.187Z Compiling num-traits v0.2.19
13462026-07-15T22:52:23.203Z Compiling generic-array v0.14.7
13472026-07-15T22:52:23.246Z Compiling rand_core v0.10.0
13482026-07-15T22:52:23.390Z Compiling const-oid v0.9.6
13492026-07-15T22:52:23.523Z Compiling litemap v0.8.1
13502026-07-15T22:52:23.570Z Compiling percent-encoding v2.3.2
13512026-07-15T22:52:23.738Z Compiling bitflags v2.11.0
13522026-07-15T22:52:24.525Z Compiling writeable v0.6.2
13532026-07-15T22:52:24.551Z Compiling semver v1.0.28
13542026-07-15T22:52:24.551Z Compiling socket2 v0.6.3
13552026-07-15T22:52:24.551Z Compiling icu_normalizer_data v2.1.1
13562026-07-15T22:52:24.551Z Compiling icu_properties_data v2.1.2
13572026-07-15T22:52:24.552Z Compiling futures-sink v0.3.32
13582026-07-15T22:52:24.552Z Compiling futures-channel v0.3.32
13592026-07-15T22:52:24.552Z Compiling futures-io v0.3.32
13602026-07-15T22:52:24.552Z Compiling slab v0.4.12
13612026-07-15T22:52:24.552Z Compiling synstructure v0.13.2
13622026-07-15T22:52:24.578Z Compiling futures-task v0.3.32
13632026-07-15T22:52:24.583Z Compiling indexmap v2.14.0
13642026-07-15T22:52:24.646Z Compiling rustversion v1.0.22
13652026-07-15T22:52:24.650Z Compiling utf8_iter v1.0.4
13662026-07-15T22:52:24.715Z Compiling getrandom v0.3.4
13672026-07-15T22:52:24.785Z Compiling form_urlencoded v1.2.2
13682026-07-15T22:52:24.897Z Compiling cmake v0.1.57
13692026-07-15T22:52:24.920Z Compiling rustix v1.1.3
13702026-07-15T22:52:24.967Z Compiling ident_case v1.0.1
13712026-07-15T22:52:25.096Z Compiling fs_extra v1.3.0
13722026-07-15T22:52:25.145Z Compiling dunce v1.0.5
13732026-07-15T22:52:25.232Z Compiling regex-syntax v0.8.10
13742026-07-15T22:52:25.246Z Compiling iana-time-zone v0.1.65
13752026-07-15T22:52:25.308Z Compiling base64ct v1.8.3
13762026-07-15T22:52:25.374Z Compiling aws-lc-sys v0.40.0
13772026-07-15T22:52:25.505Z Compiling vcpkg v0.2.15
13782026-07-15T22:52:25.619Z Compiling rand_core v0.9.5
13792026-07-15T22:52:25.663Z Compiling pem-rfc7468 v0.7.0
13802026-07-15T22:52:25.668Z Compiling rustc_version v0.4.1
13812026-07-15T22:52:25.902Z Compiling uuid v1.23.4
13822026-07-15T22:52:25.975Z Compiling tracing-core v0.1.36
13832026-07-15T22:52:26.007Z Compiling aws-lc-rs v1.16.3
13842026-07-15T22:52:26.226Z Compiling openssl-sys v0.9.115
13852026-07-15T22:52:26.251Z Compiling serde_derive v1.0.228
13862026-07-15T22:52:26.324Z Compiling zeroize_derive v1.4.3
13872026-07-15T22:52:26.558Z Compiling zerofrom-derive v0.1.6
13882026-07-15T22:52:26.663Z Compiling yoke-derive v0.8.1
13892026-07-15T22:52:26.696Z Compiling zerocopy-derive v0.8.40
13902026-07-15T22:52:26.795Z Compiling zerovec-derive v0.11.2
13912026-07-15T22:52:27.016Z Compiling zeroize v1.8.2
13922026-07-15T22:52:27.232Z Compiling displaydoc v0.2.5
13932026-07-15T22:52:27.906Z Compiling tokio-macros v2.7.0
13942026-07-15T22:52:27.962Z Compiling futures-macro v0.3.32
13952026-07-15T22:52:28.002Z Compiling zerofrom v0.1.6
13962026-07-15T22:52:28.031Z Compiling thiserror-impl v2.0.18
13972026-07-15T22:52:28.130Z Compiling yoke v0.8.1
13982026-07-15T22:52:28.310Z Compiling zerovec v0.11.5
13992026-07-15T22:52:28.324Z Compiling zerotrie v0.2.3
14002026-07-15T22:52:28.654Z Compiling block-buffer v0.10.4
14012026-07-15T22:52:28.675Z Compiling crypto-common v0.1.7
14022026-07-15T22:52:28.811Z Compiling tinystr v0.8.2
14032026-07-15T22:52:28.818Z Compiling potential_utf v0.1.4
14042026-07-15T22:52:28.818Z Compiling futures-util v0.3.32
14052026-07-15T22:52:28.842Z Compiling digest v0.10.7
14062026-07-15T22:52:28.972Z Compiling icu_locale_core v2.1.1
14072026-07-15T22:52:28.997Z Compiling icu_collections v2.1.1
14082026-07-15T22:52:29.090Z Compiling der_derive v0.7.3
14092026-07-15T22:52:29.435Z Compiling tracing-attributes v0.1.31
14102026-07-15T22:52:29.541Z Compiling flagset v0.4.7
14112026-07-15T22:52:29.679Z Compiling icu_provider v2.1.1
14122026-07-15T22:52:29.916Z Compiling bytes v1.11.1
14132026-07-15T22:52:29.931Z Compiling icu_properties v2.1.2
14142026-07-15T22:52:29.978Z Compiling icu_normalizer v2.1.1
14152026-07-15T22:52:30.101Z Compiling chrono v0.4.45
14162026-07-15T22:52:30.528Z Compiling tokio v1.52.1
14172026-07-15T22:52:30.542Z Compiling http v1.4.2
14182026-07-15T22:52:30.790Z Compiling base64 v0.22.1
14192026-07-15T22:52:31.041Z Compiling idna_adapter v1.2.1
14202026-07-15T22:52:31.124Z Compiling ppv-lite86 v0.2.21
14212026-07-15T22:52:31.183Z Compiling idna v1.1.0
14222026-07-15T22:52:31.203Z Compiling http-body v1.0.1
14232026-07-15T22:52:31.298Z Compiling tracing v0.1.44
14242026-07-15T22:52:31.356Z Compiling der v0.7.10
14252026-07-15T22:52:31.447Z Compiling rand_chacha v0.9.0
14262026-07-15T22:52:31.484Z Compiling url v2.5.8
14272026-07-15T22:52:31.519Z Compiling thiserror v2.0.18
14282026-07-15T22:52:31.572Z Compiling rustls-pki-types v1.14.0
14292026-07-15T22:52:31.848Z Compiling cmov v0.5.4
14302026-07-15T22:52:31.927Z Compiling openssl-probe v0.2.1
14312026-07-15T22:52:31.944Z Compiling tinyvec_macros v0.1.1
14322026-07-15T22:52:31.987Z Compiling httparse v1.10.1
14332026-07-15T22:52:32.029Z Compiling tinyvec v1.10.0
14342026-07-15T22:52:32.048Z Compiling ctutils v0.4.2
14352026-07-15T22:52:32.136Z Compiling pest_generator v2.8.6
14362026-07-15T22:52:32.266Z Compiling spki v0.7.3
14372026-07-15T22:52:32.281Z Compiling rand v0.9.2
14382026-07-15T22:52:32.368Z Compiling serde_derive_internals v0.29.1
14392026-07-15T22:52:32.383Z Compiling aho-corasick v1.1.4
14402026-07-15T22:52:32.477Z Compiling schemars v0.8.22
14412026-07-15T22:52:32.552Z Compiling dyn-clone v1.0.20
14422026-07-15T22:52:32.699Z Compiling tower-service v0.3.3
14432026-07-15T22:52:32.711Z Compiling try-lock v0.2.5
14442026-07-15T22:52:32.802Z Compiling untrusted v0.7.1
14452026-07-15T22:52:32.820Z Compiling atomic-waker v1.1.2
14462026-07-15T22:52:32.827Z Compiling tower-layer v0.3.3
14472026-07-15T22:52:32.910Z Compiling pest_derive v2.8.6
14482026-07-15T22:52:32.951Z Compiling want v0.3.1
14492026-07-15T22:52:33.012Z Compiling tempfile v3.25.0
14502026-07-15T22:52:33.104Z Compiling hybrid-array v0.4.13
14512026-07-15T22:52:33.250Z Compiling schemars_derive v0.8.22
14522026-07-15T22:52:33.353Z Compiling regex-automata v0.4.14
14532026-07-15T22:52:33.375Z Compiling ipnet v2.11.0
14542026-07-15T22:52:33.395Z Compiling scroll_derive v0.13.1
14552026-07-15T22:52:33.866Z Compiling darling_core v0.20.11
14562026-07-15T22:52:33.888Z Compiling untrusted v0.9.0
14572026-07-15T22:52:33.999Z Compiling rustls v0.23.41
14582026-07-15T22:52:34.041Z Compiling foreign-types-shared v0.1.1
14592026-07-15T22:52:34.130Z Compiling openssl v0.10.79
14602026-07-15T22:52:34.204Z Compiling cpufeatures v0.2.17
14612026-07-15T22:52:34.233Z Compiling httpdate v1.0.3
14622026-07-15T22:52:34.291Z Compiling scroll v0.13.0
14632026-07-15T22:52:34.390Z Compiling tokio-util v0.7.18
14642026-07-15T22:52:34.477Z Compiling foreign-types v0.3.2
14652026-07-15T22:52:34.554Z Compiling pkcs8 v0.10.2
14662026-07-15T22:52:34.568Z Compiling unicode-normalization v0.1.25
14672026-07-15T22:52:35.023Z Compiling openssl-macros v0.1.1
14682026-07-15T22:52:35.229Z Compiling h2 v0.4.15
14692026-07-15T22:52:35.438Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-07-15T22:52:35.448Z Compiling spin v0.9.8
14712026-07-15T22:52:35.657Z Compiling num-conv v0.2.0
14722026-07-15T22:52:35.789Z Compiling crc32fast v1.5.0
14732026-07-15T22:52:35.831Z Compiling time-core v0.1.8
14742026-07-15T22:52:35.835Z Compiling powerfmt v0.2.0
14752026-07-15T22:52:35.977Z Compiling native-tls v0.2.18
14762026-07-15T22:52:36.042Z Compiling deranged v0.5.8
14772026-07-15T22:52:36.108Z Compiling time-macros v0.2.27
14782026-07-15T22:52:36.167Z Compiling darling_macro v0.20.11
14792026-07-15T22:52:36.649Z Compiling darling v0.20.11
14802026-07-15T22:52:36.735Z Compiling goblin v0.10.5
14812026-07-15T22:52:37.031Z Compiling sha2 v0.10.9
14822026-07-15T22:52:37.171Z Compiling hmac v0.12.1
14832026-07-15T22:52:37.331Z Compiling sync_wrapper v1.0.2
14842026-07-15T22:52:37.429Z Compiling wait-timeout v0.2.1
14852026-07-15T22:52:37.443Z Compiling siphasher v1.0.2
14862026-07-15T22:52:37.625Z Compiling crossbeam-utils v0.8.21
14872026-07-15T22:52:37.694Z Compiling quick-error v1.2.3
14882026-07-15T22:52:37.802Z Compiling syn v1.0.109
14892026-07-15T22:52:37.929Z Compiling simd-adler32 v0.3.8
14902026-07-15T22:52:38.118Z Compiling num_threads v0.1.7
14912026-07-15T22:52:38.168Z Compiling usdt-impl v0.6.0
14922026-07-15T22:52:38.215Z Compiling bit-vec v0.8.0
14932026-07-15T22:52:38.391Z Compiling hyper v1.10.1
14942026-07-15T22:52:38.405Z Compiling bit-set v0.8.0
14952026-07-15T22:52:38.465Z Compiling time v0.3.47
14962026-07-15T22:52:38.943Z Compiling rusty-fork v0.3.1
14972026-07-15T22:52:39.307Z Compiling tower v0.5.3
14982026-07-15T22:52:39.315Z Compiling derive_builder_core v0.20.2
14992026-07-15T22:52:39.524Z Compiling hyper-util v0.1.20
15002026-07-15T22:52:39.792Z Compiling dof v0.4.0
15012026-07-15T22:52:40.038Z Compiling dtrace-parser v0.3.0
15022026-07-15T22:52:40.097Z Compiling http-body-util v0.1.3
15032026-07-15T22:52:40.201Z Compiling thiserror-impl v1.0.69
15042026-07-15T22:52:40.353Z Compiling scroll_derive v0.12.1
15052026-07-15T22:52:40.780Z Compiling heapless v0.7.17
15062026-07-15T22:52:40.957Z Compiling rand_xorshift v0.4.0
15072026-07-15T22:52:40.960Z Compiling slog v2.8.2
15082026-07-15T22:52:41.026Z Compiling darling_core v0.21.3
15092026-07-15T22:52:41.040Z Compiling bzip2-sys v0.1.13+1.0.8
15102026-07-15T22:52:41.129Z Compiling thread-id v5.1.0
15112026-07-15T22:52:41.154Z Compiling cookie v0.18.1
15122026-07-15T22:52:41.208Z Compiling unarray v0.1.4
15132026-07-15T22:52:41.272Z Compiling zstd-safe v7.2.4
15142026-07-15T22:52:41.318Z Compiling unicode-bidi v0.3.18
15152026-07-15T22:52:41.332Z Compiling ryu v1.0.23
15162026-07-15T22:52:41.349Z Compiling signal-hook v0.3.18
15172026-07-15T22:52:41.455Z Compiling iri-string v0.7.10
15182026-07-15T22:52:41.480Z Compiling anyhow v1.0.102
15192026-07-15T22:52:41.506Z Compiling adler2 v2.0.1
15202026-07-15T22:52:41.535Z Compiling allocator-api2 v0.2.21
15212026-07-15T22:52:41.635Z Compiling unicode-properties v0.1.4
15222026-07-15T22:52:41.797Z Compiling paste v1.0.15
15232026-07-15T22:52:41.856Z Compiling stringprep v0.1.5
15242026-07-15T22:52:41.877Z Compiling miniz_oxide v0.8.9
15252026-07-15T22:52:42.094Z Compiling thiserror v1.0.69
15262026-07-15T22:52:42.191Z Compiling serde_urlencoded v0.7.1
15272026-07-15T22:52:42.305Z Compiling proptest v1.10.0
15282026-07-15T22:52:42.550Z Compiling scroll v0.12.0
15292026-07-15T22:52:42.807Z Compiling tower-http v0.6.8
15302026-07-15T22:52:42.939Z Compiling derive_builder_macro v0.20.2
15312026-07-15T22:52:43.095Z Compiling camino v1.2.2
15322026-07-15T22:52:43.204Z Compiling tokio-native-tls v0.3.1
15332026-07-15T22:52:43.393Z Compiling bstr v1.12.1
15342026-07-15T22:52:43.417Z Compiling ipnetwork v0.21.1
15352026-07-15T22:52:43.430Z Compiling crypto-common v0.2.2
15362026-07-15T22:52:43.449Z Compiling block-padding v0.4.2
15372026-07-15T22:52:43.528Z Compiling darling_macro v0.21.3
15382026-07-15T22:52:43.602Z Compiling block-buffer v0.12.1
15392026-07-15T22:52:43.793Z Compiling rustls-native-certs v0.8.3
15402026-07-15T22:52:43.814Z Compiling rand_chacha v0.3.1
15412026-07-15T22:52:44.103Z Compiling erased-serde v0.3.31
15422026-07-15T22:52:44.104Z Compiling serde_spanned v0.6.9
15432026-07-15T22:52:44.135Z Compiling serde_tokenstream v0.2.3
15442026-07-15T22:52:44.245Z Compiling toml_datetime v0.6.11
15452026-07-15T22:52:44.459Z Compiling signature v2.2.0
15462026-07-15T22:52:44.499Z Compiling md-5 v0.10.6
15472026-07-15T22:52:44.581Z Compiling zerocopy-derive v0.7.35
15482026-07-15T22:52:44.657Z Compiling pin-project-internal v1.1.11
15492026-07-15T22:52:44.657Z Compiling async-trait v0.1.89
15502026-07-15T22:52:44.671Z Compiling curve25519-dalek v4.1.3
15512026-07-15T22:52:45.020Z Compiling vergen-lib v9.1.0
15522026-07-15T22:52:45.169Z Compiling num-integer v0.1.46
15532026-07-15T22:52:45.219Z Compiling hash32 v0.2.1
15542026-07-15T22:52:45.418Z Compiling memoffset v0.9.1
15552026-07-15T22:52:45.441Z Compiling encoding_rs v0.8.35
15562026-07-15T22:52:45.501Z Compiling smoltcp v0.9.1
15572026-07-15T22:52:45.625Z Compiling num-bigint-dig v0.8.6
15582026-07-15T22:52:45.683Z Compiling cfg_aliases v0.2.1
15592026-07-15T22:52:45.754Z Compiling mime v0.3.17
15602026-07-15T22:52:45.770Z Compiling fallible-iterator v0.2.0
15612026-07-15T22:52:45.827Z Compiling litrs v1.0.0
15622026-07-15T22:52:45.852Z Compiling rustix v0.38.44
15632026-07-15T22:52:46.014Z Compiling zlib-rs v0.6.2
15642026-07-15T22:52:46.076Z Compiling ref-cast v1.0.25
15652026-07-15T22:52:46.216Z Compiling psl-types v2.0.11
15662026-07-15T22:52:46.342Z Compiling publicsuffix v2.3.0
15672026-07-15T22:52:46.349Z Compiling document-features v0.2.12
15682026-07-15T22:52:46.521Z Compiling postgres-protocol v0.6.10
15692026-07-15T22:52:46.572Z Compiling nix v0.31.2
15702026-07-15T22:52:46.869Z Compiling hubpack_derive v0.1.1
15712026-07-15T22:52:46.935Z Compiling pin-project v1.1.11
15722026-07-15T22:52:46.972Z Compiling zerocopy v0.7.35
15732026-07-15T22:52:47.023Z Compiling num-iter v0.1.45
15742026-07-15T22:52:47.140Z Compiling newtype-uuid v1.3.2
15752026-07-15T22:52:47.323Z Compiling darling v0.21.3
15762026-07-15T22:52:47.408Z Compiling rand v0.8.6
15772026-07-15T22:52:47.463Z Compiling oxnet v0.1.6
15782026-07-15T22:52:47.515Z Compiling inout v0.2.2
15792026-07-15T22:52:47.529Z Compiling derive_builder v0.20.2
15802026-07-15T22:52:47.548Z Compiling hyper-tls v0.6.0
15812026-07-15T22:52:47.767Z Compiling goblin v0.8.2
15822026-07-15T22:52:48.281Z Compiling phf_shared v0.13.1
15832026-07-15T22:52:48.305Z Compiling lazy_static v1.5.0
15842026-07-15T22:52:48.381Z Compiling regex v1.12.3
15852026-07-15T22:52:48.398Z Compiling anstyle-parse v0.2.7
15862026-07-15T22:52:48.516Z Compiling futures-executor v0.3.32
15872026-07-15T22:52:48.531Z Compiling hex v0.4.3
15882026-07-15T22:52:48.582Z Compiling terminal_size v0.4.3
15892026-07-15T22:52:48.722Z Compiling daft-derive v0.1.7
15902026-07-15T22:52:48.775Z Compiling strum_macros v0.27.2
15912026-07-15T22:52:48.799Z Compiling snafu-derive v0.8.9
15922026-07-15T22:52:48.811Z Compiling curve25519-dalek-derive v0.1.1
15932026-07-15T22:52:49.306Z Compiling flate2 v1.1.9
15942026-07-15T22:52:49.491Z Compiling ref-cast-impl v1.0.25
15952026-07-15T22:52:49.516Z Compiling vergen v9.1.0
15962026-07-15T22:52:49.720Z Compiling cargo-platform v0.3.2
15972026-07-15T22:52:49.738Z Compiling ff v0.13.1
15982026-07-15T22:52:49.878Z Compiling fs-err v3.3.0
15992026-07-15T22:52:49.996Z Compiling ahash v0.8.12
16002026-07-15T22:52:50.052Z Compiling bumpalo v3.20.2
16012026-07-15T22:52:50.083Z Compiling bitflags v1.3.2
16022026-07-15T22:52:50.165Z Compiling object v0.37.3
16032026-07-15T22:52:50.220Z Compiling base16ct v0.2.0
16042026-07-15T22:52:50.309Z Compiling managed v0.8.0
16052026-07-15T22:52:50.405Z Compiling same-file v1.0.6
16062026-07-15T22:52:50.448Z Compiling foldhash v0.1.5
16072026-07-15T22:52:50.524Z Compiling winnow v0.5.40
16082026-07-15T22:52:50.568Z Compiling libbz2-rs-sys v0.2.2
16092026-07-15T22:52:50.624Z Compiling unicode-segmentation v1.12.0
16102026-07-15T22:52:50.764Z Compiling foldhash v0.2.0
16112026-07-15T22:52:50.786Z Compiling strum v0.27.2
16122026-07-15T22:52:50.917Z Compiling hashbrown v0.16.1
16132026-07-15T22:52:50.986Z Compiling bzip2 v0.6.1
16142026-07-15T22:52:51.015Z Compiling snafu v0.8.9
16152026-07-15T22:52:51.198Z Compiling hashbrown v0.15.5
16162026-07-15T22:52:51.248Z Compiling walkdir v2.5.0
16172026-07-15T22:52:51.365Z Compiling clap_builder v4.6.0
16182026-07-15T22:52:51.550Z Compiling sec1 v0.7.3
16192026-07-15T22:52:51.573Z Compiling zopfli v0.8.3
16202026-07-15T22:52:51.807Z Compiling toml_edit v0.19.15
16212026-07-15T22:52:51.952Z Compiling dof v0.3.0
16222026-07-15T22:52:52.033Z Compiling cargo_metadata v0.23.1
16232026-07-15T22:52:52.066Z Compiling group v0.13.0
16242026-07-15T22:52:52.262Z Compiling daft v0.1.7
16252026-07-15T22:52:52.546Z Compiling futures v0.3.32
16262026-07-15T22:52:52.630Z Compiling anstream v0.6.21
16272026-07-15T22:52:52.667Z Compiling phf v0.13.1
16282026-07-15T22:52:53.196Z Compiling signal-hook-mio v0.2.5
16292026-07-15T22:52:53.275Z Compiling cookie_store v0.22.1
16302026-07-15T22:52:53.315Z Compiling zstd v0.13.3
16312026-07-15T22:52:53.382Z Compiling bzip2 v0.4.4
16322026-07-15T22:52:53.577Z Compiling reqwest v0.12.28
16332026-07-15T22:52:53.594Z Compiling cipher v0.5.2
16342026-07-15T22:52:53.893Z Compiling serde_with_macros v3.17.0
16352026-07-15T22:52:53.919Z Compiling hubpack v0.1.2
16362026-07-15T22:52:54.254Z Compiling postgres-types v0.2.12
16372026-07-15T22:52:54.476Z Compiling ed25519 v2.2.3
16382026-07-15T22:52:54.829Z Compiling usdt-macro v0.6.0
16392026-07-15T22:52:55.103Z Compiling usdt-attr-macro v0.6.0
16402026-07-15T22:52:55.278Z Compiling globset v0.4.18
16412026-07-15T22:52:55.403Z Compiling dtrace-parser v0.2.0
16422026-07-15T22:52:55.479Z Compiling phf_shared v0.11.3
16432026-07-15T22:52:55.598Z Compiling hkdf v0.12.4
16442026-07-15T22:52:55.727Z Compiling olpc-cjson v0.1.4
16452026-07-15T22:52:55.772Z Compiling pkcs1 v0.7.5
16462026-07-15T22:52:55.825Z Compiling pem v3.0.6
16472026-07-15T22:52:55.898Z Compiling serde-big-array v0.5.1
16482026-07-15T22:52:55.969Z Compiling serde_plain v1.0.2
16492026-07-15T22:52:56.043Z Compiling crypto-bigint v0.5.5
16502026-07-15T22:52:56.153Z Compiling serde_repr v0.1.20
16512026-07-15T22:52:56.159Z Compiling clap_derive v4.6.1
16522026-07-15T22:52:56.179Z Compiling strum_macros v0.26.4
16532026-07-15T22:52:56.182Z Compiling enum-as-inner v0.6.1
16542026-07-15T22:52:56.695Z Compiling async-recursion v1.1.1
16552026-07-15T22:52:56.710Z Compiling float-cmp v0.10.0
16562026-07-15T22:52:56.857Z Compiling thread-id v4.2.2
16572026-07-15T22:52:56.944Z Compiling memmap2 v0.9.10
16582026-07-15T22:52:57.163Z Compiling env_filter v1.0.0
16592026-07-15T22:52:57.357Z Compiling winnow v1.0.3
16602026-07-15T22:52:57.374Z Compiling typed-path v0.9.3
16612026-07-15T22:52:57.464Z Compiling either v1.15.0
16622026-07-15T22:52:57.671Z Compiling cpufeatures v0.3.0
16632026-07-15T22:52:57.710Z Compiling precomputed-hash v0.1.1
16642026-07-15T22:52:57.750Z Compiling const-oid v0.10.2
16652026-07-15T22:52:57.801Z Compiling jiff v0.2.21
16662026-07-15T22:52:57.924Z Compiling data-encoding v2.10.0
16672026-07-15T22:52:57.956Z Compiling predicates-core v1.0.10
16682026-07-15T22:52:57.961Z Compiling normalize-line-endings v0.3.0
16692026-07-15T22:52:58.066Z Compiling fixedbitset v0.4.2
16702026-07-15T22:52:58.133Z Compiling keccak v0.1.6
16712026-07-15T22:52:58.149Z Compiling fixedbitset v0.5.7
16722026-07-15T22:52:58.284Z Compiling difflib v0.4.0
16732026-07-15T22:52:58.468Z Compiling static_assertions v1.1.0
16742026-07-15T22:52:58.531Z Compiling new_debug_unreachable v1.0.6
16752026-07-15T22:52:58.605Z Compiling whoami v2.1.0
16762026-07-15T22:52:58.605Z Compiling toml_edit v0.22.27
16772026-07-15T22:52:58.631Z Compiling string_cache v0.8.9
16782026-07-15T22:52:58.645Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16792026-07-15T22:52:58.843Z Compiling tokio-postgres v0.7.16
16802026-07-15T22:52:58.857Z Compiling predicates v3.1.4
16812026-07-15T22:52:58.860Z Compiling petgraph v0.8.3
16822026-07-15T22:52:58.996Z Compiling sha3 v0.10.8
16832026-07-15T22:52:59.509Z Compiling petgraph v0.6.5
16842026-07-15T22:52:59.579Z Compiling hickory-proto v0.25.2
16852026-07-15T22:53:00.903Z Compiling zip v4.6.1
16862026-07-15T22:53:01.018Z Compiling strum v0.26.3
16872026-07-15T22:53:01.132Z Compiling clap v4.6.1
16882026-07-15T22:53:01.150Z Compiling digest v0.11.3
16892026-07-15T22:53:01.181Z Compiling chacha20 v0.10.0
16902026-07-15T22:53:01.380Z Compiling toml_parser v1.1.2+spec-1.1.0
16912026-07-15T22:53:01.396Z Compiling itertools v0.13.0
16922026-07-15T22:53:01.525Z Compiling env_logger v0.11.9
16932026-07-15T22:53:01.561Z Compiling usdt v0.6.0
16942026-07-15T22:53:01.829Z Compiling elliptic-curve v0.13.8
16952026-07-15T22:53:01.872Z Compiling usdt-impl v0.5.0
16962026-07-15T22:53:01.887Z Compiling rsa v0.9.10
16972026-07-15T22:53:02.019Z Compiling crossterm v0.28.1
16982026-07-15T22:53:02.030Z Compiling serde_with v3.17.0
16992026-07-15T22:53:02.229Z Compiling ed25519-dalek v2.2.0
17002026-07-15T22:53:02.647Z Compiling zip v0.6.6
17012026-07-15T22:53:02.874Z Compiling toml v0.7.8
17022026-07-15T22:53:03.314Z Compiling iddqd v0.4.2
17032026-07-15T22:53:03.962Z Compiling similar v2.7.0
17042026-07-15T22:53:03.967Z Compiling heck v0.4.1
17052026-07-15T22:53:04.183Z Compiling crossbeam-epoch v0.9.18
17062026-07-15T22:53:04.201Z Compiling tokio-stream v0.1.18
17072026-07-15T22:53:04.372Z Compiling buf-list v1.1.2
17082026-07-15T22:53:04.528Z Compiling x509-cert v0.2.5
17092026-07-15T22:53:04.628Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17102026-07-15T22:53:04.660Z Compiling openapiv3 v2.2.0
17112026-07-15T22:53:04.676Z Compiling lalrpop-util v0.19.12
17122026-07-15T22:53:04.771Z Compiling peg-runtime v0.8.5
17132026-07-15T22:53:04.877Z Compiling thread_local v1.1.9
17142026-07-15T22:53:04.932Z Compiling slog-async v2.8.0
17152026-07-15T22:53:05.065Z Compiling crossbeam-channel v0.5.15
17162026-07-15T22:53:05.135Z Compiling filetime v0.2.27
17172026-07-15T22:53:05.267Z Compiling is-terminal v0.4.17
17182026-07-15T22:53:05.278Z Compiling xattr v1.6.1
17192026-07-15T22:53:05.315Z Compiling term v1.2.1
17202026-07-15T22:53:05.364Z Compiling take_mut v0.2.2
17212026-07-15T22:53:05.474Z Compiling tar v0.4.45
17222026-07-15T22:53:05.530Z Compiling camino-tempfile v1.4.1
17232026-07-15T22:53:05.767Z Compiling slog-term v2.9.2
17242026-07-15T22:53:15.253Z Compiling rustls-webpki v0.103.13
17252026-07-15T22:53:17.969Z Compiling tokio-rustls v0.26.4
17262026-07-15T22:53:17.969Z Compiling rustls-platform-verifier v0.6.2
17272026-07-15T22:53:17.973Z Compiling tough v0.22.0
17282026-07-15T22:53:18.178Z Compiling hyper-rustls v0.27.7
17292026-07-15T22:53:18.377Z Compiling reqwest v0.13.2
17302026-07-15T22:53:20.640Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17312026-07-15T22:53:20.868Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17322026-07-15T22:53:23.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17332026-07-15T22:53:23.861Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17342026-07-15T22:53:23.913ZJul 15 22:53:22.391 INFO Starting download, target: Clickhouse
17352026-07-15T22:53:23.913ZJul 15 22:53:22.392 INFO Starting download, target: Cockroach
17362026-07-15T22:53:23.915ZJul 15 22:53:22.392 INFO Starting download, target: Console
17372026-07-15T22:53:23.915ZJul 15 22:53:22.392 INFO Starting download, target: DendriteStub
17382026-07-15T22:53:23.915ZJul 15 22:53:22.392 INFO Starting download, target: MaghemiteMgd
17392026-07-15T22:53:23.915ZJul 15 22:53:22.392 INFO Starting download, target: MaghemiteDdmd
17402026-07-15T22:53:23.915ZJul 15 22:53:22.392 INFO Starting download, target: TransceiverControl
17412026-07-15T22:53:23.915ZJul 15 22:53:22.392 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17422026-07-15T22:53:23.915ZJul 15 22:53:22.392 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17432026-07-15T22:53:23.915ZJul 15 22:53:22.392 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-07-15T22:53:23.915ZJul 15 22:53:22.392 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17452026-07-15T22:53:23.915ZJul 15 22:53:22.392 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17462026-07-15T22:53:23.915ZJul 15 22:53:22.392 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17472026-07-15T22:53:23.916ZJul 15 22:53:22.392 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17482026-07-15T22:53:24.550ZJul 15 22:53:23.025 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17492026-07-15T22:53:24.746ZJul 15 22:53:23.225 INFO Download complete, target: TransceiverControl
17502026-07-15T22:53:25.655ZJul 15 22:53:24.129 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17512026-07-15T22:53:25.700ZJul 15 22:53:24.172 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17522026-07-15T22:53:25.939ZJul 15 22:53:24.417 INFO Download complete, target: Console
17532026-07-15T22:53:26.115ZJul 15 22:53:24.593 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17542026-07-15T22:53:26.123ZJul 15 22:53:24.599 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17552026-07-15T22:53:26.257ZJul 15 22:53:24.734 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17562026-07-15T22:53:26.676ZJul 15 22:53:25.155 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17572026-07-15T22:53:26.676ZJul 15 22:53:25.155 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17582026-07-15T22:53:27.514ZJul 15 22:53:25.992 INFO Download complete, target: MaghemiteDdmd
17592026-07-15T22:53:28.625ZJul 15 22:53:27.103 INFO Download complete, target: DendriteStub
17602026-07-15T22:53:28.768ZJul 15 22:53:27.246 INFO Download complete, target: MaghemiteMgd
17612026-07-15T22:53:31.224ZJul 15 22:53:29.703 INFO Checking that binary works, target: Cockroach
17622026-07-15T22:53:31.334ZJul 15 22:53:29.813 INFO Download complete, target: Cockroach
17632026-07-15T22:53:32.710ZJul 15 22:53:31.189 INFO Checking that binary works, target: Clickhouse
17642026-07-15T22:53:32.840ZJul 15 22:53:31.319 INFO Download complete, target: Clickhouse
17652026-07-15T22:53:32.856ZAll builder prerequisites installed successfully, and PATH looks valid
17662026-07-15T22:53:32.860Z
17672026-07-15T22:53:32.860Zreal 2:00.736236865
17682026-07-15T22:53:32.860Zuser 6:39.900376762
17692026-07-15T22:53:32.860Zsys 1:22.288822282
17702026-07-15T22:53:32.860Ztrap 0.222380304
17712026-07-15T22:53:32.860Ztflt 0.500159203
17722026-07-15T22:53:32.860Zdflt 0.827366152
17732026-07-15T22:53:32.860Zkflt 0.026221764
17742026-07-15T22:53:32.860Zlock 21:52.946777952
17752026-07-15T22:53:32.860Zslp 20:16.678247879
17762026-07-15T22:53:32.860Zlat 44.219092958
17772026-07-15T22:53:32.860Zstop 1:58.264809679
17782026-07-15T22:53:32.860Z+ banner clippy
17792026-07-15T22:53:32.860Z
17802026-07-15T22:53:32.860Z #### # # ##### ##### # #
17812026-07-15T22:53:32.860Z # # # # # # # # # #
17822026-07-15T22:53:32.860Z # # # # # # # #
17832026-07-15T22:53:32.860Z # # # ##### ##### #
17842026-07-15T22:53:32.860Z # # # # # # #
17852026-07-15T22:53:32.861Z #### ###### # # # #
17862026-07-15T22:53:32.861Z
17872026-07-15T22:53:32.861Z+ export CARGO_INCREMENTAL=0
17882026-07-15T22:53:32.861Z+ CARGO_INCREMENTAL=0
17892026-07-15T22:53:32.861Z+ ptime -m cargo xtask clippy
17902026-07-15T22:53:33.319Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17912026-07-15T22:53:33.611Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17922026-07-15T22:53:35.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
17932026-07-15T22:53:35.454Z Running `target/debug/xtask clippy`
17942026-07-15T22:53:35.479Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17952026-07-15T22:53:36.042Z Downloading crates ...
17962026-07-15T22:53:36.252Z Downloaded anes v0.1.6
17972026-07-15T22:53:36.255Z Downloaded plotters-backend v0.3.7
17982026-07-15T22:53:36.262Z Downloaded relative-path v1.9.3
17992026-07-15T22:53:36.265Z Downloaded linkme v0.3.35
18002026-07-15T22:53:36.268Z Downloaded pathdiff v0.2.3
18012026-07-15T22:53:36.268Z Downloaded assert_cmd v2.1.2
18022026-07-15T22:53:36.271Z Downloaded path-tree v0.8.3
18032026-07-15T22:53:36.271Z Downloaded async-object-pool v0.2.0
18042026-07-15T22:53:36.271Z Downloaded cfg-expr v0.20.6
18052026-07-15T22:53:36.274Z Downloaded owo-colors v3.5.0
18062026-07-15T22:53:36.274Z Downloaded oorandom v11.1.5
18072026-07-15T22:53:36.280Z Downloaded textwrap v0.15.2
18082026-07-15T22:53:36.283Z Downloaded hex-literal v0.4.1
18092026-07-15T22:53:36.283Z Downloaded futures-timer v3.0.3
18102026-07-15T22:53:36.283Z Downloaded addr2line v0.25.1
18112026-07-15T22:53:36.286Z Downloaded assert-json-diff v2.0.2
18122026-07-15T22:53:36.288Z Downloaded miette-derive v5.10.0
18132026-07-15T22:53:36.291Z Downloaded event-listener-strategy v0.5.4
18142026-07-15T22:53:36.294Z Downloaded linkme-impl v0.3.35
18152026-07-15T22:53:36.297Z Downloaded cast v0.3.0
18162026-07-15T22:53:36.303Z Downloaded target-triple v1.0.0
18172026-07-15T22:53:36.308Z Downloaded backtrace-ext v0.2.1
18182026-07-15T22:53:36.312Z Downloaded similar-asserts v1.7.0
18192026-07-15T22:53:36.312Z Downloaded plotters-svg v0.3.7
18202026-07-15T22:53:36.316Z Downloaded nested v0.1.1
18212026-07-15T22:53:36.319Z Downloaded escape8259 v0.5.3
18222026-07-15T22:53:36.319Z Downloaded serde_regex v1.1.0
18232026-07-15T22:53:36.319Z Downloaded approx v0.5.1
18242026-07-15T22:53:36.322Z Downloaded parking v2.2.1
18252026-07-15T22:53:36.322Z Downloaded constant_time_eq v0.3.1
18262026-07-15T22:53:36.322Z Downloaded guppy-workspace-hack v0.1.0
18272026-07-15T22:53:36.325Z Downloaded libtest-mimic v0.8.1
18282026-07-15T22:53:36.328Z Downloaded target-lexicon v0.13.3
18292026-07-15T22:53:36.328Z Downloaded hickory-client v0.25.2
18302026-07-15T22:53:36.331Z Downloaded terminal_size v0.1.17
18312026-07-15T22:53:36.335Z Downloaded supports-hyperlinks v2.1.0
18322026-07-15T22:53:36.340Z Downloaded supports-unicode v2.1.0
18332026-07-15T22:53:36.344Z Downloaded partial-io v0.5.4
18342026-07-15T22:53:36.347Z Downloaded concurrent-queue v2.5.0
18352026-07-15T22:53:36.347Z Downloaded target-spec v3.5.7
18362026-07-15T22:53:36.350Z Downloaded rust-argon2 v2.1.0
18372026-07-15T22:53:36.350Z Downloaded termcolor v1.4.1
18382026-07-15T22:53:36.354Z Downloaded knuffel-derive v3.2.0
18392026-07-15T22:53:36.354Z Downloaded async-lock v3.4.2
18402026-07-15T22:53:36.357Z Downloaded trybuild v1.0.116
18412026-07-15T22:53:36.360Z Downloaded supports-color v2.1.0
18422026-07-15T22:53:36.360Z Downloaded tinytemplate v1.2.1
18432026-07-15T22:53:36.364Z Downloaded stringmetrics v2.2.2
18442026-07-15T22:53:36.364Z Downloaded rustc-demangle v0.1.27
18452026-07-15T22:53:36.364Z Downloaded criterion-plot v0.6.0
18462026-07-15T22:53:36.369Z Downloaded datatest-stable v0.3.3
18472026-07-15T22:53:36.374Z Downloaded httptest v0.16.4
18482026-07-15T22:53:36.381Z Downloaded rstest v0.25.0
18492026-07-15T22:53:36.385Z Downloaded event-listener v5.4.1
18502026-07-15T22:53:36.388Z Downloaded blake2b_simd v1.0.4
18512026-07-15T22:53:36.393Z Downloaded knuffel v3.2.0
18522026-07-15T22:53:36.404Z Downloaded chumsky v0.9.3
18532026-07-15T22:53:36.408Z Downloaded rstest_macros v0.25.0
18542026-07-15T22:53:36.411Z Downloaded miette v5.10.0
18552026-07-15T22:53:36.411Z Downloaded fancy-regex v0.14.0
18562026-07-15T22:53:36.413Z Downloaded backtrace v0.3.76
18572026-07-15T22:53:36.417Z Downloaded rand_distr v0.5.1
18582026-07-15T22:53:36.423Z Downloaded hashbrown v0.14.5
18592026-07-15T22:53:36.426Z Downloaded criterion v0.7.0
18602026-07-15T22:53:36.432Z Downloaded plotters v0.3.7
18612026-07-15T22:53:36.436Z Downloaded guppy v0.17.25
18622026-07-15T22:53:36.452Z Downloaded gimli v0.32.3
18632026-07-15T22:53:36.553Z Downloaded httpmock v0.8.3
18642026-07-15T22:53:38.220Z Checking cfg-if v1.0.4
18652026-07-15T22:53:38.581Z Checking libc v0.2.185
18662026-07-15T22:53:38.584Z Checking serde_core v1.0.228
18672026-07-15T22:53:38.653Z Checking memchr v2.8.0
18682026-07-15T22:53:38.695Z Checking smallvec v1.15.1
18692026-07-15T22:53:38.699Z Checking zeroize v1.8.2
18702026-07-15T22:53:38.763Z Checking rand_core v0.10.0
18712026-07-15T22:53:38.799Z Checking itoa v1.0.17
18722026-07-15T22:53:38.836Z Checking subtle v2.6.1
18732026-07-15T22:53:38.904Z Checking log v0.4.29
18742026-07-15T22:53:38.943Z Checking libm v0.2.16
18752026-07-15T22:53:38.988Z Checking typenum v1.20.1
18762026-07-15T22:53:39.030Z Checking getrandom v0.4.1
18772026-07-15T22:53:39.030Z Checking errno v0.3.14
18782026-07-15T22:53:39.137Z Checking scopeguard v1.2.0
18792026-07-15T22:53:39.145Z Checking stable_deref_trait v1.2.1
18802026-07-15T22:53:39.179Z Checking zmij v1.0.21
18812026-07-15T22:53:39.217Z Checking zerofrom v0.1.6
18822026-07-15T22:53:39.255Z Checking lock_api v0.4.14
18832026-07-15T22:53:39.295Z Checking percent-encoding v2.3.2
18842026-07-15T22:53:39.333Z Checking litemap v0.8.1
18852026-07-15T22:53:39.368Z Checking yoke v0.8.1
18862026-07-15T22:53:39.408Z Checking writeable v0.6.2
18872026-07-15T22:53:39.467Z Checking icu_properties_data v2.1.2
18882026-07-15T22:53:39.504Z Checking icu_normalizer_data v2.1.1
18892026-07-15T22:53:39.543Z Checking pin-project-lite v0.2.17
18902026-07-15T22:53:39.579Z Checking zerovec v0.11.5
18912026-07-15T22:53:39.614Z Checking zerotrie v0.2.3
18922026-07-15T22:53:39.651Z Checking num-traits v0.2.19
18932026-07-15T22:53:39.690Z Checking form_urlencoded v1.2.2
18942026-07-15T22:53:39.730Z Checking utf8_iter v1.0.4
18952026-07-15T22:53:39.766Z Checking parking_lot_core v0.9.12
18962026-07-15T22:53:39.805Z Checking zerocopy v0.8.40
18972026-07-15T22:53:39.851Z Checking portable-atomic v1.13.1
18982026-07-15T22:53:39.895Z Checking critical-section v1.2.0
18992026-07-15T22:53:39.936Z Checking signal-hook-registry v1.4.8
19002026-07-15T22:53:39.977Z Checking parking_lot v0.12.5
19012026-07-15T22:53:40.038Z Checking mio v1.2.0
19022026-07-15T22:53:40.076Z Checking tinystr v0.8.2
19032026-07-15T22:53:40.128Z Checking serde v1.0.228
19042026-07-15T22:53:40.130Z Checking bitflags v2.11.0
19052026-07-15T22:53:40.205Z Checking serde_json v1.0.150
19062026-07-15T22:53:40.242Z Checking potential_utf v0.1.4
19072026-07-15T22:53:40.277Z Checking icu_locale_core v2.1.1
19082026-07-15T22:53:40.313Z Checking once_cell v1.21.3
19092026-07-15T22:53:40.365Z Checking socket2 v0.6.3
19102026-07-15T22:53:40.404Z Checking icu_collections v2.1.1
19112026-07-15T22:53:40.444Z Checking iana-time-zone v0.1.65
19122026-07-15T22:53:40.530Z Checking uuid v1.23.4
19132026-07-15T22:53:40.582Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19142026-07-15T22:53:40.619Z Checking bytes v1.11.1
19152026-07-15T22:53:40.656Z Checking chrono v0.4.45
19162026-07-15T22:53:40.741Z Checking thiserror v2.0.18
19172026-07-15T22:53:40.859Z Checking icu_provider v2.1.1
19182026-07-15T22:53:40.895Z Checking semver v1.0.28
19192026-07-15T22:53:40.899Z Checking futures-core v0.3.32
19202026-07-15T22:53:40.964Z Checking dyn-clone v1.0.20
19212026-07-15T22:53:40.967Z Checking getrandom v0.2.17
19222026-07-15T22:53:41.079Z Checking equivalent v1.0.2
19232026-07-15T22:53:41.117Z Checking rustix v1.1.3
19242026-07-15T22:53:41.120Z Checking icu_normalizer v2.1.1
19252026-07-15T22:53:41.149Z Checking icu_properties v2.1.2
19262026-07-15T22:53:41.215Z Checking tokio v1.52.1
19272026-07-15T22:53:41.219Z Checking rand_core v0.6.4
19282026-07-15T22:53:41.248Z Checking cmov v0.5.4
19292026-07-15T22:53:41.458Z Checking futures-sink v0.3.32
19302026-07-15T22:53:41.494Z Checking byteorder v1.5.0
19312026-07-15T22:53:41.497Z Checking ctutils v0.4.2
19322026-07-15T22:53:41.562Z Checking futures-task v0.3.32
19332026-07-15T22:53:41.597Z Checking futures-channel v0.3.32
19342026-07-15T22:53:41.726Z Checking futures-io v0.3.32
19352026-07-15T22:53:41.729Z Checking slab v0.4.12
19362026-07-15T22:53:41.858Z Checking hybrid-array v0.4.13
19372026-07-15T22:53:41.864Z Checking generic-array v0.14.7
19382026-07-15T22:53:41.882Z Checking thiserror v1.0.69
19392026-07-15T22:53:41.945Z Checking futures-util v0.3.32
19402026-07-15T22:53:41.981Z Checking getrandom v0.3.4
19412026-07-15T22:53:42.015Z Checking hashbrown v0.17.0
19422026-07-15T22:53:42.049Z Checking idna_adapter v1.2.1
19432026-07-15T22:53:42.153Z Checking const-oid v0.9.6
19442026-07-15T22:53:42.197Z Checking idna v1.1.0
19452026-07-15T22:53:42.313Z Checking base64ct v1.8.3
19462026-07-15T22:53:42.470Z Checking url v2.5.8
19472026-07-15T22:53:42.519Z Checking indexmap v2.14.0
19482026-07-15T22:53:42.580Z Checking crypto-common v0.1.7
19492026-07-15T22:53:42.618Z Checking crypto-common v0.2.2
19502026-07-15T22:53:42.621Z Checking ppv-lite86 v0.2.21
19512026-07-15T22:53:42.732Z Checking fnv v1.0.7
19522026-07-15T22:53:42.859Z Checking regex-syntax v0.8.10
19532026-07-15T22:53:42.899Z Checking block-buffer v0.12.1
19542026-07-15T22:53:42.930Z Checking schemars v0.8.22
19552026-07-15T22:53:42.933Z Checking block-buffer v0.10.4
19562026-07-15T22:53:43.090Z Checking http v1.4.2
19572026-07-15T22:53:43.127Z Checking digest v0.10.7
19582026-07-15T22:53:43.130Z Checking tracing-core v0.1.36
19592026-07-15T22:53:43.272Z Checking base64 v0.22.1
19602026-07-15T22:53:43.365Z Checking utf8parse v0.2.2
19612026-07-15T22:53:43.502Z Checking anstyle v1.0.14
19622026-07-15T22:53:43.538Z Checking tracing v0.1.44
19632026-07-15T22:53:43.572Z Checking is_terminal_polyfill v1.70.2
19642026-07-15T22:53:43.660Z Checking anstyle-query v1.1.5
19652026-07-15T22:53:43.696Z Checking colorchoice v1.0.4
19662026-07-15T22:53:43.733Z Checking ipnet v2.11.0
19672026-07-15T22:53:43.738Z Checking const-oid v0.10.2
19682026-07-15T22:53:43.802Z Checking anstyle-parse v1.0.0
19692026-07-15T22:53:43.804Z Checking terminal_size v0.4.3
19702026-07-15T22:53:43.871Z Checking aho-corasick v1.1.4
19712026-07-15T22:53:43.914Z Checking crossbeam-utils v0.8.21
19722026-07-15T22:53:43.952Z Checking unicode-ident v1.0.24
19732026-07-15T22:53:43.988Z Checking clap_lex v1.0.0
19742026-07-15T22:53:43.992Z Checking anstream v1.0.0
19752026-07-15T22:53:44.055Z Checking powerfmt v0.2.0
19762026-07-15T22:53:44.092Z Checking proc-macro2 v1.0.106
19772026-07-15T22:53:44.197Z Checking strsim v0.11.1
19782026-07-15T22:53:44.236Z Checking httparse v1.10.1
19792026-07-15T22:53:44.239Z Checking deranged v0.5.8
19802026-07-15T22:53:44.239Z Checking cpufeatures v0.3.0
19812026-07-15T22:53:44.338Z Checking time-core v0.1.8
19822026-07-15T22:53:44.374Z Checking num_threads v0.1.7
19832026-07-15T22:53:44.409Z Checking clap_builder v4.6.0
19842026-07-15T22:53:44.444Z Checking quote v1.0.45
19852026-07-15T22:53:44.478Z Checking num-conv v0.2.0
19862026-07-15T22:53:44.515Z Checking rand_core v0.9.5
19872026-07-15T22:53:44.519Z Checking tokio-util v0.7.18
19882026-07-15T22:53:44.549Z Checking digest v0.11.3
19892026-07-15T22:53:44.616Z Checking regex-automata v0.4.14
19902026-07-15T22:53:44.619Z Checking erased-serde v0.3.31
19912026-07-15T22:53:44.683Z Checking syn v2.0.117
19922026-07-15T22:53:44.719Z Checking http-body v1.0.1
19932026-07-15T22:53:44.780Z Checking cpufeatures v0.2.17
19942026-07-15T22:53:44.878Z Checking allocator-api2 v0.2.21
19952026-07-15T22:53:44.881Z Checking atomic-waker v1.1.2
19962026-07-15T22:53:45.008Z Checking rand_chacha v0.9.0
19972026-07-15T22:53:45.057Z Checking slog v2.8.2
19982026-07-15T22:53:45.172Z Checking aws-lc-sys v0.40.0
19992026-07-15T22:53:45.223Z Checking anyhow v1.0.102
20002026-07-15T22:53:45.261Z Checking time v0.3.47
20012026-07-15T22:53:45.264Z Checking rustls-pki-types v1.14.0
20022026-07-15T22:53:45.350Z Checking httpdate v1.0.3
20032026-07-15T22:53:45.453Z Checking untrusted v0.7.1
20042026-07-15T22:53:45.526Z Checking try-lock v0.2.5
20052026-07-15T22:53:45.599Z Checking rand v0.9.2
20062026-07-15T22:53:45.633Z Checking h2 v0.4.15
20072026-07-15T22:53:45.669Z Checking want v0.3.1
20082026-07-15T22:53:45.672Z Checking clap v4.6.1
20092026-07-15T22:53:45.737Z Checking aws-lc-rs v1.16.3
20102026-07-15T22:53:45.807Z Checking tower-service v0.3.3
20112026-07-15T22:53:45.843Z Checking tower-layer v0.3.3
20122026-07-15T22:53:45.927Z Checking ryu v1.0.23
20132026-07-15T22:53:46.017Z Checking fastrand v2.3.0
20142026-07-15T22:53:46.092Z Checking ipnetwork v0.21.1
20152026-07-15T22:53:46.129Z Checking hex v0.4.3
20162026-07-15T22:53:46.227Z Checking untrusted v0.9.0
20172026-07-15T22:53:46.339Z Checking mime v0.3.17
20182026-07-15T22:53:46.375Z Checking block-padding v0.4.2
20192026-07-15T22:53:46.412Z Checking pem-rfc7468 v0.7.0
20202026-07-15T22:53:46.416Z Checking spin v0.9.8
20212026-07-15T22:53:46.507Z Checking flagset v0.4.7
20222026-07-15T22:53:46.545Z Checking tempfile v3.25.0
20232026-07-15T22:53:46.548Z Checking inout v0.2.2
20242026-07-15T22:53:46.611Z Checking http-body-util v0.1.3
20252026-07-15T22:53:46.617Z Checking rustls-webpki v0.103.13
20262026-07-15T22:53:46.679Z Checking der v0.7.10
20272026-07-15T22:53:46.682Z Checking simd-adler32 v0.3.8
20282026-07-15T22:53:46.750Z Checking pretty-hex v0.4.1
20292026-07-15T22:53:46.784Z Checking camino v1.2.2
20302026-07-15T22:53:46.853Z Checking plain v0.2.3
20312026-07-15T22:53:46.895Z Checking adler2 v2.0.1
20322026-07-15T22:53:46.933Z Checking openssl-probe v0.2.1
20332026-07-15T22:53:46.984Z Checking cipher v0.5.2
20342026-07-15T22:53:47.022Z Checking regex v1.12.3
20352026-07-15T22:53:47.060Z Checking miniz_oxide v0.8.9
20362026-07-15T22:53:47.096Z Checking serde_urlencoded v0.7.1
20372026-07-15T22:53:47.099Z Checking rustls v0.23.41
20382026-07-15T22:53:47.099Z Checking encoding_rs v0.8.35
20392026-07-15T22:53:47.261Z Checking ucd-trie v0.1.7
20402026-07-15T22:53:47.330Z Checking rand_chacha v0.3.1
20412026-07-15T22:53:47.425Z Checking pest v2.8.6
20422026-07-15T22:53:47.428Z Checking oxnet v0.1.6
20432026-07-15T22:53:47.428Z Checking sync_wrapper v1.0.2
20442026-07-15T22:53:47.524Z Checking spki v0.7.3
20452026-07-15T22:53:47.573Z Checking rand v0.8.6
20462026-07-15T22:53:47.636Z Checking either v1.15.0
20472026-07-15T22:53:47.720Z Checking tower v0.5.3
20482026-07-15T22:53:47.757Z Checking futures-executor v0.3.32
20492026-07-15T22:53:47.840Z Checking crc32fast v1.5.0
20502026-07-15T22:53:47.934Z Checking iri-string v0.7.10
20512026-07-15T22:53:48.011Z Checking futures v0.3.32
20522026-07-15T22:53:48.123Z Checking foldhash v0.2.0
20532026-07-15T22:53:48.126Z Checking static_assertions v1.1.0
20542026-07-15T22:53:48.193Z Checking pkcs8 v0.10.2
20552026-07-15T22:53:48.228Z Checking openapiv3 v2.2.0
20562026-07-15T22:53:48.265Z Checking hubpack v0.1.2
20572026-07-15T22:53:48.314Z Checking hashbrown v0.16.1
20582026-07-15T22:53:48.381Z Checking zlib-rs v0.6.2
20592026-07-15T22:53:48.464Z Checking rustls-native-certs v0.8.3
20602026-07-15T22:53:48.555Z Checking sha2 v0.10.9
20612026-07-15T22:53:48.592Z Checking hyper v1.10.1
20622026-07-15T22:53:48.629Z Checking strum v0.26.3
20632026-07-15T22:53:48.773Z Checking psl-types v2.0.11
20642026-07-15T22:53:48.859Z Checking lazy_static v1.5.0
20652026-07-15T22:53:48.862Z Checking cookie v0.18.1
20662026-07-15T22:53:48.929Z Checking publicsuffix v2.3.0
20672026-07-15T22:53:48.983Z Checking tinyvec_macros v0.1.1
20682026-07-15T22:53:49.035Z Checking tower-http v0.6.8
20692026-07-15T22:53:49.083Z Checking tinyvec v1.10.0
20702026-07-15T22:53:49.120Z Checking scroll v0.13.0
20712026-07-15T22:53:49.156Z Checking cookie_store v0.22.1
20722026-07-15T22:53:49.308Z Checking flate2 v1.1.9
20732026-07-15T22:53:49.347Z Checking signature v2.2.0
20742026-07-15T22:53:49.384Z Checking goblin v0.10.5
20752026-07-15T22:53:49.425Z Checking num-integer v0.1.46
20762026-07-15T22:53:49.506Z Checking memmap2 v0.9.10
20772026-07-15T22:53:49.509Z Checking tokio-rustls v0.26.4
20782026-07-15T22:53:49.576Z Checking rustls-platform-verifier v0.6.2
20792026-07-15T22:53:49.610Z Checking hyper-util v0.1.20
20802026-07-15T22:53:49.613Z Checking bit-vec v0.8.0
20812026-07-15T22:53:49.677Z Checking data-encoding v2.10.0
20822026-07-15T22:53:49.680Z Checking dtrace-parser v0.3.0
20832026-07-15T22:53:49.746Z Checking hmac v0.12.1
20842026-07-15T22:53:49.749Z Checking wait-timeout v0.2.1
20852026-07-15T22:53:49.815Z Checking thread-id v5.1.0
20862026-07-15T22:53:49.850Z Checking bit-set v0.8.0
20872026-07-15T22:53:49.910Z Checking bstr v1.12.1
20882026-07-15T22:53:49.947Z Checking crossbeam-epoch v0.9.18
20892026-07-15T22:53:49.950Z Checking anstyle-parse v0.2.7
20902026-07-15T22:53:49.950Z Checking ahash v0.8.12
20912026-07-15T22:53:50.049Z Checking toml_datetime v0.6.11
20922026-07-15T22:53:50.082Z Checking serde_spanned v0.6.9
20932026-07-15T22:53:50.195Z Checking quick-error v1.2.3
20942026-07-15T22:53:50.199Z Checking anstream v0.6.21
20952026-07-15T22:53:50.199Z Checking rand_xorshift v0.4.0
20962026-07-15T22:53:50.296Z Checking memoffset v0.9.1
20972026-07-15T22:53:50.299Z Checking scroll v0.12.0
20982026-07-15T22:53:50.369Z Checking rusty-fork v0.3.1
20992026-07-15T22:53:50.369Z Checking unarray v0.1.4
21002026-07-15T22:53:50.435Z Checking x509-cert v0.2.5
21012026-07-15T22:53:50.438Z Checking zerocopy v0.7.35
21022026-07-15T22:53:50.503Z Checking unicode-segmentation v1.12.0
21032026-07-15T22:53:50.542Z Checking num-iter v0.1.45
21042026-07-15T22:53:50.578Z Checking proptest v1.10.0
21052026-07-15T22:53:50.614Z Checking goblin v0.8.2
21062026-07-15T22:53:50.682Z Checking dtrace-parser v0.2.0
21072026-07-15T22:53:50.849Z Checking ff v0.13.1
21082026-07-15T22:53:50.935Z Checking hyper-rustls v0.27.7
21092026-07-15T22:53:50.971Z Checking rustix v0.38.44
21102026-07-15T22:53:51.009Z Checking thread-id v4.2.2
21112026-07-15T22:53:51.012Z Checking base16ct v0.2.0
21122026-07-15T22:53:51.116Z Checking foreign-types-shared v0.1.1
21132026-07-15T22:53:51.154Z Checking group v0.13.0
21142026-07-15T22:53:51.191Z Checking reqwest v0.13.2
21152026-07-15T22:53:51.194Z Checking sec1 v0.7.3
21162026-07-15T22:53:51.259Z Checking foreign-types v0.3.2
21172026-07-15T22:53:51.328Z Checking nix v0.31.2
21182026-07-15T22:53:51.390Z Checking hkdf v0.12.4
21192026-07-15T22:53:51.457Z Checking crypto-bigint v0.5.5
21202026-07-15T22:53:51.528Z Checking openssl-sys v0.9.115
21212026-07-15T22:53:51.726Z Checking dof v0.4.0
21222026-07-15T22:53:51.791Z Checking env_filter v1.0.0
21232026-07-15T22:53:51.934Z Checking keccak v0.1.6
21242026-07-15T22:53:51.971Z Checking winnow v0.7.14
21252026-07-15T22:53:52.095Z Checking same-file v1.0.6
21262026-07-15T22:53:52.132Z Checking sha3 v0.10.8
21272026-07-15T22:53:52.246Z Checking walkdir v2.5.0
21282026-07-15T22:53:52.367Z Checking env_logger v0.11.9
21292026-07-15T22:53:52.406Z Checking usdt-impl v0.6.0
21302026-07-15T22:53:52.409Z Checking newtype-uuid v1.3.2
21312026-07-15T22:53:52.409Z Checking elliptic-curve v0.13.8
21322026-07-15T22:53:52.509Z Checking openssl v0.10.79
21332026-07-15T22:53:52.546Z Checking dof v0.3.0
21342026-07-15T22:53:52.584Z Checking num-bigint-dig v0.8.6
21352026-07-15T22:53:52.588Z Checking pkcs1 v0.7.5
21362026-07-15T22:53:52.695Z Checking daft v0.1.7
21372026-07-15T22:53:52.732Z Checking usdt v0.6.0
21382026-07-15T22:53:52.773Z Checking itertools v0.13.0
21392026-07-15T22:53:52.849Z Checking serde_with v3.17.0
21402026-07-15T22:53:52.885Z Checking usdt-impl v0.5.0
21412026-07-15T22:53:52.924Z Checking siphasher v1.0.2
21422026-07-15T22:53:52.960Z Checking winnow v1.0.3
21432026-07-15T22:53:53.117Z Checking bitflags v1.3.2
21442026-07-15T22:53:53.202Z Checking unicode-normalization v0.1.25
21452026-07-15T22:53:53.239Z Checking signal-hook v0.3.18
21462026-07-15T22:53:53.243Z Checking winnow v0.5.40
21472026-07-15T22:53:53.308Z Checking toml_parser v1.1.2+spec-1.1.0
21482026-07-15T22:53:53.433Z Checking rsa v0.9.10
21492026-07-15T22:53:53.499Z Checking toml_write v0.1.2
21502026-07-15T22:53:53.643Z Checking managed v0.8.0
21512026-07-15T22:53:53.681Z Checking chacha20 v0.10.0
21522026-07-15T22:53:53.717Z Checking toml_edit v0.22.27
21532026-07-15T22:53:53.854Z Checking curve25519-dalek v4.1.3
21542026-07-15T22:53:53.891Z Checking bzip2-sys v0.1.13+1.0.8
21552026-07-15T22:53:53.926Z Checking object v0.37.3
21562026-07-15T22:53:53.970Z Checking foldhash v0.1.5
21572026-07-15T22:53:54.008Z Checking bzip2 v0.4.4
21582026-07-15T22:53:54.135Z Checking hashbrown v0.15.5
21592026-07-15T22:53:54.199Z Checking signal-hook-mio v0.2.5
21602026-07-15T22:53:54.329Z Checking globset v0.4.18
21612026-07-15T22:53:54.369Z Checking ed25519 v2.2.3
21622026-07-15T22:53:54.446Z Checking toml_edit v0.19.15
21632026-07-15T22:53:54.567Z Checking native-tls v0.2.18
21642026-07-15T22:53:54.608Z Checking ref-cast v1.0.25
21652026-07-15T22:53:54.640Z Checking zstd-sys v2.0.16+zstd.1.5.7
21662026-07-15T22:53:54.644Z Checking zip v0.6.6
21672026-07-15T22:53:54.706Z Checking ed25519-dalek v2.2.0
21682026-07-15T22:53:54.742Z Checking pin-project v1.1.11
21692026-07-15T22:53:54.779Z Checking tokio-native-tls v0.3.1
21702026-07-15T22:53:54.785Z Checking zstd-safe v7.2.4
21712026-07-15T22:53:54.855Z Checking libbz2-rs-sys v0.2.2
21722026-07-15T22:53:54.883Z Checking bumpalo v3.20.2
21732026-07-15T22:53:54.959Z Checking crossterm v0.28.1
21742026-07-15T22:53:54.997Z Checking zstd v0.13.3
21752026-07-15T22:53:55.002Z Checking hyper-tls v0.6.0
21762026-07-15T22:53:55.066Z Checking similar v2.7.0
21772026-07-15T22:53:55.108Z Checking zopfli v0.8.3
21782026-07-15T22:53:55.200Z Checking reqwest v0.12.28
21792026-07-15T22:53:55.250Z Checking fs-err v3.3.0
21802026-07-15T22:53:55.286Z Checking bzip2 v0.6.1
21812026-07-15T22:53:55.472Z Checking pem v3.0.6
21822026-07-15T22:53:55.475Z Checking hash32 v0.2.1
21832026-07-15T22:53:55.475Z Checking serde-big-array v0.5.1
21842026-07-15T22:53:55.577Z Checking toml v0.7.8
21852026-07-15T22:53:55.580Z Checking unicode-bidi v0.3.18
21862026-07-15T22:53:55.664Z Checking predicates-core v1.0.10
21872026-07-15T22:53:55.701Z Checking unicode-properties v0.1.4
21882026-07-15T22:53:55.704Z Checking jiff v0.2.21
21892026-07-15T22:53:55.704Z Checking heapless v0.7.17
21902026-07-15T22:53:55.818Z Checking snafu v0.8.9
21912026-07-15T22:53:55.909Z Checking olpc-cjson v0.1.4
21922026-07-15T22:53:55.946Z Checking hickory-proto v0.25.2
21932026-07-15T22:53:55.949Z Checking stringprep v0.1.5
21942026-07-15T22:53:56.014Z Checking md-5 v0.10.6
21952026-07-15T22:53:56.072Z Checking serde_plain v1.0.2
21962026-07-15T22:53:56.108Z Checking float-cmp v0.10.0
21972026-07-15T22:53:56.144Z Checking typed-path v0.9.3
21982026-07-15T22:53:56.181Z Checking difflib v0.4.0
21992026-07-15T22:53:56.185Z Checking fallible-iterator v0.2.0
22002026-07-15T22:53:56.248Z Checking normalize-line-endings v0.3.0
22012026-07-15T22:53:56.283Z Checking smoltcp v0.9.1
22022026-07-15T22:53:56.286Z Checking iddqd v0.4.2
22032026-07-15T22:53:56.365Z Checking phf_shared v0.13.1
22042026-07-15T22:53:56.402Z Checking predicates v3.1.4
22052026-07-15T22:53:56.508Z Checking postgres-protocol v0.6.10
22062026-07-15T22:53:56.594Z Checking phf_shared v0.11.3
22072026-07-15T22:53:56.727Z Checking tokio-stream v0.1.18
22082026-07-15T22:53:56.771Z Checking buf-list v1.1.2
22092026-07-15T22:53:56.845Z Checking strum v0.27.2
22102026-07-15T22:53:56.902Z Checking fixedbitset v0.5.7
22112026-07-15T22:53:56.943Z Checking tough v0.22.0
22122026-07-15T22:53:56.984Z Checking new_debug_unreachable v1.0.6
22132026-07-15T22:53:56.987Z Checking precomputed-hash v0.1.1
22142026-07-15T22:53:57.085Z Checking lalrpop-util v0.19.12
22152026-07-15T22:53:57.123Z Checking fixedbitset v0.4.2
22162026-07-15T22:53:57.158Z Checking string_cache v0.8.9
22172026-07-15T22:53:57.162Z Checking petgraph v0.8.3
22182026-07-15T22:53:57.260Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22192026-07-15T22:53:57.300Z Checking postgres-types v0.2.12
22202026-07-15T22:53:57.303Z Checking petgraph v0.6.5
22212026-07-15T22:53:57.369Z Checking phf v0.13.1
22222026-07-15T22:53:57.568Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22232026-07-15T22:53:57.646Z Checking whoami v2.1.0
22242026-07-15T22:53:57.872Z Checking peg-runtime v0.8.5
22252026-07-15T22:53:57.875Z Checking tokio-postgres v0.7.16
22262026-07-15T22:53:58.046Z Checking zip v4.6.1
22272026-07-15T22:53:58.201Z Checking is-terminal v0.4.17
22282026-07-15T22:53:58.327Z Checking crossbeam-channel v0.5.15
22292026-07-15T22:53:58.650Z Checking thread_local v1.1.9
22302026-07-15T22:53:58.687Z Compiling structmeta-derive v0.3.0
22312026-07-15T22:53:58.722Z Checking take_mut v0.2.2
22322026-07-15T22:53:58.813Z Checking term v1.2.1
22332026-07-15T22:53:58.851Z Compiling newtype-uuid-macros v0.1.0
22342026-07-15T22:53:58.855Z Checking slog-async v2.8.0
22352026-07-15T22:53:58.855Z Compiling multer v3.1.0
22362026-07-15T22:53:59.039Z Compiling async-stream-impl v0.3.6
22372026-07-15T22:53:59.075Z Checking slog-term v2.9.2
22382026-07-15T22:53:59.149Z Checking match_cfg v0.1.0
22392026-07-15T22:53:59.194Z Checking slog-json v2.6.1
22402026-07-15T22:53:59.247Z Checking hostname v0.3.1
22412026-07-15T22:53:59.283Z Compiling dropshot v0.17.1
22422026-07-15T22:53:59.361Z Compiling dropshot_endpoint v0.17.1
22432026-07-15T22:53:59.401Z Checking debug-ignore v1.0.5
22442026-07-15T22:53:59.404Z Checking slog-bunyan v2.5.0
22452026-07-15T22:53:59.549Z Checking sha1 v0.11.0
22462026-07-15T22:53:59.584Z Checking serde_path_to_error v0.1.20
22472026-07-15T22:53:59.620Z Checking toml_datetime v1.1.1+spec-1.1.0
22482026-07-15T22:53:59.688Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22492026-07-15T22:53:59.692Z Checking serde_spanned v1.1.1
22502026-07-15T22:53:59.763Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22512026-07-15T22:53:59.802Z Checking compression-core v0.4.31
22522026-07-15T22:53:59.805Z Compiling structmeta v0.3.0
22532026-07-15T22:53:59.872Z Checking toml_writer v1.1.1+spec-1.1.0
22542026-07-15T22:53:59.909Z Checking progenitor-client v0.14.0
22552026-07-15T22:53:59.913Z Checking async-stream v0.3.6
22562026-07-15T22:53:59.976Z Checking compression-codecs v0.4.37
22572026-07-15T22:54:00.077Z Compiling derive-ex v0.1.8
22582026-07-15T22:54:00.080Z Checking toml v1.1.2+spec-1.1.0
22592026-07-15T22:54:00.180Z Checking rustls-pemfile v2.2.0
22602026-07-15T22:54:00.216Z Checking waitgroup v0.1.2
22612026-07-15T22:54:00.220Z Checking async-compression v0.4.41
22622026-07-15T22:54:00.220Z Checking hostname v0.4.2
22632026-07-15T22:54:00.346Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-07-15T22:54:00.351Z Checking atomicwrites v0.4.4
22652026-07-15T22:54:00.414Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22662026-07-15T22:54:00.417Z Checking itertools v0.14.0
22672026-07-15T22:54:00.483Z Compiling parse-display-derive v0.10.0
22682026-07-15T22:54:00.520Z Checking macaddr v1.0.1
22692026-07-15T22:54:00.555Z Checking regress v0.10.5
22702026-07-15T22:54:00.589Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22712026-07-15T22:54:00.710Z Checking instant v0.1.13
22722026-07-15T22:54:00.745Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22732026-07-15T22:54:00.827Z Checking backoff v0.4.0
22742026-07-15T22:54:01.009Z Checking backon v1.6.0
22752026-07-15T22:54:01.049Z Checking humantime v2.3.0
22762026-07-15T22:54:01.052Z Checking unicode-width v0.2.0
22772026-07-15T22:54:01.204Z Checking progenitor-extras v0.2.0
22782026-07-15T22:54:01.260Z Compiling convert_case v0.4.0
22792026-07-15T22:54:01.364Z Checking heck v0.5.0
22802026-07-15T22:54:01.453Z Checking half v2.7.1
22812026-07-15T22:54:01.521Z Checking ciborium-io v0.2.2
22822026-07-15T22:54:01.557Z Checking secrecy v0.10.3
22832026-07-15T22:54:01.641Z Checking camino-tempfile v1.4.1
22842026-07-15T22:54:01.679Z Compiling derive_more v0.99.20
22852026-07-15T22:54:01.713Z Checking indent_write v2.2.0
22862026-07-15T22:54:01.746Z Checking ciborium-ll v0.2.2
22872026-07-15T22:54:01.790Z Compiling test-strategy v0.4.5
22882026-07-15T22:54:01.828Z Compiling regress v0.11.1
22892026-07-15T22:54:01.868Z Compiling crucible-workspace-hack v0.1.0
22902026-07-15T22:54:01.945Z Checking ciborium v0.2.2
22912026-07-15T22:54:02.038Z Checking inout v0.1.4
22922026-07-15T22:54:02.204Z Checking cipher v0.4.4
22932026-07-15T22:54:02.208Z Checking parse-display v0.10.0
22942026-07-15T22:54:02.271Z Checking universal-hash v0.5.1
22952026-07-15T22:54:02.394Z Compiling thiserror-impl-no-std v2.0.2
22962026-07-15T22:54:02.431Z Checking opaque-debug v0.3.1
22972026-07-15T22:54:02.498Z Checking chacha20 v0.9.1
22982026-07-15T22:54:02.533Z Checking poly1305 v0.8.0
22992026-07-15T22:54:02.723Z Checking blake2 v0.10.6
23002026-07-15T22:54:02.828Z Checking aead v0.5.2
23012026-07-15T22:54:02.993Z Checking password-hash v0.5.0
23022026-07-15T22:54:03.029Z Checking chacha20poly1305 v0.10.1
23032026-07-15T22:54:03.162Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23042026-07-15T22:54:03.242Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23052026-07-15T22:54:03.280Z Checking argon2 v0.5.3
23062026-07-15T22:54:03.355Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23072026-07-15T22:54:03.575Z Compiling typify-impl v0.6.2
23082026-07-15T22:54:03.618Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23092026-07-15T22:54:03.661Z Checking byte-wrapper v0.1.0
23102026-07-15T22:54:03.697Z Checking thiserror-no-std v2.0.2
23112026-07-15T22:54:03.777Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23122026-07-15T22:54:03.813Z Checking vsss-rs v3.3.4
23132026-07-15T22:54:03.905Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23142026-07-15T22:54:03.967Z Compiling unsafe-libyaml v0.2.11
23152026-07-15T22:54:04.167Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23162026-07-15T22:54:04.383Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23172026-07-15T22:54:04.776Z Compiling serde_yaml v0.9.34+deprecated
23182026-07-15T22:54:04.961Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23192026-07-15T22:54:05.135Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23202026-07-15T22:54:05.196Z Checking swrite v0.1.0
23212026-07-15T22:54:05.235Z Checking crossbeam-deque v0.8.6
23222026-07-15T22:54:05.317Z Compiling rayon-core v1.13.0
23232026-07-15T22:54:05.384Z Compiling toml_datetime v0.7.5+spec-1.1.0
23242026-07-15T22:54:05.668Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23252026-07-15T22:54:05.671Z Compiling toml_edit v0.23.10+spec-1.0.0
23262026-07-15T22:54:05.799Z Compiling proc-macro-error v1.0.4
23272026-07-15T22:54:05.950Z Checking rayon v1.11.0
23282026-07-15T22:54:06.142Z Checking toml v0.8.23
23292026-07-15T22:54:06.178Z Checking tabwriter v1.4.1
23302026-07-15T22:54:06.253Z Checking glob v0.3.3
23312026-07-15T22:54:06.358Z Compiling proc-macro-crate v3.4.0
23322026-07-15T22:54:06.465Z Compiling heapless v0.8.0
23332026-07-15T22:54:06.501Z Checking colored v3.1.1
23342026-07-15T22:54:06.729Z Checking hash32 v0.3.1
23352026-07-15T22:54:06.765Z Compiling ingot-macros v0.1.1
23362026-07-15T22:54:06.799Z Compiling smoltcp v0.11.0
23372026-07-15T22:54:06.887Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-07-15T22:54:06.938Z Compiling num_enum_derive v0.7.6
23392026-07-15T22:54:07.027Z Checking unicode-width v0.1.14
23402026-07-15T22:54:07.260Z Checking cobs v0.3.0
23412026-07-15T22:54:07.305Z Compiling usdt-attr-macro v0.5.0
23422026-07-15T22:54:07.437Z Compiling usdt-macro v0.5.0
23432026-07-15T22:54:07.478Z Checking memmap v0.7.0
23442026-07-15T22:54:07.576Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23452026-07-15T22:54:07.638Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23462026-07-15T22:54:07.922Z Checking postcard v1.1.3
23472026-07-15T22:54:08.029Z Checking num_enum v0.7.6
23482026-07-15T22:54:08.144Z Compiling typify-macro v0.6.2
23492026-07-15T22:54:08.204Z Checking rand v0.10.1
23502026-07-15T22:54:08.238Z Checking usdt v0.5.0
23512026-07-15T22:54:08.245Z Compiling proc-macro-crate v1.3.1
23522026-07-15T22:54:08.306Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23532026-07-15T22:54:08.436Z Checking sigpipe v0.1.3
23542026-07-15T22:54:08.543Z Compiling foreign-types-macros v0.2.3
23552026-07-15T22:54:08.578Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23562026-07-15T22:54:08.722Z Checking foreign-types-shared v0.3.1
23572026-07-15T22:54:08.758Z Compiling num_enum_derive v0.5.11
23582026-07-15T22:54:08.934Z Checking cstr-argument v0.1.2
23592026-07-15T22:54:08.987Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23602026-07-15T22:54:09.038Z Compiling num-derive v0.4.2
23612026-07-15T22:54:09.090Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23622026-07-15T22:54:09.192Z Checking foreign-types v0.5.0
23632026-07-15T22:54:09.346Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23642026-07-15T22:54:09.467Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23652026-07-15T22:54:09.582Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23662026-07-15T22:54:09.615Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23672026-07-15T22:54:09.620Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-07-15T22:54:09.734Z Checking ingot-types v0.1.2
23692026-07-15T22:54:09.783Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23702026-07-15T22:54:09.818Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23712026-07-15T22:54:09.852Z Checking num_enum v0.5.11
23722026-07-15T22:54:09.929Z Compiling zone_cfg_derive v0.3.1
23732026-07-15T22:54:09.965Z Compiling typify v0.6.2
23742026-07-15T22:54:10.030Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23752026-07-15T22:54:10.098Z Compiling progenitor-impl v0.14.0
23762026-07-15T22:54:10.164Z Checking ingot v0.1.1
23772026-07-15T22:54:10.231Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23782026-07-15T22:54:10.235Z Checking itertools v0.12.1
23792026-07-15T22:54:10.429Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23802026-07-15T22:54:10.609Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23812026-07-15T22:54:10.751Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23822026-07-15T22:54:10.793Z Checking smf v0.2.3
23832026-07-15T22:54:10.894Z Checking whoami v1.6.1
23842026-07-15T22:54:10.997Z Checking tokio-dtrace v0.1.1
23852026-07-15T22:54:11.054Z Compiling derive-where v1.6.0
23862026-07-15T22:54:11.097Z Checking console v0.15.11
23872026-07-15T22:54:11.143Z Checking newline-converter v0.3.0
23882026-07-15T22:54:11.211Z Checking oxide-tokio-rt v0.1.4
23892026-07-15T22:54:11.281Z Checking bytecount v0.6.9
23902026-07-15T22:54:11.323Z Checking zone v0.3.1
23912026-07-15T22:54:11.403Z Compiling owo-colors v4.3.0
23922026-07-15T22:54:11.407Z Checking expectorate v1.2.0
23932026-07-15T22:54:11.473Z Compiling cancel-safe-futures v0.1.5
23942026-07-15T22:54:11.600Z Checking libsw-core v0.3.2
23952026-07-15T22:54:11.703Z Checking num-rational v0.4.2
23962026-07-15T22:54:11.773Z Checking libsw v3.5.0
23972026-07-15T22:54:11.840Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23982026-07-15T22:54:11.951Z Checking num-complex v0.4.6
23992026-07-15T22:54:12.007Z Checking linear-map v1.2.0
24002026-07-15T22:54:12.138Z Checking float-ord v0.3.2
24012026-07-15T22:54:12.206Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24022026-07-15T22:54:12.267Z Checking gethostname v0.5.0
24032026-07-15T22:54:12.314Z Checking num v0.4.3
24042026-07-15T22:54:12.384Z Compiling prettyplease v0.2.37
24052026-07-15T22:54:12.420Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24062026-07-15T22:54:12.423Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24072026-07-15T22:54:12.486Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24082026-07-15T22:54:12.748Z Compiling progenitor-macro v0.14.0
24092026-07-15T22:54:12.823Z Checking resolv-conf v0.7.6
24102026-07-15T22:54:12.927Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24112026-07-15T22:54:13.013Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24122026-07-15T22:54:13.048Z Checking unicode-linebreak v0.1.5
24132026-07-15T22:54:13.334Z Checking smawk v0.3.2
24142026-07-15T22:54:13.503Z Checking papergrid v0.11.0
24152026-07-15T22:54:14.063Z Compiling tabled_derive v0.7.0
24162026-07-15T22:54:14.100Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24172026-07-15T22:54:14.134Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24182026-07-15T22:54:14.167Z Compiling convert_case v0.10.0
24192026-07-15T22:54:14.339Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24202026-07-15T22:54:14.343Z Compiling slog-dtrace v0.3.0
24212026-07-15T22:54:14.515Z Compiling derive_more-impl v2.1.1
24222026-07-15T22:54:14.603Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24232026-07-15T22:54:14.768Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24242026-07-15T22:54:15.068Z Checking tabled v0.15.0
24252026-07-15T22:54:15.266Z Checking linked-hash-map v0.5.6
24262026-07-15T22:54:15.376Z Checking derive_more v2.1.1
24272026-07-15T22:54:15.466Z Checking lru-cache v0.1.2
24282026-07-15T22:54:15.501Z Checking crossterm v0.29.0
24292026-07-15T22:54:15.981Z Checking hickory-proto v0.24.4
24302026-07-15T22:54:16.093Z Checking fd-lock v4.0.4
24312026-07-15T22:54:16.677Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24322026-07-15T22:54:16.743Z Checking vte v0.14.1
24332026-07-15T22:54:16.955Z Checking display-error-chain v0.2.2
24342026-07-15T22:54:17.064Z Checking strip-ansi-escapes v0.2.1
24352026-07-15T22:54:17.249Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24362026-07-15T22:54:17.529Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24372026-07-15T22:54:17.739Z Checking progenitor v0.14.0
24382026-07-15T22:54:17.902Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24392026-07-15T22:54:18.226Z Checking termtree v0.5.1
24402026-07-15T22:54:18.357Z Checking nu-ansi-term v0.50.3
24412026-07-15T22:54:18.427Z Checking hickory-resolver v0.24.4
24422026-07-15T22:54:18.501Z Checking textwrap v0.16.2
24432026-07-15T22:54:18.601Z Checking reedline v0.40.0
24442026-07-15T22:54:18.633Z Compiling minimal-lexical v0.2.1
24452026-07-15T22:54:18.907Z Compiling nom v7.1.3
24462026-07-15T22:54:18.940Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24472026-07-15T22:54:19.220Z Checking qorb v0.4.1
24482026-07-15T22:54:19.431Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24492026-07-15T22:54:19.729Z Compiling unicode-xid v0.2.6
24502026-07-15T22:54:19.804Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24512026-07-15T22:54:20.022Z Compiling ar_archive_writer v0.5.1
24522026-07-15T22:54:20.336Z Checking csv-core v0.1.13
24532026-07-15T22:54:20.401Z Compiling stacker v0.1.23
24542026-07-15T22:54:20.467Z Checking highway v1.3.0
24552026-07-15T22:54:20.535Z Compiling semver v0.1.20
24562026-07-15T22:54:20.569Z Checking csv v1.4.0
24572026-07-15T22:54:20.709Z Compiling cfg_aliases v0.1.1
24582026-07-15T22:54:20.789Z Compiling rustc_version v0.1.7
24592026-07-15T22:54:20.825Z Compiling nix v0.28.0
24602026-07-15T22:54:20.860Z Checking nibble_vec v0.1.0
24612026-07-15T22:54:20.894Z Compiling psm v0.1.30
24622026-07-15T22:54:20.971Z Checking endian-type v0.1.2
24632026-07-15T22:54:20.975Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24642026-07-15T22:54:21.039Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24652026-07-15T22:54:21.072Z Compiling newtype_derive v0.1.6
24662026-07-15T22:54:21.135Z Checking radix_trie v0.2.1
24672026-07-15T22:54:21.263Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24682026-07-15T22:54:21.306Z Checking phf_shared v0.12.1
24692026-07-15T22:54:21.380Z Compiling recursive-proc-macro-impl v0.1.1
24702026-07-15T22:54:21.476Z Compiling chrono-tz v0.10.4
24712026-07-15T22:54:21.514Z Checking phf v0.12.1
24722026-07-15T22:54:21.793Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24732026-07-15T22:54:21.826Z Compiling const_format_proc_macros v0.2.34
24742026-07-15T22:54:21.892Z Compiling peg-macros v0.8.5
24752026-07-15T22:54:21.895Z Checking recursive v0.1.1
24762026-07-15T22:54:21.957Z Checking winnow v0.6.26
24772026-07-15T22:54:22.049Z Checking nom v8.0.0
24782026-07-15T22:54:22.372Z Compiling sqlparser_derive v0.5.0
24792026-07-15T22:54:22.732Z Checking unicode_categories v0.1.1
24802026-07-15T22:54:22.810Z Checking home v0.5.12
24812026-07-15T22:54:22.925Z Checking const_format v0.2.35
24822026-07-15T22:54:22.955Z Checking rustyline v14.0.0
24832026-07-15T22:54:23.150Z Checking sqlformat v0.3.5
24842026-07-15T22:54:23.210Z Checking sqlparser v0.61.0
24852026-07-15T22:54:23.326Z Checking peg v0.8.5
24862026-07-15T22:54:23.431Z Checking bcs v0.1.6
24872026-07-15T22:54:23.638Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24882026-07-15T22:54:23.705Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24892026-07-15T22:54:23.736Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
24902026-07-15T22:54:23.739Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24912026-07-15T22:54:23.920Z Checking steno v0.4.1
24922026-07-15T22:54:24.108Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24932026-07-15T22:54:24.169Z Checking sha1 v0.10.6
24942026-07-15T22:54:24.252Z Checking filetime v0.2.27
24952026-07-15T22:54:24.367Z Checking xattr v1.6.1
24962026-07-15T22:54:24.420Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24972026-07-15T22:54:24.624Z Checking tar v0.4.45
24982026-07-15T22:54:24.801Z Checking subprocess v0.2.15
24992026-07-15T22:54:24.979Z Checking headers-core v0.3.0
25002026-07-15T22:54:25.038Z Checking base64 v0.21.7
25012026-07-15T22:54:25.119Z Checking headers v0.4.1
25022026-07-15T22:54:25.153Z Checking yasna v0.5.2
25032026-07-15T22:54:25.315Z Checking port-file v0.1.0
25042026-07-15T22:54:25.531Z Checking dropshot-api-manager-types v0.7.2
25052026-07-15T22:54:25.572Z Checking rcgen v0.12.1
25062026-07-15T22:54:25.611Z Checking tagptr v0.2.0
25072026-07-15T22:54:25.734Z Checking utf-8 v0.7.6
25082026-07-15T22:54:25.784Z Checking moka v0.12.13
25092026-07-15T22:54:25.898Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25102026-07-15T22:54:25.932Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25112026-07-15T22:54:26.072Z Checking tungstenite v0.21.0
25122026-07-15T22:54:26.127Z Compiling libefi-sys v0.1.0
25132026-07-15T22:54:26.421Z Compiling bitfield-struct v0.6.2
25142026-07-15T22:54:26.454Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25152026-07-15T22:54:26.487Z Checking hickory-resolver v0.25.2
25162026-07-15T22:54:26.527Z Checking tokio-tungstenite v0.21.0
25172026-07-15T22:54:26.833Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25182026-07-15T22:54:27.101Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25192026-07-15T22:54:27.227Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25202026-07-15T22:54:27.646Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25212026-07-15T22:54:27.688Z Compiling radium v0.7.0
25222026-07-15T22:54:27.726Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25232026-07-15T22:54:27.760Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25242026-07-15T22:54:27.868Z Checking tap v1.0.1
25252026-07-15T22:54:27.907Z Compiling maybe-uninit v2.0.0
25262026-07-15T22:54:28.027Z Checking wyz v0.5.1
25272026-07-15T22:54:28.030Z Compiling zerocopy-derive v0.6.6
25282026-07-15T22:54:28.184Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25292026-07-15T22:54:28.238Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25302026-07-15T22:54:28.317Z Checking crc-catalog v2.4.0
25312026-07-15T22:54:28.320Z Compiling packed_struct v0.10.1
25322026-07-15T22:54:28.353Z Checking funty v2.0.0
25332026-07-15T22:54:28.442Z Checking crc v3.4.0
25342026-07-15T22:54:28.593Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25352026-07-15T22:54:28.628Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25362026-07-15T22:54:28.733Z Checking bitvec v1.0.1
25372026-07-15T22:54:28.766Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25382026-07-15T22:54:28.798Z Compiling packed_struct_codegen v0.10.1
25392026-07-15T22:54:28.963Z Checking zerocopy v0.6.6
25402026-07-15T22:54:29.298Z Compiling bitfield-macros v0.19.4
25412026-07-15T22:54:29.802Z Compiling indexmap v1.9.3
25422026-07-15T22:54:29.925Z Checking nodrop v0.1.14
25432026-07-15T22:54:30.044Z Checking array-init v0.0.4
25442026-07-15T22:54:30.111Z Checking bitfield v0.19.4
25452026-07-15T22:54:30.175Z Checking smallvec v0.6.14
25462026-07-15T22:54:30.386Z Checking hashbrown v0.12.3
25472026-07-15T22:54:30.409Z Checking serde-hex v0.1.0
25482026-07-15T22:54:30.444Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25492026-07-15T22:54:30.629Z Checking ron v0.8.1
25502026-07-15T22:54:31.181Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25512026-07-15T22:54:31.215Z Checking hashbrown v0.13.2
25522026-07-15T22:54:31.247Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25532026-07-15T22:54:31.440Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25542026-07-15T22:54:31.491Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25552026-07-15T22:54:31.670Z Checking crc-any v2.5.0
25562026-07-15T22:54:31.708Z Checking object v0.30.4
25572026-07-15T22:54:31.862Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25582026-07-15T22:54:31.896Z Checking path-slash v0.1.5
25592026-07-15T22:54:31.943Z Compiling xshell-macros v0.2.7
25602026-07-15T22:54:32.027Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25612026-07-15T22:54:32.372Z Checking xshell v0.2.7
25622026-07-15T22:54:32.406Z Checking half v1.8.3
25632026-07-15T22:54:32.439Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25642026-07-15T22:54:32.599Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25652026-07-15T22:54:32.632Z Checking serde_cbor v0.11.2
25662026-07-15T22:54:32.686Z Compiling proc-macro-error-attr2 v2.0.0
25672026-07-15T22:54:33.043Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25682026-07-15T22:54:33.177Z Compiling proc-macro-error2 v2.0.1
25692026-07-15T22:54:33.296Z Compiling num-derive v0.3.3
25702026-07-15T22:54:33.469Z Checking maplit v1.0.2
25712026-07-15T22:54:33.532Z Compiling tabled_derive v0.11.0
25722026-07-15T22:54:33.585Z Checking papergrid v0.17.0
25732026-07-15T22:54:33.919Z Checking testing_table v0.3.0
25742026-07-15T22:54:34.048Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25752026-07-15T22:54:34.264Z Checking libscf-sys v1.1.0
25762026-07-15T22:54:34.429Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25772026-07-15T22:54:34.464Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-07-15T22:54:34.467Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25792026-07-15T22:54:34.580Z Compiling progenitor-impl v0.13.0
25802026-07-15T22:54:34.667Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25812026-07-15T22:54:34.753Z Checking tabled v0.20.0
25822026-07-15T22:54:34.915Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25832026-07-15T22:54:35.231Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25842026-07-15T22:54:35.462Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25852026-07-15T22:54:35.496Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25862026-07-15T22:54:35.864Z Checking progenitor-client v0.13.0
25872026-07-15T22:54:35.899Z Checking unicase v2.9.0
25882026-07-15T22:54:36.042Z Checking crc8 v0.1.1
25892026-07-15T22:54:36.086Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25902026-07-15T22:54:36.133Z Checking fxhash v0.2.1
25912026-07-15T22:54:36.171Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25922026-07-15T22:54:36.203Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25932026-07-15T22:54:36.284Z Compiling vergen-lib v0.1.6
25942026-07-15T22:54:36.521Z Compiling diesel_derives v2.3.7
25952026-07-15T22:54:36.703Z Checking scheduled-thread-pool v0.2.7
25962026-07-15T22:54:36.797Z Compiling dsl_auto_type v0.2.0
25972026-07-15T22:54:36.857Z Compiling vergen-gitcl v1.0.8
25982026-07-15T22:54:36.891Z Compiling diesel_table_macro_syntax v0.3.0
25992026-07-15T22:54:37.131Z Checking r2d2 v0.8.10
26002026-07-15T22:54:37.196Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26012026-07-15T22:54:37.227Z Checking downcast-rs v2.0.2
26022026-07-15T22:54:37.259Z Compiling progenitor-macro v0.13.0
26032026-07-15T22:54:37.291Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26042026-07-15T22:54:37.332Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26052026-07-15T22:54:37.569Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26062026-07-15T22:54:37.646Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26072026-07-15T22:54:37.812Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26082026-07-15T22:54:37.847Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26092026-07-15T22:54:37.850Z Checking kstat-rs v0.2.4
26102026-07-15T22:54:37.944Z Checking arc-swap v1.8.2
26112026-07-15T22:54:37.976Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26122026-07-15T22:54:38.110Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26132026-07-15T22:54:38.161Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26142026-07-15T22:54:38.225Z Checking slog-scope v4.4.1
26152026-07-15T22:54:38.397Z Compiling dirs-sys-next v0.1.2
26162026-07-15T22:54:38.459Z Compiling crunchy v0.2.4
26172026-07-15T22:54:38.619Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26182026-07-15T22:54:38.722Z Compiling parking_lot_core v0.8.6
26192026-07-15T22:54:38.816Z Compiling dirs-next v2.0.0
26202026-07-15T22:54:38.887Z Checking slog-stdlog v4.1.1
26212026-07-15T22:54:38.971Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26222026-07-15T22:54:39.053Z Compiling clang-sys v1.8.1
26232026-07-15T22:54:39.096Z Compiling git-stub v1.0.0
26242026-07-15T22:54:39.385Z Compiling tiny-keccak v2.0.2
26252026-07-15T22:54:39.488Z Compiling git-stub-vcs v0.1.0
26262026-07-15T22:54:39.566Z Checking slog-envlogger v2.2.0
26272026-07-15T22:54:39.666Z Compiling term v0.7.0
26282026-07-15T22:54:39.778Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26292026-07-15T22:54:39.855Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26302026-07-15T22:54:39.889Z Compiling bit-vec v0.6.3
26312026-07-15T22:54:40.093Z Compiling bit-set v0.5.3
26322026-07-15T22:54:40.130Z Compiling ascii-canvas v3.0.0
26332026-07-15T22:54:40.162Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26342026-07-15T22:54:40.279Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26352026-07-15T22:54:40.312Z Checking parking_lot v0.11.2
26362026-07-15T22:54:40.398Z Checking prefix-trie v0.7.0
26372026-07-15T22:54:40.536Z Compiling itertools v0.10.5
26382026-07-15T22:54:40.599Z Compiling ena v0.14.4
26392026-07-15T22:54:40.643Z Compiling libloading v0.8.9
26402026-07-15T22:54:40.690Z Compiling diff v0.1.13
26412026-07-15T22:54:40.758Z Compiling bindgen v0.71.1
26422026-07-15T22:54:40.844Z Compiling regex-syntax v0.6.29
26432026-07-15T22:54:40.979Z Checking hickory-server v0.25.2
26442026-07-15T22:54:41.329Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26452026-07-15T22:54:41.632Z Checking sled v0.34.7
26462026-07-15T22:54:41.950Z Compiling cexpr v0.6.0
26472026-07-15T22:54:42.212Z Checking progenitor v0.13.0
26482026-07-15T22:54:42.259Z Compiling lalrpop v0.19.12
26492026-07-15T22:54:42.380Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26502026-07-15T22:54:42.655Z Checking nanorand v0.7.0
26512026-07-15T22:54:42.866Z Checking diesel v2.3.7
26522026-07-15T22:54:42.900Z Compiling rustc-hash v2.1.1
26532026-07-15T22:54:42.932Z Compiling salty v0.3.0
26542026-07-15T22:54:42.965Z Checking flume v0.11.1
26552026-07-15T22:54:43.272Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26562026-07-15T22:54:43.306Z Compiling libxml v0.3.3
26572026-07-15T22:54:43.484Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26582026-07-15T22:54:43.873Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26592026-07-15T22:54:44.302Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26602026-07-15T22:54:44.455Z Compiling strum_macros v0.24.3
26612026-07-15T22:54:44.611Z Compiling fs-err v2.11.0
26622026-07-15T22:54:44.854Z Compiling indoc v1.0.9
26632026-07-15T22:54:45.345Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26642026-07-15T22:54:45.585Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26652026-07-15T22:54:45.738Z Checking quick-xml v0.37.5
26662026-07-15T22:54:45.840Z Checking derive_builder v0.20.2
26672026-07-15T22:54:45.950Z Compiling oso-derive v0.27.3
26682026-07-15T22:54:45.985Z Compiling impl-trait-for-tuples v0.2.3
26692026-07-15T22:54:46.489Z Compiling trait-variant v0.1.2
26702026-07-15T22:54:46.646Z Checking openssl-probe v0.1.6
26712026-07-15T22:54:47.043Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26722026-07-15T22:54:47.076Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26732026-07-15T22:54:47.556Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26742026-07-15T22:54:47.887Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26752026-07-15T22:54:48.283Z Checking rfc6979 v0.4.0
26762026-07-15T22:54:48.373Z Checking assert_matches v1.5.0
26772026-07-15T22:54:48.442Z Checking parse-size v1.1.0
26782026-07-15T22:54:48.482Z Checking ecdsa v0.16.9
26792026-07-15T22:54:48.596Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26802026-07-15T22:54:48.884Z Checking primeorder v0.13.6
26812026-07-15T22:54:49.152Z Checking p384 v0.13.1
26822026-07-15T22:54:49.187Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26832026-07-15T22:54:49.426Z Checking predicates-tree v1.0.13
26842026-07-15T22:54:49.498Z Checking bb8 v0.8.6
26852026-07-15T22:54:49.607Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26862026-07-15T22:54:49.636Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26872026-07-15T22:54:49.803Z Compiling mime_guess v2.0.5
26882026-07-15T22:54:49.912Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26892026-07-15T22:54:49.945Z Checking http-range v0.1.5
26902026-07-15T22:54:50.196Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26912026-07-15T22:54:50.255Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26922026-07-15T22:54:50.288Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26932026-07-15T22:54:50.449Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26942026-07-15T22:54:50.512Z Checking atty v0.2.14
26952026-07-15T22:54:50.587Z Checking corncobs v0.1.4
26962026-07-15T22:54:50.620Z Checking nonempty v0.12.0
26972026-07-15T22:54:50.652Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26982026-07-15T22:54:50.744Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26992026-07-15T22:54:50.811Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27002026-07-15T22:54:51.023Z Checking ignore v0.4.25
27012026-07-15T22:54:51.057Z Checking secrecy v0.8.0
27022026-07-15T22:54:51.135Z Checking hyper-staticfile v0.10.1
27032026-07-15T22:54:51.423Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27042026-07-15T22:54:51.457Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27052026-07-15T22:54:51.492Z Checking globwalk v0.9.1
27062026-07-15T22:54:51.702Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27072026-07-15T22:54:51.776Z Compiling illumos-nvpair-sys v0.2.0
27082026-07-15T22:54:51.824Z Checking camino-tempfile-ext v0.3.3
27092026-07-15T22:54:51.939Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27102026-07-15T22:54:52.048Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27112026-07-15T22:54:52.093Z Checking signal-hook-tokio v0.3.1
27122026-07-15T22:54:52.254Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27132026-07-15T22:54:52.442Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27142026-07-15T22:54:52.541Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27152026-07-15T22:54:52.755Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27162026-07-15T22:54:52.935Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27172026-07-15T22:54:53.064Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27182026-07-15T22:54:53.157Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27192026-07-15T22:54:53.259Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27202026-07-15T22:54:53.323Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27212026-07-15T22:54:53.915Z Checking illumos-nvpair v0.3.0
27222026-07-15T22:54:54.112Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27232026-07-15T22:54:54.555Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27242026-07-15T22:54:54.971Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27252026-07-15T22:54:55.005Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27262026-07-15T22:54:55.083Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27272026-07-15T22:54:55.256Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27282026-07-15T22:54:55.290Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27292026-07-15T22:54:55.370Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27302026-07-15T22:54:55.458Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27312026-07-15T22:54:55.999Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27322026-07-15T22:54:56.171Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27332026-07-15T22:54:56.445Z Checking tungstenite v0.23.0
27342026-07-15T22:54:56.479Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27352026-07-15T22:54:56.515Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27362026-07-15T22:54:56.909Z Checking tokio-tungstenite v0.23.1
27372026-07-15T22:54:56.944Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27382026-07-15T22:54:57.216Z Checking rand_seeder v0.4.0
27392026-07-15T22:54:57.317Z Checking async-bb8-diesel v0.2.1
27402026-07-15T22:54:57.400Z Checking diesel-dtrace v0.5.0
27412026-07-15T22:54:57.458Z Checking void v1.0.2
27422026-07-15T22:54:57.596Z Checking lzss v0.8.2
27432026-07-15T22:54:57.700Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27442026-07-15T22:54:57.705Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27452026-07-15T22:54:57.714Z Checking nix v0.27.1
27462026-07-15T22:54:57.817Z Checking serde_bytes v0.11.19
27472026-07-15T22:54:57.850Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27482026-07-15T22:54:58.026Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27492026-07-15T22:54:58.061Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27502026-07-15T22:54:58.271Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27512026-07-15T22:54:58.752Z Checking is_ci v1.2.0
27522026-07-15T22:54:58.828Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27532026-07-15T22:54:58.889Z Checking yansi v1.0.1
27542026-07-15T22:54:59.026Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27552026-07-15T22:54:59.176Z Checking cpubits v0.1.1
27562026-07-15T22:54:59.284Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27572026-07-15T22:54:59.316Z Checking pretty_assertions v1.4.1
27582026-07-15T22:54:59.485Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27592026-07-15T22:54:59.574Z Checking pem-rfc7468 v1.0.0
27602026-07-15T22:54:59.735Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27612026-07-15T22:54:59.776Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27622026-07-15T22:55:00.041Z Compiling darling_core v0.23.0
27632026-07-15T22:55:00.210Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27642026-07-15T22:55:01.045Z Compiling indoc v2.0.7
27652026-07-15T22:55:01.114Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27662026-07-15T22:55:01.362Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27672026-07-15T22:55:01.563Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-07-15T22:55:02.062Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27692026-07-15T22:55:02.097Z Checking hmac v0.13.0
27702026-07-15T22:55:02.286Z Checking universal-hash v0.6.1
27712026-07-15T22:55:02.377Z Compiling libz-sys v1.1.24
27722026-07-15T22:55:02.450Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-07-15T22:55:02.631Z Compiling darling_macro v0.23.0
27742026-07-15T22:55:02.718Z Compiling instability v0.3.11
27752026-07-15T22:55:02.849Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-07-15T22:55:02.997Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-07-15T22:55:03.019Z Checking castaway v0.2.4
27782026-07-15T22:55:03.170Z Checking compact_str v0.8.1
27792026-07-15T22:55:03.208Z Compiling darling v0.23.0
27802026-07-15T22:55:03.600Z Checking polyval v0.7.1
27812026-07-15T22:55:03.815Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27822026-07-15T22:55:04.074Z Checking der v0.8.0
27832026-07-15T22:55:04.118Z Checking supports-color v3.0.2
27842026-07-15T22:55:04.220Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27852026-07-15T22:55:04.299Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27862026-07-15T22:55:04.398Z Checking unicode-truncate v1.1.0
27872026-07-15T22:55:04.550Z Checking console v0.16.2
27882026-07-15T22:55:04.573Z Checking lru v0.12.5
27892026-07-15T22:55:05.723Z Compiling libgit2-sys v0.18.3+1.9.2
27902026-07-15T22:55:05.727Z Checking cassowary v0.3.0
27912026-07-15T22:55:05.727Z Checking unit-prefix v0.5.2
27922026-07-15T22:55:05.728Z Checking ratatui v0.29.0
27932026-07-15T22:55:05.728Z Checking indicatif v0.18.4
27942026-07-15T22:55:05.728Z Checking ghash v0.6.0
27952026-07-15T22:55:05.728Z Checking pbkdf2 v0.13.0
27962026-07-15T22:55:05.728Z Checking aes v0.9.1
27972026-07-15T22:55:05.728Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27982026-07-15T22:55:05.928Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27992026-07-15T22:55:06.171Z Checking ctr v0.10.1
28002026-07-15T22:55:06.361Z Checking aead v0.6.1
28012026-07-15T22:55:06.394Z Checking sha2 v0.11.0
28022026-07-15T22:55:06.536Z Checking cargo-platform v0.3.2
28032026-07-15T22:55:06.754Z Checking cargo_metadata v0.23.1
28042026-07-15T22:55:06.788Z Checking aes-gcm v0.11.0
28052026-07-15T22:55:06.987Z Checking spki v0.8.0
28062026-07-15T22:55:07.162Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-07-15T22:55:07.195Z Checking crypto-bigint v0.7.5
28082026-07-15T22:55:07.564Z Checking salsa20 v0.11.0
28092026-07-15T22:55:07.745Z Checking cbc v0.2.1
28102026-07-15T22:55:07.918Z Compiling vergen-git2 v9.1.0
28112026-07-15T22:55:08.170Z Checking plotters-backend v0.3.7
28122026-07-15T22:55:08.412Z Checking plotters-svg v0.3.7
28132026-07-15T22:55:08.628Z Checking scrypt v0.12.0
28142026-07-15T22:55:08.672Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28152026-07-15T22:55:08.823Z Checking cast v0.3.0
28162026-07-15T22:55:08.965Z Checking pkcs5 v0.8.1
28172026-07-15T22:55:09.005Z Checking criterion-plot v0.6.0
28182026-07-15T22:55:09.282Z Checking plotters v0.3.7
28192026-07-15T22:55:09.315Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28202026-07-15T22:55:09.502Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28212026-07-15T22:55:09.745Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28222026-07-15T22:55:09.991Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28232026-07-15T22:55:10.064Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28242026-07-15T22:55:10.234Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28252026-07-15T22:55:10.307Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28262026-07-15T22:55:10.341Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28272026-07-15T22:55:10.476Z Checking colored v2.2.0
28282026-07-15T22:55:10.549Z Checking tinytemplate v1.2.1
28292026-07-15T22:55:10.712Z Checking oorandom v11.1.5
28302026-07-15T22:55:10.797Z Checking anes v0.1.6
28312026-07-15T22:55:10.857Z Checking shell-words v1.1.1
28322026-07-15T22:55:11.008Z Checking criterion v0.7.0
28332026-07-15T22:55:11.111Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28342026-07-15T22:55:11.336Z Checking pkcs8 v0.11.0
28352026-07-15T22:55:11.568Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28362026-07-15T22:55:12.302Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28372026-07-15T22:55:12.346Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28382026-07-15T22:55:12.833Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28392026-07-15T22:55:13.682Z Checking tokio-test v0.4.5
28402026-07-15T22:55:13.926Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-07-15T22:55:14.168Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28422026-07-15T22:55:14.579Z Checking twox-hash v2.1.2
28432026-07-15T22:55:14.912Z Checking ff v0.14.0
28442026-07-15T22:55:15.082Z Checking arrayref v0.3.9
28452026-07-15T22:55:15.187Z Checking constant_time_eq v0.4.2
28462026-07-15T22:55:15.359Z Checking arrayvec v0.7.6
28472026-07-15T22:55:15.631Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28482026-07-15T22:55:15.807Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28492026-07-15T22:55:15.841Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28502026-07-15T22:55:15.965Z Checking fatfs v0.3.6
28512026-07-15T22:55:16.450Z Checking signature v3.0.0
28522026-07-15T22:55:16.485Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28532026-07-15T22:55:16.634Z Checking base16ct v1.0.0
28542026-07-15T22:55:16.800Z Compiling seq-macro v0.3.6
28552026-07-15T22:55:16.834Z Checking sec1 v0.8.1
28562026-07-15T22:55:17.067Z Checking group v0.14.0
28572026-07-15T22:55:17.258Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28582026-07-15T22:55:17.355Z Checking hkdf v0.13.0
28592026-07-15T22:55:17.522Z Compiling petname v2.0.2
28602026-07-15T22:55:17.698Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28612026-07-15T22:55:17.845Z Checking elliptic-curve v0.14.0-rc.33
28622026-07-15T22:55:17.882Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28632026-07-15T22:55:18.229Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28642026-07-15T22:55:18.357Z Checking concurrent-queue v2.5.0
28652026-07-15T22:55:18.580Z Checking rtoolbox v0.0.3
28662026-07-15T22:55:18.751Z Checking parking v2.2.1
28672026-07-15T22:55:18.899Z Checking event-listener v5.4.1
28682026-07-15T22:55:19.153Z Checking rpassword v7.4.0
28692026-07-15T22:55:19.290Z Checking tui-tree-widget v0.23.1
28702026-07-15T22:55:19.505Z Checking rfc6979 v0.5.0
28712026-07-15T22:55:19.661Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28722026-07-15T22:55:19.692Z Checking sapling-renderdag v0.1.0
28732026-07-15T22:55:19.855Z Compiling blake3 v1.8.5
28742026-07-15T22:55:19.961Z Checking sync-ptr v0.1.4
28752026-07-15T22:55:20.110Z Checking ecdsa v0.17.0-rc.18
28762026-07-15T22:55:20.520Z Checking event-listener-strategy v0.5.4
28772026-07-15T22:55:20.685Z Checking primeorder v0.14.0-rc.10
28782026-07-15T22:55:20.775Z Checking primefield v0.14.0
28792026-07-15T22:55:21.011Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28802026-07-15T22:55:21.015Z Compiling curve25519-dalek v5.0.0-rc.0
28812026-07-15T22:55:21.285Z Checking futures-timer v3.0.3
28822026-07-15T22:55:21.575Z Checking async-lock v3.4.2
28832026-07-15T22:55:21.708Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28842026-07-15T22:55:21.859Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28852026-07-15T22:55:21.993Z Checking ssh-encoding v0.3.0-rc.9
28862026-07-15T22:55:22.249Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28872026-07-15T22:55:22.831Z Checking topological-sort v0.2.2
28882026-07-15T22:55:23.003Z Compiling strsim v0.10.0
28892026-07-15T22:55:23.350Z Compiling darling_core v0.13.4
28902026-07-15T22:55:23.384Z Checking omicron-zone-package v0.12.3
28912026-07-15T22:55:23.804Z Compiling samael v0.0.19
28922026-07-15T22:55:24.304Z Checking async-object-pool v0.2.0
28932026-07-15T22:55:24.504Z Checking ed25519 v3.0.0
28942026-07-15T22:55:24.756Z Checking crypto-primes v0.7.2
28952026-07-15T22:55:25.248Z Checking pkcs1 v0.8.0-rc.4
28962026-07-15T22:55:25.306Z Checking poly1305 v0.9.0
28972026-07-15T22:55:25.486Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28982026-07-15T22:55:25.611Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28992026-07-15T22:55:25.745Z Checking serde_regex v1.1.0
29002026-07-15T22:55:25.884Z Checking blowfish v0.10.0
29012026-07-15T22:55:25.918Z Checking blake2 v0.11.0-rc.6
29022026-07-15T22:55:26.066Z Checking assert-json-diff v2.0.2
29032026-07-15T22:55:26.197Z Checking path-tree v0.8.3
29042026-07-15T22:55:26.264Z Checking keccak v0.2.0
29052026-07-15T22:55:26.313Z Checking stringmetrics v2.2.2
29062026-07-15T22:55:26.409Z Checking gimli v0.32.3
29072026-07-15T22:55:26.450Z Checking fiat-crypto v0.3.0
29082026-07-15T22:55:26.482Z Compiling target-lexicon v0.13.3
29092026-07-15T22:55:27.076Z Checking httpmock v0.8.3
29102026-07-15T22:55:28.015Z Checking addr2line v0.25.1
29112026-07-15T22:55:28.333Z Checking sha3 v0.11.0
29122026-07-15T22:55:28.716Z Checking argon2 v0.6.0-rc.8
29132026-07-15T22:55:29.025Z Checking bcrypt-pbkdf v0.11.0
29142026-07-15T22:55:29.064Z Checking rsa v0.10.0-rc.18
29152026-07-15T22:55:29.220Z Checking ssh-cipher v0.3.0-rc.9
29162026-07-15T22:55:29.338Z Checking ed25519-dalek v3.0.0-rc.0
29172026-07-15T22:55:29.464Z Compiling darling_macro v0.13.4
29182026-07-15T22:55:29.594Z Checking p521 v0.14.0-rc.10
29192026-07-15T22:55:29.993Z Checking p256 v0.14.0-rc.10
29202026-07-15T22:55:30.777Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29212026-07-15T22:55:31.051Z Checking kem v0.3.0
29222026-07-15T22:55:31.205Z Checking module-lattice v0.2.3
29232026-07-15T22:55:31.461Z Checking hex-literal v0.4.1
29242026-07-15T22:55:31.554Z Compiling guppy-workspace-hack v0.1.0
29252026-07-15T22:55:31.589Z Checking rustc-demangle v0.1.27
29262026-07-15T22:55:31.815Z Checking p384 v0.14.0-rc.10
29272026-07-15T22:55:31.848Z Checking backtrace v0.3.76
29282026-07-15T22:55:31.881Z Checking ml-kem v0.3.2
29292026-07-15T22:55:32.186Z Compiling darling v0.13.4
29302026-07-15T22:55:32.571Z Checking russh-cryptovec v0.61.0
29312026-07-15T22:55:32.654Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29322026-07-15T22:55:32.690Z Compiling git2 v0.20.4
29332026-07-15T22:55:32.750Z Checking internal-russh-num-bigint v0.5.0
29342026-07-15T22:55:32.783Z Checking num-bigint v0.4.6
29352026-07-15T22:55:32.894Z Checking russh-util v0.52.0
29362026-07-15T22:55:33.054Z Checking generic-array v1.4.3
29372026-07-15T22:55:33.514Z Compiling enum_dispatch v0.3.13
29382026-07-15T22:55:33.773Z Compiling delegate v0.13.5
29392026-07-15T22:55:33.840Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29402026-07-15T22:55:33.896Z Checking ssh-key v0.7.0-rc.10
29412026-07-15T22:55:34.304Z Compiling target-spec v3.5.7
29422026-07-15T22:55:34.530Z Checking md5 v0.8.0
29432026-07-15T22:55:34.633Z Checking hex-literal v1.1.0
29442026-07-15T22:55:34.766Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29452026-07-15T22:55:34.833Z Checking russh v0.61.2
29462026-07-15T22:55:34.911Z Checking cfg-expr v0.20.6
29472026-07-15T22:55:35.344Z Compiling serde_with_macros v1.5.2
29482026-07-15T22:55:35.445Z Checking backtrace-ext v0.2.1
29492026-07-15T22:55:35.597Z Checking supports-color v2.1.0
29502026-07-15T22:55:35.668Z Checking textwrap v0.15.2
29512026-07-15T22:55:35.769Z Checking supports-hyperlinks v2.1.0
29522026-07-15T22:55:35.919Z Checking supports-unicode v2.1.0
29532026-07-15T22:55:35.919Z Checking hashbrown v0.14.5
29542026-07-15T22:55:36.093Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29552026-07-15T22:55:36.132Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29562026-07-15T22:55:36.255Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29572026-07-15T22:55:36.315Z Checking terminal_size v0.1.17
29582026-07-15T22:55:36.455Z Checking socket2 v0.5.10
29592026-07-15T22:55:36.488Z Compiling miette-derive v5.10.0
29602026-07-15T22:55:36.505Z Checking owo-colors v3.5.0
29612026-07-15T22:55:36.741Z Checking internet-checksum v0.2.1
29622026-07-15T22:55:37.071Z Checking chumsky v0.9.3
29632026-07-15T22:55:37.672Z Checking miette v5.10.0
29642026-07-15T22:55:38.176Z Compiling serde_with v1.14.0
29652026-07-15T22:55:38.314Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29662026-07-15T22:55:38.486Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29672026-07-15T22:55:38.543Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29682026-07-15T22:55:38.911Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29692026-07-15T22:55:39.138Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29702026-07-15T22:55:39.307Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29712026-07-15T22:55:39.342Z Compiling knuffel-derive v3.2.0
29722026-07-15T22:55:39.377Z Checking httptest v0.16.4
29732026-07-15T22:55:39.409Z Checking pathdiff v0.2.3
29742026-07-15T22:55:39.548Z Checking nested v0.1.1
29752026-07-15T22:55:39.723Z Checking guppy v0.17.25
29762026-07-15T22:55:39.773Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29772026-07-15T22:55:40.174Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29782026-07-15T22:55:40.354Z Compiling polar-core v0.27.3
29792026-07-15T22:55:40.440Z Checking similar-asserts v1.7.0
29802026-07-15T22:55:40.627Z Compiling target-triple v1.0.0
29812026-07-15T22:55:40.700Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29822026-07-15T22:55:40.916Z Checking knuffel v3.2.0
29832026-07-15T22:55:41.010Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29842026-07-15T22:55:41.501Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29852026-07-15T22:55:41.581Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29862026-07-15T22:55:41.585Z Checking hickory-client v0.25.2
29872026-07-15T22:55:41.915Z Compiling assert_cmd v2.1.2
29882026-07-15T22:55:42.117Z Checking escape8259 v0.5.3
29892026-07-15T22:55:42.281Z Checking libtest-mimic v0.8.1
29902026-07-15T22:55:42.549Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29912026-07-15T22:55:42.604Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29922026-07-15T22:55:42.682Z Checking blake2b_simd v1.0.4
29932026-07-15T22:55:42.806Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29942026-07-15T22:55:43.109Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29952026-07-15T22:55:43.228Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29962026-07-15T22:55:43.322Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29972026-07-15T22:55:43.468Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29982026-07-15T22:55:43.544Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29992026-07-15T22:55:43.708Z Checking fancy-regex v0.14.0
30002026-07-15T22:55:43.789Z Checking serde_tokenstream v0.2.3
30012026-07-15T22:55:43.938Z Checking approx v0.5.1
30022026-07-15T22:55:44.038Z Checking uzers v0.12.2
30032026-07-15T22:55:44.104Z Compiling rstest_macros v0.25.0
30042026-07-15T22:55:44.107Z Checking termcolor v1.4.1
30052026-07-15T22:55:44.290Z Compiling linkme-impl v0.3.35
30062026-07-15T22:55:44.384Z Checking constant_time_eq v0.3.1
30072026-07-15T22:55:44.521Z Checking rust-argon2 v2.1.0
30082026-07-15T22:55:44.554Z Checking trybuild v1.0.116
30092026-07-15T22:55:44.690Z Checking datatest-stable v0.3.3
30102026-07-15T22:55:45.035Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30112026-07-15T22:55:45.179Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30122026-07-15T22:55:45.388Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30132026-07-15T22:55:45.422Z Checking support-bundle-viewer v0.1.2
30142026-07-15T22:55:45.455Z Checking oso v0.27.3
30152026-07-15T22:55:45.695Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30162026-07-15T22:55:45.938Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30172026-07-15T22:55:46.187Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30182026-07-15T22:55:46.265Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30192026-07-15T22:55:46.417Z Checking drift v0.2.0
30202026-07-15T22:55:46.451Z Checking rand_distr v0.5.1
30212026-07-15T22:55:46.516Z Checking multimap v0.10.1
30222026-07-15T22:55:46.725Z Compiling relative-path v1.9.3
30232026-07-15T22:55:46.808Z Compiling linkme v0.3.35
30242026-07-15T22:55:46.905Z Checking dropshot-api-manager v0.7.2
30252026-07-15T22:55:48.087Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30262026-07-15T22:55:48.455Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30272026-07-15T22:55:48.506Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30282026-07-15T22:55:48.638Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30292026-07-15T22:55:48.719Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30302026-07-15T22:55:48.859Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30312026-07-15T22:55:49.114Z Checking cargo_toml v0.21.0
30322026-07-15T22:55:49.227Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30332026-07-15T22:55:49.264Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30342026-07-15T22:55:49.565Z Checking partial-io v0.5.4
30352026-07-15T22:55:49.732Z Checking termios v0.3.3
30362026-07-15T22:55:49.800Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30372026-07-15T22:55:49.887Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30382026-07-15T22:55:49.953Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30392026-07-15T22:55:50.686Z Checking rstest v0.25.0
30402026-07-15T22:55:51.335Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30412026-07-15T22:55:55.328Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30422026-07-15T22:55:59.407Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30432026-07-15T22:56:02.223Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30442026-07-15T22:56:02.833Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30452026-07-15T22:56:04.320Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30462026-07-15T22:56:08.805Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30472026-07-15T22:56:15.492Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30482026-07-15T22:56:18.616Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30492026-07-15T22:56:18.886Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30502026-07-15T22:56:19.624Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30512026-07-15T22:56:26.597Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30522026-07-15T22:56:30.240Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30532026-07-15T22:56:47.755Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30542026-07-15T22:57:43.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 08s
30552026-07-15T22:57:44.657Z
30562026-07-15T22:57:44.657Zreal 4:11.790169665
30572026-07-15T22:57:44.657Zuser 21:40.739465555
30582026-07-15T22:57:44.657Zsys 5:01.091925286
30592026-07-15T22:57:44.658Ztrap 0.529582482
30602026-07-15T22:57:44.658Ztflt 0.477808202
30612026-07-15T22:57:44.658Zdflt 0.519873851
30622026-07-15T22:57:44.658Zkflt 0.004871046
30632026-07-15T22:57:44.658Zlock 59:21.437955445
30642026-07-15T22:57:44.658Zslp 59:12.026625882
30652026-07-15T22:57:44.658Zlat 1:53.201706493
30662026-07-15T22:57:44.658Zstop 11:11.330787488
30672026-07-15T22:57:44.661Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30682026-07-15T22:57:44.661Z+ ptime -m cargo doc --workspace --no-deps
30692026-07-15T22:57:45.492Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30702026-07-15T22:57:45.492Z |
30712026-07-15T22:57:45.492Z = 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)`
30722026-07-15T22:57:45.492Z = 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>
30732026-07-15T22:57:46.523Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30742026-07-15T22:57:46.761Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30752026-07-15T22:57:46.807Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30762026-07-15T22:57:46.869Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30772026-07-15T22:57:46.900Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30782026-07-15T22:57:46.965Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30792026-07-15T22:57:47.083Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30802026-07-15T22:57:47.117Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30812026-07-15T22:57:47.142Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30822026-07-15T22:57:47.165Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30832026-07-15T22:57:47.263Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30842026-07-15T22:57:47.345Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30852026-07-15T22:57:47.374Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30862026-07-15T22:57:47.423Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30872026-07-15T22:57:47.446Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30882026-07-15T22:57:47.468Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30892026-07-15T22:57:47.496Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30902026-07-15T22:57:47.521Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30912026-07-15T22:57:47.589Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30922026-07-15T22:57:47.589Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30932026-07-15T22:57:47.634Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30942026-07-15T22:57:47.869Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30952026-07-15T22:57:48.220Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30962026-07-15T22:57:48.248Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30972026-07-15T22:57:48.306Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30982026-07-15T22:57:48.364Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30992026-07-15T22:57:48.389Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31002026-07-15T22:57:48.588Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31012026-07-15T22:57:48.612Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31022026-07-15T22:57:48.756Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31032026-07-15T22:57:48.860Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31042026-07-15T22:57:48.904Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31052026-07-15T22:57:48.969Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31062026-07-15T22:57:49.014Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31072026-07-15T22:57:49.096Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31082026-07-15T22:57:49.124Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31092026-07-15T22:57:49.204Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31102026-07-15T22:57:49.368Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31112026-07-15T22:57:49.456Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31122026-07-15T22:57:49.517Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31132026-07-15T22:57:49.705Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31142026-07-15T22:57:49.802Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31152026-07-15T22:57:49.972Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31162026-07-15T22:57:50.032Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31172026-07-15T22:57:50.055Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31182026-07-15T22:57:50.131Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31192026-07-15T22:57:50.223Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31202026-07-15T22:57:50.299Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31212026-07-15T22:57:50.336Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31222026-07-15T22:57:50.391Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31232026-07-15T22:57:50.471Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31242026-07-15T22:57:50.552Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31252026-07-15T22:57:50.603Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31262026-07-15T22:57:50.659Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31272026-07-15T22:57:50.693Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31282026-07-15T22:57:50.787Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31292026-07-15T22:57:50.816Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31302026-07-15T22:57:50.844Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31312026-07-15T22:57:50.872Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31322026-07-15T22:57:50.906Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31332026-07-15T22:57:51.001Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31342026-07-15T22:57:51.033Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31352026-07-15T22:57:51.355Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31362026-07-15T22:57:51.397Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31372026-07-15T22:57:51.668Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31382026-07-15T22:57:51.691Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31392026-07-15T22:57:52.108Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31402026-07-15T22:57:52.206Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31412026-07-15T22:57:52.494Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31422026-07-15T22:57:52.519Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31432026-07-15T22:57:52.523Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31442026-07-15T22:57:52.582Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31452026-07-15T22:57:52.743Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31462026-07-15T22:57:52.773Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31472026-07-15T22:57:52.803Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31482026-07-15T22:57:52.966Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31492026-07-15T22:57:53.314Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31502026-07-15T22:57:53.786Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31512026-07-15T22:57:53.871Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31522026-07-15T22:57:53.983Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31532026-07-15T22:57:54.019Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31542026-07-15T22:57:54.130Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31552026-07-15T22:57:54.229Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31562026-07-15T22:57:54.356Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31572026-07-15T22:57:54.409Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31582026-07-15T22:57:54.554Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31592026-07-15T22:57:54.737Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31602026-07-15T22:57:54.764Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31612026-07-15T22:57:54.785Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31622026-07-15T22:57:54.822Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31632026-07-15T22:57:54.921Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31642026-07-15T22:57:55.027Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31652026-07-15T22:57:55.053Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31662026-07-15T22:57:55.073Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31672026-07-15T22:57:55.092Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31682026-07-15T22:57:55.244Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31692026-07-15T22:57:55.275Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31702026-07-15T22:57:55.281Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31712026-07-15T22:57:55.336Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31722026-07-15T22:57:55.380Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31732026-07-15T22:57:55.402Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31742026-07-15T22:57:55.460Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31752026-07-15T22:57:55.531Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31762026-07-15T22:57:55.620Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31772026-07-15T22:57:55.677Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31782026-07-15T22:57:55.701Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31792026-07-15T22:57:55.957Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31802026-07-15T22:57:55.979Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31812026-07-15T22:57:56.021Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31822026-07-15T22:57:56.478Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31832026-07-15T22:57:56.683Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31842026-07-15T22:57:56.729Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31852026-07-15T22:57:57.539Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31862026-07-15T22:57:57.734Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31872026-07-15T22:57:58.072Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31882026-07-15T22:57:58.351Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31892026-07-15T22:57:58.991Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31902026-07-15T22:57:59.827Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31912026-07-15T22:57:59.949Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31922026-07-15T22:58:00.453Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31932026-07-15T22:58:00.490Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31942026-07-15T22:58:00.812Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31952026-07-15T22:58:01.099Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31962026-07-15T22:58:01.125Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31972026-07-15T22:58:01.129Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31982026-07-15T22:58:01.571Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31992026-07-15T22:58:01.811Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32002026-07-15T22:58:01.836Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32012026-07-15T22:58:02.063Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32022026-07-15T22:58:02.152Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32032026-07-15T22:58:02.176Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32042026-07-15T22:58:02.790Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32052026-07-15T22:58:02.815Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32062026-07-15T22:58:03.111Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32072026-07-15T22:58:03.203Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32082026-07-15T22:58:03.284Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32092026-07-15T22:58:03.427Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32102026-07-15T22:58:04.020Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32112026-07-15T22:58:04.053Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32122026-07-15T22:58:04.123Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32132026-07-15T22:58:04.818Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32142026-07-15T22:58:04.842Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32152026-07-15T22:58:05.238Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32162026-07-15T22:58:06.298Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32172026-07-15T22:58:06.937Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32182026-07-15T22:58:07.038Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32192026-07-15T22:58:07.246Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32202026-07-15T22:58:07.611Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32212026-07-15T22:58:08.096Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32222026-07-15T22:58:08.989Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32232026-07-15T22:58:09.279Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32242026-07-15T22:58:09.682Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32252026-07-15T22:58:09.707Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32262026-07-15T22:58:10.361Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32272026-07-15T22:58:11.259Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32282026-07-15T22:58:11.348Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32292026-07-15T22:58:13.069Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32302026-07-15T22:58:14.275Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32312026-07-15T22:58:14.683Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32322026-07-15T22:58:15.347Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32332026-07-15T22:58:16.812Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32342026-07-15T22:58:16.988Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32352026-07-15T22:58:17.118Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32362026-07-15T22:58:17.205Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32372026-07-15T22:58:17.383Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32382026-07-15T22:58:18.777Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32392026-07-15T22:58:18.865Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32402026-07-15T22:58:19.050Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32412026-07-15T22:58:19.116Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32422026-07-15T22:58:19.729Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32432026-07-15T22:58:19.763Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32442026-07-15T22:58:20.098Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32452026-07-15T22:58:20.143Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32462026-07-15T22:58:20.235Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32472026-07-15T22:58:20.622Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32482026-07-15T22:58:20.884Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32492026-07-15T22:58:21.619Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32502026-07-15T22:58:21.644Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32512026-07-15T22:58:21.852Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32522026-07-15T22:58:21.967Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32532026-07-15T22:58:22.020Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32542026-07-15T22:58:22.430Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32552026-07-15T22:58:22.606Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32562026-07-15T22:58:22.713Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32572026-07-15T22:58:23.902Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32582026-07-15T22:58:24.545Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32592026-07-15T22:58:24.721Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32602026-07-15T22:58:26.897Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32612026-07-15T22:58:31.292Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32622026-07-15T22:58:31.384Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32632026-07-15T22:58:31.384Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32642026-07-15T22:58:31.399Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32652026-07-15T22:58:33.249Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32662026-07-15T22:58:33.915Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32672026-07-15T22:58:34.140Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32682026-07-15T22:58:35.591Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32692026-07-15T22:58:36.142Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32702026-07-15T22:58:37.425Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32712026-07-15T22:58:38.730Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32722026-07-15T22:58:38.836Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32732026-07-15T22:58:40.094Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32742026-07-15T22:58:40.664Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32752026-07-15T22:58:42.670Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32762026-07-15T22:58:43.427Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32772026-07-15T22:58:46.868Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32782026-07-15T22:58:47.954Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32792026-07-15T22:58:48.563Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32802026-07-15T22:58:49.327Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32812026-07-15T22:58:50.478Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32822026-07-15T22:58:51.269Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32832026-07-15T22:58:52.104Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32842026-07-15T22:58:54.070Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32852026-07-15T22:58:54.096Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32862026-07-15T22:58:55.086Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32872026-07-15T22:58:55.789Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32882026-07-15T22:58:55.850Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32892026-07-15T22:58:56.667Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32902026-07-15T22:58:59.276Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32912026-07-15T22:59:01.625Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32922026-07-15T22:59:02.167Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32932026-07-15T22:59:03.502Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32942026-07-15T22:59:04.207Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32952026-07-15T22:59:05.301Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32962026-07-15T22:59:06.198Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32972026-07-15T22:59:07.137Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32982026-07-15T22:59:08.277Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32992026-07-15T22:59:13.432Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33002026-07-15T22:59:13.432Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33012026-07-15T22:59:13.432Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33022026-07-15T22:59:13.852Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33032026-07-15T22:59:15.069Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33042026-07-15T22:59:16.372Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33052026-07-15T22:59:18.981Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33062026-07-15T22:59:19.516Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33072026-07-15T22:59:21.474Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33082026-07-15T22:59:22.883Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33092026-07-15T22:59:24.572Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33102026-07-15T22:59:26.102Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33112026-07-15T22:59:27.832Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33122026-07-15T22:59:29.513Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33132026-07-15T22:59:34.241Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33142026-07-15T22:59:34.330Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33152026-07-15T22:59:35.863Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33162026-07-15T22:59:36.124Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33172026-07-15T22:59:37.946Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33182026-07-15T22:59:39.611Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33192026-07-15T22:59:41.673Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33202026-07-15T22:59:43.592Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33212026-07-15T22:59:47.660Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33222026-07-15T22:59:47.730Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33232026-07-15T22:59:48.846Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33242026-07-15T22:59:50.969Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33252026-07-15T22:59:52.463Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33262026-07-15T22:59:54.225Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33272026-07-15T22:59:56.010Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33282026-07-15T22:59:57.739Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33292026-07-15T22:59:59.481Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33302026-07-15T23:00:02.765Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33312026-07-15T23:00:04.916Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33322026-07-15T23:00:06.342Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33332026-07-15T23:00:08.282Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33342026-07-15T23:00:09.935Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33352026-07-15T23:00:12.272Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33362026-07-15T23:00:14.274Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33372026-07-15T23:00:16.090Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33382026-07-15T23:00:18.689Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33392026-07-15T23:00:20.512Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33402026-07-15T23:00:22.557Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33412026-07-15T23:00:24.203Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33422026-07-15T23:00:27.302Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33432026-07-15T23:00:29.372Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33442026-07-15T23:00:31.654Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33452026-07-15T23:00:33.943Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33462026-07-15T23:00:36.559Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33472026-07-15T23:00:38.749Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33482026-07-15T23:00:41.013Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33492026-07-15T23:00:43.747Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33502026-07-15T23:00:45.472Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33512026-07-15T23:00:48.048Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33522026-07-15T23:00:49.996Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33532026-07-15T23:00:52.396Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33542026-07-15T23:00:54.713Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33552026-07-15T23:00:57.139Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33562026-07-15T23:00:59.578Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33572026-07-15T23:01:01.954Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33582026-07-15T23:01:04.311Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33592026-07-15T23:01:06.664Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33602026-07-15T23:01:09.090Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33612026-07-15T23:01:11.569Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33622026-07-15T23:01:17.287Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33632026-07-15T23:01:17.312Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33642026-07-15T23:01:18.746Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33652026-07-15T23:01:21.186Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33662026-07-15T23:01:23.646Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33672026-07-15T23:01:26.140Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33682026-07-15T23:01:28.511Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33692026-07-15T23:01:30.865Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33702026-07-15T23:01:33.371Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33712026-07-15T23:01:35.776Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33722026-07-15T23:01:38.229Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33732026-07-15T23:01:40.657Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33742026-07-15T23:01:43.561Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33752026-07-15T23:01:45.627Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33762026-07-15T23:01:48.364Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33772026-07-15T23:01:50.865Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33782026-07-15T23:01:53.477Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33792026-07-15T23:01:55.809Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33802026-07-15T23:01:58.402Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33812026-07-15T23:02:00.963Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33822026-07-15T23:02:03.409Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33832026-07-15T23:02:06.140Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33842026-07-15T23:02:08.695Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33852026-07-15T23:02:11.274Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33862026-07-15T23:02:13.707Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33872026-07-15T23:02:16.530Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33882026-07-15T23:02:19.140Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33892026-07-15T23:02:21.724Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33902026-07-15T23:02:24.236Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33912026-07-15T23:02:26.892Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33922026-07-15T23:02:29.627Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33932026-07-15T23:02:32.270Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33942026-07-15T23:02:35.265Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33952026-07-15T23:02:37.770Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33962026-07-15T23:02:45.808Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33972026-07-15T23:02:45.952Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33982026-07-15T23:02:49.448Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33992026-07-15T23:02:54.738Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34002026-07-15T23:02:57.435Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34012026-07-15T23:03:00.381Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34022026-07-15T23:03:04.239Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34032026-07-15T23:03:07.873Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34042026-07-15T23:03:11.586Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34052026-07-15T23:03:15.409Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34062026-07-15T23:03:19.134Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34072026-07-15T23:03:22.885Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34082026-07-15T23:03:26.696Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34092026-07-15T23:03:30.568Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34102026-07-15T23:03:34.367Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34112026-07-15T23:03:37.985Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34122026-07-15T23:03:41.817Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34132026-07-15T23:03:45.709Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34142026-07-15T23:03:49.410Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34152026-07-15T23:03:53.109Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34162026-07-15T23:03:56.883Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34172026-07-15T23:04:00.672Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34182026-07-15T23:04:04.460Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34192026-07-15T23:04:08.186Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34202026-07-15T23:04:11.912Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34212026-07-15T23:04:15.678Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34222026-07-15T23:04:19.548Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34232026-07-15T23:04:23.326Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34242026-07-15T23:04:53.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 08s
34252026-07-15T23:04:53.562Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files
34262026-07-15T23:04:53.667Z
34272026-07-15T23:04:53.667Zreal 7:08.918622197
34282026-07-15T23:04:53.667Zuser 18:55.849847137
34292026-07-15T23:04:53.667Zsys 4:03.868971799
34302026-07-15T23:04:53.667Ztrap 0.273744942
34312026-07-15T23:04:53.667Ztflt 0.032094891
34322026-07-15T23:04:53.667Zdflt 0.093795123
34332026-07-15T23:04:53.667Zkflt 0.000053340
34342026-07-15T23:04:53.667Zlock 6:39:52.206768262
34352026-07-15T23:04:53.667Zslp 2:24:33.839587517
34362026-07-15T23:04:53.667Zlat 35.323198826
34372026-07-15T23:04:53.676Zstop 1:41.067368188
34382026-07-15T23:04:53.676Zprocess exited: duration 801593 ms, exit code 0
 
34392026-07-15T23:04:53.692Zfound 0 output files