01KTQ4R9FBC1KSEJC6D6E6HAVF: clippy (helios)

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

Buildomat Job: 01KTQ4RPDV2TQE3QY3ZFRS33WK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T21:32:24.860Zjob assigned to worker 01KTQ4RSZRG8MKC87YVB180C8H [factory aws, i-0ed6d86e4c770fd71] (queued for 45 s)
 
22026-06-09T21:32:30.721Zstarting task 0: "setup"
32026-06-09T21:32:30.728Z++ uname -s
42026-06-09T21:32:30.731Z+ kern=SunOS
52026-06-09T21:32:30.731Z+ build_user=build
62026-06-09T21:32:30.731Z+ build_uid=12345
72026-06-09T21:32:30.731Z+ work_dir=/work
82026-06-09T21:32:30.731Z+ input_dir=/input
92026-06-09T21:32:30.731Z+ [[ 0 == 12345 ]]
102026-06-09T21:32:30.731Z+ case "$kern" in
112026-06-09T21:32:30.731Z+ groupadd -g 12345 build
122026-06-09T21:32:30.734Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T21:32:32.741Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T21:32:32.890Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T21:32:32.893Z+ home_fs=zfs
162026-06-09T21:32:32.893Z+ [[ zfs == autofs ]]
172026-06-09T21:32:32.893Z+ mkdir -p /home/build
182026-06-09T21:32:32.893Z+ chown build:build /home/build /work
192026-06-09T21:32:34.895Z+ chmod 0700 /home/build /work
202026-06-09T21:32:34.900Zprocess exited: duration 4179 ms, exit code 0
 
212026-06-09T21:32:34.906Zstarting task 1: "rust-toolchain"
222026-06-09T21:32:34.910Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-09T21:32:34.910Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-09T21:32:34.910Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-09T21:32:34.910Z * rust toolchain channel = "1.94.0"
262026-06-09T21:32:34.910Z * rust toolchain profile = "default"
272026-06-09T21:32:34.910Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-09T21:32:34.913Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T21:32:34.913Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-09T21:32:35.015Zinfo: downloading installer
312026-06-09T21:32:36.449Zwarn: It looks like you have an existing rustup settings file at:
322026-06-09T21:32:36.449Zwarn: /home/build/.rustup/settings.toml
332026-06-09T21:32:36.449Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-09T21:32:36.449Zwarn: instead of the one inferred from the default host triple.
352026-06-09T21:32:36.461Zinfo: profile set to default
362026-06-09T21:32:36.462Zinfo: default host triple is x86_64-unknown-illumos
372026-06-09T21:32:36.465Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-09T21:32:36.617Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-09T21:32:36.622Zinfo: downloading 6 components
402026-06-09T21:32:51.226Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-09T21:32:51.226Z
422026-06-09T21:32:51.262Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-09T21:32:51.262Z
442026-06-09T21:32:51.262Z
452026-06-09T21:32:51.262ZRust is installed now. Great!
462026-06-09T21:32:51.262Z
472026-06-09T21:32:51.262ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-09T21:32:51.262Zenvironment variable. This has not been done automatically.
492026-06-09T21:32:51.262Z
502026-06-09T21:32:51.262ZTo configure your current shell, you need to source
512026-06-09T21:32:51.262Zthe corresponding env file under $HOME/.cargo.
522026-06-09T21:32:51.262Z
532026-06-09T21:32:51.262ZThis is usually done by running one of the following (note the leading DOT):
542026-06-09T21:32:51.262Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-09T21:32:51.262Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-09T21:32:51.262Zsource "~/.cargo/env.nu" # For nushell
572026-06-09T21:32:51.262Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-09T21:32:51.263Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-09T21:32:51.263Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-09T21:32:51.266Zwarn: no default linker (`cc`) was found in your PATH
612026-06-09T21:32:51.266Zwarn: many Rust crates require a system C toolchain to build
622026-06-09T21:32:51.348Z+ rustup --version
632026-06-09T21:32:51.357Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-09T21:32:51.360Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-09T21:32:51.378Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-09T21:32:51.381Z+ cargo --version
672026-06-09T21:32:51.393Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-09T21:32:51.397Z+ rustc --version
692026-06-09T21:32:51.415Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-09T21:32:51.418Zprocess exited: duration 16511 ms, exit code 0
 
712026-06-09T21:32:51.426Zstarting task 2: "authentication"
722026-06-09T21:32:51.443Zprocess exited: duration 16 ms, exit code 0
 
732026-06-09T21:32:51.449Zstarting task 3: "clone repository"
742026-06-09T21:32:51.452Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-09T21:32:51.455Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-09T21:32:51.488ZCloning into '/work/oxidecomputer/omicron'...
772026-06-09T21:33:04.982Z+ cd /work/oxidecomputer/omicron
782026-06-09T21:33:04.982Z+ git fetch origin 28cffd9928247c6e5bed497565ec1799c1f0e162
792026-06-09T21:33:05.275ZFrom https://github.com/oxidecomputer/omicron
802026-06-09T21:33:05.275Z * branch 28cffd9928247c6e5bed497565ec1799c1f0e162 -> FETCH_HEAD
812026-06-09T21:33:05.288Z+ [[ -n '' ]]
822026-06-09T21:33:05.288Z+ git reset --hard 28cffd9928247c6e5bed497565ec1799c1f0e162
832026-06-09T21:33:05.524ZHEAD is now at 28cffd992 Update nexus/fm/src/builder/case.rs
842026-06-09T21:33:05.526Zprocess exited: duration 14077 ms, exit code 0
 
852026-06-09T21:33:05.532Zstarting task 4: "build"
862026-06-09T21:33:05.536Z+ source ./env.sh
872026-06-09T21:33:05.536Z++ OLD_SHELL_OPTS=ehxB
882026-06-09T21:33:05.536Z++ set -o xtrace
892026-06-09T21:33:05.540Z++++ dirname ./env.sh
902026-06-09T21:33:05.542Z+++ readlink -f .
912026-06-09T21:33:05.545Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-06-09T21:33:05.545Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-06-09T21:33:05.545Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-06-09T21:33:05.545Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-06-09T21:33:05.545Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962026-06-09T21:33:05.545Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972026-06-09T21:33:05.545Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982026-06-09T21:33:05.545Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-09T21:33:05.545Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-09T21:33:05.545Z++ case $OLD_SHELL_OPTS in
1012026-06-09T21:33:05.545Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022026-06-09T21:33:05.545Z+ source .github/buildomat/ci-env.sh
1032026-06-09T21:33:05.545Z++ export CARGO_TERM_COLOR=always
1042026-06-09T21:33:05.545Z++ CARGO_TERM_COLOR=always
1052026-06-09T21:33:05.545Z+ cargo --version
1062026-06-09T21:33:05.554Zcargo 1.94.0 (85eff7c80 2026-01-15)
1072026-06-09T21:33:05.557Z+ rustc --version
1082026-06-09T21:33:05.576Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1092026-06-09T21:33:05.578Z+ banner prerequisites
1102026-06-09T21:33:05.581Z
1112026-06-09T21:33:05.581Z ##### ##### ###### ##### ###### #### # # # #### #
1122026-06-09T21:33:05.581Z # # # # # # # # # # # # # # #
1132026-06-09T21:33:05.581Z # # # # ##### # # ##### # # # # # #### #
1142026-06-09T21:33:05.581Z ##### ##### # ##### # # # # # # # # #
1152026-06-09T21:33:05.581Z # # # # # # # # # # # # # # #
1162026-06-09T21:33:05.581Z # # # ###### # # ###### ### # #### # #### #
1172026-06-09T21:33:05.581Z
1182026-06-09T21:33:05.581Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1192026-06-09T21:33:07.056Z Startup: Refreshing catalog 'helios' ... Done
1202026-06-09T21:33:07.139Z Startup: Caching catalogs ... Done
1212026-06-09T21:33:07.463ZPlanning: Solver setup ... Done (0.286s)
1222026-06-09T21:33:07.485ZPlanning: Running solver ... Done (0.021s)
1232026-06-09T21:33:07.492ZPlanning: Finding local manifests ... Done (0.003s)
1242026-06-09T21:33:07.503ZPlanning: Fetching manifests: 0/2 0% complete
1252026-06-09T21:33:07.524ZPlanning: Fetching manifests: 2/2 100% complete
1262026-06-09T21:33:07.537ZPlanning: Package planning ... Done (0.013s)
1272026-06-09T21:33:07.540ZPlanning: Merging actions ... Done (0.001s)
1282026-06-09T21:33:07.727ZPlanning: Checking for conflicting actions ... Done (0.188s)
1292026-06-09T21:33:07.731ZPlanning: Consolidating action changes ... Done (0.001s)
1302026-06-09T21:33:08.476ZPlanning: Evaluating mediators ... Done (0.747s)
1312026-06-09T21:33:08.479ZPlanning: Planning completed in 1.32 seconds
1322026-06-09T21:33:08.485Z Packages to install: 2
1332026-06-09T21:33:08.488Z Estimated space available: 156.10 GB
1342026-06-09T21:33:08.488ZEstimated space to be consumed: 25.34 MB
1352026-06-09T21:33:08.488Z Create boot environment: No
1362026-06-09T21:33:08.488ZCreate backup boot environment: No
1372026-06-09T21:33:08.488Z Rebuild boot archive: No
1382026-06-09T21:33:08.488Z
1392026-06-09T21:33:08.488ZChanged packages:
1402026-06-09T21:33:08.488Zhelios
1412026-06-09T21:33:08.488Z developer/build-essential
1422026-06-09T21:33:08.488Z None -> 11-3.0
1432026-06-09T21:33:08.488Z library/libxmlsec1
1442026-06-09T21:33:08.488Z None -> 1.2.35-3.0
1452026-06-09T21:33:08.508Z
1462026-06-09T21:33:08.508ZDownload: 0/214 items 0.0/1.3MB 0% complete
1472026-06-09T21:33:08.983ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1482026-06-09T21:33:09.181Z Actions: 1/268 actions (Installing new actions)
1492026-06-09T21:33:09.216Z Actions: Completed 268 actions in 0.04 seconds.
1502026-06-09T21:33:09.225ZFinalize: Updating package state database ... Done (0.008s)
1512026-06-09T21:33:09.227ZFinalize: Updating package cache ... Done (0.000s)
1522026-06-09T21:33:09.247ZFinalize: Updating image state ... Done (0.022s)
1532026-06-09T21:33:11.655ZFinalize: Creating fast lookup database ... Done (2.386s)
1542026-06-09T21:33:11.724ZFinalize: Reading search index ... Done (0.013s)
1552026-06-09T21:33:11.727ZFinalize: Updating search index ... Done (0.000s)
1562026-06-09T21:33:11.809ZFinalize: Updating package cache ... Done (0.000s)
1572026-06-09T21:33:12.112ZPlanning: Evaluating mediator changes ... Done
1582026-06-09T21:33:12.215ZPlanning: Checking for conflicting actions ... Done
1592026-06-09T21:33:12.218ZPlanning: Consolidating action changes ... Done
1602026-06-09T21:33:12.371ZPlanning: Evaluating mediators ... Done
1612026-06-09T21:33:12.375ZPlanning: Planning completed in 0.26 seconds
1622026-06-09T21:33:12.395Z Mediators to change: 2
1632026-06-09T21:33:12.395Z Create boot environment: No
1642026-06-09T21:33:12.395ZCreate backup boot environment: No
1652026-06-09T21:33:12.445ZFinalize: Updating package state database ... Done
1662026-06-09T21:33:12.445ZFinalize: Updating package cache ... Done
1672026-06-09T21:33:12.458ZFinalize: Updating image state ... Done
1682026-06-09T21:33:14.399ZFinalize: Creating fast lookup database ... Done
1692026-06-09T21:33:14.458ZFinalize: Reading search index ... Done
1702026-06-09T21:33:14.461ZFinalize: Updating search index ... Done
1712026-06-09T21:33:14.529ZFinalize: Updating package cache ... Done
1722026-06-09T21:33:14.816ZPlanning: Evaluating mediator changes ... Done
1732026-06-09T21:33:14.922ZPlanning: Checking for conflicting actions ... Done
1742026-06-09T21:33:14.925ZPlanning: Consolidating action changes ... Done
1752026-06-09T21:33:15.080ZPlanning: Evaluating mediators ... Done
1762026-06-09T21:33:15.083ZPlanning: Planning completed in 0.26 seconds
1772026-06-09T21:33:15.103Z Mediators to change: 1
1782026-06-09T21:33:15.103Z Create boot environment: No
1792026-06-09T21:33:15.103ZCreate backup boot environment: No
1802026-06-09T21:33:15.146ZFinalize: Updating package state database ... Done
1812026-06-09T21:33:15.147ZFinalize: Updating package cache ... Done
1822026-06-09T21:33:15.159ZFinalize: Updating image state ... Done
1832026-06-09T21:33:17.083ZFinalize: Creating fast lookup database ... Done
1842026-06-09T21:33:17.142ZFinalize: Reading search index ... Done
1852026-06-09T21:33:17.145ZFinalize: Updating search index ... Done
1862026-06-09T21:33:17.210ZFinalize: Updating package cache ... Done
1872026-06-09T21:33:17.519ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1882026-06-09T21:33:17.519Zapache system 2.4 system
1892026-06-09T21:33:17.519Zclang system 15 system
1902026-06-09T21:33:17.519Zcsh system system illumos
1912026-06-09T21:33:17.519Zctags system system illumos
1922026-06-09T21:33:17.519Zfile vendor vendor darwinsys
1932026-06-09T21:33:17.519Zfile system system illumos
1942026-06-09T21:33:17.519Zgcc vendor 14 vendor
1952026-06-09T21:33:17.519Zgcc system 13 system
1962026-06-09T21:33:17.519Zgcc system 10 system
1972026-06-09T21:33:17.519Zgo system 1.25 system
1982026-06-09T21:33:17.519Zllvm system 15 system
1992026-06-09T21:33:17.519Zmariadb system 11.4 system
2002026-06-09T21:33:17.519Zmta vendor vendor dma
2012026-06-09T21:33:17.519Zopenjdk system 17 system
2022026-06-09T21:33:17.519Zopenjdk system 11 system
2032026-06-09T21:33:17.520Zopenssl vendor 3 vendor
2042026-06-09T21:33:17.520Zperl system 5.40 system
2052026-06-09T21:33:17.520Zpostgresql system 18 system
2062026-06-09T21:33:17.520Zpostgresql system 17 system
2072026-06-09T21:33:17.520Zpython vendor 3 vendor
2082026-06-09T21:33:17.520Zpython system 2 system
2092026-06-09T21:33:17.520Zpython3 vendor 3.13 vendor
2102026-06-09T21:33:17.520Zruby system 3.4 system
2112026-06-09T21:33:17.520Zruby system 3.0 system
2122026-06-09T21:33:17.520Zwords vendor vendor american-english
2132026-06-09T21:33:17.520Zwords system system australian-english
2142026-06-09T21:33:17.520Zwords system system british-english
2152026-06-09T21:33:17.520Zwords system system canadian-english
2162026-06-09T21:33:17.521Zwords system system french
2172026-06-09T21:33:17.521Zwords system system italian
2182026-06-09T21:33:17.521Zwords system system ngerman
2192026-06-09T21:33:17.521Zwords system system ogerman
2202026-06-09T21:33:17.521Zwords system system spanish
2212026-06-09T21:33:17.770ZPUBLISHER TYPE STATUS P LOCATION
2222026-06-09T21:33:17.771Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2232026-06-09T21:33:18.057ZFMRI IFO
2242026-06-09T21:33:18.057Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2252026-06-09T21:33:18.057Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2262026-06-09T21:33:18.057Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2272026-06-09T21:33:18.057Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2282026-06-09T21:33:18.057Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2292026-06-09T21:33:18.057Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2302026-06-09T21:33:18.058Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2312026-06-09T21:33:18.058Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2322026-06-09T21:33:18.058Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2332026-06-09T21:33:18.311Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2342026-06-09T21:33:18.580Z Updating crates.io index
2352026-06-09T21:33:18.614Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2362026-06-09T21:33:18.872Z Updating git repository `https://github.com/oxidecomputer/lldp`
2372026-06-09T21:33:19.943Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2382026-06-09T21:33:20.524Z Updating git repository `https://github.com/oxidecomputer/propolis`
2392026-06-09T21:33:21.831Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2402026-06-09T21:33:22.740Z Updating git repository `https://github.com/oxidecomputer/crucible`
2412026-06-09T21:33:25.137Z Updating git repository `https://github.com/oxidecomputer/opte`
2422026-06-09T21:33:26.058Z Updating git repository `https://github.com/oxidecomputer/tofino`
2432026-06-09T21:33:26.346Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2442026-06-09T21:33:27.589Z Updating git repository `https://github.com/oxidecomputer/clickward`
2452026-06-09T21:33:27.985Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2462026-06-09T21:33:28.341Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2472026-06-09T21:33:28.655Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2482026-06-09T21:33:29.965Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2492026-06-09T21:33:30.467Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2502026-06-09T21:33:30.804Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-06-09T21:33:31.240Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2522026-06-09T21:33:31.609Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2532026-06-09T21:33:31.941Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2542026-06-09T21:33:32.462Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2552026-06-09T21:33:32.698Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2562026-06-09T21:33:32.948Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-06-09T21:33:33.415Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2582026-06-09T21:33:33.902Z Updating git repository `https://github.com/oxidecomputer/erebor`
2592026-06-09T21:33:34.158Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2602026-06-09T21:33:34.551Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2612026-06-09T21:33:34.882Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2622026-06-09T21:33:35.179Z Updating git repository `https://github.com/oxidecomputer/ispf`
2632026-06-09T21:33:36.089Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642026-06-09T21:33:36.746Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2652026-06-09T21:33:37.169Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2662026-06-09T21:33:37.580Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2672026-06-09T21:33:38.112Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2682026-06-09T21:33:38.436Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2692026-06-09T21:33:38.740Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2702026-06-09T21:33:39.168Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2712026-06-09T21:33:39.758Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2722026-06-09T21:33:39.994Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2732026-06-09T21:33:40.275Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2742026-06-09T21:33:40.564Z Updating git repository `https://github.com/illumos/smf-rs`
2752026-06-09T21:33:40.894Z Updating git repository `https://github.com/oxidecomputer/omicron`
2762026-06-09T21:34:02.365Z Downloading crates ...
2772026-06-09T21:34:02.418Z Downloaded colorchoice v1.0.4
2782026-06-09T21:34:02.426Z Downloaded digest v0.10.7
2792026-06-09T21:34:02.429Z Downloaded stable_deref_trait v1.2.1
2802026-06-09T21:34:02.433Z Downloaded swrite v0.1.0
2812026-06-09T21:34:02.438Z Downloaded clap_builder v4.6.0
2822026-06-09T21:34:02.441Z Downloaded fnv v1.0.7
2832026-06-09T21:34:02.444Z Downloaded block-buffer v0.10.4
2842026-06-09T21:34:02.444Z Downloaded icu_properties v2.1.2
2852026-06-09T21:34:02.447Z Downloaded version_check v0.9.5
2862026-06-09T21:34:02.447Z Downloaded errno v0.3.14
2872026-06-09T21:34:02.450Z Downloaded typeid v1.0.3
2882026-06-09T21:34:02.454Z Downloaded zerofrom v0.1.6
2892026-06-09T21:34:02.454Z Downloaded usdt-attr-macro v0.5.0
2902026-06-09T21:34:02.454Z Downloaded erased-serde v0.4.9
2912026-06-09T21:34:02.457Z Downloaded usdt v0.5.0
2922026-06-09T21:34:02.457Z Downloaded unicode-linebreak v0.1.5
2932026-06-09T21:34:02.457Z Downloaded displaydoc v0.2.5
2942026-06-09T21:34:02.457Z Downloaded unicode-xid v0.2.6
2952026-06-09T21:34:02.461Z Downloaded typenum v1.19.0
2962026-06-09T21:34:02.461Z Downloaded heck v0.5.0
2972026-06-09T21:34:02.464Z Downloaded generic-array v0.14.7
2982026-06-09T21:34:02.464Z Downloaded form_urlencoded v1.2.2
2992026-06-09T21:34:02.464Z Downloaded fastrand v2.3.0
3002026-06-09T21:34:02.464Z Downloaded crypto-common v0.1.7
3012026-06-09T21:34:02.464Z Downloaded clap_derive v4.6.1
3022026-06-09T21:34:02.467Z Downloaded cpufeatures v0.2.17
3032026-06-09T21:34:02.468Z Downloaded autocfg v1.5.0
3042026-06-09T21:34:02.471Z Downloaded zerofrom-derive v0.1.6
3052026-06-09T21:34:02.471Z Downloaded yoke-derive v0.8.1
3062026-06-09T21:34:02.471Z Downloaded toml_write v0.1.2
3072026-06-09T21:34:02.474Z Downloaded thread-id v4.2.2
3082026-06-09T21:34:02.474Z Downloaded heck v0.4.1
3092026-06-09T21:34:02.474Z Downloaded anyhow v1.0.102
3102026-06-09T21:34:02.477Z Downloaded toml_datetime v0.6.11
3112026-06-09T21:34:02.477Z Downloaded getrandom v0.4.1
3122026-06-09T21:34:02.480Z Downloaded anstyle-query v1.1.5
3132026-06-09T21:34:02.480Z Downloaded utf8parse v0.2.2
3142026-06-09T21:34:02.480Z Downloaded clap v4.6.1
3152026-06-09T21:34:02.485Z Downloaded tinystr v0.8.2
3162026-06-09T21:34:02.487Z Downloaded ordered-float v2.10.1
3172026-06-09T21:34:02.487Z Downloaded usdt-macro v0.5.0
3182026-06-09T21:34:02.488Z Downloaded equivalent v1.0.2
3192026-06-09T21:34:02.491Z Downloaded cargo-platform v0.2.0
3202026-06-09T21:34:02.491Z Downloaded usdt-impl v0.5.0
3212026-06-09T21:34:02.491Z Downloaded smawk v0.3.2
3222026-06-09T21:34:02.491Z Downloaded thiserror-impl v1.0.69
3232026-06-09T21:34:02.496Z Downloaded thiserror v2.0.18
3242026-06-09T21:34:02.499Z Downloaded zmij v1.0.21
3252026-06-09T21:34:02.499Z Downloaded yoke v0.8.1
3262026-06-09T21:34:02.499Z Downloaded serde_spanned v0.6.9
3272026-06-09T21:34:02.499Z Downloaded memmap v0.7.0
3282026-06-09T21:34:02.499Z Downloaded is_terminal_polyfill v1.70.2
3292026-06-09T21:34:02.502Z Downloaded writeable v0.6.2
3302026-06-09T21:34:02.502Z Downloaded utf8_iter v1.0.4
3312026-06-09T21:34:02.502Z Downloaded thiserror v1.0.69
3322026-06-09T21:34:02.506Z Downloaded thiserror-impl v2.0.18
3332026-06-09T21:34:02.509Z Downloaded idna_adapter v1.2.1
3342026-06-09T21:34:02.509Z Downloaded byteorder v1.5.0
3352026-06-09T21:34:02.509Z Downloaded zerovec-derive v0.11.2
3362026-06-09T21:34:02.512Z Downloaded zerocopy-derive v0.7.35
3372026-06-09T21:34:02.514Z Downloaded scroll_derive v0.12.1
3382026-06-09T21:34:02.514Z Downloaded cargo_metadata v0.21.0
3392026-06-09T21:34:02.515Z Downloaded ucd-trie v0.1.7
3402026-06-09T21:34:02.517Z Downloaded pretty-hex v0.4.1
3412026-06-09T21:34:02.520Z Downloaded unicode-ident v1.0.24
3422026-06-09T21:34:02.520Z Downloaded macaddr v1.0.1
3432026-06-09T21:34:02.520Z Downloaded toml v0.8.23
3442026-06-09T21:34:02.523Z Downloaded textwrap v0.16.2
3452026-06-09T21:34:02.526Z Downloaded terminal_size v0.4.3
3462026-06-09T21:34:02.527Z Downloaded potential_utf v0.1.4
3472026-06-09T21:34:02.531Z Downloaded tabled_derive v0.7.0
3482026-06-09T21:34:02.531Z Downloaded dof v0.3.0
3492026-06-09T21:34:02.531Z Downloaded serde-value v0.7.0
3502026-06-09T21:34:02.531Z Downloaded percent-encoding v2.3.2
3512026-06-09T21:34:02.537Z Downloaded strsim v0.11.1
3522026-06-09T21:34:02.540Z Downloaded itoa v1.0.17
3532026-06-09T21:34:02.540Z Downloaded zerotrie v0.2.3
3542026-06-09T21:34:02.544Z Downloaded toml_edit v0.22.27
3552026-06-09T21:34:02.544Z Downloaded url v2.5.8
3562026-06-09T21:34:02.548Z Downloaded bytecount v0.6.9
3572026-06-09T21:34:02.548Z Downloaded dtrace-parser v0.2.0
3582026-06-09T21:34:02.553Z Downloaded quote v1.0.45
3592026-06-09T21:34:02.555Z Downloaded anstyle-parse v1.0.0
3602026-06-09T21:34:02.559Z Downloaded zerovec v0.11.5
3612026-06-09T21:34:02.562Z Downloaded tempfile v3.25.0
3622026-06-09T21:34:02.564Z Downloaded clap_lex v1.0.0
3632026-06-09T21:34:02.564Z Downloaded proc-macro-error-attr v1.0.4
3642026-06-09T21:34:02.568Z Downloaded zerocopy v0.7.35
3652026-06-09T21:34:02.576Z Downloaded winnow v0.7.14
3662026-06-09T21:34:02.582Z Downloaded serde_tokenstream v0.2.3
3672026-06-09T21:34:02.586Z Downloaded anstream v1.0.0
3682026-06-09T21:34:02.586Z Downloaded plain v0.2.3
3692026-06-09T21:34:02.586Z Downloaded unicode-width v0.2.0
3702026-06-09T21:34:02.589Z Downloaded unicode-width v0.1.14
3712026-06-09T21:34:02.593Z Downloaded proc-macro-error v1.0.4
3722026-06-09T21:34:02.596Z Downloaded cfg-if v1.0.4
3732026-06-09T21:34:02.596Z Downloaded scroll v0.12.0
3742026-06-09T21:34:02.596Z Downloaded litemap v0.8.1
3752026-06-09T21:34:02.596Z Downloaded camino v1.2.2
3762026-06-09T21:34:02.600Z Downloaded anstyle v1.0.14
3772026-06-09T21:34:02.600Z Downloaded fs-err v3.3.0
3782026-06-09T21:34:02.600Z Downloaded semver v1.0.28
3792026-06-09T21:34:02.605Z Downloaded icu_provider v2.1.1
3802026-06-09T21:34:02.610Z Downloaded synstructure v0.13.2
3812026-06-09T21:34:02.613Z Downloaded serde-untagged v0.1.9
3822026-06-09T21:34:02.613Z Downloaded cargo-util-schemas v0.8.2
3832026-06-09T21:34:02.613Z Downloaded camino-tempfile v1.4.1
3842026-06-09T21:34:02.619Z Downloaded pest_derive v2.8.6
3852026-06-09T21:34:02.628Z Downloaded sha2 v0.10.9
3862026-06-09T21:34:02.642Z Downloaded proc-macro2 v1.0.106
3872026-06-09T21:34:02.645Z Downloaded icu_normalizer_data v2.1.1
3882026-06-09T21:34:02.645Z Downloaded pest_generator v2.8.6
3892026-06-09T21:34:02.645Z Downloaded papergrid v0.11.0
3902026-06-09T21:34:02.647Z Downloaded bitflags v2.11.0
3912026-06-09T21:34:02.650Z Downloaded num-traits v0.2.19
3922026-06-09T21:34:02.654Z Downloaded cargo_toml v0.21.0
3932026-06-09T21:34:02.654Z Downloaded serde_core v1.0.228
3942026-06-09T21:34:02.662Z Downloaded once_cell v1.21.3
3952026-06-09T21:34:02.669Z Downloaded icu_normalizer v2.1.1
3962026-06-09T21:34:02.672Z Downloaded serde_derive v1.0.228
3972026-06-09T21:34:02.679Z Downloaded smallvec v1.15.1
3982026-06-09T21:34:02.682Z Downloaded pest_meta v2.8.6
3992026-06-09T21:34:02.682Z Downloaded icu_locale_core v2.1.1
4002026-06-09T21:34:02.685Z Downloaded log v0.4.29
4012026-06-09T21:34:02.690Z Downloaded icu_properties_data v2.1.2
4022026-06-09T21:34:02.699Z Downloaded serde v1.0.228
4032026-06-09T21:34:02.706Z Downloaded idna v1.1.0
4042026-06-09T21:34:02.713Z Downloaded memchr v2.8.0
4052026-06-09T21:34:02.716Z Downloaded icu_collections v2.1.1
4062026-06-09T21:34:02.719Z Downloaded indexmap v2.14.0
4072026-06-09T21:34:02.742Z Downloaded pest v2.8.6
4082026-06-09T21:34:02.745Z Downloaded serde_json v1.0.149
4092026-06-09T21:34:02.749Z Downloaded hashbrown v0.17.0
4102026-06-09T21:34:02.764Z Downloaded goblin v0.8.2
4112026-06-09T21:34:02.767Z Downloaded tabled v0.15.0
4122026-06-09T21:34:02.811Z Downloaded syn v1.0.109
4132026-06-09T21:34:02.811Z Downloaded syn v2.0.117
4142026-06-09T21:34:02.814Z Downloaded rustix v1.1.3
4152026-06-09T21:34:02.837Z Downloaded libc v0.2.185
4162026-06-09T21:34:02.906Z Compiling proc-macro2 v1.0.106
4172026-06-09T21:34:02.906Z Compiling unicode-ident v1.0.24
4182026-06-09T21:34:02.906Z Compiling quote v1.0.45
4192026-06-09T21:34:02.909Z Compiling serde_core v1.0.228
4202026-06-09T21:34:02.909Z Compiling libc v0.2.185
4212026-06-09T21:34:02.909Z Compiling version_check v0.9.5
4222026-06-09T21:34:03.093Z Compiling serde v1.0.228
4232026-06-09T21:34:03.097Z Compiling memchr v2.8.0
4242026-06-09T21:34:03.232Z Compiling stable_deref_trait v1.2.1
4252026-06-09T21:34:03.309Z Compiling zmij v1.0.21
4262026-06-09T21:34:03.469Z Compiling autocfg v1.5.0
4272026-06-09T21:34:03.472Z Compiling thiserror v1.0.69
4282026-06-09T21:34:03.500Z Compiling itoa v1.0.17
4292026-06-09T21:34:03.694Z Compiling ucd-trie v0.1.7
4302026-06-09T21:34:03.898Z Compiling pest v2.8.6
4312026-06-09T21:34:03.902Z Compiling litemap v0.8.1
4322026-06-09T21:34:03.933Z Compiling writeable v0.6.2
4332026-06-09T21:34:03.966Z Compiling byteorder v1.5.0
4342026-06-09T21:34:03.991Z Compiling icu_properties_data v2.1.2
4352026-06-09T21:34:04.173Z Compiling rustix v1.1.3
4362026-06-09T21:34:04.195Z Compiling icu_normalizer_data v2.1.1
4372026-06-09T21:34:04.380Z Compiling syn v2.0.117
4382026-06-09T21:34:04.446Z Compiling errno v0.3.14
4392026-06-09T21:34:04.461Z Compiling serde_json v1.0.149
4402026-06-09T21:34:04.476Z Compiling bitflags v2.11.0
4412026-06-09T21:34:04.694Z Compiling num-traits v0.2.19
4422026-06-09T21:34:04.708Z Compiling hashbrown v0.17.0
4432026-06-09T21:34:04.874Z Compiling smallvec v1.15.1
4442026-06-09T21:34:05.000Z Compiling pest_meta v2.8.6
4452026-06-09T21:34:05.088Z Compiling typeid v1.0.3
4462026-06-09T21:34:05.139Z Compiling equivalent v1.0.2
4472026-06-09T21:34:05.235Z Compiling indexmap v2.14.0
4482026-06-09T21:34:05.370Z Compiling thread-id v4.2.2
4492026-06-09T21:34:05.400Z Compiling usdt-impl v0.5.0
4502026-06-09T21:34:05.439Z Compiling proc-macro-error-attr v1.0.4
4512026-06-09T21:34:05.455Z Compiling toml_write v0.1.2
4522026-06-09T21:34:05.607Z Compiling erased-serde v0.4.9
4532026-06-09T21:34:05.624Z Compiling winnow v0.7.14
4542026-06-09T21:34:05.653Z Compiling syn v1.0.109
4552026-06-09T21:34:06.001Z Compiling proc-macro-error v1.0.4
4562026-06-09T21:34:06.046Z Compiling camino v1.2.2
4572026-06-09T21:34:06.187Z Compiling utf8parse v0.2.2
4582026-06-09T21:34:06.305Z Compiling plain v0.2.3
4592026-06-09T21:34:06.361Z Compiling utf8_iter v1.0.4
4602026-06-09T21:34:06.420Z Compiling getrandom v0.4.1
4612026-06-09T21:34:06.510Z Compiling log v0.4.29
4622026-06-09T21:34:06.528Z Compiling thiserror v2.0.18
4632026-06-09T21:34:06.602Z Compiling percent-encoding v2.3.2
4642026-06-09T21:34:06.695Z Compiling ordered-float v2.10.1
4652026-06-09T21:34:06.794Z Compiling form_urlencoded v1.2.2
4662026-06-09T21:34:06.864Z Compiling anstyle-parse v1.0.0
4672026-06-09T21:34:06.971Z Compiling synstructure v0.13.2
4682026-06-09T21:34:06.990Z Compiling pest_generator v2.8.6
4692026-06-09T21:34:07.088Z Compiling terminal_size v0.4.3
4702026-06-09T21:34:07.250Z Compiling is_terminal_polyfill v1.70.2
4712026-06-09T21:34:07.339Z Compiling pretty-hex v0.4.1
4722026-06-09T21:34:07.356Z Compiling cfg-if v1.0.4
4732026-06-09T21:34:07.434Z Compiling colorchoice v1.0.4
4742026-06-09T21:34:07.484Z Compiling anstyle v1.0.14
4752026-06-09T21:34:07.504Z Compiling anstyle-query v1.1.5
4762026-06-09T21:34:07.536Z Compiling serde-untagged v0.1.9
4772026-06-09T21:34:07.720Z Compiling anstream v1.0.0
4782026-06-09T21:34:07.737Z Compiling semver v1.0.28
4792026-06-09T21:34:07.770Z Compiling fs-err v3.3.0
4802026-06-09T21:34:07.819Z Compiling anyhow v1.0.102
4812026-06-09T21:34:07.958Z Compiling once_cell v1.21.3
4822026-06-09T21:34:08.026Z Compiling bytecount v0.6.9
4832026-06-09T21:34:08.044Z Compiling unicode-width v0.1.14
4842026-06-09T21:34:08.064Z Compiling heck v0.5.0
4852026-06-09T21:34:08.098Z Compiling strsim v0.11.1
4862026-06-09T21:34:08.164Z Compiling clap_lex v1.0.0
4872026-06-09T21:34:08.182Z Compiling fnv v1.0.7
4882026-06-09T21:34:08.309Z Compiling fastrand v2.3.0
4892026-06-09T21:34:08.330Z Compiling heck v0.4.1
4902026-06-09T21:34:08.401Z Compiling unicode-xid v0.2.6
4912026-06-09T21:34:08.453Z Compiling clap_builder v4.6.0
4922026-06-09T21:34:08.532Z Compiling tempfile v3.25.0
4932026-06-09T21:34:08.552Z Compiling papergrid v0.11.0
4942026-06-09T21:34:08.704Z Compiling memmap v0.7.0
4952026-06-09T21:34:08.732Z Compiling serde_derive v1.0.228
4962026-06-09T21:34:08.791Z Compiling zerofrom-derive v0.1.6
4972026-06-09T21:34:08.889Z Compiling yoke-derive v0.8.1
4982026-06-09T21:34:08.910Z Compiling zerovec-derive v0.11.2
4992026-06-09T21:34:09.163Z Compiling displaydoc v0.2.5
5002026-06-09T21:34:09.890Z Compiling thiserror-impl v1.0.69
5012026-06-09T21:34:09.976Z Compiling zerocopy-derive v0.7.35
5022026-06-09T21:34:10.013Z Compiling pest_derive v2.8.6
5032026-06-09T21:34:10.040Z Compiling scroll_derive v0.12.1
5042026-06-09T21:34:10.170Z Compiling zerofrom v0.1.6
5052026-06-09T21:34:10.304Z Compiling yoke v0.8.1
5062026-06-09T21:34:10.437Z Compiling thiserror-impl v2.0.18
5072026-06-09T21:34:10.500Z Compiling zerovec v0.11.5
5082026-06-09T21:34:10.696Z Compiling zerotrie v0.2.3
5092026-06-09T21:34:10.840Z Compiling zerocopy v0.7.35
5102026-06-09T21:34:11.001Z Compiling tinystr v0.8.2
5112026-06-09T21:34:11.021Z Compiling potential_utf v0.1.4
5122026-06-09T21:34:11.185Z Compiling icu_locale_core v2.1.1
5132026-06-09T21:34:11.211Z Compiling icu_collections v2.1.1
5142026-06-09T21:34:11.254Z Compiling dtrace-parser v0.2.0
5152026-06-09T21:34:11.404Z Compiling scroll v0.12.0
5162026-06-09T21:34:11.461Z Compiling tabled_derive v0.7.0
5172026-06-09T21:34:11.674Z Compiling goblin v0.8.2
5182026-06-09T21:34:11.692Z Compiling clap_derive v4.6.1
5192026-06-09T21:34:11.870Z Compiling icu_provider v2.1.1
5202026-06-09T21:34:12.000Z Compiling unicode-linebreak v0.1.5
5212026-06-09T21:34:12.058Z Compiling serde_spanned v0.6.9
5222026-06-09T21:34:12.131Z Compiling icu_properties v2.1.2
5232026-06-09T21:34:12.150Z Compiling icu_normalizer v2.1.1
5242026-06-09T21:34:12.187Z Compiling toml_datetime v0.6.11
5252026-06-09T21:34:12.233Z Compiling dof v0.3.0
5262026-06-09T21:34:12.284Z Compiling serde_tokenstream v0.2.3
5272026-06-09T21:34:12.422Z Compiling toml_edit v0.22.27
5282026-06-09T21:34:12.606Z Compiling serde-value v0.7.0
5292026-06-09T21:34:12.629Z Compiling cargo-platform v0.2.0
5302026-06-09T21:34:12.728Z Compiling smawk v0.3.2
5312026-06-09T21:34:12.892Z Compiling unicode-width v0.2.0
5322026-06-09T21:34:12.916Z Compiling tabled v0.15.0
5332026-06-09T21:34:12.977Z Compiling macaddr v1.0.1
5342026-06-09T21:34:13.114Z Compiling idna_adapter v1.2.1
5352026-06-09T21:34:13.171Z Compiling usdt-attr-macro v0.5.0
5362026-06-09T21:34:13.206Z Compiling usdt-macro v0.5.0
5372026-06-09T21:34:13.263Z Compiling idna v1.1.0
5382026-06-09T21:34:13.292Z Compiling textwrap v0.16.2
5392026-06-09T21:34:13.510Z Compiling clap v4.6.1
5402026-06-09T21:34:13.600Z Compiling url v2.5.8
5412026-06-09T21:34:13.824Z Compiling toml v0.8.23
5422026-06-09T21:34:13.847Z Compiling camino-tempfile v1.4.1
5432026-06-09T21:34:14.125Z Compiling swrite v0.1.0
5442026-06-09T21:34:14.220Z Compiling cargo-util-schemas v0.8.2
5452026-06-09T21:34:14.243Z Compiling cargo_toml v0.21.0
5462026-06-09T21:34:14.359Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5472026-06-09T21:34:14.790Z Compiling usdt v0.5.0
5482026-06-09T21:34:15.138Z Compiling cargo_metadata v0.21.0
5492026-06-09T21:34:16.075Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5502026-06-09T21:34:18.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.98s
5512026-06-09T21:34:18.390Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5522026-06-09T21:34:18.955Z Downloading crates ...
5532026-06-09T21:34:19.056Z Downloaded arrayref v0.3.9
5542026-06-09T21:34:19.059Z Downloaded adler2 v2.0.1
5552026-06-09T21:34:19.065Z Downloaded cipher v0.4.4
5562026-06-09T21:34:19.068Z Downloaded ascii-canvas v3.0.0
5572026-06-09T21:34:19.068Z Downloaded cfg_aliases v0.2.1
5582026-06-09T21:34:19.077Z Downloaded async-bb8-diesel v0.2.1
5592026-06-09T21:34:19.080Z Downloaded base16ct v0.2.0
5602026-06-09T21:34:19.083Z Downloaded daft v0.1.7
5612026-06-09T21:34:19.086Z Downloaded bzip2 v0.6.1
5622026-06-09T21:34:19.089Z Downloaded atomicwrites v0.4.4
5632026-06-09T21:34:19.089Z Downloaded crc32fast v1.5.0
5642026-06-09T21:34:19.092Z Downloaded arrayvec v0.7.6
5652026-06-09T21:34:19.092Z Downloaded aes-gcm v0.10.3
5662026-06-09T21:34:19.095Z Downloaded dropshot-api-manager-types v0.7.2
5672026-06-09T21:34:19.095Z Downloaded dof v0.4.0
5682026-06-09T21:34:19.098Z Downloaded crunchy v0.2.4
5692026-06-09T21:34:19.098Z Downloaded block-padding v0.3.3
5702026-06-09T21:34:19.098Z Downloaded dirs-sys-next v0.1.2
5712026-06-09T21:34:19.101Z Downloaded cstr-argument v0.1.2
5722026-06-09T21:34:19.104Z Downloaded crc8 v0.1.1
5732026-06-09T21:34:19.107Z Downloaded cobs v0.3.0
5742026-06-09T21:34:19.110Z Downloaded der_derive v0.7.3
5752026-06-09T21:34:19.110Z Downloaded darling_macro v0.20.11
5762026-06-09T21:34:19.115Z Downloaded crucible-workspace-hack v0.1.0
5772026-06-09T21:34:19.115Z Downloaded crc-catalog v2.4.0
5782026-06-09T21:34:19.115Z Downloaded float-ord v0.3.2
5792026-06-09T21:34:19.115Z Downloaded assert_matches v1.5.0
5802026-06-09T21:34:19.115Z Downloaded darling_macro v0.13.4
5812026-06-09T21:34:19.115Z Downloaded argon2 v0.5.3
5822026-06-09T21:34:19.118Z Downloaded erased-serde v0.3.31
5832026-06-09T21:34:19.121Z Downloaded atomic-waker v1.1.2
5842026-06-09T21:34:19.121Z Downloaded async-stream-impl v0.3.6
5852026-06-09T21:34:19.124Z Downloaded ciborium-ll v0.2.2
5862026-06-09T21:34:19.124Z Downloaded embedded-io v0.4.0
5872026-06-09T21:34:19.127Z Downloaded crossbeam-deque v0.8.6
5882026-06-09T21:34:19.127Z Downloaded darling_macro v0.23.0
5892026-06-09T21:34:19.131Z Downloaded darling v0.13.4
5902026-06-09T21:34:19.133Z Downloaded cargo_metadata v0.23.1
5912026-06-09T21:34:19.136Z Downloaded csv-core v0.1.13
5922026-06-09T21:34:19.136Z Downloaded critical-section v1.2.0
5932026-06-09T21:34:19.139Z Downloaded daft-derive v0.1.7
5942026-06-09T21:34:19.142Z Downloaded defmt v0.3.100
5952026-06-09T21:34:19.142Z Downloaded darling v0.20.11
5962026-06-09T21:34:19.175Z Downloaded ciborium-io v0.2.2
5972026-06-09T21:34:19.178Z Downloaded debug-ignore v1.0.5
5982026-06-09T21:34:19.178Z Downloaded darling v0.21.3
5992026-06-09T21:34:19.178Z Downloaded buf-list v1.1.2
6002026-06-09T21:34:19.178Z Downloaded base64ct v1.8.3
6012026-06-09T21:34:19.178Z Downloaded ctr v0.9.2
6022026-06-09T21:34:19.178Z Downloaded float-cmp v0.10.0
6032026-06-09T21:34:19.178Z Downloaded darling_macro v0.21.3
6042026-06-09T21:34:19.178Z Downloaded chacha20 v0.9.1
6052026-06-09T21:34:19.178Z Downloaded crossbeam-utils v0.8.21
6062026-06-09T21:34:19.178Z Downloaded castaway v0.2.4
6072026-06-09T21:34:19.178Z Downloaded curve25519-dalek-derive v0.1.1
6082026-06-09T21:34:19.178Z Downloaded dsl_auto_type v0.2.0
6092026-06-09T21:34:19.178Z Downloaded crc v3.4.0
6102026-06-09T21:34:19.178Z Downloaded aead v0.5.2
6112026-06-09T21:34:19.178Z Downloaded endian-type v0.1.2
6122026-06-09T21:34:19.178Z Downloaded downcast-rs v2.0.2
6132026-06-09T21:34:19.179Z Downloaded dunce v1.0.5
6142026-06-09T21:34:19.179Z Downloaded dirs-next v2.0.0
6152026-06-09T21:34:19.179Z Downloaded flagset v0.4.7
6162026-06-09T21:34:19.179Z Downloaded bit-set v0.8.0
6172026-06-09T21:34:19.179Z Downloaded atty v0.2.14
6182026-06-09T21:34:19.182Z Downloaded array-init v0.0.4
6192026-06-09T21:34:19.182Z Downloaded bitfield-struct v0.6.2
6202026-06-09T21:34:19.185Z Downloaded env_filter v1.0.0
6212026-06-09T21:34:19.187Z Downloaded cpufeatures v0.3.0
6222026-06-09T21:34:19.190Z Downloaded crossbeam-epoch v0.9.18
6232026-06-09T21:34:19.193Z Downloaded foreign-types-shared v0.3.1
6242026-06-09T21:34:19.193Z Downloaded diesel_table_macro_syntax v0.3.0
6252026-06-09T21:34:19.193Z Downloaded bitfield-macros v0.19.4
6262026-06-09T21:34:19.196Z Downloaded enum-as-inner v0.6.1
6272026-06-09T21:34:19.196Z Downloaded display-error-chain v0.2.2
6282026-06-09T21:34:19.196Z Downloaded defmt-parser v1.0.0
6292026-06-09T21:34:19.198Z Downloaded bb8 v0.8.6
6302026-06-09T21:34:19.199Z Downloaded compression-core v0.4.31
6312026-06-09T21:34:19.199Z Downloaded dyn-clone v1.0.20
6322026-06-09T21:34:19.203Z Downloaded document-features v0.2.12
6332026-06-09T21:34:19.203Z Downloaded fixedbitset v0.4.2
6342026-06-09T21:34:19.203Z Downloaded async-recursion v1.1.1
6352026-06-09T21:34:19.206Z Downloaded futures-task v0.3.32
6362026-06-09T21:34:19.206Z Downloaded fd-lock v4.0.4
6372026-06-09T21:34:19.209Z Downloaded convert_case v0.4.0
6382026-06-09T21:34:19.209Z Downloaded futures-macro v0.3.32
6392026-06-09T21:34:19.211Z Downloaded compression-codecs v0.4.37
6402026-06-09T21:34:19.215Z Downloaded derive_builder_macro v0.20.2
6412026-06-09T21:34:19.215Z Downloaded futures-core v0.3.32
6422026-06-09T21:34:19.215Z Downloaded anstream v0.6.21
6432026-06-09T21:34:19.218Z Downloaded futures-sink v0.3.32
6442026-06-09T21:34:19.221Z Downloaded difflib v0.4.0
6452026-06-09T21:34:19.221Z Downloaded git-stub v1.0.0
6462026-06-09T21:34:19.221Z Downloaded foreign-types v0.3.2
6472026-06-09T21:34:19.224Z Downloaded gethostname v0.5.0
6482026-06-09T21:34:19.224Z Downloaded foreign-types-shared v0.1.1
6492026-06-09T21:34:19.227Z Downloaded foreign-types-macros v0.2.3
6502026-06-09T21:34:19.227Z Downloaded foreign-types v0.5.0
6512026-06-09T21:34:19.227Z Downloaded hash32 v0.3.1
6522026-06-09T21:34:19.229Z Downloaded crc-any v2.5.0
6532026-06-09T21:34:19.229Z Downloaded diff v0.1.13
6542026-06-09T21:34:19.232Z Downloaded hash32 v0.2.1
6552026-06-09T21:34:19.232Z Downloaded cbc v0.1.2
6562026-06-09T21:34:19.235Z Downloaded blowfish v0.9.1
6572026-06-09T21:34:19.235Z Downloaded derive-ex v0.1.8
6582026-06-09T21:34:19.238Z Downloaded data-encoding v2.10.0
6592026-06-09T21:34:19.238Z Downloaded filetime v0.2.27
6602026-06-09T21:34:19.238Z Downloaded either v1.15.0
6612026-06-09T21:34:19.242Z Downloaded bit-vec v0.6.3
6622026-06-09T21:34:19.242Z Downloaded funty v2.0.0
6632026-06-09T21:34:19.242Z Downloaded fixedbitset v0.5.7
6642026-06-09T21:34:19.245Z Downloaded fxhash v0.2.1
6652026-06-09T21:34:19.245Z Downloaded find-msvc-tools v0.1.9
6662026-06-09T21:34:19.245Z Downloaded env_logger v0.11.9
6672026-06-09T21:34:19.248Z Downloaded ed25519 v2.2.3
6682026-06-09T21:34:19.248Z Downloaded dtrace-parser v0.3.0
6692026-06-09T21:34:19.248Z Downloaded derive_builder_core v0.20.2
6702026-06-09T21:34:19.251Z Downloaded headers-core v0.3.0
6712026-06-09T21:34:19.251Z Downloaded darling_core v0.20.11
6722026-06-09T21:34:19.254Z Downloaded deranged v0.5.8
6732026-06-09T21:34:19.254Z Downloaded chacha20 v0.10.0
6742026-06-09T21:34:19.258Z Downloaded diesel-dtrace v0.5.0
6752026-06-09T21:34:19.261Z Downloaded async-trait v0.1.89
6762026-06-09T21:34:19.261Z Downloaded constant_time_eq v0.4.2
6772026-06-09T21:34:19.261Z Downloaded hex-literal v0.4.1
6782026-06-09T21:34:19.264Z Downloaded const_format_proc_macros v0.2.34
6792026-06-09T21:34:19.264Z Downloaded bcrypt-pbkdf v0.10.0
6802026-06-09T21:34:19.267Z Downloaded hex v0.4.3
6812026-06-09T21:34:19.267Z Downloaded bitflags v1.3.2
6822026-06-09T21:34:19.270Z Downloaded defmt-macros v1.0.1
6832026-06-09T21:34:19.270Z Downloaded cassowary v0.3.0
6842026-06-09T21:34:19.274Z Downloaded camino-tempfile-ext v0.3.3
6852026-06-09T21:34:19.274Z Downloaded futures-io v0.3.32
6862026-06-09T21:34:19.274Z Downloaded fallible-iterator v0.2.0
6872026-06-09T21:34:19.274Z Downloaded foldhash v0.1.5
6882026-06-09T21:34:19.277Z Downloaded ff v0.13.1
6892026-06-09T21:34:19.277Z Downloaded corncobs v0.1.4
6902026-06-09T21:34:19.280Z Downloaded cfg_aliases v0.1.1
6912026-06-09T21:34:19.280Z Downloaded ghash v0.5.1
6922026-06-09T21:34:19.280Z Downloaded convert_case v0.10.0
6932026-06-09T21:34:19.283Z Downloaded bitfield v0.19.4
6942026-06-09T21:34:19.283Z Downloaded anstyle-parse v0.2.7
6952026-06-09T21:34:19.287Z Downloaded ena v0.14.4
6962026-06-09T21:34:19.287Z Downloaded bit-vec v0.8.0
6972026-06-09T21:34:19.287Z Downloaded defmt v1.0.1
6982026-06-09T21:34:19.290Z Downloaded hostname v0.4.2
6992026-06-09T21:34:19.290Z Downloaded hyper-tls v0.6.0
7002026-06-09T21:34:19.293Z Downloaded backoff v0.4.0
7012026-06-09T21:34:19.293Z Downloaded http-range v0.1.5
7022026-06-09T21:34:19.293Z Downloaded globset v0.4.18
7032026-06-09T21:34:19.296Z Downloaded bcs v0.1.6
7042026-06-09T21:34:19.296Z Downloaded bit-set v0.5.3
7052026-06-09T21:34:19.298Z Downloaded ident_case v1.0.1
7062026-06-09T21:34:19.298Z Downloaded elliptic-curve v0.13.8
7072026-06-09T21:34:19.302Z Downloaded embedded-io v0.6.1
7082026-06-09T21:34:19.302Z Downloaded darling v0.23.0
7092026-06-09T21:34:19.305Z Downloaded home v0.5.12
7102026-06-09T21:34:19.305Z Downloaded ecdsa v0.16.9
7112026-06-09T21:34:19.308Z Downloaded cmake v0.1.57
7122026-06-09T21:34:19.308Z Downloaded globwalk v0.9.1
7132026-06-09T21:34:19.308Z Downloaded hostname v0.3.1
7142026-06-09T21:34:19.311Z Downloaded cargo-platform v0.3.2
7152026-06-09T21:34:19.311Z Downloaded async-stream v0.3.6
7162026-06-09T21:34:19.314Z Downloaded inout v0.1.4
7172026-06-09T21:34:19.314Z Downloaded hubpack_derive v0.1.1
7182026-06-09T21:34:19.314Z Downloaded hubpack v0.1.2
7192026-06-09T21:34:19.317Z Downloaded httpdate v1.0.3
7202026-06-09T21:34:19.320Z Downloaded foldhash v0.2.0
7212026-06-09T21:34:19.320Z Downloaded crossbeam-channel v0.5.15
7222026-06-09T21:34:19.322Z Downloaded indoc v1.0.9
7232026-06-09T21:34:19.325Z Downloaded illumos-nvpair-sys v0.2.0
7242026-06-09T21:34:19.325Z Downloaded console v0.15.11
7252026-06-09T21:34:19.328Z Downloaded internet-checksum v0.2.1
7262026-06-09T21:34:19.328Z Downloaded futures-executor v0.3.32
7272026-06-09T21:34:19.328Z Downloaded fs_extra v1.3.0
7282026-06-09T21:34:19.331Z Downloaded highway v1.3.0
7292026-06-09T21:34:19.331Z Downloaded illumos-nvpair v0.3.0
7302026-06-09T21:34:19.331Z Downloaded group v0.13.0
7312026-06-09T21:34:19.335Z Downloaded instability v0.3.11
7322026-06-09T21:34:19.335Z Downloaded glob v0.3.3
7332026-06-09T21:34:19.335Z Downloaded indent_write v2.2.0
7342026-06-09T21:34:19.335Z Downloaded git-stub-vcs v0.1.0
7352026-06-09T21:34:19.338Z Downloaded backon v1.6.0
7362026-06-09T21:34:19.341Z Downloaded lalrpop-util v0.19.12
7372026-06-09T21:34:19.341Z Downloaded is_ci v1.2.0
7382026-06-09T21:34:19.341Z Downloaded colored v2.2.0
7392026-06-09T21:34:19.344Z Downloaded lazy_static v1.5.0
7402026-06-09T21:34:19.344Z Downloaded futures-channel v0.3.32
7412026-06-09T21:34:19.347Z Downloaded des v0.8.1
7422026-06-09T21:34:19.347Z Downloaded cookie_store v0.22.1
7432026-06-09T21:34:19.350Z Downloaded clang-sys v1.8.1
7442026-06-09T21:34:19.350Z Downloaded ciborium v0.2.2
7452026-06-09T21:34:19.353Z Downloaded cookie v0.18.1
7462026-06-09T21:34:19.353Z Downloaded const-oid v0.9.6
7472026-06-09T21:34:19.358Z Downloaded console v0.16.2
7482026-06-09T21:34:19.358Z Downloaded humantime v2.3.0
7492026-06-09T21:34:19.360Z Downloaded http-body-util v0.1.3
7502026-06-09T21:34:19.361Z Downloaded http-body v1.0.1
7512026-06-09T21:34:19.361Z Downloaded bzip2 v0.4.4
7522026-06-09T21:34:19.361Z Downloaded linked-hash-map v0.5.6
7532026-06-09T21:34:19.364Z Downloaded libscf-sys v1.1.0
7542026-06-09T21:34:19.364Z Downloaded colored v3.1.1
7552026-06-09T21:34:19.364Z Downloaded kstat-rs v0.2.4
7562026-06-09T21:34:19.367Z Downloaded arc-swap v1.8.2
7572026-06-09T21:34:19.370Z Downloaded getrandom v0.2.17
7582026-06-09T21:34:19.370Z Downloaded crossterm v0.28.1
7592026-06-09T21:34:19.373Z Downloaded drift v0.2.0
7602026-06-09T21:34:19.379Z Downloaded maybe-uninit v2.0.0
7612026-06-09T21:34:19.383Z Downloaded lru-cache v0.1.2
7622026-06-09T21:34:19.383Z Downloaded keccak v0.1.6
7632026-06-09T21:34:19.383Z Downloaded lru v0.12.5
7642026-06-09T21:34:19.385Z Downloaded half v1.8.3
7652026-06-09T21:34:19.386Z Downloaded byte-wrapper v0.1.0
7662026-06-09T21:34:19.389Z Downloaded impl-trait-for-tuples v0.2.3
7672026-06-09T21:34:19.389Z Downloaded darling_core v0.13.4
7682026-06-09T21:34:19.392Z Downloaded lru-slab v0.1.2
7692026-06-09T21:34:19.392Z Downloaded instant v0.1.13
7702026-06-09T21:34:19.395Z Downloaded maplit v1.0.2
7712026-06-09T21:34:19.395Z Downloaded managed v0.8.0
7722026-06-09T21:34:19.395Z Downloaded ingot v0.1.1
7732026-06-09T21:34:19.398Z Downloaded ahash v0.8.12
7742026-06-09T21:34:19.398Z Downloaded md5 v0.7.0
7752026-06-09T21:34:19.401Z Downloaded mime v0.3.17
7762026-06-09T21:34:19.401Z Downloaded ipnetwork v0.21.1
7772026-06-09T21:34:19.401Z Downloaded md-5 v0.10.6
7782026-06-09T21:34:19.404Z Downloaded ipnet v2.11.0
7792026-06-09T21:34:19.404Z Downloaded match_cfg v0.1.0
7802026-06-09T21:34:19.404Z Downloaded hmac v0.12.1
7812026-06-09T21:34:19.407Z Downloaded new_debug_unreachable v1.0.6
7822026-06-09T21:34:19.407Z Downloaded cancel-safe-futures v0.1.5
7832026-06-09T21:34:19.410Z Downloaded fs-err v2.11.0
7842026-06-09T21:34:19.411Z Downloaded blake2 v0.10.6
7852026-06-09T21:34:19.413Z Downloaded indoc v2.0.7
7862026-06-09T21:34:19.413Z Downloaded hyper-staticfile v0.10.1
7872026-06-09T21:34:19.416Z Downloaded crypto-bigint v0.5.5
7882026-06-09T21:34:19.419Z Downloaded newtype-uuid-macros v0.1.0
7892026-06-09T21:34:19.422Z Downloaded memoffset v0.9.1
7902026-06-09T21:34:19.422Z Downloaded nodrop v0.1.14
7912026-06-09T21:34:19.422Z Downloaded newtype_derive v0.1.6
7922026-06-09T21:34:19.425Z Downloaded newline-converter v0.3.0
7932026-06-09T21:34:19.425Z Downloaded ingot-types v0.1.2
7942026-06-09T21:34:19.425Z Downloaded getrandom v0.3.4
7952026-06-09T21:34:19.429Z Downloaded linear-map v1.2.0
7962026-06-09T21:34:19.429Z Downloaded nibble_vec v0.1.0
7972026-06-09T21:34:19.433Z Downloaded allocator-api2 v0.2.21
7982026-06-09T21:34:19.433Z Downloaded multimap v0.10.1
7992026-06-09T21:34:19.433Z Downloaded libsw v3.5.0
8002026-06-09T21:34:19.433Z Downloaded num_threads v0.1.7
8012026-06-09T21:34:19.434Z Downloaded nonempty v0.12.0
8022026-06-09T21:34:19.437Z Downloaded num v0.4.3
8032026-06-09T21:34:19.437Z Downloaded is-terminal v0.4.17
8042026-06-09T21:34:19.437Z Downloaded cexpr v0.6.0
8052026-06-09T21:34:19.439Z Downloaded libsw-core v0.3.2
8062026-06-09T21:34:19.439Z Downloaded hyper-rustls v0.27.7
8072026-06-09T21:34:19.442Z Downloaded normalize-line-endings v0.3.0
8082026-06-09T21:34:19.442Z Downloaded fatfs v0.3.6
8092026-06-09T21:34:19.445Z Downloaded darling_core v0.23.0
8102026-06-09T21:34:19.448Z Downloaded num-iter v0.1.45
8112026-06-09T21:34:19.448Z Downloaded iana-time-zone v0.1.65
8122026-06-09T21:34:19.451Z Downloaded libloading v0.8.9
8132026-06-09T21:34:19.451Z Downloaded derive_more v0.99.20
8142026-06-09T21:34:19.454Z Downloaded derive_builder v0.20.2
8152026-06-09T21:34:19.457Z Downloaded openssl-probe v0.2.1
8162026-06-09T21:34:19.473Z Downloaded parse-display v0.10.0
8172026-06-09T21:34:19.476Z Downloaded openssl-probe v0.1.6
8182026-06-09T21:34:19.476Z Downloaded opaque-debug v0.3.1
8192026-06-09T21:34:19.477Z Downloaded oso-derive v0.27.3
8202026-06-09T21:34:19.477Z Downloaded num_enum_derive v0.5.11
8212026-06-09T21:34:19.481Z Downloaded lzss v0.8.2
8222026-06-09T21:34:19.481Z Downloaded lock_api v0.4.14
8232026-06-09T21:34:19.481Z Downloaded libefi-sys v0.1.0
8242026-06-09T21:34:19.481Z Downloaded openssl-macros v0.1.1
8252026-06-09T21:34:19.486Z Downloaded peg-runtime v0.8.5
8262026-06-09T21:34:19.486Z Downloaded packed_struct_codegen v0.10.1
8272026-06-09T21:34:19.486Z Downloaded mime_guess v2.0.5
8282026-06-09T21:34:19.489Z Downloaded httparse v1.10.1
8292026-06-09T21:34:19.489Z Downloaded dropshot_endpoint v0.17.0
8302026-06-09T21:34:19.489Z Downloaded darling_core v0.21.3
8312026-06-09T21:34:19.492Z Downloaded base64 v0.22.1
8322026-06-09T21:34:19.495Z Downloaded multer v3.1.0
8332026-06-09T21:34:19.498Z Downloaded num-derive v0.4.2
8342026-06-09T21:34:19.498Z Downloaded ingot-macros v0.1.1
8352026-06-09T21:34:19.501Z Downloaded newtype-uuid v1.3.2
8362026-06-09T21:34:19.501Z Downloaded nanorand v0.7.0
8372026-06-09T21:34:19.501Z Downloaded derive-where v1.6.0
8382026-06-09T21:34:19.504Z Downloaded pbkdf2 v0.12.2
8392026-06-09T21:34:19.507Z Downloaded pbkdf2 v0.11.0
8402026-06-09T21:34:19.508Z Downloaded path-slash v0.1.5
8412026-06-09T21:34:19.508Z Downloaded parse-size v1.1.0
8422026-06-09T21:34:19.510Z Downloaded bytes v1.11.1
8432026-06-09T21:34:19.513Z Downloaded half v2.7.1
8442026-06-09T21:34:19.513Z Downloaded flume v0.11.1
8452026-06-09T21:34:19.516Z Downloaded chacha20poly1305 v0.10.1
8462026-06-09T21:34:19.516Z Downloaded derive_more v2.1.1
8472026-06-09T21:34:19.523Z Downloaded pin-utils v0.1.0
8482026-06-09T21:34:19.526Z Downloaded phf_shared v0.11.3
8492026-06-09T21:34:19.526Z Downloaded phf_shared v0.13.1
8502026-06-09T21:34:19.526Z Downloaded phf_shared v0.12.1
8512026-06-09T21:34:19.529Z Downloaded nu-ansi-term v0.50.3
8522026-06-09T21:34:19.529Z Downloaded compact_str v0.8.1
8532026-06-09T21:34:19.532Z Downloaded num-integer v0.1.46
8542026-06-09T21:34:19.532Z Downloaded num-rational v0.4.2
8552026-06-09T21:34:19.535Z Downloaded num_enum_derive v0.7.6
8562026-06-09T21:34:19.535Z Downloaded heapless v0.8.0
8572026-06-09T21:34:19.538Z Downloaded indexmap v1.9.3
8582026-06-09T21:34:19.541Z Downloaded heapless v0.7.17
8592026-06-09T21:34:19.544Z Downloaded proc-macro-error-attr2 v2.0.0
8602026-06-09T21:34:19.544Z Downloaded proc-macro-crate v3.4.0
8612026-06-09T21:34:19.544Z Downloaded proc-macro-crate v1.3.1
8622026-06-09T21:34:19.544Z Downloaded predicates-tree v1.0.13
8632026-06-09T21:34:19.548Z Downloaded num_enum v0.7.6
8642026-06-09T21:34:19.551Z Downloaded predicates-core v1.0.10
8652026-06-09T21:34:19.551Z Downloaded paste v1.0.15
8662026-06-09T21:34:19.555Z Downloaded precomputed-hash v0.1.1
8672026-06-09T21:34:19.555Z Downloaded powerfmt v0.2.0
8682026-06-09T21:34:19.555Z Downloaded parking_lot_core v0.8.6
8692026-06-09T21:34:19.555Z Downloaded num_enum v0.5.11
8702026-06-09T21:34:19.558Z Downloaded ed25519-dalek v2.2.0
8712026-06-09T21:34:19.561Z Downloaded num-complex v0.4.6
8722026-06-09T21:34:19.565Z Downloaded memmap2 v0.9.10
8732026-06-09T21:34:19.565Z Downloaded packed_struct v0.10.1
8742026-06-09T21:34:19.565Z Downloaded libbz2-rs-sys v0.2.2
8752026-06-09T21:34:19.568Z Downloaded progenitor-client v0.11.2
8762026-06-09T21:34:19.568Z Downloaded progenitor-client v0.10.0
8772026-06-09T21:34:19.568Z Downloaded flate2 v1.1.9
8782026-06-09T21:34:19.571Z Downloaded pem-rfc7468 v0.7.0
8792026-06-09T21:34:19.574Z Downloaded parse-display-derive v0.10.0
8802026-06-09T21:34:19.574Z Downloaded owo-colors v4.3.0
8812026-06-09T21:34:19.574Z Downloaded base64 v0.21.7
8822026-06-09T21:34:19.576Z Downloaded native-tls v0.2.18
8832026-06-09T21:34:19.579Z Downloaded futures v0.3.32
8842026-06-09T21:34:19.582Z Downloaded omicron-zone-package v0.12.2
8852026-06-09T21:34:19.583Z Downloaded ignore v0.4.25
8862026-06-09T21:34:19.585Z Downloaded pem v3.0.6
8872026-06-09T21:34:19.590Z Downloaded oxide-tokio-rt v0.1.4
8882026-06-09T21:34:19.590Z Downloaded indicatif v0.18.4
8892026-06-09T21:34:19.593Z Downloaded password-hash v0.5.0
8902026-06-09T21:34:19.593Z Downloaded progenitor-macro v0.13.0
8912026-06-09T21:34:19.593Z Downloaded password-hash v0.4.2
8922026-06-09T21:34:19.596Z Downloaded progenitor-macro v0.11.2
8932026-06-09T21:34:19.596Z Downloaded pkg-config v0.3.32
8942026-06-09T21:34:19.596Z Downloaded cc v1.2.56
8952026-06-09T21:34:19.599Z Downloaded ppv-lite86 v0.2.21
8962026-06-09T21:34:19.599Z Downloaded pin-project-lite v0.2.17
8972026-06-09T21:34:19.602Z Downloaded peg-macros v0.8.5
8982026-06-09T21:34:19.605Z Downloaded phf v0.12.1
8992026-06-09T21:34:19.605Z Downloaded oxnet v0.1.5
9002026-06-09T21:34:19.607Z Downloaded bumpalo v3.20.2
9012026-06-09T21:34:19.610Z Downloaded psl-types v2.0.11
9022026-06-09T21:34:19.610Z Downloaded progenitor-client v0.14.0
9032026-06-09T21:34:19.610Z Downloaded quick-error v1.2.3
9042026-06-09T21:34:19.610Z Downloaded proc-macro-error2 v2.0.1
9052026-06-09T21:34:19.613Z Downloaded primeorder v0.13.6
9062026-06-09T21:34:19.613Z Downloaded der v0.7.10
9072026-06-09T21:34:19.617Z Downloaded rand_xorshift v0.4.0
9082026-06-09T21:34:19.621Z Downloaded parking_lot_core v0.9.12
9092026-06-09T21:34:19.621Z Downloaded rand_chacha v0.3.1
9102026-06-09T21:34:19.621Z Downloaded radium v0.7.0
9112026-06-09T21:34:19.621Z Downloaded num-derive v0.3.3
9122026-06-09T21:34:19.624Z Downloaded expectorate v1.2.0
9132026-06-09T21:34:19.624Z Downloaded diesel_derives v2.3.7
9142026-06-09T21:34:19.628Z Downloaded pin-project-internal v1.1.11
9152026-06-09T21:34:19.631Z Downloaded progenitor-macro v0.14.0
9162026-06-09T21:34:19.631Z Downloaded progenitor-client v0.13.0
9172026-06-09T21:34:19.634Z Downloaded async-compression v0.4.41
9182026-06-09T21:34:19.637Z Downloaded progenitor-extras v0.2.0
9192026-06-09T21:34:19.640Z Downloaded postgres-protocol v0.6.10
9202026-06-09T21:34:19.640Z Downloaded poly1305 v0.8.0
9212026-06-09T21:34:19.640Z Downloaded pkcs8 v0.10.2
9222026-06-09T21:34:19.643Z Downloaded polyval v0.6.2
9232026-06-09T21:34:19.646Z Downloaded olpc-cjson v0.1.4
9242026-06-09T21:34:19.646Z Downloaded derive_more-impl v2.1.1
9252026-06-09T21:34:19.649Z Downloaded recursive-proc-macro-impl v0.1.1
9262026-06-09T21:34:19.649Z Downloaded num-conv v0.2.0
9272026-06-09T21:34:19.649Z Downloaded jobserver v0.1.34
9282026-06-09T21:34:19.653Z Downloaded pkcs5 v0.7.1
9292026-06-09T21:34:19.653Z Downloaded r2d2 v0.8.10
9302026-06-09T21:34:19.656Z Downloaded phf v0.13.1
9312026-06-09T21:34:19.656Z Downloaded litrs v1.0.0
9322026-06-09T21:34:19.659Z Downloaded rustc_version v0.4.1
9332026-06-09T21:34:19.659Z Downloaded predicates v3.1.4
9342026-06-09T21:34:19.662Z Downloaded rustc_version v0.1.7
9352026-06-09T21:34:19.662Z Downloaded rustc-hash v2.1.1
9362026-06-09T21:34:19.665Z Downloaded progenitor v0.13.0
9372026-06-09T21:34:19.665Z Downloaded russh-cryptovec v0.7.3
9382026-06-09T21:34:19.665Z Downloaded recursive v0.1.1
9392026-06-09T21:34:19.668Z Downloaded ref-cast-impl v1.0.25
9402026-06-09T21:34:19.668Z Downloaded rfc6979 v0.4.0
9412026-06-09T21:34:19.674Z Downloaded oso v0.27.3
9422026-06-09T21:34:19.679Z Downloaded postcard v1.1.3
9432026-06-09T21:34:19.682Z Downloaded rand_core v0.9.5
9442026-06-09T21:34:19.687Z Downloaded rtoolbox v0.0.3
9452026-06-09T21:34:19.690Z Downloaded scheduled-thread-pool v0.2.7
9462026-06-09T21:34:19.690Z Downloaded miniz_oxide v0.8.9
9472026-06-09T21:34:19.695Z Downloaded ar_archive_writer v0.5.1
9482026-06-09T21:34:19.698Z Downloaded headers v0.4.1
9492026-06-09T21:34:19.698Z Downloaded const_format v0.2.35
9502026-06-09T21:34:19.701Z Downloaded progenitor v0.11.2
9512026-06-09T21:34:19.704Z Downloaded peg v0.8.5
9522026-06-09T21:34:19.704Z Downloaded psm v0.1.30
9532026-06-09T21:34:19.708Z Downloaded scroll_derive v0.13.1
9542026-06-09T21:34:19.712Z Downloaded crossterm v0.29.0
9552026-06-09T21:34:19.716Z Downloaded same-file v1.0.6
9562026-06-09T21:34:19.716Z Downloaded salsa20 v0.10.2
9572026-06-09T21:34:19.719Z Downloaded secrecy v0.8.0
9582026-06-09T21:34:19.719Z Downloaded sapling-renderdag v0.1.0
9592026-06-09T21:34:19.722Z Downloaded rand_core v0.6.4
9602026-06-09T21:34:19.722Z Downloaded rand_chacha v0.9.0
9612026-06-09T21:34:19.722Z Downloaded seq-macro v0.3.6
9622026-06-09T21:34:19.725Z Downloaded resolv-conf v0.7.6
9632026-06-09T21:34:19.728Z Downloaded quinn-udp v0.5.14
9642026-06-09T21:34:19.728Z Downloaded hickory-resolver v0.24.4
9652026-06-09T21:34:19.730Z Downloaded rand_seeder v0.4.0
9662026-06-09T21:34:19.734Z Downloaded rustls-pemfile v1.0.4
9672026-06-09T21:34:19.737Z Downloaded rand_core v0.10.0
9682026-06-09T21:34:19.737Z Downloaded serde-big-array v0.5.1
9692026-06-09T21:34:19.737Z Downloaded scopeguard v1.2.0
9702026-06-09T21:34:19.739Z Downloaded serde_spanned v1.0.4
9712026-06-09T21:34:19.742Z Downloaded serde_repr v0.1.20
9722026-06-09T21:34:19.743Z Downloaded scrypt v0.11.0
9732026-06-09T21:34:19.746Z Downloaded hashbrown v0.13.2
9742026-06-09T21:34:19.746Z Downloaded serde_plain v1.0.2
9752026-06-09T21:34:19.749Z Downloaded hickory-server v0.25.2
9762026-06-09T21:34:19.752Z Downloaded prefix-trie v0.7.0
9772026-06-09T21:34:19.755Z Downloaded aws-lc-rs v1.16.3
9782026-06-09T21:34:19.760Z Downloaded serde_bytes v0.11.19
9792026-06-09T21:34:19.763Z Downloaded secrecy v0.10.3
9802026-06-09T21:34:19.763Z Downloaded rustversion v1.0.22
9812026-06-09T21:34:19.765Z Downloaded serde_urlencoded v0.7.1
9822026-06-09T21:34:19.765Z Downloaded ref-cast v1.0.25
9832026-06-09T21:34:19.768Z Downloaded progenitor v0.14.0
9842026-06-09T21:34:19.768Z Downloaded rusty-fork v0.3.1
9852026-06-09T21:34:19.768Z Downloaded postgres-types v0.2.12
9862026-06-09T21:34:19.771Z Downloaded papergrid v0.17.0
9872026-06-09T21:34:19.774Z Downloaded parking_lot v0.11.2
9882026-06-09T21:34:19.777Z Downloaded progenitor-impl v0.13.0
9892026-06-09T21:34:19.777Z Downloaded progenitor-impl v0.11.2
9902026-06-09T21:34:19.780Z Downloaded hyper-util v0.1.20
9912026-06-09T21:34:19.783Z Downloaded siphasher v1.0.2
9922026-06-09T21:34:19.783Z Downloaded signature v2.2.0
9932026-06-09T21:34:19.783Z Downloaded sha1 v0.10.6
9942026-06-09T21:34:19.786Z Downloaded http v1.4.0
9952026-06-09T21:34:19.786Z Downloaded sigpipe v0.1.3
9962026-06-09T21:34:19.790Z Downloaded scroll v0.13.0
9972026-06-09T21:34:19.790Z Downloaded signal-hook-tokio v0.3.1
9982026-06-09T21:34:19.790Z Downloaded shell-words v1.1.1
9992026-06-09T21:34:19.793Z Downloaded semver v0.1.20
10002026-06-09T21:34:19.796Z Downloaded sec1 v0.7.3
10012026-06-09T21:34:19.796Z Downloaded slog-envlogger v2.2.0
10022026-06-09T21:34:19.800Z Downloaded rustls-native-certs v0.8.3
10032026-06-09T21:34:19.805Z Downloaded signal-hook-mio v0.2.5
10042026-06-09T21:34:19.808Z Downloaded slog-bunyan v2.5.0
10052026-06-09T21:34:19.811Z Downloaded pkcs1 v0.7.5
10062026-06-09T21:34:19.814Z Downloaded russh-keys v0.45.0
10072026-06-09T21:34:19.814Z Downloaded serde_path_to_error v0.1.20
10082026-06-09T21:34:19.817Z Downloaded rustls-pki-types v1.14.0
10092026-06-09T21:34:19.820Z Downloaded jiff-static v0.2.21
10102026-06-09T21:34:19.823Z Downloaded hickory-resolver v0.25.2
10112026-06-09T21:34:19.828Z Downloaded schemars_derive v0.8.22
10122026-06-09T21:34:19.831Z Downloaded sct v0.7.1
10132026-06-09T21:34:19.833Z Downloaded rustls-pemfile v2.2.0
10142026-06-09T21:34:19.834Z Downloaded serde_with_macros v1.5.2
10152026-06-09T21:34:19.837Z Downloaded ssh-encoding v0.2.0
10162026-06-09T21:34:19.840Z Downloaded minimal-lexical v0.2.1
10172026-06-09T21:34:19.846Z Downloaded openssl-sys v0.9.115
10182026-06-09T21:34:19.848Z Downloaded pretty_assertions v1.4.1
10192026-06-09T21:34:19.848Z Downloaded serde-hex v0.1.0
10202026-06-09T21:34:19.851Z Downloaded simd-adler32 v0.3.8
10212026-06-09T21:34:19.854Z Downloaded ssh-cipher v0.2.0
10222026-06-09T21:34:19.854Z Downloaded strsim v0.10.0
10232026-06-09T21:34:19.860Z Downloaded structmeta-derive v0.3.0
10242026-06-09T21:34:19.863Z Downloaded structmeta v0.3.0
10252026-06-09T21:34:19.863Z Downloaded parking_lot v0.12.5
10262026-06-09T21:34:19.863Z Downloaded p256 v0.13.2
10272026-06-09T21:34:19.866Z Downloaded ron v0.8.1
10282026-06-09T21:34:19.869Z Downloaded slog-dtrace v0.3.0
10292026-06-09T21:34:19.871Z Downloaded slab v0.4.12
10302026-06-09T21:34:19.871Z Downloaded tabled_derive v0.11.0
10312026-06-09T21:34:19.874Z Downloaded sqlparser_derive v0.5.0
10322026-06-09T21:34:19.877Z Downloaded slog-stdlog v4.1.1
10332026-06-09T21:34:19.880Z Downloaded strum v0.27.2
10342026-06-09T21:34:19.884Z Downloaded shlex v1.3.0
10352026-06-09T21:34:19.887Z Downloaded serde_derive_internals v0.29.1
10362026-06-09T21:34:19.887Z Downloaded slog-term v2.9.2
10372026-06-09T21:34:19.890Z Downloaded tagptr v0.2.0
10382026-06-09T21:34:19.890Z Downloaded tap v1.0.1
10392026-06-09T21:34:19.893Z Downloaded pin-project v1.1.11
10402026-06-09T21:34:19.899Z Downloaded sync_wrapper v1.0.2
10412026-06-09T21:34:19.902Z Downloaded sync-ptr v0.1.4
10422026-06-09T21:34:19.902Z Downloaded supports-color v3.0.2
10432026-06-09T21:34:19.905Z Downloaded subtle v2.6.1
10442026-06-09T21:34:19.905Z Downloaded rayon-core v1.13.0
10452026-06-09T21:34:19.908Z Downloaded tabwriter v1.4.1
10462026-06-09T21:34:19.910Z Downloaded slog-async v2.8.0
10472026-06-09T21:34:19.913Z Downloaded termtree v0.5.1
10482026-06-09T21:34:19.916Z Downloaded thiserror-impl-no-std v2.0.2
10492026-06-09T21:34:19.919Z Downloaded thread-id v5.1.0
10502026-06-09T21:34:19.922Z Downloaded tinyvec_macros v0.1.1
10512026-06-09T21:34:19.922Z Downloaded nom v7.1.3
10522026-06-09T21:34:19.926Z Downloaded smallvec v0.6.14
10532026-06-09T21:34:19.929Z Downloaded stacker v0.1.23
10542026-06-09T21:34:19.929Z Downloaded libxml v0.3.3
10552026-06-09T21:34:19.932Z Downloaded take_mut v0.2.2
10562026-06-09T21:34:19.933Z Downloaded slog-scope v4.4.1
10572026-06-09T21:34:19.936Z Downloaded signal-hook-registry v1.4.8
10582026-06-09T21:34:19.939Z Downloaded strum v0.26.3
10592026-06-09T21:34:19.939Z Downloaded string_cache v0.8.9
10602026-06-09T21:34:19.943Z Downloaded strum_macros v0.24.3
10612026-06-09T21:34:19.946Z Downloaded testing_table v0.3.0
10622026-06-09T21:34:19.946Z Downloaded sqlformat v0.3.5
10632026-06-09T21:34:19.949Z Downloaded spki v0.7.3
10642026-06-09T21:34:19.949Z Downloaded snafu-derive v0.8.9
10652026-06-09T21:34:19.953Z Downloaded tokio-macros v2.7.0
10662026-06-09T21:34:19.956Z Downloaded strum_macros v0.26.4
10672026-06-09T21:34:19.956Z Downloaded slog-json v2.6.1
10682026-06-09T21:34:19.959Z Downloaded quinn v0.11.9
10692026-06-09T21:34:19.961Z Downloaded hashbrown v0.12.3
10702026-06-09T21:34:19.964Z Downloaded rand v0.8.6
10712026-06-09T21:34:19.968Z Downloaded strip-ansi-escapes v0.2.1
10722026-06-09T21:34:19.968Z Downloaded static_assertions v1.1.0
10732026-06-09T21:34:19.971Z Downloaded progenitor-impl v0.14.0
10742026-06-09T21:34:19.976Z Downloaded topological-sort v0.2.2
10752026-06-09T21:34:19.978Z Downloaded stringprep v0.1.5
10762026-06-09T21:34:19.981Z Downloaded hashbrown v0.15.5
10772026-06-09T21:34:19.985Z Downloaded itertools v0.10.5
10782026-06-09T21:34:19.990Z Downloaded itertools v0.12.1
10792026-06-09T21:34:19.994Z Downloaded strum_macros v0.27.2
10802026-06-09T21:34:19.997Z Downloaded signal-hook v0.3.18
10812026-06-09T21:34:20.000Z Downloaded time-core v0.1.8
10822026-06-09T21:34:20.000Z Downloaded thread_local v1.1.9
10832026-06-09T21:34:20.000Z Downloaded thiserror-no-std v2.0.2
10842026-06-09T21:34:20.003Z Downloaded tower-layer v0.3.3
10852026-06-09T21:34:20.003Z Downloaded rustls-platform-verifier v0.6.2
10862026-06-09T21:34:20.006Z Downloaded tls_codec_derive v0.4.2
10872026-06-09T21:34:20.009Z Downloaded tls_codec v0.4.2
10882026-06-09T21:34:20.009Z Downloaded dropshot-api-manager v0.7.2
10892026-06-09T21:34:20.011Z Downloaded futures-util v0.3.32
10902026-06-09T21:34:20.017Z Downloaded try-lock v0.2.5
10912026-06-09T21:34:20.021Z Downloaded trait-variant v0.1.2
10922026-06-09T21:34:20.022Z Downloaded similar v2.7.0
10932026-06-09T21:34:20.024Z Downloaded schemars v0.8.22
10942026-06-09T21:34:20.028Z Downloaded tower-service v0.3.3
10952026-06-09T21:34:20.031Z Downloaded typify-macro v0.4.3
10962026-06-09T21:34:20.031Z Downloaded tokio-dtrace v0.1.1
10972026-06-09T21:34:20.031Z Downloaded smf v0.2.3
10982026-06-09T21:34:20.034Z Downloaded unarray v0.1.4
10992026-06-09T21:34:20.035Z Downloaded typify-macro v0.6.2
11002026-06-09T21:34:20.035Z Downloaded prettyplease v0.2.37
11012026-06-09T21:34:20.038Z Downloaded num-bigint v0.4.6
11022026-06-09T21:34:20.038Z Downloaded termios v0.3.3
11032026-06-09T21:34:20.041Z Downloaded serde_cbor v0.11.2
11042026-06-09T21:34:20.044Z Downloaded time-macros v0.2.27
11052026-06-09T21:34:20.044Z Downloaded term v0.7.0
11062026-06-09T21:34:20.047Z Downloaded tokio-tungstenite v0.23.1
11072026-06-09T21:34:20.047Z Downloaded tiny-keccak v2.0.2
11082026-06-09T21:34:20.050Z Downloaded tokio-rustls v0.25.0
11092026-06-09T21:34:20.050Z Downloaded spin v0.9.8
11102026-06-09T21:34:20.053Z Downloaded unicode-truncate v1.1.0
11112026-06-09T21:34:20.053Z Downloaded unit-prefix v0.5.2
11122026-06-09T21:34:20.056Z Downloaded utf-8 v0.7.6
11132026-06-09T21:34:20.056Z Downloaded socket2 v0.6.3
11142026-06-09T21:34:20.059Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11152026-06-09T21:34:20.062Z Downloaded toml_writer v1.0.6+spec-1.1.0
11162026-06-09T21:34:20.064Z Downloaded term v1.2.1
11172026-06-09T21:34:20.064Z Downloaded mio v1.2.0
11182026-06-09T21:34:20.068Z Downloaded aes v0.8.4
11192026-06-09T21:34:20.104Z Downloaded socket2 v0.5.10
11202026-06-09T21:34:20.105Z Downloaded serde_yaml v0.9.34+deprecated
11212026-06-09T21:34:20.105Z Downloaded tokio-native-tls v0.3.1
11222026-06-09T21:34:20.105Z Downloaded serde_with_macros v3.17.0
11232026-06-09T21:34:20.105Z Downloaded itertools v0.14.0
11242026-06-09T21:34:20.105Z Downloaded usdt-macro v0.6.0
11252026-06-09T21:34:20.105Z Downloaded universal-hash v0.5.1
11262026-06-09T21:34:20.105Z Downloaded itertools v0.13.0
11272026-06-09T21:34:20.105Z Downloaded qorb v0.4.1
11282026-06-09T21:34:20.105Z Downloaded publicsuffix v2.3.0
11292026-06-09T21:34:20.105Z Downloaded support-bundle-viewer v0.1.2
11302026-06-09T21:34:20.105Z Downloaded tokio-tungstenite v0.21.0
11312026-06-09T21:34:20.105Z Downloaded nom v8.0.0
11322026-06-09T21:34:20.105Z Downloaded subprocess v0.2.15
11332026-06-09T21:34:20.108Z Downloaded tokio-stream v0.1.18
11342026-06-09T21:34:20.108Z Downloaded void v1.0.2
11352026-06-09T21:34:20.108Z Downloaded want v0.3.1
11362026-06-09T21:34:20.108Z Downloaded waitgroup v0.1.2
11372026-06-09T21:34:20.108Z Downloaded usdt-attr-macro v0.6.0
11382026-06-09T21:34:20.108Z Downloaded tokio-rustls v0.24.1
11392026-06-09T21:34:20.111Z Downloaded untrusted v0.9.0
11402026-06-09T21:34:20.111Z Downloaded untrusted v0.7.1
11412026-06-09T21:34:20.111Z Downloaded tokio-rustls v0.26.4
11422026-06-09T21:34:20.114Z Downloaded h2 v0.4.13
11432026-06-09T21:34:20.117Z Downloaded slog v2.8.2
11442026-06-09T21:34:20.120Z Downloaded rand v0.10.0
11452026-06-09T21:34:20.123Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11462026-06-09T21:34:20.124Z Downloaded rcgen v0.12.1
11472026-06-09T21:34:20.127Z Downloaded xattr v1.6.1
11482026-06-09T21:34:20.132Z Downloaded tui-tree-widget v0.23.1
11492026-06-09T21:34:20.135Z Downloaded snafu v0.8.9
11502026-06-09T21:34:20.137Z Downloaded usdt-impl v0.6.0
11512026-06-09T21:34:20.141Z Downloaded hkdf v0.12.4
11522026-06-09T21:34:20.141Z Downloaded unicase v2.9.0
11532026-06-09T21:34:20.145Z Downloaded test-strategy v0.4.5
11542026-06-09T21:34:20.149Z Downloaded zeroize_derive v1.4.3
11552026-06-09T21:34:20.152Z Downloaded xshell-macros v0.2.7
11562026-06-09T21:34:20.155Z Downloaded rsa v0.9.10
11572026-06-09T21:34:20.160Z Downloaded uzers v0.12.2
11582026-06-09T21:34:20.163Z Downloaded rustls-webpki v0.103.9
11592026-06-09T21:34:20.165Z Downloaded samael v0.0.19
11602026-06-09T21:34:20.168Z Downloaded iddqd v0.4.2
11612026-06-09T21:34:20.172Z Downloaded wait-timeout v0.2.1
11622026-06-09T21:34:20.175Z Downloaded p521 v0.13.3
11632026-06-09T21:34:20.178Z Downloaded zone v0.3.1
11642026-06-09T21:34:20.182Z Downloaded iri-string v0.7.10
11652026-06-09T21:34:20.186Z Downloaded walkdir v2.5.0
11662026-06-09T21:34:20.189Z Downloaded hashbrown v0.16.1
11672026-06-09T21:34:20.192Z Downloaded toml_parser v1.0.9+spec-1.1.0
11682026-06-09T21:34:20.195Z Downloaded usdt v0.6.0
11692026-06-09T21:34:20.195Z Downloaded whoami v2.1.0
11702026-06-09T21:34:20.198Z Downloaded zone_cfg_derive v0.3.1
11712026-06-09T21:34:20.201Z Downloaded wyz v0.5.1
11722026-06-09T21:34:20.201Z Downloaded rand v0.9.2
11732026-06-09T21:34:20.204Z Downloaded ryu v1.0.23
11742026-06-09T21:34:20.204Z Downloaded unicode-properties v0.1.4
11752026-06-09T21:34:20.207Z Downloaded vergen-git2 v9.1.0
11762026-06-09T21:34:20.210Z Downloaded blake3 v1.8.3
11772026-06-09T21:34:20.215Z Downloaded schemars v0.9.0
11782026-06-09T21:34:20.221Z Downloaded zeroize v1.8.2
11792026-06-09T21:34:20.225Z Downloaded xshell v0.2.7
11802026-06-09T21:34:20.225Z Downloaded vergen-lib v9.1.0
11812026-06-09T21:34:20.225Z Downloaded schemars v1.2.1
11822026-06-09T21:34:20.232Z Downloaded vergen-lib v0.1.6
11832026-06-09T21:34:20.235Z Downloaded tracing-core v0.1.36
11842026-06-09T21:34:20.235Z Downloaded tinyvec v1.10.0
11852026-06-09T21:34:20.237Z Downloaded tracing-attributes v0.1.31
11862026-06-09T21:34:20.237Z Downloaded hyper v1.8.1
11872026-06-09T21:34:20.241Z Downloaded zstd-safe v7.2.4
11882026-06-09T21:34:20.244Z Downloaded zstd v0.13.3
11892026-06-09T21:34:20.247Z Downloaded toml v0.7.8
11902026-06-09T21:34:20.247Z Downloaded tar v0.4.45
11912026-06-09T21:34:20.250Z Downloaded rpassword v7.4.0
11922026-06-09T21:34:20.277Z Downloaded ssh-key v0.6.7
11932026-06-09T21:34:20.284Z Downloaded toml v1.0.6+spec-1.1.0
11942026-06-09T21:34:20.287Z Downloaded aho-corasick v1.1.4
11952026-06-09T21:34:20.290Z Downloaded typify v0.4.3
11962026-06-09T21:34:20.293Z Downloaded vte v0.14.1
11972026-06-09T21:34:20.296Z Downloaded vergen-gitcl v1.0.8
11982026-06-09T21:34:20.296Z Downloaded bitvec v1.0.1
11992026-06-09T21:34:20.303Z Downloaded vergen v9.1.0
12002026-06-09T21:34:20.306Z Downloaded unsafe-libyaml v0.2.11
12012026-06-09T21:34:20.309Z Downloaded whoami v1.6.1
12022026-06-09T21:34:20.312Z Downloaded toml_edit v0.19.15
12032026-06-09T21:34:20.321Z Downloaded vsss-rs v3.3.4
12042026-06-09T21:34:20.323Z Downloaded twox-hash v2.1.2
12052026-06-09T21:34:20.324Z Downloaded tungstenite v0.23.0
12062026-06-09T21:34:20.326Z Downloaded git2 v0.20.4
12072026-06-09T21:34:20.330Z Downloaded russh v0.45.0
12082026-06-09T21:34:20.333Z Downloaded zopfli v0.8.3
12092026-06-09T21:34:20.336Z Downloaded unicode-bidi v0.3.18
12102026-06-09T21:34:20.336Z Downloaded typify v0.6.2
12112026-06-09T21:34:20.339Z Downloaded zerocopy v0.6.6
12122026-06-09T21:34:20.342Z Downloaded yasna v0.5.2
12132026-06-09T21:34:20.342Z Downloaded steno v0.4.1
12142026-06-09T21:34:20.345Z Downloaded reedline v0.40.0
12152026-06-09T21:34:20.347Z Downloaded p384 v0.13.1
12162026-06-09T21:34:20.350Z Downloaded yansi v1.0.1
12172026-06-09T21:34:20.353Z Downloaded curve25519-dalek v4.1.3
12182026-06-09T21:34:20.356Z Downloaded toml_edit v0.23.10+spec-1.0.0
12192026-06-09T21:34:20.362Z Downloaded rustyline v14.0.0
12202026-06-09T21:34:20.365Z Downloaded zip v0.6.6
12212026-06-09T21:34:20.365Z Downloaded num-bigint-dig v0.8.6
12222026-06-09T21:34:20.367Z Downloaded rayon v1.11.0
12232026-06-09T21:34:20.373Z Downloaded libm v0.2.16
12242026-06-09T21:34:20.379Z Downloaded tungstenite v0.21.0
12252026-06-09T21:34:20.384Z Downloaded rustls-webpki v0.101.7
12262026-06-09T21:34:20.391Z Downloaded zerocopy-derive v0.8.40
12272026-06-09T21:34:20.396Z Downloaded tower v0.5.3
12282026-06-09T21:34:20.401Z Downloaded salty v0.3.0
12292026-06-09T21:34:20.405Z Downloaded lalrpop v0.19.12
12302026-06-09T21:34:20.411Z Downloaded uuid v1.23.0
12312026-06-09T21:34:20.414Z Downloaded x509-cert v0.2.5
12322026-06-09T21:34:20.417Z Downloaded unicode-segmentation v1.12.0
12332026-06-09T21:34:20.420Z Downloaded serde_with v1.14.0
12342026-06-09T21:34:20.442Z Downloaded tough v0.22.0
12352026-06-09T21:34:20.451Z Downloaded proptest v1.10.0
12362026-06-09T21:34:20.466Z Downloaded serde_with v3.17.0
12372026-06-09T21:34:20.472Z Downloaded unicode_categories v0.1.1
12382026-06-09T21:34:20.479Z Downloaded radix_trie v0.2.1
12392026-06-09T21:34:20.482Z Downloaded chrono v0.4.44
12402026-06-09T21:34:20.485Z Downloaded bindgen v0.71.1
12412026-06-09T21:34:20.502Z Downloaded regex v1.12.3
12422026-06-09T21:34:20.505Z Downloaded reqwest v0.13.2
12432026-06-09T21:34:20.508Z Downloaded winnow v0.6.26
12442026-06-09T21:34:20.512Z Downloaded reqwest v0.12.28
12452026-06-09T21:34:20.515Z Downloaded nix v0.28.0
12462026-06-09T21:34:20.521Z Downloaded nix v0.27.1
12472026-06-09T21:34:20.532Z Downloaded portable-atomic v1.13.1
12482026-06-09T21:34:20.552Z Downloaded tokio-postgres v0.7.16
12492026-06-09T21:34:20.558Z Downloaded unicode-normalization v0.1.25
12502026-06-09T21:34:20.561Z Downloaded time v0.3.47
12512026-06-09T21:34:20.568Z Downloaded rustls v0.21.12
12522026-06-09T21:34:20.574Z Downloaded quick-xml v0.37.5
12532026-06-09T21:34:20.587Z Downloaded regex-syntax v0.6.29
12542026-06-09T21:34:20.591Z Downloaded goblin v0.10.5
12552026-06-09T21:34:20.597Z Downloaded typed-path v0.9.3
12562026-06-09T21:34:20.601Z Downloaded nix v0.31.2
12572026-06-09T21:34:20.607Z Downloaded moka v0.12.13
12582026-06-09T21:34:20.612Z Downloaded dropshot v0.17.0
12592026-06-09T21:34:20.624Z Downloaded vcpkg v0.2.15
12602026-06-09T21:34:20.645Z Downloaded webpki-roots v1.0.6
12612026-06-09T21:34:20.648Z Downloaded petname v2.0.2
12622026-06-09T21:34:20.651Z Downloaded rustls v0.22.4
12632026-06-09T21:34:20.657Z Downloaded regress v0.11.1
12642026-06-09T21:34:20.662Z Downloaded zip v4.6.1
12652026-06-09T21:34:20.665Z Downloaded diesel v2.3.7
12662026-06-09T21:34:20.676Z Downloaded tower-http v0.6.8
12672026-06-09T21:34:20.681Z Downloaded regex-syntax v0.8.10
12682026-06-09T21:34:20.685Z Downloaded bstr v1.12.1
12692026-06-09T21:34:20.690Z Downloaded regress v0.10.5
12702026-06-09T21:34:20.695Z Downloaded tokio-util v0.7.18
12712026-06-09T21:34:20.706Z Downloaded quinn-proto v0.11.13
12722026-06-09T21:34:20.714Z Downloaded rustls-webpki v0.102.8
12732026-06-09T21:34:20.724Z Downloaded object v0.30.4
12742026-06-09T21:34:20.729Z Downloaded sqlparser v0.61.0
12752026-06-09T21:34:20.755Z Downloaded polar-core v0.27.3
12762026-06-09T21:34:20.767Z Downloaded winnow v0.5.40
12772026-06-09T21:34:20.771Z Downloaded typify-impl v0.6.2
12782026-06-09T21:34:20.780Z Downloaded ratatui v0.29.0
12792026-06-09T21:34:20.791Z Downloaded zlib-rs v0.6.2
12802026-06-09T21:34:20.794Z Downloaded tabled v0.20.0
12812026-06-09T21:34:20.804Z Downloaded openssl v0.10.79
12822026-06-09T21:34:20.827Z Downloaded petgraph v0.6.5
12832026-06-09T21:34:20.838Z Downloaded smoltcp v0.9.1
12842026-06-09T21:34:20.844Z Downloaded jiff v0.2.21
12852026-06-09T21:34:20.854Z Downloaded object v0.37.3
12862026-06-09T21:34:20.860Z Downloaded csv v1.4.0
12872026-06-09T21:34:20.872Z Downloaded petgraph v0.8.3
12882026-06-09T21:34:20.884Z Downloaded zerocopy v0.8.40
12892026-06-09T21:34:20.890Z Downloaded hickory-proto v0.24.4
12902026-06-09T21:34:20.903Z Downloaded smoltcp v0.11.0
12912026-06-09T21:34:20.909Z Downloaded openapiv3 v2.2.0
12922026-06-09T21:34:20.917Z Downloaded sha3 v0.10.8
12932026-06-09T21:34:20.926Z Downloaded hickory-proto v0.25.2
12942026-06-09T21:34:20.933Z Downloaded rustls v0.23.37
12952026-06-09T21:34:20.942Z Downloaded rustix v0.38.44
12962026-06-09T21:34:20.963Z Downloaded encoding_rs v0.8.35
12972026-06-09T21:34:20.991Z Downloaded libgit2-sys v0.18.3+1.9.2
12982026-06-09T21:34:21.068Z Downloaded sled v0.34.7
12992026-06-09T21:34:21.092Z Downloaded typify-impl v0.4.3
13002026-06-09T21:34:21.101Z Downloaded tracing v0.1.44
13012026-06-09T21:34:21.124Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-06-09T21:34:21.167Z Downloaded zerocopy-derive v0.6.6
13032026-06-09T21:34:21.175Z Downloaded regex-automata v0.4.14
13042026-06-09T21:34:21.210Z Downloaded chrono-tz v0.10.4
13052026-06-09T21:34:21.261Z Downloaded libz-sys v1.1.24
13062026-06-09T21:34:21.277Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-06-09T21:34:21.304Z Downloaded tokio v1.52.1
13082026-06-09T21:34:21.397Z Downloaded ring v0.17.14
13092026-06-09T21:34:22.031Z Downloaded aws-lc-sys v0.40.0
13102026-06-09T21:34:22.300Z Compiling libc v0.2.185
13112026-06-09T21:34:22.300Z Compiling serde v1.0.228
13122026-06-09T21:34:22.303Z Compiling log v0.4.29
13132026-06-09T21:34:22.303Z Compiling find-msvc-tools v0.1.9
13142026-06-09T21:34:22.453Z Compiling shlex v1.3.0
13152026-06-09T21:34:22.461Z Compiling smallvec v1.15.1
13162026-06-09T21:34:22.482Z Compiling syn v2.0.117
13172026-06-09T21:34:22.485Z Compiling typenum v1.19.0
13182026-06-09T21:34:22.648Z Compiling generic-array v0.14.7
13192026-06-09T21:34:22.661Z Compiling subtle v2.6.1
13202026-06-09T21:34:22.675Z Compiling scopeguard v1.2.0
13212026-06-09T21:34:22.711Z Compiling const-oid v0.9.6
13222026-06-09T21:34:22.772Z Compiling lock_api v0.4.14
13232026-06-09T21:34:22.785Z Compiling serde_json v1.0.149
13242026-06-09T21:34:22.835Z Compiling zerocopy v0.8.40
13252026-06-09T21:34:22.904Z Compiling parking_lot_core v0.9.12
13262026-06-09T21:34:23.000Z Compiling pin-project-lite v0.2.17
13272026-06-09T21:34:23.098Z Compiling portable-atomic v1.13.1
13282026-06-09T21:34:23.156Z Compiling pkg-config v0.3.32
13292026-06-09T21:34:23.275Z Compiling getrandom v0.2.17
13302026-06-09T21:34:23.344Z Compiling jobserver v0.1.34
13312026-06-09T21:34:23.442Z Compiling rand_core v0.6.4
13322026-06-09T21:34:23.461Z Compiling errno v0.3.14
13332026-06-09T21:34:23.569Z Compiling cc v1.2.56
13342026-06-09T21:34:23.728Z Compiling signal-hook-registry v1.4.8
13352026-06-09T21:34:23.740Z Compiling bitflags v2.11.0
13362026-06-09T21:34:23.771Z Compiling libm v0.2.16
13372026-06-09T21:34:23.820Z Compiling critical-section v1.2.0
13382026-06-09T21:34:23.930Z Compiling futures-core v0.3.32
13392026-06-09T21:34:23.963Z Compiling parking_lot v0.12.5
13402026-06-09T21:34:23.991Z Compiling mio v1.2.0
13412026-06-09T21:34:24.084Z Compiling once_cell v1.21.3
13422026-06-09T21:34:24.100Z Compiling num-traits v0.2.19
13432026-06-09T21:34:24.174Z Compiling percent-encoding v2.3.2
13442026-06-09T21:34:24.299Z Compiling socket2 v0.6.3
13452026-06-09T21:34:24.334Z Compiling futures-sink v0.3.32
13462026-06-09T21:34:24.364Z Compiling futures-io v0.3.32
13472026-06-09T21:34:24.436Z Compiling futures-channel v0.3.32
13482026-06-09T21:34:24.439Z Compiling futures-task v0.3.32
13492026-06-09T21:34:24.468Z Compiling cpufeatures v0.2.17
13502026-06-09T21:34:24.517Z Compiling slab v0.4.12
13512026-06-09T21:34:24.541Z Compiling getrandom v0.4.1
13522026-06-09T21:34:24.615Z Compiling rand_core v0.10.0
13532026-06-09T21:34:24.662Z Compiling indexmap v2.14.0
13542026-06-09T21:34:24.686Z Compiling getrandom v0.3.4
13552026-06-09T21:34:24.703Z Compiling rustversion v1.0.22
13562026-06-09T21:34:24.781Z Compiling form_urlencoded v1.2.2
13572026-06-09T21:34:25.098Z Compiling cmake v0.1.57
13582026-06-09T21:34:25.121Z Compiling dunce v1.0.5
13592026-06-09T21:34:25.148Z Compiling fs_extra v1.3.0
13602026-06-09T21:34:25.303Z Compiling synstructure v0.13.2
13612026-06-09T21:34:25.332Z Compiling base64ct v1.8.3
13622026-06-09T21:34:25.417Z Compiling ident_case v1.0.1
13632026-06-09T21:34:25.497Z Compiling aws-lc-sys v0.40.0
13642026-06-09T21:34:25.541Z Compiling rustix v1.1.3
13652026-06-09T21:34:25.590Z Compiling pem-rfc7468 v0.7.0
13662026-06-09T21:34:25.622Z Compiling iana-time-zone v0.1.65
13672026-06-09T21:34:25.670Z Compiling regex-syntax v0.8.10
13682026-06-09T21:34:25.798Z Compiling flagset v0.4.7
13692026-06-09T21:34:25.824Z Compiling rand_core v0.9.5
13702026-06-09T21:34:25.902Z Compiling ring v0.17.14
13712026-06-09T21:34:25.923Z Compiling vcpkg v0.2.15
13722026-06-09T21:34:25.935Z Compiling aws-lc-rs v1.16.3
13732026-06-09T21:34:26.106Z Compiling uuid v1.23.0
13742026-06-09T21:34:26.223Z Compiling rustc_version v0.4.1
13752026-06-09T21:34:26.558Z Compiling tracing-core v0.1.36
13762026-06-09T21:34:26.653Z Compiling openssl-sys v0.9.115
13772026-06-09T21:34:26.798Z Compiling base64 v0.22.1
13782026-06-09T21:34:27.044Z Compiling serde_derive v1.0.228
13792026-06-09T21:34:27.089Z Compiling zeroize_derive v1.4.3
13802026-06-09T21:34:27.109Z Compiling zerofrom-derive v0.1.6
13812026-06-09T21:34:27.154Z Compiling yoke-derive v0.8.1
13822026-06-09T21:34:27.275Z Compiling zerocopy-derive v0.8.40
13832026-06-09T21:34:27.770Z Compiling zeroize v1.8.2
13842026-06-09T21:34:28.007Z Compiling zerovec-derive v0.11.2
13852026-06-09T21:34:28.340Z Compiling displaydoc v0.2.5
13862026-06-09T21:34:28.504Z Compiling crypto-common v0.1.7
13872026-06-09T21:34:28.529Z Compiling zerofrom v0.1.6
13882026-06-09T21:34:28.647Z Compiling yoke v0.8.1
13892026-06-09T21:34:28.647Z Compiling block-buffer v0.10.4
13902026-06-09T21:34:28.811Z Compiling digest v0.10.7
13912026-06-09T21:34:28.836Z Compiling tokio-macros v2.7.0
13922026-06-09T21:34:29.054Z Compiling futures-macro v0.3.32
13932026-06-09T21:34:29.072Z Compiling zerotrie v0.2.3
13942026-06-09T21:34:29.105Z Compiling zerovec v0.11.5
13952026-06-09T21:34:29.358Z Compiling hmac v0.12.1
13962026-06-09T21:34:29.513Z Compiling block-padding v0.3.3
13972026-06-09T21:34:29.534Z Compiling sha2 v0.10.9
13982026-06-09T21:34:29.597Z Compiling tinystr v0.8.2
13992026-06-09T21:34:29.668Z Compiling potential_utf v0.1.4
14002026-06-09T21:34:29.799Z Compiling icu_locale_core v2.1.1
14012026-06-09T21:34:29.823Z Compiling icu_collections v2.1.1
14022026-06-09T21:34:29.827Z Compiling futures-util v0.3.32
14032026-06-09T21:34:30.286Z Compiling inout v0.1.4
14042026-06-09T21:34:30.451Z Compiling bytes v1.11.1
14052026-06-09T21:34:30.484Z Compiling icu_provider v2.1.1
14062026-06-09T21:34:30.562Z Compiling cipher v0.4.4
14072026-06-09T21:34:30.660Z Compiling der_derive v0.7.3
14082026-06-09T21:34:30.776Z Compiling icu_properties v2.1.2
14092026-06-09T21:34:30.825Z Compiling icu_normalizer v2.1.1
14102026-06-09T21:34:30.906Z Compiling tokio v1.52.1
14112026-06-09T21:34:31.052Z Compiling http v1.4.0
14122026-06-09T21:34:31.367Z Compiling chrono v0.4.44
14132026-06-09T21:34:31.610Z Compiling ppv-lite86 v0.2.21
14142026-06-09T21:34:31.643Z Compiling idna_adapter v1.2.1
14152026-06-09T21:34:31.779Z Compiling idna v1.1.0
14162026-06-09T21:34:31.854Z Compiling der v0.7.10
14172026-06-09T21:34:31.919Z Compiling salsa20 v0.10.2
14182026-06-09T21:34:31.941Z Compiling pbkdf2 v0.12.2
14192026-06-09T21:34:32.053Z Compiling url v2.5.8
14202026-06-09T21:34:32.058Z Compiling rustls-pki-types v1.14.0
14212026-06-09T21:34:32.080Z Compiling tracing-attributes v0.1.31
14222026-06-09T21:34:32.445Z Compiling thiserror-impl v2.0.18
14232026-06-09T21:34:32.550Z Compiling scrypt v0.11.0
14242026-06-09T21:34:32.783Z Compiling spki v0.7.3
14252026-06-09T21:34:32.803Z Compiling rand_chacha v0.9.0
14262026-06-09T21:34:32.909Z Compiling http-body v1.0.1
14272026-06-09T21:34:32.987Z Compiling cbc v0.1.2
14282026-06-09T21:34:33.059Z Compiling aes v0.8.4
14292026-06-09T21:34:33.131Z Compiling tinyvec_macros v0.1.1
14302026-06-09T21:34:33.145Z Compiling untrusted v0.7.1
14312026-06-09T21:34:33.200Z Compiling openssl-probe v0.2.1
14322026-06-09T21:34:33.266Z Compiling httparse v1.10.1
14332026-06-09T21:34:33.375Z Compiling untrusted v0.9.0
14342026-06-09T21:34:33.402Z Compiling tracing v0.1.44
14352026-06-09T21:34:33.495Z Compiling pkcs5 v0.7.1
14362026-06-09T21:34:33.645Z Compiling tinyvec v1.10.0
14372026-06-09T21:34:33.665Z Compiling pest_generator v2.8.6
14382026-06-09T21:34:33.765Z Compiling thiserror v2.0.18
14392026-06-09T21:34:33.870Z Compiling rand v0.9.2
14402026-06-09T21:34:33.974Z Compiling serde_derive_internals v0.29.1
14412026-06-09T21:34:33.977Z Compiling aho-corasick v1.1.4
14422026-06-09T21:34:34.104Z Compiling atomic-waker v1.1.2
14432026-06-09T21:34:34.228Z Compiling tower-layer v0.3.3
14442026-06-09T21:34:34.338Z Compiling rustls v0.23.37
14452026-06-09T21:34:34.383Z Compiling schemars v0.8.22
14462026-06-09T21:34:34.502Z Compiling tower-service v0.3.3
14472026-06-09T21:34:34.580Z Compiling dyn-clone v1.0.20
14482026-06-09T21:34:34.598Z Compiling tokio-util v0.7.18
14492026-06-09T21:34:34.638Z Compiling try-lock v0.2.5
14502026-06-09T21:34:34.730Z Compiling want v0.3.1
14512026-06-09T21:34:34.745Z Compiling regex-automata v0.4.14
14522026-06-09T21:34:34.851Z Compiling schemars_derive v0.8.22
14532026-06-09T21:34:34.892Z Compiling pest_derive v2.8.6
14542026-06-09T21:34:35.232Z Compiling pkcs8 v0.10.2
14552026-06-09T21:34:35.305Z Compiling h2 v0.4.13
14562026-06-09T21:34:35.609Z Compiling ipnet v2.11.0
14572026-06-09T21:34:35.623Z Compiling scroll_derive v0.13.1
14582026-06-09T21:34:35.900Z Compiling darling_core v0.20.11
14592026-06-09T21:34:36.093Z Compiling pin-utils v0.1.0
14602026-06-09T21:34:36.148Z Compiling foreign-types-shared v0.1.1
14612026-06-09T21:34:36.221Z Compiling httpdate v1.0.3
14622026-06-09T21:34:36.307Z Compiling openssl v0.10.79
14632026-06-09T21:34:36.390Z Compiling tempfile v3.25.0
14642026-06-09T21:34:36.446Z Compiling scroll v0.13.0
14652026-06-09T21:34:36.496Z Compiling foreign-types v0.3.2
14662026-06-09T21:34:36.565Z Compiling unicode-normalization v0.1.25
14672026-06-09T21:34:36.709Z Compiling openssl-macros v0.1.1
14682026-06-09T21:34:36.970Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-06-09T21:34:37.059Z Compiling spin v0.9.8
14702026-06-09T21:34:37.082Z Compiling num-conv v0.2.0
14712026-06-09T21:34:37.255Z Compiling crc32fast v1.5.0
14722026-06-09T21:34:37.311Z Compiling time-core v0.1.8
14732026-06-09T21:34:37.375Z Compiling powerfmt v0.2.0
14742026-06-09T21:34:37.460Z Compiling native-tls v0.2.18
14752026-06-09T21:34:37.563Z Compiling deranged v0.5.8
14762026-06-09T21:34:37.580Z Compiling time-macros v0.2.27
14772026-06-09T21:34:38.080Z Compiling darling_macro v0.20.11
14782026-06-09T21:34:38.525Z Compiling hyper v1.8.1
14792026-06-09T21:34:38.538Z Compiling darling v0.20.11
14802026-06-09T21:34:38.616Z Compiling goblin v0.10.5
14812026-06-09T21:34:38.629Z Compiling rustls-native-certs v0.8.3
14822026-06-09T21:34:38.791Z Compiling sync_wrapper v1.0.2
14832026-06-09T21:34:38.899Z Compiling wait-timeout v0.2.1
14842026-06-09T21:34:38.918Z Compiling syn v1.0.109
14852026-06-09T21:34:39.156Z Compiling unicode-segmentation v1.12.0
14862026-06-09T21:34:39.212Z Compiling crossbeam-utils v0.8.21
14872026-06-09T21:34:39.231Z Compiling simd-adler32 v0.3.8
14882026-06-09T21:34:39.472Z Compiling usdt-impl v0.6.0
14892026-06-09T21:34:39.491Z Compiling quick-error v1.2.3
14902026-06-09T21:34:39.526Z Compiling hyper-util v0.1.20
14912026-06-09T21:34:39.598Z Compiling bit-vec v0.8.0
14922026-06-09T21:34:39.669Z Compiling num_threads v0.1.7
14932026-06-09T21:34:39.785Z Compiling siphasher v1.0.2
14942026-06-09T21:34:39.829Z Compiling bit-set v0.8.0
14952026-06-09T21:34:39.947Z Compiling time v0.3.47
14962026-06-09T21:34:40.047Z Compiling rusty-fork v0.3.1
14972026-06-09T21:34:40.346Z Compiling tower v0.5.3
14982026-06-09T21:34:40.377Z Compiling derive_builder_core v0.20.2
14992026-06-09T21:34:40.802Z Compiling dtrace-parser v0.3.0
15002026-06-09T21:34:40.927Z Compiling http-body-util v0.1.3
15012026-06-09T21:34:41.169Z Compiling webpki-roots v1.0.6
15022026-06-09T21:34:41.214Z Compiling signature v2.2.0
15032026-06-09T21:34:41.228Z Compiling thiserror-impl v1.0.69
15042026-06-09T21:34:41.287Z Compiling dof v0.4.0
15052026-06-09T21:34:41.392Z Compiling scroll_derive v0.12.1
15062026-06-09T21:34:41.476Z Compiling heapless v0.7.17
15072026-06-09T21:34:41.540Z Compiling rand_xorshift v0.4.0
15082026-06-09T21:34:41.699Z Compiling slog v2.8.2
15092026-06-09T21:34:41.713Z Compiling darling_core v0.21.3
15102026-06-09T21:34:41.877Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-06-09T21:34:42.028Z Compiling thread-id v5.1.0
15122026-06-09T21:34:42.114Z Compiling cookie v0.18.1
15132026-06-09T21:34:42.143Z Compiling allocator-api2 v0.2.21
15142026-06-09T21:34:42.310Z Compiling unicode-bidi v0.3.18
15152026-06-09T21:34:42.438Z Compiling unarray v0.1.4
15162026-06-09T21:34:42.458Z Compiling zstd-safe v7.2.4
15172026-06-09T21:34:42.530Z Compiling paste v1.0.15
15182026-06-09T21:34:42.547Z Compiling unicode-properties v0.1.4
15192026-06-09T21:34:42.649Z Compiling adler2 v2.0.1
15202026-06-09T21:34:42.752Z Compiling iri-string v0.7.10
15212026-06-09T21:34:42.780Z Compiling signal-hook v0.3.18
15222026-06-09T21:34:42.793Z Compiling ryu v1.0.23
15232026-06-09T21:34:42.836Z Compiling anyhow v1.0.102
15242026-06-09T21:34:42.894Z Compiling miniz_oxide v0.8.9
15252026-06-09T21:34:42.961Z Compiling serde_urlencoded v0.7.1
15262026-06-09T21:34:42.975Z Compiling stringprep v0.1.5
15272026-06-09T21:34:43.199Z Compiling proptest v1.10.0
15282026-06-09T21:34:43.349Z Compiling thiserror v1.0.69
15292026-06-09T21:34:43.499Z Compiling scroll v0.12.0
15302026-06-09T21:34:43.813Z Compiling derive_builder_macro v0.20.2
15312026-06-09T21:34:44.008Z Compiling tower-http v0.6.8
15322026-06-09T21:34:44.218Z Compiling darling_macro v0.21.3
15332026-06-09T21:34:44.250Z Compiling tokio-native-tls v0.3.1
15342026-06-09T21:34:44.291Z Compiling heck v0.4.1
15352026-06-09T21:34:44.395Z Compiling ipnetwork v0.21.1
15362026-06-09T21:34:44.415Z Compiling bstr v1.12.1
15372026-06-09T21:34:44.508Z Compiling rand_chacha v0.3.1
15382026-06-09T21:34:44.675Z Compiling serde_spanned v0.6.9
15392026-06-09T21:34:44.710Z Compiling serde_tokenstream v0.2.3
15402026-06-09T21:34:44.785Z Compiling erased-serde v0.3.31
15412026-06-09T21:34:44.814Z Compiling toml_datetime v0.6.11
15422026-06-09T21:34:45.018Z Compiling md-5 v0.10.6
15432026-06-09T21:34:45.047Z Compiling async-trait v0.1.89
15442026-06-09T21:34:45.067Z Compiling pin-project-internal v1.1.11
15452026-06-09T21:34:45.177Z Compiling zerocopy-derive v0.7.35
15462026-06-09T21:34:45.258Z Compiling curve25519-dalek v4.1.3
15472026-06-09T21:34:45.302Z Compiling vergen-lib v9.1.0
15482026-06-09T21:34:45.479Z Compiling num-integer v0.1.46
15492026-06-09T21:34:45.586Z Compiling hash32 v0.2.1
15502026-06-09T21:34:45.777Z Compiling ff v0.13.1
15512026-06-09T21:34:45.790Z Compiling memoffset v0.9.1
15522026-06-09T21:34:45.912Z Compiling encoding_rs v0.8.35
15532026-06-09T21:34:45.980Z Compiling mime v0.3.17
15542026-06-09T21:34:46.021Z Compiling fallible-iterator v0.2.0
15552026-06-09T21:34:46.046Z Compiling base16ct v0.2.0
15562026-06-09T21:34:46.147Z Compiling cfg_aliases v0.2.1
15572026-06-09T21:34:46.221Z Compiling num-bigint-dig v0.8.6
15582026-06-09T21:34:46.226Z Compiling rustix v0.38.44
15592026-06-09T21:34:46.248Z Compiling ref-cast v1.0.25
15602026-06-09T21:34:46.334Z Compiling psl-types v2.0.11
15612026-06-09T21:34:46.406Z Compiling litrs v1.0.0
15622026-06-09T21:34:46.455Z Compiling smoltcp v0.9.1
15632026-06-09T21:34:46.542Z Compiling zlib-rs v0.6.2
15642026-06-09T21:34:46.705Z Compiling publicsuffix v2.3.0
15652026-06-09T21:34:46.818Z Compiling postgres-protocol v0.6.10
15662026-06-09T21:34:46.873Z Compiling nix v0.31.2
15672026-06-09T21:34:46.910Z Compiling document-features v0.2.12
15682026-06-09T21:34:47.273Z Compiling sec1 v0.7.3
15692026-06-09T21:34:47.398Z Compiling pin-project v1.1.11
15702026-06-09T21:34:47.431Z Compiling zerocopy v0.7.35
15712026-06-09T21:34:47.499Z Compiling group v0.13.0
15722026-06-09T21:34:47.592Z Compiling num-iter v0.1.45
15732026-06-09T21:34:47.728Z Compiling newtype-uuid v1.3.2
15742026-06-09T21:34:47.982Z Compiling rand v0.8.6
15752026-06-09T21:34:48.016Z Compiling darling v0.21.3
15762026-06-09T21:34:48.059Z Compiling hubpack_derive v0.1.1
15772026-06-09T21:34:48.074Z Compiling oxnet v0.1.5
15782026-06-09T21:34:48.103Z Compiling snafu-derive v0.8.9
15792026-06-09T21:34:48.162Z Compiling hyper-tls v0.6.0
15802026-06-09T21:34:48.471Z Compiling derive_builder v0.20.2
15812026-06-09T21:34:48.592Z Compiling goblin v0.8.2
15822026-06-09T21:34:49.117Z Compiling phf_shared v0.13.1
15832026-06-09T21:34:49.131Z Compiling lazy_static v1.5.0
15842026-06-09T21:34:49.221Z Compiling regex v1.12.3
15852026-06-09T21:34:49.352Z Compiling anstyle-parse v0.2.7
15862026-06-09T21:34:49.463Z Compiling flate2 v1.1.9
15872026-06-09T21:34:49.533Z Compiling strum_macros v0.27.2
15882026-06-09T21:34:49.643Z Compiling futures-executor v0.3.32
15892026-06-09T21:34:49.780Z Compiling hex v0.4.3
15902026-06-09T21:34:49.857Z Compiling hkdf v0.12.4
15912026-06-09T21:34:49.895Z Compiling crypto-bigint v0.5.5
15922026-06-09T21:34:50.000Z Compiling daft-derive v0.1.7
15932026-06-09T21:34:50.021Z Compiling curve25519-dalek-derive v0.1.1
15942026-06-09T21:34:50.048Z Compiling ref-cast-impl v1.0.25
15952026-06-09T21:34:50.571Z Compiling terminal_size v0.4.3
15962026-06-09T21:34:50.649Z Compiling vergen v9.1.0
15972026-06-09T21:34:50.704Z Compiling fs-err v3.3.0
15982026-06-09T21:34:50.719Z Compiling cargo-platform v0.3.2
15992026-06-09T21:34:50.825Z Compiling ahash v0.8.12
16002026-06-09T21:34:50.888Z Compiling libbz2-rs-sys v0.2.2
16012026-06-09T21:34:50.983Z Compiling bitflags v1.3.2
16022026-06-09T21:34:51.022Z Compiling same-file v1.0.6
16032026-06-09T21:34:51.059Z Compiling foldhash v0.1.5
16042026-06-09T21:34:51.185Z Compiling managed v0.8.0
16052026-06-09T21:34:51.228Z Compiling winnow v0.5.40
16062026-06-09T21:34:51.403Z Compiling object v0.37.3
16072026-06-09T21:34:51.485Z Compiling bumpalo v3.20.2
16082026-06-09T21:34:51.562Z Compiling foldhash v0.2.0
16092026-06-09T21:34:51.717Z Compiling hashbrown v0.16.1
16102026-06-09T21:34:51.732Z Compiling zopfli v0.8.3
16112026-06-09T21:34:51.777Z Compiling strum v0.27.2
16122026-06-09T21:34:51.973Z Compiling bzip2 v0.6.1
16132026-06-09T21:34:51.999Z Compiling hashbrown v0.15.5
16142026-06-09T21:34:52.174Z Compiling walkdir v2.5.0
16152026-06-09T21:34:52.347Z Compiling clap_builder v4.6.0
16162026-06-09T21:34:52.514Z Compiling cargo_metadata v0.23.1
16172026-06-09T21:34:52.537Z Compiling toml_edit v0.19.15
16182026-06-09T21:34:52.586Z Compiling elliptic-curve v0.13.8
16192026-06-09T21:34:52.681Z Compiling dof v0.3.0
16202026-06-09T21:34:52.754Z Compiling daft v0.1.7
16212026-06-09T21:34:53.131Z Compiling snafu v0.8.9
16222026-06-09T21:34:53.395Z Compiling futures v0.3.32
16232026-06-09T21:34:53.476Z Compiling anstream v0.6.21
16242026-06-09T21:34:53.491Z Compiling phf v0.13.1
16252026-06-09T21:34:53.778Z Compiling signal-hook-mio v0.2.5
16262026-06-09T21:34:53.853Z Compiling cookie_store v0.22.1
16272026-06-09T21:34:54.216Z Compiling bzip2 v0.4.4
16282026-06-09T21:34:54.240Z Compiling zstd v0.13.3
16292026-06-09T21:34:54.425Z Compiling hubpack v0.1.2
16302026-06-09T21:34:54.490Z Compiling serde_with_macros v3.17.0
16312026-06-09T21:34:54.608Z Compiling postgres-types v0.2.12
16322026-06-09T21:34:55.121Z Compiling usdt-macro v0.6.0
16332026-06-09T21:34:55.147Z Compiling usdt-attr-macro v0.6.0
16342026-06-09T21:34:55.286Z Compiling globset v0.4.18
16352026-06-09T21:34:55.585Z Compiling dtrace-parser v0.2.0
16362026-06-09T21:34:55.730Z Compiling ed25519 v2.2.3
16372026-06-09T21:34:55.842Z Compiling phf_shared v0.11.3
16382026-06-09T21:34:55.931Z Compiling olpc-cjson v0.1.4
16392026-06-09T21:34:55.945Z Compiling pkcs1 v0.7.5
16402026-06-09T21:34:55.958Z Compiling strum_macros v0.26.4
16412026-06-09T21:34:56.023Z Compiling clap_derive v4.6.1
16422026-06-09T21:34:56.085Z Compiling enum-as-inner v0.6.1
16432026-06-09T21:34:56.335Z Compiling serde-big-array v0.5.1
16442026-06-09T21:34:56.348Z Compiling serde_plain v1.0.2
16452026-06-09T21:34:56.476Z Compiling rfc6979 v0.4.0
16462026-06-09T21:34:56.540Z Compiling async-recursion v1.1.1
16472026-06-09T21:34:56.574Z Compiling serde_repr v0.1.20
16482026-06-09T21:34:56.598Z Compiling pem v3.0.6
16492026-06-09T21:34:56.625Z Compiling float-cmp v0.10.0
16502026-06-09T21:34:56.771Z Compiling memmap2 v0.9.10
16512026-06-09T21:34:56.923Z Compiling thread-id v4.2.2
16522026-06-09T21:34:56.983Z Compiling env_filter v1.0.0
16532026-06-09T21:34:57.009Z Compiling normalize-line-endings v0.3.0
16542026-06-09T21:34:57.086Z Compiling either v1.15.0
16552026-06-09T21:34:57.105Z Compiling typed-path v0.9.3
16562026-06-09T21:34:57.175Z Compiling new_debug_unreachable v1.0.6
16572026-06-09T21:34:57.265Z Compiling data-encoding v2.10.0
16582026-06-09T21:34:57.338Z Compiling precomputed-hash v0.1.1
16592026-06-09T21:34:57.342Z Compiling fixedbitset v0.5.7
16602026-06-09T21:34:57.412Z Compiling fixedbitset v0.4.2
16612026-06-09T21:34:57.642Z Compiling jiff v0.2.21
16622026-06-09T21:34:57.650Z Compiling static_assertions v1.1.0
16632026-06-09T21:34:57.710Z Compiling keccak v0.1.6
16642026-06-09T21:34:57.730Z Compiling difflib v0.4.0
16652026-06-09T21:34:57.795Z Compiling whoami v2.1.0
16662026-06-09T21:34:57.957Z Compiling predicates-core v1.0.10
16672026-06-09T21:34:58.133Z Compiling predicates v3.1.4
16682026-06-09T21:34:58.206Z Compiling tokio-postgres v0.7.16
16692026-06-09T21:34:58.279Z Compiling sha3 v0.10.8
16702026-06-09T21:34:58.363Z Compiling clap v4.6.1
16712026-06-09T21:34:58.448Z Compiling strum v0.26.3
16722026-06-09T21:34:58.529Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-06-09T21:34:58.579Z Compiling petgraph v0.6.5
16742026-06-09T21:34:58.725Z Compiling hickory-proto v0.25.2
16752026-06-09T21:34:58.783Z Compiling petgraph v0.8.3
16762026-06-09T21:34:59.304Z Compiling string_cache v0.8.9
16772026-06-09T21:34:59.528Z Compiling itertools v0.13.0
16782026-06-09T21:35:00.028Z Compiling env_logger v0.11.9
16792026-06-09T21:35:00.330Z Compiling zip v4.6.1
16802026-06-09T21:35:00.379Z Compiling toml_edit v0.22.27
16812026-06-09T21:35:00.679Z Compiling usdt-impl v0.5.0
16822026-06-09T21:35:00.745Z Compiling usdt v0.6.0
16832026-06-09T21:35:01.000Z Compiling ecdsa v0.16.9
16842026-06-09T21:35:01.256Z Compiling rsa v0.9.10
16852026-06-09T21:35:01.271Z Compiling ed25519-dalek v2.2.0
16862026-06-09T21:35:01.285Z Compiling serde_with v3.17.0
16872026-06-09T21:35:01.391Z Compiling crossterm v0.28.1
16882026-06-09T21:35:01.923Z Compiling zip v0.6.6
16892026-06-09T21:35:02.713Z Compiling toml v0.7.8
16902026-06-09T21:35:02.918Z Compiling iddqd v0.4.2
16912026-06-09T21:35:03.316Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-06-09T21:35:03.335Z Compiling similar v2.7.0
16932026-06-09T21:35:03.382Z Compiling crossbeam-epoch v0.9.18
16942026-06-09T21:35:03.421Z Compiling tokio-stream v0.1.18
16952026-06-09T21:35:03.707Z Compiling buf-list v1.1.2
16962026-06-09T21:35:03.873Z Compiling x509-cert v0.2.5
16972026-06-09T21:35:03.935Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16982026-06-09T21:35:03.982Z Compiling openapiv3 v2.2.0
16992026-06-09T21:35:04.174Z Compiling sha1 v0.10.6
17002026-06-09T21:35:04.189Z Compiling peg-runtime v0.8.5
17012026-06-09T21:35:04.233Z Compiling lalrpop-util v0.19.12
17022026-06-09T21:35:04.389Z Compiling thread_local v1.1.9
17032026-06-09T21:35:04.426Z Compiling slog-async v2.8.0
17042026-06-09T21:35:04.463Z Compiling crossbeam-channel v0.5.15
17052026-06-09T21:35:04.578Z Compiling filetime v0.2.27
17062026-06-09T21:35:04.635Z Compiling is-terminal v0.4.17
17072026-06-09T21:35:04.731Z Compiling term v1.2.1
17082026-06-09T21:35:04.744Z Compiling xattr v1.6.1
17092026-06-09T21:35:04.757Z Compiling take_mut v0.2.2
17102026-06-09T21:35:04.867Z Compiling tar v0.4.45
17112026-06-09T21:35:05.294Z Compiling slog-term v2.9.2
17122026-06-09T21:35:14.983Z Compiling rustls-webpki v0.103.9
17132026-06-09T21:35:17.754Z Compiling tokio-rustls v0.26.4
17142026-06-09T21:35:17.754Z Compiling rustls-platform-verifier v0.6.2
17152026-06-09T21:35:17.948Z Compiling hyper-rustls v0.27.7
17162026-06-09T21:35:18.145Z Compiling reqwest v0.12.28
17172026-06-09T21:35:18.164Z Compiling reqwest v0.13.2
17182026-06-09T21:35:19.405Z Compiling tough v0.22.0
17192026-06-09T21:35:21.903Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-06-09T21:35:22.110Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-06-09T21:35:24.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17222026-06-09T21:35:25.089Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17232026-06-09T21:35:25.143ZJun 09 21:35:23.884 INFO Starting download, target: Cockroach
17242026-06-09T21:35:25.144ZJun 09 21:35:23.884 INFO Starting download, target: Console
17252026-06-09T21:35:25.152ZJun 09 21:35:23.885 INFO Starting download, target: Clickhouse
17262026-06-09T21:35:25.152ZJun 09 21:35:23.885 INFO Starting download, target: DendriteStub
17272026-06-09T21:35:25.152ZJun 09 21:35:23.885 INFO Starting download, target: MaghemiteMgd
17282026-06-09T21:35:25.152ZJun 09 21:35:23.885 INFO Starting download, target: TransceiverControl
17292026-06-09T21:35:25.152ZJun 09 21:35:23.885 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17302026-06-09T21:35:25.152ZJun 09 21:35:23.885 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-06-09T21:35:25.152ZJun 09 21:35:23.885 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17322026-06-09T21:35:25.152ZJun 09 21:35:23.885 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-06-09T21:35:25.152ZJun 09 21:35:23.885 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17342026-06-09T21:35:25.153ZJun 09 21:35:23.885 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-06-09T21:35:26.168ZJun 09 21:35:24.894 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17362026-06-09T21:35:26.402ZJun 09 21:35:25.129 INFO Download complete, target: Console
17372026-06-09T21:35:26.428ZJun 09 21:35:25.136 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-06-09T21:35:26.638ZJun 09 21:35:25.345 INFO Download complete, target: TransceiverControl
17392026-06-09T21:35:26.900ZJun 09 21:35:25.629 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17402026-06-09T21:35:27.228ZJun 09 21:35:25.968 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-06-09T21:35:27.490ZJun 09 21:35:26.234 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422026-06-09T21:35:27.905ZJun 09 21:35:26.651 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17432026-06-09T21:35:27.906ZJun 09 21:35:26.651 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17442026-06-09T21:35:29.295ZJun 09 21:35:28.040 INFO Download complete, target: DendriteStub
17452026-06-09T21:35:29.770ZJun 09 21:35:28.516 INFO Download complete, target: MaghemiteMgd
17462026-06-09T21:35:32.534ZJun 09 21:35:31.279 INFO Checking that binary works, target: Cockroach
17472026-06-09T21:35:32.650ZJun 09 21:35:31.396 INFO Download complete, target: Cockroach
17482026-06-09T21:35:34.010ZJun 09 21:35:32.755 INFO Checking that binary works, target: Clickhouse
17492026-06-09T21:35:34.095ZJun 09 21:35:32.840 INFO Download complete, target: Clickhouse
17502026-06-09T21:35:34.110ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-06-09T21:35:34.113Z
17522026-06-09T21:35:34.113Zreal 2:28.528123131
17532026-06-09T21:35:34.113Zuser 6:54.829034530
17542026-06-09T21:35:34.113Zsys 1:21.568280052
17552026-06-09T21:35:34.113Ztrap 0.222931194
17562026-06-09T21:35:34.113Ztflt 0.705200601
17572026-06-09T21:35:34.113Zdflt 0.596349689
17582026-06-09T21:35:34.113Zkflt 0.027046056
17592026-06-09T21:35:34.113Zlock 22:14.363280653
17602026-06-09T21:35:34.114Zslp 21:35.530866023
17612026-06-09T21:35:34.114Zlat 42.135652220
17622026-06-09T21:35:34.114Zstop 1:57.661225620
17632026-06-09T21:35:34.114Z+ banner clippy
17642026-06-09T21:35:34.114Z
17652026-06-09T21:35:34.114Z #### # # ##### ##### # #
17662026-06-09T21:35:34.114Z # # # # # # # # # #
17672026-06-09T21:35:34.114Z # # # # # # # #
17682026-06-09T21:35:34.114Z # # # ##### ##### #
17692026-06-09T21:35:34.114Z # # # # # # #
17702026-06-09T21:35:34.114Z #### ###### # # # #
17712026-06-09T21:35:34.114Z
17722026-06-09T21:35:34.114Z+ export CARGO_INCREMENTAL=0
17732026-06-09T21:35:34.114Z+ CARGO_INCREMENTAL=0
17742026-06-09T21:35:34.114Z+ ptime -m cargo xtask clippy
17752026-06-09T21:35:34.650Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-06-09T21:35:34.971Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-06-09T21:35:36.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s
17782026-06-09T21:35:36.888Z Running `target/debug/xtask clippy`
17792026-06-09T21:35:36.914Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17802026-06-09T21:35:37.518Z Downloading crates ...
17812026-06-09T21:35:37.712Z Downloaded event-listener-strategy v0.5.4
17822026-06-09T21:35:37.715Z Downloaded concurrent-queue v2.5.0
17832026-06-09T21:35:37.721Z Downloaded pathdiff v0.2.3
17842026-06-09T21:35:37.724Z Downloaded nested v0.1.1
17852026-06-09T21:35:37.728Z Downloaded target-lexicon v0.13.3
17862026-06-09T21:35:37.731Z Downloaded addr2line v0.25.1
17872026-06-09T21:35:37.738Z Downloaded hashbrown v0.14.5
17882026-06-09T21:35:37.742Z Downloaded plotters-svg v0.3.7
17892026-06-09T21:35:37.746Z Downloaded miette-derive v5.10.0
17902026-06-09T21:35:37.746Z Downloaded escape8259 v0.5.3
17912026-06-09T21:35:37.749Z Downloaded assert-json-diff v2.0.2
17922026-06-09T21:35:37.749Z Downloaded relative-path v1.9.3
17932026-06-09T21:35:37.749Z Downloaded assert_cmd v2.1.2
17942026-06-09T21:35:37.754Z Downloaded approx v0.5.1
17952026-06-09T21:35:37.757Z Downloaded parking v2.2.1
17962026-06-09T21:35:37.757Z Downloaded guppy-workspace-hack v0.1.0
17972026-06-09T21:35:37.757Z Downloaded oorandom v11.1.5
17982026-06-09T21:35:37.760Z Downloaded rustc-demangle v0.1.27
17992026-06-09T21:35:37.763Z Downloaded partial-io v0.5.4
18002026-06-09T21:35:37.763Z Downloaded linkme-impl v0.3.35
18012026-06-09T21:35:37.763Z Downloaded datatest-stable v0.3.3
18022026-06-09T21:35:37.766Z Downloaded constant_time_eq v0.3.1
18032026-06-09T21:35:37.769Z Downloaded blake2b_simd v1.0.4
18042026-06-09T21:35:37.769Z Downloaded cfg-expr v0.20.6
18052026-06-09T21:35:37.776Z Downloaded cast v0.3.0
18062026-06-09T21:35:37.780Z Downloaded knuffel-derive v3.2.0
18072026-06-09T21:35:37.785Z Downloaded supports-unicode v2.1.0
18082026-06-09T21:35:37.788Z Downloaded plotters-backend v0.3.7
18092026-06-09T21:35:37.791Z Downloaded tokio-test v0.4.5
18102026-06-09T21:35:37.791Z Downloaded serde_regex v1.1.0
18112026-06-09T21:35:37.791Z Downloaded async-object-pool v0.2.0
18122026-06-09T21:35:37.794Z Downloaded terminal_size v0.1.17
18132026-06-09T21:35:37.794Z Downloaded backtrace-ext v0.2.1
18142026-06-09T21:35:37.797Z Downloaded supports-color v2.1.0
18152026-06-09T21:35:37.800Z Downloaded libtest-mimic v0.8.1
18162026-06-09T21:35:37.800Z Downloaded rust-argon2 v2.1.0
18172026-06-09T21:35:37.806Z Downloaded supports-hyperlinks v2.1.0
18182026-06-09T21:35:37.809Z Downloaded similar-asserts v1.7.0
18192026-06-09T21:35:37.814Z Downloaded target-triple v1.0.0
18202026-06-09T21:35:37.818Z Downloaded criterion-plot v0.6.0
18212026-06-09T21:35:37.821Z Downloaded futures-timer v3.0.3
18222026-06-09T21:35:37.826Z Downloaded linkme v0.3.35
18232026-06-09T21:35:37.829Z Downloaded anes v0.1.6
18242026-06-09T21:35:37.829Z Downloaded tinytemplate v1.2.1
18252026-06-09T21:35:37.835Z Downloaded target-spec v3.5.7
18262026-06-09T21:35:37.838Z Downloaded path-tree v0.8.3
18272026-06-09T21:35:37.841Z Downloaded termcolor v1.4.1
18282026-06-09T21:35:37.841Z Downloaded owo-colors v3.5.0
18292026-06-09T21:35:37.844Z Downloaded hickory-client v0.25.2
18302026-06-09T21:35:37.844Z Downloaded async-lock v3.4.2
18312026-06-09T21:35:37.848Z Downloaded stringmetrics v2.2.2
18322026-06-09T21:35:37.853Z Downloaded backtrace v0.3.76
18332026-06-09T21:35:37.858Z Downloaded rand_distr v0.5.1
18342026-06-09T21:35:37.858Z Downloaded trybuild v1.0.116
18352026-06-09T21:35:37.861Z Downloaded httptest v0.16.4
18362026-06-09T21:35:37.861Z Downloaded criterion v0.7.0
18372026-06-09T21:35:37.865Z Downloaded event-listener v5.4.1
18382026-06-09T21:35:37.868Z Downloaded textwrap v0.15.2
18392026-06-09T21:35:37.871Z Downloaded rstest v0.25.0
18402026-06-09T21:35:37.875Z Downloaded rstest_macros v0.25.0
18412026-06-09T21:35:37.878Z Downloaded miette v5.10.0
18422026-06-09T21:35:37.878Z Downloaded knuffel v3.2.0
18432026-06-09T21:35:37.878Z Downloaded chumsky v0.9.3
18442026-06-09T21:35:37.884Z Downloaded fancy-regex v0.14.0
18452026-06-09T21:35:37.891Z Downloaded plotters v0.3.7
18462026-06-09T21:35:37.896Z Downloaded guppy v0.17.25
18472026-06-09T21:35:37.907Z Downloaded gimli v0.32.3
18482026-06-09T21:35:38.019Z Downloaded httpmock v0.8.3
18492026-06-09T21:35:39.654Z Checking cfg-if v1.0.4
18502026-06-09T21:35:40.007Z Checking libc v0.2.185
18512026-06-09T21:35:40.010Z Checking serde_core v1.0.228
18522026-06-09T21:35:40.079Z Checking memchr v2.8.0
18532026-06-09T21:35:40.117Z Checking smallvec v1.15.1
18542026-06-09T21:35:40.155Z Checking itoa v1.0.17
18552026-06-09T21:35:40.191Z Checking log v0.4.29
18562026-06-09T21:35:40.236Z Checking libm v0.2.16
18572026-06-09T21:35:40.276Z Checking zeroize v1.8.2
18582026-06-09T21:35:40.318Z Checking scopeguard v1.2.0
18592026-06-09T21:35:40.353Z Checking stable_deref_trait v1.2.1
18602026-06-09T21:35:40.393Z Checking zmij v1.0.21
18612026-06-09T21:35:40.430Z Checking errno v0.3.14
18622026-06-09T21:35:40.466Z Checking getrandom v0.2.17
18632026-06-09T21:35:40.469Z Checking lock_api v0.4.14
18642026-06-09T21:35:40.534Z Checking zerofrom v0.1.6
18652026-06-09T21:35:40.571Z Checking percent-encoding v2.3.2
18662026-06-09T21:35:40.575Z Checking litemap v0.8.1
18672026-06-09T21:35:40.638Z Checking writeable v0.6.2
18682026-06-09T21:35:40.674Z Checking yoke v0.8.1
18692026-06-09T21:35:40.708Z Checking icu_normalizer_data v2.1.1
18702026-06-09T21:35:40.742Z Checking icu_properties_data v2.1.2
18712026-06-09T21:35:40.779Z Checking form_urlencoded v1.2.2
18722026-06-09T21:35:40.819Z Checking utf8_iter v1.0.4
18732026-06-09T21:35:40.853Z Checking subtle v2.6.1
18742026-06-09T21:35:40.890Z Checking zerovec v0.11.5
18752026-06-09T21:35:40.890Z Checking zerotrie v0.2.3
18762026-06-09T21:35:40.959Z Checking num-traits v0.2.19
18772026-06-09T21:35:40.994Z Checking pin-project-lite v0.2.17
18782026-06-09T21:35:40.997Z Checking rand_core v0.10.0
18792026-06-09T21:35:41.061Z Checking rand_core v0.6.4
18802026-06-09T21:35:41.061Z Checking parking_lot_core v0.9.12
18812026-06-09T21:35:41.130Z Checking zerocopy v0.8.40
18822026-06-09T21:35:41.175Z Checking portable-atomic v1.13.1
18832026-06-09T21:35:41.212Z Checking getrandom v0.4.1
18842026-06-09T21:35:41.262Z Checking signal-hook-registry v1.4.8
18852026-06-09T21:35:41.300Z Checking parking_lot v0.12.5
18862026-06-09T21:35:41.374Z Checking tinystr v0.8.2
18872026-06-09T21:35:41.409Z Checking potential_utf v0.1.4
18882026-06-09T21:35:41.447Z Checking critical-section v1.2.0
18892026-06-09T21:35:41.503Z Checking mio v1.2.0
18902026-06-09T21:35:41.541Z Checking serde v1.0.228
18912026-06-09T21:35:41.541Z Checking serde_json v1.0.149
18922026-06-09T21:35:41.612Z Checking bitflags v2.11.0
18932026-06-09T21:35:41.616Z Checking icu_locale_core v2.1.1
18942026-06-09T21:35:41.642Z Checking icu_collections v2.1.1
18952026-06-09T21:35:41.645Z Checking once_cell v1.21.3
18962026-06-09T21:35:41.808Z Checking socket2 v0.6.3
18972026-06-09T21:35:41.850Z Checking typenum v1.19.0
18982026-06-09T21:35:41.887Z Checking iana-time-zone v0.1.65
18992026-06-09T21:35:41.960Z Checking bytes v1.11.1
19002026-06-09T21:35:42.018Z Checking chrono v0.4.44
19012026-06-09T21:35:42.095Z Checking uuid v1.23.0
19022026-06-09T21:35:42.100Z Checking thiserror v2.0.18
19032026-06-09T21:35:42.216Z Checking icu_provider v2.1.1
19042026-06-09T21:35:42.259Z Checking semver v1.0.28
19052026-06-09T21:35:42.310Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19062026-06-09T21:35:42.389Z Checking generic-array v0.14.7
19072026-06-09T21:35:42.392Z Checking futures-core v0.3.32
19082026-06-09T21:35:42.457Z Checking tokio v1.52.1
19092026-06-09T21:35:42.491Z Checking equivalent v1.0.2
19102026-06-09T21:35:42.494Z Checking icu_properties v2.1.2
19112026-06-09T21:35:42.560Z Checking icu_normalizer v2.1.1
19122026-06-09T21:35:42.597Z Checking dyn-clone v1.0.20
19132026-06-09T21:35:42.673Z Checking const-oid v0.9.6
19142026-06-09T21:35:42.755Z Checking futures-sink v0.3.32
19152026-06-09T21:35:42.850Z Checking crypto-common v0.1.7
19162026-06-09T21:35:42.886Z Checking block-buffer v0.10.4
19172026-06-09T21:35:42.890Z Checking futures-channel v0.3.32
19182026-06-09T21:35:42.917Z Checking futures-task v0.3.32
19192026-06-09T21:35:42.994Z Checking futures-io v0.3.32
19202026-06-09T21:35:43.049Z Checking slab v0.4.12
19212026-06-09T21:35:43.083Z Checking rustix v1.1.3
19222026-06-09T21:35:43.131Z Checking byteorder v1.5.0
19232026-06-09T21:35:43.165Z Checking hashbrown v0.17.0
19242026-06-09T21:35:43.225Z Checking futures-util v0.3.32
19252026-06-09T21:35:43.362Z Checking cpufeatures v0.2.17
19262026-06-09T21:35:43.397Z Checking idna_adapter v1.2.1
19272026-06-09T21:35:43.401Z Checking digest v0.10.7
19282026-06-09T21:35:43.463Z Checking thiserror v1.0.69
19292026-06-09T21:35:43.539Z Checking idna v1.1.0
19302026-06-09T21:35:43.584Z Checking getrandom v0.3.4
19312026-06-09T21:35:43.645Z Checking fnv v1.0.7
19322026-06-09T21:35:43.680Z Checking indexmap v2.14.0
19332026-06-09T21:35:43.752Z Checking regex-syntax v0.8.10
19342026-06-09T21:35:43.790Z Checking http v1.4.0
19352026-06-09T21:35:43.823Z Checking url v2.5.8
19362026-06-09T21:35:43.862Z Checking ppv-lite86 v0.2.21
19372026-06-09T21:35:43.921Z Checking tracing-core v0.1.36
19382026-06-09T21:35:44.183Z Checking base64 v0.22.1
19392026-06-09T21:35:44.252Z Checking tracing v0.1.44
19402026-06-09T21:35:44.289Z Checking utf8parse v0.2.2
19412026-06-09T21:35:44.292Z Checking schemars v0.8.22
19422026-06-09T21:35:44.375Z Checking ipnet v2.11.0
19432026-06-09T21:35:44.416Z Checking anstyle v1.0.14
19442026-06-09T21:35:44.452Z Checking untrusted v0.9.0
19452026-06-09T21:35:44.488Z Checking unicode-ident v1.0.24
19462026-06-09T21:35:44.585Z Checking ring v0.17.14
19472026-06-09T21:35:44.623Z Checking proc-macro2 v1.0.106
19482026-06-09T21:35:44.627Z Checking base64ct v1.8.3
19492026-06-09T21:35:44.690Z Checking colorchoice v1.0.4
19502026-06-09T21:35:44.811Z Checking anstyle-query v1.1.5
19512026-06-09T21:35:44.909Z Checking is_terminal_polyfill v1.70.2
19522026-06-09T21:35:44.941Z Checking block-padding v0.3.3
19532026-06-09T21:35:44.976Z Checking quote v1.0.45
19542026-06-09T21:35:44.980Z Checking aho-corasick v1.1.4
19552026-06-09T21:35:45.044Z Checking rustls-pki-types v1.14.0
19562026-06-09T21:35:45.087Z Checking httparse v1.10.1
19572026-06-09T21:35:45.123Z Checking inout v0.1.4
19582026-06-09T21:35:45.172Z Checking syn v2.0.117
19592026-06-09T21:35:45.177Z Checking anstyle-parse v1.0.0
19602026-06-09T21:35:45.282Z Checking cipher v0.4.4
19612026-06-09T21:35:45.317Z Checking terminal_size v0.4.3
19622026-06-09T21:35:45.351Z Checking crossbeam-utils v0.8.21
19632026-06-09T21:35:45.390Z Checking anstream v1.0.0
19642026-06-09T21:35:45.472Z Checking clap_lex v1.0.0
19652026-06-09T21:35:45.512Z Checking allocator-api2 v0.2.21
19662026-06-09T21:35:45.580Z Checking strsim v0.11.1
19672026-06-09T21:35:45.615Z Checking pem-rfc7468 v0.7.0
19682026-06-09T21:35:45.649Z Checking http-body v1.0.1
19692026-06-09T21:35:45.686Z Checking tokio-util v0.7.18
19702026-06-09T21:35:45.725Z Checking regex-automata v0.4.14
19712026-06-09T21:35:45.725Z Checking sha2 v0.10.9
19722026-06-09T21:35:45.789Z Checking clap_builder v4.6.0
19732026-06-09T21:35:45.793Z Checking atomic-waker v1.1.2
19742026-06-09T21:35:45.854Z Checking powerfmt v0.2.0
19752026-06-09T21:35:45.858Z Checking rand_core v0.9.5
19762026-06-09T21:35:45.921Z Checking hmac v0.12.1
19772026-06-09T21:35:46.030Z Checking deranged v0.5.8
19782026-06-09T21:35:46.064Z Checking num-conv v0.2.0
19792026-06-09T21:35:46.098Z Checking time-core v0.1.8
19802026-06-09T21:35:46.102Z Checking httpdate v1.0.3
19812026-06-09T21:35:46.203Z Checking num_threads v0.1.7
19822026-06-09T21:35:46.268Z Checking try-lock v0.2.5
19832026-06-09T21:35:46.306Z Checking erased-serde v0.3.31
19842026-06-09T21:35:46.309Z Checking h2 v0.4.13
19852026-06-09T21:35:46.309Z Checking flagset v0.4.7
19862026-06-09T21:35:46.402Z Checking want v0.3.1
19872026-06-09T21:35:46.512Z Checking ryu v1.0.23
19882026-06-09T21:35:46.548Z Checking tower-layer v0.3.3
19892026-06-09T21:35:46.670Z Checking pin-utils v0.1.0
19902026-06-09T21:35:46.704Z Checking tower-service v0.3.3
19912026-06-09T21:35:46.737Z Checking slog v2.8.2
19922026-06-09T21:35:46.770Z Checking der v0.7.10
19932026-06-09T21:35:46.816Z Checking rand_chacha v0.9.0
19942026-06-09T21:35:46.945Z Checking time v0.3.47
19952026-06-09T21:35:47.022Z Checking anyhow v1.0.102
19962026-06-09T21:35:47.057Z Checking mime v0.3.17
19972026-06-09T21:35:47.089Z Checking clap v4.6.1
19982026-06-09T21:35:47.195Z Checking rand v0.9.2
19992026-06-09T21:35:47.243Z Checking spin v0.9.8
20002026-06-09T21:35:47.277Z Checking http-body-util v0.1.3
20012026-06-09T21:35:47.426Z Checking aws-lc-sys v0.40.0
20022026-06-09T21:35:47.461Z Checking untrusted v0.7.1
20032026-06-09T21:35:47.510Z Checking ipnetwork v0.21.1
20042026-06-09T21:35:47.514Z Checking fastrand v2.3.0
20052026-06-09T21:35:47.578Z Checking openssl-probe v0.2.1
20062026-06-09T21:35:47.611Z Checking spki v0.7.3
20072026-06-09T21:35:47.681Z Checking serde_urlencoded v0.7.1
20082026-06-09T21:35:47.716Z Checking pbkdf2 v0.12.2
20092026-06-09T21:35:47.751Z Checking aes v0.8.4
20102026-06-09T21:35:47.754Z Checking encoding_rs v0.8.35
20112026-06-09T21:35:47.816Z Checking regex v1.12.3
20122026-06-09T21:35:47.850Z Checking cbc v0.1.2
20132026-06-09T21:35:47.902Z Checking salsa20 v0.10.2
20142026-06-09T21:35:47.948Z Checking aws-lc-rs v1.16.3
20152026-06-09T21:35:48.000Z Checking rand_chacha v0.3.1
20162026-06-09T21:35:48.055Z Checking hex v0.4.3
20172026-06-09T21:35:48.079Z Checking simd-adler32 v0.3.8
20182026-06-09T21:35:48.156Z Checking pretty-hex v0.4.1
20192026-06-09T21:35:48.195Z Checking scrypt v0.11.0
20202026-06-09T21:35:48.265Z Checking rand v0.8.6
20212026-06-09T21:35:48.341Z Checking tempfile v3.25.0
20222026-06-09T21:35:48.382Z Checking plain v0.2.3
20232026-06-09T21:35:48.385Z Checking adler2 v2.0.1
20242026-06-09T21:35:48.448Z Checking pkcs5 v0.7.1
20252026-06-09T21:35:48.512Z Checking rustls-native-certs v0.8.3
20262026-06-09T21:35:48.545Z Checking miniz_oxide v0.8.9
20272026-06-09T21:35:48.607Z Checking sync_wrapper v1.0.2
20282026-06-09T21:35:48.664Z Checking ucd-trie v0.1.7
20292026-06-09T21:35:48.708Z Checking tower v0.5.3
20302026-06-09T21:35:48.743Z Checking webpki-roots v1.0.6
20312026-06-09T21:35:48.746Z Checking pkcs8 v0.10.2
20322026-06-09T21:35:48.812Z Checking rustls-webpki v0.103.9
20332026-06-09T21:35:48.815Z Checking camino v1.2.2
20342026-06-09T21:35:48.876Z Checking pest v2.8.6
20352026-06-09T21:35:48.912Z Checking foldhash v0.2.0
20362026-06-09T21:35:48.944Z Checking iri-string v0.7.10
20372026-06-09T21:35:48.978Z Checking oxnet v0.1.5
20382026-06-09T21:35:49.013Z Checking hyper v1.8.1
20392026-06-09T21:35:49.086Z Checking hashbrown v0.16.1
20402026-06-09T21:35:49.120Z Checking futures-executor v0.3.32
20412026-06-09T21:35:49.123Z Checking either v1.15.0
20422026-06-09T21:35:49.241Z Checking openapiv3 v2.2.0
20432026-06-09T21:35:49.278Z Checking rustls v0.23.37
20442026-06-09T21:35:49.312Z Checking futures v0.3.32
20452026-06-09T21:35:49.363Z Checking crc32fast v1.5.0
20462026-06-09T21:35:49.414Z Checking static_assertions v1.1.0
20472026-06-09T21:35:49.512Z Checking lazy_static v1.5.0
20482026-06-09T21:35:49.549Z Checking signature v2.2.0
20492026-06-09T21:35:49.631Z Checking winnow v0.7.14
20502026-06-09T21:35:49.667Z Checking hubpack v0.1.2
20512026-06-09T21:35:49.703Z Checking zlib-rs v0.6.2
20522026-06-09T21:35:49.855Z Checking strum v0.26.3
20532026-06-09T21:35:49.955Z Checking psl-types v2.0.11
20542026-06-09T21:35:49.958Z Checking hyper-util v0.1.20
20552026-06-09T21:35:50.020Z Checking tinyvec_macros v0.1.1
20562026-06-09T21:35:50.024Z Checking tower-http v0.6.8
20572026-06-09T21:35:50.093Z Checking publicsuffix v2.3.0
20582026-06-09T21:35:50.129Z Checking tinyvec v1.10.0
20592026-06-09T21:35:50.274Z Checking cookie v0.18.1
20602026-06-09T21:35:50.348Z Checking sha1 v0.10.6
20612026-06-09T21:35:50.462Z Checking num-integer v0.1.46
20622026-06-09T21:35:50.526Z Checking scroll v0.13.0
20632026-06-09T21:35:50.562Z Checking data-encoding v2.10.0
20642026-06-09T21:35:50.567Z Checking cookie_store v0.22.1
20652026-06-09T21:35:50.630Z Checking flate2 v1.1.9
20662026-06-09T21:35:50.705Z Checking toml_datetime v0.6.11
20672026-06-09T21:35:50.780Z Checking goblin v0.10.5
20682026-06-09T21:35:50.828Z Checking serde_spanned v0.6.9
20692026-06-09T21:35:50.863Z Checking memmap2 v0.9.10
20702026-06-09T21:35:50.910Z Checking bit-vec v0.8.0
20712026-06-09T21:35:50.947Z Checking base16ct v0.2.0
20722026-06-09T21:35:50.950Z Checking dtrace-parser v0.3.0
20732026-06-09T21:35:51.012Z Checking ff v0.13.1
20742026-06-09T21:35:51.046Z Checking wait-timeout v0.2.1
20752026-06-09T21:35:51.095Z Checking sec1 v0.7.3
20762026-06-09T21:35:51.131Z Checking bit-set v0.8.0
20772026-06-09T21:35:51.166Z Checking thread-id v5.1.0
20782026-06-09T21:35:51.200Z Checking foreign-types-shared v0.1.1
20792026-06-09T21:35:51.235Z Checking group v0.13.0
20802026-06-09T21:35:51.272Z Checking num-iter v0.1.45
20812026-06-09T21:35:51.277Z Checking bstr v1.12.1
20822026-06-09T21:35:51.338Z Checking foreign-types v0.3.2
20832026-06-09T21:35:51.341Z Checking hkdf v0.12.4
20842026-06-09T21:35:51.341Z Checking crossbeam-epoch v0.9.18
20852026-06-09T21:35:51.434Z Checking anstyle-parse v0.2.7
20862026-06-09T21:35:51.437Z Checking ahash v0.8.12
20872026-06-09T21:35:51.438Z Checking crypto-bigint v0.5.5
20882026-06-09T21:35:51.531Z Checking openssl-sys v0.9.115
20892026-06-09T21:35:51.605Z Checking quick-error v1.2.3
20902026-06-09T21:35:51.644Z Checking anstream v0.6.21
20912026-06-09T21:35:51.648Z Checking tokio-rustls v0.26.4
20922026-06-09T21:35:51.712Z Checking rustls-platform-verifier v0.6.2
20932026-06-09T21:35:51.717Z Checking rand_xorshift v0.4.0
20942026-06-09T21:35:51.780Z Checking rusty-fork v0.3.1
20952026-06-09T21:35:51.858Z Checking scroll v0.12.0
20962026-06-09T21:35:51.892Z Checking unarray v0.1.4
20972026-06-09T21:35:51.929Z Checking num-bigint-dig v0.8.6
20982026-06-09T21:35:51.932Z Checking hyper-rustls v0.27.7
20992026-06-09T21:35:51.932Z Checking openssl v0.10.79
21002026-06-09T21:35:52.027Z Checking pkcs1 v0.7.5
21012026-06-09T21:35:52.032Z Checking proptest v1.10.0
21022026-06-09T21:35:52.099Z Checking goblin v0.8.2
21032026-06-09T21:35:52.189Z Checking reqwest v0.13.2
21042026-06-09T21:35:52.287Z Checking x509-cert v0.2.5
21052026-06-09T21:35:52.399Z Checking elliptic-curve v0.13.8
21062026-06-09T21:35:52.728Z Checking zerocopy v0.7.35
21072026-06-09T21:35:52.763Z Checking unicode-segmentation v1.12.0
21082026-06-09T21:35:52.944Z Checking rsa v0.9.10
21092026-06-09T21:35:53.044Z Checking dtrace-parser v0.2.0
21102026-06-09T21:35:53.092Z Checking dof v0.4.0
21112026-06-09T21:35:53.096Z Checking rfc6979 v0.4.0
21122026-06-09T21:35:53.231Z Checking memoffset v0.9.1
21132026-06-09T21:35:53.269Z Checking thread-id v4.2.2
21142026-06-09T21:35:53.305Z Checking ecdsa v0.16.9
21152026-06-09T21:35:53.339Z Checking curve25519-dalek v4.1.3
21162026-06-09T21:35:53.373Z Checking rustix v0.38.44
21172026-06-09T21:35:53.430Z Checking env_filter v1.0.0
21182026-06-09T21:35:53.597Z Checking same-file v1.0.6
21192026-06-09T21:35:53.666Z Checking toml_write v0.1.2
21202026-06-09T21:35:53.739Z Checking keccak v0.1.6
21212026-06-09T21:35:53.743Z Checking usdt-impl v0.6.0
21222026-06-09T21:35:53.807Z Checking newtype-uuid v1.3.2
21232026-06-09T21:35:53.852Z Checking toml_edit v0.22.27
21242026-06-09T21:35:53.931Z Checking sha3 v0.10.8
21252026-06-09T21:35:53.969Z Checking native-tls v0.2.18
21262026-06-09T21:35:54.005Z Checking dof v0.3.0
21272026-06-09T21:35:54.040Z Checking daft v0.1.7
21282026-06-09T21:35:54.075Z Checking usdt v0.6.0
21292026-06-09T21:35:54.129Z Checking walkdir v2.5.0
21302026-06-09T21:35:54.165Z Checking env_logger v0.11.9
21312026-06-09T21:35:54.203Z Checking tokio-native-tls v0.3.1
21322026-06-09T21:35:54.207Z Checking ed25519 v2.2.3
21332026-06-09T21:35:54.278Z Checking itertools v0.13.0
21342026-06-09T21:35:54.313Z Checking serde_with v3.17.0
21352026-06-09T21:35:54.316Z Checking siphasher v1.0.2
21362026-06-09T21:35:54.381Z Checking usdt-impl v0.5.0
21372026-06-09T21:35:54.384Z Checking hyper-tls v0.6.0
21382026-06-09T21:35:54.384Z Checking bitflags v1.3.2
21392026-06-09T21:35:54.478Z Checking ed25519-dalek v2.2.0
21402026-06-09T21:35:54.524Z Checking nix v0.31.2
21412026-06-09T21:35:54.559Z Checking toml_parser v1.0.9+spec-1.1.0
21422026-06-09T21:35:54.605Z Checking reqwest v0.12.28
21432026-06-09T21:35:54.678Z Checking unicode-normalization v0.1.25
21442026-06-09T21:35:54.730Z Checking signal-hook v0.3.18
21452026-06-09T21:35:54.901Z Checking winnow v0.5.40
21462026-06-09T21:35:54.945Z Checking managed v0.8.0
21472026-06-09T21:35:54.983Z Checking bzip2-sys v0.1.13+1.0.8
21482026-06-09T21:35:55.096Z Checking object v0.37.3
21492026-06-09T21:35:55.130Z Checking foldhash v0.1.5
21502026-06-09T21:35:55.164Z Checking bzip2 v0.4.4
21512026-06-09T21:35:55.285Z Checking hashbrown v0.15.5
21522026-06-09T21:35:55.337Z Checking signal-hook-mio v0.2.5
21532026-06-09T21:35:55.371Z Checking globset v0.4.18
21542026-06-09T21:35:55.457Z Checking ref-cast v1.0.25
21552026-06-09T21:35:55.495Z Checking zstd-sys v2.0.16+zstd.1.5.7
21562026-06-09T21:35:55.581Z Checking zip v0.6.6
21572026-06-09T21:35:55.617Z Checking pin-project v1.1.11
21582026-06-09T21:35:55.654Z Checking bumpalo v3.20.2
21592026-06-09T21:35:55.658Z Checking zstd-safe v7.2.4
21602026-06-09T21:35:55.735Z Checking libbz2-rs-sys v0.2.2
21612026-06-09T21:35:55.772Z Checking crossterm v0.28.1
21622026-06-09T21:35:56.837Z Checking similar v2.7.0
21632026-06-09T21:35:56.841Z Checking zstd v0.13.3
21642026-06-09T21:35:56.841Z Checking zopfli v0.8.3
21652026-06-09T21:35:56.841Z Checking tokio-stream v0.1.18
21662026-06-09T21:35:56.841Z Checking toml_edit v0.19.15
21672026-06-09T21:35:56.841Z Checking fs-err v3.3.0
21682026-06-09T21:35:56.842Z Checking bzip2 v0.6.1
21692026-06-09T21:35:56.842Z Checking pem v3.0.6
21702026-06-09T21:35:56.842Z Checking hash32 v0.2.1
21712026-06-09T21:35:56.842Z Checking serde-big-array v0.5.1
21722026-06-09T21:35:56.842Z Checking predicates-core v1.0.10
21732026-06-09T21:35:56.842Z Checking unicode-bidi v0.3.18
21742026-06-09T21:35:56.842Z Checking jiff v0.2.21
21752026-06-09T21:35:56.842Z Checking unicode-properties v0.1.4
21762026-06-09T21:35:56.842Z Checking heapless v0.7.17
21772026-06-09T21:35:56.842Z Checking snafu v0.8.9
21782026-06-09T21:35:56.842Z Checking olpc-cjson v0.1.4
21792026-06-09T21:35:56.842Z Checking hickory-proto v0.25.2
21802026-06-09T21:35:56.843Z Checking stringprep v0.1.5
21812026-06-09T21:35:56.843Z Checking md-5 v0.10.6
21822026-06-09T21:35:56.843Z Checking serde_plain v1.0.2
21832026-06-09T21:35:56.899Z Checking float-cmp v0.10.0
21842026-06-09T21:35:56.934Z Checking difflib v0.4.0
21852026-06-09T21:35:56.968Z Checking normalize-line-endings v0.3.0
21862026-06-09T21:35:56.972Z Checking fallible-iterator v0.2.0
21872026-06-09T21:35:57.047Z Checking typed-path v0.9.3
21882026-06-09T21:35:57.084Z Checking smoltcp v0.9.1
21892026-06-09T21:35:57.087Z Checking toml v0.7.8
21902026-06-09T21:35:57.150Z Checking predicates v3.1.4
21912026-06-09T21:35:57.297Z Checking postgres-protocol v0.6.10
21922026-06-09T21:35:57.390Z Checking iddqd v0.4.2
21932026-06-09T21:35:57.447Z Checking phf_shared v0.11.3
21942026-06-09T21:35:57.483Z Checking phf_shared v0.13.1
21952026-06-09T21:35:57.616Z Checking buf-list v1.1.2
21962026-06-09T21:35:57.651Z Checking strum v0.27.2
21972026-06-09T21:35:57.686Z Checking lalrpop-util v0.19.12
21982026-06-09T21:35:57.720Z Checking new_debug_unreachable v1.0.6
21992026-06-09T21:35:57.784Z Checking fixedbitset v0.5.7
22002026-06-09T21:35:57.820Z Checking fixedbitset v0.4.2
22012026-06-09T21:35:57.824Z Checking precomputed-hash v0.1.1
22022026-06-09T21:35:57.886Z Checking tough v0.22.0
22032026-06-09T21:35:57.890Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22042026-06-09T21:35:57.960Z Checking string_cache v0.8.9
22052026-06-09T21:35:58.006Z Checking petgraph v0.6.5
22062026-06-09T21:35:58.028Z Checking petgraph v0.8.3
22072026-06-09T21:35:58.149Z Checking phf v0.13.1
22082026-06-09T21:35:58.312Z Checking postgres-types v0.2.12
22092026-06-09T21:35:58.361Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22102026-06-09T21:35:58.646Z Checking whoami v2.1.0
22112026-06-09T21:35:58.682Z Checking peg-runtime v0.8.5
22122026-06-09T21:35:58.686Z Checking zip v4.6.1
22132026-06-09T21:35:58.885Z Checking tokio-postgres v0.7.16
22142026-06-09T21:35:58.960Z Checking is-terminal v0.4.17
22152026-06-09T21:35:59.083Z Checking crossbeam-channel v0.5.15
22162026-06-09T21:35:59.283Z Compiling structmeta-derive v0.3.0
22172026-06-09T21:35:59.318Z Checking thread_local v1.1.9
22182026-06-09T21:35:59.452Z Checking term v1.2.1
22192026-06-09T21:35:59.490Z Checking take_mut v0.2.2
22202026-06-09T21:35:59.525Z Compiling newtype-uuid-macros v0.1.0
22212026-06-09T21:35:59.618Z Checking slog-async v2.8.0
22222026-06-09T21:35:59.655Z Compiling rustls v0.22.4
22232026-06-09T21:35:59.698Z Checking slog-term v2.9.2
22242026-06-09T21:35:59.815Z Compiling multer v3.1.0
22252026-06-09T21:35:59.901Z Compiling async-stream-impl v0.3.6
22262026-06-09T21:35:59.905Z Compiling dropshot v0.17.0
22272026-06-09T21:35:59.981Z Compiling dropshot_endpoint v0.17.0
22282026-06-09T21:36:00.094Z Checking match_cfg v0.1.0
22292026-06-09T21:36:00.166Z Checking slog-json v2.6.1
22302026-06-09T21:36:00.200Z Checking hostname v0.3.1
22312026-06-09T21:36:00.235Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22322026-06-09T21:36:00.310Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22332026-06-09T21:36:00.338Z Checking debug-ignore v1.0.5
22342026-06-09T21:36:00.373Z Checking slog-bunyan v2.5.0
22352026-06-09T21:36:00.411Z Compiling structmeta v0.3.0
22362026-06-09T21:36:00.446Z Checking progenitor-client v0.14.0
22372026-06-09T21:36:00.480Z Checking rustls-webpki v0.102.8
22382026-06-09T21:36:00.513Z Checking serde_path_to_error v0.1.20
22392026-06-09T21:36:00.548Z Checking serde_spanned v1.0.4
22402026-06-09T21:36:00.640Z Checking toml_datetime v1.0.0+spec-1.1.0
22412026-06-09T21:36:00.675Z Compiling derive-ex v0.1.8
22422026-06-09T21:36:00.711Z Checking compression-core v0.4.31
22432026-06-09T21:36:00.714Z Checking toml_writer v1.0.6+spec-1.1.0
22442026-06-09T21:36:00.776Z Checking async-stream v0.3.6
22452026-06-09T21:36:00.884Z Checking waitgroup v0.1.2
22462026-06-09T21:36:00.887Z Checking compression-codecs v0.4.37
22472026-06-09T21:36:00.950Z Checking rustls-pemfile v2.2.0
22482026-06-09T21:36:00.953Z Checking toml v1.0.6+spec-1.1.0
22492026-06-09T21:36:01.014Z Checking hostname v0.4.2
22502026-06-09T21:36:01.048Z Compiling parse-display-derive v0.10.0
22512026-06-09T21:36:01.104Z Checking async-compression v0.4.41
22522026-06-09T21:36:01.140Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22532026-06-09T21:36:01.143Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22542026-06-09T21:36:01.271Z Checking regress v0.10.5
22552026-06-09T21:36:01.339Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22562026-06-09T21:36:01.374Z Checking itertools v0.14.0
22572026-06-09T21:36:01.579Z Checking macaddr v1.0.1
22582026-06-09T21:36:01.726Z Checking instant v0.1.13
22592026-06-09T21:36:01.762Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22602026-06-09T21:36:01.796Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22612026-06-09T21:36:01.837Z Checking backoff v0.4.0
22622026-06-09T21:36:02.016Z Checking backon v1.6.0
22632026-06-09T21:36:02.055Z Checking humantime v2.3.0
22642026-06-09T21:36:02.209Z Checking progenitor-extras v0.2.0
22652026-06-09T21:36:02.260Z Checking progenitor-client v0.10.0
22662026-06-09T21:36:02.296Z Checking unicode-width v0.2.0
22672026-06-09T21:36:02.329Z Checking tokio-rustls v0.25.0
22682026-06-09T21:36:02.363Z Compiling test-strategy v0.4.5
22692026-06-09T21:36:02.440Z Checking heck v0.5.0
22702026-06-09T21:36:02.475Z Compiling convert_case v0.4.0
22712026-06-09T21:36:02.511Z Checking half v2.7.1
22722026-06-09T21:36:02.588Z Checking ciborium-io v0.2.2
22732026-06-09T21:36:02.591Z Checking secrecy v0.10.3
22742026-06-09T21:36:02.700Z Compiling regress v0.11.1
22752026-06-09T21:36:02.704Z Checking indent_write v2.2.0
22762026-06-09T21:36:02.767Z Checking parse-display v0.10.0
22772026-06-09T21:36:02.770Z Checking universal-hash v0.5.1
22782026-06-09T21:36:02.831Z Checking ciborium-ll v0.2.2
22792026-06-09T21:36:02.868Z Compiling derive_more v0.99.20
22802026-06-09T21:36:02.902Z Checking opaque-debug v0.3.1
22812026-06-09T21:36:02.936Z Compiling unsafe-libyaml v0.2.11
22822026-06-09T21:36:03.002Z Checking camino-tempfile v1.4.1
22832026-06-09T21:36:03.034Z Checking ciborium v0.2.2
22842026-06-09T21:36:03.182Z Compiling crucible-workspace-hack v0.1.0
22852026-06-09T21:36:03.428Z Checking aead v0.5.2
22862026-06-09T21:36:03.480Z Compiling serde_yaml v0.9.34+deprecated
22872026-06-09T21:36:03.689Z Checking poly1305 v0.8.0
22882026-06-09T21:36:03.722Z Checking chacha20 v0.9.1
22892026-06-09T21:36:03.851Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22902026-06-09T21:36:03.937Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22912026-06-09T21:36:03.975Z Compiling thiserror-impl-no-std v2.0.2
22922026-06-09T21:36:04.301Z Compiling typify-impl v0.6.2
22932026-06-09T21:36:04.338Z Checking swrite v0.1.0
22942026-06-09T21:36:04.458Z Checking password-hash v0.5.0
22952026-06-09T21:36:04.524Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22962026-06-09T21:36:04.713Z Checking blake2 v0.10.6
22972026-06-09T21:36:04.977Z Checking argon2 v0.5.3
22982026-06-09T21:36:05.013Z Checking chacha20poly1305 v0.10.1
22992026-06-09T21:36:05.163Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23002026-06-09T21:36:05.244Z Checking thiserror-no-std v2.0.2
23012026-06-09T21:36:05.347Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23022026-06-09T21:36:05.379Z Checking vsss-rs v3.3.4
23032026-06-09T21:36:05.457Z Checking byte-wrapper v0.1.0
23042026-06-09T21:36:05.599Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23052026-06-09T21:36:05.662Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23062026-06-09T21:36:05.699Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23072026-06-09T21:36:05.857Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23082026-06-09T21:36:05.907Z Checking crossbeam-deque v0.8.6
23092026-06-09T21:36:05.974Z Compiling rayon-core v1.13.0
23102026-06-09T21:36:06.104Z Checking toml v0.8.23
23112026-06-09T21:36:06.445Z Compiling toml_datetime v0.7.5+spec-1.1.0
23122026-06-09T21:36:06.481Z Compiling proc-macro-error v1.0.4
23132026-06-09T21:36:06.514Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23142026-06-09T21:36:06.563Z Checking rayon v1.11.0
23152026-06-09T21:36:06.720Z Compiling toml_edit v0.23.10+spec-1.0.0
23162026-06-09T21:36:06.810Z Checking tabwriter v1.4.1
23172026-06-09T21:36:06.962Z Checking glob v0.3.3
23182026-06-09T21:36:06.995Z Compiling heapless v0.8.0
23192026-06-09T21:36:07.167Z Checking colored v3.1.1
23202026-06-09T21:36:07.303Z Compiling proc-macro-crate v3.4.0
23212026-06-09T21:36:07.337Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23222026-06-09T21:36:07.461Z Compiling ingot-macros v0.1.1
23232026-06-09T21:36:07.590Z Checking hash32 v0.3.1
23242026-06-09T21:36:07.696Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-06-09T21:36:07.743Z Checking unicode-width v0.1.14
23262026-06-09T21:36:07.790Z Compiling smoltcp v0.11.0
23272026-06-09T21:36:07.868Z Compiling num_enum_derive v0.7.6
23282026-06-09T21:36:08.012Z Checking cobs v0.3.0
23292026-06-09T21:36:08.046Z Compiling usdt-macro v0.5.0
23302026-06-09T21:36:08.182Z Compiling usdt-attr-macro v0.5.0
23312026-06-09T21:36:08.225Z Checking memmap v0.7.0
23322026-06-09T21:36:08.372Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23332026-06-09T21:36:08.628Z Checking postcard v1.1.3
23342026-06-09T21:36:08.707Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23352026-06-09T21:36:08.781Z Compiling proc-macro-crate v1.3.1
23362026-06-09T21:36:08.817Z Compiling typify-macro v0.6.2
23372026-06-09T21:36:08.916Z Checking num_enum v0.7.6
23382026-06-09T21:36:08.949Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23392026-06-09T21:36:08.981Z Checking usdt v0.5.0
23402026-06-09T21:36:09.096Z Checking sigpipe v0.1.3
23412026-06-09T21:36:09.159Z Compiling foreign-types-macros v0.2.3
23422026-06-09T21:36:09.204Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23432026-06-09T21:36:09.207Z Checking foreign-types-shared v0.3.1
23442026-06-09T21:36:09.269Z Checking cpufeatures v0.3.0
23452026-06-09T21:36:09.320Z Compiling num_enum_derive v0.5.11
23462026-06-09T21:36:09.369Z Checking chacha20 v0.10.0
23472026-06-09T21:36:09.656Z Checking cstr-argument v0.1.2
23482026-06-09T21:36:09.692Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23492026-06-09T21:36:09.743Z Compiling num-derive v0.4.2
23502026-06-09T21:36:09.784Z Checking foreign-types v0.5.0
23512026-06-09T21:36:09.818Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23522026-06-09T21:36:09.889Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23532026-06-09T21:36:10.135Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542026-06-09T21:36:10.177Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23552026-06-09T21:36:10.271Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23562026-06-09T21:36:10.306Z Checking rand v0.10.0
23572026-06-09T21:36:10.310Z Checking ingot-types v0.1.2
23582026-06-09T21:36:10.373Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23592026-06-09T21:36:10.406Z Checking num_enum v0.5.11
23602026-06-09T21:36:10.460Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23612026-06-09T21:36:10.541Z Checking itertools v0.12.1
23622026-06-09T21:36:10.575Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23632026-06-09T21:36:10.609Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23642026-06-09T21:36:10.644Z Compiling typify v0.6.2
23652026-06-09T21:36:10.716Z Checking ingot v0.1.1
23662026-06-09T21:36:10.777Z Compiling progenitor-impl v0.14.0
23672026-06-09T21:36:10.811Z Compiling zone_cfg_derive v0.3.1
23682026-06-09T21:36:10.997Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23692026-06-09T21:36:11.192Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23702026-06-09T21:36:11.454Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23712026-06-09T21:36:11.562Z Checking zone v0.3.1
23722026-06-09T21:36:11.634Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23732026-06-09T21:36:11.667Z Checking smf v0.2.3
23742026-06-09T21:36:11.698Z Checking whoami v1.6.1
23752026-06-09T21:36:11.732Z Checking tokio-dtrace v0.1.1
23762026-06-09T21:36:11.874Z Compiling derive-where v1.6.0
23772026-06-09T21:36:11.907Z Checking console v0.15.11
23782026-06-09T21:36:11.940Z Checking atomicwrites v0.4.4
23792026-06-09T21:36:11.948Z Checking oxide-tokio-rt v0.1.4
23802026-06-09T21:36:11.948Z Checking newline-converter v0.3.0
23812026-06-09T21:36:12.089Z Checking num-rational v0.4.2
23822026-06-09T21:36:12.123Z Checking num-complex v0.4.6
23832026-06-09T21:36:12.190Z Checking float-ord v0.3.2
23842026-06-09T21:36:12.225Z Checking expectorate v1.2.0
23852026-06-09T21:36:12.317Z Checking bytecount v0.6.9
23862026-06-09T21:36:12.352Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23872026-06-09T21:36:12.384Z Compiling owo-colors v4.3.0
23882026-06-09T21:36:12.387Z Compiling prettyplease v0.2.37
23892026-06-09T21:36:12.449Z Compiling cancel-safe-futures v0.1.5
23902026-06-09T21:36:12.481Z Checking num v0.4.3
23912026-06-09T21:36:12.578Z Checking libsw-core v0.3.2
23922026-06-09T21:36:12.716Z Checking linear-map v1.2.0
23932026-06-09T21:36:12.750Z Checking libsw v3.5.0
23942026-06-09T21:36:12.985Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23952026-06-09T21:36:13.040Z Checking gethostname v0.5.0
23962026-06-09T21:36:13.170Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23972026-06-09T21:36:13.346Z Compiling progenitor-macro v0.14.0
23982026-06-09T21:36:13.419Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23992026-06-09T21:36:13.470Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24002026-06-09T21:36:14.327Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24012026-06-09T21:36:14.598Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24022026-06-09T21:36:15.204Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24032026-06-09T21:36:17.426Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24042026-06-09T21:36:17.675Z Checking resolv-conf v0.7.6
24052026-06-09T21:36:17.931Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24062026-06-09T21:36:18.143Z Checking unicode-linebreak v0.1.5
24072026-06-09T21:36:18.176Z Checking smawk v0.3.2
24082026-06-09T21:36:18.256Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24092026-06-09T21:36:18.290Z Checking progenitor v0.14.0
24102026-06-09T21:36:18.344Z Checking papergrid v0.11.0
24112026-06-09T21:36:18.384Z Compiling tabled_derive v0.7.0
24122026-06-09T21:36:18.448Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24132026-06-09T21:36:18.566Z Compiling convert_case v0.10.0
24142026-06-09T21:36:18.621Z Compiling slog-dtrace v0.3.0
24152026-06-09T21:36:18.899Z Compiling derive_more-impl v2.1.1
24162026-06-09T21:36:18.932Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24172026-06-09T21:36:19.384Z Checking tabled v0.15.0
24182026-06-09T21:36:19.719Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24192026-06-09T21:36:19.753Z Checking derive_more v2.1.1
24202026-06-09T21:36:19.856Z Checking crossterm v0.29.0
24212026-06-09T21:36:19.897Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24222026-06-09T21:36:19.963Z Checking linked-hash-map v0.5.6
24232026-06-09T21:36:20.157Z Checking lru-cache v0.1.2
24242026-06-09T21:36:20.307Z Checking hickory-proto v0.24.4
24252026-06-09T21:36:20.435Z Checking fd-lock v4.0.4
24262026-06-09T21:36:20.475Z Checking vte v0.14.1
24272026-06-09T21:36:20.547Z Checking display-error-chain v0.2.2
24282026-06-09T21:36:20.583Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24292026-06-09T21:36:20.618Z Checking termtree v0.5.1
24302026-06-09T21:36:20.653Z Checking strip-ansi-escapes v0.2.1
24312026-06-09T21:36:20.693Z Checking nu-ansi-term v0.50.3
24322026-06-09T21:36:20.742Z Checking textwrap v0.16.2
24332026-06-09T21:36:20.779Z Compiling minimal-lexical v0.2.1
24342026-06-09T21:36:20.814Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24352026-06-09T21:36:20.928Z Checking reedline v0.40.0
24362026-06-09T21:36:20.987Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24372026-06-09T21:36:21.039Z Compiling nom v7.1.3
24382026-06-09T21:36:21.073Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24392026-06-09T21:36:21.284Z Compiling ar_archive_writer v0.5.1
24402026-06-09T21:36:21.548Z Checking csv-core v0.1.13
24412026-06-09T21:36:21.680Z Compiling stacker v0.1.23
24422026-06-09T21:36:21.751Z Checking csv v1.4.0
24432026-06-09T21:36:21.965Z Compiling semver v0.1.20
24442026-06-09T21:36:22.084Z Checking highway v1.3.0
24452026-06-09T21:36:22.087Z Compiling cfg_aliases v0.1.1
24462026-06-09T21:36:22.151Z Checking hickory-resolver v0.24.4
24472026-06-09T21:36:22.218Z Compiling psm v0.1.30
24482026-06-09T21:36:22.221Z Compiling nix v0.28.0
24492026-06-09T21:36:22.282Z Compiling rustc_version v0.1.7
24502026-06-09T21:36:22.285Z Checking nibble_vec v0.1.0
24512026-06-09T21:36:22.345Z Checking endian-type v0.1.2
24522026-06-09T21:36:22.383Z Checking home v0.5.12
24532026-06-09T21:36:22.467Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24542026-06-09T21:36:22.501Z Checking radix_trie v0.2.1
24552026-06-09T21:36:22.533Z Compiling newtype_derive v0.1.6
24562026-06-09T21:36:22.536Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24572026-06-09T21:36:22.641Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24582026-06-09T21:36:22.732Z Checking phf_shared v0.12.1
24592026-06-09T21:36:22.767Z Compiling recursive-proc-macro-impl v0.1.1
24602026-06-09T21:36:22.906Z Compiling chrono-tz v0.10.4
24612026-06-09T21:36:22.909Z Checking qorb v0.4.1
24622026-06-09T21:36:23.058Z Checking phf v0.12.1
24632026-06-09T21:36:23.216Z Checking recursive v0.1.1
24642026-06-09T21:36:23.219Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24652026-06-09T21:36:23.279Z Compiling const_format_proc_macros v0.2.34
24662026-06-09T21:36:23.282Z Compiling peg-macros v0.8.5
24672026-06-09T21:36:23.345Z Checking nom v8.0.0
24682026-06-09T21:36:23.377Z Checking winnow v0.6.26
24692026-06-09T21:36:23.727Z Compiling sqlparser_derive v0.5.0
24702026-06-09T21:36:24.123Z Checking unicode_categories v0.1.1
24712026-06-09T21:36:24.162Z Checking const_format v0.2.35
24722026-06-09T21:36:24.425Z Checking rustyline v14.0.0
24732026-06-09T21:36:24.520Z Checking sqlparser v0.61.0
24742026-06-09T21:36:24.579Z Checking sqlformat v0.3.5
24752026-06-09T21:36:24.713Z Checking peg v0.8.5
24762026-06-09T21:36:25.038Z Checking bcs v0.1.6
24772026-06-09T21:36:25.150Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24782026-06-09T21:36:25.250Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24792026-06-09T21:36:25.382Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24802026-06-09T21:36:25.389Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24812026-06-09T21:36:25.467Z Checking steno v0.4.1
24822026-06-09T21:36:25.503Z Checking filetime v0.2.27
24832026-06-09T21:36:25.664Z Checking xattr v1.6.1
24842026-06-09T21:36:25.820Z Checking tar v0.4.45
24852026-06-09T21:36:26.014Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24862026-06-09T21:36:26.208Z Checking subprocess v0.2.15
24872026-06-09T21:36:26.243Z Checking base64 v0.21.7
24882026-06-09T21:36:26.301Z Checking headers-core v0.3.0
24892026-06-09T21:36:26.508Z Checking headers v0.4.1
24902026-06-09T21:36:26.511Z Checking yasna v0.5.2
24912026-06-09T21:36:26.540Z Checking dropshot-api-manager-types v0.7.2
24922026-06-09T21:36:26.767Z Checking tagptr v0.2.0
24932026-06-09T21:36:26.944Z Checking rcgen v0.12.1
24942026-06-09T21:36:26.978Z Checking moka v0.12.13
24952026-06-09T21:36:27.010Z Checking utf-8 v0.7.6
24962026-06-09T21:36:27.173Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24972026-06-09T21:36:27.281Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24982026-06-09T21:36:27.346Z Compiling libefi-sys v0.1.0
24992026-06-09T21:36:27.463Z Checking tungstenite v0.21.0
25002026-06-09T21:36:27.600Z Compiling bitfield-struct v0.6.2
25012026-06-09T21:36:27.630Z Checking hickory-resolver v0.25.2
25022026-06-09T21:36:27.902Z Checking tokio-tungstenite v0.21.0
25032026-06-09T21:36:27.943Z Compiling radium v0.7.0
25042026-06-09T21:36:28.201Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25052026-06-09T21:36:28.266Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25062026-06-09T21:36:28.302Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25072026-06-09T21:36:28.334Z Checking tap v1.0.1
25082026-06-09T21:36:28.367Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25092026-06-09T21:36:28.373Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25102026-06-09T21:36:28.469Z Compiling maybe-uninit v2.0.0
25112026-06-09T21:36:28.473Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25122026-06-09T21:36:28.537Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-06-09T21:36:28.644Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25142026-06-09T21:36:28.709Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25152026-06-09T21:36:28.836Z Checking wyz v0.5.1
25162026-06-09T21:36:28.904Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25172026-06-09T21:36:28.908Z Compiling zerocopy-derive v0.6.6
25182026-06-09T21:36:29.038Z Checking crc-catalog v2.4.0
25192026-06-09T21:36:29.070Z Checking funty v2.0.0
25202026-06-09T21:36:29.192Z Compiling packed_struct v0.10.1
25212026-06-09T21:36:29.300Z Checking crc v3.4.0
25222026-06-09T21:36:29.435Z Checking bitvec v1.0.1
25232026-06-09T21:36:29.540Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25242026-06-09T21:36:29.593Z Compiling packed_struct_codegen v0.10.1
25252026-06-09T21:36:29.829Z Checking zerocopy v0.6.6
25262026-06-09T21:36:30.156Z Compiling bitfield-macros v0.19.4
25272026-06-09T21:36:30.521Z Compiling indexmap v1.9.3
25282026-06-09T21:36:30.693Z Checking nodrop v0.1.14
25292026-06-09T21:36:30.730Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25302026-06-09T21:36:30.824Z Checking array-init v0.0.4
25312026-06-09T21:36:30.854Z Checking smallvec v0.6.14
25322026-06-09T21:36:30.887Z Checking bitfield v0.19.4
25332026-06-09T21:36:31.069Z Checking hashbrown v0.12.3
25342026-06-09T21:36:31.142Z Checking serde-hex v0.1.0
25352026-06-09T21:36:31.174Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25362026-06-09T21:36:31.354Z Checking ron v0.8.1
25372026-06-09T21:36:31.426Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25382026-06-09T21:36:31.702Z Checking hashbrown v0.13.2
25392026-06-09T21:36:31.832Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25402026-06-09T21:36:31.866Z Checking crc-any v2.5.0
25412026-06-09T21:36:31.897Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25422026-06-09T21:36:31.929Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25432026-06-09T21:36:32.063Z Checking path-slash v0.1.5
25442026-06-09T21:36:32.113Z Compiling xshell-macros v0.2.7
25452026-06-09T21:36:32.146Z Checking object v0.30.4
25462026-06-09T21:36:32.191Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25472026-06-09T21:36:32.511Z Checking xshell v0.2.7
25482026-06-09T21:36:32.635Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25492026-06-09T21:36:32.861Z Checking half v1.8.3
25502026-06-09T21:36:32.894Z Compiling num-derive v0.3.3
25512026-06-09T21:36:33.039Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25522026-06-09T21:36:33.083Z Checking serde_cbor v0.11.2
25532026-06-09T21:36:33.489Z Compiling proc-macro-error-attr2 v2.0.0
25542026-06-09T21:36:33.802Z Checking libscf-sys v1.1.0
25552026-06-09T21:36:33.901Z Compiling proc-macro-error2 v2.0.1
25562026-06-09T21:36:33.959Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25572026-06-09T21:36:33.997Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25582026-06-09T21:36:34.274Z Checking papergrid v0.17.0
25592026-06-09T21:36:34.308Z Compiling tabled_derive v0.11.0
25602026-06-09T21:36:34.311Z Checking testing_table v0.3.0
25612026-06-09T21:36:34.339Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25622026-06-09T21:36:34.459Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25632026-06-09T21:36:34.583Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25642026-06-09T21:36:34.875Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25652026-06-09T21:36:34.908Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25662026-06-09T21:36:35.101Z Checking maplit v1.0.2
25672026-06-09T21:36:35.273Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25682026-06-09T21:36:35.397Z Compiling git-stub v1.0.0
25692026-06-09T21:36:35.443Z Checking crc8 v0.1.1
25702026-06-09T21:36:35.510Z Checking tabled v0.20.0
25712026-06-09T21:36:35.566Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25722026-06-09T21:36:35.678Z Compiling git-stub-vcs v0.1.0
25732026-06-09T21:36:35.906Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25742026-06-09T21:36:36.050Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25752026-06-09T21:36:36.150Z Checking fxhash v0.2.1
25762026-06-09T21:36:36.183Z Checking unicase v2.9.0
25772026-06-09T21:36:36.273Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25782026-06-09T21:36:36.305Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25792026-06-09T21:36:36.365Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25802026-06-09T21:36:36.690Z Compiling vergen-lib v0.1.6
25812026-06-09T21:36:36.719Z Compiling diesel_derives v2.3.7
25822026-06-09T21:36:36.799Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25832026-06-09T21:36:36.889Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25842026-06-09T21:36:36.995Z Checking scheduled-thread-pool v0.2.7
25852026-06-09T21:36:37.026Z Compiling dsl_auto_type v0.2.0
25862026-06-09T21:36:37.069Z Compiling vergen-gitcl v1.0.8
25872026-06-09T21:36:37.164Z Compiling diesel_table_macro_syntax v0.3.0
25882026-06-09T21:36:37.326Z Checking r2d2 v0.8.10
25892026-06-09T21:36:37.423Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25902026-06-09T21:36:37.532Z Checking kstat-rs v0.2.4
25912026-06-09T21:36:37.564Z Checking arc-swap v1.8.2
25922026-06-09T21:36:37.744Z Checking downcast-rs v2.0.2
25932026-06-09T21:36:37.776Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25942026-06-09T21:36:37.810Z Checking slog-scope v4.4.1
25952026-06-09T21:36:37.870Z Compiling parking_lot_core v0.8.6
25962026-06-09T21:36:37.998Z Checking slog-stdlog v4.1.1
25972026-06-09T21:36:38.034Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25982026-06-09T21:36:38.087Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25992026-06-09T21:36:38.167Z Checking slog-envlogger v2.2.0
26002026-06-09T21:36:38.344Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26012026-06-09T21:36:38.376Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26022026-06-09T21:36:38.409Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26032026-06-09T21:36:38.441Z Compiling dirs-sys-next v0.1.2
26042026-06-09T21:36:38.560Z Compiling crunchy v0.2.4
26052026-06-09T21:36:38.603Z Checking parking_lot v0.11.2
26062026-06-09T21:36:38.656Z Compiling dirs-next v2.0.0
26072026-06-09T21:36:38.741Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26082026-06-09T21:36:38.798Z Compiling clang-sys v1.8.1
26092026-06-09T21:36:38.832Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26102026-06-09T21:36:38.835Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26112026-06-09T21:36:38.938Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26122026-06-09T21:36:39.140Z Checking prefix-trie v0.7.0
26132026-06-09T21:36:39.198Z Compiling tiny-keccak v2.0.2
26142026-06-09T21:36:39.231Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26152026-06-09T21:36:39.496Z Checking sled v0.34.7
26162026-06-09T21:36:39.528Z Compiling term v0.7.0
26172026-06-09T21:36:39.531Z Checking hickory-server v0.25.2
26182026-06-09T21:36:39.557Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26192026-06-09T21:36:39.590Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26202026-06-09T21:36:39.833Z Checking nanorand v0.7.0
26212026-06-09T21:36:39.919Z Compiling salty v0.3.0
26222026-06-09T21:36:40.056Z Compiling bit-vec v0.6.3
26232026-06-09T21:36:40.127Z Checking flume v0.11.1
26242026-06-09T21:36:40.230Z Compiling ascii-canvas v3.0.0
26252026-06-09T21:36:40.302Z Compiling bit-set v0.5.3
26262026-06-09T21:36:40.484Z Compiling progenitor-impl v0.13.0
26272026-06-09T21:36:40.516Z Checking primeorder v0.13.6
26282026-06-09T21:36:40.753Z Compiling itertools v0.10.5
26292026-06-09T21:36:40.785Z Compiling ena v0.14.4
26302026-06-09T21:36:40.834Z Compiling libloading v0.8.9
26312026-06-09T21:36:40.875Z Compiling regex-syntax v0.6.29
26322026-06-09T21:36:40.960Z Compiling bindgen v0.71.1
26332026-06-09T21:36:41.016Z Compiling diff v0.1.13
26342026-06-09T21:36:41.738Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26352026-06-09T21:36:42.063Z Compiling cexpr v0.6.0
26362026-06-09T21:36:42.179Z Compiling lalrpop v0.19.12
26372026-06-09T21:36:42.771Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26382026-06-09T21:36:42.941Z Checking progenitor-client v0.13.0
26392026-06-09T21:36:42.944Z Checking diesel v2.3.7
26402026-06-09T21:36:43.007Z Compiling fs-err v2.11.0
26412026-06-09T21:36:43.038Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26422026-06-09T21:36:43.084Z Compiling progenitor-macro v0.13.0
26432026-06-09T21:36:43.193Z Compiling rustc-hash v2.1.1
26442026-06-09T21:36:43.381Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26452026-06-09T21:36:43.423Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26462026-06-09T21:36:43.595Z Compiling libxml v0.3.3
26472026-06-09T21:36:43.901Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26482026-06-09T21:36:44.018Z Checking p384 v0.13.1
26492026-06-09T21:36:44.498Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26502026-06-09T21:36:44.743Z Compiling strum_macros v0.24.3
26512026-06-09T21:36:44.876Z Checking assert_matches v1.5.0
26522026-06-09T21:36:44.981Z Checking parse-size v1.1.0
26532026-06-09T21:36:45.131Z Compiling indoc v1.0.9
26542026-06-09T21:36:45.595Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26552026-06-09T21:36:46.385Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26562026-06-09T21:36:46.451Z Compiling typify-impl v0.4.3
26572026-06-09T21:36:46.602Z Checking quick-xml v0.37.5
26582026-06-09T21:36:46.724Z Checking derive_builder v0.20.2
26592026-06-09T21:36:46.864Z Compiling oso-derive v0.27.3
26602026-06-09T21:36:47.371Z Compiling impl-trait-for-tuples v0.2.3
26612026-06-09T21:36:47.495Z Compiling trait-variant v0.1.2
26622026-06-09T21:36:48.033Z Checking progenitor v0.13.0
26632026-06-09T21:36:48.065Z Checking openssl-probe v0.1.6
26642026-06-09T21:36:48.202Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26652026-06-09T21:36:48.281Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26662026-06-09T21:36:48.892Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26672026-06-09T21:36:48.936Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26682026-06-09T21:36:49.008Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26692026-06-09T21:36:49.643Z Checking predicates-tree v1.0.13
26702026-06-09T21:36:49.722Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26712026-06-09T21:36:49.974Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26722026-06-09T21:36:50.016Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26732026-06-09T21:36:50.048Z Compiling mime_guess v2.0.5
26742026-06-09T21:36:50.930Z Compiling typify-macro v0.4.3
26752026-06-09T21:36:51.037Z Checking http-range v0.1.5
26762026-06-09T21:36:52.193Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26772026-06-09T21:36:52.587Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26782026-06-09T21:36:52.621Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26792026-06-09T21:36:52.650Z Compiling typify v0.4.3
26802026-06-09T21:36:52.788Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26812026-06-09T21:36:54.172Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26822026-06-09T21:36:54.406Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26832026-06-09T21:36:54.464Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26842026-06-09T21:36:54.605Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26852026-06-09T21:36:54.791Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26862026-06-09T21:36:55.010Z Checking bb8 v0.8.6
26872026-06-09T21:36:55.314Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26882026-06-09T21:36:55.348Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26892026-06-09T21:36:55.434Z Checking atty v0.2.14
26902026-06-09T21:36:55.542Z Checking corncobs v0.1.4
26912026-06-09T21:36:55.641Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26922026-06-09T21:36:55.704Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26932026-06-09T21:36:55.991Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26942026-06-09T21:36:56.026Z Compiling progenitor-impl v0.11.2
26952026-06-09T21:36:56.190Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
26962026-06-09T21:36:56.398Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26972026-06-09T21:36:56.619Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26982026-06-09T21:36:56.686Z Checking ignore v0.4.25
26992026-06-09T21:36:57.083Z Checking diesel-dtrace v0.5.0
27002026-06-09T21:36:57.244Z Checking async-bb8-diesel v0.2.1
27012026-06-09T21:36:57.352Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27022026-06-09T21:36:57.618Z Checking secrecy v0.8.0
27032026-06-09T21:36:57.912Z Checking globwalk v0.9.1
27042026-06-09T21:36:58.413Z Checking hyper-staticfile v0.10.1
27052026-06-09T21:36:58.688Z Compiling progenitor-macro v0.11.2
27062026-06-09T21:36:58.727Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27072026-06-09T21:36:59.012Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-06-09T21:36:59.045Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27092026-06-09T21:36:59.094Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27102026-06-09T21:36:59.330Z Checking progenitor-client v0.11.2
27112026-06-09T21:36:59.586Z Checking nonempty v0.12.0
27122026-06-09T21:36:59.619Z Compiling illumos-nvpair-sys v0.2.0
27132026-06-09T21:36:59.720Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27142026-06-09T21:36:59.778Z Checking camino-tempfile-ext v0.3.3
27152026-06-09T21:36:59.875Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27162026-06-09T21:37:00.006Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27172026-06-09T21:37:00.651Z Checking signal-hook-tokio v0.3.1
27182026-06-09T21:37:00.684Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27192026-06-09T21:37:00.949Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27202026-06-09T21:37:00.981Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27212026-06-09T21:37:01.281Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27222026-06-09T21:37:01.374Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27232026-06-09T21:37:01.631Z Checking illumos-nvpair v0.3.0
27242026-06-09T21:37:01.820Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27252026-06-09T21:37:01.853Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27262026-06-09T21:37:02.188Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27272026-06-09T21:37:02.249Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27282026-06-09T21:37:02.280Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27292026-06-09T21:37:02.448Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27302026-06-09T21:37:02.480Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27312026-06-09T21:37:02.639Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27322026-06-09T21:37:02.904Z Checking tungstenite v0.23.0
27332026-06-09T21:37:02.938Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27342026-06-09T21:37:03.216Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27352026-06-09T21:37:03.357Z Checking tokio-tungstenite v0.23.1
27362026-06-09T21:37:03.654Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27372026-06-09T21:37:03.687Z Checking progenitor v0.11.2
27382026-06-09T21:37:03.855Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27392026-06-09T21:37:04.062Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27402026-06-09T21:37:04.107Z Checking rand_seeder v0.4.0
27412026-06-09T21:37:04.289Z Checking void v1.0.2
27422026-06-09T21:37:04.428Z Checking lzss v0.8.2
27432026-06-09T21:37:04.462Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27442026-06-09T21:37:04.516Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27452026-06-09T21:37:04.550Z Checking nix v0.27.1
27462026-06-09T21:37:04.644Z Checking serde_bytes v0.11.19
27472026-06-09T21:37:04.644Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27482026-06-09T21:37:04.782Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27492026-06-09T21:37:04.852Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27502026-06-09T21:37:05.094Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27512026-06-09T21:37:05.473Z Checking is_ci v1.2.0
27522026-06-09T21:37:05.604Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27532026-06-09T21:37:05.776Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27542026-06-09T21:37:05.809Z Checking yansi v1.0.1
27552026-06-09T21:37:05.894Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27562026-06-09T21:37:06.084Z Checking pretty_assertions v1.4.1
27572026-06-09T21:37:06.164Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27582026-06-09T21:37:06.245Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27592026-06-09T21:37:06.473Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27602026-06-09T21:37:06.506Z Compiling darling_core v0.23.0
27612026-06-09T21:37:07.707Z Compiling indoc v2.0.7
27622026-06-09T21:37:07.742Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27632026-06-09T21:37:07.967Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-06-09T21:37:08.181Z Compiling libz-sys v1.1.24
27652026-06-09T21:37:08.581Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-06-09T21:37:08.739Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27672026-06-09T21:37:08.773Z Compiling instability v0.3.11
27682026-06-09T21:37:08.878Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27692026-06-09T21:37:09.060Z Compiling darling_macro v0.23.0
27702026-06-09T21:37:09.191Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27712026-06-09T21:37:09.405Z Checking castaway v0.2.4
27722026-06-09T21:37:09.546Z Checking compact_str v0.8.1
27732026-06-09T21:37:09.580Z Compiling darling v0.23.0
27742026-06-09T21:37:09.883Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27752026-06-09T21:37:09.941Z Checking supports-color v3.0.2
27762026-06-09T21:37:10.098Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27772026-06-09T21:37:10.199Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27782026-06-09T21:37:10.321Z Checking unicode-truncate v1.1.0
27792026-06-09T21:37:10.418Z Checking console v0.16.2
27802026-06-09T21:37:10.451Z Checking lru v0.12.5
27812026-06-09T21:37:10.499Z Compiling libgit2-sys v0.18.3+1.9.2
27822026-06-09T21:37:10.695Z Checking unit-prefix v0.5.2
27832026-06-09T21:37:10.698Z Checking cassowary v0.3.0
27842026-06-09T21:37:10.783Z Checking indicatif v0.18.4
27852026-06-09T21:37:10.900Z Checking ratatui v0.29.0
27862026-06-09T21:37:11.005Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27872026-06-09T21:37:11.186Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27882026-06-09T21:37:11.429Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27892026-06-09T21:37:12.201Z Compiling vergen-git2 v9.1.0
27902026-06-09T21:37:12.235Z Checking plotters-backend v0.3.7
27912026-06-09T21:37:12.461Z Checking plotters-svg v0.3.7
27922026-06-09T21:37:12.492Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27932026-06-09T21:37:12.631Z Checking cast v0.3.0
27942026-06-09T21:37:12.712Z Compiling rustls v0.21.12
27952026-06-09T21:37:12.811Z Checking criterion-plot v0.6.0
27962026-06-09T21:37:13.009Z Checking plotters v0.3.7
27972026-06-09T21:37:13.042Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-06-09T21:37:13.079Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27992026-06-09T21:37:13.297Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28002026-06-09T21:37:13.519Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28012026-06-09T21:37:13.738Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28022026-06-09T21:37:13.770Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28032026-06-09T21:37:13.964Z Checking colored v2.2.0
28042026-06-09T21:37:14.039Z Checking rustls-webpki v0.101.7
28052026-06-09T21:37:14.218Z Checking sct v0.7.1
28062026-06-09T21:37:14.385Z Checking tinytemplate v1.2.1
28072026-06-09T21:37:14.437Z Checking anes v0.1.6
28082026-06-09T21:37:14.471Z Checking oorandom v11.1.5
28092026-06-09T21:37:14.613Z Checking shell-words v1.1.1
28102026-06-09T21:37:14.646Z Checking criterion v0.7.0
28112026-06-09T21:37:14.767Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28122026-06-09T21:37:16.033Z Checking typeid v1.0.3
28132026-06-09T21:37:16.065Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28142026-06-09T21:37:16.164Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28152026-06-09T21:37:16.818Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28162026-06-09T21:37:17.610Z Checking hex-literal v0.4.1
28172026-06-09T21:37:17.737Z Checking erased-serde v0.4.9
28182026-06-09T21:37:18.277Z Checking tokio-rustls v0.24.1
28192026-06-09T21:37:19.050Z Checking rustls-pemfile v1.0.4
28202026-06-09T21:37:19.050Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28212026-06-09T21:37:19.051Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28222026-06-09T21:37:19.147Z Checking twox-hash v2.1.2
28232026-06-09T21:37:19.360Z Checking ordered-float v2.10.1
28242026-06-09T21:37:19.538Z Checking serde-untagged v0.1.9
28252026-06-09T21:37:19.632Z Checking serde-value v0.7.0
28262026-06-09T21:37:19.763Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28272026-06-09T21:37:19.877Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28282026-06-09T21:37:20.483Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28292026-06-09T21:37:20.673Z Checking fatfs v0.3.6
28302026-06-09T21:37:20.878Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28312026-06-09T21:37:21.156Z Compiling seq-macro v0.3.6
28322026-06-09T21:37:21.188Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28332026-06-09T21:37:21.361Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28342026-06-09T21:37:21.679Z Checking unicode-xid v0.2.6
28352026-06-09T21:37:21.818Z Checking cargo-util-schemas v0.8.2
28362026-06-09T21:37:22.209Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28372026-06-09T21:37:22.643Z Checking cargo-platform v0.2.0
28382026-06-09T21:37:22.697Z Compiling petname v2.0.2
28392026-06-09T21:37:22.858Z Checking cargo_metadata v0.21.0
28402026-06-09T21:37:23.356Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28412026-06-09T21:37:23.635Z Checking concurrent-queue v2.5.0
28422026-06-09T21:37:23.848Z Checking rtoolbox v0.0.3
28432026-06-09T21:37:24.012Z Checking parking v2.2.1
28442026-06-09T21:37:24.165Z Checking event-listener v5.4.1
28452026-06-09T21:37:24.417Z Checking rpassword v7.4.0
28462026-06-09T21:37:24.735Z Checking tui-tree-widget v0.23.1
28472026-06-09T21:37:24.871Z Compiling samael v0.0.19
28482026-06-09T21:37:24.948Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28492026-06-09T21:37:24.980Z Checking polyval v0.6.2
28502026-06-09T21:37:25.137Z Checking sapling-renderdag v0.1.0
28512026-06-09T21:37:25.175Z Checking sync-ptr v0.1.4
28522026-06-09T21:37:25.320Z Checking ghash v0.5.1
28532026-06-09T21:37:25.401Z Checking event-listener-strategy v0.5.4
28542026-06-09T21:37:25.464Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28552026-06-09T21:37:25.566Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28562026-06-09T21:37:25.790Z Checking ctr v0.9.2
28572026-06-09T21:37:25.982Z Checking futures-timer v3.0.3
28582026-06-09T21:37:26.126Z Checking arrayref v0.3.9
28592026-06-09T21:37:26.184Z Checking arrayvec v0.7.6
28602026-06-09T21:37:26.227Z Checking constant_time_eq v0.4.2
28612026-06-09T21:37:26.365Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28622026-06-09T21:37:26.398Z Checking aes-gcm v0.10.3
28632026-06-09T21:37:26.472Z Checking async-lock v3.4.2
28642026-06-09T21:37:26.576Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28652026-06-09T21:37:26.876Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28662026-06-09T21:37:27.525Z Checking ssh-encoding v0.2.0
28672026-06-09T21:37:27.747Z Checking blowfish v0.9.1
28682026-06-09T21:37:27.931Z Compiling strsim v0.10.0
28692026-06-09T21:37:28.070Z Checking bcrypt-pbkdf v0.10.0
28702026-06-09T21:37:28.264Z Compiling darling_core v0.13.4
28712026-06-09T21:37:28.295Z Checking ssh-cipher v0.2.0
28722026-06-09T21:37:28.494Z Checking async-object-pool v0.2.0
28732026-06-09T21:37:28.634Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28742026-06-09T21:37:29.023Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28752026-06-09T21:37:29.056Z Checking serde_regex v1.1.0
28762026-06-09T21:37:29.282Z Checking password-hash v0.4.2
28772026-06-09T21:37:29.534Z Checking assert-json-diff v2.0.2
28782026-06-09T21:37:29.705Z Checking path-tree v0.8.3
28792026-06-09T21:37:29.738Z Checking gimli v0.32.3
28802026-06-09T21:37:29.927Z Compiling target-lexicon v0.13.3
28812026-06-09T21:37:29.994Z Checking stringmetrics v2.2.2
28822026-06-09T21:37:30.165Z Compiling darling_macro v0.13.4
28832026-06-09T21:37:30.197Z Checking httpmock v0.8.3
28842026-06-09T21:37:30.495Z Checking pbkdf2 v0.11.0
28852026-06-09T21:37:30.664Z Checking ssh-key v0.6.7
28862026-06-09T21:37:31.299Z Checking addr2line v0.25.1
28872026-06-09T21:37:31.386Z Checking p256 v0.13.2
28882026-06-09T21:37:31.591Z Checking p521 v0.13.3
28892026-06-09T21:37:31.666Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28902026-06-09T21:37:31.932Z Checking russh-cryptovec v0.7.3
28912026-06-09T21:37:32.099Z Checking md5 v0.7.0
28922026-06-09T21:37:32.209Z Compiling guppy-workspace-hack v0.1.0
28932026-06-09T21:37:32.301Z Checking rustc-demangle v0.1.27
28942026-06-09T21:37:32.390Z Checking russh-keys v0.45.0
28952026-06-09T21:37:32.467Z Compiling darling v0.13.4
28962026-06-09T21:37:32.575Z Checking backtrace v0.3.76
28972026-06-09T21:37:32.607Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28982026-06-09T21:37:32.800Z Checking num-bigint v0.4.6
28992026-06-09T21:37:32.832Z Checking des v0.8.1
29002026-06-09T21:37:33.012Z Compiling blake3 v1.8.3
29012026-06-09T21:37:33.126Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29022026-06-09T21:37:33.133Z Compiling target-spec v3.5.7
29032026-06-09T21:37:33.495Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29042026-06-09T21:37:33.587Z Checking backtrace-ext v0.2.1
29052026-06-09T21:37:33.769Z Checking cfg-expr v0.20.6
29062026-06-09T21:37:33.801Z Checking russh v0.45.0
29072026-06-09T21:37:33.914Z Compiling serde_with_macros v1.5.2
29082026-06-09T21:37:34.196Z Checking supports-color v2.1.0
29092026-06-09T21:37:34.255Z Checking textwrap v0.15.2
29102026-06-09T21:37:34.357Z Checking supports-unicode v2.1.0
29112026-06-09T21:37:34.496Z Checking supports-hyperlinks v2.1.0
29122026-06-09T21:37:34.527Z Checking hashbrown v0.14.5
29132026-06-09T21:37:34.642Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29142026-06-09T21:37:34.789Z Checking cargo-platform v0.3.2
29152026-06-09T21:37:34.868Z Checking terminal_size v0.1.17
29162026-06-09T21:37:34.997Z Checking socket2 v0.5.10
29172026-06-09T21:37:35.029Z Compiling miette-derive v5.10.0
29182026-06-09T21:37:35.272Z Checking owo-colors v3.5.0
29192026-06-09T21:37:35.404Z Checking internet-checksum v0.2.1
29202026-06-09T21:37:35.746Z Checking chumsky v0.9.3
29212026-06-09T21:37:35.823Z Checking cargo_metadata v0.23.1
29222026-06-09T21:37:36.178Z Checking miette v5.10.0
29232026-06-09T21:37:36.525Z Compiling serde_with v1.14.0
29242026-06-09T21:37:36.831Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29252026-06-09T21:37:36.987Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29262026-06-09T21:37:37.036Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29272026-06-09T21:37:37.363Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29282026-06-09T21:37:37.572Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29292026-06-09T21:37:37.664Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29302026-06-09T21:37:37.787Z Compiling knuffel-derive v3.2.0
29312026-06-09T21:37:37.823Z Checking httptest v0.16.4
29322026-06-09T21:37:37.886Z Checking pathdiff v0.2.3
29332026-06-09T21:37:38.017Z Checking nested v0.1.1
29342026-06-09T21:37:38.154Z Compiling git2 v0.20.4
29352026-06-09T21:37:38.186Z Checking topological-sort v0.2.2
29362026-06-09T21:37:38.222Z Checking guppy v0.17.25
29372026-06-09T21:37:38.355Z Checking omicron-zone-package v0.12.2
29382026-06-09T21:37:38.541Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29392026-06-09T21:37:39.163Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29402026-06-09T21:37:39.281Z Checking similar-asserts v1.7.0
29412026-06-09T21:37:39.320Z Checking knuffel v3.2.0
29422026-06-09T21:37:39.411Z Compiling polar-core v0.27.3
29432026-06-09T21:37:39.470Z Compiling target-triple v1.0.0
29442026-06-09T21:37:39.477Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29452026-06-09T21:37:39.637Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29462026-06-09T21:37:39.803Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29472026-06-09T21:37:39.985Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29482026-06-09T21:37:40.240Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29492026-06-09T21:37:40.481Z Checking hickory-client v0.25.2
29502026-06-09T21:37:40.790Z Checking tokio-test v0.4.5
29512026-06-09T21:37:40.980Z Compiling assert_cmd v2.1.2
29522026-06-09T21:37:41.017Z Checking escape8259 v0.5.3
29532026-06-09T21:37:41.179Z Checking libtest-mimic v0.8.1
29542026-06-09T21:37:41.441Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29552026-06-09T21:37:41.505Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29562026-06-09T21:37:41.537Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29572026-06-09T21:37:41.570Z Checking blake2b_simd v1.0.4
29582026-06-09T21:37:41.982Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29592026-06-09T21:37:42.243Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29602026-06-09T21:37:42.385Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29612026-06-09T21:37:42.644Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29622026-06-09T21:37:42.868Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29632026-06-09T21:37:42.922Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29642026-06-09T21:37:43.141Z Checking fancy-regex v0.14.0
29652026-06-09T21:37:43.432Z Checking serde_tokenstream v0.2.3
29662026-06-09T21:37:43.514Z Checking approx v0.5.1
29672026-06-09T21:37:43.670Z Compiling rstest_macros v0.25.0
29682026-06-09T21:37:43.673Z Checking uzers v0.12.2
29692026-06-09T21:37:43.941Z Checking termcolor v1.4.1
29702026-06-09T21:37:43.973Z Compiling linkme-impl v0.3.35
29712026-06-09T21:37:44.181Z Checking constant_time_eq v0.3.1
29722026-06-09T21:37:44.314Z Checking rust-argon2 v2.1.0
29732026-06-09T21:37:44.379Z Checking oso v0.27.3
29742026-06-09T21:37:44.422Z Checking trybuild v1.0.116
29752026-06-09T21:37:44.682Z Checking datatest-stable v0.3.3
29762026-06-09T21:37:45.195Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29772026-06-09T21:37:45.303Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29782026-06-09T21:37:45.499Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29792026-06-09T21:37:45.559Z Checking support-bundle-viewer v0.1.2
29802026-06-09T21:37:45.823Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29812026-06-09T21:37:46.043Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29822026-06-09T21:37:46.217Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29832026-06-09T21:37:46.258Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29842026-06-09T21:37:46.432Z Checking drift v0.2.0
29852026-06-09T21:37:46.491Z Checking rand_distr v0.5.1
29862026-06-09T21:37:46.804Z Checking multimap v0.10.1
29872026-06-09T21:37:46.911Z Compiling linkme v0.3.35
29882026-06-09T21:37:46.944Z Compiling relative-path v1.9.3
29892026-06-09T21:37:47.230Z Checking dropshot-api-manager v0.7.2
29902026-06-09T21:37:47.611Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29912026-06-09T21:37:48.298Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29922026-06-09T21:37:48.362Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29932026-06-09T21:37:48.485Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29942026-06-09T21:37:48.606Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29952026-06-09T21:37:48.711Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29962026-06-09T21:37:48.934Z Checking cargo_toml v0.21.0
29972026-06-09T21:37:49.029Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29982026-06-09T21:37:49.111Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29992026-06-09T21:37:49.412Z Checking partial-io v0.5.4
30002026-06-09T21:37:49.582Z Checking termios v0.3.3
30012026-06-09T21:37:49.648Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30022026-06-09T21:37:49.735Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30032026-06-09T21:37:49.804Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30042026-06-09T21:37:50.885Z Checking rstest v0.25.0
30052026-06-09T21:37:51.251Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30062026-06-09T21:37:55.658Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30072026-06-09T21:37:55.831Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30082026-06-09T21:38:01.435Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30092026-06-09T21:38:02.041Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30102026-06-09T21:38:03.366Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30112026-06-09T21:38:08.312Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30122026-06-09T21:38:13.999Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30132026-06-09T21:38:16.532Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30142026-06-09T21:38:17.598Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30152026-06-09T21:38:18.060Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30162026-06-09T21:38:18.577Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30172026-06-09T21:38:28.263Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30182026-06-09T21:39:37.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s
30192026-06-09T21:39:38.091Z
30202026-06-09T21:39:38.092Zreal 4:03.975772725
30212026-06-09T21:39:38.092Zuser 21:15.360388833
30222026-06-09T21:39:38.092Zsys 4:48.997432557
30232026-06-09T21:39:38.092Ztrap 0.501925200
30242026-06-09T21:39:38.092Ztflt 0.518458095
30252026-06-09T21:39:38.092Zdflt 0.469267283
30262026-06-09T21:39:38.092Zkflt 0.005443920
30272026-06-09T21:39:38.092Zlock 58:15.386001937
30282026-06-09T21:39:38.092Zslp 58:20.991474785
30292026-06-09T21:39:38.092Zlat 1:47.834196552
30302026-06-09T21:39:38.092Zstop 10:40.698682078
30312026-06-09T21:39:38.095Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30322026-06-09T21:39:38.095Z+ ptime -m cargo doc --workspace --no-deps
30332026-06-09T21:39:38.963Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30342026-06-09T21:39:38.964Z |
30352026-06-09T21:39:38.964Z = 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)`
30362026-06-09T21:39:38.964Z = 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>
30372026-06-09T21:39:39.958Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30382026-06-09T21:39:40.192Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30392026-06-09T21:39:40.238Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30402026-06-09T21:39:40.301Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30412026-06-09T21:39:40.416Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30422026-06-09T21:39:40.460Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30432026-06-09T21:39:40.487Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-06-09T21:39:40.517Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30452026-06-09T21:39:40.564Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30462026-06-09T21:39:40.719Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30472026-06-09T21:39:40.747Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30482026-06-09T21:39:40.774Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30492026-06-09T21:39:40.813Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30502026-06-09T21:39:40.849Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30512026-06-09T21:39:40.872Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30522026-06-09T21:39:40.875Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30532026-06-09T21:39:40.917Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30542026-06-09T21:39:40.921Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30552026-06-09T21:39:40.987Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30562026-06-09T21:39:41.084Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30572026-06-09T21:39:41.331Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30582026-06-09T21:39:41.492Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30592026-06-09T21:39:41.642Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30602026-06-09T21:39:41.671Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30612026-06-09T21:39:41.764Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30622026-06-09T21:39:41.795Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30632026-06-09T21:39:41.900Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30642026-06-09T21:39:41.949Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30652026-06-09T21:39:42.066Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30662026-06-09T21:39:42.140Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30672026-06-09T21:39:42.265Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30682026-06-09T21:39:42.325Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30692026-06-09T21:39:42.370Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30702026-06-09T21:39:42.559Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30712026-06-09T21:39:42.562Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30722026-06-09T21:39:42.604Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30732026-06-09T21:39:42.810Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30742026-06-09T21:39:42.834Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30752026-06-09T21:39:43.041Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30762026-06-09T21:39:43.316Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30772026-06-09T21:39:43.344Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30782026-06-09T21:39:43.371Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30792026-06-09T21:39:43.640Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30802026-06-09T21:39:43.666Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30812026-06-09T21:39:43.815Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30822026-06-09T21:39:43.845Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30832026-06-09T21:39:43.916Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30842026-06-09T21:39:43.942Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30852026-06-09T21:39:44.050Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30862026-06-09T21:39:44.145Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30872026-06-09T21:39:44.193Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30882026-06-09T21:39:44.216Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30892026-06-09T21:39:44.282Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30902026-06-09T21:39:44.418Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30912026-06-09T21:39:44.441Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30922026-06-09T21:39:44.462Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30932026-06-09T21:39:44.484Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30942026-06-09T21:39:44.511Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30952026-06-09T21:39:44.613Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30962026-06-09T21:39:44.637Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30972026-06-09T21:39:44.659Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30982026-06-09T21:39:44.682Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30992026-06-09T21:39:44.838Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31002026-06-09T21:39:45.164Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31012026-06-09T21:39:45.220Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31022026-06-09T21:39:45.444Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31032026-06-09T21:39:45.641Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31042026-06-09T21:39:45.937Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31052026-06-09T21:39:46.140Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31062026-06-09T21:39:46.166Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31072026-06-09T21:39:46.396Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31082026-06-09T21:39:46.422Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31092026-06-09T21:39:46.508Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31102026-06-09T21:39:46.511Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31112026-06-09T21:39:46.755Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31122026-06-09T21:39:47.270Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31132026-06-09T21:39:47.573Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31142026-06-09T21:39:47.864Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31152026-06-09T21:39:47.890Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31162026-06-09T21:39:48.012Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31172026-06-09T21:39:48.620Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31182026-06-09T21:39:48.657Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31192026-06-09T21:39:48.682Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31202026-06-09T21:39:48.960Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31212026-06-09T21:39:48.985Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31222026-06-09T21:39:49.166Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31232026-06-09T21:39:49.257Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31242026-06-09T21:39:49.300Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31252026-06-09T21:39:49.360Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31262026-06-09T21:39:49.613Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31272026-06-09T21:39:49.638Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31282026-06-09T21:39:49.723Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31292026-06-09T21:39:49.838Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31302026-06-09T21:39:49.861Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31312026-06-09T21:39:49.916Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31322026-06-09T21:39:49.970Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31332026-06-09T21:39:50.020Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-06-09T21:39:50.023Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31352026-06-09T21:39:50.139Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31362026-06-09T21:39:50.198Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31372026-06-09T21:39:50.270Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31382026-06-09T21:39:50.293Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31392026-06-09T21:39:50.318Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31402026-06-09T21:39:50.442Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31412026-06-09T21:39:50.513Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31422026-06-09T21:39:50.597Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31432026-06-09T21:39:50.645Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31442026-06-09T21:39:50.714Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31452026-06-09T21:39:50.850Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31462026-06-09T21:39:51.063Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31472026-06-09T21:39:51.085Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31482026-06-09T21:39:51.108Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31492026-06-09T21:39:51.719Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31502026-06-09T21:39:51.749Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31512026-06-09T21:39:52.134Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31522026-06-09T21:39:52.468Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31532026-06-09T21:39:53.162Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31542026-06-09T21:39:53.270Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31552026-06-09T21:39:53.297Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31562026-06-09T21:39:53.563Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31572026-06-09T21:39:54.081Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31582026-06-09T21:39:54.392Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31592026-06-09T21:39:54.471Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31602026-06-09T21:39:54.504Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31612026-06-09T21:39:54.700Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31622026-06-09T21:39:55.357Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31632026-06-09T21:39:55.390Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31642026-06-09T21:39:55.417Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31652026-06-09T21:39:55.986Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31662026-06-09T21:39:56.088Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31672026-06-09T21:39:56.359Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31682026-06-09T21:39:56.583Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31692026-06-09T21:39:57.309Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31702026-06-09T21:39:57.375Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31712026-06-09T21:39:57.426Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31722026-06-09T21:39:58.056Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31732026-06-09T21:39:58.515Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31742026-06-09T21:39:58.915Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31752026-06-09T21:39:59.052Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31762026-06-09T21:40:00.035Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31772026-06-09T21:40:00.181Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31782026-06-09T21:40:00.206Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31792026-06-09T21:40:00.562Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31802026-06-09T21:40:00.746Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31812026-06-09T21:40:00.779Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31822026-06-09T21:40:00.831Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31832026-06-09T21:40:01.137Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31842026-06-09T21:40:01.219Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31852026-06-09T21:40:01.382Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31862026-06-09T21:40:01.531Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31872026-06-09T21:40:01.638Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31882026-06-09T21:40:02.388Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31892026-06-09T21:40:02.414Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31902026-06-09T21:40:02.592Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31912026-06-09T21:40:03.506Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31922026-06-09T21:40:03.554Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31932026-06-09T21:40:05.537Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31942026-06-09T21:40:05.847Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31952026-06-09T21:40:06.605Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31962026-06-09T21:40:07.111Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31972026-06-09T21:40:07.565Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31982026-06-09T21:40:07.952Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31992026-06-09T21:40:08.179Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32002026-06-09T21:40:09.302Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32012026-06-09T21:40:09.760Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32022026-06-09T21:40:10.328Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32032026-06-09T21:40:10.499Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32042026-06-09T21:40:11.015Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32052026-06-09T21:40:11.640Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32062026-06-09T21:40:11.939Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32072026-06-09T21:40:12.077Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32082026-06-09T21:40:12.205Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32092026-06-09T21:40:12.353Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32102026-06-09T21:40:12.593Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32112026-06-09T21:40:13.242Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32122026-06-09T21:40:13.266Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32132026-06-09T21:40:13.684Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32142026-06-09T21:40:13.982Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32152026-06-09T21:40:14.357Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32162026-06-09T21:40:14.412Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32172026-06-09T21:40:14.501Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32182026-06-09T21:40:14.570Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32192026-06-09T21:40:15.221Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32202026-06-09T21:40:15.278Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32212026-06-09T21:40:16.220Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32222026-06-09T21:40:16.243Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32232026-06-09T21:40:16.653Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32242026-06-09T21:40:16.798Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32252026-06-09T21:40:19.215Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32262026-06-09T21:40:20.410Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32272026-06-09T21:40:21.297Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32282026-06-09T21:40:21.877Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32292026-06-09T21:40:22.716Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32302026-06-09T21:40:24.561Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32312026-06-09T21:40:25.471Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32322026-06-09T21:40:26.012Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32332026-06-09T21:40:26.764Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32342026-06-09T21:40:27.934Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32352026-06-09T21:40:28.926Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32362026-06-09T21:40:31.206Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32372026-06-09T21:40:31.249Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32382026-06-09T21:40:31.491Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32392026-06-09T21:40:32.190Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32402026-06-09T21:40:32.541Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32412026-06-09T21:40:35.341Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32422026-06-09T21:40:35.977Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32432026-06-09T21:40:38.594Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32442026-06-09T21:40:39.819Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32452026-06-09T21:40:40.447Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32462026-06-09T21:40:41.286Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32472026-06-09T21:40:41.948Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32482026-06-09T21:40:42.638Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32492026-06-09T21:40:43.308Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32502026-06-09T21:40:44.639Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32512026-06-09T21:40:45.512Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32522026-06-09T21:40:46.242Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32532026-06-09T21:40:46.836Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32542026-06-09T21:40:47.002Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32552026-06-09T21:40:48.084Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32562026-06-09T21:40:49.220Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32572026-06-09T21:40:50.981Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32582026-06-09T21:40:52.569Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32592026-06-09T21:40:53.790Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32602026-06-09T21:40:54.426Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32612026-06-09T21:40:55.179Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32622026-06-09T21:40:56.309Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32632026-06-09T21:40:57.041Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32642026-06-09T21:40:59.645Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32652026-06-09T21:41:00.092Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32662026-06-09T21:41:00.845Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32672026-06-09T21:41:02.323Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32682026-06-09T21:41:03.374Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32692026-06-09T21:41:04.670Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32702026-06-09T21:41:06.953Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32712026-06-09T21:41:07.522Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32722026-06-09T21:41:09.233Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32732026-06-09T21:41:10.562Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32742026-06-09T21:41:12.319Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32752026-06-09T21:41:13.717Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32762026-06-09T21:41:15.270Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32772026-06-09T21:41:18.450Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32782026-06-09T21:41:23.911Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32792026-06-09T21:41:24.789Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32802026-06-09T21:41:25.593Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32812026-06-09T21:41:26.265Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32822026-06-09T21:41:28.013Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32832026-06-09T21:41:29.686Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32842026-06-09T21:41:31.245Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32852026-06-09T21:41:33.352Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32862026-06-09T21:41:34.998Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32872026-06-09T21:41:36.584Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32882026-06-09T21:41:38.554Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32892026-06-09T21:41:39.910Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32902026-06-09T21:41:41.589Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32912026-06-09T21:41:43.279Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32922026-06-09T21:41:44.933Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32932026-06-09T21:41:46.319Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32942026-06-09T21:41:48.336Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32952026-06-09T21:41:49.943Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32962026-06-09T21:41:51.566Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32972026-06-09T21:41:53.192Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32982026-06-09T21:41:54.999Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32992026-06-09T21:41:56.890Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33002026-06-09T21:41:58.489Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33012026-06-09T21:42:00.315Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33022026-06-09T21:42:02.450Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33032026-06-09T21:42:04.417Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33042026-06-09T21:42:06.169Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33052026-06-09T21:42:08.300Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33062026-06-09T21:42:11.471Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33072026-06-09T21:42:12.025Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33082026-06-09T21:42:14.360Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33092026-06-09T21:42:17.387Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33102026-06-09T21:42:19.280Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33112026-06-09T21:42:21.398Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33122026-06-09T21:42:23.563Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33132026-06-09T21:42:25.701Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33142026-06-09T21:42:27.923Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33152026-06-09T21:42:30.386Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33162026-06-09T21:42:32.663Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33172026-06-09T21:42:34.382Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33182026-06-09T21:42:36.626Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33192026-06-09T21:42:38.780Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33202026-06-09T21:42:40.969Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33212026-06-09T21:42:43.300Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33222026-06-09T21:42:45.456Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33232026-06-09T21:42:47.698Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33242026-06-09T21:42:49.993Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33252026-06-09T21:42:52.164Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33262026-06-09T21:42:54.423Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33272026-06-09T21:42:56.716Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33282026-06-09T21:42:58.954Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33292026-06-09T21:43:01.248Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33302026-06-09T21:43:03.456Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33312026-06-09T21:43:05.704Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33322026-06-09T21:43:07.975Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33332026-06-09T21:43:10.219Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33342026-06-09T21:43:12.431Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33352026-06-09T21:43:14.874Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33362026-06-09T21:43:17.261Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33372026-06-09T21:43:19.562Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33382026-06-09T21:43:22.014Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33392026-06-09T21:43:24.340Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33402026-06-09T21:43:26.649Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33412026-06-09T21:43:29.250Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33422026-06-09T21:43:31.376Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33432026-06-09T21:43:33.718Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33442026-06-09T21:43:36.147Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33452026-06-09T21:43:38.982Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33462026-06-09T21:43:41.061Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33472026-06-09T21:43:43.473Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33482026-06-09T21:43:46.048Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33492026-06-09T21:43:48.368Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33502026-06-09T21:43:50.892Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33512026-06-09T21:43:53.475Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33522026-06-09T21:43:55.940Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33532026-06-09T21:43:58.548Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33542026-06-09T21:44:01.171Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33552026-06-09T21:44:03.675Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33562026-06-09T21:44:06.188Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33572026-06-09T21:44:08.694Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33582026-06-09T21:44:11.215Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33592026-06-09T21:44:14.152Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33602026-06-09T21:44:16.546Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33612026-06-09T21:44:19.241Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33622026-06-09T21:44:21.774Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33632026-06-09T21:44:29.288Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33642026-06-09T21:44:29.637Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33652026-06-09T21:44:32.882Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33662026-06-09T21:44:36.221Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33672026-06-09T21:44:39.460Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33682026-06-09T21:44:44.197Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33692026-06-09T21:44:46.955Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33702026-06-09T21:44:50.658Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33712026-06-09T21:44:54.249Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33722026-06-09T21:44:57.907Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33732026-06-09T21:45:01.646Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33742026-06-09T21:45:05.220Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33752026-06-09T21:45:08.899Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33762026-06-09T21:45:12.590Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33772026-06-09T21:45:16.209Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33782026-06-09T21:45:19.823Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33792026-06-09T21:45:23.614Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33802026-06-09T21:45:27.391Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33812026-06-09T21:45:31.044Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33822026-06-09T21:45:34.669Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33832026-06-09T21:45:38.337Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33842026-06-09T21:45:41.969Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33852026-06-09T21:45:45.656Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33862026-06-09T21:45:49.373Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33872026-06-09T21:46:18.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 40s
33882026-06-09T21:46:18.976Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
33892026-06-09T21:46:19.082Z
33902026-06-09T21:46:19.086Zreal 6:40.903426781
33912026-06-09T21:46:19.086Zuser 17:53.960651884
33922026-06-09T21:46:19.086Zsys 3:48.121069516
33932026-06-09T21:46:19.086Ztrap 0.269359236
33942026-06-09T21:46:19.086Ztflt 0.037581379
33952026-06-09T21:46:19.086Zdflt 0.136759733
33962026-06-09T21:46:19.086Zkflt 0.000040110
33972026-06-09T21:46:19.086Zlock 6:16:39.465841806
33982026-06-09T21:46:19.086Zslp 2:14:38.964249654
33992026-06-09T21:46:19.086Zlat 35.827489606
34002026-06-09T21:46:19.086Zstop 1:55.811442950
34012026-06-09T21:46:19.086Zprocess exited: duration 793549 ms, exit code 0
 
34022026-06-09T21:46:19.093Zfound 0 output files